@font-face {
  font-family: "montserratmedium";
  src: url("./fonts/montserrat-medium-webfont.woff2") format("woff2"),
    url("./fonts/montserrat-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratlight";
  src: url("./fonts/montserrat-light-webfont.woff2") format("woff2"),
    url("./fonts/montserrat-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratextralight";
  src: url("./fonts/montserrat-extralight-webfont.woff2") format("woff2"),
    url("./fonts/montserrat-extralight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratregular";
  src: url("./fonts/montserrat-regular-webfont.woff2") format("woff2"),
    url("./fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "silver_south_serifregular";
  src: url("./fonts/silver_south_serif-webfont.woff2") format("woff2"),
    url("./fonts/silver_south_serif-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "montserratlight";
}
.mainnav .headerright a {
  font-family: "montserratmedium";
  font-size: 30px;
  padding-right: 30px;
  color: #000;
}
ul.list li {
  font-size: 20px;
  margin-bottom: 7px;
}

ul.list {
  padding-bottom: 15px;
}

.btn-primary {
  color: #fff;
  background-color: #0090ca;
  border-color: #0090ca;
  padding: 13px 32px;
  border-radius: 30px;
}
.choices__list.choices__list--single {
  text-align: left;
}

h2.formhead {
  padding: 10px;
  font-size: 22px;
}

.date b {
  font-weight: normal;
  font-family: "montserratregular";
  font-size: 20px;
  display: inline-block;
  padding-right: 10px;
}

.fcontent b {
  font-family: "montserratregular";
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  height: 46px;
  font-size: 14px;
}

.fcontent a {
  color: #fff;
  text-decoration: none;
}

.fcontent a:hover {
  opacity: 0.4;
}

section.websection {
  background-size: cover;
}

.ftop {
  font-family: "montserratmedium";
  font-size: 24px;
}

.get {
  font-size: 48px;
  padding-top: 5px;
}

.abutment {
  font-size: 26px;
  max-width: 410px;
  font-family: "montserratmedium";
  line-height: 40px;
  padding: 5px 0 30px;
}

.premier {
  font-size: 20px;
  max-width: 390px;
  padding-bottom: 0px;
  color: #4899d4;
  font-family: "montserratmedium";
}
.price {
  font-size: 66px;
  padding-top: 5px;
}

.formsec {
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
}

.formleft {
  /* width: 50%; */
  justify-content: space-between;
}

.formright {
  max-width: 420px;
  padding: 100px 20px 0;
  margin: auto;
}

.websection .forminner h2,
h2.formhead {
  font-size: 20px;
  line-height: 29px;
  color: #000;
}

.mainform-inner {
  background: rgba(255, 255, 255, 0.55);
  padding: 60px;
}

section.websection.mainform {
  padding: 60px;
}

section.websection.about-doctor-sec {
  background: #0090ca;
}

.aboutdoctorsec {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.aboutdoctors {
  width: 40%;
  border: 2px solid #c8e3f7;
  padding: 45px;
  border-radius: 30px;
  margin: 25px;
  max-width: 510px;
}

.icon img {
  width: 54px;
}

.date {
  padding: 30px 0 15px;
  font-size: 22px;
}

.patientsmain {
  padding-bottom: 10px;
  padding-top: 40px;
}

.patientsmain p {
  font-size: 20px;
}

.mainform {
  background: url("../images/clove/main2.png");
}

/* footer */

footer {
  background: #2d2d2d;

  width: 100%;
  background-repeat: repeat;

  padding: 80px 0;
}

.copyright {
  background: #0090ca;
  height: 23px;
  width: 100%;
  background-repeat: repeat;
  text-align: center;
}

.websection .secheader h2 {
  font-family: "montserratlight";
  font-size: 56px;
  margin-bottom: 10px;
}

.aboutdoctors p {
  padding-top: 10px;
  line-height: 23px;
}

section.websection.about-doctor-sec {
  padding: 80px 0;
}

h2.about-doctor {
  color: #fff;
  padding-bottom: 70px;
}

.aboutdoctors {
  text-align: center;
}

.footerlogo p {
  color: #fff;
}

.footerlogo img {
  width: 160px;
}

.footerlogo .row {
  align-items: center;
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  header.siteheader {
    border-bottom: 1px solid #eee;
    background: #fff;
    padding: 0 20px 0px;
    transition: all 0.5s ease;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 999;
  }

  section.websection.mainform {
    margin-top: 90px;
  }
}

header.siteheader {
  background: #fff;
  padding: 0 20px 0px;
  transition: all 0.5s ease;
}
.headerright {
  position: absolute;
  right: 35px;
  top: 24px;
  font-size: 24px;
  z-index: 999;
}
img.mainlogo {
  max-width: 125px;
}

.collaborate.newsletter > img {
  height: 655px;
  width: 100%;
  object-fit: cover;
}
.herosection {
  background: #eeedea;
  padding: 30px;
  padding-right: 0;
}
.herosection .container-fluid {
  padding-right: 0;
}
.herosection-content {
  max-width: 490px;
  margin: auto;
}
.websection .herosection-content h2 {
  font-size: 150px;
  line-height: 130px;
}
.collaborate {
  max-width: 88%;
  margin: auto;
}
.collaborate.newsletter {
  max-width: 72%;
}
.full-align-right {
  margin-left: auto;
  max-width: 620px;
}
.fullsection img.fullimage {
  max-height: 100vh;
  object-fit: cover;
  width: 100%;
}
.fullsection-content {
  padding-left: 40px;
}
.bigPahrah {
  font-size: 28px;
}
.fullsection-content p {
  padding-bottom: 35px;
  margin: 0;
  font-size: 38px;
  line-height: 44px;
  padding-top: 5px;
}
section.websection + .websection {
}
section.websection {
  padding: 80px 0;
}
.websection h2 span {
  display: block;
  font-family: "montserratlight";
  font-size: 40px;
  padding-bottom: 10px;
}
.websection h2 {
  font-family: "montserratmedium";
  font-size: 37px;
  margin: 0;
  padding-bottom: 20px;
  line-height: 48px;
}
.btn-text {
  font-size: 26px;
  padding: 0;
  margin: 0;
}

#newsletterform {
  margin-bottom: 0;
}
.secheader h2.fontb {
  font-family: "montserratmedium";
}
.fontb {
  font-family: "montserratmedium";
}
.websection .fashiondesigner h2 {
  position: absolute;
  bottom: 20px;
  font-size: 90px;
  color: #fff;
  left: 20px;
}
.fashiondesigner {
  position: relative;
}
section.websection.herosection.circle-bottom-circle {
  padding: 0;
  margin: 0;
}
button#playBtn {
  opacity: 0;
  height: 0;
  width: 0;
}
video#videosToPlay {
  border: 0;
  outline: 0;
}

.success-message.alert.alert-success:empty {
  margin: 0;
  padding: 0;
  border-color: #fff;
  opacity: 0;
}
.herosection {
  background: #fff;
  padding: 0;
}
video#videosToPlay {
  border: 0;
  outline: 0;
  line-height: normal;
  border: 0;
  background: #100805;
}
#contactform select,
#contactform input {
  border-radius: 2px;
}
#contactform .form-group {
  padding-bottom: 11px;
}
#contactform .form-group label {
  padding-bottom: 2px;
  font-size: 14px;
}
#contactform .form-group .form-group {
  padding: 0;
}
div#contactform {
  padding: 0 10px;
}
div#contactform {
  padding: 0 10px;
}
#contactform .form-group.formio-component-submit {
  padding: 20px 0 30px;
  font-family: "montserratmedium";
}
#contactform .form-group.formio-component-submit button#submit {
  padding: 12px 30px;
  text-transform: uppercase;
  background: #5364fc;
  border-color: #5364fc;
  opacity: 1;
}
#contactform .form-group.formio-component-submit button#submit:after {
  opacity: 0;
}
.mainnav a {
  color: #5364fc;
  text-decoration: none;
  font-size: 20px;
  padding: 5px 0;
  width: 100%;
  text-align: center;
}
a,
button {
  outline: none !important;
  box-shadow: none !important;
}
.footerlogo img {
  max-width: 270px;
}
.newsletterform button#submit {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  line-height: 34px;
  text-align: center;
  font-size: 30px;
  opacity: 1;
  padding: 0;
  text-transform: uppercase;
}
.newsletterform .formio-component-submit {
  position: absolute;
  bottom: 0;
  width: 92%;
  text-align: center;
  margin-bottom: -85px;
  left: 4%;
  padding: 0;
  line-height: normal;
}
.newsletterform .formio-form {
  position: static;
}
.newsletterform .formio-form > div {
  position: static !important;
}

.secsecsame.websection .full-align-right {
  max-width: 460px;
}
.investbtn a {
  text-decoration: none;
  background: #456efd;
  color: #fff;
  padding: 18px 75px;
  text-transform: uppercase;
  font-size: 22px;
}
.investbtn {
  padding: 40px 0 20px;
}
.mainnewsletter header.secheader h2 {
  opacity: 0.65;
}
button#submit:after {
  display: none;
}
.success-message2.alert.alert-success:empty {
  display: none;
}

section.websection.about-doctor-sec h2 {
  padding-bottom: 40px;

  font-size: 40px;
  font-family: "montserratmedium";
}

button#playBtn + section {
  padding-top: 30px;
}

@media only screen and (max-width: 1400px) {
  .websection h2 {
    /* font-family: "silver_south_serifregular"; */
    font-size: 33px;
    margin: 0;
    padding-bottom: 20px;
    line-height: 45px;
  }

  .fullsection-content p {
    padding-bottom: 35px;
    margin: 0;
    font-size: 33px;
    line-height: 44px;
    padding-top: 5px;
  }
}

@media only screen and (max-width: 1199px) {
  .fullsection-content {
    padding-left: 0;
  }

  .aboutdoctors {
    width: 100%;
  }
  .formright {
    max-width: 340px;
  }

  .formleft {
    justify-content: space-between;
  }

  .get {
    font-size: 50px;
    padding-top: 5px;
  }

  .premier {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1300px) {
  .get {
    font-size: 38px;
    padding-top: 5px;
  }
}

@media only screen and (max-width: 992px) {
  .forminner {
    text-align: center;
  }

  .formright {
    padding: 30px;
  }

  .formsec {
    display: block;
  }

  .formleft {
    width: 100%;
    justify-content: space-between;
  }

  .formright {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .mainform-inner {
    padding: 30px 0;
  }

  section.websection {
    background-position: center top;
  }

  .premier {
    margin: auto;
  }

  .websection .forminner h2,
  h2.formhead {
    text-align: center;
  }

  .fullsection-content {
    text-align: center;
  }

  ul.list {
    text-align: left;
  }

  section.websection.patientsec {
    text-align: center;
  }

  .footerlogo {
    text-align: center;
  }

  .fcontent {
    padding-top: 40px;
  }

  .formleft {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .formright {
    max-width: 470px;
    margin: auto;
    padding-top: 20px;
  }

  section.websection.mainform {
    padding: 30px;
  }
  .navbar {
    justify-content: center;
  }

  .headerright {
    position: relative;
    right: inherit;
    top: inherit;
    font-size: 24px;
    text-align: center;
    width: 100%;
  }
  a.btn.btn-text.primary_color.fontb.bigbtnn {
    padding: 0 0 10px;
  }
  .websection .secheader h2 {
    font-size: 27px;
  }
  section.websection + .websection {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  section.websection {
    padding: 30px 15px;
  }

  .get {
    font-size: 38px;
    padding-top: 5px;
  }

  .abutment {
    font-size: 18px;
    max-width: 410px;
    line-height: 33px;
    padding: 12px 0 30px;
    margin: auto;
  }

  .mainform-inner {
    background: rgb(239 239 239 / 55%);
  }
  .price {
    font-size: 45px;
    padding-top: 5px;
  }
}
