:root {
  --theme-color: #04ce78;
  --theme-color2: #1f5fff;
  --title-color: #000d44;
  --body-color: #788094;
  --smoke-color: #f5f7fa;
  --smoke-color2: #f5f8fd;
  --black-color: #000000;
  --gray-color: #bdbdbd;
  --white-color: #ffffff;
  --light-color: #bdbdbd;
  --yellow-color: #ffb539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --th-border-color: #d8dde1;
  --title-font: "Outfit", sans-serif;
  --body-font: "DM Sans", sans-serif;
  /*--icon-font: "Font Awesome";*/
  --main-container: 1224px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}

html,
body {
  scroll-behavior: auto !important;
}
body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
iframe {
  border: none;
  width: 100%;
}
.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}
input:focus {
  outline: none;
  box-shadow: none;
}
img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--th-border-color);
}
th {
  font-weight: 700;
  color: var(--title-color);
}
td,
th {
  border: 1px solid var(--th-border-color);
  padding: 9px 12px;
}
a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
a:hover {
  color: var(--title-color);
}
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}
button {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
img {
  border: none;
  max-width: 100%;
}
ins {
  text-decoration: none;
}
pre {
  font-family: var(--body-font);
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.75;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}
.h1,
h1 {
  font-size: 64px;
  line-height: 1.156;
}
.h2,
h2 {
  font-size: 48px;
  line-height: 1.125;
}
.h3,
h3 {
  font-size: 36px;
  line-height: 1.278;
}
.h4,
h4 {
  font-size: 30px;
  line-height: 1.333;
}
.h5,
h5 {
  font-size: 24px;
  line-height: 1.417;
}
.h6,
h6 {
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 48px;
    line-height: 1.3;
  }
  .h2,
  h2 {
    font-size: 36px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 34px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 34px;
    line-height: 1.35;
  }
  .h2,
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}
@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
  .container-xxl.px-0,
  .container-xl.px-0,
  .container-lg.px-0,
  .container-md.px-0,
  .container-sm.px-0,
  .container.px-0 {
    max-width: var(--main-container);
  }
}
@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1300px) {
  .row {
    --bs-gutter-x: 24px;
  }
}
.gy-30 {
  --bs-gutter-y: 30px;
}
.g-0 {
  --bs-gutter-y: 0;
  --bs-gutter-x: 0;
}
.gx-0 {
  --bs-gutter-x: 0;
}
.gy-40 {
  --bs-gutter-y: 40px;
}
.gy-50 {
  --bs-gutter-y: 50px;
}
.gx-10 {
  --bs-gutter-x: 10px;
}
.gy-10 {
  --bs-gutter-y: 10px;
}
@media (min-width: 1299px) {
  .gx-60 {
    --bs-gutter-x: 60px;
  }
}
@media (min-width: 1399px) {
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-25 {
    --bs-gutter-x: 25px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}
@media (max-width: 991px) {
  .gy-50 {
    --bs-gutter-y: 40px;
  }
}
/*gen css*/

/*bg*/
.bg-mask {
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.bg-mask {
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
/*bg*/


/*btn*/
.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  color: var(--title-color);
  background: -webkit-linear-gradient(
    top,
    var(--theme-color) 37.5%,
    #ddfff1 100%
  );
  background: linear-gradient(180deg, var(--theme-color) 37.5%, #ddfff1 100%);
  box-shadow: 0px 3px 15px rgba(174, 211, 195, 0.7);
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 21px 30px;
  min-width: 170px;
  border-radius: 30px;
}
.th-btn:before {
  content: "";
  position: absolute;
  height: 56%;
  top: 1px;
  left: 10px;
  width: calc(100% - 20px);
  background: -webkit-linear-gradient(
    top,
    #a9ffda 0%,
    rgba(169, 255, 218, 0) 78.65%
  );
  background: linear-gradient(
    180deg,
    #a9ffda 0%,
    rgba(169, 255, 218, 0) 78.65%
  );
  -webkit-filter: blur(2px);
  filter: blur(2px);
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-radius: inherit;
}
.th-btn i {
  font-size: 0.95em;
}
.th-btn:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.th-btn.style2 {
  background: -webkit-linear-gradient(top, #c2d4ff 37.5%, #f0f4ff 100%);
  background: linear-gradient(180deg, #c2d4ff 37.5%, #f0f4ff 100%);
  box-shadow: 0px 2px 10px rgba(184, 191, 208, 0.5);
}
.th-btn.style4 {
  background-color: var(--theme-color2);
  background: -webkit-linear-gradient(
    top,
    var(--theme-color2) 37.5%,
    #e3ebff 100%
  );
  background: linear-gradient(180deg, var(--theme-color2) 37.5%, #e3ebff 100%);
  box-shadow: 0px 3px 15px #b0bad3;
  color: var(--white-color);
}
.th-btn.style4:before {
  background: -webkit-linear-gradient(
    top,
    #a3bdff 0%,
    rgba(155, 184, 255, 0) 78.65%
  );
  background: linear-gradient(
    180deg,
    #a3bdff 0%,
    rgba(155, 184, 255, 0) 78.65%
  );
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 56px);
  height: var(--btn-size, 56px);
  line-height: var(--btn-size, 54px);
  font-size: var(--btn-font-size, 20px);
  background-color: var(--icon-bg, #fff);
  color: var(--title-color);
  text-align: center;
  border-radius: 0;
  border: 1px solid var(--th-border-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
}
.icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}
.sec-btn {
  text-align: center;
}
.sec-btn, .title-line {
  margin-bottom: 60px;
}
.round-bg-text {
  background-color: var(--smoke-color);
  border-radius: 28px;
  padding: 14px;
  text-align: center;
  --theme-color: #1f5fff;
}
.round-bg-text .line-btn {
  text-transform: capitalize;
}
.line-btn {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: -1px;
  text-transform: uppercase;
  color: var(--theme-color);
}
.line-btn i {
  margin-left: 5px;
  font-size: 0.9rem;
}
.line-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--theme-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.line-btn:hover {
  color: var(--theme-color);
}
.line-btn:hover::before {
  background-color: var(--theme-color);
  width: 45px;
}
/*btn*/

/*padding*/
.ptb-100{
    padding-top:100px;
    padding-bottom:50px;
}
.pb-50{
  padding-bottom:50px;
}
/*padding*/

/*menu*/
.th-header {
    position: relative;
    z-index: 41;
}
.th-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}

.th-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: var(--smoke-color2);
}

.th-menu-wrapper .mobile-logo svg {
    max-width: 185px;
}

.th-menu-wrapper .th-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: -16.5px;
    top: 25px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 36px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: #4866a3;
    border-radius: 50%;
}

.th-menu-wrapper .th-menu-toggle:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}

.th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    border-right: 3px solid #4866a3;
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    z-index: 1;
}

.th-menu-wrapper.th-body-visible {
    opacity: 1;
    visibility: visible;
}

.th-menu-wrapper.th-body-visible .th-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.th-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 300px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left;
}

.th-mobile-menu ul {
    margin: 0;
    padding: 0 0;
}

.th-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none;
}

.th-mobile-menu ul li li:first-child {
    border-top: 1px solid #fdedf1;
}

.th-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1.4;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--title-color);
    padding-left: 18px;
}

.th-mobile-menu ul li a:before {
    content: '\f105';
    font-family:FontAwesome;
    position: absolute;
    left: 0;
    top: 12px;
    margin-right: 10px;
    display: inline-block;
}

.th-mobile-menu ul li.th-active>a {
    color: #ed3237;
}

.th-mobile-menu ul li.th-active>a:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.th-mobile-menu ul li ul li {
    padding-left: 20px;
}

.th-mobile-menu ul li ul li:last-child {
    border-bottom: none;
}

.th-mobile-menu ul .th-item-has-children>a .th-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: var(--smoke-color);
    color: var(--title-color);
    box-shadow: 0 0 20px -8px rgba(173,136,88,0.5);
    border-radius: 50%;
}

.th-mobile-menu ul .th-item-has-children>a .th-mean-expand:before {
    content: '\f067';
    font-family:FontAwesome;
}

.th-mobile-menu ul .th-item-has-children>a:after {
    content: "\f105";
    font-family:FontAwesome;
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    background-color: var(--smoke-color);
    float: right;
    margin-top: 1px;
}

.th-mobile-menu ul .th-item-has-children.th-active>a .th-mean-expand:before {
    content: '\f068'
}

.th-mobile-menu ul .th-item-has-children.th-active>a:after {
    content: "\f068";
}

.th-mobile-menu>ul {
    padding: 0 40px;
}

.th-mobile-menu>ul>li:last-child {
    border-bottom: none;
}

.th-menu-toggle {
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 20px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    line-height: 10px;
}

.th-menu-toggle:hover {
    background-color: var(--title-color);
}
.header-top {
    padding: 7px 0;
    background-color: #4866a3;
    --body-color: #fff
}

.header-top a:hover {
    color: var(--theme-color)
}

.sticky-wrapper {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    -webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.07));
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.07));
    -webkit-animation: stickyAni 0.4s ease-in-out;
    animation: stickyAni 0.4s ease-in-out;
}

@-webkit-keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1;
    }
}

@keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1;
    }
}
/*header*/
.header-layout3 {
  position: relative;
  max-width: 1520px;
  margin: 0 auto -100px auto;
}
.header-layout3 .container-fluid {
  padding-left: 0;
  padding-right: 22px;
}
.header-layout3 .header-top {
  background-color: var(--theme-color);
}
.header-layout3 .header-top .container-fluid {
  padding-left: 310px;
}
.header-layout3 .header-links li > i {
  border-color: var(--white-color);
}
.header-layout3 .header-links a:hover {
  color: var(--title-color);
}
.header-layout3 .menu-area {
  position: relative;
  z-index: 2;
}
.header-layout3 .main-menu {
  margin-left: 6px;
}
.header-layout3 .header-logo {
  position: relative;
  z-index: 2;
  height: 150px;
  margin-top: -50px;
  padding:23px 39px;
  background-color: #f5f8fd;
  border-radius: 0 0 0 30px;
  -webkit-clip-path: polygon( 100% 0, 100% 85px, calc(100% - 38px) 100%, 0 100%,0 0);
  clip-path: polygon(100% 0, 100% 85px, calc(100% - 38px) 100%, 0 100%, 0 0);
}
.header-layout3 .sticky-wrapper {
  box-shadow: 0px 10px 20px rgba(2, 29, 53, 0.06);
  background-color: var(--white-color);
  border-radius: 0 0 30px 30px;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
}
.header-layout3 .sticky-wrapper.sticky .header-logo {
  height: 100%;
  margin-top: 0;
  padding: 19px 39px;
}
.header-layout3 .th-menu-toggle {
  margin-left: auto;
}
@media (max-width: 1399px) {
  .header-layout3 .header-button .th-btn {
    display: none;
  }
}
@media (max-width: 1299px) {
  .header-layout3 {
    margin: 0 auto -30px auto;
  }
}
@media (max-width: 991px) {
  .header-layout3 .header-top .container-fluid {
    padding-left: 12px;
  }
  .header-layout3 .container-fluid {
    padding-right: 12px;
  }
  .header-layout3 .header-logo {
    margin-top: 0;
    height: 100%;
    padding: 15px 12px !important;
    border-radius: 0 0 0 15px;
    -webkit-clip-path: polygon(100% 0, 100% 80%, calc(100% - 25px) 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 80%, calc(100% - 25px) 100%, 0 100%, 0 0);
  }
  .header-layout3 .sticky-wrapper {
    border-radius: 0 0 15px 15px;
  }
}
@media (max-width: 575px) {
  .header-layout3 .row {
    --bs-gutter-x: 0;
  }
  .header-layout3 .header-logo img {
    max-width: 155px;
  }
}
/*header*/
/*header links*/
.th-header .icon-btn {
    border-radius: 99px;
}
.header-logo {
    padding-top: 15px;
    padding-bottom: 15px
}
.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header-links li {
    display: inline-block;
    position: relative;
    margin-right: 30px;
}

.header-links li:last-child {
    margin-right: 0;
}

.header-links li>i {
    margin-right: 6px;
}

.header-links li,.header-links span,.header-links p,.header-links a {
    color: #fff;
}

.header-links a:hover {
    color: var(--theme-color);
}
.header-links b,.header-links strong {
    font-weight: 500;
    margin-right: 2px;
}

.header-links .icon-btn {
    --btn-size: 34px;
    line-height: 34px;
    background-color: transparent;
    border: 1px solid #fff;
    color: var(--white-color);
    font-size: 16px;
}
.header-button .icon-btn i{
    color: #ee363b;
}
.header-button .icon-btn:hover{
    background-color: #fff;
    color:#ee363b;
    border-color:#ee363b;
}

.header-links .social-links a {
    font-size: 14px;
}

/*social links*/
.social-links .social-title {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin: 0 10px 0 0;
    color:#ffffff;
}

.social-links a {
    font-size: 16px;
    display: inline-block;
    color: #ffffff;
    margin: 0 15px 0 0;
}

.social-links a:last-child {
    margin-right: 0 !important;
}

.social-links a:hover {
    color: var(--theme-color);
}
/*social links*/

/*main-menu*/
.main-menu a {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    font-family: var(--body-font);
    color: var(--title-color);
    text-transform: uppercase;
    text-decoration:none;
}

.main-menu a:hover {
    color: var(--theme-color)
}

.main-menu>ul>li {
    margin: 0 19px
}

.main-menu>ul>li>a {
    padding: 37px 0
}

.main-menu>ul>li>a:hover {
    color: var(--theme-color)
}

.main-menu ul {
    margin: 0;
    padding: 0;
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}

.main-menu ul li.menu-item-has-children>a:after {
    content: "\2b";
    display: inline-block;
    position: relative;
    font-family:FontAwesome;
    margin-left: 4px;
    font-weight: 600;
    top: 0;
    font-size: 0.9em;
    color: inherit;
    -webkit-transition: 0.3s -webkit-transform;
    transition: 0.3s -webkit-transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform;
}

.main-menu ul li.menu-item-has-children>a:hover:after {
    content: "\f068";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main-menu ul li:last-child {
    margin-right: 0 !important;
}

.main-menu ul li:first-child {
    margin-left: 0 !important;
}

.main-menu ul li:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 9;
}

.main-menu ul.sub-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white-color);
    visibility: hidden;
    min-width: 230px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    opacity: 0;
    z-index: -1;
    box-shadow: 0px 4px 15px rgba(1,15,28,0.06);
    border-radius: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.main-menu ul.sub-menu a {
    font-size: 16px;
    line-height: 30px;
}

.main-menu ul.sub-menu {
    padding: 18px 20px 18px 18px;
    left: -27px;
}

.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 0px 9px;
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
    content: "\2b";
    float: right;
    top: 1px;
    display: inline-block;
}

.main-menu ul.sub-menu li.menu-item-has-children>a:hover:after {
    content: "\f068";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main-menu ul.sub-menu li a {
    position: relative;
    padding-left: 0;
    text-transform: capitalize;
}

.main-menu ul.sub-menu li a:before {
    content: "\f0fa";
    position: absolute;
    top: 6px;
    left: 10px;
    font-family:FontAwesome;
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 1em;
    line-height: 1;
    color: var(--theme-color);
    font-weight: 400;
    opacity: 0;
    visibility: visible;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.main-menu ul.sub-menu li a:hover {
    padding-left: 23px;
}

.main-menu ul.sub-menu li a:hover:before {
    visibility: visible;
    opacity: 1;
    left: 0;
}

.main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px;
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto;
}

@media (max-width: 1500px) {
    .main-menu>ul>li {
        margin:0 11px;
    }
}
/*main-menu*/

/*about-area*/
.img-box6 {
  position: relative;
  margin-right: 50px;
}
.img-box6 .img1 img {
  border-radius: 20px;
}
.img-box6 .img2 {
  display: inline-block;
  background-color: var(--white-color);
  position: absolute;
  top: 0;
  left: -111px;
  padding: 10px;
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite;
}
.img-box6 .project-counter {
  position: absolute;
  right: 0;
  bottom: -30px;
}
.project-counter {
  background-color: var(--white-color);
  -webkit-clip-path: path(
    "M101.443 1.89212L6.98994 56.7891C2.66371 59.3034 0 63.9423 0 68.9612V178.822C0 183.873 2.69769 188.537 7.06757 191.039L101.559 245.152C105.861 247.616 111.139 247.616 115.44 245.152L209.934 191.022C214.303 188.519 217 183.856 217 178.806V69.6235C217 64.6287 214.362 60.0089 210.069 57.4856L115.537 1.92657C111.187 -0.629871 105.805 -0.642916 101.443 1.89212Z"
  );
  clip-path: path(
    "M101.443 1.89212L6.98994 56.7891C2.66371 59.3034 0 63.9423 0 68.9612V178.822C0 183.873 2.69769 188.537 7.06757 191.039L101.559 245.152C105.861 247.616 111.139 247.616 115.44 245.152L209.934 191.022C214.303 188.519 217 183.856 217 178.806V69.6235C217 64.6287 214.362 60.0089 210.069 57.4856L115.537 1.92657C111.187 -0.629871 105.805 -0.642916 101.443 1.89212Z"
  );
  width: 217px;
  height: 247px;
  text-align: center;
  z-index: 2;
  padding: 44px 20px;
}
.project-counter:before {
  content: "";
  position: absolute;
  inset: 10px;
  -webkit-clip-path: path(
    "M93.0288 1.72359L6.41013 51.731C2.44275 54.0213 0 58.247 0 62.8189V162.895C0 167.496 2.47392 171.744 6.48132 174.024L93.1351 223.317C97.0802 225.561 101.92 225.561 105.865 223.316L192.52 174.007C196.527 171.727 199 167.48 199 162.88V63.4222C199 58.8723 196.58 54.664 192.644 52.3654L105.953 1.75498C101.964 -0.573769 97.0285 -0.585652 93.0288 1.72359Z"
  );
  clip-path: path(
    "M93.0288 1.72359L6.41013 51.731C2.44275 54.0213 0 58.247 0 62.8189V162.895C0 167.496 2.47392 171.744 6.48132 174.024L93.1351 223.317C97.0802 225.561 101.92 225.561 105.865 223.316L192.52 174.007C196.527 171.727 199 167.48 199 162.88V63.4222C199 58.8723 196.58 54.664 192.644 52.3654L105.953 1.75498C101.964 -0.573769 97.0285 -0.585652 93.0288 1.72359Z"
  );
  background-color: var(--title-color);
  z-index: -1;
}
.project-counter .box-number {
  font-size: 64px;
  font-weight: 600;
  color: var(--theme-color);
  margin-bottom: 5px;
}
.project-counter .box-title {
  color: var(--white-color);
  font-weight: 500;
  margin-bottom: 0;
}
.box-title {
    font-size: 26px;
    line-height: 1.417;
    font-weight: 600;
    margin-top: -0.32em;
}
@media (max-width: 1299px) {
  .img-box6 {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .img-box6 {
    padding-left: 111px;
    max-width: 725px;
    margin: 0 auto 20px auto;
  }
  .img-box6 .img2 {
    left: 0;
  }
}
@media (max-width: 575px) {
  .img-box6 {
    padding-left: 0;
    text-align: center;
    margin-bottom: 0;
  }
  .img-box6 .img2 {
    position: relative;
    margin-top: 20px;
    margin-bottom: -6px;
    -webkit-animation: none;
    animation: none;
    background-color: var(--theme-color2);
  }
  .img-box6 .project-counter {
    position: relative;
    bottom: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--theme-color2);
  }
}
/*about-area*/

/*sub title*/
.sub-title3 {
  display: inline-block;
  background-color: var(--theme-color2);
  border-radius: 99px;
  padding: 3px 18px;
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color);
  text-transform: uppercase;
  margin-bottom: 30px;
}
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 11px);
  margin-top: -0.2em;
  text-transform: capitalize;
  font-weight: 600;
  /*font-size:45px;*/
}
.title-area {
  margin-bottom: calc(var(--section-title-space) - 11px);
  position: relative;
  z-index: 2;
}
.title-area .sec-title {
  margin-bottom: 24px;
}
.title-area.mb-0 .sec-title {
  margin-bottom: -0.24em;
}
.title-area .th-btn {
  margin-top: 20px;
  margin-bottom: 10px;
}
.title-area h4{
  font-size:30px;
  font-weight:500; 
}
.text-theme {
    color: var(--theme-color) !important;
}
.bg-smoke {
    background-color: var(--smoke-color) !important;
}
/*sub title*/

/*service-area*/
.service-area{
  background:url(../img/bg/service_bg.jpg);
  background-size:cover;
  background-repeat:no-repeat;
  background-position: center center;
}

/*slider*/
.th-slider.has-shadow {
  padding-left: 12px;
  padding-right: 12px;
  margin: -25px -12px;
}
.th-slider.has-shadow .swiper-wrapper {
  padding: 25px 0;
}
.slider-area {
  position: relative;
}
.slider-arrow {
  display: inline-block;
  padding: 0;
  background-color: var(--smoke-color);
  color: var(--title-color);
  position: absolute;
  top: 50%;
  border: 1px solid var(--th-border-color);
  left: var(--pos-x, -120px);
  width: var(--icon-size, 56px);
  height: var(--icon-size, 56px);
  line-height: var(--icon-size, 56px);
  font-size: var(--icon-font-size, 20px);
  margin-top: calc(var(--icon-size, 56px) / -2);
  z-index: 3;
  border-radius: 99px;
}
.slider-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}
.slider-arrow.icon-sm {
  width: var(--icon-size, 46px);
  height: var(--icon-size, 46px);
  line-height: var(--icon-size, 46px);
  font-size: 18px;
}
.slider-arrow.slider-next {
  right: var(--pos-x, -120px);
  left: auto;
}
.slider-arrow:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
  border-color: var(--theme-color2);
}
.arrow-margin .slider-arrow {
  top: calc(50% - 30px);
}
.arrow-wrap {
  position: relative;
}
.arrow-wrap .slider-arrow {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
}
@media (max-width: 1299px) {
  .arrow-wrap .slider-arrow {
    display: none;
  }
}
.arrow-wrap:hover .slider-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media (max-width: 1500px) {
  .slider-arrow {
    --arrow-horizontal: -20px;
    --pos-x: -70px;
  }
}
@media (max-width: 1399px) {
  .slider-arrow {
    --arrow-horizontal: 40px;
    --pos-x: -17px;
  }
}
.icon-box .slider-arrow:not(:last-child) {
  margin-right: 8px;
}
@media (max-width: 991px) {
  .slider-arrow {
    --icon-size: 40px;
    line-height: 38px;
    margin-right: 40px;
    font-size: 14px;
  }
  .slider-arrow.slider-next {
    margin-right: 0;
    margin-left: 40px;
  }
  .slick-dots {
    margin: 40px 0 0 0;
  }
  .icon-box .slider-arrow {
    margin-right: 0;
  }
}
/*slider*/
.service-grid {
  --space: 30px;
  background-color: var(--white-color);
  box-shadow: 0px 0px 10.6px rgba(97, 97, 97, 0.15);
  border-radius: 20px;
  padding: var(--space);
  overflow: hidden;
  margin-bottom: 20px;
}
.service-grid .box-img {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
.service-grid .box-img .img {
  border-radius: 20px;
  overflow: hidden;
}
.service-grid .box-img img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.service-grid .box-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: var(--white-color);
  box-shadow: 0px 0px 10.6px rgba(97, 97, 97, 0.15);
  text-align: center;
  border-radius: 99px;
  position: absolute;
  bottom: -35px;
  right: 25px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.service-grid .box-doctor {
  background-color: var(--theme-color);
  border-radius: 0 20px 20px 0;
  color: var(--white-color);
  margin-bottom: 20px;
  display: inline-block;
  padding: 1px 30px 1px 0;
  position: relative;
}
.service-grid .box-doctor:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  height: 100%;
  width: var(--space);
  background-color: inherit;
}
.service-grid .box-title {
  margin-bottom: 6px;
}
.service-grid .box-text {
  margin-bottom: 25px;
}
.service-grid .box-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
.service-grid:hover .box-img .img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.service-grid:hover .box-icon {
  background-color: var(--theme-color);
}
.service-grid:hover .box-icon img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
/*service-area*/

/*pulmonology treatment*/
.why-choose-us{
  position: relative;
  background: var(--secondary-color) url('../img/choose/why-choose-us-bg.svg') no-repeat;
  background-position: top center;
  background-size: auto;
  padding: 100px 0;
}

.why-choose-us .icon-star-image{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(10px, -50%);
}

.why-choose-box-1{
  position: relative;
  z-index: 1;
}

.why-choose-box-1 .why-choose-item{
  flex-direction: row-reverse;
}

.why-choose-box-1 .why-choose-item .icon-box{
    margin-left: 15px;
  margin-right: 0;
}

.why-choose-box-1 .why-choose-item .why-choose-content{
  text-align: right;
}

.why-choose-item{
    display: flex;
    align-items: center;
  margin-bottom: 60px;
}

.why-choose-item:last-child{
  margin-bottom: 0;
}

.why-choose-item .icon-box{
    margin-right: 15px;
}

.why-choose-item .icon-box img{
  max-width: 48px;
}

.why-choose-content{
    width: calc(100% - 63px);
}

.why-choose-content h3{
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.why-choose-content p{
  margin: 0;
}

.why-choose-image{
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px){
  .why-choose-us{
    padding: 50px 0;
    background-position: center left;
  }

  .why-choose-us .icon-star-image{
    transform: translate(10px, 50%);
  }

  .why-choose-box-1 .why-choose-item{
    flex-direction: row;
  }
  
  .why-choose-box-1 .why-choose-item .icon-box{
    margin-left: 0px;
    margin-right: 15px;
  }
  
  .why-choose-box-1 .why-choose-item .why-choose-content{
    text-align: left;
  }

  .why-choose-item{
    margin-bottom: 30px;
  }

  .why-choose-image{
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px){
  .why-choose-us .icon-star-image{
    transform: translate(-10px, -50%);
  }

  .why-choose-content h3{
    font-size: 18px;
  }

  .why-choose-image{
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
/*pulmonology treatment*/

/*pulmonology services*/
.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}
.shape-mockup {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.service-list {
  background-color: var(--smoke-color2);
  border-radius: 30px;
  height: 483px;
  text-align: center;
  cursor: pointer;
}
.service-list-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.service-list .box-icon {
  padding: 30px 40px;
  border-bottom: 3px solid var(--white-color);
}
.service-list .box-content {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  max-height: 0;
  padding: 30px 30px 40px 40px;
  overflow: hidden;
}
.service-list .box-title-wrap {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.service-list .box-title-wrap .box-title {
  margin: 0;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  padding: 30px 2px;
}
.service-list .box-text {
  margin-bottom: 22px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.service-list .checklist {
  margin-bottom: -0.5em;
}
.service-list-wrap {
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1199px) {
  .service-list-wrap {
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .service-list-wrap {
    max-width: 70px;
  }
}
.service-list-wrap:nth-child(even) .service-list {
  background-color: #f6f1eb;
}
.service-list-wrap.active {
  -webkit-box-flex: 215%;
  -webkit-flex: 215%;
  -ms-flex: 215%;
  flex: 215%;
}
@media (max-width: 1199px) {
  .service-list-wrap.active {
    max-width: 100%;
  }
}
.service-list-wrap.active .service-list {
  background-color: var(--white-color);
  box-shadow: 0px 6px 30px rgba(2, 29, 53, 0.07);
  text-align: left;
}
.service-list-wrap.active .service-list .box-icon {
  border-color: var(--smoke-color);
}
.service-list-wrap.active .box-title-wrap {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
}
.service-list-wrap.active .box-content {
  visibility: visible;
  opacity: 1;
  width: 100%;
  max-height: 325px;
}
@media (max-width: 1299px) {
  .service-list {
    height: 465px;
  }
  .service-list .box-icon {
    padding: 30px;
  }
  .service-list .box-content {
    padding: 30px 10px 30px 30px;
  }
}
@media (max-width: 1199px) {
  .service-list .box-icon {
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .service-list {
    height: 428px;
  }
  .service-list .box-icon {
    padding: 10px;
  }
  .service-list .box-icon img {
    max-width: 40px;
  }
  .service-list-wrap.active .service-list .box-icon {
    padding: 10px 30px;
  }
  .service-list-wrap.active .box-content {
    max-height: 350px;
  }
}
@media (max-width: 767px) {
  .service-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    max-height: 110px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    overflow: hidden;
  }
  .service-list-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .service-list-wrap {
    max-width: 100%;
  }
  .service-list-wrap.active .service-list {
    max-height: 345px;
  }
  .service-list .box-title-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 5px 30px;
  }
  .service-list .box-title-wrap .box-title {
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
  }
  .service-list .box-icon {
    padding: 25px !important;
    border-bottom: none;
    border-right: 3px solid var(--white-color);
  }
  .service-list .box-icon img {
    max-width: 60px;
  }
  .service-list .content-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .service-list .box-content {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .service-list {
    height: auto;
    max-height: 98px;
  }
  .service-list .box-title {
    font-size: 20px;
  }
  .service-list .box-content {
    padding: 20px;
  }
  .service-list .box-icon {
    padding: 20px !important;
  }
  .service-list .box-title-wrap {
    height: 98px;
  }
  .service-list-wrap.active .service-list {
    max-height: 700px;
  }
  .service-list-wrap.active .box-content {
    max-height: 700px;
  }
  .service-list .box-title-wrap {
    padding: 5px 20px;
  }
}
/*pulmonology services*/

/*why choose*/
.why-tab-content {
  box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  background-color: var(--white-color);
  padding: 100px 60px 60px 60px;
}
@media (max-width: 991px) {
  .why-tab-content {
    padding: 75px 40px 40px 40px;
  }
}
@media (max-width: 767px) {
  .why-tab-content {
    border-radius: 20px;
  }
}
@media (max-width: 575px) {
  .why-tab-content {
    padding: 60px 20px 20px 20px;
  }
}
.why-tab-content .sec-title {
  max-width: 430px;
  margin-bottom: 23px;
}
@media (max-width: 1199px) {
  .why-tab-content .sec-title {
    max-width: 100%;
    text-align: center;
  }
}
.why-tab-content .box-text {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .why-tab-content .box-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .why-tab-content .box-text {
    margin-bottom: 35px;
  }
}
.choose-tab {
  text-align: center;
  margin: 0 auto -40px auto;
}
@media (max-width: 991px) {
  .choose-tab {
    margin: 0 auto -35px auto;
  }
}
.choose-tab .nav {
  background-color: var(--theme-color2);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.choose-tab .tab-btn {
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 500;
  border: none;
  background-color: transparent;
  padding: 0;
  color: var(--white-color);
  padding: 20px 25px;
  border-left: 1px solid var(--th-border-color);
}
.choose-tab .tab-btn:first-of-type {
  border: none !important;
}
.choose-tab .tab-btn .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 99px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .choose-tab .tab-btn .icon {
    display: none;
  }
}
@media (max-width: 991px) {
  .choose-tab .tab-btn {
    font-size: 16px;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .choose-tab .tab-btn {
    font-size: 14px;
    padding: 15px 15px;
  }
}
@media (max-width: 575px) {
  .choose-tab .tab-btn {
    border-left: none;
    border-top: 1px solid var(--th-border-color);
    margin-top: -1px;
  }
}
.choose-tab .indicator {
  position: absolute;
  left: var(--pos-x);
  top: var(--pos-y);
  width: var(--width-set);
  height: var(--height-set);
  background-color: var(--theme-color);
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .choose-tab .indicator {
    height: calc(var(--height-set) - 1px);
  }
}
/*why choose*/

/*testinomial*/
.testi-card {
  background-color: var(--white-color);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  position: relative;
  padding: 40px 30px 40px 40px;
}
@media (max-width: 575px) {
  .testi-card {
    padding: 30px 20px 30px 30px;
    borr: 15px;
  }
}
.testi-card.bg-smoke {
  box-shadow: none;
}
.testi-card .box-profile {
  margin-top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 3;
  gap: 15px;
}
.testi-card .box-img {
  width: 56px;
  min-width: 56px;
  border-radius: 99px;
}
.testi-card .box-img img {
  border-radius: inherit;
}
.testi-card .box-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 3px 0;
}
.testi-card .box-desig {
  font-size: 14px;
  margin-bottom: 0;
  display: block;
}
.testi-card .box-quote {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
@media (max-width: 575px) {
  .testi-card .box-quote {
    right: 30px;
    bottom: 30px;
  }
}
.testi-card .box-review {
  color: var(--yellow-color);
  margin-bottom: 20px;
}
.testi-card .box-review i {
  margin-right: 5px;
}
.testi-card .box-review i:last-child {
  margin-right: 0px;
}
.testi-box {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.testi-box-img {
  position: relative;
}
.testi-box-img:after {
  content: "";
  height: 56px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 46px;
  background-color: var(--theme-color);
  z-index: 2;
  mix-blend-mode: multiply;
}
.testi-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .testi-box-img img {
    border-radius: 20px;
  }
}
.testi-box-img .slider-arrow {
  --icon-size: 56px;
  position: absolute;
  top: unset;
  bottom: 46px;
  left: calc(var(--icon-size) * -1);
  background-color: var(--theme-color);
  color: var(--white-color);
  border: none;
  border-radius: 10px 0 0 10px;
}
.testi-box-img .slider-arrow:hover {
  background-color: var(--theme-color2);
}
@media (max-width: 1299px) {
  .testi-box-img .slider-arrow {
    left: 0;
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .testi-box-img .slider-arrow {
    bottom: calc(100% - 28px);
  }
}
.testi-box-slide {
  background-color: var(--white-color);
  padding: 60px 15px;
  position: relative;
  border-radius: 0 30px 0 0;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  position: relative;
}
@media (max-width: 1299px) {
  .testi-box-slide {
    border-radius: 0 30px 0 30px;
  }
}
@media (max-width: 991px) {
  .testi-box-slide {
    border-radius: 20px 20px 0 0;
  }
}
.testi-box-slide .slider-arrow {
  --icon-size: 56px;
  position: absolute;
  top: unset;
  bottom: 0;
  left: unset;
  right: calc(var(--icon-size) * -1);
  background-color: var(--theme-color);
  color: var(--white-color);
  border: none;
  border-radius: 0 10px 10px 0;
}
.testi-box-slide .slider-arrow:hover {
  background-color: var(--theme-color2);
}
@media (max-width: 1299px) {
  .testi-box-slide .slider-arrow {
    right: 0;
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .testi-box-slide .slider-arrow {
    margin-right: 0;
    bottom: -28px;
  }
}
.testi-box .box-title {
  font-size: 30px;
  margin-bottom: 2px;
}
@media (max-width: 575px) {
  .testi-box .box-title {
    font-size: 24px;
  }
}
.testi-box .box-desig {
  display: block;
  margin-bottom: -0.5em;
}
.testi-box .box-text {
  margin-top: -0.5em;
  margin-bottom: 30px;
}
.testi-box .box-review {
  margin: 0 0 27px 0;
  color: var(--yellow-color);
}
.testi-box .box-review i {
  margin: 0 2px;
}
.testi-box-quote {
  position: absolute;
  top: 0px;
  left: calc(50% - 78px);
  z-index: -1;
}
/*testinomial*/
/*testi arrow*/
.swiper-wrapper.row {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.th-slider.has-shadow {
  padding-left: 12px;
  padding-right: 12px;
  margin: -25px -12px;
}
.th-slider.has-shadow .swiper-wrapper {
  padding: 25px 0;
}
.swiper-fade .swiper-slide {
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.swiper-fade .swiper-slide-prev {
  opacity: 0;
}
.swiper-pagination-bullets {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 50px 0 -7px 0;
  line-height: 10px;
  height: 10px;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-horizontal-gap: 8px;
  margin: 5px 7px;
  opacity: 1;
  background-color: var(--th-border-color);
  position: relative;
  cursor: pointer;
}
.swiper-pagination-bullets .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid var(--th-border-color);
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  border-radius: inherit;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color);
}
.swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border-color: var(--theme-color);
}
.has-shadow .swiper-pagination-bullets {
  margin: 40px 0 17px 0;
}
/*testi arrow*/

/*faq_app*/
.accordion-area3 {
  background-color: var(--white-color);
  box-shadow: 0px 0px 10.6px rgba(97, 97, 97, 0.15);
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 575px) {
  .accordion-area3 {
    padding: 15px;
  }
}
.accordion-area3 .accordion-card:has(.show) {
  box-shadow: 0px 0px 10.6px rgba(97, 97, 97, 0.15);
  background-color: var(--white-color);
}
.accordion-area3 .accordion-card:not(:last-child) {
  margin-bottom: 18px;
}
.accordion-card {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--smoke-color);
  text-align: left;
  position: relative;
  z-index: 3;
}
.accordion-card:not(:last-child) {
  margin-bottom: 24px;
}
.accordion-card .accordion-button {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--title-font);
  border: 0;
  border-color: var(--th-border-color);
  color: var(--title-color);
  background-color: transparent;
  border-radius: 0;
  padding: 22px 45px 22px 30px;
  min-height: 56px;
  gap: 10px;
  margin-bottom: 0;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.accordion-card .accordion-button:after {
  content: "\2b";
  height: 100%;
  width: auto;
  line-height: 1;
  background-color: transparent;
  background-image: none;
  font-family: 'FontAwesome';
  color: var(--theme-color);
  font-weight: 500;
  font-size: 20px;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.accordion-card .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.accordion-card .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-radius: 0;
}
.accordion-card .accordion-button:not(.collapsed):after {
  content: "\f068";
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.accordion-card .accordion-collapse {
  border: none;
}
.accordion-card .accordion-body {
  border-radius: 0;
  border: none;
  padding: 0px 30px 30px 30px;
  margin-top: -7px;
}
.accordion-card .faq-text {
  margin-bottom: -0.48em;
}
.accordion-card:has(.show) {
  border-radius: 20px;
}

.faq-form2 {
  background-color: var(--white-color);
  box-shadow: 0px 0px 10.6px rgba(97, 97, 97, 0.15);
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 575px) {
  .faq-form2 {
    padding: 15px;
    padding-top: 25px;
  }
}
.faq-form2 .row {
  --bs-gutter-x: 18px;
}
.faq-form2 .box-title {
  margin-bottom: 24px;
  font-size: 30px;
}
.faq-form2 .form-btn {
  margin-top: 10px;
}
.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}
.form-group > i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 19px;
  font-size: 16px;
  color: var(--body-color);
}
.form-group > i.fa-envelope {
  padding-top: 1px;
}
.form-group > i.fa-comment {
  margin-top: -2px;
}
.form-group > i.fa-chevron-down {
  width: 17px;
  background-color: var(--smoke-color2);
}
.form-group.has-label > i {
  top: 50px;
}
[class*="col-"].form-group > i {
  right: calc((var(--bs-gutter-x) / 2) + 25px);
}
select,
.form-control,
.form-select,
textarea,
input {
  height: 56px;
  padding: 0 25px 0 25px;
  padding-right: 45px;
  border: 1px solid transparent;
  color: var(--body-color);
  background-color: var(--smoke-color);
  border-radius: 27px;
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--th-border-color);
  background-color: var(--smoke-color2);
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}
select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}
select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}
select::-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.form-select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: var(--body-color);
}
select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}
.form-select,
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
textarea.form-control,
textarea {
  min-height: 94px;
  padding-top: 16px;
  padding-bottom: 17px;
}
textarea.form-control.style2,
textarea.style2 {
  min-height: 90px;
}
/*faq_app*/

/*footer*/
.main-footer{
  position:relative;
  background: linear-gradient(rgb(36 87 1 / 72%), rgb(20 51 19 / 55%)), url(../img/bg/counter-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding: 50px;
}

.main-footer .widgets-section{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 120px 0 70px;
}

/*.main-footer .widgets-section:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #152858;
  opacity: .95;
  content: "";
}*/

.main-footer .footer-column{
  position:relative;
  margin-bottom:40px;
}

.main-footer .footer-widget{
  position:relative;
}

.main-footer .footer-column .widget-title{
  position: relative;
  font-size:20px;
  font-weight:700;
  color:#ffffff;
  line-height: 30px;
  padding-bottom: 15px;
  margin-bottom:40px;
}

.main-footer .footer-column .widget-title:before{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #1370b5;
  content: '';
}

.main-footer .footer-column .widget-title:after{
  position: absolute;
  left: 65px;
  bottom: -2px;
  height: 6px;
  width: 6px;
  content: "";
  border-radius: 50%;
  background-color: #1370b5;
}


.footer-column .widget-title:after,
.footer-column .widget-title:before{
  background-color: #ffffff !important;
}

.main-footer .about-widget{
  position: relative;
}

.main-footer .logo{
  position:relative;  
  margin-bottom: 40px;
}

.main-footer .footer-logo figure{
  margin: 0;
}

.main-footer .footer-logo img{
  display:block;
  max-width:100%; 
}

.main-footer .about-widget .text{
  position: relative;
  margin-bottom: 40px;
}

.main-footer .about-widget .text p{
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 30px;
}

.main-footer .contact-list{
  position: relative;
  list-style:none;
}

.main-footer .contact-list li{
  position: relative;
  padding-left:60px;
  margin-bottom: 22px;
}

.main-footer .contact-list li:last-child{
  margin-bottom: 0;
}
.main-footer .contact-list li a{
  color:#fff;
}
.main-footer .contact-list li .icon{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 40px;
  line-height: 1em;
  color: #ffffff;
}

.main-footer .contact-list li strong{
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 600;
}

.main-footer .contact-list li .text{
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
}

.main-footer .contact-list li .text a{
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .contact-list li .text a:hover{
  color: #1370b5;
}

/*=== User LInks ===*/
ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.user-links{
  position: relative;
  margin-top: 30px;
}

.user-links li{
  position: relative;
  display: block;
  font-weight: 400;
  margin-bottom: 18px;
}

.user-links li a:before{
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 10px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 900;
  font-family: 'FontAwesome';
  content: "\f067";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.user-links li a:hover:before{
  color: #ffffff;
}

.user-links li a{
  position: relative;
  padding-left: 20px;
  display: block;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration:none;
}

.user-links li a:hover{
  color: #ffffff;
}
/* Social Icon Three*/

.social-icon-three{
  position: relative;
  display: flex;
}

.social-icon-three li {
  position: relative;
  margin-right: 15px;
}

.social-icon-three li a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #ffffff;
  height: 35px;
  width: 35px;
  border: 1px solid #ffffff;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-three li a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1370b5;
}


/*footer*/

/*=== Footer Bottom ===*/

.main-footer .footer-bottom{
  position: relative;
  width: 100%;
  background-color: #466b47;
}

.main-footer .footer-bottom:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: .20;
  content: "";
  background-color: #000000;
}


.main-footer .footer-bottom .inner-container{
  position: relative;
}

.main-footer .footer-bottom .copyright-text{
  position: relative;
  float: left;
  padding: 10px 0px 0px 0px;
}

.main-footer .footer-bottom .copyright-text p{
  position: relative;
  line-height: 20px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}

.main-footer .footer-bottom .copyright-text a{
  color: #ffffff;
  font-weight: 700;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .footer-bottom .copyright-text a:hover{
  color: #ffffff;
}

.main-footer .footer-bottom .footer-nav{
  position: relative;
  float: right;
}

.main-footer .footer-bottom .footer-nav ul{
  position: relative;
  padding:20px 0;
}

.main-footer .footer-bottom .footer-nav ul li{
  position: relative;
  float: left;
  padding-left: 22px;
  margin-left: 20px;
}

.main-footer .footer-bottom .footer-nav ul li:first-child{
  margin-left: 0;
  padding-left: 0;
}

.main-footer .footer-bottom .footer-nav ul li a{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .footer-bottom .footer-nav ul li:before{
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
  content: '|';
}

.main-footer .footer-bottom .footer-nav ul li a:hover{
  color: #ffffff;
  text-decoration: underline;
}

.main-footer .footer-bottom .footer-nav ul li:first-child:before{
  display: none;
}

/*=== Footer Bottom ===*/

/*breadcumb*/
.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.breadcumb-menu {
  max-width: 100%;
  padding: 0;
  margin: 35px 0 -0.5em 0;
  list-style-type: none;
  position: relative;
}
.breadcumb-menu li {
  display: inline-block;
  margin-right: 3px;
  padding-right: 3px;
  list-style: none;
  position: relative;
}
.breadcumb-menu li:after {
  content: "\f054";
  position: relative;
  margin-left: 6px;
  font-weight: 500;
  font-size: 15px;
  color: inherit;
  font-family: 'FontAwesome';
}
.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
  color: var(--theme-color);
}
.breadcumb-menu li:last-child:after {
  display: none;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  font-family: var(--title-font);
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 500;
  font-size: 16px;
  color: var(--title-color);
}
.breadcumb-title {
  margin: -0.2em 0 -0.18em 0;
  line-height: 1.1;
  font-weight: 600;
}
.breadcumb-wrapper {
  background-color: var(--smoke-color2);
  padding: 150px 0 150px 0;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 1399px) {
  .breadcumb-wrapper {
    padding: 120px 0 120px 0;
  }
}
@media (max-width: 1199px) {
  .breadcumb-menu {
    margin: 25px 0 -0.5em 0;
  }
}
@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding: 110px 0 110px 0;
  }
}
@media (max-width: 575px) {
  .breadcumb-menu {
    margin: 20px 0 -0.5em 0;
  }
  .breadcumb-title {
    font-size: 34px;
  }
}

/*breadcumb*/

/*team*/
.about-box {
  background-color: var(--white-color);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  overflow: hidden;
}
.about-box .box-img {
  overflow: hidden;
}
.about-box .box-img img {
  width: 100%;
}
@media (max-width: 575px) {
  .about-box {
    border-radius: 10px;
  }
}
.about-box .box-content {
  padding: 40px;
}
@media (max-width: 991px) {
  .about-box .box-content {
    padding: 30px;
  }
}
@media (max-width: 375px) {
  .about-box .box-content {
    padding: 30px 15px;
  }
}
.about-box .box-title {
  margin-bottom: 3px;
}
.about-box .box-desig {
  margin-bottom: 15px;
}
.about-box .box-link {
  margin-bottom: 10px;
}
.about-box .box-link:first-of-type {
  margin-top: 21px;
}
.about-box .box-link .icon-btn {
  --btn-size: 36px;
  line-height: 35px;
  font-size: 16px;
  color: var(--theme-color2);
  border-radius: 99px;
  margin-right: 5px;
}
.about-box .box-link a {
  color: var(--body-color);
}
.about-box .box-link a:hover {
  color: var(--theme-color2);
}
.about-box .th-social {
  margin-top: 30px;
}
.about-box .th-social a {
  --icon-size: 44px;
  background-color: var(--white-color);
  box-shadow: 0px 10px 20px rgba(2, 29, 53, 0.1);
}
.about-box .th-social a:hover {
  background-color: var(--theme-color2);
}
.team-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  left: 0;
}
@media (max-width: 1199px) {
  .team-sticky {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
  .team-sticky .about-box {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .team-sticky {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .team-sticky .about-box {
    width: 100%;
  }
}
.team-details {
  margin-left: 56px;
}
@media (max-width: 1299px) {
  .team-details {
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  .team-details {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .team-details .checklist.body-color li b {
    width: 200px;
    min-width: 200px;
  }
}
@media (max-width: 375px) {
  .team-details .checklist.body-color li b {
    width: 150px;
    min-width: 150px;
  }
}
/*team*/
/*contact-page*/
.contact-page .location-card {
    background-color:#ffffff;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.06);
    border-radius: 30px;
    padding: 30px 40px;
    margin-bottom: 20px;
    position: relative;
}
.location-card .box-title {
    border-bottom: 1px solid #d8dde1;
    text-align: center;
    padding-bottom: 22px;
    margin-bottom: 24px;
}
.location-card .footer-info {
    margin-bottom: 12px;
}
.location-card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    height: 4px;
    width: calc(100% - 60px);
    background-image: -webkit-radial-gradient(50% 50%, 50% 50%, #4866a3 56.77%, rgba(4, 206, 120, 0) 100%);
    background-image: radial-gradient(50% 50% at 50% 50%, #4866a3 56.77%, rgba(4, 206, 120, 0) 100%);
}
.location-card.active:after {
    background-image: -webkit-radial-gradient(50% 50%, 50% 50%, #ed3237 56.77%, rgba(4, 206, 120, 0) 100%);
    background-image: radial-gradient(50% 50% at 50% 50%, #ed3237 56.77%, rgba(4, 206, 120, 0) 100%);
}
.footer-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px
}

.footer-info:last-child {
    margin-bottom: 0
}

.footer-info i {
    color: #ed3b40;
    min-width: 23px;
    margin-top: 6px;
    padding-right: 25px;
}
/*contact-page*/


/*animation*/
.jump-reverse {
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite;
}
@-webkit-keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*animation*/


/*scroll top*/
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.scroll-top:after {
  content: "\f062";
  font-family:'FontAwesome';
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: var(--theme-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 2px solid var(--theme-color);
  box-shadow: none;
  border-radius: 50%;
}
.scroll-top svg {
  color: var(--theme-color);
  border-radius: 50%;
  background: var(--white-color);
}
.scroll-top svg path {
  fill: none;
}
.scroll-top .progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 20px;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.scroll-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.scroll-to-top{
  display:none;
}
/*scroll top*/

/*home page*/
.home-body{
  background: url(../img/bg/bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.home-profile .profile-box .profile-img img{
  border-radius:50%;
}
.home-profile .profile-box{
  position: relative;
    overflow: hidden;
    background: #cceebf;
    border-radius: 30px;
    padding: 30px 40px;
    text-align: center;
    margin-bottom:30px;
}
.home-profile .box-content h3{
  margin-top:10px;
}
.home-profile .sec-btn{
  margin-bottom:0;
}
/*home page*/

/*counter*/
.counter-area{
   background: linear-gradient(rgb(36 87 1 / 72%), rgb(20 51 19 / 55%)), url(../img/bg/counter-bg.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
   color: #fff;
   padding: 50px;
}
.counter-area .counter-card-wrap{
    background-color:transparent;
    border-radius:0;
    padding:80px 0;
}
/*counter card*/
.counter-card {
    --border-color: #D8DDE1;
}

.counter-card-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: var(--title-color);
    padding: 60px;
    border-radius: 30px;
}

@media (max-width: 1199px) {
    .counter-card-wrap {
        padding:40px;
    }
}

@media (max-width: 991px) {
    .counter-card-wrap {
        padding:40px 20px;
        border-radius: 20px;
    }
}

@media (max-width: 767px) {
    .counter-card-wrap {
        padding:30px 0;
    }
}
.counter-card-wrap{
    z-index:3;
    position:relative;
}
.counter-card-wrap:before{
    z-index:-1;
}
.counter-card-wrap .divider {
    width: 1px;
    height: 79px;
    background-color: var(--th-border-color);
}

.counter-card-wrap .divider:last-of-type {
    display: none;
}

.counter-card .box-number {
    font-size: 64px;
    color: #c0f3a5;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: -0.2em;
}

.counter-card .box-number .plus {
    color: var(--white-color);
    font-weight: 400;
}

@media (max-width: 1199px) {
    .counter-card .box-number {
        font-size:48px;
    }
}

@media (max-width: 767px) {
    .counter-card {
        -webkit-box-flex:50%;
        -webkit-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .counter-card-wrap {
        text-align: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
    }

    .counter-card-wrap .divider {
        display: none
    }

    .counter-card-wrap:after {
        content: '';
        height: 100%;
        width: 1px;
        position: absolute;
        top: 0;
        left: 50%;
        background-color: rgba(255,255,255,0.4);
    }

    .counter-card:nth-child(1),.counter-card:nth-child(3) {
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(255,255,255,0.4);
        margin-bottom: 30px;
    }
}

.counter-grid {
    padding: 40px 10px;
    text-align: center;
}

.counter-grid-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-radius: 30px;
    border: 2px solid var(--theme-color);
    position: relative;
}

.counter-grid-wrap:before,.counter-grid-wrap:after {
    content: '';
    position: absolute;
    background-color: var(--theme-color);
}

.counter-grid-wrap:before {
    height: 2px;
    width: 100%;
    left: 0;
    top: calc(50% - 1px);
}

.counter-grid-wrap:after {
    width: 2px;
    height: 100%;
    top: 0;
    left: calc(50% - 1px);
}

.counter-grid .box-number {
    font-size: 64px;
    color: var(--title-color);
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: -0.2em;
}

.counter-grid .box-number .plus {
    color: var(--theme-color);
    font-weight: 400;
}

@media (max-width: 1199px) {
    .counter-grid .box-number {
        font-size:48px;
    }
}
.counter-card .box-text {
    margin-bottom: -0.5em;
    color:#dbb8c3e0;
}
/*counter card*/
/*counter*/

/*service page*/
.mediic-section {
  padding: 90px 0 120px;
}

.mediic-thumb img{
  text-align:center;
  background:#fff;
  padding:10px;
  box-shadow:2px 2px 2px 2px #f3d0da6e;
  border-radius: 32px;
}
.mediic-title h2 {
  font-size: 28px;
  font-weight: 700;
  padding: 25px 0 21px;
}

p.mdy-pd {
  padding: 8px 0 20px;
}

.mediic-section .mediic-thumb{
  margin-bottom:20px;
}
.mediic-section .mediic-description p a{
   color:#002570;
   font-weight:600;
}
.mediic-section .mediic-description h3{
  margin-bottom:10px;
}

ul.about-mediic-services li {
  display: block;
  list-style: none;
  position: relative;
  font-family: "DM Sans";
  color:#002570;
  padding: 0 0px 20px 25px;
  position: relative;
}

ul.about-mediic-services li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color:#007eff;
}

/*sidebar*/
h3.category-title {
  font-size: 28px;
  font-weight: 700;
  padding: 0px 0 14px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

h3.category-title:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background:#0aca56;
  transition: 0.5s;
}

h3.category-title:hover:before {
  width: 100%;
}

.mediic-category-box {
  padding: 20px 35px 24px;
    border-radius: 20px;
    background-color: rgba(243, 248, 253, 0.30196078431372547);
    /* border: 2px solid #ffffff; */
    border-width: 4px;
    border-style: solid;
    border-image: linear-gradient(to right, #00C853, #c0f789) 1;
    margin-bottom: 30px;
}

ul.mediic-service li {
  padding: 13px 24px 13px;
  height: auto;
  display: block;
  list-style: none;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #0aca5657;
  margin: 0 0 15px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

ul.mediic-service li:before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background:#0aca56;
  transition: 0.5s;
  border-radius: 5px;
}

ul.mediic-service li a {
  font-size: 15px;
  font-family: "DM Sans";
  color: #65677a;
  transition: 0.5s;
}

ul.mediic-service li a i {
  padding: 0 12px 0 0;
  font-size: 16px;
 /* display: inline-block;*/
  color: #0aca56;
  transition: 0.5s;
}

ul.mediic-service li:hover:before {
  width: 100%;
  left: 0;
}

ul.mediic-service li:hover a {
  color: #fff;
}

ul.mediic-service li:hover a i {
  color: #fff;
}

/*sidebar*/
/*service page*/

/*sticky button*/
/**/
.icon-bar {
  position: fixed;
  top: 50%;
  right:0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  width:60px;
  height:60px;
 /* border-radius:50px;*/
  box-shadow: 2px 2px 3px #999;
}

.icon-bar a:hover {
  background-color: #000;
}

.call {
  background: #3B5998;
  color: white;
}

.whatsapp {
  background:#25D366;
  color: white;
}

.appointment {
  background: #dd4b39;
  color: white;
}
.hide{
    display:none;
}
.icon-bar:hover:before {
  /*  content:"Reply!";*/
    display:inline;
}