@font-face {
  font-family: gilroy;
  src: url(../fonts/Gilroy-Medium.ttf);
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: gilroy;
  color: #3e3e3e;
  font-size: 16px;
  overflow-x: hidden;
}
/* Start Header */
.head {
  padding: 20px;
}
.nav {
  display: flex;
  justify-content: space-between;
}
.head .navitem {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav .menu a {
  margin-right: 20px;
  font-size: 20px;
  color: #333;
}
.head .right img {
  height: 68px;
}
.head p img {
  width: 27px;
  margin-right: 12px;
}
.head p {
  color: #1788b6;
  font-size: 17px;
  max-width: 100%;
  text-align: right;
  margin: 0;
  margin-top: 10px;
}
.head p i {
  font-size: 22px;
}
/* End Header */

/* Start My form */

.my-form {
  background-image: url(../imgs/main.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.body-form {
  padding-top: 60px;
  padding-bottom: 30px;
}
.my-form .expand {
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  padding-left: 10px;
  border-left: 4px solid #ddd;
}
.my-form .enhance {
  padding-bottom: 50px;

  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-shadow: 1px 1px 1px #000;
}
.my-form .enhance .true_text {
  position: relative;
}
.my-form .enhance .true {
  width: 25px;
  position: absolute;
  left: 0;
  top: 3px;
}
.my-form .enhance p {
  padding-left: 35px;
  color: #fff;
  line-height: 25px;
  font-size: 23px;
  text-shadow: 1px 1px 10px #000;
}
.amazing {
  color: #3e3e3e;
  margin: 22px 0;
  font-size: 30px;
  font-weight: bold;
  position: relative;
}
.amazing img {
  position: absolute;
  left: -60px;
  top: 20px;
}
.contact {
  background-color: #ec7e7b;
  padding: 28px;
  border-radius: 20px;
}
.contact .form-control {
  border-radius: 15px;
  color: #2c2b6d;
  border: 1px solid #fff;
}
.contact .form-info {
  margin-bottom: 35px;
  height: 40px;
}
.contact .btn-primary {
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 4px;
  background: #8e4b4a;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-primary.focus,
.btn-primary:focus {
  background: rgb(87, 167, 201);
  background: linear-gradient(
    180deg,
    rgba(87, 167, 201, 1) 0%,
    rgba(32, 131, 174, 1) 100%
  );
}
.form-design {
  padding: 5px;
}

/* End My form */

/* feats start */
.features {
  padding: 30px;
  background: #ffeaea;
}
.features .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
.feats {
  display: flex;
  justify-content: space-around;
}
.feat {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 40px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
.feat img {
  width: 50px;
  margin-bottom: 10px;
}
/* feats end */

/* Start Profile */
.profile {
  padding-top: 28px;
  padding-bottom: 20px;
}
.profile h3 {
  color: #3e3e3e;
  margin-bottom: 70px;
  font-size: 35px;
  font-weight: bold;
}
.profile h5 {
  color: #535152;
  font-size: 32px;
  margin-bottom: 20px;
}
.profile h6 {
  margin-bottom: 24px;
  font-size: 24px;
}
.profile p {
  margin: 30px 0;
  font-size: 15px;
}
.profile img.web {
  width: 100%;
  margin-top: 148px;
}
.profile .profile_img {
  margin-bottom: 40px;
}
.disc {
  padding: 0 0px 0 80px;
}
.img-icon {
  width: 85px !important;
  height: 85px !important;
  margin-bottom: 23px;
}
/* rank section */
section.rank {
  background-color: #f4b5b5;
  padding: 80px 0;
}
.rank h3 {
  color: #fff;
}
section.rank .search img {
  margin-right: 23px;
  width: 115px;
}
section.rank p {
  padding: 10px 60px 10px 0;
}

/* review section */
section.review {
  background-color: #fee9eb;
  /* padding: 80px 0; */
}
.custom-padding {
  padding: 30px 45px;
}
section.review .doctor {
  width: 100%;
  height: 100%;
}

/* centeralize section */
section.centeralize {
  padding: 80px 0;
  background: #f4b5b5;
}
section.centeralize h3 {
  color: #fff;
}
section.centeralize .centeralize-img {
  width: 100%;
  margin-top: 116px;
}
section.centeralize .reviewer img {
  margin-right: 12px;
  width: 92px;
}
section.centeralize ul {
  padding: 0 18px;
  list-style-type: none;
  color: #fff;
}
section.centeralize ul li {
  margin-bottom: 11px;
  position: relative;
}
section.centeralize ul li::before {
  content: url(../img/verified.png);
  position: absolute;
  top: 5px;
  left: -24px;
}
/* connect section */
section.connect {
  background-color: #fee9eb;
  padding: 80px 0;
}
/* expand section */
section.expand {
  background-color: #f09a99;
  padding: 80px 0;
}
section.expand.overlay {
  background-image: url(../imgs/expandbg.png);
  background-size: cover;
}
section.expand .expand-image {
  width: 100%;
  margin-top: 93px;
}
section.expand .details {
  background-color: #a76463;
  margin-bottom: 15px;
  padding: 10px;
  line-height: 18px;
  color: #fff;
}
/* qutoe section  */
section.qutoe {
  background-color: #b86b69;
  position: relative;
  color: #fff;
}
section.qutoe h1 {
  text-align: center;
  font-size: 48px;
  font-weight: bolder;
  text-transform: uppercase;
}
section.qutoe h2 {
  text-align: center;
  font-size: 34px;
  font-weight: bolder;
}
section.qutoe .abs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
section.qutoe::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 107%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 26px solid #b86b69;
  border-bottom: 40px solid transparent;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
}
section.qutoe img {
  width: 100%;
}
.signup {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 70px;
}
.signup .btn-custom {
  background-color: #ec7e7b;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  width: 169px;
  height: 58px;
  text-transform: capitalize;
  padding-top: 15px;
}
/* footer */
footer .upper-footer {
  background-color: #ec7e7b;
  padding: 50px 0;
}
footer .upper-footer ul {
  list-style: none;
  padding: 0;
}
footer .upper-footer p {
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
}
footer .upper-footer ul.social {
  height: 37px;
  text-align: center;
}
footer .upper-footer .social li {
  display: inline-block;
}
footer .upper-footer .footer-align {
  color: #fff;
  border-right: 1px solid #c4c4c499;
  font-size: 13px;
  padding: 0 22px;
  vertical-align: text-top;
  height: 210px;
  line-height: 24px;
}
.mobile {
  display: none;
}
footer .upper-footer .footer-align input {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding-left: 15px;
}
footer .upper-footer .footer-align .subscribe-input {
  position: relative;
}
footer .upper-footer .footer-align .link-footer {
  text-align: center;
  color: #fff;
}
footer .upper-footer .footer-align .link-footer a {
  margin: 15px;
  color: #fff;
  font-size: 14px;
}
footer .upper-footer .footer-align .social li {
  width: 38px;
  height: 38px;
  border: 1px solid #bcbcbc;
  text-align: center;
  padding: 4px;
  font-size: 18px;
  margin-right: 8px;
  border-radius: 4px;
}
footer .upper-footer .footer-align .social li.facebook {
  background-color: rgb(59, 92, 161);
}
footer .upper-footer .footer-align .social li.google {
  background-color: rgb(225, 54, 24);
}
footer .upper-footer .footer-align .social li.pin {
  background-color: rgb(202, 21, 28);
}
footer .upper-footer .footer-align .social li.twitter {
  background-color: rgb(44, 167, 226);
}
footer .upper-footer .footer-align .social li.youtube {
  background-color: rgb(206, 52, 40);
}
footer .upper-footer .footer-align .social li a {
  color: #fff;
}
footer .upper-footer .footer-align button.btn-subscribe {
  height: 40px;
  background-color: red;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
}
footer .upper-footer .footer-align:last-of-type {
  border-right: none;
}
footer .down-footer {
  background-color: #b86b69;
  text-align: center;
  color: #fff;
  padding: 14px 0px;
}
footer .down-footer p {
  margin: 0;
}
