/* Main Heading Section  */

body {
  font-family: "Josefin Sans", sans-serif;
}

nav {
  background-color: rgb(237 237 237);
  z-index: 5;
}

.clinicname {
  display: flex;
}

.navimg {
  height: 157px;
  width: 99%;
}

.navheading {
  text-align: center;
  color: red;
  justify-content: center;
  width: 100%;
  line-height: 20px;
  margin-top: -24px;
}

.navhead {
  font-size: 30px;
  margin-top: 66px;
  padding-bottom: -100px;
}

.navhead1 {
  margin-top: 20px;
  font-size: 55px;
  font-weight: 800;
  margin-bottom: 32px;
  line-height: 45px;
}

/* Responsive Main heading Section  */

@media screen and (max-width: 768px) {

  .clinicname {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }

  .navimg {
    height: 109px;
    width: 196px;
    align-items: center;
    justify-items: center;
  }

  .navheading {
    text-align: center;
    color: red;
    justify-content: center;
    width: 100%;
    line-height: 33px;
  }

  .navhead {
    font-size: 25px;
    margin-top: 36px;
    padding-bottom: -100px;
  }

  .navhead1 {
    margin-top: -28px;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 17px;
    line-height: 45px;
  }

  #symbol1{
    display: none;
  }
}

/* Navbar Section */

nav:after {
  content: "";
  clear: both;
  display: table;
}

nav ul {
  list-style: none;
  position: relative;
  z-index: 5;
  text-align: center;
}

nav ul li {
  display: inline-block;
  background: rgb(237 237 237);
  margin: 0 5px;
  z-index: 5;
}

nav ul li a {
  color: black;
  line-height: 70px;
  text-decoration: none;
  font-size: 26px;
  padding: 30px 24px;
  z-index: 5;
  font-weight: bold;
}

nav ul li a:hover {
  color: blue;
  border-radius: 27px;
  box-shadow: 0 0 5px blue,
    0 0 10px blue;
  z-index: 5;
}

nav ul ul li a:hover {
  box-shadow: none;
  z-index: 5;
}

nav ul ul {
  position: absolute;
  top: 90px;
  border-top: 3px solid blue;
  margin-left: -39px;
  opacity: 0;
  visibility: hidden;
  transition: top .2s;
  z-index: 5;
}

nav ul li:hover>ul {
  top: 82px;
  opacity: 1;
  visibility: visible;
  z-index: 5;
}

nav ul ul li {
  position: relative;
  margin: 0px;
  padding: 16px;
  width: 192px;
  float: none;
  display: list-item;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  z-index: 5;
}

nav ul ul li a {
  line-height: 25px;
  margin-left: -24px;
  z-index: 5;
}

.show,
.icon1,
.input {
  display: none;
  z-index: 5;
}

.fa-plus {
  font-size: 15px;
  margin-left: 40px;
  z-index: 5;
}

/* Navbar Section Responsive */

@media all and (max-width: 968px) {
  nav ul {
    margin-right: 23px;
    margin-left: -31px;
    float: left;
  }

  nav ul li a {
    font-size: 22px;
    padding: 8px 24px;
    line-height: 37px;
    font-weight: bold;
    text-align: left;
  }

  .show+a,
  ul {
    display: none;
  }

  nav ul li,
  nav ul ul li {
    display: block;
    width: 100%;
    text-align: left;
  }

  nav ul li a:hover {
    box-shadow: none;
  }

  nav ul ul li a {
    line-height: 19px;
    margin-left: 77px;
    padding: 0px;
    display: flex;
    z-index: 5;
  }

  .show {
    display: block;
    color: black;
    font-size: 22px;
    padding: 0 20px;
    line-height: 37px;
    cursor: pointer;
    font-weight: bold;
    text-align: left;
  }

  .show:hover {
    color: blue;
    text-align: left;
  }

  .icon1 {
    display: block;
    color: black;
    position: absolute;
    top: 0;
    right: 40px;
    line-height: 70px;
    cursor: pointer;
    font-size: 25px;
  }

  nav ul ul {
    top: 70px;
    border-top: 0px;
    float: none;
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
  }

  nav ul ul a {
    padding-left: 40px;
  }

  nav ul ul ul a {
    padding-left: 80px;
  }

  nav ul ul ul li {
    position: static;
  }

  [id^=btn]:checked+ul {
    display: block;
  }

  nav ul ul li {
    border-bottom: 0px;
  }

  span.cancel:before {
    content: '\f00d';
  }
}

/* Services Information Section */

.bg {
  background-image: url("img/bg5.jpg");
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section {
  width: 100%;
  min-height: 90vh;
  background-image: url("img/servicebg.png");
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service {
  text-shadow: 8px 8px 6px rgb(223 8 244 / 63%);
}

.services1{
  text-shadow: 8px 8px 6px rgb(223 8 244 / 63%);
}

.container {
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-section {
  float: left;
  width: 80%;
  text-align: justify;
  justify-content: center;
  border: 2px solid black;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 50px;
  box-shadow: 20px 20px 8px rgba(0, 0, 0, 0.5);
}

.content-section .title {
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  justify-content: center;
}

.content-section .title:hover {
  transform: scale(1.25);
}

.content-section .content p {
  width: 100%;
  margin-top: 10px;
  font-size: 26px;
  line-height: 1.5;
}

/* Services Information Section Responsive */

@media screen and (max-width: 768px) {

  .container {
    padding-top: 31px;
    padding-bottom: 52px;
  }

  .content-section {
    padding-left: 44px;
    padding-right: 44px;
  }

  .content-section .title {
    font-size: 20px;
    text-align: center;
    justify-content: center;
  }

  .content-section .content p {
    font-size: 20px;
    line-height: 1.2;
        word-spacing: -6px;
  }
}

/* Prosthetics Section */

.section1 {
  width: 100%;
  min-height: 90vh;
}

.container1 {
  width: 80%;
  display: block;
  margin: auto;
  padding-top: 100px;
}

.content-section1 {
  float: left;
  width: 43%;
  margin-left: 154px;
}

.image-section {
  float: right;
  width: 40%;
}

.image-section img {
  width: 428px;
  height: 564px;
  display: block;
  margin-top: -65px;
  border-radius: 30%;
  box-shadow: 20px 20px 8px rgba(0, 0, 0, 0.5);
  z-index: 5;
}

.image-section img:hover {
  transform: scale(1.25);
}

.content-section1 .title1 {
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  z-index: 5;
}

.content-section1 .title1:hover {
  transform: scale(1.25);
  z-index: 5;
}

.content-section1 .content1 h3 {
  margin-top: 20px;
  color: #5d5d5d;
  font-size: 35px;
  text-align: center;
  z-index: 5;
}

.content-section1 .content1 p {
  margin-top: 10px;
  font-size: 26px;
  line-height: 1.5;
  text-align: justify;
  z-index: 5;
}

.content-section1 .content1 .button {
  margin-top: 30px;
}

.content-section1 .content1 .button a {
  background: linear-gradient(30deg, rgb(122, 101, 222), rgb(10, 199, 242));
  padding: 12px 40px;
  text-decoration: none;
  color: #fff;
  font-size: 25px;
  letter-spacing: 1.5px;
  box-shadow: 15px 15px 8px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}

.content-section1 .content1 .button a:hover {
  background: linear-gradient(30deg, rgb(12, 68, 28), rgb(10, 242, 41));
  color: #fff;
}

/* Responsive Prosthetics section */

@media screen and (max-width: 768px) {
  .container1 {
    width: 80%;
    display: block;
    margin: auto;
    padding-top: 50px;
  }

  .content-section1 {
    float: none;
    width: 100%;
    display: block;
    margin: auto;
  }

  .image-section {
    float: none;
    width: 100%;
    display: block;
    margin: auto;
  }

  .image-section img {
    width: 300px;
    height: 364px;
    margin-top: 20px;
  }

  .content-section1 .title1 {
    text-align: center;
    font-size: 18px;
  }

  .content-section1 .content1 p {
    font-size: 20px;
    line-height: 1.0;
  }

  .content-section1 .content1 .button {
    text-align: center;
  }

  .content-section1 .content1 .button a {
    padding: 9px 30px;
    font-size: 20px;
    letter-spacing: 1.0px;
  }
}

/* Othrotics Section */

.section2 {
  width: 100%;
  min-height: 90vh;
}

.container2 {
  width: 80%;
  display: block;
  margin: auto;
  padding-top: 30px;
}

.content-section2 {
  float: right;
  width: 43%;
  margin-right: 150px
}

.image-section2 {
  float: left;
  width: 40%;
}

.image-section2 img {
  width: 445px;
  height: 650px;
  display: block;
  margin-top: 10px;
  border-radius: 30%;
  margin-left: 100px;
  box-shadow: 20px 20px 8px rgba(0, 0, 0, 0.5);
}

.image-section2 img:hover {
  transform: scale(1.25);
}

.content-section2 .title2 {
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
}

.content-section2 .title2:hover {
  transform: scale(1.25);
}

.content-section2 .content2 h3 {
  margin-top: 20px;
  color: #5d5d5d;
  font-size: 35px;
  text-align: center;
}

.content-section2 .content2 p {
  margin-top: 10px;
  font-size: 26px;
  line-height: 1.5;
  text-align: justify;
}

.content-section2 .content2 .button {
  margin-top: 30px;
}

.content-section2 .content2 .button a {
  background: linear-gradient(30deg, rgb(122, 101, 222), rgb(10, 199, 242));
  padding: 12px 40px;
  text-decoration: none;
  color: #fff;
  font-size: 25px;
  letter-spacing: 1.5px;
  box-shadow: 15px 15px 8px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}

.content-section2 .content2 .button a:hover {
  background: linear-gradient(30deg, rgb(12, 68, 28), rgb(10, 242, 41));
  color: #fff;
}

/* Responsive Orthotics Section */

@media screen and (max-width: 768px) {
  .container2 {
    width: 80%;
    display: block;
    margin: auto;
    padding-top: 50px;
  }

  .content-section2 {
    float: none;
    width: 100%;
    display: block;
    margin: auto;
  }

  .image-section2 {
    float: none;
    width: 100%;
    display: block;
    margin: auto;
  }

  .image-section2 img {
    width: 300px;
    height: 364px;
    margin-top: 20px;
    margin-left: -7px;
  }

  .content-section2 .title2 {
    text-align: center;
    font-size: 18px;
  }

  .content-section2 .content2 p {
    font-size: 20px;
    line-height: 1.0;
  }

  .content-section2 .content2 .button {
    text-align: center;
  }

  .content-section2 .content2 .button a {
    padding: 9px 30px;
    font-size: 20px;
    letter-spacing: 1.0px;
  }
}

/* Cosmatic Restoration Section */

.image-section3 {
  float: right;
  width: 40%;
}

.image-section3 img {
  width: 449px;
  height: 571px;
  display: block;
  margin-top: -33px;
  border-radius: 30%;
  box-shadow: 20px 20px 8px rgba(0, 0, 0, 0.5);
}

.image-section3 img:hover {
  transform: scale(1.25);
}

/* Responsive Cosmatic Restoration Section */

@media screen and (max-width: 768px) {

  .image-section3 {
    float: none;
    width: 100%;
    display: block;
    margin: auto;
  }

  .image-section3 img {
    width: 275px;
    height: 364px;
    margin-top: 20px;
    margin-left: 9px;
    margin-bottom: 20px;
  }
}

/*Footer Section */

footer{
  background-color: rgb(202, 197, 197);
  width: 100%;
  bottom: 0;
  color: black;
  padding: 10px 0 30px;
  border-top-left-radius: 125px;
  font-size: 20px;
  line-height: 15px;
}

.footerrow{
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.footerrow1{
  width: 74%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.col{
  flex-basis: 18%;
  padding: 59px;
    margin-right: -94px;
}

.col1{
  flex-basis: 27%;
  padding: 10px;
  margin-right: -79px;
}

.col1 .fh3{
  width: fit-content;
  margin-bottom: 30px;
  position: relative;
  line-height: 1.0;
}

.col1 .fh3 .a{
  text-decoration: none;
}

.col1 a{
  color: black;
  font-size: 22px;
}

.col1 a:hover{
  color: blue;
}

.col1 .fp{
  line-height: 1.0;
  color: black;
  margin-left: 0;
  font-size: 22px;
}

.col .fh3{
  width: fit-content;
  margin-bottom: 30px;
  position: relative;
  line-height: 1.0;
}

.col .fh3 .a{
  text-decoration: none;
}

.col .a{
  color: black;
  font-size: 22px;
}

.col .a:hover{
  color: blue;
}

.col .fp{
  line-height: 1.0;
  color: black;
  margin-left: 0;
  font-size: 22px;
}

.qrcode {
  height: 240px;
    width: 240px;
}

.center {
  padding-top: 20px;
  padding-bottom: 61px;
  font-size: 20px;
}

.footer-logo{
  height: 85px;
  width: 209px;
}

.wrapper {
  display: inline-flex;
  padding-top: -6px;
  padding-bottom: -14px;
}

.wrapper .icon {
  margin: 0 20px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
  text-decoration: none;
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon span {
  display: block;
  height: 60px;
  width: 60px;
  color: #000;
  background: #cfcfcf;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5);
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon span i {
  line-height: 60px;
  font-size: 25px;
  align-items: center;
  color: black;
}

.wrapper .icon .tooltip {
  position: absolute;
  top: 0;
  z-index: 1;
  background: #fff;
  color: #fff;
  padding: 10px 18px;
  font-size: 20px;
  font-weight: 500;
  border-radius: 25px;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
  top: -70px;
  opacity: 1;
  pointer-events: auto;
}

.icon .tooltip:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: inherit;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%) rotate(45deg);
}

.wrapper .icon:hover span {
  color: #fff;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
}

.wrapper .facebook:hover span,
.wrapper .facebook:hover .tooltip {
  background: #3B5999;
}

.wrapper .twitter:hover span,
.wrapper .twitter:hover .tooltip {
  background: #46C1F6;
}

.wrapper .instagram:hover span,
.wrapper .instagram:hover .tooltip {
  background: #e1306c;
}

.wrapper .youtube:hover span,
.wrapper .youtube:hover .tooltip {
  background: #DE463B;
}

.wrapper .whatsapp:hover span,
.wrapper .whatsapp:hover .tooltip {
  background: #2ae619;
}

.underline{
  width: 100%;
  height: 5px;
  background: #767676;
  border-radius: 3px;
  position: absolute;
  top: 25px;
  left: 0;
  overflow: hidden;
}

.underline span{
  width: 15px;
  height: 100%;
  background: black;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 10px;
  animation: moving 2s linear infinite;
}

@keyframes moving{
  0%{
    left: -20px;
  }
  100%{
    left: 100%;
  }
}

.hr{
  width: 90%;
  border: 0;
  margin: 20px auto;
  border-bottom: 1px solid black;
}

/* Responsive Footer Section */

@media screen and (max-width:768px){

  footer{
    bottom: unset;
  }

  .col{
    flex-basis: 100%;
    padding-top: 0px;
  }

  .col1{
    flex-basis: 100%;
  }

  .col p{
    display: none;
  }
  
  .col1 .fp {
    margin-right: 19px;
}

  .col .fh3{
    margin-bottom: -75px;
  }
  
.footerrow{
 flex-direction: column;
 width: 60%;
}

.footerrow1{
  width: 65%;
  flex-direction: column;
}

  .wrapper .icon {
    margin: 0 10px;
  }

  .wrapper .icon span {
    display: block;
    height: 35px;
    width: 35px;
  }

  .wrapper .icon span i {
    line-height: 40px;
    font-size: 25px;
    align-items: center;
  }

  .center {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
  }

  .wrapper {
    padding-top: 5px;
    padding-bottom: -14px;
  }
}

/* terms and conditions */

.terms {
  float: right;
  text-align: center;
  font-size: 22px;
}

.terms ul {
  display: inline-flex;
  list-style: none;
  color: black;
  margin: 15px;
  padding: 0px;
}

.terms ul li {
  width: 100px;
  margin: 10px;
  padding: 10px;
}

.terms ul li a {
  text-decoration: none;
  line-height: 1;
}

.terms ul li a:hover {
  color: red;
  text-decoration: underline;
}

.terms ul li:hover {
  color: blue;
  border-radius: 20px;
}

/* terms section responsive */

@media screen and (max-width:768px) {

  .center {
    padding-top: 20px;
    padding-bottom: 97px;
    font-size: 15px;
  }

  .terms {
    font-size: 15px;
  }

  .terms ul {
    margin: 15px;
    padding: 0px;
  }

  .terms ul li {
    width: 100px;
    margin: 4px;
    padding: 0px;
  }
}