/* ========== Dr. Satish Kini ========== */


/* font-family: "IBM Plex Sans", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');


body {
  font-family: "IBM Plex Sans", sans-serif;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #0DB7C4;
  transition: all 0.3s;
}
a:hover {
  /* color: #0DB7C4; */
  text-decoration: underline;
}

span {
  display: inline-block;
}

img {
  max-width: 100%;
}

p {
  font-size: 18px;
}



.sec-pad {
  padding: 100px 0;
}





.section-heading {
  margin-bottom: 20px;
}
.section-heading>span {
  font-size: 42px;
  color: #0DB7C4;
}
.heading-type-1 {
  font-size: 76px;
  font-weight: 600;
}
.heading-type-2 {
  font-size: 62px;
  font-weight: 600;
}

.heading-type-3 {
  font-size: 42px;
  font-weight: 700;
}

.btn {
  font-size: 20px;
  font-weight: 600;
  border-radius: 0;
  padding: 10px 30px;
  border-radius: 50px;
}

.btn-primary {
  background-color: #0DB7C4;
  border-color: #0DB7C4;
}

.btn-primary:hover {
  background-color: #000;
  border-color: #000;
  text-decoration: none;
}

.btn-secondary {
  background-color: #000;
  border-color: #000;
}

.btn-secondary:hover {
  background-color: transparent;
  border-color: #000;
  color: #000;
  text-decoration: none;
}



.bg-primary {
  background-color: #0DB7C4 !important;
}
.bg-secondary {
  background-color: #d8f3f5 !important;
}


.bg-dark {
  background-color: #000 !important;
}













/* ========== Container ========== */
@media(min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
@media(min-width: 1600px) {
  .container {
    max-width: 1320px;
  }
}
/* ========== Container ========== */


.list-style-1 {
    list-style: none;
    padding: 0;
}
.list-style-1 li {
    position: relative;
    padding: 2px 0 2px 30px;
    font-size: 18px;
}

.list-style-1 li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background: url(../img/list-style-1-icon.png) no-repeat;
    width: 25px;
    height: 100%;
}




















/* ========== Header ========== */
.header {
    padding: 15px 0;
    background-color: #e7f8fa;
}
.header-items .navbar {
  padding: 0;
}
.header .navbar .navbar-collapse {
  justify-content: end;
}
.header .navbar .navbar-collapse .navbar-nav {
  align-items: center;
}
.header .navbar .navbar-collapse .navbar-nav .nav-link {
    font-size: 20px;
    color: #0D2B46;
    /* padding: 8px 5px; */
    padding: 8px 0;
    line-height: 1;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}
.header .navbar .navbar-collapse .navbar-nav .nav-link.active,
.header .navbar .navbar-collapse .navbar-nav .nav-link:hover {
  color: #0DB7C4;
  border-color: #0DB7C4;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item {
  margin-left: 20px;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
/* .header.sticky {
  position: sticky;
  top: 0;
  width: 100%;
  animation: navbarFixed .5s alternate linear;
} */
/* .header.sticky {
  position: fixed;
  position: sticky;
  top: 0;
  width: 100%;
  animation: navbarFixed .5s alternate linear;
  z-index: 111;
  background: #fff;
} */
/* @keyframes navbarFixed {
  0% {
      opacity          : 0;
      -webkit-transform: translateY(-100%);
      transform        : translateY(-100%);
  }

  100% {
      opacity          : 1;
      -webkit-transform: translateY(0);
      transform        : translateY(0);
  }
} */

/* ===== Dropdown ===== */
li.menu-item-has-children {
  position: relative;
  z-index: 111;
}
span.caret:before {
  /* margin-left: 8px; */
  vertical-align: 3px;
  content: "";
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-bottom: 0;
  border-left: 6px solid transparent;
  display: inline-block;
  transition: all .2s;
}
span.caret.open::before {
  transform: rotate(180deg);
  /* border-bottom: 5px solid; */
  /* border-top: 0; */
  /* margin-left: 0; */
  /* margin-right: 8px; */
}
.sub-menu {
  position: absolute;
  min-width: 200px;
  padding-left: 0;
  box-shadow: 0 0 10px #e0e0e0;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  transform: scaleY(0);
  transform-origin: 0 0;
}
.sub-menu li {
  display: block;
  width: 100%;
}
.sub-menu li a {
  background: #fff;
  padding: 10px 20px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.sub-menu li:last-child a {
  border: 0;
}
li.menu-item-has-children:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
li.menu-item-has-children .nav-link {
  display: inline-block;
}
/* ===== Dropdown ===== */


/* ==================================================
            Header Responsive CSS Start
==================================================*/
@media(max-width: 1399px) {

}

@media(max-width: 1199px) {
.header .navbar .navbar-collapse .navbar-nav .nav-link {
    font-size: 16px;
}
}

@media(max-width: 991px) {
/* ===== Header ===== */
.header {
  position: relative;
}
.header .navbar-toggler {
  border: 0;
  padding: 0;
  box-shadow: none;
  z-index: 111;
  transition: .3s;
}
.menu-active .header {
  /* position: fixed; */
  /* width: 100%; */
  /* animation: none; */
  /* z-index: 1; */
  /* top: 0; */
  /* left: 0; */
}
body.menu-active {
  overflow: hidden;
  /* padding-top: 96px; */
}
.header .navbar {
  position: initial !important;
}
.navbar-collapse {
  position: absolute;
  width: 0;
  top: 0;
  bottom: 0;
  left: 0;
  transition: .25s;
  background: #fff linear-gradient(145deg, rgb(231 248 250 / 100%) 0%, #fff 60%, rgb(231 248 250 / 100%) 100%);
  z-index: 1;
}

.header .navbar-collapse.show {
  width: 100%;
  height: 100vh;
  z-index: 11;
}
.header .navbar .navbar-collapse .navbar-nav {
  padding: 60px 0;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item {
  margin: 0;
  padding: 5px 0;
  transform: translate(-30px, 0%);
  transition: .2s;
  opacity: 0;
  text-align: center;
}
.header .navbar .navbar-collapse.show .navbar-nav .nav-item {
  opacity: 1;
  transform: translateX(0%);
}
.header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(1) {
  transition-delay: 0.2s;
}
.header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(2) {
  transition-delay: 0.3s;
}
.header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(3) {
  transition-delay: 0.4s;
}
.header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(4) {
  transition-delay: 0.5s;
}
.header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(5) {
  transition-delay: 0.6s;
}
.header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(6) {
  transition-delay: 0.7s;
}
.header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(7) {
  transition-delay: 0.8s;
}
.header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(8) {
  transition-delay: 0.9s;
}

.header .navbar-toggler:not(.collapsed)[aria-expanded="true"] {
  transform: rotate(180deg);
}
.navbar-toggler:not(.collapsed)[aria-expanded="true"] span {
  background-image: url(../img/menu-close-icon.png) !important;
}
.header .navbar .navbar-collapse .navbar-nav .nav-link {
  font-size: 20px;
}
.header .navbar .navbar-collapse.show .navbar-nav .nav-item {
  /* padding: 10px 0; */
  padding: 5px 0;
}

/* ===== Dropdown ===== */
.sub-menu {
  position: static;
  display: none;
  transition: unset !important;
  transform: unset;
  opacity: 1;
  visibility: visible;
  max-width: 250px;
  margin: auto;
  max-height: 200px;
  overflow: auto;
}
span.caret {
  width: 20px;
  text-align: right;
}
/* ===== Dropdown ===== */
/* ===== Header ===== */


}

@media(max-width: 767px) {


}

@media(max-width: 575px) {
.header .navbar-brand {
  max-width: 180px;
}
.top-bar {
  padding-right: 20px;
}

}

/* ==================================================
            Header Responsive CSS End
==================================================*/

/* ========== Header ========== */





















/* ========== Banner Section ========== */
.st-1-itm-cnt h1 {
    font-size: 80px;
    font-weight: 700;
}
.st-1-itm-cnt h2 {
    font-size: 36px;
    font-weight: 400;
}
.st-1-itm-cnt-description {
    margin: 20px 0 0;
}
.st-1-itm-cnt-description p {
    font-size: 22px;
}
.st-1-itm-cnt-description p:last-child {
    margin-bottom: 0;
}
.st-1 {
    background-color: #e7f8fa;
}
.st-1-itm-cnt-cta .btn.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 15px;
}
.st-1-itm-img {
    position: relative;
}
.st-1-itm-img img {
    border-radius: 40px;
    border: 5px solid #fff;
    border: 5px solid #000;
    border: 5px solid #0db7c4;
}
.st-1 {
    position: relative;
}
.st-1::before {
    content: "";
    position: absolute;
    width: 800px;
    height: 400px;
    bottom: 0;
    right: 0;
    background-image: url(../img/st-1-itm-img-bg-ellipse.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.st-1-itm-cnt {
    max-width: 530px;
}
/* ========== Banner Section ========== */

/* ========== Counter Section ========== */
.st-9 {
    background-color: #0DB7C4;
    padding: 25px 0;
}
.st-9-itm-counter {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 0;
}
.st-9-itm {
    text-align: center;
    color: #fff;
}
.st-9-itm p {
    margin-bottom: 0;
    line-height: 1.2;
}
.st-9-items-in .row [class*='col-'] {
    border-right: 1px solid #fff;
}
.st-9-items-in .row [class*='col-']:last-child {
    border-right: 0;
}
/* ========== Counter Section ========== */

/* ========== About ========== */
@media(min-width: 992px) {
  .st-2-itm-img {
    padding-right: 50px;
  }
}
.st-2-itm-cnt-description p {
    line-height: 1.7;
}
.st-3-itm-icon {
    width: 120px;
    height: 120px;
    padding: 25px;
    background-color: #d8f3f5;
    border-radius: 50%;
    margin: auto auto 15px auto;
}
/* ========== About ========== */

/* ========== Areas of Expertise ========== */
.st-3-itm-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
}
.st-3-itm-description p {
  font-size: 16px;
  font-weight: 300;
}
.st-3-itm-description p:last-child {
  margin-bottom: 0;
}
.st-3-itm {
  padding: 25px;
  border: 1px solid #021526;
  border-radius: 20px;
}
.st-3-items .row {
    gap: 20px 0;
}




.nav-style-1 .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}

.nav-style-1 .owl-nav button {
    position: absolute;
    width: 45px;
    height: 45px;
    border: 1px solid #0DB7C4 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    transition: .5s;
}
.nav-style-1 .owl-nav button.owl-prev {
    left: -60px;
}
.nav-style-1 .owl-nav button.owl-next {
    right: -60px;
}
.nav-style-1 .owl-nav button span {
    position: absolute;
    font-family: 'FontAwesome';
    color: #0DB7C4;
    font-size: 16px;
}
.nav-style-1 .owl-nav button.owl-prev span {
    content: "/f105";
}
.nav-style-1 .owl-nav button:hover {
    background: #0DB7C4;
}
.nav-style-1 .owl-nav button:hover span {
    color: #fff;
}

@media(min-width: 992px) {
  .nav-top-right.nav-style-1 {
    padding: 0;
  }
  .nav-top-right.nav-style-1 .owl-nav button {
    left: unset !important;
    right: unset !important;
    position: relative;
  }
  .nav-top-right.nav-style-1 .owl-nav {
    top: -75px;
    display: flex;
    justify-content: end;
    gap: 20px;
  }
}

/* ========== Areas of Expertise ========== */

/* ========== Credentials & Achievements ========== */
.st-4-itm-cnt-title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.45;
}
.st-4-items {
  display: flex;
}
.st-4-itm {
  text-align: center;
  width: 20%;
  padding: 10px 15px;
}
.st-4-itm-img {
  margin-bottom: 15px;
}
.st-4-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
/* ========== Credentials & Achievements ========== */

/* ========== Testimonials ========== */
.st-5-itm-img {
  position: relative;
}
.st-5-itm-img-top-icon {
    position: absolute;
    width: 80px;
    height: 80px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 35px;
    top: 0;
}
.st-5-itm-img-top-icon>img {
    width: auto !important;
}
.st-5-itm-cnt-slide-title {
  font-size: 30px;
    font-weight: 500;
  }
  .st-5-itm-cnt-slide-sub-title {
    font-size: 22px;
    font-weight: 400;
    color: #0DB7C4;
  }
  .st-5-itm-cnt-slide-description {
  margin-top: 20px;
}
.st-5-itm-cnt-slide-description p {
    font-size: 20px;
    font-weight: 300;
  }
  .st-5-itm-cnt-slide-description p:last-child {
    margin-bottom: 0;
  }
  
  .st-5-itm-cnt-slide {
    padding: 20px;
  }
  .st-5-itm-cnt-slide-in {
    box-shadow: 6px 1px 25px 0px rgba(71,68,68,.08);
    padding: 30px;
    border-left: 12px solid #0DB7C4;
    background: #fff;
  }
  
  .st-5-itm-cnt-slider {
    position: relative;
  }
.st-5-itm-cnt-slider {
  position: relative;
}
.st-5-itm-cnt-slider::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  right: 0;
  bottom: 0;
  background-color: #0DB7C4;
}
/* ========== Testimonials ========== */

/* ========== Timeline ========== */
.st-6 {
  position: relative;
  overflow-x: hidden;
}
.st-6::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 526px;
  top: 10px;
  right: 0;
  background-image: url(../img/stethoscope.png);
  background-repeat: no-repeat;
}
.st-6::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 480px;
  bottom: 0;
  left: 0;
  background-image: url(../img/stethoscope.png);
  background-repeat: no-repeat;
  background-position: top right;
}
.st-6-itm {
    padding: 25px;
    border: 1px solid #021526;
    border-radius: 20px;
    background: #fff;
    position: relative;
    z-index: 1;
}
.st-6-items .row {
  gap: 20px 0;
}
.st-6-itm-title {
  font-size: 32px;
  font-weight: 600;
  color: #0DB7C4;
  margin-bottom: 15px;
}
.st-6-itm-cnt-description p {
    font-size: 16px;
}
.st-6-itm-cnt-description p:last-child {
    margin-bottom: 0;
}

/* ========== Timeline ========== */

/* ========== FAQ ========== */
.accordion-type-1 .accordion .accordion-button {
  background: #fff;
  border-radius: 0 !important;
  font-size: 20px;
  box-shadow: none;
  padding: 22px 30px;
  color: #000;
}

.accordion-type-1 .accordion .accordion-item {
  border: 0;
  box-shadow: 0 4px 104px 0 rgba(13 183 193 / 10%);
  /* box-shadow: 0 4px 104px 0 rgba(0 0 0 / 100%); */
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}

.accordion-type-1 .accordion .accordion-body {
  padding: 0 30px 22px;
} 
.accordion-button:not(.collapsed)::after {
  background-image: url(../img/accordion-type-1-close-icon.png);
}
.accordion-button::after {
  background-image: url(../img/accordion-type-1-open-icon.png);
}


.accordion-description p:last-child {
  margin-bottom: 0;
}

.accordion-table .table thead tr th {
    background-color: #0DB7C4;
    color: #fff;
}
.accordion-table .table thead tr th, .accordion-table .table tbody tr td {
    padding: 10px 15px;
}
.accordion-table {
    overflow-x: auto;
}





/* ========== FAQ ========== */

/* ========== Contact ========== */
.form-type-1 .form-group .form-control {
  border-radius: 100px;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  border: 1px solid #000;
  padding: 13px 20px;
}
.form-type-1 .form-group textarea.form-control {
  border-radius: 20px;
}
.form-type-1 .row {
  gap: 20px 0;
}

.st-8-itm-form {
  background-color: #0DB7C4;
  border-radius: 20px;
  padding: 40px;
}

.st-8-itm-form-description p {
  color: #fff;
}

.st-8-itm-form-description p:last-child {
  margin-bottom: 0;
}
.st-8-itm-form-description {
    margin: 10px 0 25px;
}
.form-type-1 .form-group .btn.btn-secondary {
    border-radius: 6px;
    font-size: 22px;
    font-weight: 700;
}

/* ==================== */
.st-8-itm-contact-detail-itm {
    display: flex;
    align-items: center;
}
.st-8-itm-contact-detail-itm-cnt p:last-of-type {
  margin-bottom: 0;
}
.st-8-itm-contact-detail-itm-icon {
    width: 55px;
    min-width: 55px;
    height: 55px;
    border: 2px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 4px 4px 0 0 rgba(196 194 190 / 100%);
    position: relative;
}
.st-8-itm-contact-detail-itm-icon::before {
    content: "";
    position: absolute;
    /* display: inline-block; */
    width: 50px;
    height: 2px;
    background-color: #030303;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.st-8-itm-contact-detail-itm {
    display: flex;
    align-items: center;
    gap: 0 80px;
    margin-bottom: 50px;
}
.st-8-itm-contact-detail-items .st-8-itm-contact-detail-itm:last-child {
    margin-bottom: 0;
}

.st-8-itm-contact-detail-itm-cnt-title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}
.st-8-itm-contact-detail-itm-cnt p a {
    color: #000;
    text-decoration: none;
}
.st-8-itm-contact-detail-itm-cnt p a:hover {
    color: #0DB7C4;
}
@media(min-width: 992px) {
.st-8-itm-contact-detail {
  padding-left: 50px;
}
}
/* ========== Contact ========== */

/* ========== Footer ========== */
.social-media {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.social-media li a {
    width: 40px;
    height: 40px;
    background-color: #0DB7C4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #0DB7C4;
}
.social-media li a:hover {
  background-color: #000;
}

.footer-itm-description p {
    color: #fff;
}

.footer-itm-description p:last-child {
    margin-bottom: 0;
}

.footer-itm-description {
    margin: 30px 0;
    max-width: 280px;
}
.footer-itm-logo {
    margin-bottom: 40px;
}
.footer-itm-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    /* margin-bottom: 30px; */
    margin-bottom: 10px;
    text-align: center;
}
/* .footer-link-items {
    list-style: none;
    padding: 0;
    margin: 0;
} */
.footer-link-items {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px 20px;
}
.footer-link {
    margin: 5px 0;
    color: #fff;
    font-weight: 500;
    text-decoration: none !important;
}
.footer-link:hover {
  color: #0DB7C4;
}
.copyright-items p {
    margin: 0;
    text-align: center;
    color: #fff;
}
.copyright {
    padding: 10px 0;
}
/* ========== Footer ========== */

/* ========== Gallery ========== */
.st-10-itm-img img {
    border-radius: 20px;
}

.st-10-itm {
    position: relative;
}

.st-10-itm-cnt {
    padding: 10px 10px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0 0 0 / 50%);
    backdrop-filter: blur(4px);
    border-radius: 0 0 20px 20px;
}

.st-10-itm-cnt-title {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
}
/* ========== Gallery ========== */






















































































































































































































/* ==================================================
              Responsive Cass start
================================================== */


@media(max-width: 1399px) {
.st-1::before {
    width: 700px;
    height: 350px;
}
}

@media(max-width: 1199px) {
.st-1::before {
    width: 520px;
    height: 260px;
}
.heading-type-1 {
    font-size: 64px;
}
.section-heading>span {
    font-size: 36px;
}
.st-1-itm-cnt h1 {
    font-size: 70px;
}
.st-1-itm-cnt h2 {
    font-size: 30px;
}
.st-1-itm-cnt.sec-pad {
    padding: 60px 0;
}
}

@media(max-width: 991px) {
  .st-1::before {
    display: none;
  }
  .st-1-itm-img::before {
    content: "";
    position: absolute;
    width: 700px;
    height: 300px;
    bottom: 0;
    right: 0;
    background-image: url(../img/st-1-itm-img-bg-ellipse.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.st-1-itm-img {
    z-index: 1;
}
.st-1-itm-cnt.sec-pad {
    padding-top: 20px;
}

.nav-style-1 .owl-nav {
    position: relative;
    display: flex;
    transform: translate(0);
    align-items: center;
    justify-content: center;
    top: unset;
    gap: 20px;
    margin-top: 10px;
}

.nav-style-1 .owl-nav button {
    left: unset !important;
    right: unset !important;
    transform: translate(0);
    position: relative;
}
.st-5-itm-cnt-slider::before {
    display: none;
}
.st-5-itm-cnt-slide::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    right: 0;
    bottom: 0;
    background-color: #0DB7C4;
    z-index: -1;
}
.st-5-itm-cnt-slide {
    position: relative;
}
.st-5-itm-img img {
    width: 100%;
}
.st-5-itm-img {
    margin-bottom: 20px;
}
.heading-type-1 {
    font-size: 50px;
}
.heading-type-2 {
    font-size: 44px;
}
.st-2-itm-img {
    margin-bottom: 20px;
}
.st-4-itm {
    width: 33.33%;
}
.st-8-itm-form {
    margin-bottom: 20px;
}
.footer-itm {
    margin: 20px 0;
}
.footer-itm-title {
    margin-bottom: 20px;
}
.footer-link {
    margin: 4px 0;
}
.heading-type-3 {
    font-size: 36px;
}

}

@media(max-width: 767px) {
.st-1-itm-cnt h1 {
  font-size: 50px;
}
.st-1-itm-cnt h2 {
    font-size: 24px;
}
.st-1-itm-cnt-description p {
    font-size: 16px;
}
.sec-pad {
    padding: 60px 0;
}
.btn {
    font-size: 16px;
    font-weight: 500;
}
.st-1-itm-img::before {
    width: 500px;
    height: 250px;
}
.st-9-items-in .row [class*='col-'] {
  border: 0;
}
.st-9-items-in .row [class*='col-']:nth-child(odd) {
    border-right: 1px solid #fff !important;
}
.st-9-items-in .row {
    gap: 20px 0;
}
.heading-type-1 {
    font-size: 36px;
}
.heading-type-2 {
    font-size: 40px;
}
.section-heading>span {
    font-size: 24px;
}
.st-9-itm-counter {
    font-size: 48px;
}
p, li {
    font-size: 16px;
}
.list-style-1 li {
    font-size: 16px;
}
.st-4-itm {
    width: 50%;
}
.st-5-itm-cnt .section-heading {
    margin-bottom: 0;
}




}

@media(max-width: 575px) {
.st-1-itm-cnt h1 {
  font-size: 44px;
}
p, li {
  font-size: 14px;
}
.btn {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
}
.st-9-itm-counter {
  font-size: 36px;
}
.heading-type-1 {
    font-size: 30px;
}
.section-heading>span {
    font-size: 20px;
}
.heading-type-2 {
    font-size: 36px;
}
.st-3-itm-icon {
    width: 80px;
    height: 80px;
    padding: 15px;
}
.st-3-itm-title {
    font-size: 20px;
}
.st-4-itm-cnt-title {
    font-size: 16px;
}
.st-5-itm-cnt-slide-title {
    font-size: 20px;
    margin-bottom: 0;
}
.st-5-itm-cnt-slide-sub-title {
    font-size: 16px;
}
.st-5-itm-cnt-slide-description p {
    font-size: 14px;
}
.st-5-itm-cnt-slide-in {
    padding: 15px;
}
.st-5-itm-cnt-slide-description {
    margin-top: 15px;
}
.st-6-itm-title {
    font-size: 24px;
}
.accordion-type-1 .accordion .accordion-button {
    font-size: 16px;
    padding: 10px 20px;
}
.accordion-type-1 .accordion .accordion-body {
    padding: 0 20px 10px;
}
.accordion-type-1 .accordion .accordion-item {
    margin-bottom: 10px;
}
.accordion-table .table thead tr th, .accordion-table .table tbody tr td {
    padding: 5px;
    font-size: 14px;
    line-height: 1.2;
}
.st-8-itm-form {
    padding: 25px;
}
.st-8-itm-contact-detail-itm-icon::before {
    width: 35px;
}
.st-8-itm-contact-detail-itm-icon {
    width: 45px;
    min-width: 45px;
    height: 45px;
    padding: 12px;
}
.st-8-itm-contact-detail-itm {
    gap: 0 50px;
    margin-bottom: 30px;
}
.st-8-itm-contact-detail-itm-cnt-title {
    font-size: 24px;
    margin-bottom: 5px;
}
.footer-link {
    margin: 2px 0;
}
.footer-itm-title {
    margin-bottom: 10px;
}
.footer-itm {
    margin: 10px 0;
}
.footer-itm-description {
    margin: 10px 0;
}

}

@media(max-width: 400px) {

}
















