

/*Contact Us Page css*/
section.servics-banner.contact-banner .banner-services-cotnent h1 {
    margin-bottom: 20px;
}
section.banner-section.servics-banner.contact-banner {
    padding: 145px 0 116px;
}
section.map-section iframe {
    width: 100%;
    height: 420px;
}
.contact-us-row {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
    align-items: self-start;
}
.contact-us-right {
    background: #27AAE1;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0px 10px 15px -3px #0000001A;
    width: 41%;
}
.form-col {
    box-shadow: 0 10px 40px 0 rgb(0 0 0 / 5%);
    padding: 60px;
    width: calc(59% - 100px);
        border-radius: 12px;
}
.contact-us-right h3 {
    font-size: 30px;
    line-height: 38.4px;
    color: #FFFFFF;
    font-weight: 700;
    padding-bottom: 23px;
}
ul.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 34px;
    margin-bottom: 29px;
}
ul.contact-info-list li {
    display: flex;
    align-items: self-start;
    gap: 20px;
}
ul.contact-info-list li span.info-icon-box {
    background: rgba(255, 255, 255, 0.1);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    flex-shrink: 0;
}
ul.contact-info-list li .info-details strong {
    font-size: 16.8px;
    line-height: 26.88px;
    font-weight: 700;
    color: #FFFFFF;
        display: inline-block;
            padding-bottom: 4px;
}
ul.contact-info-list li .info-details p {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
ul.contact-info-list li .info-details p a {
    color: #ffffff;
}
ul.contact-info-list li .info-details p a:hover {
    color: var(--SecondryColor);
}
ul.contact-info-list li.font-weight .info-details p {
	font-weight: 500;
}
.contact-us-right .footer-social a {
    background: rgba(255, 255, 255, 0.2);
}
.contact-us-right .footer-social a svg path {
    fill: #fff;
}
.contact-us-right .footer-social a:hover {
	background-color: rgba(40, 37, 96, 0.5);
}
.social-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 12px;
}
.social-info h4 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    color: #FFFFFF;
}
.form-col h2 {
    font-size: 30px;
    line-height: 38.4px;
    margin-bottom: 20px;
}
.frm-fields {
    padding-top: 22px;
}
form .frm-fields .field-row p span.wpcf7-form-control-wrap input.wpcf7-form-control, 
form .frm-fields .field-row p span.wpcf7-form-control-wrap textarea.wpcf7-form-control, 
form .frm-fields .field-row p span.wpcf7-form-control-wrap select.wpcf7-form-control {
    width: 100%;
    outline: none;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #CBD5E1;
    font-size: 16px;
    padding: 14px 16px;
    height: 50px;
}
body form .frm-fields .field-row p span.wpcf7-form-control-wrap select.wpcf7-form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none !important;
    padding-right: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}
form .frm-fields .field-row.select-field .wpcf7-form-control-wrap::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 12px;
    height: 7px;
    transform: translateY(-50%);
    pointer-events: none;
    background-image: url(../../../../wp-content/uploads/2026/09/dropdown-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
body form .frm-fields .field-row p span.wpcf7-form-control-wrap textarea.wpcf7-form-control {
	height: 100px;
	resize: none;
}
form .frm-fields .field-row p span.wpcf7-form-control-wrap select.wpcf7-form-control.wpcf7-not-valid {
    border-color: #f00 !important;
}
form .frm-fields .field-row p span.wpcf7-form-control-wrap {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
form .frm-fields .field-row p {
    line-height: normal;
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
}
form .frm-fields .field-row {
    width: calc(100% / 2 - 10px);
}
form .frm-fields .field-row.full-item {
    width: 100%;
}
form .frm-fields {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.form-btn p {
    display: flex;
    align-items: center;
    gap: 10px;
}
.form-note {
    font-size: 12.8px;
    line-height: 20.48px;
    color: #64748B;
    margin: 20px 0px 30px;
}
form .form-note a {
	color: #27AAE1;
}
form .form-note a:hover {
	    color: var(--SecondryColor);
}
form .form-btn .wpcf7-form-control.wpcf7-submit {
    margin: 0;
    outline: none;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    padding: 10px 54px 10px 29px;
    height: 50px;
    border-radius: 8px;
    background-color: var(--PrimaryColor);
    color: var(--WhiteColor);
    border: 0;
    transition: var(--transition);
    background-image: url(../../../../wp-content/uploads/2026/09/Send-Message.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 16px 16px;
    background-position: right 29px center;
}
form .form-btn .wpcf7-form-control.wpcf7-submit:hover {
    background-color: var(--SecondryColor);
    opacity: 1;
}
.form-btn span.wpcf7-spinner {
    margin: 0;
    width: 22px;
    height: 22px;
    background: #282560;
}
.form-col .wpcf7-response-output {
    display: none;
}
form .frm-fields .field-row p {
    gap: 8px;
}
/*Contact Us Page css*/


/*Get a Quote Page css*/
section.banner-section.servics-banner.contact-banner.quote-banner {
    padding: 145px 0px;
}
.quote-section {
    background: #F8FAFC;
}
.quote-section .form-col {
    width: 100%;
    max-width: 856px;
    margin: 0px auto;
    background: #fff;
}
.form-note-box {
    background: #F1F5F9;
    padding: 16px;
    align-items: flex-start;
    display: flex;
    gap: 12px;
    margin: 34px 0px 40px;
    border-radius: 8px;
}
.form-note-desc p strong {
    font-weight: 700;
}
.form-note-desc p {
    font-size: 13.6px;
    line-height: 21.76px;
}
.form-note-box img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.form-note-desc a {
    font-weight: 700;
    color: #27AAE1;
    text-decoration: underline;
}
.form-note-desc a:hover {
	color: var(--SecondryColor);
}
.quote-section .form-col h2 {
    text-align: center;
   margin-bottom: 3px;
}
.frm-fields label.frm-label span {
    font-weight: 400;
    color: #94A3B8;
}
.wpcf7-form-control-wrap[data-name="plan-rent-date"] .wpcf7-date {
    width: 100%;
    height: 46px;
    padding: 10px 55px 10px 17px;
    border: 1px solid #cfd5e1;
    border-radius: 8px;
    background: #fff;
    outline: none;
    cursor: pointer;
    color: transparent;
    -webkit-text-fill-color: transparent;
    appearance: none;
    -webkit-appearance: none;
}
.wpcf7-form-control-wrap[data-name="plan-rent-date"]::before {
    content: "Select date";
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    color: #8da1bd;
    font-size: 16px;
    line-height: 1;
    pointer-events: none;
    z-index: 2;
    user-select: none;
    -webkit-user-select: none;
}
.wpcf7-form-control-wrap[data-name="plan-rent-date"]::after {
    content: "";
    position: absolute;
    right: 21px;
    top: 50%;
    width: 14px;
    height: 16px;
    transform: translateY(-50%);
    pointer-events: none;
    background-color: #20a9e8;
    -webkit-mask: var(--DateIcon) center / contain no-repeat;
    mask: var(--DateIcon) center / contain no-repeat;
    cursor: pointer;
}
.wpcf7-form-control-wrap[data-name="plan-rent-date"]::after {
    content: "▣";
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    color: #20a9e8;
    font-size: 20px;
    pointer-events: none;
    z-index: 3;
}
.wpcf7-form-control-wrap[data-name="plan-rent-date"].has-date .wpcf7-date {
    color: #233b73;
    -webkit-text-fill-color: #233b73;
}
.wpcf7-form-control-wrap[data-name="plan-rent-date"].has-date::before{display:none;}
.page-template-get-a-quote .why-choose-section {
    background: #fff;
}
.page-template-get-a-quote .why-choose-card {
    background-color: #F8FAFC;
}
/*Get a Quote Page css*/


@media (max-width:1439px){
/*Contact Us Page css*/
.contact-us-row {
    gap: 70px;
}
.form-col {
    width: calc(59% - 70px);
}
}


@media (max-width:1199px){
/*Contact Us Page css*/
section.banner-section.servics-banner.contact-banner {
        padding: 88px 0 88px;
    }
section.map-section iframe {
    height: 350px;
}
.contact-us-row {
        gap: 50px;
    }
.form-col {
        width: calc(59% - 50px);
        padding: 40px;
    }
    .contact-us-right {
    padding: 40px;
}
.contact-us-right h3 {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 20px;
}
.form-col h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 15px;
}
.form-note {
    margin: 17px 0px 25px;
}
.social-info h4 {
    font-size: 20px;
}
.social-info {
    column-gap: 10px;
}
.social-info .footer-social {
    gap: 12px;
}
/*Get a Quote Page css*/
section.banner-section.servics-banner.contact-banner.quote-banner {
    padding: 102px 0px;
}
.quote-section .form-col h2 {
    margin-bottom: 0px;
}
.form-note-box {
    margin: 30px 0px 35px;
}
}



@media (max-width:991px){
/*Contact Us Page css*/
.form-col {
        width: 100%;
    }
    .contact-us-right {
    width: 100%;
}
.contact-us-row {
        gap: 40px;
    }	
}


@media (max-width:767px){
/*Contact Us Page css*/
section.map-section iframe {
    height: 300px;
}
section.servics-banner.contact-banner .banner-services-cotnent h1 {
    margin-bottom: 18px;
}
section.banner-section.servics-banner.contact-banner {
        padding: 70px 0 70px;
    }
    .contact-us-row {
        gap: 30px;
    }
form .frm-fields {
        gap: 16px;
        padding-top: 15px;
    }
form .frm-fields .field-row {
    width: calc(100% / 2 - 8px);
}
form .frm-fields .field-row p span.wpcf7-form-control-wrap input.wpcf7-form-control, 
form .frm-fields .field-row p span.wpcf7-form-control-wrap textarea.wpcf7-form-control, 
form .frm-fields .field-row p span.wpcf7-form-control-wrap select.wpcf7-form-control {
    font-size: 15px;
}
form .frm-fields .field-row p span.wpcf7-form-control-wrap input.wpcf7-form-control { cursor: pointer; }
.wpcf7-form-control-wrap[data-name="movein-date"]::before, .wpcf7-form-control-wrap[data-name="plan-rent-date"]::before {
    font-size: 15px;
}
.form-col h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    .contact-us-right h3 {
        font-size: 24px;
        line-height: 34px;
        padding-bottom: 17px;
    }
    .social-info h4 {
        font-size: 18px;
    }
    .contact-us-right {
        padding: 30px 20px;
    }
    .form-col {
        padding: 30px 20px;
    }
    .form-note {
        margin: 12px 0px 20px;
    }
    ul.contact-info-list li .info-details strong {
    font-size: 15px;
    line-height: 25px;
        padding-bottom: 2px;
}
ul.contact-info-list li .info-details p {
    font-size: 15px;
}
ul.contact-info-list li span.info-icon-box {
    width: 43px;
    height: 43px;
}
ul.contact-info-list li {
    gap: 15px;
}
ul.contact-info-list {
    gap: 18px;
    padding-bottom: 23px;
    margin-bottom: 23px;
}
/*Get a Quote Page css*/
section.banner-section.servics-banner.contact-banner.quote-banner {
    padding: 80px 0px;
}
.form-note-box {
    gap: 8px;
    margin: 22px 0px 25px;
        padding: 12px;
}
form .frm-fields .field-row.date {
    width: 100%;
}
}


@media (max-width:576px){
/*Contact Us Page css*/
form .frm-fields .field-row p span.wpcf7-form-control-wrap input.wpcf7-form-control, 
form .frm-fields .field-row p span.wpcf7-form-control-wrap textarea.wpcf7-form-control, 
form .frm-fields .field-row p span.wpcf7-form-control-wrap select.wpcf7-form-control {
    padding: 12px 16px;
    height: 46px;
}	
form .frm-fields .field-row {
    width: 100%;
}
form .form-btn .wpcf7-form-control.wpcf7-submit {
    font-size: 15px;
    padding: 7px 44px 7px 20px;
    background-position: right 20px center;
    height: 46px;
}
ul.contact-info-list li {
        gap: 12px;
    }
}
