body{
    font-family: "Poppins", sans-serif !important;
}
.call_flexbody{
    font-family: "Poppins", sans-serif;
}
.top_header{
    background-color: #282828;
    padding: 10px 0;
}
.top_social ul{
    display: flex;
    margin-bottom: 0;
}
.top_social ul li{
    float: left;
    list-style-type: none;
    margin-right: 15px;
    padding-right: 10px;
    padding-left: 0;
    border-right: 1px solid #ffba33;
}
.top_social ul li:last-child{border-right: none;}
.top_social ul li a i{
    color: #ffba33;
    font-size: 18px;
}
.top_contact ul{
    display: flex;
    margin-bottom: 0;
    justify-content: flex-end;
}
.top_contact ul li{
    list-style-type: none;
    float: left;
    margin-left: 15px;
    color: #ffba33;
    font-size: 17px;
    font-weight: 600;
}
.top_contact ul li a{
    color: #ffba33;
    text-decoration: none;
}
header{
    padding: 10px 0;
    background-color: #ffba33;
}
.header_menu_{
    background-color: #ffba33;
}
.logo img{
    height: 70px;
}
header .top_btn a{
    text-transform: uppercase;
    background-color: #fff;
    color: #000000;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
}
.align_v_center{
    align-items: center;
}
.text-right{
    text-align: right;
}
.container{
    width: 1110px !important;
}
.menu_wrapper{
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    z-index: 999;
    height: 56px;
    align-items: center;
}
.menu_wrapper ul{
    list-style-type: none;
    margin-top: -15px;
    padding-left: 10px;
}
.menu_wrapper ul li{
    float: left;
    margin-right: 15px;
}
.menu_wrapper ul li a{
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.hamburger_icon {
    display: none;
}
.close_icon {
    display: none;
}
.slide_menu_icon{
    margin-right: 10px;
}
.slide_menu_icon i{
    font-size: 20px;
}
.pt--30{
    padding-top: 30px;
}
.pt--60{
    padding-top: 60px;
}
.pt--80{
    padding-top: 80px;
}
.pb--60{
    padding-bottom: 60px;
}
.mb--30{
    margin-bottom: 30px;
}
.mb--60{
    margin-bottom: 30px;
}
.mb--100{
    margin-bottom: 100px;
}
.mt--80{
    margin-top: 80px;
}
.hero{
    height:100vh;
    position:relative;
    overflow:hidden;
    margin-top: -30px;
}
.hero .swiper-slide::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; /* Half overlay area */
    background: linear-gradient(to right, #000000b7 0%, rgb(0 0 0 / 30%) 30%, hsl(0deg 0% 0% / 15%) 55%, rgb(255 186 51 / 0%) 100%);
    z-index: 1;
}
.swiper{height:100%}
.swiper-slide{
    position:relative;
    background-size: cover;
    background-position: center;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:50px;
    font-weight:700;
    overflow:hidden;
    padding: 10% 200px;
}
.swiper-slide .slide-bg{
    position:absolute;inset:0;
    background-size:cover;
    background-position:center;
    transform: scale(1.08);
    opacity:0;
    transition: opacity 1.2s ease, transform 4s ease;
}
.swiper-slide-active .slide-bg{
    transform:scale(1);
    opacity:1;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    top: 40% !important;
    width: 50px !important;
    height: 50px;
    transform: rotate(90deg);
}
.swiper-pagination-bullet-active{
    background: #bb0a64 !important;
}
    /* Direction-based movement */
    .from-left   .slide-bg{transform:translateX(-80px) scale(1.2);}
    .from-right  .slide-bg{transform:translateX(80px)  scale(1.2);}
    .from-top    .slide-bg{transform:translateY(-80px) scale(1.2);}
    .from-bottom .slide-bg{transform:translateY(80px)  scale(1.2);}

    .swiper-slide-active.from-left   .slide-bg,
    .swiper-slide-active.from-right  .slide-bg,
    .swiper-slide-active.from-top    .slide-bg,
    .swiper-slide-active.from-bottom .slide-bg{
      transform:translate(0,0) scale(1);
      opacity:1;
    }

.layer{
    position:relative;
    z-index:20;
    text-align:left;
    opacity:0;
    transform:translateY(40px);
    transition:all .8s ease;
    font-family: "Poppins", sans-serif;
}
/* Fade content */
.swiper-slide .content,
.swiper-slide .overlay {
  opacity: 0;
  transition: opacity 1s ease;
}


/* Overlay */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  opacity: 0;
  transition: opacity 1.2s ease;
}
/* Content */
.content {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: left;
  top: 30%;
  transform: translateY(-30%);
  transition: opacity 1.2s ease;
}

/* Active slide fade in */
.swiper-slide-active .content,
.swiper-slide-active .overlay {
  opacity: 1;
}
.swiper-slide-active .layer{
    opacity:1;
    transform:translateY(0);
}
.banner_form .form_wrapper{
    position: absolute;
    z-index: 99;
    right: 40px;
    top: 50px;
    width: 500px;
    box-shadow: 0px 3px 7px #bab1b1;
}
.short-title{
    text-align: left;
    line-height: 28px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
}
.short-title::after {
    width: 60px;
    height: 2px;
    background: #bb0a64;
    right: 0;
    margin-left: 20px;
    content: "";
    display: inline-block;
    vertical-align: middle;
}
.title{
    width: 700px;
    margin-bottom: 15px;
    line-height: 58px;
    letter-spacing: 0px;
    font-weight: 800;
    font-size: 52px;
    text-transform: uppercase;
}
.subtitle{    
    text-align: left;
    line-height: 28px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 18px;
    width: 570px;
    padding-left: 20px;
    position: relative;
}
.subtitle::after {
    width: 2px;
    background: #fff;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
}  
.uwon_heading{
    
}
.uwon_heading .sec_title h2{
    color: #bb0a64;
    text-transform: uppercase;
    font-size: 33px;
    font-weight: 700;
    text-align: right;
    position: relative;
    padding-right: 30px;
}
.uwon_heading .sec_title h2:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    background-color: #bb0a64;
    height: 80px;
    width: 4px;;
}
.uwon_desc p{
    font-size: 16px;
    letter-spacing: 0.3px;
    color: #000000;
}
.usp_overlay_box{
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 33px 60px 33px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #f5f5f5;
    border-radius: 5px 5px 5px 5px;
    transition: all .4s ease; 
    background-color: #fff;
    position: relative;
    overflow: hidden;
    background-position: center center;
}
.usp_overlay_box:before{
    position: absolute;
    content: "";
    top: 0;
    left: -101%;
    height: 100%;
    width: 100%;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgb(255 186 51 / 82%) 0%, rgb(255 186 51 / 81%) 100%);
    transition: all .6s ease;
    background-size: 101% 101%;
}
.usp_overlay_box:hover::before {
    left: 0;
}
.usp_overlay_box:hover {
    box-shadow: 0px 25px 35px 0px rgba(34, 47, 90, 0.25);
}
.usp_overlay_box .usp_icon,
.usp_overlay_box .usp_body{
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: all ease 0.5s;
    text-align: center;
}
.usp_overlay_box .usp_icon_inner_box{
    transform: rotate(0deg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
}
.usp_overlay_box .usp_icon_inner_box img{
    height: 70px;
}
.usp_overlay_box .usp_body h3{
    padding: 0px 0px 0px 0px;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.3px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 24px;
    transition: all .4s ease;
}
.usp_overlay_box .usp_body p{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.usp_overlay_box:hover .usp_body h3{
    color: #fff;
}
.usp_overlay_box:hover .usp_icon,
.usp_overlay_box:hover .usp_body{
    opacity: 1;
}
.bg{
    background: url('../img/bg.webp');
    background-color: #f0f3fa;
}
.about_img{
    margin: -70px 40px 0 0;
}
.about_img img{
    border-radius: 4px;
}
.sec_title h5{
    
}
.sec_title h2{
    color: #bb0a64;
    text-transform: uppercase;
    font-size: 33px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}
.sec_title p{
    text-align: justify;
}
.sec_title{
    margin-top: 50px;
}
.button_area a{
    background: #343434;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    padding: 12px 30px;
    text-transform: uppercase;
    line-height: 52px;
    margin: 10px 0px 0px 0px;
}
.uwon_heading .sec_title{
    margin-top: 0;
}
.ts-feature-box{
    margin-bottom: 30px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #edeff2;
    border-radius: 5px 5px 5px 5px;
    padding: 40px 30px;
    transition: all 0.4s ease;
    box-shadow: 0px 35px 50px 0px rgba(0, 0, 0, 0.07);
}
.ts-feature-box:hover{
    box-shadow: none;
}
.ts-feature-box h3{
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.28px;
    font-weight: 700;
    text-transform: uppercase;
}
.ts-feature-box h3 a{
    color: #343434;
    text-decoration: none;
}
.ts-feature-box .media{
    margin-top: 20px;
    display: flex;
}
.ts-feature-box .media .feature-icon img{
    height: 85px;
}
.ts-feature-box .media-body{
    margin-left: 15px;
}
.ts-feature-box .media-body p{
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #252424;
    letter-spacing: 0.2px;
}
.ts-feature-box .media-body a{
    font-size: 14px;
    color: #252424;
    font-weight: 700;
    text-transform: uppercase;
}

.enquiry{
    background: url('../img/cta_bg.webp');
    background-color: #f0f4f9;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.call_box{
    padding: 50px 40px;
    background-color: #ffba33;
    border-radius: 5px;
    margin-top: 20px;
    height: 182px;
}
.call_flex{
    display: flex;
}
.call_flex .call_icon i{
    font-size: 40px;
}
.call_flex .call_number{
    margin-left: 20px;
    width: 100%;
}
.call_flex .call_number span{
    display: block;
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.call_flex .call_number a{
    font-size: 30px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
}
.call_flex .call_number form{
    margin-bottom: 0;
    display: flex;
    align-items: flex-end;
}
.call_flex .call_number form input{
    border: 1px solid #ffba33;
    background: #594e371c;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    width: 100%;;
}
.call_flex .call_number form button{
    padding: 0px 13px;
    background-color: #db9a1b;
    color: #fff;
    border: none;
    height: 45px;
    margin-left: -1px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.justify-center{
    justify-content: center;
}
.pa--0{
    padding: 0 !important;
}
.mr--30{
    margin-right: -30px;
}
.ml--70{
    margin-left: -70px;
}
.or_flex{
    position: relative;
}
.OR{
    background-color: #ffffff;
    margin: 0px 0px 0px 0px;
    padding: 16px 10px 16px 10px;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #ffffff;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0px 0px 1px 1px #db9a1b inset;
    position: absolute;
    margin-top: 70%;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    color: #0d0d0d;
}
.form_wrapper{
    padding: 20px 40px;
    background-color: #fff7e8;
    box-shadow: 0px 35px 48px 0px rgba(0, 0, 0, 0.07);
}
.form_wrapper form{
    margin-bottom: 0;
}
.form_wrapper form label{
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 500;
    letter-spacing: 0.8px;
    font-size: 14px;
}
.form_wrapper h3{
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
}
.form_wrapper input,
.form_wrapper select{
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0px 35px 50px 0px rgba(0, 0, 0, 0.07);
    border: 1px solid #ededed;
}
.form_wrapper input[type="submit"]{
    background: #343434;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 600;
    padding: 12px 20px;
    text-transform: uppercase;
    margin-bottom: 0;
}

footer{
    height: 350px;
    background-color: #ffba33;
    padding-top: 40px;
}
.footer_wrapper{
    text-align: center;
}
.footer_wrapper .menu_footer{
    margin-top: 30px;
    margin-bottom: 20px;
    justify-content: center;
    display: flex;
}
.footer_wrapper .menu_footer li{
    list-style-type: none;
    float: inline-start;
    margin-right: 15px;
}
.footer_wrapper .menu_footer li a{
    text-decoration: none;
    color: #000;
    font-size: 17px;
}

.footer_wrapper .footer_contact_details{
    margin-bottom: 20px;
    justify-content: center;
    display: flex;
}
.footer_wrapper .footer_contact_details li{
    list-style-type: none;
    float: inline-start;
    margin-right: 15px;
    font-size: 17px;
    font-family: "Poppins", sans-serif;
}
.footer_wrapper .footer_contact_details li i{
    color: #bb0a64;
    font-size: 19px;
    margin-right: 8px;
}
.footer_wrapper .footer_contact_details li a{
    font-size: 17px;
    text-decoration: none;
    color: #000;
}
.footer_wrapper .logo {
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 30px;
}
.footer_wrapper .logo img{
    height: 100px;
}
.footer_social{
    justify-content: center;
    display: flex;
}
.footer_social li{
    list-style-type: none;
    float: inline-start;
    height: 30px;
    width: 30px;
    padding-top: 3px;
    margin-right: 8px;
    border-radius: 5px;
}
.footer_social li a{
    color: #fff;
    text-align: center;
}
.footer_social li a i{
    
}
.footer_bottom{
    background-color: #bb0a64;
    color: #fff;
    padding: 10px 0;
}
.footer_bottom p{
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.3px;
}
.footer_bottom p a{
    color: #ffba33;
    font-weight: 500;
    text-decoration: none;
}

.top-left {
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.usp_overlay_box:hover .top-left {
    display: none;
}
.banner-area{
    height: 250px;
    position: relative;
    background-size: cover;
    background-position: center;
}
.banner-area:after{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: #000;
    opacity: 0.3;
}
.banner-heading{
    margin-top: 70px;
}
.banner-heading h1{
    color: #fff;
    position: relative;
    z-index: 99;
}
.contact_details_wrapper{
    box-shadow: 2px 3px 10px #afafaf;
    padding: 30px 40px;
    background-color: #ffba33;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.detail_wrap .labels p:first-child{
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #757173;
}
.detail_wrap{
    display: flex;
    justify-content: center;
    border-right: 1px solid #aeaeae;
}
.detail_wrap p{
    color: #000;
    font-size: 18px;
    margin-bottom: 0;
}
.detail_wrap i {
    color: #000;
    font-size: 26px;
    margin-right: 15px;
    margin-top: 5px;
}
.detail_wrap a{
    color: #000;
    font-size: 18px;
    text-decoration: none;
}
.contact_page .sec_title{
    margin-top: 0;
}
.contact_page form{
    margin-top: 40px;
}
.contact_page form input,
.contact_page form textarea{
    width: 100%;
    border-bottom: 1px solid #dbd7d7 !important;
    margin-bottom: 15px;
    border: none;
    padding: 10px;
}
.contact_page form input[type="submit"]{
    background: #343434;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 600;
    padding: 12px 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 20px;
}
.VM_box{
    padding: 40px 50px 35px 50px;
    border: 1px solid #edeff2;
    border-radius: 5px;
    margin-top: 20px;
    text-align: center;
    transition: all .4s ease;
}
.VM_box:hover{
    box-shadow: 0px 20px 40px 0px rgba(0, 52, 120, 0.1);
}
.VM_box img{
    height: 100px;
}
.VM_box h4{
    text-transform: uppercase;
    margin: 16px 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.28px;
    font-family: "Poppins", sans-serif;
}
.VM_box p{
    color: #5a5a5a;
    font-size: 17px;
    letter-spacing: 0.3px;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
}
.about_page_content .sec_title{
    margin-top: 0;
}
.about_page_content p{
    text-align: justify;
}
.about_page_content img{
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 3px 7px #ccc;
}
.insurance_content_wrapper .uwon_heading .sec_title h2:after{
    height: 45px;
}
.brochure_box{
    padding: 30px 20px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #ffc354;
    background-color: #fff7e8;
    margin-bottom: 25px;
}
.brochure_box:hover{
    box-shadow: 0px 3px 7px #ccc;
}
.brochure_box a{
    text-decoration: none;
}
.brochure_box img{
    height: 60px;
}
.brochure_box h5{
    margin-top: 17px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.insurance_content_wrapper h4{
    color: #72073d;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
}
.benefit_wrapper{
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.03);
    border-radius: 6px;
    padding: 40px 25px;
    background: #fff;
    transition: all 0.4s ease;
    position: relative;
    text-align: center;
    margin-top: 20px;
}
.benefit_wrapper:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: #ffba33;
    transition: all ease 0.5s;
}
.benefit_wrapper:hover::before {
    height: 100%;
    border-radius: 0 0 5px 5px;
}
.benefit_wrapper p{
    color: #000;
    font-size: 17px;
    letter-spacing: 0.5px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
}
.benefit_wrapper:hover p{
    color: #fff;
    z-index: 999;
    position: relative;
}
.insurance_content_wrapper ul{
    padding: 15px 15px;
     background-color: #fff7e8; 
    position: relative;
}
.insurance_content_wrapper  ul li{
    list-style-type: disc;
    letter-spacing: 0.3px;
    font-size: 16px;
    margin-bottom: 0.8em;
    color: #000;
    margin-left: 1em;
}
.insurance_content_wrapper ul:before{
     content: ''; 
    top: 0;
    left: 0;
    position: absolute;
     background-color: #ffba33; 
     height: 100%; 
     width: 4px; 
     border-radius: 5px; 
}

.whatsapp_sticky{
    width: fit-content;
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 99;
    border-radius: 23px;
    padding: 8px 30px 8px 20px;
    background-color: #00b66c;
}
.whatsapp_sticky i{
    color: #fff;
    font-size: 26px;
    margin-right: 5px;
}
.whatsapp_sticky a{
    color: #ffffff;
    text-decoration: none;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.enquire_sticky{
    width: fit-content;
    position: fixed;
    left: 20px;
    bottom: 80px;
    z-index: 99;
    border-radius: 23px;
    padding: 8px 30px 8px 20px;
    background-color: #bb0a64;
}
.enquire_sticky i{
    color: #fff;
    font-size: 20px;
    margin-right: 5px;
}
.enquire_sticky a{
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

/* Popup Background */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Popup Box */
.popup-content {
    background: #ffba33;
    padding: 25px;
    width: 550px;
    border-radius: 8px;
    position: relative;
    animation: pop 0.3s ease;
}
.popup-content .form_wrapper{
    box-shadow: none;
    background-color: transparent;
}
.popup-content h3{
    text-align: center;
    font-size: 26px;
    line-height: 34px;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}
.close_btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}

/* Animation */
@keyframes pop {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.popup-content input,
.popup-content textarea {
    width: 100%;
    margin-bottom: 12px;
    padding: 8px;
}

.popup-content button {
    background: #ff6600;
    color: #fff;
    border: none;
    padding: 10px;
    width: 100%;
    cursor: pointer;
}

@media (max-width: 768px) {
    .container {
        width: auto !important;
    }
    .top_btn{
        display: none;
    }
    .logo{
        display: flex;
        align-items: center;
    }
    #mainMenu {
        position: fixed;
        right: -250px;
        top: 0;
        width: 250px;
        height: 100%;
        background: #fff;
        box-shadow: -2px 0 8px rgba(0,0,0,0.2);
        padding: 50px 20px;
        transition: 0.3s ease;
        z-index: 9999;
    }
    #mainMenu.menu_open {
        right: 0;
    }

    .close_icon {
        display: block;
        text-align: right;
        margin-bottom: 20px;
    }
    #mainMenu ul {
        display: block;
    }
    #mainMenu ul li {
        margin-bottom: 20px;
        float: none;
    }
    .hamburger_icon {
        display: block;
        text-align: right;
        width: 100%;
    }
    .menu_open {
        right: 0 !important;
    }
    .banner_form .form_wrapper{
        display: none;
    }
    .top_contact{display: none;}
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
        display: none;
    }
    .hero .swiper-slide{
        padding: 40px 0 0 20px;
    }
    .menu_wrapper{
        background-color: transparent;
        height: 0;
    }
    .swiper {
        height: 400px;
    }
    .hero {height: 400px;margin-top: 0;}
    .short-title{
        line-height: 28px;
        letter-spacing: 0.5px;
        font-size: 15px;
    }
    .title{
        width: auto;
        line-height: 34px;
        letter-spacing: 0.5px;
        font-size: 22px;
    }
    .subtitle{
        line-height: 24px;
        letter-spacing: 0.5px;
        font-size: 14px;
        width: auto;
        padding-left: 10px;
    }
    .uwon_heading .sec_title h2{
        font-size: 27px;
        padding-right: 0;
        text-align: center;
    }
    .uwon_heading .sec_title h2:after{
        display: none;
    }
    .uwon_desc p {
        text-align: center;
        font-size: 14px;
    }
    .usp_overlay_box{
        margin-bottom: 20px;
    }
    .about_img{display: none;}
    .USP_points {padding-bottom: 0;}
    .sec_title h2{
        font-size: 22px;
        text-align: center;
    }
    .sec_title p {
        text-align: center;
        font-size: 14px;
        letter-spacing: 0.3px;
    }
    .about-us{padding-bottom: 60px;}
    .button_area{text-align: center;}
    .ts-feature-box{
        text-align: center;
        padding: 30px 15px;
    }
    .ts-feature-box .media{
        display: block;
    }
    .enquiry{margin-bottom: 50px;}
    .enquiry .mr--30{margin-right: 0;}
    .enquiry .ml--70{margin-left: 0;}
    .call_box {
        padding: 30px 10px;
        height: auto;
    }
    .call_flex .call_number a {font-size: 24px;}
    .call_flex .mail_{margin-left: 0;}
    .OR{display: none;}
    .form_wrapper {padding: 20px 20px;}
    .form_wrapper h3{font-size: 20px;}
    .img__{
        display: none;
    }
    .enquiry_form{margin-bottom: 0;}
    footer{height: auto;padding-bottom: 50px;}
    .footer_wrapper .menu_footer{display: block;}
    .footer_wrapper .menu_footer li,
    .footer_wrapper .footer_contact_details li{float: none;}
    .footer_wrapper .footer_contact_details{display: block;}
    .mobile_sticky_btns .enquire_sticky {
        left: 0;
        bottom: 0;
        width: 50%;
        text-align: center;
        border-radius: 0;
        padding: 8px 10px;
    }
    .mobile_sticky_btns .whatsapp_sticky {
        right: 0;
        bottom: 0;
        left: auto;    
        width: 50%;
        text-align: center;
        border-radius: 0;
        padding: 8px 10px;
    }
    .mobile_sticky_btns .enquire_sticky i,
    .mobile_sticky_btns .whatsapp_sticky i{
        font-size: 17px;
    }
    .mobile_sticky_btns .enquire_sticky a,
    .mobile_sticky_btns .whatsapp_sticky a{
        font-size: 15px;
    }
    .footer_bottom p{font-size: 15px;}
    .footer_wrapper .logo img {
        height: 70px;
    }
    .footer_wrapper .logo{display: block;}
    .footer_bottom{margin-bottom: 50px;}
    .sec_title h5 {
        text-align: center;
    }
    .VM_box {padding: 20px 10px;}
    .VM_box p {font-size: 14px;}
    .contact_details_wrapper{
        display: block;
        margin-bottom: 20px;
    }
    .detail_wrap {
        margin-bottom: 10px;
        border-right: none;
    }
    .contact_page {padding-top: 0;}
    .banner-area {height: 170px;}
    .about_page_content {padding: 30px 0;}
    .about_VM {
        margin-bottom: 0;
        padding-top: 30px;
    }
    .insurance_content_wrapper img{
        margin-bottom: 30px;
    }
}




.test .person {
  display: flex;
  align-items: center;
  padding-bottom: 2em;
}
.test .testimonials {
    padding: 3em 2em;
    background-color: #f0f4f9;
    border-radius: 1em;
}
.test .title {
  margin-left: 24px;
  margin-top: 1.3rem;
}
.test p {
    margin: 1rem 0 3rem 0;
}
.test h5 {
  color: #000;
  font-size: 16px;
  margin-bottom: 12px;
}
.test .mobile-carousel{
  display: none;
}
.test .owl-carousel h4 {
  color: #000;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  text-align: start;
  margin-bottom: 18px;
}
.test .owl-carousel .owl-item img {
    max-width: 100%;
    border-radius: 50%;
}
.test .owl-carousel .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  padding-bottom: 1.5em;
}
.test .owl-carousel .owl-dots span {
  background: #fff;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.7);
  margin: 0 20px;
  transition: 0.3s all ease-in-out;
}
.test .owl-carousel .owl-dot.active span {
  transform: scale(1.5);
  transform-origin: center;
  background: #000;
}


/*PDF section css*/
.image-box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.image-box:hover {
    box-shadow: 0px 3px 9px #484848;
}

.image-box img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

/* Overlay always visible */
.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.2));
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}

.overlay h3 {
  font-size: 18px;
  margin-bottom: 6px;
  font-weight: 600;
  text-align: center;
}

.overlay p {
  font-size: 12px;
  opacity: 0.9;
}



