body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  /* font-family: 'Roboto', sans-serif !important; */
  font-family: MetLifeCircularNormal !important;
}

@font-face {
  font-family: Utopia;
  src: url('../fonts/Utopia-Bold.ttf');
}

@font-face {
  font-family: Utopia;
  src: url('../fonts/Utopia-Bold.ttf');
  font-weight: bold;
}

@font-face {
  font-family: 'MetLifeCircularNormal';
  src: url('../fonts/MetLifeCircular-Normal.otf');
}

@font-face {
  font-family: 'MetLifeCircularBold';
  src: url('../fonts/MetLifeCircular-Bold.otf');
}

@font-face {
  font-family: 'Palladio-Bold';
  src: url('../fonts/Palladio-Bold.ttf');
}

/* * {
  font-family: Utopia;
} */
:root {
  --blue: #012148;
  --red: #DE1B54;
  --green: #A5CF4F;
  --c-green: #00A4A0;
  --purple: #642C85;
  --grey: #D9D9D6;
  --b-shadow: 0 2px 9px -2px rgb(0 0 0 / 20%);
  --maroon: #A50F36;
  --met-blue: #0090DA;
}

a {
  font-family: MetLifeCircularNormal !important;
  text-decoration: none !important;
  color: var(--met-blue);
}

a:hover {
  color: var(--blue);
}

.red {
  color: var(--red) !important;

}

.green {
  color: var(--green) !important;
}

.blue {
  color: var(--blue) !important;
}

.purple {
  color: var(--purple) !important;
}

.grey {
  color: var(--grey) !important;
}

.blue-bg {
  /* background-color: var(--blue) !important; */
  background-color: #0061a0 !important;
}

.red-bg {
  background-color: var(--red) !important;
}

.green-bg {
  background-color: var(--green) !important;
}

.red-bg {
  background-color: var(--red) !important;
}

.c-green-bg {
  background-color: var(--c-green) !important;
}

.purple-bg {
  background-color: var(--purple) !important;

}

.maroon-bg {
  background-color: #A50F36 !important;
}

.bark-gray-bg {
  background-color: #75787B !important;
}

.teal-bg {
  background-color: #00ACA0 !important;
}

.top-icons ul {
  padding: 0px;
}

.top-icons ul li {
  padding: 0px;
  float: right;
  list-style: none;
  margin-top: 5px;
}

.top-icons ul li a {
  padding: 0 12px;
  font-size: 22px;
  /* color: var(--blue) !important; */
  color: #0061a0;

}

.search-box {
  border: rgb(228, 228, 228) solid 1px;
  padding: 15px 25px !important;
  background-color: #F8F8F8 !important;
  margin-bottom: 10px;
  font-weight: 500;
  border-radius: 100px;

}

.card {
  box-shadow: var(--b-shadow) !important;
  padding: 20px 20px;
  border: none !important;

}

.scope-of-learning h2 {
  font-weight: bold;
  font-family: Utopia !important;
  font-size: 28px !important;
  color: var(--maroon);
}

.scope-of-learning p {
  color: #aaa;
  font-size: 20px;
}

.scope-of-learning ul {
  padding: 0px;
}

.scope-of-learning ul li {
  margin-left: 25px;
  list-style: none;
  line-height: 40px;
  font-size: 20px;

}

.scope-of-learning ul li i {
  margin-right: 10px;

}

.card-boxes i {
  background-color: #f9f9f9;
  font-size: 55px;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50px;
  padding-top: 20px;
  color: #fff;

}

.card-boxes h3 {
  font-size: 23px;
  margin-top: 20px;
  /* font-weight: bold; */
  font-family: MetLifeCircularBold !important;
  font-size: 20px !important;
  color: black;
}

.card-boxes p {
  font-size: 20px;
  color: #7B7B7B;
  font-family: MetLifeCircularNormal !important;
  font-size: 16px !important;
  /* color: black; */
  /* text-transform: uppercase; */

}

.icon-size {
  font-size: 47px !important;
  padding-top: 25px !important;
}

.card-boxes2 i {
  background-color: #f9f9f9;
  font-size: 70px;
  width: 200px;
  height: 200px;
  margin: auto;
  border-radius: 100px;
  padding-top: 57px;
  color: #fff;
}

.card-boxes2 h3 {
  font-size: 38px;
  margin-top: 50px;
  font-weight: bold;
}

.card-boxes2 p {
  font-size: 35px;
  color: #7B7B7B;

}

.text-right {
  text-align: right;
}




.left-main {
  background-color: #0061A0;
  padding: 20px 20px;
  /* min-height: 920px; */
}

.menubar ul {
  padding: 0px;
}

.menubar ul li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.menubar ul li a {
  color: #fff;
  line-height: 30px;
  display: block;
  padding: 10px 0px 10px 20px;
  border-radius: 10px;
  margin-top: 5px;
}

.menubar ul li a:hover {
  background-color: #fff;
  color: #000;
}

.menubar ul li a i {
  margin-right: 10px;
}

.menubar ul li a:hover i {
  color: var(--blue);

}

.active-link {
  color: #000 !important;
  line-height: 30px;
  display: block;
  padding: 10px 0px 10px 20px;
  border-radius: 10px;
  background-color: #fff;
}

.active-link i {
  color: #000 !important;
  color: var(--blue) !important;

}



.logo {
  margin-bottom: 20px;
}

.bg-blue {
  background-color: var(--blue);
}

.login-main {
  width: 700px;
  margin: auto;
}

.login-bg {
  background-color: #fff;
  border-radius: 10px;
  min-height: 400px;
  padding: 30px;
}

.login-logo {
  width: 140px;
  margin: auto;
}

.login-bg h2 {
  font-weight: bold;
  color: var(--blue);
}

.login-bg p {
  color: var(--blue);
}



* {
  box-sizing: border-box;
}

/* Style the input container */
.input-container {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

/* Style the form icons */
.icon {
  padding: 16px;
  min-width: 55px;
  text-align: center;
  color: var(--blue);
  position: absolute;
  font-size: 20px !important;
}

/* Style the input fields */
.input-field {
  width: 100%;
  padding: 16px 0px 16px 54px;
  outline: none;
  border-radius: 50px;
  border: none;
  background-color: #e8f0fe !important;
}



/* Set a style for the submit button */
.submit-login {
  background-color: #07639d;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  margin-top: 10px;
  letter-spacing: 2px;
}

.submit-login:hover {
  opacity: 1;
}

.mob-input {
  width: 69%;
  margin-right: 5px;
  float: left;
}

.send-otp a {
  color: #fff;

}

.send-otp {
  width: 30%;
  float: left;
  background-color: #07639d;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}

.or {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: bold;
}

.forgot {
  text-align: right;
  margin-top: 5px;
}

.input-otp {
  width: 20%;
  font-size: 50px;
  text-align: center;
  border: none;
  border-radius: 5px;
  background-color: #e8f0fe;
  margin-left: 10px;
}

.intro-text {
  text-align: center;
  color: #fff;

}

.intro-wht {
  width: 800px;
  margin: auto;

}

.intro-wht h2 {
  font-weight: bold;

}

.intro-wht button {
  font-size: 20px;
  /* margin-top: 20px; */
  width: 20%;
  color: #000;
  font-weight: bold;

}

.main-heading {
  /* font-family: Utopia !important; */
  font-family: MetLifeCircularNormal !important;
  font-size: 24px !important;
  color: var(--maroon);
  font-weight: bold;
  margin-bottom: 20px;

  margin-top: 15px;
}

.recent-main {
  border-radius: 15px;
  margin-bottom: 25px;
}

.recent-main img {
  border-radius: 15px 15px 0 0px;
  max-height: 250px;
  object-fit: cover;
}

.recent-main h2 {
  font-size: 22px;
  margin-top: 15px;
  /* font-weight: bold; */
  text-transform: uppercase;
  font-family: MetLifeCircularBold !important;
  font-size: 20px !important;
  color: black;
}

.recent-main p {
  font-size: 20px;
  color: #9A9A9A;
  font-family: MetLifeCircularBold !important;
  font-size: 14px !important;
  /* color: black; */
  text-transform: uppercase;

}

.recent-main i {
  color: var(--blue);
}

.moules-list {
  margin-bottom: 20px;
}

.moules-list h2 {
  font-size: 20px;
  /* font-weight: bold; */
  text-transform: uppercase;
  font-family: MetLifeCircularBold !important;
  color: black;
}

.moules-list p {
  font-size: 18px;
  color: #9A9A9A;
}

.moules-list {
  border-radius: 15px;
}

.moules-list img {
  border-radius: 15px;

}

.moules-list i {
  color: var(--blue);
}

.blue-bar {
  background-color: var(--blue);
  height: 7px;
  border-radius: 50px;
}

.grey-bar {
  background-color: var(--grey);
  height: 7px;
  border-radius: 50px;

}

.red-bar {
  background-color: var(--red);
  height: 7px;
  border-radius: 50px;
  width: 20%;

}

.status-bar h5 {
  color: var(--blue);
  font-size: 16px;
  margin-top: 10px;
  font-weight: 500;

}

.text-right {
  text-align: right !important;


}

.blue-round {
  font-size: 45px !important;
  color: var(--blue);
}

.grey-round {
  font-size: 49px !important;
  color: var(--grey);
  margin-top: -5px;
  z-index: 9;
  position: relative;

}


.blue-line {
  background-color: var(--blue);
  height: 160px;
  width: 6px;
  margin: auto;
  margin-top: -8px !important;
  left: -5px !important;
  position: relative;
}

.grey-line {
  background-color: var(--grey);
  height: 160px;
  width: 6px;
  margin: auto;
  margin-top: -8px !important;
  left: -5px !important;
  position: relative;
}

.c-types {
  background-color: var(--grey);
  width: 120px;
  height: 120px;
  margin: auto;
  text-align: center;
  font-size: 60px;
  padding-top: 12px;
  border-radius: 18px;

}

.course-list i {
  color: var(--blue);
}

.course-list {
  margin-bottom: 20px;
}

.course-list h2 {
  font-size: 22px;
  margin-top: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0px;
  font-family: MetLifeCircularBold !important;
  font-size: 20px !important;
  color: black;

}

.course-list p {
  font-size: 20px;
  color: #9A9A9A;
  margin-bottom: 5px;
  font-family: MetLifeCircularBold !important;
  font-size: 14px !important;
  color: black;
  text-transform: uppercase;

}

.sm-icons i {
  margin-left: 20px;
  font-size: 20px;
  margin-top: 5px;
}

.like-icon-off {
  color: #DBD7D6 !important;
}

.like-icon-on {
  color: var(--blue);
}

.notification {
  padding: 0 20px;


}

.notification-date {
  float: right;
  font-size: 15px;
  margin-top: -29px;
  color: #7B7B7B;

}

.notification h3 {
  font-weight: 600;
  font-size: 17px;
}

.notification p {
  color: #7B7B7B;
}

.b-line {
  border-bottom: #e9e9e9 solid 1px;
  margin-bottom: 20px;

}

.clear-all {
  background-color: var(--blue);
  border: 0px;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 0px;
  font-size: 20px;
  text-transform: uppercase;

}

.clear-all:hover {
  background-color: var(--red);
  border: 0px;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 0px;
  font-size: 20px;
  text-transform: uppercase;

}

.quizzes-main {
  padding: 0 10px;
}

.quizzes-main h2 {
  font-size: 20px;
  background-color: #0061a0;
  padding: 15px 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 25px;
}

.form-check {
  min-height: 2.5rem !important;
  margin-left: 20px;
}

.timer {
  background-color: var(--grey);
  width: 200px;
  margin: auto;
  text-align: center;
  padding: 5px 0px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 18px;


}

.timer i {
  color: var(--blue);
  font-size: 22px;
  padding-top: 15px;
  margin-right: 5px;

}

.next-b {
  margin: auto;
  width: 100%;
  /* text-align: center; */
  margin-top: 50px;
}

.next-b button,
.next-b .btn {
  border: none !important;
  font-size: 20px;
  padding: 10px 30px;

}

.document {
  padding: 0 10px;
}

.document h4 {
  font-size: 20px;
  color: var(--blue);
  font-weight: bold;
}

.document p {
  font-size: 17px;
  text-align: justify;
  color: #474747;

}

.survey-main {
  padding: 0 10px;
}

.survey-main img {
  width: 40px;
  margin-right: 13px;
}

.survey-main ul {
  padding: 0px;
}

.survey-main ul li {
  padding: 0px;
  list-style: none;
  line-height: 70px;
  display: block;
}

.survey-main ul li a {
  padding: 0px;
  border-bottom: #ececec solid 1px;
  display: block;
}

.certificate-main {
  padding: 0 0px 0 20px;


}

.certificate-main h3 {
  font-size: 20px;
  padding-top: 15px;
  font-weight: bold;
  font-family: MetLifeCircularBold !important;
  font-size: 20px !important;
  color: black;

}

.certi-icon {
  padding: 15px 0px;
  border-radius: 10px;
}

.certificate-main svg {
  font-size: 150px !important;

}

.certi-smicon {
  position: relative;
}

.certi-smicon a {
  text-align: right;
  margin-top: 17px;
  color: var(--blue);
}

.certi-smicon i {
  font-size: 25px;
  padding: 0 10px;
  float: right;
}

.download-off {
  color: #d1d1d1;
}

.certificate-icon {
  background-color: #ececec;

}

.pro-pic {
  text-align: center;
}

.pro-pic img {
  border-radius: 50%;
  padding: 3px 3px;
  border: #e5e5e5 solid 5px;
  width: 80%;
  object-fit: cover;
  height: 148px;
  width: 148px;
}

.user-id {
  margin-top: 25px;
}

.user-id h2 {
  margin-top: 20px;
  font-weight: bold;
}

.user-id p {
  color: #7B7B7B;
  font-weight: 600;
  letter-spacing: 1px;
}

.pad-left-right {
  padding: 0 10px;
}

.followers-main {
  text-align: center;
  background-color: var(--blue);
  color: #fff;
  padding: 15px 0px;
  border-radius: 20px;
  margin-top: 25px !important;
  width: 98%;
  margin: auto;
}

.followers-main h3 {
  font-size: 35px;
  font-weight: bold;
}

.followers-main h4 {
  color: #73D0F6;

}

.bor-right {
  border-right: #39B9EE solid 1px;
}

.goals {
  margin-top: 25px;

}

.goals h3 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 16px;
}

.goals ul {
  padding: 0px;
}

.goals ul li {
  list-style: none;
  float: left;
  margin-bottom: 20px;
  background-color: var(--grey);
  padding: 10px 30px;
  margin-right: 5px;
  border-radius: 50px;
  font-size: 18px;
}

.yearly-main h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}

.yearly-main p {
  font-weight: bold;

}

.yearly-main i {
  color: var(--blue);
  font-size: 115px;
  text-align: center;

}

.yearly-main select {
  padding: 10px 20px;
  border-radius: 50px;

}

.yearly-main {
  margin-top: 10px;
  border-radius: 20px;

}

.skills {
  margin-top: 20px;
  border-radius: 10px;
  text-align: center;
  align-items: center;
}

.skills i {
  font-size: 70px !important;
  color: var(--blue);
}

.skills h3 {
  margin-top: 16px;
  font-weight: bold;
  font-size: 22px;
}

.rank-tabs ul {
  padding: 0px;
}

.rank-tabs ul li {
  padding: 0px;
  list-style: none;
  float: left;
  margin-bottom: 20px;
  margin-top: 10px;
}

.rank-tabs ul li a {
  background-color: var(--grey);
  padding: 10px 30px;
  margin-right: 5px;
  border-radius: 50px;
  font-size: 18px;
}

.w-color {
  color: #fff !important;
}

.rank-main {
  margin-top: 20px;
  border-radius: 10px;
  text-align: center;
  align-items: center;
}

.rank-main i {
  font-size: 70px !important;
  color: var(--blue);
}

.rank-main h3 {
  margin-top: 16px;
  font-weight: bold;
  font-size: 25px;
}

.rank-main h4 {
  font-weight: bold;
  font-size: 20px;
}

.rank-main p {
  color: var(--blue);
  font-weight: bold;
  font-size: 20px;
}

.ranks-all {
  border-radius: 10px;
  margin-bottom: 20px;
}

.ranks-all img {
  border-radius: 50%;
  border: var(--grey) solid 3px;

}

.ranks-all h2 {
  font-size: 25px;
  font-weight: bold;
  margin-top: 15px !important;
  color: var(--blue);
}

.ranks-all p {
  font-size: 20px;
  font-weight: 500;
  color: #7B7B7B;

}

.ranks-all h4 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 15px !important;
  color: var(--blue);
}

.rank-numbers {
  text-align: center;
  background-color: var(--grey);
  width: 37px;
  height: 37px;
  border-radius: 50px;
  font-size: 15px !important;
  padding-top: 7px;
  font-weight: 600;

}

.hgt-136 {
  height: 136px;

}

.course-wise {
  margin-bottom: 20px;
  border-radius: 50px;
  padding: 20px 20px;
}

.course-wise h2 {
  font-size: 20px;
  font-weight: 6 00;
  color: var(--blue);
  margin-bottom: 0px;

}

.course-wise i {
  font-size: 20px;
  color: var(--blue);
}

.com-chat img {
  float: left;
  width: 70px;
  border-radius: 50px;
}

.com-chat h2 {
  float: left;
  background-color: #fff;
  box-shadow: var(--b-shadow) !important;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 0px 20px 20px 20px;
  margin-top: 18px;


}

.com-chat p {
  float: left;
  width: 100%;
  margin-left: 74px;
  color: #9A9A9A;
}

.user-chat h2 {
  float: right;
  box-shadow: var(--b-shadow) !important;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 20px 0px 20px 20px;
  margin-top: 18px;
  background-color: var(--blue);
  color: #fff;
  margin-right: 10px;

}

.user-chat img {
  float: right;
  width: 70px;
  border-radius: 50px;
}

.user-chat p {
  float: right;
  width: 100%;
  margin-right: 78px;
  color: #9A9A9A;
  text-align: right;
}

.chat-type input {
  color: #fff !important;
  padding: 15px 20px;
  border-radius: 50px;
}

.chat-type i {
  font-size: 35px;
  padding: 0 15px;
  text-align: right;
  margin-top: 7px;

}

.chat-type-icons {
  text-align: right;
}

.downloaded-icon i {
  font-size: 25px !important;
  margin-top: 15px;
  color: var(--blue) !important;
  margin-left: 10px;
}

.downloaded-icon p {
  font-size: 17px !important;
  color: var(--blue) !important;
}

.downloaded-text {
  color: #7B7B7B;
  font-size: 16px;
}

.downloaded-type-icon i {
  /* background-color: var(--grey); */
  font-size: 30px;
  height: 80px;
  width: 72px;
  padding-top: 20px;
  border-radius: 8px;
  color: var(--blue);

}

.downloaded-main {
  padding: 0px 20px;
}

.downloaded-main h3 {
  font-size: 20px;
  color: var(--blue);
  font-weight: bold;
}


@media (min-width: 820px) and (max-width: 1000px) {
  .container {
    width: 100% !important;
    max-width: 100% !important;
  }

  .wht-768 {
    width: 100% !important;
    margin: auto;
  }

  .card-boxes2 h3 {
    margin-top: 22px;
  }

  .blue-line {
    left: 4px !important;
    height: 400px;
  }

  .grey-line {
    left: 4px !important;
    height: 400px;

  }

  .hgt-136 {
    height: 136px;
  }

  .course-list p {
    font-size: 14px;

  }

  .c-types {

    width: 90px;
    height: 90px;
    margin: auto;
    text-align: center;
    font-size: 53px;
    padding-top: 4px;

  }

  .course-list h2 {
    font-size: 17px;
  }

  .hgt-140 {
    height: 140px !important;
  }


}

@media (min-width: 768px) {
  .container {
    width: 1200px !important;
  }

  .left-main {
    min-height: 920px;
  }
}

@media (min-width: 768px) and (max-width: 819px) {

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

  .wht-768 {
    width: 100% !important;
    margin: auto;
  }

  .card-boxes2 h3 {
    margin-top: 22px;

  }

  .card-boxes h3 {
    font-size: 21px;
  }

  .blue-round {
    font-size: 45px !important;
    color: var(--blue);
    margin-left: -12px;
  }

  .blue-line {
    left: -4px !important;
    height: 400px;
  }

  .grey-line {
    left: -4px !important;
    height: 400px;

  }

  .grey-round {
    margin-left: -15px;
  }

  .hgt-136 {
    height: 136px;
  }

  .mgr-left8 {
    margin-left: 19px !important;

  }

  .course-list p {
    font-size: 14px;

  }

  .c-types {

    width: 90px;
    height: 90px;
    margin: auto;
    text-align: center;
    font-size: 53px;
    padding-top: 4px;

  }

  .course-list h2 {
    font-size: 17px;
  }

  .hgt-140 {
    height: 140px !important;
  }

}

.error {
  color: red;
}

.c-types {
  background-color: var(--grey);
  width: auto;
  height: auto;
  margin: auto;
  text-align: center;
  font-size: 26px;
  /* padding-top: 12px; */
  border-radius: 18px;
  display: inline-flex;
  padding: 10px;
}

.textEditor {
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.boldtext {
  background: #a0cadd;
  padding: 1px 4px;
}

/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v129/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.project-sent-div {
  border: 1px solid #03a3eb;
  padding: 10px;
  margin: 10px 0px;
}

.view-project-file {
  border: 1px solid #20A0FF;
  padding: 7px 10px;
  margin: auto;
  float: right;
  border-radius: 15px;
  margin-left: 5px;
}

.remove-project {
  border: 1px solid red;
  padding: 10px;
  border-radius: 15px;
  float: right;
  color: red;
  cursor: pointer;
}

.user-detail {
  background: #0061a0 !important;
  color: #fff;
  padding: 14px;
  font-size: 18px;
  margin: 0;
  border-radius: 7px 7px 0px 0px;
}

.change_pic {
  cursor: pointer;
}

.camera_icon {
  position: relative;
  bottom: 37px;
  left: 50px;
  font-size: 18px !important;
  background: #e5e5e5;

  padding: 8px;
  border-radius: 50%;
}

.downloaded-type-icon i {
  /* background-color: var(--grey); */
  font-size: 30px;
  height: 80px;
  width: 72px;
  padding-top: 20px;
  border-radius: 8px;
  color: var(--blue);
}

.text-red {
  color: red !important;
}

.text-green {
  color: green !important;
}

.downloaded-icon {
  position: relative;
}

.share-div {
  position: absolute;
  background-color: white;
  /* margin-top: 10px; */
  width: 300px;
  right: 0px;
  /* right: 95px; */
  /* top: 30px; */
  z-index: 99;
  /* height: 55px;
    width: 365px;
    margin-left: 80px; */
  /* box-shadow: 3px 4px rgb(194 192 192); */
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  /* padding-top: 10px; */
}

.share-div1 {
  top: 30px !important;
}

div.social-links {
  margin: 0 auto;
}

div.social-links ul li {
  display: inline-block;
}

div.social-links ul li a {
  padding: 6px;
  margin: 3px;
  font-size: 20px;
  color: black;
}

.social-links {
  display: inline;
  float: left !important;
}

.social-links ul {
  margin: 0;
  padding: 0;
}

.loadMore {
  display: none;
}

.close {
  background: transparent !important;
  border: none !important;
}

/* / Ratings widget / */
.rate {
  display: inline-block;
  border: 0;
}

.rate>input {
  display: none;
}

.rate>label {
  float: right;
  color: #DBD7D6;
}

.rate>label:before {
  display: inline-block;
  font-size: 50px;
  padding: .3rem .2rem;
  margin: 0;
  cursor: pointer;
  font-family: FontAwesome;
  content: "\f005 ";
  margin-right: 20px;
}

/* / Half star trick / */
.rate .half:before {
  content: "\f089 ";
  position: absolute;
  padding-right: 0;
}

.rate-chk:checked~label,
.rate-lbl:hover,
.rate-lbl:hover~.rate-lbl {
  color: #2ea3e0;
}

.rate-chk:checked+.rate-lbl:hover,
.rate-chk:checked~.rate-lbl:hover,
.rate-chk:checked .rate-lbl:hover .rate-lbl,
.rate-lbl:hover .rate-chk:checked .rate-lbl {
  color: #2ea3e0;
}

.stars {
  width: 350px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 32px;

}

.stars i {
  color: #DBD7D6;
  font-size: 50px;
  margin-right: 20px;
}

.review-text {
  padding: 20px;
  margin-top: 25px;
}

.rating-menu:focus {
  background-color: #fff;
  color: #000;
}

/* news model */
#newsModal .newsModalContent {
  border-radius: 20px;
}

#newsModal .carousel-indicators {
  position: relative;
  margin-bottom: 0rem;
}

#newsModal .carousel-indicators button {
  width: 13px !important;
  height: 13px !important;
  background-color: lightgray !important;
  border-radius: 50%;
}

#newsModal .carousel-indicators button.active {
  background-color: #009cdc !important;
}

#newsModal .modal-header {
  flex-direction: column-reverse;
  align-items: center !important;
}

#newsModal .modal-title {
  font-weight: 600;
  font-size: 26px;
}

#newsModal .news-title {
  font-size: 23px;
  margin-top: 20px;
  margin-bottom: 16px;
}

#newsModal .news-content {
  height: 70px;
  color: rgb(31, 31, 31);
  font-weight: 600;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}

/* end news model */

/* login */

@media (max-width: 768px) {
  .mob-input {
    width: 100%;
    margin-right: auto;
  }

  .send-otp {

    background-color: var(--blue);
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    width: 100% !important;
    opacity: 0.9;
    border-radius: 50px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
  }

  .forgot {
    text-align: center;
  }

}

@media (min-width: 1000px) and (max-width: 1366px) {
  .login-logo {
    width: 200px;
    margin: auto;
  }

  .login-bg h2 {
    font-size: 20px;
    margin-bottom: 0px;
  }

  .login-bg p {
    color: var(--blue);
    margin-bottom: 5px;
  }

  .input-field {
    width: 100%;
    padding: 7px 0px 7px 54px;
    outline: none;
    border-radius: 50px;
    border: none;
    background-color: #e8f0fe !important;
  }

  .icon {
    padding: 12px;
    font-size: 16px !important;
  }

  .form-check {
    min-height: 15px !important;
    margin-left: 20px;
  }

  .submit-login {
    padding: 8px 20px;
    font-size: 20px;
    margin-top: 0px;
  }

  .or {
    margin-top: 0px;
    margin-bottom: 7px;
    font-size: 20px;

  }

  .send-otp {
    font-size: 17px;

  }

}

.page-links {
  font-size: 14px;
  width: 100%;
}

.page-links a {
  color: #000;
}

.page-links a:hover {
  color: var(--blue) !important;
}

.container {
  width: auto !important;
}

#captcha {
  padding-left: 25px;
}

.pos-relative {
  position: relative;
}

#eye_icon,
#eye_slash_icon {
  position: absolute;
  right: 0
}

/* end login */