
  /* radio login and register button */
  
.radio-box
{
    margin: 44px 246px;
      /* box-shadow: 1px 2px 0 5px grey; */
      border: 1px solid #d4dbe0;
      border-radius: 4px;
      padding:50px 30px;
      background-color: #f4f4f4;
      box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.0), 0 6px 20px 0 rgba(0, 0, 0, 0.19);"
}
  #las a
  {
    background: linear-gradient(to left, #08a7dd, #00d7dd);
    color: white;
  }

#login-section
{
  margin-top: 110px!important;
}
#registration-section
{
  margin-top: 110px!important;
}




.searchbar {
  width: 50%;
  float: left;
  background-color: rgb(209 209 209 / 52%);
  border-radius: 0px 0px 0px 0px;
  margin-top: 20px!important;
  padding: 13px;
  height: 55px;
}

.search-container {
  display: flex;
  justify-content: center;
}
.searchbar:focus {
  transform: translate(0, 0rem);
}

.search-button {
  margin-top: 20px;
  border: none;
  background: linear-gradient(to left, #08a7dd, #00d7dd);
  color: white;
  height: 55px;
}

.form {
  margin: 0 auto;
}
.head-writing {
  padding: 20px;
  text-align: center;
  font-size: 18px;
}
.search-container .selecttype {
  margin-top: 20px;
  border: none;
  background-color: rgb(226, 225, 221);

  color: black;
  height: 55px!important;
  padding: 5px 10px;
  border-radius: 0;
}

.selecttype:focus {
  border: none;
  outline: none;
}

#searchfor-doc-section .category {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px;
}

#searchfor-doc-section .category ul li {
  padding: 15px 35px;
}

.doctorsearch {
  margin-top: 25px;
}
/* about us page */

.about-top {
  margin-top: 30px;
  margin-bottom: 20px;
}

.about-top img {
  border-radius: 3%;
  margin: 40px 10px;
}

.about-middle {
  justify-content: center;
  display: flex;
  margin: 30px 40px;
  text-align: center;
  margin-top: 6px;
}

.mission {
  width: 90%;
}

.about-last {
  justify-content: center;
  display: flex;
  margin: 30px 40px;
  text-align: center;
  margin-top: 6px;
}
.service {
  width: 90%;
}

.myicon {
  display: flex;
  justify-content: center;
  font-size: 35px;
}

.bannerhead {
  padding-bottom: 20px;
}

/* CAREER PAGE */
.career-form .form-top {
}

.career-form .form-top h2 {
  margin: 0;
  background: linear-gradient(to left, #08a7dd, #00d7dd);
  color: white;
  padding: 2px 10px;
  margin-bottom: 5px;
}

.career-form .form-last h2 {
  margin: 0;
  background: linear-gradient(to left, #08a7dd, #00d7dd);
  color: white;
  padding: 2px 10px;
  margin-bottom: 5px;
}

.form-top .row {
  margin: 23px 5px;
}
.career-form .form-top input:focus {
  transform: translate(0, 0rem);
}

.career-form .form-last input {
  background: none;
  border: none;
  padding: 2px;
}

.form-last .row {
  margin: 10px 5px;
}

.career-button {
  display: flex;
  justify-content: center;
}
.career-button a {
  background: linear-gradient(to left, #08a7dd, #00d7dd);
  color: white;
  padding: 15px 64px;
  margin: 0 10px;
}
#career-section {
  padding-top: 6rem;
}

#career-section .head h1 {
  width: 100%;
  text-align: center;
}
#career-section .head {
  background: url("img/12.jpg");
  margin: 0;
  margin-bottom: 20px;
}
#privacy-section {
  padding-top: 6rem;
}
#terms-section {
  padding-top: 6rem;
}
#refund-section {
  padding-top: 6rem;
}
#privacy-section .heading {
}

.career-button a:hover {
  background: linear-gradient(to left, #08a7dd, #00d7dd);
  transition: 0.3s ease;
}

/* login  */

.log
{
  display: flex;
  justify-content: center;
  
}

.log .form
{
  
  display: flex;
  justify-content: center;
}
.log .form{
  background-color: #f4f4f4;
  width: 90%;
  padding: 40px 32px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.0), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 10px;
}
#login-section .log .form{
  width: 100%;
  max-width: 500px;
}

.log .button
{
  display: flex;
  justify-content: center;
  margin-top: 10px!important;
}
 .log .form input
 {
   height: 62px;
   margin-bottom: 12px;
  
 }

 .log .form select
 {
   height: 53px!important;
   margin-bottom: 12px;
  
 }
 .log .form input:focus
 {
  transform: translate(0, 0rem);
  background-color: white;
 }

 .log .form input:hover
 {
   background-color: white;
   transition: 0.5s ease;
 }

 .log .form input
 {
  background-color: rgb(228 226 226 / 43%);


 }

.log .button a
{
  padding: 15px 40px;
  margin-top: 15px;
  background: linear-gradient(to left, #08a7dd, #00d7dd)!important;
  color: white;


}
 .type h2
 {
  BACKGROUND: #7de2fffc;
  padding: 10px;
  border-radius: 6%;
  font-size: 16px;
}
 #login-section
 {
  
  background: linear-gradient(#00d7dd82, #0f96b8), url("../img/313.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  
 }

 #registration-section
 {
 
  background: linear-gradient(#00d7dd82, #0f96b8), url("../img/313.jpg");
  background-repeat: no-repeat;
  background-size: cover;
 }


 #radio-section .radio-group
 {

   justify-content: center;
 }





@media (max-width: 991px) {
.radio-box{
  margin: 14px 10px;
  /* box-shadow: 1px 2px 0 5px grey; */
  border: 1px solid #d4dbe0;
  border-radius: 10px;
  padding: 50px 28px;
  background-color: #f4f4f4;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.0), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  
    }
  .log form
  {
    width: 92%;
  }

  .radio-section .radio
  {
    width: 96%;
  }

  .radio-section .radio .inputGroup
  {
    width: 100%;
    box-shadow: 0 0 0px 0 rgb(32 33 36);
  }
  .about-top img {
    margin: 0;
  }

  .about-middle {
    margin: 0;
  }

  .about-last {
    margin: 0;
  }
  .bannerhead {
    padding-bottom: 12px;
  }

  #searchfor-doc-section .category ul li {
    padding: 15px 13px;
  }

  #career-section .career-button a {
    background: linear-gradient(to left, #08a7dd, #00d7dd);
    color: white;
    padding: 15px 38px;
    margin: 0 10px;
  }
}
