﻿@import url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.2/css/bootstrap-grid.min.css");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("helpers/font-icons.css");
/*$eor-color: #e3595b;*/
/*$eor-color: #e3595b;*/
/*$eor-color: #e3595b;*/
/*$eor-color: #e3595b;*/
@import "../css/helpers/font-icons.css";
*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  font-family: "Open Sans", sans-serif;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}

html {
  font-size: 10px;
}
@media (max-width: 1024px) {
  html {
    font-size: 9px;
  }
}

body {
  margin: 0;
  padding: 0;
  color: #292929;
  font: 1.5rem "Open Sans", sans-serif;
  line-height: 1.8rem;
  background-color: #fff;
  overflow-x: hidden;
}

.h-100 {
  height: 100%;
}

a {
  color: #31404E;
  font-size: 1.5rem "Open Sans", sans-serif;
  text-decoration: none;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}
a:hover {
  color: #0D72BA;
}

h1 {
  color: #31404E;
  font: 700 2.4rem "Open Sans", sans-serif;
  margin: 0 0 1.8rem 0;
  padding: 0;
}

h2 {
  color: #31404E;
  font: 700 2rem "Open Sans", sans-serif;
  margin: 0 0 2.5rem 0;
  padding: 0;
}

h3 {
  color: #31404E;
  font: 700 1.7rem "Open Sans", sans-serif;
  margin: 0 0 2rem 0;
  padding: 0;
}

h4 {
  color: #31404E;
  font: 700 1.5rem "Open Sans", sans-serif;
  margin: 0 0 1.8rem 0;
  padding: 0;
}

p {
  margin: 0 0 1.5rem 0;
  padding: 0;
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

.border-radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.loader-ncp {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.hide-loader {
  display: none;
}

#wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

.container {
  padding: 0 1.5rem;
  margin: 0 auto;
}

.fa {
  color: #292929;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

small {
  color: #292929;
}

.mx-470 {
  max-width: 470px;
  margin: auto !important;
}

.mx-410 {
  max-width: 410px;
  margin: auto !important;
}

.fw-7 {
  font-weight: 700;
}

.mt-2r {
  margin-top: 2rem;
}

.mt-2-1r {
  margin-top: 2.2rem;
}

.mt-8r {
  margin-top: 8rem;
}

.mt-5r {
  margin-top: 5rem;
}

.mt-13 {
  margin-top: 1.3rem;
}

main {
  flex: 1 0 auto;
  -webkit-box-flex: 1;
}

img {
  max-width: 100%;
}

a, button {
  cursor: pointer;
}

.d-none-n {
  display: none;
}

.object-center {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

.box-shadow-none {
  box-shadow: none;
}

.w-100 {
  width: 100%;
}

.w-49 {
  width: 49%;
}

.w-48 {
  width: 48%;
}

.w-47 {
  width: 47%;
}

.w-46 {
  width: 46%;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.object-fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

ul, ul li {
  padding: 0;
  list-style: none;
  margin: 0;
}

a, i,
a:hover,
a:focus,
*:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.full-box-link {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: block;
}

*:focus,
button:focus {
  outline: none;
}

.z-5 {
  z-index: 5;
}

.margin-auto {
  margin: 0 auto;
}

.after-po::after,
.before-po::before {
  position: absolute;
  content: "";
}

.max-w510 {
  max-width: 510px;
  margin: auto;
  width: 100%;
}

.max-w360 {
  max-width: 360px;
  margin: auto;
  width: 100%;
}

.mx-720 {
  max-width: 720px;
  width: 100%;
}

.mx-750 {
  max-width: 750px;
  width: 100%;
}

.btn.focus, .btn:focus {
  box-shadow: none;
}

.text-center {
  text-align: center;
}

/* main background */
.main-dev-for-all {
  min-height: 100vh;
  padding: 3.5rem 0;
}

/* main background */
.sm-w340 {
  max-width: 340px;
  width: 100%;
}

/* accept cookie*/
.cooki-msg {
  width: 100%;
  position: fixed;
  bottom: 0;
  top: auto;
  left: 0;
  padding: 1.5rem 2.5rem;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9;
}
@media (max-width: 767px) {
  .cooki-msg .flex-wrap-767 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.cooki-msg.remove-cooki-msg {
  display: none;
}
.cooki-msg p {
  color: #ccc;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .cooki-msg p {
    display: block;
    text-align: center;
  }
}
.cooki-msg p a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.cooki-msg p a:hover {
  text-decoration: underline;
  color: #fff;
}
@media (max-width: 767px) {
  .cooki-msg .btn-grp {
    margin: 2rem 0 0;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.cooki-msg .btn-grp .btn {
  width: 100px;
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
}
.cooki-msg .btn-grp .btn + .btn {
  margin-left: 1.5rem;
}

.footer-links {
  margin: 3rem 0 0;
}
.footer-links li {
  display: inline-block;
}
.footer-links li p a img {
  position: relative;
  top: -2px;
}
.footer-links li a:hover {
  text-decoration: underline;
}
.footer-links li + li {
  margin-left: 2px;
  padding-left: 8px;
}
@media (max-width: 767px) {
  .footer-links li + li {
    margin-left: 0;
    padding-left: 0;
    margin-top: 8px;
  }
}
.footer-links li + li::after {
  height: calc(100% - 8px);
  width: 1px;
  background-color: #C1BDBD;
  left: 0;
  top: 0;
  margin: auto;
  bottom: 0;
}
@media (max-width: 767px) {
  .footer-links li + li::after {
    display: none;
  }
}
.footer-links li, .footer-links a, .footer-links p {
  color: #C1BDBD;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}

.section-top {
  margin: 0 auto 25px;
  width: 100%;
}
.section-top2 {
  margin: 0 auto 48px !important;
}
.section-bottom {
  margin: auto auto 0;
  width: 100%;
}
.section-block-bg {
  background-color: #fff !important;
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1607843137);
  min-height: calc(100vh - 14rem) !important;
  padding: 3.2rem;
}
.section-cover {
  min-height: calc(100vh - 20rem) !important;
}

.loading-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
}
.loading-text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #999;
  width: 100px;
  height: 30px;
  margin: -7px 0 0 -45px;
  text-align: center;
  font-size: 20px;
}
.loading-content {
  border: 3px solid transparent;
  border-top-color: rgb(81, 159, 226);
  border-bottom-color: rgb(81, 159, 226);
  border-radius: 50%;
  -webkit-animation: loader 2s linear infinite;
  -moz-animation: loader 2s linear infinite;
  -ms-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
  animation: loader 2s linear infinite;
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 170px;
  height: 170px;
  margin: -85px 0 0 -85px;
}
.loading-content::before {
  content: "";
  position: absolute;
  border: 3px solid #F67062;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
}
.loading-content::after {
  content: "";
  position: absolute;
  border: 3px solid #0CE36D;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
}
.loading-content::before {
  border: 3px solid transparent;
  border-top-color: rgb(0, 136, 204);
  border-bottom-color: rgb(0, 136, 204);
  border-radius: 50%;
  -webkit-animation: loader 3s linear infinite;
  -moz-animation: loader 3s linear infinite;
  -ms-animation: loader 3s linear infinite;
  -o-animation: loader 3s linear infinite;
  animation: loader 3s linear infinite;
}
.loading-content::after {
  border: 3px solid transparent;
  border-top-color: #6A53D6;
  border-bottom-color: #6A53D6;
  border-radius: 50%;
  -webkit-animation: loader 2s linear infinite;
  -moz-animation: loader 2s linear infinite;
  -ms-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
  animation: loader 2s linear infinite;
}

@keyframes loader {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (max-width: 767px) {
  .d-none-mobile {
    display: none;
  }
}
.focus-none .form-control:focus {
  box-shadow: none;
}

.no-border {
  border: none !important;
}

.bdisabled {
  opacity: 0.65;
  cursor: not-allowed !important;
  pointer-events: all !important;
}

.btn-green.bdisabled:hover {
  background: #069873 !important;
  color: #fff !important;
}

.ncp-pf-reveal input[type=password]::-ms-reveal {
  display: none;
}

.modal.modal-static .modal-dialog {
  transform: none !important;
  -webkit-transform: none !important;
}

/*$eor-color: #e3595b;*/
/*$eor-color: #e3595b;*/
.form h1 {
  color: #31404E;
  margin: 0 0 2rem;
  font-weight: 700;
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .form h1 {
    font-size: 3rem;
  }
}
.form__form-logo {
  max-width: 250px;
  width: 100%;
  margin: 0 0 3rem;
}
.form .form-group.more-m-b {
  margin-bottom: 5rem;
}
.form .form-group {
  margin-bottom: 2.2rem;
}
.form .form-group.disabled .form-control {
  background-color: #F4F4F4;
  color: rgba(52, 56, 81, 0.5);
}
.form .form-group.disabled .form-label {
  color: rgba(52, 56, 81, 0.5);
}
.form .form-group .show-hide-passwd {
  position: absolute;
  right: 2rem;
  top: 19px;
  font-size: 2.5rem;
  cursor: pointer;
  pointer-events: inherit;
}
.form .form-group .show-hide-passwd input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  pointer-events: inherit;
}
.form .form-group .strength-status {
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(36, 36, 62, 0.4);
  -moz-box-shadow: 0px 0px 6px 0px rgba(36, 36, 62, 0.4);
  box-shadow: 0px 0px 6px 0px rgba(36, 36, 62, 0.4);
  padding: 1.5rem;
  position: absolute;
  font-weight: 400;
  top: 100%;
  left: 0;
  z-index: 99;
  width: 100%;
  margin-top: 1.2rem;
  display: block;
}
.form .form-group .strength-status:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  top: -0.7rem;
  left: 2rem;
  background: #fff;
  transform: rotate(135deg);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(36, 36, 62, 0.4);
  -moz-box-shadow: 0px 0px 6px 0px rgba(36, 36, 62, 0.4);
  box-shadow: 0px 0px 6px 0px rgba(36, 36, 62, 0.4);
}
.form .form-group .strength-status:before {
  content: "";
  width: 100%;
  height: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.form .form-group .strength-status .sratus-title {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
  font-weight: 400;
}
.form .form-group .strength-status .sratus-text {
  font-weight: 400;
}
.form .form-group .strength-status .sratus-bar {
  display: block;
  width: 280px;
  height: 7px;
  margin-bottom: 1rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form .form-group .strength-status .sratus-bar span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -ms-transform: 0.8s;
  -webkit-transform: 0.8s;
  transform: 0.8s;
  height: 7px;
  display: block;
}
.form .form-group .strength-status .sratus-bar span.weak {
  width: 25%;
  background-color: #e3595b;
}
.form .form-group .strength-status .sratus-bar span.good {
  width: 75%;
  background-color: #6bbf46;
}
.form .form-group .strength-status .sratus-bar span.strong {
  background-color: #399800;
  width: 100%;
}
.form .form-group .password-info-text {
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(36, 36, 62, 0.4);
  -moz-box-shadow: 0px 0px 6px 0px rgba(36, 36, 62, 0.4);
  box-shadow: 0px 0px 6px 0px rgba(36, 36, 62, 0.4);
  padding: 1.5rem;
  position: absolute;
  font-weight: 400;
  top: 100%;
  left: 0;
  z-index: 99;
  width: 100%;
  margin-top: 1.2rem;
  display: none;
}
.form .form-group .password-info-text:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  top: -0.7rem;
  left: 2rem;
  background: #fff;
  transform: rotate(135deg);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(36, 36, 62, 0.4);
  -moz-box-shadow: 0px 0px 6px 0px rgba(36, 36, 62, 0.4);
  box-shadow: 0px 0px 6px 0px rgba(36, 36, 62, 0.4);
}
.form .form-group .password-info-text:before {
  content: "";
  width: 100%;
  height: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.form .form-group.filled .form-label, .form .form-group.label-show .form-label {
  top: 10px;
  font-size: 1.3rem;
  font-weight: 500;
  z-index: 2;
}
.form .form-group textarea::placeholder {
  font-size: 1.6rem;
  position: absolute;
  left: 30px;
}
.form .form-group .form-control {
  min-height: 60px;
  width: 100%;
  padding: 1.5rem 2rem 0;
  font-size: 1.8rem;
  font-weight: 600;
  vertical-align: middle;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #A4A7B3;
  outline: none;
  color: #24243E;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Open Sans", sans-serif;
}
.form .form-group .form-control.required {
  border-color: #FF3B36;
  border-width: 1px 1px 1px 3px;
}
.form .form-group .form-control.required + .form-label {
  color: #FF3B36;
}
.form .form-group .form-control.required + .form-label + .error-message {
  display: inline-block;
}
.form .form-group .form-label {
  margin: 0;
  top: 21.5px;
  left: 20px;
  font-weight: 500;
  user-select: none;
  color: #666;
  pointer-events: none;
  font-size: 1.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
.form .form-group .form-label.country-lbl {
  width: 108px;
  left: 10px;
}
.form .form-group .error-message {
  background-color: #FF3B36;
  color: #fff;
  display: none !important;
  position: absolute;
  top: 100%;
  left: 0;
  line-height: 3.6rem;
  padding: 0 1.5rem;
  z-index: 5;
  font-size: 1.3rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 1rem;
  text-align: left;
  width: 100%;
  font-weight: 400;
}
.form .form-group .error-message::before {
  content: "\e91d";
  font-family: "custom-icons";
  font-size: 1.7rem;
  margin-right: 1rem;
  vertical-align: top;
  display: none;
}
.form .form-group .error-message::after {
  top: -1.5rem;
  left: 0.5rem;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(237, 71, 65, 0);
  border-bottom-color: #FF3B36;
  border-width: 8px;
}
.form .for-eye-icon::after {
  height: 20px;
  width: 34px;
  left: auto;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.form .nt-closed-eye::after {
  background-position: 0 0;
}
.form .nt-eye::after {
  background-position: -34px 0;
}
.form .show-hide-passwd input {
  left: auto;
  right: 20px;
  top: 0;
  width: 34px;
  z-index: 5;
  bottom: 0;
  height: 20px;
  padding: 0;
  margin: auto;
  opacity: 0;
  cursor: pointer;
}
.form .input-checkbox {
  text-align: left;
  position: relative;
  user-select: none;
}
.form .input-checkbox .check-box {
  position: absolute;
  left: -1000rem;
}
.form .input-checkbox .check-box + label {
  margin: 0;
  position: relative;
  cursor: pointer;
  font-size: 1.6rem;
  display: inline-block;
  font-weight: 400;
  padding: 0 0 0 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ccc;
  line-height: 3rem;
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}
@media (max-width: 576px) {
  .form .input-checkbox .check-box + label {
    font-size: 1.3rem;
  }
}
.form .input-checkbox .check-box + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  height: 25px;
  width: 25px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #ccc;
  background: none;
}
.form .input-checkbox .check-box:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  opacity: 1;
  left: 8px;
  top: 5px;
  width: 8px;
  height: 16px;
  border: solid #ccc;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  line-height: 25px;
}
.form .forgot-link {
  color: #ccc;
  font-size: 1.6rem;
}
@media (max-width: 576px) {
  .form .forgot-link {
    font-size: 1.3rem;
  }
}
.form .forgot-link:hover {
  text-decoration: underline;
}

/*$eor-color: #e3595b;*/
/*$eor-color: #e3595b;*/
.open-drawer {
  overflow: hidden;
}

.h-auto {
  height: auto !important;
}

.drawer-box {
  display: none;
  transition: all 0.05s;
  -webkit-transition: all 0.05s;
  /*--Wizard Drawer--*/
}
.drawer-box p, .drawer-box h1, .drawer-box h2, .drawer-box h3, .drawer-box h4, .drawer-box h5, .drawer-box h6, .drawer-box a, .drawer-box ul, .drawer-box li, .drawer-box b, .drawer-box strong {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
}
.drawer-box .whitecontainer {
  max-width: 100%;
  position: relative;
  min-height: calc(100vh - 130px);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff !important;
  box-shadow: 0px 0px 6px 0px rgba(36, 36, 62, 0.15);
  padding: 2.8rem;
}
.drawer-box .whitecontainer.drawer-container-space {
  padding: 2rem 3rem !important;
}
.drawer-box .whitecontainer.drawer-container-space .search__container {
  width: 100%;
}
.drawer-box .whitecontainer h2 {
  margin-bottom: 7rem;
}
.drawer-box .whitecontainer h3 {
  font-size: 26px;
  font-weight: 400;
  color: #666;
  margin-bottom: 30px;
}
.drawer-box .whitecontainer p {
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: 300;
  padding-bottom: 1.5rem;
}
.drawer-box .whitecontainer .box-content {
  height: calc(100vh - 236px);
}
.drawer-box .whitecontainer .btn-solid-green {
  background: #069873;
  border-radius: 0px !important;
  min-width: 200px;
  height: 63px;
  font-size: 20px;
  font-weight: bold;
}
.drawer-box .whitecontainer .btn-back {
  border: none;
  color: #999999;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0;
  background: transparent;
  margin-left: 0 !important;
  cursor: pointer;
}
.drawer-box .whitecontainer .btn-back:before {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  margin-right: 0.5rem;
  margin-top: -0.4rem;
  vertical-align: middle;
  border-right: 0.6rem solid #999999;
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
}
.drawer-box .drawer-whitecontainer {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 130px);
}
.drawer-box .drawer-close {
  position: absolute;
  font-size: 2.5rem;
  right: 3rem;
  top: 3rem;
  background-color: #fff;
  cursor: pointer;
  z-index: 999;
  display: none;
  text-decoration: none;
}
.drawer-box .drawer-close:hover {
  opacity: 1;
}
.drawer-box .drawer-wrapper {
  text-align: left;
  overflow: auto;
  background-color: #F4F4F4;
  padding: 2rem 3rem;
  width: 100%;
  max-width: 1280px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
  will-change: transform;
  -webkit-transform: translate3d(103%, 0, 0);
  transform: translate3d(103%, 0, 0);
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  z-index: 99;
}
@media (max-width: 1366px) {
  .drawer-box .drawer-wrapper {
    max-width: 1100px;
  }
}
.drawer-box .drawer-wrapper .drawer-header {
  margin: 0 0 2rem;
}
.drawer-box .drawer-wrapper .drawer-box-title {
  color: #666;
  text-align: left;
  position: relative;
  padding-left: 6rem;
}
.drawer-box .drawer-wrapper .drawer-box-title h1 {
  font-size: 3.6rem;
  line-height: 1.3;
  color: #333333;
}
@media (max-width: 1366px) {
  .drawer-box .drawer-wrapper .drawer-box-title h1 {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .drawer-box .drawer-wrapper .drawer-box-title h1 {
    font-size: 2.6rem;
  }
}
.drawer-box .drawer-wrapper .drawer-box-title .drawer-close {
  position: absolute;
  font-size: 2.5rem;
  background-color: transparent;
  cursor: pointer;
  z-index: 999;
  display: block;
  top: 50%;
  left: 0;
  border: 2px solid #666;
  width: 40px;
  height: 40px;
  margin-right: 2rem;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.drawer-box .drawer-wrapper .drawer-box-title .drawer-close .icon {
  font-size: 1.5rem;
  color: #666;
  font-weight: 600;
}
.drawer-box .drawer-wrapper .addnewcontractorform .search {
  max-width: 400px;
}
.drawer-box .drawer-wrapper .addnewcontractorform .icon {
  font-size: 2.6rem;
}
.drawer-box .drawer-container {
  padding-right: 2rem;
}
.drawer-box .drawer-container p {
  margin: 0 0 1rem;
}
.drawer-box .drawer-btn-group {
  margin-top: auto;
  justify-content: space-between;
  display: flex;
  margin-bottom: 1rem;
}
.drawer-box .drawer-btn-group .btn-primary {
  min-width: 200px;
}
.drawer-box .drawer-content {
  padding: 0;
  display: flex;
  /*Drawer Nav Left Side*/
}
.drawer-box .drawer-content h2 {
  margin-bottom: 6rem;
}
.drawer-box .drawer-content__left {
  width: 100%;
  max-width: 310px;
  background: black;
  padding: 3rem;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.drawer-box .drawer-content__left .drawer-nav__item {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.drawer-box .drawer-content__left .drawer-nav__item:first-child {
  padding-top: 0;
}
.drawer-box .drawer-content__left .drawer-nav__item a {
  font-size: 2rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
.drawer-box .drawer-content__left .drawer-nav__item a.active {
  color: #fff;
}
.drawer-box .drawer-content__left .drawer-nav__item--active a {
  color: #fff;
}
.drawer-box .drawer-content__left .drawer-nav__item.current > a {
  color: #fff;
}
.drawer-box .drawer-content__left .drawer-nav__item.current .drawer-nav__sub {
  display: block;
}
.drawer-box .drawer-content__left .drawer-nav__sub {
  padding-top: 0.5rem;
  display: none;
}
.drawer-box .drawer-content__left .drawer-nav__sub.active {
  display: block;
}
.drawer-box .drawer-content__left .drawer-nav__sub li {
  padding-top: 1.1rem;
  padding-left: 2.5rem;
  position: relative;
}
.drawer-box .drawer-content__left .drawer-nav__sub li:before {
  position: absolute;
  left: 0;
  top: 1.4rem;
  content: "\e918";
  font-family: "Custom-Icons";
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.4);
}
.drawer-box .drawer-content__left .drawer-nav__sub li a {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
}
.drawer-box .drawer-content__left .drawer-nav__sub li.active:before {
  color: #fff;
}
.drawer-box .drawer-content__left .drawer-nav__sub li.active > a {
  color: #fff;
}
.drawer-box .drawer-content__right {
  width: 100%;
  max-width: calc(100% - 310px);
  display: flex;
}
.drawer-box .drawer-content__right .drawer-wizard {
  width: 100%;
  height: calc(100vh - 130px);
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;
  position: relative;
}
.drawer-box .drawer-content__right .drawer-wizard::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
}
.drawer-box .drawer-content__right .drawer-wizard__content {
  padding: 2.5rem 3rem;
}
.drawer-box .drawer-content__right .drawer-wizard__content .btn-group {
  margin-top: 1.5rem;
}
.drawer-box .drawer-content__right .drawer-wizard__content .btn-secondary {
  border: 2px solid blue;
}
.drawer-box .drawer-content__right .drawer-wizard__content--policy {
  padding-bottom: 12rem;
}
.drawer-box .drawer-content__right .drawer-wizard__area {
  height: 100%;
  flex-direction: column;
  width: 100%;
}
.drawer-box .drawer-content__right .drawer-wizard__area:first-child {
  display: flex;
}
.drawer-box .drawer-content__right .drawer-wizard__area:first-child.hide {
  display: none;
}
.drawer-box .drawer-content__right .drawer-wizard__area.show {
  display: flex;
}
.drawer-box .drawer-content__right .drawer-wizard__area--hide {
  display: none;
}
.drawer-box .drawer-content__right .drawer-wizard__bottom {
  margin: auto 3rem 3rem 3rem;
  justify-content: space-between;
}
.drawer-box .drawer-content__right .drawer-wizard__bottom .btn-sm {
  height: auto;
  padding: 1.5rem 2.5rem;
}
.drawer-box .drawer-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  opacity: 0;
  transition: opacity 0.8s;
  will-change: opacity;
  background-color: black;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.drawer-box .drawer-md {
  max-width: 1100px;
}
.drawer-box .drawer-sm {
  max-width: 920px;
}
.drawer-box .drawer-xs {
  max-width: 760px;
}
.drawer-box.is-active {
  display: block;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
.drawer-box.is-visible .drawer-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.drawer-box.is-visible .drawer-overlay {
  opacity: 0.5;
}

.all-comman-things .inner-tit h3 {
  margin: 0;
  padding: 0;
  font-size: 3.6rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .all-comman-things .inner-tit h3 {
    font-size: 2.2rem;
  }
}
.all-comman-things .inner-tit p {
  font-size: 2rem;
  color: #666;
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: 400;
}

.drawer-header {
  margin: 0 0 2rem;
}
.drawer-bg {
  background-color: #F4F4F4 !important;
}
.drawer-bg .txt-releted-stuff h2 {
  font-size: 1.8rem;
}
.drawer-bg .txt-releted-stuff h3 {
  font-size: 1.6rem;
}
.drawer-bg .txt-releted-stuff p {
  font-size: 1.6rem;
  color: #24243e;
  line-height: 1.6;
}
.drawer-bg .txt-releted-stuff p a {
  color: #0091e6;
  text-decoration: none;
}
.drawer-bg .txt-releted-stuff p a:hover {
  color: #0091e6;
  text-decoration: underline;
}
.drawer-bg .txt-releted-stuff .form-control.no-border {
  font-weight: 700 !important;
  padding: 2.3rem 2rem 0.5rem !important;
}
.drawer-bg .txt-releted-stuff .form-control.no-border.pt-5 {
  padding-top: 5px !important;
}
.drawer-bg .txt-releted-stuff .form-label.active {
  top: 10px;
  font-size: 1.3rem;
  font-weight: 500;
  z-index: 2;
}
.drawer-box-title h1 {
  font-size: 3.6rem;
  line-height: 1.3;
  color: #333333;
}
@media (max-width: 1366px) {
  .drawer-box-title h1 {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .drawer-box-title h1 {
    font-size: 2.6rem;
  }
}
.drawer-box-title .drawer-close {
  font-size: 2.5rem;
  background-color: transparent;
  cursor: pointer;
  z-index: 999;
  display: block;
  top: 50%;
  left: 0;
  border: 2px solid #666;
  width: 40px;
  height: 40px;
  margin-right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.drawer-box-title .drawer-close .icon {
  font-size: 1.5rem;
  color: #666;
  font-weight: 600;
}

/*$eor-color: #e3595b;*/
/*$eor-color: #e3595b;*/
.tbl-mb {
  margin-bottom: 3rem;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 3rem;
}
.custom-control.custom-radio .custom-control-label::before, .custom-control.custom-radio .custom-control-label::after {
  border-radius: 50%;
}
.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control .custom-control-label {
  margin-bottom: 0;
}
.custom-control .custom-control-label::before, .custom-control .custom-control-label::after {
  position: absolute;
  display: block;
  content: "";
}
.custom-control .custom-control-label::after {
  top: -2px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #0D72BA;
}
.custom-control .custom-control-label::before {
  top: 2px;
  left: 4px;
  width: 14px;
  height: 14px;
  pointer-events: none;
}

.tables {
  font-family: "Open Sans", sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.tables .table-responsive {
  padding-bottom: 2rem;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.tables .table {
  border-collapse: collapse;
}
.tables .table .txt-cent {
  text-align: center;
}
.tables .table thead tr th {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.2rem;
}
.tables .table tr.selected td {
  background-color: #EFEFEF;
}
.tables .table th {
  font-weight: 600;
}
.tables .table td {
  font-weight: 400;
}
.tables .table td, .tables .table th {
  color: rgba(49, 64, 78, 0.9);
  font-size: 1.6rem;
  white-space: nowrap;
  padding: 1.3rem 0.75rem;
  vertical-align: top;
  text-align: left;
}
.tables td .error {
  background-color: #f98686;
  color: #fff;
  padding: 3px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.1rem;
  font-weight: 600;
  display: inline-block;
  width: auto;
  margin: 0 0 5px 0;
}
.tables td .no-error {
  background-color: #d4d4d4;
  color: #000000;
  padding: 3px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.1rem;
  font-weight: 600;
  display: inline-block;
  width: auto;
  text-align: center;
  margin: 0 0 5px 0;
}

/*$eor-color: #e3595b;*/
/*$eor-color: #e3595b;*/
.sub-btn {
  width: 165px;
}

.btn-grp .btn {
  box-shadow: none;
  text-transform: none;
}

.btn {
  box-shadow: none;
  text-transform: none;
}
.btn:focus {
  color: #fff;
}

.btn-w-165 {
  min-width: 140px;
}

.btn-w-260 {
  min-width: 260px;
}

.mt-c2 {
  margin-top: 2.2rem;
}

.btn-green {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 1.2px;
  font-weight: 500;
  background: #069873 !important;
  border: 1px solid #069873;
  box-shadow: none !important;
  color: #fff;
  padding: 1.52rem 0.8rem;
  display: inline-block;
  cursor: pointer;
  text-transform: none;
}
.btn-green.btn-disabled {
  background: #b5b5b5;
  border-color: #b5b5b5;
  pointer-events: none;
}
.btn-green:hover {
  background-color: #fff !important;
  color: #069873;
}

.btn-green-two {
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 1.2px;
  font-weight: 500;
  background-color: #069873 !important;
  border: 1px solid #069873;
  box-shadow: none !important;
  color: #fff;
  padding: 1.52rem 0.8rem;
  display: inline-block;
  cursor: pointer;
  text-transform: none;
}
.btn-green-two.btn-disabled {
  background: #b5b5b5;
  border-color: #b5b5b5;
  pointer-events: none;
}
.btn-green-two:hover {
  background-color: #fff !important;
  color: #069873;
}

.btn-green:not([disabled]):not(.disabled).active, .btn-green:not([disabled]):not(.disabled):active, .show > .btn-green.dropdown-toggle {
  background-color: #fff !important;
  color: #069873;
}

.btn-green-two:not([disabled]):not(.disabled).active, .btn-green-two:not([disabled]):not(.disabled):active, .show > .btn-green-two.dropdown-toggle {
  background-color: #fff !important;
  color: #069873;
}

.btn-grp.hacker-pg .btn {
  width: auto;
}

wid-120 {
  min-width: 120px;
}

.btn-grp .btn {
  min-width: 90px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  border: 1px solid #069873;
  padding: 1.6rem 1.5rem;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.btn-grp .btn + .btn {
  margin-left: 2rem;
}
.btn-grp .btn.wd-auto {
  width: auto;
}
.btn-grp .btn.wid-120 {
  min-width: 120px;
}
.btn-grp .btn-solid {
  background-color: #069873;
  color: #fff;
  display: inline-block;
}
.btn-grp .btn-solid:hover {
  background-color: #fff;
  color: #069873;
}
.btn-grp .btn-line {
  background-color: transparent;
  color: #0D72BA;
  display: inline-block;
  border-color: #0D72BA;
}
.btn-grp .btn-line:hover {
  background-color: #0D72BA;
  color: #fff;
}

.back {
  color: #666;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.back span {
  transition: transform 0.5s;
  font-weight: 600;
}
.back span + span {
  transform: translateX(8px);
}
.back:hover .ic + span {
  position: relative;
  transform: translateX(3px);
}
.back .ic {
  font-size: 1.4rem;
  font-weight: 600;
}
.back .ic::before {
  color: #666;
}
.back:hover {
  color: #24243e;
}
.back:hover .ic::before {
  color: #24243e;
}
.back2 {
  font-size: 1.6rem;
}

.btn-gradient {
  padding: 0 3rem;
  border: 1px solid transparent !important;
  border-radius: 6rem !important;
  background: linear-gradient(91deg, #59b5da, #73b680) 0% 0% no-repeat padding-box !important;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  font-stretch: normal;
  font-size: 1.8rem;
  line-height: 6.2rem;
  letter-spacing: 0px;
  color: #fff !important;
  opacity: 1;
  outline: none;
  transition: transform 0.5s;
  cursor: pointer;
}
.btn-gradient:hover {
  background: transparent !important;
  box-shadow: inset 0 0 0 1px #00aa9e !important;
  color: #00aa9e !important;
}

/*$eor-color: #e3595b;*/
/*$eor-color: #e3595b;*/
/* login page */
.login-bx {
  max-width: 650px;
  width: 100%;
  padding: 3rem 2.5rem 1.5rem;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.login-bx.no-footer {
  padding: 3rem 2.5rem;
}
@media (max-width: 768px) {
  .login-bx.no-footer {
    padding: 2.5rem 1rem;
  }
}
.login-bx .login-form {
  max-width: 600px;
  width: 100%;
  margin-top: 0;
}
.login-bx .login-form.cust-wid {
  max-width: 530px;
}
.login-bx .login-form.cust-wid-2 {
  max-width: 600px;
}
@media (max-width: 768px) {
  .login-bx {
    padding: 2.5rem 2.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .login-bx {
    padding: 2.5rem 1.5rem 1.5rem;
  }
}

/* login page */
.box-for-pad {
  padding: 0 20px;
  width: 100%;
}

.login-bx.reach-out-pg {
  max-width: 1040px;
  width: 100%;
}
.login-bx.reach-out-pg .form .form-group .btn-group {
  margin-top: 1.3rem;
}
.login-bx.reach-out-pg .form .form-group textarea.form-control {
  padding: 3rem 2rem 0.5rem;
  height: calc(100% - 2.5rem);
  resize: none;
}
@media (max-width: 767px) {
  .login-bx.reach-out-pg .form .form-group textarea.form-control {
    height: auto;
  }
}
.login-bx.reach-out-pg .login-form {
  max-width: 990px;
  width: 100%;
}
.login-bx.reach-out-pg .login-form .tit-mass {
  top: 2px;
  left: 3px;
  right: 1px;
  border-radius: 5px 0 0;
  padding: 1.2rem 0 0.2rem 2rem;
  font-size: 1.5rem;
  font-weight: 500;
  width: calc(100% - 20px);
  color: #666;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
  background-color: #fff;
}

/*$eor-color: #e3595b;*/
/*$eor-color: #e3595b;*/
.login-bx.sh {
  min-height: 654px;
}

.sm-wid {
  max-width: 100%;
  width: 100%;
}

.small-con-size {
  max-width: 730px;
  width: 100%;
  display: block;
}

@media (max-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0 2rem;
  }
}

.sm-wth {
  max-width: 430px;
  width: 100%;
}
.sm-wth h2 {
  padding: 0 2rem;
}
@media (max-width: 576px) {
  .sm-wth {
    max-width: 100%;
  }
  .sm-wth h2 {
    padding: 0;
  }
}

/* Questions */
.login-bx.email-veri-pg .que-part .welcome-section {
  padding-top: 5.5rem;
}
.login-bx.email-veri-pg .que-part .welcome-section .text-part {
  margin: 0 0 3rem;
}
.login-bx.email-veri-pg .que-part .welcome-section .text-part h2 {
  margin: 0;
}
.login-bx.email-veri-pg .que-part h3 {
  text-align: left;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 2rem;
}
.login-bx.email-veri-pg .que-part .btn-blue-gradi {
  margin: 4rem 0 0 0;
}

/* trust device */
.trust-dev-scr .ic-divice-es {
  margin-right: 2rem;
}
.trust-dev-scr .ic-divice-es .browser-ic {
  height: 60px;
  width: 60px;
  display: inline-block;
}
.trust-dev-scr .ic-divice-es .browser-ic img, .trust-dev-scr .ic-divice-es .browser-ic svg {
  max-width: 100%;
}
.trust-dev-scr .ic-divice-es span::before {
  color: #0D72BA;
  font-size: 70px;
}
.trust-dev-scr .device-info {
  margin: 3.5rem 0;
}
.trust-dev-scr .device-info .ic-device {
  margin-right: 2.2rem;
}
.trust-dev-scr .device-info .ic-device span::before {
  color: #0D72BA;
  font-size: 8rem;
}
.trust-dev-scr .device-info .info-dev {
  color: #31404E;
  text-align: left;
}
.trust-dev-scr .device-info .info-dev h4 {
  color: #31404E;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 0 0.4rem;
}
.trust-dev-scr .device-info .info-dev p {
  font-size: 1.4rem;
  font-weight: 400;
}
.trust-dev-scr .device-info .info-dev p + p {
  margin-top: 0.4rem;
}
.trust-dev-scr .btn-grp {
  margin: 0 0 1.5rem;
}

/* account */
.login-bx.account-sec-pg {
  padding: 3rem 2.5rem;
  min-height: 520px;
}
@media (max-width: 768px) {
  .login-bx.account-sec-pg {
    padding: 2.5rem 1rem;
  }
}

/* welcome page */
.login-bx.welcome-pg {
  max-width: 800px;
  width: 100%;
  padding: 3rem 2.5rem 1.5rem;
}
.login-bx.welcome-pg.third-step-width {
  max-width: 1070px;
  width: 100%;
}
.login-bx.welcome-pg .inner-contain {
  max-width: 930px;
  width: 100%;
}
@media (max-width: 768px) {
  .login-bx.welcome-pg {
    padding: 2.5rem 2.5rem 1.5rem;
  }
}
.login-bx.welcome-pg .welcome-section .form {
  max-width: 460px;
}

.txt-releted-stuff .text-part {
  margin: 0 0 3rem;
}
.txt-releted-stuff .text-part.sm-ft .pra-p p {
  font-size: 1.7rem;
  line-height: 2.4rem;
  width: 100%;
}
@media (max-width: 767px) {
  .txt-releted-stuff .text-part.sm-ft .pra-p p {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
}
.txt-releted-stuff .text-part.smest-ft .pra-p p {
  font-size: 1.6rem;
  line-height: 2.3rem;
  width: 100%;
}
@media (max-width: 767px) {
  .txt-releted-stuff .text-part.smest-ft .pra-p p {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}
.txt-releted-stuff .text-part h2 {
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: 700 !important;
  margin: 0 0 1.5rem;
  color: #31404E;
}
@media (max-width: 767px) {
  .txt-releted-stuff .text-part h2 {
    font-size: 3rem;
  }
}
.txt-releted-stuff .text-part .pra-p {
  width: 100%;
  margin: 0 0 2.4rem;
}
.txt-releted-stuff .text-part .pra-p a {
  text-decoration: none;
  color: #0D72BA;
}
.txt-releted-stuff .text-part .pra-p a:hover {
  text-decoration: none;
  text-decoration: underline;
}
.txt-releted-stuff .text-part .pra-p p {
  font-size: 1.7rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}
.txt-releted-stuff .text-part .pra-p p + p {
  margin-top: 1.5rem;
}
.txt-releted-stuff .text-part .pra-p.txt-color-diff p {
  color: rgba(49, 64, 78, 0.9);
}
.txt-releted-stuff .btn-group {
  margin: 0 0 3rem;
}

.general-info-step.first-time ul {
  max-width: 800px;
  width: 100%;
}
.general-info-step ul {
  list-style: none;
  padding: 0;
  margin: 0 auto 2.5rem;
  width: 100%;
  max-width: 100%;
}
.general-info-step ul li a {
  text-decoration: none;
  color: #333;
}
.general-info-step ul li.step-pass .for-rounded, .general-info-step ul li.current .for-rounded, .general-info-step ul li.complate .for-rounded, .general-info-step ul li.active .for-rounded {
  background-color: #0D72BA;
}
.general-info-step ul li.step-pass + li::after, .general-info-step ul li.complate + li::after, .general-info-step ul li.active + li::after {
  background-color: #0D72BA;
}
.general-info-step ul li.complate a {
  font-size: 0;
}
.general-info-step ul li.complate .ic-right {
  background-position: 0 -20px;
}
.general-info-step ul li.complate + li::after {
  background-color: #0D72BA;
}
.general-info-step ul li + li::after {
  content: "";
  width: calc(100% - 56px);
  height: 1px;
  background-color: #ccc;
  top: 15px;
  margin: 0 auto;
  display: block;
  position: absolute;
  z-index: -2;
  left: calc(-50% + 28px);
}
@media (max-width: 576px) {
  .general-info-step ul li + li::after {
    width: calc(100% - 50px);
    left: calc(-50% + 25px);
  }
}
.general-info-step ul li .for-rounded {
  height: 30px;
  width: 30px;
  margin: 0 auto;
  background-color: #ccc;
  border-radius: 100%;
  color: #fff;
  font-size: 1.4rem;
}
.general-info-step ul li p {
  word-wrap: break-word;
  margin: 0;
  color: #333;
}

.general-info-step ul li:nth-child(1):nth-last-child(1) {
  width: 100%;
}

.general-info-step ul li:nth-child(1):nth-last-child(2),
.general-info-step ul li:nth-child(2):nth-last-child(1) {
  width: 50%;
}

.general-info-step ul li:nth-child(1):nth-last-child(3),
.general-info-step ul li:nth-child(2):nth-last-child(2),
.general-info-step ul li:nth-child(3):nth-last-child(1) {
  width: 33.3333333333%;
}

.general-info-step ul li:nth-child(1):nth-last-child(4),
.general-info-step ul li:nth-child(2):nth-last-child(3),
.general-info-step ul li:nth-child(3):nth-last-child(2),
.general-info-step ul li:nth-child(4):nth-last-child(1) {
  width: 25%;
}

.general-info-step ul li:nth-child(1):nth-last-child(5),
.general-info-step ul li:nth-child(2):nth-last-child(4),
.general-info-step ul li:nth-child(3):nth-last-child(3),
.general-info-step ul li:nth-child(4):nth-last-child(2),
.general-info-step ul li:nth-child(5):nth-last-child(1) {
  width: 20%;
}

/*$eor-color: #e3595b;*/
/*$eor-color: #e3595b;*/
.login-bx.email-veri-pg.mob-ver .welcome-section {
  padding: 0 5rem 5rem;
}
@media (max-width: 768px) {
  .login-bx.email-veri-pg.mob-ver .welcome-section {
    padding: 0 2rem 3rem;
  }
}
.login-bx.email-veri-pg.mob-ver .welcome-section .text-part {
  margin: 0;
}
.login-bx.email-veri-pg.mob-ver .welcome-section .text-part .pra-p {
  max-width: 100%;
}

.login-bx.email-veri-pg .welcome-section.pd-ch {
  padding: 0 0.5rem 2.5rem;
}
@media (max-width: 768px) {
  .login-bx.email-veri-pg .welcome-section.pd-ch {
    padding: 0 2rem 3rem;
  }
}
.login-bx.email-veri-pg .welcome-section {
  padding: 0;
}
@media (max-width: 768px) {
  .login-bx.email-veri-pg .welcome-section {
    padding: 0 1.5rem 0;
  }
}
@media (max-width: 414px) {
  .login-bx.email-veri-pg .welcome-section {
    padding: 0;
  }
}
.login-bx.email-veri-pg .general-info-step {
  padding: 5rem 0 0 0;
}
.login-bx.email-veri-pg .general-info-step ul {
  max-width: 100%;
}
@media (max-width: 767px) {
  .login-bx.email-veri-pg .enter-otp .form .pincode-input-container .touchwrapper .pincode-input-text {
    margin-left: 11.22px !important;
    letter-spacing: 30.5px !important;
    min-height: inherit;
    height: 40px;
    color: #4BA79F;
  }
  .login-bx.email-veri-pg .enter-otp .form .pincode-input-container .touch-flex {
    border-left: none;
  }
  .login-bx.email-veri-pg .enter-otp .form .pincode-input-container .touch-flex-cell {
    border: 2px solid #4BA79F;
    border-radius: 5px;
    background-color: #fff;
  }
  .login-bx.email-veri-pg .enter-otp .form .pincode-input-container .touch-flex-cell + .touch-flex-cell {
    margin-left: 10px;
  }
}
.login-bx.email-veri-pg .enter-otp .form .inputs + .inputs {
  margin-left: 1.5rem;
}
.login-bx.email-veri-pg .enter-otp .form .form-group {
  margin: 0 auto;
  max-width: 396px;
  width: 100%;
}
.login-bx.email-veri-pg .enter-otp .form .form-group + .form-group {
  margin-left: 1.5rem;
}
.login-bx.email-veri-pg .enter-otp .form .form-group .form-control {
  padding: 0;
  height: 50px;
  min-height: 50px;
  width: 60px;
  color: #0D72BA;
  font-weight: 700;
  margin: 0 8px;
}
@media (max-width: 576px) {
  .login-bx.email-veri-pg .enter-otp .form .form-group .form-control {
    height: 50px;
    width: 50px;
    min-height: 50px;
  }
}
@media (max-width: 414px) {
  .login-bx.email-veri-pg .enter-otp .form .form-group .form-control {
    height: 35px;
    width: 35px;
    min-height: 35px;
  }
}
.login-bx.email-veri-pg .enter-otp .face-any-pro {
  margin: 2.5rem 0;
}
.login-bx.email-veri-pg .enter-otp .resend-code p {
  font-size: 1.6rem;
  color: #31404E;
}
@media (max-width: 414px) {
  .login-bx.email-veri-pg .enter-otp .resend-code p {
    font-size: 1.5rem;
  }
}
.login-bx.email-veri-pg .enter-otp .resend-code p.col66 {
  color: #666;
}
.login-bx.email-veri-pg .enter-otp .resend-code span {
  color: #0D72BA;
  text-decoration: none;
}
.login-bx.email-veri-pg .enter-otp .resend-code a {
  color: #0D72BA;
  text-decoration: none;
}
.login-bx.email-veri-pg .enter-otp .resend-code a.disabled {
  color: rgba(13, 114, 186, 0.5);
}
.login-bx.email-veri-pg .enter-otp .resend-code a:hover {
  text-decoration: underline;
}
.login-bx.email-veri-pg .enter-otp .resend-code + .resend-code {
  margin-top: 2rem;
}
.login-bx.email-veri-pg .enter-otp .resend-code + .resend-code p {
  color: #666;
}
.login-bx .mobile-verific-enr-mobile {
  margin: 3.5rem 0 0;
}
.login-bx .mobile-verific-enr-mobile .enter-mob-num {
  margin: 0 0 3rem;
}
@media (max-width: 767px) {
  .login-bx .mobile-verific-enr-mobile .enter-mob-num {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.login-bx .mobile-verific-enr-mobile .form-group.select-cou {
  width: 165px;
}
@media (max-width: 767px) {
  .login-bx .mobile-verific-enr-mobile .form-group.select-cou {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .login-bx .mobile-verific-enr-mobile .cust-select.country-code {
    width: 100%;
    margin: 0 0 1rem;
  }
}
.login-bx .mobile-verific-enr-mobile .form-group {
  margin: 0;
  width: calc(100% - 160px);
}
@media (max-width: 767px) {
  .login-bx .mobile-verific-enr-mobile .form-group {
    width: 100%;
  }
}

.some-action-btn-gp {
  margin: 3rem auto 0;
  border-top: 1px solid #A4A7B3;
  padding: 1.5rem 0 0 0;
}
.some-action-btn-gp.if-two-btn {
  width: 100%;
}
.some-action-btn-gp.if-two-btn .one-bx {
  width: 50%;
}
@media (max-width: 767px) {
  .some-action-btn-gp.if-two-btn .one-bx {
    padding: 0 1rem;
  }
}
@media (max-width: 414px) {
  .some-action-btn-gp.if-three .one-bx {
    width: 100%;
    padding: 0;
  }
  .some-action-btn-gp.if-three .one-bx + .one-bx {
    margin-top: 1.2rem;
    padding-top: 1.2rem;
  }
  .some-action-btn-gp.if-three .one-bx + .one-bx::after {
    height: 1px;
    width: 100%;
    background-color: #A4A7B3;
    top: 0;
    bottom: auto;
    margin: auto;
  }
}
.some-action-btn-gp .one-bx {
  width: 33.3333333333%;
  padding: 0 0.9rem;
}
.some-action-btn-gp .one-bx.fullw {
  width: 100%;
  margin: 1rem 0 1.5rem;
}
.some-action-btn-gp .one-bx.fullw p {
  margin: 0 1.5rem 0 0;
}
.some-action-btn-gp .one-bx + .one-bx::after {
  height: calc(100% - 10px);
  width: 1px;
  background-color: #A4A7B3;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.some-action-btn-gp .one-bx p {
  color: #31404E;
  font-size: 1.2rem;
  margin: 0 0 1.5rem;
}
.some-action-btn-gp .one-bx a {
  border: 1px solid #A4A7B3;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #31404E;
  font-size: 1.3rem;
  padding: 0.7rem 1.5rem;
  line-height: 1;
}
.some-action-btn-gp .one-bx a:hover {
  background-color: #31404E;
  color: #fff;
  border-color: #31404E;
}
.some-action-btn-gp .one-bx a.disabled {
  color: rgba(49, 64, 78, 0.5);
  border-color: rgba(164, 167, 179, 0.5);
}

.st-time-logi-3rd-step .welcome-section .text-part {
  margin: 0 auto 3.5rem;
  max-width: 550px;
  width: 100%;
}
.st-time-logi-3rd-step .welcome-section .text-part .pra-p.fw-7 p {
  font-weight: 700;
}
.st-time-logi-3rd-step .welcome-section .text-part.w-100 {
  max-width: 100%;
}
.st-time-logi-3rd-step .actionbtn {
  margin: 3.5rem 0 0 0;
}

.nt-closed-eye::before {
  color: #666;
}

.hover-uderline a:hover {
  text-decoration: underline;
}

/*$eor-color: #e3595b;*/
/*$eor-color: #e3595b;*/
.select-country {
  width: 140px;
  min-height: 60px;
  padding: 0;
  background-color: #fff;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.select-country .cust-select-2 .select2-container {
  width: 140px !important;
}
@media (max-width: 767px) {
  .select-country .cust-select-2 .select2-container {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .select-country {
    width: 100%;
    margin: 0 0 2rem;
  }
}
.select-country p {
  color: #666;
  font-size: 1.3rem;
  font-weight: 400;
  margin: 0 0 0.5rem;
  text-align: left;
}

.cust-select-2 .form-group.label-show .select2-container--default .select2-selection--single .select2-selection__rendered {
  opacity: 1;
  font-size: 1.8rem;
  position: absolute;
  top: 23px;
  left: 13px;
  color: #24243E;
  font-weight: 600;
  width: 94%;
  text-align: left;
}
.cust-select-2 .select2-container {
  width: 100% !important;
}
.cust-select-2 .select2-container .select2-selection--single {
  height: 60px;
}
.cust-select-2 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b::after {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cust-select-2 .select2-container--default.required .select2-selection--single {
  border-width: 1px 1px 1px 3px;
  border-color: #FF3B36;
}
.cust-select-2 .select2-container--default .select2-selection--single {
  border: 1px solid #A4A7B3;
  color: #24243E;
  border-radius: 5px;
}
.cust-select-2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 13px;
  width: 20px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 10px;
}
.cust-select-2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  left: auto;
  top: 0;
  right: 0;
}
.cust-select-2 .select2-container--default .select2-selection--single .select2-selection__arrow b::after {
  font-family: "Custom-Icons" !important;
  content: "\e904";
  color: #ccc;
  right: 0;
  font-size: 20px;
  position: absolute;
}
.cust-select-2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  opacity: 0;
}

.que-one {
  text-align: left;
}
.que-one + .que-one {
  margin-top: 3.5rem;
}
.que-one h3 {
  color: #31404E;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1.2rem;
}

.welcome-section.add-yr-que .btn-group {
  margin-top: 3rem;
}
.welcome-section.add-yr-que .btn-group .btn-blue-gradi {
  margin-left: 2.5rem;
}

.sk-nw {
  color: #0091E6;
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: 500;
}
.sk-nw:hover {
  text-decoration: underline;
  color: #0091E6;
}
.sk-nw:focus {
  color: #0091E6;
}

.cust-select .form-group {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.cust-select .selectric-wrapper.required .selectric {
  border-color: #FF3B36;
  border-width: 1px 1px 1px 3px;
}
.cust-select .form-group.label-show .selectric .label {
  opacity: 1;
}

/*$eor-color: #e3595b;*/
/*$eor-color: #e3595b;*/
.md-toast {
  min-width: 250px;
  width: auto;
}

.sweet-alert {
  padding: 2rem !important;
  border-radius: 6px;
  border: 2px solid #ededed;
  max-width: 600px;
  min-width: 478px;
  width: inherit !important;
}
.sweet-alert .sa-confirm-button-container {
  margin-top: 18px;
}
.sweet-alert .confirm.btn-primary {
  display: inline-block;
  min-width: 86px;
  padding: 12px 10px;
  line-height: 1.5;
  font-weight: 400;
  font-size: 15px;
}

#toast-container button.toast-close-button {
  position: absolute;
  font-size: 30px;
  top: 0;
  line-height: inherit;
  color: #a2a2a2;
  right: 20px;
  height: 20px;
  margin: auto;
  bottom: 0;
}
#toast-container .toast {
  margin: 1rem auto;
  padding: 1.8rem 5rem 1.8rem 7rem;
  position: fixed;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  background-color: transparent;
  color: #666;
  box-shadow: 0 0 7px rgba(125, 125, 125, 0.25);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  opacity: 1;
  min-width: 530px;
  width: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  #toast-container .toast {
    min-width: inherit;
    width: 96%;
  }
}
#toast-container .toast:hover {
  box-shadow: none;
}
#toast-container .toast .toast-close-button {
  text-shadow: none;
}
#toast-container .toast .toast-title {
  font-size: 1.7rem;
  display: block;
  width: 100%;
  line-height: 1.2;
}
#toast-container .toast .toast-message {
  font-size: 1.7rem;
  display: block;
  width: 100%;
}
#toast-container .toast.toast-error {
  background: #FFECEB url(../images/ic_danger.svg) no-repeat 16px center;
}
#toast-container .toast.toast-warning {
  background: #fef2de url(../images/ic_warning.svg) no-repeat 16px center;
}
#toast-container .toast.toast-success {
  background: #E7FCDE url(../images/ic_succes.svg) no-repeat 16px center;
}
#toast-container .toast.toast-info {
  background: #EBF5FF url(../images/ic_info.svg) no-repeat 16px center;
}
#toast-container .toast .btn-toast {
  visibility: hidden;
  opacity: 0;
  color: #666;
  text-decoration: underline;
  font-size: 12px;
  transition: opacity 0.5s, visibility 0s linear 0.5s;
  background: url(../images/close-light.svg) no-repeat;
  background-position: 10px;
  height: 40px;
  width: 21px;
  font-weight: 300;
  box-shadow: none;
  padding: 6px 16px;
  cursor: pointer;
  text-transform: uppercase;
}
#toast-container .toast .btn-toast:hover {
  text-decoration: none;
}
#toast-container .toast.active {
  visibility: visible;
  opacity: 1;
  height: auto;
  transition-delay: 0s;
}
#toast-container .toast.active .btn-toast {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
#toast-container .toast ins {
  display: inline-block;
  text-decoration: none;
  margin-right: 20px;
  margin-left: 52px;
}

.showSweetAlert-remove {
  animation: inherit !important;
}

/*$eor-color: #e3595b;*/
/*$eor-color: #e3595b;*/
.icon-releted-stuff {
  font-family: "Open Sans", sans-serif !important;
}
.icon-releted-stuff .for-icon {
  margin: 0 0 2.5rem;
}
.icon-releted-stuff .for-icon [class^=nt-], .icon-releted-stuff .for-icon [class*=" nt-"] {
  line-height: 1;
}
.icon-releted-stuff .for-icon span::before {
  color: #0D72BA;
  font-size: 100px;
}
@media (max-width: 767px) {
  .icon-releted-stuff .for-icon span::before {
    font-size: 80px;
  }
}

.terms-and-policy {
  background: #FFF;
  padding: 2.5rem 4rem;
  text-align: left;
  max-width: 935px;
  width: 100%;
  margin: 4rem auto;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.terms-and-policy.maintenace-pop .content-box {
  height: auto;
}
@media (max-width: 767px) {
  .terms-and-policy.maintenace-pop .content-box {
    height: calc(100vh - 315px);
  }
}
.terms-and-policy.wewill-back-in-to {
  max-width: 670px;
  width: 100%;
}
.terms-and-policy.wewill-back-in-to .content-box {
  height: auto;
}
@media (max-width: 767px) {
  .terms-and-policy.wewill-back-in-to .content-box {
    height: calc(100vh - 315px);
  }
}
.terms-and-policy.wewill-back-in-to .content-box .heading-text {
  font-size: 4rem;
  line-height: 1.2;
}
.terms-and-policy.wewill-back-in-to .content-box .maintenance-graphics {
  max-width: 250px;
  width: 100%;
  margin: 1.5rem auto 1.5rem;
}
.terms-and-policy.wewill-back-in-to .content-box .maintenance-title {
  color: #31404E;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-weight: bold;
  line-height: 1.2;
}
.terms-and-policy.wewill-back-in-to .content-box .maintenance-text {
  color: #6D7F92;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
}
.terms-and-policy.time-out .content-box {
  height: auto;
}
@media (max-width: 767px) {
  .terms-and-policy.time-out .content-box {
    height: calc(100vh - 315px);
  }
}
.terms-and-policy.confirma-needed .content-box {
  height: auto;
}
@media (max-width: 767px) {
  .terms-and-policy.confirma-needed .content-box {
    height: calc(100vh - 315px);
  }
}
.terms-and-policy.confirma-needed .btn-grp {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .terms-and-policy.confirma-needed .btn-grp {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.terms-and-policy.confirma-needed .btn-grp .btn {
  width: 190px;
}
@media (max-width: 767px) {
  .terms-and-policy.confirma-needed .btn-grp .btn {
    display: block;
  }
  .terms-and-policy.confirma-needed .btn-grp .btn + .btn {
    margin-top: 1.5rem;
    margin-left: 0;
  }
}
.terms-and-policy h2 {
  font-size: 3.6rem;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .terms-and-policy h2 {
    font-size: 2.6rem;
  }
}
.terms-and-policy h2:after {
  height: 5px;
  width: 100px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  background-color: #31404E;
  left: 0;
  bottom: 15px;
  top: auto;
}
.terms-and-policy .content-box {
  height: calc(100vh - 315px);
  overflow: auto;
  padding-right: 3rem;
  scrollbar-width: thin; /* "auto" or "thin" */
  scrollbar-color: #DEDEDE;
  border-radius: 1rem;
}
.terms-and-policy .content-box::-webkit-scrollbar {
  width: 1rem; /* width of the entire scrollbar */
  border-radius: 1rem;
}
.terms-and-policy .content-box::-webkit-scrollbar-track {
  background: #DEDEDE; /* color of the tracking area */
  border-radius: 1rem;
}
.terms-and-policy .content-box::-webkit-scrollbar-thumb {
  background-color: #8D8D8D; /* color of the scroll thumb */
  border-radius: 1rem; /* roundness of the scroll thumb */
  border: 1px solid #DEDEDE; /* creates padding around scroll thumb */
}
.terms-and-policy .content-box p {
  font-size: 1.6rem;
  line-height: 2.8rem;
}
.terms-and-policy .content-box > table {
  margin-top: 2rem;
}
.terms-and-policy .content-box table tr, .terms-and-policy .content-box table td {
  font-size: 1.6rem;
  line-height: 2.8rem;
}
.terms-and-policy .content-box table td b {
  font-size: 2rem;
}
.terms-and-policy .content-box .img-text-maint {
  background-color: #ff3131;
  padding: 0.8rem 1.5rem;
  margin: 0 0 1.5rem;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
}
.terms-and-policy .content-box .img-text-maint img {
  height: 19px;
  width: 18px;
}
.terms-and-policy .content-box .img-text-maint h2 {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  width: calc(100% - 22px);
  padding: 0 0 0 1rem;
}
.terms-and-policy .content-box ul {
  margin: 1rem 0 0 0;
  padding: 0 0 0 30px;
}
.terms-and-policy .content-box ul li {
  font-size: 1.6rem;
  line-height: 2.8rem;
  position: relative;
  padding: 0 0 0 2.2rem;
}
.terms-and-policy .content-box ul li::after {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #31404E;
  left: 0;
  top: 11px;
}
.terms-and-policy .content-box ul li + li {
  margin-top: 1rem;
}
.terms-and-policy .footer-logo {
  display: flex;
  width: 150px;
  margin: 3rem 0 0 auto;
}
.terms-and-policy h5 {
  font-weight: 600;
}

.sweet-alert.ncp-pf-com-pop-up-swt {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 !important;
}

.sweet-alert.ncp-pf-com-pop-up-swt {
  padding: 30px !important;
  border-radius: 5px;
  border: none;
  font-family: "Open Sans", sans-serif;
}

.sweet-alert.ncp-pf-del-pop-swt {
  min-width: inherit;
  max-width: 572px;
  width: 100% !important;
}

.sweet-alert.ncp-pf-remove-device-swt {
  min-width: inherit;
  max-width: 650px;
  width: 100% !important;
}

.sweet-alert.ncp-pf-remove-device-swt .lead {
  max-width: 530px;
  width: 100%;
  margin: auto;
}

.sweet-alert.ncp-pf-com-pop-up-swt h2 {
  font-family: "Open Sans", sans-serif !important;
  font-size: 26px;
  font-weight: 700 !important;
  margin: 0 0 15px 0;
  color: #24243E;
  line-height: 1.3;
}

.sweet-alert.ncp-pf-com-pop-up-swt p {
  font-size: 20px !important;
  font-weight: 200;
  color: #24243E !important;
  line-height: 1.3;
  margin: 0;
}

.sweet-alert.ncp-pf-btn-stuff-swt .sa-button-container {
  margin-top: 30px;
}

.sweet-alert.ncp-pf-btn-stuff-swt .sa-button-container button {
  margin-right: 0;
}

.sweet-alert.ncp-pf-btn-stuff-swt .sa-confirm-button-container {
  margin: 0 0 0 15px !important;
}

.sweet-alert.ncp-pf-btn-stuff-swt .sa-button-container .btn {
  border: 1px solid #0D72BA;
  box-shadow: none !important;
  padding: 11.2px 5px;
  min-width: 84px;
  line-height: 1;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin: 0 !important;
}

.sweet-alert.ncp-pf-btn-stuff-swt .sa-button-container .confirm {
  background-color: #069873 !important;
  border-color: #069873;
  color: #ffffff;
}

.sweet-alert.ncp-pf-btn-stuff-swt .sa-button-container .confirm:hover {
  background-color: #ffffff !important;
  color: #069873;
}

.sweet-alert.ncp-pf-btn-stuff-swt .sa-button-container .cancel {
  background-color: #ffffff !important;
  color: #0D72BA;
}

.sweet-alert.ncp-pf-btn-stuff-swt .sa-button-container .cancel:hover {
  background-color: #0D72BA !important;
  color: #ffffff;
}

/*$eor-color: #e3595b;*/
/*$eor-color: #e3595b;*/
.login-bx.survey-screen {
  max-width: 810px;
  padding: 8rem 7rem;
}
@media (max-width: 767px) {
  .login-bx.survey-screen {
    padding: 2.5rem;
  }
}

.survey-screen.txt-releted-stuff .text-part {
  margin: 0;
}
.survey-screen .emoji-part {
  margin: 5rem 0 3rem;
}
@media (max-width: 767px) {
  .survey-screen .emoji-part {
    margin: 4rem 0 3rem;
  }
}
.survey-screen .emoji-part .one-bx {
  width: 20%;
  transition: all 0.3s;
  cursor: pointer;
  min-height: 120px;
}
.survey-screen .emoji-part .one-bx img {
  margin: 0 0 10px;
  width: 56px;
  height: 56px;
}
@media (max-width: 414px) {
  .survey-screen .emoji-part .one-bx img {
    height: 40px;
    width: 40px;
  }
}
.survey-screen .emoji-part .one-bx p {
  color: rgba(102, 102, 102, 0.9);
  font-size: 1.4rem;
  font-weight: 400;
}
@media (max-width: 414px) {
  .survey-screen .emoji-part .one-bx p {
    font-size: 1.2rem;
  }
}
.survey-screen .emoji-part .one-bx:hover, .survey-screen .emoji-part .one-bx.active {
  transform: scale(1.2);
}
.survey-screen .emoji-part .one-bx:hover img, .survey-screen .emoji-part .one-bx.active img {
  height: 66px;
  width: 66px;
}
@media (max-width: 767px) {
  .survey-screen .emoji-part .one-bx:hover, .survey-screen .emoji-part .one-bx.active {
    transform: scale(0.9);
  }
}
@media (max-width: 576px) {
  .survey-screen .emoji-part .one-bx:hover, .survey-screen .emoji-part .one-bx.active {
    transform: scale(0.8);
  }
}
@media (max-width: 414px) {
  .survey-screen .emoji-part .one-bx:hover, .survey-screen .emoji-part .one-bx.active {
    transform: scale(1);
  }
}
.survey-screen .emoji-part .one-bx:hover p, .survey-screen .emoji-part .one-bx.active p {
  color: #31404E;
  font-size: 1.6rem;
  font-weight: 600;
}
@media (max-width: 414px) {
  .survey-screen .emoji-part .one-bx:hover p, .survey-screen .emoji-part .one-bx.active p {
    font-weight: 500;
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .survey-screen .emoji-part .one-bx {
    transform: scale(0.7);
  }
  .survey-screen .emoji-part .one-bx:hover {
    transform: scale(0.9);
  }
}
@media (max-width: 576px) {
  .survey-screen .emoji-part .one-bx {
    transform: scale(0.6);
  }
  .survey-screen .emoji-part .one-bx:hover {
    transform: scale(0.8);
  }
}
@media (max-width: 414px) {
  .survey-screen .emoji-part .one-bx {
    transform: scale(1);
  }
  .survey-screen .emoji-part .one-bx:hover {
    transform: scale(1);
  }
}
.survey-screen .numbers-characters {
  margin-top: 0.5rem;
  color: rgba(102, 102, 102, 0.9);
  font-size: 1.4rem;
}
.survey-screen .yourfeedbox {
  max-width: 640px;
}
.survey-screen .yourfeedbox .fg {
  margin-bottom: 4rem;
}
.survey-screen .yourfeedbox .fg .form-label {
  top: 14.5px;
  left: 14px;
}
.survey-screen .yourfeedbox .fg .form-control {
  min-height: 60px;
  width: 100%;
  padding: 1.5rem 2rem 0;
  font-size: 1.8rem;
  font-weight: 600;
  vertical-align: middle;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #A4A7B3;
  outline: none;
  color: #24243E;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Open Sans", sans-serif;
}
.survey-screen .yourfeedbox .fg .form-control.required {
  border-color: #FF3B36;
  border-width: 1px 1px 1px 3px;
}
.survey-screen .yourfeedbox .fg .form-control.required + .form-label {
  color: #FF3B36;
}
.survey-screen .yourfeedbox .fg .form-control.required + .form-label + .error-message {
  display: inline-block;
}
.survey-screen .yourfeedbox .sk-nw {
  font-size: 1.7rem;
}
.survey-screen .yourfeedbox .btn-green-two {
  margin: 0 auto 2rem;
  display: block;
  border-radius: 5px !important;
}
.survey-screen .yourfeedbox .btn-group {
  display: block !important;
}
.survey-screen .yourfeedbox .btn-group .btn {
  border-radius: 5px !important;
}
.survey-screen .yourfeedbox .btn-grp {
  display: block !important;
}
.survey-screen .yourfeedbox .btn-grp .btn {
  border-radius: 5px !important;
}
.survey-screen .yourfeedbox textarea {
  resize: none;
  height: 100px;
}
.survey-screen .yourfeedbox ::-webkit-input-placeholder {
  font-weight: 400;
  opacity: 0.9;
  text-align: left;
}
.survey-screen .yourfeedbox :-ms-input-placeholder {
  font-weight: 400;
  opacity: 0.9;
  text-align: left;
}
.survey-screen .yourfeedbox ::placeholder {
  font-weight: 400;
  opacity: 0.9;
  text-align: left;
}

.thank-you-screen .login-bx {
  max-width: 520px;
}
.thank-you-screen .txt-releted-stuff .text-part h2 {
  margin: 0 0 4rem;
}
.thank-you-screen .btn-grp {
  display: block !important;
}
.thank-you-screen .btn-grp .btn {
  min-width: 206px;
  border-radius: 5px !important;
}

/*$eor-color: #e3595b;*/
/*$eor-color: #e3595b;*/
/*$eor-color: #e3595b;*/
/*$eor-color: #e3595b;*/
.form h1 {
  color: #31404E;
  margin: 0 0 2rem;
  font-weight: 700;
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .form h1 {
    font-size: 3rem;
  }
}
.form__form-logo {
  max-width: 250px;
  width: 100%;
  margin: 0 0 3rem;
}
.form .form-group.more-m-b {
  margin-bottom: 5rem;
}
.form .form-group {
  margin-bottom: 2.2rem;
}
.form .form-group.disabled .form-control {
  background-color: #F4F4F4;
  color: rgba(52, 56, 81, 0.5);
}
.form .form-group.disabled .form-label {
  color: rgba(52, 56, 81, 0.5);
}
.form .form-group .show-hide-passwd {
  position: absolute;
  right: 2rem;
  top: 19px;
  font-size: 2.5rem;
  cursor: pointer;
  pointer-events: inherit;
}
.form .form-group .show-hide-passwd input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  pointer-events: inherit;
}
.form .form-group .strength-status {
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(36, 36, 62, 0.4);
  -moz-box-shadow: 0px 0px 6px 0px rgba(36, 36, 62, 0.4);
  box-shadow: 0px 0px 6px 0px rgba(36, 36, 62, 0.4);
  padding: 1.5rem;
  position: absolute;
  font-weight: 400;
  top: 100%;
  left: 0;
  z-index: 99;
  width: 100%;
  margin-top: 1.2rem;
  display: block;
}
.form .form-group .strength-status:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  top: -0.7rem;
  left: 2rem;
  background: #fff;
  transform: rotate(135deg);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(36, 36, 62, 0.4);
  -moz-box-shadow: 0px 0px 6px 0px rgba(36, 36, 62, 0.4);
  box-shadow: 0px 0px 6px 0px rgba(36, 36, 62, 0.4);
}
.form .form-group .strength-status:before {
  content: "";
  width: 100%;
  height: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.form .form-group .strength-status .sratus-title {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
  font-weight: 400;
}
.form .form-group .strength-status .sratus-text {
  font-weight: 400;
}
.form .form-group .strength-status .sratus-bar {
  display: block;
  width: 280px;
  height: 7px;
  margin-bottom: 1rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form .form-group .strength-status .sratus-bar span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -ms-transform: 0.8s;
  -webkit-transform: 0.8s;
  transform: 0.8s;
  height: 7px;
  display: block;
}
.form .form-group .strength-status .sratus-bar span.weak {
  width: 25%;
  background-color: #e3595b;
}
.form .form-group .strength-status .sratus-bar span.good {
  width: 75%;
  background-color: #6bbf46;
}
.form .form-group .strength-status .sratus-bar span.strong {
  background-color: #399800;
  width: 100%;
}
.form .form-group .password-info-text {
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(36, 36, 62, 0.4);
  -moz-box-shadow: 0px 0px 6px 0px rgba(36, 36, 62, 0.4);
  box-shadow: 0px 0px 6px 0px rgba(36, 36, 62, 0.4);
  padding: 1.5rem;
  position: absolute;
  font-weight: 400;
  top: 100%;
  left: 0;
  z-index: 99;
  width: 100%;
  margin-top: 1.2rem;
  display: none;
}
.form .form-group .password-info-text:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  top: -0.7rem;
  left: 2rem;
  background: #fff;
  transform: rotate(135deg);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(36, 36, 62, 0.4);
  -moz-box-shadow: 0px 0px 6px 0px rgba(36, 36, 62, 0.4);
  box-shadow: 0px 0px 6px 0px rgba(36, 36, 62, 0.4);
}
.form .form-group .password-info-text:before {
  content: "";
  width: 100%;
  height: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.form .form-group.filled .form-label, .form .form-group.label-show .form-label {
  top: 10px;
  font-size: 1.3rem;
  font-weight: 500;
  z-index: 2;
}
.form .form-group textarea::placeholder {
  font-size: 1.6rem;
  position: absolute;
  left: 30px;
}
.form .form-group .form-control {
  min-height: 60px;
  width: 100%;
  padding: 1.5rem 2rem 0;
  font-size: 1.8rem;
  font-weight: 600;
  vertical-align: middle;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #A4A7B3;
  outline: none;
  color: #24243E;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Open Sans", sans-serif;
}
.form .form-group .form-control.required {
  border-color: #FF3B36;
  border-width: 1px 1px 1px 3px;
}
.form .form-group .form-control.required + .form-label {
  color: #FF3B36;
}
.form .form-group .form-control.required + .form-label + .error-message {
  display: inline-block;
}
.form .form-group .form-label {
  margin: 0;
  top: 21.5px;
  left: 20px;
  font-weight: 500;
  user-select: none;
  color: #666;
  pointer-events: none;
  font-size: 1.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
.form .form-group .form-label.country-lbl {
  width: 108px;
  left: 10px;
}
.form .form-group .error-message {
  background-color: #FF3B36;
  color: #fff;
  display: none !important;
  position: absolute;
  top: 100%;
  left: 0;
  line-height: 3.6rem;
  padding: 0 1.5rem;
  z-index: 5;
  font-size: 1.3rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 1rem;
  text-align: left;
  width: 100%;
  font-weight: 400;
}
.form .form-group .error-message::before {
  content: "\e91d";
  font-family: "custom-icons";
  font-size: 1.7rem;
  margin-right: 1rem;
  vertical-align: top;
  display: none;
}
.form .form-group .error-message::after {
  top: -1.5rem;
  left: 0.5rem;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(237, 71, 65, 0);
  border-bottom-color: #FF3B36;
  border-width: 8px;
}
.form .for-eye-icon::after {
  height: 20px;
  width: 34px;
  left: auto;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.form .nt-closed-eye::after {
  background-position: 0 0;
}
.form .nt-eye::after {
  background-position: -34px 0;
}
.form .show-hide-passwd input {
  left: auto;
  right: 20px;
  top: 0;
  width: 34px;
  z-index: 5;
  bottom: 0;
  height: 20px;
  padding: 0;
  margin: auto;
  opacity: 0;
  cursor: pointer;
}
.form .input-checkbox {
  text-align: left;
  position: relative;
  user-select: none;
}
.form .input-checkbox .check-box {
  position: absolute;
  left: -1000rem;
}
.form .input-checkbox .check-box + label {
  margin: 0;
  position: relative;
  cursor: pointer;
  font-size: 1.6rem;
  display: inline-block;
  font-weight: 400;
  padding: 0 0 0 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ccc;
  line-height: 3rem;
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}
@media (max-width: 576px) {
  .form .input-checkbox .check-box + label {
    font-size: 1.3rem;
  }
}
.form .input-checkbox .check-box + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  height: 25px;
  width: 25px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #ccc;
  background: none;
}
.form .input-checkbox .check-box:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  opacity: 1;
  left: 8px;
  top: 5px;
  width: 8px;
  height: 16px;
  border: solid #ccc;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  line-height: 25px;
}
.form .forgot-link {
  color: #ccc;
  font-size: 1.6rem;
}
@media (max-width: 576px) {
  .form .forgot-link {
    font-size: 1.3rem;
  }
}
.form .forgot-link:hover {
  text-decoration: underline;
}

.btn-large {
  min-height: 64px;
}
.btn-medium {
  min-height: 50px;
}
.btn-miw-100 {
  min-width: 100px;
}
.btn-miw-200 {
  min-width: 200px;
}

.section-top {
  margin: 0 auto 25px;
  width: 100%;
}
.section-bottom {
  margin: auto auto 0;
  width: 100%;
}

.main-white-container {
  min-height: 600px;
  max-width: 1200px;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 25px;
  box-shadow: 0px 0px 6px 0px rgba(36, 36, 62, 0.15);
  overflow: hidden;
  margin: 4rem 0px;
}

.grideview__gridebox {
  height: 100%;
  min-height: 270px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  text-align: center;
  padding: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.grideview [class*=col-] {
  float: left !important;
  margin-bottom: 20px;
}

.Projectbox {
  justify-content: center;
  cursor: pointer;
  border: 1px solid transparent;
}
.Projectbox .dropdown {
  position: inherit;
}
.Projectbox .dropdown .dropicon {
  position: absolute;
  top: 17px;
  right: 32px;
}
.Projectbox .dropdown .edite-delet {
  width: 132px !important;
  margin-top: 15px;
}
.Projectbox .dropdown .edite-delet i {
  color: #000;
  margin-right: 15px;
  font-size: 20px;
}
.Projectbox .dropdown img {
  width: 15px;
  height: 25px;
}
.Projectbox .dropdown .more-details {
  text-align: left;
  font-family: "OpenSans";
  font-size: 16px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 6px 0px rgba(36, 36, 62, 0.4);
  right: 8px !important;
  left: auto !important;
  top: 38px !important;
  transform: inherit !important;
  color: #333333;
  min-width: 135px;
  padding: 0px;
  font-weight: 600;
  margin-top: 12px;
  color: #24243E;
}
.Projectbox .dropdown .more-details ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.Projectbox .dropdown .more-details li {
  padding: 15px;
  border-bottom: 1px solid #cccccc;
}
.Projectbox .dropdown .more-details li:last-child {
  border-bottom: none;
}
.Projectbox .dropdown .more-details:after, .Projectbox .dropdown .more-details:before {
  background: #ffffff;
  border-radius: 5px;
  content: "";
  position: absolute;
  height: 15px;
}
.Projectbox .dropdown .more-details::after {
  width: 15px;
  top: -6px;
  transform: rotate(135deg);
  box-shadow: 0px 0px 6px 0px rgba(36, 36, 62, 0.4);
  left: auto;
  right: 24px;
}
.Projectbox .dropdown .more-details::before {
  left: auto;
  right: 0;
  width: 100%;
  top: 0px;
  z-index: 1;
}
.Projectbox .dropdown .more-details .icon {
  margin-right: 0.8rem;
  font-weight: 700;
}
.Projectbox p {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  word-break: break-word;
}
.Projectbox:before {
  content: "";
  position: absolute;
  left: 31px;
  top: 20px;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #cccccc;
  font-size: 12px;
  line-height: 25px;
}
.Projectbox.selected {
  border: 1px solid #069873;
}
.Projectbox.selected:before {
  content: "\e918";
  font-family: "Custom-Icons";
  background: #069873;
  color: #fff;
  border-color: #069873;
}
.Projectbox .project-img {
  display: flex;
  justify-content: center;
  align-content: center;
  position: relative;
  overflow: inherit;
}
.Projectbox .project-img .icon {
  position: absolute;
  bottom: -4px;
  right: -2px;
  z-index: 99;
  background: #cccccc;
  padding: 6px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.Projectbox .project-img img {
  width: 70px;
  object-fit: fill;
  border-radius: 0;
  margin-bottom: 15px;
}

.new-heading h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 52px;
  position: relative;
}
.new-heading h2.border {
  margin-bottom: 50px;
  text-align: left;
  border: none !important;
}
.new-heading h2.border:after {
  content: "";
  width: 100px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 70px;
  bottom: -3rem;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  background: transparent linear-gradient(90deg, #59b5da 0%, #73b680 100%) 0% 0% no-repeat padding-box;
}

.action-icon-dropdown .dropicon {
  position: absolute;
  top: 17px;
  right: 32px;
}
.action-icon-dropdown .edite-delet {
  width: 175px !important;
  margin-top: 15px;
}
.action-icon-dropdown .edite-delet i {
  color: #000;
  margin-right: 15px;
  font-size: 20px;
}
.action-icon-dropdown img {
  width: 15px;
  height: 25px;
}
.action-icon-dropdown:hover .more-details {
  visibility: visible;
}
.action-icon-dropdown .more-details {
  right: 3px;
  left: auto;
  color: #333333;
  min-width: 135px;
  padding: 0px;
}
.action-icon-dropdown .more-details ul {
  margin: 0px;
  padding: 0px;
}
.action-icon-dropdown .more-details li {
  padding: 10px;
  border-bottom: 1px solid #cccccc;
  font: 1.5rem "Open Sans", sans-serif;
  list-style: none;
}
.action-icon-dropdown .more-details li:last-child {
  border-bottom: none;
}
.action-icon-dropdown .more-details::after {
  left: auto;
  right: 24px;
}
.action-icon-dropdown .more-details::before {
  left: auto;
  right: 23px;
}
.action-icon-dropdown .more-details .icon {
  margin-right: 0.8rem;
  font-weight: 700;
}

.adress-info h3 {
  color: #ccc;
  font-size: 22px;
  font-weight: bold;
}

.dropdown-option .selector {
  display: none;
}

.select2-container--default .select2-selection--single {
  border: none !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px !important;
  font-size: 16px !important;
}

.common-dropdown:hover .more-details {
  display: block;
}

.common-dropdown .more-details {
  text-align: left;
  font-family: "OpenSans";
  font-size: 16px;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(36, 36, 62, 0.4);
  -moz-box-shadow: 0px 0px 6px 0px rgba(36, 36, 62, 0.4);
  box-shadow: 0px 0px 6px 0px rgba(36, 36, 62, 0.4);
  padding: 0px 10px 10px 10px;
  position: absolute;
  top: 40px;
  right: 12px;
  width: 240px;
  font-weight: 600;
  margin-top: 12px;
  color: #24243E;
  display: none;
  z-index: 9;
}
.common-dropdown .more-details:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  top: -6px;
  right: 20px;
  background: #ffffff;
  transform: rotate(135deg);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(36, 36, 62, 0.4);
  -moz-box-shadow: 0px 0px 6px 0px rgba(36, 36, 62, 0.4);
  box-shadow: 0px 0px 6px 0px rgba(36, 36, 62, 0.4);
}
.common-dropdown .more-details:before {
  content: "";
  width: 100%;
  height: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 1;
}
.common-dropdown .more-details .img-box {
  overflow: hidden;
  margin-bottom: 10px;
}
.common-dropdown .more-details span {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
}
.common-dropdown .more-details a {
  display: block;
  font-size: 16px;
  font-family: "OpenSans";
  font-weight: normal;
  color: #666;
  line-height: 22px;
  padding: 10px 15px;
}
.common-dropdown .more-details a:hover {
  background: #F4F4F4;
  border-radius: 5px;
}
.common-dropdown .more-details a i {
  font-size: 22px;
  margin-right: 10px;
  display: inline-block;
  color: #666666;
  line-height: 22px;
  vertical-align: text-top;
}

.btn-group .btn {
  border-radius: 5px !important;
}
