@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
    overflow-x: hidden;
}

:root {
    --primary-font: "PT Sans", sans-serif;
    --secondary-font: "PT Sans", sans-serif;
    --primary-color: #344e9f;
    --secondary-color: #d73135;
    --theme-light-color: #fffafa;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--primary-font);
}

a {
    text-decoration: none;
    color: #000;
    display: block;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}



/* Header section style start */

.header-section {
    box-shadow: 0px 1px 7px 0px rgb(0 0 0 / 11%);
    position: relative;
}

.header-section .topheaderbox {
    background: var(--primary-color);
}
.top-headerbox {
    background: #fff;
    transition: all .3s ease;
}
.top-headerbox.scrolled {
    /* position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999; */
}

.header-section .topheaderbox .topheaderbox-slider {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.header-section .topheaderbox p {
    padding: 10px;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-family: var(--secondary-font);
}

.header-section .topbox {
    background: var(--secondary-color);
    position: relative;
}

.header-section .topbox .righttopbox {width: 70%;margin-left: auto;position: relative;overflow: hidden;}

.header-section .topbox .righttopbox ul {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: end;
}

.header-section .topbox .righttopbox ul li {}

.header-section .topbox .righttopbox ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    font-family: var(--secondary-font);
    padding: 10px 0px;
    color: #fff;
    font-weight: 400;
}

.header-section .headerbox {
    padding: 0 0 0px;
    background: #fff;
}

.header-section .headerbox .logo-box {
    display: flex;
    align-items: center;
}

.header-section .headerbox .logo-box .logo {
    flex-basis: 30%;
    transform: translateY(-35%);
}

.header-section .headerbox .logo-box .logo img {
    width: 100%;
}

.header-section .headerbox .logo-box .rightbox {
    flex-basis: 70%;
}

.header-section .headerbox .logo-box .rightbox ul {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

.header-section .headerbox .logo-box .rightbox ul li {}

.header-section .headerbox .logo-box .rightbox ul li.dropdown-li {
}

.header-section .headerbox .logo-box .rightbox ul li a {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--primary-font);
    text-transform: capitalize;
    padding: 25px 0px;
    color: #565656;
}

.header-section .headerbox .logo-box .rightbox ul li a i {
    font-size: 14px;
    color: #565656;
}

.header-section .headerbox .logo-box .rightbox ul li.dropdown-li .submenu {
    position: absolute;
    min-width: 200px;
    width: 100%;
    background: #002f5a;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    padding: 20px 50px;
    z-index: 99;
}

.header-section .headerbox .logo-box .rightbox ul li.dropdown-li.position-relative .submenu {
    padding: 10px 0px;
}

.header-section .headerbox .logo-box .rightbox ul li.dropdown-li .submenu ul {
    display: block;
}

.header-section .headerbox .logo-box .rightbox ul li.dropdown-li .submenu ul li {
}

.header-section .headerbox .logo-box .rightbox ul li.dropdown-li .submenu ul li a {
    padding: 10px;
    color: #fff;
    font-size: 16px;
    color: #fff !important;
    padding: 5px 0 5px 18px;
    display: block;
    line-height: 20px;
}
.header-section .headerbox .logo-box .rightbox ul li.dropdown-li .submenu ul li a:hover {
    background: var(--primary-color);
}
.header-section .topbox .righttopbox ul li a .icon {}

.header-section .topbox .righttopbox ul li a .icon svg {
    width: 25px;
    fill: #fff;
}

.header-section .topbox .righttopbox:before {
    content: "";
    background: #fff;
    left: -10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 42px;
    height: 42px;
    z-index: 1;
}

.header-section .topbox:after {
    background: #fff;
    content: "";
    left: 0;
    position: absolute;
    width: 34%;
    height: 100%;
    top: 0;
}

.header-section .headerbox .logo-box .rightbox ul li.dropdown-li:hover .submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.header-section .headerbox .logo-box {
    padding: 10px;
    justify-content: space-between;
}

.header-section .headerbox .logo-box .mobilemenubtn {
    display: none;
}

.header-section .headerbox .logo-box .mobilemenubtn a.mobiletooglebtn {}

.header-section .headerbox .logo-box .mobilemenubtn a.mobiletooglebtn .toggle-menu {
    position: relative;
    z-index: 9;
    top: 0;
    padding: 6px 5px 4px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    right: 20px;
}

.header-section .headerbox .logo-box .mobilemenubtn a.mobiletooglebtn .toggle-menu .bar {
    background: #000000;
    height: 4px;
    width: 30px;
    display: block;
    margin-bottom: 7px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-section .headerbox .logo-box .mobilemenubtn a.mobiletooglebtn .toggle-menu .bar:last-child {
    margin: 0;
}

/* Header section style end */

/* mobilesidenav style start */

.mobilesidenav {
    position: fixed;
    top: 0px;
    left: -100%;
    padding-bottom: 15px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 99;
    overflow: auto;
    -webkit-box-shadow: 0 0 35px -10px rgba(0, 0, 0, 25%);
    box-shadow: 0 0 35px -10px rgba(0, 0, 0, 25%);
    background-repeat: no-repeat;
    transition: all .3s ease;
}

.mobilesidenav.show {
    left: 0;
}

.mobilesidenav .mobilesidev {}

.mobilesidenav .mobilesidev .mobilesidehead {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 10px 10px;
    box-shadow: 0px 1px 7px 0px rgb(0 0 0 / 11%);
    background: #e9efff;
}

.mobilesidenav .mobilesidev .mobilesidehead .mobilesidelogo {
    width: 80%;
}

.mobilesidenav .mobilesidev .mobilesidehead .mobilesidelogo img {
    width: 100%;
}

.mobilesidenav .mobilesidev .mobilesidehead .close-btn {padding-right: 0px;}

.mobilesidenav .mobilesidev .mobilesidehead .close-btn i {
    font-size: 22px;
}

.mobilesidenav .mobilesidev .mobilemenu {}

.mobilesidenav .mobilesidev .mobilemenu ul {display: flex;flex-direction: column;padding-left: 0;margin-bottom: 0;list-style: none;margin: 0px 0px;margin-right: 0px;}

.mobilesidenav .mobilesidev .mobilemenu ul li {}
.mobilesidenav .mobilesidev .mobilemenu ul li.mobiledropdown {
    position: relative;
}

.mobilesidenav .mobilesidev .mobilemenu ul li .moibledropmenu {background: var(--primary-color);padding: 0px 0px;}
.mobilesidenav .mobilesidev .mobilemenu ul li .moibledropmenu ul {margin: 0;}

.mobilesidenav .mobilesidev .mobilemenu ul li .moibledropmenu ul li {

}

.mobilesidenav .mobilesidev .mobilemenu ul li .moibledropmenu ul li a {text-transform: capitalize;padding: 10px 30px;color: #fff;}

.mobilesidenav .mobilesidev .mobilemenu ul li a {
    font-size: 16px;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 15px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--secondary-font);
}
.mobilesidenav .mobilesidev .mobilemenu ul li a:hover {
    color: #000;
}
.mobilesidenav .mobilesidev .mobilemenu .mobilebtns {
    padding: 0px 10px;
}

.mobilesidenav .mobilesidev .mobilemenu .mobilebtns ul {
    margin-bottom: 0;
}

.mobilesidenav .mobilesidev .mobilemenu .mobilebtns ul li {
    margin: 5px 0;
}

.mobilesidenav .mobilesidev .mobilemenu .mobilebtns ul li a {
    background: var(--primary-color);
    color: #fff;
    font-family: var(--primary-font);
    text-transform: uppercase;
    padding: 12px 25px;
    display: block;
    border-radius: 5px;
    font-size: 16px;
    transition: all .3s ease;
    text-align: center;
}
.mobilesidenav .mobilesidev .mobilemenu .mobilebtns ul li a:hover {
    background: var(--secondary-color);
}

.mobilesidenav .mobilesidev .mobilemenu ul li .moibledropmenu ul li .mobilesubmenu {
    background: var(--secondary-color);
}

.mobilesidenav .mobilesidev .mobilemenu ul li .moibledropmenu ul li .mobilesubmenu ul li a {
    color: #fff;
    padding: 10px 50px;
}

/* mobilesidenav style end */

/* button style start */


.btn-style{
    display:inline-block;
    text-align: center;
    border-radius: 5px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
  }
  
  .btn-style .btn-title{
    position: relative;
    z-index: 9;
    color: inherit;
  }
  
  .btn-style span:not(.btn-title){
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20%;
    height: 100%;
    border-radius: 50%;
    transform: translateY(150%);
    transition: all 500ms ease;
    background-color: #ffffff;
    z-index: 0;
  }
  
  .btn-style span:nth-child(2){
    left: 20%;
    transition-delay: 100ms;
  }
  
  .btn-style span:nth-child(3){
    left: 40%;
    transition-delay: 200ms;
  }
  
  .btn-style span:nth-child(4){
    left: 60%;
    transition-delay: 300ms;
  }
  
  .btn-style span:nth-child(5){
    left: 80%;
    transition-delay: 400ms;
  }
  
  .btn-style:hover span{
    transform: translateY(0) scale(2);
    color: var(--primary-color);
  }

  .btn-style{
    position: relative;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    background: var(--primary-color);
    overflow: hidden;
    padding: 5px 15px;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
  }
  
  .btn-style-one:hover{
    color: #1370b5;
    box-shadow: 0 10px 30px rgba(0,0,0,0.10);
  }

/* button style end */

/* banner section style start */

.banner-section {}

.banner-section .banner-img {}

.banner-section .banner-img img {
    width: 100%;
}

/* banner section style end */

/* appointment section style start */

.appointment-home {
    z-index: 3;
    position: relative;
    margin-top: -6%;
}

.appointment-home .appointment-home-emergency {
    padding: 50px;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    z-index: 3;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center!important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.appointment-home .appointment-home-emergency .emergency-contact-box {display: flex;align-items: center;margin-bottom: 30px;}

.appointment-home .appointment-home-emergency .emergency-contact-box .icon {
    font-size: 56px;
    line-height: 56px;
    margin-right: 10px;
}

.appointment-home .appointment-home-emergency .emergency-contact-box .icon svg {
    width: 60px;
}

.appointment-home .appointment-home-emergency .emergency-contact-box .emergency-contactno {}

.appointment-home .appointment-home-emergency .emergency-contact-box .emergency-contactno h2 {
    font-size: 1.5rem;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 500;
    font-family: var(--secondary-font);
}

.appointment-home .appointment-home-emergency .d-grid {
}

.appointment-home .appointment-home-emergency .d-grid a {
    display: inline-block;
    text-decoration: none;
    font-family: var(--secondary-font);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    padding: 15px 40px;
    border-radius: 0;
    text-transform: none;
    background-color: #ffffff4d;
    border: none;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    border: 1px solid;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}

.appointment-home .appointment-form {
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    border-radius: 10px;
    background: #fff;
}

.appointment-home .appointment-form h2 {
    font-size: 36px;
    color: var(--primary-color);
    margin-bottom: 20px;
    letter-spacing: -0.8px;
    font-weight: 400;
    font-family: var(--secondary-font);
}

.appointment-home .appointment-form h2 span {
    font-weight: 600;
}

.appointment-home .appointment-form form {}

.appointment-home .appointment-form form .form-select {
    padding: 15px 15px;
    font-size: 15px;
    color: #848484;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-family: var(--secondary-font);
    font-weight: 500;
    box-shadow: none;
}

.appointment-home .appointment-form form input[type=text], .appointment-home .appointment-form form input[type=datetime-local] {
    padding: 15px 10px;
    font-size: 15px;
    color: #848484;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-family: var(--secondary-font);
    font-weight: 500;
    box-shadow: unset;
    outline: var(--primary-color);
}

.appointment-home .appointment-form form .submit-btn {
    display: inline-block;
    text-decoration: none;
    font-family: var(--primary-font);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    padding: 15px 40px;
    border-radius: 0;
    text-transform: none;
    background-color: var(--secondary-color);
    border: none;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}

.appointment-home .appointment-home-emergency:after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: -1;
    background-color: #344e9fc7;
}

.appointment-home .appointment-home-emergency .emergency-contact-box .icon svg path {
    fill: #fff;
}

.appointment-home .appointment-home-emergency .d-grid a:hover {
    background: #ffffff;
    );
    color: var(--secondary-color);
    border-color: #fff;
}

.appointment-home .appointment-form form .form-box {
    margin: 0 0 20px;
}

button.appointment-btn {
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

button.appointment-btn:hover span {
    color: var(--secondary-color);
}

/* appointment section style end */

/* headingbox section style start */

.headingbox {
    padding: 0 0 30px;
    text-align: center;
}

.headingbox h2 {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--primary-color);
    font-weight: 400;
    font-family: var(--primary-font);
}

/* headingbox section style end */

/* about us section style start */

.about-area {
    position: relative;
    display: block;
}
.py-120 {
    padding: 60px 0;
}
.py-30 {
    padding: 30px 0px;
}
.about-left {
    position: relative;
    display: block;
    margin-right: 30px;
}
.about-img img {
    border-radius: 10px;
    width: 90%;
}
.about-left-content {
    position: absolute;
    background: #d83135;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    right: -20px;
    top: 50px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 3px 24px rgb(0 0 0/10%);
}
.about-left-content h5 {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
}
.about-left-content h5 i {
    font-size: 40px;
}
.about-left-content p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.about-right {
    position: relative;
    display: block;
}
.site-heading {
    margin-bottom: 50px;
}
.site-title-tagline {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    color: var(--secondary-color);
    position: relative;
}
.site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 42px;
    color: var(--primary-color);
    margin-top: 5px;
    margin-bottom: 0;
}
.site-title span {
    color: #0098da;
}
.about-list-wrapper {
    position: relative;
    display: block;
    margin-top: 28px;
    margin-bottom: 28px;
}
.about-list {
    position: relative;
    display: block;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.about-list li {
    position: relative;
    display: flex;
    align-items: center;
}
.about-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}
.about-list li .icon span {
    font-size: 50px;
    color: #d83135;
}
.about-list li .text {
    margin-left: 16px;
}
.about-list li .text p {
    color: #757f95;
    margin: 0;
}
.about-list li+li {
    margin-top: 35px;
}
.about-us-button {
    margin-top: 25px;
}
.about-us-button button {
    color: #000000;
    padding: 10px 20px;
    font-weight: 600;
    border: 2px solid #283b6a;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    text-transform: uppercase;
}
.about-us-button button:hover {
    background: #283b6a;
    color: #ffffff;
    border: 2px solid transparent;
}
/* about us section style end */

/* our network section style start */

.network-section {
    position: relative;
    padding: 50px 0;
    z-index: 2;
    background: #ffffff;
}

.network-section .headingbox {
    padding: 0 0 30px;
    text-align: center;
}

.network-section .headingbox h2 {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--primary-color);
    font-weight: 400;
    font-family: var(--primary-font);
}

.network-section .network-section-tabs {}

.network-section .network-section-tabs .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-bottom: none;
    margin: 0 auto 10px;
    padding: 0px 0px;
    width: 50%;
}

.network-section .network-section-tabs .nav-tabs button {
    color: #000;
    font-size: 22px;
    padding: 5px 20px;
    line-height: 1.3;
    font-family: var(--primary-font);
    font-weight: 500;
    background: #fff;
    border: unset;
    border-radius: 4px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.network-section .network-section-tabs .nav-tabs button.active, .network-section .network-section-tabs .nav-tabs button:hover {
    color: #ffffff;
    background: var(--primary-color);
}

.network-section .tab-content {
    overflow: visible;
}

.network-section .tab-content .tab-pane {}

.network-section .tab-content .tab-pane.active {}

.network-section .tab-content .tab-pane .network-tab {}

.network-section .tab-content .tab-pane .network-tab .network-box {
    padding: 5px;
    border-radius: 20px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    transition: 1s;
    margin: 20px 0px;
}

.network-section .tab-content .tab-pane .network-tab .network-box .network-box-imgbox {}

.network-section .tab-content .tab-pane .network-tab .network-box .network-box-imgbox img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.network-section .tab-content .tab-pane .network-tab .network-box .network-box-imgbox iframe {
    width: 100%;
    height: 250px;
    border-radius: 5px;
}

.network-section .tab-content .tab-pane .network-tab .network-box .network-box-details {font-size: 16px;color: #292929;text-align: center;padding: 15px 15px 15px;display: flex;flex-direction: column;gap: 5px;}

.network-section .tab-content .tab-pane .network-tab .network-box .network-box-details h5{
    font-size: 16px;
    color: #292929;
    text-align: center;
    font-weight: 600;
}

.network-section .tab-content .tab-pane .network-tab .network-box .network-box-details p {
    font-size: 16px;
    color: #292929;
    text-align: center;
    padding: 0;
}

/* our network section style end */

/* slick arrow style start */

.slick-prev:before, .slick-next:before {
    font-family: 'FontAwesome';
    color: #ffffff;
}

.slick-prev::before {
    content: '';
}

.slick-prev, .slick-next {
    top: -40px;
    background: var(--primary-color);
    width: 35px;
    height: 35px;
}

.slick-next::before {
    content: '';
}

.slick-prev {
    right: 60px;
    left: initial;
}

.slick-next {
    right: 20px;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: var(--primary-color);
}

/* slick arrow style end */

/* treatment section style start */

.treatment-section {
    background: #ebf0ff;
    padding: 50px 0px;
}

.treatment-section .treatment-section-box {
    padding: 30px 0px 0px;
}

.treatment-section .treatment-section-box .nav-tabs {
    border-bottom: none;
    margin: 0 0 30px;
    gap: 20px;
    /* justify-content: space-around; */
    padding: 0px 0px;
}

.treatment-section .treatment-section-box .nav-tabs .nav-link {
    color: #000;
    font-size: 22px;
    padding: 5px 20px;
    line-height: 1.3;
    font-family: var(--primary-font);
    font-weight: 500;
    background: transparent;
    border: unset;
    border-radius: 10px;
}

.treatment-section .treatment-section-box .nav-tabs .nav-link.active {
    color: #ffffff;
    background: var(--primary-color);
}

.treatment-section .treatment-section-box .tab-content {
    overflow: visible;
}

.treatment-section .treatment-section-box .tab-content .tab-pane {}

.treatment-section .treatment-section-box .tab-content .tab-pane.active {}

.treatment-section .treatment-section-box .tab-content .tab-pane .treatment-tab {}

.treatment-section .treatment-section-box .tab-content .tab-pane .treatment-tab .treatment-box {
    margin-bottom: 10px;
}

.treatment-section .treatment-section-box .tab-content .tab-pane .treatment-tab .treatment-box a {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    transition: all .3s ease;
}

.treatment-section .treatment-section-box .tab-content .tab-pane .treatment-tab .treatment-box a .treatment-box-img {
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
    background: #556fae;
    border-radius: 50%;
    padding: 2px;
}

.treatment-section .treatment-section-box .tab-content .tab-pane .treatment-tab .treatment-box a .treatment-box-img img {
    width: 30px;
}

.treatment-section .treatment-section-box .tab-content .tab-pane .treatment-tab .treatment-box a:hover {background: var(--primary-color);color: #fff;}

.treatment-section .treatment-section-box .tab-content .tab-pane .treatment-tab .treatment-box a h5 {
    font-weight: 400;
    font-family: var(--secondary-font);
    font-size: 18px;
    flex-basis: 60%;
}

.treatment-tab .appointment-btn {
    background: var(--secondary-color);
}

.appointment-btn:hover span {
    color: var(--secondary-color);
}

.treatment-section .treatment-section-box .tab-content .tab-pane .treatment-tab .treatment-box a:hover .treatment-box-img {background: var(--primary-color);}

.treatment-section .headingbox {
    font-weight: 400;
    font-size: 40px;
    text-align: center;
}

.treatment-section .headingbox h2 {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--primary-color);
    font-weight: 400;
    font-family: var(--primary-font);
}

.headingbox h2 span {
    font-weight: 600;
}

.treatment-section-videobox {
    position: relative;
    height: 100%;
    padding: 5.4% 0px 10%;
}

.treatment-section-videobox .video {
    height: 100%;
}

.treatment-section-videobox .video iframe {
    width: 100%;
    height: 100%;
}


/* treatment section  style end */

/* counter section style start */

.counter-section {
    position: relative;
    padding: 50px 0px 50px 0px;
    background-size: cover;
}

.counter-section .counterBg {
    background: #344e9f52;
    padding: 50px;
}

.counter-section .counterBg .counterTitle {}

.counter-section .counterBg .headingbox {}

.counter-section .counterBg .headingbox h2{
    display: inline-block;
    margin-bottom: 50px;
    color: #fff;
    font-weight: 400;
    font-family: var(--primary-font);
}

.counter-section .counterBg .counterTitle2 {
    font-size: 100px;
    color: #fffae9;
    font-weight: 800;
    position: relative;
    top: 4px;
}

.counter-section .counterBg .counternum {
    color: white;
    border-right: 2px solid #fff;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.counter-section .counterBg .counternum p {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 25px;
    line-height: 1;
}

.counter-section .counterBg .number-contetntext {
    height: 100%;
    background: #344e9f61;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 30px;
    border-radius: 20px;
    gap: 10px;
}

.counter-section .counterBg .number-contetntext h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
}

.counter-section .counterBg .number-contetntext p {
    color: #fff;
}

.counter-section .counterBg .number-contetntext a {
    width: max-content;
}

/* counter section style end */

/* about us section style start */

.about-section {
    padding: 50px 0px;
}

.about-section .about-section-left {
    width: 100%;
    text-align: center;
}

.about-section .about-section-left h2 {font-size: 40px;color: var(--primary-color);font-weight: 400;letter-spacing: .3px;margin-bottom: 1rem;font-family: var(--primary-font);}

.about-section .about-section-left h2 span {
    font-weight: 600;
}

.about-section .about-section-left h5 {
    font-size: 30px;
    font-weight: 500;
    font-family: var(--secondary-font);
    color: #444;
    margin: 0 0 1rem;
}

.about-section .about-section-left p {
    font-size: 16px;
    color: #444;
    font-family: var(--secondary-font);
    margin: 0 0 1rem;
    text-align: center;
}

.about-section .about-section-left a {
    margin: 0;
    display: inline-block;
    font-weight: 500;
    align-items: center;
    width: max-content;
    background: var(--primary-color);
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
}

.about-section .about-section-right {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.about-section .about-section-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* about us section style end */

/* Internation section style start */

.international-section {
    padding: 70px 0px;
}

.international-section .international-section-left {
    width: 90%;
}

.international-section .international-section-left h2 {
    color: var(--secondary-color);
    border-bottom: 2px solid var(--secondary-color);
    display: inline-block;
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 600;
    font-family: var(--primary-font);
}

.international-section .international-section-left h5 {
    font-size: 1.4rem;
    font-weight: 600;
    font-family: var(--secondary-font);
    padding: 0 0 14px;
    color: #041521;
}

.international-section .international-section-left p {
    font-size: 16px;
    color: #000;
    font-family: var(--secondary-font);
    padding: 0 0 10px;
    letter-spacing: 0.6px;
    text-align: justify;
}

.international-section .international-section-left a {
    margin: 0;
}

.international-section .international-section-right {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.international-section .international-section-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.international-section .international-section-left ul {
    display: flex;
    justify-content: center;
    margin: 10px 0px 20px;
}

.international-section .international-section-left ul li {
    width: 33%;
    text-align: center;
}

.international-section .international-section-left ul li .international-box {}

.international-section .international-section-left ul li .international-box img {
    height: 60px;
    margin-bottom: 10px;
}

.international-section .international-section-left ul li .international-box p {
    font-size: 16px;
    color: #041521;
    font-weight: 400;
    text-align: center;
}

/* Internation section style end */

/* our experts section style start */

.experts-section {
    position: relative;
    padding: 70px 0 0px;
    z-index: 2;
    margin: 0px 0px 0px;
}

.experts-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: #e1e8ff;
    max-width: 41%;
    height: 100%;
    width: 90%;
    border-radius: 0px 20px 20px 0px;
    z-index: -1;
    height: 390px;
}

.experts-section .slick-prev, .experts-section .slick-next {
    background: var(--primary-color);
}

.experts-section .experts-right-box {}

.experts-section .experts-right-box .experts-left {
}

.experts-section .experts-right-box .experts-left .experts-content {
    padding: 0 30px 0 0;
}

.experts-section .experts-right-box .experts-left .experts-content h2 {
    border-bottom: 2px solid var(--primary-color);
    display: inline-block;
    margin-bottom: 20px;
    font-size: 2rem;
    color: var(--primary-color);
    font-weight: 600;
    font-family: var(--primary-font);
}

.experts-section .experts-right-box .experts-left .experts-content p {
    color: #000;
    font-size: 16px;
    padding: 0px 0px 20px;
    font-weight: 500;
    font-family: var(--secondary-font);
    letter-spacing: 0.6px;
    text-align: justify;
}

.experts-section .experts-slider .experts-box .experts-innerbox {
    box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 18%);
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}


.experts-section .experts-right-box .experts-left .experts-content a {
    box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    background: var(--primary-color);
    border: 1px solid #fff;
}

.experts-section .experts-slider {
    background: #fff;padding: 20px;
    border-radius: 20px;
}

.experts-section .experts-slider .experts-box {
}

.experts-section .experts-slider .experts-box {padding: 0px 10px;}

.experts-section .experts-slider .experts-box a img {
    width: 100%;
    border-radius: 20px 20px 0 0;
}

.experts-section .experts-slider .experts-box a .experts-body {}

.experts-section .experts-slider .experts-box a .experts-body h5 {
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 700;
    color: var(--secondary-color);
    font-family: var(--primary-font);
}

.experts-section .experts-slider .experts-box .experts-body {
    padding: 20px;
    text-align: center;
    background: #eeeeee;
}

.experts-section .experts-slider .experts-box .experts-body h5 {
    font-size: 18px;
    font-family: var(--secondary-font);
    font-weight: 600;
    margin: 0 0 5px;
}

.experts-section .experts-slider .experts-box .experts-body h5 a {
    color: #041521;
    font-family: var(--secondary-font);
    font-weight: 600;
    font-size: 18px;
}

.experts-section .experts-slider .experts-box .experts-body p {
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: 400;
    font-family: var(--secondary-font);
}

/* our network section style end */

/* blogs section style start */

.blogs-section.news-updates {
    background: #ebf0ff;
    padding: 50px 0px 50px;
}


.news-updates .btn-style {
    width: max-content;
    line-height: unset;
    padding: 3px 10px;
}

.news-updates .headingbox {
    padding: 0 0 30px;
    text-align: center;
}

.news-updates .headingbox h2 {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--primary-color);
    font-weight: 400;
    font-family: var(--primary-font);
}

.blogs-section {
    padding: 50px 0px;
    background: #ebf0ff;
}

.blogs-section .blogs-box {border-radius: 10px;background-color: #fff;padding: 15px 15px;box-shadow: 2px 2px 5px rgb(57 63 72 / 12%);}

.blogs-section .blogs-box .blogimg {}

.blogs-section .blogs-box .blogimg img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.blogs-section .blogs-box .blog-contentbox {
    padding: 10px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blogs-section .blogs-box .blog-contentbox .bloghead {
    display: flex;
    justify-content: space-between;
}

.blogs-section .blogs-box .blog-contentbox .bloghead .date {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 12px;
}

.blogs-section .blogs-box .blog-contentbox .bloghead .blogcategory {
    color: #565656;
    font-weight: 600;
    font-size: 12px;
    font-family: var(--secondary-font);
}

.blogs-section .blogs-box .blog-contentbox .blog-title {}

.blogs-section .blogs-box .blog-contentbox .blog-title h4 {
    font-size: 17px;
    font-family: var(--secondary-font);
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--primary-color);
}

.blogs-section .blogs-box .blog-contentbox .blog-title h4 a:hover {
    color: var(--secondary-color);
}

.blogs-section .blogs-box .blog-contentbox .blog-title h4 a {
    transition: all .3s ease;
    color: var(--primary-color);
}

.blogs-section .blogs-box .blog-contentbox .blog-description {}

.blogs-section .blogs-box .blog-contentbox .blog-description p {
    font-size: 16px;
    font-weight: 500;
    color: #565656;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: var(--secondary-font);
}

.heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px 50px;
}

.heading h3 {
    font-size: 26px;
    font-weight: 600;
    font-family: var(--primary-font);
    letter-spacing: 0.5px;
    color: var(--secondary-color);
}

.heading h3:after {
    content: "";
    width: 100%;
    display: block;
    height: 2px;
    background: var(--secondary-color);
}

.heading a {
    background: var(--secondary-color);
    padding: 5px 20px;
    border-radius: 5px;
    color: #fff;
}

.heading a:after {
    content: "";
    font-family: 'FontAwesome';
    padding-left: 5px;
}

.blogs-section .headingbox h2 {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--primary-color);
    font-weight: 400;
    font-family: var(--primary-font);
}

.blogs-section .headingbox {
    text-align: center;
    padding: 0 0 30px;
}

/* blogs section style end */

/* footer area section style start */

.footer-area {
    padding: 0px;
    background: #002f5a;
}

.footer-area .footerlogo {}

.footer-area .footerlogo .logoimg {}

.footer-area .footerlogo .logoimg a {
    background: #fff;
    padding: 5px;
}

.footer-area .footerlogo .logoimg a img {
    width: 100%;
}

.footer-area .footerlogo .footeraddress {
    margin: 10px 0;
}

.footer-area .footerlogo .footeraddress p {
    color: #fff;
    padding: 0 0 10px;
    font-weight: 400;
}

.footer-area .footerlogo .footeraddress p a {
    display: inline;
    color: #fff;
}

.footer-box {
    padding: 50px 0px;
}
.footer-widget-box {
    margin-bottom: 20px;
}
.footer-logo img {
    margin-bottom: 20px;
    background-color: #FFFFFF;
    padding: 5px 20px;
    width: 330px;
}
.footer-widget-box p {
    color: #000000;
    padding-right: 18px;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: var(--secondary-font);
    font-weight: 500;
}
.footer-contact li {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #000000;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: var(--secondary-font);
    font-weight: 500;
}
.footer-contact li i {
    width: 12px;
    height: 30px;
    font-size: 18px;
    margin-right: 15px;
    border-radius: 5px;
    line-height: 31px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    color: var(--primary-color);
}
.footer-opening li i {
    width: 12px;
    height: 30px;
    font-size: 18px;
    margin-right: 15px;
    border-radius: 5px;
    line-height: 31px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    color: var(--primary-color);
}
.footer-contact li a {
    color: #000000;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: var(--secondary-font);
    font-weight: 500;
}
.footer-widget-title {
    color: #ffffff;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    z-index: 1;
    font-weight: 600;
    font-family: var(--primary-font);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-widget-title i {
    display: none;
    font-size: 16px;
}

.footer-widget-title::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 30px;
    height: 3px;
    border-radius: 50px;
    background-color: #ffffff;
    bottom: 0;
    left: 0;
}
.footer-widget-title::after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 10px;
    height: 3px;
    border-radius: 50px;
    background-color: #ffffff;
    bottom: 0;
    left: 35px;
}
.footer-list {
    display: flex;
    flex-direction: column;
}
.footer-list li a {
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    font-weight: 400;
    font-family: var(--primary-font);
    padding: 5px 0px;
    font-size: 16px;
    text-transform: capitalize;
}
.footer-list li a:hover {
    padding-left: 10px;
    color: #ffffff;
}
.footer-list li a i {
    margin-right: 5px;
    color: #ffffff;
}
.footer-opening {
    color: #000000;
}
.footer-opening ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.footer-opening ul li {
    font-weight: 600;
    font-family: var(--secondary-font);
}

.footer-opening span {
    margin-left: 20px;
}
.copyright {
    padding: 20px 0;
}
.copyright .copyright-text {
    color: #FFFFFF;
    margin-bottom: 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.copyright {
    background-color: #003a70;
    text-align: center;
}
.copyright p a {
    color: #e1e1e1;
    font-weight: 500;
    transition: all .3s ease;
}

.copyright p a:hover {
    color: #fff;
}

.footer-widget-box .social-list {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row;
}

.footer-widget-box .social-list li {}

.footer-widget-box .social-list li a {
    background: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .3s ease;
    color: #fff;
}
.footer-widget-box .social-list li a.facebook {
    background: #0866ff;
}
.footer-widget-box .social-list li a.instagram {
    background: #fe0b84;
}
.footer-widget-box .social-list li a.twitter {
    background: #000000;
}
.footer-widget-box .social-list li a.linkedin {
    background: #0077b5;
}
.footer-widget-box .social-list li a.youtube {
    background: #ff0000;
}

.footer-widget-box .social-list li a i {
    margin: 0;
}

.footer-widget-box .social-list li a:hover {
    transform: translateY(-5px);
}

/* footer area section style end */

/* excellence section style start */

.excellence-section {
    padding: 50px;
}

.excellence-section .headingbox {
    padding: 0 0 30px;
    text-align: center;
}

.excellence-section .headingbox h2 {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--primary-color);
    font-weight: 400;
    font-family: var(--primary-font);
}

.excellence-section .headingbox h2 span {}

.excellence-section .headingbox p {
    font-size: 16px;
    color: #444;
    font-family: var(--secondary-font);
    margin: 0 0 1rem;
    letter-spacing: 0.6px;
}

.excellence-section .excellencebox {
    padding: 40px;
    text-align: center;
    background: #ebf0ff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 10px;
    transition: all .3s ease;
    box-shadow: 0px 2px 9px rgb(97 100 103 / 11%);
}

.excellence-section .excellencebox:hover {
    transform: scale(1.02);
}

.excellence-section .excellencebox h3 {
    font-size: 17px;
    margin-bottom: 0;
    color: var(--primary-color);
    font-weight: 500;
}

.excellence-section .excellencebox .imgbox {
    display: flex;
    align-items: center;
}

.excellence-section .excellencebox .imgbox img {
    width: 75px;
    display: block;
    margin: 0 auto;
}

.excellence-section .excellencebox a {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    padding: 3px 10px;
}

.counter-section .counterBg .counternum p b {
    font-size: 48px;
    color: #fffae9;
}

.border-none {
    border: unset!important;
}

/* excellence section style end */

/* patient videos section style start */

.patientvideos-section {
    padding: 50px 0px;
}

.patientvideos-section .headingbox {
    padding: 0 0 30px;
    text-align: center;
}

.patientvideos-section .headingbox h2 {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--primary-color);
    font-weight: 400;
    font-family: var(--primary-font);
}

.patientvideoboxoutter {
    /* position: absolute; */
}

.patientvideos-section .patientvideobox {padding: 15px;background: #fbfbfb;border: 1px solid #e7e7e7;border-radius: 15px;box-shadow: 2px 2px 5px rgb(57 63 72 / 12%);}

.patientvideos-section .patientvideobox .videobox {
    border-radius: 15px;
    overflow: hidden;
    background: #000;
    padding-top: 7px;
}

.patientvideos-section .patientvideobox .videobox iframe {
    width: 100%;
    min-height: 200px;
}

.patientvideos-section .patientvideobox .patient-details {
    text-align: center;
    padding: 10px 20px 0px 20px;
}

.patientvideos-section .patientvideobox .patient-details .name {
    font-size: 16px;
    font-weight: 700;
}

.patientvideos-section .patientvideobox .patient-details .category {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    color: var(--primary-color);
}

/* patient videos section style end */

/* popup section style start */

.modal-section {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000069;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}

.modal-section .modal-box {
    width: 600px;
    background: #ffffff;
    transform: scale(0);
}

.modal-section .modal-box .modal-content {}

.modal-section .modal-box .modal-content .modal-body {}

.modal-section .modal-box .modal-content .modal-body .p40 {
    width: 90%;
    padding: 30px;
    margin: 0 auto;
}

.modal-section .modal-box .modal-content .modal-body .popuptitle2 {
    margin-top: 7px !important;
    text-align: center;
    margin-bottom: 10px !important;
    font-size: 22px;
    font-weight: bold;
    color: var(--primary-color);
    margin: 0;
}

.modal-section .modal-box .modal-content .modal-body .popuptitle3 {
    margin-top: 2px !important;
    text-align: center;
    margin-bottom: 5px !important;
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 600;
    margin: 0;
}

.modal-section .modal-box .modal-content .modal-body .btn-close {
    position: absolute;
    right: 7px;
    top: 6px;
    border: 1px solid #344e9f;
    border-radius: 100%;
    padding: 8px;
    font-size: 10px;
}

.modal-section .modal-box .modal-content .modal-body .popupenquiryform {
    padding: 20px;
    color: #444;
    font-family: var(--primary-font);
}

.modal-section .modal-box .modal-content .modal-body .popupenquiryform .form-control {
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: inset 0 3px 6px rgba(112, 103, 34, .06);
}

.modal-section .modal-box .modal-content .modal-body .popupenquiryform input.popupBtn {
    background: var(--primary-color);
    color: #fff;
    border: 1px solid;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.modal-section .modal-box .modal-content .modal-body .popupenquiryform .calloremail {
    text-align: center;
    color: #4f4318;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 5px;
}

.modal-section .modal-box .modal-content .modal-body .popupenquiryform .calloremail a {
    color: var(--primary-color);
}

.modal-section .modal-box .modal-content .modal-body .popupenquiryform .calloremail a i {}

/* popup section style end */

/* breadcrumb style start */

.breadcrumb-page{
    background: var(--secondary-color);
    background: var(--primary-color);
}
.breadcrumbbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
    flex-direction: column;
    gap: 15px;
}
.breadcrumbbox h3{
    font-weight: 700;
    letter-spacing: 1px;
    font-family: var(--secondary-font);
    color: #fff;
    font-size: 26px;
}
.breadcrumbbox ul{
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 20px;
    border-radius: 50px;
    background: rgb(255 255 255 / 10%);
    flex-wrap: wrap;
}
.breadcrumbbox ul li{
    font-size: 14px;
    font-weight: 400;
    display: flex;
    gap: 5px;
    align-items: center;
    color: #fff;
    letter-spacing: .5px;
    font-weight: 600;
}
.breadcrumbbox ul li:not(:last-child):after{
    content: "/";
    color: #dbdbdb;
}
.breadcrumbbox ul li a{color: #dbdbdb;font-weight: 400;}


/* breadcrumb style end */

/* about us section style start */

.about-section {
    padding: 50px 0px;
}

.about-section .about-box {
}

.about-section .about-box img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.about-section .about-info {
    padding: 20px 10px;
}

.about-section .about-info .about-desc {}

.about-section .about-info .about-desc .headingbox {
    padding: 0;
    text-align: left;
}

.about-section .about-info .about-desc .heading {}

.about-section .about-info .about-desc .heading h3 {
    text-align: left;
}

.about-section .about-info .about-desc p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-family: var(--secondary-font);
    margin: 0 0 1rem;
}

.about-section .about-info .about-desc .about-btn {}

.about-section .about-info .about-desc .about-btn .more-button {
    border-radius: 40px;
    color: #ffff;
    padding: 4px 22px;
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 10px;
    font-size: 16px;
    padding: 7px 20px;
    background: var(--secondary-color);
    display: inline-block;
    margin: 20px 0px;
    transition: all .3s ease;
}

.about-section .about-info .about-desc .about-btn .more-button i {
    background: #fff;
    color: #000;
    padding: 10px 14px;
    border-radius: 100%;
    font-size: 16px;
    margin-left: 10px;
    margin-right: -10px;
}

.about-section .about-info .about-desc .about-btn .more-button:hover {
    background: var(--primary-color);
}

/* about us section style end */

/* service details section style start */

.service-details {
    padding: 50px 0px;
}

.service-details .service-details-box {}

.service-details .service-details-box p {
    font-weight: 400;
    text-align: justify;
    font-size: 16px;
    color: #444;
    font-family: var(--secondary-font);
    margin: 0 0 10px;
    letter-spacing: 0.6px;
}

.service-details .service-details-box p a {
    display: inline;
    color: var(--secondary-color);
    font-weight: 600;
    text-decoration: underline;
}

.service-details .service-details-box h1 {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--primary-color);
    font-weight: 400;
    font-family: var(--primary-font);
}

.service-details .service-details-box h1 span {
    font-weight: 600;
}

/* .service-details .service-details-box h1:before {
    content: "";
    height: 100%;
    border-left: 3px solid var(--primary-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -30px;
}

.service-details .service-details-box h1:after {
    content: "";
    height: 100%;
    border-left: 3px solid var(--primary-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 30px;
} */

.service-details .service-details-box ul {

margin: 0 25px;

list-style: disc;
}

.service-details .service-details-box ul li {font-weight: 400;text-align: justify;font-size: 16px;color: #444;font-family: var(--secondary-font);margin: 0 0 10px;letter-spacing: 0.6px;}

.service-details .service-detail-box {}

.service-details .service-details-box .description {}

.service-details .service-details-box .description .descriptionbox {
    margin: 0px 0 0;
}

.service-details .service-details-box .description .descriptionbox h2 {
    font-size: 22px;
    font-weight: 550;
}

.service-details .service-details-box .description h4 {
    font-size: 22px;
    font-weight: 300;
    font-family: var(--primary-font);
    color: var(--primary-color);
    margin: 0 0 10px;
    line-height: normal;
    color: var(--secondary-color);
}


.service-details .service-details-box img {
    width: 100%;
    border-radius: 10px;
    margin: 0 0 10px;
}

.service-details .servicedoctorbox {
    background: #002f5a;
    padding: 20px;
    margin: 0 0 20px 0px;
    border-radius: 5px;
}

.service-details .servicedoctorbox a {}

.service-details .servicedoctorbox a .servicedoctorimg {}

.service-details .servicedoctorbox a .servicedoctorimg img {
    width: 100%;
    border-radius: 5px;
}

.service-details .servicedoctorbox a .servicedoctordetails {
    padding: 10px;
    text-align: center;
}

.service-details .servicedoctorbox a .servicedoctordetails h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.service-details .servicedoctorbox a .servicedoctordetails h5 {
    font-size: 18px;
    color: #ededed;
    font-weight: 400;
}

.contactsidebar {
    background-size: cover;
    background-position: center;
    padding: 25px;
    position: relative;
    border-radius: 10px;
}

.contactsidebar:before {
    content: '';
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    background-color: var(--secondary-color);
    opacity: 0.6;
    transition: all .3s ease;
}

.contactsidebar .contactsidebarbox {
    position: relative;
    padding: 10px;
}

.contactsidebar .contactsidebarbox h4 {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    text-align: center;
}

.contactsidebar .contactsidebarbox p {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    font-family: var(--primary-font);
}

.contactsidebar .contactsidebarbox .contactbtn {
    color: #fff;
    background: var(--primary-color);
    padding: 10px 30px;
    text-align: center;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
}

/* service details section style end */

/* gallery section style start */

.gallery-fullwidth{
	padding: 30px 0;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
.gallery-fullwidth h3{
	font-size: 32px;
	line-height: 42px;
	font-weight: 600;
}
.gallery-fullwidth p{
	font-size: 15px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 1px;
	margin-bottom: 60px;
	
}
.gallery-fullwidth .inner-box{
  position: relative;
}
.gallery-fullwidth .inner-box .img_holder img{
  position: relative;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top;
}
.gallery-fullwidth .overlay-box{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0,0);
  -webkit-transform:scale(0,0);
  -moz-transform:scale(0,0);
  -ms-transform:scale(0,0);
  -o-transform:scale(0,0);
  transition:all 500ms ease;
}
.gallery-fullwidth .inner-box:hover .overlay-box{
	background: #055fb2c9;
	transform: scale(1,1);
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
	transition:all 500ms ease;
}
.gallery-fullwidth .overlay-box{
}
.gallery-fullwidth .overlay-box i{
  color: #3e418d;
  font-size: 16px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #fff;
  border-radius: 50%;
}

/* gallery section style end */

/* video section style start */

.videosection {
    padding: 50px 0px;
}

.videosection .video-box {
    margin: 0 0 20px 0;
}

.videosection .video-box iframe {
    width: 100%;
    height: 300px;
}

/* video section style end */

/* doctors section style start */

.find-a-doctor {
    padding: 50px 0;
}

.find-a-doctor .doctors-box {
    background-color: #fff;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    overflow: hidden;
    margin: 10px;
}

.find-a-doctor .doctors-box .doctors-box-img {}

.find-a-doctor .doctors-box .doctors-box-img a {}

.find-a-doctor .doctors-box .doctors-box-img a img {
    width: 100%;
}

.find-a-doctor .doctors-box .doctors-box-content {
    padding: 15px 10px;
    text-align: center;
}

.find-a-doctor .doctors-box .doctors-box-content h5 {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    font-family: var(--primary-font);
}

.find-a-doctor .doctors-box .doctors-box-content h5 a {
    color: var(--primary-color);
}

.find-a-doctor .doctors-box .doctors-box-content .designation {}

.find-a-doctor .doctors-box .doctors-box-content .doctor-btn {}

/* doctors section style end */

/* blogs page style start */

.blogsection.blogspage {
    background: #fff;
}

.blogsection.blogspage .blogs-row .blogsbox .blogsinner h3 {
    font-size: 18px;
    font-weight: 600;
}

.blogsection .blogs-row .blogsbox .blogsinner p {}

.blogsection.blogspage .blogs-row .blogsbox .blogsinner {
    padding: 20px 10px;
}

.blogsection.blogspage .blogs-row .blogsbox {
    margin: 15px 0;
}

.blog-details {
    padding: 50px 0px;
}

.blog-details .blog-detailsbox {}

.blog-details .blog-detailsbox .blog-image {
    text-align: center;
    margin: 0 0 20px;
}

.blog-details .blog-detailsbox .blog-image img {
    width: 70%;
    border-radius: 15px;
}

.blog-details .blog-detailsbox .service-details-box {}

.blog-details .blog-detailsbox .service-details-box p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px;
    text-align: justify;
}

.blogs-sidebox {
    box-shadow: 0px 0px 50px 3px rgba(232,232,232,0.7);
    height: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #dce4ff;
}

.blogs-sidebox h4 {
    font-size: 28px;
    font-weight: 600;
    color: var(--primary-color);
    letter-spacing: 0.5px;
    margin: 0 0 10px;
    text-align: center;
}

.blogs-sidebox .blogs-boxx {
    background: #cad7ff;
    padding: 10px;
}

.blogs-sidebox .blogs-boxx a {
    display: flex;
    gap: 0px;
    flex-direction: column;
}

.blogs-sidebox .blogs-boxx a .blogs-img {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blogs-sidebox .blogs-boxx a .blogs-img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.blogs-sidebox .blogs-boxx a .blogs-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.blogs-sidebox .blogs-boxx a h5 {
    font-size: 14px;
    font-weight: 600;
    transition: all .3s ease;
    color: var(--primary-color);
}
.blogs-sidebox .blogs-boxx a:hover .blogs-info h5 {
    color: var(--primary-color);
}

.blogs-sidebox .blogs-boxx a .blogs-info p {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* blogs page style end */

/* appointment section style start */

.appointmentsection {
    padding: 50px 0;
    position: relative;
}
.appointmentsection .appointmentbox {
    gap: 30px;
    padding: 35px 30px;
    display: flex;
    position: relative;
}
.appointmentsection .appointmentbox:before {
    content: '';
    position: absolute;
    width: 80%;
    background-color: #233671;
    border-radius: 10px;
    height: 500px;
    z-index: -1;
    top: 0;
    left: 0;
}

.appointmentsection .appointmentbox .appointmentleft {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.appointmentsection .appointmentbox .appointmentleft .head {}

.appointmentsection .appointmentbox .appointmentleft .head h3 {
    color: #fff;
    font-weight: 600;
    font-family: var(--primary-font);
}

.appointmentsection .appointmentbox .appointmentleft .appointmentsidebox {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.appointmentsection .appointmentbox .appointmentleft .appointmentsidebox .appointmentboxinner {
    display: flex;
    width: 100%;
    background: #fff;
    gap: 15px;
    padding: 15px;
    border-radius: 15px;
}

.appointmentsection .appointmentbox .appointmentleft .appointmentsidebox .appointmentboxinner .icon {
    width: 60px;
    height: 60px;
    background: #233671;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.appointmentsection .appointmentbox .appointmentleft .appointmentsidebox .appointmentboxinner .icon svg {
    width: 50px;
    fill: #fff;
}

.appointmentsection .appointmentbox .appointmentleft .appointmentsidebox .appointmentboxinner .icon svg path {
    fill: #fff;
}

.appointmentsection .appointmentbox .appointmentleft .appointmentsidebox .appointmentboxinner .title {}

.appointmentsection .appointmentbox .appointmentleft .appointmentsidebox .appointmentboxinner .title h4 {
    font-size: 22px;
    color: var(--primary-color);
    font-weight: 500;
}

.appointmentsection .appointmentbox .appointmentleft .appointmentsidebox .appointmentboxinner .title a {
    color: #333;
    display: block;
}

.appointmentsection .appointmentbox .appointmentleft .appointmentsidebox .appointmentboxinner .title p {}

.appointmentsection .appointmentbox .appointmentright {
    background-color: #fff;
    padding: 20px 40px;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
}

.appointmentsection .appointmentbox .appointmentright form {}

.appointmentsection .appointmentbox .appointmentright form .formlabelbox {
    margin-bottom: 24px;
}

.appointmentsection .appointmentbox .appointmentright form .formlabelbox label {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
}

.appointmentsection .appointmentbox .appointmentright form .formlabelbox input[type="text"], 
.appointmentsection .appointmentbox .appointmentright form .formlabelbox input[type="email"], 
.appointmentsection .appointmentbox .appointmentright form .formlabelbox input[type="date"],
.appointmentsection .appointmentbox .appointmentright form .formlabelbox select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    background-color: #fff;
    height: 45px;
}

.appointmentsection .appointmentbox .appointmentright form .formlabelbox input[type="text"]:focus, 
.appointmentsection .appointmentbox .appointmentright form .formlabelbox input[type="email"]:focus, 
.appointmentsection .appointmentbox .appointmentright form .formlabelbox input[type="date"]:focus,
.appointmentsection .appointmentbox .appointmentright form .formlabelbox select:focus {
    outline: unset;
}
.appointmentsection .appointmentbox .appointmentright form .formlabelbox textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    background-color: #fff;
}
.appointmentsection .appointmentbox .appointmentright form .formlabelbox textarea:focus {
    outline: unset;
}

.appointmentsection .appointmentbox .appointmentright form .btn-style {
    padding: 7px 30px;
}
/* appointment section style end */

/* contact page style start */

.contactsection {
    padding: 50px 0;
}

.contactsection .contactrow {
    padding: 0px 50px;
}

.contactsection .contactrow .contactbox {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 10px;
}

.contactsection .contactrow .contactbox .contacthead {}
.contactsection .contactrow .contactbox .contacthead .headingbox {
    text-align: left;
}
.contactsection .contactrow .contactbox .contacthead h2 {
    margin-bottom: 0px;
}

.contactsection .contactrow .contactbox .contacthead p {
    text-align: justify;
    margin-bottom: 30px;
}

.contactsection .contactrow .contactbox .contactinfobx {
    display: flex;
    margin-top: 18px;
    gap: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.contactsection .contactrow .contactbox .contactinfobx .contactinfoimg {
}

.contactsection .contactrow .contactbox .contactinfobx .contactinfoimg svg {
    height: 40px;
    fill: var(--primary-color);
}

.contactsection .contactrow .contactbox .contactinfobx .contactnum {}

.contactsection .contactrow .contactbox .contactinfobx .contactnum p {
    margin-bottom: 0px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.contactsection .contactrow .contactbox .contactinfobx .contactnum p a {
    color: #000;
    font-weight: 400;
}

.contactsection .contactrow .contactform {
    padding: 20px 30px 30px;
    background: #a71c20;
    border-radius: 5px;
}
.contactsection .contactrow .contactform .headingbox h2 {
    color: #fff;
}
.contactsection .contactrow .contactform .heading {
    margin: 0 0 20px;
}

.contactsection .contactrow .contactform .heading h2 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
}

.contactsection .contactrow .contactform .contactformbox {}

.contactsection .contactrow .contactform .contactformbox form {}

.contactsection .contactrow .contactform .contactformbox form .input-group {
    margin-bottom: 20px;
    position: relative;
}

.contactsection .contactrow .contactform .contactformbox form .input-group input, .contactsection .contactrow .contactform .contactformbox form .input-group textarea {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    padding: 8px 16px 8px 0px;
    font-size: 14px;
    color: #6c757d !important;
    padding-left: 10px;
    text-transform: uppercase;
}

.contactsection .contactrow .contactform .contactformbox form .input-group textarea {}

.contactsection .contactrow .contactform .contactformbox form .form-sbmt-btn {
    padding-top: unset!important;
}

.contactsection .contactrow .contactform .contactformbox form .form-sbmt-btn .cmn-btn {
    color: var(--secondary-color);
    padding: 12px 30px 12px;
    display: inline-block;
    border-radius: 5px;
    font-size: 15px;
    transition: all .5s;
    text-transform: uppercase;
    border: none;
    background: #ffffff;
    margin-top: 10px;
    width: 100%;
    font-weight: 600;
}

.contactsection .contactrow .contactbox .contacthead hr {
    background-color: var(--primary-color);
    opacity: 1;
    width: 100px;
    margin: 0px 0px 20px;
    height: 1.5px;
}

.contactsection .contactrow .contactform .heading hr {
    opacity: 1;
    color: #fff;
    width: 100px;
    height: 1px;
    margin: 0px auto 15px;
    background-color: #fff;
}

.contactsection .contactrow .contactform .contactformbox form .image-upload {
    margin: 0 0 20px;
}

.contactbottom {
    padding: 0;
}

.contactbottom .contactmap {
    padding-right: 20px;
}

.contactbottom .contactmap iframe {
    width: 100%;
    height: 300px;
}

.contactbottom .addressbox {
    padding-left: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contactbottom .addressbox .addressboxhead {}

.contactbottom .addressbox .addressboxhead h2 {
    font-size: 30px;
    color: var(--primary-color);
    font-family: var(--primary-font);
    margin-bottom: 0px;
    font-weight: 600;
}

.contactbottom .addressbox .address {
    display: flex;
}

.contactbottom .addressbox .address .addressicon {
    width: 70px;
}

.contactbottom .addressbox .address .addressicon img {
    width: 100%;
}

.contactbottom .addressbox .address .nearlandmark {}

.contactbottom .addressbox .address .nearlandmark p {
    color: #000;
    font-family: var(--primary-font);
    font-size: 16px;
}

.contactbottom .addressbox .appointmentbtnbox {
    margin-bottom: 35px;
    text-align: left;
    margin-top: 45px;
}

.contactbottom .addressbox .appointmentbtnbox .appointmentbtn {
    display: inline-block;
    background: var(--primary-color);
    border-radius: 10px;
    padding: 8px 25px 8px 15px;
    color: #fff;
    text-decoration: none !important;
    text-align: left;
    margin: 20px 0 0;
}

.contactbottom .addressbox .appointmentbtnbox .appointmentbtn .appointmentbtninner {
    display: flex;
    align-items: center;
}

.contactbottom .addressbox .appointmentbtnbox .appointmentbtn .appointmentbtninner .img {}

.contactbottom .addressbox .appointmentbtnbox .appointmentbtn .appointmentbtninner .img img {}

.contactbottom .addressbox .appointmentbtnbox .appointmentbtn .appointmentbtninner .appointmentinfo {
    text-align: center;
    padding-left: 20px;
}

.contactbottom .addressbox .appointmentbtnbox .appointmentbtn .appointmentbtninner .appointmentinfo h6 {
    font-size: 16px;
    margin: 0;
    text-align: center;
    margin-bottom: 4px;
    color: #fff;
}

.contactbottom .addressbox .appointmentbtnbox .appointmentbtn .appointmentbtninner .appointmentinfo h2 {
    font-size: 22px;
    margin: 0;
    font-family: var(--primary-font);
    color: #fff;
}

/* contact page style end */

/* awards section style start */

.awardsection {
    padding: 50px 0px;
    border-bottom: 1px solid #eee;
}

.awardsection .awardsectionbox.headingbox {
    background: var(--primary-color);
    padding: 40px 20px 75px;
}

.awardsection .awardbox {
    background-color: #fff;
    padding: 40px 20px;
    box-shadow: 0px 0px 8px rgba(57, 57, 57, .23);
    border-radius: 0px 0px 0px 0px;
}

.awardsection .awardbox .awardinfo {
    text-align: center;
}

.awardsection .awardbox .awardinfo img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    margin-bottom: 20px;
}

.awardsection .awardbox .awardinfo h2 {
    color: #292732;
    font-size: 22px;
    font-family: var(--primary-font);
    margin-bottom: 0px;
    font-weight: 600;
}

.awardsection .awardbox .awardinfo p {
    color: #292732;
    font-size: 18px;
    font-family: var(--primary-font);
    margin-bottom: 10px;
    font-weight: 500;
}

.awardsection .awardbox .awardinfo h6 {
    font-family: var(--primary-font);
    color: var(--primary-color);
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 600;
}


/* awards section style start */

/* pagemessage section style start */

.successmessage {
    display: inline-flex;
    padding: 0px 10px;
    background: #309100;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
}

.successmessage p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
}

.pagemessage {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    z-index: 11;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5%;
    border-radius: 20px;
}

.pagemessage .warningmessage {
    background: #ff0000;
    color: #fff;
    padding: 7px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    text-transform: capitalize;
}

/* pagemessage section style end */
