:root {
  --primary-color: #059ade !important;
  --primary-color-dark: #0e76a6 !important;
  --primary-color-light: #00b1f2 !important;
  --secondary-color: #01224d !important;
  --heading-color: #01224d !important;
  --light-color: #c5ecfe !important;
  --green-color: #0abd3f !important;
  --line: #d9e3e3;
  --mist: #f2f8f8;
  --radius-8: 8px;
  --radius-10: 10px;
  --radius-12: 12px;
  --radius-16: 16px;
  --radius-20: 20px;
  --font-size-h1: 2.5rem;
  --font-size-h2: 2rem;
  --font-size-h3: 1.75rem;
  --font-size-h4: 1.5rem;
  --font-size-h5: 1.25rem;
  --font-size-p: 1rem;
  --font-weight-h1: 700;
  --font-weight-h2: 600;
  --font-weight-h3: 600;
  --font-weight-h4: 500;
  --font-weight-h5: 500;
  --font-weight-p: 400;
}

.bg-primary {background: var(--primary-color) !important;}
.bg-secondary { background: var(--secondary-color) !important;}
.btn-primary-bg {background: var(--primary-color) !important;}
.btn-secondary-bg { background: var(--secondary-color) !important;}
.text-pc {color: var(--primary-color) !important;}
.text-sc { color: var(--secondary-color) !important;}

.btn-clean {
    display: inline-block;
    padding: 12px 35px;
    background: var(--primary-color);
    border-radius: 40px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}
.alight {
  color: var(--light-color);
}
.fw7 {
  font-weight: var(--font-weight-h1);
}
.fw6 {
  font-weight: var(--font-weight-h2) !important;
}
.fw5 {
  font-weight: var(--font-weight-h3) !important;
}
.fw4 {
  font-weight: var(--font-weight-h4) !important;
}
h5 {
  font-weight: var(--font-weight-h5);
}
p {
  font-size: var(--font-size-p);
  font-weight: var(--font-weight-p);
}
.rad-8 {
  border-radius: var(--radius-8);
}
.rad-10 {
  border-radius: var(--radius-10);
}
.rad-12 {
  border-radius: var(--radius-12);
}
.rad-16 {
  border-radius: var(--radius-12);
}
.rad-20 {
  border-radius: var(--radius-20);
}
.text-pc {
  color: var(--primary-color) !important;
}
.head-pc {
  color: var(--heading-color);
}
.bg-pclg {
  background-color: var(--primary-color-light);
}
.text-pclg {
  color: var(--primary-color-light);
}
.bg-pc {
  background-color: var(--primary-color) !important;
}
.bg-sc{
    background-color: var(--secondary-color) !important;
}
.bg-green{
    background-color: var(--green-color) !important;
}
.btn-pc {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.btn-pc:hover {
  background-color: var(--primary-color-dark);
  border-color: var(--primary-color-dark);
}
body {
  overflow-x: hidden;
  font-family: var(--bs-body-font-family) !important;
}
#main {
  margin-top: 0 !important;
}
.btn-rnd {
     display: inline-block;
    border-radius: 7px;
    padding: 10px 15px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.4s;
    border: none;
    font-size: 14px;
}
@media screen and (max-width: 768px) {
  .slide-content {
    margin-top: 100px;
  }
  .slide-content a {
    border: 1px solid #6c1719;
    padding: 6px 10px;
    border-radius: 50px;
    color: #6c1719;
    font-size: 14px;
  }
  .slick-prev:before, .slick-next:before {
    font-size: 16px !important;
  }
  li.menu-item-has-children.has-dropdown > a:before {
    top: 18px !important;
  }
  .slide.slick-slide {
    height: 300px !important;
  }
    ul#menu-navigation-menu > li > .nav-link {
   
    padding: 8px !important;
}
    ul#menu-navigation-menu > li{
                border-bottom: 1px solid #dadbdc;
    }
       ul#menu-navigation-menu > li:last-child {
        border-bottom: 0;
    }
}

/* media end*/
section {
  padding: 50px 0;
}
p, ul {
  color: #747474;
}

/*---------------------------------
TOP BAR
----------------------------------*/

.top-bar{

    height:40px;

    background:#1495db;

    display:flex;

    align-items:center;

}

.top-actions{

    display:flex;

    align-items:center;

    gap:18px;

}

.second-opinion-btn{

    background:#fff;

    color:#01224d;

    text-decoration:none;

    padding:6px 18px;

    border-radius:50px;

    display:flex;

    align-items:center;

    gap:8px;

    font-size:13px;

    font-weight:600;

    transition:.35s;

}

.second-opinion-btn:hover{

    background:#059ade;

    color:#fff;

    transform:translateY(-2px);

}

.contact-link{

    color:#fff;

    text-decoration:none;

    font-size:14px;

    font-weight:500;

    transition:.3s;

}

.contact-link:hover{

    color:#e9f8ff;

}
.appointment-btn{

    margin-left:5px;

    display:flex;

    align-items:center;

    gap:14px;

    text-decoration:none;

    color:#fff;

    background:linear-gradient(135deg,#0f3d83,#0a7fe8);

    padding:10px 15px;

    border-radius:50px;

    transition:.35s;


}

.appointment-btn:hover{

    color:#fff;

    transform:translateY(-3px);



}

.appt-icon{

    width:42px;

    height:42px;

    background:rgba(255,255,255,.18);

    border-radius:52px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:18px;

}

.appt-text{

    display:flex;

    flex-direction:column;

    line-height:1.1;

    font-weight:600;

}

.appt-text small{

    font-size:11px;

    opacity:.8;

    font-weight:400;

    margin-top:4px;

}

.navbar-toggler:focus {
  box-shadow: none !important;
}
ul#menu-navigation-menu > li > .nav-link {
  color: #333;
  padding: 26px 10px;
        font-size: 15px;
}
ul#menu-navigation-menu .current-menu-item a {
  color: #6c1719 !important;
}
.navbar-brand img {
  height: 70px !important;
}
.slide.slick-slide {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
li.menu-item-has-children.has-dropdown:hover ul.dropdown-menu {
  display: block;
}
ul.dropdown-menu li:hover a {
  color: #6c1719;
  background: #fff;
}
.navbar-nav .dropdown-menu li:first-child:hover a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.navbar-nav .dropdown-menu li:last-child:hover a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
li.menu-item-has-children.has-dropdown a {
  position: relative;
}
li.menu-item-has-children.has-dropdown > a:before {
    content: "\f078" !important;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 10px;
    top: 14px;
    position: absolute;
    width: 20px;
    height: 10px;
    text-align: right;
    right: -6px;
}
ul#menu-main-nav > li > a {
  font-size: 16px;
  color: #322c46;
  font-weight: 600;
  padding-left: 0 !important;
  margin-right: 5px;
}
nav#header {
  background: transparent;
  z-index: 99;
  padding: 0;
}
.top-header {
  background: #d74646;
}
.right .btn a {
    color: #e63f0d !important;
    padding: 10px 15px;
    border-radius: 50px;
    
}
.right .btn:hover a {
    color: #fff !important;
}
.right .btn:hover {
    background: #e63f0d;
}

.right .btn {
    background: white;
    color: #4eb0ca;
    border-radius: 20px;
    transition: color 0.3s ease;
}
button.navbar-toggler i {
  color: #6c1719;
}
.fixed-top {
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
}
header.main-header.fixed-top .phone {
  border: 1px solid #6c1719;
}
header.main-header{
       transition: .25s ease-in;
}

/*
.home ul#menu-primary-menu > li > .nav-link {
  color: #fff;
}*/
/* top hdr css*/
ul.top-right a {
  font-size: 20px;
}
.home header .phone {
  border: 1px solid #fff;
}
header .phone {
  min-width: 174px;
  display: flex;
  border: 1px solid #6c1719;
  padding: 10px;
  text-align: center;
  justify-content: center;
  border-radius: 50px;
}
.home .fixed-top ul#menu-primary-menu > li > .nav-link {
  color: #333;
}
.phone {
  float: right;
  margin: 0;
}
.mbl-icn i {
  width: 40px;
  height: 40px;
  background: #6c1719;
  border-radius: 50px;
  margin-right: 14px;
  font-size: 30px;
  color: #fff;
  padding: 5px 14px;
}
.phone small {
  margin-top: 3px;
  font-size: 14px;
  line-height: 1;
}
.phone small, .phone a {
  display: block;
  color: #6c1719;
}
.container {
    position: relative;
}
.phone a {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-transform: uppercase;
}
.right {
    align-items: center;
    justify-content: center;
}
.right span {

    margin: 0px;
    padding: 0px;
}
.btn.book-btn {
    margin-left: 20px;
    background: linear-gradient(135deg,#0f3d83,#0a7fe8);;
    padding: 8px 20px !important;
    transition: color 0.3s ease;
}
.d-flex.mnavhdr {
    align-items: center;
    justify-content: center;
}

.dropdown-item.active, .dropdown-item:active {
  background: #fff !important;
  color: #091636 !important;
  border: 0 !important;
}
ul.dropdown-menu {
  border: 0;
  top: 76px;
  border-radius: 0;
  padding: 0;
}
ul.dropdown-menu li {
  border-bottom: 1px solid #cdcdcd6b;
  padding: 2px;
  font-size: 14px;
}
ul.dropdown-menu li:last-child {
  border-bottom: 0px
}
ul.dropdown-menu li a {
  color: #000;
  padding: 5px;
}
div#navbar ul#menu-main-nav > li.menu-item-has-children {
    margin-right: 15px;
}
div#navbar ul#menu-main-nav > li {
  padding: 20px 2px;
}


/* ===============================
   Mobile Header
================================*/
@media (max-width:991px){

.main-header{
    position:sticky;
    top:0;
    left:0;
    width:100%;
    background:#fff;
    z-index:9999;
    box-shadow:0 2px 10px rgba(0,0,0,.08);
}

.main-header .container{
    padding-left:15px;
    padding-right:15px;
}
.logo {
    z-index: 9999;
}

.logo img{
    max-height:42px !important;
    width:auto;
}

.mnavhdr{
    width:100%;
    justify-content:space-between;
    align-items:center;
}

.navbar{
    padding:8px 0;
}

.navbar-toggler{
    border:none;
    box-shadow:none!important;
    padding:0;
    background:none;
}

.navbar-toggler i{
    font-size:34px;
    color:#333;
}

/* Appointment button hidden */
.appointment-btn{
    display:none!important;
}

/* Menu */

.navbar-collapse{

    position:fixed;

    top:0;

    right:-100%;

    width:100%;

    height:100vh;

    background:#fff;

    overflow-y:auto;

    transition:.35s;

    padding:40px 25px 40px;

    z-index:99999;

    display:block!important;

    box-shadow:-5px 0 20px rgba(0,0,0,.15);

}

div#navbar ul#menu-main-nav > li {
  padding: 10px 2px;
}

/* Open */

.navbar-collapse.show{
    right:0;
}

/* Menu */

.navbar-nav{
    width:100%;
}

.navbar-nav .nav-item{
    width:100%;
    border-bottom:1px solid #ececec;
}

.navbar-nav .nav-link{

    padding:10px 0;

    font-size:17px;

    font-weight:600;

    color:#222;

}

/* Dropdown */

    .dropdown-menu {
        display: block;
        position: static;
        border: none;
        box-shadow: none !important;
        padding-left: 15px;
        background: none;
        background: #e9e9e9 !important;
        padding: 7px !important;
    }

.dropdown-menu .dropdown-item{

    padding:10px 0;

    font-size:15px;

}
.d-flex.mnavhdr {
    align-items: center;
    justify-content: end;
    position: absolute;
    position: absolute;
    top: 8px;
    right: 10px;
}
.menu-close{
    position:absolute;
    top:20px;
    right:20px;
    border:0;
    background:none;
    font-size:30px;
    padding:0;
}
/* Overlay */

body.menu-open:before{

    content:"";

    position:fixed;

    inset:0;

    background:rgba(0,0,0,.45);

    z-index:9999;

}

}


.grid-row.cntpgfrm .col-lg-12.col-tb-12:last-child p {
  margin-bottom: 0;
}
.banner-slider ul.slick-dots {
  bottom: 15px !important;
}
.banner-slider .slick-dots li{
    width: 10px;
    height: 10px;
}


.banner-slider .slick-dots li button, .banner-slider-mob .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #d2d1d1;
  border-radius: 20px;
}
.banner-slider li.slick-active button, .banner-slider-mob li.slick-active button {
  background: #6c1719;
}
.banner-slider .slick-dots li.slick-active button:before, .banner-slider-mob .slick-dots li.slick-active button:before {
  opacity: 0;
}
.banner-slider .slick-dots li button:before {
  opacity: 0;
}
.banner-slider .slick-dots li button:before {
  color: transparent;
}
.slide-content h1 span {
  color: #fff;
}
.teg-btn a {
  border: 1px solid #6c1719;
  padding: 10px 20px;
  border-radius: 50px;
  color: #6c1719;
  text-transform: uppercase;
  text-align: center;
}
.bstsrv .accordion-button:after {
  filter: brightness(50);
}
.header1-buttons .contact-btn {
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.header1-buttons .contact-btn .icon {
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  background-color: #E7EBF7;
  margin-right: 10px;
}
.header1-buttons .contact-btn .headding p {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 0px;
  color: #676879;
}
.header1-buttons .contact-btn .headding a {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #0D0E10;
  display: inline-block;
  margin-top: 10px;
}


/* country */
.lnguag li.nav-item.dropdown > a {
    padding: 26px 16px !important;
}
.lnguag li.nav-item.dropdown > a:before {
    content: "\f078" !important;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 10px;
    top: 36px;
    position: absolute;
    width: 20px;
    height: 10px;
    text-align: right;
    right: 0;
}

/* Hide Google Translate top bar */
iframe#\:2\.container {
    display: none !important;
} 
body{
     top: 0px !important;
}
 span.text {
    color: #6c1719;
}
img.goog-te-gadget-icon {
    display: none !important;
}

h2.section-title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--primary-color);
} 
