@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,400;0,500;0,600;1,200;1,400;1,500;1,600&family=Oswald:wght@200;300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
  font-family: 'vogamedium';
  src: url('../assets/cdtype_-_voga_medium-webfont.woff2') format('woff2'),
    url('../assets/cdtype_-_voga_medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

.doc-img {
  float: left;
  width: 100%;
}

.doc-img img {
  float: left;
  width: 100%;
}

.doc-left {
  float: left;
  width: 100%;
  text-align: center;

}

.doc-top-pad {
  float: left;
  width: 100%;
  padding-top: 10%;
}

.doc-title-bottom {
  float: left;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  padding: 12px 0px;
  color: #333;
  font-family: 'Poppins', sans-serif;
}

.doc-title {
  float: left;
  width: 100%;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: #016ab1;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.doc-desc {
  float: left;
  width: 100%;
  color: #292929;
  font-weight: 400;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  line-height: 30px;
  text-align: center;
}

.header .col-sm-3 {
  width: 20%;
}

.header .col-sm-7 {
  width: 63%;
}

.main-container {
  float: left;
  width: 100%;
}

.why-block-txt {
  float: left;
  width: 100%;
  font-size: 19px;
  font-weight: bold;
  color: #802874;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  padding-top: 20px;
}

.header-top {
  float: left;
  width: 100%;
  background-color: #798834;
  padding: 8px;
}

.social-media {
  float: left;
  width: 100%;
}

.social-media a {
  color: #fff;
  padding: 0px 5px;
}

.header {
  float: left;
  width: 100%;
  padding: 6px;
  background-color: #fff;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  box-shadow: 2px 2px 8px 1px #bdbdbd8a;
}

.header-info {
  float: left;
  width: 100%;
}

.header-info a {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  padding-left: 8px;
}

.header-info i {
  color: #798834;
  background-color: #fff;
  padding: 6px;
  border-radius: 5px;
}

.logo {
  float: left;
  width: 100%;
}

.logo img {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.menu-container {
  float: left;
  width: 100%;
}

.menu-container {
  float: left;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
}

.menu-container div#bs-example-navbar-collapse-1 {
  background-color: #fff !important;
}

.header .container {
  width: 1220px !important;
}

.menu-container .navbar {
  border: 0px solid transparent;
}

.menu-container .navbar-default .navbar-nav>li>a {
  color: #333;
  font-weight: 500;
}

.menu-container nav {
  margin-bottom: 0 !important;
}

.menu-container ul {
  float: right;
  padding-top: 14px;
}

.menu-container ul ul.dropdown-menu {

  margin-top: 14px;
  border-top: 3px solid #ffbf00;

}

.menu-container ul ul.dropdown-menu li a {
  color: #000;
  font-size: 15px;
  text-transform: capitalize;
  padding: 5px 15px;
}

.menu-container ul ul.dropdown-menu li a i {
  padding-right: 5px;
}

.menu-container .navbar-default .navbar-nav>li>a {
  background-color: transparent !important;
  color: #000 !important;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.menu-container ul ul.dropdown-menu li a:hover {
  background-color: #ffbf00;
}

.make-appointment {
  float: right;
  padding-top: 24px;
}

.make-appointment a {
  color: #fff;
  padding: 10px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 38px;
  box-shadow: 2px 2px 2px #828282 !important;
  text-decoration: none;
  background-image: linear-gradient(to right, #802874, #016ab1);
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
}

.top-menu {
  float: left;
  width: 100%;
}

.top-menu ul {
  float: right;
  list-style-type: none;
  margin: 0;
}

.beforeAfter {
  float: left;
  width: 100%;
  border: 2px solid #bb8c8c;
  border-radius: 25px;
  position: relative;
}

.bfaf-effect {
  float: left;
  width: 100%;
  position: relative;
}

.bfaf-effect::before {
  content: '';
  position: absolute;
  background-color: orange;
  width: 135px;
  height: 135px;
  left: -40px;
  border-radius: 100px;
  top: -15px;
  background-image: linear-gradient(to right, #0C8BB4, #22B178);
}

.bfaf-effect::after {
  content: '';
  position: absolute;
  background-color: orange;
  width: 135px;
  height: 135px;
  right: -40px;
  border-radius: 100px;
  bottom: -15px;
  background-image: linear-gradient(to right, #E4C000, #F9B300);
}

.top-menu ul li {
  float: left;
}

.top-menu ul li a {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0px 15px;
  text-decoration: none;
}

.mobile-banner-er {
  float: left;
  width: 100%;
  display: none;
}

.banner-container {
  float: left;
  width: 100%;
  position: relative;
  padding-top: 60px;
}

.banner-container img {
  width: 100%;
  animation: zoom-in-zoom-out 50s ease infinite;
}

.mobile-banner-er img {
  width: 100%;
  animation: zoom-in-zoom-out 40s ease infinite;
}

/*inner-banner*/
.inner-banner {
  float: left;
  width: 100%;
  background-image: url(../images/OurProfile.jpg);
  padding: 8%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

.inner-banner::after {
  content: '';
  position: absolute;
  background: #000000b5;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.inner-banner-txt {
  float: none;
  position: relative;
  z-index: 999;
  color: #ffbf00;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  border: 2px solid #fff;
  margin: 0 auto;
  display: table;
  padding: 10px 60px;
  font-family: 'Poppins', sans-serif;
  font-size: 34px;
}

.inner-container {
  float: left;
  width: 100%;
  text-align: center;
  padding: 4%;
  background-color: #9abdd5;
  margin-bottom: 3%;
}

/*inner-banner*/


/*about-us*/
.about-us-container {
  float: left;
  width: 100%;
  padding-top: 5%;
}


.about-title {
  float: left;
  width: 100%;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: #802874;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-title span {
  color: #802874;
}

.about-desc {
  float: left;
  width: 100%;
  color: #292929;
  font-weight: 400;
  font-size: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  line-height: 21px;
  text-align: justify;
}

.about-title-bottom {
  float: left;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  padding: 12px 0px;
  color: #333;
  font-family: 'Poppins', sans-serif;
}

.about-title-bottom strong {
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
}



/*about-us*/


/*out-team*/
.our-team-info {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 14px;
  text-align: left;
  background-color: #b5b5b5;
  border-radius: 25px 0px 0px 0px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  padding: 61px 30px;
  font-family: 'Poppins', sans-serif;
  background-image: linear-gradient(to right, #0C8BB4, #22B178);

}

.our-team-info::after {
  position: absolute;
  background-color: #21b07a;
  width: 100px;
  height: 100%;
  right: -100px;
  content: '';
  top: 0px;
}

.our-team-blks {
  float: left;
  width: 100%;
}

.our-doc-image::after {

  content: url('../images/dentist_sumanth.png');
  position: absolute;
  z-index: 999;
  left: -80px;
  bottom: -357px;

}

.team-button {
  float: left;
  width: 100%;
  padding-top: 30px;
}

.team-button a {
  background-color: #fff;
  padding: 18px 50px;
  color: #2e3cbc;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  border-radius: 15px;
  float: right;
}

.our-team-inner-right .our-doc-image::before {
  content: url('../images/drrashmi.png') !important;
  position: absolute;
  z-index: 999;
  right: -92px;
  bottom: -357px;
}

.our-team-inner-right .our-doc-image::after {
  display: none;
}

.our-team-inner-right .our-team-info::after {
  display: none;
}

.our-team-inner-right .our-team-info::before {
  position: absolute;
  background-color: #20af7b;
  width: 100px;
  height: 100%;
  left: -100px;
  content: '';
  top: 0;
}

.our-team-inner-right .our-team-info {
  border-radius: 0px 25px 0px 0px;
  text-align: left;
  padding: 50px 30px;
}

.our-team-inner-right .our-team-name {
  text-align: left;
  padding-right: 30px;
}

.our-team-inner-right .our-team-info {
  background-image: linear-gradient(to right, #21B07A, #1194A5);
  height: 328px;
}

.our-team-inner-right .our-team-tag {
  padding-right: 50px;
  text-align: left;
}

.our-team-name {
  float: left;
  width: 100%;
  font-size: 21px;
  font-weight: 700;
  color: #016ab1;
  padding-left: 30px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

.our-team-tag {
  float: left;
  width: 100%;
  font-size: 15px;
  color: #7c7979;
  padding-bottom: 20px;
  padding-left: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding-top: 5px;
}

.our-team {
  float: left;
  width: 100%;
  padding: 3%;
  padding-top: 1%;

}

.our-team .container {
  background-color: #016ab1;
  padding: 25px 50px;
  border-radius: 20px;
}

.out-team-block {
  float: left;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding-top: 60px;
}

.doc-testi {
  float: left;
  width: 100%;
  padding-top: 35px;
}

.doc-info {
  float: left;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-weight: 400;
  line-height: 21px;
  padding-left: 35px;
}

.doc-info::before {
  content: '\f10d';
  font-family: font-awesome;
  position: absolute;
  left: 0;
}

.doc-info-button a {
  background-color: #fff;
  padding: 14px 35px;
  border-radius: 25px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}

.doc-info-button {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 50px;
}

.doctor-says {
  float: left;
  width: 100%;
  padding: 30px 20px;
  padding-top: 30px;
  padding-top: 30px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 20px;
  position: relative;
  padding-top: 50px;
  margin-top: -6px;
  background-color: #2e3cbc;
}

.doctor-says-info {
  float: left;
  width: 100%;
  padding-top: 26px;
}

.doctor-name {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  padding-left: 20px;
  padding-top: 30px;
  float: left;
  width: 100%;
}

.doctor-name {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  padding-left: 20px;
}

.doctor-says-info::before {
  content: '\f10d';
  position: absolute;
  left: 12px;
  font-family: fontawesome;
  top: -28px;
  font-size: 30px;
}

.out-team-block .col-sm-6 {
  padding: 0;
}

.our-doc-image {
  float: left;
  width: 100%;
  position: relative;
  z-index: 9;
}

.our-doc-image img {
  float: left;
  width: 100%;
}

.our-team .virtual-tour-title {
  text-align: center;
}

.why-us-title {
  float: left;
  width: 100%;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: #802874;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.why-us-desc {
  float: left;
  width: 100%;
  color: #292929;
  font-weight: 400;
  font-size: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  line-height: 21px;
  text-align: center;
}

/*out-team*/

/*services-banner*/
.services-banner {
  float: left;
  width: 100%;
  background-image: url(../images/Services-banner.jpg);
  padding: 8%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.services-banner::after {
  content: '';
  position: absolute;
  background: #000000b5;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/*services-banner*/


/*services-inner*/

.our-services-inner-container {
  float: left;
  width: 100%;
  padding: 4%;
}

.our-services-inner-container .our-services-title {
  text-align: left;
  padding-left: 12px;
  font-size: 40px;
}

.our-servces-title {
  float: left;
  width: 100%;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #333000;
  text-transform: uppercase;
  padding: 15px 0px;
  padding-left: 20px;
}

.our-services-block {
  float: left;
  width: 100%;
  border: 1px solid #ddd;
  padding-bottom: 25px;
  margin-bottom: 30px;
  background-color: #dddddd45;
}

.our-servces-image {
  float: left;
  width: 100%;
}

.our-servces-image img {
  width: 100%;
  outline: 3px solid #fff;
  outline-offset: -15px;
}


.our-servces-button {
  float: left;
  width: 100%;
  padding-left: 20px;
}

.our-servces-button a {
  background-color: #798834;
  padding: 4px 20px;
  border-radius: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
}

.our-servces-button a i {
  padding-left: 6px;
}

.our-servces-desc {
  float: left;
  width: 100%;
  padding-left: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  padding-bottom: 24px;
}

.our-services-title {
  float: left;
  width: 100%;
  font-weight: bold;
  color: #802874;
  padding-bottom: 50px;
  text-transform: uppercase;
  position: relative;
  font-family: 'Poppins', sans-serif;
}

.our-services-title::before {
  content: '';
  position: absolute;
  width: 5%;
  height: 6px;
  background-color: #0866ae;
  bottom: 35px;
}

.our-services-title::after {
  content: '';
  position: absolute;
  width: 15%;
  height: 6px;
  background-color: #802874;
  bottom: 35px;
  left: 60px;
}

.our-services-title span {
  color: #802874;
}

.our-services-desc {
  float: left;
  width: 100%;
}

.services-list-block {
  float: left;
  width: 100%;
  background-color: #f6f6f6;
  border: 1px solid #ddd;
  margin-top: 106px;
}

.services-list-title {
  float: left;
  width: 100%;
  color: #fff;
  background: #802874;
  padding: 8px;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

.services-list-show {
  float: left;
  width: 100%;
  padding-top: 15px;
}

.services-list-show ul {
  float: left;
  width: 100%;
  padding: 0;
  list-style-type: none;
}

.services-list-show ul li {
  float: left;
  width: 100%;
  border-bottom: 1px dashed #333;
  padding: 6px;
  font-family: 'Montserrat', sans-serif;
}

.services-list-show ul li a {
  font-weight: 600;
  color: #333;
  padding-left: 8px;
  text-decoration: none;
  transition: 0.5s;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
}

.services-list-show ul li i {
  color: #ffbf00;
  font-size: 18px;
}

.services-list-show ul li a:hover {
  color: #016ab1;
  padding-left: 18px;
  transition: 0.5s;
}

/*services-inner*/

/*why-us*/




.why-us-disc ul {
  float: left;
  width: 100%;
  list-style-type: none;
  padding: 0;
  padding-left: 9px;
  padding-top: 20px;
}

.why-us-disc ul li {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  font-weight: 400;
  color: #333;
  line-height: 22px;
  font-family: 'Poppins', sans-serif;
}

.why-us-disc ul li i {
  color: #ffbf00;
  font-size: 18px;
  padding-right: 8px;
}

.why-us-disc1 {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  font-weight: bold;
  color: #333;
  line-height: 22px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
}

.why-us-info {
  float: left;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  padding-top: 10px;
}

/*why-us*/

/*testimonials*/

.tesimonials-cotainer {
  float: left;
  width: 100%;
  padding: 4%;
}

.tesmonials-title {
  float: left;
  width: 100%;
  font-family: 'Oswald', sans-serif;
  font-size: 44px;
  font-weight: bold;
  color: #333000;
  padding-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
}

.tesmonials-title span {
  color: #ffbf00;
}

.testmonials-desc {
  float: left;
  width: 100%;
  text-align: center;
}

.testimonials-block {
  float: left;
  width: 100%;
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 30px;
}

.tesmonials-image {
  float: left;
  width: 100%;
}

.tesmonials-info {
  float: left;
  width: 100%;
  color: #333000;
  font-size: 15px;
  font-weight: 500;
  font-style: italic;
  padding-top: 12px;
  font-family: 'Poppins', sans-serif;
}

.tesmonials-name {
  float: left;
  width: 100%;
  padding-top: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #016ab1;
  line-height: 22px;
  font-family: 'Poppins', sans-serif;
}

.tesmonials-name span {
  color: #333;
  font-size: 15px;
}

.testimonials-button {
  float: left;
  width: 100%;
  padding-top: 70px;
}

.testimonials-button a {
  background-color: #798834;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  padding: 10px 65px;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 38px;
  text-decoration: none;
}

.video-block {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.video-block iframe {
  float: left;
  width: 100%;
  background-color: #333;
}

.testimonials-banner {
  float: left;
  width: 100%;
  background-image: url(../images/Testimonials.jpg);
  padding: 8%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

.testimonials-banner::after {
  content: '';
  position: absolute;
  background: #000000b5;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.treatment-banner::before {
  content: '';
  position: absolute;
  background: #000000b5;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.why-banner {
  float: left;
  width: 100%;
  background-image: url(../images/WhyUs.jpg);
  padding: 8%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.why-banner::after {
  content: '';
  position: absolute;
  background: #000000b5;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.treatment-banner {
  float: left;
  width: 100%;
  background-image: url(../images/TreatmentCharges.jpg);
  padding: 8%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

.our-services-desc table tbody tr td {
  font-family: 'Montserrat', sans-serif;
  color: #333;
  font-weight: 600;
  border: 1px solid #ffbf00;
}

.tab21 {
  width: 49%;
}

.addressdiv {
  float: left;
  width: 100%;
  background-color: #ffbf00;
  padding: 15px;
  margin-top: 10px;
}

.our-services-inner-container p.mainbranch {
  color: #333;
  font-weight: 400;
}

.our-services-inner-container p.mainbranch a {
  color: #333000;
  text-decoration: none;
}

/*testimonials*/
/*services-page*/
.services-desc1 {
  color: #333;
  float: left;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 15px;
  padding-top: 10px;
  text-align: justify;
}

.service-img {
  float: left;
  width: 100%;
  padding-top: 15px;
}

.service-img img {
  border: 1px solid #ffbf00;
  padding: 6px;
}

.our-services-descc {
  float: left;
  width: 100%;
  padding-bottom: 30px;
}

.services-desc-head {
  float: left;
  width: 100%;
  color: #fff;
  background: #802874;
  padding: 6px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
  font-family: 'Poppins', sans-serif;
}

.serv-page-banner {
  float: left;
  width: 100%;
  background-image: url(../images/inner-banner.jpg);
  padding: 8%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;

}

.serv-page-banner::after {
  content: '';
  position: absolute;
  background: #000000b5;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.our-services-descc div#accordion {
  float: left;
  width: 100%;
}

.our-services-descc .panel-heading {
  font-family: 'Oswald', sans-serif;
  color: #333;
}

.our-services-descc .panel-heading a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
}

.our-services-descc .panel-body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.pub-banner {
  float: left;
  width: 100%;
}

.pub-banner img {
  float: left;
  width: 100%;
}

.our-services-descc a {
  color: black;
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}

.our-services-descc a:hover {
  color: #016ab1;
}

.our-services-desc span.det font {
  color: #333;
}

.our-services-desc .branch {
  color: #649216;
  font-weight: bold;
}

.our-services-desc .Map {
  padding-top: 110px;
}

/*services-page*/
span.fonthl {
  font-weight: bold;
}

.why-us-disc ul li a {
  font-weight: bold;
  color: #333;
}

.why-us-disc1 img {
  float: left;
  width: 100%;
}

.why-us-info span {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  color: #ffbf00;
}

.contact-block {
  float: left;
  width: 100%;
  background-image: url(../images/services.jpg);
  background-size: cover;
  padding: 3%;
  background-position: center center;
  background-repeat: no-repeat;
}

.contact-inner {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 70px;
  text-align: center;
}

.contact_desc {
  float: left;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  color: #333;
  font-family: 'Montserrat', sans-serif;
}

.contact_number {
  float: left;
  width: 100%;
  font-family: 'Oswald', sans-serif;
}

.contact_number a {
  font-weight: 900;
  font-size: 48px;
  color: #e04f4f;
  text-decoration: none;
}

.contact-inner {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 50px;
  text-align: center;
  outline: 3px solid #798834;
  outline-offset: -37px;
}

.contact-button a {
  background-color: #ffbf00;
  font-family: 'Oswald', sans-serif;
  color: #333;
  padding: 10px 65px;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 38px;
  text-decoration: none;
}

.contact-button {
  float: left;
  width: 100%;
  position: relative;
  bottom: -27px;
}

.contact-image {
  float: left;
  width: 100%;
  position: relative;
  top: -40px;
}

.contact-image img {
  background: #fff;
  padding: 15px;
  box-shadow: 2px 2px 2px #ddd;
  border-radius: 35px;
}

.revew-container {
  float: left;
  width: 100%;
  padding: 4%;
}

.review-inner-block {
  float: left;
  width: 100%;
}

.review-image {
  float: left;
  width: 100%;
}

.review-image img {
  float: left;
  padding-top: 4px;
}

.review-title {
  float: left;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #802874;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  font-family: 'Poppins', sans-serif;
}

.review-title::before {
  content: '';
  position: absolute;
  background-color: #e04f4f;
  width: 3px;
  height: 75%;
  left: -13px;
  top: 7px;
}

.review-slider {
  float: left;
  width: 100%;
  padding: 25px;
  background-color: #f8f6f6;
  font-family: 'Montserrat', sans-serif;
  color: #333;
  font-weight: 500;
  font-size: 15px;
  margin-top: 20px;
}

.customer-image {
  font-size: large;
  width: 100%;
}

.customer-image img {
  font-size: large;
  width: 100%;
}

.customer-name {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  padding-top: 10px;
  color: #802874;
}

.review-line {
  float: left;
  width: 100%;
  padding-top: 18px;
  border-top: 1px solid #ddd;
}

.review {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  font-style: italic;
  font-family: 'Poppins', sans-serif;
}

.revew-container .carousel-indicators li {
  border: 1px solid #798834;
}

.revew-container .carousel-indicators li {
  border: 1px solid #798834;
}

.review-slider ol.carousel-indicators {
  position: relative;
  bottom: 0;
}

.last-row {
  float: left;
  width: 100%;
}

.cal {
  bottom: 8px;
  left: 10px;
  position: fixed;
  z-index: 1111;
}

.whatsaapp {
  bottom: 10px;
  left: 10px;
  position: fixed;
  z-index: 1111;
}


.ftrtop {
  float: left;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.ftrtop img {
  float: none;
  margin: 0 auto;
  display: table;
}

.ftrtop p {
  float: left;
  width: 100%;
  font-family: 'Oswald', sans-serif;
  font-size: 44px;
  font-weight: bold;
  color: #ffbf00;
  text-transform: uppercase;
  position: relative;
}

.ftrtop font {
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  float: left;
  width: 100%;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

span.det font {
  font-family: 'Montserrat', sans-serif;
  text-transform: initial;
  font-size: 17px;
  color: #fff;
}

span.det {
  float: left;
  width: 100%;
}

span.det img {
  display: inline;
}

.ftrbot {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 70px;
}



.ftrlefttop {
  float: left;
  width: 100%;
}

.ftrlefttop p {
  float: left;
  width: 100%;
  font-family: 'Oswald', sans-serif;
  font-size: 27px;
  font-weight: bold;
  color: #ffbf00;
  text-transform: uppercase;
  position: relative;
}

p.branch {
  float: left;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: bold;

}

p.mainbranch a {
  color: #ffbf00;
  text-decoration: none;
}

p.mainbranch {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  line-height: 22px;
  font-size: 15px;
}

p.head span {
  font-family: 'Oswald', sans-serif;
  float: left;
  width: 100%;
  color: #ffbf00;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;

}

.ftrleftbot {
  float: left;
  width: 100%;

}

.ftrleftbot p {
  float: left;
  width: 100%;
  margin: 7px 0px;
}

.ftrleftbot p img {
  float: left;
}

.ftrleftbot p font {
  color: #a4a5a5;
  font-weight: 400;
  font-size: 30px;
  padding-left: 20px;
  float: left;
  margin-top: 15px;
}

.ftrform {
  float: left;
  width: 100%;
}

.Map {
  float: left;
  width: 100%;
}

.Map iframe {
  float: left;
  width: 100%;
  height: 610px;
}

.copyrght {
  float: left;
  width: 100%;
  background-color: #802874;
  color: #fff;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  padding: 10px;
}

span.det img {
  display: inline;
  width: 7%;
}

.branch .det img {
  margin-top: -7px;
}

img.cntim {
  width: 4%;
}

.Map iframe {
  float: left;
  width: 100%;
  height: 300px;
}

.book-appointment-form {
  float: left;
  width: 100%;
}

.book-appointment-form input {
  border-radius: 20px;
  height: 34px;
}

.book-appointment-form textarea {
  border-radius: 0;
  height: 60px;
}

.btn.btn-default.submit {
  background-color: #ffbf00;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

.appoi-title {
  float: left;
  width: 100%;
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  padding-bottom: 15px;
  color: #ffbf00;
}

.social-icons-footer {
  float: left;
  width: 100%;
}

.social-icons-footer ul {
  list-style-type: none;
  padding: 0;
  padding-left: 16px;
}

.social-icons-footer ul li {
  float: left;
  padding-right: 15px;
  font-size: 26px;
}

.social-icons-footer ul li a {
  color: #fff;
}


.lets-friend {
  float: left;
  width: 100%;
}

.ftrtop {
  float: left;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.ftrtop p {
  float: left;
  width: 100%;
  font-family: 'Oswald', sans-serif;
  font-size: 44px;
  font-weight: bold;
  color: #ffbf00;
  text-transform: uppercase;
  position: relative;
}

.ftrtop font {
  font-size: 22px;
  float: left;
  width: 100%;
  color: #333;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
}

.social-icons-footer {
  float: left;
  width: 100%;
}

.social-icons-footer ul {
  list-style-type: none;
  padding: 0;
  padding-left: 16px;
  float: none;
  margin: 0 auto;
  display: table;
}

.social-icons-footer ul li {
  float: left;
  padding-right: 15px;
  font-size: 35px;
  padding-top: 25px;
}

.social-icons-footer ul li a {
  color: #802874;
}

.footer {
  float: left;
  width: 100%;
  background-color: #ffffff;
}

.ftrbot {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 70px;
}

.address-left {
  float: left;
  width: 100%;
  border-right: 1px solid #0D8DB1;
}

.thumb-img {
  float: left;
  width: 100%;
  padding-top: 45px;
}

.thumb-imp-right1 {
  padding-top: 10px !important;
}

.thumb-imp-right {
  float: left;
  width: 100%;
  padding-left: 15%;
  padding-top: 70px;
}

.thumb-title.thumb-title1 {
  font-size: 50px !important;
  text-transform: inherit !important;
}

.thumb-title {
  float: left;
  width: 100%;
  font-family: 'Oswald', sans-serif;
  font-size: 60px;
  font-weight: bold;
  color: #000;
  padding-bottom: 16px;
}

.about-button {
  float: left;
  width: 100%;
  padding-top: 22px;
}

.about-button a {
  padding: 12px 35px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 30px;
  background-image: linear-gradient(to right, #0C8BB4, #22B178);
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #fff;
}

.thumb-img img {
  float: none;
  margin: 0 auto;
  display: table;
  padding-bottom: 25px;
}

.about-button a i {
  padding: 0px 8px;
}

.ftrleft {
  float: left;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  padding-left: 90px;
}

.ftrlefttop {
  float: left;
  width: 100%;
}

.ftrlefttop p {
  float: left;
  width: 100%;
  font-family: 'Oswald', sans-serif;
  font-size: 27px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  position: relative;
}

span.det {
  float: left;
  width: 100%;
}

span.det img {
  display: inline;
  width: 7%;
}

span.det font {
  text-transform: initial;
  font-size: 17px;
  color: #333;
  font-family: 'Roboto', sans-serif;
}

.ftrleftbot {
  float: left;
  width: 100%;
}

.ftrleftbot p {
  float: left;
  width: 100%;
  margin: 7px 0px;
}

p.branch {
  float: left;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: bold;

}

.branch .det img {
  margin-top: -7px;
}

.ftrleftbot p img {
  float: left;
}

span.det img {
  display: inline;
  width: 7%;
}

p.mainbranch {
  color: #333;
  line-height: 22px;
  font-size: 15px;
}

.footer .container-fluid {
  background-color: #eaf8ff;
  margin: 50px;
  border-radius: 50px;
  padding-top: 40px;
}

.call {
  bottom: 70px;
  left: 10px;
  position: fixed;
  z-index: 1111;
}

.whatsaapp {
  bottom: 10px;
  left: 10px;
  position: fixed;
  z-index: 1111;
}

.virtual-tour-title {
  float: left;
  width: 100%;
  font-family: 'Oswald', sans-serif;
  font-size: 44px;
  font-weight: bold;
  color: #000;
  padding-bottom: 50px;
  text-transform: uppercase;
}

.virtual-tour-title span {
  color: #ffbf00;
}

.col-sm-6.our-doc-m {
  display: none;
}

.doc-mobile {
  display: none;
}

.contact-form-container .container-fluid {
  background-color: #b5b5b5;
  padding: 50px;
  border-radius: 50px;
}

.contact-form-container {
  float: left;
  width: 100%;
  padding: 3%;
  position: relative;
}

.contact-form-title {
  float: left;
  width: 100%;
  font-family: 'Oswald', sans-serif;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 16px;
  text-shadow: 2px 2px 2px #000;
}

.contact-form-desc {
  font-size: 18px;
  line-height: 28px;
  float: left;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #000;
}

.contact-form-left {
  float: left;
  width: 100%;
  padding-top: 12%;
}

.contact-form-right {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 35px;
  border-radius: 29px;
}

.contact-form-right .book-appointment-form input {
  border-radius: 10px;
  height: 50px;
  border: 2px solid #ddd;
}

.contact-form-right .book-appointment-form textarea {
  height: 100px;
}

.contact-form-right .book-appointment-form input {
  border: 2px solid #000;
}

.contact-form-right .book-appointment-form textarea {
  border: 2px solid #000;
}


.contact-form-right {
  float: left;
  width: 100%;
  background-color: #efefef;
  padding: 35px;
  border-radius: 29px;
}

.social-icons-footer ul {
  list-style-type: none;
  float: left;
  padding-bottom: 20px;
  padding-left: 0px;
}


/*footer*/


.footer {
  float: left;
  width: 100%;
  background-color: #E9DDCF;
  padding: 4%;
  padding-bottom: 4%;
  padding-bottom: 4%;
  padding-bottom: 0%;
}

.ftrtop {
  float: left;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.ftrtop img {
  float: none;
  margin: 0 auto;
  display: table;
}

.ftrtop p {
  float: left;
  width: 100%;
  font-family: 'Oswald', sans-serif;
  font-size: 44px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  position: relative;
}

.ftrtop p span {
  color: #fdbf02;
}

.ftrtop font {
  font-size: 22px;
  float: left;
  width: 100%;
  color: #333;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
}


span.det font {
  text-transform: initial;

  font-size: 15px;

  color: #333;

  font-family: 'Poppins', sans-serif;

  font-weight: 400;

}

span.det {
  float: left;
  width: 100%;
}

span.det img {
  display: inline;
  width: 7%;
}

.branch .det img {
  margin-top: -7px;
}

.ftrbot {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 70px;
}

.ftrleft {
  float: left;
  width: 100%;
}

.thumb-impression .thumb-title {

  font-size: 50px;
}

.ftrlefttop {
  float: left;
  width: 100%;
}

.ftrlefttop p {
  float: left;
  width: 100%;
  font-family: 'Oswald', sans-serif;
  font-size: 27px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  position: relative;
}

p.branch {
  color: #333;
  font-size: 15px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}

p.mainbranch a {
  color: #333;
  text-decoration: none;
}

img.cntim {
  width: 4%;
}

p.mainbranch {
  color: #333;
  line-height: 22px;
  font-size: 15px;
}

p.head span {
  font-family: 'Oswald', sans-serif;
  float: left;
  width: 100%;
  color: #333;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;

}

.ftrleftbot {
  float: left;
  width: 100%;
}

.ftrleftbot p {
  float: left;
  width: 100%;
  margin: 7px 0px;
}

.ftrleftbot p img {
  float: left;
}

.ftrleftbot p font {
  color: #a4a5a5;
  font-weight: 400;
  font-size: 30px;
  padding-left: 20px;
  float: left;
  margin-top: 15px;
}

.ftrform {
  float: left;
  width: 100%;
}

/*footer*/




.form-container {
  float: left;
  width: 100%;
  padding: 4%;
}

/*contact-form*/
.cont-form-container span.name-phone-email {
  float: left;
  width: 33.3%;
  padding: 10px;
}

.cont-form-container span input {
  float: left;
  width: 100%;
  height: 45px;
  background-color: #D9D9D9;
  border: 1px solid #c8c8c8;
  padding: 10px;
  font-family: 'Poppins', sans-serif;
}

.cont-form-container span textarea {
  float: left;
  width: 100%;
  height: 80px;
  padding: 10px;
  background-color: #D9D9D9;
  border: 1px solid #c8c8c8;
  font-family: 'Poppins', sans-serif;
}

.cont-form-container button {
  float: none;
  margin: 0 auto;
  display: table;
  padding: 10px 30px;
  background-image: linear-gradient(to right, #0C8BB4, #22B178);
  border-radius: 20px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.cont-form-container span.discription {
  padding: 10px !important;
  float: left;
  width: 100%;
  margin-bottom: 18px;
}

/*contact-form*/
.our-more-team {
  float: left;
  width: 100%;
}

.our-more-team-img {
  float: left;
  width: 100%;
}

.our-more-team-img {
  float: left;
  width: 100%;
  padding-bottom: 30px;
}

.our-more-team-img img {
  float: none;
  margin: 0 auto;
  display: table;
}

img.txt-img1 {
  float: right;
  margin-left: 15px;
  border: 1px solid #ffbf00;
  padding: 6px;
}

img.txt-img2 {
  float: left;
  margin-right: 20px;
  border: 1px solid #ffbf00;
  padding: 6px;
}

.edu-vid {
  float: left;
  width: 100%;
}

.edu-vid iframe {
  float: left;
  width: 100%;
  border: 2px solid #802874;
}

/* / Media Query / */
@media(min-width:1651px) and (max-width:1920px) {}

@media(min-width:1201px) and (max-width:1650px) {

  .header .col-sm-7 {
    width: 60% !important;
  }

  .our-team .container {
    width: auto;
  }

  .our-doc-image::after {
    bottom: -380px;
  }

  .our-team-inner-right .our-doc-image::before {
    bottom: -380px;
  }

  .inner-banner .container {
    width: auto;
  }

  .inner-container .container {
    width: auto;
  }

  .inner-banner .container {
    width: auto;
    padding-top: 40px;
  }

  .serv-page-banner .container {
    width: auto;
    padding-top: 40px;
  }

  .our-services-inner-container .our-services-title {
    font-size: 32px;
  }

  .our-services-inner-container .container {
    width: auto;
  }

  .revew-container .container {
    width: auto;
  }

  .treatment-banner .container {
    width: auto;
    padding-top: 40px;
  }

  .our-services-inner-container .container {
    width: auto;
  }

  .our-services-inner-container .our-services-title {
    font-size: 32px;
  }
}

@media(min-width:992px) and (max-width:1200px) {
  .inner-banner .container {
    width: auto;
    padding-top: 50px;
  }

  .inner-container .container {
    width: auto;
  }

  .our-doc-image::after {
    bottom: -455px;
  }

  .our-team-inner-right .our-doc-image::before {
    bottom: -454px;
  }

  .our-more-team-img img {
    float: left;
    width: 100%;
  }

  .footer .container {
    width: auto;
  }

  .serv-page-banner .container {
    width: auto;
    padding-top: 40px;
  }

  .our-services-inner-container .our-services-title {
    font-size: 30px;
  }

  .our-services-inner-container .container {
    width: auto;
  }

  .review-image img {
    float: left;
    padding-top: 16px;
  }

  .our-services-inner-container .container {
    width: auto;
  }

  .our-services-inner-container .our-services-title {
    font-size: 30px;
  }

}

@media(min-width:768px) and (max-width:991px) {
  .header .container {
    width: auto;
  }

  .header .col-sm-2 {
    width: 14%;
  }

  .header .col-sm-7 {
    width: 48%;
  }

  .menu-container .navbar-default .navbar-nav>li>a {
    font-size: 12px;
    padding: 10px;
  }

  .inner-banner .container {
    width: auto;
    padding-top: 45px;
  }

  .inner-container .container {
    width: auto;
  }

  .our-team .container {
    width: auto;
  }

  .our-more-team-img img {
    float: left;
    width: 100%;
  }

  .our-doc-image::after {
    left: 284px;
    bottom: -5px;
  }

  .our-team-info {
    padding-right: 350px;
  }

  .our-team-info::after {
    display: none;

  }

  .out-team-block .col-sm-6 {
    width: 100%;
  }

  .our-team-inner-right .our-team-info::before {
    display: none;

  }

  .our-team-inner-right .our-doc-image::before {
    left: -50px;
    bottom: -337px;
  }

  .our-team-inner-right .our-team-name {
    text-align: right;
    padding-right: 30px;
  }

  .our-team-inner-right .our-team-tag {
    padding-right: 30px;
    text-align: right;
  }

  .our-team-inner-right .our-team-info {
    padding-left: 300px;
  }

  .our-team-inner-right {
    padding-top: 80px;
  }

  .footer .container {
    width: auto;
  }

  .header .col-sm-3 {
    display: none;
  }

  .thumb-imp-right {
    padding-left: 0;
  }

  .ftrbot .col-md-6 {
    float: left;
    width: 50%;
  }

  .ftrleft {
    padding-left: 0;
  }

  span.det img {
    display: inline;
    width: 8%;
    float: left;
  }

  span.det font {
    float: left;
    width: 90%;
    padding-left: 12px;
  }

  .ftrlefttop p {
    line-height: 30px;
  }

  .serv-page-banner .container {
    width: auto;
    padding-top: 40px;
  }

  .inner-banner-txt {
    font-size: 28px;
  }

  .our-services-inner-container .our-services-title {
    font-size: 28px;
  }

  .our-services-inner-container .container {
    width: auto;
  }

  .review-inner-block .col-sm-3 {
    width: 35%;
  }

  .review-inner-block .col-sm-9 {
    width: 65%;
  }

  .review-image {
    padding-top: 15px;
  }

  .our-services-inner-container .col-sm-9 {
    width: 100%;
  }

  .our-services-inner-container .col-sm-3 {
    width: 100%;
  }

  .services-list-block {
    margin-top: 0;
  }

  .our-services-inner-container .container {
    width: auto;
  }

  .our-services-inner-container .our-services-title {
    font-size: 30px;
  }

  .testimonials-banner .container {
    width: auto;
    padding-top: 40px;
  }

  .our-services-inner-container .container {
    width: auto;
  }

  .our-services-inner-container .our-services-title {
    font-size: 32px;
  }
}

@media(min-width:640px) and (max-width:767px) {
  .about-title {
    font-size: 30px;
  }

  .about-right {
    margin-top: 50px;
  }

  .virtual-tour-title {
    font-size: 34px;
  }

  .virtual-tour-iframe iframe {
    height: 320px;
  }

  .our-services-title {
    font-size: 34px;
    padding-top: 30px;
  }

  .our-services-container {
    padding: 3% 12%;
  }

  .no {
    font-size: 45px;
  }

  .pghead p span {
    font-size: 30px;
  }

  .pagecontent p {
    margin: 0px;
  }

  .pagecontent p {
    display: none;
  }

  .pagecontw {
    margin: 0;
  }

  .tesmonials-title {
    font-size: 34px;
  }

  .testimonials-block {
    margin-bottom: 15px;
  }

  .contact_number a {
    font-size: 26px;
  }

  .contact_desc {
    font-size: 16px;
  }

  .review-inner-block .col-sm-3 {
    float: left;
    width: 25%;
  }

  .review-inner-block .col-sm-9 {
    float: left;
    width: 75%;
  }

  .review-line .col-sm-3 {
    float: left;
    width: 20%;
  }

  .ftrtop p {
    font-size: 34px;
  }

  .ftrtop font {
    font-size: 18px;
  }

  .Map iframe {
    height: 400px;
  }

  .review-slider {
    margin-bottom: 30px;
  }

  .review-title {
    font-size: 24px;
  }

  .contact-block {
    padding: 12% 3%;
  }

  .testimonials-button {
    padding-top: 30px;
  }

  .banner-container a.left {
    left: 0px;
    right: 0px;
  }

  .banner-container a.right {
    font-size: 30px;
    right: 0px;
  }

  .banner-txt2 {
    bottom: 25px;
    right: 55px;
    left: 65px;
  }

  .banner-txt2 h3 {
    font-size: 28px;
  }

  .banner-txt2 p {
    font-size: 18px;
  }

  .banner-txt2 h4 {
    font-size: 15px;
    line-height: 20px;
  }

  .banner-txt2 h3 {
    margin: 0;
  }

  .banner-container a.left {
    font-size: 30px;
  }

  .banner-txt1 {
    right: 7%;
    left: 38%;
    bottom: 16px;
  }

  .banner-txt1 p {
    font-size: 14px;
  }

  .banner-txt1 h3 {
    font-size: 16px;
  }

  .header .container {
    width: auto !important;
  }

  .main-container .col-sm-2 {
    float: left;
    width: 50%;
  }

  .navbar.navbar-default.yourstyle {
    background-color: transparent;
    margin-top: -60px;
  }

  .header .col-sm-3 {
    float: left;
    width: 100%;
  }

  .make-appointment a {
    padding: 10px;
    float: left;
    width: 100%;
    text-align: center;
  }

  .make-appointment {
    width: 100%;
  }

  .menu-container ul {
    float: left !important;
  }

  .navbar-default .navbar-collapse {
    border-color: transparent !important;
    margin-top: 30px;
  }

  .col-md-6.pgbor.pgbro {
    border-bottom: 1px solid #598308;
  }

  .inner-banner-txt {
    font-size: 28px;

  }

  .our-services-inner-container .our-services-title {
    font-size: 30px;
  }

  .services-desc-head {
    font-size: 18px;
  }

  .services-list-title {
    font-size: 20px;
  }

  .services-list-block {
    margin-top: 0px;
  }

  .make-appointment1 a {
    float: left;
    width: 100%;
    left: 0;
  }

  .cal {
    bottom: 50px;
  }

  .whatsaapp {
    bottom: 110px;
  }

  .navbar-toggle .icon-bar {
    width: 35px !important;
    height: 2px !important;
  }

  .navbar-default .navbar-toggle:hover {
    background-color: #b5b5b5;
  }

  .navbar-toggle {
    background: #b5b5b5;
    border: 0;
    top: 12px;
  }

  span.det font {
    float: left;
    width: 100%;
    text-align: center;
  }


  .ftrleft {

    padding: 0;
  }

  span.det img {
    display: inline;
    width: 12%;
    padding-bottom: 10px;
  }

  span.det {
    padding-bottom: 15px;
  }

  .branch .det img {
    float: none;
    margin: 0 auto;
    display: table;
  }

  .foot-in {
    text-align: left;
    float: left;
    width: 100%;
  }

  .foot-in img {
    width: 6%;
  }

  /*.header {*/
  /*  border-radius: 22px;*/
  /*}*/
  .social-icons-footer ul {
    float: none;
    margin: 0 auto;
    display: table;
    padding-bottom: 24px;
  }

  .ftrtop p {
    font-size: 34px;
  }

  .ftrtop font {
    font-size: 18px;
  }

  .social-icons-footer ul {
    float: none;
    margin: 0 auto;
    display: table;
    padding-bottom: 24px;
  }

  .footer .container-fluid {
    margin: 20px;
  }

  .thumb-imp-right {
    padding-left: 0%;
    padding-top: 30px;
  }

  .thumb-title.thumb-title1 {
    text-align: center;
  }

  .thumb-title.thumb-title1 {
    font-size: 34px !important;
  }

  .thumb-imp-right .about-button {
    text-align: center;
  }

  .ftrleft {

    padding: 0;
  }

  .address-left {
    border-right: none;
  }

  .ftrlefttop {
    padding-top: 60px;
  }



  .branch .det img {
    float: none;
    margin: 0 auto;
    display: table;
  }

  .doc-mobile {
    display: block;
    float: left;
    width: 100%;
  }

  .col-sm-6.our-doc-m {
    display: block;
  }

  .our-doc-image::after {
    display: none;
  }

  .our-team-inner-right .our-doc-image::before {
    display: none;
  }

  .virtual-tour-container .container-fluid {

    margin: 15px;
  }

  .header .col-sm-7 {
    width: auto;
  }

  .navbar-default .navbar-toggle:hover {
    background-color: #fff;
  }

  .navbar-default .navbar-toggle {
    background-color: #fff !important;
  }

  .inner-banner {
    margin-top: 60px;
  }

  .why-us-desc {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 20px;
  }

  .why-us-title {
    font-size: 30px;
  }

  .thumb-img {
    padding-top: 0;
  }

  .our-team-inner-right .our-team-info {
    height: auto;
  }

  .our-more-team-img {
    width: 50%;
  }





  .why-us-desc {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 20px;
  }

  .why-us-title {
    font-size: 30px;
  }

  .thumb-img {
    padding-top: 0;
  }

  .ftrleft {
    padding: 0;
  }

  .about-title-bottom {
    font-size: 16px;

  }

  .serv-page-banner {
    margin-top: 50px;
  }

  .testimonials-banner {
    margin-top: 50px;
    z-index: 0;
  }

  .treatment-banner {
    padding-top: 75px;
  }

  .why-banner {

    padding-top: 75px;
    z-index: 0;
  }

  .navbar-nav .open .dropdown-menu {
    position: relative !important;
    padding: 0;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    font-size: 13px;
    color: #000;
    font-family: 'Poppins', sans-serif;
  }

  .service-img img {
    width: 100%;
  }

  .call {
    bottom: 10px;
  }

  .whatsaapp {
    bottom: 65px;
  }

  .form-container {
    padding: 12% 0%;
  }

  .doc-title {
    font-size: 26px;
  }

  .doc-desc {
    font-size: 14px;
  }

  .our-team .row {
    padding-top: 0;
  }

  .main-container .col-sm-2 {
    float: left;
    width: 28%;
  }

  .make-appointment {
    display: none;
  }

  span.det img {
    width: 5%;
    float: left;
  }

  span.det font {
    float: left;
    width: 95%;
    text-align: left;
    padding-left: 10px;
  }

  .branch .det img {
    float: left;
  }

  .ftrlefttop {
    padding-top: 26px;
  }

  .our-team .container {
    width: auto;
  }

  .our-more-team-img img {
    float: left;
    width: 100%;
  }

  .our-doc-image::after {
    left: 284px;
    bottom: -5px;
  }

  .our-team-info {
    padding-right: 350px;
  }

  .our-team-info::after {
    display: none;

  }

  .out-team-block .col-sm-6 {
    width: 100%;
  }

  .our-team-inner-right .our-team-info::before {
    display: none;

  }

  .our-team-inner-right .our-doc-image::before {
    left: -50px;
    bottom: -337px;
  }

  .our-team-inner-right .our-team-name {
    text-align: right;
    padding-right: 30px;
  }

  .our-team-inner-right .our-team-tag {
    padding-right: 30px;
    text-align: right;
  }

  .our-team-inner-right .our-team-info {
    padding-left: 300px;
  }

  .our-team-inner-right {
    padding-top: 80px;
  }




}


@media(min-width:480px) and (max-width:639px) {
  .about-title {
    font-size: 30px;
  }

  .about-right {
    margin-top: 50px;
  }

  .virtual-tour-title {
    font-size: 34px;
  }

  .virtual-tour-iframe iframe {
    height: 320px;
  }

  .our-services-title {
    font-size: 34px;
    padding-top: 30px;
  }

  .our-services-container {
    padding: 3% 12%;
  }

  .no {
    font-size: 45px;
  }

  .pghead p span {
    font-size: 30px;
  }

  .pagecontent p {
    margin: 0px;
  }

  .pagecontent p {
    display: none;
  }

  .pagecontw {
    margin: 0;
  }

  .tesmonials-title {
    font-size: 34px;
  }

  .testimonials-block {
    margin-bottom: 15px;
  }

  .contact_number a {
    font-size: 26px;
  }

  .contact_desc {
    font-size: 16px;
  }

  .review-inner-block .col-sm-3 {
    float: left;
    width: 25%;
  }

  .review-inner-block .col-sm-9 {
    float: left;
    width: 75%;
  }

  .review-line .col-sm-3 {
    float: left;
    width: 20%;
  }

  .ftrtop p {
    font-size: 34px;
  }

  .ftrtop font {
    font-size: 18px;
  }

  .Map iframe {
    height: 400px;
  }

  .review-slider {
    margin-bottom: 30px;
  }

  .review-title {
    font-size: 24px;
  }

  .contact-block {
    padding: 12% 3%;
  }

  .testimonials-button {
    padding-top: 30px;
  }

  .banner-container a.left {
    left: 0px;
    right: 0px;
  }

  .banner-container a.right {
    font-size: 30px;
    right: 0px;
  }

  .banner-txt2 {
    bottom: 25px;
    right: 55px;
    left: 65px;
  }

  .banner-txt2 h3 {
    font-size: 28px;
  }

  .banner-txt2 p {
    font-size: 18px;
  }

  .banner-txt2 h4 {
    font-size: 15px;
    line-height: 20px;
  }

  .banner-txt2 h3 {
    margin: 0;
  }

  .banner-container a.left {
    font-size: 30px;
  }

  .banner-txt1 {
    right: 7%;
    left: 38%;
    bottom: 16px;
  }

  .banner-txt1 p {
    font-size: 14px;
  }

  .banner-txt1 h3 {
    font-size: 16px;
  }

  .header .container {
    width: auto !important;
  }

  .main-container .col-sm-2 {
    float: left;
    width: 50%;
  }

  .navbar.navbar-default.yourstyle {
    background-color: transparent;
    margin-top: -60px;
  }

  .header .col-sm-3 {
    float: left;
    width: 100%;
  }

  .make-appointment a {
    padding: 10px;
    float: left;
    width: 100%;
    text-align: center;
  }

  .make-appointment {
    width: 100%;
  }

  .menu-container ul {
    float: left !important;
  }

  .navbar-default .navbar-collapse {
    border-color: transparent !important;
    margin-top: 30px;
  }

  .col-md-6.pgbor.pgbro {
    border-bottom: 1px solid #598308;
  }

  .inner-banner-txt {
    font-size: 28px;

  }

  .our-services-inner-container .our-services-title {
    font-size: 30px;
  }

  .services-desc-head {
    font-size: 18px;
  }

  .services-list-title {
    font-size: 20px;
  }

  .services-list-block {
    margin-top: 0px;
  }

  .make-appointment1 a {
    float: left;
    width: 100%;
    left: 0;
  }

  .cal {
    bottom: 50px;
  }

  .whatsaapp {
    bottom: 110px;
  }

  .navbar-toggle .icon-bar {
    width: 35px !important;
    height: 2px !important;
  }

  .navbar-default .navbar-toggle:hover {
    background-color: #b5b5b5;
  }

  .navbar-toggle {
    background: #b5b5b5;
    border: 0;
    top: 12px;
  }

  span.det font {
    float: left;
    width: 100%;
    text-align: center;
  }


  .ftrleft {

    padding: 0;
  }

  span.det img {
    display: inline;
    width: 12%;
    padding-bottom: 10px;
  }

  span.det {
    padding-bottom: 15px;
  }

  .branch .det img {
    float: none;
    margin: 0 auto;
    display: table;
  }

  .foot-in {
    text-align: left;
    float: left;
    width: 100%;
  }

  .foot-in img {
    width: 6%;
  }

  /*.header {*/
  /*  border-radius: 22px;*/
  /*}*/
  .social-icons-footer ul {
    float: none;
    margin: 0 auto;
    display: table;
    padding-bottom: 24px;
  }

  .ftrtop p {
    font-size: 34px;
  }

  .ftrtop font {
    font-size: 18px;
  }

  .social-icons-footer ul {
    float: none;
    margin: 0 auto;
    display: table;
    padding-bottom: 24px;
  }

  .footer .container-fluid {
    margin: 20px;
  }

  .thumb-imp-right {
    padding-left: 0%;
    padding-top: 30px;
  }

  .thumb-title.thumb-title1 {
    text-align: center;
  }

  .thumb-title.thumb-title1 {
    font-size: 34px !important;
  }

  .thumb-imp-right .about-button {
    text-align: center;
  }

  .ftrleft {

    padding: 0;
  }

  .address-left {
    border-right: none;
  }

  .ftrlefttop {
    padding-top: 60px;
  }

  span.det {
    padding-bottom: 15px;
  }

  span.det img {
    display: inline;
    width: 12%;
    padding-bottom: 10px;
  }

  span.det {
    padding-bottom: 15px;
  }

  .branch .det img {
    float: none;
    margin: 0 auto;
    display: table;
  }

  .our-team-name {
    font-size: 24px;
    padding-left: 0px !important;
    text-align: center;
  }

  .our-team-tag {

    padding-left: 0px !important;
    text-align: center;
  }

  .our-team-info::after {
    display: none;
  }

  .out-team-block {
    padding-top: 20px;
  }

  .our-team-info {
    padding: 30px 30px;
  }

  .our-doc-image {
    position: initial;
  }

  .our-team-inner-right .our-doc-image::before {
    position: initial;
  }

  .our-team-inner-right .our-team-name {
    text-align: center;
    padding-right: 30px;

  }

  .our-team-inner-right .our-team-tag {
    padding-right: 0px;
    text-align: center;

  }

  .our-team-inner-right .our-team-info::before {
    display: none;
  }

  .our-team-inner-right .our-team-info {
    text-align: left;
    padding: 30px 30px;
  }

  .doc-mobile {
    display: block;
    float: left;
    width: 100%;
  }

  .col-sm-6.our-doc-m {
    display: block;
  }

  .our-doc-image::after {
    display: none;
  }

  .our-team-inner-right .our-doc-image::before {
    display: none;
  }

  .virtual-tour-container .container-fluid {

    margin: 15px;
  }

  .header .col-sm-7 {
    width: auto;
  }

  .navbar-default .navbar-toggle:hover {
    background-color: #fff;
  }

  .navbar-default .navbar-toggle {
    background-color: #fff !important;
  }

  .inner-banner {
    margin-top: 54px;
  }

  .why-us-desc {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 20px;
  }

  .why-us-title {
    font-size: 30px;
  }

  .thumb-img {
    padding-top: 0;
  }









  .why-us-desc {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 20px;
  }

  .why-us-title {
    font-size: 30px;
  }

  .thumb-img {
    padding-top: 0;
  }

  .ftrleft {
    padding: 0;
  }

  .about-title-bottom {
    font-size: 16px;

  }

  .serv-page-banner {
    margin-top: 50px;
  }

  .testimonials-banner {
    margin-top: 50px;
    z-index: 0;
  }

  .treatment-banner {
    padding-top: 75px;
  }

  .why-banner {

    padding-top: 75px;
    z-index: 0;
  }

  .navbar-nav .open .dropdown-menu {
    position: relative !important;
    padding: 0;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    font-size: 13px;
    color: #000;
    font-family: 'Poppins', sans-serif;
  }

  .service-img img {
    width: 100%;
  }

  .call {
    bottom: 10px;
  }

  .whatsaapp {
    bottom: 65px;
  }

  .form-container {
    padding: 12% 0%;
  }

  .doc-title {
    font-size: 26px;
  }

  .doc-desc {
    font-size: 14px;
  }

  .our-team .row {
    padding-top: 0;
  }

  span.det img {
    float: none;
    margin: 0 auto;
    display: table;
  }

  span.det {
    text-align: center;
  }

  .main-container .col-sm-2 {
    float: left;
    width: 35%;
  }

  .make-appointment {
    display: none;
  }

  img.txt-img1 {
    width: 100%;
    margin-bottom: 20px;
  }

  img.txt-img2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .edu-vid {
    margin-bottom: 10px;
  }
}

@media(min-width:320px) and (max-width:479px) {
  img.txt-img1 {
    width: 100%;
  }

  img.txt-img2 {
    width: 100%;
  }

  .about-title {
    font-size: 30px;
  }

  .about-right {
    margin-top: 50px;
  }

  .virtual-tour-title {
    font-size: 34px;
  }

  .virtual-tour-iframe iframe {
    height: 320px;
  }

  .our-services-title {
    font-size: 34px;
    padding-top: 30px;
  }

  .our-services-container {
    padding: 3% 12%;
  }

  .no {
    font-size: 45px;
  }

  .pghead p span {
    font-size: 30px;
  }

  .pagecontent p {
    margin: 0px;
  }

  .pagecontent p {
    display: none;
  }

  .pagecontw {
    margin: 0;
  }

  .tesmonials-title {
    font-size: 34px;
  }

  .testimonials-block {
    margin-bottom: 15px;
  }

  .contact_number a {
    font-size: 26px;
  }

  .contact_desc {
    font-size: 16px;
  }

  .review-inner-block .col-sm-3 {
    float: left;
    width: 25%;
  }

  .review-inner-block .col-sm-9 {
    float: left;
    width: 75%;
  }

  .review-line .col-sm-3 {
    float: left;
    width: 20%;
  }

  .ftrtop p {
    font-size: 34px;
  }

  .ftrtop font {
    font-size: 18px;
  }

  .Map iframe {
    height: 400px;
  }

  .review-slider {
    margin-bottom: 30px;
  }

  .review-title {
    font-size: 24px;
  }

  .contact-block {
    padding: 12% 3%;
  }

  .testimonials-button {
    padding-top: 30px;
  }

  .banner-container a.left {
    left: 0px;
    right: 0px;
  }

  .banner-container a.right {
    font-size: 30px;
    right: 0px;
  }

  .banner-txt2 {
    bottom: 25px;
    right: 55px;
    left: 65px;
  }

  .banner-txt2 h3 {
    font-size: 28px;
  }

  .banner-txt2 p {
    font-size: 18px;
  }

  .banner-txt2 h4 {
    font-size: 15px;
    line-height: 20px;
  }

  .banner-txt2 h3 {
    margin: 0;
  }

  .banner-container a.left {
    font-size: 30px;
  }

  .banner-txt1 {
    right: 7%;
    left: 38%;
    bottom: 16px;
  }

  .banner-txt1 p {
    font-size: 14px;
  }

  .banner-txt1 h3 {
    font-size: 16px;
  }

  .header .container {
    width: auto !important;
  }

  .main-container .col-sm-2 {
    float: left;
    width: 50%;
  }

  .navbar.navbar-default.yourstyle {
    background-color: transparent;
    margin-top: -60px;
  }

  .header .col-sm-3 {
    float: left;
    width: 100%;
  }

  .make-appointment a {
    padding: 10px;
    float: left;
    width: 100%;
    text-align: center;
  }

  .make-appointment {
    width: 100%;
  }

  .menu-container ul {
    float: left !important;
  }

  .navbar-default .navbar-collapse {
    border-color: transparent !important;
    margin-top: 30px;
  }

  .logo {
    float: left;
    width: 100%;
    position: relative;


  }

  .navbar-toggle {
    background: #b5b5b5;
    border: 0;
    top: 12px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #333 !important;
  }

  .col-md-6.pgbor.pgbro {
    border-bottom: 1px solid #598308;
  }

  .virtual-tour-container {

    padding-top: 30px;
  }

  .our-services-container {
    display: none;
  }

  .our-services-container1 {

    display: block;
  }

  .our-services-container1 {
    padding: 4% 8%;
  }

  .inner-banner-txt {
    font-size: 28px;

  }

  .our-services-inner-container .our-services-title {
    font-size: 30px;
  }

  .services-desc-head {
    font-size: 18px;
  }

  .services-list-title {
    font-size: 20px;
  }

  .services-list-block {
    margin-top: 0px;
  }

  .make-appointment1 a {
    float: left;
    width: 100%;
    left: 0;
  }

  .cal {
    bottom: 50px;
  }

  .whatsaapp {
    bottom: 110px;
  }

  .contact-button a {
    padding: 10px 30px;
    font-size: 18px;
  }

  .logo img {
    width: 55%;
  }

  .make-appointment {
    width: 100%;
    display: none;
  }

  .navbar-toggle .icon-bar {
    width: 35px !important;
    height: 2px !important;
  }

  .navbar-default .navbar-toggle:hover {
    background-color: #b5b5b5;
  }

  span.det font {
    float: left;
    width: 100%;
    text-align: center;
  }



  .address-left {
    border-right: none;
  }

  span.det img {
    display: inline;
    width: 12%;
    padding-bottom: 10px;
  }

  span.det {
    padding-bottom: 15px;
  }

  .branch .det img {
    float: none;
    margin: 0 auto;
    display: table;
  }

  .foot-in {
    text-align: left;
    float: left;
    width: 100%;
  }

  .foot-in img {
    width: 6%;
  }

  /*.header {*/
  /*  border-radius: 22px;*/
  /*}*/
  .social-icons-footer ul {
    float: none;
    margin: 0 auto;
    display: table;
    padding-bottom: 24px;
  }



  .ftrtop p {
    font-size: 34px;
  }

  .ftrtop font {
    font-size: 18px;
  }

  .social-icons-footer ul {
    float: none;
    margin: 0 auto;
    display: table;
    padding-bottom: 24px;
  }

  .footer .container-fluid {
    margin: 20px;
  }

  .thumb-imp-right {
    padding-left: 0%;
    padding-top: 30px;
  }

  .thumb-title.thumb-title1 {
    text-align: center;
  }

  .thumb-title.thumb-title1 {
    font-size: 34px !important;
  }

  .thumb-imp-right .about-button {
    text-align: center;
  }

  .address-left {
    border-right: none;
  }

  .ftrlefttop {
    padding-top: 60px;
  }

  span.det {
    padding-bottom: 15px;
  }

  span.det img {
    display: inline;
    width: 12%;
    padding-bottom: 10px;
  }

  span.det {
    padding-bottom: 15px;
  }

  .branch .det img {
    float: none;
    margin: 0 auto;
    display: table;
  }

  .our-team-name {
    font-size: 24px;

  }

  .our-team-info::after {
    display: none;
  }

  .out-team-block {
    padding-top: 20px;
  }

  .our-team-info {
    padding: 30px 30px;
  }

  .our-doc-image {
    position: initial;
  }

  .our-team-inner-right .our-doc-image::before {
    position: initial;
  }

  .our-team-inner-right .our-team-name {
    text-align: center;
    padding-right: 30px;

  }

  .our-team-inner-right .our-team-tag {
    padding-right: 0px;

  }

  .our-team-inner-right .our-team-info::before {
    display: none;
  }

  .our-team-inner-right .our-team-info {
    text-align: left;
    padding: 30px 30px;
  }

  .doc-mobile {
    display: block;
    float: left;
    width: 100%;
  }

  .col-sm-6.our-doc-m {
    display: block;
  }

  .our-doc-image::after {
    display: none;
  }

  .our-team-inner-right .our-doc-image::before {
    display: none;
  }

  .virtual-tour-container .container-fluid {

    margin: 15px;
  }

  .header .col-sm-7 {
    width: auto;
  }

  .navbar-default .navbar-toggle:hover {
    background-color: #fff;
  }

  .navbar-default .navbar-toggle {
    background-color: #fff !important;
  }

  .inner-banner {
    margin-top: 54px;
  }

  .why-us-title {
    font-size: 30px;
  }








  .why-us-desc {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 20px;
  }

  .why-us-title {
    font-size: 30px;
  }

  .thumb-img {
    padding-top: 0;
  }

  .ftrleft {
    padding: 0;
  }

  .about-title-bottom {
    font-size: 16px;

  }

  .serv-page-banner {
    margin-top: 50px;
  }

  .testimonials-banner {
    margin-top: 50px;
    z-index: 0;
  }

  .treatment-banner {
    padding-top: 75px;
  }

  .why-banner {

    padding-top: 75px;
    z-index: 0;
  }

  .navbar-nav .open .dropdown-menu {
    position: relative !important;
    padding: 0;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    font-size: 13px;
    color: #000;
    font-family: 'Poppins', sans-serif;
  }

  .service-img img {
    width: 100%;
  }

  .call {
    bottom: 10px;
  }

  .whatsaapp {
    bottom: 65px;
  }

  .form-container {
    padding: 12% 0% !important;
  }

  .doc-title {
    font-size: 26px;
  }

  .doc-desc {
    font-size: 14px;
  }

  .our-team .row {
    padding-top: 0;
  }

  span.det img {
    float: none;
    margin: 0 auto;
    display: table;
  }

  span.det {
    text-align: center;
  }

  img.txt-img1 {
    width: 100%;
    margin-bottom: 20px;
  }

  img.txt-img2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .edu-vid {
    margin-bottom: 10px;
  }
}





.footer {
  background-color: #ac3c9d;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.footer-logo {
  width: 260px;
  border-radius: 10px;
}

.footer-logo {
  background-color: #fff;
}

.footer-about {
  font-size: 15px;
  line-height: 1.7;
  margin: 15px 0;
  color: #ddd;
  text-align: justify;
}

.footer-contact {
  font-size: 14px;
  line-height: 1.8;
  color: #ccc;
}

.footer-icon {
  width: 18px;
  vertical-align: middle;
  margin-right: 8px;
}

.social-icons a {
  color: #fff;
  font-size: 22px;
  margin-right: 12px;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #0dcaf0;
}

/* Right Column */
.footer-title {
  font-weight: 600;
  font-size: 20px;
  border-bottom: 2px solid #0dcaf0;
  display: inline-block;
  padding-bottom: 4px;
}

.footer-locations li {
  margin-bottom: 10px;
}

.footer-locations a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
}

.footer-locations a:hover {
  color: #0dcaf0;
}

.appointment-btn a {
  display: inline-block;
  background: #0dcaf0;
  color: #000;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.appointment-btn a:hover {
  background: #fff;
  color: #0dcaf0;
}

/* Responsive */
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }

  .footer-logo {
    margin: 0 auto 20px;
  }
}



.last-row {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1000;
}

.last-row a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #25D366;
  /* WhatsApp green default */
  color: white;
  font-size: 24px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.last-row .call a {
  background-color: #007bff;
  /* Blue for call */
}

.last-row a:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}



.whatsapp {
  bottom: 10px;
  left: 10px;
  position: fixed;
  z-index: 1111;
}


/* new */

.services-list-block ul li {
  list-style: none;
  margin-bottom: 8px;
}

.services-list-block ul li>a {
  font-weight: 600;
  color: #333;
  display: block;
  text-decoration: none;
  transition: color 0.3s;
}

.services-list-block ul li>a:hover {
  color: #007bff;
}

.services-list-block .dropdown-menu {
  background: #fff;
  border: 1px solid #ddd;
  padding: 8px 0;
}

.services-list-block .dropdown-menu li a {
  padding: 6px 16px;
  display: block;
  color: #555;
}

.services-list-block .dropdown-menu li a:hover {
  background-color: #f8f9fa;
  color: #007bff;
}


/* ====== Contact Page ====== */
.contact-page {
  font-family: "Poppins", sans-serif;
  background-color: #f7f9fc;
  color: #333;
}

/* ====== Banner ====== */
.contact-page .serv-page-banner {
  background: linear-gradient(135deg, #007bff, #00bcd4);
  padding: 90px 0;
  text-align: center;
  color: #fff;
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.25);
}

.contact-page .inner-banner-txt {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ====== Contact Info ====== */
.contact-page .contact-info {
  background: #fff;
  padding: 60px 0;
  border-radius: 0 0 40px 40px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.contact-page .section-title {
  font-size: 25px;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.contact-page .section-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #00bcd4;
  margin: 12px auto 0;
  border-radius: 2px;
}

.contact-page .section-subtitle {
  color: #666;
  font-size: 17px;
  max-width: 720px;
  margin: 10px auto 30px;
  line-height: 1.7;
}

.contact-page .contact-details p {
  font-size: 18px;
  color: #333;
  margin: 10px 0;
}

.contact-page .contact-details a {
  color: #007bff;
  font-weight: 600;
  transition: 0.3s;
}

.contact-page .contact-details a:hover {
  color: #00bcd4;
  text-decoration: underline;
}

/* ====== Location Cards ====== */
.contact-page .contact-section {

  background: linear-gradient(to bottom, #f8fbff, #eef5ff);
}

.contact-page .location-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.35s ease;
  padding: 25px;
  position: relative;
  margin-bottom: 10px;
}

.contact-page .location-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.contact-page .location-name {
  font-size: 20px;
  font-weight: 600;
  color: #802773;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}

.contact-page .location-name::before {
  content: "📍";
  font-size: 20px;
}

.contact-page iframe {
  width: 100%;
  height: 240px;
  border: none;
  border-radius: 10px;
  transition: 0.3s;
}

.contact-page .clinic-address {
  font-size: 13px;
  color: #555;
  line-height: 1.8;
  margin-top: 15px;
}

.contact-page .location-card:hover iframe {
  filter: brightness(0.95);
}

/* ====== Responsive ====== */
@media (max-width: 991px) {
  .contact-page .inner-banner-txt {
    font-size: 30px;
  }

}

@media (max-width: 767px) {
  .contact-page .section-title {
    font-size: 22px;
  }

  .contact-page iframe {
    height: 200px;
  }

  .contact-page .location-card {
    padding: 20px;
  }
}