@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
.d-none{
  display: none;
}

.active{
  border-bottom: 2px solid #ff554a !important;
}

.active-gender{
  /*color: #04aadb !important;*/
  color: #ff554b !important;
}
.nav-box {
  padding-bottom: 10px;
  color: grey;
  background: #ffffff;
  box-shadow: 0px 6px 6px rgba(147, 147, 147, 0.1);
}

.sized-box {
  height: 100px;
}

.fd-search-container {
  width: 1060px;
}
.fd-search-container h4 {
  font-weight: 500;
  font-size: 20px;
  color: #4f4f4f;
  margin-top: 20px;
  margin-bottom: 20px;
}
.fd-search-container h4 span {
  font-weight: 400;
  color: grey;
  font-size: 18px;
}

.fd-search,
.fd-filter {
  height: 68px;
  background: #ffffff;
  box-shadow: 4px 4px 10px #ececef;
  border-radius: 4px;
  margin-bottom: 12px;
}

.fd-teacher-card {
  margin-top: 16px;
  width: 1060px;
  background: #ffffff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  display: flex;
  padding: 20px;
  cursor: pointer !important;
}

.fd-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fd-info {
  flex: 1;
  margin-left: 28px;
}

.info-middle {
  justify-content: space-between;
  padding-bottom: 26px;
}
.info-middle div {
  border-left: 2px solid #e2e4e2;
  padding-left: 8%;
}
.info-middle div:first-child {
  border-left: 0;
  padding-left: 0;
}

.info-about h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #4f4f4f;
}
.info-about p {
  font-size: 13px;
  line-height: 24px;
  color: #828282;
}
.info-about p span a {
  color: #04aadb;
  text-decoration: none;
}

.button-blue {
   background: #ff554b;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  border: none;
  padding: 10px 20px 10px 20px;
  transition: 0.4s;
}
.button-blue:hover {
  /*box-shadow: 2px 4px 12px rgba(4, 170, 219, 0.25);*/
}

.text-none {
  text-decoration: none;
}

.button-light {
  font-weight: 400;
  font-size: 16px;
  color: #04aadb;
  background: #d9f2fa;
  box-sizing: border-box;
  border-radius: 4px;
  border: none;
  padding: 10px 20px 10px 20px;
}
.button-light:hover {
  background: #c5edfa;
  box-shadow: 4px 4px 10px #def7fe;
}

/*.button-line {
  background: #ffffff;
  border: 1.8px solid #04aadb;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  color: #04aadb;
  padding: 10px 20px 10px 20px;
  width: 100%;
}*/

.button-line2 {
  background: #ffffff;
  border: 1px solid #828282;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 16px;
  line-height: 18px;
  color: #828282;
  padding: 10px 20px 10px 20px;
  height: 39px;
  min-width: 145px!important;

}

.button-line {
  background: #ffffff;
  border: 1px solid #828282;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 16px;
  line-height: 18px;
  color: #828282;
  padding: 10px 20px 10px 20px;
  height: 39px;
  min-width: 145px!important;

}
.button-line:hover {
  box-shadow: 4px 4px 10px #def7fe;
}

.button-line2:hover {
  color: #4f4f4f;
  border: 1px solid #4f4f4f;
  box-shadow: none;
}

.button-line3 {
  background: #ffffff;
  border: 1px solid #ff554b;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 16px;
  line-height: 18px;
  color: #ff554b;
  padding: 10px 20px 10px 20px;
  height: 39px;
  width: 100%;
}

.button-blue4 {
  background: #ff554b;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  border: none;
  padding: 10px 20px 10px 20px;
  transition: 0.4s;
  text-align: center;
}


.fd-profile-top {
  height: 160px;
}

.fd-location {
  z-index: 12;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  bottom: 40px;
  left: 120px;
  border: 1.6px solid white;
}

.fd-profile-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  background: #f2f2f2;
  border-radius: 50%!important;
  overflow: hidden;
}

.fd-rating {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 8px 0 8px 0;
}
.fd-rating img {
  margin-right: 10px;
}
.fd-rating p {
  font-weight: 500;
  font-size: 20px;
  line-height: 33px;
  text-align: left;
  color: #4f4f4f;
}

.info-button-group a {
  margin-left: 42px;
  min-width: 130px;
}

.info-top {
  align-items: center;
  padding-bottom: 26px;
  justify-content: space-between;
}
.info-top h3 {
  font-weight: 500;
  font-size: 20px;
  color: #4f4f4f;
}

.info-head {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #525050;
}

.info-para {
  font-size: 16px;
  line-height: 26px;
  color: #999494;
}
.info-para span {
  font-size: 16px;
  line-height: 26px;
  color: #6fcf97;
}
.info-para span span {
  font-size: 16px;
}

.flex-c {
  display: flex;
  flex-direction: column;
}

.flex-r {
  display: flex;
}

.f-r {
  flex-direction: row;
}

.fd-action {
  margin-left: 26px;
}

.info-video {
  width: 300px;
  height: 233px;
  background: grey;
  border-radius: 18px;
  overflow: hidden;
}

.info-calendar-group {
  align-items: center;
  justify-content: center;
  flex: 1;
}
.info-calendar-group a {
  font-size: 16px;
  line-height: 24px;
  color: #4f4f4f;
  text-decoration: none;
  transition: 0.5s;
}
.info-calendar-group a:hover {
  color: #04aadb;
}
.info-calendar-group img {
  margin-left: 10px;
}

.fd-search {
  padding-left: 20px;
  padding-right: 20px;
}
.fd-search input {
  padding-left: 20px;
  font-size: 18px;
  line-height: 27px;
  color: #dcdcdc;
  border: none;
  flex: 1;
  opacity: 0.6;
  font-family: "Poppins", sans-serif !important;
}
.fd-search input:focus,
.fd-search textarea:focus,
.fd-search select:focus {
  outline: none;
  color: #4f4f4f;
  opacity: 1;
}
.fd-search button {
  font-size: 18px;
  font-family: "Poppins", sans-serif !important;
  line-height: 27px;
  color: #4f4f4f;
  background: inherit;
  border: inherit;
  cursor: pointer;
}
.fd-search button:hover {
  color: #04aadb;
}
.fd-search button:focus {
  outline: none;
}
.fd-search button img {
  margin-left: 14px;
}

.fd-filter {
  align-items: center;
  padding: 0px 20px 0px 20px;
  justify-content: space-between;
}
.fd-filter div {
  align-items: center;
}
.fd-filter div p {
  color: #4f4f4f;
  font-size: 16px;
  margin-right: 8px;
}
.fd-filter div div p {
  font-size: 14px;
  font-weight: 400;
  color: #828282;
}
.fd-filter button {
  background: inherit;
  height: 45px;
}
.fd-filter button:hover {
  color: #04aadb;
}
.fd-filter button:focus {
  outline: none;
}
.fd-filter button img {
  margin-left: 14px;
}

.filter-button-group {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.filter-button-group button {
  color: #828282;
  background: white;
  border: 1.4px solid #e5eaed;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
}
.filter-button-group button:hover{color: #ff554b;}
.filter-button-group button:first-child {
  border-radius: 20px 0px 0px 20px;
}
.filter-button-group button:last-child {
  border-radius: 0px 20px 20px 0px;
}
.filter-button-group button:active {
  color: #ff554b;
}

.filter-range input[type=range] {
  -webkit-appearance: none;
  background: transparent;
}
.filter-range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.filter-range input[type=range]:focus {
  outline: none;
}
.filter-range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #ff554b;
  cursor: pointer;
  margin-top: -6px;
}
.filter-range input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: #3071a9;
  border-radius: 1.3px;
  border: 1.4px solid #e5eaed;
}

.select {
  color: #828282;
  background: white;
  border: 1.4px solid #e5eaed;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
}

select#country {
width: 268px;
background: url(https://www.ilmsquare.com/assets_controls/img/down-arr.png) no-repeat right #dddddd00 !important;
background-position-x: 236px !important;
background-size: 17px !important;
-webkit-appearance: none !important;
}

.searchable_select {
  width: 140px;
  color: #828282;
  background: white;
  border: 1.4px solid #e5eaed;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 5px;
  border-radius: 20px;
  height: 45px;
}

.apply {
  border: none;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  color: #04aadb;
  cursor: pointer;
}

.align-c {
  align-items: center;
}

.jutify-c {
  justify-content: center;
}

.swing-in-top-fwd {
  animation: swing-in-top-fwd 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
@keyframes swing-in-top-fwd {
  0% {
    transform: rotateX(-100deg);
    transform-origin: top;
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    transform-origin: top;
    opacity: 1;
  }
}
.fd-show {
  display: flex;
}

.pagination {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li {
  display: inline-flex;
}
.pagination ul li a {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  border-radius: 50%;
  font-weight: 500;
  font-size: 16px;
  color: #828282;
  text-decoration: none;
  border: 1.6px solid #e5eaed;
  transition: 0.6s;
}
.pagination ul li a:hover,
.pagination ul li a :active {
  color: #ff554b;
  border: 1.6px solid #ff554b;
}

/* mobile view */
@media screen and (max-width: 800px) {
  .sized-box {
    height: 60px;
  }

  .fd-search-container {
    width: 100vw;
  }
  .fd-search-container h4 {
    margin: 0px 0px 0px 14px;
  }

  .fd-search,
.fd-filter {
    height: 50px;
    margin-bottom: 12px;
    width: 96%;
  }

  .fd-teacher-card {
    width: 96%;
    flex-direction: column;
    padding: 16px;
  }

  .fd-info {
    flex: 1;
    margin-left: 0;
    margin-top: 10px;
  }

  .info-middle {
    justify-content: space-between;
    padding-bottom: 22px;
  }

  .info-about h4 {
    font-size: 14px;
    line-height: 18px;
  }
  .info-about p {
    margin-top: 6px;
    font-size: 13px;
    line-height: 18px;
    color: #828282;
  }




  .button-light {
    font-size: 14px;
    padding: 10px 10px 10px 10px;
    flex: 1;
    align-items: center;
    justify-content: center;
  }

  .fd-profile-top {
   /* height: 0px;*/
  }

  .fd-location {
    width: 30px;
    height: 30px;
    bottom: 30px;
    left: 80px;
  }

  .fd-profile-container {
    width: 120px;
    height: 120px;
  }

  .fd-rating {
    flex-direction: row;
    justify-content: center;
    margin: 8px 0 8px 0;
  }
  .fd-rating img {
    margin-right: 10px;
  }
  .fd-rating p {
    font-size: 18px;
    line-height: 22px;
  }

  .info-top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .info-top h3 {
    font-size: 18px;
    align-self: center;
    margin-bottom: 10px;
  }
  .info-top div {
    margin-left: 0;
  }
  .info-top div a {
    display: block;
  }

  .info-button-group {
    flex-direction: row;
    width: 100%;
  }
  .info-button-group a {
    margin-left: 0px;
    margin-right: 10px;
  }

  .info-head {
    font-size: 14px;
    line-height: 16px;
  }

  .info-para {
    font-size: 14px;
    line-height: 26px;
  }
  .info-para span {
    font-size: 16px;
    line-height: 20px;
  }
  .info-para span span {
    font-size: 14px;
  }

  .fd-action {
    display: none;
  }

  .button-line {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .fd-show {
    position: fixed;
    display: none;
  }

  .fd-search {
    align-self: center;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
  }
  .fd-search input {
    font-size: 16px;
    line-height: 20px;
    opacity: 0.6;
    width: 70%;
  }
  .fd-search button {
    display: none;
  }
}
.teach {
  margin-top: 20vh;
  max-width: 600px;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.teach h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  color: white;
  text-align: center;
  margin-bottom: 20px;
}
.teach h2 {
  font-weight: 400;
  font-size: 26px;
  line-height: 39px;
  color: #ffffff;
  text-align: center;
}

.te-cover {
  height: 100vh;
  position: absolute;
}

.how-teaching-works {
  display: flex;
  align-items: center;
  margin-top: 38px;
  background: white;
}
.how-teaching-works h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 51px;
  text-align: center;
  color: #4f4f4f;
}

.te-card-group {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}

.te-cards {
  display: flex;
  margin-top: 90px;
  margin-bottom: 100px;
  flex-direction: column;
  text-align: center;
  max-width: 300px;
}
.te-cards h4 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 33px;
  text-align: center;
  color: #4a5464;
  border-bottom: 2px solid #ff554b;
}
.te-cards p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #646e80;
}

.te-work-from {
  height: 80vh;
  background: url("https://ilmsquare.com/assets_controls/img/bg-image-1.jpeg");
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  flex-direction: column;
  padding-left: 3%;
  justify-content: center;
  margin: 5% 0;
}

.te-text-group {
  max-width: 440px;
  position: absolute;
  right: 0;
  margin: 10%;
}
.te-text-group h3 {
  font-weight: 600;
  font-size: 35px;
  line-height: 45px;
  color: #4a5464;
}
.te-text-group p {
  font-weight: 400;
  font-size: 25px;
  line-height: 39px;
  color: #4a5464;
}

.te-your-terms {
  background: white;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.te-your-terms h6 {
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #4f4f4f;
}
.te-your-terms h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  color: #4a5464;
}
.te-your-terms a {
  margin-top: 32px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
}
.te-your-terms p {
  margin-top: 13px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #646e80;
  max-width: 500px;
}

@media screen and (max-width: 800px) {
  .teach {
    margin-top: 15vh;
    padding: 8vw;
    width: 100%;
  }
  .teach h1 {
    font-size: 26px;
    line-height: 54px;
  }
  .teach h2 {
    font-size: 18px;
    line-height: 26px;
  }

  .hm-hero-mobile {
    /*background: url("../img/teach.png");*/
    background: url("../img/teach.jpg");
  }

  .how-teaching-works {
    margin-top: 26px;
    padding: 12px;
  }
  .how-teaching-works h3 {
    font-size: 26px;
    line-height: 40px;
  }

  .te-cover {
    display: none;
  }

  .te-card-group {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
  }

  .te-cards {
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 300px;
  }
  .te-cards h4 {
    margin-top: 30px;
  }

  .te-work-from {
    height: 400px;
  }

  .te-text-group {
    padding: 15px;
  }
  .te-text-group h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .te-text-group p {
    font-size: 20px;
    line-height: 30px;
  }

  .te-your-terms {
    padding: 20px;
  }
  .te-your-terms h6 {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #4f4f4f;
  }
  .te-your-terms h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
  .te-your-terms p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #646e80;
  }
}
.pop-up-bg {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(51, 57, 67, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.pop-up-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 435px;
  background: #ffffff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  width: 94%;
  margin: auto;
}
.form-group div {
  margin-top: 16px;
  display: flex;
  align-items: center;
  width: 100%;
}
.form-group div p,
.form-group div button {
  font-size: 14px;
  color: #828282;
  font-family: "Poppins" !important;
}
.form-group div p {
  flex-grow: 2;
  margin-left: 16px;
}
.form-group div button {
  cursor: pointer;
  text-align: right;
  background: none;
  border: none;
  transition: 0.6s;
}
.form-group div button:hover {
  color: #04aadb;
}

.input-submit {
  margin-top: 20px;
  cursor: pointer;
  width: 100%;
  height: 50px;
  /*background: #04aadb;*/
  background: #ff554b;
  
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  border: none;
  color: #ffffff;
  font-family: "Poppins" !important;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: 0.4s;
}
.input-submit:hover {
  background: #ff554b;
  box-shadow: 4px 4px 10px #ececef;
}

.signup-social a:first-child {
  margin-right: 20px;
}

.signup-input {
  font-family: Poppins !important;
  background: #fafafc;
  border: 1.4px solid #9da6b5;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 12px;
  padding-left: 18px;
  font-size: 16px;
  color: black;
}

.top-bar {
  display: flex;
  width: 94%;
  justify-content: center;
  margin-bottom: 38px;
}
.top-bar h4 {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #4a5464;
  flex: 2;
  padding-left: 20px;
}
.top-bar button {
  border: none;
  background: none;
  cursor: pointer;
}

.or-get {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.or-get hr {
  width: 94%;
  border-top: 1.4px solid #f3f5f5;
}
.or-get p {
  display: flex;
  background: white;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -20px;
  font-size: 14px;
  color: #828282;
}

.or-toggle {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 16px;
}
.or-toggle p {
  font-size: 14px;
  line-height: 21px;
  color: #828282;
}
.or-toggle button {
  margin-left: 20px;
  font-size: 14px;
  line-height: 21px;
  color: #04aadb;
  background: none;
  border: none;
  font-family: inherit !important;
  cursor: pointer;
}

.terms {
  max-width: 94%;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  color: #828282;
  margin-top: 10px;
}
.terms span a {
  color: #828282;
  transition: 0.6s;
  text-decoration: underline;
  font-size: inherit !important;
}
.terms span a:hover {
  color: #04aadb;
}

.social-signin {
  width: 94%;
}
.social-signin a {
  height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #ffffff;
  padding-left: 30px;
  border: 1.4px solid #9da6b5;
  box-sizing: border-box;
  border-radius: 4px;
  text-decoration: none;
  color: #45413c;
  transition: 0.6s;
  margin-bottom: 10px;
}
.social-signin a:hover {
  color: #04aadb;
  box-shadow: 4px 4px 10px #ececef;
}
.social-signin a img {
  height: 60%;
  margin-right: 15%;
}

#login {
  display: none;
}

#signup {
  display: none;
}

#overlay {
  display: none;
}

/* mobile view */
@media screen and (max-width: 800px) {
  .pop-up-bg {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }

  .pop-up-container {
    width: 100%;
    height: 95%;
    background: #ffffff;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 20px;
  }
}
.booking {
  width: 300px;
  background: #ffffff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 26px;
  display: flex;
  flex-direction: column;
}
.booking h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #4f4f4f;
}

.column {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
}

.col-left {
  width: 700px;
  display: flex;
  flex-direction: column;
  margin-right: 18px;
}

.row-700 {
  background: #ffffff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 20px;
}

.mg-top-10 {
  margin-top: 18px;
}

.pf-col-2 {
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
  border-bottom: 1px solid #e5eaed;
}
.pf-col-2 h6 {
  flex: 1;
}
.pf-col-2 p {
  flex: 1.4;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #646e80;
}

.pf-special {
  padding-top: 18px;
}
.pf-special h6 {
  flex: 1;
  margin-bottom: 16px;
}

.pf-key {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #4a5464;
}

.pf-tags-row {
  display: flex;
  flex-wrap: wrap;
}
.pf-tags-row a {
  text-decoration: none;
  color: #4a5464;
  font-size: 14px;
  background: rgba(153, 148, 148, 0.15);
  padding: 6px 20px 6px 20px;
  margin: 8px 8px 0 0;
  border-radius: 4px;
}

.pf-profile-card {
  display: flex;
  width: 100%;
  padding-bottom: 20px;
}

.pf-youtube {
  height: 378px;
  background: grey;
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
}

.pf-about {
  padding-bottom: 30px;
}
.pf-about h4 {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #4a5464;
  margin-bottom: 15px;
}
.pf-about p {
  font-size: 14px;
  line-height: 24px;
  color: #646e80;
}

.pf-rec-youtube {
  margin-top: 12px;
  height: 308px;
  background: grey;
}

.pf-rec-example {
  margin-top: 30px;
  margin-bottom: 26px;
}

.pf-value {
  font-size: 14px;
  line-height: 24px;
  color: #646e80;
}

.pf-education {
  margin-bottom: 26px;
}

.pf-reviews {
  background: #ffffff;
  border-radius: 6px;
  display: flex;
  padding: 20px;
  margin-bottom: 10px;
}

.pf-review-left div {
  width: 58px;
  height: 58px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 26px;
}

.pf-review-right {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pf-review-right div {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  align-items: center;
}

.pf-rating img {
  margin-right: 16px;
}
.pf-rating p:last-child {
  color: #4f4f4f;
  margin-left: 10px;
  display: inline-flex;
  border-left: 1px solid grey;
  padding-left: 16px;
}

.pf-comment-time {
  color: #9da6b5;
  font-size: 14px;
}

.grey {
  background: #fafafc;
  padding-bottom: 20px;
}

.border {
  border-bottom: 1px solid #e5eaed;
}

.booking-button {
  width: 100%;
  text-decoration: none;
  margin-top: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-10 {
  margin-top: 10;
}

.mt-20 {
  margin-top: 20;
}

.calender {
  width: 100%;
  height: 216px;
  border: 1px solid #9da6b5;
  box-sizing: border-box;
  border-radius: 4px;
  opacity: 0.4;
}

.pf-text-trial {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #4f4f4f;
}

.pf-text-session {
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #828282;
}

.pf-radio label {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  background: #ffffff;
  border: 1.4px solid #e5eaed;
  box-sizing: border-box;
  border-radius: 4px;
  height: 48px;
  transition: 0.6s;
  padding-left: 30px;
}
.pf-radio label h5 {
  color: #04aadb;
  font-size: 20px;
}
.pf-radio label h5 span {
  font-size: 16px;
}
.pf-radio label p {
  font-size: 14px;
  color: #9da6b5;
}
.pf-radio input[type=radio] {
  position: absolute;
  margin-top: 18px;
  margin-left: 15px;
}
.pf-radio input[type=radio]:checked + label {
  /*box-shadow: 1px 3px 6px #e6e6e6;*/
  border: 1.4px solid #ff554b;
  background: white;
}
.pf-radio input[type=radio]:hover + label {
  /*box-shadow: 1px 3px 6px #e6e6e6;*/
  cursor: pointer;
}

.pf-header {
  display: flex;
  width: 1000px;
  justify-content: flex-start;
  align-items: baseline;
}
.pf-header a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.pf-header a img {
  margin-left: 5px;
  margin-right: 10px;
}
.pf-header a p {
  font-weight: 500;
  font-size: 24px;
  color: #4f4f4f;
}
.pf-header p {
  font-size: 18px;
  color: #828282;
}

#book-mobile {
  display: none;
}

.pf-book-close {
  display: none;
}

@media screen and (max-width: 800px) {
  #book-mobile {
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0;
  }
  #book-mobile a {
    border-radius: 0;
    box-shadow: 4px -4px 10px #0000002c;
  }

  .pf-book-close {
    display: flex;
    align-self: flex-end;
    text-decoration: none;
    color: grey;
  }

  .pf-header {
    width: 100%;
    padding-left: 20px;
  }
  .pf-header a p {
    font-size: 20px;
  }
  .pf-header p {
    font-size: 16px;
  }

  .booking {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 200;
    box-shadow: 4px -4px 10px #0000002c;
  }

  .calender {
    display: none;
  }

  .col-left {
    width: 100%;
    margin-right: 0px;
  }

  .row-700 {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
  }

  .pf-youtube {
    height: 200px;
    border-radius: 0px 0px 0px 0px;
  }

  .pf-about {
    padding-bottom: 30px;
  }
  .pf-about h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .pf-about p {
    font-size: 13px;
    line-height: 20px;
  }

  .pf-rec-youtube {
    height: 160px;
  }

  .pf-profile-card {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .pf-rec-example {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .pf-value {
    font-size: 12px;
    line-height: 20px;
    color: #646e80;
  }

  .pf-key {
    font-size: 14px;
    line-height: 20px;
  }

  .pf-tags-row a {
    margin-bottom: 10px;
  }

  .pf-reviews {
    padding: 10px;
    flex-direction: column;
    align-items: center;
  }

  .pf-review-left div {
    margin-bottom: 16px;
  }

  .pf-review-right div {
    margin-top: 8px;
  }

  .pf-rating img {
    margin-right: 8px;
  }
  .pf-rating p:last-child {
    margin-left: 10px;
    display: inline-flex;
    border-left: 1px solid grey;
    padding-left: 10px;
  }

  .pf-comment-time {
    font-size: 12px;
  }
}
.people-info {
  max-width: 430px;
  height: 290px;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.people-info h2 {
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  color: #4f4f4f;
}
.people-info h2 span {
  font-weight: 600;
  color: #4f4f4f;
}

.ab-teambg {
  padding-top: 140px;
  background: white;
}

.team {
  height: 430px;
}

.ab-salam {
  background: white;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ab-salam h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 33px;
  text-align: center;
  color: #4f4f4f;
}

.border-blue {
  width: 160px;
  margin-top: 28px;
  border-bottom: 1.5px solid #04aadb;
}

.ab-form {
  background: #fafafc;
  display: flex;
  justify-content: center;
  padding-bottom: 140px;
}

.ab-form-container {
  margin-top: -50px;
  padding: 48px;
  width: 520px;
  background: #ffffff;
  box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ab-form-container input[type=submit] {
  margin-top: 16px;
  width: 200px;
}

.ab-text,
.ab-text-area {
  background: #fafafc;
  border: 1.4px solid #9da6b5;
  box-sizing: border-box;
  border-radius: 4px;
  height: 48px;
  margin-bottom: 20px;
  width: 100%;
  padding-left: 20px;
  font-family: "Poppins" !important;
}

.ab-text-area {
  padding-top: 20px;
  height: 180px;
}

@media screen and (max-width: 800px) {
  .people-info {
    max-width: 430px;
    height: 100%;
    padding: 30px;
  }
  .people-info h2 {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
  }

  .ab-teambg {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ab-teambg img {
    max-width: 87%;
  }

  .team {
    height: 100%;
    margin-top: 60px;
  }

  .ab-salam {
    padding-top: 40px;
  }
  .ab-salam h4 {
    font-size: 18px;
    line-height: 28px;
  }

  .ab-form {
    background: #fafafc;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
  }

  .ab-form-container {
    margin-top: 0px;
    padding: 30px;
    width: 100%;
  }
  .ab-form-container input[type=submit] {
    margin-top: 16px;
    width: 100%;
  }
}
body {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  background: #fafafc;
}

.navbar {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute !important;
  top: 0px;
  z-index: 10;
  width: 100%;
  transition: 0.6s;
}
@media (max-width: 800px) {
  .navbar {
    background: white;
    display: none;
    transition: 0.6s;
    z-index: 14;
  }
}

.link-color-grey {
  color: grey !important;
}

.link-color {
  color: #ffffff;
}

.container {
  display: flex;
  flex-direction: column;
  z-index: 4;
}
@media (max-width: 800px) {
  .container {
    min-width: 300px;
    width: 100%;
  }
}

@media (min-width: 1100px) {
  .fluid {
    /* width: 75%;
    padding-left: 3%; */
/*    padding-right: 3%;*/
  }
}

.a-center {
  z-index: unset !important;
  align-items: center;
}

.down-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 25;
  position: absolute;
  bottom: 40px;
  cursor: pointer;
  animation-name: scroll;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  opacity: 0.8;
}
.down-arrow img {
  width: 10px;
}

@keyframes scroll {
  50% {
    transform: translateY(10px);
    opacity: 0.3;
  }
}
.hm-hero {
  width: 100%;
  height: 80vh;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.hm-hero2 {
  width: 100%;
  height: 90vh;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 800px) {
  .hm-hero {
    height: 80vh;
    width: auto;
  }
   .hm-hero2 {
    height: 90vh;
    width: auto;
  }
}

.hm-video {
  width: 100%;
  position: absolute;
  /* top: -78px; */
}
@media (max-width: 800px) {
  .hm-video {
    height: 80vh;
    width: auto;
  }
}

.hero-overlay {
  width: 100%;
  height: 100%;
  /* height: 90%; */
  /* background: rgba(30, 31, 40, 0.6); */
  background: rgba(20, 20, 20, 0.74);
  position: absolute;
}

.logo-text {
  margin-top: 20vh;
  width: 419px;
}
@media (max-width: 800px) {
  .logo-text {
    margin-top: 18vh;
    width: 60%;
  }
}

.hm-hero-text {
  max-width: 1000px;
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  /* Gray 6 */
  color: #f2f2f2;
}
@media (max-width: 800px) {
  .hm-hero-text {
    font-size: 20px;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 25px;
  }
}

.hm-hero-button {
  display: block;
  margin: 30px;
  background: rgb(255 85 74 / 1);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  border: none;
  text-decoration: none;
  width: 255px;
  padding-top: 15px;
  padding-bottom: 15px;
  /* font setting 
  font-weight: 500;
  font-size: 18px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: white;
  transition: 0.3s;
}
.hm-hero-button1 {
  display: block;
  background: rgb(255 85 74 / 1);
  text-decoration: none;
  width: 255px;
  /* font setting */
  font-weight: 500;
  font-size: 18px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: white;
  transition: 0.3s;
}

.hm-hero-button:hover {
  background: rgb(255 85 74 / 0.7);
  transform: translateX(5px);
  transition: 0.3s;
  color:white;
  text-decoration: none;
}

.hm-featured {
  /*padding-top: 46px;*/
  padding-bottom: 46px;
  display: flex;
  justify-content: center;
  background: white;
}
@media (max-width: 800px) {
  .hm-featured {
    padding: 20px;
  }
}

.hm-heading-h2 {
  font-weight: 500;
  font-size: 34px;
  line-height: 35px;
  /* identical to box height */
  text-align: center;
  color: #45413c;
}
@media (max-width: 800px) {
  .hm-heading-h2 {
    font-size: 28px;
  }
}

.hm-heading-h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  /* identical to box height */
  text-align: center;
  color: #7e7366;
}
@media (max-width: 800px) {
  .hm-heading-h3 {
    font-size: 20px;
  }
}

.hm-profile-pictures {
  /*margin-top: 50px;*/
  display: flex;
  flex-direction: column;
}

.hm-row {
  min-width: 1060px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .hm-row {
    flex-direction: column;
    min-width: 100%;
    margin-top: 0;
  }
}

.nav-row {
  padding-top: 0px;
  /* padding-top: 10px; */
  min-width: 1060px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .nav-row {
    flex-direction: column;
    min-width: 100%;
    margin-top: 0;
  }
}

.hm-profile-details {
  padding: 18px 20px 0px 20px;
  display: flex;
  justify-content: space-between;
}

.hm-country {
  margin-top: -40px;
  margin-bottom: 20px;
  height: 40px;
  width: 40px;
  border: 3px solid #ffffff;
  box-sizing: content-box;
  border-radius: 50%;
  background: grey;
}

.hm-price {
  font-size: 18px;
  line-height: 27px;
  color: #45413c;
}
.hm-price p span {
  color: #bdbdbd;
}

.hm-profile {
  width: 250px;
  height: 280px;
  background: #ffffff;
  box-shadow: 4px 4px 10px rgba(243, 216, 216, 0.32);
  border-radius: 8px;
  overflow: hidden;
  transition: 0.5s;
}
.hm-profile:hover {
  transform: translate(-10px, -10px);
  transition: 0.5s;
}
@media screen and (max-width: 800px) {
  .hm-profile {
    width: 92%;
    margin-top: 16px;
    height: 96vw;
  }
}

.hm-profile-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #45413c;
  margin: 0;
}

.hm-profile-from {
  font-size: 16px;
  color: #bdbdbd;
}
.hm-profile-from span {
  color: #6fcf97;
  font-size: 18px;
}

.hm-profile-container {
  width: 255px;
  height: 200px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .hm-profile-container {
    width: 100%;
    height: auto;
  }
}

.hm-profile-image {
  margin-top: -40px;
}

.hm-feature-button {
  display: block;
  margin-top: 60px;
  border: 1px solid #ff554b!important;
  box-sizing: border-box;
  border-radius: 10px;
  text-decoration: none;
  width: 262px;
  padding-top: 15px;
  padding-bottom: 15px;
  /* font setting */
  font-weight: 500;
  font-size: 18px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: #ff554b;
  align-self: center;
  transition: 0.3s;
}
.hm-feature-button:hover {
  transform: translateY(-5px);
  background: #ff554b;
  color: white;
  transition: 0.3s;
}

.hm-why-section {
  padding-top: 50px;
  height: 744px;
  background: #fafafc;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hm-why-section h2 {
  font-weight: 500;
  font-size: 34px;
  line-height: 51px;
  text-align: center;
  color: #45413c;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .hm-why-section {
    height: 100%;
  }
}

.hm-why-card {
  width: 521px;
  height: 243px;
  background: #ffffff;
  box-shadow: 4px 4px 10px #ececef;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 36px;
  text-align: center;
}
.hm-why-card img {
  margin-right: 20px;
  width: 150px;
}
.hm-why-card div {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #7f806c;
}
@media screen and (max-width: 800px) {
  .hm-why-card {
    width: 98%;
    flex-direction: column;
    height: 100%;
    margin-top: 16px;
  }
  .hm-why-card img {
    margin: 0;
    width: 150px;
  }
}

.why-card-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  color: #45413c;
  margin-bottom: 19px;
}

.hm-how-it-works {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 90px;
  background: #fbfbfb;
}
.hm-how-it-works h2 {
  margin-top: 55px;
  font-weight: 500;
  font-size: 34px;
  text-align: center;
  color: #828282;
  margin-bottom: 10px;
}
.marginhieht {
    margin-bottom:0px!important;
    margin-top:0px!important;
  }

.marginhiehtbottm {
    margin-top:0px!important;
  }

.hm-works-cards {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hm-works-cards hr {
  width: 60%;
  border: 2px solid #ff554b;
  margin-bottom: 22px;
}
.hm-works-cards h4 {
  margin-top: 30px;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  color: #45413c;
}
.hm-works-cards p {
  font-family: Poppins !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #7f806c;
}
@media (max-width: 800px) {
  .hm-works-cards {
    margin-top: 50px;
    width: 100%;
  }
}

.logo {
  width: 100px;
  height: auto;
}
@media (max-width: 800px) {
  .logo {
    align-self: flex-start;
    margin-left: 20px;
    margin-top: 10px;
  }
}

.menu-svg {
  display: none;
}
@media (max-width: 800px) {
  .menu-svg {
    display: flex;
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 20px;
    z-index: 30;
    /* background: white; */
/*    padding: 12px;*/
    border-radius: 20%;
  }
}

.right {
  /* width: 70%; */
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.right ul {
  list-style: none;
  display: inline-flex;
}
.right ul li a {
  font-weight: 400;
  font-size: 14px;
  /* line-height: 27px; */
  color: inherit;
  text-decoration: none;
  margin-left: 20px;
  padding-bottom: 4px;
  transition: 0.2s;
}
.right ul li a:hover {
  border-bottom: 2px solid rgb(255 85 74 / 1);
  padding-bottom: 2px;
  transition: 0.2s;
}
@media screen and (max-width: 800px) {
  .right {
    /*flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 50vh;*/
  }
  .right ul {
    display: flex;
    flex-direction: column;
  }
  .right ul li {
    padding-bottom: 20px;
  }
  .right ul li a {
    color: black;
    font-size: 20px;
    margin-left: 20px;
  }
}

.hm-what-people-say {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 40px;
  background: white;
}
.hm-what-people-say h2 {
  font-weight: 500;
  font-size: 34px;
  line-height: 51px;
  text-align: center;
  color: #45413c;
  margin-bottom: 64px;
}
@media screen and (max-width: 800px) {
  .hm-what-people-say {
    padding: 0;
  }
}

.notifyjs-corner {
  top: 0px;
  right: inherit !important;
  left: inherit !important;
  position: fixed;
  margin: 5px;
  z-index: 1050;
}

.notifyjs-bootstrap-success {
    color: black !important;
    background-color: white !important;
    border-color: grey !important;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAutJREFUeNq0lctPE0Ecx38zu/RFS1EryqtgJFA08YCiMZIAQQ4eRG8eDGdPJiYeTIwHTfwPiAcvXIwXLwoXPaDxkWgQ6islKlJLSQWLUraPLTv7Gme32zoF9KSTfLO7v53vZ3d/M7/fIth+IO6INt2jjoA7bjHCJoAlzCRw59YwHYjBnfMPqAKWQYKjGkfCJqAF0xwZjipQtA3MxeSG87VhOOYegVrUCy7UZM9S6TLIdAamySTclZdYhFhRHloGYg7mgZv1Zzztvgud7V1tbQ2twYA34LJmF4p5dXF1KTufnE+SxeJtuCZNsLDCQU0+RyKTF27Unw101l8e6hns3u0PBalORVVVkcaEKBJDgV3+cGM4tKKmI+ohlIGnygKX00rSBfszz/n2uXv81wd6+rt1orsZCHRdr1Imk2F2Kob3hutSxW8thsd8AXNaln9D7CTfA6O+0UgkMuwVvEFFUbbAcrkcTA8+AtOk8E6KiQiDmMFSDqZItAzEVQviRkdDdaFgPp8HSZKAEAL5Qh7Sq2lIJBJwv2scUqkUnKoZgNhcDKhKg5aH+1IkcouCAdFGAQsuWZYhOjwFHQ96oagWgRoUov1T9kRBEODAwxM2QtEUl+Wp+Ln9VRo6BcMw4ErHRYjH4/B26AlQoQQTRdHWwcd9AH57+UAXddvDD37DmrBBV34WfqiXPl61g+vr6xA9zsGeM9gOdsNXkgpEtTwVvwOklXLKm6+/p5ezwk4B+j6droBs2CsGa/gNs6RIxazl4Tc25mpTgw/apPR1LYlNRFAzgsOxkyXYLIM1V8NMwyAkJSctD1eGVKiq5wWjSPdjmeTkiKvVW4f2YPHWl3GAVq6ymcyCTgovM3FzyRiDe2TaKcEKsLpJvNHjZgPNqEtyi6mZIm4SRFyLMUsONSSdkPeFtY1n0mczoY3BHTLhwPRy9/lzcziCw9ACI+yql0VLzcGAZbYSM5CCSZg1/9oc/nn7+i8N9p/8An4JMADxhH+xHfuiKwAAAABJRU5ErkJggg==);
}

.hm-testmondial-card {
  min-height: 200px;
  width: 520px;
  padding: 30px;
  background: #f1f1f1;
  box-shadow: 4px 4px 10px #ececef;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}
@media screen and (max-width: 800px) {
  .hm-testmondial-card {
    width: 100%;
    padding: 26px;
  }
}

.hm-tes-top {
  display: flex;
  align-items: center;
  height: 130px;
  align-items: flex-end;
  margin-top: -70px;
}
.hm-tes-top h5 {
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  color: #204051;
  margin-left: 30px;
}
.hm-tes-top span {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #7f8a8f;
}
.hm-tes-top div {
  background: #c4c4c4;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  overflow: hidden;
  width: 130px;
  height: 130px;
}
@media screen and (max-width: 800px) {
  .hm-tes-top {
    width: 100%;
    flex-direction: column;
    padding: 0;
    height: 100%;
    align-items: center;
  }
  .hm-tes-top h5 {
    margin-left: 0;
    text-align: center;
  }
}

.hm-tes-bottom {
  padding-top: 20px;
}
.hm-tes-bottom p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #66808d;
}

.footer {
  width: 100%;
  padding-top: 60px;
  padding-top: 40px;
  background: #12121a;
}
.footer div p {
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  color: #ffffff;
  margin-bottom: 14px;
}
.footer div ul li {
  display: flex;
}
.footer div ul li a {
  color: white;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
  transition: 0.5s;
  opacity: 0.7;
}
.footer div ul li a:hover {
  color: #bab6b5;
}
@media (max-width: 800px) {
  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.footer-top {
  max-width: 550px;
  justify-content: space-between;
}

.footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  border-top: 0.7px solid #40404e;
  justify-content: space-between;
}
.footer-bottom div p {
  font-weight: 400;
  font-size: 14px;
}

.right-side ul {
  display: inline-flex;
}
.right-side ul li {
  margin-left: 20px;
  font-size: 14px;
  font-weight: 400;
}






/*Dev CSS*/

/*Dev CSS*/

.profile-circle-img img {
    position: relative;
    display: block;
    width: auto;
    height: 160px;
    object-fit: cover;
}
.flag-circle-img img {
    z-index: 12;
    position: relative;
    object-fit: cover;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.tagsinput input{
  height: 30px !important;
}
div.tagsinput {
    border: 1px solid #CCC;
    background: #FFF;
    padding: 5px;
    width: 300px;
    height: 100px;
    overflow-y: auto;
    /* background: #fafafc; */
    border: 1.4px solid #9da6b5;
    box-sizing: border-box;
    border-radius: 4px;
    height: 48px;
    /* padding-left: 20px; */
    font-family: "Poppins" !important;
    width: 100% !important;
}

.btn-gender-female{
  border-radius: 0px 20px 20px 0px;
}


input[type=text] {
    font-family: "Poppins", sans-serif !important;
}

select {
    font-family: "Poppins", sans-serif !important;
}

input[type=file] {
    font-family: "Poppins", sans-serif !important;
}

textarea {
    font-family: "Poppins", sans-serif !important;
    color: #777;
    border-color: #ccc !important;
    padding: 10px;
    border-radius: 3px;
}

textarea:focus {
    border-color: #7d7c7c !important;
    outline: none;
}
.email-verify{
  height: 350px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.de20-earnings,
.de20-withdraw {
  position: relative;
  width: 700px;
  min-height: 480px;
  background: #fff;
  padding: 31px 41px;
  -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
}

/* EARNING */
.de20-earnings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.de20-earnings .de20-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.de20-close {
  position: absolute;
  right: 41px;
  top: 31px;
  cursor: pointer;
}
.de20-earnings h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #4a5464;
  margin-bottom: 24px;
}
.de20-earnings h3 {
  font-weight: normal;
  font-size: 40px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6fcf97;
  margin-bottom: 42px;
}
.de20-earnings .de20-withdraw-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 285px;
  height: 60px;
  background: #04aadb;
  border: 2px solid #04aadb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
  margin-bottom: 42px;
  text-decoration: none;
}
.de20-earnings .de20-transaction-history {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #04aadb;
  text-decoration: none;
}

/* WITHDRAW */
.de20-withdraw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.de20-withdraw .de20-methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.de20-withdraw .de20-method {
  position: relative;
  height: 60px;
  margin-right: 30px;
}
.de20-withdraw .de20-method:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: transparent;
}
.de20-withdraw .de20-method.active:after {
  background: #04aadb;
}
.de20-withdraw .de20-method img {
  max-height: 48px;
  width: 150px;
}
.de20-withdraw .de20-patment-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 30px 0;
  background: #e5eaed;
  border-radius: 12px;
  padding: 44px;
  position: relative;
}
.de20-withdraw .de20-patment-details:after {
  content: "";
  position: absolute;
  width: 25px;
  top: -45px;
  left: 42px;
  border: 25px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom-color: #e5eaed;
}
.de20-withdraw .de20-patment-details label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #4a5464;
  margin-bottom: 10px;
}
.de20-withdraw .de20-patment-details input {
  width: 100%;
  height: 60px;
  background: #fafafc;
  border: 1.4px solid #9da6b5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 18px;
  line-height: 27px;
  color: #50545c;
  padding: 23px;
  margin-bottom: 38px;
}
.de20-withdraw .de20-patment-details p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #646e80;
}
.de20-withdraw .de20-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.de20-withdraw .de20-actions a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  border: 2px solid #04aadb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  border: none;
}
.de20-withdraw .de20-actions a.de20-cancel {
  color: #04aadb;
  margin-right: 58px;
}
.de20-withdraw .de20-actions a.de20-submit {
  color: #fff;
  background: #04aadb;
  padding: 0 49px;
}

.borderradius{
  border-radius: 50%;
}



/*Policy*/


.policy {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.policy-links {
  margin-top: 80px;
  width: 1080px;
  height: 80px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.policy-links ul {
  list-style: none;
}
.policy-links ul li {
  display: inline-flex;
  margin-left: 20px;
}
.policy-links ul li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #4f4f4f;
}
.policy-links ul li a:hover {
  color: #04aadb;
  font-weight: 500;
}
.policy-links ul li a:active {
  font-weight: 500;
}

.content {
  max-width: 1080px;
  background: #ffffff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 35px 50px 35px 50px;
  margin-bottom: 50px;
}

.policy-title {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.policy-title h1 {
  font-weight: 500;
  font-size: 26px;
  line-height: 39px;
  color: #4f4f4f;
}
.policy-title p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #828282;
  margin-left: 30px;
}

.main-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #828282;
  margin-bottom: 15px;
  margin-top: 15px;
}
.main-text p i {
  color: #4f4f4f;
  font-weight: 500;
}
.main-text p span a {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #04aadb;
}
.main-text h2 {
  margin-top: 30px;
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  color: #4f4f4f;
}
.main-text h3 {
  color: #4f4f4f;
}
.main-text ul {
  list-style-type: disc;
  padding-left: 26px;
}
.main-text ul li {
  margin-top: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #828282;
}

@media screen and (max-width: 800px) {
  .content {
    max-width: 100%;
    padding: 20px;
  }

  .policy-title {
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
  }
  .policy-title h1 {
    font-size: 24px;
  }
  .policy-title p {
    font-size: 16px;
    margin-left: 0px;
  }

  .policy-links {
    margin-top: 80px;
    width: 100%;
    height: 80px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .policy-links ul li {
    display: flex;
  }
  
}

.fntcolor{
  font-weight: bold;
  color: #ff554b;
}

.class_setp1{
  width: 350px;
  background: white;
}

.class_setp2{
  width: 350px;
  background: white;
}

.class_setp3{
  width: 350px;
  background: white;
}


.button-blue2 {
  background: #04aadb!important;
  border-radius: 4px!important;
  font-weight: 400!important;
  font-size: 16px!important;
  line-height: 18px!important;
  color: #ffffff!important;
  border: none!important;
  padding: 10px 20px 10px 20px!important;
  transition: 0.4s!important;
  font-family: "Poppins", sans-serif !important;

}
.button-blue2:hover {
  box-shadow: 2px 4px 12px rgba(4, 170, 219, 0.25)!important;
}

.arrow_slid{
  background: #ffffff00;
  color: gray!important;
  width: 0%!important;
  margin: 35px;
}



.textcolor{
  color: #ff554b!important;
}

.backcolor{
  background: #ff554b!important;
}

.ca-header h4 span{
  color: #ff554b!important;
}

.ca-slot-selected{
   background: #ff554b!important;
}
.ca-slot-available:hover{
  background: #ff554b!important;
}
input[type="range" i]{
  color: red!important;
} 
.headerbgcolor{
  background-color: #242323 !important;
}

.de20-withdraw .abc:after {
    left: 230px !important;
}

.pre_week {
  width: inherit !important;
}

.change_week {
  width: inherit !important;
}


.my-section{
  margin-bottom: 80px;
}
.font-faq{
  direction: ltr;
  color: rgb(0, 0, 0);
  font: bold 22px / 1.2em montserrat, sans-serif;
  margin: 0px !important;
  padding: 0px !important;
}
.border-bottom-faq{
border-bottom: 1px solid rgb(180, 180, 180);
}

.hm-hero-button{
  /* font-family: arial, "ｍｓ ｐゴシック", "ms pgothic", "돋움", dotum, helvetica, sans-serif; */
}
#login p {
  margin: 0 16px 0;
}

#login a {
  font-size: 16px;
}

#signup p {
  margin: 0 16px 0;
}

#gender_s input {
  margin: 0 4px;
}

#remember {
  margin: auto;
}

.hm-featured {
  padding: 30px 0;
  background-color: #f9f9f9;
}

.hm-featured .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.hm-heading-h2 {
  text-align: center;
  margin-bottom: 30px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.featured-item {
  flex: 1;
  max-width: 31%;
  text-align: center;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  /* border-radius: 10px; */
}

.featured-item img {
  max-width: 100%;
  height: auto;
  /* border-radius: 10px; */
}

.featured-item h2 {
  margin: 15px 0 10px;
  font-size: 1.5em;
}

.featured-item p {
  font-size: 1em;
  color: #666;
}

@media (min-width: 226px) and (max-width: 1170px) {
  .featured-item {
    max-width: 48%;

  }

  .featured-item {
    max-width: 100%;
    margin-bottom: 38px;
  }

  .right {
    margin-top: -350px ;
  }

  .logo-text {
    margin-top: 31vh !important;
  }

  .hm-hero {
    /* height: 379px !important; */
    height: 597px !important;
  }

  .m_flag_p {
    height: 30px !important;
    width: 30px !important;
  }

  .featured-item {
    max-width: 100% !important;
  }
}

@media (max-width: 500px) {
  .faq-section {
    padding: 10px;
    max-width: 354px !important;

  }
}

@media (max-width: 400px) {
  .faq-section {
    padding: 10px;
    max-width: 289px !important;

  }
}

@media (max-width: 300px) {
  .faq-section {
    padding: 10px;
    max-width: 203px !important;

  }
}

@media (max-width: 600px) {
  .faq-section {
    padding: 10px;
    max-width: 405px !important;

  }

  summary h4 {
    font-size: 16px;
  }

  details p {
    font-size: 14px;
  }
}

@media (max-width: 752px) {
  .fd-profile-top {
    display: flex;
    justify-content: center;

  }
}

@media (max-width: 346px) {
  .mn_hm-row {
    margin: 0px !important;

  }
}

@media (max-width: 446px) {
  .img-heading {
    margin-bottom: 38px;

  }
}

@media (min-width: 546px) {
  .conferences-first {
    /* display: flex;
flex-wrap: wrap; */
  }
}

@media (min-width: 546px) {
  .conferences-first {
    /* display: block !important; */
  }
}

@media (max-width: 800px) {
  .logo {
    align-self: flex-start;
    margin-left: -219px !important;
    margin-top: 10px !important;
    margin-right: 440px !important;
  }
}

@media (max-width: 532px) {
  .logo {
    align-self: flex-start;
    margin-left: -219px !important;
    margin-top: 10px !important;
    margin-right: 440px !important;
  }
}

.faq-section {
  max-width: 760px;
  margin: 0 auto;
}

header {
  margin-bottom: 70px;
}

header>p {
  font-size: 22px;
  color: black;
}

h2 {
  font-size: 52px;
  color: black;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

details {
  cursor: pointer;
}

summary:focus-visible {
  outline: 2px solid orange;
  outline-offset: 8px;
  border-radius: 4px;
}

h4 {
  width: 100%;
}

summary {
  font-size: 20px;
  color: black;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
}

summary::marker {
  display: none;
  content: "";
}

details>p {
  width: 100%;
  /* max-width: 650px; */
  /* color: black; */
  color: rgb(112, 112, 112) !important;
  font-size: 18px;
  line-height: 155%;
  letter-spacing: .1px;
  margin-bottom: 40px;
  /* padding-left: 10px; */
}

hr {
  border: 1px solid black;
  margin-block-end: 30px;
}

summary i {
  color: #000;
}

/* Media Query for screen widths less than or equal to 546px */
.conferences-first {
  display: flex;
}

.conferences-sec {
  display: none;
}

.img-heading.featured-item.col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  /* margin: 0 auto; */
}

.img-heading.featured-item.col img {
  /* width: 100%; */
  height: auto;
}

.swiper-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Media Query for screen widths less than or equal to 546px */
@media (max-width: 546px) {
  .conferences-first {
    display: none !important;
  }

  .conferences-sec {
    display: block !important;
  }

  .swiper-container {
    width: 100%;
    overflow: hidden;
  }

  .swiper-slide {
    justify-content: center;
  }

  .img-heading.featured-item.col {
    max-width: none;
    flex: 0 0 auto;
  }
}

/* Media Query for screen widths less than or equal to 546px */
.group-first {
  display: flex;
}

.group-sec {
  display: none;
}

.img-heading.featured-item.col {
  /* display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center; */
  /* margin: 0 auto; */
}

.img-heading.featured-item.col img {
  /* width: 100%; */
  /* height: auto; */
}

.swiper-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Media Query for screen widths less than or equal to 546px */
@media (max-width: 546px) {
  .group-first {
    display: none !important;
  }

  .group-sec {
    display: block !important;
  }

  .swiper-container {
    width: 100%;
    overflow: hidden;
  }

  .swiper-slide {
    justify-content: center;
  }

  .img-heading.featured-item.col {
    /* max-width: none;
              flex: 0 0 auto; */
  }
}

.tutoring-first {
  display: flex;
}

.tutoring-sec {
  display: none;
}

.img-heading.featured-item.col {
  /* display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center; */
  /* margin: 0 auto; */
}

.img-heading.featured-item.col img {
  /* width: 100%; */
  /* height: auto; */
}

.swiper-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Media Query for screen widths less than or equal to 546px */
@media (max-width: 546px) {
  .tutoring-first {
    display: none !important;
  }

  .tutoring-sec {
    display: block !important;
  }

  .swiper-container {
    width: 100%;
    overflow: hidden;
  }

  .swiper-slide {
    justify-content: center;
  }

  .img-heading.featured-item.col {
    /* max-width: none;
              flex: 0 0 auto; */
  }
}
.styled-div {
          width: 863px;
          position: relative;
          margin: 0px 0px 13px calc((100% - 980px) * 0.5);
          left: 58px;
          grid-area: 2 / 1 / 3 / 2;
          justify-self: start;
          align-self: start;
      }
      .styled-div p {
          font-weight: 400;
          font-size: 15px;
          text-align: center;
      }

      /* Media Queries */
      @media (max-width: 1200px) {
          .styled-div {
              width: 700px;
              left: 40px;
          }
      }

      @media (max-width: 992px) {
          .styled-div {
              width: 600px;
              margin: 0px 0px 13px 20px;
              left: 20px;
          }
      }

      @media (max-width: 768px) {
          .styled-div {
              width: 100%;
              margin: 0px 10px 13px 10px;
              left: 0;
          }
          .styled-div p {
              font-size: 14px;
          }
      }

      @media (max-width: 576px) {
          .styled-div {
              width: 100%;
              margin: 0px 5px 13px 5px;
              left: 0;
          }
          .styled-div p {
              font-size: 13px;
          }
      }


    /* footer css */
    .logo{
      /* width: 100px !important; */
    }
    
    .navbar .logo {
        height: auto;
    }
    
    .nav-row {
        display: flex;
        justify-content: space-between;
        /* align-items: center; */
        align-items: flex-start;

    }
    
    .right ul {
        display: flex;
        list-style: none;
        padding: 0;
    }
    
    .right ul li {
        margin-left: -1px;
    }
    
    .btn-signup {
        background: white !important; 
        color: black !important;
        /* margin-left: 10px !important;  */
        text-decoration: none !important;
        padding: 0px 27px !important; 
        border: 1px solid white !important; 
        display: inline-block !important; 
        cursor: pointer !important; 
    }
    
    .btn-signup:hover {
        background: rgba(255, 85, 74, 1) !important;
        color: white !important;
        text-decoration: none !important;
        border: 1px solid rgba(255, 85, 74, 1) !important; 
    }
    
    /* Responsive styles */
    @media (max-width: 768px) {
        /*.navbar:not(.show) {
            display: none;
        }*/
    
        .nav-row {
            flex-direction: column;
            align-items: center;
        }
    
        .right ul {
            flex-direction: column;
            width: 100%;
        }
    
        .right ul li {
            margin: 10px 0;
            /* text-align: center; */
            text-align: baseline;

        }
    
        #d_respon_logo {
            display: none;
        }
    
        #m_respon_logo {
            display: block;
        }
    }
    
    @media (min-width: 769px) {
        #d_respon_logo {
            display: block;
        }
    
        #m_respon_logo {
            display: none;
        }
        .right {
            margin-top: 0px ;
        }
    }
    .font-color{
      transition: inherit !important; 
        font-style: normal !important; 
        letter-spacing: 0.05em !important; 
        font-weight: 700 !important; 
        font-size: 14px !important; 
        color: #282626 !important; 
    }


    /* navbar css */

    @media screen and (max-width: 768px) {
      #nav{
        height: 100% !important;
      }
      .footer-top {
          flex-direction: column;
          align-items: center;
      }
      .footer-top img {
          display: block;
          margin: 0 auto;
      }
      .row {
          flex-direction: column;
          align-items: center;
      }
      .row div {
          margin-top: 20px;
          text-align: center;
      }
      .left-side {
          text-align: left;
          margin-top: 20px;
      }
      .subscribe-margin{
          margin-top: 0px !important;
      }
  }
      input.subscribe-input-color {
        background-color: black; 
        color: white; 
        padding: 8px; 
        border: 1px solid #ccc; 
    }

          input[type="email"][value] {
              background-color: red; 
          }
          .line-height{
              line-height: 0.7;
          }

          .sub-form:focus {
            border-color: #fff !important;
          }
        
        .sub-form:focus {
            color: #ffffff !important;
            background-color: #0c0b0b !important;
        }


        .headerbgcolor ul li a{
            color: #fff !important;
          }
         @media (min-width: 226px) and (max-width: 1170px) {

          .right {
            margin-top: 0px !important;
          }

          .m_right ul li a {
            font-size: 20px !important;
/*            margin-top: ;*/
          }

         }



            @media  (max-width: 768px) {
          
          .headerbgcolor ul li a{
            color: #000 !important;
          }

          .headerbgcolor{
              background-color: transparent !important;
            }
         }

.adc-edit{
  padding: 10px !important;
}
.adc-edit p{
  margin-bottom: 0px !important;
}

.adc-edit:hover{
  text-decoration: none!important;
  color: unset !important;
}


/* ************* || Harsh 08-06-2024 || ************** */
    .adc-section a:hover{
      text-decoration: none !important;
      color: #fff !important;
    }

    .adc-profile-edit p, .adc-editt p{
      margin-bottom: 0px !important;
    }

    .button-blue4:hover, .button-blue:hover {
      text-decoration: none !important;
      color: #fff !important;
    }

    .readMore, .readLess{
      color: red !important;
    }

    .button-line3:hover{
      text-decoration: none !important;
      color: #fff !important;
    }

     .button-line2:hover{
      text-decoration: none !important;
      /*      color: #fff !important;*/
    }
    .button-line2{
      margin-top: 18px !important;
    }
    .m_msg_btn:hover{
      color: #ff554b !important;
    }
/* ************* || Harsh 08-06-2024 || ************** */