@font-face {
  font-family: "semiBold";
  src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
  font-family: "regular";
  src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: "bold";
  src: url(../fonts/Poppins-Bold.ttf);
}
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  overflow-x: hidden !important;
}
h1,
h2,
h3 {
  font-family: "bold" !important;
}

h4,
h5,
h6 {
  font-family: "semiBold" !important;
}

p,
span {
  font-family: "regular" !important;
  text-align: justify;
}

.Mynavbar {
  width: 100%;
  padding: 10px 0px;
  /* background-color: #000; */
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999 !important;
}

.Mynavbar .toggler-btn {
  font-size: 20px;
  color: #fff;
  display: none;
}
.Mynavbar .navbar-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.Mynavbar .navbar-content .band-name img {
  width: 148px;
  height: 38px;
  -o-object-fit: contain;
  object-fit: contain;
}

.Mynavbar .navbar-content .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.Mynavbar .navbar-content .navbar-nav .list-item {
  margin: 0px 20px;
}

.Mynavbar .navbar-content .navbar-nav .list-item a {
  color: #fff;
  padding: 10px 0px;
  position: relative;
  text-transform: capitalize;
}

.Mynavbar .navbar-content .navbar-nav .list-item a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.Mynavbar .navbar-content .navbar-nav .list-item a:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.navbar {
  width: 100%;
  padding: 10px 0px;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999 !important;
}

.navbar .toggler-btn {
  font-size: 20px;
  color: #fff;
  display: none;
}
.navbar .navbar-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.navbar .navbar-content .band-name img {
  width: 148px;
  height: 38px;
  -o-object-fit: contain;
  object-fit: contain;
}

.navbar .navbar-content .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar .navbar-content .navbar-nav .list-item {
  margin: 0px 20px;
}

.navbar .navbar-content .navbar-nav .list-item a {
  color: #fff;
  padding: 10px 0px;
  position: relative;
  text-transform: capitalize;
}

.navbar .navbar-content .navbar-nav .list-item a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.navbar .navbar-content .navbar-nav .list-item a:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* For first*/
.carousel-item {
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-icon {
  color: #000000;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 40px;
  box-shadow: 0px 2px 3px 0px #888888;
}
.search {
  display: inline-block;
}
.carousel-content2 {
  text-align: center;
  position: absolute;
  top: 45%;
  z-index: 20;
  left: 35%;
  color: white;
}
.btn {
  line-height: 0.8;
  width: 146px;
  font-size: 1rem;
  padding-left: 3%;
  padding-right: 3%;
  border-radius: 40px;
  box-shadow: 0px 2px 3px 0px #888888;
  padding-right: 3%;
  padding-left: 3%;
}
.dropdown-btn {
  padding-top: 5%;
  padding-bottom: 5%;
}
.submit-button2 {
  margin-left: 5%;
  font-size: 0.8rem;
}
.submit-button {
  width: 140px;
  line-height: 1;
  font-size: 0.8rem;
}
.dropdown-toggle {
  width: 150px;
  margin: 10px;
  border-radius: 40px;
  background-color: white;
  color: grey;
  border-color: grey;
}
.dropdown-menu {
  font-size: 1rem;
  max-width: 20rem;
  min-width: auto;
}
.scrollable-menu {
  height: auto;
  max-height: 100px;
  overflow-x: hidden;
}
.carousel-right-items {
  color: white;
  margin-left: 50px;
}

.icon-flipped {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}
.logo {
  height: 28px;
}
#first-text {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 1%;
}
#sec-text {
  font-size: 20px;
}
.first {
  padding-left: 0px;
  padding-right: 0px;
}
.secound {
  margin-top: 5%;
  margin-left: 10%;
}

.third {
  margin-top: 5%;
  margin-left: 10%;
}

.forth {
  margin-top: 5%;
  margin-left: 10%;
}

.fifth {
  height: 100%;
  margin-top: 5%;
  background-color: #e4e4e4;
}
.fifth h1 {
  margin-left: 10%;
  margin-top: 2%;
}

.sixth {
  margin-left: 5%;
  margin-right: 5%;
}

.content2 {
  margin-left: 50%;
}

.seventh {
  color: white;
  margin-top: 5%;
  background-color: #1d1d1b;
}

.seventh-content {
  padding: 50px 30px !important;
  width: 100%;
}
.content3 {
  padding: 0%;
}

.seventh-btn {
  background-color: #ffffff;
}

.eighth-content {
  margin-top: 5%;
  margin-left: 10%;
  width: 100%;
}

.ninth {
  margin-top: 5%;
  margin-left: 10%;
  margin-bottom: 2.5%;
}

.between-ninth {
  margin-left: 18%;
}
.tenth {
  margin-top: 5%;
}

.tenth-btn {
  border-radius: 40px;
  box-shadow: 0px 2px 3px 0px #888888;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 50px;
  color: #ffffff;
  background-color: #000000;
}

.eleventh {
  margin-top: 15%;
}
/* .side-bar-img{
    float: left;
    width:100%;
    max-width:350px;
} */

/* .content-of-img{
        display: inline;
        position: relative;
        left: 5%;
} */

/* img of third row */
.img1 {
  display: inline;
  width: 100%;
  height: auto;
  background-size: 20%;
}
/* img of six row */

.img2 {
  /* ???width 70?? */
  width: 130px;
  height: 110px;
  display: inline;
}
.img-list {
  padding: 2%;
}

.img-list:hover {
  background-color: #e4e4e4;
}
/* img of 7th row */
.hero-image {
  background-image: url("../images/teeth_shape.png");
  background-color: #050505;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto;
  /* background-size: 50%; */
  position: relative;
}
/* round the images */
.round {
  margin-left: 5%;
  display: inline;
  width: 260px;
  height: 250px;
  background-size: 20%;
  border-radius: 50%;
  box-shadow: 14px 0px 20px 0px #888888;
}

/* .carousel .item {
    height: 350px;
}

.item img {
      position: absolute;
      top: 0;
      left: 0;
      min-height: 300px;
  } */
.footer {
  width: 100%;
  padding: 50px 20px 10px 20px;
  background-color: #000000;
  overflow: hidden;
}
.footer .content img {
  /* width: 135px; */
  height: 50px;
  object-fit: contain;
}
.footer .content h2 {
  color: #f8f8f8;
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.footer .content p {
  color: #f4f4f4;
  font-size: 14px;
  line-height: 2rem;
  margin-bottom: 20px;
}
.footer .content .socail-icons {
  display: flex;
  align-items: center;
  align-content: center;
}
.footer .content .socail-icons li {
  margin: 0px 20px 0px 0px;
}
.footer .content ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer .content .socail-icons li a {
  color: #fff;
  font-size: 15px;
  position: relative;
  transition: all 0.5s linear;
}
.footer .content .socail-icons li a:hover {
  transform: translateY(-10px);
}
.footer .content .list li,
.footer .content .locations li {
  margin: 20px 0px;
}
.footer .content .list li a {
  color: #fff;
  font-size: 15px;
}
.footer .content .locations li a {
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
}
.footer .content .locations li a i {
  margin: 0px 10px;
}
.footer .content .locations li a span {
  font-size: 14px !important;
  line-height: 2rem;
}
.footer .copyrights {
  width: 100%;
  padding: 10px 0px 0px 0px;
  border-top: 1px solid #555;
  display: flex !important;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.footer .copyrights p {
  margin: 0px;
  color: #fff;
  text-transform: capitalize;
}
.footer .copyrights p a {
  font-weight: bold;
  color: lightgreen;
}
.footer .copyrights ul {
  display: flex;
  align-items: center;
  align-content: center;
  list-style: none;
}
.footer .copyrights ul li {
  margin: 0px 0px 0px 20px;
}
.footer .copyrights ul li a {
  color: #fff !important;
  font-size: 15px;
}
.under1100 {
  display: none;
}
.smaller575 {
  display: none;
}
.treatment-img {
  margin-left: 30%;
  display: inline;
  width: 160px;
  height: 130px;
  background-size: 20%;
}
.mean-content {
  padding: 0px 0px 50px 0px;
}
.find-providers.content {
  padding: 100px 0px;
}

.find-providers #content-container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.find-providers .row {
  margin-right: 0px;
}

.find-providers .card {
  border: 1px solid #d8d5d5;
  margin-bottom: 1.875rem;
  word-wrap: break-word;
}
.find-providers .card .card-header {
  background-color: #ffffff !important;
  border-bottom: 1px solid #f0f0f0;
}

.find-providers #search-filter {
  padding: 1rem 1.5rem;
  margin-bottom: 0%;
}
.find-providers .card-header {
  background-color: #050505 !important;
  max-width: 100%;
  padding: 0px;
}
.find-providers .card-body {
  padding: 1.5rem;
}

.find-providers .filter-widget {
  margin-bottom: 20px;
}

.find-providers form {
  display: block;
  margin-top: 0em;
}
.find-providers .form-inline {
  margin: 0rem;
}
.find-providers .form--inline .form-item {
  float: left;
  margin-right: 0.5em;
}
.find-providers .form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}
.find-providers .form--inline .form-actions {
  clear: left;
}
.find-providers .form-control {
  border-color: #dcdcdc;
  color: #333;
  font-size: 15px;
  min-height: 46px;
  padding: 6px 15px;
}

.find-providers .find-providers .button:first-child,
.image-button:first-child {
  margin-right: 0;
  margin-left: 0;
}

.find-providers .btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  background-color: #212529;
  border-color: #212529;
  color: #fff;
}
.find-providers .btn-primary.active.focus,
.find-providers .btn-primary.active:focus,
.find-providers .btn-primary.active:hover,
.find-providers .btn-primary.focus:active,
.find-providers .btn-primary:active:focus,
.find-providers .btn-primary:active:hover,
.find-providers .open > .dropdown-toggle.btn-primary.focus,
.find-providers .open > .dropdown-toggle.btn-primary:focus,
.find-providers .open > .dropdown-toggle.btn-primary:hover {
  background-color: #050505;
  border: 1px solid #050505;
}
.find-providers .button:first-child,
.find-providers .image-button:first-child {
  margin-right: 0;
  margin-left: 0;
}
.find-providers button,
html input[type="button"],
.find-providers input[type="reset"],
.find-providers input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.find-providers .btn-primary {
  background-color: #050505;
  border: 1px solid #050505;
}
.find-providers .button,
.find-providers .image-button {
  margin-right: 1em;
  margin-left: 1em;
}
.find-providers .btn-primary:hover {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}
.find-providers .hidden {
  display: none;
}

.doctor-widget {
  display: flex;
}
.doc-info-left {
  display: flex;
}
.doctor-img {
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  margin-right: 20px;
  width: 150px;
}
.doctor-img img {
  border-radius: 5px;
}
.doctor-widget .doc-name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3px;
}
.doc-speciality {
  font-size: 14px;
  color: #757575;
  margin-bottom: 15px;
}
.clinic-details {
  margin-bottom: 15px;
}
.doc-location {
  color: #757575;
  font-size: 14px;
  margin-bottom: 25px;
}

.clinic-services {
  color: #050505;
  display: flex;
  font-size: 13px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.clinic-services span {
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-block;
  font-size: 12px;
  padding: 3px 10px;
}

.doc-info-right {
  margin-left: auto;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  max-width: 200px;
}
.clini-infos ul {
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.clini-infos {
  margin-bottom: 15px;
}
.clinic-booking a.apt-btn {
  background-color: #050505;
  color: #fff;
}
.clinic-booking a {
  background-color: #fff;
  border: 2px solid #050505;
  border-radius: 4px;
  color: #050505;
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 10px 18px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.clinic-booking a:hover {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}

.appointment .profile-sidebar {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  margin-bottom: 30px;
  overflow: hidden;
}
.appointment .profile-sidebar {
  border: 1px solid #d8d5d5;
}
.appointment .pro-widget-content {
  border-bottom: 1px solid #f0f0f0;
  padding: 20px;
  text-align: center;
}
.appointment .widget-profile {
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
}

.appointment .profile-info-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.appointment .widget-profile .profile-info-widget {
  display: block;
  text-align: center;
}
.appointment .profile-info-widget .booking-doc-img {
  margin-right: 15px;
}
.appointment .widget-profile .profile-info-widget .booking-doc-img {
  display: inline-block;
  margin: 0 0 15px;
  width: auto;
  padding: 8px;
  background-color: #f7f7f7;
  border-radius: 50%;
}
.appointment .widget-profile .profile-info-widget .booking-doc-img {
  background-color: #efefef;
}
.appointment .profile-info-widget .booking-doc-img img {
  border-radius: 4px;
  height: 90px;
  width: 90px;
  object-fit: cover;
}
.appointment .widget-profile .profile-info-widget .booking-doc-img img {
  border-radius: 50%;
  height: 120px;
  width: 120px;
}
.appointment .profile-det-info {
  overflow: hidden;
}
.appointment .fieldgroup {
  padding: 0;
  border-width: 0;
}
.appointment .form-composite > legend,
.label {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: bold;
}
.appointment .fieldset-wrapper .form-radios {
  justify-content: space-between;
  width: 100%;
}
.appointment .form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.appointment .form-control.form-checkbox,
.form-control.form-radio {
  display: inline-block;
  height: auto;
  width: unset;
}
.appointment .fieldset-wrapper label {
  font-size: 13px;
}

.appointment .blue-text {
  color: #00bcd4;
}

.appointment .form-control-label {
  margin-bottom: 0;
}

.appointment input,
.appointment textarea,
.appointment button {
  padding: 8px 15px;
  border-radius: 5px !important;
  margin: 5px 0px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 18px !important;
  font-weight: 300;
}

.appointment input:focus,
.appointment textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #00bcd4;
  outline-width: 0;
  font-weight: 400;
}

.appointment .btn-block {
  text-transform: uppercase;
  font-size: 15px !important;
  font-weight: 400;
  height: 43px;
  cursor: pointer;
}

.appointment .btn-block:hover {
  color: #fff !important;
}

.appointment button:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0;
}

.appointment .center {
  text-align: center;
}
.appointment #form-card {
  padding: 30px 40px;
  margin-top: 60px;
  margin-bottom: 60px;
  border: none !important;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}
.appointment .hidden {
  display: none;
}

.find-providers .btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  background-color: #212529;
  border-color: #212529;
  color: #fff;
}
.appointment .btn-primary.active.focus,
.find-providers .btn-primary.active:focus,
.appointment .btn-primary.active:hover,
.appointment .btn-primary.focus:active,
.appointment .btn-primary:active:focus,
.appointment .btn-primary:active:hover,
.appointment .open > .dropdown-toggle.btn-primary.focus,
.appointment .open > .dropdown-toggle.btn-primary:focus,
.appointment .open > .dropdown-toggle.btn-primary:hover {
  background-color: #050505;
  border: 1px solid #050505;
}

.btn-primary {
  color: #fff;
  background-color: #050505;
  border-color: #050505;
}

.btn-primary:hover {
  color: #fff;
  background-color: #050505;
  border-color: #050505;
}
.appointment .btn-primary {
  background-color: #050505;
  border: 1px solid #050505;
}
.appointment .btn-primary:hover {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}
@media (max-width: 1500px) {
  .logo {
    height: 28px;
  }
  .carousel-right-items {
    font-size: 18px;
    margin-left: 15px;
  }
  .carousel-content2 {
    text-align: center;
    position: absolute;
    top: 45%;
    z-index: 20;
    left: 28%;
    color: white;
  }
  .form-group {
    margin-bottom: 1%;
  }
  #first-text {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 1%;
  }
  #sec-text {
    font-size: 20px;
    margin-bottom: 0%;
  }
  .btn {
    line-height: 0.8rem;
    width: 140px;
    font-size: 0.8rem;
    padding-left: 5%;
    padding-right: 5%;
  }
  .dropdown-toggle {
    margin: 10px;
    border-radius: 40px;
    background-color: white;
    color: grey;
    border-color: grey;
  }
  .dropdown-menu {
    font-size: 0.8rem;
    max-width: 11rem;
  }
  .scrollable-menu {
    height: auto;
    max-height: 90px;
    overflow-x: hidden;
  }
  .dropdown-btn {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 8px;
    padding-bottom: 9px;
    margin-left: 10px;
  }
  .search-icon {
    font-size: 17px;
  }

  .tenth-btn {
    border-radius: 40px;
    box-shadow: 0px 2px 3px 0px #888888;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 10px;
    color: #ffffff;
    background-color: #000000;
  }
  .round {
    margin-left: 10%;
    display: inline;
    width: 250px;
    height: 240px;
    background-size: 20%;
    border-radius: 50%;
    box-shadow: 14px 0px 20px 0px #888888;
  }
  .between-ninth {
    margin-left: 20%;
  }
  .submit-button2 {
    margin-left: 5%;
    font-size: 0.8rem;
  }
  .submit-button {
    width: 155px;
    line-height: 1;
    font-size: 0.8rem;
  }
  .img2 {
    /* ???width 70?? */
    width: 113px;
    height: 105;
    display: inline;
  }
  .treatment-img {
    margin-left: 30%;
    display: inline;
    width: 170px;
    height: 135px;
    background-size: 20%;
  }
  .smaller575 {
    display: none;
  }
}
@media (max-width: 1250px) {
  .logo {
    height: 28px;
  }
  .carousel-right-items {
    font-size: 17px;
    margin-left: 15px;
  }
  .carousel-content2 {
    text-align: center;
    position: absolute;
    top: 45%;
    z-index: 20;
    left: 25%;
    color: white;
  }
  .form-group {
    margin-bottom: 1%;
  }
  #first-text {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 1%;
  }
  #sec-text {
    font-size: 19px;
    margin-bottom: 0%;
  }
  .btn {
    line-height: 0.8rem;
    width: 140px;
    font-size: 0.8rem;
    padding-left: 5%;
    padding-right: 5%;
  }
  .dropdown-toggle {
    margin: 10px;
    border-radius: 40px;
    background-color: white;
    color: grey;
    border-color: grey;
  }
  .dropdown-menu {
    font-size: 0.8rem;
    max-width: 11rem;
  }
  .scrollable-menu {
    height: auto;
    max-height: 90px;
    overflow-x: hidden;
  }
  .dropdown-btn {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 8px;
    padding-bottom: 9px;
    margin-left: 10px;
  }
  .search-icon {
    font-size: 17px;
  }

  .tenth-btn {
    border-radius: 40px;
    box-shadow: 0px 2px 3px 0px #888888;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 10px;
    color: #ffffff;
    background-color: #000000;
  }
  .round {
    margin-left: 5%;
    display: inline;
    width: 220px;
    height: 210px;
    background-size: 20%;
    border-radius: 50%;
    box-shadow: 14px 0px 20px 0px #888888;
  }
  .between-ninth {
    margin-left: 18.5%;
  }
  .submit-button2 {
    margin-left: 5%;
    font-size: 0.8rem;
  }
  .submit-button {
    width: 155px;
    line-height: 1;
    font-size: 0.8rem;
  }
  .img2 {
    /* ???width 70?? */
    width: 99px;
    height: 100px;
    display: inline;
  }
  .treatment-img {
    margin-left: 25%;
    display: inline;
    width: 180px;
    height: 160px;
    background-size: 20%;
  }
  .smaller575 {
    display: none;
  }
}
@media (max-width: 1100px) {
  .logo {
    height: 26px;
  }
  .carousel-right-items {
    font-size: 16px;
    margin-left: 15px;
  }
  .carousel-content2 {
    text-align: center;
    position: absolute;
    top: 45%;
    z-index: 20;
    left: 24%;
    color: white;
  }
  .form-group {
    margin-bottom: 1%;
  }
  #first-text {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 1%;
  }
  #sec-text {
    font-size: 17px;
    margin-bottom: 0%;
  }
  .btn {
    line-height: 0;
    width: 120px;
    font-size: 0.8rem;
    padding-left: 3%;
    padding-right: 3%;
  }
  .dropdown-toggle {
    margin: 10px;
    border-radius: 40px;
    background-color: white;
    color: grey;
    border-color: grey;
  }
  .dropdown-menu {
    font-size: 0.8rem;
    max-width: 11rem;
  }
  .scrollable-menu {
    height: auto;
    max-height: 90px;
    overflow-x: hidden;
  }
  .dropdown-btn {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 9px;
    margin-left: 10px;
  }
  .search-icon {
    font-size: 15px;
  }

  .tenth-btn {
    border-radius: 40px;
    box-shadow: 0px 2px 3px 0px #888888;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 10px;
    color: #ffffff;
    background-color: #000000;
  }
  .round {
    margin-left: 5%;
    display: inline;
    width: 200px;
    height: 190px;
    background-size: 20%;
    border-radius: 50%;
    box-shadow: 14px 0px 20px 0px #888888;
  }
  .between-ninth {
    margin-left: 18.5%;
  }
  .submit-button2 {
    margin-left: 5%;
    font-size: 0.7rem;
  }
  .submit-button {
    width: 140px;
    line-height: 1;
    font-size: 0.7rem;
  }
  .limit1100 {
    display: none;
  }
  .under1100 {
    display: block;
    padding-left: 0;
  }
  .policy-menu {
    text-align: left;
  }
  .img2 {
    /* ???width 70?? */
    width: 80px;
    height: 80px;
    display: inline;
  }
  .treatment-img {
    margin-left: 20%;
    display: inline;
    width: 200px;
    height: 180px;
    background-size: 20%;
  }
  .smaller575 {
    display: none;
  }
  .find-providers .btn {
    line-height: 2;
  }
  .find-providers .form-control {
    width: 115px;
  }
  .find-providers #edit-submit-front-doctor-search-list--2 {
    border-radius: 2px;
    width: 240px;
  }
}
@media (max-width: 900px) {
  .navbar {
    padding: 10px 20px;
  }

  .Mynavbar {
    padding: 10px 20px;
  }

  .footer .copyrights {
    flex-direction: column !important;
  }
  .toggler-btn {
    display: block !important;
  }
  .navbar .navbar-content .navbar-nav {
    flex-direction: column !important;
    text-align: center;
    position: fixed;
    /* top: 50px; */
    top: 72px; /*- sharath  */
    left: -100%;
    background-color: #000000;
    width: 100%;
    height: 100vh;
    transition: all 0.5s linear;
  }

  .Mynavbar .navbar-content .navbar-nav {
    flex-direction: column !important;
    text-align: center;
    position: fixed;
    /* top: 50px; */
    top: 72px; /*- sharath  */
    left: -100%;
    background-color: #000000;
    width: 100%;
    height: 100vh;
    transition: all 0.5s linear;
  }

  .active-nav {
    left: 0% !important;
  }
  .footer .copyrights {
    justify-content: flex-start !important;
  }
  .footer .copyrights p,
  .footer .copyrights ul li a {
    font-size: 12px !important;
  }
  .footer .copyrights p,
  .footer .copyrights ul {
    width: 100%;
  }

  .footer .copyrights ul li:nth-child(1) {
    margin: 0px;
  }
  .logo {
    height: 24px;
  }
  .carousel-right-items {
    font-size: 14px;
    margin-left: 15px;
  }
  .carousel-content2 {
    text-align: center;
    position: absolute;
    top: 45%;
    z-index: 20;
    left: 23%;
    color: white;
  }
  .form-group {
    margin-bottom: 1%;
  }
  #first-text {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 1%;
  }
  #sec-text {
    font-size: 15px;
    margin-bottom: 0%;
  }
  .btn {
    line-height: 0;
    width: 120px;
    font-size: 0.8rem;
    padding-left: 3%;
    padding-right: 3%;
  }
  .dropdown-toggle {
    margin: 10px;
    border-radius: 40px;
    background-color: white;
    color: grey;
    border-color: grey;
  }
  .dropdown-menu {
    font-size: 0.8rem;
    max-width: 11rem;
  }
  .scrollable-menu {
    height: auto;
    max-height: 90px;
    overflow-x: hidden;
  }
  .dropdown-btn {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 9px;
    margin-left: 10px;
  }
  .search-icon {
    font-size: 15px;
  }

  .tenth-btn {
    border-radius: 40px;
    box-shadow: 0px 2px 3px 0px #888888;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 10px;
    color: #ffffff;
    background-color: #000000;
  }
  .round {
    margin-left: 5%;
    display: inline;
    width: 185px;
    height: 175px;
    background-size: 20%;
    border-radius: 50%;
    box-shadow: 14px 0px 20px 0px #888888;
  }
  .between-ninth {
    margin-left: 18.5%;
  }
  .submit-button2 {
    margin-left: 5%;
    font-size: 0.7rem;
  }
  .submit-button {
    width: 140px;
    line-height: 1;
    font-size: 0.7rem;
  }
  .img2 {
    /* ???width 70?? */
    width: 70px;
    height: 70px;
    display: inline;
  }
  .treatment-img {
    margin-left: 20%;
    display: inline;
    width: 200px;
    height: 200px;
    background-size: 20%;
  }
  .smaller575 {
    display: none;
  }
  .find-providers .btn {
    line-height: 2;
  }
  .find-providers .form-control {
    width: 422px;
  }
  .find-providers #edit-submit-front-doctor-search-list--2 {
    border-radius: 2px;
    width: 854px;
  }
}
@media (max-width: 800px) {
  .logo {
    height: 24px;
  }
  .carousel-right-items {
    font-size: 14px;
    margin-left: 15px;
  }
  .carousel-content2 {
    text-align: center;
    position: absolute;
    top: 45%;
    z-index: 20;
    left: 19%;
    color: white;
  }
  .form-group {
    margin-bottom: 1%;
  }
  #first-text {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 1%;
  }
  #sec-text {
    font-size: 15px;
    margin-bottom: 0%;
  }
  .btn {
    line-height: 0;
    width: 120px;
    font-size: 0.8rem;
    padding-left: 3%;
    padding-right: 3%;
  }
  .dropdown-toggle {
    margin: 10px;
    border-radius: 40px;
    background-color: white;
    color: grey;
    border-color: grey;
  }
  .dropdown-menu {
    font-size: 0.8rem;
    max-width: 11rem;
  }
  .scrollable-menu {
    height: auto;
    max-height: 90px;
    overflow-x: hidden;
  }
  .dropdown-btn {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 9px;
    margin-left: 10px;
  }
  .search-icon {
    font-size: 15px;
  }

  .tenth-btn {
    border-radius: 40px;
    box-shadow: 0px 2px 3px 0px #888888;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 10px;
    color: #ffffff;
    background-color: #000000;
  }
  .round {
    margin-left: 5%;
    display: inline;
    width: 175px;
    height: 165px;
    background-size: 20%;
    border-radius: 50%;
    box-shadow: 14px 0px 20px 0px #888888;
  }
  .between-ninth {
    margin-left: 18.5%;
  }
  .submit-button2 {
    margin-left: 5%;
    font-size: 0.7rem;
  }
  .submit-button {
    width: 140px;
    line-height: 1;
    font-size: 0.7rem;
  }
  .img2 {
    /* ???width 70?? */
    width: 64px;
    height: 64px;
    display: inline;
  }
  .treatment-img {
    margin-left: 15%;
    display: inline;
    width: 220px;
    height: 220px;
    background-size: 20%;
  }
  .smaller575 {
    display: none;
  }
  .find-providers .btn {
    line-height: 2;
  }
  .find-providers .form-control {
    width: 422px;
  }
  .find-providers #edit-submit-front-doctor-search-list--2 {
    border-radius: 2px;
    width: 854px;
  }
}
@media (max-width: 725px) {
  .logo {
    height: 23px;
  }
  .carousel-right-items {
    font-size: 14px;
    margin-left: 15px;
  }
  .carousel-content2 {
    text-align: center;
    position: absolute;
    top: 45%;
    z-index: 20;
    left: 18%;
    color: white;
  }
  .form-group {
    margin-bottom: 1%;
  }
  #first-text {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 1%;
  }
  #sec-text {
    font-size: 14px;
    margin-bottom: 0%;
  }
  .btn {
    line-height: 0;
    width: 120px;
    font-size: 0.8rem;
    padding-left: 3%;
    padding-right: 3%;
  }
  .dropdown-toggle {
    margin: 10px;
    border-radius: 40px;
    background-color: white;
    color: grey;
    border-color: grey;
  }
  .dropdown-menu {
    font-size: 0.8rem;
    max-width: 11rem;
  }
  .scrollable-menu {
    height: auto;
    max-height: 90px;
    overflow-x: hidden;
  }
  .dropdown-btn {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 9px;
    margin-left: 10px;
  }
  .search-icon {
    font-size: 10px;
  }

  .tenth-btn {
    border-radius: 40px;
    box-shadow: 0px 2px 3px 0px #888888;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 10px;
    color: #ffffff;
    background-color: #000000;
  }
  .round {
    margin-left: 5%;
    display: inline;
    width: 160px;
    height: 150px;
    background-size: 20%;
    border-radius: 50%;
    box-shadow: 14px 0px 20px 0px #888888;
  }
  .between-ninth {
    margin-left: 18.5%;
  }
  .submit-button2 {
    margin-left: 5%;
    font-size: 0.7rem;
  }
  .submit-button {
    width: 140px;
    line-height: 1;
    font-size: 0.7rem;
  }
  .img2 {
    /* ???width 70?? */
    width: 57px;
    height: 57px;
    display: inline;
  }
  .treatment-img {
    margin-left: 13%;
    display: inline;
    width: 220px;
    height: 220px;
    background-size: 20%;
  }
  .smaller575 {
    display: none;
  }
  .find-providers .btn {
    line-height: 2;
  }
  .find-providers .form-control {
    width: 422px;
  }
  .find-providers #edit-submit-front-doctor-search-list--2 {
    border-radius: 2px;
    width: 854px;
  }
}

@media (max-width: 650px) {
  .logo {
    height: 22px;
  }
  .carousel-right-items {
    font-size: 13px;
    margin-left: 15px;
  }
  .carousel-content2 {
    text-align: center;
    position: absolute;
    top: 45%;
    z-index: 20;
    left: 15.5%;
    color: white;
  }
  .form-group {
    margin-bottom: 1%;
  }
  #first-text {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 1%;
  }
  #sec-text {
    font-size: 13px;
    margin-bottom: 0%;
  }
  .btn {
    line-height: 0;
    width: 120px;
    font-size: 0.65rem;
    padding-left: 3%;
    padding-right: 3%;
  }
  .dropdown-toggle {
    margin: 10px;
    border-radius: 40px;
    background-color: white;
    color: grey;
    border-color: grey;
  }
  .dropdown-menu {
    font-size: 0.8rem;
    max-width: 11rem;
  }
  .scrollable-menu {
    height: auto;
    max-height: 90px;
    overflow-x: hidden;
  }
  .dropdown-btn {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 9px;
    margin-left: 10px;
  }
  .search-icon {
    font-size: 10px;
  }

  .tenth-btn {
    border-radius: 40px;
    box-shadow: 0px 2px 3px 0px #888888;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 10px;
    color: #ffffff;
    background-color: #000000;
  }
  .round {
    margin-left: 5%;
    display: inline;
    width: 155px;
    height: 140px;
    background-size: 20%;
    border-radius: 50%;
    box-shadow: 14px 0px 20px 0px #888888;
  }
  .between-ninth {
    margin-left: 18.5%;
  }
  .submit-button2 {
    margin-left: 5%;
    font-size: 0.7rem;
  }
  .submit-button {
    width: 140px;
    line-height: 1;
    font-size: 0.7rem;
  }
  .img2 {
    /* ???width 70?? */
    width: 50px;
    height: 51px;
    display: inline;
  }
  .treatment-img {
    margin-left: 8%;
    display: inline;
    width: 190px;
    height: 190px;
    background-size: 20%;
  }
  .smaller575 {
    display: none;
  }
  .find-providers .btn {
    line-height: 2;
  }
  .find-providers .form-control {
    width: 422px;
  }
  .find-providers #edit-submit-front-doctor-search-list--2 {
    border-radius: 2px;
    width: 854px;
  }
}
@media (max-width: 575px) {
  .logo {
    height: 21px;
  }
  .carousel-right-items {
    font-size: 12px;
    margin-left: 15px;
  }
  .carousel-content2 {
    text-align: center;
    position: absolute;
    top: 45%;
    z-index: 20;
    left: 16%;
    color: white;
  }
  .form-group {
    margin-bottom: 1%;
  }
  #first-text {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 1%;
  }
  #sec-text {
    font-size: 12px;
    margin-bottom: 0%;
  }
  .btn {
    line-height: 0;
    width: 100px;
    font-size: 0.5rem;
    padding-left: 3%;
    padding-right: 3%;
  }
  .dropdown-toggle {
    margin: 10px;
    border-radius: 40px;
    background-color: white;
    color: grey;
    border-color: grey;
  }
  .dropdown-menu {
    font-size: 0.7rem;
    max-width: 10rem;
  }
  .scrollable-menu {
    height: auto;
    max-height: 80px;
    overflow-x: hidden;
  }
  .dropdown-btn {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 7px;
    padding-bottom: 8px;
    margin-left: 10px;
  }
  .search-icon {
    font-size: 10px;
  }
  .round {
    margin-left: 5%;
    display: inline;
    width: 47%;
    height: 200px;
    background-size: 20%;
    border-radius: 50%;
    box-shadow: 14px 0px 20px 0px #888888;
  }
  .tenth-btn {
    border-radius: 40px;
    box-shadow: 0px 2px 3px 0px #888888;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 10px;
    color: #ffffff;
    background-color: #000000;
  }

  .between-ninth {
    margin-left: 28%;
  }
  .submit-button2 {
    margin-left: 5%;
    font-size: 0.7rem;
  }
  .submit-button {
    width: 140px;
    line-height: 1;
    font-size: 0.7rem;
  }
  .img2 {
    /* ???width 70?? */
    width: 48px;
    height: 48px;
    display: inline;
  }
  .treatment-img {
    margin-left: 8%;
    display: inline;
    width: 170px;
    height: 170px;
    background-size: 20%;
  }
  .larger575 {
    display: none !important;
  }
  .smaller575 {
    margin-left: 5%;
    display: inline;
    width: 260px;
    height: 250px;
    background-size: 20%;
    border-radius: 50%;
    box-shadow: 14px 0px 20px 0px #888888;
  }
  .find-providers .btn {
    line-height: 2;
  }
  .find-providers .form-control {
    width: 422px;
  }
  .find-providers #edit-submit-front-doctor-search-list--2 {
    border-radius: 2px;
    width: 854px;
  }
}
@media (max-width: 550px) {
  .logo {
    height: 20px;
  }
  .carousel-right-items {
    font-size: 11px;
    margin-left: 15px;
  }
  .carousel-content2 {
    text-align: center;
    position: absolute;
    top: 45%;
    z-index: 20;
    left: 16%;
    color: white;
  }
  .form-group {
    margin-bottom: 1%;
  }
  #first-text {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 1%;
  }
  #sec-text {
    font-size: 11px;
    margin-bottom: 0%;
  }
  .btn {
    line-height: 0;
    width: 100px;
    font-size: 0.5rem;
    padding-left: 3%;
    padding-right: 3%;
  }
  .dropdown-toggle {
    margin: 10px;
    border-radius: 40px;
    background-color: white;
    color: grey;
    border-color: grey;
  }
  .dropdown-menu {
    font-size: 0.7rem;
    max-width: 10rem;
  }
  .scrollable-menu {
    height: auto;
    max-height: 80px;
    overflow-x: hidden;
  }
  .dropdown-btn {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 7px;
    padding-bottom: 8px;
    margin-left: 10px;
  }
  .search-icon {
    font-size: 10px;
  }
  .round {
    margin-left: 5%;
    display: inline;
    width: 47%;
    height: 200px;
    background-size: 20%;
    border-radius: 50%;
    box-shadow: 14px 0px 20px 0px #888888;
  }
  .tenth-btn {
    border-radius: 40px;
    box-shadow: 0px 2px 3px 0px #888888;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 10px;
    color: #ffffff;
    background-color: #000000;
  }

  .between-ninth {
    margin-left: 28%;
  }
  .submit-button2 {
    margin-left: 5%;
    font-size: 0.7rem;
  }
  .submit-button {
    width: 140px;
    line-height: 1;
    font-size: 0.7rem;
  }
  .img2 {
    /* ???width 70?? */
    width: 43px;
    height: 43px;
    display: inline;
  }
  .treatment-img {
    margin-left: 8%;
    display: inline;
    width: 150px;
    height: 150px;
    background-size: 20%;
  }
  .find-providers .btn {
    line-height: 2;
  }
  .find-providers .form-control {
    width: 422px;
  }
  .find-providers #edit-submit-front-doctor-search-list--2 {
    border-radius: 2px;
    width: 854px;
  }
}
@media (max-width: 500px) {
  .logo {
    height: 20px;
  }
  .carousel-right-items {
    font-size: 10px;
    margin-left: 15px;
  }
  .carousel-content2 {
    text-align: center;
    position: absolute;
    top: 45%;
    z-index: 20;
    left: 16%;
    color: white;
  }
  .form-group {
    margin-bottom: 1%;
  }
  #first-text {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 1%;
  }
  #sec-text {
    font-size: 10px;
    margin-bottom: 0%;
  }
  .btn {
    line-height: 0;
    width: 100px;
    font-size: 0.5rem;
    padding-left: 3%;
    padding-right: 3%;
  }
  .dropdown-toggle {
    margin: 10px;
    border-radius: 40px;
    background-color: white;
    color: grey;
    border-color: grey;
  }
  .dropdown-menu {
    font-size: 0.6rem;
    max-width: 10rem;
  }
  .scrollable-menu {
    height: auto;
    max-height: 70px;
    overflow-x: hidden;
  }
  .dropdown-btn {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 7px;
    margin-left: 10px;
  }
  .search-icon {
    font-size: 7px;
  }
  .round {
    margin-left: 5%;
    display: inline;
    width: 47%;
    height: 180px;
    background-size: 20%;
    border-radius: 50%;
    box-shadow: 14px 0px 20px 0px #888888;
  }
  .tenth-btn {
    border-radius: 40px;
    box-shadow: 0px 2px 3px 0px #888888;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 10px;
    color: #ffffff;
    background-color: #000000;
  }

  .between-ninth {
    margin-left: 28%;
  }
  .submit-button2 {
    margin-left: 5%;
    font-size: 0.7rem;
  }
  .submit-button {
    width: 140px;
    line-height: 1;
    font-size: 0.7rem;
  }
  .img2 {
    /* ???width 70?? */
    width: 38px;
    height: 38px;
    display: inline;
  }
  .treatment-img {
    margin-left: 8%;
    display: inline;
    width: 140px;
    height: 140px;
    background-size: 20%;
  }
  .find-providers .btn {
    line-height: 2;
  }
  .find-providers .form-control {
    width: 422px;
  }
  .find-providers #edit-submit-front-doctor-search-list--2 {
    border-radius: 2px;
    width: 854px;
  }
}

@media (max-width: 450px) {
  .logo {
    height: 17px;
  }
  .carousel-right-items {
    font-size: 9px;
    margin-left: 2px;
  }
  .carousel-content2 {
    text-align: center;
    position: absolute;
    top: 45%;
    z-index: 20;
    left: 21%;
    color: white;
  }
  .form-group {
    margin-bottom: 0%;
  }
  #first-text {
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 1%;
  }
  #sec-text {
    font-size: 8px;
    margin-bottom: 0%;
  }
  .btn {
    line-height: 0;
    width: 85px;
    font-size: 0.5rem;
    padding-left: 3%;
    padding-right: 3%;
  }
  .dropdown-toggle {
    margin: 10px;
    border-radius: 40px;
    background-color: white;
    color: grey;
    border-color: grey;
  }
  .dropdown-menu {
    font-size: 0.6rem;
    max-width: 10rem;
  }
  .scrollable-menu {
    height: auto;
    max-height: 70px;
    overflow-x: hidden;
  }
  .dropdown-btn {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 7px;
    margin-left: 10px;
  }
  .search-icon {
    font-size: 7px;
  }
  .round {
    margin-left: 5%;
    display: inline;
    width: 47%;
    height: 160px;
    background-size: 20%;
    border-radius: 50%;
    box-shadow: 14px 0px 20px 0px #888888;
  }
  .tenth-btn {
    border-radius: 40px;
    box-shadow: 0px 2px 3px 0px #888888;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 10px;
    color: #ffffff;
    background-color: #000000;
  }

  .between-ninth {
    margin-left: 28%;
  }
  .submit-button2 {
    margin-left: 5%;
    font-size: 0.6rem;
  }
  .submit-button {
    font-size: 0.6rem;
    line-height: 1;
    width: 130px;
  }
  .img2 {
    /* ???width 70?? */
    width: 36px;
    height: 36px;
    display: inline;
  }
  .find-providers .btn {
    line-height: 2;
  }
  .find-providers .form-control {
    width: 422px;
  }
  .find-providers #edit-submit-front-doctor-search-list--2 {
    width: 854px;
  }
}
@media (max-width: 425px) {
  .round {
    margin-left: 5%;
    display: inline;
    width: 47%;
    height: 150px;
    background-size: 20%;
    border-radius: 50%;
    box-shadow: 14px 0px 20px 0px #888888;
  }
  .between-ninth {
    margin-left: 27%;
  }
  .submit-button {
    width: 120px;
  }
  .img2 {
    /* ???width 70?? */
    width: 34px;
    height: 34px;
    display: inline;
  }
  .find-providers .btn {
    line-height: 2;
  }
  .find-providers .form-control {
    width: 422px;
  }
  .find-providers #edit-submit-front-doctor-search-list--2 {
    width: 854px;
  }
}
@media (max-width: 400px) {
  .carousel-content2 {
    text-align: center;
    position: absolute;
    top: 45%;
    z-index: 20;
    left: 20%;
    color: white;
  }
  #first-text {
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 1%;
  }
  #sec-text {
    font-size: 7px;
    margin-bottom: 0%;
  }
  .btn {
    line-height: 0;
    width: 70px;
    font-size: 0.5rem;
    padding-left: 3%;
    padding-right: 3%;
  }
  .dropdown-toggle {
    margin: 10px;
    border-radius: 40px;
    background-color: white;
    color: grey;
    border-color: grey;
  }
  .dropdown-menu {
    font-size: 0.5rem;
    max-width: 8rem;
  }
  .scrollable-menu {
    height: auto;
    max-height: 60px;
    overflow-x: hidden;
  }
  .between-ninth {
    margin-left: 35%;
  }
  .dropdown-btn {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 7px;
    margin-left: 10px;
  }
  .round {
    margin-left: 5%;
    display: inline;
    width: 40%;
    height: 120px;
    background-size: 20%;
    border-radius: 50%;
    box-shadow: 14px 0px 20px 0px #888888;
  }

  .between-ninth {
    margin-left: 22%;
  }
  .submit-button {
    width: 110px;
  }
  .img2 {
    /* ???width 70?? */
    width: 29px;
    height: 29px;
    display: inline;
  }
  .treatment-img {
    margin-left: 8%;
    display: inline;
    width: 130px;
    height: 130px;
    background-size: 20%;
  }
  .find-providers .btn {
    line-height: 2;
  }
  .find-providers .form-control {
    width: 422px;
  }
  .find-providers #edit-submit-front-doctor-search-list--2 {
    border-radius: 2px;
    width: 854px;
  }
}
@media (max-width: 350px) {
  .logo {
    height: 15px;
  }
  .carousel-right-items {
    font-size: 7px;
    margin-left: 2px;
  }
  .carousel-content2 {
    text-align: center;
    position: absolute;
    top: 45%;
    z-index: 20;
    left: 20%;
    color: white;
  }
  .form-group {
    margin-bottom: 0%;
  }
  #first-text {
    font-weight: bold;
    font-size: 9px;
    margin-bottom: 1%;
  }
  #sec-text {
    font-size: 6px;
    margin-bottom: 0%;
  }
  .btn {
    line-height: 0;
    width: 70px;
    font-size: 0.5rem;
    padding-left: 3%;
    padding-right: 3%;
  }
  .dropdown-toggle {
    margin: 10px;
    border-radius: 40px;
    background-color: white;
    color: grey;
    border-color: grey;
  }
  .dropdown-menu {
    font-size: 0.5rem;
    max-width: 8rem;
  }
  .scrollable-menu {
    height: auto;
    max-height: 70px;
    overflow-x: hidden;
  }
  .between-ninth {
    margin-left: 30%;
  }
  .dropdown-btn {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 7px;
    margin-left: 10px;
  }

  .search-icon {
    font-size: 7px;
  }
  .round {
    margin-left: 5%;
    display: inline;
    width: 47%;
    height: 120px;
    background-size: 20%;
    border-radius: 50%;
    box-shadow: 14px 0px 20px 0px #888888;
  }
  .tenth-btn {
    border-radius: 40px;
    box-shadow: 0px 2px 3px 0px #888888;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 10px;
    color: #ffffff;
    background-color: #000000;
  }

  .between-ninth {
    margin-left: 24%;
  }
  .submit-button {
    width: 100px;
  }
  .img2 {
    /* ???width 70?? */
    width: 29px;
    height: 29px;
    display: inline;
  }
  .find-providers .btn {
    line-height: 2;
  }
  .find-providers .form-control {
    width: 422px;
  }
  .find-providers #edit-submit-front-doctor-search-list--2 {
    border-radius: 2px;
    width: 854px;
  }
}
.treatment-types {
  width: 100%;
  padding: 50px 0px 0px 0px;
}

.treatment-types .nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border: 0px;
}

.treatment-types .nav .nav-item {
  border: 0px;
  background-color: #f8f8f8;
  margin: 0px 5px;
  border-radius: 10px;
}

.treatment-types .nav .nav-item .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 20px;
  position: relative;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border: none;
}

.treatment-types .nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #e4e4e4;
  border-radius: 5px;
  bottom: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: calc(50% - 15px);
  z-index: -1;
  -webkit-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

.treatment-types .nav .nav-item .nav-link img {
  width: 99px;
  height: 50px;
  margin-bottom: 5px;
  -o-object-fit: contain;
  object-fit: contain;
}

.treatment-types .nav .nav-item .nav-link span {
  color: #000;
  font-size: 16px;
  display: block;
  text-transform: capitalize;
  font-family: "regular";
}

.treatment-types .nav .nav-item .nav-link.active,
.treatment-types .nav .nav-item .nav-link:hover {
  border: 0px;
  background-color: #e4e4e4;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px #ddd;
  box-shadow: 0px 0px 5px #ddd;
}

.treatment-types .nav .nav-item .nav-link.active span,
.treatment-types .nav .nav-item .nav-link:hover span {
  /* color: #0a81ab !important; */
  color: lightgreen !important;
}

.treatment-types .nav .nav-item .nav-link.active::after,
.treatment-types .nav .nav-item .nav-link:hover::after {
  bottom: -15px;
}

.treatment-types .tab-pane {
  width: 100%;
  padding: 50px 0px;
}

.treatment-types .tab-pane .image-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 0;
}

.treatment-types .tab-pane .image-content img {
  width: 100%;
  height: 400px;
  -o-object-fit: contain;
  object-fit: contain;
}

.treatment-types .tab-pane .content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 0;
}

.treatment-types .tab-pane .content h4 {
  color: #555;
  font-size: 20px;
  font-family: "bold";
}

.treatment-types .tab-pane .content p {
  color: #808080;
  font-size: 15px;
  line-height: 2.5rem;
  margin: 20px 0px;
  font-family: "regular";
}

.treatment-types .tab-pane .content ul {
  margin: 20px 0px 0px;
  padding: 0px;
  list-style: none;
}

.treatment-types .tab-pane .content ul li {
  margin: 15px 0px;
  color: #808080;
  font-size: 15px;
  padding: 0px 20px;
  line-height: 2rem;
  font-family: "regular";
  position: relative;
}

.treatment-types .tab-pane .content ul li::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/treatment.svg);
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: invert(57%) sepia(5%) saturate(23%) hue-rotate(334deg)
    brightness(88%) contrast(86%);
  filter: invert(57%) sepia(5%) saturate(23%) hue-rotate(334deg) brightness(88%)
    contrast(86%);
}

.treatment-types .tab-pane.active.show .content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.treatment-types .tab-pane.active.show .image-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 992px) {
  .find-providers .smallOnly {
    display: none;
  }
  /* navbar-collapse collapse show */
  .find-providers .header-nav {
    background-color: #f8f9fa !important;
    width: 200px;
  }
  .find-providers .largeOnly {
    display: none;
  }
  .find-providers #navbarTogglerDemo01 {
    padding: 1rem;
    background-color: #f8f9fa !important;
  }
  .find-providers .main-menu-wrapper {
    order: 3;
    width: 260px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1060;
    transition: all 0.4s;
    background-color: #15558d;
  }
  .find-providers .back {
    margin-left: 200px;
  }
  .find-providers #edit-submit-front-doctor-search-list--2 {
    width: 100%;
  }
  .find-providers .limit1100 {
    display: none;
  }
  .find-providers .under1100 {
    display: block;
    padding-left: 0;
  }
  .find-providers .policy-menu {
    text-align: left;
  }
  .find-providers .form-control {
    width: 419px;
  }
}
@media (max-width: 900px) {
  .treatment-types .nav {
    display: flex;
    flex-direction: row !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    margin-left: -5px;
    margin-right: -5px;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 15px;
    margin: 0px 10px;
  }
  .treatment-types .nav .nav-item .nav-link {
    width: max-content !important;
    margin: 0px 5px;
  }
  .treatment-types .nav {
    padding-bottom: 20px;
  }
  .treatment-types .tab-pane .image-content img {
    height: 210px !important;
  }
  .treatment-types .tab-pane .content h4 {
    text-align: center;
  }
}

.terms-policy {
  margin-top: 70px;
}

a {
  color: #050505;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #050505;
  text-decoration: none;
  background-color: transparent;
}

a.submit-button.seventh-btn.btn:hover {
  color: #fff;
  background: lightgreen;
}

a.tenth-btn:hover {
  color: #fff;
  background: lightgreen;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #050505;
}
