﻿@charset "utf-8";
/* CSS Document */

a:hover {
  text-decoration: none;
}

.single-link .card .card-content img {
  /*width: 70px;*/
}

.bg-light-orange {
  background: #ffe9db;
}

.single-link .card .card-content h3 {
  font-size: 16px;
  margin: 20px 0 10px 0;
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
}

.heading-section h3 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}

.scheme-content {
  display: table;
  width: 100%;
}

.scheme-content .scheme-name {
  padding: 10px;
  font-weight: 600;
  height: 70px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

/************* Login and Register CSS ***************/
.page-body-wrapper.full-page-wrapper {
  width: 100%;
  min-height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.container-scroller {
  overflow: hidden;
}

.content-wrapper {
  background: #f1f2f7;
  padding: 30px 15px;
  width: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.flex-grow {
  flex-grow: 1;
}

.d-flex {
  display: flex !important;
}

.align-items-center {
  align-items: center !important;
}

.w-100 {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
}

.centerd-area {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.auth .auth-form-light {
  background: #ffffff;
  padding: 3rem
}

.text-left {
  text-align: left !important;
}

.auth .brand-logo {
  margin-bottom: 2rem;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.mr-l {
  margin-left: -6px
}

.auth form .form-group .form-control.form-control-lg {
  padding: 10px;
  line-height: 1.5;
  border: 1px solid #e9e8ef;
  border-radius: 0;
  margin-bottom: 20px;
}

.auth form .btn-primary,
.auth form .btn-primary:focus,
.auth form .btn-primary:active {
  color: #fff;
  background-color: #5e2572;
  border: none;
  box-shadow: none;
  font-size: 18px;
}

.auth-form-btn {
  border-radius: 3px;
  margin-bottom: 10px;
}

.form-check {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 0;
}

.auth.auth-img-bg {
  padding: 0;
}

.auth form .checkbox-container {
  display: block;
  text-align: left;
  color: #9b9b9b !important;
  position: relative;
  padding-left: 25px !important;
  font-weight: 400;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.auth form .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
}

/* Create a custom checkbox */
.auth form .checkbox-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #5e2572;
}

/* When the checkbox is checked, add a blue background */
.auth form .checkbox-container input:checked~.checkbox-checkmark {
  background-color: #5e2572;
  border: 2px solid #5e2572;
}

/* Create the checkmark/indicator (hidden when not checked) */
.auth form .checkbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.auth form .checkbox-container input:checked~.checkbox-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.auth form .checkbox-container .checkbox-checkmark:after {
  left: 5px;
  top: 1px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.justify-content-between {
  justify-content: space-between !important;
}

.auth form .btn-primary:focus,
.auth form .btn-primary:active {
  outline: unset;
  outline: unset;
  outline-offset: unset;
}

.text-black {
  color: #000;
  margin-top: -10px;
}

.btn-facebook {
  background: #3B5998 !important;
  color: #ffffff;
}

.btn-google {
  background: #DC4E41 !important;
  color: #ffffff;
}

.color-txt {
  color: #850808;
  font-weight: bold;
}

.auth .login-half-bg {
  background: url(../images/login-bg.jpg);
  background-size: cover;
}

/*============= New CSS ===============*/

@media (min-width:992px) {
  body.boxed .global-wrap {
    width: 1230px;
    margin: 30px auto;
    -webkit-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.2);
  }
}

.full-page {
  background: url(../images/lp/Background.png);
  background-attachment: fixed;
  background-size: cover;
}

.global-wrap {
  background: #fff;
  height: 100%;

}

.dis-table {
  display: table;
}

.full,
.full-page {
  width: 100%;
  height: 100%;
}

.rel {
  position: relative;
}

.full-height {
  height: 100%;
}

.full-page {
  position: relative;
}

.top-area,
.special-area {
  /*height: 700px;*/
  position: relative;
  overflow: hidden;
}

.special-area {
  height: 500px;
}

.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-darken {
  background: #f2f2f2;
}

/******************New Added CSS****************************/
.login-page-packages {
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  left: 430px;
  /*overflow-y: auto;*/
  background-color: transparent;
  min-height: 100vh;
  z-index: 9;
}

.login-page-packages h2 {
  color: #fff;
  margin-bottom: 15px;
}

.packages-content {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  max-width: 750px;
  margin: 0 auto;
  right: 20px;
  left: 20px;
}

.access_social .btn-google {
  justify-content: center;
  box-shadow: none !important;
  border-radius: 3px !important;
}

.global-wrap .auth-form-btn {
  background: #850808;
  border: 1px solid #850808;
}

.global-wrap .text-primary {
  color: #850808 !important;
}

.register-type .radio.radio-inline {
  display: inline-block;
  background: transparent;
  padding: 0;
  margin-bottom: 15px;
  position: relative;
}

.register-type .radio-container input {
  top: 0;
}

.register-type .radio-container {
  padding-left: 25px;
}

.register-type .radio-checkmark {
  border-color: #C5C5C5;
  top: 2px;
}

.register-type .radio.radio-inline:nth-child(2) {
  margin-right: 40px;
}

.register-type .radio-container input:checked~.radio-checkmark {
  border-color: #850808;
}

.register-type .radio-container .radio-checkmark:after {
  background: #850808;
}

#login {
  width: 430px;
  padding: 0px 10px 30px 10px;
  position: absolute;
  left: 0;
  top: 0;
  /*overflow-y: auto;*/
  background-color: #fff;
  min-height: 100vh;
  z-index: 9;
}

#login aside {
  width: 100%;
  /*position: absolute;
    overflow-y: auto;*/
  overflow-x: hidden;
  min-height: calc(100vh - 30px);
}

#login figure {
  text-align: center;
  border-bottom: 1px solid #ededed;
  margin: 0 0 25px 0;
  padding: 20px 0px 20px 0px;
}

#login aside .login-form {
  margin-bottom: 60px;
  display: block;
}

.access_social {
  margin-top: 45px;
}

a.social_bt.facebook {
  background-color: #3B5998;
}

a.social_bt.facebook:before {
  content: "\f09a";
  left: 12px;
  top: 12px;
  position: absolute;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a.social_bt.google {
  background-color: #DC4E41;
}

a.social_bt.google:before {
  content: "\f0d5";
  left: 12px;
  top: 12px;
  position: absolute;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a.social_bt.linkedin {
  background-color: #0077B5;
}

a.social_bt.linkedin:before {
  content: "\f0e1";
  left: 12px;
  top: 12px;
  position: absolute;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a.social_bt:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}

a.social_bt {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  min-width: 200px;
  margin-bottom: 15px;
  display: block;
  padding: 12px;
  line-height: 1;
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.divider {
  text-align: center;
  height: 1px;
  margin: 30px 0 20px 0;
  background-color: #e1e8ed;
}

.divider span {
  position: relative;
  top: -20px;
  background-color: #fff;
  display: inline-block;
  padding: 10px;
  font-style: italic;
}

a#forgot {
  color: #737373;
  font-weight: 500;
}

.btn_1.rounded {
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  border-radius: 25px !important;
}

.btn_1:hover {
  background: #0098da;
  color: #fff;
}

.btn_1.full-width {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}

.btn_1 {
  border: none;
  color: #fff;
  background: #ed3237;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 15px 30px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.add_top_10 a {
  color: #ed3237;
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
}

#login aside .copy {
  text-align: center;
  position: absolute;
  height: 30px;
  left: 0;
  bottom: 0px;
  width: 100%;
  color: #999;
  font-weight: 500;
}

#login aside .copy a {
  color: #ed3237;
}

.infobox {
  padding: 25px;
  /* border: 1px solid orange; */
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 45px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 45px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 45px -10px rgba(0, 0, 0, 0.75);
}

.about h2 {
  font-weight: 400;
}

.serviceList li {
  color: #f9a75d;
  display: inline-block;
  margin: 4px;
  padding: 8px;
  border: 1px dashed #e5e5e5;
  border-radius: 5px;
}

.location-map:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.location-map {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.thumb-header .fa {
  font-size: 61px;
  color: #fff;
  background: #0098da;
  padding: 12px;
  height: 90px;
  width: 90px;
  border-radius: 50%;
}

.why-choose {
  padding: 80px 0;
}

.domestic-holiday-section {
  background: #f2f2f2;
  padding: 80px 0 100px;
}

.international-holiday-section {
  padding: 80px 0 100px;
}

.holiday-section .holiday-pics {
  padding: 0;
  position: relative;
}

.holiday-section .holiday-pics:hover .thumb-caption {
  opacity: 1;
}

.holiday-section .holiday-pics:hover .hover-title {
  opacity: 0;
}

.holiday-section .holiday-pics:hover img {
  opacity: 0.1;
  -webkit-transform: scale3d(1.5, 1.5, 0.5);
  transform: scale3d(1.5, 1.5, 0.5);
}

.holiday-section .holiday-pics:hover:before {
  opacity: 0.65;
  background: #0098da;
}

.holiday-section .holiday-pics:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

.holiday-section .holiday-pics .thumb-caption .text-darken {
  color: #fff;
}

.holiday-section .holiday-pics img {
  width: 100%;
}

.holiday-section .holiday-pics img,
.holiday-section .holiday-pics .thumb-title {
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
}

.holiday-section .holiday-pics .thumb-caption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
  opacity: 0;
  /* margin-top: -15px; */
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

.holiday-section .holiday-pics:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.holiday-section .holiday-pics p {
  position: absolute;
  bottom: 0;
  top: 55px;
  text-align: left;
  font-style: italic;
  text-transform: none;
  font-size: 16px;
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transform-origin: 50% -100%;
  transform-origin: 50% -100%;
  color: inherit;
}

.bg-color {
  background: #0098da;
}

.bg-holder {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
}

.bg-holder>.bg-mask,
.bg-holder>.bg-blur,
.bg-holder>.bg-mask-darken,
.bg-holder>.bg-mask-lighten,
.bg-holder>.bg-parallax,
.bg-holder>.bg-img,
.bg-holder>.bg-video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.bg-holder>.bg-video {
  width: 100%;
  height: auto;
  z-index: 4;
}

.bg-holder>.bg-mask,
.bg-holder>.bg-parallax,
.bg-holder>.bg-img {
  width: 100%;
  height: 100%;
}

.bg-holder.full>.bg-mask,
.bg-holder.full>.bg-mask-darken,
.bg-holder.full>.bg-mask-lighten,
.bg-holder.full>.bg-mask-white,
.bg-holder.full>.bg-mask-color,
.bg-holder.full>.bg-mask-color-invert {
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  background: #000;
}

.bg-holder>.bg-mask,
.bg-holder>.bg-mask-darken,
.bg-holder>.bg-mask-lighten,
.bg-holder>.bg-mask-white,
.bg-holder>.bg-mask-color,
.bg-holder>.bg-mask-color-invert {
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  background: #000;
}

.bg-holder>.bg-mask-lighten {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}

.bg-holder>.bg-mask-darken {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.bg-holder>.bg-mask-color {
  background: #0098da;
}

.bg-holder>.bg-mask-white {
  background: #fff;
}

.bg-holder>.bg-mask-color-invert {
  background: #127cdc;
}

.bg-holder>.bg-parallax {
  background-position: 50% 0;
  background-attachment: fixed;
}

@media (max-width:992px) {
  .bg-holder>.bg-parallax {
    background-attachment: scroll;
    background-position: center center;
  }
}

.bg-holder>.bg-blur {
  width: 50% !important;
  height: 50% !important;
  -webkit-transform-origin: 1% 1%;
  -moz-transform-origin: 1% 1%;
  -o-transform-origin: 1% 1%;
  -ms-transform-origin: 1% 1%;
  transform-origin: 1% 1%;
  -webkit-transform: scale(2.1);
  -moz-transform: scale(2.1);
  -o-transform: scale(2.1);
  -ms-transform: scale(2.1);
  transform: scale(2.1);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
  z-index: 0;
}

.bg-holder>.bg-blur:before {
  content: '';
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bg-holder>.bg-blur.bg-parallax {
  background-attachment: scroll;
}

.bg-holder>.bg-holder-content,
.bg-holder>.bg-content {
  position: relative;
  z-index: 7;
}

.bg-holder>.bg-front {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 6;
}

@media (max-width:992px) {
  .bg-holder>.bg-front.bg-front-mob-rel {
    position: relative;
  }
}

.vert-center {
  left: 0 !important;
  position: absolute !important;
  top: 50% !important;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.hor-center {
  left: 50% !important;
  position: absolute !important;
  top: 0 !important;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.full-center {
  left: 50% !important;
  position: absolute !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.to-top {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: relative;
  z-index: 10;
}

.loc-info {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  padding-top: 50px;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.loc-info .loc-info-title {
  color: #fff;
}

.loc-info .loc-info-title img {
  width: auto;
  margin-right: 10px;
  margin-top: -5px;
}

.loc-info .loc-info-weather {
  margin: 0;
}

.loc-info .loc-info-weather-icon {
  font-size: 60px;
  margin-left: 5px;
}

.loc-info .loc-info-weather-num {
  font-size: 30px;
  position: relative;
  top: -15px;
}

.loc-info .loc-info-weather-num .meteocon {
  margin-left: -5px;
}

.loc-info .loc-info-list {
  list-style: none;
  padding: 0;
  margin: 5px 0 10px 0;
  font-size: 13px;
}

.loc-info .loc-info-list>li>a {
  color: #fff;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.loc-info .loc-info-list>li>a .fa {
  margin-right: 5px;
}

.loc-info .loc-info-list>li>a:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.round {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.round img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.curved {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

img {
  width: 100%;
}

img.origin {
  width: auto;
}

img.pp-img {
  width: 200px;
  margin-bottom: 10px;
}

.header-top {
  padding: 0px;
  background: rgba(0, 0, 0, 0.5);
}

.header-bottom {
  background: #0098da;
}

@media (max-width:992px) {
  .header-top {
    max-height: none;
    background: #fff;
  }

  #fixed-header .container {
    width: 100%;
  }

  header#main-header,
  .header-top.sticky {
    position: relative !important;
    background: #fff !important;
  }

}

.logo {
  display: block;
}

.logo img {
  width: auto;
  max-width: 300px;
}

.top-user-area {
  font-size: 16px;
  position: relative;
  padding: 9px 0;
}

.top-user-area>ul>li {
  line-height: 40px;
}

.top-user-area .top-user-area-list {
  float: right;
  /*position: absolute;
  top: 0;
  right: 0;*/
}

@media (max-width:992px) {
  .top-user-area .top-user-area-list {
    margin-top: 10px;
    position: relative;
  }
}

.top-user-area .top-user-area-list>li {
  position: relative;
  border: none !important;
}

.top-user-area .top-user-area-list>li a {
  color: #737373;
}

.top-user-area .top-user-area-list>li:after {
  content: '';
  position: absolute;
  top: 30%;
  right: 0;
  height: 40%;
  background: #737373;
  width: 2px;
}

.top-user-area .top-user-area-list>li:last-child:after {
  background: none;
}

a.user-links {
  color: #737373;
}

.top-user-area .top-user-area-list>li.top-user-area-avatar {
  font-weight: 400;
}

.top-user-area .top-user-area-list>li.top-user-area-avatar>a>img {
  width: 44px;
  height: 44px;
  margin-right: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.top-user-area .top-user-area-list>li.top-user-area-avatar>a:hover>img {
  border: 2px solid #0098da;
}

.top-user-area .top-user-area-list>li.top-user-area-lang>a>img {
  margin-top: -2px;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.top-user-area .top-user-area-list>li.top-user-area-lang>a:hover>img {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.top-user-area .top-user-area-list>li.top-user-area-lang .nav-drop-menu li a {
  line-height: 20px;
}

.top-user-area .top-user-area-list>li.top-user-area-lang .nav-drop-menu li a img {
  width: 20px;
  height: 20px;
}


@media (max-width:1024px) {
  .logo {
    display: block;
    position: relative;
    height: auto;
    padding: 0;
  }

  #login figure {
    margin: 0 0 20px 0;
    padding: 10px 0px 10px 0px;
  }
}

@media (max-width:992px) {

  .top-area,
  .special-area {
    height: 700px;
  }

  #login {
    width: 350px;
    padding: 0px 30px 30px 30px;
  }

  .login-page-packages {
    left: 350px;
  }

  #login aside {
    width: 290px;
  }

  .logo {
    display: block;
    position: relative;
    height: auto;
    padding: 0;
  }
}

/* ================== RAKESH CSS ========================================== */

.quicklinks,
.quicklinks1 {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.13);
  padding: 20px 15px;
  background: #fff;
}

.project-links.quicklinks .panel-heading,
.project-links.quicklinks1 .panel-heading {
  border-color: #fff;
  background-color: #fff;
  color: #236a9e;
}

.project-links .panel-heading {
  padding: 0;
  border-color: #236a9e;
  background-color: #236a9e;
  color: #fff;
}

.quicklinks .panel.panel-default .panel-heading .panel-title,
.quicklinks1 .panel.panel-default .panel-heading .panel-title {
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #00324c;
  padding: 0px 0px 5px 0;
  position: relative;
}

.project-links .panel-heading a {
  padding: 5px 20px 5px 5px;
  width: 100%;
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #444;
  position: relative;
  font-weight: 600;
}

.project-links .panel-body a {
  padding: 5px;
}

.project-links .panel-body a {
  display: block;
  font-size: 12px;
}

ul.include-list {
  padding: 0px;
  list-style-type: none;
}

ul.include-list li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 0px;
  font-size: 13px;
}

ul.include-list li:before {
  content: '';
  position: absolute;
  background: url(../images/icons/checked.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 16px;
  width: 16px;
  left: 0;
  top: 2px;
}

.card.sales-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}

.quicklinks .panel-body,
.quicklinks .panel-body.hide-list {
  position: relative;
  margin: 10px 0;
  border: none !important;
  padding: 0 !important;
  height: 108px;
  overflow: hidden;
}

.quicklinks .panel-body .hide-show,
.quicklinks1 .panel-body .hide-show {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 1);
  width: 100%;
  margin: 0;
  padding: 5px;
  font-size: 12px;
  cursor: pointer;
}

/*************End CSS*****************/
.logo-pmegp .mobile-logo {
  display: none;
}



#slidebar {
  width: 300px;
  top: 160px;
  position: fixed;
  z-index: 1;
  color: #333;
  cursor: pointer;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#sidebar,
#sidebar1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 200px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  word-break: break-all;
  padding: 14px;
  text-transform: uppercase;
  text-align: center;
  background: #ff6607;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

#header {
  width: 260px;
  position: absolute;
  right: 0;
  top: 0px;
  border: 1px solid #d8d8d8;
  padding: 20px;
  border-radius: 0 3px;
  background: #fff;
  cursor: auto;
  box-shadow: 5px 2px 5px #d8d8d8;
}

#close-slide {
  display: none;
}

#sidebar img,
#sidebar1 img {
  width: 20px;
  margin-left: -4px;
  margin-bottom: 5px;
}

#slidebar textarea.form-control {
  height: 80px;
  resize: none;
}

.landing-page-header .logo-pmegp {
  padding: 10px 0;
}

.logo-pmegp {
  padding: 10px 0;
}

.landing-page-header .top-bar {
  /*background: #ffffff;*/
}

.menu-bar {
  background: #ffbc5e;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffbc5e 0%, #f97b54 40%, #ffbc5e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffbc5e 0%, #f97b54 40%, #ffbc5e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffbc5e 0%, #f97b54 40%, #ffbc5e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbc5e', endColorstr='#ffbc5e', GradientType=1);
  /* IE6-9 */
}

.big-bg-image {
  background: url(../images/lp/Background.png);
  background-size: cover;
  width: 100%;
  min-height: 83.6vh;
  position: relative;
  overflow: hidden;
}

.bg-overlay-color {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.rocket-img {
  position: relative;
  z-index: 2;
}

.heading-text {
  text-align: center;
  position: relative;
  z-index: 2;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 20px;
}

a .heading-text {
  color: #444;
  line-height: 52px;
  font-size: 35px;
  text-decoration: none;
}

.block-1 {
  position: relative;
  z-index: 2;
}

.border-radius-0 {
  border-radius: 0 !important;
}

.bg-white-opac {
  background-color: rgba(256, 256, 256, 0.9);
  margin-top: 10%;
}

.btn-custom-lp {
  background: url(../images/lp/Patch.png);
  max-width: 400px;
  width: 100%;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 16px;
  display: block;
  height: 39px;
  padding: 10px 0;
}


/*************** Mobile Menu CSS ****************/

.menu-bars {
  display: none;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-x: hidden;
  transition: 0.5s;
  text-align: left;
  -webkit-box-shadow: -2px 4px 28px -5px rgba(73, 169, 194, 1);
  -moz-box-shadow: -2px 4px 28px -5px rgba(73, 169, 194, 1);
  box-shadow: -2px 4px 28px -5px rgba(73, 169, 194, 1);
}

.mob-menu {
  height: 100vh;
  overflow-y: auto;
  width: 280px;
  float: right;
  background: #ffbc5e;
  background: -moz-linear-gradient(left, #ffbc5e 0%, #f97b54 40%, #ffbc5e 100%);
  background: -webkit-linear-gradient(left, #ffbc5e 0%, #f97b54 40%, #ffbc5e 100%);
  background: linear-gradient(to right, #ffbc5e 0%, #f97b54 40%, #ffbc5e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbc5e', endColorstr='#ffbc5e', GradientType=1);
}

ul.mobile-menu-links,
ul.mobile-menu-links li ul {
  list-style-type: none;
  padding: 0;
}

.collapse.in {
  display: block;
}

.sidenav a {
  padding: 10px 15px;
  text-decoration: none;
  font-size: 18px;
  color: #929191;
  /*border-top: 1px solid #9e9b9b;*/
  display: block;
  transition: 0.3s;
  margin-right: 0;
}

.sidenav ul.mobile-menu-links li>a.open-div {
  position: relative;
}

.sidenav ul.mobile-menu-links li>a.collapsed:before {
  background: #fff;
  height: 10px;
  position: absolute;
  right: 19px;
  width: 2px;
  top: 14px;
  content: '';
  display: block !important;
}

.sidenav ul.mobile-menu-links li>a.open-div:after {
  content: '';
  background: #fff;
  height: 2px;
  position: absolute;
  right: 15px;
  width: 10px;
  top: 18px;
}

.sidenav ul.mobile-menu-links li a {
  color: #fff;
  padding-left: 20px !important;
  border-bottom: 1px solid #f94a0a !important;
  font-size: 14px;
}

.sidenav ul.mobile-menu-links li ul li.mega-menu-item a {
  padding-left: 30px;
  background: #efeeee;
}

.sidenav ul.mobile-menu-links li ul li a {
  padding-left: 30px !important;
}

.sidenav ul.mobile-menu-links li ul li.mega-menu-item ul li a {
  padding-left: 45px;
  background: #f5f5f5;
}

.sidenav .closebtn {
  position: absolute;
  top: 6px;
  right: 267px;
  font-size: 24px;
  border: 1px solid #fff;
  padding: 3px 4px !important;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #ff6607;
  color: #fff !important;
  z-index: 999999;
  line-height: 16px;
}

.menu-list .menu-bars img {
  width: 20px;
  margin-top: 6px;
}

.menu-list {
  display: none;
}

@media (max-width:1200px) {
  .bg-white-opac .heading-text {
    font-size: 30px;
    line-height: 35px;
  }
}

@media (max-width: 992px) {
  .bg-white-opac .heading-text {
    font-size: 20px;
    line-height: 35px;
    margin-top: 20px !important;
  }
}

@media (min-width: 768px) {
  .auth.auth-img-bg .auth-form-transparent {
    width: 60%;
    margin: auto;
  }
}

@media (max-width:1024px) {
  .top-bar .container-fluid {
    padding-right: 0;
  }

  .logo-pmegp {
    width: 90%;
    display: inline-block;
  }

  .menu-list {
    display: inline-block;
    padding-top: 7px;
  }

  .menu-list .menu-bars {
    margin-right: 15px;
  }

  .menu-list .menu-bars img {
    width: 20px;
    margin-top: 6px;
  }

  .menu-bars {
    display: block;
  }

  section.main-header .bottom-row {
    display: none;
  }
}

@media (max-width:767px) {
  .bg-holder {
    background: #fff;
  }

  .logo-pmegp {
    width: 80%;
  }

  .bg-white-opac .heading-text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px !important;
    text-align: center !important;
  }

  .btn-custom-lp {
    margin: 0 auto;
  }

  .logo-pmegp img.mobile-logo {
    width: 160px;
  }

  .logo-pmegp .mobile-logo {
    display: block;
  }

  .logo-pmegp .desktop-logo {
    display: none;
  }

  .top-bar .container-fluid {
    padding-right: 15px;
  }

  .auth .auth-form-light {
    padding: 30px 15px;
  }

  .login-page-packages {
    display: none !important;
  }

  .bg-holder.full>.bg-mask,
  .bg-holder>.bg-img,
  .top-area {
    display: none;
  }

  #login {
    max-width: 320px;
    width: 100% !important;
    padding: 0px !important;
    position: relative;
    margin: 0 auto;
  }

  #login aside {
    width: 100%;
    padding: 10px 15px 10px;
  }

  #login figure {
    padding: 0;
  }

  .logo img {
    max-width: 290px;
  }
}

.question-location {
  background: #ffeed8;
  /*text-align: center;*/
  border: 1px solid #ddd;
  padding: 5px;
}

.ticker-box {
  background: #333;
  width: 200px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  padding: 5px;
  font-size: 30px;
}

ul.answer-bubbles {
  margin: 10px auto;
  padding: 10%;
  width: 80%;
  /*float: left;*/
  list-style: none;
}

ul.answer-bubbles li {
  width: 30px;
  height: 30px;
  background: #E9E9E9;
  float: left;
  margin: 5px 5px 0;
  color: #bdbbbb;
  font-size: 15px;
  padding: 3px 0 0 0;
  text-align: center;
  border-radius: 50%;
}

ul.answer-bubbles li.wrong {
  background: dodgerblue;
  color: #fff
}

ul.answer-bubbles li.correct {
  background: green;
}

.question-location h4 {
  font-size: 16px;
  font-weight: 500;
}

.text-orange {
  color: #ff6607;
}

.border-2 {
  border: 1px solid #ddd;
}

.border-light-2 {
  border-color: #ddd;
}

.border-right-2 {
  border-right: 1px solid #ddd;
}

.qustion-ans-pannal .qustion {
  font-size: 16px;
  margin-bottom: 5px;
  color: #000;
}

.ans ul {
  margin: 10px;
  padding: 0px;
  list-style: none;
}

.ans ul li {
  width: 50%;
  float: left;
  margin-bottom: 5px;
}

.bix-div-answer {
  margin-top: 5px;
  margin-bottom: 10px;
  border: 1px solid #f0f0f0;
  width: 100%;
  float: left;
  padding: 5px 10px;
  background: #f0f0f0;
  position: relative;
}

.user-quiz-summery {
  width: 100%;
  float: left;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  padding: 10px;
  background: #F8F8F8;
}

.download-btn {
  text-align: center;
}

.download-btn a {
  background: rgb(255, 64, 76) none repeat scroll 0% 0%;
  color: rgb(255, 255, 255);
  margin: 0px auto;
  padding: 5px 10px;
}

.download-answersheet a {
  background: rgb(0, 134, 48) none repeat scroll 0% 0%;
  color: rgb(255, 255, 255);
  margin: 0px auto;
  padding: 5px 10px;
  margin-bottom: 15px;
}

.download-answersheet {
  display: block;
  box-sizing: border-box;
  margin-bottom: 15px;
  text-align: center;
}

.share-result {
  width: 100%;
  float: left;
  background: #F8F8F8;
  text-align: center;
  border-radius: 5px;
  padding: 20px 0 20px 0;
}

#share-result .share-your-result {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.w-0 {
  width: auto !important;
}

.user-img-demo {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  border: 2px solid #ff6607;
  padding: 10px;
  background: #fff;
}

.user-img-demo img {
  width: 100%;
}

.user-usefull-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.user-usefull-links ul li a {
  color: #fff;
  text-decoration: none;
  padding: 10px 10px;
  border-bottom: 1px solid #ea5a00 !important;
  display: block;
}

.user-usefull-links ul li .nav-link.active {
  background: #510303;
  color: #fff;
}

.user-usefull-links ul li .nav-link.active:after {
  position: absolute;
  content: '';
  color: #fff;
  z-index: 1;
  width: 5px;
  height: 5px;
  right: 20px;
  margin-top: 5px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid white;
}

.user-usefull-links ul li:last-child a {
  border-bottom: none;

}

.user-usefull-links {
  background: #ff6607;
  padding: 0px 0px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}

.download-answersheet a {
  background: rgb(0, 134, 48) none repeat scroll 0% 0%;
  color: rgb(255, 255, 255);
  margin: 0px auto;
  padding: 5px 10px;
  margin-bottom: 15px;
}

.download-answersheet {
  display: block;
  box-sizing: border-box;
  margin-bottom: 15px;
  text-align: center;
}

.share-result {
  width: 100%;
  float: left;
  background: #F8F8F8;
  text-align: center;
  border-radius: 5px;
  padding: 20px 0 20px 0;
}

#share-result .share-your-result {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.user-quiz-summery {
  width: 100%;
  float: left;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  padding: 10px;
  background: #F8F8F8;
}

.download-btn {
  text-align: center;
}

.download-btn a {
  background: rgb(255, 64, 76) none repeat scroll 0% 0%;
  color: rgb(255, 255, 255);
  margin: 0px auto;
  padding: 5px 10px;
}

.badge-orange {
  background-color: #ff6607;
}

.center-align {
  margin: 0 auto;
}

.user-icon-top-header {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #ff6607;
}

.big-bg-image {
  background: url(../images/lp/Background.png);
  background-size: cover;
  width: 100%;
  min-height: 83.6vh;
  position: relative;
  overflow: hidden;
}

.user-icon-top {
  padding-top: 2px;
}

.user-details {
  text-align: right;
  margin-top: 13px;
  border-left: 1px solid #ff6607;
  margin-bottom: 0;
}

.user-details .col-8 {
  padding-right: 0;
}

.text-user-name {

  font-weight: bold;
  color: #000;
  margin-top: 6px;
  margin-bottom: 12px;
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;

}

.user-menu nav a {
  color: #fff;
  padding: 2px 10px;
  text-transform: uppercase;
  background: #000;
  border-radius: 100px;
  font-size: 10px;
  display: inline-block;
  margin: 2px;
}

.login-logout-part {
  text-align: center;
  margin-top: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-left: 1px solid #ff6607;
  margin-bottom: 0;
}

.login-logout-part ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.login-logout-part ul li {
  display: inline-block;
}

.login-logout-part ul li a {
  background: #2d3491;
  border-radius: 3px;
  color: #fff;
  padding: 6px 20px;
}

.bg-red-t-1 {
  background: #f03a47;
}

.medium {
  font-size: 13px;
}

.bg-blue-t-1 {
  background: #0071bc;
}

.bg-orange-t-1 {
  background: #f7931e;
}

.bg-green-t-1 {
  background: #22b573;
}

.bg-blue-t-2 {
  background: #2e3192;
}

.bg-red-t-2 {
  background: #9e005d;
}

.bg-purple-t-2 {
  background: #662d91;
}

@media (max-width: 600px) {
  .user-details {
    border-left: none;
    margin-bottom: 10px;
  }
}

.left-info {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound {
  max-width: 410px;
  width: 100%;
  text-align: center;
}

.notfound .notfound-404 {
  height: 280px;
  position: relative;
  z-index: -1;
}

.notfound .notfound-404 h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 230px;
  margin: 0px;
  font-weight: 900;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url('assets/images/bg.jpg') no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
}


.notfound h2 {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

.notfound p {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0px;
}

.notfound a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: #0046d5;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 40px;
  color: #fff;
  font-weight: 700;
  -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
  box-shadow: 0px 4px 15px -5px #0046d5;
}


@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
    height: 142px;
  }

  .notfound .notfound-404 h1 {
    font-size: 112px;
  }
}

.no-border-top tbody tr:first-child td {
  border-top: none !important;
}

.tab-block {
  display: block;
  border-radius: 50%;
  background: #f2f2f2;
  text-align: center;
  line-height: 31px;
  box-shadow: 0 5px 5px #00000029;
  border: 1px solid #ddd;
  color: #444;
}

.episodes .light-blue-bg {
  background-color: #ff8556 !important;
}

.epi .card {
  border-left: 2px solid #ff8556;
}

.bg-success-light {
  background-color: #78d29e !important;
}

.badge-success-light {
  color: #fff;
  background-color: #78d29e !important;
}

.bg-danger-light {
  background-color: #ea5e5a !important;
}

.badge-danger-light {
  color: #fff;
  background-color: #ea5e5a !important;
}

.bg-warning-light {
  color: #000;
  background-color: #f0e26a !important;
}

.badge-warning-light {
  color: #000;
  background-color: #f0e26a !important;
}

.text-danger-light {
  color: #ea5e5a !important;
}

.text-success-light {
  color: #78d29e !important;
}

.text-warning-light {
  color: #f0e26a !important;
}

.video-section.fixed-bottom {
  right: 0;
  max-width: 617px;
  bottom: 0
}

.video-section .react-player__play-icon {
  width: auto !important;
}

.video-section div div {
  width: 100% !important;
}

.video-section.fixed-corner {
  left: 15%;
  width: 350px;
  position: fixed;
  bottom: -13px;
  z-index: 1;
  border: 1px solid #000;
  box-shadow: -12px -1px 25px #0000005c;
}

.video-section.fixed-corner div div {
  width: 100% !important;
  height: 210px !important;
}

.video-section.fixed-corner.card {
  background: none !important;
  padding: 0;
}

.video-section.fixed-corner.card .card-body {
  padding: 0 !important;
}

.video-section.fixed-corner .react-player__play-icon {
  width: auto !important;
  height: auto !important;
}

#hi pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: visible !important;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.user-img-demo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  border: 2px solid #ff6607;
  padding: 10px;
  background: #fff;
}

.user-img-demo img {
  width: 100%;
}

.bg-light-blue {
  background: #ebf6f9;
}

label.edit-image {
  position: absolute;
  z-index: 3;
  margin-top: -12px;
  width: 40px;
  height: 40px;
  background: #ff6607;
  display: block;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
  color: #fff;
  margin-left: 12%;
  cursor: pointer;
  top: 135px;
}

.btn-white {
  background: #fff;
  color: #333;
  padding: 3px 10px;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 3px;
}

.table-no-border td {
  border: none !important
}

.video-section div div .react-player__shadow {
  background: rgba(0, 0, 0, 0.53) radial-gradient(at center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 60%) repeat scroll 0 0 !important;
  border-radius: 20px !important;
  height: 80px !important;
  width: 125px !important;
}

.react-player__play-icon {
  border-width: 25px 0 25px 35px !important;
}

.video-section div div .react-player__shadow:hover {
  background: rgb(227, 52, 47) radial-gradient(at center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 60%) repeat scroll 0 0 !important;
}

.circle-box-dash {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  line-height: 58px;
}

.circle-box-dash img {
  width: auto !important;
}

.border-orange {
  border-color: #ff6607;
}

.mh-230 {
  min-height: 230px;
}

.mh-150 {
  min-height: 150px;
  padding: 20px;
}

.mh-200 {
  min-height: 200px;
}

.card-title-small {
  font-size: 13px;
  font-weight: bold;
  min-height: 45px;
  text-transform: uppercase;
}

.tick-mark-list {
  margin: 0;
  list-style: none;
  padding-left: 30px;
}

.tick-mark-list li {
  margin-bottom: 10px;
  font-weight: 500;
}

.tick-mark-list li:before {
  width: 15px;
  height: 11px;
  position: absolute;
  content: '';
  background-image: url("assets/img/tick-mark.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -30px;
  margin-top: 6px;
}

.footer-widget ul.list-inline li.list-inline-item a {
  color: #fff;
  font-size: 13px;
  padding: 0 10px;
}

.footer-widget ul.list-inline li.list-inline-item:last-child a:after {
  display: none;
}

.footer-widget ul.list-inline li.list-inline-item a:after {
  content: '';
  width: 1px;
  height: 12px;
  position: absolute;
  background: #fff;
  margin-left: 11px;
  margin-top: 8px;
}

.bg-light-grey .footer-widget {
  padding-top: 0;
  margin-top: 0;
}

.footer-widget ul.list-inline li.list-inline-item a:hover {
  color: #efefef;
  text-decoration: underline;
}

.verticle-nav-tabs .nav-tabs .nav-item a.nav-link:before {
  content: '';
  position: absolute;
  background: url(assets/images/arrow-list-table.png);
  background-size: 75%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 0;
  top: 12px;
}

.verticle-nav-tabs .nav-tabs .nav-item a {
  height: auto;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  border: none;
  color: #444;
  border-bottom: 1px dotted #fa8656;
}

.verticle-nav-tabs .nav-tabs .nav-item a.active {
  color: #008cf6;
}

.verticle-nav-tabs .nav-tabs {
  border: none;
}

.breadcrum-area {
  background: #e9ecef;
  font-size: 12px;
}

.center-pagination {
  margin: 10px auto;
}

.m-m-16 {
  margin: -16px;
}

.beneficiary-block {
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #a52288;
  padding: 15px;
  background: #fef2fc;
  text-align: center;
  margin-bottom: 10px;
}

.logo-mid {
  max-width: 155px;
  margin: 0 auto;
  width: 155px !important;
}

.beneficiary-block h3 {
  margin-top: 15px;
  font-weight: 700;
  font-size: 24px;
  color: #a32289;
}

.beneficiary-block a p {
  color: #666;
}

.edp-course-block {
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #389fe1;
  padding: 15px;
  background: #eef9ff;
  text-align: center;
  margin-bottom: 10px;
}

.edp-course-block h3 {
  margin-top: 15px;
  font-weight: 700;
  font-size: 24px;
  color: #389fe1;
}

.edp-course-block a p {
  color: #666;
}

.block-types {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 35px;
}

.block-types h4 {
  color: #222;
  font-weight: 700;
  font-size: 22px;
  margin-top: 15px;
}

.block-types p {
  color: #555;
  font-weight: 300;
  font-size: 13px;
}

.tab-green {
  position: absolute;
  margin-top: -25px;
  background: #6ab80c;
  max-width: 150px;
  padding: 2px 10px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 3px;
}

.pricing-plan li {
  border-bottom: 1px dotted #ededed;
  font-size: 16px;
}

.pricing-plan {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 50px;
}

.pricing-plan .card-header {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.card li {
  padding: 8px 0;
}

.set-price {
  background: #225b8b !important;
  color: #ffffff;
  /*max-width:25%;*/
}

.starter {
  background: #2da2bc !important;
  color: #ffffff;
  /*max-width:25%;*/
}

.advanced {
  background: #f79125 !important;
  color: #ffffff;
  /*max-width:25%;*/
}

.business {
  background: #cc2836 !important;
  color: #ffffff;
  /*max-width:25%;*/
}

.header-top-links {
  background: #ffbc5e;
  background: -moz-linear-gradient(left, #ffbc5e 0%, #f97b54 40%, #ffbc5e 100%);
  background: -webkit-linear-gradient(left, #ffbc5e 0%, #f97b54 40%, #ffbc5e 100%);
  background: linear-gradient(to right, #ffbc5e 0%, #f97b54 40%, #ffbc5e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbc5e', endColorstr='#ffbc5e', GradientType=1);
}

.header-top-links a {
  color: #fff;
}

.header-top-links .menu-right-side ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.header-top-links .menu-right-side ul li {
  display: inline-block;
}

.header-top-links .menu-right-side ul li a {
  padding: 10px;
  line-height: 40px;
}

select.custom-select.menu-select {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 0px 12px;
  height: auto;
}

select.custom-select.menu-select option {
  color: #495057;
}

@media (max-width: 991px) {
  .login-logout-part ul li a {
    padding: 6px 10px;
  }
}

@media (max-width: 767px) {
  .header-top-links .menu-left-side {
    width: 100%;
    text-align: center;
  }

  .header-top-links a {
    color: #fff;
    line-height: 30px;
  }
}

@media (max-width: 575px) {
  .header-top-links a {
    line-height: 40px;
    font-size: 12px;
  }

  .login-logout-part {
    margin-top: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    border-left: 0;
    margin-bottom: 0;
  }

  .login-logout-part ul li a {
    padding: 3px 5px;
  }

  .header-top-links .menu-left-side {
    text-align: left;
  }

  .login-logout-part {
    margin-top: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    border-left: 0;
    margin-bottom: 0;
    position: absolute;
    top: -142px;
    right: 15px;
  }
}

@media (max-width:767px) {
  .pricing-plan {
    display: block !important;
  }
}

/* box-shadow */
ol.gradient-list>li::before,
ol.gradient-list>li {
  box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
}


ol.gradient-list {
  counter-reset: gradient-counter;
  list-style: none;
  margin: 1.75rem 0;
  padding-left: 1rem;
}

ol.gradient-list>li {
  background: white;
  border-radius: 0 0.5rem 0.5rem 0.5rem;
  counter-increment: gradient-counter;
  margin-top: 1rem;
  min-height: 3rem;
  padding: 1rem 1rem 1rem 3rem;
  position: relative;
}

ol.gradient-list>li::before,
ol.gradient-list>li::after {
  background: linear-gradient(135deg, #83e4e2 0%, #a2ed56 100%);
  border-radius: 1rem 1rem 0 1rem;
  content: "";
  height: 3rem;
  left: -1rem;
  overflow: hidden;
  position: absolute;
  top: -1rem;
  width: 3rem;
}

ol.gradient-list>li::before {
  align-items: flex-end;
  content: counter(gradient-counter);
  color: #1d1f20;
  display: flex;
  font: 900 1.5em/1 "Montserrat";
  justify-content: flex-end;
  padding: 0.125em 0.25em;
  z-index: 1;
}

ol.gradient-list>li:nth-child(10n+1):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.2) 0%, rgba(253, 220, 50, 0.2) 100%);
}

ol.gradient-list>li:nth-child(10n+2):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.4) 0%, rgba(253, 220, 50, 0.4) 100%);
}

ol.gradient-list>li:nth-child(10n+3):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.6) 0%, rgba(253, 220, 50, 0.6) 100%);
}

ol.gradient-list>li:nth-child(10n+4):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.8) 0%, rgba(253, 220, 50, 0.8) 100%);
}

ol.gradient-list>li:nth-child(10n+5):before {
  background: linear-gradient(135deg, #a2ed56 0%, #fddc32 100%);
}

ol.gradient-list>li:nth-child(10n+6):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.8) 0%, rgba(253, 220, 50, 0.8) 100%);
}

ol.gradient-list>li:nth-child(10n+7):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.6) 0%, rgba(253, 220, 50, 0.6) 100%);
}

ol.gradient-list>li:nth-child(10n+8):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.4) 0%, rgba(253, 220, 50, 0.4) 100%);
}

ol.gradient-list>li:nth-child(10n+9):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.2) 0%, rgba(253, 220, 50, 0.2) 100%);
}

ol.gradient-list>li:nth-child(10n+10):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0) 0%, rgba(253, 220, 50, 0) 100%);
}

ol.gradient-list>li+li {
  margin-top: 2rem;
}

a.subscriptionLink {
  text-decoration: none;
  cursor: pointer;
  color: #425de0;
}

a.subscriptionLink:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #9e005d;
}

a.subscriptionLinkDash {
  color: #fff;
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 10px;
}

a.subscriptionLinkDash:hover {
  background: rgba(255, 209, 106, .4);
}

.subscriptionLinkDash-new-btn {
  color: #000 !important;
  background: rgb(253 221 221 / 68%) !important;
  padding: 5px 15px !important;
  font-weight: 500 !important;
}

.subscriptionLinkDash-new-btn:hover {
  background: rgba(255, 209, 106, .4) !important;
}

.pricing-modal .modal-title,
.pricing-modal .modal-header {
  display: block;
}

.pricing-modal .modal-title h4 {
  display: inline-block;
}

.btncross {
  background-color: #FFF;
  border: 0px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.feedlabel {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.feedlabel input {
  position: absolute;
  opacity: 0;
  width: 100%;
  z-index: 1;
  left: 18px;
  top: -4px;
  cursor: pointer;
  display: block;
  height: 100%;
}

.checkmark {
  position: absolute;
  top: 8px;
  left: 5px;
  height: 20px;
  width: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  z-index: 0;
}

.feedlabel input:checked~.checkmark {
  background-color: #0059ad;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.feedlabel input:checked~.checkmark:after {
  display: block;
}

.feedlabel .checkmark:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.feedlabel img {
  position: absolute;
  right: 7px;
  top: 6px;
}

.pdb {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.service-radio-box span {
  display: inline-block;
  width: 25%;
  margin-left: 18px;
}

.service-radio-box input {}

.widthAuto {
  width: auto !important;
}

.feedback-thankubox {
  background-color: #f2f2f2;
  padding: 45px 20px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.image-block-ss {
  background: url(../images/default-user.png);
  width: 45px;
  height: 45px;
  background-size: cover;
  background-position: center;
}

.testimonial-heading-box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

.testimonial-title-image {
  width: 150px;
  height: 150px;
  float: left;
  margin-right: 20px;
}

.testimonial-title {
  float: left;
  width: calc(100% - 190px);
  border-bottom: 2px solid #929292;
  position: relative;
  margin-top: 70px;
}

.testimonial-title:after {
  content: '❞';
  position: absolute;
  height: 50px;
  right: -4px;
  font-size: 60px;
  color: #ff6d6d;
  bottom: -20px;
}

.woman-ente {
  background: url(../images/woman-ente-bg.jpg);
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

.woman-ente::after {
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  content: '';
  top: 0;
  z-index: 0;
}

.testimonial-text-box {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.testi-content-box {
  width: 100%;
  position: relative;
}

.testi-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #fff;
  box-shadow: 5px 5px 20px 6px rgb(0 0 0 / 30%);
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translate(0, -50%);
  background: url(../images/default-user.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.testi-text {
  position: relative;
  width: calc(100% - 45px);
  min-height: 200px;
  margin-left: 50px;
  background: #fff;
  border: 1px solid pink;
  border-radius: 20px;
  padding: 20px 20px 20px 65px;
}

.z-index-up-1 {
  z-index: 1;
}

.startup-ente {
  background: #fff;
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

.rural-ente {
  background: url(../images/rural-ente-bg.jpg);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

.manufacturing-ente {
  background: #fff;
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

.mega-ente {
  background: url(../images/mega-ente-bg.jpg);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

.selfemployee-ente {
  background: #fff;
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

.other-ente {
  background: url(../images/self-ente-bg.jpg);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

a.video-popup-btn {
  float: right;
  padding: 0px 5px;
  background: #fd0000;
  border-radius: 3px;
  color: #fff;
}

a.video-popup-btn:hover {
  color: yellow;
}

.testi-client-text {
  text-align: justify;
}

@media (max-width:540px) {
  .testimonial-title-image {
    width: 95px;
    height: 95px;
  }

  .testimonial-title {
    width: calc(100% - 145px);
    margin-top: 0px;
  }
}

@media (max-width:600px) {
  .testi-text {
    position: relative;
    width: 100%;
    min-height: 200px;
    margin-left: 0;
    background: #fff;
    border: 1px solid pink;
    border-radius: 20px;
    padding: 65px 20px 20px 20px;
  }

  .testi-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #fff;
    box-shadow: 5px 5px 20px 6px rgb(0 0 0 / 30%);
    position: absolute;
    z-index: 1;
    top: 2%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(/static/media/default-user.ccee72d4.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .testimonial-text-box {
    position: relative;
    width: 100%;
    margin-bottom: 70px;
  }
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.address-img .react-multiple-carousel__arrow--left {
  right: 60px;
  left: auto;
  top: 20px;
}

.address-img .react-multiple-carousel__arrow--right {
  right: 10px;
  top: 20px;
}

.address-img .react-multiple-carousel__arrow {
  z-index: 5;
}

.card-pr {
  background-color: #fff;
  display: block;
  width: 300px;
  min-height: 201px;
  border: 3px solid #555bff;
  padding: 15px;
  margin-top: 50px;
  box-shadow: 10px -10px 0 -3px #fff, 10px -10px#1fc11b,
    20px -20px 0 -3px #fff, 20px -20px #ffd913,
    30px -30px 0 -3px #fff, 30px -30px #ff9c55,
    40px -40px 0 -3px #fff, 40px -40px #ff5555;
  transition: box-shadow 1s, top 1s, left 1s;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  margin-bottom: 20px;
}

.card-pr:hover {
  top: -40px;
  left: 40px;
  box-shadow: 0 0 0 -3px #fff, 0 0 0 0 #1fc11b,
    0 0 0 -3px #fff, 0 0 0 0 #ffd913,
    0 0 0 -3px #fff, 0 0 0 0 #ff9c55,
    0 0 0 -3px #fff, 0 0 0 0 #ff5555;
}

.card-pr h3 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: bold;
  margin-bottom: 10px;
}

.card-pr p {
  font-size: 14px;
  font-weight: normal;
}

.icon-card-pr {
  max-width: 50px;
  margin-bottom: 10px;
}

.language-selector .option [type="radio"] {
  z-index: -1;
  position: absolute;
  opacity: 0;
}

.language-selector .option [type="radio"]:checked~label {
  border-color: #4062F6;
  background-color: rgba(97, 154, 234, 0.16);
  color: #0023b8;
}

.language-selector .option [type="radio"]:checked~label:before {
  will-change: transform, border-width, border-color;
  -webkit-animation: bubble 1s ease-in;
  animation: bubble 1s ease-in;
}

.language-selector .option [type="radio"]:checked~label:after {
  will-change: opacity, box-shadow;
  -webkit-animation: sparkles 700ms ease-in-out;
  animation: sparkles 700ms ease-in-out;
}

.language-selector .option [type="radio"]:checked~label>span {
  will-change: transform;
  border: 0;
  background-image: linear-gradient(to top right, #6E89FF, #4363EE);
  -webkit-animation: radio 400ms cubic-bezier(0.17, 0.89, 0.32, 1.49);
  animation: radio 400ms cubic-bezier(0.17, 0.89, 0.32, 1.49);
}

.language-selector .option [type="radio"]:checked~label>span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #fff;
}

.language-selector .option [type="radio"]:checked~label .card {
  will-change: box-shadow;
  -webkit-animation: card 500ms ease-in-out forwards;
  animation: card 500ms ease-in-out forwards;
}

.language-selector .option [type="radio"]:checked~label .card:after {
  will-change: transform;
  -webkit-animation: shine 500ms ease-in forwards;
  animation: shine 500ms ease-in forwards;
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}

.language-selector .option label {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 13px;
  line-height: 1;
  height: 62px;
  padding: 0 20px;
  border-radius: 6px;
  border: 2px solid #2b2f42;
  background-color: transparent;
  transition: all 300ms ease-in;
}

.language-selector .option label:hover {
  border-color: #4062F6;
  background-color: rgba(97, 154, 234, 0.16);
}

.language-selector .option label:before,
label:after {
  position: absolute;
  left: 29px;
  border-radius: 50%;
  content: '';
}

.language-selector .option label:before {
  margin: -2rem;
  border: solid 2rem #545461;
  width: 4rem;
  height: 4rem;
  transform: scale(0);
}

.language-selector .option label:after {
  margin: -0.1875rem;
  width: 0.375rem;
  height: 0.375rem;
  box-shadow: 0.32476rem -2.6875rem 0 -0.1875rem #ff8080, -0.32476rem -2.3125rem 0 -0.1875rem #ffed80, 2.30366rem -1.42172rem 0 -0.1875rem #ffed80, 1.6055rem -1.69573rem 0 -0.1875rem #a4ff80, 2.54785rem 0.91464rem 0 -0.1875rem #a4ff80, 2.32679rem 0.19796rem 0 -0.1875rem #80ffc8, 0.87346rem 2.56226rem 0 -0.1875rem #80ffc8, 1.29595rem 1.94258rem 0 -0.1875rem #80c8ff, -1.45866rem 2.28045rem 0 -0.1875rem #80c8ff, -0.71076rem 2.2244rem 0 -0.1875rem #a480ff, -2.69238rem 0.28141rem 0 -0.1875rem #a480ff, -2.18226rem 0.8312rem 0 -0.1875rem #ff80ed, -1.89869rem -1.92954rem 0 -0.1875rem #ff80ed, -2.01047rem -1.18791rem 0 -0.1875rem #ff8080;
}

.language-selector .option label>span {
  position: relative;
  display: inline-flex;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 2px solid #454861;
  background-image: linear-gradient(to bottom, #3B4059, #1C1E2D);
}

.language-selector .option .text__row {
  display: grid;
  grid-template-columns: 54px 64px;
  grid-gap: 6px;
}

.language-selector .option .text__row:last-of-type {
  grid-template-columns: 45px 54px;
  margin-top: 7px;
}

.language-selector .option .text__loader {
  height: 13px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.4);
}

.language-selector .option:not(:last-child) {
  margin-bottom: 4px;
}

@-webkit-keyframes radio {

  0%,
  17.5% {
    transform: scale(0);
  }
}

@keyframes radio {

  0%,
  17.5% {
    transform: scale(0);
  }
}

@-webkit-keyframes card {
  0% {
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.25);
    transform: scale(0.24);
  }

  45% {
    box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.5);
    transform: scale(0.25);
  }

  100% {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.4);
    transform: scale(0.24);
  }
}

@keyframes card {
  0% {
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.25);
    transform: scale(0.24);
  }

  45% {
    box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.5);
    transform: scale(0.25);
  }

  100% {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.4);
    transform: scale(0.24);
  }
}

@-webkit-keyframes shine {
  from {
    transform: translateX(-70px) rotate(10deg);
  }

  to {
    transform: translateX(300px) rotate(10deg);
  }
}

@keyframes shine {
  from {
    transform: translateX(-70px) rotate(10deg);
  }

  to {
    transform: translateX(300px) rotate(10deg);
  }
}

@-webkit-keyframes bubble {
  15% {
    transform: scale(1);
    border-color: #545461;
    border-width: 2rem;
  }

  30%,
  100% {
    transform: scale(1);
    border-color: #545461;
    border-width: 0;
  }
}

@keyframes bubble {
  15% {
    transform: scale(1);
    border-color: #545461;
    border-width: 2rem;
  }

  30%,
  100% {
    transform: scale(1);
    border-color: #545461;
    border-width: 0;
  }
}

@-webkit-keyframes sparkles {

  0%,
  10% {
    opacity: 0;
    transform: scale(0);
  }

  15% {
    opacity: 1;
    transform: scale(1.2) rotate(-20deg);
    box-shadow: 0.32476rem -2.1875rem 0 0rem #ff8080, -0.32476rem -1.8125rem 0 0rem #ffed80, 1.91274rem -1.10998rem 0 0rem #ffed80, 1.21459rem -1.38398rem 0 0rem #a4ff80, 2.06039rem 0.80338rem 0 0rem #a4ff80, 1.83932rem 0.0867rem 0 0rem #80ffc8, 0.65652rem 2.11178rem 0 0rem #80ffc8, 1.07901rem 1.4921rem 0 0rem #80c8ff, -1.24172rem 1.82996rem 0 0rem #80c8ff, -0.49382rem 1.77391rem 0 0rem #a480ff, -2.20492rem 0.17015rem 0 0rem #a480ff, -1.69479rem 0.71994rem 0 0rem #ff80ed, -1.50777rem -1.61779rem 0 0rem #ff80ed, -1.61955rem -0.87617rem 0 0rem #ff8080;
  }
}

@keyframes sparkles {

  0%,
  10% {
    opacity: 0;
    transform: scale(0);
  }

  15% {
    opacity: 1;
    transform: scale(1.2) rotate(-20deg);
    box-shadow: 0.32476rem -2.1875rem 0 0rem #ff8080, -0.32476rem -1.8125rem 0 0rem #ffed80, 1.91274rem -1.10998rem 0 0rem #ffed80, 1.21459rem -1.38398rem 0 0rem #a4ff80, 2.06039rem 0.80338rem 0 0rem #a4ff80, 1.83932rem 0.0867rem 0 0rem #80ffc8, 0.65652rem 2.11178rem 0 0rem #80ffc8, 1.07901rem 1.4921rem 0 0rem #80c8ff, -1.24172rem 1.82996rem 0 0rem #80c8ff, -0.49382rem 1.77391rem 0 0rem #a480ff, -2.20492rem 0.17015rem 0 0rem #a480ff, -1.69479rem 0.71994rem 0 0rem #ff80ed, -1.50777rem -1.61779rem 0 0rem #ff80ed, -1.61955rem -0.87617rem 0 0rem #ff8080;
  }
}

.wa-btn {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  background: #1c9d11;
  line-height: 40px;
  padding: 5px;
  z-index: 2;
  box-shadow: 5px 5px 5px rgb(0 0 0 / 15%);
}

.wa-btn:after {
  content: 'Message';
  background: #fff;
  border-radius: 4px;
  color: #000;
  font-size: 13px;
  text-align: center;
  top: 12px;
  padding: 4px 10px;
  right: -83px;
  position: absolute;
  line-height: 1;
  border: 1px solid #ddd;
  box-shadow: 1px 3px 11px 3px rgb(0 0 0 / 40%);
}

.icon-block {
  margin-right: 10px;
}

.icon-block .icon-circle {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #1f6fb2;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}

.icon-text {
  line-height: 1;
  font-size: 15px;
  padding-top: 5px;
}

.icon-text p {
  margin: 0;
}

.vlight-bg-orange {
  background: #fff5ea;
}

.vlight-bg-blue.card {
  background: #f0ffff;
}

.modal-close-btn {
  width: 30px;
  height: 30px;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 22px;
  font-size: 16px;
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  z-index: 9;
}

.cursor-pointer {
  cursor: pointer;
}

.not-active .card:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  content: '';
}

.not-active .card:before {
  position: absolute;
  content: 'Not Applicable';
  color: #fff;
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  font-size: 16px;
}