/*=============== GOOGLE FONTS ===============*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/*=============== VARIABLES CSS ===============*/
:root {

  /*========== Colors ==========*/
  /*Color mode HSL(hue, saturation, lightness)*/
  --main-color : #007d9d;
  --white-color: #FFFFFF;
  --secondary-color: #FAFAFA;

  --white-color: #0e0e0e;
  --body-color: hsl(220, 100%, 97%);
 

  /*========== Font weight ==========*/
  --font-regular: 300;
  --font-semi-bold: 500;

  /*========== z index ==========*/
  --z-tooltip: 10;
  --z-fixed: 100;
}



/*=============== BASE ===============*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  
  font-size: var(--normal-font-size);
  background-color: var(--body-color);
  font-family: 'Montserrat';
}

header {
  font-family: 'Montserrat';
}


ul {
  list-style: none;
 
}

a {
  text-decoration: none;
}

body h1{
  font-size: 40px;
}

body p {
  font-size: 18px;
}

.container {
  max-width: 1120px;
  margin-inline: 1.5rem;

  
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 21vh;
  background-color: #ffff;
  box-shadow: 0 2px 16px hsla(220, 32%, 8%, .3);
  z-index: var(--z-fixed);
}

/*=============== NAV ===============*/

.nav__link {
  color: var(--white-color);
  background-color: var(--black-color);
  font-weight: var(--font-semi-bold);
  padding: 1.5rem 1.25rem; 
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color .3s;
  position: relative; /* Added */
}

.nav__link:hover {
  color: var(--main-color);
  cursor: pointer;
}

.top_nav__link{
 
  background-color: var(--black-color);
  font-weight: var(--font-semi-bold);
 color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color .3s;
  position: relative; /* Added */
}


.top_nav__link:hover{
  color: #fff;
  cursor: pointer;
}
.top_nav__link .dropdown__arrow {
  font-size: 1.30rem;
  font-weight: initial;
  transition: transform .6s;
  color: #fff;
}


.nav__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 10px); 
  left: 0;
  background-color: var(--black-color); /* Adjust as needed */
  border-radius: 0 0 10px 10px; /* Adjust as needed */
  transition: opacity 0.3s ease; /* Add transition effect */
  opacity: 0; /* Start with opacity 0 */
  pointer-events: none; /* Disable pointer events when hidden */
}

.nav__link:hover .nav__dropdown {
  display: block;
  opacity: 1; /* Change opacity to fully visible */
  pointer-events: auto; /* Enable pointer events when visible */
 
  
}

/* Keep dropdown open for a short duration after hovering */
.nav__dropdown:hover {
  display: block;
}

.nav__dropdown:hover .nav__link {
  color: var(--white-color);
  background-color: var(--black-color);
}

/* Adjust dropdown link styles as needed */
.nav__dropdown a {
  color: #fcfcfc;
  padding: 10px;
  display: block;
  text-decoration: none;
}

.nav__dropdown a:hover {
  background-color: #191919; /* Adjust as needed */
}

/* Rest of your existing CSS styles */
.nav__logo img {
  width: 330px;
  margin-left: -30px;
  margin-top: 30px;
}

.nav-top {
  display: flex;
  margin-top: 10px;
  margin-bottom: -20px;
}

.nav-top .nav__list button {
  background-color: #ee0a0a;
  border: none;
  width: 200px;
}

.nav-top .nav__list li a {
  color: #fcfcfc;
  margin-bottom: -07px;
}

.nav__list li a {
  color: #101010;
}

.nav__list li a img {
  width: 49px;
}

.nav__list button {
  width: 230px;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 35px;
  background-color: #007d9d;
  border: none;
  border-radius: 25px;
  color: #fff;
}

.nav__list i {
  color: #007d9d;
}

.nav__list button:hover {
  background-color: #191919;
}


/* heading style :end */















.request-btn{
  width: 260px;
  height: 40px;
  border-radius: 25px;
  border: none;
}





/*=========================
	Srart service CSS
===========================*/
.services .single-service{
	margin:30px 0;
	position:relative;
	padding-left:70px;

}



.section-title h1{
  font-size: 40px;
  text-align: center;
  color: #007d9d;

}
.service-title{
  font-family: 'Montserrat';
}
.section-title .mid-div
{
  display: flex;
  justify-content: center;
  align-items: center;

 
  margin-left: 80px;

}
.section-title .mid-div p
{
  font-size: 18px;
 text-align: center;
 color: #000000;
 word-spacing: -1px;
  

}


.section-title .mid-div2 p {
  font-size: 18px;
text-align: center;
  color: #000000 ;
  font-weight: 500;

}





.services .single-service i{
	font-size:50px;
	color:#1a76d1;
	position:absolute;
	left:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

.services .single-service i img {

  width: 50px;
  color:#1a76d1;
	position:absolute;
	left:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

.services .single-service h4 a{
	color:#2C2D3F;
	font-size:20px;
	font-weight:600;
}
.services .single-service h4 a:hover{
	color:#007d9d;
}
.services .single-service p{
	color:#000000;
  font-size: 16px;
}
/*-- Service Details --*/
.services-details-img {
  margin-bottom: 50px;
}

.services-details-img img {
  width: 100%;
  margin-bottom: 30px;
}
.services-details-img h2 {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 16px;
}
.services-details-img P {
  margin-bottom: 20px;
}
.services-details-img blockquote {
	font-size: 15px;
	color: #4a6f8a;
	background-color: #1a76d1;
	padding: 30px 75px;
	line-height: 26px;
	position: relative;
	margin-bottom: 20px;
	color: #fff;
}
.services-details-img blockquote i {
  position: absolute;
  display: inline-block;
  top: 20px;
  left: 38px;
  font-size: 32px;
}

.service-details-inner-left img {
  display: none;
}
.service-details-inner {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.service-details-inner h2 {
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 15px;
	border-left: 3px solid #1a76d1;
	padding-left: 15px;
}
.service-details-inner p {
  margin-bottom: 15px;
}
.service-details-inner p:last-child {
  margin-bottom: 0;
}
/*=========================
	End service CSS
===========================*/


















/* <!-- Why Have a Second Opinion With 2nd Doctor start --> */

.box-2 h2{
  margin-bottom: 20px;
  font-size: 32px;
}

.top-box-row
{

  display: flex;
  column-gap: 20px;
  height: 300px;
}


.opinion-about
{
  width: 100%;
  padding: 3rem 9%;
  
  display: flex;
  column-gap: 50px;
}

.about-opinion-box
{
  width: 350px;
  padding: 18px 18px ;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

 
  border-radius: 25px;
  border: 1px solid #007d9d;
  height: 225px;
 
}
.icon-box
{
  width: 80px;
  height: 80px;
  line-height: 50px;
  margin: 0 auto;
  border-radius: 50%;
  
  background-color: #9be6f868;
  margin-bottom: 15px;
  

}

.icon-box i
{
  font-size: 2rem;
  color: #0e0e0e;
padding: 1.5rem;
justify-content: center;
align-items: center;
display: flex;
}
.about-opinion-box p{
  font-size: 13px;
  color: #0e0e0e;
  margin-top: 20px;
 font-weight: 300;
  
}

/* <!-- Why Have a Second Opinion With 2nd Doctor end --> */











/* footer style start */
.footer-container  {
	max-width: 1180px; 
	margin:auto;
  font-family: 'Montserrat';
}
.footer-row{
	display: flex;
	flex-wrap: wrap;
  column-gap: 20px;
}

.footer-box{
	background-color: #007d9d;
    padding: 30px 0;
}
.footer-col{
   width: 20%;

   margin-right: -56px;
}
.footer-col h4{
  font-family: 'Montserrat';
	font-size: 14px;
	color: #ffffff;

	margin-bottom: 30px;
	font-weight: 500;
	position: relative;
  letter-spacing: 0.4px;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #f5f5f5;
	height: 1px;
	box-sizing: border-box;
	width: 100px;
}





.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 13px;
	text-transform: capitalize;
	
	text-decoration: none;
	font-weight: 400;
	color: #ffffff;
	display: block;
	transition: all 0.3s ease;


margin-top: -10px;
	


}

.footer-row .div-seperate
{
  width: 100%;
  height: 1.5px;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 30px;
}


.footer-row p 
{
  color: #bfbfbf;
  font-size: 12px;
}
.footer-col ul  hr{
  background-color: #ffffff;
  height: 1.5px;
  margin-top: -5px;
  width: 150px;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}


/* footer style end */













































/*=============== DROPDOWN ===============*/
.dropdown__item {
  position: relative; /* Ensure the dropdown menu appears above other elements */
}
.nav__list span{
  color: #191919;
  font-size: 14px;
  font-weight: 450;;

}
.dropdown__arrow {
  font-size: 1.30rem;
  font-weight: initial;
  transition: transform .6s;
}
.dropdown__link {
  padding: 0.6rem 1rem 1.15rem 1.15rem;
  color: var(--white-color);
  background-color: #fff;
  display: flex;
  align-items: center;
  column-gap: .6rem;
  font-weight: 550;
  width: 100%; /* Adjusted width */
}


.dropdown__link, 
.dropdown__sublink {
  padding: 0.6rem 1rem 1.15rem 1.15rem;
  color: var(--white-color);
  background-color: #fff;
  display: flex;
  align-items: center;

  font-weight: 550;
  transition: background-color .3s;
  margin-left: -35px;
  width: 260px;
}


.dropdown__submenu {
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1000;

}
.dropdown__subitem ul {
  overflow-y: auto;
  max-height: 200px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}


.dropdown__link i, 
.dropdown__sublink i {
  font-size: 1.18rem;
  font-weight: initial;
}




.dropdown__menu {
  position: absolute;
 
  left: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 20s ease-in-out, opacity 20s ease-in-out; /* Adjusted transition */
  background-color: #fcfcfc;
  
  overflow-y: auto;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 2000;
  margin-top: -10px;
 
  
  
}

.dropdown__item:hover .dropdown__menu,
.dropdown__menu:hover {
  max-height: 500px;
  opacity: 1;
  pointer-events: initial;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out; /* Adjusted transition */
}

.dropdown__menu.open {
  max-height: 500px; /* Adjust the value as needed */
}
.dropdown__menu li a {
  font-size: 13px;
  line-height: 15px;
}

.dropdown__menu, 
.dropdown__submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease-out;
  background-color: #ffffff;
 
  overflow-y: scroll;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); /* Add box shadow */
}

.dropdown__submenu {
  overflow-y: scroll;
  margin-left: -120px;
  
  
}

.dropdown__submenu li a {
  font-size: 14px;
  font-weight: 450;;
}
.dropdown__submenu .dropdown__sublink:hover{
  background-color: #007d9d;
}


.dropdown__submenu .dropdown__sublink:hover span{
  color: #fff;
}

.dropdown__submenu .dropdown__sublink span{
 font-size: 12px;
}

/* Show dropdown menu & submenu */
.dropdown__item:hover .maindrop .dropdown__menu, 
.dropdown__subitem:hover > .dropdown__submenu {
  max-height: 700px;
  transition: max-height .4s ease-in;

}

/* Rotate dropdown icon */
.dropdown__item:hover .dropdown__arrow {
  transform: rotate(180deg);
}


.maindrop .col1 .dropdown__subitem{
  background-color: #ffffff;
  
}
.maindrop .col1 .dropdown__subitem .dropdown__link{
  background-color: transparent;
 
  width: 300px;
  margin-left: 2px;
}


.maindrop .col1 .dropdown__subitem:hover .dropdown__link{
  background-color: #007d9d;
}
.maindrop .col1 .dropdown__subitem:hover .dropdown__link i {
  color: #fff;
}
.maindrop .col1 .dropdown__subitem:hover .dropdown__link span {
  color: #fff;
}

.dropdown__menu .dropdown__link:hover{
  background-color: #007d9d;
}
.dropdown__menu .dropdown__link:hover i{
  color: #fff;
}
.dropdown__menu .dropdown__link:hover span{
  color: #fff;
}
  
  
.dropdown__submenu {
  max-height: 200px; /* Set the maximum height for the dropdown */
  overflow-y: auto; /* Enable vertical scrolling */
  scrollbar-width: none; /* Hide the scrollbar for Firefox */
  -ms-overflow-style: none; /* Hide the scrollbar for IE and Edge */
}

.dropdown__submenu::-webkit-scrollbar {
  display: none; /* Hide the scrollbar for Chrome, Safari, and Opera */
}

/* Other CSS styles for your dropdown items and links */
.dropdown__submenu li {
  list-style: none;
}

.dropdown__sublink {
  display: block;
  padding: 8px 10px;
  text-decoration: none;
  color: #333; /* Change the color as needed */
}

.dropdown__sublink:hover {
  background-color: #ffffff; /* Change the background color on hover as needed */
}

.dropdown__sublink i {
  margin-right: 5px;
}






/*** Service ***/
.service-item {
  transition: .5s;
}

.service-item:hover {
  margin-top: -10px;
  box-shadow: 0 .2rem 0.5rem  #007d9d;
}

.service-item .btn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  background: #007d9d;
  border-radius: 40px;
  white-space: nowrap;
  overflow: hidden;
  transition: .5s;
}

.service-item:hover .btn {
  width: 140px;
}

.service-item h4 {
  font-size: 20px;
  color: #040404;
}
.fadeInUp h1 {
  font-size: 90px;
  color: #007d9d;
}
.fadeInUp h4 {
  font-size: 18px;

}

.service-item i 
{
  font-size: 20px;
  color: #0e0e0e;
}
.service-item p 
{
  font-size: 15px;
  color: #313131;
}

.btn span 
{
  color: #fff;
}
.btn i
{
  color: #fff;
}


.fadeIn .readmore:hover{
  background-color: #000000;
}











/*=============== BREAKPOINTS ===============*/
/* For small devices */
@media screen and (max-width: 340px) {
  .container {
    margin-inline: 1rem;
  }

  .nav__link {
    padding-inline: 1rem;
  }
}

/* For large devices */
@media screen and (min-width: 1118px) {
  .container {
    margin-inline: auto;
  }

  .nav {
   
    display: flex;
    justify-content: space-between;
  }
  .nav__toggle {
    display: none;
  }
  .nav__list {
    height: 100%;
    display: flex;
    column-gap: 3rem;
  }
  .nav__link {
    height: 100%;
    padding: 0;
    justify-content: initial;
    column-gap: .25rem;
  }
  .nav__link:hover {
    background-color: transparent;
  }

  .dropdown__item, 
  .dropdown__subitem {
    position: relative;
  }

  .dropdown__menu, 
  .dropdown__submenu {
    max-height: initial;
    overflow: initial;
    position: absolute;
    left: 0;
    top: 6rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s, top .3s;
  }

  .dropdown__link, 
  .dropdown__sublink {
    padding-inline: 1rem 3.5rem;
  }

  .dropdown__subitem .dropdown__link {
    padding-inline: 1rem;
  }

  .dropdown__submenu {
    position: absolute;
    left: 100%;
    top: .5rem;
    z-index: 1; /* Ensure the subdropdown appears above other elements */
  }

  /* Show dropdown menu */
  .dropdown__item:hover .dropdown__menu {
    max-height: 500px; /* Adjusted max-height */
    opacity: 1; /* Adjusted opacity */
    pointer-events: initial; /* Allow pointer events */
  }

  /* Show dropdown submenu */
  .dropdown__subitem:hover > .dropdown__submenu {
    opacity: 1;
    top: 0;
    pointer-events: initial;
    transition: top .3s;
  }
}



/* FAQ css start*/



.faq-container {
  margin: 0 40px;
  max-width: 80%;
  display: flex;
  flex-direction: column;
  gap: 20px;
margin-left: 150px;
margin-bottom: 100px;
  
}

.faq-container h1 {
  color: #007d9d;
  text-align: center;
  font-size: 28px;
}

.faq-container .tab {
  position: relative;
  background: #fff;
  padding: 0 10px 10px;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  overflow: hidden;

}


.faq-container .tab input {
  display: none; /* Hide the radio inputs */
}

.faq-container .tab label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.faq-container .tab label::after {
  content: '+';
  position: absolute;
  right: 20px;
  font-size: 2em;
  color: rgba(255, 255, 255, 0.1);
  transition: transform 1s;
}

.faq-container .tab:hover label::after {
  color: #ffffff;
}

.faq-container .tab input:checked ~ label::after {
  transform: rotate(160deg);
}

.faq-container .tab label h2 {
  width: 40px;
  height: 40px;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.15rem;
  border-radius: 5px;
  margin-right: 10px;
 
}

.faq-container .tab input:checked ~ label h2{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.2);
  font-size: 8em;
  justify-content: flex-end;
  padding: 20px;
}










.faq-container .tab:nth-child(2) label h2
{
  background: linear-gradient(160deg , #34879b, #037592);
}

.faq-container .tab:nth-child(3) label h2
{
  background: linear-gradient(160deg , #34879b, #037592);
}

.faq-container .tab:nth-child(4) label h2
{
  background: linear-gradient(160deg , #34879b, #037592);
}

.faq-container .tab:nth-child(5) label h2
{
  background: linear-gradient(160deg , #34879b, #037592);
}

.faq-container .tab:nth-child(6) label h2
{
  background: linear-gradient(160deg , #34879b, #037592);
}

.faq-container .tab:nth-child(7) label h2
{
  background: linear-gradient(160deg , #34879b, #037592);
}

.faq-container .tab:nth-child(8) label h2
{
  background: linear-gradient(160deg , #34879b, #037592);
}

.faq-container .tab:nth-child(9) label h2
{
  background: linear-gradient(160deg , #34879b, #037592);
}
.faq-container .tab:nth-child(10) label h2
{
  background: linear-gradient(160deg , #34879b, #037592);
}
.faq-container .tab:nth-child(11) label h2
{
  background: linear-gradient(160deg , #34879b, #037592);
}
.faq-container .tab:nth-child(12) label h2
{
  background: linear-gradient(160deg ,#34879b, #037592);
}

.faq-container .tab .content {
  max-height: 0;
  transition: max-height 1s; /* Transition only max-height property */
  overflow: hidden;
}

/* Adjust max-height when input is checked */
.faq-container .tab input:checked ~ .content {
  max-height: 100vh;
}

.faq-container .tab .content p {
  position: relative;
  padding: 10px 0;
  color: #f5f4f4;
  z-index: 10;
  font-size: 14px;
  font-weight: 300;
}

.tab h3 {
  font-size: 18px;
  font-weight: 500;
}



/* FAQ css end*/


















