body {
  font-family: "Plus Jakarta Sans", sans-serif;
  width: 100%;
}

#home {
  background: #d5e5f5;
}

.navbar-brand {
  color: #3781e3;
  font-family: "Pacifico", cursive;
  font-size: 32px;
}

.nav-link {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #00214d;
  font-weight: 500;
  padding-right: 50px;
}

.nav-link:hover {
  color: #00214da9;
}
/* ham */

label .menu {
  position: absolute;
  right: -100px;
  top: -100px;
  z-index: 100;
  width: 200px;
  height: 200px;
  background: #fff;
  border-radius: 50% 50% 50% 50%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff;
  cursor: pointer;
  display: none;
}

label .hamburger {
  position: absolute;
  top: 135px;
  left: 50px;
  width: 30px;
  height: 2px;
  background: #69d2e7;
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

label .hamburger:after,
label .hamburger:before {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #69d2e7;
}

label .hamburger:before {
  top: -10px;
}

label .hamburger:after {
  bottom: -10px;
}

label input {
  display: none;
}

label input:checked + .menu {
  box-shadow: 0 0 0 100vw #fff, 0 0 0 100vh #fff;
  border-radius: 0;
}

label input:checked + .menu .hamburger {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

label input:checked + .menu .hamburger:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: 0;
}

label input:checked + .menu .hamburger:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

label input:checked + .menu + ul {
  opacity: 1;
}

label ul {
  z-index: 200;
  position: absolute;
  top: 200%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.25s 0s ease-in-out;
  transition: 0.25s 0s ease-in-out;
  list-style: none;
}

label a {
  margin-bottom: 1em;
  display: block;
  color: rgb(3, 178, 247);
  text-decoration: none;
}

/* wafcz */

.line {
  width: 15%;
}

hr {
  size: 7;
  border-top: 5px solid #00214d;
}

.vet {
  padding-left: 10px;
  font-weight: 600;
  color: #00214d;
}

.main {
  width: 50%;
}

.main h2 {
  padding-left: 10px;
  font-weight: 700;
  font-size: 60px;
}

.main p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: rgba(58, 58, 58, 0.75);
  width: 90%;
  padding-left: 15px;
}

.btn {
  margin-left: 15px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-size: 13px;
  padding: 13px;
  border-radius: 10px;
  background: #3781e3;
  border: none;
  margin-top: 25px;
}

#services {
  background: #e9f4ff;
}

#offer h2 {
  color: #00214d;
}

#offer p {
  color: #3a3a3a;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}

#card {
  font-family: "Poppins", sans-serif;
  margin-top: 50px;
}

#cardd {
  font-family: "Poppins", sans-serif;
  margin-top: 50px;
}

.cad {
  border-radius: 20px;
}

#card-body h5 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #00214d;
  font-size: 20px;
}

#card-body p {
  color: rgba(58, 58, 58, 0.75);
  font-size: 15px;
}

#doctors {
  background: #d5e5f5;
}

#david {
  display: flex;
  justify-content: end;
}

#doc-text h2 {
  font-weight: 700;
  width: 60%;
  color: #00214d;
  font-size: 50px;
  line-height: 4.5rem;
}

#doc-text p {
  font-family: "Poppins", sans-serif;
  color: #3a3a3a;
  font-size: 15px;
  width: 64%;
}

#review {
  background: #e9f4ff;
}

.quote-body {
  width: 60%;
  margin: 0 auto;
}

#bod {
  border-left: 4px solid #e9f4ff;
}

.quote-body h5 {
  color: #00214d;
}

.quote-body p {
  padding-top: 20px;
  color: #3a3a3a;
}

#comment a {
  color: #3781e3;
  font-family: "Plus Jakarta Sans";
  display: flex;
  text-decoration: none;
}

#comment a:hover {
  color: #3781e3c7;
  transition: ease-in 0.4 s;
}

#comment p {
  font-size: 14px;
}

#comment i {
  padding-top: 40px;
}

#star-title img {
  padding-top: 30px;
  width: 40px;
  height: 70px;
  display: flex;
}

#star-title p {
  padding-top: 40px;
  /* display: flex; */
  color: #00214d;
  font-size: 14px;
}

#star p {
  padding-top: 5px;
  color: #00214d;
  font-size: 13px;
}

#meet {
  padding-top: 20px;
  background: #d5e5f5;
}

.vett h2 {
  color: #00214d;
}

#see-more a {
  color: #3781e3;
  font-family: "Plus Jakarta Sans";
  display: flex;
  text-decoration: none;
}

#see-more a:hover {
  color: #3781e3c7;
  transition: ease-in 0.4 s;
}

#see-more p {
  padding-top: 7px;
  font-size: 19px;
}

.docs h3 {
  color: #00214d;
}

.docs p {
  color: #3a3a3a;
}

/*  */
.con {
  background: #cadff8;
  border-radius: 10px;
  color: #00214d;
  padding-left: 50px;
  padding-bottom: 80px;
}

.form-box {
  border-radius: 10px;
  background: white;
  padding: 10px;
  width: 95%;
}

.form-box input {
  border: none;
  outline: none;
  padding-left: 50px;
  font-size: 23px;
  margin-right: 50px;
  width: 76%;
}

.btnn {
  border: none;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-size: 13px;
  padding: 35px 55px;
  background: #3781e3;
  border: none;
}

.btnn:hover {
  opacity: 0.8;
  transition: ease-in 0.3s;
}

::placeholder {
  font-weight: 500;
  color: #00214d;
  font-size: 23px;
}

#newsletter {
  background: #e9f4ff;
}

footer {
  background: #d5e5f5;
}

.foot {
  padding-top: 110px;
  padding-bottom: 70px;
  font-family: "Quicksand", sans-serif;
}

.logo {
  color: #3781e3;
  font-family: "Pacifico", cursive;
  font-size: 32px;
  text-decoration: none;
}

.foot ul li {
  text-decoration: none;
  list-style: none;
}

.foot h5 {
  font-weight: 600;
  font-size: 17px;
  color: #00214d;
}

footer ul li a {
  color: #00214d;
  padding: 0 auto;
  text-decoration: none;
  font-size: 15px;
}

.svg a {
  padding-right: 15px;
}

.svg a:hover {
  opacity: 0.8;
  transition: 0.5s;
}

.hp hr {
  width: 40%;
  border-top: 2px solid #00214d;
}

.svg p {
  color: #00214d;
}

/* Media Queries */

@media all and (max-width: 986px) {
  .main h2 {
    font-size: 50px;
  }
  .main p {
    font-size: 17px;
  }

  #doc-text h2 {
    width: 70%;
    color: #00214d;
    font-size: 40px;
    line-height: 3.5rem;
  }
}

@media all and (max-width: 948px) {
  .cad {
    width: 30%;
  }

  #doctors img {
    width: 430px;
  }

  .docs h3 {
    font-size: 23px;
  }

  .form-box input {
    width: 60%;
  }

  .logo {
    font-size: 26px;
  }

  .terms {
    width: 30%;
  }

  .company {
    width: 20%;
  }
  .contact {
    width: 30%;
  }
}

@media all and (max-width: 909px) {
  #doctors img {
    width: 390px;
    height: 100%;
  }
}

@media all and (max-width: 868px) {
  .nav-link {
    padding-right: 40px;
  }

  #doc-text h2 {
    width: 80%;
    font-size: 40px;
    line-height: 3.5rem;
  }

  #doc-text p {
    font-size: 15px;
    width: 64%;
  }
}

@media all and (max-width: 836px) {
  .main h2 {
    font-size: 45px;
  }
  .main p {
    font-size: 15px;
  }
}

@media all and (max-width: 817px) {
  .nav-link {
    padding-right: 30px;
  }
}

@media all and (max-width: 767px) {
  .nav-link {
    padding-right: 20px;
  }
  .main h2 {
    font-size: 40px;
  }
  .main p {
    font-size: 14px;
  }

  #but {
    margin-top: 20px;
  }

  #card {
    margin-top: 10px;
  }

  #cardd {
    margin-top: 0px;
  }

  .cad {
    width: 70%;
    justify-content: center;
    margin-top: 5%;
    margin-left: 15%;
  }

  #doc-text h2 {
    width: 85%;
    font-size: 30px;
    line-height: 2.5rem;
  }

  #doc-text p {
    font-size: 15px;
    width: 69%;
  }

  .vett {
    margin-top: 20px;
  }

  #see-more {
    margin-top: 20px;
  }

  #see-more p {
    font-size: 16px;
  }

  #see-more a {
    font-size: 1.2rem;
  }

  .docs h3 {
    font-size: 20px;
  }

  .form-box {
    width: 100%;
  }

  .form-box input {
    width: 50%;
    font-size: 15px;
    padding-left: 4px;
  }

  .con {
    padding-left: 50px;
    padding-right: 50px;
  }

  .btnn {
    padding: 20px 35px;
  }

  ::placeholder {
    font-size: 15px;
  }
}

@media all and (max-width: 718px) {
  .nav-link {
    padding-right: 15px;
  }

  #doc-text h2 {
    width: 85%;
    font-size: 25px;
    line-height: 2rem;
  }

  #doc-text p {
    font-size: 13px;
    width: 80%;
  }

  #david {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  #doc-text {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
  }

  #doc-text h2 {
    text-align: center;
    font-weight: 700;
    width: 100%;
    font-size: 40px;
    line-height: 3.5rem;
  }

  #doc-text p {
    text-align: center;

    font-size: 15px;
    width: 90%;
  }

  #contact-btn {
    width: 20%;
    margin: 0 auto;
  }
}

@media all and (max-width: 692px) {
  .nav-link {
    padding-right: 10px;
  }

  .main h2 {
    font-size: 35px;
  }
  .main p {
    font-size: 13px;
  }

  .company {
    width: 30%;
  }

  .contact {
    width: 50%;
  }

  .logo {
    width: 30%;
  }
}

@media all and (max-width: 667px) {
  .nav-link {
    display: none;
  }

  .main h2 {
    font-size: 25px;
  }
  .main p {
    font-size: 12px;
  }

  label .menu {
    display: block;
  }
}


@media all and (max-width:600px) {
  #dog {
    width: 80%;
    display: flex;
    justify-content: center;
  }

  .main {
    width: 90%;
  }
  
  .main h2 {
    padding-left: 10px;
    font-size: 50px;
  }
  
  .main p {
    font-size: 18px;
    width: 90%;
  }

  #doc-text h2 {
    text-align: center;
    width: 100%;
    font-size: 30px;
    line-height: 2.5rem;
  }

  #doc-text p {
    text-align: center;
    font-size: 15px;
    width: 100%;
  }

  #contact-btn {
    width: 30%;
  }
}

@media all and (max-width:539px){

  .btnn {
    padding: 17px 30px;
  }

  .docs h3 {
    font-size: 19px;
  }

}

@media all and (max-width:519px){
  .btnn {
    padding: 14px 25px;
  }

  ::placeholder {
    font-weight: 400;
    font-size: 19px;
  }
}

@media all and (max-width:513px){
  .main h2 {
    padding-left: 10px;
    font-size: 40px;
  }
  
  .main p {
    font-size: 16px;
    width: 90%;
    padding-left: 15px;
  }
}

@media all and (max-width:498px){
  #dog {
    width: 100%;
  }

  .btnn {
    padding: 10px 20px;
  }

  ::placeholder {
    font-weight: 400;
    font-size: 15px;
  }

  .con h2 {
    font-size: 23px;
  }
}

@media all and (max-width:479px){

  .btnn {
    padding: 10px 17px;
  }

  ::placeholder {
    font-weight: 400;
    font-size: 13px;
  }
}

@media all and (max-width:466px){
  .btnn {
    padding: 10px 14px;
  }
}

@media all and (max-width:454px){
  .btnn {
    width: 30%;
  }

  ::placeholder {
    font-size: 12px;
  }

  .form-box input {
    width: 45%;
    font-size: 13px;
  }

  .docs h3 {
    font-size: 15px;
  }

  .docs p {
    font-size: 12px;
  }

}

@media all and (max-width:444px) {
  .btnn {
    width: auto;
  }
}

@media all and (max-width:428px){
  .form-box input {
    width: 70%;
  }

  .main h2 {
    padding-left: 10px;
    font-size: 35px;
  }
  
  .main p {
    font-size: 14px;
    width: 90%;
    padding-left: 15px;
  }
}