  /* ---------- Variables ---------- */
    :root{
      --primary-bg:#008081;
      --secondery-bg:#FEA500;
      --secondery-blue:#CCE6E6;
      --accent:#ff2d6d; /* pink-red accent to match screenshot */
      --card:#0e0d10;
       --white:#fff;
       --black:#000;
    }
     * { box-sizing: border-box; margin: 0; padding: 0; }
  h1, h2, h3, h4, h5, h6{
 font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 0;
}
body{
   font-family: "Poppins", sans-serif;
}
  p,a, li {
   font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
      line-height: 25px;
}
a.nav-link {
    font-size: 16px;
    font-weight: 500;
    color:#000;
}

.pt-90{
padding-top: 90px;
} 

.pb-90{
padding-bottom: 90px;
}
.primary_bg{
 background-color: #018081;
}
.secondry_bg {
    background-color: #FEA500;
}
a{
   text-decoration:none;
}
h1 {
    font-size: 45px;
    line-height: 55px;
    color: #000;
}
h4.sm-title {
    font-size: 21px;
}
.title h2, .title h3{
 font-size: 45px;
    line-height: 55px;
}
ul.course-features li {
    list-style-type: none;
}

.navbar {
    position: relative;
}
.bg-header {
    position: sticky;
    top: 0;
    z-index: 999;
    transition: all 0.3s ease;
}

.bg-header.scrolled {
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.top_header {
    background-color: #fff;
}
@media (max-width: 991px) {
 .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 20px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        border-radius: 0 0 12px 12px;
        z-index: 999;
    }

    .navbar-nav {
        text-align: center;
    }

    .navbar .btn {
        width: 100%;
        margin-top: 15px;
    }
}
@media (max-width: 991px) {
    .navbar-collapse {
        transition: all 0.3s ease;
    }
}
.btn.primary_btn:hover {
    background-color:#008081;
}
 /* header start */
.top_banner_h {
  background-image: url('.././img/bg-header.png');
  background-size: cover;        /* Image full cover kare */
  background-position: center;   /* Center me rahe */
  background-repeat: no-repeat;  /* Repeat na ho */
}
 /* header End */

 /* frist start */
.sukoon_ab_section_wrap {
    background-image: url(.././img/bg-header.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 170px 0;
    margin-top: -108px;
    margin-left: 15px;
    border-radius: 10px;
    margin-right: 15px;
}
.navbar-nav li.nav-item {
    padding-left: 44px;
}


img.w-logo {
    max-width: 170px;
}

.top_header .nav-link.active{
    color: #fff !important;
    font-weight: 500;
    background-color: var(--primary-bg);
    padding: 10px 20px;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
}
form#enquireForm .form-label {
    margin-bottom: -0.5rem;
}
/*.btn.primary_btn {*/
/*    padding: 10px 20px;*/
/*  color: #fff;*/
/*    font-weight: 600;*/
/*}*/
.btn.primary_btn {
    padding: 10px 20px;
    font-weight: 600;
    position: relative;
    background-blend-mode: overlay;
    /*box-shadow: inset 0px 10px 13px rgb(255 255 255 / 45%), inset 0 -10px 30px rgb(255 255 255 / 65%);*/
        box-shadow: inset 0px 10px 13px rgb(255 255 255 / 45%), inset 2px -5px 19px rgb(255 255 255 / 65%);
    color: #fff;
}

.text-blue{
color: var(--primary-bg) !important;
}

.sukoon_sb_wrap p {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
}
.emo img {
    width: 25px;
}
.emo ul li {
    font-size: 20px;
    line-height: 35px;
    position: relative;
    font-weight: 500;
    list-style-type: none;
}
.emo ul {
    padding-left: 26px;
}
.emo ul li:before {
    content: "";
    position: absolute;
    left: -17px;
    top: 48%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-image: url(.././img/icon-accordion.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
/* frist End  */
.emo ul li span {
    padding-left: 17px;
}

/*---------New index css--------*/
.sukoon_cred_section_wrap {
    background-image: url(.././img/bg-header.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* padding: 98px 0; */
    /* margin-top: -108px; */
    margin-left: 15px;
    border-radius: 10px;
    margin-right: 15px;
    position: relative;
}
.sukoon_cred_inner {
    padding: 95px 0;
}
.sukoon_cred_section_wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #e2ccb96b 0%, rgb(255 255 255 / 79%) 40%, rgb(255 255 255 / 0%) 100%);
    width: 69%;
    height: 100%;
    z-index: 0;
}
a.btn.primary_btn.primary_bg:hover {
    background-color: #fea503;
}
h1 {
    font-size: 45px;
    line-height: 55px;
    color: #008081;
}
.emo {
    margin: 0;
}
.emo ul {
    padding-left: 19px;
}
.sukoon_mn_section_wrap.home_wrap_cont {
        background-image: url(.././img/bottom_bf.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.sukoon_mn_section_wrap.home_wrap_cont:before {
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(to right, #ffffff 0%, rgb(255 255 255 / 71%) 40%, rgb(255 255 255 / 0%) 100%);
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
 
.navbar-nav li.nav-item {
    padding-left: 0;
}
    .sukoon_sb_wrap h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .emo {
    margin: 0;
    padding-left: 55px;
}
.emo ul li{
    color:#000;
    font-size:16px;
    line-height: 30px;
}
}
    
/* ── Sukoon Mobile Scroll Tabs ───────────────────────────────────── */
.sukoon-tabs-scroll-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE */
}
.sukoon-tabs-scroll-wrapper::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}
/*.sukoon-scroll-tabs {*/
/*    display: flex;*/
/*    flex-wrap: nowrap;*/
/*    gap: 10px;*/
/*    padding-bottom: 4px;*/
/*    white-space: nowrap;*/
/*    justify-content: center;*/
/*}*/
.sukoon-pill {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    border: 2px solid #008081;
    color: #008081 !important;
    background: transparent;
    transition: all 0.25s ease;
    cursor: pointer;
    flex-shrink: 0;
}
.sukoon-pill:hover {
    background: #008081;
    color: #fff !important;
}
.sukoon-pill.active,
.sukoon-pill.show.active {
    background: #008081 !important;
    color: #fff !important;
    border-color: #008081 !important;
    box-shadow: 0 4px 12px rgba(0,128,129,0.25);
}
h4.sm-title {
    font-weight: 700 !important;
}

/* ── Sticky tabs on scroll ───────────────────────────────────────── */
.tabs-sticky-wrapper {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
    padding: 12px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}


/*-----------End index css-----------───────────────────────────────────────── */

/* Second start */
/* Second end */


/* third start */
/* third end */
img.w-logo {
    max-width: 200px;
}
.img_height {
    height: 100%;
        border-radius: 14px;
}
@media (min-width: 1200px) {
.img_height {
    height: 1136px;
}
}
@media (max-width: 1200px) {
  .navbar-nav li.nav-item {
    padding-left: 22px;
}  
}
/******** second carasoul header*****/
  .hdfc_slider_section .logo-img {
      width: 230px;
      /*height: 100px;*/
      /*object-fit: contain;*/
      /*filter: grayscale(100%);*/
      transition: 0.3s;
    }
.hdfc_slider_section  .logo-img:hover {
      filter: grayscale(0%);
    }

    .hdfc_slider_section  .swiper-slide {
      width: auto !important;
      display: flex;
      justify-content: center;
      align-items: center;
    }
/******** end carasoul header*****/
/******** start button *****/


/*********end button ******


/* four start */
ul.sukoon_gh_inner_list li {
    list-style-type: none;
    position: relative;
    padding-left: 28px;
  margin-bottom: 10px;
}
.sukoon_gh_inner_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 22px;
    height: 22px;
    background: url(.././img/check.png) no-repeat center;
    background-size: contain;
}
.gh_iocn_cont h5 {
    color: #008081;
    font-size: 20px;
    font-weight: 600;
        margin-bottom: 5px;
}
ul.sukoon_gh_inner_list li {
    padding-bottom: 10px;
}
ul.sukoon_gh_inner_list {
    padding-left: 0;
}
/* four end */

.testimonial-section {
  background: #f8f9fa;
}

.testimonial-card {
  background: #cfe8e6;
  padding: 20px;
  border-radius: 12px;
}

.myVerticalSwiper {
  max-height: 500px;   /* only limit container */
}

.swiper-slide {
  height: auto !important;   /* ⭐ allow dynamic height */
}

.testimonial-card {
  padding: 20px;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #008081;
    box-shadow: inset 0px 10px 13px rgb(255 255 255 / 45%), inset 2px -5px 19px rgb(255 255 255 / 65%);
}
.primary_btn.care-tab-btn-outline {
    padding: 10px 20px;
    font-weight: 600;
    border: 1px solid #008081;
    color: #1F9091;
    font-size: 20px;
}
.sukoon_service_de_tabs .care-content {
    background-color: #fff;
}
.read-more-btn {
  color: #0f766e;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  margin-top: 5px;
}
.sukoon_mn_inner {
    padding: 356px 0 90px 0;
}
.sukoon_ef_section_wrap .care-content {
    background-color: #cce6e6;
}
/* six start */
.sukoon_mn_section_wrap {
    background-image: url(.././img/image-two.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.sukoon_mn_section_wrap:before {
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0) 100%);
    width: 75%;
    height: 100%;
}
section.sukoon_mn_section_wrap {
    position: relative;
    z-index: 1;
}
.primary_btn.care-tab-btn {
    padding: 10px 20px;
    font-weight: 600;
    border: 1px solid #008081;
    color: #1F9091;
    font-size: 20px;
}
.sukoon_mn_inner {
    position: relative;
    z-index: 1;
}
.tab_custom .accordion-button {
    margin: 0;
    font-size: 20px;
    padding-left: 2px;
        background-color:#cce6e6;
    line-height: 29px;
    color: #000;
}
.tab_custom .accordion-item {
    color: var(--bs-accordion-color);
    background-color: #cce6e6;
    border: 0;
}
.tab_custom .accordion-body {
    padding: 3px 0 11px 0;
        color: #000;
}
.tab_custom .accordion-button {
    position: relative;
    padding-left: 45px; 
}

 .tab_custom  .accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}
.tab_custom .accordion-button::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url(.././img/icon-accordion.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.faq-left h6:before {
    content: "";
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url(.././img/icon-accordion.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.accordion-collapse {
    padding-left: 40px;
}
/* six end */
/** seven FAq****/

.faq-section {
  background: #f8f9fa;
}


.faq-item {
    border-bottom: 2px solid #09bbbd;
    padding: 15px 0;
}
.care-content h4.sm-title {
    font-weight: 600;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.faq-left h6 {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    padding-left: 2px;
    position: relative;
    line-height: 29px;
}
.faq-icon {
  color: #f4a825;
  font-size: 18px;
}

.faq-arrow {
  font-size: 18px;
  color: #0f766e;
  transition: 0.3s;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  color: #000;
  font-size: 16px;
}

.faq-item.active .faq-answer {
  /*max-height: 300px;*/
  margin-top: 10px;
}

.faq-item.active .faq-arrow {
  transform: rotate(180deg);
}
span.faq-icon img {
    height: 30px;
}

/*** End End Seven ****/
.footer_top {
    background-color: #002D2E;
}
.social-icons {
    display: flex;
}
.social-icons a {
    border: 1px solid #fff;
    padding: 10px;
    height: 42px;
    display: flex;
    width: 42px;
    color:#fff;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    margin-right: 7px;
}
ul.list-unstyled li a {
    color: #fff;
}
.footer-divider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    height: 2px;
    width: 100%;
    background-color: #008081;
}
.logo_footer img {
    width: 166px;
}
.sukoon_kl_section_content h6 {
    padding-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
}


/**********===============******************
servicess page
/**********===============******************/
.sukoon_service_gh_tabs button.nav-link.primary_btn {
    position: relative;
}
.sukoon_service_gh_tabs button.nav-link.primary_btn span {
    padding-left: 26px;
}
.sukoon_service_gh_tabs  button.nav-link:before,  .sukoon_service_de_tabs .primary_btn.care-tab-btn:before{
    content: "";
    position: absolute;
    left: 10px;
    top: 21px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url(.././img/icon-accordion.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
} 

button.nav-link.primary_btn.care-tab-btn {
    position: relative;
    padding-left: 43px;
        border: 1px solid #008081;
        box-shadow: inset 0px 10px 13px rgb(255 255 255 / 45%), inset 2px -5px 19px rgb(255 255 255 / 65%);
}
.sukoon-box {
    border: 1px solid #007F81;
    padding: 30px;
    height: 100%;
    box-shadow: inset 0 0 18px rgba(0, 127, 129, 0.25);
    border-radius: 10px;
}
button.nav-link.primary_btn.care-tab-btn-outline span {
    padding-left: 0px;
}
.sukoon-box h4 {
    margin-bottom: 15px;
    font-weight: 600;
}
    .sukoon_notice_wrap p {
             font-size: 16px;
        line-height: 26px;
        color:#fff;
        text-align: center;
        border-radius: 10px;
    }
.sukoon_notice_wrap p {
    background-color: #008081;
    padding: 30px 28px;
    color:#fff;
}
.sukoon-box ol li {
    margin-bottom: 16px;
    color:#000;
}
.sukoon_flex-b {
    display: flex;
    justify-content: space-between;
}
section.sukoon_service_de_tabs .primary_btn.care-tab-btn-outline img {
    width: 30px;
}
section.sukoon_service_de_tabs button.nav-link.primary_btn.care-tab-btn img {
    width: 30px;
}
 .d_mobile{
     display: none;
    }
    .sukoon-box ol {
    padding-left: 10px;
}
ol.list_none li {
    list-style-type: none;
}
ol.list_none {
    padding-left: 0;
}
.sukoon_service_gh_tabs button.nav-link.primary_btn img {
    display: none;
}
section.sukoon_service_gh_tabs button.nav-link.primary_btn.care-tab-btn-outline {
    padding-left: 47px;
}
.sukoon_service_de_tabs button.nav-link.primary_btn.care-tab-btn-outline {
    padding-left: 47px;
    position:relative;
}
.hdfc_slider_section .swiper-wrapper {
    justify-content: center;
}

/***mnu tab ******/
/* .tabs-sticky-wrapper {
    position: relative;
    z-index: 10;
}

.tabs-sticky-wrapper.sticky {
    position: fixed;
    top: 0px; 
    left: 0;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.tabs-sticky-wrapper {
    transition: all 0.3s ease;
} */
/********end menu tab *****/


.sukoon-scroll-tabs{display:flex;flex-wrap:wrap;gap:10px;padding-bottom:4px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.sukoon-scroll-tabs::-webkit-scrollbar{display:none}.sukoon-pill{display:inline-block;padding: 9px 13px;border-radius:50px;font-size:16px;font-weight:500;white-space:nowrap;border:2px solid #008081;color:#008081!important;background:transparent;transition:all 0.25s ease;cursor:pointer;flex-shrink:0}.sukoon-pill:hover{background:#008081;color:#fff!important}.sukoon-pill.active{background:#008081!important;color:#fff!important;border-color:#008081!important;box-shadow:0 4px 12px rgba(0,128,129,0.25)}button.nav-link.sukoon-pill img{width: 25px}.sukoon-pill span{margin-left: 5px}.services_wrap_content_tab span{font-size: 14px;font-style: italic;font-weight: 600;display: inline-block;color: #008081!important}h4.sm-title{font-weight: 700 !important}.sukoon_notice_wrap p{font-size: 16px;line-height: 25px;text-align: center}.sukoon_notice_wrap p{padding: 15px 8px}@media (max-width: 1024px){.sukoon-scroll-tabs{flex-wrap: nowrap}}.sukoon-box{box-shadow: inset 0 0 18px rgba(0, 127, 129, 0.25);border-radius: 10px}@media(max-width:768px){.sukoon-pill{font-size:13px;padding:8px 12px}.navbar-nav li.nav-item{padding-left: 0}}

/*********** form heander enquire now *********/
/* jQuery Validate error label */
label.error {
  font-size: 14px;
  color: #dc3545;
  margin-top: 4px;
  display: block;
}
.form-control {
    display: block;
    width: 100%;
    padding: 8px 11px;
}
/* Error border on input/select */
input.error,
select.error {
  border-color: #dc3545 !important;
}
.form-control:focus {
    border-color: #018081;
}
/* Valid border */
input.valid,
select.valid {
  border-color: #1D9E75 !important;
}

/* Thank you animation */
.enq-thanks-circle {
  animation: enqPop .5s cubic-bezier(.36,.07,.19,.97) forwards;
  display: inline-block;
}
.enq-draw {
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
  animation: enqDraw .4s .4s ease forwards;
}
@keyframes enqPop {
  0%   { transform: scale(.6); opacity: 0; }
  70%  { transform: scale(1.1); }
  100% { transform: scale(1);   opacity: 1; }
}
@keyframes enqDraw { to { stroke-dashoffset: 0; } }

/******end **********/

/**** landing Page Start *****/
.enq-modal-body {
   background: linear-gradient(135deg, #008081, #0f8f87);
    border-radius: 30px;
    padding: 20px 20px;
    width: 100%;
    max-width: 400px;
    margin: auto;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), inset 0 0 30px rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
   box-shadow: inset 0px 10px 13px rgb(143 199 199), inset 2px 9px 20px 13px rgb(128 192 192);
}
.enq-modal-body .form-control,
.enq-modal-body .form-select {
  background: rgba(255, 255, 255, 0.18) !important;
  border: 1.5px solid #fff !important;
  border-radius: 50px !important;
  color: #fff !important;
  padding: 9px 18px !important;
}

.enq-modal-body .form-control::placeholder {
  color: rgba(255, 255, 255, 0.75) !important;
}

.enq-modal-body .form-select option {
  color: #333 !important;
  background: #fff !important;
}

.enq-modal-body .form-control:focus,
.enq-modal-body .form-select:focus {
  background: rgba(255, 255, 255, 0.25) !important;
  border-color: #fff !important;
  box-shadow: none !important;
  color: #fff !important;
}

.enq-modal-body .form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
}

.enq-modal-body .form-label {
  color: rgba(255, 255, 255, 0.85) !important;
}

.enq-modal-body .text-muted {
  color: rgba(255, 255, 255, 0.8) !important;
}

.enq-modal-body .text-danger,
.enq-modal-body .enq-req {
  color: #ffe08a !important;
}

.enq-modal-body .enq-otp-box {
  background: rgba(255, 255, 255, 0.18) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 12px !important;
  color: #fff !important;
}

.enq-modal-body .enq-otp-box:focus {
  background: rgba(255, 255, 255, 0.28) !important;
  border-color: #fff !important;
  box-shadow: none !important;
}

.enq-modal-body .enq-phone-badge,
.enq-modal-body .bg-light {
  background: rgba(255, 255, 255, 0.18) !important;
  border-radius: 12px !important;
}

.enq-modal-body .enq-phone-display {
  color: #fff !important;
}

.enq-modal-body .enq-phone-lbl {
  color: rgba(255, 255, 255, 0.75) !important;
}

.enq-modal-body .enq-change-btn {
  color: #fff !important;
}

.enq-modal-body .enq-resend-btn {
  color: #fff !important;
  text-decoration: underline !important;
}

.enq-modal-body .enq-timer-txt {
  color: rgba(255, 255, 255, 0.8) !important;
}

.enq-modal-body .alert-danger {
  background: rgba(255, 255, 255, 0.15) !important;
  border: 1px solid rgba(255, 100, 100, 0.5) !important;
  color: #ffe0e0 !important;
  border-radius: 10px !important;
}

.enq-modal-body .btn.primary_btn,
.enq-modal-body .primary_bg {
  background: #fff !important;
  color: #000 !important;
  border: none !important;
  border-radius: 50px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
}

.enq-modal-body .btn.primary_btn:hover,
.enq-modal-body .primary_bg:hover {
  background: #f0faf7 !important;
  color: #0a7a60 !important;
}

.enq-modal-body .enq-step-thanks h5 {
  color: #fff !important;
}

.enq-modal-body .enq-step-thanks p {
  color: rgba(255, 255, 255, 0.85) !important;
}

.enq-modal-body .enq-step-thanks svg circle,
.enq-modal-body .enq-step-thanks svg path {
  stroke: #fff !important;
}

.modal-dialog .modal-content {
  border-radius: 20px !important;
  overflow: hidden;
  border: none !important;
}
.form_sukoon h3{
    color:#fff;
}
.form_sukoon {
    position: relative;
}

label.form-check-label.small.text-muted {
    font-size: 12px;
}
.form_sukoon .form-check-input:checked {
    background-color: #3eada6;
    border-color: #11948c;
}

.form_sukoon .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(42 170 160);
}
/**** landing end *******/

@media only screen and (min-width: 993px) {
    .w-md-75 {
    width: 80%;
    margin: 0 auto;
}
.sukoon_flex-b ol {
    width: 40%;
}
    .sukoon_notice_wrap p {
               font-size: 16px;
        line-height: 26px;
        text-align: center;
    }
}

/**********===============******************
servicess page start
/***********================*************/



/**********===============******************
about page start
/***********================*************/
        .lf_ab_design li:before {
            content: "";
            position: absolute;
            left: -35px;
            top: 50%;
            transform: translateY(-50%);
            width: 30px;
            height: 30px;
            background-image: url(.././img/icon-accordion.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }

        .about_wr .title p {
            font-size: 18px;
        }

        .lf_ab_design li {
            list-style-type: none;
            position: relative;
        }

        .approach-section {
            padding: 60px 0;
        }

        /* Heading */
        .section-title {
            color: #1e7c74;
            font-weight: 600;
        }

        .section-subtitle {
            color: #333;
            font-size: 18px;
        }

        /* Cards */
       .custom-card {
    background: #cfe5e3;
    border-radius: 12px;
    padding: 20px 12px;
}

.custom-yellow {
    background-color: #219091;
    border-radius: 10px;
    padding: 15px;
    font-size: 16px;
    color: #fff;
}
        .custom-light {
            background: #d9e7e6;
            border-radius: 12px;
            padding: 20px;
        }

        .custom-light h6 {
            font-size: 16px;
        }

        .why-bottom p {
    font-size: 18px;
    line-height: 28px;
}
        /* Tags */
  .tag {
    display: flex;
    background: #fff;
    padding: 8px 6px;
    border-radius: 8px;
    color: #008081;
    margin: 5px;
    width: 48%;
    font-size: 16px;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

        .tag_b {
            display: flex;
            flex-wrap: wrap;
        }

        .tag span {
            display: inline-block;
            padding-left: 4px;
            line-height: 24px;
            font-size: 16px;
        }

        /* Image */
        .approach-img {
            width: 100%;
            border-radius: 15px;
            object-fit: cover;
        }

        /* List icons */
        .icon-list li {
            list-style: none;
            margin-bottom: 8px;
        }

        /* Card Design */
        .stats-card {
            background: #fff;
            padding: 25px;
            border-radius: 16px;
            box-shadow: 2px 7px 6px rgba(0, 0, 0, 0.08);
            height: 100%;
            transition: 0.3s ease;
        }

        /* Hover effect */
        /* .stats-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
        } */

        /* Number */
        .stats-number {
            font-size: 22px;
            font-weight: 600;
            color: #7fb7b2;
            display: block;
            margin-bottom: 10px;
        }

        /* Title */
        .stats-card h6 {
            font-weight: 600;
            margin-bottom: 10px;
            color: #000;
        }

        /* Text */
        .stats-card p {
            color: #555;
            margin: 0;
            line-height: 1.5;
        }

        p.tag img {
            width: 16px;
            margin-right: 7px;
        }

        .sukoon_mn_section_wrap {
            background-image: url(.././img/image-two.png);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
        }

        /* Responsive */
        @media(max-width:768px) {
            .stats-card {
                text-align: center;
            }
        }

        /* Section Background */
        .why-section {
            background: #cce6e6;
        }

        /* Heading */
        .why-title {
            color: #1b7c74;
            font-weight: 600;
            letter-spacing: 0.5px;
        }

        .why-subtitle {
            color: #333;
            font-size: 16px;
        }

        /* Feature Item */
.why-item.left-padding{
    padding-left: 84px;
    
}
     
.why-item h6 {
    font-weight: 500;
    margin-bottom: 5px;
    color: #008081;
    font-size: 18px;
    position: relative;
    padding-left: 32px;
    margin-bottom: 14px;
}

        .why-item h6::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 22px;
    height: 22px;
    background: url(.././img/check.png) no-repeat center;
    background-size: contain;
}

        .why-item p {

            color: #000;
            margin: 0;
        }

        /* Bottom Text */


        .highlight-text {
            color: #008081;
            font-weight: 600;
        }

        .lf_ab_design li {
            position: relative;
            margin-bottom: 18px;
        }

        .lf_ab_design li:before {
            content: "";
            position: absolute;
            left: 10px;
            top: 21px;
            transform: translateY(-50%);
            width: 30px;
            height: 30px;
            background-image: url(.././img/icon-accordion.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }

        .about_wr .col-flex {
            display: flex;
            justify-content: space-between;
        }
ul.icon-list li {
    margin-top: 13px;
    display: flex;
    align-items: center;
}
ul.icon-list.p-0 {
    margin-bottom: 0;
}
      
        ul.icon-list li span {
            color: #008081;
        }

        /* Responsive */

        .lf_ab_design {
            padding-left: 19px;
        }

        .lf_ab_design li:before {
            content: "";
            position: absolute;
            left: -41px;
            top: 11px;
            transform: translateY(-50%);
            width: 30px;
            height: 30px;
            background-image: url(.././img/icon-accordion.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }

        .about_wr .icon-list li img {
            width: 29px;
            margin-right: 11px;
        }

        .lf_ab_design li span {
            font-size: 18px;
        }

        .custom-light h6 {
            font-size: 21px;
        }

        .sukoon_hk_about_wrap {
            background-image: url(.././img/old_lady.png);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
        }

   .sukoon_hk_about_wrap:before {
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(to right, #fffffff5 0%, rgb(255 255 255 / 78%) 43%, rgb(255 255 255 / 0%) 100%);
    width: 83%;
    height: 100%;
}

        .sukoon_hk_inner_bg {
            padding: 90px 0;
            position: relative;
        }
        .sukoon_hka_wrap .sm-title {
    font-size: 21px;
}

/**********===============******************
about page end
/***********================*************/

/**********===============******************
contact page End
/***********================*************/
.contact_search .form-course {
    background-color: #008081;
    border-radius: 50px;
    padding: 30px;
    color: #fff;
}
section.contact_search .form-row input {
    border-radius: 15px;
    border: none;
    padding: 12px 18px;
    font-size: 16px;
}
section.contact_search textarea.form-control {
    min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
    border-radius: 15px;
}
section.contact_search span.li-cir i {
    border: 1px solid #018081;
    width: 50px;
    display: flex;
    height: 50px;
    margin-right: 10px;
    color: #018081;
    align-items: center;
    font-size: 20px;
    justify-content: center;
    border-radius: 50%;
}
section.contact_search p.form-footer a {
    color: #000000;
}
button.btn.btn-yellow {
    background-color: #fea501;
}
h4.sm-title-t {
    font-size: 21px;
}

/**********===============******************
contact page End
/***********================*************/

/**********===============******************
video page start
/***********================*************/
.gh_video_cont {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}
.gh_video_cont img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.gh_video_cont:hover img { transform: scale(1.02); }

.gh_play_btn {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 76px; height: 76px;
  background: rgba(255,255,255,0.92);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  pointer-events: none;
  transition: background 0.2s;
}
.gh_video_cont:hover .gh_play_btn { background: #fff; }
.gh_play_btn i { font-size: 32px; color: #185FA5; margin-left: 4px; }

/* MODAL */
.founder_video_modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.founder_video_modal.open { display: flex; }
.founder_modal_inner {
  position: relative;
  width: 100%;
  max-width: 900px;
}
.founder_modal_close {
  position: absolute;
  top: -44px; right: 0;
  color: #fff; background: none;
  border: none; font-size: 36px;
  cursor: pointer; line-height: 1;
  padding: 0 8px;
}
.founder_iframe_wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
}
.founder_iframe_wrap iframe {
  width: 100%; height: 100%; border: none;
}

/**********===============******************
video page end
/***********================*************/


/**********===============******************
POst page End
/***********================*************/
  .swiper-blog-hero { width: 100%; }

        .hero-slide-card {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0;
            background: #cce6e6;
            border-radius: 14px;
            overflow: hidden;
            min-height: 340px;
        }

        .hero-slide-card .slide-img {
            overflow: hidden;
        }
        .hero-slide-card .slide-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        .hero-slide-card:hover .slide-img img { transform: scale(1.05); }

        .hero-slide-card .slide-body {
            padding: 36px 32px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .blog-tag {
            display: inline-block;
            background: var(--teal-light);
            color: var(--teal);
            font-size: 16px;
            font-weight: 600;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            padding: 4px 12px;
            border-radius: 100px;
            margin-bottom: 16px;
            width: fit-content;
        }

        .blog-meta {
            display: flex;
            align-items: center;
            gap: 16px;
            font-size:16px;
            color: var(--text-muted);
            margin-bottom: 14px;
        }
        .blog-meta .time_blog {
            display: flex;
            align-items: center;
            gap: 5px;
        }
        .clock_img { width: 14px; height: 14px; opacity: 0.6; }

        .slide-body p {
            font-size: 16px;
            color: #000;
            line-height: 1.7;
            margin-bottom: 20px;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .read-more {
            color: var(--teal);
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 4px;
            transition: gap 0.2s;
        }
        .read-more:hover { gap: 8px; color: var(--teal-dark); }

        /* Swiper nav buttons */
      .swiper-button-next, .swiper-button-prev {
    color: #0e7f83 !important;
    background-color: transparent;
    border: 1px solid #cce6e6;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
}
       .swiper-blog-hero:hover .swiper-button-next, .swiper-blog-hero:hover .swiper-button-prev{
           background-color:#008081;
            color: #fff !important;
       }
        .swiper-button-next::after,
        .swiper-button-prev::after {
            font-size: 14px !important;
            font-weight: 700;
        }
        .swiper-pagination-bullet { background: var(--border) !important; }
        .swiper-pagination-bullet-active { background: var(--teal) !important; }

        /* ===== ALL BLOGS SECTION ===== */
       .all-blogs-section {
    padding: 60px 0 80px;
    background: #fff;
}
        .section-heading::after {
            content: '';
            position: absolute;
            bottom: 0; left: 0;
            width: 48px; height: 3px;
            background: var(--teal);
            border-radius: 2px;
        }

        /* Blog Cards Grid */
        .blog-card {
            background: #fff;
            border: 1px solid var(--primary-bg);
            border-radius: 12px;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
            height: 100%;
            display: flex;
            box-shadow: inset 0 0 18px rgba(0, 127, 129, 0.25);
             border-radius: 10px;
            flex-direction: column;
        }


        .blog_img {
            height: 200px;
            overflow: hidden;
        }
        .blog_img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        .blog-card:hover .blog_img img { transform: scale(1.06); }

        .blog-content {
            padding: 20px;
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .blog-meta {
            font-size: 14px;
            color:#000;
            margin-bottom: 12px;
            gap: 12px;
        }

        .blog-date { color: var(--teal);
        }

        .blog-desc {
            font-size: 16px;
            color: #000;
            line-height: 1.6;
            margin-bottom: 16px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        /* ===== PAGINATION ===== */
        #paginationControls {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            margin-top: 48px;
            flex-wrap: wrap;
        }

      #paginationControls button {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    border: 1.5px solid var(--primary-bg);
    background: #cce6e6;
    color: #008081;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}
        #paginationControls button:hover {
            border-color: var(--primary-bg);
            color: var(--primary-bg);
        }
        #paginationControls button.active {
            background: var(--primary-bg);
            border-color: var(--primary-bg);
            color: #fff;
            font-weight: 700;
        }
        #paginationControls button:disabled {
            opacity: 0.9;
            cursor: not-allowed;
        }
        #paginationControls .dots {
            color: var(--text-muted);
            font-size: 16px;
            letter-spacing: 2px;
        }
.blog-content .title h4 {
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 12px;
    flex: 1;
    font-size: 25px;
    padding-bottom: 14px;
    line-height: 37px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 79px;
}
        .blog_img img {
    width: 100%;
}
        
        /* ===== FOOTER ===== */  
      
        
@media (min-width: 1380px) and (max-width: 1500px) {
.sukoon_cred_inner {
    padding: 140px 0;
}
}
    @media (min-width: 1501px) and (max-width: 1600px) {
    .sukoon_cred_inner {
    padding: 140px 0;
}
}
      
       @media (min-width: 1601px) and (max-width: 1750px) {
    .sukoon_cred_inner {
    padding: 180px 0;
}
}  
 
       @media (min-width: 1751px) and (max-width: 1850px) {
    .sukoon_cred_inner {
    padding: 240px 0;
}
}  
       @media (min-width: 1851px) and (max-width: 2400px) {
    .sukoon_cred_inner {
    padding: 290px 0;
}
}  
        
        
        /* ===== RESPONSIVE ===== */
        @media (max-width: 768px) {
            .hero-slide-card {
                grid-template-columns: 1fr;
            }
            .hero-slide-card .slide-img {
                height: 220px;
            }
            .slide-body { padding: 24px 20px; }
            .slide-body h3 { font-size: 18px; }
        }


/**********===============******************
POst page End
/***********================*************/

@media (max-width: 1024px) {
 .sukoon-scroll-tabs { 
    flex-wrap: nowrap;
    
} 
.efg_lf {
    text-align: center;
}
section.sukoon_efg_section_wrap {
    padding-top: 30px;
}

.sukoon_gh_inner_cont {
    text-align: center;
    padding-bottom: 20px;
}

}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    
h1 {
    font-size: 35px;
    line-height: 50px;

}
.title h2, .title h3 {
    font-size: 35px;
    line-height: 49px;
}
.sukoon_notice_wrap p {
        font-size: 16px;
        line-height: 26px;
}
.sukoon-box {
    padding: 18px;
}
.sukoon_ef_section_wrap .tab_according ul#careTabs li {
    margin-bottom: 18px;
}
.sukoon_ef_section_wrap button.nav-link.primary_btn.care-tab-btn {
    position: relative;
    padding-left: 10px;
}
.primary_btn.care-tab-btn {
    font-size: 18px;
}
    .emo p {
        font-size: 16px;
    }
.top_header .nav-link.active {
    padding: 10px 11px;
}
.btn.primary_btn {
    padding: 10px 14px;
}
.lf_ab_design li span {
    font-size: 16px;
}
.custom-light h6 {
    font-size: 18px;
}
.custom-light ul.icon-list li {
    margin-top: 8px;
    display: flex;
    align-items: center;
}
section.sukoon_cd_wrap.pb-90 {
    padding-bottom: 30px;
}
.sukoon_mn_inner {
    padding: 179px 0 90px 0;
}
}

/* Tab scroll arrow indicator */
/* Tab scroll arrow indicator */
@media (max-width: 991px) {
    .tab_scroll_wrapper {
        position: relative;
    }

    .tab_scroll_wrapper::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 60px;
        background: linear-gradient(to right, transparent, #fff);
        pointer-events: none;
        z-index: 2;
        transition: opacity 0.3s;
    }

    .tab_scroll_wrapper .scroll_arrow {
        position: absolute;
        right: 6px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 3;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 50%;
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        color: #1D9E75;
        pointer-events: none;
        box-shadow: 0 2px 6px rgba(0,0,0,0.12);
        transition: opacity 0.3s;
    }

    .tab_scroll_wrapper.scrolled-end::after,
    .tab_scroll_wrapper.scrolled-end .scroll_arrow {
        opacity: 0;
    }
}

@media (min-width: 992px) {
    .scroll_arrow { display: none; }
}
@media only screen and (max-width: 767px){

h1 {
    font-size: 30px;
    line-height: 40px;
}
.sukoon_ab_section_wrap {
    padding: 112px 0 42px 0;
    margin-top: -116px;
  
}
.navbar-nav li.nav-item {
    padding-left: 0;
}

.sukoon_cd_inner {
    padding-right: 10px;
    padding-left: 10px;
}
    .title h2, .title h3 {
        font-size: 25px;
        line-height: 35px;
    }
.title {
    text-align: center;
}
.primary_btn.care-tab-btn {
    margin-bottom: 0px;
}
.button_style1 {
    text-align: center;
}
    .care-content {
        padding: 0px 15px;
    }
.accordion-collapse {
    padding-left: 11px;
}
.tab_custom .accordion-button {
    padding-left: 25px;
}
.tab_custom .accordion-button::before {
    left: -9px;
}
    section.sukoon_ef_section.pb-90 {
        padding-bottom: 0;
        padding-top: 20px;
    }
.tab_custom .accordion-button {
    font-size: 18px;
}
.sukoon_gh_inner_cont {
    margin-bottom: 17px;
}
section.sukoon_kl_section_wrap.pt-90 {
    padding-top: 50px;
    padding-bottom: 59px;
}
.sukoon_mn_inner {
        padding: 251px 0 36px 0;
    }
section.sukoon_qr_section_wrap.pt-90 {
    padding-top: 48px;
}
.sukoon_qr_section .title {
    margin-bottom: 12px;
}
.faq-left h6 {
    margin: 0;
    padding-left: 19px;
}
.faq-left h6:before {
    left: -16px;
    
}
.footer_top {
    text-align: center;
}
.social-icons {
    display: flex;
    justify-content: center;
}
.sukoon_mn_inner .button_style1 {
    padding-top: 31px;
}
    .sukoon_mn_section_wrap:before {
        background: linear-gradient(to right, #ffffffd9 0%, rgb(255 255 255 / 51%) 60%, rgba(255, 255, 255, 0) 100%);
        width: 100%;
        height: 100%;
    }
.sukoon_gh_inner_cont {
    text-align: center;
}
.sukoon_sb_wrap p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
    align-content: center;
    justify-content: center;
}
.sukoon_kl_section_content h6 {
    font-size: 18px;
    font-weight: 600;
}
.sukoon_ab_section_wrap {
    margin-left: 6px;
    border-radius: 10px;
    margin-right: 6px;
}
/*header.bg-header {*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/
    section.sukoon_ab_section_wrap:before {
        content: "";
        position: absolute;
        left: 6px;
        width: 97%;
        height: 99%;
        top: 7px;
        background-color: #f3f3f39e;
        border-radius: 10px;
        display: none;
    }
    .d_mobile{
     display: block;
    }

.sukoon_sb_wrap {
    position: relative;
}
.sukoon_sb_wrap h1 {
 margin-top: 0;
}
section.sukoon_cd_wrap.pb-90 {
    margin-bottom: -39px;
}
section.sukoon_mn_section_wrap .button_style1 a {
    margin-bottom: 10px;
}
.faq-left h6 {
    font-size: 18px;
    padding-right: 20px;
        line-height: 25px;
}
ul.sukoon_gh_inner_list {
    text-align: left;
}
    .sukoon_notice_wrap p {
        font-size: 16px;
        line-height: 26px;
    }
.sukoon_ab_section_wrap {
    background-image: unset;
}
section.sukoon_cd_wrap.pt-90.pb-90 {
    padding-top: 0;
}
section.sukoon_cd_wrap.pt-90.pb-90 {
    padding-bottom: 17px;
}
.sukoon_serv_sb_wrap.sukoon_sb_wrap {
    margin-top: 0px;
}
.sukoon_serv_sb_wrap.sukoon_sb_wrap {
    padding-bottom: 37px;
}
section.sukoon_services_cb_video {
    padding-top: 30px;
    padding-bottom: 30px;
}
.primary_btn.care-tab-btn-outline {
   font-size: 16px;
        line-height: 30px;
}
.primary_btn.care-tab-btn {
           font-size: 16px;
        line-height: 30px;
}
.services_wrap_content_tab .sukoon-box h4 {
    font-size: 18px;
}
button.nav-link.primary_btn {
    text-align: left;
}
section.sukoon-notice_ik {
    padding-top: 40px;
    padding-bottom: 43px;
}

section.sukoon-notice_ik {
    padding-top: 40px;
    padding-bottom: 43px;
}
.sukoon_flex-b {
    display: unset;
    justify-content: space-between;
}
.lf_ab_design li:before {
    left: -33px;
    top: 20px;
}
.lf_ab_design {
    padding-left: 29px;
}
.stats-card {
   box-shadow: -1px 4px 6px rgb(0 0 0 / 21%)
}
.sukoon_cda_section_wrap.pt-90.pb-90 {
    padding-bottom: 28px;
}
section.why-section {
    padding-top: 40px;
    padding-bottom: 40px;
}
       .sukoon_hk_about_wrap:before {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        background: url();
        height: 100%;
    }
.sukoon_hka_wrap {
    color: #000;
    text-align: center;
}
.sukoon_hka_wrap h6 {
    color: #000 !important;
}
.sukoon_hka_wrap h3 {
    color: #000 !important;
}
.sukoon_hk_inner_bg {
    padding: 40px 0;
    position: relative;
}
.why-item {
    padding-left:0px;
    border-left: 0px solid #008081;
}
.why-item.left-padding {
    padding-left: 0;
}
.about_wr .col-flex {
    display: block;
    justify-content: space-between;
}
.tag {

    width: 100%;
    
}
section.sukoon_efg_section_wrap.pb-90.pt-90 {
    padding-top: 22px;
    padding-bottom: 48px;
}

.sukoon_cda_section_wrap {
    padding-top: 18px;
}
.text-w{
    color:#fff;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left:2px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 2px;
    left: auto;
}
.swiper-button-next, .swiper-button-prev {
    width: 30px !important;
    height: 30px !important;
}
.swiper {
    z-index: 0;
}
.why-item.left-padding {
    padding-left: 0;
}
.efg_lf {
    text-align: center;
}
section.sukoon_efg_section_wrap {
    padding-top: 30px;
}
.sukoon_kl_section_img {
    margin-bottom: 11px;
}
.sukoon_kl_section_content {
    margin-top: 10px;
}
.myVerticalSwiper {
    max-height: 620px;
    background-color: #cfe8e6;
    border-radius: 10px;
}
    .sukoon_gh_inner_cont {
        padding-bottom: 0;
    }
}
@media (max-width: 767px) {
    .sukoon-scroll-tabs {
        justify-content: flex-start;
        padding-left: 4px;
        padding-right: 4px;
    }
    .sukoon-pill {
        font-size: 13px;
        padding: 8px 18px;
    }
    .hdfc_slider_section .logo-img {
    width: 148px !important;
}
.sukoon_cred_inner {
    padding: 11px 0 21px 0;
}
section.sukoon_cd_wrap.pb-90 {
    padding-bottom: 40px;
}
.sukoon_mn_section_wrap:before {
       background:url();
}
.sukoon_kl_section_content {
   text-align: center;
}

.sukoon_cred_section_wrap {
        background-position: -107px;
        background-image: url(.././img/mobile-header.png);
        background-size: cover;
        padding-top: 201px;
    }
section.sukoon_kl_section_wrap.pt-90.pb-lg-5 {
    padding-bottom: 0;
}
.all-blogs-section {
    padding: 0;
    background: #fff;
}
.btn.primary_btn {
    width: 60%;
}
.sukoon_serv_sb_wrap.sukoon_sb_wrap {
    text-align: center;
}
img.w-logo {
    max-width: 160px;
}
.blog-content .title h4 {
    margin-bottom: 12px;
    flex: 1;
    font-size: 20px;
    padding-bottom: 14px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 67px;
}
.published {
    width: 100%;
}
.blog-meta {
    text-align: center;
}
.blog-desc {
    text-align: center;
}
.blog-meta {
    display: unset;
    align-items: center;
}
.slide-body p {
    text-align: center;
}
.top_header .btn.primary_btn.primary_bg {
    width: 100%;
}
    .sukoon_cred_section_wrap:before {
        background: url();
        width: 100%;
        height: 100%;
    }
.tex-w{
    color:#fff;
}
nav.navbar.navbar-expand-lg {
    display: flex;
    justify-content: center;
}

.btn.primary_btn {
font-size: 14px;
}
}
@media (max-width: 600px) {
    .btn.primary_btn {
        width: 48%;
    }
    .btn.primary_btn {
    padding: 10px 10px;
    font-weight: 500;
    }
    .sukoon_mn_section_wrap {
    background-image: url(.././img/bottom_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.sukoon_hk_about_wrap {
    background-image: url(.././img/img-bg-lady.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 174px;

}
 section.sukoon_mn_section_wrap .sukoon_sb_wrap  .btn.primary_btn {
        width: 59%;
    }
    .sukoon_mn_section_wrap.home_wrap_cont {
     background-image: url(.././img/home-page-d.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.sukoon_mn_section_wrap.home_wrap_cont:before {
    content: "";
    position: absolute;
    left: 0;
    background: unset;
    width: 100%;
    height: 100%;
}
}

/************** raginji start ************/
/**************responsive ***********/
