﻿:root {
    --pri-color: #F63B3B;
    --sec-color: #F5F5F5;
}

body {
    font-family: "Lato", sans-serif;
    color: #595959;
    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;
}
.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;
        }
.space-m-tb {
    margin: 60px 0;
}

.custom-logo-link {
    max-width: 175px;
}

.lp-btns-holder {
    display: flex;
    gap: 15px;
}

.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;
}

.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);
}

/*Main banner CSS*/
/* Online Medical Billing Css */

.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: 22px 0 100px;
    background-size: cover;
    height: auto;
    padding-bottom: 152px;
    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;
    }

.banner-fom-holder .input-group, .banner-fom-holder .form-select {
    margin-bottom: 15px;
}

.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;
            padding-bottom: 180px;
        }

        .banner-img {
            zoom: 90%;
        }

        padding-bottom: 180px;
    }

    @media(max-width:991px) {

        .cta-btns-holder {
            align-items:center !important;
        }

        section.mblp-sec-1.space-p-tb.bg-light-g.aos-init.aos-animate {
            padding-top: 0;
        }
        .inner-banner.lp {
            height: auto;
            padding: 50px 0 0px !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;
        }
        .inner-banner.lp {
            background: var(--pri-color);
        }
    }

    @media(max-width:575px) {
        .banner-btn i {
            display:none;
        }

        #wrapper-footer {
            margin-top: 20px;
        }

        .hide-btn-mob {
            display:none;
        }

        .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;
        }

        .inner-banner.lp {         
            padding: 0px!important;
        }

        .contact-ic {
            display: none;
        }

        .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: 30px 20px 20px;
        min-height: 290px;
    }

        .drivRev-div h4 {
            font-size: 20px;
            font-weight: 600;
            color: var(--pri-color);
        }

    .drvRev-Icon span {
        font-size: 30px;
        font-weight: 600;
        color: var(--pri-color);
    }

    .drvRev-Icon {
        display: flex;
        align-items: center;
        gap: 6px;
        padding-bottom: 10px;
        font-size: 65px;
        margin-bottom: 15px;
        color: #4B585F;
    }

        .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 {
        border-bottom: 1px solid #BDBDBD;
        padding-bottom: 30px;
        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;
    }

    .ctm-box-s1-img img{
        margin-left:auto;
    }

        .box-sty-2 {
            background: #FFFFFF;
            box-shadow: 0px 12px 40px 4px rgba(23, 36, 38, 0.08);
            border-radius: 25px;
            padding: 40px 20px;
            height: 100%;
            margin: 40px 0;
        }

        .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: #595959;
            margin-bottom: 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;
        /*    display:flex;
    gap:5px;*/
        /*    align-items:center;*/
        margin-bottom: 10px;
    }

    /*.dot-title:before {
    content: "";
    flex:1 0 20px;
    max-width:20px;
    height: 20px;
    background-color: red;
    display: inline-block;
    border-radius: 20px;
}*/

    /*CTA 2*/


.cta-2 {
    background-color: var(--pri-color);
    border-radius: 20px;
    display: flex;
    padding: 20px 30px;
    justify-content: space-between;
    align-items: center;    
    margin-top: 20px;
    gap: 30px;
}

        .cta-2 .cta-text-holder {
            font-style: normal;
            font-weight: 400;
            font-size: 25px;
            font-size: calc(18px + (25 - 18) * (100vw - 320px) / (1920 - 320));
            line-height: 30px;
            color: #fff;
        }

        .cta-2 .ctm-btn {
            flex: 1 0 180px;
            text-align: center;
            max-width: 180px;
        }
    /*CTA 2 end*/



    /*hax boxes*/

.ctm-hax-slider {
    display:none;
}


.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;
        }

        .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*/
    /*Footer*/
    /*------------------ footer --------------------------*/

    .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;
    }

    .foo-form .iti__arrow {
        border-top: 4px solid #ffffff;
    }

    .footer-bgBox {
        border-radius: 20px;
        margin: 0 20px 20px;
        position: relative;
        padding: 50px 0 20px;
        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*/


    /*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: 60px;
    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 {
    position: absolute; /* use fixed if you want it to float on the screen */
    background-color: var(--pri-color);
    color: #fff;
    padding: clamp(10px, 2vw, 15px) clamp(20px, 3vw, 30px);
    border-radius: 30px;
    border: 1px solid var(--pri-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: clamp(12px, 2vw, 28px);
    transition: 0.3s ease-in-out;
    font-weight: 700;
    font-size: clamp(14px, calc(14px + (6 * (100vw - 320px)) / 1600), 20px);
    line-height: 1.3;

    /* Floating placement */
    bottom: clamp(-88px, -8vw, -90px);
    left: clamp(20px, 10vw, 170px) !important;
}
.form-submit-btn1 {
    /*position: absolute;*/
    background-color: #000;
    color: #fff;
    padding: clamp(10px, 2vw, 15px) clamp(20px, 3vw, 30px);
    border-radius: 30px;
    border: 1px solid #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: clamp(12px, 2vw, 28px);
    transition: 0.3s ease-in-out;
    font-weight: 700;
    font-size: clamp(14px, calc(14px + (6 * (100vw - 320px)) / 1600), 20px);
    line-height: 1.3;
    /* bottom: clamp(-88px, -8vw, -90px); */
    /* left: clamp(20px, 10vw, 170px) !important; */
}

    .form-submit-btn:hover {
        background-color: #000;
        border-color: #000;
        
    }

    .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*/

.trusted-by-slider .slick-track {
    display: flex;
    align-items: flex-end;
    margin: 10px 0px 25px;
}

.steps-slider .slick-dots li.slick-active button:before,
.mob-serv-slider .slick-dots li.slick-active button:before,
.ctm-hax-slider .slick-dots li.slick-active button:before,
.trusted-by-slider .slick-dots li.slick-active button:before {
    color: var(--pri-color);
    opacity: 1;
}

.steps-slider .slick-dots li button:before,
.mob-serv-slider .slick-dots li button:before,
.ctm-hax-slider .slick-dots li button:before,
.trusted-by-slider .slick-dots li button:before {
    font-size: 13px;
}

.steps-slider .slick-dots {
    margin-bottom: 25px;
}

/* the slides */
.steps-slider .slick-slide,
.mob-serv-slider .slick-slide,
.ctm-hax-slider .slick-slide,
.trusted-by-slider .slick-slide {
    margin: 0 6px;
}

/* the parent */
.steps-slider .slick-list,
.trusted-by-slider .slick-list,
.ctm-hax-slider .slick-list,
.mob-serv-slider .slick-list {
    margin: 0 -6px;
}

.mob-serv-slider .slick-dots{
    left:0;
}

@media (max-width: 1399.98px) {
    .inner-banner.lp {            
            padding-bottom: 148px;            
        }
        
        .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) {
        .ctm-box-s1 {
            min-height: 350px;
        }

        .drivRev-div {
            min-height: 310px;
        }

        .banner-mian-form {
            padding: 40px;
        }
    }

    /*Media Quries*/
    @media (max-width: 991.98px) {
        .form-submit-btn {
            position: relative !important;
            bottom: 0px;
            left: 160px !important;
        }
        .drivRev-div {
            min-height: 265px;
        }

        .banner-form-sec {
            padding-top: 20px;
        }

        .banner-mian-form {
            margin-top: 10px;
        }

        .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;
        }
    }

    @media (max-width: 767.98px) {

        .lp-btns-holder {         
            gap: 8px;
        }

        .lp-btns-holder .ctm-btn {
            padding: 10px 16px;
            font-size: 15px;
        }

        .tm-user-info {
            margin-top: 28px;
        }

        .footer-bgBox {
            padding: 25px 0;
        }

        .foo-form {
            margin-top: 0;
        }
        
        .ctm-hax-slider {
            display: block;
            margin-top:30px;
        }

        .hex {
            margin:0 auto;
        }

        .hex-grid {
            display:none;
        }

        .banner-mian-form {
            padding: 20px !important;
        }
        .tm-mian-img {            
            display:none;
        }

        .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;
        }
    }

@media (max-width: 575.98px) {

    .footerLast {
        flex-direction: column;
        gap: 0;
        align-items: center;
    }

    .main-title br {
        display:none;
    }

    .banner-fom-holder label {
        display:none;
    }

    .mblp-sec-1 {
        padding-top: 0 !important;
    }

    .banner-mian-form input, .banner-mian-form select {
        height: 42px;
    }

    .banner-form-sec {
        padding-bottom: 0;
    }

    .tm-ratings {
        margin-top: 30px;
    }

    .tm-cont p {
        line-height: 1.5;
        font-size: 18px;
    }

    .box-sty-2 h4 {
        min-height: 50px;
    }

    .form-submit-btn {
        position: relative !important;
        bottom: 0px;
        left: 96px !important;
        font-size: 11px;
    }

    .banner-mian-form {
        margin-left: 0;
        margin-right: 0;
        padding: 20px 10px !important;
    }

    .banner-form-sec {
        margin-top: 20px;
    }

    .banner-btn-black {
        padding: 12px 14px;
    }

    .tm-user-info h4 {
        margin-bottom: 0;
    }

    .lp-btns-holder .ctm-btn{
        font-size: 13px;
        padding:10px;
    }

        .ctm-btn {
            padding: 12px 17px;
            font-size: 16px;
            line-height: 18px;
        }

        .chat-btn-header {
            display: none;
        }

        .custom-logo-link {
            max-width: 133px;
        }

        .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*/
