body {
  overflow-x: hidden;
}

/* TEST */
main {
  min-height: 85vh
}

/* End TEST */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
}

.preloader .spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.preloader .cube1,
.preloader .cube2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  display: block;
  background-color: #273578;
  -webkit-animation: cubeMove 1.8s infinite ease-in-out;
  animation: cubeMove 1.8s infinite ease-in-out;
}

.preloader .cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

/* Animation */

@-webkit-keyframes cubeMove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5);
  }

  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes cubeMove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5);
  }

  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}



.bg-offWhite {
  background: #EFF1F4;
}


/* .container {
  width: 1242px !important;
} */

a {
  text-decoration: none;
  color: #fff;
  /* width: auto; */
}

a:hover {
  /* text-decoration: none; */
  color: #fff;
}


.rounded-pill {
  border-radius: 4px !important;
}

/* -----------------------------NavBar ---------------------------------------------*/

.navbar {
  padding-top: 15px;
  padding-bottom: 15px;
}

.heading-header-1 {
  font-size: 42px !important;
}

.heading-text-2 {
  font-size: 20px !important;
  color: #686868;

}

.navbar .navbar-brand img {
  max-width: 150px;
}

.main .hero-image-img {
  top: 115px;
  width: 759px;
  height: 662px;
}

.main .section2 .hero-image-img {
  top: 0px !important;
  width: 736px;
  height: 496px;
}

.mainNav {

  border: 1px #cecece solid;
}

.formsTemplate .mainNav {
  background: #fff !important;
}

.mainNav .nav-item .nav-link {
  font-size: 14px !important;
  color: #141414 !important;
}

.nav-item .nav-link {
  font-size: 15px !important;
  color: #fff !important;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #1E9AAF !important;
  border: none !important;
}

.form-search .form-control {
  border-radius: 8px !important;
}

nav {
  background-color: #fff !important;
}

.mainNav .form-search .form-control {
  background-color: #fff !important;
  border: 0.5px #CDCDCD solid;
  color: #686868 !important;
}

.form-search .form-control {
  background-color: #4B578E !important;
  color: #CDCDCD !important;
}

.joinNow {
  background-color: #1E9AAF;
  color: #fff !important;
}

.login {
  background-color: #273578;
  color: #fff !important;
  border: none !important;
}

.login:hover {
  background-color: #1E9AAF;
}

.joinNow:hover {
  background-color: #273578;
}




/* ----------------------------sections--------------------------------------------- */

.section3 h1 {
  margin: 25px 0px;
  font-size: 44px;
  font-weight: 600;
  text-align: center;
  line-height: 61.6px;
  color: #141414;
}

.section3 h5 {
  font-weight: bolder;
}

.section3 p {
  display: inline;
  font-weight: bold;
}

.section3 .card {
  background-color: #FAFAFA;
  width: 19rem;
  margin: 10px;
}


.section4 .leftSection {
  width: 50%;
  padding: 0px 35px;
}

.section4 h1 {
  text-align: left;
}

.section4 iframe {
  margin: 100px 50px;
}

.section5 h1 {
  /* text-align:center; */
  /* width:85%; */
  padding: 0px 50px !important;
}

.section6 {
  padding: 65px 0px;
}

.section6 h1 {
  font-size: 33px;
}

.section6 a {
  width: 280px;

}

.profile-card-slider .profile-card-button-next,
.profile-card-slider .profile-card-button-prev {
  background-color: #1E9AAF;
}

.profile-card-slider .profile-card-button-next {
  right: 0px;
}


.About-description p {
  font-size: 16px !important;
}

.main .howItWork {
  top: 81px;
  /* height:590px !important; */
}

.pricing-container {
  text-align: center;
}

.pricing-container p {
  width: 50%;
}

.points {
  margin: 50px 0px;
}

.points h1 {
  color: #273578;
}

.pricing-plan {
  margin: 20px auto;
  width: 200px;
  height: 150px;
}

.choosePlan {
  border: 1px #1E9AAF solid;
}

.card-body button:hover {
  border: 1px #273578 solid !important;
  background-color: #273578 !important;
  color: #fff !important;
  opacity: 1 !important;
}

.subscription {
  background-color: #1A2350;
  color: #fff;
}

.subscription h2 {
  margin: 50px 0px;
}

.subscription .leftSection {
  width: 50% !important;

}

.subscription .rightSection {
  width: 30% !important;
  margin: auto;

}

.aboutUs {
  text-align: center;
}

.aboutUs h1 {
  margin: 50px 0px;
}


/* -----------------------------FOOTER--------------------------------------------- */
footer {
  background-color: #0E1947;
  margin-top: auto;
  /* This pushes the footer to the bottom */
}

.intrazero {
  text-decoration: none;
  color: #fff;
}

.intrazero:hover {
  color: #3CB5DB !important;

}

.footTop {
  justify-content: center;
}

.footDown {
  margin-right: 100px !important;
  margin-left: 100px !important;
}

.footer .footer-widget.link-list .footer-link-list a:hover {
  background-color: transparent !important;
  color: #3CB5DB !important;
}


footer .border .linksConditions .social-btn-group a {
  width: 150px;
  text-decoration: none;
  color: #ffff;
}

.social-btn-group {
  margin-top: 6px;
}

.social-btn-mid {
  margin-left: 60px;
  height: 10px;
  /* margin-top: 6px; */
}

footer .border .social-btn-group :hover a {
  background-color: transparent !important;
  color: #3CB5DB !important;
}

.footer-bottom {
  width: 33.333%;
}



/* Style the tab */
.tab {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  /* background-color: #f1f1f1; */
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  /* float: left; */
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 50px;
  transition: 0.3s;
  font-size: 16px;
  /* margin: 0px 20px; */
  font-weight: 500;
  border-bottom: 3px solid transparent;

}

/* Change background color of buttons on hover */
.tab button:hover {
  color: #273578;
  border-bottom: 3px solid #273578;
}

/* Create an active/current tablink class */
.tab button.active {
  color: #273578;
  border-bottom: 3px solid #273578;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
  /* margin: 50px auto; */
}

.tabcontent2 {
  display: none;
  padding: 6px 12px;
  border-top: none;
  /* margin: 50px auto; */
}

.faqs .tabcontent p {
  margin: 0px auto 20px;
  /* margin: 20px auto; */
  /* width:900px; */
}

.contactUS,
.SendMessage,
.getInTouch {
  background: #FAFAFA;
}

.contactUS iframe {
  margin: 0 0;
  border: 1px #CDCDCD solid !important;
  border-radius: 4px;
}

.contactUS ul {
  list-style: none;
  padding: 0;
  margin: 20px 0px;
}

.contactUS ul li {
  margin: 25px 0px;
}

.SendMessage .heading-header-1 {
  margin: 20px 0px;
}

.getInTouch .leftSection,
.getInTouch .rightSection {
  width: 44.99%;
}

/* Style inputs with type="text", select elements and textareas */
input[type=text],
select,
textarea {
  width: 100%;
  /* Full width */
  padding: 12px;
  /* Some padding */
  border: 1px solid #ccc;
  /* Gray border */
  border-radius: 4px;
  /* Rounded borders */
  box-sizing: border-box;
  /* Make sure that padding and width stays in place */
  margin-top: 6px;
  /* Add a top margin */
  margin-bottom: 6px;
  /* Bottom margin */
  resize: vertical
    /* Allow the user to vertically resize the textarea (not horizontally) */
}

.form-control-select:focus-visible {
  border: none;
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #273578;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #3CB5DB;
}

input[type=radio] {
  width: auto
}

/* Add a background color and some padding around the form */
/* .container {
  padding: 20px;
} */



h5 {
  color: #9A9A9A;
}

.title {
  margin-bottom: 50px;
}

.content {
  margin-bottom: 30px;
}


.faqs .tab button {
  /* background-color: inherit; */
  /* float: left; */
  border: 1px #CDCDCD solid;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  padding: 14px 30px;
  transition: 0.3s;
  font-size: 16px;
  margin: 8px;
  font-weight: 500;
  /* border-bottom: 3px solid transparent; */

}

.faqs .tab button:hover {
  background-color: #1E9AAF;
  color: #fff;
}

.faqs .tab button.active {
  background-color: #1E9AAF !important;
  color: #fff !important;
}




/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #fff !important;
  /* color: #444; */
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  border-bottom: 1px #CDCDCD solid;
  outline: none;
  transition: 0.4s;
}

.faqs .accordion {
  color: #444;

}


/* Style the accordion panel. Note: hidden by default */
.panel {
  text-align: left;
  padding: 0 18px 10px;
  background-color: white;
  display: none;
  overflow: hidden;
  border-bottom: 1px black solid;
}

.panel p {
  margin: 25px 0;
}

.accordion span {
  font-weight: 600;
}

.review button {
  padding: 0;
  margin: 5px;
  text-align: center;
  background-color: #fff;
  border: 1px #CDCDCD solid;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.review button:hover {
  background-color: #273578;
}

.helpful {
  margin-left: 10px;
}

.faqs .panel {
  margin-bottom: 30px;
}

.faqs .tabcontent {
  margin: 25px 0px;
  padding: 6px 0px !important;
}

.faqs .accordion {
  padding: 15px;
}

.formsTemplate {
  background-color: #EFF1F4;
}

.formsTemplate .mainNav {
  /* background: #EFF1F4 !important; */
  border: none;
}

.formsTemplate .mainNav .navbar-brand {
  margin-bottom: 10px;
}

.container-form {
  background: #fff;
  margin: auto;
  text-align: center;
  border: 1px #CDCDCD solid;
  border-radius: 16px 16px 0px 0px;
  width: 990px;
}

.loginForm {
  margin: auto;
  width: 736px;
}

.loginForm h2 {
  margin-top: 20px;
}

.loginForm button {
  width: 100%;
  border: 1px #CDCDCD solid;
  margin: 5px 10px;
  font-weight: 600;
  font-size: 18px
}

.loginForm button img {
  padding-bottom: 2px;
  width: 25px;
  height: 25px;
}

.loginForm h5 {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #CDCDCD;
  line-height: 0.1em;
  margin: 25px auto 25px;
}

.loginForm h5 span {
  background: #fff;
  padding: 0 10px;
}

.loginForm input {
  border-radius: 0;
}

.form-outline {
  text-align: start;
  margin: 20px 0px;
}

.form-outline input {
  border-radius: 4px;
}

.form-control {
  background-color: #fff;
}

.loginForm a {
  text-decoration: none;
  color: #1E9AAF;
}

.loginForm a:hover {
  text-decoration: none;
  color: #273578;
}

.loginForm .submitLogin {
  background: #273578;
  border-radius: 4px;
  height: 76px;
  margin: 20px 0;
}

.loginForm .submitLogin:hover {
  background: #1E9AAF;
}

/* .checkbox-tools{
  text-decoration: none;
  pointer-events: none;

} */

.loginForm .check {
  margin: 1px;
}

.radio-toolbar {
  text-align: center;
  justify-content: center;
  margin-top: 25px;
}

input[type="radio"] {
  visibility: hidden;
  width: 0px !important;
}

.role {
  margin: 0 34px;
  padding: 65px 45px;
  vertical-align: middle;
  border: 4px #CDCDCD solid;
  border-radius: 8px;
  width: 300px;
  height: 307px;
}

label span {
  display: block;
  font-weight: 600;
  font-size: 28px;
  line-height: 145%;
  /* width:175px; */
}

label img {
  margin-bottom: 46px;
}

.role:hover {
  border: 4px #1E9AAF solid;
  background-color: #FAFCFD;
}

input[type="radio"]:checked+label {
  border: 4px #1E9AAF solid;
}

.container-form .loginForm .check {
  text-align: start;
  font-size: 18px;
  font-weight: 500;
  line-height: 10%;
  /* margin-left: 15px; */
}

.container-form .loginForm .check input {
  width: 20px;
  height: 15px;
  margin: 15px 5px 18px;

}

.container-form .loginForm .check label {
  color: #686868;
}

.container-form .loginForm .check label a {
  color: #0D55C1 !important;
}

.container-form .loginForm .check label a:hover {
  color: #1E9AAF !important;
}

.loginForm h6 {
  margin: auto;
  color: #9A9A9A;
  width: 390px
}

.general {
  padding: 150px 0px;
}

.otp {
  padding-top: 50px;
}

.checkemail {
  padding: 102.5px;
}

.checkemail h1 {
  font-size: 30px;
}

.otp h1 {
  font-size: 32px;
}

.otp h6 {
  font-size: 18px;
  width: auto;
}

.otp input {
  margin: 50px auto;
  width: 102px;
  height: 93px;
  border: none;
  border-bottom: 3px solid #273578;
  text-align: center;
  font-size: 37px;
  font-weight: 600;
  line-height: 37px;
}

.otp input:focus-visible {
  border: none !important;
  border-bottom: 3px solid #1E9AAF;
}

.otp .resend {
  margin-top: 0px;
  background: #E5F2F7;
  color: #1E9AAF;
}

.otp .resend:hover {
  background: #273578;
  color: #fff;
}

.confirmOTP {
  margin-bottom: 0px !important;
}

.profileImg {
  border-radius: 100%;
}

/* ---------------------------000 */
.contactBtn {
  width: auto !important;
  height: auto !important;
}

.profileStarIcon img {
  width: 23px;
  height: 23px;
}

.info-card {
  text-align: center;
}

.skillBtn a {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  width: auto;
  /* height: 43px; */
  color: #1E9AAF;
  padding: 12px;
  background: #E5F2F7;
  border-radius: 4px;
  margin: 2px;
}

.languages {
  font-size: 18px;
  font-weight: 500;
  line-height: 25.2px;
  color: #282828;
}

.languages span {
  color: #686868;
}

.introductory {
  width: 93%;
  justify-content: space-between;
  background-color: #273578;
  color: #fff;
}

.introductory .left {
  padding: 25px;
  width: 100%;
}

.introductory .right {
  width: 40%;
}

.introVideomodal {
  height: 400px;
}

.introductory iframe {
  width: 100%;
  height: 100%;
  /* border-radius: 0px 20px 20px 0px; */
}


.introductory a {
  text-decoration: none;
  color: #64E0F5;
  font-size: 18px;
  font-weight: 600px;
  max-width: 380px;
  max-height: 275px;
  width: 100%;
  height: 100%;
}

.skillOfferBtn a {
  text-decoration: none;
  color: #000 !important;
  background: transparent !important;
  width: 180px;
  height: 25px;
  line-height: 140%;
  margin-top: 25px !important;
}

.date {
  color: #686868;
}

.CReview .price {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #282828;
}

.CReview .date {
  font-weight: 700;
  font-size: 16px;
}

.form-search .form-control {
  width: 215px;
  height: 45px;
  margin-left: 20px;
  background-image: none !important;
  border-right: 0px;
  border-radius: 4px 0px 0px 4px !important;
}

.form-search .form-control-select {
  width: 100px;
  border-radius: 0px 4px 4px 0px;
  margin: 0 !important;
  background: #FAFAFA;
  height: 45px;
}

.form-control-select .option {
  border-radius: 0px;
  background: #FAFCFD;
  /* color: #273578; */
}

/* .form-search .form-control-select .option:hover{
  border-radius: 0px;
  background-color:red !important;
  color: red !important;
}

.form-search .form-control-select .option:focus{
  border-radius: 0px;
  background:red !important;
} */

.form-control {
  /* padding:0px 5px !important; */
  color: #000;
  border-radius: 4px;
}

@media (min-width:1200px) {
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    min-width: 1336px;
    left: -526px;
    top: 42px;
  }
}

.navbar-expand-xl .navbar-nav .dropdown-menu {
  background: #273578;
  padding: 50px;

}

.navbar-expand-xl .tutorNav .dropdown-menu {
  left: -921px !important;
  /* left:-908px !important; */
  /* top: 70px !important; */
}

.navbar-expand-xl .navbar-nav .dropdown-menu li {
  display: inline-block;
  width: 200px;
  margin: 8px !important;
}

.navbar-expand-xl .navbar-nav .dropdown-menu li a {
  color: #F2F2F2 !important;
  display: inline-flex;
  font-size: 18px;
  font-weight: 500;
}

.navbar-expand-xl .navbar-nav .dropdown-menu li a:hover {
  color: #64E0F5 !important;
  background: transparent;
}

.navbar-expand-xl .navbar-nav .dropdown-menu h2 {
  color: #6D7BBE;
  display: block !important;
  margin-bottom: 20px;
}



.dropdown-toggle:after {
  margin-left: 0px !important;
}


.skills-tutor-search {
  margin: 28px 3px;
}

.tutor-card .info-card-desc {
  width: 115px;
  text-align: start;
  margin-right: 10px;
}

.tutor-card .info-card .info-card-content {
  margin-left: 0px;
}

.tutor-cards-search {
  border: 1px #CDCDCD solid;
  border-radius: 4px;
}
.Client-cards-search {
    border-top: 1px #CDCDCD solid ;
  border-radius: 4px;
}



.search-page .form-search .form-control {
  background-color: #FAFAFA !important;
  border: 1px #CDCDCD solid;
  color: #686868 !important;
  height: 62px;
  border-radius: 4px !important;
  margin: 20px auto;
  padding: 5px 40px !important;
  width: 100%;
}

.search-result .accordion {
  border-bottom: none;
}

.search-result .accordion-item {
  border: none;
  border-bottom: 1px solid #000000;
  margin-bottom: 20px;
  text-align: start;
}

.search-result .accordion-button {

  /* margin-bottom: 20px; */
  font-size: 22px;
  text-align: start;
  font-weight: 600;
}

.search-result .accordion-button:not(.collapsed) {
  color: #000000;
  background: #F2F2F2;
}


.accordion-body .search-page .form-search .form-control {
  padding: 5px !important;
}


.accordion-body {
  padding: 1rem;
}

.accordion-body label {
  vertical-align: text-top;
  width: 90%;
  color: #686868;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 24px;

}

.accordion-body input[type="checkbox"] {
  width: 19px;
  height: 19px;
  /* margin-bottom: 24px; */
}

/* RANGE SLIDER */


.range_container {
  display: flex;
  flex-direction: column;
  /* width: 80%; */
  margin: 30px auto;
}

.sliders_control {
  position: relative;
  min-height: 30px;
}

.form_control {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  color: #635a5a;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 24px;
  height: 24px;
  background-color: #1E9AAF !important;
  border-radius: 50%;
  /* box-shadow: 0 0 0 1px #C6C6C6; */
  cursor: pointer;
}

input[type=range]::-moz-range-thumb {
  /* -webkit-appearance: none; */
  pointer-events: all;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #C6C6C6;
  cursor: pointer;
}

input[type=range]::-webkit-slider-thumb:hover {
  background: #1E9AAF !important;
}



input[type="number"] {
  color: #282828;
  width: 120px;
  height: 30px;
  font-size: 20px;
  /* border: none; */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  height: 2px;
  width: 100%;
  position: absolute;
  background-color: #C6C6C6;
  pointer-events: none;
}

#fromSlider {
  height: 0;
  z-index: 1;
}


.job-info div {
  font-size: 16px !important;
}

.info-job {
  width: 400px;
}
.job-detailsimg {
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    /* Safari seems to support, but seems deprecated and does the same thing as the others. */
    image-rendering: -webkit-optimize-contrast;
  }

.contactClient {
  height: 50px;
}

.contacted {
  font-size: 14px;
  color: #9A9A9A;
}

.info-job-numbers {
  width: 430px;
}
@media only screen and (max-width: 600px) {
    .info-job-numbers {
        display: flex !important;
        flex-direction: column;
      }
  }

/* register */
/* h1 {
      text-align: center;
    } */

input {
  vertical-align: middle;
  padding: 10px;
  width: 100%;
  font-size: 17px;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
/* input.invalid {
      background-color: #ffdddd;
    } */

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  /* background-color: #04AA6D; */
  color: #ffffff;
  border: none;
  /* padding: 10px 20px; */
  font-size: 17px;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  display: block;
  width: auto;
  margin: 0 2px;
  padding: 28px 10px;
  border: none;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  ;
  border-left: 5px transparent solid;


}

.step.active {
  /* opacity: 1; */
  color: #273578;
  border-left: 5px #273578 solid;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  border-left: 5px #273578 solid;
  color: #273578 !important;
  /* background-color: #04AA6D; */
}


.register-Right {
  width: 70%;
  border: 1px #E6E6E6 solid;
  border-radius: 16px 16px 0px 0px;
  padding: 10px;
}

.loginForm-tutor {
  margin: 44px 44px 0px 44px;
  width: 80%;
}

.register-Right .tab {
  border: none;
}

.loginForm-tutor .check {
  text-align: start;
  font-size: 18px;
  font-weight: 500;
  line-height: 10%;
  /* margin-left: 15px; */
}

.loginForm-tutor .check input {
  width: 20px;
  height: 20px;
  margin: 15px 5px;

}

.loginForm-tutor .check label {
  font-weight: 600;
  color: #686868;
}

.loginForm-tutor .check label a {
  text-decoration: none;
  color: #0D55C1 !important;
}

.loginForm-tutor .check label a:hover {
  color: #1E9AAF !important;
}

.nextBtn button {
  justify-content: center;
  align-items: center;
  margin: 0px 0px 20px 44px;
  padding: 0px;
  gap: 4px;
  width: 250px;
  height: 60px;
  background: #273578;
  border-radius: 4px;
}

textarea {
  border-radius: 4px;
}

.Add-tutor-experience {
  color: #273578;
  justify-content: center;
  align-items: center;
  padding: 17px 41px;
  gap: 8px;
  background: #EAEBF2 !important;
  border-radius: 4px;
  font-size: 16px;
}


.tutor-card .info-card-date {
  color: #686868;
  width: 200px;
  text-align: start;
  margin-right: 10px;
}

.Btn-Education {
  padding: 0px 5px !important;
  height: 50px;
  align-self: center;
  transition: 0s !important;
  background: transparent;
}

.Btn-Education:hover {
  text-decoration: none !important;
  border-bottom: 3px transparent solid !important;

}

.confirmModal {
  justify-content: center;
  align-items: center;
  /* padding: 28px 76px; */
  gap: 4px;

  width: 310px;
  height: 60px;

  background: #273578 !important;
  border-radius: 4px;
}

.confirmModal label {
  font-weight: 500 !important;
  color: #282828 !important;
}

.confirmModal:hover {
  color: #fff !important;
}

.deleteModalBtn {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 11px 42px;
  gap: 4px;
}



.deleteBtn {
  background: #D15252 !important;
}

.deleteBtn:hover {
  color: #fff !important;
  /* border-bottom:3px transparent solid !important; */
}

.cancelBtn {
  background: #FAFAFA !important;
  color: #282828 !important;
}

.modal-body .question {
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  color: #282828;
}

.modal-footer {
  border-top: 0px;
}



.home .form-search .form-control-select {
  background: transparent;
  color: #fff;
  border: 1px 1px 1px 0px;
  border-color: #4B578E;
}

.home .form-search .form-control-select option {
  color: #000;
}

.navbar .navbar-nav .nav-item .nav-link.active {
  color: #1E9AAF !important;
}



.tags-input-wrapper {
  background: transparent;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ccc
}

.tags-input-wrapper input {
  border: none;
  background: transparent;
  outline: none;
  width: 140px;
  margin-left: 8px;
}

.tags-input-wrapper .tag {
  display: inline-block;
  background-color: #1E9AAF;
  color: white;
  border-radius: 40px;
  padding: 0px 3px 0px 7px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.tags-input-wrapper .tag a {
  margin: 0 7px 3px;
  display: inline-block;
  cursor: pointer;
}

.sliders_control input {
  border: none;
  padding: 0px;
}

.newJobBtn {
  padding: 20px 36px;
  gap: 8px;

  width: 293px;
  height: 64px;

  background: #1E9AAF;
  border-radius: 4px;
}

.availabiltyBtn {
  justify-content: center;
  align-items: center;
  /* padding: 17px 36px; */
  gap: 4px;
  width: 50%;
  height: 58px;
  font-weight: 600;
  font-size: 18px;
}
@media only screen and (max-width: 600px) {
    .availabiltyBtn {
        justify-content: center;
        align-items: center;
        padding: 0px 0px;
        gap: 4px;
        width: 50%;
        height: 58px;
        font-weight: 600;
        font-size: 18px;
      }
  }
.activeBtn {
  background: #273578;
  pointer-events: none;
}

.activeBtnpop {
  background: #273578;
  pointer-events: none;
}

.leftBtn {
  border-radius: 8px 0px 0px 8px;
}

.InactiveBtn {
  background: #E9EBF1;
  color: #4B578E;
}

.InactiveBtnpop {
  background: #E9EBF1;
  color: #4B578E;
}

.rightBtn {
  border-radius: 0px 8px 8px 0px;
}

.noJobFound {
  text-align: center;
}

.container-form-newjob {
  background: #fff;
  margin: auto;
  text-align: left;
  border: 1px #CDCDCD solid;
  border-radius: 0px !important;
  width: 990px;
}

.container-form-newjob {
  /* margin: 28px auto; */
  margin: auto;
  padding: 50px;
}

/* .newJobContent{
  margin:28px 56px;
} */

.publishBtn {
  font-weight: 300;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  width: 278px;
  height: 53px;
  background: #273578;
  border-radius: 4px;
}

.form-footer .fees {
  font-weight: 600;
  font-size: 22px;

  color: #141414;
}

.form-footer .price {
  font-weight: 600;
  font-size: 16px;

  color: #273578;
}

#hourly {
  display: none;
}

#fixed {
  display: none;
}


.dropdown-menu-profile {
  border: 1px #CDCDCD solid;
  right: 45px;
  left: auto !important;
  left: 100%;
  padding: 0;
}

.dropdown-menu-profile li a {
  border-bottom: 1px #CDCDCD solid;
  padding: 15px 20px !important;
}

.changePasswordBtn a {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #273578;

}

.changePasswordBtn {
  justify-content: center;
  align-items: center;
  padding: 16px 28px;
  height: 52px;
  background: #EAEBF2;
  border-radius: 3px;
}

.right-sideBtn button {
  /* align-items: flex-start; */
  padding: 16px;
  width: 168px;
  height: 52px;
  background: #FFFFFF;
  border: 1px solid #CDCDCD;
  border-radius: 3px;
}

.right-sideBtn a {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #282828;
}

.right-sideBtn .changePhotoBtn {
  background: #E9F5F7 !important;
  color: #1E9AAF !important;
}

.right-sideBtn .changePhotoBtn a {
  color: #1E9AAF !important;
}

.profilePicture {
  padding: 20px 45px;
}

.profilePicture img {
  width: 100px;
  height: 100px;
}

.reportBtn {
  padding: 0px;
  width: 222px;
}


.table {
  background: #FFFFFF;
  border: 1px solid #CDCDCD;
  border-radius: 8px 8px 0px 0px !important;
}

.table tr td {
  vertical-align: middle;
  padding: 20px 32px !important;

}

.table tr {
  padding: 30px;
  border: 1px solid #CDCDCD;
  border-radius: 8px 8px 0px 0px;
}

.table tr td span {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #282828 !important;
}

.table button {
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: auto;
  height: 40px;
  border-radius: 24px;
  padding: 0 22px;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-accent-bg: #FFFFFF;
}

.table-striped>tbody>tr:nth-of-type(even)>* {
  --bs-table-accent-bg: #FCFCFC;
}





.added {
  background: #EAF1FC;
  color: #266EDB;
}

.viewDetails {
  background: #1E9AAF;
  color: #fff;
  border-radius: 4px !important;
}

.Ended {
  background: #EAF9F2;
  color: #0A9E56;
}

.Waiting {
  background: #FAEDCD;
  color: #3B2C19;
}

.Deducted {
  background: #FCEFEF;
  color: #D15252;
}

th {
  vertical-align: middle;
  padding: 20px 32px !important;

}

thead {
  height: 64px;
  color: #686868;
  background: #F2F2F2;
  border: 1px solid #CDCDCD;
  border-radius: 8px 8px 0px 0px;
}

.contractSpan {
  color: #273578 !important;
}

.inProgress {
  display: inline-block;
}

.more-options {
  width: 100px;
  right: 0% !important;
}

.inProgress {
  margin: 5px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  padding: 12px 28px;
  gap: 4px;
  height: 40px;
  border-radius: 24px;
}

.assigned {
  color: #686868;
  font-size: 18px;
}

.assigned span {
  font-weight: 600;
  color: #273578;
}

.sliders button {
  color: #686868;
}

.inProgressContainer .tabcontent {
  margin: 0px auto;
}

.inProgressTab {
  justify-content: left;
}

.ContractDetails .contractdetailsSpan {
  display: inline-flex;
  width: 200px;
}

.ContractDetails li {
  margin: 36px 0px;
  color: #9A9A9A;
}

.ContractDetails .value {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #282828;
}

.ContractDetails .descriptionValue {
  width: 80%;
  display: inline-flex;
  margin: 0;
  font-weight: 500;
}

.joinMeeting {
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 15px 26px;
  background: #273578;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400 !important;
}

.joinMeeting:disabled {
  background: #F2F2F2;
  color: #686868;
  cursor: not-allowed;

}

.recharge {
  background: #E5F2F7;
  color: #1E9AAF;
}

.ReleaseEscrow {
  background: #1E9AAF;
  border-radius: 4px;
}

.tab button:focus {
  color: #273578;
  border-bottom: 3px solid #273578;
}

.is-active:focus {
  display: block;
}

.faqsBtn {
  color: #282828;
}

.faqsBtn:focus {
  background-color: #1E9AAF;
  color: #fff !important;
  border-bottom: none !important;
}

.notifications {
  width: 520px;
}

/* .notifications li{
  height: 167px;
} */





.notificationContent {
  display: inline-block;
  color: #686868;
  font-weight: 600;
  font-size: 18px;
  line-height: 145%;
  width: 364px;
  height: 52px;
  white-space: normal;
}

.notificationName {
  color: #273578;
}

.reason {
  color: #266EDB;
}

.seeAllNoti {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 145%;
  color: #273578 !important;
  background: #FAFAFA;
}

.notiBtn {
  display: flex;
  margin: 5px 70px;
  width: 190px;
  height: 45px;
}

.viewOffer {
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  gap: 8px;
  /* width: 212px; */
  height: 54px;
  /* background: #273578; */
  border-radius: 4px;
}

.dateMilestone {
  width: 265px !important;
}

input[type="file"] {
  display: none;
}

.ProfilePhoto {
  display: flex;
  align-items: center;
}

.ProfilePhoto a {
  /* vertical-align: middle; */
  cursor: pointer;
  justify-content: center;
  margin: 0px 15px;
  align-items: center;
  padding: 16px 28px;
  width: 168px;
  height: 51px;
  background: #E9EBF1;
  border-radius: 3px;
  font-weight: 600;
  font-size: 16px !important;
  line-height: 120%;
  color: #273578;
}

.ProfilePhoto img {
  margin: 0;
  cursor: pointer;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  object-fit: cover;
}

.typeIntroVideo {
  cursor: pointer;
  text-align: center;
  padding: 28px;
  width: 100%;
  height: 166px;
  background: #E9EBF1;
  border-radius: 3px;
  color: #273578;
  border: 1px #273578 solid;
}

label img {
  margin-bottom: 10px;
}

.typeIntroVideo span {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  /* width: 175px; */
      word-break: break-all;
}


.allNoti {
  margin: 10px;
}

.allNoti button {
  width: auto;
}

.allNoti p {
  width: auto;
  height: auto;
}


.editPF .tab button {
  display: block;
  padding: 20px;
}

.editPF .tab button:hover {
  color: #273578;
  border-bottom: 3px transparent solid !important;
  border-left: 6px solid #273578;
}

.editPF .tab button:focus {
  color: #273578;
  border-bottom: 3px transparent solid !important;
  border-left: 6px solid #273578;
}

.editPF .tab button.active {
  color: #273578;
  border-bottom: 3px transparent solid !important;
  border-left: 6px solid #273578;
}


.titlepage {
  margin: 16px 0px;
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  color: #141414;
}

.changeMobileNumber p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #686868;
}

.MembershipSubscription a {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #686868;
}

.MembershipSubscription button {
  width: auto;
}



.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  /* remove the gap so it doesn't close */
}

.a-Btn {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 16px 31px;
  color: #273578;
  background: #EAEBF2;
  border-radius: 4px;
}

.a-Btn:hover {
  opacity: 0.7;
  color: #273578;
}

.nav-tabs-editPF {
  padding-bottom: 20px;
}

.editPF-tabLink {
  font-weight: 500;
  font-size: 18px;
  /* line-height: 120%; */
  /* identical to box height, or 22px */
  padding: 20px 35px;
  text-transform: uppercase;
  color: #686868;
}

.editPF .editPF-content {
  margin: 30px 20px;
}



.editPF-tabLink:hover {
  color: #273578;
  border-bottom: 6px #273578 solid;
}

.editPF-tabLink:focus {
  color: #273578;
  border-bottom: 6px #273578 solid;
}

.editPF-tabLink.active {
  color: #273578;
  border-bottom: 6px #273578 solid;
}

.contactUS a {
  color: #686868;
}


.card-content-offer {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.myreportHeader {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 300px) and (max-width: 480px){
.myreportHeader {
    /* display: flex !important; */
    width: 100%;
}
.btncontrol{
    margin-top: 30px;
    font-size: 13px;
    padding: 15px !important;
}
.btnPSize{
    padding: 12px 0px;
    margin: 30px 2px 0 2px !important;
}
.btnMSize{
margin-top: 30px;
}
}
@media (min-width: 450px) and (max-width: 900px){
.info-job {
    width: 250px;
}
.btncontrol{
    font-size: 13px;
    padding: 15px !important;
}
}
.register-tutor-left {
  width: 25% !important;
  /* border-radius: 16px; */
}

.profile-left-section {
  width: 30%;
}

.profile-right-section {
  width: 70%
}

.head a {
  padding: 3px 5px;
  color: black;
  font-size: 20px;
  margin: 1px 10px;
  display: inline-block;
  float: left;
}

.head span {
  margin-top: 2px;
  display: inline-block;
}

.sidebarMenu p {
  color: #009c9c;
  margin-top: 10%;
  text-align: center;
}

.sidebarMenu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 300px;
  background: #fff;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.10);
  padding: 10px;
  z-index: 999;
  transform: translate(-100%, 0);
  transition: all .3s cubic-bezier(.29, .39, .68, .53);
  -webkit-transition: all .3s cubic-bezier(.29, .39, .68, .53);
}

.menuOpened {
  display: block;
}

.menuOpened .sidebarMenu {
  transform: translate(0, 0);
  transition: all .3s cubic-bezier(.29, .39, .68, .53);
  -webkit-transition: all .3s cubic-bezier(.29, .39, .68, .53);
}

body.menuOpened {
  overflow: hidden;
}

.sidebarMenu,
.head {
  display: none;
}

.sidenav {
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  overflow: auto;
  transition: 0.5s;
}



.sidenav a {
  padding: 0px 8px 0px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #CDCDCD;
  display: block;
  transition: 0.3s;
}

.sidenav .closebtn {
  font-size: 36px;
  margin-left: 210px;
}



.dropbtn {
  /* padding: 16px; */
  /* font-size: 16px; */
  border: none;
  background: transparent;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.dropdown-content a {
  border: 1px #CDCDCD solid;

  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #E5F2F7;
  color: #69BCCA;
}

.dropdown:hover .dropdown-content {
  display: block;
}


.nav-pills {
  border-bottom: 1px #E6E6E6 solid;
}

.nav-pills .nav-link {
  padding: 20px 40px 24px !important;
  color: #686868 !important;
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link:hover {
  color: #273578 !important;
  border-bottom: 6px solid #273578;
  background-color: transparent !important;
}


.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #273578 !important;
  border-bottom: 6px solid #273578;
  background-color: transparent !important;
}


.res-50 {
  width: 48%;
}

.clientName {
  margin: 0px !important;
}

.CurentlyWork {
  /* margin-top:10px; */
  width: auto;
}

.current-num {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #282828;
}

.editBtns {
  text-align: center;
  padding: 16px 28px;
  width: 260px;
  height: 52px;
  background: #EAEBF2;
  border-radius: 3px;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #273578;
}

.editAccount .loginForm {
  margin: auto;
  width: 80%;
}

.messagesPage {
  height: 616px;
}
.btnPSize{
    padding: 12px 12px;
    margin: 0px 2px 0 2px !important;
}



.messagesPage .general {
  padding: 60px 0px;
}


.messageLeftSec {
  width: 26.5%;
  overflow: auto;
  height: 618px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-right: calc(var(--bs-gutter-x) * 0.5) !important;
  margin-left: calc(var(--bs-gutter-x) * 0.5) !important;
}

.messagesPage .search-page .form-search .form-control {
  margin: 0px auto;
}

.messagesPage .persone .name {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #282828;
}

.messagesPage .tab button {
  width: 100%;
  display: block;
  padding: 12px 5px;
}

.P-role {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #282828;
}

.lastSeen p {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #686868;
}

.lastMessage {
  text-align: left;
  margin-left: 77px;
  margin-top: revert;
  width: inherit;
}

.messagesPage .tab button {
  border: none;
  border-left: 3px solid transparent;
}

.messagesPage .tab button:hover {
  color: #1E9AAF;
  border: none;
  border-left: 6px solid #1E9AAF;
}

.messagesPage .tab button:focus {
  /* background: #CDCDCD; */
  color: #1E9AAF;
  border: none;
  border-left: 6px solid #1E9AAF;
}

.messagesPage .tab button.active {
  /* background: #CDCDCD; */
  color: #1E9AAF;
  border: none;
  border-left: 6px solid #1E9AAF;
}



.messagesPage .nav-pills .nav-link:hover {
  color: #1E9AAF;
  border: none;
  border-left: 6px solid #1E9AAF;
}

.messagesPage .nav-pills .nav-link:focus {
  color: #1E9AAF;
  border: none;
  border-left: 6px solid #1E9AAF;
}

.messagesPage .nav-pills .nav-link.active {
  color: #1E9AAF;
  border: none;
  border-left: 6px solid #1E9AAF;
}

.messagesPage .nav-pills .nav-link {
  padding: 0px !important;
  border-left: 6px solid transparent;

}



/* messages */

/* Chat containers */
.container-message {
  /* border: 2px solid #dedede; */
  /* background-color: #f1f1f1; */
  border-radius: 5px;
  padding: 10px;
  /* margin: 10px 0; */
  /* border-bottom: 0.1px #cdcdcd solid; */
}

/* Darker chat container */
.darker {
  /* border-color: #ccc; */
  /* background-color: #ddd; */
}

/* Clear floats */
.container-message::after {
  content: "";
  clear: both;
  display: table;
}

/* Style images */
.container-message img {
  float: left;
  max-width: 60px;
  width: 100%;
  margin-right: 20px;
  /* border-radius: 50%; */
}

/* Style the right image */
.container-message img.right {
  /* float: right; */
  margin-left: 20px;
  margin-right: 0;
}

/* Style time text */

.time-right img {
  /* vertical-align:middle; */
  align-items: center;
  width: 22px;
  height: 22px;
  margin: 0px;
}

.time-right {
  width: auto;
  float: right;
  color: #aaa;
}

/* Style time text */
.time-left {
  float: right;
  color: #999;
}

.messageContent {
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: #282828;
}

.messagesPage .tabcontent {
  overflow: auto;
  height: 600px;
  padding: 0px !important;
}

/* Styling the msg-bottom container */
.messagesPage .msg-bottom {
  border-top: 1px solid #ccc;
  position: relative;
  height: 11%;
  /* background-color: rgb(239 239 239); */
}

/* Styling the input field */
.messagesPage .input-group {
  float: right;
  /* margin-top: 13px;
  margin-right: 20px; */
  outline: none !important;
  /* border-radius: 20px; */
  width: 100% !important;
  background-color: #F2F2F2;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border: 1px solid #CDCDCD;

}

.messagesPage .input-group>.form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.messagesPage .form-control {
  background: #F2F2F2;
  border-radius: 8px !important;
  display: block;
  height: 78px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: transparent;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  margin: 0px;
  border: none
}

.messagesPage .input-group-text {
  background: transparent !important;
  border: none !important;
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: b;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  font-weight: bold !important;
  cursor: pointer;
}

.messagesPage input:focus {
  outline: none;
  border: none !important;
  box-shadow: none !important;
}

.messagesPage .send-icon {
  align-items: center;
  font-weight: bold !important;
}


.messagesPage .meetReminder {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #1E9AAF;
}

.messagesPage .meetReminderContent {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #686868;
}

.messagesPage .joinMeetNow {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #273578;
}

.videoChat {
  margin-right: 10px !important;
  width: 20px !important;
  height: 20px;
}

.joinMeetingMsg {
  background: #FFFFFF;
  border-left: 6px solid #273578;
  border-radius: 8px;
}

.onlineStatus {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0A9E56;
}

.onlinestatus-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #AFB6D8;
}



.viewJob {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #64E0F5;
}

.chat-desc {
  margin-right: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #AFB6D8;
}

.joinMeetingBtn {
  background: #455396;
}

.DeleteMilestone {
  background: #FCEFEF;
  color: #D15252;
}



.sendOfferBtn:hover {
  background: #455396;

}


.selectFromPosting {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 17px;
  gap: 4px;

  /* width: 295px; */
  /* height: 58px; */

  background: #273578;
  border-radius: 4px;
}

.createNewJob {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 17px;
  gap: 4px;

  /* width: 295px; */
  /* height: 58px; */

  background: #EAEBF2;
  border-radius: 4px;


  font-weight: 600;
  /* font-size: 18px; */
  line-height: 100%;
  /* identical to box height, or 18px */

  color: #273578;
}

.createNewJob:hover {
  opacity: 0.7;
}


.createNewJob:hover {
  color: #273578;
  opacity: 0.7;
}

.form-search .form-control {
  padding-right: 5px !important;
  align-items: center;
  vertical-align: middle;
}

.home .nav-item .nav-link {
  font-size: 14px !important;
  color: #FFFF !important;
}

.home {
  border: none !important;
}

.home .form-search .form-control {
  background-color: #4B578E !important;
  border: 0.5px #4B578E solid;
  color: #CDCDCD !important;
}

.tab-pane .loginForm-tutor {
  width: auto;
}


.createNewJobBtn {
  color: #fff !important;
  padding: 24px;
}



/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #E9EBF1;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #6D7BBE;
  border-radius: 10px;
}

.allnotiPage .allNoti img {
  padding: 10px 0px !important;
}




/* ANIMATION */
@keyframes slide-left {
  0% {
    transform: translateX(50px)
  }

  100% {
    transform: translateX(0px)
  }
}

.slide-left {
  animation: slide-left 5s cubic-bezier(.25, .46, .45, .94)
}

@keyframes slide-right {
  0% {
    transform: translateX(-50px);
  }

  100% {
    transform: translateX(0px);
  }
}

.slide-right {
  animation: slide-right 5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.formsTemplate .register-nav {
  background: #EFF1F4 !important;
  border-bottom: none !important;
}

.register-nav {
  background: #EFF1F4 !important;
}

.checked {
  color: orange;
}

.CancelationReason {
  margin-top: 15px;
  color: #282828;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
}

.WriteReview {
  margin-top: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #282828;
}

.messagesPage .tutor-cards-search {
  text-align: left;
}


.fadeAboutUS {
  animation: fadeInAnimation ease 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media (min-width:1200px) and (max-width:1396px) {

  .firstSection {
    height: 600px !important;
  }

  .form-search .form-control {
    width: 185px;
  }

  .form-search .form-control-select {
    width: 93px !important;
  }

  .navbar .navbar-nav .nav-item:not(:first-child) {
    margin-left: 24px;
  }

  .main .hero-image-img {
    top: 115px;
    width: 600px;
    height: 513px;
  }

  .main .section2 .hero-image-img {
    width: 100%;
  }

  .section3 .card {
    width: 17rem;
  }

  .videoSection {
    height: 472px !important;
  }

  .section6 h1 {
    margin-top: 0px !important;
    margin-bottom: 25px !important;
  }

  .section6 {
    padding: 50px 0px;
  }

  .home .nav-item .nav-link {
    font-size: 12px !important;
  }

  .mainNav .nav-item .nav-link {
    font-size: 12px !important;
    /* color: #141414 !important; */
  }

  footer .border .linksConditions .social-btn-group a {
    width: 130px;
    text-decoration: none;
    color: #ffff;
  }

  .accordion-body label {
    width: 90%;
  }

  .loginForm h5 {
    margin: 20px auto 20px;
  }

  .loginForm .form-control {
    padding: 0px 30px;
  }

  .loginForm h1 {
    margin-top: 15px;

  }

  .loginForm h2 {
    margin-top: 15px;
  }

  .loginForm button {
    font-size: 16px;
  }

  /* .navbar {
  padding-top: 10px;
  padding-bottom: 0px;
} */


  .section5 .cardsTutorSec .swiper-wrapper .swiper-slide {
    text-align: -webkit-center;
    /* align-items: center; */
    /* width:329.667px !important; */
  }

  .firstSection .swiper-slide {
    text-align: left;
    /* align-items: center; */
    /* width:329.667px !important; */
  }

  .tutor-Register-head h2 {
    font-size: 28px;
  }

  .checkemail {
    padding: 60px;
  }

  .checkemail img {
    width: 120px;
    /* height:50px; */
  }

}

.section5 .cardsTutorSec .swiper-wrapper .swiper-slide {
  text-align: -webkit-center;
  /* align-items: center; */
  /* width:329.667px !important; */
}

.firstSection .swiper-slide {
  text-align: left;
  /* align-items: center; */
  /* width:329.667px !important; */
}

.loginForm-tutor .uploadVideoBtn {
  margin: 0px 0px 5px 0px;
}

.filterTutorSearch {
  padding: 18px 0px !important;
}


.accordion-button:focus {
  z-index: 3;
  border-color: transparent !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0) !important;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0) !important;
}

.faqs .accordion:hover {
  color: #273578;
}

.accordion-button:not(.collapsed) {
  color: #273578;
  font-weight: 600;
  background: #F2F2F2;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
}

.faqs .accordion-button span {
  color: #000;
  font-weight: 600;
}

.faqs .accordion-button {
  background: #F2F2F2;
}


.faqs p {
  text-align: left;
}

.faqs .accordion-collapse {
  padding: 1rem 1.25rem;
}

.like {
  background-image: url(../../assets/icons/like.svg);
  background-repeat: no-repeat;
  background-position: center;
  /* background-size: contain; */
}

.like:hover {
  background-image: url(../../assets/icons/likeWhite.svg);
}

.dislike {
  background-image: url(../../assets/icons/dislike.svg);
  background-repeat: no-repeat;
  background-position: center;
  /* background-size: contain; */
}

.dislike:hover {
  background-image: url(../../assets/icons/dislikeWhite.svg);
}

.fixedOffer .general {
  padding: 0px;
}

.faqs .accordion-button:hover span {
  color: #273578;
}

/*
.linksConditions .social-item{
  width:100px;
} */

@media (min-width:1396px) and (max-width:1535px) {
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    min-width: 1416px;
    left: -569px;
    top: 46px;
    padding: 50px 25px;
  }
}


@media (min-width:1536px) {
  .main .howItWork {
    /* top: 81px; */
    width: 730px !important;
    height: 591px !important;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    min-width: 1532px;
    left: -708px;
    top: 43px;
  }

}


input[type=submit]:hover {
  background-color: #1E9AAF;
}




.rate {
  flex-flow: row-reverse;
  justify-content: flex-end;
  /* float: left; */
  /* text-align: left; */
  height: 46px;
  /* padding: 0 10px; */
  display: flex;
}

.rate input[type="radio"]:checked+label {
  border: none;
}

.rate:not(:checked)>input {
  position: absolute;
  top: -9999px;
}

.rate:not(:checked)>label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}

.rate:not(:checked)>label:before {
  content: 'ÃƒÆ’Ã‚Â¢Ãƒâ€¹Ã…â€œÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ ';
}

.rate>input:checked~label {
  color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
  color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
  color: #c59b08;
}


.sidenav .accordion-body label {
  width: 90% !important;
  transition: 0s;
}


.fullAmount,
.partialAmount {
  padding: 12px 0px !important;
}

.mypoints {
  padding: 0px;
}






.animatable {

  /* initially hide animatable objects */
  visibility: hidden;

  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

/* show objects being animated */
.animated {
  visibility: visible;

  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;

  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }

  60% {
    -webkit-transform: translateX(20px);
  }

  80% {
    -webkit-transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }

  60% {
    -moz-transform: translateX(20px);
  }

  80% {
    -moz-transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -o-transform: translateX(20px);
  }

  80% {
    -o-transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  60% {
    transform: translateX(20px);
  }

  80% {
    transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}


@keyframes moveUp {
  0% {
    opacity: 1;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }

  60% {
    -webkit-transform: translateX(-20px);
  }

  80% {
    -webkit-transform: translateX(5px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }

  60% {
    -moz-transform: translateX(-20px);
  }

  80% {
    -moz-transform: translateX(5px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }

  60% {
    -o-transform: translateX(-20px);
  }

  80% {
    -o-transform: translateX(5px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  60% {
    transform: translateX(-20px);
  }

  80% {
    transform: translateX(5px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animated.animationDelay {
  animation-delay: .4s;
  -webkit-animation-delay: .4s;
}

.animated.animationDelayMed {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

.animated.animationDelayLong {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

.animated.moveUp {
  -webkit-animation-name: moveUp;
  -moz-animation-name: moveUp;
  -o-animation-name: moveUp;
  animation-name: moveUp;
}

.loginForm .form-outline {
  text-align: start;
  margin: 10px 0px;
}

.aboutUs h3 {
  margin: 10px auto;
}

.clientRegForm .loginForm .form-outline {
  margin: 15px 0px;
}

.loginForm h1 {
  margin-top: 10px;
}

.btnLoginSocial {
  font-weight: 500 !important;
  padding: 15px;
}

.navselect:focus-visible {
  outline: none;
  border: 1px solid #4B578E !important;
}

.home .form-search .form-control-select:focus-visible {
  outline: none;
  border: 1px solid #4B578E !important;

}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.signUpRole {
  font-size: 24px;
}

.name-img {
  align-items: center;
}

.name-img h5 {
  padding-left: 10px;
  margin-bottom: 0px;
}

.ForgetBtn {
  margin: 0px 0px 92px !important;
}

.playIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 300ms ease-in-out;
}

.thumbnailContainer {
  width: 70%;
  /* transform: scale(1.5); */
  transition: all 100ms ease-in-out;
  /* transition: all .2s ease-in-out;  */
  position: relative;
}

.thumbnailContainer:hover {
  cursor: pointer;
}

.thumbnailContainer:hover .playIcon {
  transform: translate(-50%, -50%) scale(1.5);
}

.thumbnailImg {
  width: 100%;
  height: 100%;
  border-radius: 0px 12px 12px 0px;
}

/* .thumbnailImg {
  width: 360px;
  height: 270px;
  border-radius: 0px 12px 12px 0px;
} */

.loginForm .continueAsGuest {
  line-height: 67px;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  vertical-align: middle;
}

.loginForm .continueAsGuest:hover {
  color: #fff;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.profile-Pts {
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
}

.contactBtnProfile {
  width: 100% !important;
}


.bg-blue {
  background-color: #273578;
  color: #FFFFFF;
}

.notfoundlogo {
  width: 250.23px;
  height: 50px;
}

.notfoundImg {
  width: 80%;
  height: 337.88px;
}

.backToHome {
  width: 30%;
  height: 70px;
  padding: 17px 0px;
  font-size: 22px;
}

.backToHome:hover {
  /* border:none; */
  background-color: #1E9AAF;
  opacity: 0.8;
}

/* .createAccountTitle {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  margin-right: auto !important;
  margin-left: auto !important;
} */

.filterBtn {
  width: 48%;
  height: 51px;
  border-radius: 3px;
}

.ApplyFilterBtn {
  background: #273578;
  color: #FFF;
}

.ClearBtn {
  background: #E9EBF1;
  color: #273578;
}

.resendEmail {
  background: #E5F2F7 !important;
  color: #1E9AAF;
  width: 100% !important;
}

.resendEmail:hover {
  /* border:none; */
  background-color: #E5F2F7;
  color: #1E9AAF;
  opacity: 0.75;
  border: 1px #CDCDCD solid;
}

.SeeMoreSubjects {
  font-weight: 700 !important;
}

.viewMoreReviews {
  /* margin-top: 10px; */
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #273578;
}

.viewMoreReviews:hover {
  color: #273578;
  opacity: 0.7;
}


.progress-bar {
  width: 100%;
  height: 20px;
  background-color: lightgray;
  margin: 17px 0px;
  border-radius: 8px;
}

.progress {
  height: 100%;
  background-color: green;
  width: 0;
  transition: width 0.3s ease-in-out;
}

.percentage-label {
  /* position: absolute; */
  /* top:11%; */
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  /* color:#282828; */
  /* font-weight: 600; */
  font-size: 16px;
  width: 100%;
}


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

.page-link {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 4px;
  text-decoration: none;
  color: black;
  border: 1px solid lightgray;
  border-radius: 4px;
}

.page-link.disabled {
  color: lightgray;
  pointer-events: none;
  cursor: default;
}

.page-link.active {
  background-color: #273578;
  color: #FFFFFF;
}

.page-link:hover {
  background-color: #E9EBF1;
  color: #273578;
}

.messagesPage .tab .modal button {
  width: auto;
}

.messagesPage .tab .modal .confirmModal {
  color: #FFF;
}

.messagesPage .tab .modal button:hover {
  border: none;
}

.completeProfile button {
  width: 60%;
}


.completeProfile .question {
  margin-top: 20px;
}

.custom-loader {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: conic-gradient(#0000 10%, #273578);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 4px), #000 0);
  animation: s3 1s infinite linear;
}

@keyframes s3 {
  to {
    transform: rotate(1turn)
  }
}


.declineBtn {
  background-color: #FCEFEF;
  color: #DB5C5C !important;
}

.declineBtn:hover {
  background-color: #FCEFEF;
  color: #DB5C5C !important;
  opacity: 0.7;
}

.acceptDeclineBtn {
  width: 220px;
  height: 64px;
  margin: 0 5px;
}

.offerEndIn {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  /* or 22px */

  text-align: right;

  color: #141414;
}


@media (min-width:320px) and (max-width:480px) {
  .sidenav .accordion-body label {
    width: 89% !important;
    vertical-align: text-top;
  }

  .register-nav {
    margin: auto;
  }

  .footer-bottom {
    width: 100%;
  }

  .social-btn-mid {
    margin-left: 0px;
  }

  .res-50 {
    width: auto;
  }

  .card-content-offer {
    display: block;
    /* justify-content:space-between; */
    /* padding:20px; */
  }

  .navbar-toggler {
    color: #273578;
  }

  .home .navbar-toggler {
    color: #fff;
  }

  .form-search .form-control {
    width: 210px;
    margin-left: 0px;
  }

  .form-search .form-control-select {
    width: 95px;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    width: auto !important;
  }

  .dropdown-toggle:after {
    margin-left: 230px !important;
  }



  /* footer */

  .social-btn-group {
    justify-content: center;
    height: 50px !important;
    padding: auto !important;
  }

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

  footer .border .linksConditions .social-btn-group a {
    width: 105px;
  }

  .footTop {
    justify-content: start;
  }

  .aboutImg {
    width: 100%;
  }

  .tab button {
    padding: 14px;
  }

  .allNoti button {
    width: max-content;
  }

  .allNoti p {
    padding: 0px 20px;
  }

  .container-form-newjob {
    /* margin: 28px auto; */
    padding: 15px;
  }

  .container-form-newjob {
    width: 100%;
  }

  .container-form {
    width: 100%;
  }

  .loginForm {
    width: 100%;
  }

  .general {
    padding: 50px 0px;
  }

  .contactUS .leftSection {
    width: 100%;
    padding: 0;
  }

  .getInTouch .leftSection,
  .getInTouch .rightSection {
    width: 100%;
  }

  .role {
    margin: 0px 5px;
    padding: 5px 20px;
    width: 45%;
    height: auto;
  }

  .role span {
    font-size: 15px;
  }

  .pricing-container p {
    width: 100%;
  }

  .pricing-container {
    text-align: start;
  }

  .prices .col {
    margin: 10px 0px;
  }


  .subscription .leftSection {
    display: block !important;
    width: 100% !important;
  }

  .subscription .rightSection {
    width: 100% !important;
    margin: auto;
  }

  .otp input {
    width: 47px;
    height: 47px;
  }

  .content {
    margin-bottom: 30px;
    padding: 0px !important;
  }

  .name-img {
    margin-bottom: 25px;
  }

  .table button {
    height: auto;
  }

  .myreportHeader {
    display: block;
  }

  .reportBtn {
    font-size: 12.2px;
    width: 50%;
  }

  .myreportHeader button {
    /* width:auto; */
  }

  .loginForm {
    width: 80%;
  }

  .main .howItWork {
    width: 100%;
    height: auto !important;
  }

  .faqs .tabcontent {
    margin: 0px;
  }

  .faqs .tab button {
    padding: 10px;
  }

  .faqs .tabcontent {
    padding: 6px 0px;
  }

  .register-Right {
    width: 100% !important;
  }

  .publishBtn {
    width: auto;
  }

  .loginForm-tutor {
    width: 100%;
    margin: 0px;
  }

  .register-left {
    width: 100% !important;
  }

  .register-left-content {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .memberBtn {
    padding: 0px 8px;
    font-size: 16px !important;
  }

  .Add-btn-responsive {
    width: auto;
    padding: 0px;
  }

  .card-width {
    width: 57%;
  }

  .loginForm h6 {
    width: 100%;
  }

  .form-control {
    padding: 15px 5px;
  }

  .loginForm-tutor .check input {
    width: 15px;
    height: 15px;
    margin: 15px 5px;
  }

  .loginForm-tutor .check {
    font-size: 11px;
  }

  .nextBtn button {
    width: auto;
    height: 55px;
    margin: 0px 0px 18px 0px;
    padding: 5px;
  }

  .pervBtn button {
    width: auto;
    height: 55px;
    margin: 0px 0px 18px 0px;
    padding: 5px;
  }

  .ProfilePhoto a {
    padding: 16px 10px;
  }

  .uploadVideoBtn {
    padding: 15px !important;
    margin: 0px !important;
    width: auto !important;
  }

  .register-tutor-left {
    width: 100% !important;

  }

  .profile-left-section {
    width: 100%;
  }

  .profile-right-section {
    width: 100%
  }

  .introductory .left {
    width: 100%;
    padding: 10px;
  }

  .introductory iframe {
    /* height: 100%; */
    /* border-radius: 0px 0px 20px 20px; */
    width: -webkit-fill-available;
  }

  .skillOfferBtn {
    margin-bottom: 15px;
  }

  .skillOfferBtn a {
    display: block;
  }

  .sidebarMenu,
  .head {
    display: block !important;
    overflow: auto;
  }

  .categoryFilter {
    display: none;
  }

  .accordion-item {
    margin-bottom: 0px;
  }

  div#type__accordion {
    padding-top: 100px;
  }

  .sidebarMenu .accordion-button {
    padding: 0;
  }

  .head {
    background-color: #273578;
    color: white;
    margin: 15px;
    border-radius: 5px;
    width: fit-content;
  }

  .head a {
    padding: 5px 25px;
    color: white;
  }

  .sidebarMenu .accordion-body ul {
    padding: 0px 0px !important;
  }

  .sidebarMenu .filterSearch input {
    margin-top: 1px;
  }

  .sidebarMenu .accordion-body {
    padding: 1rem;
  }

  .closeBtn a {
    position: fixed;
    color: black;
    font-size: 22px;
    right: 20px;
    top: 85px;
    z-index: 666;
  }

  .categoryFilter {
    display: none;
  }

  .tutor-card {
    width: fit-content;
    display: block;
  }

  .info-card .info-card-content .info-card-title {
    width: max-content;
  }

  .tutor-imgName {
    display: block !important;
    text-align: center !important;
  }

  .d-mobile-w-65 {
    width: 65% !important;
  }

  .d-mobile-w-50 {
    width: 50% !important;
  }

  .ContractDetails .value {
    display: block;
  }

  .inProgress {
    margin: 8px 0px;
  }

  .inProgressHeader {
    display: block !important;
  }

  .more-options {
    top: -75px !important;
    width: 100px;
    right: 0% !important;
  }

  .profile-rating {
    margin-bottom: 10px;
  }

  .right-side-editOffer {
    width: 90%;
  }

  .newJobBtn {
    width: auto;
  }

  footer {
    height: 350px !important;
  }

  .footer-top-section {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }


  /* HOME PAGE */

  .main .hero-image-img {
    width: 100%;
    height: 100%;
  }

  .main .section2 .hero-image-img {
    width: 100%;
    height: 100%;
  }

  .heading-header-1 {
    font-size: 28px !important;
  }

  .heroSecBtn {
    margin-top: 20px !important;
  }

  .section4 iframe {
    margin: 0px;
    width: 100%;
    height: 100%;
  }

  .section4 .leftSection {
    width: 100%;
    padding: 0px;
  }

  .section5 h1 {

    font-size: 30px !important;
    padding: 0px !important;
  }

  .profile-card-slider .swiper-wrapper .swiper-slide {
    padding: 0px;
  }

  .cardsTutorSec {
    padding: 0px !important;
  }

  footer .link-list {
    width: 100px;
    display: flex;
    justify-content: space-between;
    margin: auto;
  }

  .section3 h1 {
    line-height: 140%;
  }

  .tutor-Register-head {
    padding: 0px !important;
    /* border-radius: 16px; */
  }

  .steps {
    display: flex;
    overflow: auto;
  }

  .steps .step {
    padding: 10px;
  }

  .step.active {
    /* opacity: 1; */
    color: #273578;
    border-left: none;
    border-bottom: 5px #273578 solid;
  }

  .editPF .register-left-content .tab {
    display: flex !important;
    overflow: auto;
  }

  .editPF .tab button.active {
    color: #273578;
    border-bottom: 3px #273578 solid !important;
    border-left: none;
    /* border-bottom: 2px solid #273578; */
  }

  .editPF .tab button:focus {
    color: #273578;
    border-bottom: 3px #273578 solid !important;
    border-left: none;
    /* border-bottom: 2px solid #273578; */
  }

  .clientName {
    margin: 5px;
  }

  .check label {
    font-size: 11px;
  }

  .check input[type=checkbox] {
    margin: 10px 5px !important;
  }

  .ProfilePhoto a {
    padding: 16px 30px;
  }

  .ProfilePhoto .editAccount {
    padding: 16px 0px;
  }

  .nav-pills {
    /* display: block; */
    margin-top: 25px;
    border-bottom: 1px #E6E6E6 solid;
    overflow: auto;
    flex-wrap: nowrap;
  }

  .nav-pills .nav-link {
    padding: 20px !important;
  }

  .title {
    margin-top: 15px;
  }

  /* .notiBtn {
  margin: auto;
} */
  .notiBtn {
    margin: 0px 20px;
  }

  .editAccount .form-outline {
    margin: 0px;
  }

  .clientName {
    width: auto !important;
    margin: 0px 0px !important;
  }

  .clientRegForm .clientName {
    /* margin: 0px 20px!important; */
  }

  .createNewJobBtn {
    width: 100% !important;
  }

  #start-date,
  #graduation-year {
    width: 100% !important;
  }

  .CurentlyWork {
    width: auto;
  }

  .CurentlyWorkLabel {
    font-size: 14px !important;
  }

  .modal {
    height: 75%;
  }

  /* .sidenav .accordion {
    height: inherit;
  } */

  .introductory {
    width: 100%;
  }

  .logoNav {
    justify-content: center !important;
  }

  .getInTouch {
    margin-top: 10px;
  }

  .d-mobile-w-test {
    width: 100% !important;
  }

  .ForgetBtn {
    margin: 0px 0px 14px !important;
  }

  .step.finish {
    border-left: none;
    border-bottom: 5px #273578 solid;
    color: #273578 !important;
    /* background-color: #04AA6D; */
  }

  .tutor-Register-head h2,
  h5 {
    padding: 10px;
  }

  .editProfilePhoto {
    margin-top: 20px !important;
  }

  .ChooseType {
    margin: 32px 0px;
  }

  .thumbnailContainer {
    width: 100%;
  }

  .thumbnailImg {
    width: 100%;
    height: 100%;
    border-radius: 0px 0px 12px 12px;
  }



  .backToHome {
    width: 50%;
  }

  .jobOfferPage .myreportHeader {
    display: block;
    width: 100% !important;
  }

  .d-mobile-w-100 {
    width: 100%;
  }
}

@media (max-width: 1300px) {
  .navbar-expand-xl .tutorNav .dropdown-menu {
    left: -746px  !important;
  }
}

.navbar .navbar-toggler {
  color: #273578;
}

.main .howItWork {
  height: 100% !important;
  width: 90% !important;
}


@media (max-width:1229px) {
  .aboutImg {
    width: 80%;
  }
}

.select2-selection {
  min-height: calc(1.5em + 1rem + 2px);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 40px;
}

.select2-container {
  width: 200px;
  /* Set the desired width */
}

.select2-selection--single {
  height: 36px;
  /* Set the desired height */
  border-radius: 4px;
  /* Set the desired border radius */
  border: 1px solid #ced4da;
  /* Set the desired border style */
}

.select2-results__option:hover {
  background-color: #edf6fb !important;
  /* Set the desired background color on hover */
  color: black !important;
  /* Set the desired text color on hover */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {

  top: 8px;

}

.Sitemap {
  color: #266EDB;
}

.Sitemap:hover {
  color: #1E9AAF;
}

.mt-30 {
  margin-top: 30px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: #1E9AAF;
  color: #fff;
  border-right: 1px solid #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: 1px solid #fff;
  margin-top: 10px;
  vertical-align: middle !important;
}

.select2-container--default .select2-selection--multiple {
  /* padding-bottom: 10px; */
}

#dropdownProfile img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.language_name {
  text-transform: capitalize;
}

.nodataFound {
  font-size: 20px;
  font-weight: 600;
  margin-top: 25px;
  margin-left: 2.6%;
  color: #273578;
}

.EditGeneralInfoForm .select2-container .select2-selection--single {
  display: none;
}

.Btn-Language{
  background: none;
}

.logoutBtn{
  padding: 15px 20px !important;
  font-size: 14px !important;
}

.completedProfile{
  margin-top: 20px;
  color: var(--neutrals-neutral-7, #282828);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 21.6px */
}

 .navbar-nav .nav-item.dropdown:hover .dropdown-menu,
 .navbar-nav .nav-item.dropdown .dropdown-menu:hover {
   display: block;
 }



 .navbar-nav .nav-item.dropdown:hover .dropdown-menu,
 .navbar-nav .nav-item.dropdown .dropdown-menu:hover {
   display: block !important;
   position: absolute !important;
   width: 100% !important;
   right:0 !important;
   /* Adjust this value based on your specific design */
   box-shadow: none !important;
 }

 .navbar-nav .nav-item.dropdown .dropdown-menu {
   position: absolute !important;
   width: 100% !important;
   right: 0 !important;
   /* Adjust this value based on your specific design */
   box-shadow: none !important;
 }


 @media (min-width:320px) and (max-width:480px) {
.typeThumbnailVideo{
  display: flex;
    align-items: center;
    flex-direction: column;
}
.tutor-card-margin{
    margin-left: 0px !important;
}

#VideoThumbnailImg{
  width: 100% !important;
  height: 140px !important;
}

.typeThumbnailVideo a{
  width: 50% !important;
  padding: 16px !important;
  margin-top: 10px;
  text-align: center;
}
.Totat-Earnings{
  display: flex;
}

.nav-pills,.editPF .register-left-content .tab {
  padding-bottom: 10px;
}
 }
.textred{
    color: red;
}
.textdark{
    filter: brightness(0.5);
}
.filtersearchBtn{
    padding: 15px 14px;
    background: #273578;
    color: #E9EBF1;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 19.2px */
    cursor:pointer;
}
@media (min-width:320px) and (max-width:480px) {
.filtersearchBtn{
    padding: 5px 14px;
    background: #273578;
    color: #E9EBF1;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 19.2px */
    cursor:pointer;
}
}
.filtersearchBtn:hover{
    padding: 15px 14px;
    background: #E9EBF1;
    color: #273578;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 19.2px */
    cursor:pointer;
}
.searchClearBtn{
    padding: 15px 14px;
    background: #E9EBF1;
    color: #273578;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 19.2px */
    cursor:pointer;
}
.searchClearBtn:hover{
    padding: 15px 14px;
    background: #273578;
    color: #E9EBF1;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 19.2px */
    cursor:pointer;
}
@media (max-width: 350px) {
.paddingnavbar{
    padding-left: 5px !important;
}
}
.page-link-previous{
    background-color: #273578;
    color: #E9EBF1;
}
.page-link-previous:disabled{
    background-color: #dddddd;
    color: #E9EBF1;
}
.page-link-next{
    background-color: #273578;
    color: #E9EBF1;
}
.page-link-next:disabled{
    background-color: #dddddd;
    color: #E9EBF1;
}
.page-link-number{
    background-color: #273578;
    color: #E9EBF1;
    cursor: pointer;
}
.page-link-number.selected {
    background-color: #E9EBF1;
    color: #273578;
    cursor: pointer;
    font-weight: bold;
}
.pagination{
    margin: 5% 0;
}



.moving-underline {
    position: relative;
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    color: #333;
  }

  .moving-underline::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #3498db;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: bottom left;
    transition: transform 0.3s ease; /* Add transition for smooth animation */
  }

  .moving-underline:hover::after {
    transform: scaleX(1); /* Expand the underline on hover */
  }
.Createnewjobbtn{
    padding: 20px 40px;
    border-radius: 4px;
    background-color: #1E9AAF;
    color: white;
}

.display-none{
    display: none;
}
.jobdropdownDE{
margin: 5px 20px;
cursor: pointer;
color: black;
}
.jobdropdownDE :hover{
margin: 5px 20px;
cursor: pointer;
color: #1E9AAF !important;
}
.imagesize{
    width: 100px;
    height: 100px;
    margin: 5px 5px;
    object-fit: cover;
}
.tutor-card-margin{
    margin-left: 100px;
}

.dummydataborder{
    border: 1px solid black;
}
.dummyimage{
    width: 56px;
    height: 56px;
    border-radius: 100px;
}

@media (min-width: 320px) and (max-width: 480px){
    .my-mobile-w-99 {
        width: 99% !important;
    }
    }
.AcceptOffer{
    background-color: #FCEFEF;
    color: #DB5C5C !important;
    border: none !important;
}
  .AcceptOffer:hover {
    background-color: #DB5C5C;
    color: #FCEFEF !important;
  }
