.Vue-Toastification__container {
  z-index: 9999;
  position: fixed;
  padding: 4px;
  width: 600px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: none;
}
@media only screen and (min-width : 600px) {
  .Vue-Toastification__container.top-left, .Vue-Toastification__container.top-right, .Vue-Toastification__container.top-center {
    top: 1em;
  }
  .Vue-Toastification__container.bottom-left, .Vue-Toastification__container.bottom-right, .Vue-Toastification__container.bottom-center {
    bottom: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .Vue-Toastification__container.top-left, .Vue-Toastification__container.bottom-left {
    left: 1em;
  }
  .Vue-Toastification__container.top-left .Vue-Toastification__toast, .Vue-Toastification__container.bottom-left .Vue-Toastification__toast {
    margin-right: auto;
  }
  @supports not (-moz-appearance: none) {
    .Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl, .Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl {
      margin-right: unset;
      margin-left: auto;
    }
  }
  .Vue-Toastification__container.top-right, .Vue-Toastification__container.bottom-right {
    right: 1em;
  }
  .Vue-Toastification__container.top-right .Vue-Toastification__toast, .Vue-Toastification__container.bottom-right .Vue-Toastification__toast {
    margin-left: auto;
  }
  @supports not (-moz-appearance: none) {
    .Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl, .Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl {
      margin-left: unset;
      margin-right: auto;
    }
  }
  .Vue-Toastification__container.top-center, .Vue-Toastification__container.bottom-center {
    left: 50%;
    margin-left: -300px;
  }
  .Vue-Toastification__container.top-center .Vue-Toastification__toast, .Vue-Toastification__container.bottom-center .Vue-Toastification__toast {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width : 600px) {
  .Vue-Toastification__container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Vue-Toastification__container .Vue-Toastification__toast {
    width: 100%;
  }
  .Vue-Toastification__container.top-left, .Vue-Toastification__container.top-right, .Vue-Toastification__container.top-center {
    top: 0;
  }
  .Vue-Toastification__container.bottom-left, .Vue-Toastification__container.bottom-right, .Vue-Toastification__container.bottom-center {
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.Vue-Toastification__toast {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  max-height: 800px;
  min-height: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 22px 24px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Lato", Helvetica, "Roboto", Arial, sans-serif;
  max-width: 600px;
  min-width: 326px;
  pointer-events: auto;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  direction: ltr;
}
.Vue-Toastification__toast--rtl {
  direction: rtl;
}
.Vue-Toastification__toast--default {
  background-color: #1976d2;
  color: #fff;
}
.Vue-Toastification__toast--info {
  background-color: #2196f3;
  color: #fff;
}
.Vue-Toastification__toast--success {
  background-color: #4caf50;
  color: #fff;
}
.Vue-Toastification__toast--error {
  background-color: #ff5252;
  color: #fff;
}
.Vue-Toastification__toast--warning {
  background-color: #ffc107;
  color: #fff;
}
@media only screen and (max-width : 600px) {
  .Vue-Toastification__toast {
    border-radius: 0px;
    margin-bottom: 0.5rem;
  }
}
.Vue-Toastification__toast-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 24px;
  font-size: 16px;
  word-break: break-word;
  white-space: pre-wrap;
}
.Vue-Toastification__toast-component-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.Vue-Toastification__toast.disable-transition {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
          animation: none !important;
}

.Vue-Toastification__close-button {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  padding-left: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  opacity: 0.3;
  -webkit-transition: visibility 0s, opacity 0.2s linear;
  transition: visibility 0s, opacity 0.2s linear;
}
.Vue-Toastification__close-button:hover, .Vue-Toastification__close-button:focus {
  opacity: 1;
}
.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover {
  opacity: 0;
}
.Vue-Toastification__toast--rtl .Vue-Toastification__close-button {
  padding-left: unset;
  padding-right: 10px;
}

@-webkit-keyframes scale-x-frames {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes scale-x-frames {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
.Vue-Toastification__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-animation: scale-x-frames linear 1 forwards;
          animation: scale-x-frames linear 1 forwards;
}
.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar {
  right: 0;
  left: unset;
  -webkit-transform-origin: right;
          transform-origin: right;
}

.Vue-Toastification__icon {
  margin: auto 18px auto 0px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 100%;
}
.Vue-Toastification__toast--rtl .Vue-Toastification__icon {
  margin: auto 0px auto 18px;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes bounceOutRight {
  40% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(1000px, 0, 0);
            transform: translate3d(1000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  40% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(1000px, 0, 0);
            transform: translate3d(1000px, 0, 0);
  }
}
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}
@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}
.Vue-Toastification__bounce-enter-active.top-left, .Vue-Toastification__bounce-enter-active.bottom-left {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}
.Vue-Toastification__bounce-enter-active.top-right, .Vue-Toastification__bounce-enter-active.bottom-right {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}
.Vue-Toastification__bounce-enter-active.top-center {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}
.Vue-Toastification__bounce-enter-active.bottom-center {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

.Vue-Toastification__bounce-leave-active.top-left, .Vue-Toastification__bounce-leave-active.bottom-left {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}
.Vue-Toastification__bounce-leave-active.top-right, .Vue-Toastification__bounce-leave-active.bottom-right {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}
.Vue-Toastification__bounce-leave-active.top-center {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}
.Vue-Toastification__bounce-leave-active.bottom-center {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

.Vue-Toastification__bounce-move {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}

/* ----------------------------------------------
 * Modified version from Animista
 * Animista is Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
@-webkit-keyframes fadeOutTop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
}
@keyframes fadeOutTop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
}
@keyframes fadeOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutBottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
}
@keyframes fadeOutBottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
}
@keyframes fadeOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInTop {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInTop {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInBottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInBottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.Vue-Toastification__fade-enter-active.top-left, .Vue-Toastification__fade-enter-active.bottom-left {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}
.Vue-Toastification__fade-enter-active.top-right, .Vue-Toastification__fade-enter-active.bottom-right {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}
.Vue-Toastification__fade-enter-active.top-center {
  -webkit-animation-name: fadeInTop;
          animation-name: fadeInTop;
}
.Vue-Toastification__fade-enter-active.bottom-center {
  -webkit-animation-name: fadeInBottom;
          animation-name: fadeInBottom;
}

.Vue-Toastification__fade-leave-active.top-left, .Vue-Toastification__fade-leave-active.bottom-left {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}
.Vue-Toastification__fade-leave-active.top-right, .Vue-Toastification__fade-leave-active.bottom-right {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}
.Vue-Toastification__fade-leave-active.top-center {
  -webkit-animation-name: fadeOutTop;
          animation-name: fadeOutTop;
}
.Vue-Toastification__fade-leave-active.bottom-center {
  -webkit-animation-name: fadeOutBottom;
          animation-name: fadeOutBottom;
}

.Vue-Toastification__fade-move {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}

/* ----------------------------------------------
 * Modified version from Animista
 * Animista is Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
@-webkit-keyframes slideInBlurredLeft {
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
            transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
            transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes slideInBlurredLeft {
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
            transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
            transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideInBlurredTop {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
            transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(240px);
            filter: blur(240px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes slideInBlurredTop {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
            transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(240px);
            filter: blur(240px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideInBlurredRight {
  0% {
    -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
            transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
            transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes slideInBlurredRight {
  0% {
    -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
            transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
            transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideInBlurredBottom {
  0% {
    -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
            transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-filter: blur(240px);
            filter: blur(240px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes slideInBlurredBottom {
  0% {
    -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
            transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-filter: blur(240px);
            filter: blur(240px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideOutBlurredTop {
  0% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px) scaleY(2) scaleX(0.2);
            transform: translateY(-1000px) scaleY(2) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(240px);
            filter: blur(240px);
    opacity: 0;
  }
}
@keyframes slideOutBlurredTop {
  0% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px) scaleY(2) scaleX(0.2);
            transform: translateY(-1000px) scaleY(2) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(240px);
            filter: blur(240px);
    opacity: 0;
  }
}
@-webkit-keyframes slideOutBlurredBottom {
  0% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px) scaleY(2) scaleX(0.2);
            transform: translateY(1000px) scaleY(2) scaleX(0.2);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-filter: blur(240px);
            filter: blur(240px);
    opacity: 0;
  }
}
@keyframes slideOutBlurredBottom {
  0% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px) scaleY(2) scaleX(0.2);
            transform: translateY(1000px) scaleY(2) scaleX(0.2);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-filter: blur(240px);
            filter: blur(240px);
    opacity: 0;
  }
}
@-webkit-keyframes slideOutBlurredLeft {
  0% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
            transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1000px) scaleX(2) scaleY(0.2);
            transform: translateX(-1000px) scaleX(2) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
}
@keyframes slideOutBlurredLeft {
  0% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
            transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1000px) scaleX(2) scaleY(0.2);
            transform: translateX(-1000px) scaleX(2) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
}
@-webkit-keyframes slideOutBlurredRight {
  0% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
            transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px) scaleX(2) scaleY(0.2);
            transform: translateX(1000px) scaleX(2) scaleY(0.2);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
}
@keyframes slideOutBlurredRight {
  0% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
            transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px) scaleX(2) scaleY(0.2);
            transform: translateX(1000px) scaleX(2) scaleY(0.2);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
}
.Vue-Toastification__slideBlurred-enter-active.top-left, .Vue-Toastification__slideBlurred-enter-active.bottom-left {
  -webkit-animation-name: slideInBlurredLeft;
          animation-name: slideInBlurredLeft;
}
.Vue-Toastification__slideBlurred-enter-active.top-right, .Vue-Toastification__slideBlurred-enter-active.bottom-right {
  -webkit-animation-name: slideInBlurredRight;
          animation-name: slideInBlurredRight;
}
.Vue-Toastification__slideBlurred-enter-active.top-center {
  -webkit-animation-name: slideInBlurredTop;
          animation-name: slideInBlurredTop;
}
.Vue-Toastification__slideBlurred-enter-active.bottom-center {
  -webkit-animation-name: slideInBlurredBottom;
          animation-name: slideInBlurredBottom;
}

.Vue-Toastification__slideBlurred-leave-active.top-left, .Vue-Toastification__slideBlurred-leave-active.bottom-left {
  -webkit-animation-name: slideOutBlurredLeft;
          animation-name: slideOutBlurredLeft;
}
.Vue-Toastification__slideBlurred-leave-active.top-right, .Vue-Toastification__slideBlurred-leave-active.bottom-right {
  -webkit-animation-name: slideOutBlurredRight;
          animation-name: slideOutBlurredRight;
}
.Vue-Toastification__slideBlurred-leave-active.top-center {
  -webkit-animation-name: slideOutBlurredTop;
          animation-name: slideOutBlurredTop;
}
.Vue-Toastification__slideBlurred-leave-active.bottom-center {
  -webkit-animation-name: slideOutBlurredBottom;
          animation-name: slideOutBlurredBottom;
}

.Vue-Toastification__slideBlurred-move {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}
.swal2-popup.swal2-toast{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:auto;padding:1.25em;overflow-y:hidden;background:#fff;-webkit-box-shadow:0 0 .625em #d9d9d9;box-shadow:0 0 .625em #d9d9d9}.swal2-popup.swal2-toast .swal2-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:0}.swal2-popup.swal2-toast .swal2-title{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 .625em;font-size:1em}.swal2-popup.swal2-toast .swal2-loading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.swal2-popup.swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}.swal2-popup.swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.swal2-popup.swal2-toast .swal2-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 .625em;padding:0;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-html-container{padding:.625em 0 0}.swal2-popup.swal2-toast .swal2-html-container:empty{padding:0}.swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0 .5em 0 0}.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.8em;font-weight:700}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{font-size:.25em}}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-preferred-size:auto!important;flex-basis:auto!important;-ms-flex-item-align:stretch;align-self:stretch;width:auto;height:2.2em;height:auto;margin:0 .3125em;margin-top:.3125em;padding:0}.swal2-popup.swal2-toast .swal2-styled{margin:.125em .3125em;padding:.3125em .625em;font-size:1em}.swal2-popup.swal2-toast .swal2-styled:focus{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(100,150,200,.5);box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(100,150,200,.5)}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:2em 2em;transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;-webkit-transform-origin:0 1.5em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{-webkit-animation:swal2-toast-animate-success-line-tip .75s;animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{-webkit-animation:swal2-toast-animate-success-line-long .75s;animation:swal2-toast-animate-success-line-long .75s}.swal2-popup.swal2-toast.swal2-show{-webkit-animation:swal2-toast-show .5s;animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{-webkit-animation:swal2-toast-hide .1s forwards;animation:swal2-toast-hide .1s forwards}.swal2-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.625em;overflow-x:hidden;-webkit-transition:background-color .1s;transition:background-color .1s;-webkit-overflow-scrolling:touch}.swal2-container.swal2-backdrop-show,.swal2-container.swal2-noanimation{background:rgba(0,0,0,.4)}.swal2-container.swal2-backdrop-hide{background:0 0!important}.swal2-container.swal2-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.swal2-container.swal2-top-end,.swal2-container.swal2-top-right{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.swal2-container.swal2-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.swal2-container.swal2-center-left,.swal2-container.swal2-center-start{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.swal2-container.swal2-center-end,.swal2-container.swal2-center-right{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.swal2-container.swal2-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.swal2-container.swal2-bottom-left,.swal2-container.swal2-bottom-start{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.swal2-container.swal2-bottom-end,.swal2-container.swal2-bottom-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.swal2-container.swal2-bottom-end>:first-child,.swal2-container.swal2-bottom-left>:first-child,.swal2-container.swal2-bottom-right>:first-child,.swal2-container.swal2-bottom-start>:first-child,.swal2-container.swal2-bottom>:first-child{margin-top:auto}.swal2-container.swal2-grow-fullscreen>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.swal2-container.swal2-grow-row>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.swal2-container.swal2-grow-column{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-top-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.swal2-container.swal2-grow-column>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.swal2-container.swal2-no-transition{-webkit-transition:none!important;transition:none!important}.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-container .swal2-modal{margin:0!important}}.swal2-popup{display:none;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:32em;max-width:100%;padding:1.25em;border:none;border-radius:5px;background:#fff;font-family:inherit;font-size:1rem}.swal2-popup:focus{outline:0}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 1.8em}.swal2-title{position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.swal2-actions{display:-webkit-box;display:-ms-flexbox;display:flex;z-index:1;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;margin:1.25em auto 0;padding:0}.swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1)));background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.2)));background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.swal2-loader{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:2.2em;height:2.2em;margin:0 1.875em;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-width:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 transparent #2778c4 transparent}.swal2-styled{margin:.3125em;padding:.625em 1.1em;-webkit-box-shadow:none;box-shadow:none;font-weight:500}.swal2-styled:not([disabled]){cursor:pointer}.swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#2778c4;color:#fff;font-size:1em}.swal2-styled.swal2-deny{border:0;border-radius:.25em;background:initial;background-color:#d14529;color:#fff;font-size:1em}.swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#757575;color:#fff;font-size:1em}.swal2-styled:focus{outline:0;-webkit-box-shadow:0 0 0 3px rgba(100,150,200,.5);box-shadow:0 0 0 3px rgba(100,150,200,.5)}.swal2-styled::-moz-focus-inner{border:0}.swal2-footer{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;height:.25em;overflow:hidden;border-bottom-right-radius:5px;border-bottom-left-radius:5px}.swal2-timer-progress-bar{width:100%;height:.25em;background:rgba(0,0,0,.2)}.swal2-image{max-width:100%;margin:1.25em auto}.swal2-close{position:absolute;z-index:2;top:0;right:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:1.2em;height:1.2em;padding:0;overflow:hidden;-webkit-transition:color .1s ease-out;transition:color .1s ease-out;border:none;border-radius:5px;background:0 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer}.swal2-close:hover{-webkit-transform:none;transform:none;background:0 0;color:#f27474}.swal2-close:focus{outline:0;-webkit-box-shadow:inset 0 0 0 3px rgba(100,150,200,.5);box-shadow:inset 0 0 0 3px rgba(100,150,200,.5)}.swal2-close::-moz-focus-inner{border:0}.swal2-content{z-index:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:0 1.6em;color:#545454;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;word-wrap:break-word}.swal2-checkbox,.swal2-file,.swal2-input,.swal2-radio,.swal2-select,.swal2-textarea{margin:1em auto}.swal2-file,.swal2-input,.swal2-textarea{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;-webkit-transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,box-shadow .3s;transition:border-color .3s,box-shadow .3s,-webkit-box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;background:inherit;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.06);box-shadow:inset 0 1px 1px rgba(0,0,0,.06);color:inherit;font-size:1.125em}.swal2-file.swal2-inputerror,.swal2-input.swal2-inputerror,.swal2-textarea.swal2-inputerror{border-color:#f27474!important;-webkit-box-shadow:0 0 2px #f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-file:focus,.swal2-input:focus,.swal2-textarea:focus{border:1px solid #b4dbed;outline:0;-webkit-box-shadow:0 0 0 3px rgba(100,150,200,.5);box-shadow:0 0 0 3px rgba(100,150,200,.5)}.swal2-file::-moz-placeholder,.swal2-input::-moz-placeholder,.swal2-textarea::-moz-placeholder{color:#ccc}.swal2-file:-ms-input-placeholder,.swal2-input:-ms-input-placeholder,.swal2-textarea:-ms-input-placeholder{color:#ccc}.swal2-file::-webkit-input-placeholder, .swal2-input::-webkit-input-placeholder, .swal2-textarea::-webkit-input-placeholder{color:#ccc}.swal2-file::-moz-placeholder, .swal2-input::-moz-placeholder, .swal2-textarea::-moz-placeholder{color:#ccc}.swal2-file:-ms-input-placeholder, .swal2-input:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder{color:#ccc}.swal2-file::-ms-input-placeholder, .swal2-input::-ms-input-placeholder, .swal2-textarea::-ms-input-placeholder{color:#ccc}.swal2-file::placeholder,.swal2-input::placeholder,.swal2-textarea::placeholder{color:#ccc}.swal2-range{margin:1em auto;background:#fff}.swal2-range input{width:80%}.swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}.swal2-range input,.swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}.swal2-input{height:2.625em;padding:0 .75em}.swal2-input[type=number]{max-width:10em}.swal2-file{background:inherit;font-size:1.125em}.swal2-textarea{height:6.75em;padding:.75em}.swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:inherit;color:inherit;font-size:1.125em}.swal2-checkbox,.swal2-radio{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;color:inherit}.swal2-checkbox label,.swal2-radio label{margin:0 .6em;font-size:1.125em}.swal2-checkbox input,.swal2-radio input{-ms-flex-negative:0;flex-shrink:0;margin:0 .4em}.swal2-input-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1em auto}.swal2-validation-message{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 -2.7em;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}.swal2-validation-message::before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}.swal2-icon{position:relative;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid transparent;border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-icon .swal2-icon-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474;color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-icon.swal2-error.swal2-icon-show{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-success{border-color:#a5dc86;color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:50%}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:3.75em 3.75em;transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 3.75em;transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.swal2-icon.swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;-webkit-box-sizing:content-box;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}.swal2-icon.swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.swal2-progress-steps{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100%;margin:0 0 1.25em;padding:0;background:inherit;font-weight:600}.swal2-progress-steps li{display:inline-block;position:relative}.swal2-progress-steps .swal2-progress-step{z-index:20;-ms-flex-negative:0;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}.swal2-progress-steps .swal2-progress-step-line{z-index:10;-ms-flex-negative:0;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.swal2-noanimation{-webkit-transition:none;transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{right:auto;left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}@supports (-ms-accelerator:true){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@-webkit-keyframes swal2-toast-show{0%{-webkit-transform:translateY(-.625em) rotateZ(2deg);transform:translateY(-.625em) rotateZ(2deg)}33%{-webkit-transform:translateY(0) rotateZ(-2deg);transform:translateY(0) rotateZ(-2deg)}66%{-webkit-transform:translateY(.3125em) rotateZ(2deg);transform:translateY(.3125em) rotateZ(2deg)}100%{-webkit-transform:translateY(0) rotateZ(0);transform:translateY(0) rotateZ(0)}}@keyframes swal2-toast-show{0%{-webkit-transform:translateY(-.625em) rotateZ(2deg);transform:translateY(-.625em) rotateZ(2deg)}33%{-webkit-transform:translateY(0) rotateZ(-2deg);transform:translateY(0) rotateZ(-2deg)}66%{-webkit-transform:translateY(.3125em) rotateZ(2deg);transform:translateY(.3125em) rotateZ(2deg)}100%{-webkit-transform:translateY(0) rotateZ(0);transform:translateY(0) rotateZ(0)}}@-webkit-keyframes swal2-toast-hide{100%{-webkit-transform:rotateZ(1deg);transform:rotateZ(1deg);opacity:0}}@keyframes swal2-toast-hide{100%{-webkit-transform:rotateZ(1deg);transform:rotateZ(1deg);opacity:0}}@-webkit-keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@-webkit-keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@-webkit-keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}100%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}100%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}100%{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}100%{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}100%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}100%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}@-webkit-keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-container{top:auto;right:auto;bottom:auto;left:auto;max-width:calc(100% - .625em * 2);background-color:transparent!important}body.swal2-no-backdrop .swal2-container>.swal2-modal{-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);box-shadow:0 0 10px rgba(0,0,0,.4)}body.swal2-no-backdrop .swal2-container.swal2-top{top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-no-backdrop .swal2-container.swal2-top-left,body.swal2-no-backdrop .swal2-container.swal2-top-start{top:0;left:0}body.swal2-no-backdrop .swal2-container.swal2-top-end,body.swal2-no-backdrop .swal2-container.swal2-top-right{top:0;right:0}body.swal2-no-backdrop .swal2-container.swal2-center{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}body.swal2-no-backdrop .swal2-container.swal2-center-left,body.swal2-no-backdrop .swal2-container.swal2-center-start{top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-no-backdrop .swal2-container.swal2-center-end,body.swal2-no-backdrop .swal2-container.swal2-center-right{top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-no-backdrop .swal2-container.swal2-bottom{bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-no-backdrop .swal2-container.swal2-bottom-left,body.swal2-no-backdrop .swal2-container.swal2-bottom-start{bottom:0;left:0}body.swal2-no-backdrop .swal2-container.swal2-bottom-end,body.swal2-no-backdrop .swal2-container.swal2-bottom-right{right:0;bottom:0}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}body.swal2-toast-shown .swal2-container{background-color:transparent}body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;right:auto;bottom:auto;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}
@charset "UTF-8";
@font-face {
  font-family: "Nunito";
  src: url("/assets/frontend/fonts/nunito/Nunito-Regular.woff") format("woff");
}
@font-face {
  font-family: "Circular Std";
  src: url("/assets/frontend/fonts/circular/CircularStd-Medium.woff") format("woff");
}
/*------Button Design------*/
.catking-btn {
  padding: 18px 34px;
  border-radius: 8px;
  font-family: "Nunito", arial;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
}

@media (max-width: 767px) {
  .catking-btn {
    padding: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .catking-btn {
    padding: 10px 25px;
    font-size: 14px;
  }
}
.blue-btn {
  background-color: #2D81F7;
  color: #F6F6F6;
  border: 1px solid #2D81F7;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.blue-btn:hover {
  background-color: #F6F6F6;
  color: #2D81F7;
  border: 1px solid #2D81F7;
}

.green-btn {
  background-color: #28C590;
  color: #F6F6F6;
  border: 1px solid #28C590;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.green-btn:hover {
  background-color: #F6F6F6;
  color: #28C590;
  border: 1px solid #28C590;
}

.transparent-btn {
  background-color: #F6F6F6;
  color: #000;
  border: 1px solid #3C4852;
}

.transparent-btn:hover {
  background-color: #000;
  color: #fff;
}

/*------icon tab --------*/
.icon-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icon-content img {
  width: 150px;
}

.icon-content p {
  font-family: "Nunito", arial;
  font-weight: 400;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1366px) {
  .icon-content p {
    font-size: 14px;
  }
}
.icon-content p.icon-text {
  margin-top: 0;
}

.icon-content p.icon-number {
  font-weight: bold;
  font-size: 18px;
}

/*------courses tab --------*/
.courses-tab {
  border: none;
}

.courses-tab .swiper-slide .course-nav {
  border-radius: 30px;
  padding: 10px 35px;
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
  font-weight: 700;
  background-color: #fff;
  text-align: center;
}

@media (max-width: 767px) {
  .courses-tab .swiper-slide .course-nav {
    font-size: 13px;
    padding: 10px 0;
    text-align: center;
  }
}
.courses-tab .swiper-slide .active {
  background-color: #28C590 !important;
  color: #fff !important;
}

/*-----course card -----------*/
.course-card-content {
  position: relative;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.course-card-content img {
  width: 100%;
}

.course-card-content .card-video-icon {
  position: relative;
  overflow: hidden;
}

.course-card-content .card-video-icon:hover img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.course-card-content .card-video-icon .video-play-btn {
  position: absolute;
  top: 40%;
  left: 50%;
}

.course-card-content .card-video-icon .video-play-btn .fa {
  background-color: #28C590;
  color: #fff;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-align: center;
  line-height: 37px;
  vertical-align: middle;
}

.course-card-content .content {
  padding: 0 10px;
}

.course-card-content .content h5 {
  font-family: "Nunito", arial;
  color: #2D81F7;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
  border-radius: 8px;
  background-color: #D3E2F7;
  padding: 7px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 17px;
}

.course-card-content .content .course-heading {
  margin-top: 15px;
  font-family: "Nunito", arial;
  font-size: 22px;
  line-height: 38px;
  color: #201B51;
  font-weight: 700;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .course-card-content .content .course-heading {
    font-size: 18px;
  }
}
.course-card-content .content p {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
  line-height: 24px;
  font-weight: 400;
  margin-top: 10px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .course-card-content .content p {
    margin-top: 0;
    font-size: 14px;
  }
}
.course-card-content .content .price-detail {
  padding: 15px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 400px) {
  .course-card-content .content .price-detail {
    display: block;
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 809px) {
  .course-card-content .content .price-detail {
    display: block;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .course-card-content .content .price-detail {
    display: block;
    padding-bottom: 2rem;
  }
}
.course-card-content .content .price-detail .course-price {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
  font-weight: 700;
  line-height: 24px;
}

@media (max-width: 400px) {
  .course-card-content .content .price-detail .course-price {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 809px) {
  .course-card-content .content .price-detail .course-price {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .course-card-content .content .price-detail .course-price {
    margin-bottom: 2rem;
  }
}
.course-card-content .content .fa-solid {
  color: #E59819;
}

.course-card-content .content .fa-regular {
  color: #E59819;
}

.course-card-content .content .rating-text {
  color: #E59819;
  margin: 0 10px;
}

/*----CTA content ----------*/
.cta-content {
  display: block;
  text-align: center;
}

@media (min-width: 1200px) {
  .cta-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.cta-content .text {
  font-family: "Circular Std", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #3C4852;
}

@media (max-width: 1199px) {
  .cta-content .text {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .cta-content .text {
    font-size: 24px;
  }
}
/*------faq accordion --------*/
.faq-accordion .accordion-item {
  border: none;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.faq-accordion .accordion-button {
  font-family: "Nunito", arial;
  font-weight: 700;
  font-size: 16px;
  color: #767474;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .faq-accordion .accordion-button {
    font-size: 14px;
  }
}
.faq-accordion .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #28C590;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
}

.faq-accordion .accordion-button:focus {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.faq-accordion .faq-accordion-btn {
  color: #3C4852;
  font-family: "Nunito", arial;
  font-weight: 700;
  font-size: 16px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .faq-accordion .faq-accordion-btn {
    font-size: 14px;
  }
}
.faq-accordion .accordion-body {
  font-family: "Nunito", arial;
  font-weight: 400;
  font-size: 16px;
  color: #3C4852;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .faq-accordion .accordion-body {
    font-size: 14px;
  }
}
.faq-accordion .accordion-button::after {
  background-image: url("/assets/frontend/images/icons/plus-circle.svg");
  background-size: 2rem;
  width: 2.25rem;
  height: 2.25rem;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("/assets/frontend/images/icons/minus-circle.svg");
  background-size: 2rem;
  width: 2.25rem;
  height: 2.25rem;
}

/*------rating --------*/
.rating-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 280px) and (max-width: 378px) {
  .rating-month {
    display: block;
  }
}
.rating-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rating-content .rate-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rating-content .rate-review svg {
  display: block;
  width: 7rem;
  height: 1.6rem;
}

.rating-content .rate-review svg .star-filled {
  fill: #e59819;
}

.rating-content .rate-review svg .star-border {
  stroke: #e59819;
}

.rating-content .rate-review .rate {
  display: inline-block;
  border: 0;
}

.rating-content .rate-review .rate > input {
  display: none;
}

.rating-content .rate-review .rate > label {
  float: right;
}

.rating-content .rate-review .rate > label:before {
  display: inline-block;
  font-size: 15px;
  padding: 0.3rem 0.2rem;
  margin: 0;
  cursor: pointer;
  font-family: FontAwesome;
  content: "\f005";
}

.rating-content .rate-review .rate > label:last-child:before {
  content: "\f006";
}

.rating-content .rate-review .rate .half:before {
  content: "\f089";
  position: absolute;
  padding-right: 0;
}

.rating-content .rate-review input:checked ~ label {
  color: #E5AF2F;
}

.rating-content .rate-review input:checked ~ label:hover {
  color: #ffb300;
}

.rating-content .rate-review input:checked ~ label:hover ~ label {
  color: #ffb300;
}

.rating-content .rate-review input:checked + label:hover {
  color: #ffb300;
}

.rating-content .rate-review label:hover {
  color: #E5AF2F;
}

.rating-content .rate-review label:hover ~ label {
  color: #E5AF2F;
}

.rating-content .rate-review label:hover ~ input:checked ~ label {
  color: #ffb300;
}

.rating-content .rate-review p {
  margin: 0px 10px;
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 400;
  color: #E5AF2F;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .rating-content .rate-review p {
    font-size: 14px;
  }
}
.course-duration {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
  font-weight: 400;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .course-duration {
    font-size: 14px;
  }
}
.status {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
  font-weight: 400;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .status {
    font-size: 14px;
  }
}
/*------course slider --------*/
.course-slider-row {
  margin-top: 20px;
}

.course-slider-row .courseSwiper .swiper-slide {
  margin-bottom: 10px;
}

@media (min-width: 280px) and (max-width: 417px) {
  .course-slider-row .courseSwiper .swiper-slide .rating-month {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 809px) {
  .course-slider-row .courseSwiper .swiper-slide .rating-month {
    display: block;
  }
}
@media (min-width: 1024px) and (max-width: 1642px) {
  .course-slider-row .courseSwiper .swiper-slide .rating-month {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1272px) {
  .course-slider-row .courseSwiper .swiper-slide .rating-month .rate-review {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1272px) {
  .course-slider-row .courseSwiper .swiper-slide .rating-month .rate-review p {
    margin: 0;
  }
}
/*------Profile Nav --------*/
.profile-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .profile-nav {
    margin-top: 10px;
  }
}
.profile-nav .menu-list {
  display: inline;
  list-style: none;
}

.profile-nav .menu-list li {
  display: inline;
  padding-right: 4em;
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .profile-nav .menu-list li {
    font-size: 14px;
  }
}
.profile-nav .menu-list li a {
  text-decoration: none;
  color: #3C4852;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile-nav .menu-list li a svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.profile-nav .menu-list li.profile-nav-active a {
  color: #28C590;
}

.profile-nav .menu-list li.profile-nav-active a svg {
  fill: #28C590;
}

.profile-nav .mobile-profile-menu {
  background-color: #fff;
  -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.08), 0 -4px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.08), 0 -4px 12px rgba(0, 0, 0, 0.08);
  padding: 0.8rem 0.5rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
}

.profile-nav .mobile-profile-menu .profile-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile-nav .mobile-profile-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
  margin: 0;
}

.profile-nav .mobile-profile-menu ul li {
  display: inline;
  padding-right: 4em;
  font-family: "Nunito", arial;
  font-size: 12px;
  font-weight: 700;
  position: relative;
  padding: 0;
  margin-right: 20px;
}

.profile-nav .mobile-profile-menu ul li a {
  text-decoration: none;
  color: #3C4852;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile-nav .mobile-profile-menu ul li a .profile-menu-img {
  background: #3c4852;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(44, 36, 36, 0.21);
          box-shadow: 0px 0px 4px 2px rgba(44, 36, 36, 0.21);
}

.profile-nav .mobile-profile-menu ul li a .profile-menu-img img {
  width: 25px;
  height: 25px;
}

.profile-nav .mobile-profile-menu ul li.profile-nav-active a .profile-menu-img {
  background-color: #28C590;
}

.profile-nav .mobile-profile-menu .buy-course-btn {
  position: relative;
}

.profile-nav .mobile-profile-menu .buy-course-btn a {
  text-decoration: none;
}

.profile-nav .mobile-profile-menu .buy-course-btn a .profile-menu-img {
  background: #28C590;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(44, 36, 36, 0.21);
          box-shadow: 0px 0px 4px 2px rgba(44, 36, 36, 0.21);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  position: absolute;
  top: -68px;
  left: -40px;
}

.profile-nav .mobile-profile-menu .buy-course-btn a .profile-menu-img img {
  width: 35px;
  height: 35px;
}

.profile-modal .modal-content {
  position: relative;
  -webkit-animation: animatebottom 0.4s;
          animation: animatebottom 0.4s;
  height: 100vh;
}

.profile-modal .modal-content .modal-header {
  border: 0;
}

.profile-modal .modal-content ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.profile-modal .modal-content ul li {
  display: inline;
  padding-right: 4em;
  font-family: "Nunito", arial;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  padding: 0;
  margin-top: 20px;
}

.profile-modal .modal-content ul li a {
  text-decoration: none;
  color: #3C4852;
}

.profile-modal .modal-content ul li a svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.profile-modal .modal-content ul li.profile-nav-active a {
  color: #28C590;
}

.profile-modal .modal-content ul li.profile-nav-active a svg {
  fill: #28C590;
}

/*------Course Provide Nav --------*/
a {
  text-decoration: none;
}

a .main-course-nav {
  padding: 30px;
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
  font-weight: 700;
  background-color: #fff;
  text-align: center;
  border: 1px solid #fff;
}

a .main-course-nav:hover {
  border: 1px solid #28C590;
}

/*------Static Sub Heading --------*/
.static-sub-heading {
  font-family: "Nunito", arial;
  font-weight: 700;
  font-size: 16px;
  color: #3C4852;
}

@-webkit-keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.static-page-banner {
  height: 320px !important;
}

.col-margin-right {
  margin-right: 15px;
}

.col-margin-left {
  margin-left: 15px;
}

.light-green-color {
  background-color: #E7F4F0;
}

.light-sky-color {
  background-color: #DFECFF;
}

.catking-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px 30px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  text-align: center;
}

.catking-card .icon {
  margin-bottom: 20px;
}

.catking-card .title {
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 767px) {
  iframe {
    width: 100%;
  }
}
body {
  background-color: #F6F6F6;
}

.pageloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("/assets/frontend/images/catking-logo.png") 50% 50% no-repeat rgb(249, 249, 249);
}

section {
  padding: 60px 0;
}

.section-heading {
  font-family: "Circular Std", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  color: #3C4852;
}

@media (max-width: 767px) {
  .section-heading {
    font-size: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .section-heading {
    font-size: 30px;
  }
}
.full-width-slider .swiper-button-next, .full-width-slider .swiper-button-prev {
  width: unset;
  height: unset;
  border: none;
  background: unset;
}

.full-width-slider .swiper-button-next img, .full-width-slider .swiper-button-prev img {
  max-width: unset;
  width: 40px;
}

.full-width-slider .swiper-button-next:after, .full-width-slider .swiper-button-prev:after {
  display: none;
}

.full-width-slider .swiper-button-next {
  position: relative;
  left: 60%;
  top: 90%;
}

.full-width-slider .swiper-button-next img {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

@media (max-width: 600px) {
  .full-width-slider .swiper-button-next {
    left: 0;
  }
}
.full-width-slider .swiper-button-prev {
  left: 60%;
  top: 73%;
}

@media (max-width: 600px) {
  .full-width-slider .swiper-button-prev {
    left: 0;
  }
}
.my-course-content {
  margin-top: 40px;
}

.my-course-content h1 {
  font-family: "Circular Std", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #3C4852;
  margin-bottom: 0;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .my-course-content h1 {
    font-size: 24px;
  }
}
.my-course-content h1:after {
  content: "";
  border-bottom: 1px solid #767474;
  width: 100%;
  display: block;
  top: 10px;
  position: relative;
}

.my-course-content table {
  border-collapse: separate;
  border-spacing: 0 20px;
  margin-top: 20px;
}

.my-course-content table tr th, .my-course-content table tr td {
  border: 0;
}

.my-course-content table thead tr th {
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #3C4852;
  line-height: 0;
}

.my-course-content table thead tr th:last-child {
  float: right;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .my-course-content table thead tr th {
    font-size: 18px;
  }
}
.my-course-content table tbody tr {
  -webkit-box-shadow: 3px 4px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

.my-course-content table tbody tr td {
  padding: 1rem;
  font-family: "Nunito", arial;
  font-weight: 400;
  font-size: 16px;
  color: #3C4852;
}

.my-course-content table tbody tr td:last-child {
  float: right;
}

.my-course-content table tbody tr td a {
  color: #3C4852;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .my-course-content table tbody tr td {
    font-size: 14px;
  }
}
/*-----Top Header --------*/
.top-header {
  background-color: #2D81F7;
  padding: 10px;
}

.top-header .help-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  .top-header .help-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top-header .help-wrapper .divider {
  border-left: 2px solid #eaeaec;
  width: 1px;
  height: 25px;
  z-index: 1;
  margin-left: 20px;
}

.top-header .help-wrapper .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2rem;
}

.top-header .help-wrapper .contact-info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
}

.top-header .help-wrapper .contact-info .info .name {
  font-family: "Nunito", arial;
  color: #fff;
  font-weight: 700;
}

.top-header .help-wrapper .contact-info .info .email {
  font-family: "Nunito", arial;
  color: #fff;
  margin-left: 5px;
}

.top-header .help-wrapper .contact-info .info .phone {
  font-family: "Nunito", arial;
  color: #fff;
  margin-left: 5px;
}

.top-header .help-wrapper .contact-info .info.sales-info {
  margin-left: 15px;
}

.top-header .help-wrapper .social-media-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .top-header .help-wrapper .social-media-info {
    margin-top: 20px;
  }
}
.top-header .help-wrapper .social-media-info a {
  margin-right: 20px;
}

.top-header .help-wrapper .social-media-info a .fa-brands {
  color: #fff;
  font-size: 25px;
}

/*------Header----------*/
.header {
  background-color: #F6F6F6;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 10;
}

.header .header-logo-img {
  width: 145px;
}

.header .nav-menu-btn {
  margin-left: 65px;
  /* @media(max-width: 767px){
      display: none;
  } */
}

@media (max-width: 992px) {
  .header .login-btn {
    display: none;
  }
}
.header .announce-bell {
  padding-left: 1rem;
}

.header .announce-bell i {
  color: #3C4852;
  font-size: 20px;
}

.header .announce-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.header .announce-dropdown .user-account-dropdown {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  line-height: 50px;
}

.header .announce-dropdown img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.header .announce-dropdown-wrapper {
  display: none;
  right: 0px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 70px;
  z-index: 10000;
  -webkit-animation: rotateMenu 400ms ease-in-out forwards;
          animation: rotateMenu 400ms ease-in-out forwards;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.header .announce-dropdown-wrapper .announce-dropdown-content {
  position: relative;
}

.header .announce-dropdown-wrapper .announce-dropdown-content .announce-dropdown-arrow {
  background: 0 0;
  display: block;
  height: 22px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 22px;
  top: -25px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  right: 0;
  z-index: 1;
}

.header .announce-dropdown-wrapper .announce-dropdown-content .announce-dropdown-arrow .announce-dropdowwn-arrow-content {
  --antd-arrow-background-color: #fff;
  border-radius: 0 0 2px;
  bottom: 0;
  content: "";
  display: block;
  height: 11.3137085px;
  left: 0;
  margin: auto;
  pointer-events: auto;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 11.3137085px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);
  -webkit-transform: translateY(11px) rotate(-135deg);
          transform: translateY(11px) rotate(-135deg);
}

.header .announce-dropdown-wrapper .announce-dropdown-content .announce-dropdown-arrow .announce-dropdowwn-arrow-content:before {
  background: var(--antd-arrow-background-color);
  background-position: -10px -10px;
  background-repeat: no-repeat;
  -webkit-clip-path: inset(33% 33%);
  clip-path: inset(33% 33%);
  -webkit-clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");
          clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");
  content: "";
  height: 33.9411255px;
  left: -11.3137085px;
  position: absolute;
  top: -11.3137085px;
  width: 33.9411255px;
}

.header .announce-dropdown-wrapper .announce-dropdown-content .announce-dropdown-inner {
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  padding: 15px;
  width: 385px;
  position: relative;
  top: -25px;
  right: -10px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .header .announce-dropdown-wrapper .announce-dropdown-content .announce-dropdown-inner .section-sub-heading {
    font-size: 18px;
  }
}
.header .announce-dropdown-wrapper .announce-dropdown-content .announce-dropdown-inner .announce-dropdown-inner-content {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .announce-dropdown-wrapper .announce-dropdown-content .announce-dropdown-inner .announce-dropdown-inner-content li {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .header .announce-dropdown-wrapper .announce-dropdown-content .announce-dropdown-inner .announce-dropdown-inner-content li {
    font-size: 14px;
  }
}
.header .announce-dropdown-wrapper .announce-dropdown-content .announce-dropdown-inner .announce-dropdown-inner-content li:last-child {
  margin-bottom: 0;
}

.header .other-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin-left: auto;
  position: relative;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .header .other-links {
    display: none;
  }
}
.header .other-links li {
  margin-right: 20px;
}

.header .other-links li a {
  text-decoration: none;
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 700;
  color: #3C4852;
}

.header .other-links li a:hover {
  color: #28C590;
}

@-webkit-keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.marquee-main-div {
  background-color: #DFECFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.marquee-main-div .marquee {
  overflow: hidden;
  display: block;
  margin: 0 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 0;
}

.marquee-main-div .marquee:before {
  display: block;
  white-space: pre;
  content: attr(data-text) "        " attr(data-text) "        " attr(data-text) "        " attr(data-text) "        " attr(data-text) "        " attr(data-text) "        " attr(data-text) "        " attr(data-text) "        " attr(data-text) "        " attr(data-text) "        " attr(data-text) "        " attr(data-text) "        " attr(data-text) "        " attr(data-text) "        " attr(data-text) "        " attr(data-text) "        " attr(data-text) "        " attr(data-text) "        " attr(data-text) "        " attr(data-text);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  will-change: transform;
  -webkit-animation: marquee 6s linear infinite;
          animation: marquee 6s linear infinite;
}

.marquee-main-div .marquee:hover:before {
  -webkit-animation: none;
          animation: none;
}

.marquee-main-div .marquee .marquee-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border-width: 0;
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
  font-weight: 700;
}

.marquee-main-div .fa {
  padding-right: 20px;
}

/*------Hero Section----------*/
.hero-section {
  padding: 0;
}

.hero-section .hero-carousel {
  padding-top: 50px;
}

.hero-section .hero-carousel .carousel-indicators button {
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: #CFCFCF;
}

.hero-section .hero-carousel .carousel-indicators .active {
  background-color: #2D81F7;
}

.hero-section .hero-carousel .slider-content h1 {
  font-family: "Circular Std", sans-serif;
  color: #3C4852;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  /* @media(max-width: 767px){
      font-size: 45px;
      line-height: 60px;
  } */
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .hero-section .hero-carousel .slider-content h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.hero-section .hero-carousel .slider-content p {
  font-family: "Nunito", arial;
  font-size: 22px;
  color: #3C4852;
  font-weight: 700;
  line-height: 30px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .hero-section .hero-carousel .slider-content p {
    font-size: 18px;
  }
}
.hero-section .hero-carousel .slider-content ul li {
  font-family: "Nunito", arial;
  font-size: 22px;
  color: #3C4852;
  font-weight: 700;
  line-height: 30px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .hero-section .hero-carousel .slider-content ul li {
    font-size: 18px;
  }
}
.hero-section .hero-carousel .slider-content .hero-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .hero-section .hero-carousel .slider-content .hero-btn {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .hero-section .hero-carousel .slider-content .hero-btn {
    margin-top: 60px;
  }
}
.hero-section .hero-carousel .slider-content .hero-btn .watch-video-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 22px;
}

.hero-section .hero-carousel .slider-content .hero-btn .watch-video-btn a {
  border: 2px dashed #000;
  border-radius: 50px;
  padding: 2px;
}

.hero-section .hero-carousel .slider-content .hero-btn .watch-video-btn a .fa {
  background-color: #28C590;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  vertical-align: middle;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .hero-section .hero-carousel .slider-content .hero-btn .watch-video-btn a .fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.hero-section .hero-carousel .slider-content .hero-btn .watch-video-btn p {
  margin-bottom: 0;
  margin-left: 10px;
}

@media (max-width: 979px) {
  .hero-section .hero-carousel .slider-content .hero-btn .watch-video-btn p {
    display: none;
  }
}
.hero-section .hero-carousel img {
  max-width: 100%;
  margin-bottom: 40px;
  /* @media (min-width: 1200px) and (max-width: 1399px){
      width: 500px;
  } */
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hero-section .hero-carousel img {
    width: 500px;
  }
}
/*------Icon Section----------*/
.icon-section {
  background-color: #E7F4F0;
  padding: 40px 0;
}

/*------Client Testimonial Section----------*/
.client-testimonial {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  /* .swiper-button-next, .swiper-button-prev{
      color: $light-black-color;
      &:after{
          font-size: 40px;
      }
  } */
}

@media (max-width: 767px) {
  .client-testimonial .section-heading {
    margin-bottom: 20px;
  }
}
.client-testimonial .section-heading:before {
  content: url("/assets/frontend/images/icons/comma.png");
  position: relative;
  float: left;
  width: 100px;
  height: 100px;
}

@media (max-width: 767px) {
  .client-testimonial .section-heading:before {
    display: none;
  }
}
.client-testimonial .clientTestimonialSwiper .swiper-slide {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}

.client-testimonial .clientTestimonialSwiper .swiper-slide .swiper-card {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.client-testimonial .clientTestimonialSwiper .swiper-slide .swiper-card img {
  width: 100%;
}

.client-testimonial .clientTestimonialSwiper .swiper-slide .swiper-card .content {
  background-color: #E8F4FA;
  padding: 12px;
  position: relative;
}

.client-testimonial .clientTestimonialSwiper .swiper-slide .swiper-card .content .video-play-btn {
  position: absolute;
  top: -21px;
  right: 30px;
}

.client-testimonial .clientTestimonialSwiper .swiper-slide .swiper-card .content .video-play-btn .fa {
  background-color: #2D81F7;
  color: #fff;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-align: center;
  line-height: 37px;
  vertical-align: middle;
}

.client-testimonial .clientTestimonialSwiper .swiper-slide .swiper-card .content h5 {
  font-family: "Nunito", arial;
  font-size: 22px;
  color: #3C4852;
  font-weight: 700;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .client-testimonial .clientTestimonialSwiper .swiper-slide .swiper-card .content h5 {
    font-size: 18px;
  }
}
.client-testimonial .clientTestimonialSwiper .swiper-slide .swiper-card .content p {
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 400;
  color: #3C4852;
  line-height: 22px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .client-testimonial .clientTestimonialSwiper .swiper-slide .swiper-card .content p {
    font-size: 14px;
  }
}
.client-testimonial .clientTestimonialSwiper .swiper-slide .swiper-card .content .read-more-btn {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  border: 0;
  background: transparent;
  color: #2D81F7;
  padding: 0;
}

.client-testimonial .clientTestimonialSwiper .swiper-slide .swiper-card .content .content-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.client-testimonial .clientTestimonialSwiper .swiper-slide .swiper-card .content .content-footer .university-name {
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #3C4852;
  margin-bottom: 0;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .client-testimonial .clientTestimonialSwiper .swiper-slide .swiper-card .content .content-footer .university-name {
    font-size: 14px;
  }
}
.client-testimonial .clientTestimonialSwiper .swiper-slide .swiper-card .content .content-footer .university-rank {
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #28C590;
  margin-bottom: 0;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .client-testimonial .clientTestimonialSwiper .swiper-slide .swiper-card .content .content-footer .university-rank {
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  .client-testimonial .testimonial-modal .modal-dialog {
    max-width: 700px;
  }
}
.client-testimonial .testimonial-modal .modal-dialog .modal-content {
  background-color: #e8f4fa;
}

.client-testimonial .testimonial-modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
}

.client-testimonial .testimonial-modal .modal-dialog .modal-content .modal-body .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client-testimonial .testimonial-modal .modal-dialog .modal-content .modal-body .content-wrapper img {
  width: 200px;
  max-width: 100%;
  margin: 0 auto;
}

.client-testimonial .testimonial-modal .modal-dialog .modal-content .modal-body .content-wrapper p {
  font-family: "Nunito", arial;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.client-testimonial .testimonial-modal .modal-dialog .modal-content .modal-body .content-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.client-testimonial .testimonial-modal .modal-dialog .modal-content .modal-body .content-footer .university-name {
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #3C4852;
  margin-bottom: 0;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .client-testimonial .testimonial-modal .modal-dialog .modal-content .modal-body .content-footer .university-name {
    font-size: 14px;
  }
}
.client-testimonial .testimonial-modal .modal-dialog .modal-content .modal-body .content-footer .university-rank {
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #28C590;
  margin-bottom: 0;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .client-testimonial .testimonial-modal .modal-dialog .modal-content .modal-body .content-footer .university-rank {
    font-size: 14px;
  }
}
.client-testimonial .catking-btn {
  display: inline-block;
  margin-top: 20px;
}

/*------Our Courses Section----------*/
.our-courses h5 {
  margin-bottom: 30px;
}

.our-courses .our-courses-tab-content {
  margin-top: 20px;
}

.our-courses .all-courses-btn {
  margin-top: 40px;
  text-align: center;
}

.our-courses .swiper-button-next:after, .our-courses .swiper-button-prev:after {
  font-size: 20px;
  color: #000;
}

/*-------CTA Section-------------*/
.cta {
  background-color: #DFECFF;
  padding: 40px 0;
}

/*-------Banner Section-------------*/
.banner {
  position: relative;
}

@media (max-width: 767px) {
  .banner .catking-banner-img {
    margin-top: 20px;
  }
}
.banner img {
  width: 100%;
}

/*-------Trending Courses Section-------------*/
.trending-courses {
  position: relative;
}

/*-------Referral System Section-------------*/
.referral-system {
  background-color: #EAF3FF;
  padding: 40px 0;
}

.referral-system .sub-heading {
  font-family: "Nunito", arial;
  font-size: 22px;
  font-weight: 700;
  color: #3C4852;
  text-align: center;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .referral-system .sub-heading {
    margin-top: 0px;
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .referral-system .sub-heading {
    margin-top: 0px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .referral-system .sub-heading {
    font-size: 18px;
  }
}
.referral-system .referral-first-row {
  margin-bottom: 20px;
}

.referral-system .refer-btn {
  margin-top: 40px;
  text-align: center;
}

/*-------Bundled Courses Section-------------*/
.bundled-courses .bundle-course-card {
  margin-top: 40px;
}

.bundled-courses .course-btn {
  margin-top: 40px;
  text-align: center;
}

/*-------Our Faculty Section-------------*/
.our-faculty {
  background-color: #E7F4F0;
}

.our-faculty p {
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 400;
  color: #3C4852;
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .our-faculty p {
    font-size: 16px;
    margin-top: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .our-faculty p {
    font-size: 14px;
  }
}
.our-faculty .swiper .swiper-wrapper {
  margin-bottom: 70px;
}

.our-faculty .swiper .swiper-wrapper .faculty img {
  width: 100%;
}

.our-faculty .swiper .swiper-wrapper .faculty .faculty-name {
  font-family: "Nunito", arial;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: #3C4852;
}

@media (max-width: 979px) {
  .our-faculty .swiper .swiper-wrapper .faculty .faculty-name {
    font-size: 25px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .our-faculty .swiper .swiper-wrapper .faculty .faculty-name {
    font-size: 18px;
  }
}
.our-faculty .swiper .swiper-wrapper .faculty .college-rank {
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 400;
  color: #3C4852;
  text-align: center;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .our-faculty .swiper .swiper-wrapper .faculty .college-rank {
    font-size: 14px;
  }
}
.our-faculty .swiper .swiper-button-next:after, .our-faculty .swiper .swiper-button-prev:after {
  color: #3C4852;
}

.our-faculty .swiper #faculty-button-next {
  left: 51%;
  top: 90%;
}

@media (max-width: 767px) {
  .our-faculty .swiper #faculty-button-next {
    left: 58%;
    top: 94%;
  }
}
.our-faculty .swiper #faculty-button-prev {
  left: 47%;
  top: 90%;
}

@media (max-width: 767px) {
  .our-faculty .swiper #faculty-button-prev {
    left: 47%;
    top: 94%;
  }
}
/*-------How Use Course Section-------------*/
.how-use-course p {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
  line-height: 30px;
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .how-use-course p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .how-use-course p {
    font-size: 14px;
  }
}
.how-use-course .how-video {
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: -2px -2px 20px rgba(0, 0, 0, 0.15), 2px 2px 20px rgba(0, 0, 0, 0.15);
          box-shadow: -2px -2px 20px rgba(0, 0, 0, 0.15), 2px 2px 20px rgba(0, 0, 0, 0.15);
  position: relative;
}

.how-use-course .how-video img {
  width: 100%;
}

.how-use-course a {
  position: absolute;
  left: 45%;
  top: 45%;
}

.how-use-course a .fa {
  background-color: #2D81F7;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  vertical-align: middle;
  font-size: 20px;
}

/*-------Checklist Section-------------*/
.checklist {
  background-color: #EAF3FF;
  padding: 40px 0;
}

/*-------Director Testimonial Section-------------*/
.director-testimonials {
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

.director-testimonials .swiper {
  margin-top: 20px;
}

.director-testimonials .swiper .swiper-slide {
  background-color: #E7F4F0;
  padding: 20px 15px;
}

.director-testimonials .swiper .swiper-slide .testimonial .company-logo {
  width: 100px;
}

.director-testimonials .swiper .swiper-slide .testimonial p {
  font-family: "Nunito", arial;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #3C4852;
  margin-top: 40px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .director-testimonials .swiper .swiper-slide .testimonial p {
    font-size: 14px;
  }
}
.director-testimonials .swiper .swiper-slide .testimonial .other-detail {
  margin-top: 25px;
}

@media (max-width: 991px) {
  .director-testimonials .swiper .swiper-slide .testimonial .other-detail {
    margin-top: 20px;
  }
}
.director-testimonials .swiper .swiper-slide .testimonial .other-detail .name {
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 700;
  color: #3C4852;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .director-testimonials .swiper .swiper-slide .testimonial .other-detail .name {
    font-size: 14px;
  }
}
.director-testimonials .swiper .swiper-slide .testimonial .other-detail .college-name {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #2D81F7;
  margin-top: 10px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .director-testimonials .swiper .swiper-slide .testimonial .other-detail .college-name {
    font-size: 14px;
  }
}
.director-testimonials .swiper .swiper-slide .testimonial .video-thumbnail {
  width: 100%;
  height: 320px;
}

.director-testimonials .swiper .swiper-slide .testimonial a {
  position: absolute;
  left: 40%;
  top: 60%;
}

@media (max-width: 767px) {
  .director-testimonials .swiper .swiper-slide .testimonial a {
    left: 47%;
    top: 67%;
  }
}
.director-testimonials .swiper .swiper-slide .testimonial a .fa {
  background-color: #2D81F7;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  vertical-align: middle;
  font-size: 20px;
}

.director-testimonials .swiper .swiper-button-prev:after, .director-testimonials .swiper .swiper-button-next:after {
  color: #000;
}

.director-testimonials .swiper .swiper-arrow .swiper-button-prev, .director-testimonials .swiper .swiper-arrow .swiper-button-next {
  position: absolute;
  width: unset;
  height: unset;
  border: none;
  background: unset;
}

.director-testimonials .swiper .swiper-arrow .swiper-button-prev {
  left: 1%;
  top: 46%;
}

.director-testimonials .swiper .swiper-arrow .swiper-button-next {
  right: 1%;
  top: 46%;
  left: unset;
}

/*-------Top Colleges Section-------------*/
.top-colleges p {
  font-family: "Nunito", arial;
  font-weight: 400;
  font-size: 16px;
  color: #3C4852;
  margin-top: 20px;
  text-align: center;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .top-colleges p {
    font-size: 14px;
  }
}
.top-colleges .swiper {
  margin-top: 20px;
}

.top-colleges .swiper img {
  max-width: 100%;
}

/*-------Learner Support Section-------------*/
.learner-support .learner-row {
  margin-top: 20px;
}

.learner-support .learner-row .student-content {
  background-color: #E7F4F0;
  padding: 24px 43px;
}

.learner-support .learner-row .student-content .heading {
  font-family: "Nunito", arial;
  font-weight: 700;
  font-size: 22px;
  color: #3C4852;
}

@media (max-width: 767px) {
  .learner-support .learner-row .student-content .heading {
    text-align: center;
    font-size: 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .learner-support .learner-row .student-content .heading {
    font-size: 18px;
  }
}
.learner-support .learner-row .student-content .social-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .learner-support .learner-row .student-content .social-button {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .learner-support .learner-row .student-content .social-button .social-icons {
    margin-bottom: 40px;
    padding-left: 20px;
  }
}
.learner-support .learner-row .student-content .social-button .social-icons a {
  margin-right: 20px;
  color: transparent;
}

.learner-support .learner-row .student-content .social-button .social-icons a img {
  width: 40px;
  height: 40px;
}

.learner-support .learner-row .student-content .social-button .support-content {
  font-family: "Nunito", arial;
  font-weight: 700;
  font-size: 16px;
}

/*-------Faq Section-------------*/
.faq .course-faq {
  margin-top: 20px;
}

/*-------Footer Section-------------*/
footer {
  background-color: #252525;
}

footer .footer-logo {
  padding-top: 20px;
}

footer .footer-logo .footer-logo-img {
  width: 230px;
}

footer .footer-content {
  margin-top: 44px;
}

footer .footer-content .footer-description {
  font-family: "Nunito", arial;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

footer .footer-content .catking-footer-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

@media (max-width: 400px) {
  footer .footer-content .catking-footer-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-content .catking-footer-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer-content .catking-footer-btns .catking-dashboard {
  padding: 18px 15px;
  border-radius: 8px;
  background: #fff;
}

@media (max-width: 991px) {
  footer .footer-content .catking-footer-btns .catking-dashboard {
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  footer .footer-content .catking-footer-btns .catking-dashboard {
    padding: 10px 15px;
  }
}
footer .footer-content .catking-footer-btns .catking-dashboard:hover {
  background-color: #28C590;
}

footer .footer-content .catking-footer-btns .catking-dashboard:hover a {
  color: #fff;
}

footer .footer-content .catking-footer-btns .catking-dashboard a {
  text-decoration: none;
  font-family: "Nunito", arial;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  footer .footer-content .catking-footer-btns .catking-dashboard a {
    font-size: 14px;
  }
}
footer .footer-content .catking-footer-contact-info {
  margin-top: 20px;
}

footer .footer-content .catking-footer-contact-info .connect-heading {
  font-family: "Nunito", arial;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

footer .footer-content .catking-footer-contact-info .email a {
  text-decoration: none;
  font-family: "Nunito", arial;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
}

footer .footer-content .catking-footer-contact-info .email a:hover {
  color: #28C590;
}

footer .footer-content .catking-footer-contact-info .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

footer .footer-content .catking-footer-contact-info .phone .phone-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .footer-content .catking-footer-contact-info .phone .phone-wrapper .phone-number {
  font-family: "Nunito", arial;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
}

footer .footer-content .bottom-content {
  margin-top: 20px;
}

footer .footer-content .social-icons {
  margin-top: 88px;
}

@media (max-width: 767px) {
  footer .footer-content .social-icons {
    margin-top: 40px;
  }
}
footer .footer-content .social-icons img {
  width: 30px;
  margin-right: 40px;
}

@media (max-width: 767px) {
  footer .footer-content .social-icons img {
    width: 25px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  footer .footer-content .footer-menu {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  footer .footer-content .footer-menu .catking-links {
    padding-left: 20px;
  }
}
footer .footer-content .footer-menu .menu-heading {
  font-family: "Nunito", arial;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 992px) {
  footer .footer-content .footer-menu .menu-heading {
    font-size: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  footer .footer-content .footer-menu .menu-heading {
    font-size: 20px;
  }
}
footer .footer-content .footer-menu .menu-items {
  margin-top: 10px;
}

footer .footer-content .footer-menu .menu-items ul {
  padding: 0;
}

footer .footer-content .footer-menu .menu-items ul li {
  list-style: none;
  font-family: "Nunito", arial;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  footer .footer-content .footer-menu .menu-items ul li {
    font-size: 14px;
  }
}
footer .footer-content .footer-menu .menu-items ul li a {
  color: #fff;
  text-decoration: none;
}

footer .footer-content .footer-menu .menu-items ul li a:hover {
  color: #28C590;
}

footer .footer-content .footer-menu .menu-items .our-app-wrapper li {
  line-height: 40px;
}

footer .footer-content .footer-menu .menu-items .our-app-wrapper li a img {
  width: 30px;
}

footer .copyright-content {
  margin-top: 60px;
}

@media (max-width: 767px) {
  footer .copyright-content {
    margin-top: 30px;
  }
}
footer .copyright-content .copyright {
  font-family: "Nunito", arial;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  margin-bottom: 35px;
}

footer .copyright-content .copyright:before {
  margin-left: auto;
  margin-right: auto;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  position: relative;
  display: block;
  top: 2px;
  margin-bottom: 20px;
}

/*-----single course page----*/
.paid-course-page {
  position: relative;
  padding: 0;
}

.paid-course-page .course-detail-grid {
  display: grid;
  grid-template-columns: 1fr 0.4fr;
  grid-gap: 0 50px;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
}

@media (max-width: 991px) {
  .paid-course-page .course-detail-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0 50px;
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content;
  }
}
.paid-course-page .course-detail-grid .top-bar {
  padding: 40px 0;
}

.paid-course-page .course-detail-grid .top-bar .course-detail-banner {
  background-color: #DFECFF;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 245px;
}

@media (min-width: 280px) and (max-width: 378px) {
  .paid-course-page .course-detail-grid .top-bar .course-detail-banner {
    height: 370px;
  }
}
@media (min-width: 379px) and (max-width: 439px) {
  .paid-course-page .course-detail-grid .top-bar .course-detail-banner {
    height: 350px;
  }
}
@media (min-width: 440px) and (max-width: 1200px) {
  .paid-course-page .course-detail-grid .top-bar .course-detail-banner {
    height: 300px;
  }
}
.paid-course-page .course-detail-grid .top-bar h1 {
  font-size: 34px;
  color: #3C4852;
  font-weight: 700;
  font-family: "Nunito", arial;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .paid-course-page .course-detail-grid .top-bar h1 {
    font-size: 24px;
  }
}
.paid-course-page .course-detail-grid .top-bar p {
  font-size: 16px;
  font-family: "Nunito", arial;
  font-weight: 700;
  margin-bottom: 0;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .paid-course-page .course-detail-grid .top-bar p {
    font-size: 14px;
  }
}
.paid-course-page .course-detail-grid .top-bar .sub-description {
  margin-top: 10px;
  margin-bottom: 10px;
}

.paid-course-page .course-detail-grid .top-bar .sub-description p {
  display: none;
  font-size: 16px;
  font-family: "Nunito", arial;
  font-weight: 400;
}

.paid-course-page .course-detail-grid .top-bar .three-course {
  position: relative;
}

.paid-course-page .course-detail-grid .top-bar .three-course .course-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 1em;
  width: 100%;
}

@media (min-width: 280px) and (max-width: 769px) {
  .paid-course-page .course-detail-grid .top-bar .three-course .course-tab {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .paid-course-page .course-detail-grid .top-bar .three-course .course-tab {
    top: 2.5em;
  }
}
@media (max-width: 991px) {
  .paid-course-page .course-detail-grid .top-bar .three-course .swiper-slide {
    margin-bottom: 10px;
  }
}
.paid-course-page .course-detail-grid .top-bar .three-course .single-course-content {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-right: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  color: #3C4852;
}

@media (min-width: 576px) {
  .paid-course-page .course-detail-grid .top-bar .three-course .single-course-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .paid-course-page .course-detail-grid .top-bar .three-course .single-course-content {
    margin-bottom: 20px;
  }
}
.paid-course-page .course-detail-grid .top-bar .three-course .single-course-content.course-tab-active {
  background-color: #2D81F7;
  color: #fff;
}

.paid-course-page .course-detail-grid .top-bar .three-course .single-course-content.course-tab-active .price {
  color: #F9D133;
}

.paid-course-page .course-detail-grid .top-bar .three-course .single-course-content.course-tab-active .price s {
  color: #cd111f;
}

.paid-course-page .course-detail-grid .top-bar .three-course .single-course-content.course-tab-active .recommend {
  color: #F9D133;
}

.paid-course-page .course-detail-grid .top-bar .three-course .single-course-content .card-inner-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.paid-course-page .course-detail-grid .top-bar .three-course .single-course-content .card-inner-content .course-name {
  font-family: "Nunito", arial;
  font-weight: 700;
  font-size: 16px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .paid-course-page .course-detail-grid .top-bar .three-course .single-course-content .card-inner-content .course-name {
    font-size: 14px;
  }
}
.paid-course-page .course-detail-grid .top-bar .three-course .single-course-content .course-tab-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.paid-course-page .course-detail-grid .top-bar .three-course .single-course-content .recommend {
  font-family: "Nunito", arial;
  font-size: 14px;
  color: #2D81F7;
  line-height: 24px;
}

.paid-course-page .course-detail-grid .top-bar .three-course .single-course-content .price {
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 700;
  color: #3C4852;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .paid-course-page .course-detail-grid .top-bar .three-course .single-course-content .price {
    font-size: 14px;
  }
}
.paid-course-page .course-detail-grid .top-bar .three-course .single-course-content .price s {
  font-family: "Nunito", arial;
  font-size: 14px;
  color: #4F4F4D;
  font-weight: 700;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .paid-course-page .course-detail-grid .top-bar .three-course .single-course-content .price s {
    font-size: 12px;
  }
}
.paid-course-page .course-detail-grid .sidebar-content {
  position: relative;
  margin-top: 80px;
  background-color: #fff;
  grid-row: span 3;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

@media (min-width: 280px) and (max-width: 769px) {
  .paid-course-page .course-detail-grid .sidebar-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 18rem;
  }
}
@media (min-width: 770px) and (max-width: 991px) {
  .paid-course-page .course-detail-grid .sidebar-content {
    margin-top: 9rem;
  }
}
.paid-course-page .course-detail-grid .sidebar-content .sidebar-video {
  position: relative;
  overflow: hidden;
}

.paid-course-page .course-detail-grid .sidebar-content .sidebar-video:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
}

.paid-course-page .course-detail-grid .sidebar-content .sidebar-video img {
  width: 100%;
}

.paid-course-page .course-detail-grid .sidebar-content .sidebar-video .video-play-btn {
  position: absolute;
  top: 46%;
  left: 46%;
}

.paid-course-page .course-detail-grid .sidebar-content .sidebar-video .video-play-btn .fa {
  background-color: #2D81F7;
  color: #fff;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-align: center;
  line-height: 37px;
  vertical-align: middle;
}

.paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price {
  padding: 0.625rem 1.2rem 2.75rem;
}

.paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .price {
  font-family: "Nunito", arial;
  font-weight: normal;
  font-weight: 700;
  font-size: 2.125rem;
  color: #3C4852;
}

@media (min-width: 992px) and (max-width: 1366px) {
  .paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .price {
    font-size: 1.5rem;
  }
}
.paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .price s {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #767474;
  font-weight: 700;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .price s {
    font-size: 14px;
  }
}
.paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .emi-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .emi-option .text {
  font-family: "Nunito", arial;
  font-weight: 400;
  font-size: 16px;
  color: #3C4852;
  line-height: 24px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .emi-option .text {
    font-size: 14px;
  }
}
.paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .emi-option .emi-popover {
  color: unset;
}

.paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .emi-option .emi-popover .fa {
  font-size: 20px;
  margin-left: 0.625rem;
}

.paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .get-discount {
  font-family: "Nunito", arial;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 0.625rem;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .get-discount {
    font-size: 14px;
    line-height: 10px;
  }
}
.paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .course-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0.625rem;
}

.paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .course-timer .countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #ff0000;
  font-weight: 700;
  font-size: 23px;
  line-height: 12px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .course-timer .countdown {
    font-size: 14px;
  }
}
.paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .course-timer .timer-text {
  font-size: 18px;
  letter-spacing: 1px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .course-timer .timer-text {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .course-timer span {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #ff0000;
  font-weight: 400;
  margin-left: 0.625rem;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .course-timer span {
    font-size: 14px;
  }
}
.paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .offer {
  font-family: "Nunito", arial;
  font-weight: 400;
  font-size: 16px;
  color: #3C4852;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .offer {
    font-size: 14px;
  }
}
.paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .add-cart-btn, .paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .buy-course-btn {
  margin-top: 0.625rem;
}

.paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .course-benefits {
  margin-top: 1.25rem;
}

.paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .course-benefits .text {
  font-family: "Nunito", arial;
  font-weight: 400;
  font-size: 22px;
  color: #3C4852;
  margin-bottom: 0.938rem;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .course-benefits .text {
    font-size: 18px;
  }
}
.paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .course-benefits .benefit-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .course-benefits .benefit-table .table-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.938rem;
}

.paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .course-benefits .benefit-table .table-content .table-content-text, .paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .course-benefits .benefit-table .table-content .table-content-number {
  font-family: "Nunito", arial;
  font-weight: 400;
  font-size: 16px;
  color: #3C4852;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .course-benefits .benefit-table .table-content .table-content-text, .paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .course-benefits .benefit-table .table-content .table-content-number {
    font-size: 14px;
  }
}
.paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .line-border {
  border: 1px solid #212121;
  top: 10px;
  position: relative;
}

.paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .query {
  margin-top: 2.25rem;
  font-family: "Nunito", arial;
  font-weight: 700;
  font-size: 16px;
  color: #3C4852;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .query {
    font-size: 14px;
  }
}
.paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .contact-us-btn {
  margin-top: 1.25rem;
}

.paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .enroll {
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 400;
  color: #3C4852;
  margin-top: 1.25rem;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .enroll {
    font-size: 14px;
  }
}
.paid-course-page .course-detail-grid .sidebar-content .sidebar-course-price .discount-btn {
  margin-top: 1.25rem;
}

@media (max-width: 991px) {
  .paid-course-page .course-detail-grid .single-course-body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.paid-course-page .course-detail-grid .single-course-body .single-course-body-content {
  margin-top: 7rem;
}

@media (max-width: 991px) {
  .paid-course-page .course-detail-grid .single-course-body .single-course-body-content {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .paid-course-page .course-detail-grid .single-course-body .single-course-body-content {
    margin-top: 9rem;
  }
}
.paid-course-page .course-detail-grid .single-course-body .single-course-body-content ul {
  border-bottom: unset;
}

@media (max-width: 991px) {
  .paid-course-page .course-detail-grid .single-course-body .single-course-body-content ul {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.paid-course-page .course-detail-grid .single-course-body .single-course-body-content ul .course-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  margin-right: 40px;
  border-radius: 30px;
}

@media (max-width: 991px) {
  .paid-course-page .course-detail-grid .single-course-body .single-course-body-content ul .course-nav {
    padding: 5px;
    margin-right: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .paid-course-page .course-detail-grid .single-course-body .single-course-body-content ul .course-nav {
    margin-right: 0px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .paid-course-page .course-detail-grid .single-course-body .single-course-body-content ul .course-nav {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .paid-course-page .course-detail-grid .single-course-body .single-course-body-content ul .course-nav svg {
    display: none;
  }
}
.paid-course-page .course-detail-grid .single-course-body .single-course-body-content ul .course-nav.active {
  background-color: #28C590;
  border-radius: 30px;
  padding: 10px 20px;
}

@media (max-width: 991px) {
  .paid-course-page .course-detail-grid .single-course-body .single-course-body-content ul .course-nav.active {
    border: none;
    margin-right: 0;
    padding: 5px;
  }
}
.paid-course-page .course-detail-grid .single-course-body .single-course-body-content ul .course-nav.active svg path {
  fill: #fff;
}

.paid-course-page .course-detail-grid .single-course-body .single-course-body-content ul .course-nav.active p {
  color: #fff;
}

@media (max-width: 991px) {
  .paid-course-page .course-detail-grid .single-course-body .single-course-body-content ul .course-nav.active p {
    margin-left: 0;
  }
}
.paid-course-page .course-detail-grid .single-course-body .single-course-body-content ul .course-nav.active:hover svg path {
  fill: #fff;
}

.paid-course-page .course-detail-grid .single-course-body .single-course-body-content ul .course-nav.active:hover p {
  color: #fff;
}

.paid-course-page .course-detail-grid .single-course-body .single-course-body-content ul .course-nav:hover {
  border-color: transparent;
}

.paid-course-page .course-detail-grid .single-course-body .single-course-body-content ul .course-nav:hover svg path {
  fill: #28C590;
}

.paid-course-page .course-detail-grid .single-course-body .single-course-body-content ul .course-nav:hover p {
  color: #28C590;
}

.paid-course-page .course-detail-grid .single-course-body .single-course-body-content ul .course-nav p {
  margin-bottom: 0;
  font-family: "Nunito", arial;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-left: 10px;
  color: #3C4852;
}

@media (min-width: 280px) and (max-width: 300px) {
  .paid-course-page .course-detail-grid .single-course-body .single-course-body-content ul .course-nav p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .paid-course-page .course-detail-grid .single-course-body .single-course-body-content ul .course-nav p {
    margin-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1366px) {
  .paid-course-page .course-detail-grid .single-course-body .single-course-body-content ul .course-nav p {
    font-size: 14px;
  }
}
.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content {
    margin-top: 20px;
  }
}
.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane {
  background-color: #fff;
}

.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .overview-tab-content {
  padding: 20px;
}

.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .overview-tab-content .description {
  font-family: "Circular Std", sans-serif;
  font-size: 22px;
  color: #3C4852;
  font-weight: 700;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .overview-tab-content .description {
    font-size: 18px;
  }
}
.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .overview-tab-content .online-course {
  font-family: "Nunito", arial;
  font-weight: 700;
  font-size: 16px;
  color: #3C4852;
  margin-top: 10px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .overview-tab-content .online-course {
    font-size: 14px;
  }
}
.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .overview-tab-content ul {
  margin-top: 10px;
}

.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .overview-tab-content ul li {
  font-family: "Nunito", arial;
  font-weight: 400;
  font-size: 16px;
  color: #3C4852;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .overview-tab-content ul li {
    font-size: 14px;
  }
}
.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .schedule-tab-content {
  padding: 0px 20px 0px 20px;
}

.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .schedule-tab-content .schedule-table {
  border-collapse: separate;
  border-spacing: 0 20px;
}

.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .schedule-tab-content .schedule-table thead tr th {
  font-family: "Nunito", arial;
  font-size: 22px;
  color: #3C4852;
  font-weight: 700;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .schedule-tab-content .schedule-table thead tr th {
    font-size: 18px;
  }
}
.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .schedule-tab-content .schedule-table tbody tr {
  background-color: #d9d9d9;
}

.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .schedule-tab-content .schedule-table tbody tr:nth-of-type(odd) {
  background-color: #DFECFF;
}

.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .schedule-tab-content .schedule-table tbody tr td {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
  font-weight: 400;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .schedule-tab-content .schedule-table tbody tr td {
    font-size: 14px;
  }
}
.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .schedule-content {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}

.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .schedule-content .schedule-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .schedule-content .schedule-header .schedule-time {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
  font-weight: 700;
}

.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .schedule-content .schedule-header .schedule-time span {
  font-weight: 400;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .schedule-content .schedule-header .schedule-time {
    font-size: 14px;
  }
}
.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .schedule-content .topic {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
  font-weight: 700;
  margin-top: 20px;
}

.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .review-tab-content {
  padding: 20px;
}

.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .review-tab-content .review-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 280px) and (max-width: 440px) {
  .paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .review-tab-content .review-header {
    display: block;
  }
}
.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .review-tab-content .review-header .review-text {
  font-family: "Circular Std", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #3C4852;
  line-height: 38px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .review-tab-content .review-header .review-text {
    font-size: 18px;
  }
}
.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .review-tab-content .review-header .rate-product-btn {
  padding: 10px;
  border-radius: 8px;
  font-family: "Nunito", arial;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  background: #28C590;
  color: #fff;
}

@media (min-width: 280px) and (max-width: 440px) {
  .paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .review-tab-content .review-header .rate-product-btn {
    line-height: 60px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .review-tab-content .review-header .rate-product-btn {
    font-size: 14px;
  }
}
.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .review-tab-content .rating-box {
  margin-top: 20px;
}

.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .review-tab-content .rating-box .total-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .review-tab-content .rating-box .total-rating .rating-number {
  font-family: "Circular Std", sans-serif;
  font-size: 65px;
  font-weight: 700;
  color: #2D81F7;
}

.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .review-tab-content .rating-box .total-rating .based-review-text {
  font-family: "Nunito", arial;
  font-weight: 400;
  font-size: 16px;
  color: #3C4852;
  margin-top: 10px;
  text-align: center;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .review-tab-content .rating-box .total-rating .based-review-text {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .review-tab-content .rating-box .rating-system {
    margin-top: 20px;
  }
}
.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .review-tab-content .rating-box .rating-bar .middle {
  margin-top: 15px;
}

.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .review-tab-content .rating-box .rating-bar .middle:first-child {
  margin-top: 5px;
}

.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .review-tab-content .rating-box .rating-bar .middle .bar-container {
  width: 100%;
  text-align: center;
  border: 1px solid #ffc107;
  border-radius: 20px;
  overflow: hidden;
}

.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .review-tab-content .rating-box .rating-bar .middle .bar-container .bar {
  min-width: 5%;
}

.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .review-tab-content .rating-box .rating-bar .middle .bar-container .bar-5 {
  width: 80%;
  height: 10px;
  background-color: #ffc107;
}

.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .review-tab-content .rating-box .rating-bar .middle .bar-container .bar-4 {
  width: 60%;
  height: 10px;
  background-color: #ffc107;
}

.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .review-tab-content .rating-box .rating-bar .middle .bar-container .bar-3 {
  width: 40%;
  height: 10px;
  background-color: #ffc107;
}

.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .review-tab-content .rating-box .rating-bar .middle .bar-container .bar-2 {
  width: 20%;
  height: 10px;
  background-color: #ffc107;
}

.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .review-tab-content .rating-box .rating-bar .middle .bar-container .bar-1 {
  width: 10%;
  height: 10px;
  background-color: #ffc107;
}

.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .review-tab-content .comment-box {
  margin-top: 20px;
}

.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .review-tab-content .comment-box .comment-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .review-tab-content .comment-box .comment-content .user-image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .review-tab-content .comment-box .comment-content .user-comments-section {
  margin-left: 10px;
}

.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .review-tab-content .comment-box .comment-content .user-comments-section .name-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .review-tab-content .comment-box .comment-content .user-comments-section .name-rating .user-name {
  font-family: "Nunito", arial;
  font-weight: 700;
  font-size: 22px;
  color: #3C4852;
  margin-right: 40px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .review-tab-content .comment-box .comment-content .user-comments-section .name-rating .user-name {
    font-size: 18px;
  }
}
.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .review-tab-content .comment-box .comment-content .user-comments-section .comment-time {
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 400;
  color: #3C4852;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .review-tab-content .comment-box .comment-content .user-comments-section .comment-time {
    font-size: 14px;
  }
}
.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .review-tab-content .comment-box .comment-content .user-comments-section .user-comment {
  font-family: "Nunito", arial;
  font-size: 16px;
  line-height: 24px;
  color: #3C4852;
  margin-top: 10px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .review-tab-content .comment-box .comment-content .user-comments-section .user-comment {
    font-size: 14px;
  }
}
.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .faq-tab-content {
  padding: 20px;
}

.paid-course-page .course-detail-grid .single-course-body .single-course-body-content .single-course-tab-content .course-tab-pane .faq-tab-content .faq-text {
  font-family: "Circular Std", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #3C4852;
  margin-bottom: 20px;
}

.paid-course-page .course-detail-grid .single-course-body .contact-content {
  background-color: #fff;
  padding: 0.625rem 1.2rem 2.75rem;
  margin-top: 20px;
}

.paid-course-page .course-detail-grid .single-course-body .contact-content .query {
  margin-top: 2.25rem;
  font-family: "Nunito", arial;
  font-weight: 700;
  font-size: 16px;
  color: #3C4852;
}

.paid-course-page .course-detail-grid .single-course-body .contact-content .contact-us-btn {
  margin-top: 1.25rem;
}

.paid-course-page .course-detail-grid .single-course-body .contact-content .enroll {
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 400;
  color: #3C4852;
  margin-top: 1.25rem;
}

.paid-course-page .course-detail-grid .single-course-body .contact-content .discount-btn {
  margin-top: 1.25rem;
}

.paid-course-page .course-detail-grid .single-course-body .footer-buy-now-btn {
  background-color: #fff;
  -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.08), 0 -4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.08), 0 -4px 12px rgba(0, 0, 0, 0.08);
  overflow-y: hidden;
  padding: 0.8rem 1.6rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
}

.paid-course-page .course-detail-grid .single-course-body .footer-buy-now-btn .fix-footer-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.paid-course-page .course-detail-grid .single-course-body .footer-buy-now-btn .fix-footer-price .footer-course-price {
  font-size: 16px;
  font-family: "Nunito", arial;
  color: #3C4852;
  font-weight: 700;
}

.paid-course-page .course-detail-grid .single-course-body .footer-buy-now-btn .fix-footer-price .footer-course-price span {
  color: #767474;
  font-size: 14px;
}

.paid-course-page .course-detail-grid .single-course-body .footer-buy-now-btn .fix-footer-price .catking-btn {
  width: 70%;
  text-align: center;
}

.rate-modal .modal-content {
  padding: 20px;
  background-color: #F6F6F6;
}

.rate-modal .modal-header {
  border: 0;
}

.rate-modal .rate-heading {
  font-family: "Circular Std", sans-serif;
  font-size: 22px;
  color: #3C4852;
  font-weight: 700;
  text-align: center;
}

.rate-modal .rating-form {
  margin-top: 40px;
  margin-bottom: 40px;
}

.rate-modal .rating-form .form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.rate-modal .rating-form .form-fields .form-textarea {
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 20px;
  border: 1px solid #fff;
  margin-top: 10px;
}

.rate-modal .rating-form .form-btn {
  margin-top: 2rem;
}

.rate-modal .rating-form .form-btn .catking-btn {
  width: 100%;
}

@media (min-width: 1200px) {
  .rate-modal .rating-form .form-btn .catking-btn {
    width: 60%;
  }
}
.full-banner img {
  width: 100%;
}

.related-courses {
  background-color: #E7F4F0;
  position: relative;
}

.related-courses .relatedCourseSwiper .swiper-slide {
  margin-bottom: 10px;
}

.related-courses .related-course-slider-row {
  margin-top: 20px;
}

/*-----Auth page----*/
.auth-page {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .auth-page {
    width: 40rem;
  }
}
.auth-page h1 {
  font-family: "Circular Std", sans-serif;
  font-size: 36px;
  color: #3C4852;
  font-weight: 450;
}

.auth-page .auth-form {
  margin-top: 40px;
}

.auth-page .auth-form .form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.auth-page .auth-form .form-fields label {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
  font-weight: 400;
}

.auth-page .auth-form .form-fields .form-input-field {
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 15px;
  border: 1px solid #fff;
  margin-top: 10px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .auth-page .auth-form .form-fields .form-input-field {
    font-size: 14px;
  }
}
.auth-page .auth-form .form-fields .form-input-field:focus-visible {
  outline: none;
}

.auth-page .auth-form .agree-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.auth-page .auth-form .agree-checkbox input[type=checkbox] {
  width: 1.15em;
  height: 1.15em;
  border-radius: 0;
  -webkit-transform: translateY(-0.075em);
          transform: translateY(-0.075em);
  margin-right: 10px;
}

.auth-page .auth-form .agree-checkbox a {
  color: #2D81F7;
  text-decoration: none;
}

.auth-page .auth-form .form-btn {
  margin-top: 2rem;
}

.auth-page .auth-form .form-btn .catking-btn {
  width: 100%;
}

.auth-page .already-account {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
  font-weight: 400;
  text-align: center;
}

.auth-page .already-account a {
  font-weight: 700;
  text-decoration: none;
  color: #2D81F7;
}

.auth-page .otp-form .otp-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 340px;
  margin: auto;
}

.auth-page .otp-form .otp-content label {
  text-align: left;
}

.auth-page .otp-form .otp-content .otp-fields {
  margin-bottom: 20px;
}

.auth-page .otp-form .otp-content .otp-fields .form-input-field {
  width: 60px;
  height: 60px;
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #fff;
  margin-top: 10px;
  margin-right: 25px;
}

.auth-page .otp-form .otp-content .otp-fields .form-input-field:focus-visible {
  outline: none;
}

.auth-page .otp-form .send-otp {
  text-align: center;
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #2D81F7;
  font-weight: 700;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.auth-page .checkbox-password-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 5px;
}

.auth-page .checkbox-password-div a {
  color: #2D81F7;
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.auth-page .login-options {
  text-align: center;
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
}

.auth-page .login-otp {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
  text-align: center;
  margin-top: 20px;
}

.auth-page .login-otp a {
  font-weight: 700;
  color: #2D81F7;
  text-decoration: none;
}

.auth-page .login-link {
  margin-top: 60px;
}

/*-----Cart page----*/
.cart-custom {
  padding-bottom: 0;
}

.cart-custom img {
  width: 100%;
}

.cart-custom .text-bg {
  background-color: #DFECFF;
  padding: 20px;
}

.cart-custom .text-bg .text {
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 400;
  color: #3C4852;
}

.cart .cart-content {
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 40px 26px;
}

.cart .cart-content h1 {
  color: #3C4852;
  font-family: "Circular Std", sans-serif;
  font-size: 36px;
  font-weight: 700;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .cart .cart-content h1 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .cart .cart-content .cart-item-col {
    margin-right: 65px;
  }
}
.cart .cart-content .cart-items {
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  padding: 10px 20px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1199px) {
  .cart .cart-content .cart-items {
    display: block;
  }
}
.cart .cart-content .cart-items .item-name {
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 700;
  color: #3C4852;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .cart .cart-content .cart-items .item-name {
    font-size: 14px;
  }
}
.cart .cart-content .cart-items .rating-month {
  margin-top: 10px;
}

@media (min-width: 280px) and (max-width: 480px) {
  .cart .cart-content .cart-items .rating-month {
    display: block;
  }
}
.cart .cart-content .cart-items .category {
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 400;
  color: #2D81F7;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .cart .cart-content .cart-items .category {
    font-size: 14px;
  }
}
@media (min-width: 280px) and (max-width: 340px) {
  .cart .cart-content .cart-items .rating-content .rate-review {
    display: block;
  }
}
@media (min-width: 280px) and (max-width: 340px) {
  .cart .cart-content .cart-items .rating-content .rate-review p {
    margin-left: 0;
    margin-right: 0;
  }
}
.cart .cart-content .cart-items .cart-inner-right-content .price {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
  font-weight: 700;
  margin-bottom: 0;
  text-align: right;
}

@media (max-width: 1199px) {
  .cart .cart-content .cart-items .cart-inner-right-content .price {
    text-align: left;
    margin-top: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .cart .cart-content .cart-items .cart-inner-right-content .price {
    font-size: 14px;
  }
}
.cart .cart-content .cart-items .cart-inner-right-content .price s {
  font-weight: 400;
  color: #989696;
  font-size: 12px;
}

.cart .cart-content .cart-items .cart-inner-right-content .remove-btn {
  font-family: "Nunito", arial;
  font-weight: 700;
  font-size: 16px;
  color: #2D81F7;
  text-decoration: none;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .cart .cart-content .cart-items .cart-inner-right-content .remove-btn {
    font-size: 14px;
  }
}
.cart .cart-content .add-more-btn {
  margin-top: 50px;
  text-align: right;
}

.cart .cart-content .total-price-content {
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  padding: 10px 20px;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .cart .cart-content .total-price-content {
    margin-top: 40px;
  }
}
.cart .cart-content .total-price-content .total {
  font-family: "Nunito", arial;
  font-weight: 700;
  font-size: 16px;
  color: #3C4852;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .cart .cart-content .total-price-content .total {
    font-size: 14px;
  }
}
.cart .cart-content .total-price-content .price {
  font-family: "Nunito", arial;
  font-weight: 700;
  font-size: 30px;
  color: #3C4852;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .cart .cart-content .total-price-content .price {
    font-size: 22px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .cart .cart-content .total-price-content .price {
    font-size: 24px;
    margin-top: 10px;
  }
}
.cart .cart-content .total-price-content .price s {
  font-size: 22px;
  color: #767474;
  font-weight: 400;
  margin-left: 10px;
}

@media (max-width: 991px) {
  .cart .cart-content .total-price-content .price s {
    font-size: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .cart .cart-content .total-price-content .price s {
    font-size: 18px;
  }
}
.cart .cart-content .total-price-content .discount-applied {
  font-family: "Nunito", arial;
  font-weight: 400;
  font-size: 16px;
  color: #3C4852;
  margin-top: 20px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .cart .cart-content .total-price-content .discount-applied {
    font-size: 14px;
    margin-top: 10px;
  }
}
.cart .cart-content .total-price-content .checkout-btn {
  margin-top: 20px;
}

.cart .cart-content .total-price-content .checkout-btn .catking-btn {
  width: 100%;
  display: inline-block;
  text-align: center;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .cart .cart-content .total-price-content .checkout-btn {
    margin-top: 10px;
  }
}
.cart .cart-content .total-price-content .discount-coupon {
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 700;
  color: #3C4852;
  margin-top: 20px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .cart .cart-content .total-price-content .discount-coupon {
    font-size: 14px;
  }
}
.cart .cart-content .total-price-content .discount-input {
  position: relative;
}

.cart .cart-content .total-price-content .discount-input .form-input-field {
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 15px;
  border: 1px solid #fff;
  margin-top: 10px;
  width: 100%;
}

.cart .cart-content .total-price-content .discount-input .apply-btn {
  position: absolute;
  right: 0px;
  padding: 15px;
  top: 10px;
  width: 137px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 1px solid #28C590;
  background-color: #28C590;
  color: #fff;
}

@media (max-width: 991px) {
  .cart .cart-content .total-price-content .discount-input .apply-btn {
    width: 80px;
  }
}
.cart .cart-content .total-price-content .coupon-code {
  font-family: "Nunito", arial;
  font-weight: 700;
  font-size: 16px;
  color: #3C4852;
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .cart .cart-content .total-price-content .coupon-code {
    font-size: 14px;
  }
}
.cart .cart-content .total-price-content .coupon-code a {
  color: #3C4852;
  margin-left: 10px;
  font-size: 20px;
}

.footer-cart-custom img {
  width: 100%;
}

.footer-cart-custom .text-bg {
  background-color: #DFECFF;
  padding: 20px;
}

.footer-cart-custom .text-bg .text {
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 400;
  color: #3C4852;
}

/*-----Checkout page----*/
.checkout .checkout-content {
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 40px 26px;
}

.checkout .checkout-content h1 {
  color: #3C4852;
  font-family: "Circular Std", sans-serif;
  font-size: 36px;
  font-weight: 700;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .checkout .checkout-content h1 {
    font-size: 24px;
  }
}
.checkout .checkout-content .checkout-user-detail .form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.checkout .checkout-content .checkout-user-detail .form-fields label {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
  font-weight: 400;
}

.checkout .checkout-content .checkout-user-detail .form-fields .form-input-field {
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 15px;
  border: 1px solid #fff;
  margin-top: 10px;
}

.checkout .checkout-content .checkout-user-detail .form-fields .form-input-field:focus-visible {
  outline: none;
}

.checkout .checkout-content .payment-method .payment-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkout .checkout-content .payment-method .payment-header .payment-heading {
  font-family: "Circular Std", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #3C4852;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .checkout .checkout-content .payment-method .payment-header .payment-heading {
    font-size: 20px;
  }
}
.checkout .checkout-content .payment-method .payment-header .secured {
  font-family: "Nunito", arial;
  font-weight: 400;
  font-size: 16px;
  color: #989696;
}

.checkout .checkout-content .payment-method .payment-header .secured i {
  color: #3C4852;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .checkout .checkout-content .payment-method .payment-header .secured {
    font-size: 14px;
  }
}
.checkout .checkout-content .payment-method .payment-card-options {
  margin-top: 20px;
  background-color: #F6F6F6;
}

.checkout .checkout-content .payment-method .payment-card-options .payment-card {
  border: 1px solid #989696;
}

.checkout .checkout-content .payment-method .payment-card-options .payment-card .payment-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 10px;
}

.checkout .checkout-content .payment-method .payment-card-options .payment-card .payment-options .payment-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkout .checkout-content .payment-method .payment-card-options .payment-card .payment-options .payment-select .card-img {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

.checkout .checkout-content .payment-method .payment-card-options .payment-card .payment-options .payment-select .payment-option-name {
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 700;
  color: #3C4852;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .checkout .checkout-content .payment-method .payment-card-options .payment-card .payment-options .payment-select .payment-option-name {
    font-size: 14px;
  }
}
.checkout .checkout-content .payment-method .payment-card-options .payment-card .payment-options .payment-card-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.checkout .checkout-content .payment-method .payment-card-options .payment-card .payment-options .payment-card-img img {
  width: 100%;
}

.checkout .checkout-content .payment-method .payment-card-options .payment-card .payment-options .payment-check-input {
  border: 2px solid #494747;
}

.checkout .checkout-content .order-detail {
  margin-top: 20px;
}

.checkout .checkout-content .order-detail .order {
  font-family: "Circular Std", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #3C4852;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .checkout .checkout-content .order-detail .order {
    font-size: 20px;
  }
}
.checkout .checkout-content .order-detail .order-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  padding: 10px 20px;
  margin-top: 20px;
}

@media (min-width: 280px) and (max-width: 440px) {
  .checkout .checkout-content .order-detail .order-items {
    display: block;
  }
}
.checkout .checkout-content .order-detail .order-items .order-name {
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 700;
  color: #3C4852;
  margin-bottom: 30px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .checkout .checkout-content .order-detail .order-items .order-name {
    font-size: 14px;
  }
}
.checkout .checkout-content .order-detail .order-items .order-category {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #2D81F7;
  font-weight: 400;
  text-decoration: none;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .checkout .checkout-content .order-detail .order-items .order-category {
    font-size: 14px;
  }
}
.checkout .checkout-content .order-detail .order-items .price {
  font-family: "Nunito", arial;
  font-weight: 700;
  font-size: 16px;
  color: #3C4852;
  text-align: right;
}

@media (min-width: 280px) and (max-width: 440px) {
  .checkout .checkout-content .order-detail .order-items .price {
    text-align: left;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .checkout .checkout-content .order-detail .order-items .price {
    font-size: 14px;
  }
}
.checkout .checkout-content .order-detail .order-items .price s {
  font-weight: 400;
  font-size: 12px;
  color: #989696;
}

.checkout .checkout-content .order-amount {
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  padding: 10px 20px;
  margin-top: 20px;
}

.checkout .checkout-content .order-amount .order-summary {
  font-family: "Nunito", arial;
  font-weight: 700;
  font-size: 28px;
  color: #3C4852;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .checkout .checkout-content .order-amount .order-summary {
    font-size: 20px;
  }
}
.checkout .checkout-content .order-amount .price-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 20px;
}

.checkout .checkout-content .order-amount .price-detail .price-text {
  font-family: "Nunito", arial;
  font-weight: 400;
  font-size: 20px;
  color: #3C4852;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .checkout .checkout-content .order-amount .price-detail .price-text {
    font-size: 14px;
  }
}
.checkout .checkout-content .order-amount .price-detail .price-left-content .discount {
  margin-top: 10px;
}

.checkout .checkout-content .order-amount .price-detail .price-right-content .discount-amount {
  font-family: "Nunito", arial;
  font-weight: 400;
  font-size: 20px;
  margin-top: 10px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .checkout .checkout-content .order-amount .price-detail .price-right-content .discount-amount {
    font-size: 18px;
  }
}
.checkout .checkout-content .order-amount .partition {
  border: 1px solid #4F4F4D;
}

.checkout .checkout-content .order-amount .total-amount-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.checkout .checkout-content .order-amount .total-amount-detail .total {
  font-family: "Nunito", arial;
  font-weight: 700;
  font-size: 22px;
  color: #3C4852;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .checkout .checkout-content .order-amount .total-amount-detail .total {
    font-size: 18px;
  }
}
.checkout .checkout-content .order-amount .total-amount-detail .total-amount {
  font-family: "Nunito", arial;
  font-weight: 700;
  font-size: 22px;
  color: #3C4852;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .checkout .checkout-content .order-amount .total-amount-detail .total-amount {
    font-size: 18px;
  }
}
.checkout .checkout-content .order-amount .term {
  font-family: "Nunito", arial;
  font-weight: 400;
  font-size: 16px;
  color: #3C4852;
  margin-top: 20px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .checkout .checkout-content .order-amount .term {
    font-size: 14px;
  }
}
.checkout .checkout-content .order-amount .term a {
  text-decoration: none;
}

.checkout .checkout-content .order-amount .checkout-btn {
  margin-top: 30px;
  margin-bottom: 20px;
}

.checkout .checkout-content .order-amount .checkout-btn .catking-btn {
  width: 100%;
  display: block;
  text-align: center;
}

/*-----Profile page----*/
.profile .profile-page-accordion {
  margin-top: 40px;
  margin-bottom: 40px;
}

.profile .profile-page-accordion .accordion-item {
  border: none;
  margin-top: 2rem;
}

.profile .profile-page-accordion .accordion-item button {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #fbfbfb;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #3C4852;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .profile .profile-page-accordion .accordion-item button {
    font-size: 18px;
  }
}
.profile .profile-page-accordion .accordion-item button span {
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
}

.profile .profile-page-accordion .accordion-item .accordion-collapse {
  background-color: #F6F6F6;
}

.profile .profile-page-accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 2rem 1.25rem;
}

.profile .profile-page-accordion .accordion-item .accordion-collapse .accordion-body .profile-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.profile .profile-page-accordion .accordion-item .accordion-collapse .accordion-body .profile-image .avatar-image {
  background-image: url("/assets/frontend/images/icons/avatar.png");
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #757575;
}

.profile .profile-page-accordion .accordion-item .accordion-collapse .accordion-body .profile-image .avatar-edit {
  position: absolute;
  top: 100%;
  left: 46%;
  z-index: 1;
}

.profile .profile-page-accordion .accordion-item .accordion-collapse .accordion-body .profile-image .avatar-edit input {
  display: none;
}

.profile .profile-page-accordion .accordion-item .accordion-collapse .accordion-body .profile-image .avatar-edit label {
  display: inline-block;
  cursor: pointer;
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #2D81F7;
  font-weight: 700;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .profile .profile-page-accordion .accordion-item .accordion-collapse .accordion-body .profile-image .avatar-edit label {
    font-size: 14px;
  }
}
.profile .profile-page-accordion .accordion-item .accordion-collapse .accordion-body .user-name {
  font-family: "Nunito", arial;
  font-weight: 400;
  font-size: 22px;
  margin-top: 20px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .profile .profile-page-accordion .accordion-item .accordion-collapse .accordion-body .user-name {
    font-size: 18px;
  }
}
.profile .profile-page-accordion .accordion-item .accordion-collapse .accordion-body .form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.profile .profile-page-accordion .accordion-item .accordion-collapse .accordion-body .form-fields label {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
  font-weight: 400;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .profile .profile-page-accordion .accordion-item .accordion-collapse .accordion-body .form-fields label {
    font-size: 14px;
  }
}
.profile .profile-page-accordion .accordion-item .accordion-collapse .accordion-body .form-fields .form-input-field {
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 15px;
  border: 1px solid #fff;
  margin-top: 10px;
  width: 100%;
  background: #fff;
}

.profile .profile-page-accordion .accordion-item .accordion-collapse .accordion-body .form-fields .form-input-field:focus-visible {
  outline: none;
}

.profile .profile-page-accordion .accordion-item .accordion-collapse .accordion-body .form-btn {
  margin-top: 40px;
}

.profile .profile-page-accordion .accordion-item .accordion-collapse .accordion-body .form-btn .catking-btn {
  width: 412px;
  max-width: 100%;
}

.profile .profile-page-accordion .accordion-item .accordion-collapse .accordion-body .form-select {
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 20px 10px 20px 10px;
  border: 1px solid #fff;
  margin-top: 10px;
}

/*-----My Course page----*/
.my-course .banner-image {
  margin-top: 40px;
}

.my-course .banner-image img {
  width: 100%;
}

.my-course .my-course-table-mobile {
  margin-top: 40px;
}

.my-course .my-course-table-mobile .order-content {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.my-course .my-course-table-mobile .order-content .order-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.my-course .my-course-table-mobile .order-content .order-header .order-header-text {
  font-family: "Nunito", arial;
  font-weight: 700;
  font-size: 16px;
  color: #3C4852;
}

.my-course .my-course-table-mobile .order-content .order-mobile-data {
  font-family: "Nunito", arial;
  font-weight: 700;
  font-size: 16px;
  color: #3C4852;
  margin-top: 10px;
}

.my-course .my-course-table-mobile .order-content .order-mobile-data a {
  color: #2D81F7;
  text-decoration: none;
}

.recommend-courses {
  position: relative;
}

/*-----Referral page----*/
.referral .banner-image {
  margin-top: 40px;
}

.referral .banner-image img {
  width: 100%;
}

.referral .refer-code-section {
  margin-top: 40px;
}

.referral .refer-code-section .refer-text {
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  color: #3C4852;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .referral .refer-code-section .refer-text {
    font-size: 18px;
  }
}
.referral .refer-code-section .refer-input {
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.referral .refer-code-section .refer-input.refer-first-input {
  width: 470px;
}

.referral .refer-code-section .refer-input.refer-second-input {
  width: 200px;
  margin-top: 0px;
}

.referral .refer-code-section .refer-input .form-input-field {
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 15px;
  border: 1px solid #fff;
  margin-top: 10px;
  width: 100%;
}

.referral .refer-code-section .refer-input .copy-link-btn {
  position: absolute;
  right: 0px;
  padding: 15px;
  top: 10px;
  width: 137px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 1px solid #28C590;
  background-color: #28C590;
  color: #fff;
}

.referral .refer-code-section .or-text {
  font-family: "Nunito", arial;
  font-weight: 400;
  font-size: 22px;
  color: #3C4852;
  text-align: center;
  margin-top: 40px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .referral .refer-code-section .or-text {
    font-size: 18px;
  }
}
.referral .refer-code-section .refer-code {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

.referral .refer-code-section .refer-code a {
  margin-left: 10px;
}

.referral .refer-code-section .refer-code a .fa {
  font-size: 25px;
  color: #28C590;
}

.referral .refer-code-section .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.referral .refer-code-section .social-icons .fa {
  font-size: 30px;
  margin-right: 25px;
}

.referral .refer-code-section:after {
  content: "";
  border-bottom: 1px solid #767474;
  width: 100%;
  display: block;
  top: 10px;
  position: relative;
}

.referral .my-course-content h1:after {
  border-bottom: none;
}

.referral .my-course-content .success-status {
  color: #28C590;
}

.referral .my-course-content .danger-status {
  color: #cd111f;
}

.referral .referral-table-mobile {
  margin-top: 20px;
}

.referral .referral-table-mobile .referral-content {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.referral .referral-table-mobile .referral-content .referral-mobile-data {
  font-family: "Nunito", arial;
  font-weight: 700;
  font-size: 16px;
  color: #3C4852;
  margin-bottom: 10px;
}

.referral .referral-table-mobile .referral-content .referral-mobile-data span {
  font-weight: 400;
}

/*----Wallet Page----*/
.wallet .balance-content {
  border: 2px solid #3C4852;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem;
  margin-top: 40px;
}

.wallet .balance-content .balance-text {
  font-family: "Nunito", arial;
  font-weight: 700;
  font-size: 30px;
  color: #3C4852;
  text-align: center;
}

@media (max-width: 339px) {
  .wallet .balance-content .balance-text {
    font-size: 22px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .wallet .balance-content .balance-text {
    font-size: 24px;
  }
}
.wallet .balance-content .balance-number {
  font-family: "Circular Std", sans-serif;
  font-weight: 700;
  font-size: 35px;
  color: #3C4852;
  text-align: center;
}

@media (max-width: 339px) {
  .wallet .balance-content .balance-number {
    font-size: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .wallet .balance-content .balance-number {
    font-size: 28px;
  }
}
.wallet .withdraw-btn {
  margin-top: 40px;
}

.wallet .withdraw-btn .catking-btn {
  width: 412px;
  display: inline-block;
  text-align: center;
}

@media (max-width: 991px) {
  .wallet .withdraw-btn .catking-btn {
    width: 100%;
  }
}
.wallet .wallet-table-mobile {
  margin-top: 20px;
}

.wallet .wallet-table-mobile .wallet-content {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.wallet .wallet-table-mobile .wallet-content .wallet-mobile-data {
  font-family: "Nunito", arial;
  font-weight: 700;
  font-size: 16px;
  color: #3C4852;
  margin-bottom: 10px;
}

.wallet .wallet-table-mobile .wallet-content .wallet-mobile-data span {
  font-weight: 400;
}

/*----Free Material Page----*/
.free-material .heading-text {
  font-family: "Circular Std", sans-serif;
  font-weight: 450;
  font-size: 40px;
  color: #3C4852;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .free-material .heading-text {
    margin-top: 0px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .free-material .heading-text {
    font-size: 28px;
  }
}
.free-material .free-material-nav {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 20px;
  border: 0;
}

.free-material .free-material-nav li {
  border: 1px solid #28C590;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-right: 15px;
}

.free-material .free-material-nav li button {
  color: #3C4852;
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 700;
  width: 200px;
}

@media (max-width: 991px) {
  .free-material .free-material-nav li button {
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .free-material .free-material-nav li button {
    font-size: 14px;
  }
}
.free-material .free-material-nav li button.active {
  background-color: #28C590;
  color: #fff;
  border-radius: 8px;
  border: 1px solid #28C590;
}

.free-material .free-material-nav li button:hover {
  border: 1px solid #28C590;
}

.free-material .free-material-tab-content {
  margin-top: 20px;
}

.free-material .free-material-tab-content .free-pdf-content {
  border: 1px solid #3C4852;
  border-radius: 8px;
  padding: 10px;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

.free-material .free-material-tab-content .free-pdf-content .fa-solid {
  font-size: 20px;
}

.free-material .free-material-tab-content .free-pdf-content .pdf-text {
  font-family: "Nunito", arial;
  font-weight: 400;
  font-size: 22px;
  color: #3C4852;
  text-align: center;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .free-material .free-material-tab-content .free-pdf-content .pdf-text {
    font-size: 18px;
  }
}
.free-material .free-material-tab-content .free-pdf-content a {
  float: right;
  color: #3C4852;
}

.free-material .free-material-tab-content .pdf-name {
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 400;
  color: #3C4852;
  margin-bottom: 20px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .free-material .free-material-tab-content .pdf-name {
    font-size: 14px;
  }
}
.free-material .free-material-tab-content .free-lecture-content {
  position: relative;
  margin-bottom: 20px;
}

.free-material .free-material-tab-content .free-lecture-content img {
  width: 100%;
}

.free-material .free-material-tab-content .free-lecture-content .video-play-btn {
  position: absolute;
  top: 38%;
  left: 46%;
}

.free-material .free-material-tab-content .free-lecture-content .fa {
  background-color: #28C590;
  color: #fff;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-align: center;
  line-height: 37px;
  vertical-align: middle;
}

.free-material .free-material-tab-content .free-lecture-content .video-name {
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 400;
  color: #3C4852;
  margin-bottom: 20px;
}

/*----All Course Page----*/
.all-course h1 {
  font-family: "Circular Std", sans-serif;
  font-weight: 450;
  font-size: 40px;
  color: #3C4852;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .all-course h1 {
    font-size: 28px;
  }
}
.all-course .course-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .all-course .course-filter {
    display: block;
  }
}
.all-course .course-filter .form-select {
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 15px;
  border: 1px solid #fff;
  margin-top: 10px;
  width: 20%;
  margin-right: 20px;
}

@media (max-width: 991px) {
  .all-course .course-filter .form-select {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .all-course .course-filter .form-select {
    width: 30%;
  }
}
.all-course .all-course-content {
  margin-top: 30px;
}

/*----Thakyou Page----*/
.thankyou h1 {
  font-family: "Circular Std", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #3C4852;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .thankyou h1 {
    font-size: 24px;
  }
}
.thankyou p {
  font-family: "Nunito", arial;
  font-size: 22px;
  color: #3C4852;
  font-weight: 400;
  text-align: center;
  margin-top: 40px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .thankyou p {
    font-size: 18px;
    margin-top: 20px;
  }
}
.thankyou .video {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}

.thankyou .video img {
  width: 100%;
}

.thankyou .video .video-play-btn {
  position: absolute;
  top: 46%;
  left: 46%;
}

.thankyou .video .video-play-btn .fa {
  background-color: #2D81F7;
  color: #fff;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-align: center;
  line-height: 37px;
  vertical-align: middle;
}

.thankyou .catking-btn {
  display: inline-block;
}

@media (min-width: 768px) {
  .thankyou .catking-btn {
    width: 400px;
  }
}
.login-progressbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  counter-reset: step;
  margin-bottom: 40px;
  padding-left: 0;
}

.login-progressbar li {
  position: relative;
  list-style: none;
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
  font-weight: 700;
  text-align: center;
  width: 100%;
}

.login-progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 50px;
  line-height: 50px;
  display: block;
  font-size: 16px;
  color: #333;
  background: white;
  border-radius: 50px;
  margin: 0 auto 5px auto;
}

.login-progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #3C4852;
  position: absolute;
  left: -50%;
  top: 25px;
  z-index: -1; /*put it behind the numbers*/
}

.login-progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

/*----Menu----*/
.desktop-menu-dropdown {
  display: none;
  position: relative;
}

.desktop-menu-dropdown .dropdown-inner-wrapper {
  z-index: 3;
  position: absolute;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  cursor: pointer;
}

.desktop-menu-dropdown .dropdown-inner-wrapper .dropdown-category-menu {
  list-style: none;
  padding: 0;
  background: #fff;
  width: 300px;
  overflow-y: auto;
  max-height: 80vh;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
  height: 700px;
}

.desktop-menu-dropdown .dropdown-inner-wrapper .dropdown-category-menu .menu-course-group {
  border-bottom: 1px solid #3C4852;
}

.desktop-menu-dropdown .dropdown-inner-wrapper .dropdown-category-menu .menu-course-group:last-child {
  border-bottom: none;
}

.desktop-menu-dropdown .dropdown-inner-wrapper .dropdown-category-menu .menu-course-group .menu-course-name {
  padding: 15px 0 15px 14px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  border-left: 6px solid #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 15px;
}

.desktop-menu-dropdown .dropdown-inner-wrapper .dropdown-category-menu .menu-course-group .menu-course-name:hover {
  border-left: 6px solid #28C590;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #F6F6F6;
}

.desktop-menu-dropdown .dropdown-inner-wrapper .dropdown-category-menu .menu-course-group .menu-course-name a {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
  font-weight: 400;
  text-decoration: none;
}

.desktop-menu-dropdown .dropdown-inner-wrapper .dropdown-category-menu .menu-course-group .menu-course-name .dropdown-arrow {
  margin-left: 10px;
  position: relative;
}

.desktop-menu-dropdown .dropdown-inner-wrapper .dropdown-category-menu .menu-course-group .menu-course-name .dropdown-arrow img {
  width: 100%;
}

.desktop-menu-dropdown .dropdown-inner-wrapper .dropdown-course-menu {
  position: absolute;
  left: 100%;
  top: 5px;
  z-index: 100;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.desktop-menu-dropdown .dropdown-inner-wrapper .dropdown-course-menu .dropdown-course-group {
  display: none;
  background: #fff;
  width: 300px;
  overflow-y: auto;
  max-height: 80vh;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
  height: 700px;
  padding: 15px;
}

.desktop-menu-dropdown .dropdown-inner-wrapper .dropdown-course-menu .dropdown-course-group a {
  text-decoration: none;
}

.desktop-menu-dropdown .dropdown-inner-wrapper .dropdown-course-menu .dropdown-course-group a .dropdown-course-content {
  border: 1px solid #3C4852;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 10px;
  cursor: pointer;
  pointer-events: auto;
}

.desktop-menu-dropdown .dropdown-inner-wrapper .dropdown-course-menu .dropdown-course-group a .dropdown-course-content:hover {
  border: 1px solid #28C590;
}

.desktop-menu-dropdown .dropdown-inner-wrapper .dropdown-course-menu .dropdown-course-group a .dropdown-course-content .title {
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 700;
  color: #3C4852;
}

.desktop-menu-dropdown .dropdown-inner-wrapper .dropdown-course-menu .dropdown-course-group a .dropdown-course-content .description {
  font-family: "Nunito", arial;
  font-weight: 400;
  font-size: 16px;
  color: #3C4852;
}

.desktop-menu-dropdown .dropdown-inner-wrapper .dropdown-course-menu .dropdown-course-group a .dropdown-course-content .course-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.desktop-menu-dropdown .dropdown-inner-wrapper .dropdown-course-menu .dropdown-course-group a .dropdown-course-content .course-group .course-duration {
  font-family: "Nunito", arial;
  font-weight: 400;
  font-size: 16px;
  color: #3C4852;
}

.desktop-menu-dropdown .dropdown-inner-wrapper .dropdown-course-menu .dropdown-course-group a .dropdown-course-content .course-group .category-name {
  font-family: "Nunito", arial;
  color: #2D81F7;
  font-weight: 700;
  font-size: 16px;
  background-color: #D3E2F7;
  border-radius: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px;
}

.mobile-menu-dropdown {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

.mobile-menu-dropdown .mobile-menu-wrapper {
  position: absolute;
}

.mobile-menu-dropdown .mobile-menu-wrapper .mobile-close-btn {
  position: fixed;
  z-index: 2000;
  right: 17px;
  top: 16px;
}

.mobile-menu-dropdown .mobile-menu-wrapper .mobile-close-btn .fa {
  font-size: 25px;
}

.mobile-menu-dropdown .mobile-menu-wrapper .mobile-list-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 10;
  padding: 4rem 0;
  overflow: auto;
}

.mobile-menu-dropdown .mobile-menu-wrapper .mobile-list-menu .mobile-auth-container {
  padding: 0;
  margin: 0;
}

.mobile-menu-dropdown .mobile-menu-wrapper .mobile-list-menu .mobile-auth-container li {
  list-style: none;
  padding: 0px 10px;
  position: relative;
  z-index: 10;
}

.mobile-menu-dropdown .mobile-menu-wrapper .mobile-list-menu .mobile-auth-container li:last-child {
  border-bottom: 1px solid #000;
}

.mobile-menu-dropdown .mobile-menu-wrapper .mobile-list-menu .mobile-auth-container li .mobile-user-detail img {
  width: 30px;
  margin-right: 10px;
}

.mobile-menu-dropdown .mobile-menu-wrapper .mobile-list-menu .mobile-auth-container li a {
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 400;
  color: #28C590;
  text-decoration: none;
  line-height: 40px;
  position: relative;
  z-index: 20;
}

.mobile-menu-dropdown .mobile-menu-wrapper .mobile-list-menu .mobile-auth-container li a .cart-total-items {
  background: #28C590;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: absolute;
  z-index: 1;
  top: -8px;
  left: 35px;
  font-family: "Nunito", arial;
  font-size: 11px;
  font-weight: bold;
}

.mobile-menu-dropdown .mobile-menu-wrapper .mobile-list-menu .mobile-menu-container {
  display: initial;
}

.mobile-menu-dropdown .mobile-menu-wrapper .mobile-list-menu .mobile-menu-container .mobile-menu-course-container {
  padding: 0px 10px;
}

.mobile-menu-dropdown .mobile-menu-wrapper .mobile-list-menu .mobile-menu-container .mobile-menu-course-container .mobile-course-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #000;
  padding: 20px 0px;
}

.mobile-menu-dropdown .mobile-menu-wrapper .mobile-list-menu .mobile-menu-container .mobile-menu-course-container .mobile-course-category .course-main-category-name {
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 400;
  color: #3C4852;
}

.mobile-menu-dropdown .mobile-menu-wrapper .mobile-list-menu .mobile-menu-container .mobile-menu-course-container .mobile-course-category .arrow-image img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.mobile-menu-dropdown .mobile-menu-wrapper .mobile-list-menu .mobile-menu-container .mobile-menu-course-container .mobile-course-category .arrow-image img.flip {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.mobile-menu-dropdown .mobile-menu-wrapper .mobile-list-menu .mobile-menu-container .mobile-menu-course-container .dropdown-course-menu {
  margin-top: 20px;
}

.mobile-menu-dropdown .mobile-menu-wrapper .mobile-list-menu .mobile-menu-container .mobile-menu-course-container .dropdown-course-menu .dropdown-course-group {
  display: none;
  margin-bottom: 50px;
}

.mobile-menu-dropdown .mobile-menu-wrapper .mobile-list-menu .mobile-menu-container .mobile-menu-course-container .dropdown-course-menu .dropdown-course-group a {
  text-decoration: none;
}

.mobile-menu-dropdown .mobile-menu-wrapper .mobile-list-menu .mobile-menu-container .mobile-menu-course-container .dropdown-course-menu .dropdown-course-group a .dropdown-course-content {
  border: 1px solid #3C4852;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 10px;
}

.mobile-menu-dropdown .mobile-menu-wrapper .mobile-list-menu .mobile-menu-container .mobile-menu-course-container .dropdown-course-menu .dropdown-course-group a .dropdown-course-content:hover {
  border: 1px solid #28C590;
}

.mobile-menu-dropdown .mobile-menu-wrapper .mobile-list-menu .mobile-menu-container .mobile-menu-course-container .dropdown-course-menu .dropdown-course-group a .dropdown-course-content .title {
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 700;
  color: #3C4852;
}

.mobile-menu-dropdown .mobile-menu-wrapper .mobile-list-menu .mobile-menu-container .mobile-menu-course-container .dropdown-course-menu .dropdown-course-group a .dropdown-course-content .description {
  font-family: "Nunito", arial;
  font-weight: 400;
  font-size: 16px;
  color: #3C4852;
}

.mobile-menu-dropdown .mobile-menu-wrapper .mobile-list-menu .mobile-menu-container .mobile-menu-course-container .dropdown-course-menu .dropdown-course-group a .dropdown-course-content .course-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.mobile-menu-dropdown .mobile-menu-wrapper .mobile-list-menu .mobile-menu-container .mobile-menu-course-container .dropdown-course-menu .dropdown-course-group a .dropdown-course-content .course-group .course-duration {
  font-family: "Nunito", arial;
  font-weight: 400;
  font-size: 16px;
  color: #3C4852;
}

.mobile-menu-dropdown .mobile-menu-wrapper .mobile-list-menu .mobile-menu-container .mobile-menu-course-container .dropdown-course-menu .dropdown-course-group a .dropdown-course-content .course-group .category-name {
  font-family: "Nunito", arial;
  color: #2D81F7;
  font-weight: 700;
  font-size: 16px;
  background-color: #D3E2F7;
  border-radius: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px;
}

.register-auth-form {
  max-width: 600px !important;
}

/*----Popover----*/
.popover-body {
  background-color: #000;
  color: #fff;
  font-family: "Nunito", arial;
  font-size: 16px;
}

.popover-arrow::after {
  border-right-color: #000 !important;
}

.right-nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.right-nav-menu .header-cart-btn {
  color: #000;
  margin-right: 30px;
  position: relative;
}

.right-nav-menu .header-cart-btn:hover {
  color: #28C590;
}

.right-nav-menu .header-cart-btn .fa {
  position: relative;
  z-index: 100;
}

.right-nav-menu .header-cart-btn .cart-total-items {
  background: #000;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: absolute;
  z-index: 1;
  top: -8px;
  right: -16px;
  font-family: "Nunito", arial;
  font-size: 11px;
  font-weight: bold;
}

.right-nav-menu .account-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.right-nav-menu .account-dropdown .user-account-dropdown {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  line-height: 50px;
}

.right-nav-menu .account-dropdown img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.right-nav-menu .account-dropdown-wrapper {
  display: none;
  right: 0px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 70px;
  z-index: 10000;
  -webkit-animation: rotateMenu 400ms ease-in-out forwards;
          animation: rotateMenu 400ms ease-in-out forwards;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.right-nav-menu .account-dropdown-wrapper .account-dropdown-content {
  position: relative;
}

.right-nav-menu .account-dropdown-wrapper .account-dropdown-content .account-dropdown-arrow {
  background: 0 0;
  display: block;
  height: 22px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 22px;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  right: 16px;
}

.right-nav-menu .account-dropdown-wrapper .account-dropdown-content .account-dropdown-arrow .account-dropdowwn-arrow-content {
  --antd-arrow-background-color: #fff;
  border-radius: 0 0 2px;
  bottom: 0;
  content: "";
  display: block;
  height: 11.3137085px;
  left: 0;
  margin: auto;
  pointer-events: auto;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 11.3137085px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);
  -webkit-transform: translateY(11px) rotate(-135deg);
          transform: translateY(11px) rotate(-135deg);
}

.right-nav-menu .account-dropdown-wrapper .account-dropdown-content .account-dropdown-arrow .account-dropdowwn-arrow-content:before {
  background: var(--antd-arrow-background-color);
  background-position: -10px -10px;
  background-repeat: no-repeat;
  -webkit-clip-path: inset(33% 33%);
  clip-path: inset(33% 33%);
  -webkit-clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");
          clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");
  content: "";
  height: 33.9411255px;
  left: -11.3137085px;
  position: absolute;
  top: -11.3137085px;
  width: 33.9411255px;
}

.right-nav-menu .account-dropdown-wrapper .account-dropdown-content .account-dropdown-inner {
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  padding: 15px;
  width: 200px;
}

.right-nav-menu .account-dropdown-wrapper .account-dropdown-content .account-dropdown-inner .account-dropdown-inner-content {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}

.right-nav-menu .account-dropdown-wrapper .account-dropdown-content .account-dropdown-inner .account-dropdown-inner-content li {
  margin-bottom: 20px;
}

.right-nav-menu .account-dropdown-wrapper .account-dropdown-content .account-dropdown-inner .account-dropdown-inner-content li:last-child {
  margin-bottom: 0;
}

.right-nav-menu .account-dropdown-wrapper .account-dropdown-content .account-dropdown-inner .account-dropdown-inner-content li a {
  font-family: "Nunito", arial;
  text-decoration: none;
  font-size: 16px;
  color: #000;
}

.right-nav-menu .account-dropdown-wrapper .account-dropdown-content .account-dropdown-inner .account-dropdown-inner-content li a svg {
  margin-right: 10px;
}

.right-nav-menu .account-dropdown-wrapper .account-dropdown-content .account-dropdown-inner .account-dropdown-inner-content li a:hover {
  color: #28C590;
}

.right-nav-menu .account-dropdown-wrapper .account-dropdown-content .account-dropdown-inner .account-dropdown-inner-content li a:hover svg {
  fill: #28C590;
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.91) !important;
}

@media (prefers-reduced-motion: no-preference) {
  .marquee--reverse::before {
    animation-direction: reverse;
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translate3d(-2%, 0, 0);
            transform: translate3d(-2%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(calc(-7% - 1px), 0, 0);
            transform: translate3d(calc(-7% - 1px), 0, 0);
  }
}
@-webkit-keyframes rotateMenu {
  0% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  70% {
    -webkit-transform: rotateX(20deg);
            transform: rotateX(20deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}
@keyframes rotateMenu {
  0% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  70% {
    -webkit-transform: rotateX(20deg);
            transform: rotateX(20deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}
/*--- Website v2 css Start ----*/
/*---- Header Css ----*/
.master-header {
  background-color: #F6F6F6;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.master-header .navbar .logo-img {
  width: 145px;
}

.master-header .navbar .desktop-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.master-header .navbar .desktop-menu .desktop-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  list-style: none;
}

.master-header .navbar .desktop-menu .desktop-menu-list li {
  margin-right: 40px;
}

@media (min-width: 991px) and (max-width: 1024px) {
  .master-header .navbar .desktop-menu .desktop-menu-list li {
    margin-right: 20px;
  }
}
.master-header .navbar .desktop-menu .desktop-menu-list li a {
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 700;
  color: #3C4852;
  text-decoration: none;
  display: inline-block;
}

.master-header .navbar .desktop-menu .desktop-menu-list li a.active {
  color: #2D81F7;
}

.master-header .navbar .desktop-menu .desktop-menu-list .portal-btn {
  margin-right: 20px !important;
}

.master-header .navbar .desktop-menu .desktop-menu-list .portal-btn .blue-btn {
  color: #fff;
  margin-right: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.master-header .navbar .desktop-menu .desktop-menu-list .portal-btn .blue-btn:hover {
  color: #2D81F7;
}

.master-header .navbar .desktop-menu .blue-btn {
  margin-right: 20px;
}

.master-header .navbar .desktop-more-dropdown {
  position: relative;
}

.master-header .navbar .desktop-more-dropdown .desktop-more-wrapper {
  z-index: 3;
  position: absolute;
  top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  cursor: pointer;
  left: 20%;
}

.master-header .navbar .desktop-more-dropdown .desktop-more-wrapper ul {
  list-style: none;
  padding: 0;
  background: #fff;
  width: 300px;
  overflow-y: auto;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
  max-height: 85vh;
}

.master-header .navbar .desktop-more-dropdown .desktop-more-wrapper ul li {
  position: relative;
}

.master-header .navbar .desktop-more-dropdown .desktop-more-wrapper ul li:hover {
  border-left: 6px solid #28C590;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #F6F6F6;
}

.master-header .navbar .desktop-more-dropdown .desktop-more-wrapper ul li a {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
  text-decoration: none;
  display: block;
  padding: 15px 0 15px 14px;
}

.master-header .navbar .mobile-nav-menu-btn .menu-heading {
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  padding: 0 10px;
}

.master-header .navbar .mobile-nav-menu-btn .more-menu-wrapper {
  border-bottom: 1px solid #000;
}

.master-header .navbar .mobile-nav-menu-btn .more-menu-wrapper .main-mobile-more-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px;
}

.master-header .navbar .mobile-nav-menu-btn .more-menu-wrapper .main-mobile-more-menu .menu-heading {
  margin: 0;
  padding: 0;
}

.master-header .navbar .mobile-nav-menu-btn .more-menu-wrapper .main-mobile-more-menu .menu-heading a {
  color: #000;
}

.master-header .navbar .mobile-nav-menu-btn .more-menu-wrapper .main-mobile-more-menu .arrow-image .arrow-up {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.master-header .navbar .mobile-nav-menu-btn .more-menu-wrapper .main-mobile-more-menu .arrow-image .arrow-down {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.master-header .navbar .mobile-nav-menu-btn .more-menu-wrapper .more-menu-list {
  list-style: none;
  padding: 0;
}

.master-header .navbar .mobile-nav-menu-btn .more-menu-wrapper .more-menu-list li {
  padding: 0 10px;
  line-height: 40px;
}

.master-header .navbar .mobile-nav-menu-btn .more-menu-wrapper .more-menu-list li a {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
  text-decoration: none;
}

.master-header .navbar .mob-announce-bell {
  position: absolute;
  right: 30px;
}

.master-header .navbar .mob-announce-dropdown-wrapper .announce-dropdown-inner {
  width: 280px;
  top: 0;
}

.master-header .navbar .mob-announce-dropdown-wrapper .announce-dropdown-arrow {
  right: 27px;
  top: 0;
}

@media (min-width: 991px) and (max-width: 1024px) {
  .master-header .navbar .catking-btn {
    padding: 10px 25px;
  }
}
/*---- Header Css End ----*/
/*---- Image Slider Section ----*/
.image-slider-section {
  padding: 0;
}

.image-slider-section .image-slider-carousel {
  padding-top: 50px;
  /* .carousel-inner {
      height: 100%;
      .carousel-item {
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center;
          min-height: 450px;
          @media(max-width: 500px){
              min-height: 640px;
          }
          .carousel-caption{
              max-width: 30%;
              top: 15%;
              text-align: left;
              @media(max-width: 767px){
                  max-width: 100%;
                  top: 0;
              }
              h1{
                  font-family: $font-circular;
                  color: $white-color;
                  font-size: 40px;
                  font-weight: 500;
                  @media(min-width:1024px) and (max-width: 1366px){
                      font-size: 30px;
                  }
              }
              p{
                  font-family: $font-nunito;
                  color: $white-color;
                  font-size: $font-sub-heading;
                  font-weight: 700;
                  margin-top: 20px;
                  margin-bottom: 40px;
                  @media(min-width:1024px) and (max-width: 1366px){
                      font-size: $zoom-font-sub-heading;
                  }
              }
          }
      }
  } */
}

.image-slider-section .image-slider-carousel .carousel-indicators button {
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #b1afaf;
  border-radius: 50%;
  background-color: #b1afaf;
}

.image-slider-section .image-slider-carousel .carousel-indicators button.active {
  background-color: #2D81F7;
}

.image-slider-section .image-slider-carousel .slider-content h1 {
  font-family: "Circular Std", sans-serif;
  color: #3C4852;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  /* @media(max-width: 767px){
      font-size: 45px;
      line-height: 60px;
  } */
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .image-slider-section .image-slider-carousel .slider-content h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.image-slider-section .image-slider-carousel .slider-content p {
  font-family: "Nunito", arial;
  font-size: 22px;
  color: #3C4852;
  font-weight: 700;
  line-height: 30px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .image-slider-section .image-slider-carousel .slider-content p {
    font-size: 18px;
  }
}
.image-slider-section .image-slider-carousel .slider-content ul li {
  font-family: "Nunito", arial;
  font-size: 22px;
  color: #3C4852;
  font-weight: 700;
  line-height: 30px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .image-slider-section .image-slider-carousel .slider-content ul li {
    font-size: 18px;
  }
}
.image-slider-section .image-slider-carousel .slider-content .hero-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .image-slider-section .image-slider-carousel .slider-content .hero-btn {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .image-slider-section .image-slider-carousel .slider-content .hero-btn {
    margin-top: 60px;
  }
}
.image-slider-section .image-slider-carousel .slider-content .hero-btn .watch-video-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 22px;
}

.image-slider-section .image-slider-carousel .slider-content .hero-btn .watch-video-btn a {
  border: 2px dashed #000;
  border-radius: 50px;
  padding: 2px;
}

.image-slider-section .image-slider-carousel .slider-content .hero-btn .watch-video-btn a .fa {
  background-color: #28C590;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  vertical-align: middle;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .image-slider-section .image-slider-carousel .slider-content .hero-btn .watch-video-btn a .fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.image-slider-section .image-slider-carousel .slider-content .hero-btn .watch-video-btn p {
  margin-bottom: 0;
  margin-left: 10px;
}

@media (max-width: 979px) {
  .image-slider-section .image-slider-carousel .slider-content .hero-btn .watch-video-btn p {
    display: none;
  }
}
.image-slider-section .image-slider-carousel img {
  max-width: 100%;
  margin-bottom: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .image-slider-section .image-slider-carousel img {
    width: 500px;
  }
}
.image-slider-section .image-slider-carousel .carousel-control-next-icon {
  background-image: url("/assets/frontend/images/slider/arrow.png");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-size: 18px;
}

.image-slider-section .image-slider-carousel .carousel-control-prev-icon {
  background-image: url("/assets/frontend/images/slider/arrow.png");
  background-size: 18px;
}

/*---- Image Slider Section End ----*/
/*---- Course Provide Section ----*/
.course-provide {
  position: relative;
  background-color: #E7F4F0;
}

.course-provide .coursesProvideSwiper {
  margin-top: 40px;
}

.course-provide .coursesProvideSwiper .swiper-button-next:after, .course-provide .coursesProvideSwiper .swiper-button-prev:after {
  font-size: 20px;
  color: #000;
}

/*---- Course Provide Section End----*/
/*---- Career Section ----*/
.career {
  position: relative;
}

.career .careerSwiper .swiper-wrapper {
  margin-bottom: 90px;
}

.career .careerSwiper .swiper-wrapper .career-card {
  background-color: #D3E2F7;
  text-align: center;
  position: relative;
  margin-top: 80px;
  padding-bottom: 20px;
}

.career .careerSwiper .swiper-wrapper .career-card .user-img {
  border-radius: 50%;
  width: 100px;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.career .careerSwiper .swiper-wrapper .career-card .name {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Nunito", arial;
  font-weight: 700;
  font-size: 24px;
  margin-top: 70px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .career .careerSwiper .swiper-wrapper .career-card .name {
    font-size: 18px;
  }
}
.career .careerSwiper .swiper-wrapper .career-card .college {
  font-family: "Nunito", arial;
  font-weight: 400;
  font-size: 24px;
  line-height: 38px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .career .careerSwiper .swiper-wrapper .career-card .college {
    font-size: 14px;
  }
}
.career .careerSwiper .swiper-wrapper .career-card .college-logo {
  width: 50px;
}

.career .careerSwiper .swiper-wrapper .career-card .percentage {
  font-family: "Nunito", arial;
  font-size: 24px;
  font-weight: 400;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .career .careerSwiper .swiper-wrapper .career-card .percentage {
    font-size: 14px;
  }
}
.career .careerSwiper .swiper-button-next {
  left: 51%;
  top: 90%;
}

.career .careerSwiper .swiper-button-next:after {
  color: #3C4852;
}

@media (max-width: 767px) {
  .career .careerSwiper .swiper-button-next {
    left: 58%;
    top: 94%;
  }
}
.career .careerSwiper .swiper-button-prev {
  left: 47%;
  top: 90%;
}

.career .careerSwiper .swiper-button-prev:after {
  color: #3C4852;
}

@media (max-width: 767px) {
  .career .careerSwiper .swiper-button-prev {
    left: 47%;
    top: 94%;
  }
}
/*---- Career Section End----*/
/*----College Partner Section Start----*/
.college-partner {
  background-color: #EAF3FF;
  padding: 40px 0;
}

.college-partner .section-heading {
  margin-bottom: 20px;
}

/*----College Partner Section End----*/
/*----Bg-Cta Section Start----*/
.bg-cta {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-cta .section-heading {
  text-align: center;
  margin-bottom: 40px;
}

/*----Bg-Cta Section End----*/
/*----Coupon Code Section Start----*/
.coupon-code {
  padding: 40px 0;
}

.coupon-code .coupon-card {
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 10px 4px rgba(165, 165, 165, 0.4196078431);
          box-shadow: 1px 1px 10px 4px rgba(165, 165, 165, 0.4196078431);
  padding: 20px;
  margin-top: 40px;
  border-radius: 8px;
}

.coupon-code .coupon-card .coupon-card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .coupon-code .coupon-card .coupon-card-wrapper {
    display: block;
  }
}
@media (max-width: 767px) {
  .coupon-code .coupon-card .coupon-card-wrapper .coupon-img {
    text-align: center;
  }
}
.coupon-code .coupon-card .coupon-card-wrapper .coupon-img img {
  width: 200px;
  max-width: 100%;
}

.coupon-code .coupon-card .coupon-card-wrapper .coupon-text {
  width: 100%;
}

.coupon-code .coupon-card .coupon-card-wrapper .coupon-text .main-text {
  font-family: "Nunito", arial;
  font-size: 22px;
  line-height: 38px;
  color: #3C4852;
  font-weight: 700;
}

.coupon-code .coupon-card .coupon-card-wrapper .coupon-text .discount-text {
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.coupon-code .coupon-card .coupon-card-wrapper .coupon-text .code {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #28C590;
  font-weight: 700;
  margin-top: 10px;
}

.coupon-code .coupon-card .coupon-card-wrapper .coupon-text .price {
  font-family: "Nunito", arial;
  font-size: 20px;
  font-weight: 700;
  color: #3C4852;
  margin-top: 10px;
}

.coupon-code .coupon-card .coupon-card-wrapper .coupon-text .price span {
  font-size: 16px;
  color: #4F4F4D;
}

.coupon-code .coupon-card .coupon-card-wrapper .coupon-text .date-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*----Coupon Code Section End----*/
/*----Blog Section Start----*/
.blog {
  padding: 40px 0;
}

.blog .section-heading {
  margin-bottom: 20px;
}

.blog .blog-wrapper {
  -webkit-box-shadow: 1px 1px 10px 4px rgba(165, 165, 165, 0.4196078431);
          box-shadow: 1px 1px 10px 4px rgba(165, 165, 165, 0.4196078431);
  background-color: #fff;
}

@media (max-width: 767px) {
  .blog .blog-wrapper {
    margin-top: 20px;
  }
}
.blog .blog-wrapper img {
  width: 100%;
}

.blog .blog-wrapper .blog-title {
  font-family: "Nunito", arial;
  font-size: 22px;
  color: #3C4852;
  line-height: 38px;
  font-weight: 700;
  padding: 0px 15px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .blog .blog-wrapper .blog-title {
    font-size: 18px;
  }
}
.blog .blog-wrapper .blog-description {
  font-family: "Nunito", arial;
  font-size: 16px;
  padding: 0px 10px;
}

.blog .blog-wrapper .blog-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 10px 15px;
}

.blog .blog-wrapper .blog-footer .date {
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .blog .blog-wrapper .blog-footer .date {
    font-size: 14px;
  }
}
/*----Blog Section End----*/
/*----Schedule Class Section Start----*/
.schedule-class {
  background-color: #E9E9E9;
  padding: 40px 0 0 0;
}

@media (max-width: 767px) {
  .schedule-class .schedule-img-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
}
.schedule-class .schedule-img-col img {
  width: 250px;
  max-width: 100%;
  position: absolute;
  bottom: 0px;
}

@media (max-width: 767px) {
  .schedule-class .schedule-img-col img {
    position: relative;
  }
}
.schedule-class .form-wrapper {
  position: relative;
  padding: 0 0 40px 0;
}

.schedule-class .form-wrapper .form-fields {
  position: relative;
}

.schedule-class .form-wrapper .form-fields .form-input-field {
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 15px;
  border: 1px solid #fff;
  margin-top: 10px;
  width: 100%;
}

.schedule-class .form-wrapper .form-fields .send-otp {
  position: absolute;
  right: -34px;
  top: 58%;
  padding: 8px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 100%;
}

.schedule-class .form-wrapper .submit-btn {
  margin-top: 20px;
}

/*----Schedule Class Section End----*/
/*----Exam Page Start----*/
.exam-full-banner {
  position: relative;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
}

.exam-full-banner .text-wrapper {
  width: 50%;
  max-width: 100%;
  padding: 40px 0;
}

@media (max-width: 767px) {
  .exam-full-banner .text-wrapper {
    width: 100%;
  }
}
.exam-full-banner .text-wrapper h1 {
  font-family: "Circular Std", sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .exam-full-banner .text-wrapper h1 {
    font-size: 30px;
  }
}
.exam-full-banner .text-wrapper p {
  font-family: "Nunito", arial;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-top: 20px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .exam-full-banner .text-wrapper p {
    font-size: 18px;
  }
}
.our-best-course {
  padding: 0;
}

/*----Exam Page End----*/
/*----Analysis Page Start----*/
.exam-content-header {
  padding-bottom: 20px;
}

.exam-content-header .exam-topbar-menu {
  background-color: #fff;
  padding: 12px;
  position: relative;
  -webkit-box-shadow: 0 0 11px 2px rgba(162, 160, 160, 0.3490196078);
          box-shadow: 0 0 11px 2px rgba(162, 160, 160, 0.3490196078);
  border-radius: 8px;
}

.exam-content-header .exam-topbar-menu ul {
  list-style: none;
  margin-bottom: 0;
  display: block;
  padding-right: 45px;
  padding-left: 0;
}

.exam-content-header .exam-topbar-menu ul li {
  display: inline;
}

.exam-content-header .exam-topbar-menu ul li a {
  font-family: "Nunito", arial;
  font-weight: 700;
  font-size: 16px;
  color: #3C4852;
  text-decoration: none;
  display: inline-block;
  padding: 0px 10px 10px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .exam-content-header .exam-topbar-menu ul li a {
    font-size: 14px;
  }
}
.exam-content-header .exam-topbar-menu ul li.hide {
  display: none;
}

.exam-content-header .exam-topbar-menu ul li.exam-nav-active a {
  color: #2D81F7;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .exam-content-header p {
    font-size: 14px;
  }
}
.expand-icon {
  position: absolute;
  right: 13px;
  top: 7px;
}

.expand-icon img {
  width: 35px;
}

.analysis-content {
  padding: 0 0 60px 0;
}

.analysis-content .analysis-tab-wrapper .desktop-analysis-tab ul li {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .analysis-content .analysis-tab-wrapper .desktop-analysis-tab ul li {
    margin-bottom: 20px;
  }
}
.analysis-content .analysis-tab-wrapper .desktop-analysis-tab ul li button {
  background-color: #fff;
  padding: 16px 40px;
  margin-right: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 11px 2px rgba(162, 160, 160, 0.3490196078);
          box-shadow: 0 0 11px 2px rgba(162, 160, 160, 0.3490196078);
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .analysis-content .analysis-tab-wrapper .desktop-analysis-tab ul li button {
    font-size: 14px;
  }
}
.analysis-content .analysis-tab-wrapper .desktop-analysis-tab ul li button.active {
  background-color: #2D81F7;
}

.analysis-content .analysis-tab-wrapper .mobile-analysis-dropdown {
  width: 100%;
  background-color: #E8F4FA;
  padding: 10px;
  color: #414040;
  position: relative;
  cursor: pointer;
  text-align: left;
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.analysis-content .analysis-tab-wrapper .mobile-analysis-dropdown .default-option {
  padding-left: 15px;
  width: 100%;
}

.analysis-content .analysis-tab-wrapper .mobile-analysis-dropdown .default-option:before {
  font-family: "FontAwesome";
  content: "\f078";
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 20px;
}

.analysis-content .analysis-tab-wrapper .mobile-analysis-dropdown ul {
  width: 100%;
  border-radius: 5px;
  padding: 20px;
  display: none;
  list-style: none;
}

.analysis-content .analysis-tab-wrapper .mobile-analysis-dropdown ul.active {
  display: block;
}

.analysis-content .analysis-tab-wrapper .mobile-analysis-dropdown ul li button {
  width: 100%;
  text-align: left;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .analysis-content .analysis-tab-wrapper .analysis-content-wrapper p {
    font-size: 14px;
  }
}
.analysis-content .analysis-tab-wrapper .analysis-content-wrapper .heading {
  font-family: "Circular Std", sans-serif;
  font-weight: 450;
  font-size: 46px;
  color: #2D81F7;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .analysis-content .analysis-tab-wrapper .analysis-content-wrapper .heading {
    font-size: 30px;
  }
}
.analysis-content .analysis-tab-wrapper .analysis-content-wrapper .video-text-wrapper .video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 992px) {
  .analysis-content .analysis-tab-wrapper .analysis-content-wrapper .video-text-wrapper .video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.analysis-content .analysis-tab-wrapper .analysis-content-wrapper .video-text-wrapper .video img {
  width: 100%;
}

.analysis-content .analysis-tab-wrapper .analysis-content-wrapper .video-text-wrapper .video .content-main-wrapper {
  margin-left: 20px;
}

.analysis-content .analysis-tab-wrapper .analysis-content-wrapper .video-text-wrapper .video .content-main-wrapper .content-main-heading {
  font-family: "Circular Std", sans-serif;
  font-weight: 700;
  font-size: 46px;
  color: #3C4852;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .analysis-content .analysis-tab-wrapper .analysis-content-wrapper .video-text-wrapper .video .content-main-wrapper .content-main-heading {
    font-size: 30px;
  }
}
.analysis-content .analysis-tab-wrapper .analysis-content-wrapper .video-text-wrapper .video .content-main-wrapper .question {
  background-color: #E8F4FA;
  padding: 10px;
  border-radius: 8px;
  margin-top: 20px;
}

.analysis-content .analysis-tab-wrapper .analysis-content-wrapper .video-text-wrapper .video .content-main-wrapper .question .question-heading {
  font-size: 24px;
  font-weight: 700;
  font-family: "Nunito", arial;
  color: #3C4852;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .analysis-content .analysis-tab-wrapper .analysis-content-wrapper .video-text-wrapper .video .content-main-wrapper .question .question-heading {
    font-size: 18px;
  }
}
.analysis-content .analysis-tab-wrapper .analysis-content-wrapper .video-text-wrapper .video .content-main-wrapper ul {
  margin-top: 10px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .analysis-content .analysis-tab-wrapper .analysis-content-wrapper .video-text-wrapper .video .content-main-wrapper ul li {
    font-size: 14px;
  }
}
.analysis-content .analysis-tab-wrapper .analysis-content-wrapper .marking-criteria {
  background-color: #E8F4FA;
  padding: 10px;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.analysis-content .analysis-tab-wrapper .analysis-content-wrapper .marking-criteria .marking-content {
  font-family: "Nunito", arial;
  font-size: 24px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .analysis-content .analysis-tab-wrapper .analysis-content-wrapper .marking-criteria .marking-content {
    font-size: 18px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .analysis-content .analysis-tab-wrapper .analysis-content-wrapper li {
    font-size: 14px;
  }
}
.analysis-content .analysis-tab-wrapper .analysis-content-wrapper .table {
  border: #28C590;
}

.analysis-content .analysis-tab-wrapper .analysis-content-wrapper .table thead tr {
  background-color: #28C590;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .analysis-content .analysis-tab-wrapper .analysis-content-wrapper .table thead tr {
    font-size: 14px;
  }
}
.analysis-content .analysis-tab-wrapper .analysis-content-wrapper .table thead tr td {
  color: #fff;
}

.analysis-content .analysis-tab-wrapper .analysis-content-wrapper .table tbody tr {
  background-color: #E8F4FA;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .analysis-content .analysis-tab-wrapper .analysis-content-wrapper .table tbody tr {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .analysis-content .analysis-tab-wrapper iframe {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .analysis-content .analysis-tab-wrapper img {
    width: 100%;
  }
}
/*----Analysis Page End----*/
/*----Overview Page Start----*/
.overview-content {
  padding: 0 0 60px 0;
}

.overview-content .overview-heading {
  font-family: "Circular Std", sans-serif;
  font-size: 24px;
  color: #3C4852;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .overview-content .overview-heading {
    font-size: 18px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .overview-content table thead tr {
    font-size: 14px;
  }
}
.overview-content table thead tr td {
  font-family: "Nunito", arial;
  font-weight: 700;
  font-size: 16px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .overview-content table tr {
    font-size: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .overview-content p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .overview-content iframe {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .overview-content img {
    width: 100%;
  }
}
.page-content {
  padding: 0 0 60px 0;
}

/*----Overview Page End----*/
/*----Question Paper Page Start----*/
.question-paper-download {
  padding: 0 0 60px 0;
}

.question-paper-download .question-paper-tab-wrapper .question-paper-nav {
  border-bottom: 0;
  margin-top: 20px;
}

.question-paper-download .question-paper-tab-wrapper .question-paper-nav li button {
  background-color: #fff;
  padding: 16px 40px;
  margin-right: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 11px 2px rgba(162, 160, 160, 0.3490196078);
          box-shadow: 0 0 11px 2px rgba(162, 160, 160, 0.3490196078);
  border-color: transparent;
}

.question-paper-download .question-paper-tab-wrapper .question-paper-nav li button.active {
  background-color: #2D81F7;
  color: #fff;
}

@media (max-width: 509px) {
  .question-paper-download .question-paper-tab-wrapper .question-paper-nav li:last-child {
    margin-top: 10px;
  }
}
.question-paper-download .question-paper-tab-wrapper .paper-material-wrapper {
  background-color: #fff;
  padding: 20px;
  margin-top: 20px;
}

.question-paper-download .question-paper-tab-wrapper .paper-material-wrapper .material {
  background-color: #E7F4F0;
  padding: 15px 30px;
  border-radius: 8px;
  text-align: center;
  margin-top: 10px;
}

.question-paper-download .question-paper-tab-wrapper .paper-material-wrapper .material a {
  text-decoration: none;
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .question-paper-download .question-paper-tab-wrapper .paper-material-wrapper .material a {
    font-size: 14px;
  }
}
/*----Question Paper Page End----*/
/*----Free Workshop Page Start----*/
.free-workshop {
  padding: 0 0 60px 0;
}

.free-workshop .rules .heading {
  font-family: "Nunito", arial;
  font-size: 22px;
  font-weight: 700;
  color: #3C4852;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .free-workshop .rules .heading {
    font-size: 18px;
  }
}
.free-workshop .rules ol {
  margin-top: 20px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .free-workshop .rules ol li {
    font-size: 14px;
  }
}
.free-workshop .partition {
  border: 1px solid #D9D9D9;
}

.free-workshop .free-workshop-tab-wrapper .workshop-nav {
  border-bottom: 0;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .free-workshop .free-workshop-tab-wrapper .workshop-nav li {
    margin-bottom: 10px;
  }
}
.free-workshop .free-workshop-tab-wrapper .workshop-nav li button {
  background-color: #fff;
  padding: 16px 40px;
  margin-right: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 11px 2px rgba(162, 160, 160, 0.3490196078);
          box-shadow: 0 0 11px 2px rgba(162, 160, 160, 0.3490196078);
  border-color: transparent;
}

.free-workshop .free-workshop-tab-wrapper .workshop-nav li button.active {
  background-color: #2D81F7;
  color: #fff;
}

.free-workshop .free-workshop-tab-wrapper .workshop-card-wrapper .workshop-card {
  background-color: #fff;
  padding: 20px 15px;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
  margin-top: 20px;
}

.free-workshop .free-workshop-tab-wrapper .workshop-card-wrapper .workshop-card .workshop-name {
  font-family: "Nunito", arial;
  font-size: 22px;
  color: #3C4852;
  font-weight: 700;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .free-workshop .free-workshop-tab-wrapper .workshop-card-wrapper .workshop-card .workshop-name {
    font-size: 18px;
  }
}
.free-workshop .free-workshop-tab-wrapper .workshop-card-wrapper .workshop-card .workshop-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.free-workshop .free-workshop-tab-wrapper .workshop-card-wrapper .workshop-card .workshop-time .date {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .free-workshop .free-workshop-tab-wrapper .workshop-card-wrapper .workshop-card .workshop-time .date {
    font-size: 14px;
  }
}
.free-workshop .free-workshop-tab-wrapper .workshop-card-wrapper .workshop-card .workshop-time .read-more-btn {
  font-family: "Nunito", arial;
  font-size: 20px;
  color: #2D81F7;
  font-weight: 700;
  text-decoration: none;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .free-workshop .free-workshop-tab-wrapper .workshop-card-wrapper .workshop-card .workshop-time .read-more-btn {
    font-size: 14px;
  }
}
.free-workshop .free-workshop-tab-wrapper .modal-dialog {
  max-width: 65%;
}

@media (max-width: 767px) {
  .free-workshop .free-workshop-tab-wrapper .modal-dialog {
    max-width: 100%;
  }
}
.free-workshop .free-workshop-tab-wrapper .workshop-detail-wrapper {
  padding: 40px;
}

.free-workshop .free-workshop-tab-wrapper .workshop-detail-wrapper .workshop-detail {
  position: relative;
}

.free-workshop .free-workshop-tab-wrapper .workshop-detail-wrapper .workshop-detail .close-btn {
  position: absolute;
  right: 10%;
  cursor: pointer;
}

.free-workshop .free-workshop-tab-wrapper .workshop-detail-wrapper .workshop-detail .close-btn .fa-solid {
  font-size: 22px;
}

.free-workshop .free-workshop-tab-wrapper .workshop-detail-wrapper .workshop-detail .class-name {
  font-size: 20px;
  font-family: "Nunito", arial;
  color: #2D81F7;
  font-weight: 700;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .free-workshop .free-workshop-tab-wrapper .workshop-detail-wrapper .workshop-detail .class-name {
    font-size: 18px;
  }
}
.free-workshop .free-workshop-tab-wrapper .workshop-detail-wrapper .workshop-detail .class-name span {
  color: #3C4852;
}

.free-workshop .free-workshop-tab-wrapper .workshop-detail-wrapper .workshop-detail .speaker {
  font-family: "Nunito", arial;
  font-size: 20px;
  font-weight: 700;
  color: #2D81F7;
  margin-top: 20px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .free-workshop .free-workshop-tab-wrapper .workshop-detail-wrapper .workshop-detail .speaker {
    font-size: 18px;
  }
}
.free-workshop .free-workshop-tab-wrapper .workshop-detail-wrapper .workshop-detail .speaker span {
  margin-left: 10px;
  color: #3C4852;
}

.free-workshop .free-workshop-tab-wrapper .workshop-detail-wrapper .workshop-detail .workshop-benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 75%;
  max-width: 100%;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .free-workshop .free-workshop-tab-wrapper .workshop-detail-wrapper .workshop-detail .workshop-benefit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.free-workshop .free-workshop-tab-wrapper .workshop-detail-wrapper .workshop-detail .workshop-benefit .heading {
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 700;
  color: #3C4852;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .free-workshop .free-workshop-tab-wrapper .workshop-detail-wrapper .workshop-detail .workshop-benefit .heading {
    font-size: 14px;
  }
}
.free-workshop .free-workshop-tab-wrapper .workshop-detail-wrapper .workshop-detail .workshop-benefit ol li {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .free-workshop .free-workshop-tab-wrapper .workshop-detail-wrapper .workshop-detail .workshop-benefit ol li {
    font-size: 14px;
  }
}
.free-workshop .free-workshop-tab-wrapper .workshop-detail-wrapper .workshop-detail .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .free-workshop .free-workshop-tab-wrapper .workshop-detail-wrapper .workshop-detail .time {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.free-workshop .free-workshop-tab-wrapper .workshop-detail-wrapper .workshop-detail .time .time-date {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
  font-weight: 400;
  margin-right: 10px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .free-workshop .free-workshop-tab-wrapper .workshop-detail-wrapper .workshop-detail .time .time-date {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .free-workshop .free-workshop-tab-wrapper .workshop-detail-wrapper .workshop-detail .time .time-date {
    margin-bottom: 10px;
  }
}
/*----Free Workshop Page End----*/
/*----Mock Test Page Start----*/
.mock-test-wrapper {
  margin-top: 20px;
  padding-bottom: 60px;
}

.mock-test-wrapper .mock-heading {
  font-family: "Nunito", arial;
  font-size: 22px;
  color: #3C4852;
  font-weight: 700;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .mock-test-wrapper .mock-heading {
    font-size: 18px;
  }
}
.mock-test-wrapper .description {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
  margin-top: 20px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .mock-test-wrapper .description {
    font-size: 14px;
  }
}
.mock-test-wrapper .mock-cards {
  margin-top: 20px;
}

.mock-test-wrapper .mock-cards .mock-card-wrapper {
  background-color: #fff;
  padding: 15px 10px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 11px 2px rgba(162, 160, 160, 0.3490196078);
          box-shadow: 0 0 11px 2px rgba(162, 160, 160, 0.3490196078);
  height: 100%;
}

.mock-test-wrapper .mock-cards .mock-card-wrapper .mock-test-name {
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 700;
  color: #3C4852;
}

.mock-test-wrapper .mock-cards .mock-card-wrapper .green-btn {
  display: inline-block;
  position: relative;
  float: right;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*----Mock Test Page End----*/
/*----Review Page Start----*/
.result-nav {
  padding-bottom: 20px;
}

.result-nav .section-heading {
  margin-bottom: 20px;
}

.result-nav .filter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .result-nav .filter-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.result-nav .filter-wrapper select {
  padding: 15px 50px 15px 30px;
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 400;
  color: #3C4852;
  background-image: url("/assets/frontend/images/icons/arrow-up.png");
  background-position: right 1rem center;
  background-size: 18px;
  border-color: #28C590;
  border-radius: 8px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .result-nav .filter-wrapper select {
    font-size: 14px;
  }
}
.result-nav .filter-wrapper .course-dropdown {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .result-nav .filter-wrapper .course-dropdown {
    margin-right: 0;
  }
}
.result-nav .filter-wrapper .year-dropdown {
  z-index: 1;
}

@media (max-width: 767px) {
  .result-nav .filter-wrapper .year-dropdown {
    margin-top: 20px;
  }
}
.result-nav .result-tab-wrapper {
  margin-top: 20px;
}

.result-nav .result-tab-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  list-style: none;
  padding: 0;
}

@media (max-width: 767px) {
  .result-nav .result-tab-wrapper ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.result-nav .result-tab-wrapper ul li {
  border-right: 1px solid #d9d9d9;
  width: 33.5%;
  max-width: 100%;
  text-align: center;
  padding: 14px 0px;
}

@media (max-width: 767px) {
  .result-nav .result-tab-wrapper ul li {
    width: 100%;
    border-right: none;
    text-align: left;
    padding-left: 10px;
  }
}
.result-nav .result-tab-wrapper ul li:last-child {
  border-right: none;
}

.result-nav .result-tab-wrapper ul li a {
  font-family: "Nunito", arial;
  font-size: 20px;
  font-weight: 400;
  color: #3C4852;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .result-nav .result-tab-wrapper ul li a {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .result-nav .result-tab-wrapper ul li a {
    padding: 14px 10px;
    font-size: 16px;
  }
}
.result-nav .result-tab-wrapper ul li.result-nav-active {
  background-color: #D3E2F7;
}

.review-wrapper .review-col {
  margin-bottom: 40px;
  text-align: center;
  overflow: hidden;
}

.review-wrapper .review-col img {
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /* &:hover{
      transform: translateY(-10px);
  } */
}

.review-wrapper .review-col .result-modal-link {
  position: relative;
}

.review-wrapper .review-col .result-modal-link a {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #43506d;
  width: 65px;
  padding: 10px;
}

.review-wrapper .review-col .result-modal-link a .fa-solid {
  color: #fff;
  font-size: 24px;
}

.review-wrapper .review-col .result-modal-link:hover .fa-solid {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.review-wrapper .review-col .review-student-content {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
}

.review-wrapper .review-col .review-student-content.name {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .review-wrapper .review-col .college {
    font-size: 14px;
  }
}
.review-wrapper .review-col .review-view-more-btn {
  display: inline-block;
  margin-top: 10px;
}

.review-wrapper .no-record-msg {
  text-align: center;
  font-family: "Nunito", arial;
  font-size: 22px;
  font-weight: 700;
}

.review-modal .modal-dialog {
  max-width: 50%;
}

@media (max-width: 767px) {
  .review-modal .modal-dialog {
    max-width: 100%;
  }
}
.review-modal .modal-dialog .modal-header {
  border: 0;
}

.review-modal .modal-dialog .review-modal-wrapper {
  padding: 0px 10px;
}

.review-modal .modal-dialog .review-modal-wrapper .name {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
  font-weight: 700;
}

@media (max-width: 991px) {
  .review-modal .modal-dialog .review-modal-wrapper .name {
    margin-top: 20px;
  }
}
.review-modal .modal-dialog .review-modal-wrapper .review-description {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
  margin-top: 10px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .review-modal .modal-dialog .review-modal-wrapper .review-description {
    font-size: 14px;
  }
}
.college-modal .modal-dialog {
  max-width: 50%;
}

@media (max-width: 992px) {
  .college-modal .modal-dialog {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .college-modal .modal-dialog {
    max-width: 100%;
  }
}
.college-modal .modal-dialog .modal-content {
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25);
  border: none;
}

.college-modal .modal-dialog .modal-header {
  border: 0;
}

.college-modal .modal-dialog .college-modal-wrapper {
  padding: 0px 35px 35px;
  text-align: center;
}

@media (max-width: 768px) {
  .college-modal .modal-dialog .college-modal-wrapper {
    padding: 0px 20px 20px;
  }
}
.college-modal .modal-dialog .college-modal-wrapper .title {
  color: #3C4852;
  font-family: "Nunito", arial;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .college-modal .modal-dialog .college-modal-wrapper .title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .college-modal .modal-dialog .college-modal-wrapper .title {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.college-modal .modal-dialog .college-modal-wrapper .filter-row .filter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.college-modal .modal-dialog .college-modal-wrapper .filter-row .filter-wrapper .search-dropdown {
  width: 100%;
}

.college-modal .modal-dialog .college-modal-wrapper .filter-row .filter-wrapper select {
  padding: 15px 50px 15px 30px;
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 400;
  color: #3C4852;
  background-image: url("/assets/frontend/images/icons/arrow-up.png");
  background-position: right 1rem center;
  background-size: 18px;
  border-color: #28C590;
  border-radius: 8px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .college-modal .modal-dialog .college-modal-wrapper .filter-row .filter-wrapper select {
    font-size: 14px;
  }
}
.college-modal .modal-dialog .college-modal-wrapper .green-btn {
  margin-top: 1.5rem;
}

.resullt-static-content {
  padding: 0 0 60px 0;
}

.resullt-static-content .paginate svg {
  width: 30px;
}

.startegy-video-wrapper .video-col {
  margin-bottom: 20px;
}

.startegy-video-wrapper .video-col .strategy-video-modal-link {
  cursor: pointer;
}

.startegy-video-wrapper .video-col .startegy-video {
  position: relative;
}

.startegy-video-wrapper .video-col .startegy-video .video-play-btn {
  position: absolute;
  top: 40%;
  left: 50%;
}

.startegy-video-wrapper .video-col .startegy-video .video-play-btn .fa {
  background-color: #28C590;
  color: #fff;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-align: center;
  line-height: 37px;
  vertical-align: middle;
}

.startegy-video-wrapper .video-col .name {
  font-family: "Nunito", arial;
  font-size: 20px;
  color: #3C4852;
  font-weight: 700;
  margin-top: 20px;
}

.startegy-video-wrapper .video-col .description {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
}

.startegy-video-wrapper .video-col .review-view-more-btn {
  display: inline-block;
  margin-top: 10px;
}

.startegy-video-wrapper .video-col .result-modal-link {
  position: relative;
}

.startegy-video-wrapper .video-col .result-modal-link a {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #43506d;
  width: 65px;
  padding: 10px;
}

.startegy-video-wrapper .video-col .result-modal-link a .fa-solid {
  color: #fff;
  font-size: 24px;
}

.startegy-video-wrapper .video-col .result-modal-link:hover .fa-solid {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.startegy-video-wrapper .no-record-msg {
  text-align: center;
  font-family: "Nunito", arial;
  font-size: 22px;
  font-weight: 700;
}

/*----Review Page End----*/
.section-sub-heading {
  font-family: "Nunito", arial;
  font-size: 22px;
  font-weight: 400;
  color: #3C4852;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .section-sub-heading {
    margin-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .section-sub-heading {
    margin-top: 0px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .section-sub-heading {
    font-size: 18px;
  }
}
.announcement-wrapper .section-sub-heading {
  max-width: 650px;
}

.announcement-wrapper .announcement-table {
  margin-top: 20px;
  border-top: 1px solid #D9D9D9;
}

.announcement-wrapper .announcement-table table {
  margin-top: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  color: #3C4852;
  width: 100%;
  font-family: "Nunito", arial;
}

.announcement-wrapper .announcement-table table tr {
  border-bottom: 1px solid #D9D9D9 !important;
  border-width: 0px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .announcement-wrapper .announcement-table table tr {
    font-size: 14px;
  }
}
.announcement-wrapper .announcement-table table tr td {
  border-width: 0px;
  padding: 20px;
}

@media (max-width: 768px) {
  .announcement-wrapper .announcement-table .desktop-table {
    display: none;
  }
}
@media (min-width: 769px) {
  .announcement-wrapper .announcement-table .mobile-table {
    display: none;
  }
}
.announcement-wrapper .announcement-table .mobile-table tr {
  border: none;
}

.announcement-wrapper .announcement-table .mobile-table tr .announce-date {
  padding-top: 0;
  border-bottom: 1px solid #D9D9D9;
}

.mlp-wrapper {
  color: #3C4852;
  font-family: "Nunito", arial;
  padding-bottom: 0;
}

.mlp-wrapper .mlp-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .mlp-wrapper .mlp-btns {
    margin-bottom: 20px;
  }
}
.mlp-wrapper .mlp-btns .blue-btn {
  margin-left: 40px;
}

.mlp-wrapper .filter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.mlp-wrapper .filter-wrapper select {
  padding: 15px 50px 15px 30px;
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 400;
  color: #3C4852;
  background-image: url("/assets/frontend/images/icons/arrow-up.png");
  background-position: right 1rem center;
  background-size: 18px;
  border-color: #28C590;
  border-radius: 8px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .mlp-wrapper .filter-wrapper select {
    font-size: 14px;
  }
}
.mlp-wrapper p {
  margin-top: 16px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .mlp-wrapper p {
    font-size: 14px;
  }
}
.leadership-cards-wrapper {
  padding-top: 0;
  color: #3C4852;
  font-family: "Nunito", arial;
}

.leadership-card {
  text-align: center;
  background: #E9E9E9;
  border-radius: 8px;
  padding: 20px;
  margin-top: 20px;
}

.leadership-card .leader-img img {
  width: 198px;
  border-radius: 34%;
  border: 6px solid #b5b5b5;
}

.leadership-card .leader-logo {
  display: none;
}

.leadership-card .leader-logo img {
  width: 82px;
}

.leadership-card .leader-name {
  line-height: 1.2;
  margin: 10px auto;
  font-size: 20px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .leadership-card .leader-name {
    font-size: 16px;
  }
}
.leadership-card .card-bottom-text {
  line-height: 1.2;
  margin-top: 10px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .leadership-card .card-bottom-text {
    font-size: 14px;
  }
}
.mlp-form-wrapper {
  color: #3C4852;
  font-family: "Nunito", arial;
  background-image: url("/assets/frontend/images/leadership/mlp-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.mlp-form-wrapper .form-title {
  font-weight: 700;
  margin-bottom: 40px;
}

.mlp-form-wrapper .mlp-form {
  max-width: 900px;
}

.mlp-form-wrapper .mlp-form .mlp-form-fields {
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .mlp-form-wrapper .mlp-form .mlp-form-fields {
    margin-bottom: 20px;
  }
}
.mlp-form-wrapper .mlp-form .form-label {
  margin-bottom: 0;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .mlp-form-wrapper .mlp-form .form-label {
    font-size: 14px;
  }
}
.mlp-form-wrapper .mlp-form .form-control {
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 15px;
  border: 1px solid #fff;
  margin-top: 10px;
}

.mlp-form-wrapper .mlp-form .mlp-phone {
  position: relative;
}

.mlp-form-wrapper .mlp-form .mlp-phone .verify-phn {
  position: absolute;
  bottom: 14px;
  right: 25px;
}

.mlp-form-wrapper .mlp-form .mlp-btn {
  text-align: center;
}

.mlp-form-wrapper .mlp-form .mlp-btn .catking-btn {
  width: 300px;
}

.mlp-training-wrapper .mlp-training-title {
  font-weight: 700;
}

.mlp-training-wrapper .training-table {
  padding-top: 20px;
}

.mlp-training-wrapper .training-table table {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  color: #3C4852;
  width: 100%;
  font-family: "Nunito", arial;
}

.mlp-training-wrapper .training-table table .heading-row {
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border-width: 0;
}

.mlp-training-wrapper .training-table table .table-divider td {
  height: 20px;
}

.mlp-training-wrapper .training-table table tr {
  border-width: 0;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .mlp-training-wrapper .training-table table tr {
    font-size: 14px;
  }
}
.mlp-training-wrapper .training-table table tr th {
  padding: 20px 40px;
}

@media (max-width: 768px) {
  .mlp-training-wrapper .training-table table tr th {
    padding: 20px;
  }
}
.mlp-training-wrapper .training-table table tr td {
  padding: 0px 40px 20px;
  border-width: 0;
}

@media (max-width: 768px) {
  .mlp-training-wrapper .training-table table tr td {
    padding: 0 20px 20px;
  }
}
.mlp-training-wrapper .meet-trainer {
  background-color: #D9D9D9;
  padding: 40px;
  border-radius: 8px;
}

@media (max-width: 992px) {
  .mlp-training-wrapper .meet-trainer {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .mlp-training-wrapper .meet-trainer {
    padding: 20px;
  }
}
.mlp-training-wrapper .meet-trainer .meet-trainer-title {
  font-size: 24px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .mlp-training-wrapper .meet-trainer .meet-trainer-title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .mlp-training-wrapper .meet-trainer .meet-trainer-title {
    font-size: 18px;
  }
}
/*----Top College Page Start----*/
.top-college .top-college-wrapper {
  border-top: 1px solid #d9d9d9;
}

.top-college .top-college-wrapper .filter-col {
  border-right: 1px solid #d9d9d9;
}

.top-college .top-college-wrapper .filter-col .vertical-college-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
}

.top-college .top-college-wrapper .filter-col .vertical-college-filter:last-child {
  border-bottom: none;
}

.top-college .top-college-wrapper .filter-col .vertical-college-filter span {
  font-family: "Nunito", arial;
  font-size: 22px;
  color: #3C4852;
  font-weight: 400;
  margin-top: 20px;
  display: block;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .top-college .top-college-wrapper .filter-col .vertical-college-filter span {
    font-size: 18px;
  }
}
.top-college .top-college-wrapper .filter-col .vertical-college-filter ul {
  list-style: none;
  margin-top: 20px;
  padding: 0;
  margin-bottom: 0;
}

.top-college .top-college-wrapper .filter-col .vertical-college-filter ul li .form-group {
  display: block;
  margin-bottom: 10px;
}

.top-college .top-college-wrapper .filter-col .vertical-college-filter ul li .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.top-college .top-college-wrapper .filter-col .vertical-college-filter ul li .form-group label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .top-college .top-college-wrapper .filter-col .vertical-college-filter ul li .form-group label {
    font-size: 14px;
  }
}
.top-college .top-college-wrapper .filter-col .vertical-college-filter ul li .form-group label::before {
  content: "";
  background-color: transparent;
  border: 2px solid #9E9E9E;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 20px;
}

.top-college .top-college-wrapper .filter-col .vertical-college-filter ul li .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 6px;
  width: 6px;
  height: 11px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.top-college .top-college-wrapper .mobile-college-filter {
  background-color: #fff;
  bottom: 0;
  -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.08), 0 -4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.08), 0 -4px 12px rgba(0, 0, 0, 0.08);
  left: 0;
  padding: 0.8rem 0.5rem;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 1000;
}

.top-college .top-college-wrapper .mobile-college-filter .mobile-college-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.top-college .top-college-wrapper .mobile-college-filter .mobile-college-menu-list .filter a {
  text-decoration: none;
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
  font-weight: 700;
}

.top-college .top-college-wrapper .mobile-college-filter .mobile-college-menu-list .filter-divider {
  border-left: 2px solid #eaeaec !important;
  width: 1px;
  height: 22px;
  z-index: 1;
}

.top-college .top-college-wrapper .mobile-college-filter .mobile-filter-wrapper {
  position: absolute;
}

.top-college .top-college-wrapper .mobile-college-filter .mobile-filter-wrapper .mobile-list-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 10;
  padding: 4rem 0;
  overflow: auto;
}

.top-college .top-college-wrapper .mobile-college-filter .mobile-filter-wrapper .mobile-list-menu .mobile-list-nav-wrapper {
  height: 100%;
  position: relative;
}

.top-college .top-college-wrapper .mobile-college-filter .mobile-filter-wrapper .mobile-list-menu .mobile-list-nav-wrapper .college-filter-nav {
  background: #f6f6f6;
  height: 100%;
}

.top-college .top-college-wrapper .mobile-college-filter .mobile-filter-wrapper .mobile-list-menu .mobile-list-nav-wrapper .college-filter-nav .nav-link {
  border-bottom: 1px solid #a1a1a1;
  line-height: 45px;
  border-radius: 0;
  color: #3C4852;
}

.top-college .top-college-wrapper .mobile-college-filter .mobile-filter-wrapper .mobile-list-menu .mobile-list-nav-wrapper .college-filter-nav .nav-link.active {
  background-color: #fff;
}

.top-college .top-college-wrapper .mobile-college-filter .mobile-filter-wrapper .mobile-list-menu .mobile-list-nav-wrapper .tab-content {
  width: 100%;
}

.top-college .top-college-wrapper .mobile-college-filter .mobile-filter-wrapper .mobile-list-menu .mobile-list-nav-wrapper .tab-content .tab-pane ul {
  list-style: none;
  padding-left: 0;
}

.top-college .top-college-wrapper .mobile-college-filter .mobile-filter-wrapper .mobile-list-menu .mobile-list-nav-wrapper .tab-content .tab-pane ul li {
  padding: 15px 2px 15px 0;
}

.top-college .top-college-wrapper .mobile-college-filter .mobile-filter-wrapper .mobile-list-menu .mobile-list-nav-wrapper .tab-content .tab-pane ul li .form-group {
  display: block;
  margin-bottom: 10px;
}

.top-college .top-college-wrapper .mobile-college-filter .mobile-filter-wrapper .mobile-list-menu .mobile-list-nav-wrapper .tab-content .tab-pane ul li .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.top-college .top-college-wrapper .mobile-college-filter .mobile-filter-wrapper .mobile-list-menu .mobile-list-nav-wrapper .tab-content .tab-pane ul li .form-group label {
  position: relative;
  cursor: pointer;
  display: block;
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
}

.top-college .top-college-wrapper .mobile-college-filter .mobile-filter-wrapper .mobile-list-menu .mobile-list-nav-wrapper .tab-content .tab-pane ul li .form-group label::before {
  content: "";
  background-color: transparent;
  border: 2px solid #9E9E9E;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 20px;
}

.top-college .top-college-wrapper .mobile-college-filter .mobile-filter-wrapper .mobile-list-menu .mobile-list-nav-wrapper .tab-content .tab-pane ul li .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 6px;
  width: 6px;
  height: 11px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.top-college .top-college-wrapper .mobile-college-filter .mobile-filter-wrapper .apply-close-wrapper {
  bottom: 0;
  left: 0;
  padding: 0.8rem 0.5rem;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 1000;
}

.top-college .top-college-wrapper .mobile-college-filter .mobile-filter-wrapper .apply-close-wrapper .apply-close-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.top-college .top-college-wrapper .mobile-college-filter .mobile-filter-wrapper .apply-close-wrapper .apply-close-div .filter a {
  text-decoration: none;
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
  font-weight: 700;
}

.top-college .top-college-wrapper .mobile-college-filter .mobile-filter-wrapper .apply-close-wrapper .apply-close-div .filter-divider {
  border-left: 2px solid #eaeaec !important;
  width: 1px;
  height: 22px;
  z-index: 1;
}

.top-college .top-college-wrapper .college-list-card {
  background-color: #fff;
  -webkit-box-shadow: 0 0 11px 2px rgba(162, 160, 160, 0.3490196078);
          box-shadow: 0 0 11px 2px rgba(162, 160, 160, 0.3490196078);
  padding: 15px 25px;
  border-radius: 8px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

.top-college .top-college-wrapper .college-list-card .college-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-college .top-college-wrapper .college-list-card .college-card-header .featured-icon {
  width: 50px;
  height: 50px;
  margin-top: -30px;
}

@media (max-width: 767px) {
  .top-college .top-college-wrapper .college-list-card .college-card-header .featured-icon {
    width: 30px;
    height: 30px;
  }
}
.top-college .top-college-wrapper .college-list-card .featured-tag {
  position: absolute;
  display: block;
  left: 76%;
  top: px;
  width: 158px;
  padding: 10px 0;
  font-size: 15px;
  text-align: center;
  color: #fff;
  font-family: "Nunito", arial;
  background-color: #e85e68;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0);
}

.top-college .top-college-wrapper .college-list-card .name {
  font-family: "Nunito", arial;
  font-size: 24px;
  color: #3C4852;
  margin-bottom: 10px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .top-college .top-college-wrapper .college-list-card .name {
    font-size: 18px;
  }
}
.top-college .top-college-wrapper .college-list-card img {
  width: 100%;
}

.top-college .top-college-wrapper .college-list-card .establish-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.top-college .top-college-wrapper .college-list-card .establish-location .year {
  font-family: "Nunito", arial;
  color: #3C4852;
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .top-college .top-college-wrapper .college-list-card .establish-location .year {
    font-size: 14px;
  }
}
.top-college .top-college-wrapper .college-list-card .establish-location .year span {
  font-weight: 400;
}

.top-college .top-college-wrapper .college-list-card .establish-location .location {
  font-family: "Nunito", arial;
  color: #3C4852;
  font-size: 16px;
  font-weight: 400;
}

.top-college .top-college-wrapper .college-list-card .establish-location .location .fa-solid {
  color: #2D81F7;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .top-college .top-college-wrapper .college-list-card .establish-location .location {
    font-size: 14px;
  }
}
.top-college .top-college-wrapper .college-list-card .time-period {
  font-family: "Nunito", arial;
  color: #28C590;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .top-college .top-college-wrapper .college-list-card .time-period {
    font-size: 14px;
  }
}
.top-college .top-college-wrapper .college-list-card .course-info {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
  margin-top: 10px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .top-college .top-college-wrapper .college-list-card .course-info {
    font-size: 14px;
  }
}
.top-college .top-college-wrapper .college-list-card .accreditation {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
  font-weight: 700;
  margin-top: 10px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .top-college .top-college-wrapper .college-list-card .accreditation {
    font-size: 14px;
  }
}
.top-college .top-college-wrapper .college-list-card .accreditation span {
  font-weight: 400;
}

.top-college .top-college-wrapper .college-list-card .fee-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

@media (max-width: 450px) {
  .top-college .top-college-wrapper .college-list-card .fee-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top-college .top-college-wrapper .college-list-card .fee-wrapper .fee {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
  font-weight: 700;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .top-college .top-college-wrapper .college-list-card .fee-wrapper .fee {
    font-size: 14px;
  }
}
.top-college .top-college-wrapper .college-list-card .fee-wrapper .fee span {
  font-weight: 400;
}

.top-college .top-college-wrapper .college-list-card .college-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.top-college .top-college-wrapper .college-list-card .college-link-wrapper .course-duration {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .top-college .top-college-wrapper .college-list-card .college-link-wrapper .course-duration {
    font-size: 14px;
  }
}
.top-college .top-college-wrapper .college-list-card .college-link-wrapper .view-link a {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #2D81F7;
  font-weight: bold;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .top-college .top-college-wrapper .college-list-card .college-link-wrapper .view-link a {
    font-size: 14px;
  }
}
.top-college .top-college-wrapper .college-list-card .college-btn {
  display: block;
  margin-top: 20px;
}

.top-college .top-college-wrapper .college-list-card .college-btn .catking-btn {
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .top-college .top-college-wrapper .college-list-card .college-btn .transparent-btn {
    margin-top: 10px;
  }
}
/*----Top College Page End----*/
/*----Mnemonics Page Start----*/
.mnemonics {
  padding: 0 0 60px 0;
}

.mnemonics .mnemonic-main-container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.mnemonics .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.mnemonics .row .col-md-4 {
  margin-top: 20px;
}

.mnemonics .mnemonics-card {
  background-color: #fff;
  padding: 20px 15px;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mnemonics .mnemonics-card .mnemonics-img {
  margin-bottom: 20px;
}

.mnemonics .mnemonics-card .mnemonics-img img {
  width: 100%;
}

.mnemonics .mnemonics-card .mnemonics-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.mnemonics .mnemonics-card .chapter-name {
  font-family: "Nunito", arial;
  font-size: 18px;
  color: #3C4852;
  font-weight: 700;
}

.mnemonics .mnemonics-card .mnemonics-btn {
  margin-top: 20px;
  text-align: right;
}

.mnemonics .mnemonics-card .mnemonics-btn a {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #2D81F7;
  font-weight: 700;
  text-decoration: none;
  text-align: right;
  border: 1px solid #3C4852;
  display: inline-block;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .mnemonics .mnemonics-card .mnemonics-btn a {
    padding: 18px 20px;
  }
}
.mnemonics .mnemonics-card .mnemonics-btn a:hover {
  background-color: #3C4852;
  color: #fff;
}

/*----Mnemonics Page End----*/
/*----Mnemonics Single Page Start----*/
.mnemonics-single .mnemonics-chapter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 500px) {
  .mnemonics-single .mnemonics-chapter-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 500px) {
  .mnemonics-single .mnemonics-chapter-wrapper .section-heading {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.mnemonics-single .mnemonics-chapter-wrapper select {
  width: auto;
}

@media (max-width: 500px) {
  .mnemonics-single .mnemonics-chapter-wrapper select {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.mnemonics-single .mnemonics-chapter-wrapper .chapter-dropdown {
  width: 200px;
  background-color: #fff;
  border: 1px solid #28C590;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1366px) {
  .mnemonics-single .mnemonics-chapter-wrapper .chapter-dropdown {
    font-size: 18px;
  }
}
.mnemonics-single .mnemonics-chapter-wrapper .chapter-dropdown .default-option {
  width: 100%;
  position: relative;
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 5px 15px 15px;
}

.mnemonics-single .mnemonics-chapter-wrapper .chapter-dropdown .default-option:before {
  font-family: "FontAwesome";
  content: "\f078";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  font-size: 20px;
}

@media (max-width: 1366px) {
  .mnemonics-single .mnemonics-chapter-wrapper .chapter-dropdown .default-option:before {
    font-size: 18px;
  }
}
.mnemonics-single .mnemonics-chapter-wrapper .chapter-dropdown ul {
  position: absolute;
  top: 60px;
  left: 0px;
  background: #fff;
  width: 200px;
  border-radius: 5px;
  padding: 20px;
  display: none;
  -webkit-box-shadow: 8px 8px 6px -10px #b3c6ff;
          box-shadow: 8px 8px 6px -10px #b3c6ff;
  height: 500px;
  overflow-y: scroll;
}

.mnemonics-single .mnemonics-chapter-wrapper .chapter-dropdown ul.active {
  display: block;
}

.mnemonics-single .mnemonics-chapter-wrapper .chapter-dropdown ul li {
  padding-bottom: 20px;
  list-style: none;
}

.mnemonics-single .mnemonics-chapter-wrapper .chapter-dropdown ul li:last-child {
  padding-bottom: 0;
}

.mnemonics-single .mnemonics-chapter-wrapper .chapter-dropdown ul li:hover {
  color: #6f768d;
}

.mnemonics-single .mnemonics-chapter-wrapper .chapter-dropdown ul li a {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
  text-decoration: none;
  display: block;
}

.mnemonics-single .mnemonics-img img {
  width: auto;
}

.mnemonics-single .divider {
  border-top: 1px solid #d9d9d9;
  margin-top: 15px;
  margin-bottom: 15px;
}

.mnemonics-single .mnemonics-meaning .heading {
  font-family: "Nunito", arial;
  font-size: 24px;
  color: #3C4852;
  font-weight: 700;
}

.mnemonics-single .mnemonics-meaning ul {
  list-style: none;
  padding: 0;
}

.mnemonics-single .mnemonics-meaning ul li {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
}

/*----Mnemonics Single Page End----*/
.profile-review-wrapper {
  font-family: "Nunito", arial;
}

.profile-review-wrapper .mentor-link-container a {
  text-transform: capitalize;
  text-decoration: none;
  padding: 16px 40px;
  border-radius: 8px;
  display: inline-block;
  margin-top: 10px;
  border: 1px solid;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .profile-review-wrapper .mentor-link-container a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .profile-review-wrapper .mentor-link-container a {
    padding: 16px 20px;
  }
}
.profile-review-wrapper .mentor-link-container .active-mentor-link {
  background: #2D81F7;
  color: #fff;
}

.profile-review-wrapper .mentor-link-container .deactive-mentor-link {
  background: #E9E9E9;
  color: #3C4852;
}

.profile-review-wrapper .divider {
  border: 1px solid #D9D9D9;
  margin-top: 20px;
}

.profile-review-wrapper .mentro-profile-wrapper .mentor-profile-card {
  padding: 20px;
  text-align: center;
  background-color: #E9E9E9;
  border-radius: 8px;
  margin-top: 20px;
  position: relative;
}

.profile-review-wrapper .mentro-profile-wrapper .mentor-profile-card a.profile-popup {
  position: absolute;
  top: 10px;
  right: 10px;
}

.profile-review-wrapper .mentro-profile-wrapper .mentor-profile-card .mentor-img img {
  width: 198px;
  border: 6px solid #b5b5b5;
  border-radius: 34%;
}

.profile-review-wrapper .mentro-profile-wrapper .mentor-profile-card .mentor-name {
  line-height: 1.2;
  margin: 10px auto;
  font-size: 18px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .profile-review-wrapper .mentro-profile-wrapper .mentor-profile-card .mentor-name {
    font-size: 16px;
  }
}
.profile-review-wrapper .mentro-profile-wrapper .mentor-profile-card .card-bottom-text {
  line-height: 1.2;
  margin: 10px auto;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .profile-review-wrapper .mentro-profile-wrapper .mentor-profile-card .card-bottom-text {
    font-size: 14px;
  }
}
.profile-review-wrapper .mentro-profile-wrapper .mentor-profile-card .green-btn {
  display: inline-block;
}

.profile-review-wrapper p {
  margin-top: 20px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .profile-review-wrapper p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .profile-review-wrapper p {
    margin-top: 0;
  }
}
.educare-wrapper {
  font-family: "Nunito", arial;
  padding-top: 0;
}

.educare-wrapper .section-sub-heading {
  font-weight: bold;
  margin-bottom: 20px;
}

.educare-wrapper .o-list-title {
  margin-bottom: 0;
  font-weight: bold;
}

.educare-wrapper ol {
  margin: 0;
  padding: 12px;
}

.educare-wrapper .blue-btn {
  margin-top: 20px;
  display: inline-block;
}

@media (max-width: 992px) {
  .educare-wrapper .educare-img-container {
    margin-top: 20px;
  }
}
.educare-wrapper .educare-img-container img {
  width: 100%;
  border-radius: 8px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .educare-wrapper p {
    font-size: 14px;
  }
}
.how-work {
  text-align: center;
  background-color: #DFECFF;
  margin-bottom: 40px;
}

.how-work .section-sub-heading {
  font-weight: bold;
}

.mentor-form .file-upload {
  padding-left: 25px !important;
}

.mentor-modal-wrapper {
  padding: 0px 30px 30px;
}

.mentor-modal-wrapper .mentor-detail {
  padding: 12px;
  background-color: #E9E9E9;
  text-align: center;
}

@media (max-width: 768px) {
  .mentor-modal-wrapper .mentor-detail {
    margin-bottom: 20px;
  }
}
.mentor-modal-wrapper .mentor-detail .mentor-name {
  font-weight: 700;
  margin-top: 10px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .mentor-modal-wrapper .mentor-detail .mentor-name {
    font-size: 14px;
  }
}
.mentor-modal-wrapper .mentor-detail img {
  border-radius: 100px;
  width: 200px;
}

.mentor-modal-wrapper .mentor-detail .review-mentor-content {
  font-weight: 700;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .mentor-modal-wrapper .review-description {
    font-size: 14px;
  }
}
.discover-wrapper .success-stories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.discover-wrapper .success-stories div {
  margin-right: 20px;
}

@media (max-width: 570px) {
  .discover-wrapper .success-stories div {
    margin-right: 10px;
  }
}
.discover-wrapper .success-stories div:first-child {
  margin-top: 40px;
}

@media (max-width: 570px) {
  .discover-wrapper .success-stories div:first-child {
    margin-top: 20px;
  }
}
.discover-wrapper .success-stories img {
  border-radius: 8px;
  margin-top: 20px;
}

.stories-profile-wrapper .section-sub-heading {
  font-weight: 700;
  margin-bottom: 20px;
}

.stories-profile-wrapper .success-stories-profile {
  margin-bottom: 20px;
}

.stories-profile-wrapper .swiper-slide {
  margin-bottom: 0 !important;
}

.we-are-wrapper {
  font-family: "Nunito", arial;
  padding-top: 80px;
}

@media (max-width: 768px) {
  .we-are-wrapper {
    padding-top: 60px;
  }
}
.we-are-wrapper .who-img-container {
  border: 1px solid #3C4852;
  border-radius: 8px;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .we-are-wrapper .who-img-container {
    margin-top: 20px;
    padding-bottom: 10px;
  }
}
.we-are-wrapper .who-img-container img {
  width: 100%;
  border-radius: 8px;
  margin-left: -20px;
  margin-top: -20px;
}

@media (max-width: 768px) {
  .we-are-wrapper .who-img-container img {
    margin-left: -10px;
    margin-top: -10px;
  }
}
.we-are-wrapper p {
  padding-right: 2rem;
  margin-top: 20px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .we-are-wrapper p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .we-are-wrapper p {
    padding-right: 0;
    margin-top: 0;
  }
}
.believe-wrapper {
  background-color: #DFECFF;
  height: 500px;
  margin-bottom: 90px;
  font-family: "Nunito", arial;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .believe-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .believe-wrapper {
    height: 550px;
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .believe-wrapper {
    height: auto;
    margin-bottom: 0;
  }
}
.believe-wrapper p {
  margin-top: 20px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .believe-wrapper p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .believe-wrapper p {
    margin-top: 0;
  }
}
.believe-wrapper .row {
  position: relative;
}

.believe-wrapper .row .believe-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px 30px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  margin-top: 40px;
}

@media (max-width: 992px) {
  .believe-wrapper .row .believe-card {
    margin-top: 20px;
  }
}
.believe-wrapper .row .believe-card .icon {
  margin-bottom: 20px;
}

.believe-wrapper .row .believe-card .icon img {
  width: 60px;
}

.believe-wrapper .row .believe-card .title {
  font-size: 20px;
  font-weight: 700;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .believe-wrapper .row .believe-card .title {
    font-size: 18px;
  }
}
.believe-wrapper .row .believe-card .detail {
  margin-top: 20px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .believe-wrapper .row .believe-card .detail {
    font-size: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .believe-wrapper .row .believe-card .sub-title {
    font-size: 14px;
  }
}
.success-story-wrapper {
  font-family: "Nunito", arial;
}

.success-story-wrapper p {
  margin-top: 20px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .success-story-wrapper p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .success-story-wrapper p {
    margin-top: 0;
  }
}
.success-story-wrapper .name {
  font-weight: 700;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .success-story-wrapper .clg-name {
    font-size: 14px;
  }
}
.success-story-wrapper .storySwiper {
  margin-top: 20px;
}

.success-story-wrapper .storySwiper .swiper-wrapper {
  margin-bottom: 60px;
}

.success-story-wrapper .storySwiper .swiper-wrapper img, .success-story-wrapper .storySwiper .swiper-wrapper video {
  width: 100%;
}

.success-story-wrapper .storySwiper .swiper-arrow .swiper-button-next, .success-story-wrapper .storySwiper .swiper-arrow .swiper-button-prev {
  width: unset;
  height: unset;
  border: none;
  background: unset;
  top: 96%;
}

@media (max-width: 992px) {
  .success-story-wrapper .storySwiper .swiper-arrow .swiper-button-next, .success-story-wrapper .storySwiper .swiper-arrow .swiper-button-prev {
    top: 94%;
  }
}
@media (max-width: 768px) {
  .success-story-wrapper .storySwiper .swiper-arrow .swiper-button-next, .success-story-wrapper .storySwiper .swiper-arrow .swiper-button-prev {
    top: 92%;
  }
}
@media (max-width: 420px) {
  .success-story-wrapper .storySwiper .swiper-arrow .swiper-button-next, .success-story-wrapper .storySwiper .swiper-arrow .swiper-button-prev {
    top: 90%;
  }
}
.success-story-wrapper .storySwiper .swiper-arrow .swiper-button-next img, .success-story-wrapper .storySwiper .swiper-arrow .swiper-button-prev img {
  max-width: unset;
  width: 40px;
}

.success-story-wrapper .storySwiper .swiper-arrow .swiper-button-next:after, .success-story-wrapper .storySwiper .swiper-arrow .swiper-button-prev:after {
  display: none;
}

.success-story-wrapper .storySwiper .swiper-arrow .swiper-button-next {
  left: 51%;
  right: unset;
}

.success-story-wrapper .storySwiper .swiper-arrow .swiper-button-next img {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.success-story-wrapper .storySwiper .swiper-arrow .swiper-button-prev {
  left: 46%;
}

@media (max-width: 992px) {
  .success-story-wrapper .storySwiper .swiper-arrow .swiper-button-prev {
    left: 43%;
  }
}
@media (max-width: 768px) {
  .success-story-wrapper .storySwiper .swiper-arrow .swiper-button-prev {
    left: 41%;
  }
}
@media (max-width: 420px) {
  .success-story-wrapper .storySwiper .swiper-arrow .swiper-button-prev {
    left: 35%;
  }
}
.why-us-wrapper {
  font-family: "Nunito", arial;
}

.why-us-wrapper .why-us-list .list-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .why-us-wrapper .why-us-list .list-point {
    font-size: 14px;
  }
}
.why-us-wrapper .why-us-list .list-point img {
  width: 40px;
}

.why-us-wrapper .why-us-list .list-point .list-heading {
  font-weight: 700;
}

@media (max-width: 768px) {
  .why-us-wrapper .why-us-img {
    margin-top: 20px;
  }
}
.why-us-wrapper .why-us-img .col-6:first-child {
  padding-right: 3px;
}

.why-us-wrapper .why-us-img .col-6:last-child {
  padding-left: 3px;
}

.why-us-wrapper .why-us-img img {
  width: 100%;
  border-radius: 8px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .why-us-wrapper p {
    font-size: 14px;
  }
}
.about-partners {
  background-color: #fff;
}

.expert-wrapper {
  padding-bottom: 0;
}

.expert-wrapper .container {
  background-color: #DFECFF;
  padding: 40px;
}

.expert-wrapper .expert-img {
  padding-right: 2rem;
}

@media (max-width: 992px) {
  .expert-wrapper .expert-img {
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.expert-wrapper .expert-img img {
  border-radius: 8px;
}

.expert-wrapper .list-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  border-bottom: 1px solid #3C4852;
  padding-bottom: 20px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .expert-wrapper .list-point {
    font-size: 14px;
  }
}
.expert-wrapper .list-point img {
  min-width: 12px;
}

.contact-wrapper {
  background-color: #2D81F7;
  color: #fff;
  font-family: "Nunito", arial;
}

.contact-wrapper .section-heading {
  color: #fff;
}

.contact-wrapper p {
  margin-top: 20px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .contact-wrapper p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .contact-wrapper p {
    margin-top: 0;
  }
}
.contact-social-wrapper {
  background-color: #2D81F7;
}

@media (max-width: 768px) {
  .contact-social-wrapper {
    padding-top: 0;
  }
}
.contact-social-wrapper .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-social-wrapper .container .social-icon {
  margin-right: 50px;
}

@media (max-width: 767px) {
  .contact-social-wrapper .container .social-icon {
    margin-right: 25px;
  }
}
.contact-social-wrapper .container .social-icon img {
  width: 30px;
}

.contact-form-wrapper {
  font-family: "Nunito", arial;
  padding: 0;
}

@media (max-width: 570px) {
  .contact-form-wrapper .p0 {
    padding: 0;
  }
}
.contact-form-wrapper .section-heading {
  padding-top: 60px;
}

.contact-form-wrapper .contact-form {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
  position: relative;
  top: -90px;
}

@media (max-width: 768px) {
  .contact-form-wrapper .contact-form {
    position: static;
    margin-bottom: 60px;
  }
}
@media (max-width: 570px) {
  .contact-form-wrapper .contact-form {
    padding: 12px;
  }
}
.contact-form-wrapper .contact-form .section-sub-heading {
  margin-bottom: 40px;
}

.contact-form-wrapper .contact-form .contact-form-fields {
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .contact-form-wrapper .contact-form .contact-form-fields {
    margin-bottom: 20px;
  }
}
.contact-form-wrapper .contact-form .form-label {
  margin-bottom: 0;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .contact-form-wrapper .contact-form .form-label {
    font-size: 14px;
  }
}
.contact-form-wrapper .contact-form .form-control {
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 15px;
  border: 1px solid #fff;
  margin-top: 10px;
}

.contact-form-wrapper .contact-form .contact-phone {
  position: relative;
}

.contact-form-wrapper .contact-form .contact-phone .verify-phn {
  position: absolute;
  bottom: 14px;
  right: 25px;
}

.contact-form-wrapper .contact-form .contact-btn {
  text-align: center;
}

.contact-form-wrapper .contact-form .contact-btn .catking-btn {
  width: 300px;
}

.contact-form-wrapper p {
  margin-top: 20px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .contact-form-wrapper p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .contact-form-wrapper p {
    margin-top: 0;
  }
}
.blog-wrapper {
  font-family: "Nunito", arial;
  padding-top: 0;
}

.blog-wrapper .blog-category-list {
  margin-top: 60px;
}

.blog-wrapper .blog-category-list a {
  background-color: #DFECFF;
  display: inline-block;
  padding: 8px 16px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 25px;
  margin: 0 5px;
  color: #3C4852;
  font-weight: 700;
  text-align: center;
  font-family: "Nunito", arial;
}

@media (max-width: 500px) {
  .blog-wrapper .blog-category-list a {
    font-size: 14px;
  }
}
.blog-wrapper .blog-category-list a.active {
  background-color: #2D81F7;
  color: #fff;
}

.blog-wrapper .swiper-button-next, .blog-wrapper .swiper-button-prev {
  top: 25%;
}

.blog-wrapper .swiper-button-next::after, .blog-wrapper .swiper-button-prev::after {
  font-size: 22px;
  color: #3C4852;
}

.blog-wrapper .swiper-button-next {
  right: 0;
}

.blog-wrapper .swiper-button-prev {
  left: auto;
  right: 50px;
}

.blog-wrapper .divider {
  border-top: 1px solid #D9D9D9;
  margin-top: 20px;
}

.blog-row .blog-box {
  margin-top: 20px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}

.blog-row .blog-box .blog-img img {
  border-radius: 8px;
  width: 100%;
}

.blog-row .blog-box .blog-content-wrapper {
  padding: 12px;
}

.blog-row .blog-box .blog-content-wrapper .blog-title {
  font-weight: 700;
  margin-bottom: 20px;
}

.blog-row .blog-box .blog-content-wrapper .blog-description {
  text-align: justify;
  line-height: 24px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .blog-row .blog-box .blog-content-wrapper .blog-description {
    font-size: 14px;
  }
}
.blog-row .blog-box .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.blog-row .blog-box .detail .author-detail .author {
  font-weight: 700;
  margin: 10px 0;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .blog-row .blog-box .detail .author-detail .author {
    font-size: 14px;
  }
}
.blog-row .blog-box .detail .author-detail .author span {
  color: #2D81F7;
}

.blog-row .blog-box .detail .read-more {
  color: #2D81F7;
  font-weight: 700;
  border: 1px solid #3C4852;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .blog-row .blog-box .detail .read-more {
    padding: 18px 20px;
  }
}
.blog-row .blog-box .detail .read-more:hover {
  background-color: #3C4852;
  color: #fff;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .blog-row .blog-box .detail .publish-date {
    font-size: 14px;
  }
}
.blog-row a {
  text-decoration: none;
  color: unset;
}

.blog-detail-wrapper {
  font-family: "Nunito", arial;
}

.blog-detail-wrapper .blog-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}

@media (max-width: 992px) {
  .blog-detail-wrapper .blog-title-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.blog-detail-wrapper .blog-title-wrapper .section-heading {
  font-size: 24px;
}

.blog-detail-wrapper .blog-title-wrapper .blog-date {
  color: #3C4852;
  font-weight: 700;
}

@media (max-width: 992px) {
  .blog-detail-wrapper .blog-title-wrapper .blog-date {
    margin-left: 0 !important;
    font-size: 14px;
  }
}
.blog-detail-wrapper .blog-content-wrapper {
  padding-top: 20px;
}

@media (max-width: 767px) {
  .blog-detail-wrapper .blog-content-wrapper iframe {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-detail-wrapper .blog-content-wrapper img {
    width: 100%;
  }
}
.blog-detail-wrapper .author-detail {
  margin-top: 20px;
}

.blog-detail-wrapper .author-detail .author-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

@media (max-width: 768px) {
  .blog-detail-wrapper .author-detail .author-flex {
    padding-top: 10px;
  }
}
.blog-detail-wrapper .author-detail .author-flex .author-img {
  width: 60px;
  border-radius: 8px;
  margin-right: 12px;
}

.blog-detail-wrapper .author-detail .author-flex .author-img img {
  width: 100%;
  border-radius: 8px;
}

.blog-detail-wrapper .author-detail .author-flex .author-id {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.blog-detail-wrapper .author-detail .author-flex .author-id .author-name {
  color: #2D81F7;
  font-weight: 700;
  font-size: 22px;
}

@media (max-width: 768px) {
  .blog-detail-wrapper .author-detail .author-flex .author-id .author-name {
    font-size: 18px;
  }
}
.blog-detail-wrapper .comment-wrapper {
  margin-top: 20px;
  background-color: white;
  padding: 30px;
}

@media (max-width: 768px) {
  .blog-detail-wrapper .comment-wrapper {
    padding: 15px;
    margin-bottom: 20px;
  }
}
.blog-detail-wrapper .comment-wrapper .section-sub-heading {
  margin-top: 0;
}

.blog-detail-wrapper .comment-wrapper .comment-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (max-width: 420px) {
  .blog-detail-wrapper .comment-wrapper .comment-section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.blog-detail-wrapper .comment-wrapper .comment-section .comment-field {
  width: 100%;
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 15px;
  border: 1px solid #fff;
  font-family: "Nunito", arial;
}

.blog-detail-wrapper .comment-wrapper .comment-section .comment-field::-webkit-input-placeholder {
  color: #d4d4d4;
}

.blog-detail-wrapper .comment-wrapper .comment-section .comment-field::-moz-placeholder {
  color: #d4d4d4;
}

.blog-detail-wrapper .comment-wrapper .comment-section .comment-field:-ms-input-placeholder {
  color: #d4d4d4;
}

.blog-detail-wrapper .comment-wrapper .comment-section .comment-field::-ms-input-placeholder {
  color: #d4d4d4;
}

.blog-detail-wrapper .comment-wrapper .comment-section .comment-field::placeholder {
  color: #d4d4d4;
}

.blog-detail-wrapper .comment-wrapper .comment-section .comment-field:focus {
  outline: none;
}

.blog-detail-wrapper .comment-wrapper .comment-section .blue-btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 420px) {
  .blog-detail-wrapper .comment-wrapper .comment-section .blue-btn {
    margin-left: 0;
    margin-top: 10px;
  }
}
.blog-detail-wrapper .comment-wrapper .load-more-comments a {
  background-color: #E9E9E9;
  color: #3C4852;
  padding: 15px;
  width: 200px;
}

.blog-detail-wrapper .comment-wrapper .noComment {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}

.blog-detail-wrapper .comment-wrapper .post-comment-wrapper {
  margin-top: 20px;
  display: none;
}

.blog-detail-wrapper .comment-wrapper .post-comment-wrapper .user-img {
  width: 60px;
  border-radius: 8px;
  margin-right: 12px;
}

.blog-detail-wrapper .comment-wrapper .post-comment-wrapper .user-img img {
  width: 100%;
  border-radius: 8px;
}

.blog-detail-wrapper .comment-wrapper .post-comment-wrapper .user-id {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.blog-detail-wrapper .comment-wrapper .post-comment-wrapper .user-id .user-name {
  color: #2D81F7;
  font-weight: 700;
  font-size: 22px;
}

@media (max-width: 768px) {
  .blog-detail-wrapper .comment-wrapper .post-comment-wrapper .user-id .user-name {
    font-size: 18px;
  }
}
.blog-detail-wrapper .comment-wrapper .post-comment-wrapper .user-id .comment-date {
  color: #959595;
  font-size: 14px;
  margin: 5px 0;
}

.blog-detail-wrapper .post-share {
  display: inline-block;
  text-align: right;
  color: #3C4852;
  font-weight: 700;
}

.blog-detail-wrapper .post-share .share-icon img {
  width: 30px;
  margin: 10px;
}

.blog-detail-wrapper .explore-btn {
  text-align: center;
  margin-top: 20px;
}

.blog-detail-wrapper .explore-btn a {
  display: inline-block;
}

.blog-detail-wrapper .related-blogs-wrapper {
  padding-top: 40px;
}

.mcq-wrapper {
  padding: 0 0 60px 0;
}

.mcq-wrapper .mcq-title-row {
  padding-top: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}

.mcq-wrapper .mcq-title-row .section-heading {
  margin-bottom: 10px;
}

.mcq-wrapper .filter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mcq-wrapper .filter-wrapper select {
  padding: 15px 50px 15px 30px;
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 400;
  color: #3C4852;
  background-image: url("/assets/frontend/images/icons/arrow-up.png");
  background-position: right 20px center;
  background-size: 18px;
  border-color: #28C590;
  border-radius: 8px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .mcq-wrapper .filter-wrapper select {
    font-size: 14px;
  }
}
.mcq-wrapper .test-row .test-btn {
  text-decoration: none;
  border: 1px solid #3C4852;
  border-radius: 8px;
  display: block;
  text-align: center;
  padding: 3rem 2rem;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Nunito", arial;
  color: #3C4852;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .mcq-wrapper .test-row .test-btn {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .mcq-wrapper .test-row .test-btn {
    padding: 2rem;
  }
}
.mcq-wrapper .test-row .test-btn:hover {
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25);
  background-color: #2D81F7;
  border-color: #fff;
  color: #fff;
}

.exam-wrpper .section-heading {
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}

.exam-wrpper .test-wrapper .question-wrapper {
  padding-top: 40px;
}

.exam-wrpper .test-wrapper .question-wrapper .question {
  font-weight: 700;
  font-family: "Nunito", arial;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .exam-wrpper .test-wrapper .question-wrapper .question {
    font-size: 14px;
  }
}
.exam-wrpper .test-wrapper .question-wrapper .question-img {
  margin-top: 10px;
  max-width: 100%;
}

.exam-wrpper .test-wrapper .question-wrapper .options .answer {
  margin-top: 20px;
}

.exam-wrpper .test-wrapper .question-wrapper .options input[type=radio] {
  display: none;
}

.exam-wrpper .test-wrapper .question-wrapper .options .answer-item {
  font-family: "Nunito", arial;
  background-color: #E9E9E9;
  display: block;
  padding: 12px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .exam-wrpper .test-wrapper .question-wrapper .options .answer-item {
    font-size: 14px;
  }
}
.exam-wrpper .test-wrapper .question-wrapper .options .answer-item .option-no {
  font-weight: 700;
}

.exam-wrpper .test-wrapper .question-wrapper .options .img-answer-item {
  display: inline-block;
  padding: 12px 30px;
  margin-top: 10px;
}

.exam-wrpper .test-wrapper .question-wrapper .options .ans-img-wrapper img {
  width: 100%;
  max-width: 100px;
}

.exam-wrpper .test-wrapper .question-wrapper .options input[type=radio]:checked + .answer-item {
  background-color: #DFECFF;
}

.exam-wrpper .test-wrapper .question-wrapper .options .img-option-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.exam-wrpper .test-wrapper .question-wrapper .options .img-option-row .answer {
  -ms-flex-preferred-size: 320px;
      flex-basis: 320px;
}

.score-wrapper {
  padding: 0 0 60px 0;
}

.score-wrapper .title-row {
  padding-bottom: 20px;
  padding-top: 60px;
  border-bottom: 1px solid #d9d9d9;
}

.score-wrapper .title-row .section-heading {
  border: none;
  padding: 0;
}

.score-wrapper .title-row .score {
  color: #3C4852;
  font-size: 36px;
  font-weight: 700;
  color: #3C4852;
  margin: 10px auto;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .score-wrapper .title-row .score {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .score-wrapper .title-row .score {
    margin: 0;
  }
}
.score-wrapper .title-row p {
  max-width: 650px;
  margin: auto;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .score-wrapper .title-row p {
    font-size: 14px;
  }
}
.score-wrapper .result-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-family: "Nunito", arial;
}

@media (max-width: 768px) {
  .score-wrapper .result-wrapper {
    margin-top: 20px;
  }
}
.score-wrapper .result-wrapper .result-btn {
  padding: 20px;
  width: 300px;
  font-weight: 700;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .score-wrapper .result-wrapper .result-btn {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .score-wrapper .result-wrapper .result-btn {
    width: auto;
  }
}
.score-wrapper .result-wrapper .right-ans {
  background-color: #E9E9E9;
  color: #3C4852;
}

.score-wrapper .result-wrapper .explanation {
  background-color: #2D81F7;
  color: #fff;
  margin-top: 20px;
}

.paginate {
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 768px) {
  .paginate {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.paginate p {
  text-align: right;
}

.paginate .p-n-btn {
  display: none;
}

.paginate .rounded-lg {
  border-radius: 0.5rem;
}

.paginate .active-page {
  background-color: #2D81F7 !important;
  color: white;
  font-weight: 700;
  border: 1px solid #2D81F7 !important;
  padding: 0.5rem 1rem !important;
  margin: 0 0.1rem;
}

.paginate .other-page {
  font-weight: 700;
  padding: 0.5rem 1rem !important;
  margin: 0 0.1rem 0.3rem 0;
  display: inline-block;
}

.select-list-dropdown {
  width: 200px;
  background-color: #fff;
  border: 1px solid #28C590;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 auto;
  z-index: 10;
}

@media (max-width: 1366px) {
  .select-list-dropdown {
    font-size: 18px;
  }
}
.select-list-dropdown .default-option {
  padding-left: 15px;
  width: 100%;
  position: relative;
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 5px 15px 15px;
}

.select-list-dropdown .default-option:before {
  font-family: "FontAwesome";
  content: "\f078";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  font-size: 20px;
}

@media (max-width: 1366px) {
  .select-list-dropdown .default-option:before {
    font-size: 18px;
  }
}
.select-list-dropdown ul {
  position: absolute;
  top: 60px;
  left: 0px;
  background: #fff;
  width: 200px;
  border-radius: 5px;
  padding: 20px;
  display: none;
  -webkit-box-shadow: 8px 8px 6px -10px #b3c6ff;
          box-shadow: 8px 8px 6px -10px #b3c6ff;
  z-index: 10;
}

.select-list-dropdown ul.active {
  display: block;
}

.select-list-dropdown ul li {
  padding-bottom: 20px;
  list-style: none;
}

.select-list-dropdown ul li:last-child {
  padding-bottom: 0;
}

.select-list-dropdown ul li:hover {
  color: #6f768d;
}

.select-list-dropdown ul li a {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
  text-decoration: none;
  display: block;
}

table tr, table td {
  border-width: 1px;
}

.sprint-workshop .sprint-workshop-container {
  padding-top: 60px;
}

.sprint-workshop .sprint-workshop-container .section-heading {
  margin-bottom: 20px;
}

.sprint-workshop .sprint-workshop-container .workshop-register-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
  margin-top: 20px;
}

.sprint-workshop .sprint-workshop-container .workshop-register-btn-wrapper .read-more-btn {
  font-family: "Nunito", arial;
  font-size: 18px;
  color: #2D81F7;
  font-weight: 700;
  text-decoration: none;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .sprint-workshop .sprint-workshop-container .workshop-register-btn-wrapper .read-more-btn {
    font-size: 14px;
  }
}
.sprint-workshop .sprint-workshop-container .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .sprint-workshop .sprint-workshop-container .time {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sprint-workshop .sprint-workshop-container .time .time-date {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
  font-weight: 400;
  margin-right: 10px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .sprint-workshop .sprint-workshop-container .time .time-date {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .sprint-workshop .sprint-workshop-container .time .time-date {
    margin-bottom: 10px;
  }
}
.sprint-workshop .sprint-workshop-container .time .register-close {
  color: #2D81F7;
  font-family: "Nunito", arial;
  font-size: 16px;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .sprint-workshop .sprint-workshop-container .time .register-close {
    margin-left: 0;
  }
}
.sprint-workshop .sprint-workshop-container .modal-header {
  border-bottom: 0;
}

.sprint-workshop .sprint-workshop-container .paginate svg {
  width: 30px;
}

.sprint-workshop .sprint-workshop-container .workshop-detail-wrapper {
  padding: 0 40px 40px;
}

@-webkit-keyframes bounceRight {
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}

@keyframes bounceRight {
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}
.free-workshop-form {
  margin-top: 40px;
}

.free-workshop-form .form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.free-workshop-form .form-fields label {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
  font-weight: 400;
}

.free-workshop-form .form-fields .form-input-field {
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 15px;
  border: 1px solid #fff;
  margin-top: 10px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .free-workshop-form .form-fields .form-input-field {
    font-size: 14px;
  }
}
.free-workshop-form .form-fields .form-input-field:focus-visible {
  outline: none;
}

.free-workshop-form .agree-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.free-workshop-form .agree-checkbox input[type=checkbox] {
  width: 1.15em;
  height: 1.15em;
  border-radius: 0;
  -webkit-transform: translateY(-0.075em);
          transform: translateY(-0.075em);
  margin-right: 10px;
}

.free-workshop-form .agree-checkbox a {
  color: #2D81F7;
  text-decoration: none;
}

.free-workshop-form .form-btn {
  margin-top: 2rem;
}

.free-workshop-form .form-btn .catking-btn {
  width: 100%;
}

.login-modal {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.login-modal .modal-backdrop {
  background-color: #0000ff;
}

.login-modal .modal-header {
  border-bottom: 0;
}

.login-modal .modal-body .login-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.login-modal .modal-body .login-btn .catking-btn {
  display: inline-block;
  width: 200px;
  max-width: 100%;
}

.login-modal .modal-body .login-btn .login-link {
  margin-top: 20px;
}

.login-modal .modal-body .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login-modal .modal-body .content-wrapper img {
  margin: 0 auto 20px auto;
}

.page-blur {
  -webkit-filter: blur(8px);
          filter: blur(8px);
}

.exam-course-provide {
  padding: 60px 0 0 0;
}

.blog-search-dropdown {
  display: inline-block;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog-search-dropdown button {
  padding: 1em 4em 1em 2em;
  background: #fff;
  border: 1px solid #28C590;
  border-radius: 8px;
  font-weight: bold;
  text-align: left;
  font-family: "Nunito", arial;
  font-size: 18px;
  color: #3C4852;
  width: 22em;
  cursor: pointer;
}

.blog-search-dropdown button:before, .blog-search-dropdown button:after {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-search-dropdown ul {
  display: none;
  position: absolute;
  background: #fff;
  list-style: none;
  border: 1px solid #28C590;
  line-height: 1em;
  top: 60px;
  left: 0px;
  -webkit-box-shadow: 0px 0px 3px 1px #ccc;
          box-shadow: 0px 0px 3px 1px #ccc;
  padding: 0;
  margin: 0;
  z-index: 1;
  height: 350px;
  overflow-y: auto;
  width: 24.7em;
}

.blog-search-dropdown ul li {
  font-family: "Nunito", arial;
  font-size: 18px;
  color: #3C4852;
  cursor: pointer;
  display: block;
}

.blog-search-dropdown ul li:hover {
  background: #f0f0f0;
}

.blog-search-dropdown ul li.searchInput {
  padding: 0.5em;
}

.blog-search-dropdown ul li.searchInput input {
  width: 100%;
  border: 0px;
  border: 1px solid #ccc;
  padding: 0.5em;
}

.blog-search-dropdown ul li a {
  display: inline-block;
  padding: 0.8em;
  color: #3C4852;
  width: 100%;
  line-height: 25px;
}

.college-content-header {
  padding-bottom: 20px;
}

.college-content-header .college-location-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 999px) {
  .college-content-header .college-location-detail {
    width: 35%;
  }
}
.college-content-header .college-location-detail .establishment {
  font-family: "Nunito", arial;
  color: #3C4852;
  font-size: 16px;
}

.college-content-header .college-location-detail .establishment span {
  font-weight: bold;
}

.college-content-header .college-location-detail .location {
  font-family: "Nunito", arial;
  color: #3C4852;
  font-size: 16px;
}

.college-content-header .college-location-detail .location .fa-solid {
  color: #2D81F7;
}

.college-content-header .college-topbar-menu {
  background-color: #fff;
  padding: 12px;
  position: relative;
  -webkit-box-shadow: 0 0 11px 2px rgba(162, 160, 160, 0.3490196078);
          box-shadow: 0 0 11px 2px rgba(162, 160, 160, 0.3490196078);
  border-radius: 8px;
  margin-top: 20px;
}

.college-content-header .college-topbar-menu ul {
  list-style: none;
  margin-bottom: 0;
  display: block;
  padding-right: 45px;
  padding-left: 0;
}

.college-content-header .college-topbar-menu ul li {
  display: inline;
}

.college-content-header .college-topbar-menu ul li a {
  font-family: "Nunito", arial;
  font-weight: 700;
  font-size: 16px;
  color: #3C4852;
  text-decoration: none;
  display: inline-block;
  padding: 0px 10px 10px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .college-content-header .college-topbar-menu ul li a {
    font-size: 14px;
  }
}
.college-content-header .college-topbar-menu ul li.hide {
  display: none;
}

.college-content-header .college-topbar-menu ul li.college-nav-active a {
  color: #2D81F7;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .college-content-header p {
    font-size: 14px;
  }
}
.college-course {
  padding: 0 0 60px 0;
}

.college-alumni {
  padding: 0 0 60px 0;
}

.college-alumni .alumni-wrapper {
  margin-bottom: 20px;
}

.college-alumni .alumni-wrapper img {
  border-radius: 10px;
  width: 100%;
}

.college-alumni .alumni-wrapper .alumni-detail-wrapper {
  background-color: #2D81F7;
  padding: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: -10px;
}

.college-alumni .alumni-wrapper .alumni-detail-wrapper .alumni-name {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Nunito", arial;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.college-alumni .alumni-wrapper .alumni-detail-wrapper .alumni-description {
  font-family: "Nunito", arial;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}

.college-card .college-card-wrapper {
  background: #fff;
  -webkit-box-shadow: 0px 1.42292px 10.6719px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1.42292px 10.6719px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 15px;
}

.college-card .college-card-wrapper .main-heading {
  font-family: "Nunito", arial;
  color: #3C4852;
  font-size: 20px;
  font-weight: bold;
}

.college-card .college-card-wrapper .description {
  font-family: "Nunito", arial;
  color: #3C4852;
  font-size: 18px;
}

.college-card .college-card-wrapper .date {
  font-family: "Nunito", arial;
  color: #3C4852;
  font-size: 16px;
}

.college-card .college-card-wrapper .card-footer {
  background-color: #fff;
  border-top: 0;
}

.college-review {
  padding: 0 0 60px 0;
}

.college-review .review-wrapper {
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}

.college-review .review-wrapper .review-tab {
  padding: 20px;
}

.college-review .review-wrapper .review-tab .review-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.college-review .review-wrapper .review-tab .review-header .heading {
  font-family: "Circular Std", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #3C4852;
}

.college-review .review-wrapper .review-tab .review-header .review-btn {
  background: #28C590;
  border-radius: 8px;
  color: #fff;
  font-family: "Nunito", arial;
  font-size: 16px;
  font-weight: 700;
  padding: 10px;
  text-decoration: none;
}

.college-review .review-wrapper .review-tab .comment-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 20px;
}

.college-review .review-wrapper .review-tab .comment-content .user-image img {
  width: 60px;
  max-width: 100%;
}

.college-review .review-wrapper .review-tab .comment-content .user-comments-section {
  margin-left: 20px;
}

.college-review .review-wrapper .review-tab .comment-content .user-comments-section .user-name {
  font-family: "Nunito", arial;
  font-size: 18px;
  font-weight: 700;
  color: #3C4852;
}

.college-review .review-wrapper .review-tab .comment-content .user-comments-section .comment-time {
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #8b8989;
}

.college-review .review-wrapper .review-tab .comment-content .user-comments-section .user-comment {
  margin-top: 10px;
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
}

.college-review .review-wrapper .review-tab .comment-content .user-comments-section .rating-content {
  margin-top: 10px;
}

.college-review .review-wrapper .review-tab .comment-content .user-comments-section .rating-content .fa-solid {
  color: #E59819;
}

.college-review .review-wrapper .review-tab .comment-content .user-comments-section .rating-content .fa-regular {
  color: #E59819;
}

.college-review .rate-modal .modal-content {
  padding: 20px;
  background-color: #F6F6F6;
}

.college-review .rate-modal .modal-header {
  border: 0;
}

.college-review .rate-modal .rate-heading {
  font-family: "Circular Std", sans-serif;
  font-size: 22px;
  color: #3C4852;
  font-weight: 700;
  text-align: center;
}

.college-review .rate-modal .rating-form {
  margin-top: 40px;
  margin-bottom: 40px;
}

.college-review .rate-modal .rating-form .form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.college-review .rate-modal .rating-form .form-fields .form-textarea {
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 20px;
  border: 1px solid #fff;
  margin-top: 10px;
}

.college-review .rate-modal .rating-form .form-btn {
  margin-top: 2rem;
}

.college-review .rate-modal .rating-form .form-btn .catking-btn {
  width: 100%;
}

@media (min-width: 1200px) {
  .college-review .rate-modal .rating-form .form-btn .catking-btn {
    width: 60%;
  }
}
.college-review .rate-modal .rating-form .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.college-review .rate-modal .rating-form .rating > input {
  display: none;
}

.college-review .rate-modal .rating-form .rating > label {
  position: relative;
  width: 40px;
  font-size: 40px;
  color: #FFD700;
  cursor: pointer;
}

.college-review .rate-modal .rating-form .rating > label::before {
  content: "★";
  position: absolute;
  opacity: 0;
}

.college-review .rate-modal .rating-form .rating > label:hover:before,
.college-review .rate-modal .rating-form .rating > label:hover ~ label:before {
  opacity: 1 !important;
}

.college-review .rate-modal .rating-form .rating > input:checked ~ label:before {
  opacity: 1;
}

.college-review .rate-modal .rating-form .rating:hover > input:checked ~ label:before {
  opacity: 0.4;
}

.college-gallery {
  padding: 0 0 60px 0;
}

.college-gallery .college-gallery-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.college-gallery .college-gallery-wrapper img {
  width: 100%;
}

.college-question {
  padding: 0 0 60px 0;
}

.college-question .college-faq {
  margin-top: 40px;
  margin-bottom: 40px;
}

.range-slider {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.range-slider .rangeValues {
  display: block;
  font-family: "Nunito", arial;
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
}

.range-slider input[type=range] {
  -webkit-appearance: none;
  border: 1px solid white;
  width: 240px;
  position: absolute;
  left: 0;
}

@media (min-width: 991px) and (max-width: 1024px) {
  .range-slider input[type=range] {
    width: 100%;
  }
}
.range-slider input[type=range]::-webkit-slider-runnable-track {
  width: 240px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

.range-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #2D81F7;
  margin-top: -4px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.range-slider input[type=range]:focus {
  outline: none;
}

.range-slider input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

.range-slider input[type=range]::-moz-range-track {
  width: 240px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

.range-slider input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #2D81F7;
}

.range-slider input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

.range-slider input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
  z-index: -4;
}

.range-slider input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}

.range-slider input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}

.range-slider input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #2D81F7;
}

.range-slider input[type=range]:focus::-ms-fill-lower {
  background: #888;
}

.range-slider input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}

.college-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  width: calc(75% - 10px);
}

@media (max-width: 767px) {
  .college-btn {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .college-btn {
    width: 100%;
  }
}
.college-btn .blue-transparent-btn {
  background-color: transparent;
  color: #2D81F7;
  border: 1px solid #2D81F7;
}

.college-btn .blue-transparent-btn:hover {
  background-color: #2D81F7;
  color: #fff;
}

.college-btn .college-btn-list {
  margin-right: 20px;
  width: 300px;
}

@media (max-width: 767px) {
  .college-btn .college-btn-list {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
}
.college-btn .catking-btn {
  padding: 18px 20px;
  text-align: center;
}

.fee-range-slider-mobile {
  margin-bottom: 40px;
}

.top-college .college-filter {
  margin-top: 40px;
}

.top-college .college-filter .filter-heading {
  font-family: "Nunito", arial;
  color: #3C4852;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .college-filter-modal .modal-dialog {
    margin: 1.75rem auto 0 19rem;
  }
}
.college-filter-modal .modal-dialog .modal-content {
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.college-filter-modal .modal-dialog .modal-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 200px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.college-filter-modal .modal-dialog .modal-content ul li {
  margin: 0 10px 8px 0;
  padding-left: 10px;
}

.college-filter-modal .modal-dialog .modal-content ul li .form-group {
  display: block;
  margin-bottom: 10px;
}

.college-filter-modal .modal-dialog .modal-content ul li .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.college-filter-modal .modal-dialog .modal-content ul li .form-group label {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Nunito", arial;
  font-size: 16px;
  color: #3C4852;
}

.college-filter-modal .modal-dialog .modal-content ul li .form-group label::before {
  content: "";
  background-color: transparent;
  border: 2px solid #9E9E9E;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 20px;
}

.college-filter-modal .modal-dialog .modal-content ul li .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 6px;
  width: 6px;
  height: 11px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.catking-table {
  border: #28c590;
}

.catking-table tr {
  background-color: #e8f4fa;
}

.shorcode-form {
  font-family: "Nunito", arial;
  background-color: white;
  border-radius: 8px;
  padding: 40px;
}

.shorcode-form .form-control {
  border: 1px solid #fff;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
  padding: 15px;
  margin-bottom: 30px;
}

.shorcode-form .form-label {
  margin-bottom: 0;
}

.shorcode-form .blue-btn {
  width: 300px;
  margin: auto;
}

.error-wrapper {
  min-height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.error-wrapper .error-code {
  font-size: 10vw;
  font-weight: bold;
  color: #2D81F7;
  line-height: 1.2;
}

.error-wrapper p {
  font-weight: 600;
  font-size: 20px;
}

.error-wrapper a:hover {
  font-weight: 600;
}

.required::after {
  content: "*";
  color: red;
}

.onesignal-bell-launcher-md {
  width: 32px !important;
}

.onesignal-bell-launcher-md .onesignal-bell-launcher-button {
  width: 32px !important;
  height: 32px !important;
}

#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-theme-default .onesignal-bell-launcher-button svg .background {
  fill: #fff !important;
}

#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-theme-default .onesignal-bell-launcher-button svg .foreground {
  fill: #e54b4d !important;
}

#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-theme-default .onesignal-bell-launcher-button svg .stroke {
  stroke: #e54b4d !important;
}

.text-editor-component-content {
  width: 100%;
  display: contents;
}

[data-visibility=hide] {
  display: none !important;
}

/* SweetAlert START */
.swal2-styled.swal2-cancel {
  top: -20px;
  position: absolute;
  right: -20px;
  background: initial;
  background-color: #ff0000;
  color: #fff;
  font-size: 20px;
  padding: 1px 10px;
  border-radius: 100%;
}

.swal2-actions {
  margin-top: 0;
}

.swal2-content {
  padding: 0;
}

/* SweetAlert END */
label.input-error {
  color: #ea1e62 !important;
}

input.otp-input {
  text-align: center;
  font-size: 30px;
  color: #716f6f;
  font-weight: 700;
  padding-bottom: 12px;
}

div > div:last-child > input.otp-input {
  margin-right: 0;
}

form.auth-form {
  max-width: 316px;
  margin: auto;
}

.login-progressbar li.active:before {
  background: #2d81f7;
  color: white;
}

/* header menu fixed hovering disappearing */
.desktop-menu-dropdown .dropdown-inner-wrapper .dropdown-category-menu {
  width: 600px;
  padding-right: 300px;
}

.desktop-menu-dropdown .dropdown-inner-wrapper .dropdown-course-menu {
  left: 50%;
}

.footer-course-price .current-price {
  font-size: 16px !important;
  color: #3C4852 !important;
}

img {
  max-width: 100%;
}

.main-home-div {
  position: unset;
}
