* {
  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;
}


/* 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
  */

.socia-media {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: auto;
  height: 5vh;
  margin-top: 2vw;
  margin-bottom: 1vw;
}

.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%;
}

hr {
  border: 1px solid #af1f60;
}


.pcod-blog-topsection {
  display: flex;
  position: relative;
  top: 27vh;
  flex-direction: column;
}

.blog-hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pcodblogfirst {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* border:2px solid #af1f60; */
  margin: 1%;
}

.picheader {
  color: white;
  background-color: black;
  text-align: center;
  width: 100%;
}
.commonimage {
  width: 60%;
  height: 35vh;
}

.heroimage1 {
  width: 100%;
  height: 50vh;
}

.topheadingh2 {
  text-align: center;
  margin-top: 2vh;
  font-size: calc(24px + 0.390625vw);
  /* color: #af1f60; */
  color: black;
  margin-bottom: 2vh;
  font-family: 'Nunito Sans', sans-serif;
  padding: 1% 3%;
}

.topheadingh3 {
  text-align: center;
  font-size: calc(20px + 0.390625vw);
  color: black;
  width: 70%;
  margin: auto;
  margin-top: 1%;
  margin-bottom: 2%;
  text-transform: capitalize;
}

.topheadingh4 {
  font-size: calc(14px + 0.390625vw);
  text-align: center;
  font-family: 'Dancing Script', cursive;
  margin-bottom: 3%;
  /* font-family: 'Great Vibes', cursive; */
  /* font-family: 'Roboto', sans-serif; */
}

.pcodblogcontent {
  position: relative;
  top: 28vh;
  padding-left: 10px;
  padding-right: 10px;
}

.pcodblogcontent {
  width: 70%;
  background-color: antiquewhite;
  margin: auto;
}

.pcodblogintroh3 {
  color: #af1f60;
  font-size: calc(20px + 0.390625vw);
  padding: 1% 2%;
  padding-bottom: 0;
  padding-right: 3%;
  font-family: 'Nunito Sans', sans-serif;
  text-transform: capitalize;
}

.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;
}

.pcodsymptomlist {
  /* list-style-type: none; */
  line-height: 2;
  font-family: 'Nunito Sans', sans-serif;
  list-style-position: inside;
  padding-left: 5%;

}

ol.pcossymptoms {
  line-height: 2;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px;
  padding: 0.5% 2%;
  text-align: justify;
  line-height: 2;
  padding-right: 3%;
  padding-left: 5%;
  color: rgba(32, 32, 32, 0.7);
}

.sectionminheader {
  font-size: calc(14px + 0.390625vw);
  padding: 0.5% 2%;
  padding-right: 5%;
  font-family: 'Nunito Sans', sans-serif;
}

img.pcodblogpic {
  width: 100%;
  height: 60vh;
  /* margin-left:20%; */
  margin-top: 2%;
}

.publishingdetail {
  text-align: center;
  font-size: calc(10px + 0.390625vw);
}

p.publisdateval1 {
  color: #b92e34;
}

.tophighlights {
  font-family: 'Nunito Sans', sans-serif;
  margin-top: 3%;
  padding: 1%;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  margin-left: 3%;
  width: 90%;
}

ul.tophighlightlist {
  list-style-type: disc;
  padding-left: 2%;
  line-height: 1.75;
}

/*********************************************************
*************Styling Rating Section**********
**********************************************************/

.avgratingdoc {
  position: relative;
  display: flex;
  flex-direction: column;
  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;
}

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 {
   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;
}
/****************************************
**********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%;
}
}

/****************************************
**********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%;
    }
  .thirdcontainer {
    display: block;
    height: fit-content;
    /* padding:2%; */
  }

  .thirdfirstbox {
    width: 105vw;
    margin: 0;
    padding: 0;
    margin: auto;
    padding: 2vw;
  }


  .thirdsecondbox {
    width: 90%;
    margin: 0;
    padding: 0;
    margin: auto;
    padding: 2vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  div.appointmentbook h4 {
    font-size: calc(1.5*(15px + 0.390625vw));
  }

  div.herosection h2 {
    top: 8%;
  }

  img.fab {
    width: 5vw;
    bottom: 4vw;
    top: 12px;
  }

  img.mobile-icon {
    width: 3.7vw;
    top: 17px;
    right: 12%;
  }

  div.locateus {
    right: 30%;
  }

  /*
  Styling the Body
  */

  .topheadingh3 {
    font-size: calc(16px + 0.390625vw);

  }

  .topheadingh4 {
    font-size: calc(11px + 0.390625vw);
  }

  .topheadingh2 {
    font-size: calc(20px + 0.390625vw);
  }

  .pcodblogcontent {
    width: 80%;
  }

  img.pcodblogpic {
    height: 50vh;
  }

  .pcodblogfirst {
    width: 80%;
  }

  .socia-media {
    width: 80%;
  }

  .commonimage {
    width: 100%;
  }

  .avgratingdoc {
    font-size: 12px;
  }


  /*
Styling the Ratings Section
*/

  img.ratingimg {
    width: 14%;
    height: 14%;
  }

  .ratingimg {
    width: 14%;
  }

  .headerh5 {
    width: 27%;
  }

  ul.toptreatorder li {
    width: 45%;
  }

  /*
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 Body
  */

    .topheadingh3 {
      font-size: calc(12px + 0.390625vw);
      padding-left: 1%;
      padding-right: 1%;
    }

    .topheadingh4 {
      font-size: calc(10px + 0.390625vw);
      padding-left: 1%;
      padding-right: 1%;
    }

    .topheadingh2 {
      font-size: calc(18px + 0.390625vw);
    }

    h3.topheadingh3 {
      width: 85%;
      margin: auto;
      margin-top: 3%;
      font-size: calc(15px + 0.390625vw);
    }

    h3.pcodblogintroh3 {
      font-size: calc(15px + 0.390625vw);
    }

    p.pcodblogpara {
      font-size: calc(13px + 0.390625vw);
    }

    .socia-media {
      width: 80%;
    }

    /*
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 Body
  */
  .pcodblogcontent {
    width: 85%;
  }

  img.pcodblogpic {
    height: 40vh;
  }

  .pcodblogfirst {
    width: 85%;
  }

  .socia-media {
    width: 85%;
  }

  .commonimage {
    height: 35vh;
  }

  img.pcodblogpic {
    height: 30vh;
  }

  /*
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 Social Media
*/
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;
}

  /*
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 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;
}
}