body {
  background: linear-gradient(180deg,
      hsla(0, 0%, 100%, 1) 10%,
      hsla(180, 33%, 92%, 1) 100%);
  font-family: "Montserrat", sans-serif;
}

/* navbar */

.navbar {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  justify-content: center;

}

.navbar>img:nth-of-type(2) {
  margin-right: -50px;
  margin-top: 32px;
}

.navbarBtn {
  background-color: #fdaa5d;
  color: white;
  width: 200px;
  height: 50px;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  border: none;
  text-align: center;
}

.navbarBtn:hover {
  background-color: #faad65;
  color: white;
  border: none;
}

.navbar-nav {
  gap: 5rem;
}

.navbar-light .navbar-nav .nav-link {
  color: #090e1d;
}

.navbar-nav .nav-item a {
  font-weight: bold;
  font-size: 22px;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #00b7bd;
}

#navbarNavDropdown {
  margin-right: 22%;
}

/* hero section */

.heroSection {
  margin-top: 16rem !important;
}

.heroTitle {
  color: #444853;
  font-size: 36px;
  font-weight: bolder;
  margin-bottom: 4rem;
  text-align: right;
}

.heroText {
  margin-bottom: 4rem;
  font-size: 1.2rem;
  color: rgba(9, 14, 29, 0.49);;
  font-weight: 400;
  font-size: 20px;
  text-align: right;
}

.heroText,
.heroBottomText {
  color: #9a9a9a;
  width: 41rem;
}

.heroBottomText {
  color: #00B7BD;
  font-size: 22px !important;
  font-weight: bold;
  margin-bottom: 4rem !important;
}

.heroSection img {
  width: 100%;
  height: auto;
}

.heroButtons {
  display: flex;
  justify-content: flex-start;
  gap: 3rem;
}

@media screen and (max-width: 768px) {
  .mainsection {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .mainsection h1,
  .mainsection p {
    text-align: center;
  }

  .mainsection>div:nth-of-type(1) {
    order: 2;
    margin-top: 32px;
  }

  .mainsection>div:nth-of-type(2) {
    order: 1;
    margin-top: 0 !important;
  }

}

/* feature section */

.featureMain {
  margin-top: 10rem !important;
}

.featureMain>.row>div>img {
  height: 180px;
  margin-bottom: 2rem;
}

.featureMain>div>div>p {
  font-size: 22px;
  font-weight: bold;
  color: #00B7BD;
}

.featureMain>.row {
  text-align: center;
  margin-top: 2rem;
}

.featureTitle {
  font-size: 36px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 4rem;
  color: #444853;
}

@media screen and (max-width: 768px) {
  .featuremobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .featureMain>.row {
    margin-top: 0rem;
  }

  .featuremobile>div {
    display: flex;
    flex-direction: row-reverse;
    max-width: 80% !important;
    align-items: center;
    justify-content: center;
    gap: 8%;
  }

  .featuremobile>div>img {
    width: 45%;
    height: 100% !important;
  }

  .featuremobile>div>p {
    width: 50%;
    font-size: 18px !important;
    font-weight: 800 !important;
  }
}

/* QA section */

.QAMain {
  margin-top: 5rem !important;
}

.QATitle {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 5rem;
  margin-top: 2rem;
  color: #444853;
}

@media (max-width: 799px) {
  .maincards>* {
    flex: 0 0 100%;
  }

  .cardImage {
    width: 330px !important;
  }
}

.card {
  width: 303px;
  height: 330px;
  border: none;
  border-radius: 15px;
  padding: 21px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.cardImage {
  width: 350px;
  height: 100%;
}

.custom-container {
  max-width: 100%;
  padding-right: 50px;
  padding-left: 50px;
}

.custom-row-up {
  margin-right: -36px !important;
}

.custom-row-bottom {
  margin-top: -18px;
  margin-left: -43px !important;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.card-title {
  font-size: 22px;
  color: #00B7BD;
  font-weight: bold;
  margin-bottom: 2rem;
}

.card-text {
  font-size: 20px;
  color: rgba(9, 14, 29, 0.49);;
}

@media screen and (max-width: 768px) {
  .container {
    display: flex;
    flex-direction: column;
  }

  .card1 {
    order: 1;
  }

  .image1 {
    order: 2;
  }

  .card2 {
    order: 3;
  }

  .image2 {
    order: 4;
  }

}

/* footer */

.footer {
  margin-top: 16rem;
}


.footer-btns>a>img {
  width: 12rem !important;
  height: 4rem !important;
}

.footer-social-media {
  display: flex;

  flex-direction: column;
}

.footer-social-media a {
  gap: 2rem;
  margin-right: 16px;
}

.textcontactus {
  width: 100%;
  color: black;
  font-weight: bolder;
  font-size: 28px;
  justify-content: center;
  align-items: center;
}

/* contact */

.contactRow {
  display: flex;
  gap: 10rem;
}

.form-control {
  border: none;
  border-bottom: 1px solid #8d8d8d;
  background: none;
}

.contactSubmitBtn {
  background-color: #00b7bd;
  border: none;
  border-radius: 12px;
  padding: 10px 74px;
  margin-top: 3rem;
}

.contactSubmitBtn:hover {
  background-color: #00b7bd;
}

.form-group>label {
  color: #8d8d8d;
}

input[aria-invalid="true"],
textarea[aria-invalid="true"],
.filled {
  color: #00b7bd !important;
}

input[aria-invalid="true"]::after,
textarea[aria-invalid="true"]::after {
  border-bottom-color: #00b7bd !important;
}

.footer_privacypolicy {
  width: 100%;
  border-top: 2px solid #00B7BD;
}

/* terms of use and privacy policy */
.text-terms-privacy h4 {
  color: #00B7BD;
  font-weight: bold;
  margin-bottom: 5rem;
}

.text-terms-privacy h5 {
  margin: 2.5rem 0 2.5rem 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
}

.text-terms-privacy p,
.text-terms-privacy li {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.text-terms-privacy ul,
.text-terms-privacy ol {
  padding-right: 16px;
}

.text-terms-privacy a {
  color: black;
}

.footer_privacypolicy>div>div {
  gap: 3rem;
  display: flex;
}





@media (max-width: 700px) {

  .row {
    margin-left: 0px !important;
  }

  .heroButtons {
    gap: 0rem;
  }

  .textcontactus {
    font-size: 20px;
    margin-top: 1rem;
    color: #090E1D;
  }

  .footer-btns>a>img {
    width: 10rem !important;
    height: 4rem !important;
  } 

  .footer_privacypolicy>div {
    justify-content: center !important;
  }
  

  .footer_privacypolicy>div>div {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .footer_privacypolicy>div>a {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    border-top: 2px solid #00B7BD;
    width: 100%;
    justify-content: center;
    display: flex;
  }
}

.footer_privacypolicy a {
  color: black;
}

/* tablets */
@media (min-width: 768px) and (max-width: 1024px) {
  .heroTitle {
    font-size: 28px;
    margin-bottom: 3rem;
  }

  .heroText,
  .heroBottomText {
    font-size: 18px;
    width: auto;
  }

  .custom-container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .card {
    width: 350px;
    padding: 0;
  }

  .card-body {
    padding: 60px;
  }

  .cardImage {
    width: 370px;
  }

  .custom-row-up,
  .custom-row-bottom {
    margin: 0px auto !important;
  }

  .QATitle {
    text-align: center;
  }
}

/* mobile */
@media (max-width: 767px) {

  .navbar {
    flex-direction: column;
  }

  .navbar>img:nth-of-type(2) {
    margin-right: 0;
    margin-top: -35px;
  }

  .navbar>img {
    scale: 0.8;
    height: 4rem;
  }

  .heroSection img {
    width: 62%;
    height: auto;
  }

  .heroButtons > a > img {
    width: 80%;
    height: auto;
  }

  .heroSection {
    margin-top: 12rem !important;
  }

  .heroTitle {
    font-size: 24px;
  }

  .heroText,
  .heroBottomText {
    font-size: 16px;
    width: auto;
  }

  .contactDoctorImg img {
    display: none;
  }

  .featureMain {
    margin-top: 5rem !important;
  }

  .featureMain .row {
    flex-wrap: wrap;
  }

  .featureMain .col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .featureMain img {
    width: 63%;
    height: 125px !important;
  }

  .featureMain>div>div>p {
    font-size: 16px !important;
    margin-top: -12px !important;
  }

  .featureMainMobile {
    margin-right: 20px;
  }

  .featureTitle {
    text-align: center;
  }

  .card {
    margin-bottom: 28px;
  }

  .custom-row-up,
  .custom-row-bottom {
    margin: 0px auto !important;
  }

  .QATitle {
    text-align: center;
  }
  
  .QAMain {
    margin-top: 0rem !important;
  }

.privacyENG>p,
.termsOfUseEng>p,
.termsOfUseEng>ol>li,
.termsOfUseEng>ol>li,
.termsOfUseEng>ol>p,
.termsOfUseEng>ul>li,
.termsOfUseEng>ul>li>strong
 {
  font-size: 16px;
}
}

/* tablets and mobile*/
@media (min-width: 768px) and (max-width: 1024px),
(max-width: 767px) {
  .navbarBtn {
    display: none;
  }

  .navbar-toggler[aria-expanded="false"]~.navbarBtn {
    display: none;
  }

  .navbar-toggler[aria-expanded="true"]~.navbarBtn {
    display: block;
  }

  .navbar-brand img {
    width: 80px;
    height: auto;
  }

  .heroSection {
    margin-top: 12rem !important;
  }

  .featureMain img {
    width: 64%;
    height: 125px !important;
  }

  .featureTitle,
  .QATitle {
    text-align: center !important;
    font-size: 20px;
  }

  .footer {
    margin-top: 6rem;
  }

  .footer>div>div {
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 0 1.5rem 0 !important;
    width: 100%;
  }

  .footer-btns {
    padding-left: 16px !important;
  }

  .footer-btns a {
    width: 100%;
  }

  .footer-btns img {
    width: 100%;
    height: auto;
  }

}

@media (min-width: 1400px) and (min-height: 1056px) {
  .card {
    width: 220px;
    padding: 0;
    box-sizing: border-box;
  }

  .card-body {
    padding: 21px;
  }

  .cardImage {
    width: 20%;
    height: 23rem;
  }
}

/* Portrait mode for Ipad Mini*/
@media (min-width: 768px) and (max-width: 768px) {
  .heroSection {
    margin-top: 12rem !important;
  }

  .card {
    width: 40%;
    padding: 0;
    box-sizing: border-box;
  }

  .card-body {
    padding: 54px 40px;
  }

  .cardImage {
    width: 43%;
    height: 23rem;
  }

  .custom-row-bottom {
    margin-top: 1rem !important;
  }

  .featureMain img {
    width: 60%;
    height: 233px !important;
  }
}

/* Landscape mode for Ipad Mini*/
@media (min-width: 769px) and (max-width: 1024px) {
  .heroSection {
    margin-top: 12rem !important;
  }

  .card {
    width: 40%;
    padding: 0;
    box-sizing: border-box;
  }

  .card-body {
    padding: 54px 40px;
  }

  .cardImage {
    width: 43%;
    height: 23rem;
  }

  .custom-row-bottom {
    margin-top: 1rem !important;
  }

  .featureMain img {
    width: 60%;
    height: 205px !important;
  }
}

@media (min-width: 1030px) and (max-width: 1357px) {
  .heroSection {
    margin-top: 12rem !important;
  }

  .card {
    width: 36%;
    padding: 0;
    box-sizing: border-box;
  }

  .card-body {
    padding: 54px 40px;
  }

  .cardImage {
    width: 40%;
    height: 23rem;
  }

  .custom-row-bottom {
    margin-top: 1rem !important;
  }
}

/* for larger screens */
@media (min-width: 1400px) {

  .container-fluid,
  .custom-container {
    width: 1400px;
    margin: 0 auto;
  }
}