section.contact-banner {
    margin-left: 0px !important;
    width: 100% !important;
    position: relative;
    overflow: hidden;
    height: 356px;
    pointer-events: none;
}
.contact-banner-section>div::after{
    content: '';
    background: #1B214A;
    opacity: 0.7;
    width: 100%;
    position: absolute;
    left: 0px;
    color: #fff;
    height: 100%;
    display: block;
    top: 0;
}
section.section-cms-page{
    padding: 0px !important;
}
.contact-banner .contact-banner-section{height: 100%;}
.contact-banner-section .banner-section-laptop{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    height: 100%;
}
.banner-section-laptop img{
    width: 100%;
    top: 45%;
    transform: translateY(-50%);
    position: absolute;
    /* transform: matrix(-1, 0, 0, 1, 0, 0); */
}
.banner-section-laptop .container-cover{
    width: 100%;
    position: absolute;
    padding-left: 0;
    top: 196px;
}
.container-cover .container{
    max-width: 1470px;
}

.contact-banner-section .banner-section-laptop .title{
    font-size: 100px;
    font-weight: 275;
    color: #fff;
    text-transform: capitalize;
    opacity: 1;
    z-index: 99;
    position: relative;
}
.banner-section-mobile {
    display: none;
    margin-left: -4px;
}
/* contact section begin*/
section.contact-section{
    position: relative;
    z-index: 2;
}
.container .contact-section-inner{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    /* padding-left: 11px; */
}
/* connect width us */
.contact-section-inner .connect-with-us{
    padding-top:95px;
    width: 47%;
    /* padding-left: 10px; */
}
.connect-with-us h6.title{
  font-size: 13px;
  font-weight: 400;
  line-height: 15.6px;
  color: #752963;
  border-bottom: 1px solid #1B214A;
  text-transform: uppercase;
  padding-bottom: 10px;
  /* margin-left: 51px; */
  margin-top: 39px;
}
.connect-with-us .contact-info{
    margin-top: 45px;
    position: relative;
    /* margin-left: 49px; */
}
.connect-with-us .contact-info .phone-number{
    font-size: 30.58px;
    text-align: left;
    font-weight: 300;
    color: #1B214A;
    margin-bottom: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.connect-with-us .contact-info .email{
    font-size: 30.58px;
    text-align: left;
    font-weight: 300;
    color: #1B214A;
    margin-bottom: 38px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.connect-with-us .contact-info .phone-number a, .connect-with-us .contact-info .email a{
    text-decoration: none;
    position: relative;
}
.contact-info .address p{
    margin: 0px !important;
}
.contact-info .address span{
    font-size: 17px;
    line-height: 32.37px;
}
.contact-info .email p{
    margin: 0px !important;
    padding-top: 10px;
}
.connect-with-us .contact-info .phone-number a p::before , .connect-with-us .contact-info .email a p::before{
    background-color: #1B214A;
    bottom: -11px;
    content: "";
    height: 1px;
    left: 0;
    pointer-events: none;
    position: absolute;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.4,0,0,1);
    transition: -webkit-transform .6s cubic-bezier(.4,0,0,1);
    -o-transition: transform .6s cubic-bezier(.4,0,0,1);
    transition: transform .6s cubic-bezier(.4,0,0,1);
    transition: transform .6s cubic-bezier(.4,0,0,1), -webkit-transform .6s cubic-bezier(.4,0,0,1);
    width: 100%;
}
.contact-info .phone-number a p:hover::before,.contact-info .email a p:hover::before{
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
}
.contact-info .phone-number a::after{
    content: "";
    position: absolute;
    right: -28px;
    top: 0px;
    background-image:url(../images/Rectangle-faqs.svg);
    background-repeat: no-repeat;
    width: 15.22px;
    height: 15.22px;
    background-size: cover;
}
.contact-info .email a::after{
    content: "";
    position: absolute;
    right: -25px;
    top: 12px;
    background-image:url(../images/Rectangle-faqs.svg);
    background-repeat: no-repeat;
    width: 15.22px;
    height: 15.22px;
    background-size: cover;
}
.contact-info .email a:hover::after{
    background-image:url(../images/yellow-arrow-right.svg);
}
.contact-info .address a p{
    margin-bottom: 0px !important;
}

.contact-info .address{
    font-size: 17.6px;
    font-weight: 300;
    line-height: 32.37px;
    color: #1B214A;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    margin-top: -14px;
    max-width: 360px;
}

.contact-info .address .link {
    /* display: inline-flex; */
}

.contact-info .follow-us {
    padding-top: 31px;
}
.contact-info .follow-us .list-follow-us{
    padding-left: 0px;
}
.contact-info .follow-us .list-follow-us li{
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
}
.contact-info .follow-us .list-follow-us li .title {
    font-size: 13px;
    font-weight: 400;
    color: #752963;
    text-transform: uppercase;
}
.list-follow-us li a {
    width: 18px;
    height: 18px;
}
.list-follow-us li a img{
    width: 18px;
    height: 18px;
}
.list-follow-us li a img.hover-icon {
    display: none;
}

.list-follow-us li a:hover img {
    display: none;
}

.list-follow-us li a:hover img.hover-icon {
    display: block;
}
.contact-section .contact-form {
    position: relative;
    width: 65%;
    margin-top: -120px;
    /* margin-right: -56px; */
    padding: 64px 40px;
    background: #f7f7f7;
    margin-bottom: 108px;
    -webkit-box-shadow: 11px 15px 8px rgba(112, 112, 112, 0.01), 6px 9px 6px rgba(112, 112, 112, 0.05), 3px 4px 5px rgba(112, 112, 112, 0.09), 1px 1px 3px rgba(112, 112, 112, 0.1);
            box-shadow: 11px 15px 8px rgba(112, 112, 112, 0.01), 6px 9px 6px rgba(112, 112, 112, 0.05), 3px 4px 5px rgba(112, 112, 112, 0.09), 1px 1px 3px rgba(112, 112, 112, 0.1);
    border-radius: 3px;
    overflow: hidden;
}
.contact-form.success_sent .wpcf7{
    display: none;
}
.contact-form .thank-you{
    display: none;
}
.contact-form.success_sent .thank-you{
    display: block;
}
.contact-form.success_sent{
    max-height: 636px;
    height: 636px;
    overflow: hidden;
}
.contact-form.success_sent .thank-you p:first-of-type{
    font-size: 26px;
    color: #752963;
    line-height: 33.8px;
    font-weight: 300;
    padding-top: 10px;
}
.contact-form.success_sent .thank-you p:nth-of-type(2) {
    color: #1B214A;
    font-size: 18px;
    line-height: 23.4px;
    padding-top: 10px;
}
.contact-form .form-section .success-icon{
    display: none;
}
.contact-form.success_sent .form-section .success-icon {
    display: block !important;
    margin-bottom: 20px;
}
.contact-form .form-section{
    height: 100%;
    width:100%;
    /* box-shadow: 2px 2px 2px #F7F7F7; */
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
}

.contact-form .vector {
    position: absolute;
    right: -60px;
    bottom: 0px;
    z-index: 0;
    pointer-events: none;
}
.vector svg{
    color: #ACCEECCC;
    width: 448px;
}
.contact-form .contact-form-fields{
    width: 100%;
    overflow: hidden;
    /* min-height: 508px; */
    height: 100%;
    overflow: visible;
    position: relative;
    z-index: 1;
}
.contact-form-fields .form-column{
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 38px 1fr;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 36px;
    -webkit-column-gap: 38px;
       -moz-column-gap: 38px;
            column-gap: 38px;
    height: 100%;
}

.contact-form-fields .form-group input{
    border: none;
    border-bottom: 1px solid #1B214A;
    background-color: transparent;
    width: 100%;
    height: 36px;
    outline: none;
    margin-bottom: 42px;
    opacity: 0.75;
    font-family: 'Poppins';
    border-radius: 0px;
}
.contact-form-fields .form-group input[aria-invalid="true"]{
    border-bottom: 1px solid red;
}
.form-group input:focus{
    border-bottom: 1px solid purple !important;
    caret-color: #752963;
}
.form-group input:hover{
    border-bottom: 1px solid purple !important;
    caret-color: #752963;
}
.form-group input:focus::-webkit-input-placeholder{
    color: #1B214A !important;
    opacity: 1;
}
.form-group input:focus::-moz-placeholder{
    color: #1B214A !important;
    opacity: 1;
}
.form-group input:focus:-ms-input-placeholder{
    color: #1B214A !important;
    opacity: 1;
}
.form-group input:focus::-ms-input-placeholder{
    color: #1B214A !important;
    opacity: 1;
}
.form-group input:focus::placeholder{
    color: #1B214A !important;
    opacity: 1;
}
.form-group input:hover::-webkit-input-placeholder{
    color: #1B214A !important;
    opacity: 1;
}
.form-group input:hover::-moz-placeholder{
    color: #1B214A !important;
    opacity: 1;
}
.form-group input:hover:-ms-input-placeholder{
    color: #1B214A !important;
    opacity: 1;
}
.form-group input:hover::-ms-input-placeholder{
    color: #1B214A !important;
    opacity: 1;
}
.form-group input:hover::placeholder{
    color: #1B214A !important;
    opacity: 1;
}
.form-group input::-webkit-input-placeholder{
    color: #1B214A;
    opacity: 0.8;
}
.form-group input::-moz-placeholder{
    color: #1B214A;
    opacity: 0.8;
}
.form-group input:-ms-input-placeholder{
    color: #1B214A;
    opacity: 0.8;
}
.form-group input::-ms-input-placeholder{
    color: #1B214A;
    opacity: 0.8;
}
.form-group input::placeholder{
    color: #1B214A;
    opacity: 0.8;
}
.form-group input[name="phone-number"]{
   
}
.full-width textarea:focus{
    border-bottom: 1px solid purple !important;
    caret-color: #752963;
    opacity: 1;
}
.full-width textarea:hover{
    border-bottom: 1px solid purple !important;
    caret-color: #752963;
    opacity: 1;
}
.full-width textarea:hover::-webkit-input-placeholder{
    color: #1B214A !important;
    opacity: 1;
}
.full-width textarea:hover::-moz-placeholder{
    color: #1B214A !important;
    opacity: 1;
}
.full-width textarea:hover:-ms-input-placeholder{
    color: #1B214A !important;
    opacity: 1;
}
.full-width textarea:hover::-ms-input-placeholder{
    color: #1B214A !important;
    opacity: 1;
}
.full-width textarea:hover::placeholder{
    color: #1B214A !important;
    opacity: 1;
}
.full-width textarea::-webkit-input-placeholder{
    color: #1B214A;
    opacity: 1;
}
.full-width textarea::-moz-placeholder{
    color: #1B214A;
    opacity: 1;
}
.full-width textarea:-ms-input-placeholder{
    color: #1B214A;
    opacity: 1;
}
.full-width textarea::-ms-input-placeholder{
    color: #1B214A;
    opacity: 1;
}
.full-width textarea::placeholder{
    color: #1B214A;
    opacity: 1;
}
.form-contact-full-width-row textarea:focus::-webkit-input-placeholder{
    color: #1B214A !important;
    opacity: 1;
}
.form-contact-full-width-row textarea:focus::-moz-placeholder{
    color: #1B214A !important;
    opacity: 1;
}
.form-contact-full-width-row textarea:focus:-ms-input-placeholder{
    color: #1B214A !important;
    opacity: 1;
}
.form-contact-full-width-row textarea:focus::-ms-input-placeholder{
    color: #1B214A !important;
    opacity: 1;
}
.form-contact-full-width-row textarea:focus::placeholder{
    color: #1B214A !important;
    opacity: 1;
} 
.custom-select {
    cursor: pointer;
  }
  .custom-select.open{
    display: block
  }
  .custom-select.open .custom-options {
    display: block;
    height: auto;
  }
  
  .custom-options {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #1B214A;
    width: 100%;
    z-index: 100;
    top: 26px;
    font-family: 'Poppins';
    border-top: none;
    -webkit-box-shadow: 11px 15px 8px rgba(112, 112, 112, 0.01), 6px 9px 6px rgba(112, 112, 112, 0.05), 3px 4px 5px rgba(112, 112, 112, 0.09), 1px 1px 3px rgba(112, 112, 112, 0.1);
            box-shadow: 11px 15px 8px rgba(112, 112, 112, 0.01), 6px 9px 6px rgba(112, 112, 112, 0.05), 3px 4px 5px rgba(112, 112, 112, 0.09), 1px 1px 3px rgba(112, 112, 112, 0.1);
  }
  .custom-options p{
    margin: 0px !important;
  }
  .custom-options p br{
    display: none;
  }
  .custom-option.selected {
    background: #f0f0f0; /* Highlight selected option */
  }
  
  .custom-options .custom-option{
    width: 100%;
    width: 100%;
    display: block;
    border-bottom: 0.5px solid;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 17px;
    font-size: 16px;
    line-height: 20.4px;
    color: #752963;
  }
  .custom-option:last-child{
    border-bottom: unset;
  }
  .custom-options .custom-option:hover{
    background-color: #1B214A;
    width: 100%;
    color:#fff;
  }
  .custom-select-trigger {
    position: relative;
    height: auto;
    width: 100%;
  }
  .custom-select-trigger span{
    border-bottom: 1px solid #1B214A;
    display: block;
    width: 100%;
    padding-bottom: 7px;
    color: #1B214A;
    opacity:  0.75;
  }
  .custom-select-trigger svg{
    position: absolute;
    right: 0px;
    top: 4px;
  }
  .form-group{
    height: 53px;
    margin-left:8px;
  }
 .custom-select-group{
    padding-top: 9px;
    position: relative;
 }
 .custom-select{
    position: relative;
    z-index: 999;
 }
.custom-select select{
    display: none;
}
.form-section form{
    max-height: 636px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.form-group.full-width{
    width: 100%;
    position: relative;
    padding-top: 39px;
}
.full-width textarea{
    width: 100%;
    border: none;
    border-bottom: 1px solid #1B214A;
    border-radius: 0px;
    outline: none;
    background: transparent;
    opacity: 0.75;
    height: 128px;
    padding-top: 8px;
    font-family: 'Poppins';
}
.form-contact-layout .form-contact-submit-container{
    width: 100%;
    position: relative;
}
.form-contact-submit-container .form-contact-button-with-icon{
    background-color: #343A69;
    border:none;
    width: 223px;
    height: 49.22px;
    text-align: left;
    padding:10px;
    color: #fff;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    margin-top: 36px;
}
.form-contact-button-with-icon svg{
    position: absolute;
    right: 9px;
    top: 12px;
}
.form-contact-button-with-icon span{
    position: absolute;
    top: 19px;
}
.btn-wrapper .button.button-submit{
    font-family: Poppins;
}
/* google map */
section.contact-google{
    position: relative;
    /* max-height: 485px; */
    overflow: hidden;
    margin-top: 32px;
}
.contact-google .google-map iframe{
    width: 100%;
}
.contact-form .btn-wrapper p{
    margin: 0px !important;
}
.contact-form .btn-wrapper {
    margin-top: 170px;
    margin-left: 4px;
}
.contact-form .btn-wrapper p button br{
    display: none;
}
.form-group p{
    margin: 0px !important;
}
.wpcf7-not-valid-tip{
    position: absolute;
    top: 34px;
    left: 10px;
}
.page-template-contact footer#site-footer {  border-top: none;}

.wpcf7-form .wpcf7-not-valid-tip {
}

.wpcf7-form .wpcf7-not-valid-tip:after {
    content: " *";
    color: red;
    margin-left: 2px;
    position: absolute;
    left: -11px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{
    border: none;
    color: red;
    padding-left: 0px;
}
@media (max-width:1488px){
    .container-cover .container{
        max-width: var(--page-width);
        width: 100%;
    }
}
@media (max-width:1377px){
    section.contact-banner::after{
        content: none;
    }
}

@media (max-width:1280px){
    .banner-section-laptop .container-cover{
        top: 115px;
        padding-left: 92px;
    }

    .contact-section .contact-form {
        margin-top:  -85px;
    }

    .container-cover .container {
        padding: 0;
    }

    .banner-section-laptop img {
        top: 0;
        transform: none;
    }
}

@media (max-width: 1199px) {
    .banner-section-laptop .container-cover {
        padding-left: 82px;
    }
}

@media (max-width: 1024.98px) {
    .container-cover .container{
        padding: 0px 15px;
    }
    .banner-section-laptop .container-cover{
        padding-left: 0px;
    }
}

@media (max-width:1000px){

    section.contact-banner {
       /* padding: 0px 15px; */
    }
    section.contact-banner::after{
        content: none;
    }
    .contact-banner .contact-banner-section{
    
height: 100%;
    }
    .contact-banner-section .banner-section-laptop{
       display: none;
    }
    .connect-with-us .contact-info .phone-number {
        margin-bottom: -4px;
    }
    
    .connect-with-us .contact-info .email {
        margin-bottom: 22px;
    }

    .banner-section-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
    }
    .banner-section-mobile .container{
        width: 100%;
        max-width: 954px;
        padding: 0 15px;
        position: absolute;
        bottom: 63px;
        z-index: 2;
    }
    .banner-section-mobile .container .title{
        font-size: 60px;
        height: 46px;
        color: #fff;
        font-weight: 275;
        text-transform: capitalize;
        padding-left: 0px;
        margin: 0;
    }
    .banner-section-mobile img{
        width: 100%;
        height: 356px;
        object-fit: cover;
    }
    /* contact section begin*/
    section .contact-section{
       display: block !important;
       padding: 0 15px;
    }
    .container .contact-section-inner{
        display: block;
        width: 100%;
    }
    /* connect width us */
    .contact-section-inner .connect-with-us{
        width: 100% !important;
        padding-top: 61px;
        margin-left: 0px;
        padding-left: 0px;
    }
    .connect-with-us h6.title{
    }
    .connect-with-us .contact-info{
        margin-top: 37px;
        margin-left: 5px;
    }
    .contact-info .phone-number{
        font-size: 25px;
        padding-top: 0px;
        margin-bottom: -4px;
    }
    .phone-number span{
        font-size: 25px;
        line-height: 52.43px;
    }
    .contact-info .email{
        font-size: 25px;
        padding-top: 0px;
        margin-bottom: 24px;
    }
    .email span{
        font-size: 25px;
        line-height: 52.43px;
    }
    .contact-info .phone-number a, .contact-info .email a{
    }
    .contact-info .phone-number a::after{
    }
    .contact-info .email a::after{
    }
    .contact-info .address a p{

    }
    .contact-info .address a p:last-of-type::after{
    }
    .contact-info .address{
        font-size: 15px;
        padding-top: 6px;
    }
    .contact-info .address a:hover{

    }
    .contact-info .address span{
        font-size: 15px;
        line-height: 32.37px;
    }
    .contact-info .follow-us {
        padding-top: 31px;
    }
    .contact-info .follow-us .list-follow-us{
    }
    .contact-info .follow-us .list-follow-us li{
    }
    .contact-info .follow-us .list-follow-us li .title {
    }
    .list-follow-us li a {
    }
    .list-follow-us li a img{
        margin-right: 1px;
    }
    .contact-form-fields .form-group {
        display: block;
    }
    .contact-section .contact-form{
        width: 100%;
        margin-top: 102px;
        padding: 90px 18px;
        margin-bottom: 98px;
    }
    .contact-form .form-section{
        max-width: 100%;
        width: 100%;
        max-height: 100%;
        /* padding: 90px 15px; */
    }
    .contact-form .vector{
    right: -30px;
    }
    .vector svg{
    width: 335px;
    height: 288px;
    }
    .contact-form .form-contact-layout{
    }
    .contact-form .form-contact-layout .input-section{
        display: block !important;
    }
    .form-contact-layout .input-section .form-group{
        width: 100%;
        max-width: 100%;
    }
    .form-contact-layout .input-section .form-group input{
        margin-bottom: 43px;
        margin-top: 0px;
    }
    .form-group input::-webkit-input-placeholder{
        font-size: 14px;
    }
    .form-group input::-moz-placeholder{
        font-size: 14px;
    }
    .form-group input:-ms-input-placeholder{
        font-size: 14px;
    }
    .form-group input::-ms-input-placeholder{
        font-size: 14px;
    }
    .form-group input::placeholder{
        font-size: 14px;
    }
    .form-group input[name="phone-number"]{
        margin-bottom: 55px;
    }
    .form-group input[name="company"]{
        margin-top: 8px;
    }
    .form-group input[name="email-address"]{
        margin-bottom: 52px;
    }
    .form-group input[name="last-name"]{
        margin-top: -8px;
    }
    .form-contact-full-width-row textarea {
        font-size: 14px;
        height: 105px;
    }
     .form-group .custom-select-wrapper {
      }
    .form-group .custom-select-wrapper select{
        margin-bottom: 36px;
    }
    .custom-drop-down-icon {
        top: 35%;
        right: -10px;
      }
      
      .custom-drop-down-icon path {
      }
    .form-contact-layout .form-contact-full-width-row{
        padding-top: 54px;
    }
    .form-contact-layout .form-contact-submit-container{
    }
    .form-contact-submit-container .form-contact-button-with-icon{
    }
    .form-contact-button-with-icon svg{
    }
    .form-contact-button-with-icon span{
        top: 16px;
        left: 16px;
    }
    /* google map */
    section.contact-google{
    }
    .contact-google .google-map iframe{
    }
    .form-group.full-width{
        padding-top: 16px;
    }
    .full-width textarea{
        padding-top: 0px;
        height: 125px;
    }
    .btn-wrapper {
        margin-top: 56px;
    }
    .contact-form-fields .form-column {
        display: block;
    }
    .contact-info .email p {
        padding-top: 0px;
    }
    .contact-info .email a::after{
        top: -2px;
        right: -18px;
    }
    .form-group{
        height: 82px;
        margin-left: 0px;
    }
    .contact-form .btn-wrapper{
        margin-top: 113px;
        margin-left: -2px;
    }
    .connect-with-us h6.title{
        margin-left: 4px;
    }
    .custom-select-trigger svg{
        right: 0px;
    }
    .contact-info .address{
        max-width: 317px;
    }
    .contact-info .address a::after{
        right: -5px;
        bottom: 2px;
        background-size: 13px;
    }
    .form-section form{
        max-height: unset;
        height: 100%;
    }
    .custom-select-trigger span{
        padding-bottom: 10px;
    }
    section.contact-google {
        max-height: 613px;
        height: 100%;
    }
    .contact-form.success_sent .thank-you p:nth-of-type(2) {
        font-size: 16px;
        line-height: 20.8px;
    }
    .contact-form.success_sent .thank-you p:first-of-type{
        font-size: 24px;
        line-height: 36px;
    }
    .link-big{
        background-position: right 3px top 16px;
    }
    .custom-options{
      border-top: 1px solid #1B214A;
    }
}