* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  border: border-box;
  font-family: 'Nunito Sans', sans-serif;
  font-size: calc(15px + 0.390625vw);
  margin: 0;
  padding: 0;
  width: 100vw;
  background-color: whitesmoke;
}

a{
  text-decoration: none;
}

/* Styling the Header */
header.navcontainer {
  display: flex;
  flex-direction: column;
  height: 27vh;
  background-color: whitesmoke;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;

}

.topelements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 92%;
  height: 50%;
  font-size: clamp(10px, calc(15px + 0.390625vw), 16px);
  margin-left: 5%;
}

.removedec a {
  text-decoration: none;
  color: white;
}

.nav1stbox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 50%;

}

img.logo {
  height: 100%;
  width: 10%;
}


img.logo1 {
  width: 2vw;
  height: 2vw;
}

img.logo2 {
  width: 2vw;
  height: 2vw;
}

div.bookappointment {
  border: 1px solid #af1f60;
  border-color: #af1f60;
  background-color: #af1f60;
  vertical-align: super;
  color: white;
  border-radius: 12vw;
  width: fit-content;
  text-align: center;
  align-items: center;
  padding: .4% 2%;
  margin-right: 2%;
}

div.bookappointment:hover {
  cursor: pointer;
}


div.locateus {
  border: 1px solid #af1f60;
  border-color: #af1f60;
  background-color: #af1f60;
  font-size: 1em;
  vertical-align: super;
  color: white;
  border-radius: 12vw;
  width: fit-content;
  text-align: center;
  align-items: center;
  padding: .4% 2%;
  animation: focus 5s infinite ease-in-out;
}

@keyframes focus {
  from {
    transform: scale(1.2, 1.2);
    top: 0.2vw;
    width: fit-content;
    left: 3vw;
    font-size: 0.9rem;
    background-color: black;
  }

  to {
    transform: scale(1.3, 1.3);
    top: 0.7vw;
    width: fit-content;
    left: 3vw;
    font-size: 1rem;
  }
}

div.locateus:hover {
  animation-play-state: paused;
  cursor: pointer;
}

div.locateus a {
  text-decoration: none;
  color: white;
}

.phonemobilebox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10vw;
  gap: 20px;
  z-index: 90;
  position: relative;
  left: 20%;
}


img.fab {
  width: 2.5vw;
}

.mobile-icon {
  width: 2vw;
}


.navheader li {
  display: inline-block;
}

hr.menuline {
  display: none;
}
.navheader li a {
  font-size: 0.9rem;
  letter-spacing: 0.023rem;
  color: white;
  font-weight: bolder;
  margin-right: 1rem;
  text-decoration: none;
  font-family: 'Nunito Sans', sans-serif;
}

div.nav-2ndbox {
  display: flex;
  flex-direction: row-reverse;
  background-color: #af1f60;
  color: black;
  align-items: center;
  width: 100%;
}



div.phonecontainer a {
  text-decoration: none;
  color: black;
  display: inherit;
}

div.emailing {
  display: flex;
  font-size: 1em;
  padding-left: 2%;
  width: 20vw;
}

div.emailcontainer {
  display: flex;
  width: 25%;
  align-items: center;
  justify-content: center;
}



.nav-middlebox {
  position: relative;
  color: black;
  margin-bottom: 0.25rem;
  align-items: center;
  justify-content: center;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  height: 15%;
  width: 98vw;
  margin: auto;
  font-size: clamp(12px, calc(12px + 0.390625vw), 17px);
  margin-bottom: 0.3%;
}

.topheafing {
  width: 50%;
}

#main-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}


#main-menu h1 {
  color: white;
  width: 80%;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;

}


#main-menu ul {
  margin-right: 10px;
  font-size: 3vw;
  margin-left: auto;
  padding-bottom: 10px;
}

li.cross-symbol {
  font-size: 4vw;
}

nav ul li a:hover {
  border-bottom: 2px solid hsl(0, 97%, 34%);
}

nav .menu {
  font-size: 1.5em;
  display: none;

}

header nav ul li {
  display: inline-block;
}

header nav {
  background-color: hsl(0, 97%, 34%);

}

header nav ul {
  margin: 0;
  padding: 0;
}

header nav ul li a {
  font-size: 15px;
  letter-spacing: 0.37px;
  color: white;
  margin-right: 15px;
  text-decoration: none;
  font-family: 'Nunito Sans', sans-serif;
}

header nav ul li:last-of-type a {
  margin-right: 0px;
  /*To remove spaces from right of the last element of the list*/
}

#cross-symbol {
  display: none;
}


/*
Styling the body
*/

/*********************************************************
*************Styling the Hero Section*********************
**********************************************************/

.hero-section {
  display: flex;
  position: relative;
  top: 28vh;
  width: 100%;
  justify-content: center;
  /* margin: 1% 1%; */
  /* margin-top: 0; */
}

.hero-section h2 {
  font-family: 'Dancing Script', cursive;
  position: absolute;
  top: 5%;
  padding-left: 5%;
  font-size: calc(26px + 0.390625vw);
  color: #af1f60;
  font-weight: 900;
  margin-top:3%;
  z-index: 5;
}

.herofirstbox {
  width: 50%;
  /* margin-left: 1%; */
  background-color: whitesmoke;
}

.herosecondbox {
  width: 50%;
  background-color: whitesmoke;  

}

.difftreatment {
  width: 18%;
  position: relative;
  border: 2px solid #af1f60;
  overflow: hidden;
  height: 8vw;

}

.hero-all-treatment {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49vw;
  position: absolute;
  top: 67%;
  left: 1%;
}

h3.empowerwomen {
  font-size: calc(25px + 0.390625vw);
  padding: 2% 3%;
  background-color: whitesmoke;
  text-align: center;
  color: brown;
  font-family: 'Nunito Sans', sans-serif;
}

.empowerwomen1 {
  display: none;
}

p.hero-content {
  padding: 2% 3%;
  background-color: whitesmoke;
  text-align: left;
  /* margin: 2%; */
  font-size: calc(8px + 0.390625vw);
}

img.hero-image {
  width: 98%;
  height: 50vh;
  position: relative;
  /* margin-left: 2%; */
}

img.hero-image-sub {
  width: 90%;
  position: relative;
  left: 4%;
}

h3.hero-header3 {
  text-align: center;
  color: #af1f60;
  font-size: calc(6px + 0.390625vw);
}

h3.pcossuffer {
  display: none;
}

div.bookcall {
  display: none;
}

img.telehealthimg {
  display: none;
}

.addedbenefit{
  display:none;
}
.socia-media {
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: auto;
  height: 5vh;
  margin-top: 2vw;
  margin-bottom: 1vw;
  position: relative;
  top:27vh;
}

.facebook-icon:hover {
  cursor: pointer;
}

.smedia {
  height: 4vh;
  padding-top: 5%;

}

a.fbook {
  width: 16.6%;
  height: 5vh;
  background-color: #3b5998;
  padding-left: 7%;
}

a.twbook {
  width: 16.6%;
  height: 5vh;
  background-color: black;
  padding-left: 7%;
}

a.libook {
  width: 16.6%;
  height: 5vh;
  background-color: #0072b1;
  padding-left: 7%;
}

a.qubook {
  width: 16.6%;
  height: 5vh;
  background-color: #B92B27;
  padding-left: 7%;
}

a.yobook {
  width: 16.6%;
  height: 5vh;
  background-color: red;
  padding-left: 7%;
}

a.inbook {
  width: 16.6%;
  height: 5vh;
  background-color: #e1306c;
  padding-left: 6%;
}
/*********************************************************
*************Styling the Why US and Form Section**********
**********************************************************/
.thirdcontainer {
  display: flex;
  background-color: whitesmoke;
  opacity: 0.9;
  position: relative;
  top: 31vh;
  width: 97%;
  /* margin: 2% 1%; */
}

.thirdfirstbox {
  width: 48%;
  text-align: center;
  font-family: 'Nunito Sans', sans-serif;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: whitesmoke;

}

.thirdsecondbox {
  width: 48%;
  text-align: center;
  background-color: whitesmoke;
  display: flex;
  flex-direction: column;
  align-items: center;

}

.whychooseus {
  padding: 2%;
  padding-top: 0%;

}

.third-para-trust {
  text-align: center;
  font-size: calc(12px + 0.390625vw);
}

.whychooseus h2 {
  font-size: calc(20px + 0.390625vw);
  /* margin-top: 4%; */
  padding-top: 0;
  color: #af1f60;
  margin-bottom: 4%;
  text-align: center;
}

p.third-papa-top {
  margin-top: 0.5rem;
  text-align: justify;
  font-size: calc(12px + 0.390625vw);
  line-height: 1.7;
}

.personalcare {
  width: 40%;
  background-color: whitesmoke;
  border: 2px solid #af1f60;
  height: 25vh;
  overflow-y: scroll;
  transition: all 1s ease-in-out 1s;
  margin-right: 3%;
  margin-bottom: 2%;
}

div.ourspeciality {
  display: flex;
  width: 95%;
  flex-wrap: wrap;
}

img.hero2-image {
  width: 45vw;
  position: relative;
  top: 2vh;
  height:50vh;

}

.thirdsechead {
  font-size: calc(14px + 0.390625vw);
  color: #af1f60;
}

.thirdsecpara {
  font-size: calc(11px + 0.390625vw);  
  text-align: justify;
  line-height: 1.4;
  padding-top:2%;
  padding-bottom:2%;
}


div.appointmentbook h2 {
  font-size: calc(20px + 0.390625vw);
  margin-top: 4%;
  padding-top: 0;
  color: black;
  margin-bottom: 0.5rem;
  text-align: center;
}

form.submitform {
  width: 95%;
  border: 2px solid black; /* Add a black border to the form */
  box-shadow: 5px 5px 10px black; /* Add a shadow effect */
  margin:5% 0; 
  padding:2%;
}

div.formdetails {

  color: black;
  text-align: center;
  width: 95%;
  margin: 0;
}

#fullname {
  width: 29rem;
  height: 2rem;
  border: 2px solid black;
}

hr.headerunderline {
  width: 60%;
  color: #af1f60;
  border: 1px solid #af1f60;
  margin-bottom: 2rem;
}


.formdet {
  width: 95%;
  height: 4vh;
  text-align: center;
  margin-bottom: 4vh;

}

.secondheroimage{
  width:88%;
}

div.thirdsecondbox button {
  border-radius: 1rem;
  width: 8rem;
  color: white;
  font-size: 1.5rem;
  border: 1px solid #af1f60;
  border-color: #af1f60;
  background-color: #af1f60;
}

form.submitform {
  width: 88%;
}

/*********************************************************
*************Styling About Docto Section**********
**********************************************************/

div.selfexplain {
  display: flex;
  justify-content: space-between;
  vertical-align: top;
  gap: 1.3rem;
  background-color: whitesmoke;
  position: relative;
  top: 29vh;
  width: 98%;
  /* margin-left: 1%; */

}



div.firstbox {
  background-image: url("drshabnamself.jpg");
  width: 40%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 32vw;
  margin-left:2%;
  /* margin: 1rem; */
  box-shadow: 3px 5px 10px 5px black;
}

div.secondbox {

  width: 55%;
  /* margin: 1rem; */
  /* padding: 1rem; */
  padding-top: 0;
  border: 2px solid #af1f60;
  padding:3%;
}

h3.drname {
  margin-top: 0;
  margin-bottom: 0.3rem;
  font-size: 1.7rem;
  color: #af1f60;
}

h4.drname1 {
  margin-top: 0;
  font-size: 1rem;
  margin-top: 0;
  font-size: 1rem;
  margin-bottom: 0;
}

h5.drname2 {
  margin-top: 0;
  font-size: 0.8rem;
  margin-top: 0;
  margin-bottom: 0;
}

.degfont {
  font-size: 0.6rem;
}

ul.drdegree {
  padding-left: 0;
  list-style-type: none;
  font-size: 1rem;
  line-height: 1.5;
  padding-bottom: 0;
  margin-top: 0.25rem;
}

h4.drname3 {
  margin-bottom: 0;
  margin-top: 0.5rem;
  color: #af1f60;
}

hr.drnameline3 {
  margin-bottom: 0;
  margin-top: 0.25rem;
}

p.foursecpara {
  font-size: 1.1rem;
  margin-top: 0.25rem;
}

.bookappointment1 {

  border: 1px solid #af1f60;
  border-color: #af1f60;
  background-color: #af1f60;
  vertical-align: super;
  color: white;
  border-radius: 12vw;
  width: fit-content;
  text-align: center;
  align-items: center;
  margin: auto;
  padding: 1% 4%;
  /* margin-right: 2%; */
}

.bookappointment1 a {
  text-decoration: none;
  color: white;
}

.bookappointment1:hover {
  cursor: pointer;
}

.pcodsymptomlist { 
  line-height: 2;
  font-family: 'Nunito Sans', sans-serif;
  list-style-position: inside;
  padding-left: 5%;

}
.pcodblogpara {
  font-size: 15px;
  padding: 0.5% 2%;
  text-align: justify;
  line-height: 1.6;
  padding-right: 3%;
  color: rgba(32, 32, 32, 0.7);
  font-family: 'Nunito Sans', sans-serif;
}

.sendbutton{
  margin-bottom: 3%;
  width: 25%;
  background-color: #af1f60;
  border: #af1f60;
  color: white;
  font-size: 16px;

}
/***************************************************************************
Treatment Provided: FOR Screen Size Greater Than 950 PX Desktops, Laptops
****************************************************************************/
.containerbody {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* margin: 20px; */
  padding: 10px;

}
/* Style for individual blog sections */
.imagecontainer {
  flex: 0 0 calc(33.33% - 20px);
  /* Three sections side by side with spacing */
  margin-bottom: 20px;
  /* Spacing between sections */
  position: relative;
  top: 27vh;
  width: 100%;
  /* Set the width to 100% to cover the entire screen */
  /* margin: 0 auto 40px; */
  /* Center-align and add spacing between sections */
  max-width: 600px;
  /* Set a maximum width for the container */
  text-align: center;
  /* Center-align content within sections */
}

/* Style for the images within the blog sections */
.imagecontainer img {
  width: 100%;
  /* Full width for images */
  height: 350px;
  /* Set a fixed height for all images */
  object-fit: cover;
}

.imagecontainer h3 {
  white-space: nowrap;
  /* Prevent H3 text from wrapping */
  overflow: hidden;
  /* Hide overflow text */
  text-overflow: ellipsis;
  /* Display ellipsis (...) for long text */
  font-size: 18px;
  /* Adjust font size as needed */
  /* margin: 5px 0; */
  /* Add margin as needed */
  background-color: hsl(0, 97%, 34%);
  /* Background color */
  color: white;
  /* Font color */
  padding: 5px;
  /* Add padding as needed */
  text-align: center;
  line-height: 1.5;
}

.imagecontainer a {
  text-decoration: none;
  /* Remove underline from links */
}

.imagecontainer p {
  overflow: hidden;
  /* Hide overflow text */
  text-overflow: ellipsis;
  /* Display ellipsis (...) for long text */
  /* margin: 5px 0; */
  /* Add margin as needed */
  max-height: 4.5em;
  /* Limit the maximum height to 4.5 lines */
  line-height: 1.5;
  /* Adjust line-height for vertical alignment */
}

.popularposts {
  position: relative;
  top: 27vh;
}

.readmore a {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  /* Change back to inline-block */
  width: 25%;
  /* Set the width to 50% of the image */
  text-align: center;
  background-color: hsl(210, 40%, 50%);
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 0;
  /* Adjust padding to center vertically */
  border-radius: 5px;
  transition: background-color 0.3s ease-in-out;
  animation: pulsate 2s infinite;
  margin-top: 20px;
  margin-bottom: 20px;

}





@keyframes pulsate {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
    /* Increase size */
  }

  100% {
    transform: scale(1);
  }
}

.centered {
  text-align: center;
  /* Center-align content within the div */
  color: hsl(0, 97%, 24%);
  /* Font color */
  font-size: 18px;
  height: 50px
}

/* Hover effect for the button */
.readmore a:hover {
  background-color: hsl(0, 97%, 24%);
  /* Darker background color on hover */
  cursor: pointer;
}

.blogfirstpara {
  font-size: 16px;
}

.firstheader1 {
  position: relative;
  /* Make the h1 tag positioned relative */
  top: 27vh;
  /* Adjust the vertical position as needed */
  text-align: center;
  /* Center-align the text horizontally */
  font-size: 36px;
  /* Adjust the font size as needed */
  color: hsl(0, 97%, 34%);
  /* Text color */
  margin: 0;
  /* Remove any default margins */
  padding: 20px 0;
  /* Add padding as needed */
}
/*********************************************************
************ Styling Testimonials ***********************
*********************************************************/
.testimonialheader {
  margin-bottom: 2%;
  text-align: center;
  font-size: calc(20px + 0.390625vw);
  color: white;
  margin-top: 5%;
  background: #af1f60;
  margin-right: 5%;
  position: relative;
  top: 27vh;
  margin-left: 5%;

}
.testimonials{
    position:relative;
    position: relative;
    top:28vh;
    height: 70vh;
    width:100vw;
    margin-top: 4%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .slider-container {
    width: 100%;
    height: fit-content;
    overflow: hidden;   
    position: relative;
}

.slider {
    display: flex;
    transition: transform 1s ease;
    gap:3%;   
    width:75%;
    margin-left:10%;
    /* margin:auto;     */
   }

.slider img {
    width: 100%;
    height: 60vh;   
    border: 10px solid #af1f60;
    box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.5);
    display: none;
    background-color: antiquewhite;
    padding:2% 2%;
    transform: scale(1);
    transition: transform 0.2s ease-in-out;
}

.slider img.active:hover{
    transform: scale(1.15);
}

.slider img.active {
        display: block;
   
}
.arrow {
    position: absolute;
   top:50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.prev {   
    left: 3%;    
}

.next {   
    left: 92%;
}
.end {
    color: gray;
}
.start {
    color: gray;
}
.sectionend{
    border: 1px solid #af1f60;
    /* margin: 10px; */
    width: 95vw;
}

/*********************************************************
*************Styling About Blogs Section**********
**********************************************************/

.blogheader {
  width: 96vw;
  /* margin: 1rem; */
  text-align: center;
  color: white;
  background-color: #af1f60;
  letter-spacing: 0.3rem;
  position: relative;
  top: 28vh;
}


.blogging {
  display: flex;
  width: 100%;
  margin-bottom: 2%;
  justify-content: space-around;
  align-items: center;
}


.blogimage {
  width: 31%;
  height: 28vw;

  background-size: 100% 100%;
  background-repeat: no-repeat;
  /* margin: auto; */
  border: 0.25rem solid black;
  /* transition: all 1s ease-in-out; */
  text-align: center;
  color: black;
  font-size: 20px;

}

.blogheadings {
  background-color: black;
  color: white;
  margin-top: 0;
  font-size: calc(15px + 0.390625vw);
}



.blogging a {
  text-decoration: none;
}

/*****************************************
*** Styling Blog Read More****
******************************************/
a.blogreadatag{
  width: 200%;
  top: 27vh;
  margin-left: 10%;
  padding-left: 5%;
  padding-right: 5%;
  right:25%;
}

.blogreading{ 
margin-left: 20%;
}



/*********************************************************
************* Styling Pop Up Message to the Visitor on Site
**********************************************************/

.popup-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2%; /* Adjust padding as 2% */
  max-width: 80vw; /* Adjust max-width as needed */
  max-height: 80vh; /* Adjust max-height as needed */
  background-color: #FFF; /* Adjust background color as needed */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border:2px solid black;
}

/* Style for the close button */
.popup-container .popup-close {
  cursor: pointer;
  background-color: #333;
  color: #FFF; 
  border: none;
  border-radius: 8px; /* Add border-radius */
  margin-bottom: 2%; /* Adjust margin as 2% */
  font-size: 1.5vw; /* Decrease font-size */
}

/* Style for clickable icons */
.popup-container .popup-icons {
  display: flex;
  gap: 2%; /* Adjust gap as 2% */
  justify-content: space-around; /* Align icons at the center */
  width: 100%; /* Ensure icons take full width */
  padding-bottom: 2vw; /* Adjust padding-bottom as 2vw */
}

.popup-container .popup-icon {
  cursor: pointer;
  font-size: 1.5vw; /* Decrease font-size */
  animation: callDance 1s ease-in-out; /* Adjust animation duration as needed */
  animation-delay: 2s; /* Adjust delay as needed */
}

/* Style for the pop-up content (image) */
.popup-container .popup-content {
  width: 100%; /* Adjust width as needed */
  max-height: 60vh; /* Adjust max-height as needed */
}

/* Style for the cancel button */
.popup-container .popup-cancel {
  background-color: #0b69a3; /* Set background color */
  color: #FFF; /* Set font color */
 
  border: none;
  border-radius: 8px; /* Add border-radius */
  font-size: 1.25vw; /* Decrease font-size */
  width:20%;
}

/* Style for the WhatsApp icon */
.popup-container .popup-whatsapp {
  color: #25d366; /* Real WhatsApp green color */
  animation: whatsappDance 1s ease-in-out;
}

.popup-container .popup-call {
  animation: callDance 1s ease-in-out; /* Adjust animation duration as needed */
  animation-delay: 0.5s; /* Adjust delay as needed */
}

@keyframes whatsappDance {
  0%, 100% {
    transform: translateY(0);
  }
  25%, 75% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
}

/* Keyframes for call icon dancing animation */
@keyframes callDance {
  0%, 100% {
    transform: translateY(0);
  }
  25%, 75% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
}

/*****************************************
*** Styling the Other Articles Section****
******************************************/
.article-section {
  margin-top: 20px;
  position: relative;
  top: 27vh ;
  margin-left: 5%;
}

/* Style for the article list */
.article-list {
  display: flex; /* Make the article list a flex container */
  flex-wrap: wrap;
  justify-content: space-between;
}

/* Style for the article container */
.article {
  background-color: #f5f5f5; /* Set your desired background color */
  margin: 10px;
  flex-basis: calc(33.33% - 20px); /* Adjust width as needed */
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column; /* Make each article a column */
  transition: background-color 0.3s ease; 
}

/* Style for the article header */
.article-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  font-size: calc(14px + 0.390625vw);
}

/* Style for the article button */
.article-button {
  background-color: transparent;
  color: #007BFF;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

/* Style for the article title */
.article-title {
  margin: 0;
  padding-left: 10px;
  font-size: calc(13px + 0.390625vw);
}
.blogsectionptag{
  font-size: calc(12px + 0.390625vw);
}

/* Style for the section header (H2) */
.section-header {
  background-color: #af1f60;
  color: white; 
  margin-top: 16px;
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
 
  display: flex;
    align-items: center;
}

/* Style for the section header button */
.section-header-button{
  background-color: transparent;
  color: white;
  border: none;
  font-size: 32px;
  margin-left: auto; /* Align button to the right */
  padding-right:40%;
  cursor: pointer;
  animation: heartbeat 4s infinite;
}
.article-button{ 
  color: blue;
  border: none;  
  cursor: pointer;  
}

/* Style for the section header text */
.section-header-text {
  margin: 0;
  padding-right: 10px; /* Add padding to the right to separate text from button */
  font-size: calc(20px + 0.390625vw);
  
}

/* Style for the article content */
.article-content {
  display: none;
  padding: 10px;
}

/* Style for the read more link */
.article-content a {
  color: #007BFF;
  text-decoration: none;
}

.article-content a:hover {
  text-decoration: underline;
}
.article:hover {
  background-color: hsl(210, 70%, 80%); /* Change background color to HSL */
}

/* Font color change when hovered */
.article:hover .article-title {
  color: white; /* Change font color to white */
}

@keyframes heartbeat {
  0% { font-size: 28px; }
  50% { font-size: 40px; }
  100% { font-size: 28px; }
}

/*********************************************************
*************Styling Rating Section**********
**********************************************************/

.avgratingdoc {
  position:relative;
  display:flex;
  flex-direction: column;
  /* align-items: center;
  justify-content: center; */
  top:32vh;
  padding-left:2vw;
}

.ratingcontainer{
  position:relative;
  display:flex;
}
.avgratingdoc{
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px;  
  color:rgba(32, 32, 32, 0.7);
  width:100vw;
  text-align: left;
}
/* .tableheader{
  font-size: 16px; 
  font-weight: 700;
} */
img.ratingimg{
  width:8%;  
  height:50px;
  padding-right:1%;
  
}

.ratingimg{
  width:8%;
  padding-left:2%;
  padding-top:1%;
  padding-bottom:1%;
}

.avgratingdoc hr{
  border: 0.5px solid black;
  opacity:0.1;
}
.headerh5 {
  width:30%;
  padding-left:2%;
  padding-top:1%;
  padding-bottom:1%;
}

ul.toptreatorder li{
  /* display:inline; */
  padding-right:1%;
  list-style-type: disc;
  width:25%;
  padding-left:2%;  
  list-style-position: inside;
  text-transform: capitalize;

}

.toptreatorder {
  display:flex;
  flex-wrap: wrap;  
}

.servicesh3{
  margin-top:2%; 
}



/*********************************************************
*************Styling Footer Section**********
**********************************************************/
.footergrid {
  position: relative;
  top: 40vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'Nunito Sans', sans-serif;
  background: #313131;
  padding: 5px 0px 0px 0px;
  color: white;
  flex-wrap: wrap;
  font-size: 15px;
}

.footertopelement {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  padding:1% 2%;
}

.footergrid hr {
  border: 1px solid white;
  width: 100%;
  /* margin:1% 0; */
}

.footerbottomelement{
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding:1% 2%;
}

.item5{
  background-color: black; 
}

.footclass ul {
  list-style-type: none;
}

.list-title1{
  font-size: 20px;
  margin-bottom:2%;
  color:#FF00FF;
}

.item4{
  margin-bottom:2%;  
}

.footclass ul a{
  text-decoration: none;
  color: white;
}
.item6 a{ 
  color:white;
  margin-top:1%
}

/****************************************
**********For Screen Size til 950px
****************************************/
@media (max-width: 950px) {

  /*
Styling the Header
*/
div.topheafing {
  text-align: center;
  width: 90%;
}
#main-menu h1 {
  width: 95%;
}
#cross-symbol {
  display: block;
}
.topheafing h1 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 4vw;
  text-align: center;
  width: 90vw;
  left: 0;
} 
nav ul {
  position: fixed;
  top: 27vh;
  right: -100%;
  background: whitesmoke;
  color: black;
  /* height: calc(80vh - 100px); */
  height: calc(100vh - 27vh);
  flex-direction: column;
  align-items: center;
  transition: right 0.5s linear;
}
nav .menu {
  display: block;
  text-align: center;
  color: white;
  position: relative;
  right: 6%;
}
#main-menu ul {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

img#bar.fa.fa-bars{
width: 4vw;
padding-top:7px;
min-width: 30px;
}

hr.menuline {
  display: block;
  border: 1px solid black;
  width: 100%;
  margin: 0;
  opacity: 0.2;
}
#main-menu ul li {
  text-align: left;
  width: 100%;
  padding-left: 10%;
}
#main-menu ul li a {
  color: rgba(32, 32, 32, 0.7);
  font-family: 'Nunito Sans', sans-serif;
  font-size: calc(14px + 0.390625vw);        
}
#main-menu ul li a:hover {
  text-decoration: underline;
  color: #CD201F;    }

img.fab {
  position: fixed;
  top: 2%;
  right: 4%;
  width: 4vw;
}    
img.mobile-icon {
  position: fixed;
  top: 3%;
  right: 10%;
  width: 3vw;
}
nav .menu {
  display: block;
  width: 100px;
  text-align: center;
  font-size: 1.5em;
  margin-left: auto;
  color: white;
}
li#cross-symbol {
  position: relative;
  left: 75%;
}
img.crosssymbol{
  width:2vw;
  min-width: 16px;
}
div.phonecontainer {
  display: none;
}
div.bookappointment {
  display: none;
}
div.locateus {
  margin-left: auto;
  position: relative;
  right: 40%;
  animation: focus1 5s infinite ease-in-out;
}
@keyframes focus1 {
  from {
      transform: scale(1.2, 1.2);
      font-size: calc(14px + 0.390625vw);
      background-color: black;
  }
  to {
      transform: scale(1.3, 1.3);
      font-size: calc(15px + 0.390625vw);
      background-color: #af1f60;
  }
}
.topheafing h1 {
  font-size: calc(1.75*(15px + 0.390625vw));
  font-weight: 600;
}
div.item1 {
  width: 150%;
}

  /* 
Styling After Hero .hero-section 
*/
  .whychooseus {
    margin-top: 0%;
    padding-top: 0%;
  }

  p.third-papa-top {
    padding: 2%;
  }

  .third-para-trust {
    font-size: calc(14px + 0.390625vw);
  }

  .whychooseus h2 {
    font-size: calc(16px + 0.390625vw);
  }

  p.third-papa-top {
    font-size: calc(14px + 0.390625vw);
  }

  div.personalcare {
    width: 92%;
  }

  .whychooseus {
    margin-top: 0%;
    padding-top: 0%;
  }

  .third-para-trust {
    font-size: calc(14px + 0.390625vw);
  }

  .whychooseus h2 {
    font-size: calc(16px + 0.390625vw);
  }

  p.third-papa-top {
    font-size: calc(14px + 0.390625vw);
  }

  p.third-papa-top {
    padding: 2%;
  }



}

/****************************************
**********For Screen Size til 770px
****************************************/
@media (max-width: 770px) {

  /*
Styling the Header
*/
div.locateus{
  right:30%;
}
  img.logo {
      height: 100%;
      width: 25%;
    }
  div.appointmentbook h4 {
      font-size: calc(1.5*(15px + 0.390625vw));
  }
  div.topheafing {
      text-align: center;
      width: 95%;
  }

  /*
Styling the Hero Section
*/

div.herosecondbox a{
  width:100%;
}
  div.hero-section {
    margin-left: 1.5%;
  }

  h3.empowerwomen {
    font-size: calc(15px + 0.390625vw);
  }

  .empowerwomen1 {
    display: block;
    font-size: calc(12px + 0.390625vw);
    padding: 2% 3%;
    background-color: whitesmoke;
    text-align: center;
    color: brown;
    font-family: 'Nunito Sans', sans-serif;
  }

  .hero-section h2 {
    font-size: calc(20px + 0.390625vw);
    top: 2%;
    text-align: center;
    padding-left: 2%;
    margin-bottom: -10%;
  }

  p.hero-content {
    font-size: calc(11px + 0.390625vw);
  }

  h3.pcossuffer {
    display: block;
    font-size: calc(13px + 0.390625vw);
    padding: 2% 3%;
    text-align: center;
    color: brown;
    font-family: 'Nunito Sans', sans-serif;
  }

  div.bookcall {
    display: block;
    position: relative;
    top: 23vh;
    border: 1px solid #af1f60;
    border-color: #af1f60;
    background-color: #af1f60;
    color: white;
    border-radius: 12vw;
    width: fit-content;
    text-align: center;
    align-items: center;
    padding: .4% 2%;
    margin-right: 2%;
    left: 7%;
  }

  div.bookcall a {
    text-decoration: none;
    color: white;
  }

  div.bookcall:hover {
    cursor: pointer;
  }

  .hero-all-treatment {
    top: 64%;
    margin-top: 1%;
  }

  .hero-last-content {
    margin-bottom: 4%;
  }

  img.telehealthimg {
    display: block;
    width: 47vw;
    margin-left: 2%;
    height: 24vh;
  }

  img.hero-image {
    width: 95%;
    height: 47vh;
  }

  
.addedbenefit{
  display:block;
  /* position: absolute; */
  font-size: calc(15px + 0.390625vw);
  padding: 2% 3%;
  background-color: whitesmoke;
  text-align: center;
  font-family: 'Nunito Sans', sans-serif;
  /* left:50%; */
  width:95%;
  /* bottom:1%; */
}


.herosecondbox {
   display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;

}

/*POp Up Box
*/

.popup-container .popup-call {
  font-size: 3vw; /* Adjust font size for smaller screens */
}

.popup-container .popup-cancel {
  font-size: 3vw;
  }
  .popup-container .popup-icon {
    font-size: 4vw;
  }    
  .popup-container {
    width: 75vw;
}
  /***************************
Styling the Why Choose US Section
*****************************/

section.thirdcontainer{
  display: block;
  width: 99vw;
}

.thirdfirstbox{
  width:100%;
}
  .whychooseus {
    margin-top: 1%;
    padding-top: 1%;
  }

  .thirdsechead {
    text-align: center;
    font-size: calc(17px + 0.390625vw);
    margin: 1% 0;
  }

  .thirdsecpara {
    font-size: calc(16px + 0.390625vw);
    padding: 1% 2%;
  }

  .third-para-trust {
    font-size: calc(16px + 0.390625vw);
  }

  .whychooseus h2 {
    font-size: calc(18px + 0.390625vw);
    margin-bottom: 5%;
  }

  p.third-papa-top {
    font-size: calc(16px + 0.390625vw);
  }

  img.hero2-image {
    display: none;
  }

  div.ourspeciality {
    width: 90vw;
  }

  div.personalcare {
    height: fit-content;
    text-align: justify;
    width: 95%;
  }

  /***************************
Styling the About Dr Section
*****************************/
  

div.selfexplain {
    display: block;
  }

    div.firstbox {
    margin: auto;
    margin-top: 9vw;
    margin-bottom: 5vw;
    width: 60%;
    height: 50vh;
  }

  div.secondbox {
    width: 90%;
    font-size: calc(15px + 0.390625vw);
    margin-left:5%;
  }

  h3.drname {
    font-size: calc(15px + 0.390625vw);
  }

  h4.drname3 {
    font-size: calc(14px + 0.390625vw);
  }


  ul.drdegree {
    font-size: calc(16px + 0.390625vw);
    padding-left: 2%;
  }

  h3.drname {
    font-size: calc(17px + 0.390625vw);
  }

  .drname1 {
    font-size: calc(14px + 0.390625vw);
  }

  h4.drname3 {
    font-size: calc(17px + 0.390625vw);
  }

  .thirdsecpara {
    font-size: calc(16px + 0.390625vw);
  }
div.arrow.next{
  top: 38%;
  left: 89%;
}
div.arrow.prev{
  top: 38%;

}
 

  /***************************
Styling the Treatment Section
*****************************/
.containerbody {
  flex-direction: column; 
  align-items: center; 
}

.imagecontainer {
  position: relative;
  /* Make the container relative for absolute positioning */
  width: 100%;
  /* Set the width to 100% to cover the entire screen */
  /* margin: 0 auto 20px; */
  /* Center-align the container horizontally */
  max-width: 600px;
  /* Set a maximum width for the container */
  text-align: center;
  /* Center-align content within sections */

}
.imagecontainer {
  flex: 0 0 100%;
  /* Full width for sections on mobile */
}

.imagecontainer h3 {
  font-size: 16px;
  /* Adjust font size as needed */
}

.imagecontainer a h3 {
  font-size: 16px;
  /* Adjust font size for medium-sized screens */
}
  /***************************
Styling the Blogs
*****************************/
  div.blogmaincontainer {
    display: block;
    height: fit-content;
  }

  div.blogging {
    display: block;
    width: 95%;
    height: fit-content;
  }

  div.blogimage {
    width: 70%;
    height: 48vw;
    /* margin: auto; */
    margin-bottom: 2vw;
  }

  button.lsredmore {
    left: 30%;
    position: relative;
  }




  div.item3 ul {
    font-size: 11px;
  }

  div.item2 ul {
    font-size: 11px;
  }

  .footergrid {
    width: 104vw;
  }


  .herosection {
    width: 104vw;
  }

  div.imagehero {
    width: 100%;
  }

  img.heroimage {
    width: 102vw;
    height: 70vw;

  }

  div.thirdcontainer {
    width: 98vw;
    display:block;
  }

  .thirdsecondbox {
    width: 100vw;
  }

  .herosection h2 {
    width: 100%;
    position: relative;
    top: 0;
    z-index: 20;
  }

  .selfexplain {
    width: 101vw;
  }

  .treatmentcontainer {
    width: 100vw;
  }

 

  .blogmaincontainer {
    width: 100vw;
  }

hr.sectionend{
  top: 5%;
  position: relative;
}
}
  /*****************************************
*** Styling the Other Articles Section****
******************************************/
.article {
  flex-basis: 100%; /* Full width for small screens */
}

.section-header-text {   
  font-size: calc(15px + 0.390625vw);
}

.section-header-button {   
  padding-right:45%;
  font-size: calc(15px + 0.390625vw);
}

h2.testimonialheader{
  font-size: calc(15px + 0.390625vw);
}
/*
Styling the Ratings Section
*/

img.ratingimg{
  width:14%;
  height: 14%;
}

.ratingimg{
  width:14%;
}
  
.headerh5 {
  width:27%;
}

ul.toptreatorder li{    
  width:45%;  
}

/*
Blogs
*/

a.blogreadatag{
  width: 105%;
  padding: 1%;
  border-radius: 4%;
  margin: auto;
  font-size: 14px;
}


  /*
Styling the Footer
*/
.item1{
  display:none;
 }



/****************************************
**********For Screen Size til 600px
****************************************/
@media (max-width: 600px) {

  /*
Styling the Header
*/
div.locateus{
  right:25%;
}
#main-menu ul li a {
  font-size: calc(14px + 0.390625vw);
}
img.logo {
  width: 19%;
  height: 14vh;
}
.topheafing h1 {
  font-size: calc(1.5*(15px + 0.390625vw));
  font-weight: 600;
}

.navbar .menu-items li {
  width: 50vw;
}

#main-menu h1 {
  font-size: calc(1.8*(15px + 0.390625vw));
  padding-left: 6%;
} 
img.logo {
  width: 19%;
  height: 14vh;
}
img.fab {
  width: 6vw;
}
img.mobile-icon{
  width:4.5vw;
  margin-right: 20px;
}

  /* 
Styling the Hero Section 
*/

  img.hero-image {
    height: 52vh;
  }

  h2.hero-section-header {
    padding-right: 2%;
  }

  h3.pcossuffer {
    font-size: calc(11px + 0.390625vw);
    padding: 2% 3%;
    text-align: center;
    color: brown;
    font-family: 'Nunito Sans', sans-serif;
    top: 3%;
    position: relative;
  }

  div.bookcall {
    left: 4%;
    top: 22vh;
  }

  div.bookcall a {
    font-size: calc(11px + 0.390625vw);

  }

  h3.hero-header3 {
    font-size: calc(5px + 0.390625vw);
  }

  .hero-all-treatment {
    top: 65%;
  }

  p.hero-content {
    font-size: calc(10px + 0.390625vw);
  }

 
  div.firstbox{
    height: 55vh;
    width: 80%;
  }
  h3.empowerwomen {
    font-size: calc(14px + 0.390625vw);
  }

  h3.empowerwomen1 {
    font-size: calc(14px + 0.390625vw);
  }


  /*POp Up Box
*/


  .popup-container .popup-icon {
    font-size: 5vw;
  }    


  /***************************
Styling the Treatment Section
*****************************/
.imagecontainer a h3 {
  font-size: 14px;
  /* Adjust font size for medium-sized screens */
}
/*
Styling the Ratings Section
*/

.avgratingdoc{    
  font-size: 11px; 
}

img.ratingimg{
  width:15%;
  height: 15%;
}

.ratingimg{
  width:15%;
}
  
.headerh5 {
  width:26%;
}
  /*
Styling the Footer
*/
.footergrid{
  font-size: calc(10px + 0.390625vw);
}

.list-title1 {
  font-size: calc(13px + 0.390625vw);
}
.footertopelement {
  padding:1% 3%;
}  

}

/****************************************
**********For Screen Size til 500px
****************************************/
@media (max-width: 500px) {
  /*
Styling the Header
*/

img.logo {
  width: 35%;
  height: 14vh;
}

#main-menu h1 {
  font-size: calc(1.5*(15px + 0.390625vw));
  padding-left: 7%;
}

img.fab {
  width: 6vw;
  bottom: 8px;
}

img.mobile-icon {
  top: 12vw;
  right: 1%;
  width: 4vw;
}

div.locateus {
  right: 18%;
}

div.locateus a {
  font-size: 13px;
}

  /* 
Styling the Hero Section 
*/
  h3.empowerwomen {
    font-size: calc(11px + 0.390625vw);
  }

  h3.empowerwomen1 {
    font-size: calc(11px + 0.390625vw);
    top: 1vh;
    position: relative;
  }

  img.hero-image {
    height: 52vh;
  }

  h2.hero-section-header {
    font-size: calc(16px + 0.390625vw);
  }
div.firstbox{
  height: 32vh;
  width: 66%;
}

  .treatwihi {
    width: 90%;
    height: 48vh;
    margin-top: 2%;
  }

  div.blogimage {
    width: 90%;
    height: 48vh;
    margin-top: 2%;
    margin-left: 7%;
    transition: all 1s ease-in-out;
  }

  div.blogimage:hover {
    transform: translate(10px, 10px);
    font-size: 1rem;
  }


  button.lsredmore {
    width: 40%;
  }

  div.imageholder {
    height: 50%;
  }

  .contentimage:hover {
    transform: translate(10px, 10px);
    font-size: 1rem;
  }
  .addedbenefit{
    bottom: 4%;
  }
  


  img.hero-image {
    height: 42vh;
    position: relative;
    bottom: 4%;
  }


 /*
 Styling Testimonials
 */
 .slider img {
   height:40vh;    
}
.testimonials{
    height: 55vh;
}
.slider-container{
    margin-top: 5%;
    margin-bottom: 5%;
}
.arrow {  
   top:33%;    
}


.section-header-button {   
  padding-right:15%;
 
}
   /*
Styling the Ratings Section
*/

.avgratingdoc{    
  font-size: 10px; 
}


img.ratingimg{
  width:15%;
  height: 15%;
}

.ratingimg{
  width:15%;
}
  
.headerh5 {
  width:25%;
}
  /*
Styling the Footer
*/
div.item1 {
  display: none;

}

.list-title1 {
  font-size: calc(13px + 0.390625vw);
}
 
.footergrid {
  display: flex;
  flex-direction: column;
}

}


/****************************************
**********For Screen Size til 400px
****************************************/

@media (max-width: 400px) {

  /*
  Styling the Header
  */

  #main-menu h1 {
    font-size: calc(1.3*(15px + 0.390625vw));
  } 
  div.locateus {
    right: 15%;
  }  
  div.locateus a {
    font-size: 13px;
  }

  img.fab {
    width: 7vw;
    bottom: 8px;
  }

  img.mobile-icon {
    top: 13vw;
    right: 0;
    width: 5vw;
  } 

  /*
Styling the Hero Section
*/
  img.hero-image {
    height: 50vh;
  }

  .hero-all-treatment {
    top: 68%;
  }

  a.fbook {
    padding-left: 4%;
    padding-top: 1px;
  }
  
  a.twbook {
    padding-left: 4%;
    padding-top: 1px;
  }
  
  a.libook {
    padding-left: 4%;
    padding-top: 1px;
  }
  
  a.inbook {
    padding-left: 4%;
    padding-top: 1px;
  }
  
  a.yobook {
    padding-left: 4%;
    padding-top: 1px;
  }
  
  a.qubook {
    padding-left: 4%;
    padding-top: 1px;
  }


  h3.pcossuffer {
    font-size: calc(10px + 0.390625vw);
  }

  div.bookcall {
    left: 1%;
    top: 23vh;
  }

  .selfexplain {
    width: 102vw;
  }
 
  /*POp Up Box
*/


.popup-container .popup-icon {
  font-size: 5vw;
}   
  .testimonials {
    width: 102vw;
  }

  .blogmaincontainer {
    width: 102vw;
  }


  div.locateus {
    margin-left: auto;
    position: relative;
    right: 20%;
    animation: focus2 5s infinite ease-in-out;
  }

  @keyframes focus2 {
    from {
      transform: scale(1.2, 1.2);
      font-size: calc(12px + 0.390625vw);
      background-color: black;
    }

    to {
      transform: scale(1.3, 1.3);
      font-size: calc(13px + 0.390625vw);
      background-color: #af1f60;
    }
  }

  h3.empowerwomen1 {
   
    top: 3vh;
   
  }


  .topheafing h1 {
    font-size: calc(1.25*(12px + 0.390625vw));
  }

  .whychooseus h2 {
    font-size: calc(2*(12px + 0.390625vw));
  }


  .selfexplain {
    width: 102vw;
  }

  .whychooseus h2 {
    font-size: calc(16px + 0.390625vw);
  }

  .treatmentcontainer {
    width: 102vw;
  }

  .testimonials {
    width: 102vw;
  }

  .blogmaincontainer {
    width: 102vw;
  }

  .treatwihi {
    width: 90%;
    height: 48vh;
    margin-top: 2%;
  }

  div.blogimage {
    width: 90%;
    height: 48vh;
    margin-top: 2%;
    margin-left: 7%;
  }

  button.lsredmore {
    width: 40%;
  }



  .blogmaincontainer {
    width: 104vw;
  }

  .testimonials {
    width: 104vw;
  }

  div.treatmentcontainer {
    width: 104vw;
  }

  div.selfexplain {
    width: 104vw;
  }

  .thirdcontainer {
    width: 104vw;
  }

  /*
Styling the Footer
*/

.list-title1 {
  font-size: calc(11px + 0.390625vw);
}
.footclass ul {
  font-size: calc(9px + 0.390625vw);
}
}

/****************************************
**********For Screen Size til 350px
****************************************/

@media (max-width: 350px) {

  /*
  Styling the Header
  */

  #main-menu h1 {
    font-size: calc(1.2*(15px + 0.390625vw));
  }

  div.locateus {
    right: 15%;
    animation: focus3 5s infinite ease-in-out;
    font-size:10px;
  }
#main-menu h1 {
  font-size: 17px;
}
  img.fab {
      width: 8vw;
      bottom: 8px;
    }
  
    img.mobile-icon {
      top: 15vw;
      right: 0;
      width: 6vw;
    } 

  @keyframes focus3 {
    from {
      transform: scale(1.1, 1.1);
      font-size: calc(9px + 0.390625vw);
      background-color: black;
    }

    to {
      transform: scale(1.1, 1.4);
      font-size: calc(11px + 0.390625vw);
      background-color: #af1f60;
    }
  }

  div.tophighlights {
    padding: 1% 6%;
    font-size: calc(13px + 0.390625vw);
    line-height: 1.6;
    text-align: justify;
  }

  /*
  Styling the hero section
  */
  img.hero-image {
    bottom: 11%;
  }


  .herosecondbox {
    display:flex;
   flex-direction: column;
   align-items: center;
   justify-content: space-evenly;
 
 }
  .blogmaincontainer {
    width: 104vw;
  }

  .testimonials {
    width: 104vw;
  }

  div.treatmentcontainer {
    width: 104vw;
  }

  div.selfexplain {
    width: 104vw;
  }

  .thirdcontainer {
    width: 107vw;
  }

  .herosection {
    width: 104vw;
  }


  .selfexplain {
    width: 102vw;
  }

  .treatmentcontainer {
    width: 102vw;
  }

  .testimonials {
    width: 102vw;
  }

  .blogmaincontainer {
    width: 102vw;
  }

  div.locateus {
    right: 15%;
    animation: focus3 5s infinite ease-in-out;
  }


  @keyframes focus3 {
    from {
      transform: scale(1.1, 1.1);
      font-size: calc(12px + 0.390625vw);
      background-color: black;
    }

    to {
      transform: scale(1.2, 1.2);
      font-size: calc(13px + 0.390625vw);
      background-color: #af1f60;
    }
  }
/*
Styling the Footer
*/
.item2{
  margin-bottom: 3%;
}
.list-title1 {
  font-size: calc(13px + 0.390625vw);
}
.footclass ul {
  font-size: calc(11px + 0.390625vw);
}
.item4{
  font-size: calc(10px + 0.390625vw);
  text-align: justify;
}
.item5{
  font-size: calc(9px + 0.390625vw);
  text-align: center;
}
}