:root {
    --primary-color: #21c5e5;
    --primary-dark-color: #0a7fe1;
    --dark-color: #18100f;
    --secondary-color: #143160;
    --gray-color: #ebeced;
    --accent-color: #2d3928;
    --white-color: #ffffff;
    --body-fonts: 'Jost', sans-serif;
    --title-fonts: 'Jost', sans-serif;
}
body{
    font-size: 16px;
    font-family: "Jost", sans-serif;
}
.site-header {
    position: relative;
    z-index: 9999;
}
.text-primary {
    opacity: 1;
    color: #21c5e5 !important;
}
.text-secondary {
    opacity: 1;
    color: #143160 !important;
}
.bg-secondary {
    opacity: 1;
    background-color: #143160 !important;
}
.bg-ash {
    background-color: #f5f7fa;
}
.text-white {
    color: #fff !important;
}

a, a:hover {
    text-decoration: none;
    outline: none;
    transition: all .5s;
}
.site-header.style-1 .header-info-bar {
    padding: 25px 0;
}
.header-info-bar {
    position: relative;
    flex-wrap: nowrap;
    justify-content: flex-start;
    z-index: 99;
}
.icon-bx-wraper {
    position: relative;
}
.icon-bx-wraper.style-5 {
    display: flex;
    align-items: center;
    gap: 14px;
}
.icon-bx-wraper .icon-bx {
    position: relative;
    transition: all .5s;
}
.icon-bx-wraper.style-5 .icon-bx {
    height: 45px;
    width: 45px;
    min-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-content {
    overflow: hidden;
}
.icon-bx-wraper .dz-title {
    margin-top: 0;
}
.icon-bx-wraper.style-5 .dz-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.2;
}
.icon-bx-wraper.style-5 p {
    color: #031b4e;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}
.site-header .main-bar {
    background: #ffffff;
    width: 100%;
    position: relative;
}
.main-bar {
    transition: all .3s cubic-bezier(.39,.575,.565,1) 0s;
}
.logo-header {
    display: flex;
    align-items: center;
    float: left;
    vertical-align: middle;
    color: #EFBB20;
    margin: 0;
    width: 200px;
    height: 80px;
    position: relative;
    z-index: 9;
    padding: 0 10px;
}
.logo-header.logo-dark {
    background: #fff;
    outline: 6px solid #21c5e5;
}
.logo-header a {
    display: table-cell;
    vertical-align: middle;
}
.logo-header img {
    object-fit: contain;
    transition: all .5s;
}
.w3menu-toggler {
    border: 0 solid #efbb20;
    font-size: 16px;
    line-height: 24px;
    margin: 40px 0 39px 15px;
    padding: 0;
    float: right;
    outline: none!important;
}
.navicon {
    width: 45px;
    height: 45px;
    background: var(--bs-secondary);
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    border-radius: var(--radius-sm);
}
.navicon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    background: #fff;
    left: 10px;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}
.navicon span:first-child {
    top: 13px;
    width: 22px;
}
.navicon span:nth-child(3) {
    top: 32px;
    width: 20px;
}
.navicon span:nth-child(2) {
    top: 22px;
    width: 25px;
}
.menu-close {
    position: fixed;
    top: 0;
    background-color: #000;
    width: 0;
    height: 100%;
    opacity: .5;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    z-index: 999;
}

.menu-close.fade-overlay {
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.w3menu-toggler.open~.menu-close.fade-overlay {
    opacity: .5;
    visibility: visible;
}
.header-nav {
    padding: 0;
}
.w3menu.w3menu-end {
    justify-content: flex-end;
}
.navicon.open span:first-child {
    top: 23px;
    transform: rotate(135deg);
}
.navicon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
.navicon.open span:nth-child(3) {
    top: 23px;
    width: 23px;
    transform: rotate(-135deg);
}
.header-nav .logo-header {
    display: none;
}
.header-nav .nav {
    float: right;
    padding: 0;
    font-size: 0;
}
.header-nav.w3menu .nav {
    padding: 0;
    font-size: 0;
    flex-direction: row;
}
.header-nav.w3menu .nav>li {
    margin: 0;
    font-weight: 400;
    position: relative;
}
.header-nav.w3menu .nav>li>a {
    color: var(--white);
    font-size: 18px;
    padding: 28px 5px;
    font-family: var(--font-family-title);
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    position: relative;
    line-height: 24px;
}
.header-nav.w3menu .nav>li>a span {
    display: inline-block;
}
.header-nav .dz-social-icon {
    text-align: center;
    display: none;
}
.dz-social-icon ul {
    display: flex;
}
.header-nav .dz-social-icon li {
    display: inline-block;
    margin: 0 2px;
}
.dz-social-icon li a {
    height: 40px;
    width: 40px;
    min-width: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    transition: all .5s;
}
.header-nav .dz-social-icon a {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid rgba(0,0,0,.1);
    line-height: 38px;
    text-align: center;
    border-radius: 4px;
    display: block;
}
.dz-social-icon li a i {
    color: #031b4e;
}
.site-header .extra-nav {
    float: right;
    position: relative;
    z-index: 9;
    height: 80px;
    padding-left: 30px;
    color: var(--bs-heading-color);
}
.site-header .extra-nav, .site-header .extra-nav .extra-cell {
    display: flex;
    align-items: center;
}
.site-header .extra-nav, .site-header .extra-nav .extra-cell {
    display: flex;
    align-items: center;
}
.site-header .extra-nav .extra-cell>* {
    margin-left: 0px;
    display: flex;
    align-items: center;
    flex-direction: inherit;
    gap: 10px;
}
ul#menu-second-main-menu {
    margin-left: 40px !important;
}
.site-header .extra-nav ul li.nav-item {
    display: inline-block;
    margin: 0;
}
.btn-hover1 {
    color: rgba(0,0,0,0)!important;
    transition: all .3s ease!important;
    text-shadow: 0 0 0 #fff,500px 0 0 #fff;
}
.site-header .extra-nav .extra-cell ul li a, .site-header .extra-nav .extra-cell ul li button {
    min-width: 40px;
    display: flex;
    align-content: center;
    justify-content: center;
    vertical-align: middle;
    position: relative;
}
.btn {
    overflow: hidden;
}
.ButtonTop a {
    display: flex;
    width: 180px;
    height: 46px;
    text-align: center;
    align-items: center;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 18px;
    text-transform: uppercase;
    justify-content: center;
    background: linear-gradient(90deg, #FFFFFF 50%, #21c5e5 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: background-position 0.4s ease;
    animation: smoothShake 5s ease-in-out infinite;
}
@keyframes smoothShake {
    0%, 90%, 100% { transform: translateX(0); }
    92% { transform: translateX(-6px); }
    94% { transform: translateX(6px); }
    96% { transform: translateX(-6px); }
    98% { transform: translateX(6px); }
}
.WhiteBtn {
    padding: 7px 0;
    cursor: pointer;
    display: inline-flex;
    background: linear-gradient(90deg, #003ea2 50%, #143160 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: background-position 0.4s ease!important;
    position: relative;
    width: 100%;
    max-width: 300px;
    height: 55px;
    line-height: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 5px;
}
.WhiteBtn.TransprentBtn {
    background: linear-gradient(90deg, #3ab5cc 50%, #21c5e5 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: background-position 0.4s ease!important;
    color: #FFF;
}
.WhiteBtn:hover {
    background-position: 0 0;
    color: #FFF;
}

.ButtonTop a:hover {
    background-position: 0 0;
    color: #000;
}
.navicon {
    display: none;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.toggle-nav-btn {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 15px;
    border: 0;
    background-color: #fff;
    align-items: center;
    flex-direction: column;
}
.toggle-nav-btn span {
    height: 2px;
    background-color: var(--bs-secondary);
    display: block;
    transition: all .2s;
}
.btn-hover1:active, .btn-hover1:focus, .btn-hover1:hover {
    color: rgba(0,0,0,0)!important;
    text-shadow: -600px 0 0 #fff,0 0 0 #fff;
}
.toggle-nav-btn span:first-child {
    width: 20px;
}
.toggle-nav-btn span:nth-child(2) {
    width: 16px;
    margin: 5px 0;
}
.toggle-nav-btn span:nth-child(3) {
    width: 20px;
}
.toggle-nav-btn:hover span:first-child {
    width: 16px;
}
.toggle-nav-btn:hover span:nth-child(2) {
    width: 20px;
}
.toggle-nav-btn:hover span:nth-child(3) {
    width: 16px;
}
.site-header .main-bar .inner-bar {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: unset;
}
div#W3Menu ul {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 0px;
}
div#W3Menu ul li.page_item {
    margin: 0;
}
div#W3Menu ul li.page_item a {
    color: #fff !important;
    font-size: 20px;
    font-weight: 500;
}
.site-header .extra-nav .extra-cell li.nav-item.me-3 {
    margin: 0;
}
.hero-banner {
    position: relative;
}
.hero-banner.style-1 {
    height: 750px;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
}
.hero-banner.style-1 .inner-wrapper, .hero-banner.style-1>* {
    height: 100%;
}
.hero-banner.style-1 .text-vertical {
    font-weight: 700;
    font-size: 16px;
    writing-mode: tb;
    transform: rotate(-180deg) translateY(50%);
    position: absolute;
    left: 50px;
    top: 50%;
}
.hero-banner.style-1 .hero-content {
    margin-left: 15px;
}
.hero-banner.style-1 .text-vertical {
    left: 30px;
}
.h-100 {
    height: 100%!important;
}
.hero-banner.style-1 .title {
    font-size: 80px;
    font-weight: 700;
    margin-bottom: 10px;
}
.hero-banner.style-1 .text {
    font-size: 20px;
    max-width: 500px;
    font-weight: 400;
    margin-bottom: 35px;
}
.pt-info-box.pt-style-1 {
    background: var(--primary-color);
}
/*==================================================
info box
==================================================*/
.az-info-box.az-style-1 {
  background: var(--primary-color);
}

.az-info-box {
  color: var(--white-color);
  padding: 45px 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}

.az-info-box .az-info-box-right-icon {
  position: absolute;
  right: 0;
  top: 30px;
  opacity: 0.1999;
  transition: all 0.5s ease;
}

.az-info-box:hover .az-info-box-right-icon {
  right: 15px;
}

.az-info-box .az-info-box-right-icon i {
  font-size: 80px;
  line-height: 88px;
}

.az-info-box .az-info-box-icon i {
  font-size: 80px;
  line-height: 88px;
  color: var(--white-color);
}

.az-info-box .az-info-title {
  color: var(--white-color);
  font-size: 28px;
  line-height: 36px;
  margin-top: 15px;
  margin-bottom: 5px;
}
p.az-infobox-description {
    font-size: 16px;
}
.az-info-call {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.az-info-call i {
  font-size: 20px;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: var(--white-color);
  color: var(--primary-color);
  border-radius: 100%;
}

.az-info-call .caz-call-number {
  color: var(--white-color);
  margin-left: 15px;
}

.az-info-box.az-style-2 {
  background: var(--secondary-color);
}

.az-info-box.az-style-2 .az-button-outline {
  border-color: var(--white-color);
  color: var(--white-color);
  padding: 8px 24px;
}

.az-info-box.az-style-2 .az-button-outline:hover {
  border-color: var(--primary-color);
  background: var(--primary-color);
}

.az-info-box.az-style-3 {
  background: var(--primary-color);
}

.az-info-box.az-style-3 .az-list-info {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
}

.az-info-box.az-style-3 .az-list-info li {
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff29;
}

.az-info-box.az-style-3 .az-list-info li:last-child {
  margin-bottom: 0;
  border: none;
}
.az-info-box.az-style-3 .az-list-info li {
    font-size: 16px;
}
.servicebox {
    margin-top: -47px;
}
.background-blend-burn {
    background-blend-mode: color-burn;
}
.content-wrapper.style-12 .content-info {
    padding-top: 80px;
    padding-bottom: 70px;
    margin-right: 30px;
}
.section-head {
    margin-bottom: 40px;
}
.section-head.style-3 .title {
    font-size: 55px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;
}
.text-yellow {
    color: #FDF42A;
}
.form-control {
    height: 50px;
    border: 0;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    color: #031B4E;
    transition: all .3s ease-in-out;
    background: #ffffff;
    border-radius: 10px;
    border-radius: 1px solid var(--bs-secondary);
}
.floating-outline .form-control::placeholder{
    color: #fff;
}
.form-floating {
    position: relative;
}
.floating-outline .form-control {
    background-color: transparent;
    padding: 15px 20px!important;
    border: 2px solid rgba(0,0,0,.3);
    height: 60px;
    min-height: 60px;
    color: var(--bs-body-color);
    outline: 0!important;
    font-size: 15px;
    border-radius: 15px;
    padding-right: 50px;
}
.floating-outline.input-light .form-control {
    border: 2px solid rgba(255,255,255,.3);
    color: #fff;
}
.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem .75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}
.floating-outline label {
    padding: 0;
    height: auto;
    border: 0;
    font-size: 15px;
    color: var(--bs-body-color);
    top: 18px;
    left: 20px;
}
.floating-outline.input-light .dropdown-toggle .filter-option-inner-inner, .floating-outline.input-light label {
    color: #fff;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}
.input-group-text {
    padding: 5px 15px;
    background: #ffffff;
    margin-bottom: 0!important;
    color: #566593;
    border-color: transparent;
}
.floating-outline .input-group-text {
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 13px;
    right: 5px;
    opacity: .5;
}
.feather {
    font-family: feather!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.content-wrapper.style-12 .content-media {
    margin-top: -100px;
    margin-right: -50px;
    margin-left: -30px;
}
/*.Treatment_categories{
    margin-top: 80px !important;
}*/
.make_appointment {
    margin-top: 120px !important;
}
.section-head h2.title {
    font-size: 55px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    letter-spacing: .2px;
}
.icon-bx-wraper {
    position: relative;
}
.icon-bx-wraper.style-3 {
    border-radius: 25px;
    padding: 30px;
    z-index: 1;
    filter: drop-shadow(0 20px 50px rgba(var(--bs-secondary-rgb),.02));
    height: 100%;
    display: flex;
    flex-direction: column;
}
.icon-bx-wraper.style-3 .icon-bx-head {
    margin-bottom: auto;
}
.icon-bx-wraper .icon-bx {
    position: relative;
    transition: all .5s;
}
.icon-bx-wraper.style-3 .icon-bx {
    width: 60px;
    height: 60px;
    display: block;
    margin-bottom: 30px;
}
.icon-bx-wraper.style-3 .icon-bg svg path, .icon-bx-wraper.style-3 .icon-cell {
    transition: all .5s;
}
.icon-bx-wraper.style-3.active .icon-cell, .icon-bx-wraper.style-3:focus-within .icon-bx-wraper.style-3:hover .icon-cell {
    --bs-primary: #fff;
}
.icon-bx-wraper.style-3 .icon-bx svg {
    width: 100%;
    height: 100%;
}
.icon-bx-wraper.style-3 .icon-bg {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 140px;
    opacity: .025;
}
.icon-bx-wraper.style-3.active .icon-bg, .icon-bx-wraper.style-3:focus-within .icon-bx-wraper.style-3:hover .icon-bg {
    opacity: .08;
}
.icon-bx-wraper.style-3 .icon-bg svg {
    width: 100%;
    transition: all .5s;
}
.icon-content {
    overflow: hidden;
}
.icon-bx-wraper.style-3 .icon-bx-footer {
    position: relative;
    padding-top: 20px;
    margin-top: 20px;
    margin-right: 50px;
    transition: all .5s;
}
.icon-bx-wraper.style-3 .icon-bx-footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-image: linear-gradient(to right,rgba(var(--bs-body-color-rgb),.3) 50%,rgba(255,255,255,0) 0);
    transition: all .5s;
    background-size: 10px 1px;
    background-repeat: repeat-x;
}
.icon-bx-wraper.style-3.active .icon-bx-footer:before, .icon-bx-wraper.style-3:focus-within .icon-bx-wraper.style-3:hover .icon-bx-footer:before {
    background-image: linear-gradient(to right,rgba(var(--bs-white-rgb),.5) 50%,rgba(255,255,255,0) 0);
}
.icon-bx-wraper.style-3 .text-badge {
    font-size: 14px;
    color: var(--secondary-color);
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.2;
    transition: all .5s;
}
.icon-bx-wraper.style-3.active .text-badge, .icon-bx-wraper.style-3:focus-within .icon-bx-wraper.style-3:hover .text-badge {
    color: #fff;
}
.icon-bx-wraper.style-3 .text-badge i {
    font-size: 10px;
    transition: all .5s;
}
.icon-bx-wraper.style-3.active .text-badge i, .icon-bx-wraper.style-3:focus-within .icon-bx-wraper.style-3:hover .text-badge i {
    color: var(--secondary-color)!important;
}
.btn-square {
    height: 48px;
    width: 48px;
    min-width: 48px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: all .5s;
}
.icon-bx-wraper.style-3 .btn-square {
    box-shadow: 0 20px 50px rgba(var(--secondary-color),.1);
    position: absolute;
    right: -80px;
    bottom: -30px;
    font-size: 20px;
    background: var(--secondary-color);
    border-color: var(--secondary-color);
}
.icon-bx-wraper.style-3 .btn-square i {
    transition: all .5s;
}
.icon-bx-wraper.style-3:after {
    content: "";
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1000' height='900' viewBox='0 0 1000 900' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M1000 0H0V900H903V791H1000V0Z' fill='white'/><path fill-rule='evenodd' clip-rule='evenodd' d='M1000 586C1000 572.193 988.807 561 975 561H715C701.193 561 690 572.193 690 586V875C690 888.807 701.193 900 715 900H915C928.807 900 940 888.807 940 875V865C940 851.193 951.193 840 965 840H975C988.807 840 1000 828.807 1000 815V586Z' fill='white'/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1000' height='900' viewBox='0 0 1000 900' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M1000 0H0V900H903V791H1000V0Z' fill='white'/><path fill-rule='evenodd' clip-rule='evenodd' d='M1000 586C1000 572.193 988.807 561 975 561H715C701.193 561 690 572.193 690 586V875C690 888.807 701.193 900 715 900H915C928.807 900 940 888.807 940 875V865C940 851.193 951.193 840 965 840H975C988.807 840 1000 828.807 1000 815V586Z' fill='white'/></svg>");
    -webkit-mask-position: right bottom;
    mask-position: right bottom;
    border-radius: 25px 25px 0 25px;
    transition: all .5s;
}
.icon-bx-wraper.style-3.active:after, 
.icon-bx-wraper.style-3:focus-within,
 .icon-bx-wraper.style-3:hover:after {
    background: var(--primary-color);
}
.icon-bx-wraper.style-3 .icon-bx-head .icon-content h3.dz-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
}
.icon-bx-wraper.style-3 .icon-bx-head .icon-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.m-b30 {
    margin-bottom: 30px;
}





.cs_service_area {
    position: relative;
    z-index: 0;
}
.cs_service_area .container,
.cs_section_heading.cs_style_1 {
    position: relative;
    z-index: 1;
}
.cs_section_heading.cs_style_1.cs_type_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px 30px;
}
.cs_section_heading.cs_style_1 .cs_section_heading_left {
    max-width: 670px;
}
.sub_heading,
.cs_section_heading.cs_style_1 .cs_section_subtitle {
    line-height: 1.55em;
    text-transform: capitalize;
    margin-bottom: 10px !important;
    letter-spacing: 1.44px;
    color: var(--primary-color);
}
.cs_section_heading.cs_style_1 .cs_section_title {
    text-transform: capitalize;
    color: var(--secondary-color);
}
.cs_service_grid.cs_style_2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.cs_white_bg {
    background-color: var(--white-color);
}
.cs_iconbox.cs_style_8 {
    padding: 20px;
    height: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #f7f7f7;
    box-shadow: 0 0 20px 0px #d5d4d4;
    border-radius: 15px;
    border: 1px dashed #c8c8c8;
}
.cs_iconbox.cs_style_8:hover h3.cs_iconbox_title a.text-secondary{
    color: var(--white-color);
}
.cs_iconbox.cs_style_8 .cs_iconbox_icon {
    width: 80px;
    height: 80px;
    position: relative;
    margin-bottom: 15px;
}
.cs_radius_50 {
    border-radius: 50%;
}
.cs_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cs_semibold {
    font-weight: 600 !important;
}
.cs_fs_32 {
    font-size: 32px;
    line-height: 1.31em;
}
.cs_iconbox.cs_style_8 .cs_iconbox_subtitle, .cs_iconbox.cs_style_8 .cs_text_btn {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cs_iconbox.cs_style_8 .cs_iconbox_subtitle {
    margin-bottom: 20px;
}
.cs_heading_color {
    color: var(--secondary-color);
}

.cs_fs_18 {
    font-size: 18px;
    line-height: 1.17em;
}
.cs_text_btn .cs_text_btn_icon {
    width: 20px;
    overflow: hidden;
}
.cs_text_btn .cs_text_btn_icon span {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.18, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.18, 1);
    transition: transform 0.3s cubic-bezier(0.77, 0, 0.18, 1);
    transition: transform 0.3s cubic-bezier(0.77, 0, 0.18, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.18, 1);
}
.cs_text_btn .cs_text_btn_icon span:first-child {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}
.cs_text_btn .cs_text_btn_icon span:last-child {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
}
.cs_text_btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.cs_iconbox.cs_style_8:hover {
    background-color: var(--primary-color);
}
.cs_iconbox.cs_style_8:hover .cs_iconbox_title a, 
.cs_iconbox.cs_style_8:hover .cs_iconbox_subtitle, 
.cs_iconbox.cs_style_8:hover .cs_text_btn {
    color: #fff !important;
}
.cs_iconbox.cs_style_8:hover .cs_iconbox_subtitle {
    opacity: 0.7;
}
.cs_iconbox.cs_style_8 .cs_iconbox_title a:hover {
    color: var(--white-color);
    opacity: 1;
    background-size: 100% 1px;
    background-position: 0 calc(100% - 0px);
}
.cs_text_btn:hover .cs_text_btn_icon span:first-child {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}
.cs_text_btn:hover .cs_text_btn_icon span:last-child {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
}
.cs_iconbox.cs_style_8 .cs_iconbox_title a {
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), to(currentColor));
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    -webkit-transition: background-size 0.42s cubic-bezier(0.49, 0.49, 0.08, 1), color 0.27s ease-out;
    transition: background-size 0.42s cubic-bezier(0.49, 0.49, 0.08, 1), color 0.27s ease-out;
    background-position: 100% calc(100% - 0px);
    background-size: 0 1px;
}
.cs_iconbox.cs_style_8:nth-child(5),
.cs_iconbox.cs_style_8:nth-child(2) {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}
.cs_btn.cs_style_1 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 15px 40px;
    font-family: var(--heading-font);
    text-align: center;
    line-height: 1.55em;
    color: var(--white-color);
    position: relative;
}
.cs_accent_bg {
    background-color: var(--secondary-color);
}
.cs_btn.cs_style_1 .cs_btn_text {
    position: relative;
    z-index: 1;
}
.cs_btn.cs_style_1::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    border-radius: inherit;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.cs_btn.cs_style_1:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.cs_iconbox.cs_style_8 .cs_iconbox_icon::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-color: var(--gray-color);
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
}
.cs_iconbox.cs_style_8:hover .cs_iconbox_icon::after {
    opacity: 1;
    background-color: #fff;
}
.cs_iconbox.cs_style_8 .cs_iconbox_icon img {
    position: relative;
    z-index: 1;
}

/*------------------------------------
    Hospital & Hospital Details CSS
--------------------------------------*/

.hospital-card-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
}

/* Base */
.hospital-card {
    transition-delay: 0s !important;
}

/* Category */
.hospital-card .hospital-category {
    padding: 3px 16px;
}

/* Common styles */

.hospital-card .hospital-info {
    padding: 0 5px 10px;
}

.hospital-card .hospital-info .hospital-category,
.hospital-card .hospital-info .ratings {
    margin-top: 8px;
}

.hospital-card .hospital-info .ratings i {
    color: #FF9C00;
    font-size: 20px;
}

.hospital-card .hospital-location {
    padding-left: 24px;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 13, 68, 0.20);
}

.hospital-card .hospital-location i,
.hospital-card .hospital-location img {
    position: absolute;
    top: 4px;
    left: 0;
}

.hospital-card .booking-link {
    padding-left: 25px;
}

/* Style Three + Four */
.hospital-card.style-three,
.hospital-card.style-four {
    padding: 15px;
}

.hospital-card.style-three .hospital-img,
.hospital-card.style-four .hospital-img {
    width: 320px;
}

.hospital-card.style-three .hospital-img .share-action,
.hospital-card.style-four .hospital-img .share-action {
    top: 20px;
    left: 20px;
}

.hospital-card.style-three .hospital-info,
.hospital-card.style-four .hospital-info {
    width: calc(100% - 345px);
    margin-left: auto;
}

.hospital-card.style-three .ratings i,
.hospital-card.style-four .ratings i {
    color: #FF9C00;
}


/* Share */
.share-action .share-btn {
    background: #fff;
}
.share-action .share-btn .social-profile li a {
    width: 40px;
    height: 40px;
    background-color: #fff;
    transition: all 350ms linear;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 20px;
    color: #000;
    gap: 10px;
}
.share-action .share-btn span {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.share-action .social-profile {
    position: absolute;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 5px;
}
.share-action .social-profile li {
    margin: 0;
}

.share-action .share-btn:hover .social-profile {
    visibility: visible;
    opacity: 1;
}

/* Wishlist */
.share-action .add-to-wishlist {
    width: 40px;
    height: 40px;
}

.share-action .add-to-wishlist:hover {
    background-color: var(--primary-color) !important;
}

/* Info Card */
.hospital-info-card {
    box-shadow: 0 4px 15px rgba(0, 13, 68, 0.1);
    padding: 15px;
}

/* Form */
.hospital-search-form .form-group {
    width: calc(50% - 105px);
    margin-right: 24px;
}

.hospital-search-form.style-two .form-group {
    width: calc(33.33% - 78px);
}

/* Filter */
.filter-radio-group li {
    margin-bottom: 10px;
}

.filter-radio-group li:last-child {
    margin-bottom: 0;
}
.round-5 {
    border-radius: 5px;
}
.fs-22 {
    font-size: 22px;
}
.fs-24 {
    font-size: 24px;
}
.fw-extrabold {
    font-weight: 800;
}
.text-title {
    color: #000d44;
}
.round-20 {
    border-radius: 20px;
}
.hospital-card .hospital-category {
    padding: 3px 16px;
    margin-top: 8px;
    transition: all 350ms linear;
    background-color: var(--primary-color);
    color: rgb(255 255 255) !important;
    font-weight: 500 !important;
    display: inline-block !important;
    border-radius: 5px;
    font-size: 16px;
    line-height: 28px;
}

.btn.style-three {
    color: var(--primaryColor);
    z-index: 1;
    font-weight: 400;
    padding: 17px 29px 16px 26px;
    border: none;
    overflow: hidden;
    transition: var(--transition);
    border-radius: 10px;
    font-weight: 600 !important;
    position: relative !important;
}
.btn.style-three:before {
    background: #f5f7fa;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: all ease 300ms;
}
.btn.style-three:after {
    background-color: var(--primaryColor);
    z-index: -2;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: all ease 300ms;
}
.btn.style-three .icon-right {
    position: absolute;
    right: 58px;
    top: 22px;
    opacity: 0;
    transition: all ease 300ms;
}
.btn.style-three span {
    position: relative;
    padding-right: 30px;
    display: inline-block;
}
.btn.style-three span .icon-left {
    position: absolute;
    top: 6px;
    right: 0;
    transition: all 350ms linear;
}
.btn.style-three:hover {
    color: #fff;
}
.btn.style-three:hover span .icon-left {
    right: 0%;
    opacity: 0;
}
.btn.style-three:hover .icon-right {
    right: 14px;
    opacity: 1;
}
.testimonial-card.style-three {
    padding: 15px;
    border-radius: 20px;
}
.testimonial-card.style-three .client-img {
    width: 250px;
    background: #e9e9e9;
    border-radius: 20px;
}
.round-20 {
    border-radius: 20px;
}
.testimonial-card.style-three .client-info {
    width: calc(100% - 270px);
    margin-left: auto;
    padding-right: 15px;
}
.testimonial-card.style-three .client-info p {
    margin-top: 15px;
    padding-right: 20px;
    padding-bottom: 5px;
}
.testimonial-card.style-three .client-info .quote-icon {
    position: absolute;
    bottom: 25px;
    right: 30px;
}
.fs-22 {
    font-size: 22px;
    font-weight: 800;
    color: #000d44;
}
.slider-btn .prev-btn, .slider-btn .next-btn {
    width: 50px;
    height: 50px;
        border-radius: 50% !important;
        margin-right: .5rem !important;
}
.slider-btn.style-one .prev-btn, 
.slider-btn.style-one .next-btn {
    background-color: #143160;
}
.slider-btn.style-one .prev-btn:hover, 
.slider-btn.style-one .next-btn:hover {
    background-color: #21c5e5;
}
.testimonial-slider-two .slider-btn .prev-btn, .testimonial-slider-two .slider-btn .next-btn {
    position: absolute;
    top: calc(50% - 10px);
    transform: translateY(-50%);
    bottom: auto;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: var(--transition);
}
.testimonial-slider-two .slider-btn .prev-btn {
    left: 0;
}
.testimonial-slider-two:hover .slider-btn .prev-btn, 
.testimonial-slider-two:hover .slider-btn .next-btn {
    visibility: visible;
    opacity: 1;
}
.slider-btn.style-one .prev-btn i, 
.slider-btn.style-one .next-btn i {
    color: #fff;
    font-size: 29px;
    line-height: 0.8;
}
.slider-btn .prev-btn i {
    left: -1px;
}
.testimonial-slider-two .slider-btn .next-btn {
    right: 0;
}
.slider-btn .next-btn i {
    right: -2px;
}
.rating li {
    display: inline-block;
}
.testimonial-card.style-three .client-info .rating li i {
    font-size: 20px;
    color: #FF9C00;
}
.move-text ul li {
    font-family: "Poppins",sans-serif;
}
@media only screen and (min-width: 991px) {
    .header-nav.w3menu {
        flex-basis: auto;
        flex-grow: 1;
        display: flex;
    }
    .text-white .header-nav.w3menu .nav>li:not(:hover):not(.active)>a {
        color: #fff;
    }
    .cs_height_120 {
        height: 120px;
    }
    .cs_height_100 {
        height: 100px;
    }
}


@media only screen and (max-width: 1680px) {
    .site-header .extra-nav {
        padding-left: 0;
    }
    .hero-banner.style-1 {
        height: 700px;
    }
}
@media only screen and (max-width: 1480px) {
    .hero-banner.style-1 .title {
        font-size: 60px;
    }
    
}

@media only screen and (max-width: 1199px) {
    .hero-banner.style-1 .title {
        font-size: 48px;
    }
}