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;
}

.consultation-section-leads h5 {
    font-weight: 600;
    font-size: 20px;
}

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

.second-section {
    padding: 20px 50px;
}

.last {
    border: unset;
    border-radius: unset;
    padding: 0;
}

.col-lg-6.border {
    border-radius: 5px;
    width: 48% !important;
    padding: 20px;
    margin: 11px 12px 0 12px;
}

.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;
}

.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: 130px;
    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;
}

/* 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;
}


.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field::placeholder {
    color: #aeaeae;
}

.select2-container--default .select2-selection--multiple {
    padding: 10px 30px 10px 20px !important;
    border: 1px solid #CED4DA !important;
    border-radius: 5px!important;
  }
  .select2-selection__choice {
    background-color: #eee;
    border: none;
    color: #333;
    padding: 3px 10px;
    border-radius: 20px;
    margin-top: 5px;
  }
  .dropdown {
    padding: 0 10px 20px 10px;
}
    .select2-container {
        display: unset!important;
        width: 50%!important;
    }
    .select2-container .select2-search--inline .select2-search__field {
        margin: 0!important;
    }
    span.select2-search.select2-search--inline {
        line-height: 1!important;
    }

    i.fas.fa-chevron-down.chevron-icon {
        position: absolute;
        right: 20px;
        top: 38%;
    }

    .multiple-dropdown {
        position: relative;
    }

    .select2-selection__clear {
        position: absolute;
        right: 10px !important;
    }

    .select2-container--default .select2-results>.select2-results__options {
        max-height: 145px!important;
    }

    .last textarea.select2-search__field {
        font-family: 'Poppins' !important;
    }

    .select2-selection.select2-selection--multiple {
        position: relative;
    }

    .select2-dropdown.select2-dropdown--below, 
    .select2-dropdown.select2-dropdown--above{
        max-width: 534px!important;
        width: 100%!important;
    }

    label {
        font-size: 12px;
    }

    .grid-two label {
        font-size: 16px;
    }

    .grid-two .row {
        padding: 10px 10px 10px 0;
        border-bottom: 1px solid #ececec;
        column-gap: 40px;
    }

    .grid-two .col-lg-5 {
        padding-left: 0;
    }

    .grid-two .row:first-child {
        border-bottom: none;
        margin-left: -30px;
    }

    .grid-two .form-check-label {
        display: none;
    }

@media screen and (max-width: 1024px) {
    #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;
    }   
    .col-lg-6.border {
        width: 100% !important;
        margin: 20px 0px 0px 0px;
    }
    .last {
        padding: 12px 12px 0 12px;
    }
    .select2-dropdown.select2-dropdown--below,
    .select2-dropdown.select2-dropdown--above  {
        max-width: 100% !important;
    }
    .select2-container {
        width: 78% !important;
    }
}
@media screen and (max-width: 1239px) {
    .col-lg-6.border {
        width: 100% !important;
        margin: 20px 0px 0px 0px!important;
    }
}
@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;
    }
}
/* VIDEO (END) */
@media screen and (max-width: 1024px) {
    .contact-form {
        padding: 30px 10px;
    }
    
    .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;
    }

    .grid-two .form-check-label {
        display: block;
    }

    .grid-two .col-lg-2 .fw-bold {
        display: none;
    }

    .second-section {
        padding: 30px;
    }

    .grid-two .row:first-child {
        margin-left: -11px;
        padding: 0;
    }

    .second-section .grid-two h5 {
        margin-bottom: 0 !important;
    }
}