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 {
    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;
    text-decoration: none;
}

.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;
}

.contact-form a {
    text-decoration: none !important;
}

.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 {
    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: 14px;
    left: -8px;
}

.blue-one2 {
    z-index: -999 !important;
    border-radius: 10px;
    position: absolute;
    width: 455px;
    height: 135px;
    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%!important;
        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;
    }

    .contact-section {
        margin-bottom: 0!important;
    }
}

@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;
    }
    
    .form-group.col-lg-12 {
        margin-bottom: 20px;
    }
}

object.pdf {
    height: 100vh;
    width: 100vw;
}

#pdf {
    overflow: hidden;
    height: 100vh;
}

.contact-form h4 {
    font-size: 19px;
    font-weight: 700;
}

.contact-form p {
    font-size: 16px;
}

/* .c-blue {
    color: #1EC2F3!important;
} */

.contact-form button {
    max-width: 100%;
}

.contact-form a h4:hover {
    color: #1EC2F3!important;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.thank-you .col-lg-6 {
    max-width: 1200px;
    width: 100%;
}

#download-btn {
    font-weight: 600 !important;
}

.pdf-screenshot {
    border: 1px solid #CED4DA;
    width: auto !important;
    max-height: 146px;
    height: 100%;
}

.pdf-screenshot-container {
    padding: 15px;
    border: 1px solid #CED4DA;
    border-radius: 5px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
} 

.form-group input::placeholder {
    font-size: 15px !important;
}

.error-email {
    border: 1px solid red !important;
}

.error-email-message {
    color: red;
    display: none;
    font-size: 12px!important;
    margin: 5px 0;
}