@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Wix+Madefor+Display:wght@400..800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Wix+Madefor+Display:wght@400..800&display=swap);
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700italic,700,900italic,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);

* {
    font-family: "Wix Madefor Display", serif !important;
    margin: 0;
    padding: 0;
    font-family: 'Wix Madefor Display'
}

body {
    font-family: "Wix Madefor Display", sans-serif
}

body {
    margin: 0;
    font-family: Arial, sans-serif
}
.rc-anchor-normal .rc-anchor-pt{
    display: none !important;
}
.h5pack {
    margin-top: 45px
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(.9)
    }

    50% {
        -webkit-transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(.9)
    }
}

.loader {
    width: 28px;
    height: 28px;
    border: 5px solid #FFF;
    border-bottom-color: #007BFF;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite
}

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.dropdown-container {
    border-top: 1px solid #ccc;
    width: 100%;
    color: #888;
    overflow: hidden
}

.dropdown-container header {
    cursor: pointer;
    font-size: .6rem;
    padding: 1rem 0rem;
    color: #fff;
    transition: background-color 350ms ease-in-out
}

.dropdown-container h3 {
    float: left;
    color: #101010;
    font-size: 16px !important;
    font-weight: 400;
    font-family: "Wix Madefor Display", serif !important
}

.dropdown_container11 header {
    padding: 1.8rem 1rem
}

.dropdown_container11 h3 {
    color: #101010 !important;
    font-weight: 400 !important;
    font-size: 22px !important;
    font-family: "Roboto", serif !important
}

.dropdown_container11 .article-inner {
    padding: 0rem 1rem
}

.dropdown-container .expand {
    float: right;
    transform: rotate(45deg);
    transition: transform 350ms ease-in-out
}

.dropdown-container.open .expand {
    transform: rotate(0)
}

.dropdown-container article {
    max-height: 0;
    overflow: hidden;
    line-height: 1.6;
    transition: max-height 350ms ease-in-out
}

.dropdown-container .article-inner {
    color: #101010 !important;
    font-size: 18px !important
}

.rot {
    transform: rotate(45deg);
    color: #101010
}

@media only screen and (max-width:450px) {
    .dropdown-container h3 {
        font-size: 14.5px !important
    }

    .dropdown-container .article-inner {
        color: #101010 !important;
        font-size: 15px !important
    }

    .dropdown-container .article-inner {
        padding: 0rem
    }

    .rot {
        width: 12px
    }
}

#phonenumberrr {
    width: 342px
}

.home2Div {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px 0;
    background-color: #fafafa
}

.home2Div p {
    font-weight: 500;
    font-size: 30px;
    width: 360px
}

.home2Div img {
    max-width: 260px;
    width: 100%;
    height: auto
}

.got_question {
    background: #F8F8F8
}

.got_question_main {
    max-width: 1440px;
    margin: auto;
    padding: 40px 60px
}

.got_question_main h2 {
    font-size: 44px;
    color: #101010;
    font-weight: 600;
    text-align: center
}

.got_question_main span {
    font-weight: 400
}

.cupon_faq {
    margin-top: 50px
}

@media (max-width:480px) {
    .got_question_main h2 {
        font-size: 20px
    }

    .got_question_main {
        padding: 40px 20px
    }

    .dropdown_container11 header {
        padding: 1rem 0rem !important
    }
}

.jjg {
    height: 60px;
    border: 1px solid #003866;
    font-size: 16px;
    outline: none;
    color: #444;
    padding: 0 10px;
    border-radius: 2px;
    width: 100%
}

@media (max-width:480px) {
    .jjg {
        font-size: 12px
    }
}

.nav-btn {
    text-decoration: none;
    color: #fff;
    background-color: #3C83CB;
    padding: 12px 20px;
    border-radius: 39px;
    font-size: 14px;
    border: none;
    font-weight: 600
}

.nav-btn img {
    gap: 20px
}

@media only screen and (min-width:320px) and (max-width:768px) {
    #f-section ul li a {
        font-size: 18px
    }

    #f-section ul {
        font-size: 20px
    }

    .footer-section h3 {
        font-size: 20px !important
    }

    .footer-section ul li a {
        font-size: 18px !important
    }
}

.hero_section {
    width: 100%;
    position: relative;
    background-image: url(https://res.cloudinary.com/dgif730br/image/upload/v1740064005/banner_Image_llojp0.webp);
    background-size: cover;
    background-position: center;
    overflow-x: hidden
}

.hero_sec_contain {
    max-width: 1420px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px
}

.hero_left {
    max-width: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 50%
}

.hero_left h1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 57px;
    width: 648px;
    text-align: left;
    color: #fff
}

.hero_left h1 span {
    background-color: #2569BB
}

.hero_points {
    color: #fff;
    font-weight: 500;
    font-size: 25px;
    line-height: 40px
}

.hero_left .hero_leftbtn {
    max-width: 250px;
    width: 100%;
    height: 65px;
    border-radius: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    gap: 5px;
    font-family: Wix Madefor Display;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center
}

.hero_left .hero_leftbtn span {
    font-family: Wix Madefor Display;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    text-align: center;
    color: #0B56E4
}

.hero_rightform {
    position: relative;
    max-width: 520px;
    width: 100%
}

.yellow-bg {
    background-color: #FFD339;
    max-height: 137px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: -10px;
    left: 0;
    border-radius: 28px
}

.hero_right {
    max-width: 500px;
    width: 100%;
    background-color: red;
    min-height: 600px;
    height: fit-content;
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 20px 20px;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    gap: 20px;
    position: relative;
    border-radius: 20px
}

#loader {
    width: 30px;
    height: 30px;
    border: 4px solid #FFF;
    border-bottom-color: #007BFF;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite
}

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.getInForm2 {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 30px
}

.getInForm3 {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 30px
}

.hero_right h3 {
    font-family: Wix Madefor Display;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 30px;
    text-align: center;
    color: #282828
}

.hero_right label {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 10px 0
}

.hero_right label p {
    font-family: Wix Madefor Display;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    margin: 0;
    padding: 0;
    color: #444
}

.hero_right label input {
    width: 100%;
    height: 60px;
    border-radius: 4px;
    border: 1px solid #003866;
    padding: 0 10px;
    outline: none;
    font-size: 17px
}

textarea {
    height: 17vh;
    resize: none;
    padding: 10px 10px
}

textarea label input {
    height: 17vh;
    resize: none
}

.hero_right_button {
    height: 64px;
    background: #0b56e4;
    border: 1px solid #0b56e4;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    transition: all 0.3s;
    width: 100%
}

.hhhh {
    display: block !important
}

.hero_right_button:hover {
    background-color: #fff;
    color: #3464FD
}

.hero_right_button:hover i {
    color: #3464FD
}

@media (max-width:1028px) {
    .hero_sec_contain {
        padding: 40px 20px
    }

    .hero_left h1 {
        font-size: 36px
    }

    .hero_right h3 {
        font-size: 22px
    }

    .yellow-bg {
        width: 450px;
        display: none
    }

    .hero_right label input,
    textarea {
        font-size: 16px
    }
}

@media (max-width:768px) {
    .hero_left {
        max-width: 100%;
        text-align: center
    }

    .hero_left h1 {
        font-size: 2.5rem;
        margin: 0 auto;
        width: auto
    }

    .hero_right h3 {
        font-size: 22px
    }

    .hero_right label input,
    .hero_right label textarea {
        font-size: 16px
    }

    .hero_right_button {
        font-size: 18px
    }
}

@media (max-width:480px) {
    .hero_left h1 {
        width: 100%;
        margin: 0 auto;
        text-align: center !important;
        font-size: 1.8rem;
        line-height: 44px
    }

    .hero_right {
        height: fit-content
    }

    .hero_right h3 {
        font-size: 18px;
        line-height: 26px
    }

    .hero_right label input,
    .hero_right label textarea {
        font-size: 12px
    }

    .hero_right_button {
        font-size: 16px;
        height: 50px
    }
}

.bfds {
    display: flex;
    transition: all 0.4s;
    gap: 20px
}

.addbgcolor_gren {
    max-width: 250px;
    width: 100%;
    height: 65px;
    border-radius: 46px;
    border: none;
    background-color: #40c351;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.addbgcolor_gren img {
    max-width: 34px
}

.digitsla_wraps {
    width: 100%;
    margin: 0 auto
}

.digital {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-family: 'Wix Madefor Display';
    margin-top: 50px;
    padding: 0 10px;
    width: 100%
}

.digita_right {
    max-width: 800px;
    width: 100%
}

.digitals {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-family: 'Wix Madefor Display';
    margin-top: 50px;
    width: 100%;
    padding: 0 10px
}

.digitalss {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Wix Madefor Display';
    margin-top: 50px;
    width: 100%;
    padding: 0 10px
}

.digitalsss {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-family: 'Wix Madefor Display';
    margin-top: 50px;
    position: sticky;
    top: 120px;
    z-index: 4;
    width: 100%;
    padding: 0 10px
}

.digitals-4 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-family: 'Wix Madefor Display';
    margin-top: 50px;
    position: sticky;
    top: 120px;
    z-index: 5;
    width: 100%;
    padding: 0 10px
}

.digitals-5 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-family: 'Wix Madefor Display';
    margin-top: 50px;
    width: 100%;
    padding: 0 10px
}

#b-color {
    display: flex;
    max-width: 1520px;
    margin: auto;
    width: 100%;
    border-radius: 10px;
    padding: 30px 60px;
    justify-content: space-between;
    gap: 20px;
    align-items: center
}

@media screen and (max-width:1199px) and (min-width:768px) {
    .bh_logo_flex img {
        width: 80px;
        display: flex;
        justify-content: space-around;
        align-items: center
    }
}

@media screen and (max-width:767px) {
    .bh_logo_flex {
        flex-direction: row;
        align-items: center;
        margin: 10px 20px !important
    }

    .bh_logo_flex img {
        width: 45px;
        display: flex;
        justify-content: space-around;
        align-items: center
    }

    .ik1 {
        top: 20px !important
    }

    .ik2 {
        top: 20px !important
    }

    .ik3 {
        top: 20px !important;
        width: 70px !important
    }

    .ik4 {
        width: 30px !important;
        top: 17px !important
    }

    .ik5 {
        width: 30px !important;
        top: 17px !important
    }
}

.bh_col {
    background: rgb(86 200 60 / .1)
}

.bh_logo_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1520px;
    margin: auto;
    margin: 20px 60px;
    border-bottom: 1px solid #9e8383;
    padding: 15px 0
}

.ik1 {
    width: 140px;
    top: 19px;
    height: auto
}

.ik2 {
    width: 130px;
    top: 23px;
    height: auto
}

.ik3 {
    width: 170px;
    top: 27px;
    height: auto
}

.ik4 {
    width: 65px;
    top: 19px;
    height: auto
}

.ik5 {
    width: 75px;
    top: 19px;
    height: auto
}

.digi {
    align-items: center;
    gap: 50px;
    display: flex;
    justify-content: space-between
}

.digita {
    max-width: 900px;
    width: 100%
}

.rajat {
    max-width: 700px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-direction: column;
    align-items: flex-start
}

.digital1 {
    font-size: 30px;
    line-height: 38px;
    color: #15202E;
    margin-bottom: 25px;
    font-weight: 700
}

.digital2 {
    margin: 0;
    padding: 0;
    list-style-position: inside
}

.digital2 li {
    list-style: none;
    font-weight: 500;
    font-size: 20px;
    color: #101010;
    text-align: left;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 5px
}

.digital3 {
    font-size: 18px;
    font-weight: 500
}

.digi1 {
    font-size: 20px;
    font-weight: 700;
    color: #15202E;
    line-height: 30px
}

.digi2 {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 0px !important;
    margin: 0px !important
}

.digi2 li {
    list-style: none;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    line-height: 28px;
    display: flex;
    align-items: center;
    gap: 5px
}

.digital4 {
    font-size: 18px;
    font-weight: 500;
    padding-left: 90px
}

.digita1 {
    max-width: 465px;
    width: 100%
}

.digital5 {
    font-size: 18px;
    font-weight: 500;
    padding-left: 70px
}

.digital6 {
    font-size: 18px;
    font-weight: 500;
    padding-left: 90px
}

.digital7 {
    font-size: 18px;
    font-weight: 500;
    padding-left: 60px
}

.digital8 {
    font-size: 18px;
    font-weight: 500;
    padding-left: 50px
}

.btn1 .btn:hover {
    background-color: #0056b3;
    color: #FFFFFF !important
}

@media (max-width:1200px) {

    .digital,
    .digitals,
    .digitalss,
    .digitalsss,
    .digitals-4,
    .digitals-5 {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-top: 30px
    }

    #b-color {
        padding: 15px;
        gap: 15px;
        width: auto
    }

    .digital1 {
        font-size: 24px;
        line-height: 32px
    }

    .digital2 li,
    .digi2 li {
        font-size: 18px;
        line-height: 26px
    }
}

@media (max-width:768px) {

    .digital,
    .digitals,
    .digitalss,
    .digitalsss,
    .digitals-4,
    .digitals-5 {
        top: 80px
    }

    .digital1 {
        font-size: 18px;
        line-height: 26px
    }

    .digital2 li,
    .digi2 li {
        font-size: 16px;
        line-height: 24px
    }

    .digi1 {
        font-size: 1.2rem
    }
}

@media (max-width:480px) {

    .digital,
    .digitals,
    .digitalss,
    .digitalsss,
    .digitals-4,
    .digitals-5 {
        flex-direction: column;
        top: 60px;
        gap: 10px
    }

    #b-color {
        gap: 10px
    }

    .digital2 li,
    .digi2 li {
        font-size: 14px;
        line-height: 22px
    }

    .digi1 {
        font-size: 1.1rem
    }
}

.bh_logo_flex img {
    position: relative;
    cursor: pointer;
    padding-bottom: 8px;
    max-width: 100%
}

.bh_logo_flex img.active-img {
    border-bottom: 3px solid blue;
    max-width: 100%;
    height: auto
}

.splide {
    max-width: 1280px;
    margin: 0 auto
}

.splide__slide img {
    width: 100%;
    border-radius: 10px
}

.btn8 {
    text-align: center;
    display: inline-flex;
    align-items: center;
    gap: 10px
}

.btnfdsf {
    width: 240px;
    height: 47px;
    border: 1px solid #0056b3;
    border-radius: 39px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    margin: 0 auto;
    font-weight: 500;
    color: #0056b3;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: #fff0
}

.fdfds {
    margin-bottom: 30px
}

.btnfdsf:hover {
    background-color: #0056b3;
    color: #FFFFFF !important
}

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.loader2 {
    width: 24px;
    height: 24px;
    border: 3px solid #FFF;
    border-bottom-color: #0073e6;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite
}

@media (max-width:1200px) {
    .splide {
        max-width: 100%;
        padding: 0 15px
    }
}

@media (max-width:992px) {
    .btn8 .btn {
        padding: 12px 25px;
        font-size: 14px
    }

    #b-color {
        flex-direction: column;
        padding: 10px;
        width: 100%
    }

    .digita {
        max-width: 100%
    }

    .digi {
        gap: 14px
    }
}

@media (max-width:768px) {
    .btn8 .btn {
        padding: 10px 20px;
        font-size: 14px
    }
}

@media (max-width:576px) {
    .btn8 .btn {
        padding: 8px 15px;
        font-size: 12px
    }
}

.lobby {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f5f5f5;
    flex-direction: column
}

h5 {
    margin-top: 0;
    color: #333;
    font-family: Wix Madefor Display;
    font-size: 44px;
    font-weight: 700;
    line-height: 70px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none
}

.packages-container {
    display: flex;
    justify-content: space-around;
    max-width: 1420px;
    padding: 37px 40px;
    gap: 20px;
    width: 100%
}

.package {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgb(0 0 0 / .1);
    padding: 50px 14px 29px 14px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s;
    width: 100%;
    max-width: 420px;
    width: 100%
}

.package:hover {
    transform: translateY(-10px)
}

.package .Ess h6 {
    margin-bottom: 20px;
    position: relative;
    bottom: -5px;
    height: 3vh;
    font-size: 24px !important;
    left: auto
}

#epp {
    position: relative;
    bottom: 35px;
    padding-top: 54px;
    padding-left: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.price {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333
}

.features {
    list-style: none;
    font-size: 24px;
    padding: 0;
    margin: 0;
    max-height: 220px;
    overflow-y: auto
}

.features li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #101010
}

.dropdown_faq11 {
    display: none
}

.features li:before {
    content: '\2713';
    color: green;
    margin-right: 10px
}

.cta {
    text-align: center;
    margin-top: 20px !important
}

.cta a {
    display: inline-block;
    padding: 20px 25px;
    background-color: #0B56E4;
    color: #FFF;
    text-decoration: none;
    border-radius: 39px;
    font-size: 16px;
    margin-top: 20px
}

.Rec h6 {
    font-size: 16px;
    height: 47px;
    color: #FFF;
    text-align: center;
    background-color: #0B56E4;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    position: relative;
    justify-content: center
}

.pac11 {
    padding: 0px !important
}

h5 {
    font-size: 3.25rem !important
}

@media(max-width:480) {
    h5 {
        font-size: 30px !important
    }
}

.Rec img {
    height: 3vh;
    width: 7%;
    text-align: center
}

.fea h5 {
    font-size: 24px !important;
    text-align: left;
    height: 2vh;
    line-height: 4px;
    margin-top: 10px
}

.para {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 34px
}

.para .p1 {
    font-size: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%
}

.span1 {
    font-size: 20px;
    font-family: 200
}

#ctta {
    margin-top: 20px
}

.cta a:hover {
    background-color: #0056b3
}

@media(max-width:1024) {
    .para .p1 {
        font-size: 15px;
        height: 100px
    }
}

@media(max-width:1280px) {
    .para .p1 {
        font-size: 15px;
        height: 100px
    }

    .para {
        flex-direction: column;
        height: 100px
    }
}

@media (max-width:768px) {
    .para {
        flex-direction: column;
        height: 100px
    }
}

@media (max-width:480px) {
    .para {
        flex-direction: column
    }
}

#phase-btn {
    max-width: 236px;
    width: 100%;
    height: 60px;
    border: 1px solid #3464FD;
    background: #F4FAFE;
    border-radius: 50px;
    font-family: Wix Madefor Display;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #3464FD
}

#phase-btn:hover {
    background-color: #3464FD;
    color: #fff
}

.our-com {
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
    color: #010000
}

.ouromcont {
    max-width: 1420px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.our-com img {
    height: 40vh;
    width: 100%;
    object-fit: cover
}

@media (max-width:1200px) {
    .our-com {
        height: auto;
        padding: 20px
    }
}

@media (max-width:768px) {
    .our-com {
        height: auto;
        padding: 20px
    }

    .our-com img {
        height: 30vh
    }
}

@media (max-width:480px) {
    .our-com {
        height: auto;
        padding: 10px;
        margin-top: 10px
    }

    .our-com img {
        height: 25vh
    }
}

.rec {
    background: #0B56E4;
    text-align: center;
    color: #FFF;
    font-size: 10px;
    height: 41px;
    padding: 5px;
    width: 453px;
    display: flex;
    justify-content: center
}

.rec img {
    padding-right: 10px;
    position: relative;
    bottom: 2px
}

.rec h5 {
    margin-top: 5px
}

.features h5 {
    font-size: 24px
}

.logo-slider {
    -webkit-box-shadow: 0 0 0 0 rgb(0 0 0 / .125);
    box-shadow: 0 0 0 0 rgb(0 0 0 / .125);
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%
}

.logo-slider img {
    height: 150px;
    width: 250px
}

.slick-slide img {
    margin: 10px !important
}

.logo-slider2 img {
    height: 150px;
    width: 250px
}

@-webkit-keyframes logo-scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7))
    }
}

@keyframes logo-scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7))
    }
}

.hoGet_inTouchWrap {
    position: relative;
    background-color: #F5F5F7
}

.GetinTouchContain {
    max-width: 1440px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    padding: 60px 60px 63px 60px;
    justify-content: center
}

.actual_eft {
    max-width: 540px;
    width: 100%;
    display: flex;
    align-items: center;
    height: 750px;
    background: #094AC6;
    border-radius: 10px 0 0 10px
}

.getINleftSide {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    padding: 30px 30px
}

.hoGet_inTouchWrap .getInBox {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.getInSingleBox {
    max-width: 600px;
    width: 100%;
    height: 170px;
    border-radius: 12px;
    background: #738FFF;
    padding: 10px 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px
}

.hoGet_inTouchWrap .calImg {
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end
}

.hoGet_inTouchWrap .getInMain {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px
}

.hoGet_inTouchWrap .getInCallus {
    color: #FFF;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin: 0px !important
}

.hoGet_inTouchWrap .getInNUM {
    color: #FFF;
    font-family: Manrope;
    font-size: 29px;
    font-style: normal;
    font-weight: 800;
    margin: 0px !important
}

.hoGet_inTouchWrap .usText {
    color: #FFF;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    margin: 0px !important
}

.getInRight {
    background-color: #0B56E4;
    border-radius: 0 24px 24px 0;
    height: 750px;
    padding: 30px 30px
}

.getInRight input {
    color: #FFF
}

.getInRight input::placeholder {
    color: #FFF !important
}

.getInRight select option {
    color: #FFF !important
}

.getInRight textarea::placeholder {
    color: #FFF !important
}

.hoGet_inTouchWrap .phoNumWrap {
    display: flex;
    align-items: center
}

.hoGet_inTouchWrap .selecCode {
    max-width: 90px;
    width: 100%;
    height: 62px;
    border-radius: 6px 0 0 6px;
    outline: none;
    border: .75px solid #33475B;
    opacity: .8
}

.hoGet_inTouchWrap .selecCode option {
    color: #33475B;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.getInRigHead {
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 1px;
    color: #fff
}

.img_jok img {
    width: 100%
}

.hoGet_inTouchWrap .getInForm {
    display: flex;
    flex-direction: column;
    gap: 23px;
    margin-top: 35px
}

.hoGet_inTouchWrap .getInTwo {
    width: 100%;
    display: flex;
    gap: 23px
}

.hoGet_inTouchWrap .getInTwo input {
    width: 100%;
    height: 52px;
    border-radius: 12px;
    border: none;
    outline: none;
    color: #FFF !important;
    background-color: #738FFF;
    padding: 0 10px
}

.hoGet_inTouchWrap .getNUMinput {
    width: 100%;
    height: 62px;
    border-radius: 0 6px 6px 0;
    border: none;
    outline: none;
    color: #FFF !important;
    background-color: #738FFF
}

.hoGet_inTouchWrap .busnessInput {
    width: 100%;
    height: 55px;
    border-radius: 12px;
    border: none;
    outline: none;
    color: #FFF !important;
    background-color: #738FFF;
    padding: 0 10px
}

.hoGet_inTouchWrap .letConnecBtn {
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    flex-shrink: 0;
    border-radius: 32px;
    background: #FFF;
    color: #2266e5;
    margin: 23px auto;
    display: flex;
    align-items: center;
    padding: 12px;
    justify-content: center;
    border: none;
    gap: 10px
}

.hoGet_inTouchWrap .letConnecBtn:hover {
    background-color: #2266e5 !important;
    border: 1px solid #fff;
    color: #FFF
}

.hoGet_inTouchWrap .letConTextarea {
    border-radius: 12px;
    width: 100%;
    height: 155px;
    flex-shrink: 0;
    resize: none;
    color: #33475B;
    font-style: normal;
    font-weight: 400;
    border: none;
    outline: none;
    line-height: normal;
    color: #FFF !important;
    background-color: #738FFF;
    padding: 10px 10px
}

.hoGet_inTouchWrap .selectSERVICE {
    width: 100%;
    height: 52px;
    padding: 7px;
    border-radius: 12px;
    border: .75px solid #33475B;
    background-color: #738FFF;
    color: #fff
}

.hoGet_inTouchWrap .selectSERVICE option {
    color: #33475B;
    font-family: Manrope;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

@media (max-width:1200px) {
    .GetinTouchContain {
        display: flex;
        flex-direction: column-reverse;
        gap: 30px
    }

    .actual_eft {
        max-width: 100%;
        height: fit-content;
        border-radius: 10px
    }

    .getInRight {
        border-radius: 10px;
        height: fit-content
    }

    .getInPARA {
        text-align: center
    }

    .getInSingleBox {
        align-items: center
    }
}

@media (max-width:624px) {
    .GetinTouchContain {
        padding: 40px 20px
    }

    .getInRigHead {
        font-size: 28px;
        line-height: 32px
    }

    .hoGet_inTouchWrap .getInBox {
        display: flex;
        gap: 20px;
        flex-direction: column
    }

    @media (max-width:420px) {
        .getInRigHead {
            font-size: 28px;
            line-height: 32px
        }

        .hoGet_inTouchWrap .getInBox {
            display: flex;
            gap: 20px;
            flex-direction: column
        }

        @media (max-width:368px) {
            .getInRigHead {
                font-size: 28px;
                line-height: 32px
            }

            .hoGet_inTouchWrap .getInBox {
                display: flex;
                gap: 20px;
                flex-direction: column
            }

            @media (max-width:480px) {
                .hero_left {
                    max-width: 50%;
                    width: 100%;
                    display: flex;
                    flex-direction: column;
                    gap: 30px
                }

                .hero_left h1 {
                    font-size: 45px;
                    font-weight: 700;
                    line-height: 57px;
                    text-align: left;
                    max-width: 640px;
                    color: #fff
                }

                .hero_left h1 span {
                    background-color: #2569BB
                }

                .hero_points {
                    font-size: 16px
                }

                .hero_right h3 {
                    font-family: Wix Madefor Display;
                    font-size: 24px;
                    font-weight: 700;
                    line-height: 30px;
                    margin-top: 30px;
                    text-align: center;
                    color: #282828
                }

                .hero_right label {
                    display: flex;
                    flex-direction: column;
                    gap: 4px
                }

                .hero_right label p {
                    font-family: Wix Madefor Display;
                    font-size: 20px;
                    font-weight: 700;
                    line-height: 28px;
                    text-align: left;
                    margin: 0;
                    padding: 0;
                    color: #444
                }

                .hero_right label input {
                    width: 100%;
                    height: 60px;
                    border-radius: 4px;
                    border: 1px solid #555;
                    padding: 0 10px;
                    outline: none;
                    font-size: 17px
                }

                textarea {
                    height: 17vh;
                    resize: none;
                    padding: 10px 10px
                }

                textarea label input {
                    height: 17vh;
                    resize: none
                }

                .loader {
                    width: 28px;
                    height: 28px;
                    border: 5px solid #FFF;
                    border-bottom-color: #007BFF;
                    border-radius: 50%;
                    display: inline-block;
                    box-sizing: border-box;
                    animation: rotation 1s linear infinite
                }

                @keyframes rotation {
                    0% {
                        transform: rotate(0deg)
                    }

                    100% {
                        transform: rotate(360deg)
                    }
                }

                .thisisgap {
                    margin-top: 100px
                }

                @media (max-width:992px) {
                    .hero_left {
                        max-width: 100%
                    }

                    h5 {
                        margin-top: 0;
                        color: #1b1a1a;
                        font-family: Wix Madefor Display;
                        font-size: 34px;
                        font-weight: 700;
                        line-height: 70px;
                        text-align: center;
                        text-underline-position: from-font;
                        text-decoration-skip-ink: none
                    }

                    #epp {
                        position: relative;
                        bottom: 35px
                    }

                    .price {
                        text-align: center;
                        font-size: 24px;
                        font-weight: 700;
                        margin-bottom: 10px;
                        color: #333
                    }

                    .deposit {
                        text-align: center;
                        font-size: 18px;
                        margin-bottom: 20px;
                        color: #555
                    }

                    .features {
                        list-style: none;
                        font-size: 24px;
                        padding: 0;
                        margin: 0;
                        max-height: 220px;
                        overflow-y: auto
                    }

                    .features li {
                        margin-bottom: 10px;
                        display: flex;
                        align-items: center;
                        font-size: 16px;
                        color: #101010
                    }

                    .features li:before {
                        content: '\2713';
                        color: green;
                        margin-right: 10px
                    }

                    .cta {
                        text-align: center
                    }

                    .cta a {
                        display: inline-block;
                        padding: 20px 25px;
                        background-color: #0B56E4;
                        color: #FFF;
                        text-decoration: none;
                        border-radius: 39px;
                        font-size: 16px
                    }

                    .fea h5 {
                        font-size: 30px;
                        text-align: left;
                        height: 2vh
                    }

                    .para {
                        font-size: 34px;
                        line-height: 0;
                        height: 5vh
                    }

                    #ctta {
                        margin-top: 20px
                    }

                    .cta a:hover {
                        background-color: #0056b3
                    }

                    .lobby {
                        font-family: Arial, sans-serif;
                        margin: 0;
                        padding: 0;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        min-height: 100vh;
                        background-color: #f5f5f5;
                        flex-direction: column
                    }

                    h5 {
                        margin-top: 0;
                        color: #333;
                        font-family: Wix Madefor Display;
                        font-size: 34px;
                        font-weight: 700;
                        line-height: 70px;
                        text-align: center;
                        text-underline-position: from-font;
                        text-decoration-skip-ink: none
                    }

                    #epp {
                        position: relative;
                        bottom: 35px
                    }

                    .price {
                        text-align: center;
                        font-size: 24px;
                        font-weight: 700;
                        margin-bottom: 10px;
                        color: #333
                    }

                    .deposit {
                        text-align: center;
                        font-size: 18px;
                        margin-bottom: 20px;
                        color: #555
                    }

                    .features {
                        list-style: none;
                        font-size: 24px;
                        padding: 0;
                        margin: 0;
                        max-height: 220px;
                        overflow-y: auto
                    }

                    .features li {
                        margin-bottom: 10px;
                        display: flex;
                        align-items: center;
                        font-size: 16px;
                        color: #101010
                    }

                    .features li:before {
                        content: '\2713';
                        color: green;
                        margin-right: 10px
                    }

                    .cta {
                        text-align: center
                    }

                    .cta a {
                        display: inline-block;
                        padding: 20px 25px;
                        background-color: #0B56E4;
                        color: #FFF;
                        text-decoration: none;
                        border-radius: 39px;
                        font-size: 16px
                    }

                    .Rec h6 {
                        font-size: 15px;
                        height: 5vh;
                        color: #FFF;
                        text-align: center;
                        padding: 7px;
                        background-color: #0B56E4;
                        display: flex;
                        gap: 10px;
                        width: 100%;
                        top: 50px;
                        left: 0;
                        padding: 1px 0 0 0;
                        position: relative;
                        right: 20px
                    }

                    .Rec {
                        position: relative;
                        bottom: 67px
                    }

                    .Rec img {
                        height: 3vh;
                        width: 7%;
                        text-align: center
                    }

                    .fea h5 {
                        font-size: 30px;
                        text-align: left;
                        height: 2vh
                    }

                    .para {
                        font-size: 34px;
                        line-height: 0;
                        height: 5vh
                    }

                    #ctta {
                        margin-top: 20px
                    }

                    .cta a:hover {
                        background-color: #0056b3
                    }
                }
            }
        }
    }
}

.footer {
    background: #F5F8FA;
    color: #333;
    padding: 50px 20px
}

.footer-section {
    flex: 1 1 calc(25% - 20px);
    min-width: 200px;
    padding-top: 20px
}

.footer-logo {
    width: 120px;
    margin-bottom: 20px
}

.footer-section h3 {
    font-size: 18px;
    margin-bottom: 15px
}

.footer-section ul {
    list-style: none;
    padding: 0
}

.footer-section ul li {
    margin: 5px 0
}

.footer-section ul li a {
    text-decoration: none;
    color: #555;
    font-size: 14px;
    transition: color 0.3s ease
}

.footer-section ul li a:hover {
    color: #0B56E4
}

.footer-bottom {
    max-width: 1420px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 10px;
    background: #F5F8FA;
    font-size: 14px;
    display: flex;
    text-align: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px
}

.social-icons-1 {
    display: flex;
    justify-content: center;
    gap: 15px
}

.social-icons-1 a {
    font-size: 18px;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease
}

.social-icons-1 a:hover {
    color: #0B56E4
}

.back-to-top {
    background-color: #0B56E4;
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease
}

.back-to-top:hover {
    background-color: #0848B5
}

.footewrap {
    background: #FEFDFD;
    width: 100%;
    position: relative
}

.footer-container {
    max-width: 1420px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.firstfoot {
    max-width: 330px;
    width: 100%
}

.phone_int {
    width: 100% !important
}

.secoongot {
    max-width: 140px;
    width: 100%
}

.foufoote {
    max-width: 185px;
    width: 100%
}

.thirdfoot {
    max-width: 314px;
    width: 100%
}

.footer-section {
    flex: 1;
    min-width: 100px
}

.footer-section p {
    font-size: 18px;
    width: 280px
}

.footer-section p a {
    color: #444
}

.footer-section h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #000
}

.footer-section ul li {
    margin-bottom: 8px;
    font-size: 15px
}

@media (max-width:1280px) {
    .package .Ess h6 {
        text-align: center
    }
}

@media (max-width:1050px) {
    .footer-container {
        flex-wrap: wrap;
        gap: 40px 30px;
        padding: 40px 20px
    }
}

.footer-section ul li a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 16px
}

.footer-section ul li a:hover {
    color: #007BFF
}

.footer-logo {
    margin-bottom: 20px;
    width: 216px;
    height: 70px;
    margin-top: -15px
}

@media (max-width:992px) {
    .footer-section {
        flex: 1 1 calc(50% - 20px);
        text-align: left
    }

    .footer-section h3 {
        font-size: 16px
    }

    .footer-section ul li a {
        font-size: 14px
    }
}

@media (max-width:768px) {
    .footer-section {
        flex: 1 1 100%
    }

    .footer-logo {
        margin: 0 auto 20px
    }

    .footer-section ul li {
        margin: 10px 0
    }
}

@media (max-width:576px) {
    .footer {
        padding: 20px 10px
    }

    .footer-section h3 {
        font-size: 14px
    }

    .footer-section ul li a {
        font-size: 12px
    }

    .social-icons-1 a {
        font-size: 16px
    }

    .back-to-top {
        font-size: 14px;
        padding: 8px 20px
    }
}

.navbar_wraps {
    background: #FFF;
    width: 100%;
    position: relative
}

.navbar_conts {
    max-width: 1420px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 20px 40px
}

.navbar_conts nav {
    max-width: 850px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center
}

.navbar_conts nav a {
    text-decoration: none;
    font-family: Wix Madefor Display;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #000;
    text-align: center
}

.navbar_conts nav button {
    height: 45px;
    border-radius: 40px;
    width: 100%;
    width: 260px;
    background: #3C83CB;
    border: none
}

.navbar_conts nav button span {
    font-family: Wix Madefor Display;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #fff
}

.navbar_conts nav button:hover {
    background: #0B56E4;
    border: 1px solid #0B56E4
}

.navbar_conts nav button:hover span {
    color: #fff
}

.logo_sides_wrpa {
    width: 100%;
    position: relative
}

.logoslide_wrap {
    background-color: #F5F3EF;
    overflow-x: hidden;
    width: 100%;
    margin-top: 70px
}

.logo-sliders {
    max-width: 1520px;
    width: 100%;
    padding: 40px 20px;
    margin: 0 auto 0 auto
}

.logo-heading p {
    text-align: center;
    line-height: 34px;
    font-size: 40px;
    font-weight: 400
}

.logo-heading span {
    font-weight: 600;
    font-size: 40px;
    color: #15202E
}

.logo-heading {
    text-align: center;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.logo-slider {
    direction: rtl;
    padding: 10px
}

@media (max-width:480px) {
    .logo-heading span {
        font-size: 24px
    }

    .logo-heading p {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width:580px) {
    .navbar_conts {
        padding: 20px 20px !important;
        gap: 10px
    }

    .kushel_logo32 {
        max-width: 125px;
        width: 100%;
        height: auto
    }

    .nav-btn {
        width: 90px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 0px !important
    }

    .nav-btn span {
        font-family: Wix Madefor Display;
        font-weight: 700;
        font-size: 8px
    }

    .nav-btn img {
        width: 12px;
        height: 12px
    }
}

@media (max-width:480) {
    .btnfdsf {
        font-size: 10px;
        width: 140px;
        height: 26px
    }
}

@media(max-width:630px) {
    .btnfdsf {
        font-size: 13px;
        width: 171px;
        height: 31px
    }
}

@media (max-width:1125px) {
    .navbar_conts nav {
        display: none
    }
}

@media (max-width:1100px) {
    .hero_sec_contain {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px
    }

    .hero_right {
        min-height: auto
    }

    .hero_right h3 {
        margin: 0px !important
    }

    .hero_left {
        max-width: 510px;
        width: 100%
    }
}

@media (max-width:700px) {
    .btnfdsf {
        font-size: 13px;
        width: 171px;
        height: 31px
    }
}

@media (max-width:786px) {
    .btnfdsf {
        font-size: 11px;
        width: 169px;
        height: 30px
    }

    .nav-btn {
        height: 33px;
        font-size: 10px;
        align-items: center;
        display: flex
    }
}

@media (max-width:550px) {
    .footer-section ul {
        margin: 0px !important
    }

    .bfds {
        display: flex;
        align-items: center;
        flex-direction: column
    }

    .hero_left {
        gap: 20px
    }

    .hero_left h1 {
        text-align: center;
        font-size: 24px;
        line-height: 34px
    }

    .hero_points {
        line-height: 26px;
        font-size: 15px
    }

    #phase-btn {
        margin: 0 auto;
        font-size: 16px;
        line-height: 26px
    }

    .hoGet_inTouchWrap .getInNUM {
        font-size: 22px;
        line-height: 32px
    }

    .getInRight {
        padding: 20px 20px
    }

    .getInRigHead {
        font-size: 26px;
        line-height: 34px;
        margin: 0px !important;
        text-align: center
    }

    .footer-container {
        gap: 20px
    }

    .footer-logo {
        margin: 0 auto 20px auto
    }

    .footer-container {
        padding: 40px 20px 20px 20px
    }

    .footer-section p {
        text-align: center;
        font-size: 16px;
        line-height: 26px;
        width: 100%
    }

    .footer-section h3 {
        margin: 0 auto
    }

    .footer-section {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .footer-section ul li {
        text-align: center
    }

    .footer-section ul li a {
        font-size: 16px !important;
        line-height: 26px !important
    }

    .footer-bottom {
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

@media (max-width:450px) {
    .kushel_logo32 {
        max-width: 150px !important;
        width: 100%
    }
}

@media(max-width:685px) {
    .btnfdsf {
        font-size: 12px;
        width: 147px
    }
}

@media (max-width:1050px) {
    .packages-container {
        padding: 40px 20px
    }
}

@media (max-width:992px) {
    .packages-container {
        flex-wrap: wrap;
        gap: 40px 30px
    }
}

@media (max-width:450px) {
    .packages-container {
        gap: 25px
    }

    .package {
        padding: 24px 9px 24px 22px
    }
}

.servicehead {
    text-align: center !important;
    font-weight: 500 !important;
    font-size: 32px !important
}

.service_Sec_para1 {
    text-align: center !important;
    width: 840px !important;
    margin: 0 auto;
    font-size: 19px !important
}

.services-section {
    text-align: center;
    padding: 40px 20px;
    background-color: #fff;
    position: relative;
    z-index: 10
}

.services-section h1 {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: Poppins, 'sans-serif'
}

.hr {
    width: 90px;
    border: 2px solid #0B56E4;
    display: block;
    margin: auto;
    background-color: #0B56E4;
    opacity: initial !important
}

.services-section p {
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: left;
    z-index: 10 !important
}

.highlight {
    color: #000;
    font-weight: 700
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px
}

@media (max-width:550px) {
    .services-grid {
        padding: 0px !important
    }

    .sevice-heading {
        text-align: left !important
    }

    .servicehead {
        text-align: left !important
    }

    .service_Sec_para1 {
        text-align: left !important
    }
}

.service-card {
    border-radius: 10px;
    background-image: linear-gradient(#55507F 100%, #515766 100%);
    color: #fff;
    padding: 20px;
    box-shadow: 0 4px 8px rgb(0 0 0 / .1);
    transition: transform 0.3s, box-shadow 0.3s;
    max-height: 500px;
    height: 100%;
    overflow-y: scroll
}

.service-card::-webkit-scrollbar {
    display: none
}

.service-cardImg {
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px
}

.service-cardImg span {
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    padding-top: 25px
}

.service-cardImg span {
    padding-right: 30px
}

.service-cardH4 {
    text-align: left;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px
}

.service-cardUl {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    font-family: Poppins, 'sans-serif'
}

.service-cardUl li {
    margin: 5px 0;
    text-align: left;
    padding-top: 9px;
    font-size: 19px;
    line-height: 32px
}

.service-cardUl li span {
    text-align: left
}

.card-btn {
    margin: 40px;
    background-color: #F4FAFE;
    border: 1px solid #3464FD !important;
    border: none;
    height: 58px;
    width: 245px;
    border-radius: 5px;
    cursor: pointer;
    border-radius: 30px;
    color: #3464FD;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 40px auto 0 auto
}

.card-btn svg path {
    fill: #3464FD
}

.card-btn:hover svg path {
    fill: #fff
}

.card-btn span {
    font-size: 15px;
    font-weight: 600;
    text-align: center
}

.card-btn:hover {
    background-color: #3464FD !important;
    color: white !important
}

@media screen and (max-width:1024px) {
    .service_Sec_para1 {
        font-size: 16px !important;
        padding: 15px !important;
        text-align: center !important;
        margin: 0 auto !important;
        width: 100% !important
    }
}

@media screen and (max-width:767px) {
    .service_Sec_para1 {
        font-size: 14px !important;
        padding: 10px !important;
        text-align: left !important;
        margin: 0 auto !important;
        width: 100% !important
    }

    .servicehead {
        font-size: 28px !important;
        margin-bottom: 16px !important;
        line-height: 38px !important;
        text-align: left !important
    }

    .sevice-heading {
        font-size: 22px !important;
        line-height: 20px !important;
        text-align: left !important
    }

    .service_Sec_para1 {
        margin-bottom: 10px !important
    }

    #service_per {
        display: none
    }

    .dropdown_faq11 {
        display: block;
        margin-top: 35px
    }

    .home2Div {
        flex-wrap: wrap;
        gap: 20px
    }
}

@media (max-width:550px) {
    .hero_sec_contain {
        padding: 40px 16px
    }

    .yellow-bg {
        display: block;
        width: 100%
    }

    .hero_right {
        width: 96%
    }

    .sevice-heading {
        font-size: 16px !important;
        line-height: 0px !important
    }

    .servicehead {
        font-size: 20px !important;
        line-height: 28px !important
    }

    .service_Sec_para1 {
        margin-bottom: 20px !important
    }
}

@media screen and (max-width:479px) {
    .service_Sec_para1 {
        font-size: 14px !important;
        padding: 8px !important;
        text-align: left !important;
        margin: 0 auto !important;
        width: 100% !important
    }
}

@media (max-width:410px) {
    .navbar_conts {
        padding: 20px 10px !important;
        gap: 8px
    }

    .kushel_logo32 {
        max-width: 105px;
        width: 100%
    }

    .btn8 {
        gap: 5px
    }

    .btnfdsf {
        width: 130px
    }
}

.sliderr {
    margin-top: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 120px;
    font-size: 19px;
    font-weight: 500
}

.sliderrImg div {
    text-align: center
}

@media (max-width:1200px) {
    .sliderr {
        gap: 80px
    }
}

@media (max-width:992px) {
    .sliderr {
        flex-direction: column;
        gap: 40px
    }

    .imgslide {
        display: none
    }

    .sliderrImg img,
    .sliderrImg1 img,
    .sliderrImg2 img {
        padding-left: 0
    }
}

@media (max-width:768px) {
    .sliderr {
        flex-direction: column;
        text-align: center;
        gap: 30px
    }

    .imgslide {
        display: none
    }

    .sliderr img {
        max-width: 80%;
        height: auto
    }

    .sliderrImg img,
    .sliderrImg1 img,
    .sliderrImg2 img {
        padding-left: 0
    }
}

@media (max-width:480px) {
    .sliderr {
        gap: 20px
    }

    .imgslide {
        display: none
    }

    .sliderr img {
        max-width: 90%
    }

    .sliderr p {
        font-size: 14px
    }
}

.bigcommerce-section {
    background: #6E53E2;
    text-align: center;
    width: 100%;
    height: 280px;
    font-size: 35x;
    padding-top: 60px
}

.bigcommerce-container {
    color: #fff;
    line-height: 70px;
    font-size: 25px
}

.bigcommerce-container h3 {
    line-height: 76px;
    font-size: 36px
}

.button-container {
    padding: 1rem;
    border-radius: 50px;
    border: 6px solid #6E53E2;
    color: #3464FD;
    font-weight: 600;
    font-size: 17px
}

.button-container:hover {
    background-color: #3464FD;
    color: #fff
}

@media (max-width:768px) {
    .bigcommerce-section {
        height: auto;
        padding-top: 0;
        padding: 40px 20px
    }

    .bigcommerce-container {
        font-size: 20px;
        line-height: 50px
    }

    .bigcommerce-container h3 {
        font-size: 24px;
        line-height: 58px
    }

    .button-container {
        font-size: 15px;
        padding: .8rem 1.5rem;
        border-width: 4px
    }
}

@media (max-width:480px) {
    .bigcommerce-container {
        font-size: 18px;
        line-height: 40px
    }

    .bigcommerce-section {
        height: 200px
    }

    .bigcommerce-container h3 {
        font-size: 16px;
        line-height: 50px
    }

    .button-container {
        font-size: 14px;
        padding: .6rem 1.2rem;
        border-width: 3px
    }
}

.ecommerce-section {
    background: #6E53E2;
    text-align: center;
    padding: 4vw;
    width: 100%
}

.ecommerce-container {
    color: #fff;
    max-width: 90%;
    margin: 0 auto
}

.ecommerce-container .para1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 47px
}

.ecommerce-container span {
    font-weight: 600
}

.ecommerce-container .para2 {
    font-size: 25px;
    font-weight: 400
}

.button-container {
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 50px;
    border: 6px solid #6E53E2;
    color: #3464FD;
    font-weight: 600;
    font-size: 17;
    cursor: pointer;
    transition: all 0.3s ease-in-out
}

.button-container:hover {
    background-color: #3464FD;
    color: #fff
}

@media (max-width:768px) {
    .ecommerce-container .para1 {
        font-size: 4vw
    }

    .ecommerce-container .para2 {
        font-size: 3vw
    }

    .button-container {
        font-size: 1rem;
        padding: .8rem 1.5rem
    }
}

@media (max-width:480px) {
    .ecommerce-section {
        padding: 6vw
    }

    .ecommerce-container .para1 {
        font-size: 5vw;
        line-height: 25px
    }

    .ecommerce-container .para2 {
        font-size: 4vw
    }

    .button-container {
        font-size: .9rem;
        padding: .7rem 1.2rem;
        border-width: 4px
    }

    .home2Div p {
        font-size: 25px;
        line-height: 32px;
        text-align: center
    }
}

.rot {
    height: 19px
}

@media (max-width:450px) {
    .rot {
        width: 10px;
        height: auto
    }

    .img_jok img {
        height: auto
    }
}

@media(max-width:458px) {
    .b-coltags {
        flex-direction: column
    }
}

@media(max-width:368px) {
    .para {
        font-size: 25px;
        margin-top: 10px
    }
}

.part {
    color: #120f0f;
    width: 100%
}

.akash {
    text-decoration: none !important;
    max-width: 250px;
    width: 100%
}

.bablu {
    text-decoration: none
}

.bablu1 {
    cursor: pointer
}

.sat {
    display: flex;
    gap: 12px;
    align-items: center
}

.kapil {
    display: flex;
    gap: 18px
}

