body {
    font-family: 'Poppins', sans-serif;
  }

p {
    font-size: 18px;
}

.contact-form {
    padding: 50px 20px;
}

.header .navbar {
    max-width: 1200px;
    margin: 0 auto;
}

.header {
    box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
    padding: 10px 20px;
}

.header .navbar-toggler {
    border: none!important;
}

.header .navbar-toggler:focus {
    box-shadow: none !important;
}

.header img {
    max-width: 81px;
    width: 100%;
}

.header .nav-link {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}

.header .navbar-expand-lg .navbar-nav {
    column-gap: 35px;
}

.contact-form .container, footer .container, .site-footer .container {
    max-width: 1200px;
    width: 100%;
}

.contact-form h5 {
    font-size: 18px;
}

.contact-section {
    border: 1px solid #CED4DA;
    border-radius: 5px;
    padding: 25px;
    position: relative;
    background-color: #fff;
}

.contact-form .form-control:focus, .contact-form .form-check-input:focus {
    box-shadow: none!important;
}

.contact-form .form-control {
    border-color: #CED4DA;
    border-radius: 5px
}

.contact-form .reco {
    margin-bottom: 35px;
}

.consultation-section, .consultation-section-leads {
    /* background-image: url('../images/book-a-consultation-bg.png'); */
    /* border-radius: 5px !important; */
    background-size: cover;
    background-repeat: no-repeat;
    /* padding: 30px; */
    height: 100%;
}

.consultation-section-leads {
    height: unset;
}

.consultation-section p, .consultation-section-leads p {
    font-size: 16px;
}

.consultation-section h4, .consultation-section-leads h4,
.consultation-section p, .consultation-section-leads p {
    color: #000000;
}

.consultation-section h4, .consultation-section-leads h4 {
    font-size: 25px;
}

.consultation-section .btn-primary, .submit-btn, .btn-video, .consultation-section-leads .btn-primary, #customButton {
    text-transform: uppercase;
    column-gap: 10px;
    align-items: center;
    display: flex;
    font-size: 18px;
    max-width: 270px;
    font-weight: 400 !important;
    color: #fff !important;
    border-radius: 5px;
    background-color: #1EC2F3 !important;
    font-family: inherit !important;
    width: 100%;
    padding: 12px 15px;
    border: none;
    justify-content: space-between;
}

.consultation-section .btn-primary:before, .consultation-section-leads .btn-primary:before {
    content: "";
    background-image: url('../images/telephone-white.png');
    display: inline-block;
    background-size: contain;
    width: 40px;
    height: 30px;
    background-repeat: no-repeat;
}

.consultation-section-leads iframe {
    border-radius: 5px;
}

.list-icon {
    display: flex;
    align-items: center;
}

.list-icon a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #1ec2f3;
}

.list-icon img {
    margin-right: 10px;
    object-fit: none;
    width: 30px;
    height: 30px;
}

.btn-primary, #customButton {
    background: #1EC2F3;
    border-color: #1EC2F3;
}

.submit-btn {
    justify-content: center;
    float: right;
}

.form-check {
    padding-left: 35px;
}

.blue-one {
    z-index: -999 !important;
    border-radius: 10px;
    position: absolute;
    width: 455px;
    height: 185px;
    background-image: linear-gradient(#1EC2F3, #bff0ff);
    /* background-color: #1EC2F3; */
    top: -8px;
    left: -8px;
}

.blue-one1 {
    z-index: -999 !important;
    border-radius: 10px;
    position: absolute;
    width: 455px;
    height: 203px;
    background-image: linear-gradient(#1EC2F3, #bff0ff);
    /* background-color: #1EC2F3; */
    top: 25px;
    left: -8px;
}

.blue-one2 {
    z-index: -999 !important;
    border-radius: 10px;
    position: absolute;
    width: 455px;
    height: 195px;
    background-image: linear-gradient(#1EC2F3, #bff0ff);
    /* background-color: #1EC2F3; */
    bottom: -8px;
    right: -8px;
}

footer {
    background: #686868;
    color: #fff;
    padding: 50px 0px 0px;
}

footer h5 {
    font-size: 17px;
    font-weight: 600;
}

footer p {
    font-size: 15px;
}

.site-footer {
    padding: 20px;
    background: #141618;
}

.site-footer p {
    font-size: 14px;
}

.site-footer .col {
    text-align: right;
}

footer a {
    text-decoration: none;
    color: #fff;
}

footer p .fa.fa-share-alt:hover {
    color: #1ec2f3;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #AEAEAE;
    opacity: 1; /* Firefox */
}

.form-group span {
    color: #A7A7A7;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #AEAEAE;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #AEAEAE;
}

.form-check-input[type=checkbox] {
    border-color: #CED4DA!important;
}

.share-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    background-color: black;
    color: white;
    padding: 10px;
    border-radius: 5px;
}

.share-dropdown-menu a {
    display: block;
    color: white;
    padding: 5px;
}

/* Thank you */
.thank-you {
    height: 450px;
    align-content: center;
    padding: 50px 20px;
    background-image: url('../images/book-a-consultation-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.thank-you .green-check {
    max-width: 70px ! Important;
    width: 100% !important;
}

.thank-you h2, .thank-you p {
    color: #000;
}

.thank-you h2 {
    font-size: 35px;
}

.contact-video {
    position: relative;
}

.contact-video .btn-video {
    right: 4%;
    top: 7%;
    position: absolute;
    text-transform: unset!important;
    font-size: 12px;
    background-color: #00000084 !important;
    border-radius: 0;
    text-decoration: none;
}

.contact-video .btn-video:before {
    content: "";
    background-image: url('../images/info.png');
    display: inline-block;
    background-size: contain;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.contact-video {
    border-radius: 5px;
    box-shadow: rgb(100 100 111 / 10%) 0px 7px 29px 0px;
    border: 10px solid #f8f9fa;
    margin-top: 35px;
    position: relative;
}


@media screen and (max-width: 1024px) {
    .contact-form {
        padding: 30px 20px;
    }
    
    .contact-form .col-lg-6 {
        width: 100%;
    }

    .blue-one, .blue-one1, .blue-one2 {
        width: 70%;
    }

    footer .row {
        display: block!important;
    }
    
    footer {
        padding: 30px 20px 15px;
        /* text-align: center!important; */
    }
    
    .contact-form .consultation-section {
        margin-top: 30px;
        height: auto;
    }

    .consultation-section h4.fw-bold.mt-5, .consultation-section-leads h4.fw-bold.mt-5 {
        margin-top: 30px !important;
    }
    
    .site-footer p {
        text-align: center;
    }
    
    .submit-btn {
        width: 100%;
        max-width: 100%;
        margin-top: 20px !important;
    }
    
    #contactNumber {
        margin-top: 15px;
    }

    .contact-form .reco {
        margin-top: 20px;
    }

    .footer {
        padding: 30px 0px 0px;
    }

    .footer .container.pb-4 {
        padding: 0px 20px;
    }

    .form-group #email_address {
        margin-bottom: 16px;
    }

    /* Thank you */
    .thank-you {
        height: 300px;
        padding: 30px 20px;
    }

    .thank-you h2 {
        font-size: 25px;
    }

    .thank-you p {
        font-size: 16px;
    }

    .contact-video div {
        padding: 56% 0 0 0 !important;
    }

    .consultation-section-leads {
        margin-top: 25px;
    }
}

@media screen and (min-width: 992px) {
    .header  .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: end;
    }
}

@media screen and (max-width: 992px) {
    #navbarNav {
        margin-top: 10px;
    }
    
    .thank-you .green-check {
        max-width: 50px ! Important;
    }
}


/* VIDEO (START) */
.video-contact-form {
    background: #000;
    overflow-y: hidden;
}

#videoContainer {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden!important;
}

#videoContainer iframe {
    z-index: -99;
    height: 63.25vw;
    min-width: 177.77vh;
    position: absolute;
    top: 38.5%;
    left: 50%;
    transform: translate(-50%, -42%);
}

.button-video {
    align-items: end;
    justify-content: center;
    height: 91vh;
    display: flex;
}
.button-video a {   
    text-decoration: none;
}

#customButton {
    /* min-height: 9vh; */
    text-decoration: none;
    border: solid #fff 2px;
    border-radius: 50vh;
    min-width: 36vw;
    margin: auto;
    font-size: 4vh;
}

@media screen and (max-width: 1024px) {
    .button-video {
        position: absolute;
        z-index: 999 !important;
        margin-bottom: unset;
        height: unset;
        bottom: 43px;
        left: 0;
        right:0;
    }
    #videoContainer iframe {
        height: 57.25vw;
        width: 100vw;
        z-index: 99;
        min-height: auto;
        min-width: auto;
        position: unset;
        transform: unset;
    }
    #videoContainer {
        height: unset;
        display: flex;
        align-items: center;
    }
    .button-video {
        position: absolute;
        z-index: 999 !important;
        margin-bottom: unset;
        height: unset;
        bottom: 43px;
        left: 0;
        right:0;
    }
    .video-contact-form {
        position: relative;
    }
    #customButton {
        font-size: 13px!important;
        min-width: 65vw;
    }   
}
@media screen and (max-width: 796px) {
    .button-video {
        bottom: 27px;
    }
    #customButton {
        min-width: 55vw;
    }
}
@media screen and (max-width: 580px) {
    .button-video {
        bottom: 18px;
    }
    #customButton {
        padding: 5px;
        min-width: 55vw;
    }
}
@media screen and (max-width: 300px) {
    .button-video {
        bottom: 10px;
    }
    #customButton {
        padding: 5px;
        font-size: 10px!important;
        min-width:30vw;
    }
}

.button-video {
    align-items: end;
    justify-content: center;
    height: 91vh;
    display: flex;
}
.button-video a {
    text-decoration: none;
}
/* VIDEO (END) */