﻿
:root {
    --primaryy-color: #31304D;
    /*--primaryy-color: #5756EA;*/
    /*--secondary-color: #B6BBC4;*/
    --secondary-color: #B6BBC4;
    --font-color: #878787;
    --heading-color: #3b3b3b;
    --pricing-package-bg: #fff7f5;
    --pricing-package-bg-hover: #f9f5fe;
    --footer-bg: #1c2d41;
    --bg-sections: #f8f5fe;
    --bg-sections-2: #fff7f5;
    --bg-sections-dark: #ece6fa;
    --bg-light-color: #feebe5;
}

.lp-header {
    display: flex;
    justify-content: space-between;
}

.chat-text {
    text-transform:uppercase;
    color:var(--primaryy-color);
    font-weight:600;
}

.chat-holder {
    display: flex;
    align-items:center;
    
}
.chat-icon {
    margin-right: 10px;
    font-size: 28px;
    color: var(--primaryy-color);
    line-height:28px;
}

.lp-header {
    height: 100px;
    display:flex;
    align-items:center;
}
.chat-text a {
    /*display: block;*/
    display: flex;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
    text-align: center;
}


/*LP Form*/

.lp-form-banner {
    /*background-color: #fff;*/
    background: #fefdfd;
    /*padding: 30px 20px;*/
    border-radius: 10px;
    position: relative;
    max-width: 375px;
    /*margin: -10px -30px;*/
    /*new style added*/
    -webkit-box-shadow: -15.588457px 9px 100px 0 rgba(160, 160, 160, 0.15);
    -moz-box-shadow: -15.588457px 9px 100px 0 rgba(160, 160, 160, 0.15);
    box-shadow: -15.588457px 9px 100px 0 rgba(160, 160, 160, 0.15);
    border: 4px solid #f0f0f2;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 5px 0 1.8rem;
}
.lp-form-banner form {
    /*padding: 30px 20px;*/
    padding: 0 30px 20px;
}
    .lp-form-banner form span {
        /*color: #ff0000;*/
    }
    .lp-form-banner form p {
        font-size: 0.8rem;
        font-weight: 400;
        text-transform: uppercase;
        color: #160f53;
        text-align: left;
    }

.layer-1 {
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: rgba(254, 254, 254, 0.8);
    padding: 0 35px;
}

.layer-2 {
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: rgba(241, 241, 241, 0.4);
    display: flex;
    justify-content: center;
}
.lp-cont-holder ul {
    text-align: left;
}
.lp-cont-holder ul li {
    font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1920 - 300)));
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}

.form-head {
    padding-top: 28px;
    /*new Style added*/
    /*padding: 24px 9.114583% 21px;*/
    padding: 20px 7.114583% 15px;
    background: #fefdfd;
    box-shadow: -17.320509px 10px 100px 0 rgba(160, 160, 160, 0.15);
    border-radius: 10px;
}
    .form-head h3 {
        font-size: 2.1rem !important;
        font-weight: 800;
        /*color: #160f53;*/
        color: var(--primaryy-color);
    }

.form-control {
    background-color: transparent;
    border: none;
    padding: 1rem 0rem;
    opacity: 0.5;
    font-size: small;
    border-bottom: 1px solid rgba(22, 15, 83, 0.2);
    margin: 7px auto 0;
}

.title-form {
    background-color: var(--primaryy-color);
    color: #fff;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    max-width: 211px;
    text-align: center;
    height: 50px;
    border-radius: 0px 0px 10px 10px;
    padding-top: 14px;
    font-weight: 500;
    text-align: center;
    justify-content: center;
    display: flex;
}

.form-head h3 span {
    /*background-color: var(--secondary-color);*/
    display: inline-block;
    color: var(--primaryy-color);
    /*color: #160f53;*/
    /*padding: 2px 6px;*/
    font-size: 1.4rem;
    /*margin: 7px 0 0;*/
    text-transform: uppercase;
    font-weight: 500;
}

.lp-btn {
    background-color: var(--primaryy-color);
    border: 1px solid var(--primaryy-color);
    color: #fff;
    padding: 9px 20px;
    border-radius: 6px;
    transition: 0.3s ease-in;
    /*min-width: 200px;*/
    margin-left: 8px;
}

.lp-btn:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.lp-btn i {
    margin-right: 10px;
}

.lp-btn-secondary {
    background-color: var(--primaryy-color);
    border: 1px solid var(--primaryy-color);
    color: #fff;
    padding: 9px 20px;
    border-radius: 6px;
    transition: 0.3s ease-in;
    /*min-width: 200px;*/
    margin-left: 8px;
    text-decoration: none;
}

.lp-btn-secondary:hover {
    background-color: transparent;
    border-color: var(--primaryy-color);
    color: var(--primaryy-color);
}

.ctm-pri-btn {
    background-color: var(--primaryy-color);
    border: 1px solid var(--primaryy-color);
    color: #fff;
}
.ctm-pri-btn:hover {
    background-color: transparent;
    border-color: var(--primaryy-color);
    color: var(--primaryy-color);
}

.lp-btn-secondary i {
    margin-right: 10px;
}

.bordered-btn {
    padding: 10px 20px;
    /*background: var(--primaryy-color);
    border: 1px solid var(--primaryy-color);*/
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    border-radius: 8px;
    color: var(--primaryy-color);
    text-decoration: none;
    transition: 0.3s ease-in;
    display: inline-block;
}

    .bordered-btn:hover {
        background-color: var(--primaryy-color);
        color: #fff;
        /*background: transparent;*/
    }

.lp-title-color {
    /*color: #373b59;*/
    color: var(--primaryy-color);
}
    .lp-title-color-col-bg {
        color: #fff !important;
    }

.bordered-btn-dark {
    padding: 8px 20px;
    background-color: #ee409a;
    border: 1px solid #ee409a;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s ease-in;
    display: inline-block;
    min-width: 200px;
    text-align: center;
}

.bordered-btn-dark:hover {
    background-color: transparent;
    border-color: #ee409a;
    color: #ee409a;
}

.lp-ctm-boxes:after {
    content: "";
    top: 0;
    height: 60%;
}

.fw-sbold {
    font-weight:600;
}

.lp-count {
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 70px;
    font-weight: 700;
    /*color: #9a77fd38;*/
    color: var(--secondary-color);
}

.ctm-box:hover .lp-count {
    /*color: #9a77fd38;*/
    color: var(--secondary-color);
}

.ps-bg {
    background-color: #f8f5fe;
}

.cta-lp-bg {
    background-color: #feebe5;
}

.lp-faqs-section #accordionExample {
    background: white;
    padding: 17px;
    border-radius: 20px;
}

.lp-cta-sec {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    display: flex;
    align-items: center;
}


.btn-white-lp {
    background-color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    padding: 9px 20px;
    min-width: 205px;
    color: #373b59;
    transition: 0.3s ease-in;
    text-decoration: none;
    border-radius: 9px;
    text-align:center;
}

.btn-white-lp:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.btn-white-bordered-lp {
    background-color: transparent;
    border: 1px solid #fff;
    display: inline-block;
    padding: 8px 20px;
    min-width: 205px;
    color: #fff;
    transition: 0.3s ease-in;
    text-decoration: none;
    border-radius: 9px;
    text-align:center;
}

.btn-white-bordered-lp:hover {
    background-color: #fff;
    color: #373b59;
}

.lp-icon-box {
    /*min-height: 320px;*/
    min-height: 250px;
    position:relative;
}

.lp-icon-box:after {
    content:"";
    position:absolute;
    width:5px;
    height:5px;
    transition:0.5s ease-in;
    background-color:var(--primaryy-color);
    border-radius:5px;
    display:block;
    bottom:0;
    left:0;
}

.lp-icon-box:hover:after {
    width: 100%;
    border-radius: 0px;
}


.pp-lp {
    list-style:none;
    text-align:center;
    padding-left:0;
}

.pp-lp li{ 
    display:inline-block;
   
}

.pp-lp li a {
    color:#fff;
    text-decoration:none;
    transition:0.3s ease-in;
}

.pp-lp li a:hover {
    color: var(--secondary-color);
}

.pp-lp li:after {
    content:"|";
    display:inline-block;
    color:#fff;
    font-size:16px;
    margin-left:6px;
}

.pp-lp li:last-child:after {
    display:none;
}

@media (max-width:1199.98px) {
    .lp-cta-sec {        
        background-size: cover;
        padding: 40px 0;
    }
}

@media (max-width:767px) {
    .lp-banner {
        padding: 60px 0;
    }

    .lp-form-banner {
        max-width: 100%;
        margin-top: 40px;
    }

    .ctm-image-holder {
        margin-top: 50px;
    }

    .wc-img-tag {
        left: 0;
    }
    .lp-icon-box {     
        margin-bottom: 20px;
        min-height: 225px !important;
    }
    .title-form {
        /*background-color: var(--secondary-color);
        color: var(--primaryy-color);*/
    }
    .form-head h3 span {
        /*background-color: var(--primaryy-color);*/
    }
}

@media (max-width: 575.98px) {
    .chat-text a {
        font-size: 9px;
        line-height: 9px;        
    }
}



.lp-icb-holer {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    padding: 13px 10px;
    border-radius: 50px 50px 50px 50px;
    margin-top: 10px;
    box-shadow: 0px 0px 7px 0px rgba(34, 75, 178, 0.46);
    max-width: 352px;
    margin: 0 auto;
    background-color: #fff;
    margin-bottom: 20px;
}

.icb-cont {
    flex: 1;
    font-size: 14px;
    color: #000;
}

.icb-icon {
    flex: 1 0 60px;
    max-width: 60px;
    width: 100%;
    background-color: var(--primaryy-color);
    height: 60px;
    text-align: center;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    box-shadow: 0 0 0 1px var(--primaryy-color);
    border: 3px solid white;
}
    .icb-icon:hover {
        background: var(--secondary-color);
        box-shadow: 0 0 1px var(--secondary-color);
    }

@media (min-width:992px) {
    .icb-section {
        margin-top: -42px;
    }
}

@media (max-width:991.98px) {
    .icb-section {
        margin-top:40px;
    }
    
    
}

.lp-banner.sty2 {
    /*padding-top: 80px;*/
    padding-bottom: 40px;
}
.lp-banner.sty2 .slick-prev, .lp-banner.sty2 .slick-next {
    top: 60%;
}
.lp-banner.sty2 .slick-dots {
    bottom: -150px;
    text-align: right;
}
.lp-banner.sty2 .slick-dots li button:before {
    font-size: 16px;
}
.lp-banner.sty2 .slick-dots li.slick-active button:before {
    color: var(--primaryy-color);
}

.lp-banner.sty2 .slick-list {
    padding-top: 80px;
}
.lp-banner.sty2 .slick-slide img {
    display: inline-block;
}

.banner-title {
    color: #fff;
    font-size: 33px;
}

.wc-icon img {
    color: inherit;
    filter: grayscale(100%);
    transition: 0.25s;
}
.wc-icon:hover img {
    filter: grayscale(0%);
    color: var(--primaryy-color) !important;
}
.lp-cont-holder p {
    font-size: 1.5rem;
}

.choise-area {
    background: rgb(240,243,248);
    background: linear-gradient(47deg, rgba(240,243,248,1) 0%, rgba(215,224,234,1) 100%);
}
.choise-area .content-area {
    display: flex;
    justify-content: flex-end;
}
.choise-area .container {
    position: relative
}
.choise-area .lft-img {
    position: absolute;
    bottom: -100px;
    left: -20px;
}

.choise-box {
    display: flex;
    border-right: #9d9b9b dashed 1px;
    flex-direction: column;
    padding: 0 20px;
    height: 100%;
}
.choise-box .sty2 {
    border-right: 0;
}
.choise-box p {
    font-size: 14px;
}

.lpapply-area {
    background-color: #f4f3fe;
    padding-top: 50px;
}

.applyshad-bg {
    position: absolute;
    top: -500px;
    left :0;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 2;
}

.ps-relative {
    position: relative !important;
}

.ctm-boxes-section {
    z-index: 5;
    position: relative;
}
.ctm-boxes-section.sty2:after {
    display: none;
}
.ctm-box.sty2 {
    background-color: #fff;
    box-shadow: 0px 0px 43px 0px rgba(14, 26, 47, 0.36);
    border-radius: 75px;
}
.ctm-box.sty2:hover {
    transform: scale(1);
    background-color: var(--secondary-color);
}

.secure-area {
    background-repeat: no-repeat;
    background-size: cover;
}

.lp-icb-holer.sty2 {
    background-color: var(--secondary-color);
    border-radius: 20px 20px 20px 20px;
}
.lp-icb-holer.sty2:hover {
    background-color: var(--primaryy-color);
}
.lp-icb-holer.sty2 .icb-cont {
    color: var(--primaryy-color);
}
    .lp-icb-holer.sty2:hover .icb-cont {
        color: var(--secondary-color);
    }


    .lp-icb-holer.sty2 .icb-icon {
        border-radius: 10px;
        background-color: #fff;
        border: 0;
        box-shadow: none;
        font-size: 30px;
        color: var(--primaryy-color);
    }
    .lp-icb-holer.sty2:hover .icb-icon {
        color: #fff;
        background-color: var(--secondary-color);
    }

    .branded-seq .slick-dots {
        text-align: left;
    }
.branded-seq .slick-dots li.slick-active button:before {
    /*color: #ff6634;*/
    color: var(--primaryy-color);
    font-size: 16px;
}
        .branded-seq .slick-dots li button:before {
            color: var(--primaryy-color);
            font-size: 16px;
        }

.lp-banner.sty2 .banner-title {
    font-size: 27px;
    font-weight: 700;
}
.lp-banner.sty2 p {
    font-size: 16px;
}

.lp-banner.sty2 .lpaccordion {
    position: relative;
}

.lp-banner.sty2 .accordion-item {
    align-items: center;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border: 0;

}

.lp-banner .accordion-item .collapse:before {
    position: absolute;
    background-size: 100%;
    background-image: url(/assets/images/border-line.png);
    background-repeat: no-repeat;
    background-position: center;
    visibility: hidden;
    width: 0;
    height: 0;
    left: -100%;
    transition: 0.5s;
    content: '';
    animation-duration: 1s;
    animation-fill-mode: both;
}
.lp-banner .accordion-item .collapse.show:before {
    opacity: 1;
    visibility: visible;
}
.lp-banner .accordion-item.brand-logo .collapse.show:before {
    left: 277px;
    top: -67px;
    width: 610px;
    height: 142px;
    transform: rotate(356deg);
}
.lp-banner .accordion-item.brand-tag .collapse.show:before {
    left: 288px;
    top: 22px;
    width: 524px;
    height: 142px;
    transform: rotate(15deg);
}
.lp-banner .accordion-item.brand-text .collapse.show:before {
    left: 293px;
    top: 70px;
    width: 564px;
    height: 142px;
    transform: rotate(25deg);
}

.lp-banner.sty2 .accordion-header {
    right: 0;
    width: 50%;
}
.accordion-collapse {
    position: absolute;
    left: 0;
    top: 0;
}
.lp-banner.sty2 .accordion-collapse {
    max-width: 50%;
    flex: 0 0 50%;
}
.lp-banner.sty2 .accordion-button:not(.collapsed) {
    background: transparent;
    text-align: center;
    box-shadow: none;
}
.lp-banner.sty2 .accordion-button {
    background-color: transparent;
    display: inline-block;
    text-align: center;
}
.lp-banner.sty2 .accordion-button:focus, .lp-banner.sty2 .accordion-button:focus-visible {
    box-shadow: none;
    border: 0;
}
.lp-banner.sty2 .accordion-body {
    padding: 0;
    min-height: 350px;
    display: flex;
    align-items: center;
}
.lp-banner.sty2 .accordion-header .mcText {
    max-width: 450px
}
.lp-banner.sty2 .accordion-header .lvngText {
    max-width: 250px
}

.lp-banner .accordion-item.brand-logo .sm-radius {
    top: 29px;
    left: 254px;
}
.lp-banner .accordion-item.brand-tag .sm-radius {
    top: 5px;
    left: 160px;
}
.lp-banner .accordion-item.brand-text .sm-radius {
    top: 20px;
    left: 180px;
}


.lp-banner .nikeBrand .accordion-item.brand-logo .sm-radius {
    top: 29px;
    left: 254px;
}

.lp-banner .nikeBrand .accordion-item.brand-tag .sm-radius {
    top: 12px;
    left: 230px;
}

.lp-banner .nikeBrand .accordion-item.brand-text .sm-radius {
    top: 20px;
    left: 215px;
}

.lp-banner .nikeBrand .accordion-item.brand-logo .collapse.show:before {
    left: 277px;
    top: -67px;
    width: 610px;
    height: 142px;
    transform: rotate(356deg);
}

.lp-banner .nikeBrand .accordion-item.brand-tag .collapse.show:before {
    left: 342px;
    top: 8px;
    width: 530px;
    height: 127px;
    transform: rotate(10deg);
}

.lp-banner .nikeBrand .accordion-item.brand-text .collapse.show:before {
    left: 328px;
    top: 65px;
    width: 564px;
    height: 142px;
    transform: rotate(25deg);
}


.lp-banner .ferrariBrand .accordion-item.brand-logo .sm-radius {
    top: 29px;
    left: 254px;
}

.lp-banner .ferrariBrand .accordion-item.brand-tag .sm-radius {
    top: 12px;
    left: 188px;
}

.lp-banner .ferrariBrand .accordion-item.brand-text .sm-radius {
    top: 20px;
    left: 215px;
}

.lp-banner .ferrariBrand .accordion-item.brand-tag .collapse.show:before {
    left: 312px;
    top: 30px;
    width: 524px;
    height: 142px;
    transform: rotate(15deg);
}

.sm-radius {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    position: absolute;
    border: solid 3px #fff;
    background: transparent;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.sm-radius:after {
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 0;
    margin: 0;
    width: 8px;
    height: 8px;
    content: "";
    background-color: var(--primaryy-color);
    border-radius: 50%;
}

.lp-banner-slider .slick-active .accordion-item .accordion-button.collapsed .sm-radius {
    background-color: var(--secondary-color);
    border: dashed 1px var(--secondary-color);
}

.place {
    background: #ea4335;
    z-index: 2;
}

.sm-radius .border-animation, .place {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 100%;
}

.sm-radius .border-animation {
    z-index: 1;
}

.ba1 {
    animation: rounder1 2s linear 2s infinite alternate;
    background: rgba(238,76,63,0.6);
}

@keyframes rounder1 {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.39);
    }
}

.ba2 {
    animation: rounder2 2s linear 2s infinite alternate;
    background: rgba(245,85,71,0.5);
}

@keyframes rounder2 {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.69);
    }
}

.ba3 {
    animation: rounder3 2s linear 2s infinite alternate;
    background: rgba(251,97,84,0.4);
}

@keyframes rounder3 {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.99);
    }
}


@media (max-width: 1400px) {
    .lp-banner .accordion-item.brand-logo .collapse.show:before {
        width: 532px;
    }
    .lp-banner .accordion-item.brand-tag .collapse.show:before {
        width: 440px;
        left: 306px;
        transform: rotate(28deg);
    }
    .lp-banner .accordion-item.brand-text .collapse.show:before {
        left: 304px;
        width: 511px;
        transform: rotate(34deg);
    }
}

    
    @media (max-width: 991px) {
        .choise-box {
            border-bottom: #9d9b9b dashed 1px;
            flex-direction: column;
            padding: 20px 0;
            border-right: 0;
        }
    .ctm-banner.lp-banner.sty2 {
        height: auto;
        background-size: cover;
    }
    .lp-banner .banner-form-title {
        width: 100%;
        border-radius: 25px 25px 0 0px
    }
    .lp-banner .form-holder{
        border-radius: 0 0 33px 20px
    }
    .ctm-banner.lp-banner .banner-form {
        margin-bottom: 30px;
    }
    .lp-banner.sty2 .accordion-item {
        flex-direction: column;
    }
    .lp-banner.sty2 .accordion-collapse {
        max-width: 100%;
        flex: 0 0 1000%;
        position: relative;
    }
    .lp-banner.sty2 .accordion-header {
        width: 100%;
    }
    .lp-banner.sty2 .accordion-body {
        text-align: center;
    }
    .lp-banner.sty2 .sm-radius {
        display: none;
    }
    .lp-banner.sty2 {
        height: auto;
    }
    .lp-banner .accordion-item .collapse.show:before {
        display: none;
    }
    .lp-banner.sty2 .accordion-header .mcText {
        max-width: 200px;
    }
    .lp-banner.sty2 .accordion-header .lvngText {
        max-width: 150px;
    }
    .lp-banner.sty2 .accordion-header .logoBox {
        max-width: 150px;
    }
    .hidden-md {
        display: none !important;
    }
        .layer-1 {
            position: relative;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
            background: none;
            padding: 0;
        }

        .layer-2 {
            position: relative;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
            background: none;
            display: flex;
            justify-content: center;
        }
}

@media (max-width: 767px) {
    .ctm-box.sty2 {
        box-shadow: 0px 0px 4px 0px rgba(14, 26, 47, 0.36);
        border-radius: 25px;
        min-height: inherit;
        margin-bottom: 25px;
        height: auto;
    }
}
@media (max-width: 575px) {
    .lp-header {
        flex-wrap: wrap;
    }

    header .chat-holder {
        display: none;
    }
}

@media (max-width: 768px) {
    .ctm-banner.lp-banner {
        /* Adjust styles for mobile screens here */
        background-size: cover;
        padding: 20px;
        text-align: center;
    }

    .lp-cont-holder {
        /* Adjust styles for the content holder within the banner */
        margin: 0;
    }

    .lp-form-banner {
        /* Adjust styles for the form banner within the banner */
        margin-top: 20px;
    }
    
}

/* Styles for screens with a minimum width of 769px and a maximum width of 1024px (e.g., laptops) */
@media (min-width: 769px) and (max-width: 1024px) {
    .ctm-banner.lp-banner {
        /* Adjust styles for laptop screens here */
        background-size: cover;
        padding: 30px;
        text-align: left;
    }

    .lp-cont-holder {
        /* Adjust styles for the content holder within the banner */
        margin-right: 30px;
    }

    .lp-form-banner {
        /* Adjust styles for the form banner within the banner */
        margin: -20px -63px;
        max-width: 333px;
    }
    .circle {
        left: 415px !important;
        top: 216px;
    }
}

/* Styles for screens with a minimum width of 1025px (e.g., larger screens) */
@media (min-width: 1025px) and (max-width: 1279px) {
    .ctm-banner.lp-banner {
        /* Adjust styles for larger screens here */
        padding: 20px;
        text-align: left;
    }

    /*    .lp-cont-holder {
        margin-right: 80px;
    }
*/
    .lp-form-banner {
        /* Adjust styles for the form banner within the banner */
        margin: -5px -95px;
        max-width: 360px;
        max-height: 380px;
    }
}
.circle {
    width: 315px;
    height: 315px;
    background: #ff6634;
    z-index: 0;
    position: absolute;
    left: 1074px;
    top: 216px;
    border-radius: 50%;
    box-shadow: 0 0 0 21px #ff663485, 0 0 0 40px #ff663485;
}

@media (min-width: 810px) and (max-width: 1279px) {
    .circle{
        left: 626px !important;
        top: 255px;
    }
    .lp-form-banner {
        /* Adjust styles for the form banner within the banner */
        /*max-height: 375px;*/
        max-height: 530px;
    }
}

/* Styles for screens with a minimum width of 1280 and a maximum width of 1920px (e.g., laptops) */
@media (min-width: 1280px) and (max-width: 1365px) {
    .ctm-banner.lp-banner {
        /* Adjust styles for laptop screens here */
        background-size: cover;
        padding: 30px;
        text-align: left;
    }

    .lp-cont-holder {
        /* Adjust styles for the content holder within the banner */
        /*margin-right: 30px;*/
    }

    .lp-form-banner {
        /* Adjust styles for the form banner within the banner */
        margin: -10px -43px;
        max-width: 430px;
        max-height: 550px;
    }
    .circle {
        left: 825px !important;
        top: 242px;
        width: 325px;
        height: 325px;
    }
}
/* Styles for screens with a minimum width of 1280 and a maximum width of 1920px (e.g., laptops) */
@media (min-width: 1366px) and (max-width: 1439px) {
    .circle {
        left: 846px !important;
        top: 202px;
        width: 380px;
        height: 380px;
    }
}
/* Styles for screens with a minimum width of 1280 and a maximum width of 1920px (e.g., laptops) */
@media (min-width: 1440px) and (max-width: 1535px) {
    .circle {
        left: 960px !important;
        top: 196px;
        width: 380px;
        height: 380px;
    }
}
/* Styles for screens with a minimum width of 1280 and a maximum width of 1920px (e.g., laptops) */
@media (min-width: 1536px) and (max-width: 1920px) {
    .circle {
        left: 1168px !important;
        top: 196px;
        width: 380px;
        height: 380px;
    }
}
@media (max-width: 1400px) {
    .lp-banner .accordion-item.brand-logo .collapse.show:before {
        width: 511px;
    }
    .lp-banner .accordion-item.brand-tag .collapse.show:before {
        width: 418px;
        left: 306px;
        transform: rotate(20deg);
        top: 24px;
    }
    .lp-banner .accordion-item.brand-text .collapse.show:before {
        left: 344px;
        width: 434px;
        top: 78px;
        transform: rotate(34deg);
    }
    .lp-banner .nikeBrand .accordion-item.brand-logo .collapse.show:before {
        left: 277px;
        top: -65px;
        width: 512px;
    }
    .lp-banner .nikeBrand .accordion-item.brand-tag .collapse.show:before {
        left: 352px;
        top: 5px;
        width: 434px;
        height: 127px;
    }

    .lp-banner .nikeBrand .accordion-item.brand-text .collapse.show:before {
        left: 327px;
        top: 66px;
        width: 485px;
        height: 142px;
        transform: rotate(31deg);
    }
    .lp-banner .ferrariBrand .accordion-item.brand-tag .collapse.show:before {
        left: 294px;
        top: 24px;
        width: 464px;
        height: 142px;
        transform: rotate(20deg);
    }
}
.moretext {
    display: none;
}

.lp-faqs-section .accordion-collapse {
    position: relative;
}

.bottom-cta .ctaBox {
    border-radius: 25px;
    padding: 50px;
    /*background: rgb(219,223,234);*/
    position: relative;
    /*background: linear-gradient(90deg, rgba(219,223,234,1) 0%, rgba(208,212,224,1) 100%);*/
    -webkit-box-shadow: 0 29px 50px 0 rgba(35,35,35,0.17);
    box-shadow: 0 29px 50px 0 rgba(35,35,35,0.17);
}
.bottom-cta .imgBox {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 40%;
}

.cl-primary {
    color: var(--primaryy-color);
}

.lp-cont-holder .banner-title {
    text-transform: none;
}
.lp-cont-holder .banner-title span {
    font-weight: 700;
    color: #ee3197;
}

.space-m-b-150 {
    margin-bottom: 150px;
}
.lp-faqs-section.space-p-tb {
    padding-bottom: 250px;
}
.bottom-cta {
    margin-top: -50px;
}
@media (max-width: 1199.98px) {
    .space-m-b-150 {
        margin-bottom: 60px;
    }
}
@media (max-width: 991px) {
    .lp-faqs-section.space-p-tb {
        padding-bottom: 40px;
    }
    .bottom-cta {
        margin-top: 50px;
    }
    .bottom-cta .ctaBox {
        padding: 30px;
    }
    .bottom-cta .imgBox {
        display: none;
    }
    .lp-cta-sec .btn-white-bordered-lp {
        margin-top: 15px;
    }
    .lp-form-banner {
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
    
    .banner-title {
        font-size: calc(18px + (32 - 18) * (100vw - 320px) / (1920 - 320))
    }

    .lp-cont-holder p {
        font-size: calc(15px + (25 - 15) * (100vw - 320px) / (1920 - 320))
    }

    .lp-banner.sty2 .slick-dots {
        bottom: -20px;
        text-align: center;
    }
    .lp-banner.sty2 .accordion-body {
        min-height: inherit;
    }
    .lp-icon-box {
        min-height: 280px;
    }
}

.modal-open .fade:not(.show) {
    opacity: 1;
    position: fixed;
    top: 0;
    height: 100%;
    background: #00000085;
}
.modal-open .modal-main {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.modal-main .modal-dialog {
    width: 100%;
}

@media (max-width: 767px) {
    .cad-banner .lp-form-banner {
        margin-bottom: 30px;
    }
}

.bn-font-sz {
    font-size: 18px;
}
.lp-top-btn {
    background-color: #ee409a;
    border: 1px solid #ee409a;
    color: #fff;
    padding: 9px 20px;
    border-radius: 6px;
    transition: 0.3s ease-in;
    /* min-width: 200px; */
    margin-left: 8px;
}
.lp-top-btn:hover {
    background-color: transparent;
    border: 1px solid #ee409a;
    color: #ee409a
}
.lp-top-btn i {
    margin-right: 10px;
}
.faqs-section, .lp-faqs-section {
    filter: grayscale(1);
}
.close {
    color: red;
    font-weight: 500;
    border: 1px solid var(--primaryy-color);
}
.close:hover {
    border: none;
    font-size: x-large;
}
/*.lp-cont-holder span {
    color: var(--secondary-color);
}*/

.ctm-image-holder {
    position: relative;
    text-align: right;
    border-radius: 12px;
    padding: 11px;
    background: rgb(182, 187, 196);
    /* background: linear-gradient(90deg, rgba(229,213,253,1) 26%, rgba(255,255,255,1) 100%); */
    background: linear-gradient(90deg, rgba(182, 187, 196) 26%, rgba(49, 48, 77) 100%);
}
.p-package {
    background-image: url(data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%2331304D' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e);
    /* background-color: var(--pricing-package-bg); */
    /* background-color: var(--secondary-color); */
    background-color: #31304d;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    overflow: hidden;
}
.p-package:hover {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23B6BBC4' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.p-package:hover .pkg-btn {
    background-color: #fff;
    border: 3px solid var(--primaryy-color);
    box-shadow: 0 0 0 2px #fff;
}