*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#modal-box-tutor{
    position: fixed;
    top: 0%;
    left: 0%;
    transform: translate(-50%, -50%);
  
    width: 100%;
    height: 100%;
    
    /* background-color: rgba(0, 0, 0, 0.9); */

    background-color: #fff;

    /* display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; */

    /* padding: 5%; */

    /* padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px; */

    z-index: 500;

    overflow: hidden;
    overflow-y: scroll;

    transition: .5s ease-in-out;
}


#modal-box-tutor .close-icon-tutor {
  position: absolute;
  top: 20px;
  left: 20px;
  
  color: #fff;

  /* color: #000; */
  font-size: 35px;
  cursor: pointer;

  z-index: 501;

  transition: color, transform .5s ease-in-out;
}

#modal-box-tutor .close-icon-tutor:hover{
  /* color: red; */

  transform: scale(1.5);
}

/* hide scrolbar start */

#modal-box-tutor::-webkit-scrollbar {/* Hide scrollbar for Chrome, Safari and Opera */
    display: none;
  }
   
  #modal-box-tutor{ /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  
  /* hide scrolbar end */











  /* Turors Details on modal-box-tutor Start */

.tutor-details{
  width: 100%;
  
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;

  /* padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px; */

  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

#tutor-details{
  width: 100%;
}

.tutor-details .home-section{
  width: 100%;
  height: 100vh;

  /* background-color: #8039f1; */
  background-color: #f17639;

  display: flex;
  flex-direction: column;
  justify-content: center;
  /* justify-content: flex-end; */
  align-items: center;
  position: relative;
}

.tutor-details .home-section .tutor-heading{
  font-size: 60px;
  color: #fff;
  text-shadow: 5px 15px 14px #000000;
  user-select: none;
  z-index: 2;
  margin-top: 50px;
}

.tutor-details .home-section .tutor-image{
  width: 250px;
  height: 250px;

  position: relative;
}

.tutor-details .home-section .tutor-image img{
  width: 100%;
  height: 100%;

  position: absolute;

  object-fit: cover;
  object-position: center 25%;

  border-radius: 20%;
  border: 2px solid green;

  box-shadow: 0px 0px 10px 1px black;
}

.tutor-details .home-section .tutor-stars{
  margin-top: 35px;
}

.tutor-details .home-section .tutor-stars .checked{
  color: #ebff00;
}

.tutor-details .home-section .tutor-stars .unchecked{
  color: #000000;
}


.tutor-details .home-section .tutor-hire-btn{
  margin-top: 60px;
}

.tutor-details .home-section .tutor-hire-btn p{
  text-align: center;
  font-weight: bolder;

  color: #fff;
  background-color: #037d34;

  padding: 20px;
  padding-left: 30px;
  padding-right: 30px;

  border-radius: 7px;
  box-shadow: 0px 0px 10px 1px black;

  transition: .5s ease-in-out;
}

.tutor-details .home-section .tutor-hire-btn p:hover{
  cursor: pointer;
  
  transform: scale(1.2);

  color: #fff;
  background-color: #a600ff;
  
  text-shadow: 5px 15px 14px #000000;
}

.tutor-details .about-tutor{
  width: 100%;
  
  background: linear-gradient(to bottom, #8039f1, #740099);

  padding-bottom: 100px;
}

.tutor-details .about-tutor .headings{
  padding: 20px;
  
  overflow: hidden;
}

.tutor-details .about-tutor .headings h1{
  color: #fff;
  font-size: 40px;
  text-align: center;
  text-shadow: 5px 15px 14px #000000;

  margin-bottom: 50px;
}

.tutor-details .about-tutor .headings p{
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
  font-size: 15px;
  word-spacing: 3px;
  letter-spacing: 0.5px;
  font-weight: 600;
  line-height: 25px;
}



.tutor-details .about-tutor .info .exp-info{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  margin-top: 150px;
}

.tutor-details .about-tutor .info .exp-info .info-card{
  background-color: #fff;

  padding: 20px;
  padding-left: 45px;
  padding-right: 45px;

  border-radius: 7px;
}

.tutor-details .about-tutor .info .exp-info .info-card p{
  color: #0a9f34;

  font-size: 25px;
  word-spacing: 3px;
  letter-spacing: 0.5px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;

  
  text-shadow: 5px 15px 14px #000000;
}

.tutor-details .about-tutor .info .basic-info{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;

  margin-top: 100px;
}

.tutor-details .about-tutor .info .basic-info .info-card{
  width: 300px;

  background-color: #fff;

  padding: 20px;
  padding-left: 30px;
  padding-right: 30px;

  border-radius: 7px;
}

.tutor-details .about-tutor .info .basic-info .info-card p{
  color: #000;

  font-size: 15px;
  word-spacing: 3px;
  letter-spacing: 0.5px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;

  
  text-shadow: 5px 15px 14px #000000;
}

.tutor-details .tutor-subjects{
  width: 100%;

  background-color: #8039f1;

  display: flex;
  flex-direction: column;
  justify-content: center;
  /* justify-content: flex-end; */
  align-items: center;
  position: relative;
}

.tutor-details .tutor-subjects .headings{
  padding: 20px;
  
  overflow: hidden;
}

.tutor-details .tutor-subjects .headings h1{
  color: #fff;
  font-size: 40px;
  text-align: center;
  text-shadow: 5px 15px 14px #000000;

  margin-bottom: 50px;
}

.tutor-details .tutor-subjects .headings p{
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
  font-size: 15px;
  word-spacing: 3px;
  letter-spacing: 0.5px;
  font-weight: 600;
  line-height: 25px;
}

.tutor-details .tutor-subjects .subject-cards{
  width: 100%;

  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  
  padding: 50px;
  margin-bottom: 100px;
}

.tutor-details .tutor-subjects .subject-cards .subject-card{
  width: 300px;
  /* height: 100%; */
  height: 420px;
  
  background-color: #fff;

  padding: 20px;
  padding-left: 30px;

  margin-top: 40px;
  margin-bottom: 40px;

  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  
  border: 1px solid #8039f1;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 1px #8039f1;

  overflow: hidden;
  overflow-y: scroll;

  position: relative;
}

.tutor-details .tutor-subjects .subject-cards .subject-card .card-heading{
  height: 20%;
}

.tutor-details .tutor-subjects .subject-cards .subject-card .card-heading h1{
  color: #8039f1;   
  text-shadow: 5px 15px 14px #8039f1;
}

.tutor-details .tutor-subjects .subject-cards .subject-card .card-subheading{
  width: 100%;
  height: 80%;
}

.tutor-details .tutor-subjects .subject-cards .subject-card .card-subheading li{
  text-align: left;
}

.tutor-details .tutors-loc{
  width: 100%;

  background: linear-gradient(to bottom, #8039f1, rgb(0 68 141));

  display: flex;
  flex-direction: column;
  justify-content: center;
  /* justify-content: flex-end; */
  align-items: center;
  position: relative;
}

.tutor-details .tutors-loc .headings{
  padding: 20px;

  margin-bottom: 50px;
  
  overflow: hidden;
}

.tutor-details .tutors-loc .headings h1{
  color: #fff;
  font-size: 40px;
  text-align: center;
  text-shadow: 5px 15px 14px #000000;

  margin-bottom: 50px;
}

.tutor-details .tutors-loc .headings p{
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
  font-size: 15px;
  word-spacing: 3px;
  letter-spacing: 0.5px;
  font-weight: 600;
  line-height: 25px;
}

.tutor-details .tutors-loc .loc{
  width: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  /* justify-content: flex-end; */
  align-items: center;

  padding-left: 50px;

  margin-bottom: 100px;
}

.tutor-details .tutors-loc .loc p{
  color: #fff;

  font-size: 15px;
  word-spacing: 3px;
  letter-spacing: 0.5px;
  font-weight: 600;
  line-height: 25px;
  text-align: left;
  
  margin-bottom: 30px;
}

.tutor-details .tutors-loc .loc .fa-location-dot{
  color: #44ff00;
}

.fetch-loading{
  width: 50px;

  display: block;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  /* z-index: 1000; */
}




                     /* Hire button modal start */

#modal-box-tutor-hire{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 100%;
  height: 100%;

  /* background-color: #000000de; */
  background-color: #0c0c27de;

  z-index: 502;

  overflow: hidden;
  overflow-y: scroll;

  transition: .5s ease-in-out;
}

#modal-box-tutor-hire .close-icon-tutor-hire {
  position: absolute;
  top: 20px;
  right: 20px;
  
  color: #fff;

  /* color: #000; */
  font-size: 35px;
  cursor: pointer;

  z-index: 503;

  transition: color, transform .5s ease-in-out;
}

#modal-box-tutor-hire .close-icon-tutor-hire:hover{
  color: red;

  transform: scale(1.5);
}

/* hide scrolbar start */

#modal-box-tutor-hire::-webkit-scrollbar {/* Hide scrollbar for Chrome, Safari and Opera */
  display: none;
}
   
#modal-box-tutor-hire{ /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}







#modal-box-tutor-hire .form{
  width: 100%;
  height: 100%;
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#modal-box-tutor-hire .form h1{
  /* color: #fff; */
  color: #ffde47;

  font-size: 30px;
  user-select: none;
  text-align: center;

  text-shadow: 5px 15px 14px #7c7c7c;
  
  margin-bottom: 100px;
}

#modal-box-tutor-hire .form .inputs{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#modal-box-tutor-hire .form .inputs input{
  width: 80%;
  
  padding: 30px;
  margin-bottom: 50px;
  
  color: #000;
  background-color: #F0F1F1;
  
  border: none;
  border-radius: 5px;
}







#modal-box-tutor-hire .form .inputs input:focus{
  outline: none;
}

#modal-box-tutor-hire .form .inputs input:not(:placeholder-shown) {
  color: #5c4b00; /* Standard syntax */
  word-spacing: 2px;
  letter-spacing: 2px;
}

/* Chrome, Firefox, Safari (including Mozilla variant) */
#modal-box-tutor-hire .form .inputs input::placeholder {
  color: #5c4b00; /* Standard syntax */
  word-spacing: 2px;
  letter-spacing: 2px;
}

/* Firefox (Mozilla variant) */
#modal-box-tutor-hire .form .inputs input::-moz-placeholder {
  color: #5c4b00;
  word-spacing: 2px;
  letter-spacing: 2px;
}

/* Safari (WebKit variant) */
#modal-box-tutor-hire .form .inputs input::-webkit-input-placeholder {
  color: #5c4b00;
  word-spacing: 2px;
  letter-spacing: 2px;
}






#modal-box-tutor-hire .form .submit-hire-btn{
  width: 100%;
  
  margin-top: 50px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#modal-box-tutor-hire .form .submit-hire-btn a{
  width: 190px;
  height: 65px;

  text-align: center;
  font-weight: bolder;

  color: #fff;
  background-color: #037d34;

  padding: 20px;
  padding-left: 30px;
  padding-right: 30px;

  border-radius: 7px;
  box-shadow: 0px 0px 10px 1px black;

  transition: .5s ease-in-out;

  position: relative;
}

#modal-box-tutor-hire .form .submit-hire-btn a:hover{
  cursor: pointer;
  
  transform: scale(1.2);

  color: #fff;
  background-color: #a600ff;
  
  text-shadow: 5px 15px 14px #000000;
}

#modal-box-tutor-hire .form .submit-hire-btn a .fetch-loading-submit-btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  width: 45px;
  height: 45px;

  object-fit: cover;
}


                     /* Hire button modal end */



/* Turors Details on modal-box-tutor End */





@media only screen and (max-width: 800px) 
{
    /* Tutors details on madal start */

    .tutor-details{
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .tutor-details .home-section .tutor-image {
        width: 150px;
        height: 150px;
    }

    .tutor-details .home-section .tutor-heading {
        font-size: 16px;
    }

    .tutor-details .home-section .stars .fa-star{
        font-size: 20px;
    }






   
    
    .tutor-details .about-tutor .info .exp-info .info-card{
        padding: 20px;
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .tutor-details .about-tutor .info .exp-info .info-card p{
        font-size: 15px;
    }
    
    .tutor-details .about-tutor .info .basic-info{
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    
        margin-top: 100px;
    }
    
    .tutor-details .about-tutor .info .basic-info .info-card{
        padding: 20px;
        padding-left: 30px;
        padding-right: 30px;

        margin-top: 10px;
    }
    
    .tutor-details .about-tutor .info .basic-info .info-card p{
        font-size: 15px;
    }


    .tutor-details .tutors-loc .loc{
        align-items: flex-start;
    }

    #modal-box-tutor-hire .form h1{
        font-size: 20px;
        margin-bottom: 100px;
    }

    #modal-box-tutor-hire .form .inputs input{
        width: 90%;
        padding: 20px;
        margin-bottom: 10px;
    }

    /* Tutors details on madal end */
}