@font-face {
  font-family: "NunitoSans-Regular";
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
  src: url("../../fonts/frontend/NunitoSans-Regular.eot");
  src: url("../../fonts/frontend/NunitoSans-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/frontend/NunitoSans-Regular.woff") format("woff"), url("../../fonts/frontend/NunitoSans-Regular.ttf") format("truetype"), url("../../fonts/frontend/NunitoSans-Regular.svg#NunitoSans-Regular") format("svg");
}

@font-face {
  font-family: "NunitoSans-SemiBold";
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
  src: url("../../fonts/frontend/NunitoSans-SemiBold.eot");
  src: url("../../fonts/frontend/NunitoSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/frontend/NunitoSans-SemiBold.woff") format("woff"), url("../../fonts/frontend/NunitoSans-SemiBold.ttf") format("truetype"), url("../../fonts/frontend/NunitoSans-SemiBold.svg#NunitoSans-SemiBold") format("svg");
}

@font-face {
  font-family: "NunitoSans-Bold";
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
  src: url("../../fonts/frontend/NunitoSans-Bold.eot");
  src: url("../../fonts/frontend/NunitoSans-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/frontend/NunitoSans-Bold.woff") format("woff"), url("../../fonts/frontend/NunitoSans-Bold.ttf") format("truetype"), url("../../fonts/frontend/NunitoSans-Bold.svg#NunitoSans-Bold") format("svg");
}

@font-face {
  font-family: "NunitoSans-ExtraBold";
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
  src: url("../../fonts/frontend/NunitoSans-ExtraBold.eot");
  src: url("../../fonts/frontend/NunitoSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/frontend/NunitoSans-ExtraBold.woff") format("woff"), url("../../fonts/frontend/NunitoSans-ExtraBold.ttf") format("truetype"), url("../../fonts/frontend/NunitoSans-ExtraBold.svg#NunitoSans-ExtraBold") format("svg");
}

@font-face {
  font-family: "NunitoSans-Black";
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
  src: url("../../fonts/frontend/NunitoSans-Black.eot");
  src: url("../../fonts/frontend/NunitoSans-Black.eot?#iefix") format("embedded-opentype"), url("../../fonts/frontend/NunitoSans-Black.woff") format("woff"), url("../../fonts/frontend/NunitoSans-Black.ttf") format("truetype"), url("../../fonts/frontend/NunitoSans-Black.svg#NunitoSans-Black") format("svg");
}

@font-face {
  font-family: "comic_sans_msregular";
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
  src: url("../../fonts/frontend/comic-webfont.eot");
  src: url("../../fonts/frontend/comic-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/frontend/comic-webfont.woff") format("woff"), url("../../fonts/frontend/comic-webfont.ttf") format("truetype"), url("../../fonts/frontend/comic-webfont.svg#comic_sans_msregular") format("svg");
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

@media (max-width: 1199.98px) {
  ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
}

::-webkit-scrollbar-track {
  box-shadow: none;
  background-color: #e2e5e6;
}

::-webkit-scrollbar-thumb {
  box-shadow: none;
  background-color: #000000;
}

:focus {
  outline: 0 !important;
}

html {
  height: 100%;
}

body {
  font-size: 16px;
  line-height: 25px;
  font-family: "NunitoSans-Regular";
  color: #000000;
  min-height: 100%;
  position: relative;
  background-color: #FBFBFF;
}

a,
.btn {
  text-decoration: none;
}

a:hover,
.btn:hover {
  text-decoration: none;
  transition: all 0.4s;
}

@media (min-width: 1399px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1376px;
  }
}

@media (max-width: 991.98px) {
  .container {
    max-width: 100%;
  }
}

.mainContent {
  padding-top: 83px;
}

@media (max-width: 1199.98px) {
  .mainContent {
    padding-top: 60px;
  }
}

.ripple-effect-dark,
.ripple-effect {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.ripple-effect span.ripple-overlay,
.ripple-effect-dark span.ripple-overlay {
  animation: ripple 0.9s;
  border-radius: 100%;
  background: #ffffff;
  height: 12px;
  position: absolute;
  width: 12px;
  line-height: 12px;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

.ripple-effect-dark span.ripple-overlay {
  background: #000000;
  opacity: 0.07;
}

.commonBox {
  padding: 15px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #ffffff;
  -o-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06) ;
  -ms-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06) ;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06) ;
  margin-bottom: 20px;
}

.pageTitle {
  background-color: #3C5D4B;
  padding: 25px 0;
  margin-bottom: 30px;
}

.pageTitle__rideSide a {
  color: #ffffff;
}

.pageTitle__rideSide a:last-child {
  margin-left: 15px;
}

.pageTitle__rideSide em {
  background-color: rgba(255, 255, 255, 0.06);
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  border-radius: 11px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  margin-right: 12px;
  font-size: 20px;
}

.pageTitle__rideSide span {
  position: relative;
}

.pageTitle__rideSide span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  content: "";
}

.pageTitle__rideSide .btn-yellow {
  background-color: #FFC100;
  border-radius: 5px;
  padding: 8px 16px;
  color: #000000;
}

.pageTitle__rideSide .btn-yellow span:after {
  display: none;
}

.pageTitle__rideSide .btn-yellow em {
  border: 0;
  background-color: transparent;
  font-size: 20px;
  width: 20px;
  height: 20px;
  line-height: 18px;
  margin-right: 5px;
}

.pageTitle__title {
  color: #ffffff;
  margin-bottom: 0;
}

@media (max-width: 1499px) {
  .pageTitle {
    padding: 20px 0;
  }
}

@media (max-width: 1199.98px) {
  .pageTitle {
    padding: 15px 0;
  }
}

@media (max-width: 767.98px) {
  .pageTitle__rideSide .boxContent-nav {
    margin-top: 10px;
  }
  .pageTitle__rideSide .boxContent-nav .nav {
    padding: 5px;
  }
  .pageTitle__rideSide .boxContent-nav .nav-link {
    padding: 5px;
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .pageTitle__rideSide em {
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    margin-right: 0;
    font-size: 18px;
  }
  .pageTitle__rideSide .btn-yellow {
    padding: 5px;
  }
  .pageTitle__rideSide .btn-yellow em {
    margin-right: 0;
  }
}

.uploadStuff {
  padding: 10px;
  border: 2px dashed #B5B5B5;
}

.uploadStuff input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.uploadStuff label {
  height: 220px;
  background: #F5F8F7;
  border-radius: 5px;
  cursor: pointer;
  padding: 8px;
}

.uploadStuff label span {
  font-size: 36px;
  color: #3C5D4B;
}

.uploadStuff label .txt {
  font-size: 18px;
  margin-top: 10px;
  color: #3C5D4B;
  word-break: break-all;
}

.uploadStuff:hover {
  border-color: #3C5D4B;
}

@media (max-width: 1599px) {
  .uploadStuff label {
    height: 180px;
  }
  .uploadStuff label span {
    font-size: 30px;
  }
  .uploadStuff label .txt {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .uploadStuff label {
    height: 160px;
  }
  .uploadStuff label span {
    font-size: 26px;
  }
  .uploadStuff label .txt {
    font-size: 17px;
  }
}

.userInfo {
  flex: 1;
}

.userInfo_img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-right: 15px;
  overflow: hidden;
}

.userInfo_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.userInfo_detail {
  flex: 1;
}

.userInfo_tag {
  background-color: #FF9000;
  border-radius: 3px;
  font: 12px "NunitoSans-Bold";
  line-height: 16px;
  color: #ffffff;
  padding: 2px 5px;
}

.userInfo_name {
  font-family: "NunitoSans-Bold";
  margin: 4px 0;
  max-width: 250px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 1599px) {
  .userInfo_name {
    font-size: 18px;
  }
}

@media (max-width: 575.98px) {
  .userInfo_name {
    font-size: 16px;
  }
}

.commonPad {
  padding-bottom: 60px;
}

@media (max-width: 1499px) {
  .commonPad {
    padding-bottom: 50px;
  }
}

@media (max-width: 1199.98px) {
  .commonPad {
    padding-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .commonPad {
    padding-bottom: 30px;
  }
}

.h-32 {
  font-size: 32px;
  line-height: 43px;
  font-family: "NunitoSans-ExtraBold";
}

@media (max-width: 1499px) {
  .h-32 {
    font-size: 28px;
  }
}

@media (max-width: 1399px) {
  .h-32 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (max-width: 1199.98px) {
  .h-32 {
    font-size: 20px;
    line-height: 22px;
  }
}

.h-24 {
  font-size: 24px;
  line-height: 60px;
  font-family: "NunitoSans-ExtraBold";
}

@media (max-width: 1499px) {
  .h-24 {
    font-size: 22px;
  }
}

@media (max-width: 1399px) {
  .h-24 {
    font-size: 20px;
  }
}

@media (max-width: 991.98px) {
  .h-24 {
    font-size: 18px;
    line-height: 50px;
  }
}

.h-16 {
  font-size: 16px;
  line-height: 22px;
  font-family: "NunitoSans-ExtraBold";
}

.p-30 {
  padding: 30px;
}

.table-responisve {
  width: 100%;
  overflow-x: auto;
}

.jq-ry-container {
  padding: 0 !important;
}

.rateStar svg {
  width: 14px;
  height: 14px;
}

.bg-green {
  background-color: #F5F8F7;
}

.sortBy .nameSpace {
  padding-right: 10px;
}

.sortBy .select2.select2-container .select2-selection {
  background-color: transparent;
  border-color: transparent;
  padding: 5px 10px;
  height: 40px;
}

.sortBy .select2.select2-container .select2-selection[aria-expanded="true"] {
  background-color: #ffffff;
}

.sortBy .select2.select2-container .select2-selection__arrow {
  right: 6px !important;
}

.commonHead {
  margin-bottom: 25px;
}

.commonHead_title {
  font-size: 32px;
  margin-bottom: 10px;
}

.commonHead p {
  margin: 0;
}

@media (max-width: 1499px) {
  .commonHead {
    margin-bottom: 20px;
  }
  .commonHead_title {
    font-size: 28px;
  }
}

@media (max-width: 1199.98px) {
  .commonHead {
    margin-bottom: 50px;
  }
}

@media (max-width: 991.98px) {
  .commonHead_title {
    font-size: 23px;
  }
}

@media (max-width: 575.98px) {
  .commonHead_title {
    font-size: 17px;
  }
}

.sectionPad {
  padding: 60px 0px;
}

@media (max-width: 1499px) {
  .sectionPad {
    padding: 50px 0px;
  }
}

@media (max-width: 1199.98px) {
  .sectionPad {
    padding: 40px 0px;
  }
}

@media (max-width: 991.98px) {
  .sectionPad {
    padding: 30px 0px;
  }
}

.listSlider .slick-list {
  margin: 0 -8px;
}

.listSlider-item {
  padding: 0 8px;
}

.flexRow {
  margin: 0 -8px;
}

.flexRow [class*="column-"] {
  padding: 0 8px;
}

.flexRow .column-1 {
  flex: 0 0 332px;
  max-width: 332px;
}

.flexRow .column-2 {
  flex: 0 0 calc(100% - 332px);
  max-width: calc(100% - 332px);
}

@media (max-width: 1199.98px) {
  .flexRow .column-1 {
    flex: 0 0 0;
    max-width: 0;
  }
  .flexRow .column-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.uploadPicture {
  position: relative;
  overflow: hidden;
  height: 240px;
  border-radius: 5px;
}

.uploadPicture .delete-icon {
  color: #ffffff;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: auto;
  justify-content: center;
  font-size: 18px;
}

.uploadPicture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1399px) {
  .uploadPicture {
    height: 200px;
  }
}

@media (max-width: 991.98px) {
  .uploadPicture .delete-icon {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .uploadPicture {
    height: auto;
  }
}

@media (max-width: 575.98px) {
  .uploadPicture .delete-icon {
    top: 10px;
    right: 10px;
    height: 30px;
    width: 30px;
    font-size: 14px;
  }
}

.alert {
  border-radius: 0;
  padding: 6px 15px;
}

.alert-danger {
  border-left: 3px solid #721c24;
}

.progressive {
  overflow: hidden;
  position: relative;
  background: #efefef;
}

.progressive__img {
  transform: translateZ(0);
}

.progressive--not-loaded {
  filter: blur(30px);
  transform: scale(1.1);
}

.progressive--is-loaded {
  filter: blur(20px);
  animation: progressive 0.5s both;
  transform: scale(1);
}

.btn {
  cursor: pointer;
  line-height: normal;
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 5px;
  font-family: "NunitoSans-Bold";
}

.btn-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.btn-lg {
  padding: 11px 20px;
  font-size: 20px;
}

@media (max-width: 991.98px) {
  .btn-lg {
    padding: 10px 20px;
    font-size: 16px;
  }
}

.btn-sm {
  padding: 5px 15px;
  font-size: 14px;
}

.btn:focus {
  box-shadow: none;
}

.btn-primary {
  border-color: #3C5D4B;
  color: #ffffff;
  background-color: #3C5D4B;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active:focus {
  border-color: transparent;
  background: rgba(60, 93, 75, 0.9);
  color: #ffffff;
  outline: none;
  box-shadow: none !important;
}

.btn-primary.disabled, .btn-primary[disabled] {
  background: rgba(60, 93, 75, 0.2);
  border-color: rgba(60, 93, 75, 0);
  pointer-events: none;
}

.btn-primary--outline {
  border-color: #3C5D4B;
  color: #3C5D4B;
  background-color: transparent;
}

.btn-primary--outline em {
  font-size: 11px;
  margin-right: 5px;
}

.btn-primary--outline:hover, .btn-primary--outline:focus, .btn-primary--outline:active {
  border-color: #3C5D4B;
  color: #3C5D4B;
  background-color: transparent;
}

.btn-info {
  border-color: #22BFAD;
  color: #ffffff;
  background-color: #22BFAD;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active:focus {
  border-color: transparent;
  background: rgba(34, 191, 173, 0.9);
  color: #ffffff;
  outline: none;
  box-shadow: none !important;
}

.btn-light {
  border-color: #E2E2E2;
  color: #707070;
  background-color: #E2E2E2;
}

.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active:focus {
  border-color: transparent;
  background: rgba(226, 226, 226, 0.9);
  color: #3C5D4B;
  outline: none;
  box-shadow: none !important;
}

.btn-secondary {
  border-color: #FFC100;
  color: #ffffff;
  background-color: #FFC100;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active:focus {
  border-color: rgba(255, 193, 0, 0.9);
  background: rgba(255, 193, 0, 0.9);
  color: #ffffff;
  outline: none;
  box-shadow: none !important;
}

.btn-secondary--outline {
  border-color: #888888;
  color: #888888;
  padding: 10px 8px;
  background-color: transparent;
}

.btn-secondary--outline em {
  font-size: 11px;
  margin-right: 5px;
}

.btn-secondary--outline:hover, .btn-secondary--outline:focus, .btn-secondary--outline:active {
  border-color: #FFC100;
  color: #FFC100;
  background-color: transparent;
}

@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/frontend/icomoon.eot?f3bxqj");
  src: url("../../fonts/frontend/icomoon.eot?f3bxqj#iefix") format("embedded-opentype"), url("../../fonts/frontend/icomoon.ttf?f3bxqj") format("truetype"), url("../../fonts/frontend/icomoon.woff?f3bxqj") format("woff"), url("../../fonts/frontend/icomoon.svg?f3bxqj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-copy:before {
  content: "\E96E";
}

.icon-email:before {
  content: "\E96F";
}

.icon-share:before {
  content: "\E96D";
}

.icon-copy:before {
  content: "\E96E";
}

.icon-arrow_upward:before {
  content: "\E96D";
}

.icon-duplicate:before {
  content: "\E96A";
}

.icon-pointer:before {
  content: "\E967";
}

.icon-star-fill:before {
  content: "\E963";
}

.icon-star-outline:before {
  content: "\E965";
}

.icon-back_hand_black:before {
  content: "\E962";
}

.icon-chat:before {
  content: "\E961";
}

.icon-dashboard:before {
  content: "\E961";
}

.icon-mute_white:before {
  content: "\E95F";
}

.icon-video_off_white:before {
  content: "\E960";
}

.icon-plus-fill:before {
  content: "\E969";
}

.icon-docicon2:before {
  content: "\E968";
}

.icon-notsicon2:before {
  content: "\E966";
}

.icon-download02:before {
  content: "\E964";
}

.icon-pdficon:before {
  content: "\E958";
}

.icon-ppticon:before {
  content: "\E959";
}

.icon-pen:before {
  content: "\E952";
}

.icon-circle-outline:before {
  content: "\E953";
}

.icon-polygon-fill:before {
  content: "\E957";
}

.icon-addcircle-outline:before {
  content: "\E93E";
}

.icon-a1:before {
  content: "\E942";
}

.icon-a2:before {
  content: "\E93F";
}

.icon-a3:before {
  content: "\E941";
}

.icon-circle-fill:before {
  content: "\E951";
}

.icon-dubble-shape:before {
  content: "\E944";
}

.icon-eraser_inactive:before {
  content: "\E943";
}

.icon-fontagon-fill:before {
  content: "\E94F";
}

.icon-fontagon-outline:before {
  content: "\E950";
}

.icon-format_underlined_inactive:before {
  content: "\E95C";
}

.icon-format-bold:before {
  content: "\E95A";
}

.icon-format-color:before {
  content: "\E95D";
}

.icon-format-italic:before {
  content: "\E95B";
}

.icon-heart-fill:before {
  content: "\E945";
}

.icon-heart-outline:before {
  content: "\E946";
}

.icon-highliter:before {
  content: "\E93D";
}

.icon-linexpand:before {
  content: "\E940";
}

.icon-near-me:before {
  content: "\E93B";
}

.icon-pantagon-fill:before {
  content: "\E947";
}

.icon-pantagon-outline:before {
  content: "\E948";
}

.icon-polygon-outline:before {
  content: "\E94E";
}

.icon-rectangle-fill:before {
  content: "\E954";
}

.icon-rectangle-outline:before {
  content: "\E955";
}

.icon-redo:before {
  content: "\E93C";
}

.icon-square-fill:before {
  content: "\E94C";
}

.icon-square-outline:before {
  content: "\E94D";
}

.icon-text:before {
  content: "\E956";
}

.icon-triangle-fill:before {
  content: "\E94A";
}

.icon-triangle-outline:before {
  content: "\E94B";
}

.icon-undo:before {
  content: "\E949";
}

.icon-call:before {
  content: "\E938";
}

.icon-calendar-2:before {
  content: "\E934";
}

.icon-extra-our:before {
  content: "\E935";
}

.icon-time:before {
  content: "\E936";
}

.icon-white-board:before {
  content: "\E937";
}

.icon-arrow-back:before {
  content: "\E932";
}

.icon-plus:before {
  content: "\E933";
}

.icon-pencil:before {
  content: "\E939";
}

.icon-close:before {
  content: "\E93A";
}

.icon-menu:before {
  content: "\E95E";
}

.icon-seen:before {
  content: "\E931";
}

.icon-send:before {
  content: "\E930";
}

.icon-mic:before {
  content: "\E926";
}

.icon-timer:before {
  content: "\E927";
}

.icon-video-camera:before {
  content: "\E928";
}

.icon-hand:before {
  content: "\E929";
}

.icon-log-off:before {
  content: "\E92A";
}

.icon-upload:before {
  content: "\E925";
}

.icon-user:before {
  content: "\E924";
}

.icon-youtube:before {
  content: "\E91F";
}

.icon-redeem:before {
  content: "\E921";
}

.icon-delete:before {
  content: "\E920";
}

.icon-subscription:before {
  content: "\E922";
}

.icon-support:before {
  content: "\E923";
}

.icon-card:before {
  content: "\E916";
}

.icon-dollar:before {
  content: "\E917";
}

.icon-lock:before {
  content: "\E918";
}

.icon-logout:before {
  content: "\E919";
}

.icon-question:before {
  content: "\E91A";
}

.icon-rating:before {
  content: "\E91B";
}

.icon-refer:before {
  content: "\E91C";
}

.icon-wallet:before {
  content: "\E91D";
}

.icon-play:before {
  content: "\E91E";
}

.icon-search:before {
  content: "\E912";
}

.icon-bell:before {
  content: "\E913";
}

.icon-cart:before {
  content: "\E914";
}

.icon-ellipse-v:before {
  content: "\E911";
}

.icon-arrow-down-long:before {
  content: "\E909";
}

.icon-chat:before {
  content: "\E90A";
}

.icon-eye-close:before {
  content: "\E915";
}

.icon-eye:before {
  content: "\E908";
}

.icon-arrow-down:before {
  content: "\E90C";
}

.icon-camera:before {
  content: "\E90D";
}

.icon-paper-plane:before {
  content: "\E900";
}

.icon-telephone:before {
  content: "\E901";
}

.icon-left-arrow:before {
  content: "\E902";
}

.icon-right-arrow:before {
  content: "\E903";
}

.icon-global:before {
  content: "\E904";
}

.icon-facebook:before {
  content: "\E905";
}

.icon-instagram:before {
  content: "\E906";
}

.icon-twitter:before {
  content: "\E907";
}

.icon-calender:before {
  content: "\E90B";
}

.icon-up-arrow:before {
  content: "\E90E";
}

.icon-star:before {
  content: "\E90F";
}

.icon-right:before {
  content: "\E910";
}

.icon-user-icon:before {
  content: "\E92B";
}

.icon-webinar-booking:before {
  content: "\E92C";
}

.icon-refund:before {
  content: "\E92D";
}

.icon-class-booking:before {
  content: "\E92E";
}

.icon-blog-purchase:before {
  content: "\E92F";
}

.icon-linkedin:before {
  content: "\E96B";
}

.icon-whatsapp:before {
  content: "\E96C";
}

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

.select2.select2-container span:focus {
  outline: none;
  border: 1px solid #3C5D4B;
}

.select2.select2-container--open .select2-selection__arrow, .select2.select2-container--open .select2-selection--multiple:after {
  transform: translateY(-50%) rotate(180deg) !important;
}

.select2.select2-container--default .select2-search--inline .select2-search__field {
  height: 43px !important;
  margin-top: 0;
  font-size: 16px;
  font-family: "NunitoSans-Bold";
  padding: 14px 0 6px;
}

.select2.select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
  color: rgba(112, 112, 112, 0.6);
}

.select2.select2-container--default .select2-search--inline .select2-search__field::placeholder {
  color: rgba(112, 112, 112, 0.6);
}

.select2.select2-container .select2-selection--single {
  height: 50px;
  padding: 10px 15px;
  border-radius: 3px;
  border: 1px solid #E8E8ED;
  display: flex;
  align-items: center;
}

.select2.select2-container .select2-selection--multiple {
  padding-left: 10px;
  padding-right: 40px;
  padding-bottom: 7px;
  border: 1px solid #E8E8ED;
}

.select2.select2-container .select2-selection--multiple:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-family: "icomoon";
  content: "\E90C";
  font-size: 8px;
  display: inline-block;
  color: #707070;
  transition: 0.5s;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
  padding: 5px 35px 5px 10px;
  border-radius: 3px;
  border: 0;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  left: unset;
  right: 0;
  border: 0;
  font-size: 24px;
  padding: 5px 10px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice__display {
  font-family: "NunitoSans-Bold";
}

.select2.select2-container .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%);
  right: 8px !important;
  text-align: center;
  transition: 0.5s;
}

.select2.select2-container .select2-selection__arrow:after {
  font-family: "icomoon";
  content: "\E90C";
  font-size: 8px;
  display: inline-block;
  color: #707070;
}

.select2.select2-container .select2-selection__arrow b {
  display: none;
}

.select2.select2-container .select2-selection__rendered {
  font-size: 16px;
  font-family: "NunitoSans-Bold";
  color: #000000 !important;
  padding-left: 0px !important;
}

@media (max-width: 991.98px) {
  .select2.select2-container--default .select2-search--inline .select2-search__field {
    height: 37px !important;
    padding: 9px 0 6px;
  }
  .select2.select2-container .select2-selection--single {
    height: 44px;
    padding: 8px 15px;
  }
  .select2.select2-container .select2-selection--multiple {
    padding-bottom: 5px;
  }
  .select2.select2-container .select2-selection--multiple .select2-selection__choice {
    padding: 4px 35px 4px 10px;
  }
  .select2.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 22px;
    padding: 4px 10px;
  }
  .select2.select2-container .select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%);
    right: 8px !important;
    text-align: center;
    transition: 0.5s;
  }
  .select2.select2-container .select2-selection__arrow:after {
    font-family: "icomoon";
    content: "\E90C";
    font-size: 8px;
    display: inline-block;
    color: #707070;
  }
  .select2.select2-container .select2-selection__arrow b {
    display: none;
  }
  .select2.select2-container .select2-selection__rendered {
    font-size: 16px;
    font-family: "NunitoSans-Bold";
    color: #000000 !important;
    padding-left: 0px !important;
  }
}

@media (max-width: 575.98px) {
  .select2.select2-container .select2-selection--multiple .select2-selection__choice {
    padding: 4px 22px 4px 10px;
    font-size: 14px;
  }
  .select2.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 20px;
    padding: 4px 6px;
  }
}

.select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
  border-color: #3C5D4B;
}

.select2-container--open .select2-dropdown .select2-search__field {
  outline: none;
}

.select2-container--open .select2-dropdown .select2-search__field:focus {
  border-color: #3C5D4B;
}

.select2-container--open .select2-dropdown .select2-results__option {
  padding: 8px 15px !important;
}

.select2-container--open .select2-dropdown .select2-results__option--highlighted {
  background-color: transparent !important;
  color: #000000 !important;
}

.select2-container--open .select2-dropdown .select2-results__option--selected {
  background-color: #3C5D4B !important;
  color: #ffffff !important;
}

.datepicker td,
.datepicker th {
  height: 35px;
  width: 35px;
}

.datepicker table tr td:focus,
.datepicker table tr span:focus {
  background-color: #3C5D4B !important;
  background-image: none;
}

.bootstrap-datetimepicker-widget {
  box-shadow: 0 0 20px rgba(60, 93, 75, 0.15);
  font-family: "NunitoSans-SemiBold";
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  border: none;
  border-radius: 0;
  padding: 13px !important;
  margin: 0 !important;
  width: 250px !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-bottom-color: #3C5D4B;
}

.bootstrap-datetimepicker-widget.dropdown-menu > ul > li.collapse.show,
.bootstrap-datetimepicker-widget.dropdown-menu > ul > li.collapsing {
  padding: 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu > ul li.accordion-toggle td a {
  color: #FFC100;
}

.bootstrap-datetimepicker-widget.dropdown-menu > ul li.accordion-toggle td a span.fa-clock-o:after {
  font-family: "icomoon";
  content: "\E905";
  font-size: 20px;
}

.bootstrap-datetimepicker-widget.dropdown-menu > ul li.accordion-toggle td a span.fa-calendar:after {
  font-family: "icomoon";
  content: "\E926";
  font-size: 20px;
}

.bootstrap-datetimepicker-widget.top:after {
  border-top-color: #3C5D4B;
}

.bootstrap-datetimepicker-widget.bottom:before {
  display: none;
}

.bootstrap-datetimepicker-widget .table thead {
  background-color: #ffffff;
  color: #000000;
}

.bootstrap-datetimepicker-widget .table thead th {
  border: none;
  border-radius: 0;
  font-weight: normal;
  font-size: 14px;
  padding: 8px 5px;
}

.bootstrap-datetimepicker-widget .table thead th span {
  font-size: 16px;
}

.bootstrap-datetimepicker-widget .table thead th.dow {
  background-color: transparent;
  font-size: 13px;
  color: #000000;
  font-family: "NunitoSans-SemiBold";
}

.bootstrap-datetimepicker-widget .table thead th.prev span::after {
  font-family: "icomoon";
  content: "\E902";
  font-size: 16px;
}

.bootstrap-datetimepicker-widget .table thead th.next span::after {
  font-family: "icomoon";
  content: "\E903";
  font-size: 16px;
}

.bootstrap-datetimepicker-widget .table thead tr:first-child th:hover {
  color: #3C5D4B;
  background: transparent;
}

.bootstrap-datetimepicker-widget .table thead tr:first-child th:hover .fa {
  color: #3C5D4B;
}

.bootstrap-datetimepicker-widget .table td {
  border-top: none;
  border-radius: 0;
  font-size: 14px;
  font-family: "NunitoSans-Regular";
  border-radius: 50% !important;
  padding: 6px;
}

.bootstrap-datetimepicker-widget .table td.today {
  background-color: #707070 !important;
  color: #ffffff;
}

.bootstrap-datetimepicker-widget .table td.today:before {
  display: none;
}

.bootstrap-datetimepicker-widget .table td.today:hover {
  background: #707070 !important;
}

.bootstrap-datetimepicker-widget .table td.day {
  border-radius: 2px;
  height: 32px;
  width: 32px;
}

.bootstrap-datetimepicker-widget .table td.active {
  background-color: #3C5D4B;
  color: #ffffff;
}

.bootstrap-datetimepicker-widget .table td.active:before {
  border-bottom-color: #ffffff;
}

.bootstrap-datetimepicker-widget .table td:hover {
  background: #3C5D4B !important;
  color: #ffffff;
}

.bootstrap-datetimepicker-widget .table-condensed thead {
  background-color: transparent;
  color: #000000;
}

.bootstrap-datetimepicker-widget .table-condensed thead th {
  border: none;
  border-radius: 0;
  font-weight: normal;
  padding: 8px;
  font-size: 14px;
}

.bootstrap-datetimepicker-widget .table-condensed thead th.dow {
  background-color: #b3dc15;
}

.bootstrap-datetimepicker-widget .table-condensed thead th.prev span::after {
  font-family: "icomoon";
  content: "\E916";
  font-size: 12px;
}

.bootstrap-datetimepicker-widget .table-condensed thead th.next span {
  font-size: 16px;
}

.bootstrap-datetimepicker-widget .table-condensed thead th.next span::after {
  font-family: "icomoon";
  content: "\E915";
  font-size: 12px;
}

.bootstrap-datetimepicker-widget .table-condensed thead tr:first-child th:hover {
  background-color: transparent;
  color: #3C5D4B;
}

.bootstrap-datetimepicker-widget .table-condensed thead tr:first-child th:hover .fa {
  color: #3C5D4B;
}

.bootstrap-datetimepicker-widget .table-condensed td span {
  border-radius: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 13px;
}

.bootstrap-datetimepicker-widget .table-condensed td span.month {
  font-size: 14px;
}

.bootstrap-datetimepicker-widget .table-condensed td span.active {
  background-color: #3C5D4B;
  color: #ffffff;
}

.bootstrap-datetimepicker-widget .table-condensed td span:hover {
  background-color: #3C5D4B;
  color: #ffffff;
}

.bootstrap-datetimepicker-widget .timepicker a[data-action] {
  padding: 0px;
}

.bootstrap-datetimepicker-widget .timepicker .btn-primary {
  background-color: #3C5D4B;
  background-image: none;
  border-radius: 0;
  border-color: #3C5D4B;
  margin: 15px 0;
}

.bootstrap-datetimepicker-widget .timepicker .btn-primary:hover, .bootstrap-datetimepicker-widget .timepicker .btn-primary:focus, .bootstrap-datetimepicker-widget .timepicker .btn-primary:active {
  background-color: #283e32;
  border-color: #283e32;
  color: #ffffff;
}

.bootstrap-datetimepicker-widget .timepicker .fa {
  color: #000000;
  font-size: 20px !important;
}

.bootstrap-datetimepicker-widget .timepicker .fa.fa-arrow-up {
  transform: rotate(180deg);
}

.bootstrap-datetimepicker-widget .timepicker .fa.fa-arrow-up:after {
  font-family: "icomoon";
  content: "\E90C";
}

.bootstrap-datetimepicker-widget .timepicker .fa.fa-arrow-down:after {
  font-family: "icomoon";
  content: "\E90C";
}

.bootstrap-datetimepicker-widget .timepicker table td {
  height: 35px;
  line-height: 35px;
  width: 35px;
}

.bootstrap-datetimepicker-widget .timepicker table td span {
  font-size: 16px !important;
}

.bootstrap-datetimepicker-widget .timepicker table td span:hover, .bootstrap-datetimepicker-widget .timepicker table td.day:hover, .bootstrap-datetimepicker-widget .timepicker table td.hour:hover, .bootstrap-datetimepicker-widget .timepicker table td.minute:hover, .bootstrap-datetimepicker-widget .timepicker table td.second:hover {
  background-color: #3C5D4B;
  color: #ffffff;
}

.form-group,
.input-group {
  margin-bottom: 20px;
}

.form-group-icon,
.input-group-icon {
  position: relative;
}

.form-group-icon .form-control,
.input-group-icon .form-control {
  padding-right: 45px;
}

.form-group-icon .icon,
.input-group-icon .icon {
  position: absolute;
  top: 30px;
  right: 0;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  height: 50px;
  font-size: 22px;
  color: #707070;
}

.form-group .input-group-addon,
.input-group .input-group-addon {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  height: 50px;
  font-size: 22px;
  color: #707070;
  z-index: 99;
}

.form-label {
  font-family: "NunitoSans-SemiBold";
  margin-bottom: 5px;
  color: #707070;
}

.form-control {
  height: 50px;
  border-radius: 3px;
  border-color: #E8E8ED;
  font-size: 16px;
  box-shadow: none;
  padding: 10px 15px;
  font-family: "NunitoSans-Bold";
  color: #000000;
}

.form-control:focus {
  border-color: #3C5D4B;
  box-shadow: none !important;
}

.form-control::-moz-placeholder {
  color: rgba(112, 112, 112, 0.6);
}

.form-control::placeholder {
  color: rgba(112, 112, 112, 0.6);
}

.form-control.is-invalid, .form-control.is-valid {
  background-image: none;
}

.was-validated .form-control:valid, .was-validated .form-control:invalid {
  background-image: none;
}

textarea {
  height: auto !important;
  resize: none;
  overflow: auto;
}

@media (max-width: 991.98px) {
  .form-group,
  .input-group {
    margin-bottom: 15px;
  }
  .form-group-icon,
  .input-group-icon {
    position: relative;
  }
  .form-group-icon .form-control,
  .input-group-icon .form-control {
    padding-right: 45px;
  }
  .form-group-icon .icon,
  .input-group-icon .icon {
    height: 44px;
  }
  .form-control {
    height: 44px;
    padding: 8px 15px;
  }
}

.custom-checkbox {
  position: relative;
  padding-left: 0px;
}

.custom-checkbox .custom-control-input {
  z-index: 1;
  cursor: pointer;
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
  width: 10px;
  height: 6px;
  top: 6px;
  left: 4px;
  background-image: none;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #3C5D4B;
  background: #3C5D4B;
  box-shadow: none;
}

.custom-checkbox .custom-control-label {
  cursor: pointer;
  padding-left: 25px;
  margin-bottom: 0;
  font-size: 16px;
  font-family: "NunitoSans-SemiBold";
  color: #000000;
}

.custom-checkbox .custom-control-label:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: #ffffff;
  top: 2px;
  border: 1px solid #E8E8ED;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: none;
}

.custom-checkbox .custom-control-label:after {
  content: "";
  left: 0;
  transition: 0.3s;
}

.sideMenu {
  position: sticky;
  top: 95px;
}

.sideMenu .closeMenu {
  float: right;
  padding: 10px;
  line-height: 1;
  font-size: 24px;
}

.sideMenu-box {
  padding: 20px;
  border-radius: 5px;
  clear: both;
}

.sideMenu-box_head {
  padding-bottom: 20px;
}

.sideMenu-box_head ul li {
  padding: 5px 10px;
  border-radius: 3px;
  color: #707070;
  border: 1px solid #707070;
  font-size: 14px;
  margin-top: .5rem;
}

.sideMenu-box_head ul li a {
  color: #707070;
  padding-left: 12px;
}

.sideMenu-box_list .listItem {
  padding: 20px 0;
  border-top: 1px solid #F6F8F9;
}

.sideMenu-box_list .listItem:last-child {
  padding-bottom: 0;
}

.sideMenu-box_list .listItem > a {
  color: #000000;
  display: block;
  position: relative;
  font-size: 18px;
}

.sideMenu-box_list .listItem > a:after {
  font-family: 'icomoon';
  content: '\E90C';
  position: absolute;
  right: 0;
  font-size: 9px;
  color: #707070;
  transition: .5s ease;
}

.sideMenu-box_list .listItem > a[aria-expanded="true"]:after {
  transform: rotate(180deg);
}

.sideMenu-box_list .listItem ul {
  margin-top: 15px;
  max-height: 300px;
  overflow-y: auto;
}

.sideMenu-box_list .listItem ul li + li {
  margin-top: 20px;
}

.sideMenu-box_list .listItem ul li .custom-control-label {
  font: 18px "NunitoSans-SemiBold";
  color: #707070;
}

.sideMenu-box_list .listItem .linkPrimary {
  font-size: 14px;
  display: inline-block;
  margin-top: 20px;
}

@media (max-width: 1599px) {
  .sideMenu-box {
    padding: 15px;
  }
  .sideMenu-box_head {
    padding-bottom: 15px;
  }
  .sideMenu-box_list .listItem {
    padding: 15px 0;
  }
  .sideMenu-box_list .listItem > a {
    font-size: 17px;
  }
  .sideMenu-box_list .listItem ul li + li {
    margin-top: 15px;
  }
  .sideMenu-box_list .listItem ul li .custom-control-label {
    font-size: 17px;
  }
  .sideMenu-box_list .listItem .linkPrimary {
    margin-top: 15px;
  }
}

@media (max-width: 1199.98px) {
  .sideMenu {
    position: fixed;
    top: 60px;
    right: -100%;
    width: 332px;
    height: calc(100vh - 60px);
    overflow: auto;
    transition: .5s right linear;
    z-index: 12;
  }
  .sideMenu.show {
    right: 0;
    border-radius: 0;
  }
  .sideMenu-box {
    padding-top: 0;
  }
  .sideMenu-box_head h4 {
    font-size: 22px;
  }
}

@media (max-width: 991.98px) {
  .sideMenu-box_head h4 {
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .sideMenu {
    width: 280px;
  }
  .sideMenu-box_head h4 {
    font-size: 18px;
  }
  .sideMenu-box_list .listItem {
    padding: 12px 0;
  }
  .sideMenu-box_list .listItem > a {
    font-size: 16px;
  }
  .sideMenu-box_list .listItem ul li + li {
    margin-top: 12px;
  }
  .sideMenu-box_list .listItem ul li .custom-control-label {
    font-size: 16px;
  }
  .sideMenu-box_list .listItem .linkPrimary {
    margin-top: 12px;
  }
}

.commonBreadcrumb {
  padding-bottom: 15px;
}

.commonBreadcrumb li {
  font-size: 16px;
  font-family: "NunitoSans-SemiBold";
}

.commonBreadcrumb .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}

.commonBreadcrumb .breadcrumb a {
  color: rgba(255, 255, 255, 0.4);
}

.commonBreadcrumb .breadcrumb-item.active {
  color: #FFC100;
}

.commonBreadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 14px;
}

.commonBreadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "|";
  color: rgba(255, 255, 255, 0.4);
  padding-right: 14px;
}

@media (max-width: 767.98px) {
  .commonBreadcrumb li {
    font-size: 14px;
  }
  .commonBreadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 10px;
  }
  .commonBreadcrumb .breadcrumb-item + .breadcrumb-item:before {
    padding-right: 10px;
  }
}

.customAccordion .accordion-head {
  position: relative;
  padding: 30px;
  cursor: pointer;
}

.customAccordion .accordion-icon {
  margin-bottom: 0;
  font-size: 20px;
  display: block;
  font-family: "NunitoSans-Bold";
  position: relative;
  padding-right: 20px;
}

.customAccordion .accordion-icon:after {
  content: "\E90E";
  transition: 0.4s;
  font-size: 10px;
  font-family: 'icomoon' !important;
  color: #707070;
  margin-left: auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.customAccordion .accordion-icon.collapsed:after {
  content: "\E90C";
}

.customAccordion .accordion-icon:not(.collapsed) {
  color: #3C5D4B;
}

.customAccordion .accordion-icon:not(.collapsed):after {
  color: #3C5D4B;
}

.customAccordion .accordion-item {
  padding: 0;
}

.customAccordion .accordion-item:hover .accordion-icon {
  color: #3C5D4B;
}

.customAccordion .accordion-item:hover .accordion-icon:after {
  color: #3C5D4B;
}

.customAccordion .accordion-inner {
  margin-top: 0;
  padding: 0 30px 30px 30px;
}

.customAccordion .accordion-inner p {
  margin-bottom: 0;
}

.customAccordion .accordion-inner ul {
  margin-top: 15px;
  margin-bottom: 0;
}

.customAccordion .accordion-inner ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 16px;
  font-family: "NunitoSans-Bold";
  line-height: 27px;
}

.customAccordion .accordion-inner ul li:after {
  position: absolute;
  left: 0;
  top: 0;
  color: #000000;
  width: 20px;
  height: 20px;
  content: "\E910";
  font-family: 'icomoon' !important;
  font-size: 10px;
}

.customAccordion .accordion-inner ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1499px) {
  .customAccordion .accordion-head {
    padding: 25px;
  }
  .customAccordion .accordion-inner {
    padding: 0 25px 25px 25px;
  }
}

@media (max-width: 1399px) {
  .customAccordion .accordion-head h5 {
    line-height: 40px;
  }
  .customAccordion .accordion-icon {
    font-size: 18px;
  }
}

@media (max-width: 1199.98px) {
  .customAccordion .accordion-head {
    padding: 20px;
  }
  .customAccordion .accordion-inner {
    padding: 0 20px 20px 20px;
  }
}

@media (max-width: 991.98px) {
  .customAccordion .accordion-head {
    padding: 15px;
  }
  .customAccordion .accordion-inner {
    padding: 0 15px 15px 15px;
  }
  .customAccordion .accordion-icon {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .customAccordion .accordion-icon:after {
    font-size: 8px;
  }
}

[dir='rtl'] .commonSlider .slick-prev.slick-disabled:before,
[dir='rtl'] .commonSlider .slick-next.slick-disabled:before, .commonSlider .slick-prev.slick-disabled:before,
.commonSlider .slick-next.slick-disabled:before {
  opacity: 1;
}

[dir='rtl'] .commonSlider .slick-arrow, .commonSlider .slick-arrow {
  height: 60px;
  width: 60px;
  border: 1px solid #3C5D4B;
  border-radius: 50px;
}

[dir='rtl'] .commonSlider .slick-arrow:before, .commonSlider .slick-arrow:before {
  font-family: "icomoon" !important;
  color: #3C5D4B;
  opacity: 1;
}

[dir='rtl'] .commonSlider .slick-track, .commonSlider .slick-track {
  margin-left: 0;
  margin-right: 0;
}

[dir='rtl'] .commonSlider .slick-disabled, .commonSlider .slick-disabled {
  opacity: 0.25;
}

[dir='rtl'] .commonSlider .slick-disabled:before, .commonSlider .slick-disabled:before {
  opacity: 1;
}

[dir='rtl'] .commonSlider .slick-prev, .commonSlider .slick-prev {
  left: -106px;
  right: auto;
}

[dir='rtl'] .commonSlider .slick-prev:before, .commonSlider .slick-prev:before {
  content: "\E902";
}

[dir='rtl'] .commonSlider .slick-next, .commonSlider .slick-next {
  right: -106px;
}

[dir='rtl'] .commonSlider .slick-next:before, .commonSlider .slick-next:before {
  content: "\E903";
}

@media (max-width: 1699px) {
  [dir='rtl'] .commonSlider .slick-arrow, .commonSlider .slick-arrow {
    height: 50px;
    width: 50px;
  }
  [dir='rtl'] .commonSlider .slick-prev, .commonSlider .slick-prev {
    left: -80px;
  }
  [dir='rtl'] .commonSlider .slick-next, .commonSlider .slick-next {
    right: -80px;
  }
}

@media (max-width: 1499px) {
  [dir='rtl'] .commonSlider .slick-arrow, .commonSlider .slick-arrow {
    height: 45px;
    width: 45px;
  }
  [dir='rtl'] .commonSlider .slick-prev, .commonSlider .slick-prev {
    left: -60px;
  }
  [dir='rtl'] .commonSlider .slick-next, .commonSlider .slick-next {
    right: -60px;
  }
}

@media (max-width: 1199.98px) {
  [dir='rtl'] .commonSlider .slick-prev, [dir='rtl'] .commonSlider .slick-next, .commonSlider .slick-prev, .commonSlider .slick-next {
    top: -20px;
    height: auto;
    width: auto;
    border: none;
  }
  [dir='rtl'] .commonSlider .slick-prev, .commonSlider .slick-prev {
    left: auto;
    right: 35px;
  }
  [dir='rtl'] .commonSlider .slick-next, .commonSlider .slick-next {
    right: 0;
  }
}

.gridList {
  padding: 15px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #ffffff;
  -o-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06) ;
  -ms-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06) ;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06) ;
}

.gridList__img {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  height: 180px;
}

.gridList__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.gridList .subject {
  background-color: #FF9000;
  padding: 3px 5px;
  font-size: 12px;
  color: #ffffff;
  font-family: "NunitoSans-Bold";
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 8px;
  line-height: normal;
}

.gridList .info {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  padding: 5px 10px;
  width: 100%;
  color: #ffffff;
}

.gridList .userInfo__name {
  font-size: 14px;
  font-family: "NunitoSans-SemiBold";
  max-width: 150px;
}

.gridList .price {
  font-size: 16px;
  color: #FFC100;
}

.gridList__title {
  font-size: 16px;
  font-family: "NunitoSans-Bold";
}

.gridList__info {
  font-size: 14px;
  font-family: "NunitoSans-SemiBold";
  color: #707070;
  position: relative;
}

.gridList__info:not(:last-child) {
  padding-right: 15px;
}

.gridList__info:not(:last-child):after {
  content: "";
  height: 4px;
  width: 4px;
  background-color: #707070;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
}

.gridList__cnt {
  padding: 15px 0;
}

.gridList__footer {
  border-top: 1px solid #F6F8F9;
  padding: 15px 0;
}

.gridList__footer .date {
  font-size: 16px;
  font-family: "NunitoSans-Bold";
  line-height: normal;
  margin-bottom: 3px;
}

.gridList__footer .time {
  font-size: 14px;
  font-family: "NunitoSans-SemiBold";
  line-height: normal;
}

.gridList__footer .btn {
  padding: 8px 19px;
  font-family: "NunitoSans-Bold";
}

.gridList__footer .blogPrice {
  font-size: 18px;
}

@media (max-width: 1499px) {
  .gridList__title {
    font-size: 15px;
    line-height: 24px;
  }
  .gridList .userInfo__name {
    max-width: 105px;
  }
  .gridList .price {
    font-size: 14px;
  }
  .gridList__footer .date {
    font-size: 15px;
  }
  .gridList__footer .time {
    font-size: 13px;
  }
  .gridList__footer .btn {
    padding: 7px 10px;
    font-size: 14px;
  }
}

.teacherGridBox {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 15px;
}

.teacherGridBox .userInfo {
  border-bottom: 1px solid #F6F8F9;
  padding-bottom: 15px;
  position: relative;
}

.teacherGridBox .userInfo__img {
  margin-right: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.teacherGridBox .userInfo__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.teacherGridBox .userInfo__name {
  font-size: 16px;
  font-family: "NunitoSans-Bold";
  margin-bottom: 4px;
  max-width: 150px;
}

.teacherGridBox .userInfo .btn-circle {
  padding: 0;
  height: 32px;
  width: 32px;
  line-height: 38px;
  background-color: #F6F8F9;
  border-radius: 50%;
  color: #3C5D4B;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.teacherGridBox .userInfo__cnt {
  flex: 1;
}

.teacherGridBox__middle {
  border-bottom: 1px solid #F6F8F9;
  padding: 15px 0;
}

.teacherGridBox .classInfo {
  position: relative;
  width: 33.33%;
}

.teacherGridBox .classInfo:not(:last-child) {
  padding-right: 15px;
}

.teacherGridBox .classInfo:not(:last-child):after {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #F6F8F9;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.teacherGridBox .classInfo__label {
  color: #707070;
  font-size: 12px;
  font-family: "NunitoSans-SemiBold";
  margin-bottom: 5px;
  line-height: normal;
}

.teacherGridBox .classInfo__cnt {
  font-size: 14px;
  font-family: "NunitoSans-Bold";
  color: #000000;
  line-height: normal;
}

.teacherGridBox__footer {
  padding-top: 15px;
}

.teacherGridBox__footer .btn {
  padding: 8px 20px;
  font-family: "NunitoSans-Bold";
}

@media (max-width: 1499px) {
  .teacherGridBox__footer .btn {
    padding: 8px 10px;
    font-size: 14px;
  }
}

.common-table .table {
  font-family: "NunitoSans-Bold";
}

.common-table .table th {
  background-color: #F6F8F9;
  white-space: nowrap;
  color: #707070;
  border: 0;
  padding: 15px 20px;
}

.common-table .table td {
  white-space: nowrap;
  vertical-align: middle;
  padding: 20px;
  border-color: #F6F8F9;
}

.common-table .table td .desc {
  min-width: 215px;
  max-width: 215px;
  white-space: normal;
}

.common-table .table td .dropdown-toggle {
  color: #B5B5B5;
  padding: 10px;
}

.common-table .table td .dropdown-toggle:after {
  display: none;
}

.common-table .table td .dropdown-toggle:hover {
  color: #3C5D4B;
}

.common-table .table td .dropdown-menu {
  padding: 0 15px;
  border: 0;
  border-radius: 5px;
  min-width: unset;
  -o-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08) ;
  -ms-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08) ;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08) ;
}

.common-table .table td .dropdown-item {
  font-size: 14px;
  padding: 15px 0;
}

.common-table .table td .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #F3F3F3;
}

.common-table .table td .dropdown-item:hover {
  color: #3C5D4B;
  background: transparent;
}

.common-table .table td .btn + .btn {
  margin-left: 10px;
}

.common-table .table tbody tr:first-child td {
  border-top: 0;
}

@media (max-width: 1599px) {
  .common-table .table th, .common-table .table td {
    padding: 15px;
  }
}

@media (max-width: 767.98px) {
  .common-table .table th, .common-table .table td {
    padding: 12px 15px;
  }
  .common-table .table td .dropdown-item {
    padding: 10px 0;
  }
}

.commonBanner {
  background: #3C5D4B url("../../images/dashboard-bg.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  min-height: 500px;
}

.commonBanner-head {
  padding: 50px 0;
}

.commonBanner-head h2 {
  color: #ffffff;
  font-size: 56px;
  line-height: 70px;
  margin-bottom: 20px;
}

.commonBanner-head h2 span {
  color: #FFC100;
}

.commonBanner-head p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.commonBanner-img {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
}

.commonBanner-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(60, 93, 75, 0.5);
}

.commonBanner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1599px) {
  .commonBanner-head h2 {
    font-size: 45px;
    line-height: 58px;
  }
  .commonBanner-head p {
    font-size: 17px;
  }
}

@media (max-width: 1199.98px) {
  .commonBanner {
    min-height: 450px;
  }
  .commonBanner-head h2 {
    font-size: 38px;
    line-height: 46px;
  }
}

@media (max-width: 991.98px) {
  .commonBanner {
    min-height: 360px;
  }
  .commonBanner-head h2 {
    font-size: 34px;
    line-height: 42px;
  }
}

@media (max-width: 767.98px) {
  .commonBanner {
    min-height: unset;
  }
  .commonBanner-head h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  .commonBanner-head h2 br {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .commonBanner-head h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .commonBanner-head p {
    font-size: 16px;
  }
}

.common-tabs .nav-tabs {
  border-color: #E2E2E2;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.common-tabs .nav-link {
  background: transparent;
  border-radius: 0;
  border-color: transparent;
  border-width: 0 0 3px 0;
  color: #707070;
  font: 18px "NunitoSans-Bold";
  padding: 0 55px 10px;
  white-space: nowrap;
}

.common-tabs .nav-link .number {
  background-color: rgba(60, 93, 75, 0.1);
  font-size: 14px;
  display: inline-block;
  height: 24px;
  min-width: 24px;
  line-height: 26px;
  text-align: center;
  border-radius: 50rem;
  padding: 0 6px;
}

.common-tabs .nav-link:hover {
  color: #3C5D4B;
}

.common-tabs .nav-link.active {
  background: transparent;
  border-color: #3C5D4B;
  color: #3C5D4B;
}

.common-tabs .nav-link.active .number {
  background-color: #3C5D4B;
  color: #ffffff;
}

@media (max-width: 1599px) {
  .common-tabs .nav-link {
    font: 17px "NunitoSans-Bold";
    padding: 0 35px 10px;
  }
}

@media (max-width: 767.98px) {
  .common-tabs .nav-link {
    padding: 0 18px 10px;
    font-size: 16px;
  }
}

.pagination {
  margin-top: 55px;
  margin-bottom: 0;
  justify-content: center;
  flex-wrap: wrap;
}

.pagination .page-item {
  position: relative;
}

.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  color: transparent;
  position: relative;
  font-size: 12px;
}

.pagination .page-item:first-child .page-link:before, .pagination .page-item:last-child .page-link:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'icomoon';
  color: #000000;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.pagination .page-item:first-child .page-link:before {
  content: "\E902";
}

.pagination .page-item:last-child .page-link:before {
  content: "\E903";
}

.pagination .page-item + .page-item {
  margin-left: 20px;
}

.pagination .page-item.active .page-link {
  background-color: #FFC100;
  border-color: #FFC100;
}

.pagination .page-item.disabled .page-link {
  color: #707070;
}

.pagination .page-item .page-link {
  border-radius: 5px;
  color: #000000;
  margin: 0;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 18px "NunitoSans-Bold";
  padding: 0;
}

.pagination .page-item .page-link:focus {
  box-shadow: unset;
}

.pagination .page-item .page-link.next, .pagination .page-item .page-link.prev {
  font-size: 12px;
}

.pagination .page-item .page-link.next:hover, .pagination .page-item .page-link.prev:hover {
  color: #ffffff;
  background-color: #3C5D4B;
}

@media (max-width: 1599px) {
  .pagination {
    margin-top: 40px;
  }
}

@media (max-width: 991.98px) {
  .pagination {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .pagination {
    margin-top: 15px;
  }
  .pagination .page-item {
    margin-top: 5px;
  }
  .pagination .page-item + .page-item {
    margin-left: 10px;
  }
  .pagination .page-item .page-link {
    font-size: 16px;
  }
}

.custom-radio .custom-control-input:focus ~ .custom-control-label:before, .custom-radio .custom-control-input:visited ~ .custom-control-label:before, .custom-radio .custom-control-input:active ~ .custom-control-label:before {
  border-color: #E2E2E2;
}

.custom-radio .custom-control-input:focus ~ .custom-control-label:before, .custom-radio .custom-control-input:focus ~ .custom-control-label:before, .custom-radio .custom-control-input:visited ~ .custom-control-label:before, .custom-radio .custom-control-input:visited ~ .custom-control-label:before, .custom-radio .custom-control-input:active ~ .custom-control-label:before, .custom-radio .custom-control-input:active ~ .custom-control-label:before {
  box-shadow: none;
  background-color: transparent;
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: transparent;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #3C5D4B;
  background-image: none;
  content: "";
  border-radius: 50%;
  box-shadow: none;
  left: -19px;
  top: 7px;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #3C5D4B;
  border-radius: 50%;
  background-color: transparent;
  box-shadow: none;
}

.custom-radio .custom-control-label {
  width: 100%;
  cursor: pointer;
}

.custom-radio .custom-control-label:before, .custom-radio .custom-control-label:after {
  border-radius: 50%;
  content: "";
  border-color: #B2B2B2;
}

.custom-radio .custom-control-label:before {
  height: 20px;
  width: 20px;
  border-width: 2px;
  left: -24px;
  top: 2px;
}

.custom-radio .custom-control-label:after {
  width: 10px;
  height: 10px;
  background-color: transparent;
}

@media (max-width: 575.98px) {
  .custom-radio .custom-control-label:before {
    height: 18px;
    width: 18px;
  }
  .custom-radio .custom-control-label:after {
    width: 8px;
    height: 8px;
  }
}

.fc.fc-media-screen .fc-button-primary {
  background: transparent;
  border: 0;
  color: #707070;
  padding: 0;
}

.fc.fc-media-screen .fc-button-primary:hover {
  background: #3C5D4B;
}

.fc.fc-media-screen .fc-button-primary:focus, .fc.fc-media-screen .fc-button-primary:not(:disabled).fc-button-active:focus, .fc.fc-media-screen .fc-button-primary:not(:disabled):active:focus {
  box-shadow: unset;
}

.fc.fc-media-screen .fc-header-toolbar {
  padding: 0 15px;
}

.fc.fc-media-screen .fc-header-toolbar .fc-toolbar-title {
  font: 24px "NunitoSans-ExtraBold";
}

.fc.fc-media-screen .fc-bg-event, .fc.fc-media-screen .fc-highlight, .fc.fc-media-screen .fc-non-business, .fc.fc-media-screen .fc-view-harness-active > .fc-view {
  background: rgba(60, 93, 75, 0.6);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.fc.fc-media-screen a {
  color: #000000;
}

.fc.fc-media-screen .fc-view-harness table {
  border: 0;
}

.fc.fc-media-screen .fc-view-harness table th, .fc.fc-media-screen .fc-view-harness table td {
  border-width: 0;
  padding: 5px 0;
}

.fc.fc-media-screen .fc-view-harness table th {
  font: 14px "NunitoSans-Regular";
  padding: 5px 0;
  text-transform: uppercase;
}

.fc.fc-media-screen .fc-view-harness table td.fc-day {
  font: 20px "NunitoSans-Bold";
}

.fc.fc-media-screen .fc-view-harness table td.fc-day-sun a {
  color: #FF0000;
}

.fc.fc-media-screen .fc-view-harness table td.fc-day-other a {
  color: #000000;
}

.fc.fc-media-screen .fc-view-harness table td.fc-day .fc-daygrid-day-frame {
  min-height: 50px;
}

.fc.fc-media-screen .fc-view-harness table td.fc-day .fc-daygrid-day-top {
  display: block;
  text-align: center;
}

.fc.fc-media-screen .fc-view-harness table td.fc-day .fc-daygrid-day-number {
  display: inline-flex;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.fc.fc-media-screen .fc-view-harness table td.fc-day .fc-daygrid-day-events {
  margin-bottom: 0;
  min-height: unset;
  font-size: 0;
  text-align: center;
  margin-top: -13px;
}

.fc.fc-media-screen .fc-view-harness table td.fc-day .fc-daygrid-day-events .fc-daygrid-block-event {
  height: 8px;
  width: 8px;
  margin: 0;
  display: inline-block;
  border-radius: 50%;
  background-color: #FF9000;
  border-color: #FF9000;
}

.fc.fc-media-screen .fc-view-harness table td.fc-day-today {
  background: transparent;
}

.fc.fc-media-screen .fc-view-harness table td.fc-day-today .fc-daygrid-day-number {
  background: #3C5D4B;
  color: #ffffff;
}

@media (max-width: 1599px) {
  .fc.fc-media-screen .fc-header-toolbar {
    padding: 0 10px;
  }
  .fc.fc-media-screen .fc-header-toolbar .fc-toolbar-title {
    font-size: 22px;
  }
  .fc.fc-media-screen .fc-bg-event, .fc.fc-media-screen .fc-highlight, .fc.fc-media-screen .fc-non-business, .fc.fc-media-screen .fc-view-harness-active > .fc-view {
    height: 45px;
    width: 45px;
  }
  .fc.fc-media-screen .fc-view-harness table td.fc-day {
    font-size: 18px;
  }
  .fc.fc-media-screen .fc-view-harness table td.fc-day .fc-daygrid-day-frame {
    min-height: 45px;
  }
  .fc.fc-media-screen .fc-view-harness table td.fc-day .fc-daygrid-day-number {
    height: 45px;
    width: 45px;
  }
  .fc.fc-media-screen .fc-view-harness table td.fc-day .fc-daygrid-day-events {
    margin-top: -12px;
  }
}

@media (max-width: 991.98px) {
  .fc.fc-media-screen .fc-header-toolbar {
    padding: 0 25px;
    margin-bottom: 15px !important;
  }
  .fc.fc-media-screen .fc-header-toolbar .fc-toolbar-title {
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .fc.fc-media-screen .fc-header-toolbar {
    padding: 0;
  }
  .fc.fc-media-screen .fc-header-toolbar .fc-toolbar-title {
    font-size: 18px;
  }
  .fc.fc-media-screen .fc-bg-event, .fc.fc-media-screen .fc-highlight, .fc.fc-media-screen .fc-non-business, .fc.fc-media-screen .fc-view-harness-active > .fc-view {
    height: 35px;
    width: 35px;
  }
  .fc.fc-media-screen .fc-view-harness table td.fc-day {
    font-size: 14px;
  }
  .fc.fc-media-screen .fc-view-harness table td.fc-day .fc-daygrid-day-frame {
    min-height: 35px;
  }
  .fc.fc-media-screen .fc-view-harness table td.fc-day .fc-daygrid-day-number {
    height: 35px;
    width: 35px;
  }
  .fc.fc-media-screen .fc-view-harness table td.fc-day .fc-daygrid-day-events {
    margin-top: -10px;
  }
  .fc.fc-media-screen .fc-view-harness table td.fc-day .fc-daygrid-day-events .fc-daygrid-block-event {
    height: 6px;
    width: 6px;
  }
}

.tutorProfile {
  padding: 60px 0px;
  background-color: #FFC100;
  background-image: url("../../images/lines.png");
}

.tutorProfile__teacherImg {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  overflow: hidden;
}

.tutorProfile__teacherImg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.tutorProfile h3 {
  margin-bottom: 30px;
}

.tutorProfile__right h4 {
  line-height: 32px;
  margin-bottom: 10px;
}

.tutorProfile__right .rateStar svg {
  width: 24px;
  height: 24px;
}

.tutorProfile .rateStar {
  margin-bottom: 20px;
}

@media (max-width: 1499px) {
  .tutorProfile {
    padding: 40px 0;
  }
  .tutorProfile__teacherImg {
    width: 240px;
    height: 240px;
  }
}

@media (max-width: 1399px) {
  .tutorProfile {
    padding: 30px 0;
  }
  .tutorProfile__teacherImg {
    width: 200px;
    height: 200px;
  }
  .tutorProfile .rattingStar {
    margin-bottom: 15px;
  }
}

@media (max-width: 1199.98px) {
  .tutorProfile__teacherImg {
    width: 180px;
    height: 180px;
  }
  .tutorProfile__right h4 {
    line-height: 22px;
  }
  .tutorProfile .rattingStar em.active {
    font-size: 18px;
  }
  .tutorProfile .rateStar svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 991.98px) {
  .tutorProfile h3 {
    text-align: center;
    margin-bottom: 15px;
  }
  .tutorProfile__teacherImg {
    width: 140px;
    height: 140px;
  }
  .tutorProfile__teacherImg {
    margin: auto;
  }
  .tutorProfile__right {
    text-align: center;
    margin-top: 10px;
  }
  .tutorProfile .rateStar {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  .tutorProfile__teacherImg {
    width: 100px;
    height: 100px;
  }
  .tutorProfile .rateStar svg {
    width: 18px;
    height: 18px;
  }
}

.studentList {
  padding: 60px 0px;
  background-color: #FFC100;
  background-image: url("../../images/lines.png");
}

.studentList .listSlider-item {
  padding: 0 8px;
}

.studentList .slick-list {
  margin: 0 -8px;
}

.studentList .show-all {
  font-size: 18px;
  color: #000000;
}

.studentList__cnt {
  margin-top: 20px;
  margin-left: -5px;
  margin-right: -5px;
}

.studentList__box {
  text-align: center;
  flex: 0 0 214px;
  max-width: 214px;
  margin: 5px;
}

.studentListImg {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: auto auto 10px;
}

.studentListImg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.studentListName {
  font-size: 16px;
  line-height: 22px;
  font-family: "NunitoSans-Bold";
  margin-bottom: 8px;
}

.studentList .rateStar {
  margin-bottom: 12px;
}

@media (max-width: 1599px) {
  .studentList {
    padding: 40px 0;
  }
}

@media (max-width: 1399px) {
  .studentList {
    padding: 30px 0;
  }
}

@media (max-width: 1199.98px) {
  .studentList .show-all {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .studentListName {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .studentList .rateStar {
    margin-bottom: 10px;
  }
  .studentListImg {
    width: 60px;
    height: 60px;
  }
  .studentList .show-all {
    font-size: 14px;
  }
  .studentList__cnt {
    margin-top: 15px;
  }
}

@media (max-width: 575.98px) {
  .studentList__box {
    margin: auto;
  }
}

.boxContent-inner {
  margin: 20px auto 0;
  background: #ffffff;
  -o-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06) ;
  -ms-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06) ;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06) ;
  border-radius: 5px;
  padding: 50px 30px;
}

.boxContent-inner-varifyOtp {
  padding: 50px 115px;
}

.boxContent-inner-varifyOtp .otp-group .otp-control {
  border-width: 0 0 2px 0;
  border-radius: 0;
}

.boxContent-inner-varifyOtp .otp-group .otp-control:not(:last-child) {
  margin-right: 20px;
}

.boxContent-inner-stepForm {
  padding: 30px;
}

.boxContent-inner-stepForm .disbeldateTime {
  pointer-events: none;
  cursor: not-allowed;
}

.boxContent-inner-stepForm .steps {
  margin: 0 -10px;
  margin-bottom: 25px;
  justify-content: center;
}

.boxContent-inner-stepForm .steps-step {
  color: #B5B5B5;
  font-size: 20px;
  text-align: center;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 10px;
  position: relative;
}

.boxContent-inner-stepForm .steps-step:not(:first-child):before {
  content: '';
  position: absolute;
  width: 63%;
  border: 1px dashed #B5B5B5;
  top: 23px;
  right: calc(50% + 40px);
}

.boxContent-inner-stepForm .steps-step_count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  width: 46px;
  border: 2px solid #B5B5B5;
  border-radius: 50%;
}

.boxContent-inner-stepForm .steps-step_title {
  margin-top: 15px;
}

.boxContent-inner-stepForm .steps-step.active {
  color: #3C5D4B;
}

.boxContent-inner-stepForm .steps-step.active:before {
  border-color: #3C5D4B;
}

.boxContent-inner-stepForm .steps-step.active .steps-step_count {
  background: #3C5D4B;
  color: #ffffff;
  border-color: #3C5D4B;
}

.boxContent-inner-stepForm fieldset:not(:first-of-type) {
  display: none;
}

.boxContent-inner-stepForm fieldset .btn.previous {
  width: 140px;
}

.boxContent-inner-stepForm .blockContent {
  margin-top: 30px;
}

.boxContent-inner-stepForm .blockContent .boxContent_subhead {
  margin-bottom: 0;
}

.boxContent .commonDegree li {
  padding: 20px 0;
}

.boxContent .commonDegree li + li {
  border-top: 1px solid #F6F8F9;
}

.boxContent .commonDegree-left {
  flex: 1;
  display: flex;
  align-items: center;
  padding-right: 15px;
}

.boxContent .commonDegree-left_img {
  height: 72px;
  width: 72px;
  margin-right: 20px;
}

.boxContent .commonDegree-left_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.boxContent .commonDegree-left_txt {
  width: calc(100% - 72px);
}

.boxContent .commonDegree-left_txt .text {
  font-size: 20px;
}

.boxContent .commonDegree-left_txt .text + .text {
  margin-top: 6px;
}

.boxContent-head {
  margin-bottom: 45px;
}

.boxContent-head_title {
  font-size: 32px;
  margin-bottom: 10px;
}

.boxContent_subhead {
  font-size: 20px;
  margin-bottom: 10px;
}

.boxContent .timer {
  margin-bottom: 35px;
}

.boxContent .imgUpload {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  margin-bottom: 35px;
}

.boxContent .imgUpload img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.boxContent .imgUpload label {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 24px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #3C5D4B;
  cursor: pointer;
  margin: 0;
}

.boxContent .submitBtn {
  margin-top: 50px;
}

.boxContent .orSaperator {
  margin: 50px 0 40px;
}

.boxContent .orSaperator_text {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #707070;
  border: 1px solid #E1E1E1;
  background-color: #ffffff;
}

.boxContent .orSaperator:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #E1E1E1;
}

.boxContent .socialLogin li:not(:last-child) {
  margin-right: 25px;
}

.boxContent-bottom {
  margin-top: 25px;
}

.boxContent-bottom p {
  margin-bottom: 5px;
  color: #707070;
}

.boxContent .chooseSignUp-check input[type="radio"]:checked ~ .chooseSignUp-check_label {
  color: #3C5D4B;
}

.boxContent .chooseSignUp-check input[type="radio"]:checked ~ .chooseSignUp-check_label .icon-user:after {
  display: block;
}

.boxContent .chooseSignUp-check input[type="radio"]:checked ~ .chooseSignUp-check_label .check {
  display: inline-flex;
}

.boxContent .chooseSignUp-check_label {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #ffffff;
  height: 180px;
  width: 180px;
  border-radius: 50%;
  cursor: pointer;
  margin-bottom: 40px;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) ;
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) ;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) ;
  color: #B5B5B5;
}

.boxContent .chooseSignUp-check_label .title {
  font-size: 20px;
}

.boxContent .chooseSignUp-check_label .icon-user {
  font-size: 48px;
  margin-bottom: 15px;
  position: relative;
}

.boxContent .chooseSignUp-check_label .icon-user:after {
  content: '';
  position: absolute;
  height: 10px;
  width: 4px;
  background: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
  border-radius: 5px;
  display: none;
}

.boxContent .chooseSignUp-check_label .check {
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #3C5D4B;
  color: #ffffff;
  display: none;
  align-items: center;
  justify-content: center;
  top: 9px;
  right: 9px;
}

.boxContent .chooseSignUp .boxContent-bottom p {
  font-size: 20px;
}

.boxContent-nav {
  margin-bottom: 45px;
}

.boxContent-nav .nav {
  background: #F6F8F9;
  padding: 10px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
}

.boxContent-nav .nav-link {
  padding: 9px 15px;
  min-width: 160px;
  font-family: "NunitoSans-Bold";
  color: #000000;
}

.boxContent-nav .nav-link:last-child {
  margin-left: 0;
}

.boxContent-nav .nav-link.active {
  background: #3C5D4B;
  color: #ffffff;
}

@media (max-width: 1799px) {
  .boxContent .chooseSignUp-check:nth-child(2) .chooseSignUp-check_label {
    margin-bottom: 0;
  }
  .boxContent .chooseSignUp-check_label {
    height: 160px;
    width: 160px;
    margin-bottom: 30px;
  }
  .boxContent .chooseSignUp-check_label .icon-user {
    font-size: 40px;
    margin-bottom: 10px;
    position: relative;
  }
  .boxContent .chooseSignUp-check_label .icon-user:after {
    bottom: 3px;
  }
  .boxContent .chooseSignUp-check_label .title {
    font-size: 18px;
  }
  .boxContent .chooseSignUp-check_label .check {
    height: 35px;
    width: 35px;
  }
  .boxContent .chooseSignUp .boxContent-bottom p {
    font-size: 18px;
  }
}

@media (max-width: 1599px) {
  .boxContent-head {
    margin-bottom: 30px;
  }
  .boxContent-head_title {
    font-size: 28px;
  }
  .boxContent_subhead {
    font-size: 18px;
  }
  .boxContent .timer {
    margin-bottom: 25px;
  }
  .boxContent .imgUpload {
    margin-bottom: 25px;
  }
  .boxContent .submitBtn {
    margin-top: 30px;
  }
  .boxContent .orSaperator {
    margin: 30px 0;
  }
  .boxContent .socialLogin li:not(:last-child) {
    margin-right: 20px;
  }
  .boxContent-bottom {
    margin-top: 20px;
  }
  .boxContent-nav {
    margin-bottom: 30px;
  }
}

@media (max-width: 1399px) {
  .boxContent-inner {
    padding: 30px 25px;
  }
  .boxContent-inner-varifyOtp {
    padding: 30px 80px;
  }
  .boxContent-inner-stepForm .steps {
    margin-bottom: 20px;
  }
  .boxContent-inner-stepForm .steps-step {
    font-size: 17px;
  }
  .boxContent-inner-stepForm .steps-step:not(:first-child):before {
    width: 58%;
  }
  .boxContent-inner-stepForm .steps-step_title {
    margin-top: 10px;
  }
  .boxContent-inner-stepForm .blockContent {
    margin-top: 25px;
  }
  .boxContent .commonDegree li {
    padding: 15px 0;
  }
  .boxContent .commonDegree-left_txt .text {
    font-size: 18px;
  }
  .boxContent-head_title {
    font-size: 26px;
  }
  .boxContent .chooseSignUp-check_label {
    height: 120px;
    width: 120px;
    margin-bottom: 15px;
  }
  .boxContent .chooseSignUp-check_label .icon-user {
    font-size: 40px;
    margin-bottom: 10px;
    position: relative;
  }
  .boxContent .chooseSignUp-check_label .icon-user:after {
    bottom: 3px;
  }
  .boxContent .chooseSignUp-check_label .title {
    font-size: 17px;
  }
  .boxContent .chooseSignUp-check_label .check {
    height: 30px;
    width: 30px;
    font-size: 14px;
    top: 4px;
    right: 4px;
  }
  .boxContent .chooseSignUp .boxContent-bottom p {
    font-size: 17px;
  }
}

@media (max-width: 1199.98px) {
  .boxContent-inner-varifyOtp {
    padding: 30px 60px;
  }
  .boxContent-inner-stepForm .steps-step {
    font-size: 16px;
  }
  .boxContent-inner-stepForm .steps-step:not(:first-child):before {
    width: 54%;
  }
  .boxContent-head_title {
    font-size: 24px;
  }
  .boxContent .submitBtn {
    margin-top: 25px;
  }
}

@media (max-width: 991.98px) {
  .boxContent-inner {
    max-width: 580px;
  }
  .boxContent-inner-stepForm .steps-step:not(:first-child):before {
    width: 58%;
  }
}

@media (max-width: 575.98px) {
  .boxContent-inner {
    padding: 20px 15px;
    margin: 15px auto 0;
  }
  .boxContent-inner-varifyOtp {
    padding: 20px 30px;
  }
  .boxContent-inner-stepForm .steps-step {
    flex: 0 0 122px;
    max-width: 122px;
  }
  .boxContent-inner-stepForm .steps-step:not(:first-child):before {
    width: 35%;
  }
  .boxContent-inner-stepForm fieldset .btn {
    max-width: 100%;
    width: 50%;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 14px;
  }
  .boxContent-inner-stepForm fieldset .btn.previous {
    width: 50%;
  }
  .boxContent-inner-stepForm fieldset .btn:last-child {
    margin-right: 10px;
  }
  .boxContent .linkPrimary {
    font-size: 14px;
  }
  .boxContent .commonDegree-left_img {
    height: 60px;
    width: 60px;
    margin-right: 15px;
  }
  .boxContent .commonDegree-left_txt {
    width: calc(100% - 60px);
  }
  .boxContent .commonDegree-left_txt .text {
    font-size: 16px;
  }
  .boxContent .commonDegree-left_txt .text + .text {
    margin-top: 0;
    font-size: 16px;
  }
  .boxContent-head_title {
    font-size: 22px;
  }
  .boxContent_subhead {
    font-size: 16px;
  }
  .boxContent .socialLogin li:not(:last-child) {
    margin-right: 15px;
  }
  .boxContent .socialLogin li img {
    max-width: 40px;
  }
  .boxContent .timer {
    margin-bottom: 15px;
  }
  .boxContent .submitBtn {
    margin-top: 20px;
  }
  .boxContent-nav {
    margin-bottom: 20px;
  }
  .boxContent-nav .nav-link {
    min-width: 115px;
  }
}

@media (max-width: 400px) {
  .boxContent-inner-stepForm .steps {
    justify-content: flex-start;
    overflow: auto;
  }
}

.commonList-item {
  padding: 15px;
  border-radius: 5px;
}

.commonList-item:not(:last-child) {
  margin-bottom: 20px;
}

.commonList-item_img {
  border-radius: 5px;
  overflow: hidden;
  width: 282px;
  height: 162px;
  margin-right: 20px;
}

@media (min-width: 768px) {
  .commonList-item_img--sm {
    width: 170px;
    height: 110px;
  }
}

.commonList-item_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: unset;
}

.commonList-item_img .commonTag {
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: #FF9000;
  border-radius: 3px;
  font: 12px "NunitoSans-Bold";
  color: #ffffff;
  padding: 4px 10px;
}

.commonList-item_img .userInfo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  background: #000000;
}

.commonList-item_img .userInfo span {
  color: #ffffff;
  font-size: 14px;
}

.commonList-item_info {
  flex: 1;
  font-family: "NunitoSans-SemiBold";
}

.commonList-item_info h5 {
  font-size: 18px;
  padding-right: 15px;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  text-overflow: ellipsis;
}

.commonList-item_info .price {
  white-space: nowrap;
}

.commonList-item_info .dot {
  padding: 0 5px;
}

.commonList-item_info .btnRow .btn {
  margin-bottom: 8px;
  margin-right: 8px;
}

@media (max-width: 767.98px) {
  .commonList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .commonList-item {
    flex: 0 0 48.6%;
    max-width: 48.6%;
  }
  .commonList-item_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .commonList-item_info {
    flex: 1;
    font-family: "NunitoSans-SemiBold";
  }
  .commonList-item_info h5 {
    font-size: 16px;
    line-height: 22px;
  }
  .commonList-item_info .btnRow p {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .commonList-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.ratingCommentBox {
  max-height: 898px;
  padding-right: 15px;
  overflow-y: auto;
}

.ratingCommentBox__box {
  margin-bottom: 20px;
}

.ratingCommentBox__box:not(:last-child) {
  border-bottom: 1px solid #F6F8F9;
}

.ratingCommentBox__box .userInfo {
  flex: 0 0 60px;
  max-width: 60px;
}

.ratingCommentBox__box .userView {
  flex: 0 0 calc(100% - 60px);
  max-width: calc(100% - 60px);
}

.ratingCommentBox .userInfo__img {
  height: 50px;
  width: 50px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
}

.ratingCommentBox .userInfo__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.ratingCommentBox__content {
  margin-top: 15px;
}

.ratingCommentBox__content p {
  font-size: 14px;
  line-height: 19px;
  color: #707070;
  font-family: "NunitoSans-SemiBold";
}

@media (max-width: 767.98px) {
  .ratingCommentBox {
    max-height: 300px;
  }
  .ratingCommentBox__box .userInfo {
    flex: 0 0 50px;
    max-width: 50px;
  }
  .ratingCommentBox__box .userInfo__img {
    height: 40px;
    width: 40px;
  }
  .ratingCommentBox__box .userView {
    flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);
  }
}

.switch label {
  cursor: pointer;
}

.switch label input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch label .lever:after {
  position: absolute;
  top: -.1875rem;
  left: -.3125rem;
  display: inline-block;
  content: "";
  background-color: #f1f1f1;
  border-radius: 1.3125rem;
  width: 1.3125rem;
  height: 1.3125rem;
  box-shadow: 0 0.0625rem 0.1875rem 0.0625rem rgba(0, 0, 0, 0.4);
  transition: left .3s ease,background .3s ease,box-shadow 1s ease;
}

.switch label input[type="checkbox"]:checked + .lever:after {
  left: 1.5rem;
  background-color: #14C148;
}

.switch label .lever {
  position: relative;
  display: inline-block;
  margin: 0 1rem;
  margin-right: .625rem;
  vertical-align: middle;
  content: "";
  background-color: #818181;
  border-radius: .9375rem;
  width: 2.5rem;
  height: .9375rem;
  transition: background .3s ease;
}

.switch label input[type="checkbox"]:checked + .lever {
  background-color: #14c14826;
}

.header .sub-menu {
  max-height: 370px;
  overflow: auto;
}

.header.lightHeader {
  background-color: #ffffff;
}

.header .authLinks {
  margin-left: 20px;
}

.header .authLinks .btn {
  padding: 7px 20px;
}

.header .authLinks .btn-login {
  margin-right: 24px;
}

.header .chat-info .icon-chat {
  position: relative;
}

.header .chat-info .icon-chat:after {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #FF0000;
  position: absolute;
  right: -2px;
  top: -3px;
}

.header .search {
  margin-left: 50px;
  position: relative;
}

.header .search input[type="search"]::-webkit-search-decoration,
.header .search input[type="search"]::-webkit-search-cancel-button,
.header .search input[type="search"]::-webkit-search-results-button,
.header .search input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.header .search .form-control {
  height: 48px;
  width: 420px;
  border-radius: 3px;
  padding-left: 40px;
  font-family: "NunitoSans-Regular";
}

.header .search .form-control:focus {
  border-color: #3C5D4B;
  box-shadow: none;
}

.header .search .search-clear, .header .search .search-result {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.header .search .search-clear i, .header .search .search-result i {
  font-size: 20px;
}

.header .search .search-clear .icon-close:before, .header .search .search-result .icon-close:before {
  content: "\E93A";
}

.header .search .search-clear:hover, .header .search .search-result:hover {
  color: #3C5D4B;
}

.header .navbar {
  border-bottom: 2px solid rgba(0, 0, 0, 0.04);
}

.header .navbar-brand {
  padding: 0px;
}

.header .navbar-toggler {
  padding: 0;
  border: 0;
  margin-left: 15px;
  width: 20px;
}

.header .navbar-toggler .line {
  border: 1px solid #3C5D4B;
  width: 20px;
  transition: all 0.2s;
  display: block;
  margin-top: 5px;
}

.header .navbar-toggler .line:nth-of-type(1) {
  transform: rotate(0);
  margin-top: 0;
}

.header .navbar-toggler .line:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.header .navbar-toggler .line:nth-of-type(3) {
  transform: rotate(0);
}

.header .navbar-toggler[aria-expanded="true"] .line:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 7% 10%;
  width: 24px;
}

.header .navbar-toggler[aria-expanded="true"] .line:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.header .navbar-toggler[aria-expanded="true"] .line:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 7% 90%;
  width: 24px;
}

.header .navbar .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "NunitoSans-SemiBold";
  padding: 5px 20px;
  color: #000000;
  display: flex;
  align-items: center;
  height: 83px;
}

.header .navbar .nav-link.active, .header .navbar .nav-link:hover {
  color: #3C5D4B;
}

.header .navbar .categoryDropdown {
  position: relative;
}

.header .navbar .categoryDropdown .nav-link {
  padding-right: 35px;
}

.header .navbar .categoryDropdown .nav-link:after {
  font-family: "icomoon";
  content: "\E90C";
  border: none;
  font-size: 8px;
  transition: ease-in, 0.3s;
  vertical-align: middle;
  right: 15px;
  position: absolute;
}

.header .navbar .categoryDropdown__menu {
  top: 83px;
  position: absolute;
  border: none;
  border-radius: 0;
  -o-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05) ;
  -ms-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05) ;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05) ;
  padding: 0;
  display: flex;
}

.header .navbar .categoryDropdown__col {
  width: 232px;
  background-color: #ffffff;
}

.header .navbar .categoryDropdown__col--first {
  background-color: #F5F8F7;
}

.header .navbar .categoryDropdown__col--third {
  border-left: 1px solid #E1E1E1;
}

.header .navbar .categoryDropdown__col--third .categoryDropdown__item a:after {
  display: none;
}

.header .navbar .categoryDropdown__item {
  padding: 12px 30px 12px 24px;
}

.header .navbar .categoryDropdown__item a {
  color: #707070;
  position: relative;
  display: block;
  font-family: "NunitoSans-SemiBold";
}

.header .navbar .categoryDropdown__item a:after {
  content: "\E903";
  position: absolute;
  font-family: "icomoon";
  font-size: 12px;
  right: -12px;
}

.header .navbar .categoryDropdown__item a:hover, .header .navbar .categoryDropdown__item a.active {
  color: #3C5D4B;
}

.header .navbar .categoryDropdown__item a:hover:after, .header .navbar .categoryDropdown__item a.active:after {
  color: #3C5D4B;
}

.header .nav-item {
  position: relative;
}

.header .nav-item--lang {
  margin-left: 30px;
  margin-right: 5px;
}

.header .nav-item--lang .select2:after {
  font-family: "icomoon" !important;
  content: "\E904";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header .nav-item--lang .select2-selection--single {
  border: none !important;
  background-color: transparent;
}

.header .nav-item--lang .select2-selection--single .select2-selection__rendered {
  padding-left: 7px !important;
  padding-right: 25px;
  font-family: "NunitoSans-Regular";
}

.header .nav-item--lang .select2-selection__arrow:after {
  right: -8px;
}

.header .nav-item--border:after {
  content: "";
  position: absolute;
  right: 0;
  height: 35px;
  width: 1px;
  background-color: #E1E1E1;
  top: 50%;
  transform: translateY(-50%);
}

.header .nav-item--bell em, .header .nav-item--cart em {
  font-size: 22px;
  vertical-align: middle;
}

.header .nav-item--count em {
  position: relative;
}

.header .nav-item--count em .badge-info {
  position: absolute;
  top: -10px;
  right: -9px;
  background: #FF0000;
  font-size: 12px;
}

.header .nav-item--bell.status-info .icon-bell {
  position: relative;
}

.header .nav-item--bell.status-info .icon-bell:after {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #FF0000;
  position: absolute;
  right: 0;
  top: 4px;
}

.header .nav-item--bell .infoItem {
  padding: 20px 20px;
  border-bottom: 1px solid #F5F8F7;
}

.header .nav-item--bell .infoItem__img {
  margin-right: 12px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #F5F8F7;
  color: #3C5D4B;
  text-align: center;
}

.header .nav-item--bell .infoItem__img--icon {
  line-height: 47px;
}

.header .nav-item--bell .infoItem__img--icon em {
  font-size: 20px;
}

.header .nav-item--bell .infoItem__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header .nav-item--bell .infoItem__cnt {
  font-family: "NunitoSans-SemiBold";
  flex: 1;
  font-size: 16px;
  line-height: normal;
}

.header .nav-item--bell .infoItem .time {
  color: #707070;
  font-size: 14px;
  display: inline-block;
  margin-top: 5px;
}

.header .nav-item--bell .show-all {
  font-size: 16px;
  font-family: "NunitoSans-ExtraBold";
  color: #3C5D4B;
  display: block;
  padding: 20px 20px;
  text-align: center;
  text-transform: capitalize;
}

.header .nav-item--bell .dropdown-menu {
  width: 440px;
  right: 0;
  left: auto;
  top: 80px;
  position: absolute;
  border: none;
  border-radius: 0;
  -o-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05) ;
  -ms-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05) ;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05) ;
  margin: 0;
  padding: 0px;
}

.header .nav-item--bell .dropdown-body {
  max-height: 400px;
  overflow-y: auto;
}

.header .nav-item--user .userImg {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.header .nav-item--user.show .dropdown-toggle:after {
  transform: rotate(-180deg);
}

.header .nav-item--user.dropdown.show .dropdown-toggle:after {
  transform: rotate(-180deg);
}

.header .nav-item--user .dropdown-toggle:after {
  font-family: "icomoon";
  content: "\E90C";
  border: none;
  font-size: 8px;
  transition: ease-in, 0.3s;
  vertical-align: middle;
  right: 0;
  position: absolute;
}

.header .nav-item--user .dropdown-menu {
  width: 300px;
  right: 0;
  left: auto;
  top: 80px;
  position: absolute;
  border: none;
  border-radius: 0;
  -o-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05) ;
  -ms-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05) ;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05) ;
  padding: 0;
  margin: 0;
}

.header .nav-item--user .dropdown-item {
  display: flex;
  align-items: center;
  padding: 5px 20px;
  font-family: "NunitoSans-Bold";
}

.header .nav-item--user .dropdown-item:hover, .header .nav-item--user .dropdown-item:active, .header .nav-item--user .dropdown-item:focus {
  background-color: #F5F8F7;
  color: #3C5D4B;
}

.header .nav-item--user .dropdown-icon {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background-color: #F5F8F7;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  margin-right: 15px;
  font-size: 18px;
  color: #3C5D4B;
}

.header .nav-item--user .userInfo {
  background-color: #F5F8F7;
  padding: 20px;
}

.header .nav-item--user .userInfo__img {
  margin-right: 12px;
}

.header .nav-item--user .userInfo__img img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.header .nav-item--user .userInfo__name {
  font-size: 18px;
  font-family: "NunitoSans-Bold";
  flex: 1;
  color: #000000;
}

.header .nav-item--addBlog .btn, .header .nav-item--addClass .btn {
  font-family: "NunitoSans-Bold";
}

.header .nav-item--addBlog {
  margin-left: 25px;
}

.header .nav-item--addClass {
  margin-left: 15px;
}

.header.header-inner {
  -o-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05) ;
  -ms-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05) ;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05) ;
  background-color: #ffffff;
}

.header.header-inner .nav-link {
  font-size: 16px;
  text-transform: capitalize;
}

@media (max-width: 1599px) {
  .header .search {
    margin-left: 20px;
  }
  .header .search .form-control {
    width: 350px;
  }
}

@media (max-width: 1499px) {
  .header .search {
    margin-left: 20px;
  }
  .header .search .form-control {
    width: 300px;
  }
  .header .nav-item--user .userInfo {
    padding: 15px;
  }
  .header .nav-item--user .userInfo__img img {
    height: 40px;
    width: 40px;
  }
  .header .nav-item--user .userInfo__name {
    font-size: 17px;
  }
  .header .nav-item--user .dropdown-item {
    padding: 5px 15px;
  }
  .header .navbar .nav-link {
    padding: 5px 15px;
  }
}

@media (max-width: 1199.98px) {
  .header .authLinks {
    margin-left: 5px;
  }
  .header .authLinks .btn-login {
    margin-right: 15px;
  }
  .header .search {
    position: fixed;
    top: 60px;
    width: 100%;
    left: 0;
    margin: 0;
    display: none;
  }
  .header .search .form-control {
    width: 100%;
    border-radius: 0px;
  }
  .header .navbar {
    height: 60px;
  }
  .header .navbar--home .nav-item--user .dropdown-menu {
    top: 58px;
  }
  .header .navbar--home .navbar-collapse .dropdown-menu {
    background-color: #ffffff;
  }
  .header .navbar--home .navbar-collapse .dropdown-item {
    color: #212529;
  }
  .header .navbar-brand {
    max-width: 60px;
    margin: 0;
  }
  .header .navbar .nav-item--user .nav-link {
    padding-right: 20px;
  }
  .header .navbar .nav-link {
    font-size: 14px;
    padding: 5px 10px;
    height: 60px;
  }
  .header .navbar .nav-link.active, .header .navbar .nav-link:hover {
    color: #FFC100;
  }
  .header .navbar .categoryDropdown__menu {
    top: 60px;
  }
  .header .navbar .categoryDropdown__col {
    width: 200px;
  }
  .header .navbar .categoryDropdown__item {
    font-size: 14px;
    padding: 8px 20px 8px 20px;
  }
  .header .navbar .categoryDropdown__item a:after {
    font-size: 10px;
    right: -9px;
  }
  .header .navbar-collapse .dropdown-menu.show .dropdown-toggle:after,
  .header .navbar-collapse .dropdown.show .dropdown-toggle:after {
    transform: rotate(90deg);
  }
  .header .navbar-collapse .dropdown-menu {
    background-color: #4c765f;
    border: none;
    padding: 0;
  }
  .header .navbar-collapse .dropdown-item {
    padding: 5px 10px;
    color: #ffffff;
  }
  .header .navbar-collapse .dropdown-toggle:after {
    font-family: "icomoon";
    content: "\E903";
    border: none;
    position: absolute;
    right: 10px;
    font-size: 10px;
  }
  .header .navbar-collapse .dropdown-toggle:hover, .header .navbar-collapse .dropdown-toggle:focus, .header .navbar-collapse .dropdown-toggle:active {
    background-color: transparent;
  }
  .header .navbar-collapse .dropdown-submenu {
    position: relative;
    background-color: #426653;
    border: none;
  }
  .header .navbar-collapse .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    border: none;
    background-color: #466d58;
  }
  .header .nav-item--bell .dropdown-menu {
    width: 300px;
    top: 60px;
  }
  .header .nav-item--bell .dropdown-body {
    max-height: 282px;
  }
  .header .nav-item--bell .infoItem {
    padding: 10px 10px;
  }
  .header .nav-item--bell .infoItem__img {
    height: 35px;
    width: 35px;
  }
  .header .nav-item--bell .infoItem__img--icon {
    line-height: 35px;
  }
  .header .nav-item--bell .infoItem__img--icon em {
    font-size: 16px;
  }
  .header .nav-item--bell .infoItem p {
    font-size: 14px;
  }
  .header .nav-item--bell .infoItem .time {
    font-size: 12px;
  }
  .header .nav-item--bell .show-all {
    padding: 15px;
    font-size: 14px;
  }
  .header .nav-item--user .userInfo {
    padding: 10px 15px;
  }
  .header .nav-item--user .userInfo__name {
    font-size: 16px;
  }
  .header .nav-item--user .dropdown-menu {
    top: 60px;
    width: 240px;
  }
  .header .nav-item--user .dropdown-item {
    font-size: 14px;
  }
  .header .nav-item--user .dropdown-icon {
    height: 30px;
    width: 30px;
    line-height: 34px;
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .header .authLinks .btn-login {
    margin-right: 10px;
  }
  .header .navbar .nav-item--border:after {
    display: none;
  }
  .header .navbar-collapse {
    position: fixed;
    top: 60px;
    left: -300px;
    padding: 0 15px;
    overflow: auto;
    width: 300px;
    height: calc(100vh - 60px);
    background: #3C5D4B;
    transition: left 0.3s linear;
    z-index: 999;
  }
  .header .navbar-collapse.show {
    left: 0;
  }
  .header .navbar-collapse.show + .navbar-backdrop {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .header .navbar-collapse .navbar-nav {
    display: block;
    margin-top: 15px;
  }
  .header .navbar-collapse .nav-link {
    color: #ffffff;
    padding: 8px 0px;
    height: auto;
  }
  .header .navbar-collapse .nav-link:hover {
    color: #ffffff;
  }
  .header .navbar-backdrop {
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    visibility: hidden;
    z-index: 8;
    transition: 0.3s;
    background-color: rgba(0, 0, 0, 0);
  }
  .header .navbar-nav {
    flex-direction: row;
  }
  .header .nav-item--lang {
    margin-left: 0;
    margin-right: 0;
  }
  .header .nav-item--lang .select2:after {
    color: #ffffff;
  }
  .header .nav-item--lang .select2-selection__rendered {
    color: #ffffff !important;
  }
  .header .nav-item--lang .select2-selection__arrow:after {
    color: #ffffff;
  }
}

@media (max-width: 767.98px) {
  .header .sub-menu {
    max-height: 240px;
  }
  .header .navbar--home .nav-item--user .dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
  }
}

@media (max-width: 575.98px) {
  .header .authLinks {
    margin-left: 10px;
  }
  .header .authLinks .btn {
    padding: 7px 15px;
    font-size: 14px;
  }
  .header .authLinks .btn-login {
    margin-right: 5px;
  }
  .header .navbar .nav-item--user .userImg {
    height: 35px;
    width: 35px;
  }
  .header .navbar .nav-item--user .nav-link {
    padding-right: 15px;
  }
  .header .navbar .nav-item--bell .dropdown-menu {
    right: -99px;
  }
  .header .navbar .nav-link {
    padding: 5px 10px;
  }
  .header .navbar-collapse {
    width: 230px;
    left: -230px;
  }
  .header .navbar-collapse .nav-link {
    padding: 5px 0px;
  }
}

@media (max-width: 359px) {
  .header .navbar .nav-link {
    padding: 5px 6px;
  }
}

.header .searchList {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #ffffff;
}

.header .searchListInner {
  border: 1px solid #ced4da;
  padding: 5px 10px;
  border-top: 0;
  font-size: 15px;
  line-height: 18px;
}

.header .searchList__leftImg {
  width: 40px;
  overflow: hidden;
  padding-left: 0;
  height: 40px;
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  justify-content: center;
}

.header .searchList__leftImg img {
  margin: 0 auto;
}

.header .searchList__rightText {
  margin-left: 10px;
}

.header .searchList__rightText p {
  margin-bottom: 0;
  color: #000000;
}

.footer {
  padding: 60px 0 30px;
}

.footer h4, .footer p, .footer li {
  font-size: 16px;
  line-height: 22px;
}

.footer p {
  font-family: "NunitoSans-Regular";
  color: #707070;
  margin-top: 24px;
}

.footer .brandLogo {
  display: inline-block;
}

.footer .brandLogo img {
  max-width: 160px;
}

.footer__link ul {
  margin-top: 20px;
}

.footer__link ul li {
  line-height: 34px;
  font-family: "NunitoSans-Regular";
  color: #707070;
}

.footer__link ul li a {
  color: #707070;
}

.footer__link ul li a:hover {
  color: #FFC100;
}

.footer__contact {
  margin-top: 20px;
}

.footer__contact em {
  color: #707070;
  padding-right: 15px;
}

.footer__contact a {
  color: #707070;
}

.footer__contact a:hover {
  color: #FFC100;
}

.footer__socialIcon {
  margin-top: 35px;
}

.footer__socialIcon ul {
  margin-top: 10px;
}

.footer__socialIcon ul li {
  display: inline-block;
}

.footer__socialIcon ul li:not(:last-child) {
  margin-right: 5px;
}

.footer__socialIcon ul li a {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #FFC100;
  background-color: #FFC100;
  text-align: center;
  line-height: 38px;
  color: #000000;
}

.footer__socialIcon ul li a:hover {
  background-color: #ffffff;
}

.footer__lower {
  margin-top: 35px;
}

.footer__lower .footer__img a:not(:last-child) {
  margin-right: 15px;
}

.footer__lower h5, .footer__lower p {
  font-size: 12px;
  line-height: 20px;
  color: #707070;
}

@media (max-width: 1399px) {
  .footer .brandLogo img {
    max-width: 140px;
  }
}

@media (max-width: 991.98px) {
  .footer {
    padding: 30px 0 10px;
  }
  .footer__list {
    text-align: center;
  }
  .footer__link ul {
    margin-top: 10px;
  }
  .footer__contact {
    margin-top: 10px;
  }
  .footer__lower {
    text-align: center;
  }
  .footer__lower .footer__img {
    justify-content: center;
    margin-bottom: 20px;
  }
  .footer .brandLogo {
    margin-bottom: 25px;
  }
}

@media (max-width: 767.98px) {
  .footer h4, .footer p, .footer li {
    font-size: 14px;
  }
  .footer__contact em {
    padding-right: 8px;
  }
  .footer__lower {
    margin-top: 25px;
  }
  .footer .brandLogo img {
    max-width: 120px;
  }
}

@media (max-width: 575.98px) {
  .footer__link {
    text-align: center;
  }
  .footer__contact {
    justify-content: center;
  }
}

.modal-backdrop.show {
  opacity: 0.4;
}

.fade:not(.tab-pane) {
  visibility: hidden;
  transition: all 0.3s;
}

.fade:not(.tab-pane) .modal-content {
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s;
  border: 0;
}

.fade:not(.tab-pane).show {
  visibility: visible;
}

.fade:not(.tab-pane).show .modal-content {
  transform: scale(1);
  opacity: 1;
}

.modal-default {
  max-width: 460px;
}

@media (min-width: 768px) {
  .modal-lg {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .modal-lg {
    max-width: 1140px;
  }
}

@media (min-width: 1600px) {
  .modal-lg {
    max-width: 1495px;
  }
}

@media (min-width: 768px) {
  .modal-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .modal-md {
    max-width: 930px;
  }
}

.commonModal .close {
  font-size: 30px;
  color: #000000;
  font-family: "NunitoSans-Regular";
  opacity: 1;
  transition: all 1s;
  position: absolute;
  right: 30px;
  margin: 0;
  z-index: 1;
  padding: 0%;
}

.commonModal .close:hover {
  color: #3C5D4B;
}

.commonModal--videoMsg .modal-content {
  max-width: 680px;
}

.commonModal--videoMsg .modal-content .modal-body {
  padding: 15px;
}

.commonModal .modal-content {
  border-radius: 5px;
}

.commonModal .modal-body {
  padding: 15px 30px 15px;
}

.commonModal .modal-body .input-group-text {
  background-color: #E1E1E1;
  border-color: #E1E1E1;
  font-family: "NunitoSans-Bold";
}

.commonModal .modal-header {
  padding: 30px 30px 15px;
}

.commonModal .modal-title {
  font-size: 24px;
  line-height: 32px;
  font-family: "NunitoSans-ExtraBold";
}

.commonModal .modal-footer {
  padding: 30px;
  flex-wrap: nowrap;
}

.commonModal .modal-footer .btn {
  width: 50%;
  margin: 0;
  font-size: 20px;
  font-family: "NunitoSans-Bold";
}

.commonModal .modal-footer .btn + .btn {
  margin-left: 15px;
}

@media (max-width: 575.98px) {
  .commonModal .close {
    right: 15px;
  }
  .commonModal .modal-header, .commonModal .modal-body, .commonModal .modal-footer {
    padding: 15px;
  }
  .commonModal .modal-title {
    font-size: 18px;
  }
}

.commonModal--message .modal-content {
  max-width: 448px;
  margin: 0 auto;
}

.commonModal--message .modal-header h5 {
  font-size: 24px;
  line-height: 32px;
  font-family: "NunitoSans-ExtraBold";
}

.commonModal--message .modal-body {
  border-radius: 5px;
}

.commonModal--message .modal-body label {
  font-size: 16px;
  font-family: "NunitoSans-SemiBold";
  color: #747474;
}

.commonModal--message .modal-body span {
  font-size: 16px;
  font-family: "NunitoSans-SemiBold";
  line-height: 22px;
  color: #747474;
}

.commonModal--message .modal-body textarea {
  border: 1px solid #DFDFDF;
  border-radius: 3px;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  font-family: "NunitoSans-SemiBold";
  resize: none;
  overflow: auto;
  width: 100%;
  height: 85px !important;
}

@media (max-width: 480px) {
  .commonModal--message .modal-content .close {
    width: 30px;
    height: 30px;
    right: 25px;
    padding: 1px;
  }
  .commonModal--message .modal-header {
    padding: 15px;
  }
  .commonModal--message .modal-header h5 {
    font-size: 18px;
  }
  .commonModal--message .modal-body {
    padding: 15px;
  }
  .commonModal--message .modal-body label {
    font-size: 14px;
  }
}

.commonModal--successMsg .modal-content {
  max-width: 448px;
  margin: 0 auto;
  background-color: transparent;
}

.commonModal--successMsg .modal-body {
  background-image: url(../../images/payment.png);
  background-position: center top;
  background-size: 100%;
  height: 516px;
  background-color: transparent;
  background-repeat: no-repeat;
}

.commonModal--successMsg .modal-body .paymentInfo {
  padding-top: 80px;
  padding-bottom: 35px;
}

.commonModal--successMsg .modal-body .paymentInfo h5 {
  font-size: 24px;
  line-height: 32px;
  font-family: "NunitoSans-ExtraBold";
}

.commonModal--successMsg .modal-body .paymentInfo p {
  font-size: 16px;
  line-height: 22px;
  color: #747474;
}

.commonModal--successMsg .modal-body .paymentTxt {
  padding-top: 25px;
}

.commonModal--successMsg .modal-body .paymentTxt .price {
  font-size: 30px;
  line-height: 41px;
}

.commonModal--successMsg .modal-body .paymentTxt p {
  font-size: 16px;
  line-height: 22px;
  color: #747474;
  font-family: "NunitoSans-SemiBold";
}

.commonModal--successMsg .modal-body .paymentTxt .btn {
  position: relative;
  top: 25px;
  padding: 13px 35px;
}

@media (max-width: 767.98px) {
  .commonModal--successMsg .modal-body .paymentInfo {
    padding-bottom: 65px;
  }
}

@media (max-width: 567px) {
  .commonModal--successMsg .modal-body .paymentInfo {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .commonModal--successMsg .modal-body .paymentTxt {
    padding-top: 21px;
  }
  .commonModal--successMsg .modal-body .paymentTxt .price {
    font-size: 24px;
  }
  .commonModal--successMsg .modal-body .paymentTxt .btn {
    top: 30px;
    padding: 8px 35px;
  }
}

@media (max-width: 415px) {
  .commonModal--successMsg .modal-body .paymentTxt {
    padding-top: 0px;
  }
}

@media (max-width: 375px) {
  .commonModal--successMsg .modal-body .paymentInfo {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .commonModal--successMsg .modal-body .paymentInfo h5 {
    font-size: 20px;
    line-height: 20px;
  }
  .commonModal--successMsg .modal-body .paymentInfo p {
    margin-bottom: 0;
  }
  .commonModal--successMsg .modal-body .paymentTxt {
    padding-top: 15px;
  }
  .commonModal--successMsg .modal-body .paymentTxt .price {
    font-size: 20px;
    line-height: 30px;
  }
  .commonModal--successMsg .modal-body .paymentTxt p {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 320px) {
  .commonModal--successMsg .modal-body {
    height: auto;
  }
  .commonModal--successMsg .modal-body .paymentInfo {
    padding-top: 42px;
  }
  .commonModal--successMsg .modal-body .paymentInfo h5 {
    font-size: 18px;
    line-height: 18px;
  }
  .commonModal--successMsg .modal-body .paymentInfo p {
    line-height: 21px;
  }
  .commonModal--successMsg .modal-body .paymentTxt {
    padding: 10px;
  }
  .commonModal--successMsg .modal-body .paymentTxt .price {
    font-size: 18px;
  }
  .commonModal--successMsg .modal-body .paymentTxt .btn {
    top: 12px;
    font-size: 15px;
  }
}

.commonModal--successMsg--bg .modal-body {
  background-image: url(../../images/payment2.png);
  min-height: 360px;
}

.commonModal--successMsg--bg .modal-body .paymentInfo {
  padding-bottom: 0;
}

.commonModal--successMsg--bg .modal-body .paymentTxt {
  padding-top: 5px;
}

.commonModal--successMsg--bg .modal-body .paymentTxt .btn {
  top: 20px;
}

@media (max-width: 767.98px) {
  .commonModal--successMsg--bg .modal-body {
    min-height: auto;
  }
  .commonModal--successMsg--bg .modal-body .paymentTxt {
    padding-bottom: 30px;
  }
}

.commonModal--reject .modal-content {
  max-width: 448px;
  margin: 0 auto;
}

.commonModal--reject .modal-content .modal-header h5 {
  font-size: 24px;
  line-height: 32px;
  font-family: "NunitoSans-ExtraBold";
}

.commonModal--reject .modal-content .modal-footer .btn {
  min-width: 184px;
}

@media (max-width: 991.98px) {
  .commonModal--reject .modal-content .modal-header {
    padding: 14px 15px 5px;
  }
  .commonModal--reject .modal-content .modal-header h5 {
    font-size: 18px;
  }
  .commonModal--reject .modal-content .modal-body {
    padding: 8px 15px;
  }
  .commonModal--reject .modal-content .modal-footer {
    padding: 14px;
  }
  .commonModal--reject .modal-content .modal-footer .btn {
    min-width: 200px;
  }
}

@media (max-width: 480px) {
  .commonModal--reject .modal-content .modal-body p {
    font-size: 13px;
  }
  .commonModal--reject .modal-content .modal-footer .btn {
    min-width: 175px;
  }
}

@media (max-width: 375px) {
  .commonModal--reject .modal-content .modal-footer .btn {
    min-width: 150px;
  }
}

@media (max-width: 320px) {
  .commonModal--reject .modal-content .modal-footer .btn {
    min-width: 130px;
  }
}

.commonModal--education .modal-content {
  max-width: 448px;
  margin: 0 auto;
}

.commonModal--education .modal-body {
  border-radius: 5px;
}

.commonModal--education .modal-body .uploadImg label {
  border: 2px dashed #CCCCCC;
  width: 388px;
  height: 200px;
  border-radius: 5px;
  margin-bottom: 0;
  cursor: pointer;
}

.commonModal--education .modal-body .uploadImg-square {
  width: 364px;
  height: 176px;
  margin: 10px;
  border-radius: 5px;
  background-color: #F5F8F7;
  padding: 60px 80px 0;
}

.commonModal--education .modal-body .uploadImg-square .form-title {
  font-size: 16px;
  line-height: 28px;
}

.commonModal--education .modal-body .uploadImg-square p {
  font-size: 14px;
  line-height: 28px;
  padding-top: 30px;
}

.commonModal--education .modal-body .uploadImg-upload {
  width: 30px;
  height: 30px;
  color: #3C5D4B;
}

.commonModal--education .modal-body label {
  font-size: 16px;
  font-family: "NunitoSans-SemiBold";
  line-height: 22px;
  color: #747474;
}

@media (max-width: 415px) {
  .commonModal--education .modal-body .uploadImg label {
    width: 310px;
    height: 140px;
  }
  .commonModal--education .modal-body .uploadImg-square {
    width: 286px;
    height: 115px;
    padding: 20px 40px 0;
  }
  .commonModal--education .modal-body .uploadImg-square .form-title {
    font-size: 13px;
  }
  .commonModal--education .modal-body .uploadImg-square p {
    padding-top: 10px;
    font-size: 12px;
  }
  .commonModal--education .modal-body label {
    font-size: 14px;
  }
  .commonModal--education .modal-footer {
    padding: 15px;
  }
}

@media (max-width: 320px) {
  .commonModal--education .modal-body .uploadImg label {
    width: 280px;
    height: 140px;
  }
  .commonModal--education .modal-body .uploadImg-square {
    width: 256px;
    height: 115px;
    padding: 20px 40px 0;
  }
}

.commonModal--transaction .modal-content {
  max-width: 448px;
  margin: 0 auto;
}

.commonModal--transaction .modal-header h5 {
  font-size: 24px;
  line-height: 32px;
  font-family: "NunitoSans-ExtraBold";
}

.commonModal--transaction .modal-body {
  padding: 30px;
}

.commonModal--transaction .modal-body h5 {
  font-size: 18px;
  line-height: 24px;
}

.commonModal--transaction .modal-body .transactionBox {
  background-color: #F5F8F7;
  padding: 20px 30px;
  margin-bottom: 38px;
}

.commonModal--transaction .modal-body .transactionBox-txt {
  height: 61px;
}

.commonModal--transaction .modal-body .transactionBox-txt p {
  font-size: 24px;
  line-height: 32px;
}

.commonModal--transaction .modal-body .transactionBox_space-border {
  width: 1px;
  height: 61px;
  border: 1px solid #E1E1E1;
}

.commonModal--transaction .modal-body .transcationDetail {
  background-color: #F5F8F7;
  padding: 25px 20px;
}

.commonModal--transaction .modal-body .transcationDetail_list {
  margin-bottom: 15px;
}

.commonModal--transaction .modal-body .transcationDetail_list .listName {
  font-size: 16px;
  font-family: "NunitoSans-SemiBold";
  line-height: 22px;
  width: 125px;
  flex-shrink: 0;
}

.commonModal--transaction .modal-body .transcationDetail_list span {
  display: block;
  width: calc(100% - 125px);
  font-size: 16px;
  font-family: "NunitoSans-Bold";
  line-height: 22px;
}

.commonModal--transaction .modal-body .transcationDetail_list .idNumber {
  word-break: break-all;
}

@media (max-width: 575.98px) {
  .commonModal--transaction .modal-content .close {
    width: 30px;
    height: 30px;
    right: 25px;
    padding: 1px;
  }
  .commonModal--transaction .modal-header {
    padding: 15px;
  }
  .commonModal--transaction .modal-header h5 {
    font-size: 18px;
  }
  .commonModal--transaction .modal-body {
    padding: 15px;
  }
  .commonModal--transaction .modal-body h5 {
    font-size: 16px;
  }
  .commonModal--transaction .modal-body .transactionBox {
    padding: 15px;
    margin-bottom: 20px;
  }
  .commonModal--transaction .modal-body .transactionBox h5 {
    font-size: 14px;
    margin-bottom: 0;
  }
  .commonModal--transaction .modal-body .transactionBox p {
    font-size: 18px;
  }
  .commonModal--transaction .modal-body .transcationDetail {
    padding: 10px;
  }
  .commonModal--transaction .modal-body .transcationDetail_list .listName {
    font-size: 14px;
  }
  .commonModal--transaction .modal-body .transcationDetail_list span {
    font-size: 12px;
  }
}

.commonModal--feedback.modal-lg {
  max-width: 1144px;
}

.commonModal--feedback .feedbackGraph {
  text-align: center;
  margin-bottom: 67px;
}

.commonModal--feedback .feedbackGraph svg {
  max-width: 396px;
  margin: 0 auto;
}

.commonModal--feedback .feedbackGraph__note {
  font-size: 14px;
  color: #707070;
}

.commonModal--feedback .feedbackBox {
  background-color: #F5F8F7;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 30px;
}

.commonModal--feedback .feedbackBox h4 {
  font-size: 16px;
  font-family: "NunitoSans-Bold";
}

.commonModal--feedback .rateStar svg {
  height: 25px;
  width: 25px;
}

.commonModal--feedback .w-408 {
  max-width: 408px;
}

.commonModal--feedback .btn {
  margin-top: 60px;
}

.commonModal--feedback .btn-raise {
  font-family: "NunitoSans-Bold";
  color: #FF0000;
}

.commonModal--feedback .progress {
  width: 80px;
  height: 80px;
  background: none;
  position: relative;
}

.commonModal--feedback .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid #F5F8F7;
  position: absolute;
  top: 0;
  left: 0;
}

.commonModal--feedback .progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.commonModal--feedback .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 4px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #FFC100;
}

.commonModal--feedback .progress-value {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 60px;
  width: 60px;
  background-color: #ffffff;
  -o-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05) ;
  -ms-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05) ;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05) ;
}

.commonModal--feedback .progress-count {
  font-size: 26px;
  font-family: "NunitoSans-Bold";
}

.commonModal--feedback .progress-total {
  font-size: 14px;
}

.commonModal--feedback .progress-left {
  left: 0;
}

.commonModal--feedback .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  transform-origin: center left;
}

.commonModal--feedback .progress-right {
  right: 0;
}

.commonModal--feedback .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  transform-origin: center right;
}

@media (max-width: 991.98px) {
  .commonModal--feedback .feedbackGraph {
    margin-bottom: 20px;
  }
  .commonModal--feedback .feedbackBox {
    padding: 15px;
    margin-bottom: 15px;
  }
  .commonModal--feedback .rateStar svg {
    height: 18px;
    width: 18px;
  }
  .commonModal--feedback .btn {
    margin-top: 30px;
  }
}

.commonModal--charges .modal-content {
  max-width: 448px;
  margin: 0 auto;
}

.commonModal--charges .modal-header h5 {
  font-size: 24px;
  line-height: 32px;
  font-family: "NunitoSans-ExtraBold";
}

.commonModal--charges .modal-body {
  padding: 20px 30px;
}

.commonModal--charges .modal-body h5 {
  font-size: 18px;
  line-height: 24px;
}

.commonModal--charges .modal-body .chargesBox-txt {
  background-color: #F5F8F7;
  padding: 20px 30px;
}

.commonModal--charges .modal-body .chargesBox-txt p {
  font-size: 24px;
  line-height: 32px;
  color: #14C148;
}

.commonModal--charges .modal-footer {
  padding: 20px 30px;
}

.commonModal--charges .modal-footer .btn {
  min-width: 186px;
}

@media (max-width: 575.98px) {
  .commonModal--charges .modal-content .close {
    width: 30px;
    height: 30px;
    right: 25px;
    padding: 1px;
  }
  .commonModal--charges .modal-header {
    padding: 15px;
  }
  .commonModal--charges .modal-header h5 {
    font-size: 18px;
  }
  .commonModal--charges .modal-body {
    padding: 15px;
  }
  .commonModal--charges .modal-body .chargesBox-txt {
    padding: 10px;
  }
  .commonModal--charges .modal-body .chargesBox-txt h5 {
    font-size: 18px;
  }
  .commonModal--charges .modal-body .chargesBox-txt p {
    font-size: 18px;
  }
  .commonModal--charges .modal-footer {
    padding: 15px;
  }
  .commonModal--charges .modal-footer .btn {
    min-width: 200px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .commonModal--charges .modal-footer .btn {
    min-width: 139px;
  }
}

@media (max-width: 414px) {
  .commonModal--charges .modal-footer .btn {
    min-width: 170px;
  }
}

@media (max-width: 375px) {
  .commonModal--charges .modal-footer .btn {
    min-width: 145px;
  }
}

@media (max-width: 320px) {
  .commonModal--charges .modal-footer .btn {
    min-width: 125px;
  }
}

.commonModal--success .modal-content {
  max-width: 448px;
  margin: 0 auto;
}

.commonModal--success .modal-body {
  padding: 50px 30px 15px;
}

.commonModal--success .modal-body .innerBox img {
  padding-bottom: 30px;
}

.commonModal--success .modal-body .innerBox h5 {
  font-size: 24px;
  line-height: 32px;
  font-family: "NunitoSans-ExtraBold";
}

.commonModal--success .modal-body .innerBox p {
  font-size: 16px;
  font-family: "NunitoSans-SemiBold";
  line-height: 22px;
}

.commonModal--success .modal-footer {
  padding: 10px 30px 30px;
}

@media (max-width: 575.98px) {
  .commonModal--success .modal-body {
    padding: 15px;
  }
  .commonModal--success .modal-body .innerBox img {
    padding-bottom: 10px;
    width: 80px;
    height: 80px;
  }
  .commonModal--success .modal-body .innerBox h5 {
    font-size: 20px;
  }
  .commonModal--success .modal-body .innerBox p {
    font-size: 14px;
  }
  .commonModal--success .modal-footer {
    padding: 15px;
  }
}

@media (max-width: 320px) {
  .commonModal--success .modal-body {
    padding: 10px;
  }
  .commonModal--success .modal-body .innerBox img {
    padding-bottom: 10px;
    width: 60px;
    height: 60px;
  }
  .commonModal--success .modal-body .innerBox h5 {
    font-size: 16px;
  }
  .commonModal--success .modal-body .innerBox p {
    font-size: 13px;
  }
  .commonModal--success .modal-footer {
    padding: 10px;
  }
}

.commonModal--redeemPoint .modal-content {
  max-width: 448px;
  margin: 0 auto;
}

.commonModal--redeemPoint .modal-header {
  padding: 30px 30px 5px;
}

.commonModal--redeemPoint .modal-header h5 {
  font-size: 24px;
  line-height: 32px;
  font-family: "NunitoSans-ExtraBold";
}

.commonModal--redeemPoint .modal-body {
  padding: 5px 30px 15px;
}

.commonModal--redeemPoint .modal-footer {
  padding: 10px 30px 30px;
}

@media (max-width: 480px) {
  .commonModal--redeemPoint .modal-content .close {
    width: 30px;
    height: 30px;
    right: 25px;
    padding: 1px;
  }
  .commonModal--redeemPoint .modal-header {
    padding: 15px 15px 2px;
  }
  .commonModal--redeemPoint .modal-header h5 {
    font-size: 18px;
  }
  .commonModal--redeemPoint .modal-body {
    padding: 2px 15px;
  }
  .commonModal--redeemPoint .modal-body label {
    font-size: 14px;
  }
  .commonModal--redeemPoint .modal-footer {
    padding: 15px;
  }
}

.commonModal--newTopic .icon {
  top: 0;
  font-size: 14px;
}

.commonModal--newTopic .btn-row {
  margin-top: 45px;
}

.commonModal--newTopic h4 {
  margin-top: 20px;
  font-size: 24px;
}

.commonModal--referEarnModal ul {
  text-align: center;
  margin-bottom: 10px;
}

.commonModal--referEarnModal ul li {
  display: inline-block;
}

.commonModal--referEarnModal ul li:not(:last-child) {
  margin-right: 15px;
}

.commonModal--referEarnModal ul li a {
  color: #000000;
  border: 1px solid #FFC100;
  border-radius: 50%;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFC100;
}

.commonModal--referEarnModal ul li a em {
  width: 16px;
  height: 16px;
  font-size: 15px;
}

.commonModal--referEarnModal ul li a .icon-email:before {
  font-size: 12px;
}

.commonModal--referEarnModal ul li a:hover {
  background-color: #ffffff;
  color: #FFC100;
}

@media (max-width: 767.98px) {
  .commonModal--referEarnModal ul li:not(:last-child) {
    margin-right: 10px;
  }
}

.font-rg {
  font-family: "NunitoSans-Regular" !important;
}

.font-sm {
  font-family: "NunitoSans-SemiBold" !important;
}

.font-bd {
  font-family: "NunitoSans-Bold" !important;
}

.font-eb {
  font-family: "NunitoSans-ExtraBold" !important;
}

.font-bl {
  font-family: "NunitoSans-Black" !important;
}

.bgBlack {
  background: #000000 !important;
}

.bgwhite {
  background: #ffffff !important;
}

.linkPrimary {
  color: #3C5D4B;
}

.linkPrimary:hover {
  color: rgba(60, 93, 75, 0.9);
}

.linkBlack {
  color: #000000;
}

.linkBlack:hover {
  color: #3C5D4B;
}

.linkDark {
  color: #000000;
}

.linkDark:hover {
  color: #FF9000;
}

.textPrimary {
  color: #3C5D4B !important;
}

.textSecondary {
  color: rgba(0, 0, 0, 0.6);
}

.textSuccess {
  color: #14C148 !important;
}

.textDanger {
  color: #FF0000 !important;
}

.textGray {
  color: #707070;
}

.textYellow {
  color: #FFC100;
}

.common-shadow {
  -o-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06) ;
  -ms-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06) ;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06) ;
}

.mw-300 {
  max-width: 300px;
}

.mw-448 {
  max-width: 448px;
}

.p-30 {
  padding: 30px;
}

@media (max-width: 1199.98px) {
  .p-30 {
    padding: 20px;
  }
}

@media (max-width: 1199.98px) {
  .mw-448 {
    max-width: 300px;
  }
}

.icon-input {
  font-family: "NunitoSans-Regular" !important;
}

.paymentLoader {
  width: 30px;
  height: 30px;
  margin: auto;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

@keyframes ripple {
  0% {
    transform: scale(4);
  }
  100% {
    opacity: 0;
    transform: scale(40);
  }
}

@keyframes spinner-border {
  0% {
    animation-timing-function: cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);
    transform: rotate(0);
  }
  100% {
    transform: rotate(1000deg);
  }
}

@keyframes wave {
  0% {
    transform: rotate(0deg) translate(0px, 25px);
    opacity: 0.5;
  }
  50% {
    transform: rotate(180deg) translate(0px, -8px);
    opacity: 1;
  }
  100% {
    transform: rotate(360deg) translate(0px, 25px);
    opacity: 0.5;
  }
}

@media (max-width: 767.98px) {
  @keyframes wave {
    0% {
      transform: rotate(0deg) translate(0px, 20px);
      opacity: 0.5;
    }
    50% {
      transform: rotate(180deg) translate(0px, -6px);
      opacity: 1;
    }
    100% {
      transform: rotate(360deg) translate(0px, 20px);
      opacity: 0.5;
    }
  }
}

@keyframes progressive {
  0% {
    filter: blur(20px);
  }
  to {
    filter: blur(0);
  }
}

@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
