﻿:root {
    --pri-color: #F63B3B;
    --sec-color: #F5F5F5;
    --white-color: #ffffff;
}

body {
    font-family: "Lato", sans-serif;
    color: #595959;
    background-color: var(--sec-color);
    overflow-x: hidden;
}

.iti.iti--allow-dropdown {
    width:100%;
}

.space-p-t {
    padding-top: 60px;
}

.space-p-b {
    padding-bottom: 60px;
}

.space-p-tb {
    padding: 60px 0;
}

.space-m-t {
    margin-top: 60px;
}

.space-m-b {
    margin-bottom: 60px;
}

.space-m-tb {
    margin: 60px 0;
}

.custom-logo-link {
    max-width: 175px;
}

.lp-btns-holder {
    display: flex;
    gap: 15px;
}
.checkbox-terms.sty1 {
    padding: 16px 0px 0;
    display: flex;
    align-items: flex-start;
    font-size: 13px;
    line-height: 1.5;
    gap: 0px;
}

    .checkbox-terms.sty1 p {
        font-size: 12px;
        line-height: 1.4;
        font-weight: 400 !important;
    }

        .checkbox-terms.sty1 p input {
            height: auto;
            border-radius: 0;
            padding: 0;
            margin: 0 7px 0 0;
            background-color: transparent;
            border: 0;
            vertical-align: middle;
        }

.ctm-btn {
    padding: 13px 35px;
    border-radius: 35px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.btn-black {
    background-color: #120000;
    color: #fff;
}

.btn-red {
    background-color: var(--pri-color);
    color: #fff;
}

.btn-white {
    background-color: #fff;
    color: #000;
}

.btn-bordered {
    background-color:transparent;
    border:1px solid var(--pri-color);
    color:#000;
}

.btn-bordered:hover {
    background-color: #000;
    border-color:#000;
    color: #fff;
}

.hover-white:hover {
    background-color: #fff;
    color: #000;
}

.hover-red:hover {
    background-color: var(--pri-color);
    color: #fff;
}

.hover-black:hover {
    background-color:#000;
    color: #fff;
}


.bg-light-g {
    background-color: var(--sec-color);
}

.bg-white {
    background-color: var(--white-color);
}

/*Main banner CSS*/
/* Online Medical Billing Css */


/*Main banner-form*/

.ctm-form-mianbanner {
    background-color: #ffffffb5;
    padding: 32px;
    border-radius: 16px;
    border-top: 5px solid red;
    border-bottom: 5px solid red;
    backdrop-filter: blur(43.98px);
}

/* Trusted Credentialing, Hassle-Free Enrollment—join us today. */


.ctm-form-mianbanner h2 {
    font-family: 'Lato';
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #000000;
}

.ctm-form-mianbanner h2 span{
    color: var(--pri-color);
}

.ctm-form-mianbanner {
    background-color: #ffffffb5;
    padding: 32px;
    border-radius: 16px;
    border-top: 5px solid var(--pri-color);
    border-bottom: 5px solid var(--pri-color);
    backdrop-filter: blur(43.98px);
    max-width: 390px;
    margin-left: auto;
    position: absolute;
    right: -92px;
    top: 25px;
}

.ctm-form-mianbanner input,
.ctm-form-mianbanner select {
    height:44px;
    margin-bottom:10px;
    border-radius:10px;
}
.ctm-form-mianbanner .iti-group {
    margin-bottom: 10px;
}

.ctm-form-mianbanner textarea {
    height: 110px;
    border-radius: 10px;
    margin-bottom:10px;
}

.form-img-holder {
    position: relative;
    height:575px;
}

.banner-form-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.mianbanner-btn-submit {
    width: 100%;
    padding: 15px 20px;
    background-color: var(--pri-color);
    border-radius: 6px;
    transition: 0.3s ease-in-out;
    color: #fff;
    border: 1px solid var(--pri-color);
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
}

.mianbanner-btn-submit:hover {
    background-color:#000;
    border-color:#000;
}

/*Main banner-form end*/
.inner-banner {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    width: calc(100% - 40px);
    min-height: 400px;
    padding: 0;
    display: flex;
    align-items: center;
    background-size: 100% 100%;
    margin: 0 auto;
    border-radius: 20px;
}

.inner-banner.lp {
    padding: 60px 0;
    background-size: cover;
    height: auto;
    display: block;
    overflow: hidden;
}

.inner-banner.lp ul {
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    gap: 15px;
}

.banner-content h1 {
    font-size: calc(25px + (57 - 25) * (100vw - 320px) / (1920 - 320));
    line-height: 1.1;
    margin-bottom: 15px;
    padding-top:30px;
    color: #fff;
    font-weight: 700;
}

.banner-content p {
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    margin-bottom: 22px;
    line-height: 1.8;
    color: #fff;
}

.banner-btn-black {
    display: inline-flex;
    align-items: center;
    gap: 0 30px;
    font-weight: 700;
    border-radius: 60px;
    background-color: #000;
    text-decoration: none;
    color: #fff;
    font-family: var(--font-2);
    font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
    border: 2px solid transparent;
    padding: 20px 35px;
    line-height: 1;
    transition:0.3s ease-in-out;
}

.banner-btn-black i {
    font-size: calc(11px + (13 - 11) * (100vw - 320px) / (1920 - 320));
}

.banner-btn-black:hover {
    color: white;
    background: transparent;
    border-color: white;
}

.brand-logo {
    margin-top: 30px;
}

    .brand-logo p {
        font-size: calc(14px + (20 - 16) * (100vw - 320px) / (1920 - 320));
        font-family: var(--font-2);
    }

    .brand-logo ul {
        list-style: none;
        display: flex;
        align-items: center;
        gap: 0 30px;
        margin: 0;
        padding: 0;
    }

.img-100 > img {
    width: 100%;
    height: 100%;
}

.ob-cover {
    object-fit: cover;
}

.banner-btn {
    display: flex;
    align-items: center;
    gap: 0 30px;
}

.contact-area {
    display: flex;
    align-items: center;
    gap: 0 10px;
}

    .contact-area span {
        background: white;
        letter-spacing: -0.01em;
        color: black;
        font-weight: 600;
        border-radius: 100px;
        font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
        padding: 5px 15px;
        display: inline-block;
        margin-bottom: 15px;
    }

    .contact-area a {
        background: white;
        color: black;
        font-weight: 500;
        border-radius: 100px;
        padding: 5px 15px;
        font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
        display: block;
        text-decoration: none;
        border: 2px solid white;
    }

        .contact-area a:hover {
            background: transparent;
            color: white;
        }

    .contact-area .contact-ic {
        color: white;
        font-size: calc(18px + (35 - 18) * (100vw - 320px) / (1920 - 320));
    }

.banner-img {
    position: relative;
    max-width: 451px;
    margin: 0 auto;
}

    .banner-img img {
        position: relative;
        z-index: 1;
    }

    .banner-img::before {
        content: '';
        background: #D9D9D9;
        position: absolute;
        border-radius: 50% 50% 0 0;
        height: 87%;
        left: 0;
        width: 100%;
        bottom: 0;
    }

.abs-content {
    background: white;
    padding: 7px 15px;
    position: absolute;
    width: fit-content;
    z-index: 2;
    border-radius: 13px;
}

.img-content-1 {
    bottom: 15%;
    left: -16%;
    display: flex;
    align-items: center;
    gap: 0 10px;
}

    .img-content-1 span {
        color: #D42236;
        font-size: calc(12px + (18 - 12) * (100vw - 320px) / (1920 - 320));
        font-weight: 700;
    }

    .img-content-1 .abs-ic {
        width: 32px;
        height: 29px;
        background: #FFE2E2;
        color: #F63B3B;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 3px;
    }

.img-content-2 {
    top: 90%;
    right: -15%;
    max-width: 379px;
    padding: 30px 15px 20px;
}

    .img-content-2 p {
        color: black;
        font-size: calc(12px + (18 - 12) * (100vw - 320px) / (1920 - 320));
        margin-bottom: 0;
    }

    .img-content-2 .abs-ic {
        color: #C22539;
        font-size: calc(25px + (40 - 25) * (100vw - 320px) / (1920 - 320));
        margin: -55px 0 0;
    }

.img-content-3 {
    bottom: 20%;
    right: -15%;
    padding: 15px 25px;
}

    .img-content-3 .client-list {
        display: flex;
        align-items: center;
    }

.client-list li {
    width: 28px;
    height: 28px;
    overflow: hidden;
    border-radius: 50%;
    flex: 0 0 auto;
    &:nth-child(2)

{
    margin-left: -5px;
}

&:nth-child(3) {
    margin-left: -5px;
}

&:nth-child(4) {
    margin-left: -5px;
}

&:last-child {
    margin-left: 15px;
    font-size: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    overflow: visible;
    width: auto;
    height: auto;
    border-radius: 0;
}

}

.client-list li span {
    color: #D42236;
    display: inline-block;
}

.client-list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-content-3 p {
    font-size: calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320));
    color: #D42236;
    margin: 5px 0;
}

.star-rating {
    display: flex;
    align-items: center;
    gap: 0 5px;
}

    .star-rating li {
        &:last-child

{
    margin-left: 5px;
    font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320));
}

}

.star-rating li i {
    color: #ECB014;
}

@media(max-width:1399px) {
    .banner-btn {
        gap: 10px 15px;
    }

    .btn-black {
        gap: 0 8px;
        padding: 15px 20px;
    }

    .banner-img {
        max-width: 350px;
    }
}


    @media(max-width:1199px) and (min-width:992px) {

        .inner-banner.lp {
            width: 100%;
            height: auto;
        }

        .banner-img {
            zoom: 90%;
        }

    }

    @media(max-width:991px) {


        .inner-banner.lp {
            height: auto;
            padding: 50px 0!important;
        }

        .banner-content h1 {
            margin-bottom: 20px;
        }

        .banner-content p {
            margin-bottom: 20px;
            line-height: 1.4;
        }

        .brand-logo {
            margin: 10px 0 20px;
        }

            .brand-logo img {
                max-width: 130px;
            }
    }

    @media(max-width:575px) {
        .modal-open {
            padding:0 !important;
        }
        .abs-content {
            box-shadow: 0 2px 16px rgba(0,0,0, 0.3);
        }
        
        .brand-logo img {
            max-width: 70px;
        }

        .brand-logo ul {
            gap: 0 15px;
        }

        .banner-btn {
            flex-direction: column;
            align-items: center;
        }

        .contact-area .contact-ic {
            font-size: calc(28px + (35 - 28) * (100vw - 320px) / (1920 - 320));
        }

        .img-content-1 {
            bottom: 26px;
            left: 0;
            border-radius: 0;
        }

        .img-content-2 {
            right: 0;
            padding: 30px 15px 15px;
            border-radius: 0;
        }

            .img-content-2 .abs-ic {
                margin: -50px 0 0;
            }

        .img-content-3 {
            right: 0;
            bottom: 22%;
        }
    }

    /*Main banner CSS End*/

    .main-title {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 700;
        /*    font-size: 50px;*/
        font-size: calc(25px + (50 - 25) * (100vw - 320px) / (1920 - 320));
        color: #000000;
        line-height: 1.2;
    }

    /*BOX Sty 1*/
    .drivRev-div {
        position: relative;
        background: #FFFEFF;
        box-shadow: 5px 5px 45px rgba(155, 155, 155, 0.25);
        border-radius: 20px;
        padding: 80px 20px 20px;
        margin-top: 40px;
        min-height: 268px;
    }

    .drivRev-div h4 {
        font-size: 24px;
        line-height:1.2;
        font-weight: 600;
        color:#000;
    }

    .drvRev-Icon span {
        font-size: 30px;
        font-weight: 600;
        color: var(--pri-color);
    }

.drvRev-Icon {
    background-color: var(--pri-color);
    font-size: 44px;
    margin-bottom: 15px;
    width: 90px;
    height: 90px;
    border-radius: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    top: -34px;
    left: 20px;
}

    .drvRev-Icon img {
        width: 44px;
    }

    /*BOX Sty 1 end*/

    .cta-btns-holder {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .ar-btn {
        display: flex;
        gap: 30px;
        background-color: #000;
        color: #fff;
    }

        .ar-btn:hover {
            background-color: var(--pri-color);
            color: #fff;
        }

    .cta-ctm-holder {
        margin-bottom: 30px;
    }

    .mblp-list-check {
        display: flex;
        gap: 30px;
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

        .mblp-list-check li {
            font-weight: 600;
            font-size: 18px;
            line-height: 25px;
            color: #595959;
            display: flex;
            gap: 10px;
        }

            .mblp-list-check li:before {
                flex: 1 0 25px;
                max-width: 25px;
                content: "\e906";
                font-family: icomoon;
                height: 24px;
                display: flex;
                font-size: 12px;
                background-color: red;
                border-radius: 15px;
                color: #fff;
                align-items: center;
                justify-content: center;
            }

    .ctm-boxes-holder {
        display: flex;
        gap: 20px;
        align-items: flex-end;
    }

    .ctm-box-s1 {
        background: #FFFFFF;
        box-shadow: 4px 4px 25px rgba(88, 88, 88, 0.18);
        backdrop-filter: blur(12.5px);
        border-radius: 25px;
        flex: 1;
        padding: 20px;
    }

        .ctm-box-s1 h4 {
            font-weight: 700;
            font-size: 35px;
            line-height: 42px;
            color: #595959;
            margin-bottom: 0;
        }

    .ctm-box-s1-img {
        text-align: right;
        margin-top: 30px;
    }

    .steps-slider .box-sty-2 {
        min-height: 311px;
        margin: 22px 0 30px;
    }

    .box-sty-2 {
        background: #FFFFFF;
        box-shadow: 0px 12px 40px 4px rgba(23, 36, 38, 0.08);
        border-radius: 25px;
        padding: 15px 20px 20px;
        height: 100%;
    }

    .box-sty-title-holder {
        display: flex;
        justify-content: space-between;
        align-items:flex-start;
        margin-bottom:20px;
    }

        .box-icon-s2 {
            flex:1 0 90px;
            max-width: 90px;
            height: 90px;
            background-color: var(--pri-color);
            border-radius: 90px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 42px;
        }

        .box-sty-2 h4 {
            font-style: normal;
            font-weight: 700;
            font-size: calc(20px + (25 - 20) * (100vw - 320px) / (1920 - 320));
            line-height: 1.3;
            color: #000;
            padding-top: 40px;
        }

.box-sty-2 p {
    margin-bottom: 0px;
}

.indx-no {
    color: #595959;
    font-weight: 700;
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 30px;
    display: block;
}

.dot-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #595959;
    margin-bottom: 10px;
}


/*CTA 2*/

.cta-2 {
    background-color: var(--pri-color);
    border-radius: 20px;
    display: flex;
    padding: 20px 30px;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.cta-2 .cta-text-holder {
    font-style: normal;
    font-size: calc(22px + (50 - 22) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    flex: 1 0 60%;
    max-width: 60%;
}

.cta-2 .ctm-btn {
    text-align: center;
}
/*CTA 2 end*/


/*Slick CSS*/

.slick-slide {
    margin: 0 6px;
}

.slick-list {
    margin: 0 -6px;
}

.slick-dots li.slick-active button:before {
    color: var(--pri-color);
    opacity: 1;
}

.slick-dots li button:before {
    font-size: 13px;
}

/*Slick CSS End*/


    /*hax boxes*/


    .hex i {
        font-size: 45px;
        color: var(--pri-color);
        transition: all 0.3s ease-in-out;
    }

.hex {
    background: rgba(246, 59, 59, 0.05);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
    padding: 35px 0px;
/*    transition: all 0.3s ease-in-out;*/
    cursor: pointer;
    flex: 1 0 158px;
    max-width: 158px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .hex:hover {
        background: var(--pri-color);
        color: #fff;
        transform: scale(1.08) !important;
        box-shadow: 0 8px 18px rgba(0,0,0,0.1);
    }

            .hex:hover i {
                color: #fff;
            }

    .hex-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 0px;
        justify-content: center;
    }

    .hax-holder-2 {
        margin-top: -26px;
    }

    .hax-holder-3 {
        margin-top: -26px;
    }
    /*hax boxes end*/

    /*TM Slider*/
    .tm-box-holder {
        animation: fadeUp 0.6s ease forwards;
        opacity: 0;
    }

    .slick-current .tm-box-holder {
        opacity: 1;
    }

    @keyframes fadeUp {
        from {
            transform: translateY(20px);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    .tm-cont {
        background: #FFFFFF;
        border: 1px solid #DDD8D8;
        box-shadow: 0px 0px 14px rgba(168, 195, 255, 0.25);
        border-radius: 23px;
        padding: 40px 30px;
    }

        .tm-cont p {
            font-style: italic;
            font-weight: 400;
            font-size: 22px;
            line-height: 150%;
            color: #5A5A5A;
        }

    .tm-ratings {
        display: flex;
        gap: 5px;
        font-size: 18px;
        margin-top: 47px;
        color: #ECB014;
    }

    .tm-user-info {
        display: flex;
        gap: 15px;
        align-items: center;
        margin-top: 50px;
    }

        .tm-user-info h4 {
            font-style: normal;
            font-weight: 600;
            font-size: calc(18px + (28 - 18) * (100vw - 320px) / (1920 - 320));
            color: #000000;
            margin-bottom:0;
        }

        .tm-user-info span {
            font-style: normal;
            font-weight: 400;
        }

    .tm-slider-holder {
        position: relative;
    }

    .tm-nav-holder {
        display: flex;
        gap: 10px;
        position: absolute;
        right: 0;
        bottom: 40px;
    }

        .tm-nav-holder a {
            flex: 1 0 30px;
            max-width: 30px;
            border: 1px solid #D9D9D9;
            text-align: center;
            text-decoration: none;
            border-radius: 30px;
            height: 30px;
            font-size: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 1;
            color: #000;
            transition: 0.3s ease-in-out;
        }

            .tm-nav-holder a:hover {
                background-color: var(--pri-color);
                color: #fff;
            }

    /*TM Slider end*/

    .step-btns-holder {
        display: flex;
        gap: 12px;
        justify-content: flex-end;
        margin-top: 40px;
    }

    /*Footer*/
    /*------------------ footer --------------------------*/

    .foo-form .iti__selected-dial-code {
        color: #ffffff !important;
    }

    .foo-form .iti__arrow {
        border-top: 4px solid #ffffff;
    }

    .footer-bgBox {
        border-radius: 20px;
        margin: 0 20px 20px;
        position: relative;
        padding: 50px 0;
        background-size: cover;
        background-position: center center;
    }

    .foo-mini-title {
        display: block;
        color: #fff;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
    }


    .footer-bgBox p {
        color: #FFFEFF;
        font-size: 18px;
        font-weight: 500;
    }


    .fooNav-title {
        color: #FFFEFF;
        font-size: 20px;
        font-weight: 600;
    }

    .fooNav-list {
        padding-left: 0;
        list-style: none;
    }

        .fooNav-list li a {
            color: #FFFEFF;
            font-size: 16px;
            text-decoration: none;
            transition: 0.3s ease-in-out;
        }

            .fooNav-list li a:hover {
                color: var(--pri-color);
            }

        .foo-form input, .foo-form select {
            background-color: transparent;
            border: none;
            border-bottom: 1px solid #fff;
            border-radius: 0;
            padding: 10px 0;
            margin-bottom: 30px;
            color: #fff;
        }

        .foo-form input:focus {
            background-color: transparent;
            box-shadow: none;
            color: #fff;
        }

        .foo-form select:focus {
            background-color: black;
            box-shadow: none;
            padding:10px 15px;
        }

        .foo-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #fff;
        }

        .foo-form ::-moz-placeholder { /* Firefox 19+ */
            color: #fff;
        }

    .foo-form :-ms-input-placeholder { /* IE 10+ */
        color: #fff;
    }

    .foo-form :-moz-placeholder { /* Firefox 18- */
        color: #fff;
    }

    /*Footer end*/

    /* the slides */
.logo-slider {
    overflow-x: hidden;
}
.logo-slider .slick-slide {
    margin: 0 10px;
}
        /* the parent */
    .logo-slider .slick-list {
        margin: 0 -10px;
    }

    .mblp-sec-2 {
        background-size:cover;
        background-position:center center;
    }
/*Main banner form*/
.banner-mian-form label {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 7px;
}

    .banner-mian-form {
        padding: 30px;
        border: 1px solid var(--pri-color);
        border-radius: 20px;
        background-color: #fff;
        margin-top: -140px;
        position: relative;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom left;
    }

        .banner-mian-form .input-group-text {
            background-color: transparent;
            flex: 1 0 42px;
            text-align: center;
            max-width: 42px;
            justify-content: center;
        }

    .form-submit-btn {
        background-color: #000;
        color: #fff;
        padding: 15px 30px;
        border-radius: 30px;
        border: 1px solid #000;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 28px;
        transition: 0.3s ease-in-out;
        font-weight: 700;
        font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
        line-height: 1.3;
    }

    .form-submit-btn:hover {
        background-color: var(--pri-color);
        border-color: var(--pri-color);
    }

    .foo-btn-hover:hover {
        background-color: #fff;
        color: #000;
        border-color: #fff;
    }

    .banner-mian-form input, .banner-mian-form select {
        height: 50px;
    }
    /*Main banner form End*/

    /*Popup Form CSS*/
    .ctm-close-btn {
        position: absolute;
        right: 12px;
        top: 8px;
    }

    .copuncotnent.mt-3 h2 span {
        display: block;
        font-size: 27px;
        color: #6F00B9;
        ;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 35px;
    }

    .copuncotnent h2 {
        font-size: 24px;
        font-weight: 700;
        color:#000;
    }

    .copuncotnent p {
        font-weight: 700;
    }

        .copuncotnent p span {
            font-weight: 700;
            color: #6F00B9;
            ;
        }

    .modal .form-btn-submit {
        width: 100%;
        margin: 0 auto;
        padding: 10px 40px;
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        border: 0;
        border-radius: 5px;
        background-color: var(--pri-color);
        color: #fff;
    }

    .right_form input, .right_form textarea, .right_form .form-select {
        height: 45px;
        border-radius: 30px;
        padding: 0 15px;
        font-family: system-ui;
        font-weight: 400;
        border: 1px solid #F4F4F4;
        margin: 0 0 15px;
        background-color: #F4F4F4;
    }

    .right_form {
        padding: 0 22px;
        margin-top: 38px;
    }

    .pp-btn {
        width: 100%;
        background-color: #F63B3B !important;
        color: #fff;
        border-radius: 20px !important;
    }

    .popup-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .ctm-modal-body {
        border-radius: 20px;
        overflow: hidden;
    }

        .ctm-modal-body .modal-body {
            padding: 0;
        }

    .right_form .popup_new_btn {
        width: 100%;
        background: #6F00B9;
        border: none;
        text-transform: capitalize;
        font-weight: 500;
        color: #fff;
        text-transform: uppercase;
        height: 50px;
        border-radius: 0 !important;
        font-size: 18px;
    }
    /*Popup Form CSS End*/


/*LIst Style*/

.cae-list-1 {
    list-style: none;
    margin-bottom: 0;
    position: relative;
}
.cae-list-1:before {
    content:"";
    position:absolute;
    left:6px;
    top:0;
    height:76%;
    width:1px;
    bottom:0;
    margin:auto;
    background-color:var(--pri-color);
}

.cae-list-1 li {
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    color: #595959;
    margin-bottom: 8px;
}

.cae-list-1 li:before {
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background-color: #fff;
    content: "";
    position: absolute;
    left: -30px;
    border: 1px solid var(--pri-color);
    top: 11px;
}

/*LIst Style end*/

.cae-box {
    background-color: #fff;
    border-radius: 14px;
    margin-bottom: 15px;
    padding:40px 20px;
    border: 1px solid #DEDEDE;
}

.cae-box p{
    margin-bottom:0;
}

.cae-box h3 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color:#000;
    margin-bottom:15px;
}

.mblp-img-right {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.trusted-by-slider .slick-track {
    display: flex;
    align-items: flex-end;
}

.trusted-by-slider .ctm-box-s1 {
    margin-bottom: 28px !important;
}

.ind-slider-mob {
    display: none;
}

.footerLast {
    display: flex;
    gap: 11px;
    justify-content: center;
    border-top: 1px solid #fff;
    padding-top: 24px;
    color: #fff;
}

.footerLast a {
    color: #fff;
    text-decoration: none;
}

.foo-form .iti__selected-dial-code {
    color: #ffffff !important;
}


@media (max-width: 1550.98px) {
    .ctm-form-mianbanner {
        right:0;
    }

    .banner-form-img {
        max-width: 80%;
        object-position: left;
    }
}

    @media (max-width: 1399.98px) {


        .ctm-form-mianbanner {
            right: 0px;
        }

        .banner-form-img {
            max-width: 90%;
            object-position: left;
        }

        /*        .inner-banner.lp {            
            padding-bottom: 200px;            
        }*/

        .brand-logo {
            margin-top: 14px;
        }

        .hex {
            flex: 1 0 135px;
            max-width: 135px;
            padding: 24px 0px;
        }

            .hex p {
                font-size: 14px;
            }

        .drivRev-div {
            min-height: 285px;
        }
    }

    @media(max-width:1199.98px) {
        .drivRev-div {
            min-height: 310px;
        }
    }

    /*Media Quries*/
@media (max-width: 991.98px) {
    .ind-slider-mob{
        display:block;
    }

    .cae-box {
        display: none;
    }

    .industry-leading-desktop {
        display:none;
    }

    .mblp-img-right {
        display: none;
    }
    .trusted-by-slider .slick-dots {
        bottom: -50px;
    }
        .ctm-box-s1 {
            min-height: 351px;
        }

        .lp-btns-holder .ctm-btn {
            font-size: 14px;
            padding: 6px 20px;
        }

        .ctm-form-mianbanner {
            position: relative;
            max-width: 100%;
        }

        .banner-form-img {
            display:none;
        }

        .drivRev-div {
            min-height: 265px;
        }

        .banner-form-sec {
            padding-top: 20px;
        }

        .banner-mian-form {
            margin-top: 40px;
        }

        .foo-form {
            margin-top: 40px;
        }

        .hax-holder-1 {
            margin-top: 40px;
        }

        .mblp-list-check {
            flex-wrap: wrap;
        }

            .mblp-list-check li {
                flex: 1 0 45%;
                max-width: 45%;
            }

        .ctm-boxes-holder {
            flex-wrap: wrap;
        }

        .ctm-box-s1 {
            flex: 1 0 auto;
            max-width: 100%;
        }

        .logos-holder {
            margin-top: 30px;
        }

        .space-p-t {
            padding-top: 40px;
        }

        .space-p-b {
            padding-bottom: 40px;
        }

        .space-p-tb {
            padding: 40px 0;
        }

        .space-m-t {
            margin-top: 40px;
        }

        .space-m-b {
            margin-bottom: 40px;
        }

        .space-m-tb {
            margin: 40px 0;
        }

        .cta-btns-holder {
            align-items:flex-start;
        }
        .cta-btns-holder {
            display: none;
        }
    }

    @media (max-width: 767.98px) {

        .footer-bgBox {
            padding: 20px 0;                       
        }

        .foo-form {
            margin-top: 0;
        }

        .tm-mian-img {
            display:none;
        }

        .ph-btn-head {
            display: none;
        }
        .tm-mian-img {
            margin-bottom: 30px;
        }

        .drivRev-div {
            margin-bottom: 15px;
        }

        .cta-2 {
            flex-direction: column;
            text-align: center;
            margin-top: 30px;
        }

            .cta-2 .ctm-btn {
                flex: 1 0 auto;
                max-width: 100%;
            }

        .hax-holder-2 {
            margin-top: 0;
        }

        .hax-holder-3 {
            margin-top: 0;
        }

        .step-btns-holder .ctm-btn {
            justify-content: center;
        }
        .step-btns-holder {
            flex-direction: column;
            justify-content: center;
            margin-top: 44px;
        }
    }

    @media (max-width: 575.98px) {
        .banner-btn-black i {
            display:none;
        }
        .footerLast {
            flex-direction: column;
            gap: 0;
            align-items: center;
        }

        .trusted-by-sec {
            display: none;
        }

        .trusted-by-slider .ctm-box-s1 {
            margin-bottom: 0px !important;
        }

        .cae-list-1:before {           
            height: 87%;            
        }

        .tm-cont p {            
            font-size: 18px;
            line-height: 1.5;
        }

        .ctm-form-mianbanner {
            background-color: #ffffffb5;
            padding: 20px;                       
            right: 0;
            top: 0;
        }
        .cta-2 {                 
            margin-top: 0px;
        }

        .cta-2 .cta-text-holder {
            flex: 1 0 100%;
            max-width: 100%;
        }

        .inner-banner.lp {         
            padding: 0px!important;
        }

        .form-img-holder {
            position: relative;
            height: auto;
            padding-bottom: 40px;
        }

        .banner-mian-form {
            margin-top: 0;
        }

        .banner-form-sec {
            margin-top: 20px;
        }

        .banner-btn-black {
            padding: 10px 12px;
        }

        .tm-user-info h4 {
            margin-bottom: 0;
        }

        .ctm-btn {
            padding: 12px 17px;
            font-size: 16px;
            line-height: 18px;
        }

        .chat-btn-header {
            display: none;
        }

        .custom-logo-link {
            max-width: 112px;
        }

        .mblp-list-check {
            gap: 12px;
        }

            .mblp-list-check li {
                flex: 1 0 100%;
                max-width: 100%;
            }

        .space-p-t {
            padding-top: 30px;
        }

        .space-p-b {
            padding-bottom: 30px;
        }

        .space-p-tb {
            padding: 30px 0;
        }

        .space-m-t {
            margin-top: 30px;
        }

        .space-m-b {
            margin-bottom: 30px;
        }

        .space-m-tb {
            margin: 30px 0;
        }
    }

    /*Media Quries end*/
