@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap');



.p {
    font-family: "Lato", sans-serif;
    font-style: normal !important;
    font-weight: 600 !important;


}

.container {
    /* max-width: 1360px !important; */
    max-width: 1250px !important;
}

.form-control {
    font-size: 14px !important;
    padding: 20px 14px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px -2px lightgray;
    border: 1px solid #e7e7e7;
}
.form-control:focus {
    border-color: #de751d;
    box-shadow: 0px 4px 6px -2px lightgray;
}

body {
    overflow-x: hidden !important;
    --bs-body-font-family: "Lato", sans-serif;
}



.form-control {
    height: calc(1.5em + 1rem + 2px);
    /* Customize to match your design */
}

/* a.navbar-brand.navbar-repo.header-logo {
    width: 19%;
} */

a.navbar-brand.header-logo img {
    max-width: 207px !important;
}

.header-logo img {
    width: 100%;
    padding: 4px 6px;
    border-radius: 10px;
    filter: drop-shadow(2px 4px 16px #ffffff);
}

.header-contact-wraper.header-contact-wraper-repo {
    /* padding: 6px 0px; */
    position: fixed;
    z-index: 999 !important;
    /* overflow: hidden; */
    width: 100%;
    background: rgb(255 255 255 / 84%);
    top: 0px;
}


.header-contact-wraper {
    padding: 11px 0px !important;
    position: fixed;
    z-index: 111;
    /* overflow: hidden; */
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.sticky-header {
    /* background-color: rgb(255, 255, 255); */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    color: black;
    background: white !important;
}

.bima-budy-btn-cov {
    /* font-family: Arial, Helvetica, sans-serif; */
    font-weight: 500;
    color: white;
    background: transparent linear-gradient(0deg, #DC5B00 0%, #FF8530 100%) 0% 0% no-repeat padding-box;
    padding: 8px 16px;
    border: none;
    border-radius: .5rem;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin: 0px 10px;
    font-size: 14px;
    letter-spacing: 0.35px;
    font-family: "Lato", sans-serif;
}

.bima-budy-btn-cov span:not(:nth-child(6)) {
    position: absolute;
    left: 50%;
    top: 50%;
    visibility: hidden;
    transform: translate(-50%, -50%);
    height: 34px;
    width: 33px;
    background-color: #53275f;
    border-radius: 50%;
    transition: .6s ease;
}

.bima-budy-btn-cov span:nth-child(6) {
    position: relative;
}

.bima-budy-btn-cov span:nth-child(1) {
    transform: translate(-4.3em, -4em);
}

.bima-budy-btn-cov span:nth-child(2) {
    transform: translate(-6em, 1.3em);
}

.bima-budy-btn-cov span:nth-child(3) {
    transform: translate(1.8em, 1.8em);
}

.bima-budy-btn-cov span:nth-child(4) {
    transform: translate(3.5em, 1.4em);
}

.bima-budy-btn-cov span:nth-child(5) {
    transform: translate(3.5em, -3.8em);
}

.bima-budy-btn-cov:hover span:not(:nth-child(6)) {
    transform: translate(-50%, -50%) scale(7);
    visibility: visible;
    transition: 1.5s ease;
}



.login-btn-cov {
    background: transparent linear-gradient(0deg, #DC5B00 0%, #FF8530 100%) 0% 0% no-repeat padding-box;
    border-radius: 8px;
    padding: 8px 31px;
    color: white;
    border: none;
    font-weight: 500;
    margin-top: 0px;
    margin-left: 5px;
}


.login-btn-cov {
    /* font-family: Arial, Helvetica, sans-serif; */
    font-weight: 500;
    color: white;
    background: transparent linear-gradient(0deg, #DC5B00 0%, #FF8530 100%) 0% 0% no-repeat padding-box;
    padding: 6px 31px 7px;
    border: none;
    border-radius: .6rem;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    font-family: "Lato", sans-serif;
}

.login-btn-cov span:not(:nth-child(6)) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 30px;
    width: 30px;
    background-color: #53275f;
    border-radius: 50%;
    transition: .6s ease;
}

.login-btn-cov span:nth-child(6) {
    position: relative;
}

.login-btn-cov span:nth-child(1) {
    transform: translate(-3.3em, -4em);
}

.login-btn-cov span:nth-child(2) {
    transform: translate(-6em, 1.3em);
}

.login-btn-cov span:nth-child(3) {
    transform: translate(-.2em, 1.8em);
}

.login-btn-cov span:nth-child(4) {
    transform: translate(3.5em, 1.4em);
}

.login-btn-cov span:nth-child(5) {
    transform: translate(3.5em, -3.8em);
}

.login-btn-cov:hover span:not(:nth-child(6)) {
    transform: translate(-50%, -50%) scale(4);
    transition: 1.5s ease;
}

.header-navbar.header-repo {
    width: 94%;
    margin: 0 auto;
}

a.nav-link.main-header-link {
    font-size: 15px;
    margin-left: 12px;
    /* font-weight: 500; */
    /* color: white; */
    font-family: "Lato", sans-serif;
    color: black;
     /* color: black !important; */
    font-weight: 600;
    letter-spacing: 0.25px;
}

.active-link {
    color: #DC5B00 !important;;
    
}

.footer-section-main-wrapper {
    border-top: 1px solid #f3edf3;
    padding: 48px 0px 40px;
    /* margin-top: 30px; */
    background: rgb(239 232 241 / 50%);
}

ul.footer-list {
    list-style: none;
    padding-left: 0px;
    padding-top: 8px;
}

ul.footer-list p {
    margin-bottom: 14px;
    font-weight: 400;
    font-size: 15px;
    color: #424242;
}

ul.footer-list p b {
    font-weight: 700;
    font-size: 100%;
    color: #323232;
}

li.footer-set2-list {
    margin-bottom: 9px;
    font-size: 16px;
    color: #424242;
    font-weight: 400;
    line-height: 24px;
}

li.footer-set2-list b{font-weight: 500; }
li.footer-set2-list strong, li.footer-set2-list b{font-weight: 700;color: #323232;font-size: 100%;}

ul.footer-service-list {
    list-style: none;
    padding-left: 2px;
    margin-top: 16px;
    font-size: 16px;
    margin-bottom: 0;
}

li.footer-set2-list a {
    color: currentColor;
    text-decoration: none;
}

.footer-logo img {
    width: 100%;
    max-width: 236px;
    margin-bottom: 21px;
}

.footer-set {
    padding: 12px 0px;
    max-width: fit-content;
}

.footer-botm-image img {
    width: 37%;
}

.footer-botm-image {
    margin: 21px auto;
    text-align: center;
}

.footer-para {
    text-align: center;
    background: var(--color-primary);
    padding: 20px 0px;
}

.footer-para p {
    margin-bottom: 0px;
    font-weight: 600;
    color: white;
    font-family: "Montserrat", sans-serif;
}

.footer-set h4 {
    font-size: 18px;
    text-decoration: underline;
}

.footer-social-link {
    margin-left: 2px;
    margin-right: 10px;
    font-size: 23px;
    color: #e76f20;
}

.social-links-cover {
    display: flex;
    justify-content: start;
}

.footer-main-cover .row>div+div {
    border-left: 1px dotted #53275f;
}

.footer-para {
    background: linear-gradient(45deg, #f0731c, #53275f);
}

.footer-para1 {
    background: linear-gradient(350deg, #ada7a7, #958a8a);
    padding-bottom: 14px;
}

.privacy-policy-wraper h1 {
    font-weight: 700;
    font-family: "Lato", sans-serif;
    color: #fc812c;
    margin-bottom: 20px;
    /* width: 52%; */
}

.footer-para1 p {
    color: white;
    font-family: "Lato", sans-serif;
    width: 79%;
    margin-bottom: 0px;
    padding-top: 12px;
    margin: 0 auto;
    text-align: center;
    font-weight: 500;
}

.footer-main-cover h4 {
    color: #53275f;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
}

.footer-set h5 {
    color: #212529;
    font-weight: 700;
    font-size: 19px;
    margin: 7px 0px 8px;
}

li.footer-set2-list i {
    color: #de751d;
    font-size: 14px;
    margin-right: 3px;
}

/* .footer-main-cover {
    padding-bottom: 20px;
} */

/* hero-section */

.home-main-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
}

h4.hero-query-min-title {
    font-family: "Montserrat", sans-serif;
    font-size: 28PX;
    font-weight: 600;
}

.hero-main-title {
    text-align: center;
    font-size: 34px;
    margin: 23px 0px;
    color: white;
    font-family: "Lato", sans-serif;
    margin-bottom: 25px;
    font-weight: 600;
    text-shadow: 5px 1px 6px rgb(28 16 16 / 68%);
}

.product-box-cov {
    background: white;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 10px;
    height: 122px;
    position: relative;
    border-radius: 10px;
    align-items: center;
    width: 100%;
    max-width: 160px;
    margin: auto;
}

.product-box-icon img {
    width: 54px;
}

.product-name {
    position: absolute;
    bottom: 8px;
    left: 8px;
    right: 8px;
    background: transparent linear-gradient(180deg, #FF8530 0%, #E16106 100%) 0% 0% no-repeat padding-box;
    padding: 4px 0px;
    border-radius: 14px;
    max-width: 97px;
    margin: auto;
}

.product-name h5 {
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    color: white;
    text-transform: math-auto;
    font-family: "Lato", sans-serif;
}

.product-box-icon {
    margin-bottom: 24px;
}

.box-icon1 {
    margin-left: 14px;
    width: 100%;
}

.hero-query-from-set {
    display: flex;
    justify-content: space-around;
}

.name-input-frm input {
    border-radius: 8px;
    font-weight: 500;
    color: black;
    border: none;
    text-transform: math-auto;
    font-family: "Lato", sans-serif;
    text-align: start;
    padding: 20px 14px;
    width: 87%;
    box-shadow: 0px 4px 6px -2px lightgray;
    border: 1px solid #e7e7e7;
}

.eamil-input-frm input {
    width: 87%;
    font-size: 14px;
    /* border: 1px solid lightgray; */
    border-radius: 8px;
    font-weight: 500;
    color: black;
    border: none;
    font-family: "Lato", sans-serif;
    text-transform: math-auto;
    text-align: start;
    padding: 20px 14px;
    width: 87%;
    box-shadow: 0px 4px 6px -2px lightgray;
    border: 1px solid #e7e7e7;
}

h4.hero-query-min-title {
    text-align: center;
    margin: 17px 0px;
    margin-bottom: 24px;
    font-size: 24px;
    margin-top: 7px;
    color: black;
    text-transform: none;
    font-family: "Lato", sans-serif;
}

.no-input-frm input {
    border: 1px solid #e7e7e7;
    /* border: 1px solid lightgray; */
    border-radius: 8px;
    font-weight: 500;
    color: black;
    /* border: none; */
    font-family: "Lato", sans-serif;
    text-align: start;
    padding: 20px 14px;
    width: 87%;
    box-shadow: 0px 4px 6px -2px lightgray;
}

.sub-input-frm input {
    box-shadow: 0px 4px 6px -2px lightgray;
    border-radius: 8px;
    font-weight: 500;
    color: black;
    /* border: none; */
    font-family: "Lato", sans-serif;
    text-align: start;
    padding: 20px 14px;
    width: 87%;
    /* border: 1px solid lightgray; */
    border: 1px solid #e7e7e7;
}

button.msg-submit {
    padding: 9px 40px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    background: transparent linear-gradient(0deg, #DC5B00 0%, #FF8530 100%) 0% 0% no-repeat padding-box;
    border: none;
    color: white;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
}

.hero-query-wraper {
    background: #fffffff7;
    padding: 19px;
    padding-bottom: 33px;
    margin: 18px auto;
    border-radius: 10px;
    margin-top: 64px;
    /* backdrop-filter: blur(80px); */
    width: 85%;
}

.home-main-cover {
    position: relative;
    z-index: 111;
    height: 100%;
    padding: 46px 0px;
    padding-top: 94px;
}

.test-class {
    position: relative;
    z-index: 9999999999 !important;
}

.hero-banner-wrapper .swiper {
    width: 100%;
    height: 100%;
}

.hero-banner-wrapper .swiper-slide {
    background-position: center;
    background-size: cover;
}

.hero-banner-wrapper .swiper-slide img {
    transition: transform 4s ease-in-out;
    /* Slow zoom-in transition */
    object-fit: cover;
    /* Ensure the image covers the slide */
    width: 100%;
    /* Ensure the image takes the full width */
    height: 100%;
    /* Ensure the image takes the full height */
}

.hero-banner-wrapper .swiper-slide-active img {
    transform: scale(1.2);
    /* Zoom in effect with scaling */
    transform-origin: center center;
    /* Ensure the zoom is centered */
}


.hero-banner-wraper {
    position: absolute !important;
    top: 0;
}


.our-partner-main-wraper {
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
}

.swiper-slide .partner-card-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide .partner-card-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partner-card-slide {
    background: white;
    /* box-shadow: 0px -1px 8px -1px lightgray; */
    padding: 10px;
    /* margin: 9px 0px; */
    /* margin-bottom: 10px; */
    /* padding-bottom: 10px; */
    border-radius: 10px;
}

.our-partner-main-wraper {
    width: 100%;
    max-width: 1200px;
    /* Adjust as needed */
}

.our-partner-section {
    height: 100%;
    width: 100%;
    padding: 64px 0px;
    /* padding-bottom: 23px; */
}

.partner-card-slide {
    /* width: 327px !important; */
    /* margin-right: 20px; */
    /* width: 30% !important; */
    /* margin-left: 17px; */
    background: white;
    /* margin-right: 14px !important; */
}

.partner-main-title {
    font-size: 34px;
    height: fit-content;
    line-height: 1.4;
    min-width: 10px;
    position: static;
    color: #1c1b17;
    /* text-shadow: 1px 1px 4px #b6b6b6; */
    font-weight: 700;
    text-align: center;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 26px;
    margin-left: 0;
    font-family: "Lato", sans-serif;
}

.card-image.partner-card-img>img {
    width: 100%;
    height: auto;
    border: none;
}

.card.partner-card {
    /* width: 46%; */
    border: none;
}


.statics-main-wrapper {
    /* background: linear-gradient(359.07deg, #FFFFFF 0.8%, #a4f6f36b 99.2%); */
    color: black;
    padding: 64px 0px;
    height: 100%;
    width: 100%;
    position: relative;

}

section#counter-stats {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.statics-main-title {
    font-weight: 600;
    margin-bottom: 30px;
}

.stats {
    text-align: center;
    font-size: 35px;
    font-weight: 700;


}

.count-cov h5 {
    font-size: 15px;
    color: black;
    padding-left: 0px;
    margin-bottom: 2px;
    font-family: "Lato", sans-serif;
}

.statics-main-cover h1 {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #1c1b17;
    font-family: "Lato", sans-serif;
    /* text-shadow: 1px 1px 4px #b6b6b6; */
}

p.para-count {
    font-size: 15px;

    font-weight: 600;
    padding-top: 7px;
}

.static-icon-cov img {
    width: 100%;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px;
    color: white;
    border-radius: 29px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.static-icon-cov {
    height: 84px;
    display: flex;
    justify-content: center;
    max-width: 165px;
    align-items: center;
    margin: 0 auto;
}

.stats-box-cov {
    box-shadow: 0px 0px 10px 0px #e9e9e9;
    padding: 20px;
    border-radius: 25px;
    padding-top: 25px;
    padding-bottom: 33px;
    height: 100%;
    background: white;
    width: 100%;
    max-width: 370px;
    margin: auto;
}

.count-cov-no {
    display: inline-flex;
    margin: 14px 0px;
    color: #EF7119;
    font-size: 33px;
    margin-bottom: 5px;
}

.count-cov-no1 {
    display: inline-flex;
    margin: 14px 0px;
    color: #35005F;
    font-size: 33px;
    margin-bottom: 5px;
}

.statics-line-cov {
    position: absolute;
    top: 185px;
    z-index: -1;
}

.statics-line-cov img {
    width: 100%;
}

.why-choose-content-box {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 3px 4px 0px lightgray;
    margin-bottom: 27px;
    padding: 18px;
    border-radius: 10px;
    margin-left: 62px;
    margin-right: 0;
}

.why-choose-content-box-icon img {
    width: 65px;
    height: 61px;
}

.why-choose-content-box-icon {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.why-choose-banner img {
    width: 65%;
}

.why-choose-banner {
    position: absolute;
    left: 0px;
    top: 24%;
}

.why-choose-main-wraper {
    height: 100%;
    width: 100%;
    position: relative;
    padding: 100px 0px;
    /* margin-bottom: 42px; */
    overflow: hidden;
}

.why-choose-box-content {
    margin-left: 16px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    padding-top: 10px;
}

.why-choose-banner {
    width: 63%;
}

.choose-content-box1 {
    margin-left: 0;
    margin-right: 62px;
}

h1.why-main-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 34px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #1c1b17;
    /* text-shadow: 1px 1px 4px #b6b6b6; */
}

h1.why-main-title span {
    color: #de751d;
}




.testimonial-section {
    /* max-width: 1000px; */
    /* margin: auto; */
    padding: 64px 20px 40px;
    background: rgb(239 232 241 / 50%);
}

h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.testimonial-slider {
    position: relative;
}

.testimonial-slide.swiper-slide{
    height: auto;
}

.testimonial-card {
    height: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    text-align: center;
    box-shadow: 0px 7px 8px -6px rgb(203 196 196);
}

.testimonial-card img {
    width: 100%;
    display: block;
}
.testimonial-card>a{height: 100%;}
.testimonial-card>a>img{height: 100%; object-fit: cover;}

.overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #eaeaea99;
    color: rgb(8, 4, 4);
    padding: 10px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.play-btn {
    background: transparent;
    border: none;

}

.swiper-pagination {
    margin-top: 10px;
}

/* Video Modal Styles */
.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
}

.video-modal.active {
    display: flex;
}

.video-container {
    position: relative;
    width: 80%;
    max-width: 700px;
}

.video-container video {
    width: 100%;
    border-radius: 10px;
}

.close-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    background: red;
    color: white;
    border: none;
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 50%;
}

button.play-btn img {
    width: 29px;
}

.swiper.testimonial-slider {
    padding-bottom: 59px;
}

h2.testimonial-main-title {
    text-align: center;
    margin-bottom: 32px;
    font-size: 34px;
    font-weight: 700;
    color: #1c1b17;
    font-family: "Lato", sans-serif;
    /* text-shadow: 1px 1px 4px #b6b6b6; */
}




.fabs {
    bottom: 0px;
    position: fixed;
    margin: 1em;
    right: 0;
    z-index: 9999;
}

.fab {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    text-align: center;
    color: white;
    margin: 20px auto 0;
    box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    position: relative;
}

.fab>i {
    font-size: 28px;
    line-height: 60px;
    transition: all .2s ease-in-out;
    transition-delay: 2s;
}

.fab.red {
    background: #F44336;
}

.fab.pink {
    background: #E91E63;
}

.fab.purple {
    background: #9C27B0;
}

.fab.deep-purple {
    background: #673AB7;
}

.fab.indigo {
    background: #3F51B5;
}

.fab.blue {
    background: #2196F3;
}

.fab.light-blue {
    background: #03A9F4;
}

.fab.cyan {
    background: #00BCD4;
}

.fab.teal {
    background: #009688;
}

.fab.green {
    background: #4CAF50;
}

.fab.light-green {
    background: #8BC34A;
}

.fab.lime {
    background: #CDDC39;
}

.fab.yellow {
    background: #FFEB3B;
}

.fab.amber {
    background: #FFC107;
}

.fab.orange {
    background: #FF9800;
}

.fab.deep-orange {
    background: #FF5722;
}

.fab.brown {
    background: #795548;
}

.fab.grey {
    background: #9E9E9E;
}

.fab.blue-grey {
    background: #607D8B;
}

.fab:active,
.fab:focus,
.fab:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}

.fab:not(:last-child) {
    width: 36px;
    height: 36px;
    margin: 20px auto 0;
    opacity: 0;
    display: flex;
    flex-direction: column;
}

.fab:not(:last-child)>i {
    font-size: 18px;
    line-height: 40px;
    transition: all .3s ease-in-out;
}

.fabs:hover .fab:not(:last-child) {
    opacity: 1;
    width: 40px;
    height: 40px;
    margin: 15px auto 0;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
}

.fab:nth-last-child(1) {
    -webkit-transition-delay: 25ms;
    transition-delay: 25ms;
}

.fab:not(:last-child):nth-last-child(2) {
    -webkit-transition-delay: 20ms;
    transition-delay: 20ms;
}

.fab:not(:last-child):nth-last-child(3) {
    -webkit-transition-delay: 40ms;
    transition-delay: 40ms;
}

.fab:not(:last-child):nth-last-child(4) {
    -webkit-transition-delay: 60ms;
    transition-delay: 60ms;
}

.fab:not(:last-child):nth-last-child(5) {
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms;
}

[tooltip]:before {
    font-family: 'Roboto';
    font-weight: 600;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #585858;
    color: #fff;
    content: attr(tooltip);
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    padding: 5px 7px;
    margin-right: 10px;
    position: absolute;
    right: 100%;
    bottom: 5%;
    white-space: nowrap;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
}


/* .swiper-slide.partner-card-slide {
    width: 200px !important;
} */

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #53275f;
    padding: 2px 12px;
    border-radius: 11px;
}

.swiper.mySwiper.our-partner-main-wraper.swiper-initialized.swiper-horizontal {
    padding-bottom: 27px;
}






/* button css */
.botIcon {
    bottom: 15px;/* bottom: 36px;*/
    right: 84px;/* right: 16px;*/
    position: fixed;
    z-index: 9999;
}

.iconInner img {
    width: 100%;
    box-shadow: 0px 0px 12px 3px lightgray;
    border-radius: 50%;
    border: 2px solid;
}

.iconInner {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;

    background-position: 50%;
    background-size: 300%;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.7em;
    height: 2em;
    justify-content: center;
    width: 2em;
}

.botSubject,
.messages,
.showBotSubject .botIconContainer,
.showMessenger .botIconContainer {
    display: none;
}

/* .showBotSubject .botSubject {display: block;}
.showMessenger .messages {display: block;}
.botSubject {position: relative;width: 300px;}
.botIcon .messages {background: none;border: none;border-radius: 0;bottom: 0;box-shadow: 0px 0px 30px -5px #000;min-height: 250px;max-height: 50vh;margin: 0;padding: 0;position: relative;right: 0;width: 300px;}
.screen {background-color: #fff;position: absolute;height: 100%;overflow: hidden;width: 100%;}
.botIcon .messages .body {box-sizing: border-box;height: calc(100% - 40px);overflow-y: auto;padding: 0px 12px 6px;}
.botIcon .messages .body .msg {-webkit-animation: msg 1s;-moz-animation: msg 1s;-ms-animation: msg 1s;-o-animation: msg 1s;animation: msg 1s;background-color: #1666af;border-radius: 0px 10px 10px 10px;box-sizing: border-box;clear: both;color: #fff;margin-top: 10px;opacity: 1;display: block;overflow: hidden;padding: 10px 10px;width: 100%;float: left;width: auto;}
.messages .body .msg.user {background-color: #fff;box-shadow: 0 0 4px rgba(0, 0, 0 , .5);border-radius: 10px 0px 10px 10px;color: #000;float: right;width: auto;}
.botIcon .messages .footer, .botSubject > form {box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);bottom: 0;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;padding: 0;position: absolute;width: 100%;z-index: 100;}
.botSubject > form {background-color: #fff;padding: 20px 15px;position: static;}
.botIcon .messages .footer input, .botSubject input {border-width: 0px;box-sizing: border-box;font-size: 1em;margin: 0;padding-left: 10px;}
.botIcon .messages .footer input[type="text"], .botSubject input[type="text"] {border: 1px solid;width: calc(100% - 70px);}
.botIcon .messages .footer input[type="submit"], .messages .footer input[type="button"], .messages .footer button, .botSubject input[type="submit"], .botSubject input[type="button"], .botSubject button {width: 60px;}
.botIcon .messages .footer input, .messages .footer button, .botSubject input, .botSubject button {height: 40px;}
.botIcon .messages .footer button, .botSubject button {background-color: #123123;border: 0px solid black;color: white;width: 70px;margin: 0px;outline: none;}
.botIcon .messages .footer button:hover, .botSubject button:hover {opacity: 0.7;}
.botIcon .btn.btn-default.buyc_btn {border-radius: 0 !important;color: #fff;margin: 0;padding: 0;}
.botIcon .btn.btn-default.buyc_btn:hover {padding: 0;}
.closeBtn {background: #a64bf4;background: -webkit-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);background: -o-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);background: -moz-linear-gradient(right,#00dbde, #fc00ff, #00dbde,#fc00ff);background: linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);background-position: 50%;background-size: 300%;border-radius: 50%;height: 30px;position: absolute;right: 0;top: 0;-webkit-transform: translate(50%, -50%);-ms-transform: translate(50%, -50%);transform: translate(50%, -50%);width: 30px;z-index: 999;}
.closeBtn::before, .closeBtn::after {background-color: #fff;content: "";display: block;height: 2px;left: 50%;position: absolute;top: 50%;-webkit-transform: translate(-50%, -50%) rotate(45deg);-ms-transform: translate(-50%, -50%) rotate(45deg);transform: translate(-50%, -50%) rotate(45deg);width: 20px;}
.closeBtn::after {-webkit-transform: translate(-50%, -50%) rotate(-45deg);-ms-transform: translate(-50%, -50%) rotate(-45deg);transform: translate(-50%, -50%) rotate(-45deg);}

@-webkit-keyframes msg {
	0% {opacity: 0;-webkit-transform: translateY(20px);}
	100% {opacity: 1;-webkit-transform: translateY(0px);}
}
@-o-keyframes msg {
	0% {opacity: 0;-o-transform: translateY(20px);}
	100% {opacity: 1;-o-transform: translateY(0px);}
}
@-moz-keyframes msg {
	0% {opacity: 0;-moz-transform: translateY(20px);}
	100% {opacity: 1;-moz-transform: translateY(0px);}
}
@-ms-keyframes msg {
	0% {opacity: 0;-ms-transform: translateY(20px);}
	100% {opacity: 1;-ms-transform: translateY(0px);}
}
@keyframes msg {
	0% {opacity: 0;transform: translateY(20px);}
	100% {opacity: 1;transform: translateY(0px);}
}

@media only screen and (max-width: 412px) {
	.botSubject, .botIcon .messages {width: 280px;}
} */

.botIcon .Messages,
.botIcon .Messages_list {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.chat_close_icon {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    right: 12px;
    z-index: 9;
}

.chat_on {
    background-color: #8a57cf;
    bottom: 20px;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 45px;
    padding: 9px;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 45px;
    z-index: 10;
}

.chat_on_icon {
    color: #fff;
    font-size: 25px;
    text-align: center;
}

.botIcon .Layout {
    -webkit-animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
    -ms-animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
    animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
    -webkit-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background-color: rgb(63, 81, 181);
    bottom: 20px;
    border-radius: 10px;
    box-shadow: 5px 0 20px 5px rgba(0, 0, 0, 0.1);
    box-sizing: content-box !important;
    color: rgb(255, 255, 255);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-height: 30px;
    max-width: 300px;
    min-width: 50px;
    opacity: 0;
    pointer-events: auto;
    position: fixed;
    -webkit-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
        bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
        min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
        background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
        color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
    -ms-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
        bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
        min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
        background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
        color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
    transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
        bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
        min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
        background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
        color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
    z-index: 999999999;
}

.botIcon .Layout-open {
    border-radius: 10px;
    color: #fff;
    height: 500px;
    max-height: 500px;
    max-width: 300px;
    overflow: hidden;
    -webkit-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
        bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
        background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
        color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
    -ms-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
        bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
        background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
        color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
    transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
        bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
        background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
        color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
    width: 100%;
}

.botIcon .Layout-expand {
    display: none;
    height: 400px;
    max-height: 100vh;
    min-height: 300px;
    right: 68px;
    top: 106px;
}

.showBotSubject.botIcon .Layout-expand {
    display: block;
}

.botIcon .Layout-mobile {
    bottom: 10px;
}

.botIcon .Layout-mobile.Layout-open {
    min-width: calc(100% - 20px);
    width: calc(100% - 20px);
}

.botIcon .Layout-mobile.Layout-expand {
    border-radius: 0 !important;
    bottom: 0;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
}

.botIcon .Messenger_messenger {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.botIcon .Messenger_header,
.botIcon .Messenger_messenger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.botIcon .Messenger_header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgb(238 112 24);
    color: rgb(255, 255, 255);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 40px;
    padding-left: 13px;
    padding-right: 40px;
}

.botIcon .Messenger_header h4 {
    -webkit-animation: slidein 0.15s 0.3s;
    -ms-animation: slidein 0.15s 0.3s;
    animation: slidein 0.15s 0.3s;
    -webkit-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    font-size: 16px;
    opacity: 0;
}

.botIcon .Messenger_prompt {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.botIcon .Messenger_content {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 80px;
}

.botIcon .Messages {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

.botIcon .Input {
    background-color: #fff;
    border-top: 1px solid #e6ebea;
    color: #96aab4;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-bottom: 15px;
    padding-top: 17px;
    position: relative;
    width: 100%;
}

.botIcon .Input-blank .Input_field {
    max-height: 20px;
}

.botIcon .Input_field {
    background-color: transparent;
    border: none;
    outline: none;
    padding-left: 20px;
    padding-right: 45px;
    resize: none;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    min-height: 20px !important;
}

.botIcon .Input_button-emoji {
    right: 45px;
}

.botIcon .Input_button {
    background-color: transparent;
    border: none;
    bottom: 15px;
    cursor: pointer;
    height: 25px;
    outline: none;
    padding: 0;
    position: absolute;
    width: 25px;
}

.botIcon .Input_button-send {
    right: 15px;
}

.botIcon .Input-emoji .Input_button-emoji .Icon,
.botIcon .Input_button:hover .Icon {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.botIcon .Input-emoji .Input_button-emoji .Icon path,
.botIcon .Input_button:hover .Icon path {
    fill: #2c2c46;
}

.Icon svg {
    height: auto;
    width: 100%;
}

.msg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.msg.user {
    -webkit-box-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.msg+.msg {
    margin-top: 15px;
}

span.responsText {
    color: #000;
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    max-width: calc(100% - 50px);
}

.msg.user span.responsText {
    margin-left: 0;
    margin-right: 10px;
}

span.avtr {
    display: inline-block;
    width: 30px;
}

span.avtr figure {
    background-color: #ccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    display: block;
    margin: 0;
    padding-bottom: 100%;
}

.sare-btn i {
    color: white;
    font-size: 25px;
}

@-webkit-keyframes appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes appear {
    0% {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes slidein {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes slidein {
    0% {
        opacity: 0;
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slidein {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@media only screen and (max-width: 412px) {
    .botIcon .Layout-open {
        width: 250px;
    }
}

.chat_close_icon {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    right: 12px;
    top: 10px;
    /* Ensure it's positioned correctly */
    z-index: 9;
}

.blog-main-banner img {
    width: 100%;
}





.video-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.video-modal-content {
    position: relative;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    max-width: 80%;
    max-height: 80%;
}

video {
    width: 100%;
    height: auto;
}

.close-btn {
    position: absolute;
    top: 5px;
    right: 9px;
    font-size: 17px;
    color: #fff;
    cursor: pointer;
    z-index: 9;
    background: rgb(230, 99, 44);
    padding: 3px 9px;
    padding-top: 0px;
    border-radius: 10px;
}




/*--------------- contact us section-------------- */

.contact-banner-cover img {
    width: 100%;
    height: 400px;
    background-size: cover;
}

.contact-detail-box h5 {
    font-weight: 700;
    color: #212529;
    font-size: 18px;
}

.contact-detail-box {
    margin-bottom: 24px;
}

.contact-detail-box p {
    color: #424242;
    font-weight: 400;
    font-size: 16px;
}

.contact-detail-box p a {
    color: #424242;
    font-weight: 400;
    font-size: 16px;
}

.form-group.form-cov {
    margin-bottom: 20px !important;
}

.form-group.form-cov label {
    padding-left: 8px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 4px !important;
}

.form-group.form-cov input {
    /* border-radius: 8px; */
    /* padding: 22px 13px !important; */
    /* font-size: 13px !important; */
    /* box-shadow: 0px 4px 6px -2px lightgray; */
    /* border: 1px solid #e7e7e7; */
    height: 46px;
}

button.form-button {
    padding: 8px 34px;
    border: none;
    background: #f0731b;
    color: white;
    font-weight: 600;
    border-radius: 10px;
    font-size: 15px;
    border: 2px solid;
}

.contact-form-btn-cov {
    display: flex;
    justify-content: center;
    margin: 4px auto;
}

.form-group.form-cov textarea {
    padding: 12px 14px;
}

.contact-us-details-title h4 {
    background: #53275f;
    color: #f7f3f8;
    padding: 8px 25px;
    width: max-content;
    border-radius: 0px 10px 10px 0px;
    font-size: 16px;
}

.contact-details-wraper-cov {
    box-shadow: 0px 6px 16px rgb(0 0 0 / 10%);
    border-radius: 16px;
    border: none;
    padding-top: 27px;
    margin-top: -230px;
    background: white;
    font-family: "Lato", sans-serif;
}

.contact-us-details-cov {
    /* border-right: 2px dotted darkblue; */
    padding-left: 31px;
    padding-top: 19px;
    margin-right: 10px;
}

h3.contact-form-heading {
    font-size: 23px;
    color: #212529;
    font-weight: 700;
}

.contact-details-main-wraper {
    height: 100%;
    width: 100%;
    margin: 38px 0px 64px;
}

.contact-form-wrap-cover {
    padding-right: 31px;
    border-left: 2px dotted darkblue;
    padding-left: 37px;
}

/* renew section
 */

.renew-min-wraper-cov {
    background-image: url(../images/frontend-images/renew-bg.png);
    height: 676px;
    width: 100%;
    background-size: cover;
    display: flex;
}

.renew-form-wraper {
    display: flex;
    justify-content: center;
    align-items: center;

    flex-direction: column;
}

.renew-min-wraper-cov .container {
    display: flex;
    justify-content: center;
    align-items: center;

    flex-direction: column;
}

.form-group.lead-form-cov {
    margin-bottom: 17px !important;
    margin-top: 12px;
}

.lead-form-cov label {
    margin-left: 7px;
    color: black;
    font-family: "Lato", sans-serif;
    font-size: 15px;
}

/* .lead-form-cov select {
    box-shadow: 0px 6px 5px -5px #ffbb8c;
    padding: 6px 13px;
    height: 46px;
    width: 101%;
    border-radius: 11px;
    border: 1px solid #d8d8d8;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #5c5b5b;
} */

.lead-form-cov .form-control {
    /* box-shadow: 0px 6px 5px -5px #ffbb8c; */
    /* padding: 6px 13px; */
    height: 46px;
    width: 100%;
    /* border-radius: 11px; */
    /* border: 1px solid #d8d8d8; */
    /* font-weight: 300; */
    /* font-family: "Montserrat", sans-serif; */
    /* font-size: 14px; */
}

.lead-form-btn {
    color: #fff;
    border-color: #007bff;
    background: linear-gradient(180deg, #f57822 0, #de5d03 100%) !important;
    border: none;
    font-size: 14px;
    padding: 11px 75px;
    font-weight: 700;
    /* margin-left: 13px; */
    margin-top: 6px;
}

.renew-form-wraper {
    background: white;
    border-radius: 10px;
    box-shadow: 0px 5px 10px -4px #e0d6d6;
    width: 91%;
    padding: 10px 24px 26px;
    border: 1px solid #f87d26;
    margin: 72px auto 0;
}

.renew-form-header {
    text-align: center;
}

.renew-form-header h2 {
    margin-bottom: 4px;
    font-weight: 700;
    padding-top: 19px;
    font-size: 26px;
    font-family: "Lato", sans-serif;
}

.renew-form-header h6 {
    font-weight: 600;
    padding-top: 8px;
    font-size: 18px;
    font-family: "Lato", sans-serif;
}

.renew-form-header h2 span,.renew-form-header h2 strong {
    color: #f77b25;
}



.faq-header-wraper, .sub-banner {
    padding-top: 86px;
    padding-left: 16px;
    padding-right: 16px;
    background-image: url(../images/frontend-images/faq-bg.png);
    height: 350px;
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.card.qsn-card-cover button.btn.btn-link {
    color: black;
    font-size: 19px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.card-header .fa {
    margin-right: 10px;
    transition: transform 0.2s ease-in-out;

}

.card-head>svg {
    /* font-size: 16px; */
    /* font-weight: 500; */
    margin-top: 3px;
}

.card-header .fa {
    margin-right: 10px;
    transition: transform 0.2s ease-in-out;
    color: #ea9244 !important;
}

.card.qsn-card-cover {
    margin-bottom: 17px;
    border-radius: 10px;
    box-shadow: 0px 5px 6px -3px #ffd4b7;
    font-family: "Lato", sans-serif;
}

.card-header .fa {
    margin-right: 10px;
    transition: transform 0.2s ease-in-out;
    color: #ea9244;
    font-size: 24px;
}

.qsn-card-cover .card-header {
    border-bottom: none;
}

.faq-header-wraper h1, .sub-banner h1 {
    color: white;
    /* padding-top: 5%; */
    font-family: "Lato", sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    text-shadow: 5px 1px 6px rgb(28 16 16 / 32%);
}

.faq-banner img {
    width: 100%;
}

.faq-right-set {
    width: 94%;
    font-family: "Lato", sans-serif;
}

.faq-banner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    height: 100%;
}

.faq-wraper-cov {
    height: 100%;
    width: 100%;
    /* margin: 75px 0px; */
    /* margin-bottom: 20px; */
}


.about-us-main-banner {
    background-image: url(../images/frontend-images/about-us-banner.png);
    height: 286px;
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-us-image img {
    width: 100%;
    object-fit: contain;
    margin-bottom: -12px;
}

.about-us-content-banner {
    height: 100%;
    width: 100%;
    margin: 64px 0px 40px;
}

.about-us-content-list h4 {
    font-size: 32px;
    text-transform: capitalize;
    /* text-shadow: 1px 1px 4px #b6b6b6; */
    font-family: "Lato", sans-serif;
    color: #1c1b17;
    font-weight: 700;
}

ul.about-content-list-cov {
    padding-left: 20px;
    margin-top: 21px;
    list-style: circle;
}

ul.about-content-list-cov li {
    margin-bottom: 15px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
}

h3.core-service-title {
    color: #1c1b17;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 32px;
    /* text-shadow: 1px 1px 4px #b6b6b6; */
}

.core-service-wraper {
    height: 100%;
    width: 100%;
    /* margin: 50px 0px; */
    /* padding: 64px 0px; */
}

.core-service-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    padding: 24px 16px;
    background: #ffffff;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 5%);
    box-shadow: 0px 0px 10px -2px #f4782178;
}

.core-service-box h6 {
    color: #424242;
    font-size: 15px;
    font-weight: 600;
    padding-top: 16px;
    text-align: center;
    margin-bottom: 0;
}

.core-service-icon img {
    width: 54px;
}

.core-service-cov {
    /* box-shadow: 0px 0px 10px -2px #f4782178; */
    /* padding: 20px; */
    /* margin-bottom: 20px; */
    /* border-radius: 20px; */
    margin-top: 32px;
}

/* .core-service-cov {
    box-shadow: 0px 0px 10px -2px #f4782178; 
    padding: 20px; 
    margin-bottom: 20px; 
    border-radius: 20px;
} */

.service-icon1 img {
    width: 42px;
}

.Core-Service-box-repo {
    gap: 18px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(218px, 1fr));
}

h3.core-service-title span {
    color: #1c1b17;
}

.about-us-image {
    display: flex;
    justify-content: center;
    height: 100%;
}

.usp-wraper-banner2 img {
    width: 100%;
}

.usp-wraper-banner1 img {
    width: 100%;
}

.usp-section-wraper {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.usp-section-wraper {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    padding: 20px 0px;
    padding-top: 43px;
}

.usp-wraper-banner1 {
    margin-top: -57px;
}

.usp-wraper-banner2 {
    margin-top: 43px;
}

.usp-wraper {
    height: 100%;
    width: 100%;
    padding: 12px 0px;
}

.benfit-card-box {
    box-shadow: 0px 0px 18px -1px rgb(0 0 0 / 10%);
    padding: 28px 20px 12px;
    height: 100%;
    border-radius: 8px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    /* border: 1px solid #e7dfe9; */
    box-shadow: 0px 0px 8px -1px #f97e28;
}



.claim-main-title {
    text-align: center;
    padding-bottom: 42px;
    /* text-shadow: 1px 1px 4px #b6b6b6; */
    font-family: "Lato", sans-serif;
    font-size: 29px;
    font-weight: 600;
}

.claim-main-title span,.claim-main-title strong {
    color: #fa7f29;
    /* font-weight: 500; */
}


.claim-form-img {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.claim-form-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 601px;
    margin: auto;
}

.claim-form-left-icon-box {
    height: auto;
    padding: 18px 10px;
    background: white;
    width: 30%;
    text-align: center;
    position: absolute;
    border-radius: 19px 37px 0px 36px;
    left: 28px;
    top: -12px;
    box-shadow: 0px 0px 9px -4px #f57a23;
}

.claim-form-left-icon-box p {
    font-size: 14px;
    font-weight: 400;
    padding-top: 9px;
    margin-bottom: 0;
    /* font-family: "Montserrat", sans-serif; */
}

.claim-form-left-icon img {
    height: auto;
    width: 36%;
}

.claim-form-right-icon-box {
    height: auto;
    padding: 18px 10px;
    background: white;
    width: 30%;
    text-align: center;
    border-radius: 19px 20px 19px 0px;
    position: absolute;
    right: 29px;
    top: -28px;
    box-shadow: 0px 0px 9px -4px #f57a23;
}

.claim-form-right-icon-box p {
    font-size: 14px;
    font-weight: 400;
    padding-top: 12px;
    margin-bottom: 0;
    /* font-family: "Montserrat", sans-serif; */
}

.claim-form-right-icon img {
    height: auto;
    width: 36%;
}

.claim-form-bottom-icon-box {
    height: auto;
    padding: 18px 10px;
    background: white;
    width: 30%;
    text-align: center;
    border-radius: 0px 32px 19px 24px;
    position: absolute;
    right: 36px;
    bottom: 97px;
    box-shadow: 0px 0px 9px -4px #f57a23;
}

.claim-form-bottom-icon img {
    height: auto;
    width: 36%;
}

.claim-form-bottom-icon-box p {
    font-size: 14px;
    font-weight: 400;
    padding-top: 12px;
    margin-bottom: 0;
    /* font-family: "Montserrat", sans-serif; */
}

.claim-form-img img {
    width: 100%;
}


.claim-form-wraper {
    background: #f1f5f9;
    padding: 32px;
    border-radius: 10px;
    height: 100%;
    display: flex;
    align-items: center;
}

.claim-form-wraper h3 {
    color: #53275f;
    font-size: 29px;
    margin-bottom: 28px;
    text-transform: capitalize;
    font-family: "Lato", sans-serif;
    text-align: center;
    font-weight: 700;
    /* text-shadow: 1px 1px 4px #b6b6b6; */
}

.form-group.claim-form-cov label {
    padding-left: 8px;
    font-size: 14px;
    font-weight: 500;
}

.insur-header label {
    color: #ff954b;
    font-size: 14px !important;
}

.form-group.claim-form-cov select {
    /* border-radius: 10px; */
    padding: 0px 14px;
    /* border: none; */
    /* box-shadow: 0px 4px 5px -2px lightgray; */
    /* font-size: 14px; */
    height: 48px;
    width: 100%;
}

.form-group.claim-form-cov input {
    /* border-radius: 10px; */
    /* padding: 21px 13px !important; */
    /* border: none; */
    /* box-shadow: 0px 4px 5px -2px lightgray; */
    /* font-size: 14px; */
    height: 48px;
    width: 100%;
}

.form-group.claim-form-cov label {
    padding-left: 8px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 4px !important;
}

.claim-form-btn button {
    border: none;
    padding: 9px 29px;
    border-radius: 7px;
    width: 138px;
    font-weight: 600;
    background: #fa7f29;
    color: white;
    font-family: "Montserrat", sans-serif;
}

.claim-form-btn {
    display: flex;
    justify-content: center;
    margin: 12px auto;
    margin-top: 26px;
}

.claim-form-main-wraper {
    height: 100%;
    width: 100%;
    /* margin: 48px 0px; */
}

.form-group.claim-form-cov {
    margin: 2px 0px;
}

.claim-main-banner {
    background-image: url(../images/frontend-images/claim-banner.png);
    height: 330px;
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.claim-main-banner h1 {
    color: white;
    font-family: "Montserrat", sans-serif;
}

.blog-swiper{filter: drop-shadow(0px 7px 16px rgb(0 0 0 / 12%));}

.blog-cov1 h5 {
    color: #212529;
    font-size: 19px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.35;
}

.blog-cov1 img {
    border-radius: 4px;
    object-fit: cover;
    flex: 0 0 auto;
    width: 50%;
}

.blog-cov1 p {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #424242;
}

.blog-main-wraper {
    position: relative;
}

.blog-main-banner img {
    width: 34%;
    position: absolute;
    top: 128px;
    left: 0px;
}

/* home style */

@media only screen and (min-width: 320px) and (max-width: 479px) {

    a.navbar-brand.navbar-repo.header-logo {
        width: 43%;
    }

    .hero-main-title {
        font-size: 26px;
        margin: 21px 0px;
    }

    .navbar-nav-repo {
        background: white !important;
        padding: 4px 0px;
        border-radius: 10px;
    }

    .header-contact-wraper.header-contact-wraper-repo {
        /* padding: 6px 0px; */
        position: fixed;
        z-index: 999999;
        overflow: hidden !IMPORTANT;
        width: 100%;
        background: white;
        top: 0px;
    }

    .product-box-icon img {
        width: 44px;
    }

    .product-name {
        /* position: absolute; */
        /* bottom: 6px; */
        /* left: 20px; */
        /* background: transparent linear-gradient(180deg, #FF8530 0%, #E16106 100%) 0% 0% no-repeat padding-box; */
        padding: 3px 0px;
        border-radius: 10px;
        /* width: 75px; */
    }

    .product-box-cov {
        /* background: white; */
        /* padding: 20px; */
        /* display: flex; */
        /* justify-content: center; */
        /* flex-direction: column; */
        /* text-align: center; */
        /* border-radius: 10px; */
        height: 102px;
        /* position: relative; */
        /* border-radius: 10px; */
        /* align-items: center; */
        /* margin-bottom: 23px; */
    }

    .product-name h5 {
        padding-bottom: 0px;
        margin-bottom: 0px;
        font-size: 12px;
        color: white;
    }

    .hero-query-wraper {
        background: #ffffff;
        padding: 19px;
        padding-bottom: 33px;
        margin: 18px auto;
        border-radius: 10px;
        margin-top: 28px;
        backdrop-filter: blur(80px);
        width: 100%;
    }

    .hero-query-from-set {
        /* display: flex; */
        justify-content: space-around;
        /* flex-wrap: wrap; */
        /* flex: 2; */
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        justify-content: center;
        align-items: center;
        /* text-align: center; */
    }

    .botIcon .Layout-expand {
        display: none;
        height: 304px;
        max-height: 100vh;
        min-height: 300px;
        right: 34px;
        top: 106px;
    }

    button.msg-submit {
        padding: 6px 31px;
        text-transform: capitalize;
        font-weight: 500;
        font-size: 13px;
        background: transparent linear-gradient(0deg, #DC5B00 0%, #FF8530 100%) 0% 0% no-repeat padding-box;
        border: none;
        color: white;
        text-transform: uppercase;
        /* margin-top: 15px; */
    }

    h4.hero-query-min-title {
        text-align: center;
        margin: 17px 0px;
        margin-bottom: 24px;
        font-size: 15px;
        margin-top: 7px;
        color: #000000;
    }

    .name-input-frm input {
        width: 100%;
        font-size: 13px;
        box-shadow: 0px 2px 6px -1px lightgray;
        /* border-radius: 8px; */
        /* font-weight: 500; */
        /* color: black; */
        /* border: none; */
        /* text-align: center; */
        /* margin-bottom: 10px; */
        padding: 3px 10px;
    }

    .eamil-input-frm input {
        width: 100%;
        font-size: 13px;
        box-shadow: 0px 2px 6px -1px lightgray;
        /* border-radius: 8px; */
        /* font-weight: 500; */
        /* color: black; */
        /* border: none; */
        /* text-align: center; */
        /* margin-bottom: 10px; */
        padding: 3px 10px;
    }

    .no-input-frm input {
        /* width: 100%; */
        font-size: 13px;
        box-shadow: 0px 2px 6px -1px lightgray;
        /* border-radius: 8px; */
        /* font-weight: 500; */
        /* color: black; */
        /* border: none; */
        /* text-align: center; */
        /* margin-bottom: 10px; */
        padding: 3px 10px;
    }

    .sub-input-frm input {
        width: 100%;
        font-size: 13px;
        box-shadow: 0px 2px 6px -1px lightgray;
        /* border-radius: 8px; */
        /* font-weight: 500; */
        /* color: black; */
        /* border: none; */
        /* text-align: center; */
        /* margin-bottom: 10px; */
        padding: 3px 10px;
    }

    button.msg-submit {
        padding: 9px 26px;
        text-transform: capitalize;
        font-weight: 600;
        font-size: 11px;
        background: transparent linear-gradient(0deg, #DC5B00 0%, #FF8530 100%) 0% 0% no-repeat padding-box;
        border: none;
        color: white;
        text-transform: uppercase;
        /* margin-top: 15px; */
    }

    .stats-box-cov {
        box-shadow: 0px 0px 10px 0px #e9e9e9;
        padding: 20px;
        border-radius: 25px;
        padding-top: 25px;
        padding-bottom: 33px;
        height: inherit;
        background: white;
        width: 94%;
        /* margin-bottom: 20px; */
    }

    .statics-main-cover h1 {
        text-align: center;
        font-size: 26px;
        font-weight: 700;
        color: black;
        margin-bottom: 24px;
        /* font-family: "Montserrat", sans-serif; */
    }

    .static-icon-cov {
        height: 40px;
        display: flex;
        justify-content: center;
        width: 50%;
        align-items: center;
        margin: 0 auto;
    }

    .count-cov-no {
        display: inline-flex;
        margin: 14px 0px;
        color: #EF7119;
        font-size: 21px;
        margin-bottom: 5px;
    }

    .count-cov h5 {
        font-size: 13px;
        color: black;
        padding-left: 0px;
        font-weight: 700;
        margin-bottom: 2px;
    }

    .count-cov-no1 {
        display: inline-flex;
        margin: 14px 0px;
        color: #35005F;
        font-size: 21px;
        margin-bottom: 5px;
    }

    .statics-main-wrapper {
        /* background: linear-gradient(359.07deg, #FFFFFF 0.8%, #a4f6f36b 99.2%); */
        color: black;
        padding: 42px 0px;
        height: 100%;
        width: 100%;
        position: relative;
        /* padding-bottom: 9px; */
    }

    h1.why-main-title {
        text-align: center;
        margin-bottom: 20px;
        font-weight: 700;
        /* font-family: "Montserrat", sans-serif; */
        font-size: 26px;
    }

    .why-choose-content-box {
        display: flex;
        justify-content: space-between;
        box-shadow: 0px 3px 4px 0px lightgray;
        margin-bottom: 27px;
        padding: 18px;
        border-radius: 10px;
        flex-direction: column;
        width: 100%;
        margin-left: 0;
    }

    .blog-main-banner img {
        width: 34%;
        position: absolute;
        top: 144px;
        left: 1px;
        display: none;
    }

    /* h2.testimonial-main-title {
        text-align: center;
        margin-bottom: 44px;
        font-size: 22px;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
    } */

    .choose-content-box1 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .why-choose-content-box-icon img {
        width: 37px;
        height: 50px;
    }

    .why-choose-box-content p {
        font-size: 13px;
    }

    .why-choose-box-content {
        margin-left: 14px;
        margin-top: 10px;
    }

    /* .why-choose-banner img {
        width: 68%;
        display: none;
    } */

    h1.why-main-title {
        text-align: center;
        margin-bottom: 37px;
        font-weight: 700;
        /* font-family: "Montserrat", sans-serif; */
        font-size: 26px;
    }

    .footer-set1 {
        border-right: none;
    }

    .footer-logo img {
        width: 86%;
        margin-bottom: 12px;
    }

    /* li.footer-set2-list {
        margin-bottom: 13px;
        font-size: 14px;
    } */

    .footer-social-link {
        font-size: 21px;
    }

    .footer-para p {
        margin-bottom: 0px;
        font-weight: 600;
        color: white;
        font-size: 13px;
    }
}

/* about style */
@media only screen and (min-width: 320px) and (max-width: 479px) {

    .about-us-main-banner {
        background-image: url(../images/frontend-images/about-us-banner.png);
        height: 234px;
        width: 100%;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .faq-header-wraper h1 {
        color: white;
        font-size: 27px;
    }

    .about-us-content-list h4 {
        font-size: 26px;
        /* text-transform: capitalize; */
        /* font-weight: 600; */
        /* color: #fc812c; */
        /* margin-bottom: 12px; */
    }

    /* ul.about-content-list-cov li {
        margin-bottom: 15px;
        font-size: 16px;
        font-weight: 500;
    } */

    .Core-Service-box-repo {
        /* display: flex; */
        /* justify-content: space-around; */
        /* flex-wrap: wrap; */
        grid-template-columns: repeat(auto-fill, minmax(158px, 1fr));
    }

    /* .core-service-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: inherit;
        margin-bottom: 23px;
    } */

    /* .core-service-box h6 {
        padding-top: 10px;
        text-align: center;
        font-size: 15px;
    } */

    .core-service-icon img {
        width: 47px;
    }

    .usp-wraper-banner1 {
        margin-top: 0px;
    }

    ul.about-content-list-cov {
        /* padding-left: 20px; */
        margin-top: 16px;
        /* list-style: circle; */
    }

    .usp-wraper-banner2 {
        margin-top: 10px;
    }

    h3.core-service-title {
        text-align: center;
        font-weight: 700;
        font-size: 26px;
    }

}

/* claim style */
@media only screen and (min-width: 320px) and (max-width: 479px) {

    .claim-main-banner {
        background-image: url(../images/frontend-images/claim-banner.png);
        height: 200px;
        width: 100%;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 12%;
    }

    .claim-main-banner h1 {
        color: white;
        font-size: 24px;
    }

    .claim-main-title {
        font-weight: 700;
        font-size: 21px;
    }

    .claim-form-left-icon-box {
        /* height: auto; */
        /* padding: 12px; */
        /* background: white; */
        /* width: 28%; */
        /* text-align: center; */
        /* position: absolute; */
        /* border-radius: 19px 37px 0px 36px; */
        left: 21px;
        top: -34px;
        /* box-shadow: 0px 0px 9px -4px #f57a23; */
    }

    .claim-form-left-icon-box p {
        font-size: 9px;
        font-weight: 700;
        padding-top: 9px;
    }

    .claim-form-left-icon img {
        height: auto;
        width: 30%;
    }

    .claim-form-bottom-icon-box {
        /* height: auto; */
        /* padding: 14px; */
        /* background: white; */
        /* width: 30%; */
        /* text-align: center; */
        /* border-radius: 0px 32px 19px 24px; */
        /* position: absolute; */
        right: 37px;
        bottom: 29px;
        /* box-shadow: 0px 0px 9px -4px #f57a23; */
    }

    .claim-form-bottom-icon-box p {
        font-size: 8px;
        font-weight: 700;
        padding-top: 11px;
        font-family: "Montserrat", sans-serif;
        margin-bottom: 0px;
    }

    .claim-form-right-icon-box p {
        font-size: 10px;
        font-weight: 700;
        padding-top: 11px;
        margin-bottom: 0px;
    }

    .claim-form-wraper {
        padding: 25px 21px 12px;
        /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
        /* border-radius: 16px; */
        /* background: #fff; */
        /* padding-bottom: 20px; */
        /* margin-top: 35px; */
    }

    .claim-form-wraper h3 {
        font-weight: 700;
        color: #53275f;
        font-size: 20px;
        margin-bottom: 16px;
        text-align: left;
    }

    .form-group.claim-form-cov input {
        /* border-radius: 10px; */
        /* padding: 21px 13px !important; */
        /* border: none; */
        /* box-shadow: 0px 4px 5px -2px lightgray; */
        /* font-size: 13px; */
        height: 46px;
    }

    .form-group.claim-form-cov select {
        /* border-radius: 10px; */
        /* padding: 0px 14px; */
        /* border: none; */
        /* box-shadow: 0px 4px 5px -2px lightgray; */
        /* font-size: 13px; */
        height: 46px;
    }

    .claim-form-btn button {
        border: none;
        padding: 9px 29px;
        border-radius: 7px;
        width: 124px;
        font-weight: 600;
        background: #fa7f29;
        color: white;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
    }


}

/* faq css */
@media only screen and (min-width: 320px) and (max-width: 479px) {

    .renew-min-wraper-cov {
        background-image: url(../images/frontend-images/renew-bg.png);
        height: 100%;
        width: 100%;
        background-size: cover;
        display: flex;
    }

    .renew-form-wraper {
        background: white;
        border-radius: 10px;
        box-shadow: 0px 5px 10px -4px #e0d6d6;
        width: 100%;
        padding: 10px 19px;
        padding-bottom: 20px;
    }

    .renew-form-wraper {
        background: white;
        border-radius: 10px;
        box-shadow: 0px 5px 10px -4px #e0d6d6;
        width: 100%;
        padding: 10px 19px;
        padding-bottom: 20px;
        margin-top: 72px;
    }

    .renew-form-header h2 {
        margin-bottom: 4px;
        font-weight: 700;
        padding-top: 19px;
        font-size: 23px;
    }

    .lead-form-cov input {
        box-shadow: 0px 2px 5px -1px #f77b25;
        padding: 6px 13px;
        height: 43px;
        width: 100%;
        border-radius: 11px;
        border: none;
        font-weight: 300;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
    }

    .lead-form-cov select {
        box-shadow: 0px 4px 8px -5px #f1741d;
        padding: 6px 13px;
        height: 46px;
        width: 101%;
        border-radius: 11px;
        border: none;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        color: #5c5b5b;
    }

    .lead-form-btn {
        color: #fff;
        border-color: #007bff;
        background: linear-gradient(180deg, #f57822 0, #de5d03 100%) !important;
        border: none;
        font-size: 13px;
        padding: 10px 41px;
        font-weight: 700;
        margin-left: 13px;
        margin-top: 6px;
    }

    .faq-right-set .card-head {
        font-size: 9px;
        font-weight: 500;
    }

    .card-body.qsn-card-cover-body.p-lg-3 p {
        font-size: 13px;
    }

    .card-body.qsn-card-cover-body ul {
        padding-left: 8px;
        font-size: 13px;
    }

    .card-body.qsn-card-cover-body ul li {
        margin-bottom: 10px;
    }

    .card.qsn-card-cover .card-header {
        padding: 3px 8px;
    }

    .faq-right-set {
        width: 100%;
        margin-top: 20px;
    }

    .card-header .fa {
        margin-right: 10px;
        transition: transform 0.2s ease-in-out;
        color: #ea9244;
        font-size: 20px;
    }

    .card.qsn-card-cover button.btn.btn-link {
        color: black;
        font-size: 19px;
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 4px 0px;
    }

    .faq-header-wraper, .sub-banner {
        /* background-image: url(../images/frontend-images/faq-bg.png); */
        height: 248px !important;
        width: 100%;
        /* background-size: cover; */
        /* display: flex; */
        /* justify-content: center; */
        /* align-items: center; */
        /* margin-top: 69px; */
    }

    .faq-header-wraper h1 {
        color: white;
        font-size: 27px;
        /* text-align: center; */
    }

    .contact-form-wrap-cover {
        padding-right: 31px;
        border-left: none;
        padding-left: 37px;
    }

    .contact-form-wrap-cover {
        padding-right: 16px;
        border-left: none;
        padding-left: 27px;
    }

    .contact-banner-cover img {
        width: 100%;
        height: 281px;
        background-size: cover;
    }

    .contact-us-details-title h4 {
        background: #53275f;
        color: white;
        padding: 8px 25px;
        width: max-content;
        border-radius: 0px 10px 10px 0px;
        font-size: 14px;
    }

    .contact-us-details-cov {
        /* border-right: 2px dotted darkblue; */
        padding-left: 24px;
        padding-top: 19px;
        margin-right: 10px;
    }

    /* .bima-budy-btn-cov {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 500;
        color: white;
        background: transparent linear-gradient(0deg, #DC5B00 0%, #FF8530 100%) 0% 0% no-repeat padding-box;
        padding: 8px 16px;
        border: none;
        border-radius: .6rem;
        position: relative;
        cursor: pointer;
        overflow: hidden;
        margin: 0px 0px;
        font-size: 14px;
        font-family: "Lato", sans-serif;
        margin-bottom: 11px;
    } */
}

/* lead style */

.lead-section-wrapper {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding-top: 83px;
    /* margin-bottom: 27px; */
}

.lead-section-cover1 {
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    background: #f1f5f9;
    /* box-shadow: 0px 2px 10px 0px #f4f2f2; */
}

.lead-form-cover1 h1 {
    color: #603c93;
    font-weight: 700;
    margin-bottom: 3px;
    font-size: 30px;
}

.lead-form-cover1 p {
    color: #e99144;
    font-size: 20px;
}

.lead-form-cov1 input {
    /* box-shadow: 0px 6px 5px -5px #bababae8; */
    /* padding: 6px 13px; */
    height: 51px;
    width: 100%;
    /* border-radius: 11px; */
    /* font-family: "Montserrat", sans-serif; */
    /* font-size: 13px; */
}

.form-group.lead-form-cov1 label {
    /* font-family: 'Montserrat' !important; */
    margin-left: 8px !important;
    font-size: 15px !important;
    margin-bottom: 4px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    /* box-shadow: 0px 6px 5px -5px #bababae8 !important; */
    padding: 6px 13px !important;
    /* height: 44px !important; */
    width: 91% !important;
    border-radius: 11px !important;
    font-family: "Lato", sans-serif;
    font-size: 13px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    /* border: 1px solid #aaa; */
    border-radius: 11px !important;
    padding: 5px;
    box-shadow: 0px 6px 5px -5px #bababae8 !important;
}

.lead-form-btn1 {
    color: #fff;
    border-color: #007bff;
    background: linear-gradient(180deg, #603c93 0, #603c93 100%) !important;
    border: none;
    font-size: 14px;
    padding: 11px 33px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
}

.lead-form-cov1 select {
    /* box-shadow: 0px 6px 5px -5px #bababae8; */
    /* padding: 6px 13px; */
    height: 46px;
    /* width: 90%; */
    /* border-radius: 11px; */
    /* border: 1px solid #d8d8d8; */
    /* font-family: "Montserrat", sans-serif; */
    /* font-size: 14px; */
    /* color: #5c5b5b; */
}

.lead-form-btn1 {
    color: #fff;
    border-color: #007bff;
    background: linear-gradient(180deg, #603c93 0, #603c93 100%) !important;
    border: none;
    font-size: 14px;
    padding: 11px 33px;
    font-weight: 600;
}

.lead-form-cov1 select {
    /* box-shadow: 0px 6px 5px -5px #bababae8; */
    padding: 6px 14px;
    height: 51px;
    width: 100%;
    /* border-radius: 11px; */
    /* border: 1px solid #d8d8d8; */
    /* font-family: "Montserrat", sans-serif; */
    /* font-size: 14px; */
    color: #5c5b5b;
}

div#main-app {
    margin-top: 100px;
}

.compare-blade-loader {
    width: 100vw;
    height: 100vh;
    background-color: rgba(250, 243, 243, 0.5);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 999999999999 !important;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);

    border: 1px solid rgba(255, 255, 255, 0.18);
}

.compare-blade-loader video {
    width: 220px;
    display: flex;
    justify-content: center;
    margin: auto;
    border-radius: 20px;
}

.compare-blade-loader .health-tip {
    font-size: 17px;
    color: darkslateblue;
    font-weight: 600;
    background: white;
    padding: 16px 24px;
    width: 88%;
    max-width: 540px;
    text-align: center;
    border-radius: 30px;
    position: absolute;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
}

.lead-form-image-section img {
    border-radius: 10px 0px 0px 10px;
}

.blog-main-wraper {
    height: 100%;
    width: 100%;
    padding: 65px 0px 56px;
    /* background: #53275f; */
}

h1.blog-main-title {
    text-align: center;
    font-size: 34px;
    font-family: "Lato", sans-serif;
    /* text-shadow: 1px 1px 4px #b6b6b6; */
    margin-bottom: 32px;
    font-weight: 700;
    color: #1c1b17;
}

.blog-right-banner img {
    width: 95%;
    border-radius: 10px;
}

.blog-right-content-cov h5 {
    font-weight: 500;
    color: #ed6f17;
}

a.btn.blog-btn, .btn.readbtn {
    background: #53275f;
    color: white;
    border-radius: 20px;
    padding: 5px 15px;
    text-transform: math-auto;
    font-size: 13px;
    width: fit-content;
}

.blog-left-card1-content-cov h5 {
    color: #fc812c;
    font-weight: 500;
    font-size: 18px;
    font-family: "Lato", sans-serif;
}

.blog-left-card1-content-cov p {
    font-size: 15px;
}

.blog-left-card1-content-cov h5 {
    color: #fc812c;
    font-weight: 500;
    font-size: 18px;
    font-family: "Lato", sans-serif;
}

.bima-form-img img {
    width: 70%;
}

.bima-form-img {
    display: flex;
    justify-content: center;
}

.loki-form-btn-repo-tepo {
    display: flex;
    justify-content: center;
}

.bima-budy-content p {
    color: black;
    width: 100%;
    text-align: center;
    margin: 0 auto 1rem;
    font-size: 15px;
    font-weight: 500;
    max-width: 1068px;
    font-family: "Lato", sans-serif;
}

.bima-budy-main-banner {
    background-image: url('../images/our-services-bg.png');
    height: 365px;
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #ff9449; */
    background-position: 50% 47%;
    padding: 82px 12px 0px;
}

.blog-left-card1-content-cov {
    display: flex;
}

.blog-left-card1-content-cov {
    margin-bottom: 29px;
    font-family: "Lato", sans-serif;
}

.blog-left-banner img {
    width: 100%;
}

.blog-left-banner {
    width: 178%;
}

.blog-main-wraper-cov {
    width: 85%;
    margin: 0 auto;
}

.blog-right-content-cov {
    font-family: "Lato", sans-serif;
}

label {
    margin-bottom: 0px !important;
}

.privacy-policy-wraper {
    background: #f0f8ff52;
    padding: 30px 0px;
    margin-top: 107px;
}

.privacy-policy-wraper h1 {
    font-weight: 700;
    font-family: "Lato", sans-serif;
    color: #53275f;
    margin-bottom: 20px;
    /* width: 52%; */
    /* text-align: center; */
    margin: 0 auto;
    margin-bottom: 24px;
    font-size: 34px;
}

.privacy-policy-wraper p {
    font-family: "Lato", sans-serif;
}

.privacy-policy-wraper h2 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 19px;
    margin: 24px 0px 8px;
}

.privacy-policy-wraper ul li {
    font-family: "Lato", sans-serif;
}

.privacy-policy-wraper p strong {
    font-family: "Lato", sans-serif;
}


.testimonial-card {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.video-duration {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 2px;
}

.testimonial-card img {
    /* width: 100%; */
    display: block;
    width: 50px;
}

.play-img-cov {
    height: 240px !important;
}

.accordion-body.qsn-card-cover-body b, .accordion-body.qsn-card-cover-body strong {
    font-weight: 600;
    /* margin-bottom: 9px; */
    /* font-family: "Lato", sans-serif; */
}

/* .accordion-item.qsn-card-cover.aos-init.aos-animate {
    margin-bottom: 14px; 
    box-shadow: 0px 2px 2px -2px #f47821;
    border-radius: 6px; 
} */

.qsn-card-cover.fa .fa-question-circle-o {
    font-size: 22px;
    color: #fc812c;
}

li.footer-set2-list svg {
    color: #e5660d;
    font-weight: 500;
    font-size: 14px;
    margin-right: 2px;
}

textarea.form-control {
    height: auto;
}

.lead-section-main-wrapper {
    margin: 52px 0px;
    margin-top: 102px;
}

.lead-form-image-section1 {
    display: flex;
    justify-content: center;
}

.lead-form-image-section1 img {
    width: 69%;
    max-width: 418px;
    margin: auto;
}

.lead-form-cover11 {
    background: #f1f5f9;
    padding: 45px;
    border-radius: 10px;
}

.lead-form-cover11 h1 {
    font-size: 30px;
    color: #53275f;
    font-weight: 700;
}

.lead-form-cover11 p {
    font-size: 18px;
    margin-bottom: 24px;
    font-weight: 600;
}

.lead-form-cov11 .form-control {
    height: 48px;
    width: 100%;
}

.form-group.lead-form-cov11 label {
    color: black;
    margin-left: 8px !important;
    font-size: 15px !important;
    margin-bottom: 4px !IMPORTANT;
}

.lead-form-cov11 {
    margin-bottom: 4px;
}

.lead-form-btn11 {
    color: #fff;
    border-color: #007bff;
    background: linear-gradient(356deg, #e4650b 0, #fb802b 100%) !important;
    border: none;
    font-size: 14px;
    padding: 11px 33px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
}

/* 21-08-2025 */
.header-navbar.header-repo{width: 100%;}
.header-contact-wraper.header-contact-wraper-repo{padding-bottom: 11px !important; }
.header-navbar .navbar-nav .nav-item .dropdown-menu li>a{color: #212529;font-size: 15px;font-weight: 600;padding: 12px 40px 12px 24px;background: transparent;}
.header-navbar .navbar-nav .nav-item .dropend .dropdown-menu li>a{color: #424242;font-size: 16px;font-weight: 400;padding: 11px 24px;}
.header-navbar .navbar-nav .nav-item .dropdown-menu li+li{border-top: solid 1px #ebeef1;}
.header-navbar .navbar-nav .nav-item .dropdown-toggle::after{content: "\f107";font-family: "Font Awesome 6 Free";font-weight: 600;font-size: 75%;color: currentColor;border: none;vertical-align: inherit;}
.header-navbar .navbar-nav .nav-item .dropend .dropdown-toggle::after{content: "\f105";position: absolute;right: 25px;top: 17px;}
.header-navbar .navbar-nav .nav-item .dropend:hover>.dropdown-item, .header-navbar .navbar-nav .nav-item .dropend .dropdown-item:hover{color: #53275f; }
.header-navbar .navbar-nav .nav-item .dropend:hover>.dropdown-toggle::after{content: "\f107"; }

.footer-main-cover.footernav li.footer-set2-list{margin: 2px 0px;line-height: 25px;}
.footer-main-cover.footernav li.footer-set2-list b{font-size: 95%;}
.footer-main-cover.footernav{/* border-top: 1px dotted #53275f; */margin-top: 36px;background: #fff;padding: 24px 24px 20px;}
.footer-main-cover.footernav .footer-set{padding: 0px 0px;height: 100%;display: flex;flex-direction: column;justify-content: center;}
.footer-main-cover.footernav .row div+div{border-left: #ede2ed 1px solid;}

.swiper.blog-swiper{padding-bottom: 59px;}
.blog-swiper .swiper-slide{height: auto; }
.blog-swiper .blog-cov1{box-shadow: none; }
.blog-cov1{padding: 8px;border: 1px solid #e7dfe9;flex-direction: row;gap: 12px;height: 100%;box-shadow: 0px 5px 21px rgb(0 0 0 / 12%);}
.blog-cov1 p{display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; -webkit-line-clamp: 4; line-clamp: 4; max-height: 96px;}
.blog-banner{height: 300px;background-image: url(../images/frontend-images/blog-banner.jpg);}

.blog-detail .block-heading, .theme-content .block-heading{color: #53275f;font-size: 25px;font-weight: 700;margin-top: 28px;margin-bottom: 12px;}
.blog-detail .block-heading2, .theme-content .block-heading2{color: #212529;font-size: 19px;font-weight: 700;margin-top: 24px;margin-bottom: 9px;}
.thumbnail>img{width: 100%;height: auto;object-fit: cover;aspect-ratio: 5/3;border-radius: 30px;}
.hilight-text {position: relative;padding: 36px 40px;border-radius: 10px;background-color: #f1f5f9;border-left: 4px solid #324e9b;}
.hilight-text p {font-size: 19px;text-transform: capitalize;font-style: italic;line-height: 32px;font-weight: 500;color: var(--title-color);}
.hilight-text .quotes {position: absolute;bottom: 20px;right: 30px;font-size: 36px;color: transparent;-webkit-text-stroke-width: 1px;-webkit-text-stroke-color: #ef7f1a;}

.post-cat {display: flex;flex-wrap: wrap;align-items: center;gap: 8px 24px;margin-bottom: 18px;list-style: none;padding-left: 0;border-bottom: solid 1px #d8e0e8;}
.post-cat li {font-size: 14px;font-weight: 400;color: #757575;}
.post-cat li>i, .post-cat li>svg{margin-right: 5px;color: #324e9b;height: 14px;}

.widget{padding: 40px 30px;background-color: #f1f5f9;margin-bottom: 30px;border-radius: 10px;}
.widget h3{color: #212529;font-size: 23px;font-weight: 700;}
.widget:last-child{margin-bottom: 0; }
.tags ul{gap: 7px;}
.tags li a{font-size: 13px;color: #999999;font-weight: 400;display: block;padding: 5px 12px;background: #ffffff;text-decoration: none;border: solid 1px rgb(202 210 218 / 50%);}

.theme-recent-post-item{display:flex;justify-content:flex-start;align-items:center;gap:20px;margin-bottom: 24px;padding-bottom: 25px;border-bottom: solid 1px #d9e1e9;}
.theme-recent-post-item .thumb{position: relative;overflow: hidden;flex-shrink: 0;border-radius:5px;}
.theme-recent-post-item .thumb img{width: 78px;height: 78px;object-fit:cover;display: block;}
.theme-recent-post-item .time{position:relative;padding-left: 18px;display:block;font-size: 13px;font-weight:400;color:#757575}
.theme-recent-post-item .time:before{content:"\f073";font-family:'Font Awesome 6 Free';position:absolute;top: 0px;left:0;color: #324e9b;font-size: 97%;}
.theme-recent-post-item h6{font-size: 15px;font-weight: 600;line-height: 135%;color: #424242;margin: 4px 0px 0px;}
.theme-recent-post-item h6 a{color: currentColor;text-decoration: none;background-image: -webkit-gradient(linear, left top, right top, from(#444), to(#444));background-image: linear-gradient(90deg, #444, #444);background-position: right bottom;background-size: 0 1px;background-repeat: no-repeat;-webkit-transition: background-size 0.4s cubic-bezier(0.895, 0.03, 0.685, 0.22);transition: background-size 0.4s cubic-bezier(0.895, 0.03, 0.685, 0.22);}
.theme-recent-post-item h6:hover a{background-size: 100% 1px;background-position: left bottom;-webkit-transition: background-size 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);transition: background-size 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);}
.theme-recent-post-item:last-child{margin-bottom: 0;padding-bottom: 0;border-bottom: none;}

.widget-category ul{list-style: none;padding-left: 0;margin-bottom: 0;}
.widget-category li a{color: #424242;display: flex;align-items: center;justify-content: space-between;border-radius: 5px;padding: 12px 14px;margin-bottom: 8px;background-color: #FFFFFF;text-decoration: none;}
.widget-category li a:hover{background-color: #324e9b;color: #ffffff;}
.widget-category li:last-child a{margin-bottom: 0px; }

.blogpage .blog-cov1>img{aspect-ratio: 3/2; }
.blogpage .blog-cov1 p{-webkit-line-clamp: 3;line-clamp: 3;max-height: 72px;}

.blog-content p, .blog-content li {font-weight: 400;font-size: 16px;color: #424242;}
.blog-content p>a, .blog-content li>a { color: #DE751E; }
.blog-content p:last-child{margin-bottom: 0;}
/* .blog-content li{margin-bottom: 8px;} */
.blog-content ol, .blog-content ul{padding-left: 18px; }

.Core-Service-box-repo>div{width: 100%;}



@media all and (min-width: 1200px) {
  .header-navbar.header-repo .container{max-width: 1178px !important;}
}

@media all and (min-width: 992px) {
  .header-navbar a.nav-link.main-header-link{--bs-nav-link-padding-y: 18px;}
  .header-navbar .navbar-nav .dropdown .dropdown-menu{display: none;border-top-width: 12px;border-color: transparent;padding: 5px 0px 4px;min-width: 224px;box-shadow: 0px 24px 24px rgb(0 0 0 / 25%);}
  .header-navbar .navbar-nav .dropdown:hover > .dropdown-menu, .header-navbar .navbar-nav .dropend:hover > .dropdown-menu{display: block; }
  .header-navbar .navbar-nav .dropend:hover > .dropdown-menu{position: absolute;top: -0.2rem;left: 100%;margin-left: 0;border-top: none; box-shadow: 4px 7px 21px rgb(0 0 0 / 16%);}
  .order-lg-6 {
    order: 6 !important;
}
}

.faq-header-wraper .breadcrumb, .sub-banner .breadcrumb{margin-bottom: 0;justify-content: center;text-align: center;--bs-breadcrumb-divider-color: #f6f2f7;}
.faq-header-wraper .breadcrumb li, .sub-banner .breadcrumb li{color: #f6f2f7;}
.faq-header-wraper .breadcrumb li a, .sub-banner .breadcrumb li a{color: #ffffff;text-decoration: none;}

.blog-filters {padding: 24px;border-radius: 15px;margin-bottom: 32px;border: 1px solid #efe7ef;background: rgb(239 232 241 / 57%);} 
.blog-filters h5 {color: #424242;font-weight: 700;font-size: 18px;} 
.blog-filters .filter-buttons {display: flex;flex-wrap: wrap;gap: 10px;margin-top: 14px;align-items: center;} 
.blog-filters .filter-btn {border-radius: 25px;padding: 7px 18px;font-size: 14px;transition: all 0.3s ease;background: rgb(255 255 255 / 80%);border: 1px solid #e5d7e5;color: #53275f;backdrop-filter: blur(10px);} 
.blog-filters .filter-btn:hover {background: #fff; transform: translateY(-2px); border: 1px solid rgb(83 39 95 / 20%); } 
.blog-filters .filter-btn.active {background: #53275f; border-color: #53275f; color: white; } 
.blog-filters .dropdown-menu {border-radius: 15px; border: none; box-shadow: 0 10px 30px rgba(0,0,0,0.2); backdrop-filter: blur(10px); background: rgba(255,255,255,0.95); } 
.blog-filters .dropdown-item { color: #424242; font-size: 16px; font-weight: 400; padding: 11px 24px; } 
.blog-filters .dropdown-menu li+li{ border-top: solid 1px #ebeef1; } 
.blog-tags { margin-bottom: 15px; } 
.blog-tags .badge {padding: 6px 10px;margin-right: 2px;color: #525252;background: #efe7ef;} 
.load-more-btn { padding: 10px 30px 11px; border-radius: 25px; font-weight: 700; margin-top: 12px; } 
/* @media (max-width: 768px) { .blog-filters .filter-buttons { justify-content: center; } .blog-filters .filter-btn { font-size: 12px; padding: 6px 15px; } }  */

.post-navigation {border-block: 1px solid #e7dee9;padding-block: 16px;margin-top: 34px;} 
.post-navigation .fa-grip{color: #53275f;font-size: 20px;} 
.post-navigation button>span>svg{font-size: 12px; } 

.news-banner,.sub-banner{height: 300px;padding-top: 86px;padding-left: 16px;padding-right: 16px;background-image: url(../images/frontend-images/news-banner.jpg);}
.news .card{padding-bottom: 5px;border: 1px solid #e7dfe9;gap: 8px;height: 100%;box-shadow: 0px 5px 21px rgb(0 0 0 / 12%);}
.news .cardpic{flex: 0 0 auto;position: relative;padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);padding-bottom: 0;}
.news .cardpic>img{aspect-ratio: 3/2;border-radius: 4px;object-fit: cover;}
.news .card h5 {color: #212529; font-size: 19px; font-weight: 700; margin-bottom: 12px; line-height: 1.35; } 
.news .card p{-webkit-line-clamp: 3;line-clamp: 3;max-height: 72px; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; font-family: "Lato", sans-serif; font-size: 16px; font-weight: 400; color: #424242; }
.news .nav li a{padding: 2px;font-size: 14px;font-weight: 700;text-transform: uppercase;color: var(--bs-secondary-color);--bs-nav-underline-link-active-color: #53275f;}
.news .nav .dropdown-toggle::after{border: none;content: "\2b";font-weight: 700;font-size: 94%;margin-left: .155em;vertical-align: baseline;font-family: 'Font Awesome 5 Free';}
.news .nav .dropdown-menu {right: 0;padding: 4px;border-radius: 12px;border: none;box-shadow: 0 10px 30px rgba(0,0,0,0.2);backdrop-filter: blur(10px);background: rgba(255,255,255,0.95);} 
.news .nav .dropdown-item {color: #424242;font-size: 16px;font-weight: 400;padding: 9px 24px;text-transform: capitalize;} 
.news .nav .dropdown-menu li+li{ border-top: solid 1px #ebeef1; } 
.newsdate{position: absolute;top: 24px;right: 24px;font-size: 14px;color: #fff;font-weight: 700;text-align: center;padding: 2px 4px;background: #de751d;border-radius: 4px;box-shadow: 0px 8px 24px rgb(0 0 0 / 32%);}
.newsdate>span{color: #53275f;display: block;background: #fff;margin: -2px -4px 1px -4px;border-radius: 4px 4px 0px 0px;}
.newstopic{position: absolute;bottom: 0;font-size: 14px;color: #de751d;font-weight: 700;margin-bottom: -5px;padding: 5px 14px 0px 0px;border-top-right-radius: 8px;background: #ffffff;}
.main-title,.theme-content h2.main-title{margin-bottom: 24px; font-size: 34px; font-weight: 700; color: #1c1b17; font-family: "Lato", sans-serif;margin-top: 0px; }

.theme-content p, .theme-content li {font-weight: 400;font-size: 16px;color: #424242;}
.theme-content p>a, .theme-content li>a { color: #DE751E; }
.theme-content p:last-child{margin-bottom: 0;}
.theme-content li{margin-bottom: 8px; }
.theme-content ol, .theme-content ul{padding-left: 18px; }

/* .insurance{position: relative; z-index: 1; overflow: hidden; } */
.insurance {position: relative;z-index: 1;overflow: clip;}
.insurance .card{height: 100%;background: #fff;border-radius: 8px;border: 1px solid #efe9f1;box-shadow: 0px 8px 24px -1px rgb(0 0 0 / 7%);}
.insurance .card-body.d-flex{gap: 8px 16px;align-items: center;justify-content: space-between;}
.insurance .card-body h5{font-size: 17px;font-weight: 700;color: #212529;margin-bottom: 0;}
.insurance .card-body .readbtn{border-radius: 50%;font-size: 12px;width: 24px;aspect-ratio: 1/1;padding: 4px 4px 4px 5px;margin-bottom: -1px;display: inline-flex;align-items: center;justify-content: center;transform: scale(1.2);}
/* .leftoverlap{width: 43vw;float: right;top: 120px;}  */
.leftoverlap {width: 43vw;float: right;top: 120px;position: sticky;}
/* .rightoverlap{width: 43vw;top: 120px;} */
.rightoverlap{width: 43vw;top: 120px; position: sticky;}
.rightoverlap>img{aspect-ratio: unset; }
.benefit{height: 100%;padding: 28px 24px;background: #fff;border-radius: 8px;box-shadow: 0px 0px 18px -1px rgb(0 0 0 / 10%);border: 1px solid #e7dfe9;}

.bima-budy-btn-cov.enquirebtn{position: fixed;top: 48%;left: 0px;z-index: 5;margin: 0;padding: 20px 12px 18px 9px;border-radius: 0px 8px 8px 0px;}
.enquirebtn .text{font-size: 14px;font-weight: 700;letter-spacing: 1px;text-transform: uppercase;writing-mode: sideways-lr;}
.thememodal.offcanvas{overflow-x: clip; border-radius: 24px; --bs-offcanvas-width: 496px; --bs-offcanvas-bg: #f8f8ff; border: solid 12px transparent; }
.thememodal .form-group.form-cov label{margin-bottom: 4px !important; }


/* 14-10-2025 */
:root{--section-py: clamp(2.25rem, 0.7073rem + 4.2927vw, 5rem);}
.error{color: red; } 
.is_new_user{display: none; } 
.main-wraper{padding-top: var(--section-py); padding-bottom: var(--section-py); }
.trigger-btn{margin: 20px; padding: 10px 20px; background-color: #3498db; color: white; border: none; border-radius: 4px; cursor: pointer; }
#cookie-popup{position: sticky;bottom: 0px;display: none;width: 100%;margin-top: -8px;background-color: rgb(239 232 241 / 96%);color: #212121;padding: 18px 75px 16px;justify-content: space-between;align-items: center;z-index: 999999999;flex-wrap: wrap;gap: 8px 24px;border-top: solid 3px #53275f;border-radius: 12px 12px 0px 0px;} 
#cookie-popup p{font-size: 15px; margin: 0; flex: 1; }
#cookie-popup p a{color: #53275f; }
#cookie-popup .btn{background-color: #27ae60; color: white; border: none; padding: 6px 28px; margin-left: 10px; margin-top: 10px; cursor: pointer; border-radius: 6px; } 
#cookie-popup .btn.no{background-color: #e74c3c; }

.breadcrumb li{position: relative; padding-right: 12px; margin-right: 8px; } 
.breadcrumb li:before{content: "/"; position: absolute; right: -1px; top: 1px; padding: 0; } 
.breadcrumb li+li{padding-left: 0 !important; --bs-breadcrumb-item-padding-x: 0; } 
.breadcrumb li:last-child{padding-right: 0px; margin-right: 0px; }
.breadcrumb li:last-child:before{display: none; } 
.insurance .theme-content ol, .insurance .theme-content ul{margin-bottom: 0;}

.themetabs .nav-pills{margin-bottom: 24px;gap: 12px;}
.themetabs .nav-pills .nav-link{font-size: 15px;font-weight: 700;color: #565656;padding: 8px 28px;background: rgb(251 128 42 / 16%);border: solid 1px rgb(251 128 42 / 25%);}
.themetabs .nav-pills .nav-link.active{color: #fff;background: #fb802a;}

.themeaccordion .accordion-item{margin-bottom: 16px;border-radius: 8px;overflow: hidden;box-shadow: 0px 4px 7px -2px lightgray;border: 1px solid #e7e7e7 !important;}
.themeaccordion .accordion-button{font-size: 16px;font-weight: 700;box-shadow: none;background: #f1f5f9;--bs-accordion-btn-icon-width: 16px;}
.themeaccordion .accordion-button:not(.collapsed){box-shadow: none;background: #f1f5f9;}
.themeaccordion .accordion-body{margin: 0;}
.themeaccordion .card-head{gap: 8px; display: flex; align-items: flex-start; }


@media only screen and (max-width:991px) {
    .header-navbar .navbar-nav .nav-link.main-header-link{font-size: 17px;}
    .header-navbar .navbar-nav .dropdown .dropdown-menu{margin: -7px 0 0;border-color: transparent;padding: 0px 12px 8px;}
    .header-navbar .navbar-nav .nav-item .dropdown-menu li>a{padding: 12px 8px;}
    .header-navbar .navbar-nav .nav-item .dropend .dropdown-menu li>a{padding: 11px 8px;}
    .navbar-nav.navbar-nav-repo{max-height: 76vh; overflow-y: auto; }
    #cookie-popup{flex-direction: column;align-items: flex-start !important; padding: 18px 48px !important;}
    #cookie-popup .btn.yes{margin-left: 0; }
    .why-choose-main-wraper{padding-bottom: 0px !important; }
    /* .why-choose-banner, .why-choose-banner>img{width: 98%;max-width: 456px;position: relative;} */
    .footer-set.footer-set1{max-width: 100%;column-gap: 40px;flex-wrap: wrap;padding-left: 12px;}
    .footer-main-cover .row>div:nth-child(2), .footer-main-cover.footernav .row>div:nth-child(2){border-left:none; }
    .lead-form-cover11,.widget, .lead-form-cover1{padding: 32px; }
    .renew-min-wraper-cov{height: auto; padding: 64px 0px; }
    .lead-form-image-section img{border-radius: 10px 10px 0px 0px; }
    .leftoverlap, .rightoverlap{width: 100%; }
    .thumbnail>img{border-radius: 10px; }
    .post-navigation{margin-top: 32px; margin-bottom: 8px; }
    .main-title{margin-bottom: 12px; }
    .contact-us-details-cov{padding: 16px 24px 8px;}
    .contact-form-wrap-cover{padding: 28px 24px 20px;border: none;border-top: solid 1px #d8e0e8;}
    .themetabs .nav-pills {margin-bottom: 18px;}
}

@media only screen and (max-width:767px) {
    .product-wraper{max-width: 480px; margin: auto; }
    .hero-query-from-set{display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; justify-content: center; align-items: center; }
    .hero-query-from-set input{width: 100%; }
    .hero-query-min-title{font-size: 3.9vw; }
    .hero-query-wraper{padding: 18px; margin-top: 42px; }
    #cookie-popup{padding: 18px 21px !important;}
    .why-choose-main-wraper{padding: 64px 0px;}
    ul.footer-list{padding-top: 0;}
    ul.footer-list p{margin-bottom: 8px;}
    .footer-set h5{font-size: 18px; }
    .footer-main-cover.footernav{padding: 20px 16px 18px; }
    .form-group.lead-form-cov{margin-bottom: 12px !important; }
    .loki-form-btn-repo-tepo{width: 100%; margin-top: 4px; justify-content: flex-start; }
    .claim-form-btn{width: 100%; margin-top: 21px; justify-content: flex-start; }
    .form-group.claim-form-cov{margin: 0px 0px; }
    h3.contact-form-heading {font-size: 21px;margin-bottom: 11px;}
    .usp-section-wraper ul.about-content-list-cov{margin-top: 16px; }
    .aboutus-benefit-wraper h3.core-service-title{text-align: left; }
    .themetabs .nav-pills {margin-bottom: 14px;gap: 8px;}
    .themetabs .nav-pills .nav-link{padding: 8px 24px; }
    .bima-budy-btn-cov.enquirebtn { top: auto;bottom: 0;padding: 12px 18px;border-radius: 0px 18px 0px 0px;}
    .bima-budy-btn-cov.enquirebtn .text {writing-mode: unset;font-size: 14px !important;}  
}

@media only screen and (max-width:575px) {
    .footer-set{padding: 9px 0px 9px 12px;}
    .footer-main-cover .row>div+div, .footer-main-cover.footernav .row div+div{border-left: none; }
    ul.footer-service-list{margin-top: 9px; }
    .footer-main-cover.footernav{margin-top: 14px;}
    .footer-main-cover.footernav h4{font-size: 17px;margin-left: 2px;margin-bottom: 5px;}
    .blog-cov1{gap: 8px;flex-direction: column;--bs-card-spacer-y: 12px;--bs-card-spacer-x: 8px;}
    .blog-cov1 img{width: 100%; }
    .blog-filters{padding: 16px;margin-bottom: 28px;}
    .lead-form-cover11{padding: 18px 18px 20px;}
    .lead-form-cover11 p{margin-bottom: 18px; }
    .renew-min-wraper-cov{padding: 48px 0px; }
    .lead-form-cover11, .widget, .lead-form-cover1{padding: 18px; }
    /* .post-navigation .bima-budy-btn-cov span.text{font-size: 0px !important; } */
    .post-navigation button>span>svg.me-1{margin-right: -4px !important; }
    .post-navigation button>span>svg.ms-1{margin-left: -4px !important; }
    .blog-detail .block-heading, .theme-content .block-heading{font-size: 22px;line-height: 1.32;}
    .contact-us-details-cov{padding: 16px 18px 8px;}
    .contact-form-wrap-cover{padding: 28px 18px 16px;}
    .contact-detail-box h5{font-size: 17px; }
}


@media only screen and (max-width:479px) {
    .partner-main-title, .count-cov-no1, .count-cov-no, h1.blog-main-title, h2.testimonial-main-title, .privacy-policy-wraper h1, .main-title,.lead-form-cover1 h1,.main-title {font-size: 26px;}
    .why-choose-main-wraper,.blog-main-wraper, .renew-min-wraper-covr{padding: 42px 0px;}
    .contact-details-main-wraper{margin: 52px 0px 46px;}
    .bima-budy-main-banner{height: 420px; }
}

 @media (min-width:480px) and (max-width:767px) {
    .count-cov-no1, .count-cov-no{font-size: 28px; }
    .partner-main-title, .statics-main-cover h1, h1.why-main-title, h1.blog-main-title, h2.testimonial-main-title, .privacy-policy-wraper h1, .main-title {font-size: 30px; }
 }

 @media only screen and (max-width: 991px) {
    .why-choose-banner,.why-choose-banner>img{width: 100%; position: relative;}
}

.theme-content h1>a { color: #DE751E; }


 /* ---- Chat FAB ---- */
.df-content-topbar {
    display: flex;
    align-items: center;
    background: #0A5F54;
    color: #fff;
    padding: 10px 14px;
    border-radius: 50px;
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}
.df-brand-img {
    width: 38px;
    height: 38px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 50%;
}
.df-brand-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.df-brand-name {
    font-weight: 600;
    font-size: 15px;
}
.df-brand-sub {
    font-size: 12px;
    opacity: 0.9;
}

.df-window-msg-cont {
    padding: 18px;
    background: #f9fbfd;
}
.df-window-msg-cont-brandname {
    font-weight: 600;
    margin-bottom: 6px;
    color: #2d3748;
}
.df-window-msg {
    margin: 0;
    white-space: pre-wrap;
    color: #4a5568;
    line-height: 1.5;
}

.df-content-bottombar {
    padding: 12px;
    text-align: center;
}
.df-bottombar-btn {
    background:  #4dc247;
    color: #fff;
    padding: 4px 20px;
    border-radius: 30px;
    font-weight: 500;
    cursor: pointer;
    transition: transform 0.2s;
}
.df-bottombar-btn:hover {
    transform: translateY(-2px);
}

.df-content-window {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 320px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  z-index: 9997;
  animation: fadeIn 0.3s ease-out;
}

.news-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    min-height: 3em;
}


.theme-content li, .theme-content p {
    font-weight: 400;
    font-size: 16px;
    color: #424242;
    line-height: 1.8;
}
.theme-content p>a, .theme-content li>a { color: #DE751E; }
 
/* .blog-content li{margin-bottom: 8px;} */
.theme-content ol, .theme-content ul{padding-left: 18px; }

.theme-content h2{    color: #53275f;
    font-size: 25px;
    font-weight: 700;
    margin-top: 28px;
    margin-bottom: 12px;}
.theme-content h4, .theme-content h5,.theme-content h6{color: #53275f;}	
	
.theme-content h3{color: #53275f;
    font-size: 19px;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 9px;}
	 
.theme-content table {
    width: 100%;
    /* border: 1px solid #ccc; */
    margin: 10px 0;
}
 
.theme-content table td,.theme-content table th {
    border: 1px solid #000;
    padding: 10px;
    width: auto;
}
.category-filters .filter-buttons .dropdown-menu li .filter-option {
    background-color: #fff;
}


/* 21-11-2025 */
.testimonial4 {
    margin: 32px 0px 35px;
    position: relative;
    border-radius: 12px;
    filter: drop-shadow(0px 7px 16px rgb(0 0 0 / 12%));
}

.testimonial4 h2 {
    text-align: center;
    color: #53275f;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 48px;
}

.testimonial4_slide {
    height: 100%;
    text-align: center;
    border-radius: 6px;
    padding: 32px 16px;
    background: #ffffff;
}

.testimonial4_slide img {
    width: 132px;
    height: 132px;
    object-fit: cover;
    display: block;
    margin: auto;
    border-radius: 50%;
    box-shadow: -6px 6px 15px rgba(0, 0, 0, 0.3);
}

.testimonial4_slide p {
    font-style: italic;
    font-size: 18px;
    line-height: 1.5;
    margin: 32px 0 18px;
}

.testimonial4_slide h4 {
    color: #df7924;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}

.testimonial4_slide h4 small {
    color: #53275f;
}
.testi-swiper .swiper-slide{height: auto;padding-bottom: 56px;}

@media screen and (max-width: 575px) {
    .testimonial4{margin: 24px 0px 28px; }
    .testimonial4_slide p {font-size: 17px;line-height: 1.5;}
    .testi-swiper .swiper-slide{padding-bottom: 48px; }
}
.faq-header-wraper .breadcrumb li a:hover, .sub-banner .breadcrumb li a:hover{color: #DC5B00}
.header-navbar .navbar-nav .nav-item a.dropdown-item.dropdown-toggle {cursor: default;}
.se-component.se-image-container.__se__float- figure {
    max-width: 568px;
    margin: auto;
}
.se-component.se-image-container.__se__float- figure img {
    max-width: 100%;
}