@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=s#F4FBFFwap");
.light-grey-bg {
  background: #fdfdfd;
}

.lightest-blue-bg {
  background-color: #f2f3fc;
}

@media screen and (max-width: 768px) {
  .md-light-grey-bg {
    background: #fdfdfd;
  }

  .md-lightest-blue-bg {
    background-color: #f2f3fc;
  }

  .md-white-bg {
    background-color: #fff;
  }
}
.red-bg {
  background-color: #f74242;
}

.red-text {
  color: #f74242;
}

.text-success {
  color: #2cbaba !important;
}

.text-warning {
  color: #ff9a26 !important;
}

.text-danger {
  color: #f74242 !important;
}

.medium-blue-bg {
  background-color: #3b6bdd;
}

.dark-red-bg {
  background-color: #c90c1f;
}

.darkest-red-bg {
  background-color: #980917;
}

.white-bg {
  background-color: #fff;
}

.white-blue-gradient {
  background: linear-gradient(#fdfdfd, #e8f0ff);
}

.secondary-color {
  color: #3c374d;
}

.light-blue {
  color: #96a1bc;
}

.grey-border, .full-width-radio-container .custom-control-label, .custom-select-container .custom-select-wrapper .custom-select-menu .custom-options, .white-container .category-container, .custom-radio .custom-control-label {
  border: 1px solid #dadfea;
}
.grey-border.radius, .full-width-radio-container .radius.custom-control-label, .custom-select-container .custom-select-wrapper .custom-select-menu .radius.custom-options, .white-container .radius.category-container, .custom-radio .radius.custom-control-label {
  border-radius: 0.8rem;
}

.grey-border-bottom {
  border-bottom: 1px solid #dadfea;
}

.brochure-shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.no-shadow, .white-container.no-shadow {
  box-shadow: none;
}

.no-border {
  border: none !important;
}

.inactive-disabled {
  opacity: 0.5;
}

ul.listing {
  margin-top: 2rem;
  padding-left: 0;
}
ul.listing li {
  list-style-type: none;
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 1.5rem;
}
ul.listing li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #96a1bc;
  position: absolute;
  left: 0;
  top: 7px;
}

.bold-listing, .main-content ul li, .bold-list li {
  list-style-type: none;
  position: relative;
  padding: 0 30px;
}
.bold-listing:before, .main-content ul li:before, .bold-list li:before {
  position: absolute;
  left: 0;
  top: 1rem;
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #000;
  border-radius: 100%;
}

.bold-list {
  padding-left: 0;
}
.img-caption {
  position: absolute;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #fff;
  width: 100%;
  border-radius: 0.8rem;
  background-image: linear-gradient(to bottom, rgba(62, 62, 62, 0.8), rgba(0, 0, 0, 0.8));
}
.img-caption p {
  margin-bottom: 0 !important;
}
.img-caption a {
  color: #fff;
  text-decoration: underline;
}

.mx-n25 {
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 768px) {
  .mx-n25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  color: #50597b;
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3rem;
  margin: 0;
}
@media screen and (max-width: 576px) {
  body {
    font-size: 1.44rem;
    line-height: 2.4rem;
  }
}
body.modal-open {
  overflow: hidden;
}

h1,
.heading-bold {
  font-size: 4rem;
  font-weight: 600;
  color: #3c374d;
  line-height: 5.4rem;
}
h1 span,
.heading-bold span {
  color: #ffb72e;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  h1,
.heading-bold {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }
}

h2 {
  font-size: 2.4rem;
  font-weight: 400;
  color: #3c374d;
  line-height: 3.4rem;
}
@media screen and (max-width: 576px) {
  h2 {
    font-size: 2rem;
    line-height: 2.7rem;
  }
}

h3 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3rem;
  color: #50597b;
}
@media screen and (max-width: 576px) {
  h3 {
    font-size: 1.45rem;
    line-height: 2.4rem;
  }
}

a {
  color: #e47086;
}
a:hover {
  color: #f74242;
}

a.grey {
  color: #50597b;
}
a.grey:hover {
  color: #50597b;
}

.custom-select-container .custom-select-wrapper.valid ~ .valid-icon, .floating-input input:not(:focus):valid ~ .valid-icon, .floating-input input:not(:focus).valid ~ .valid-icon,
.floating-input textarea:not(:focus):valid ~ .valid-icon,
.floating-input textarea:not(:focus).valid ~ .valid-icon {
  display: inline-block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(45deg);
  height: 11px;
  width: 6px;
  border-bottom: 2px solid #2cbaba;
  border-right: 2px solid #2cbaba;
  position: absolute;
  content: "";
}

.h23 {
  height: 23px;
}

.h270 {
  height: 270px;
}

.h330 {
  height: 330px;
}
@media screen and (max-width: 768px) {
  .h330.sm-h270 {
    height: 270px;
  }
}

.h530 {
  height: 530px;
}

.h50 {
  max-height: 50vh;
  overflow-y: scroll;
}

.curser-default {
  cursor: default !important;
}

.font50,
p.font50 {
  font-size: 5rem;
  line-height: 5rem;
}

.font40, .white-container p.font40 {
  font-size: 4rem;
  line-height: 4rem;
}

.font20 {
  font-size: 2rem;
  line-height: 3rem;
}

.font16, .white-container p.font16 {
  font-size: 1.6rem;
  line-height: 2.5rem;
}

.font14 {
  font-size: 1.4rem;
  line-height: 2rem;
}

.font12,
.white-container p.font12 {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.lh-2 {
  line-height: 2rem;
}

.font-medium {
  font-weight: 600;
}

.border-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.25) !important;
}

.border-bottom1 {
  border-bottom: 1px solid #dadfea;
}

:focus,
button:focus {
  outline: none;
}

.error-msg, .modal .modal-content .modal-body p.error, .floating-input input.invalid ~ .error, .floating-input input:not(:focus).invalid ~ .error,
.floating-input textarea.invalid ~ .error,
.floating-input textarea:not(:focus).invalid ~ .error, .white-container p.error,
p.error {
  font-size: 1.2rem;
  color: #f74242;
  line-height: 2.5rem;
  display: block;
}

.custom-select-container .custom-select-wrapper .custom-select-menu.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}

.section-padding {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 576px) {
  .section-padding {
    padding-top: 3.2rem;
    padding-bottom: 4rem;
  }
}
.section-padding p {
  margin-bottom: 2rem;
}

.section-padding-small {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-padding-smallest {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.w100 {
  width: 100%;
}

.max-w100 {
  max-width: 100%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media screen and (max-width: 576px) {
  .img-45 {
    max-width: 45%;
  }

  .img-50 {
    max-width: 50%;
  }

  .img-60 {
    max-width: 60%;
  }
}
.overflow-hidden {
  overflow: hidden;
}

#header {
  transition: top 0.4s;
}
#header.fixed {
  position: fixed;
  width: 100%;
  top: 0 !important;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
}

header {
  border-bottom: 1px solid #d8d8d8;
  background-color: #fff;
  padding: 0 2.5rem;
}
@media screen and (max-width: 1024px) {
  header {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding: 0 0.5rem;
  }
}
header .il-logo {
  width: 103px;
  height: 84px;
  margin-right: 1.2rem;
}
@media screen and (max-width: 576px) {
  header .il-logo {
    width: auto;
    height: auto;
  }
}
header .logo {
  float: left;
  margin-bottom: 1.1rem;
  margin-top: 0.7rem;
}
@media screen and (max-width: 576px) {
  header .logo {
    padding-bottom: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 576px) {
  header .logo img {
    max-width: 57px;
  }
}
header .logo .text {
  font-size: 1.8rem;
  font-weight: 600;
  color: #3c374d;
}
@media screen and (max-width: 1024px) {
  header .logo .text {
    font-size: 1.6rem;
  }
}
header .logo a:hover {
  text-decoration: none;
}
header .btn {
  min-width: 112px;
  font-size: 1.3rem;
}
header .navbar-expand-lg {
  float: right;
  font-size: 1.4rem;
  font-weight: 600;
  color: #3c374d;
  display: flex;
  padding: 0;
}
@media screen and (max-width: 768px) {
  header .navbar-expand-lg {
    font-weight: 400;
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  header .navbar-expand-lg {
    margin: 5px 0;
  }
}
header .navbar-expand-lg .navbar-toggler {
  border: none;
}
@media screen and (max-width: 576px) {
  header .navbar-expand-lg .navbar-toggler {
    padding-right: 0;
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  header .navbar-expand-lg .nav-height {
    height: 88vh;
  }
}
@media screen and (max-width: 768px) {
  header .navbar-expand-lg .navbar-nav {
    height: 65vh;
    overflow: auto;
  }
}
header .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
  color: #f74242;
}
header .navbar-expand-lg .navbar-nav .nav-item:hover .username {
  color: #fff;
}
header .navbar-expand-lg .navbar-nav .nav-item .nav-link {
  color: #3c374d;
  border: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 5rem;
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  header .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding-left: 2.1rem;
    padding-right: 2.1rem;
    padding-top: 0.4rem;
    padding-bottom: 1.3rem;
    font-size: 1.6rem;
    font-weight: 600;
  }
}
header .navbar-expand-lg .navbar-nav .nav-item .nav-link:hover, header .navbar-expand-lg .navbar-nav .nav-item .nav-link.active {
  border: 0;
  color: #f74242;
}
header .navbar-expand-lg .navbar-nav .nav-item .username {
  color: #fff;
  background-color: #f74242;
  font-size: 1.8rem;
  font-weight: 600;
  width: 3.8rem;
  height: 3.8rem;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
  padding: 3px 0 0 0;
  box-sizing: border-box;
}
header .navbar-expand-lg .navbar-nav .nav-item .username.dropdown-toggle:after {
  border: none;
  background-image: none;
}
header .navbar-expand-lg .navbar-nav .nav-item .username:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  header .navbar-expand-lg .navbar-nav .nav-item.show .dropdown-toggle:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 12px;
  }
}
@media screen and (min-width: 992px) {
  header .navbar-expand-lg .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    min-width: 160px;
  }
}
@media screen and (max-width: 768px) {
  header .navbar-expand-lg .navbar-nav .dropdown.show .dropdown-toggle:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
}
header .navbar-expand-lg .navbar-nav .dropdown-menu {
  border: none;
  font-size: inherit;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  margin-top: 0;
  right: 0;
  left: initial;
}
@media screen and (max-width: 768px) {
  header .navbar-expand-lg .navbar-nav .dropdown-menu li {
    background-color: #f2f3fc;
    margin-bottom: 1px;
  }
}
@media screen and (max-width: 768px) {
  header .navbar-expand-lg .navbar-nav .dropdown-menu {
    padding-top: 0;
    box-shadow: none;
    margin-top: 0;
  }
}
header .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
  white-space: normal;
}
@media screen and (max-width: 768px) {
  header .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    padding: 1rem 2rem;
    font-size: 1.4rem;
    color: #3c374d;
    position: relative;
  }
}
header .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:focus, header .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover, header .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:active {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
header .navbar-expand-lg .navbar-nav .dropdown-submenu > .dropdown-item {
  padding: 1rem 2rem;
}
header .navbar-expand-lg .navbar-nav .dropdown-submenu > .dropdown-item:hover, header .navbar-expand-lg .navbar-nav .dropdown-submenu > .dropdown-item:focus {
  background-color: #dde0fc;
}
header .navbar-expand-lg .navbar-nav .dropdown-submenu > .dropdown-item:active, header .navbar-expand-lg .navbar-nav .dropdown-submenu > .dropdown-item.active {
  background-color: #dde0fc;
}
header .navbar-expand-lg .navbar-nav .dropdown-submenu > .dropdown-item.dropdown-toggle:after {
  transform: rotate(0deg);
}
header .navbar-expand-lg .navbar-nav .dropdown-submenu > .dropdown-item.dropdown-toggle.active:after {
  transform: rotate(180deg);
}
header .navbar-expand-lg .navbar-nav .dropdown-submenu .dropdown-menu {
  padding-bottom: 0;
}
header .navbar-expand-lg .navbar-nav .dropdown-submenu .dropdown-menu li {
  background-color: #fff;
  margin-left: 2rem;
  border-bottom: 1px solid #f2f3fc;
}
header .navbar-expand-lg .navbar-nav .dropdown-submenu .dropdown-menu li:last-child {
  border-bottom: 0;
}
header .navbar-expand-lg .navbar-nav .dropdown-submenu .dropdown-menu li a {
  padding-left: 0;
}
header .navbar-expand-lg .dropdown-toggle:after {
  border: none;
  content: "";
  position: absolute;
  width: 12px;
  height: 8px;
  top: 39%;
  right: 2px;
  background: url("../images/arrow-down-blue.svg") no-repeat;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
@media screen and (max-width: 768px) {
  header .navbar-expand-lg .dropdown-toggle:after {
    top: 14px;
    right: 14px;
  }
}
header .navbar-expand-lg .navbar-collapse {
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  header .navbar-expand-lg .navbar-collapse {
    position: fixed;
    top: 57px;
    right: 0;
    z-index: 99;
    background-color: #fff;
    width: 85%;
    padding: 2.4rem 0;
  }
}
header .navbar-expand-lg .navbar-collapse a:hover {
  text-decoration: none;
}
header .app-icon {
  max-width: 112px;
}
header .nav-close {
  position: absolute;
  right: 2rem;
  cursor: pointer;
}
header .social-icon {
  position: absolute;
  bottom: 25%;
}
@media screen and (max-width: 375px) {
  header .social-icon {
    bottom: 27%;
  }
}
header .social-icon img {
  height: 46px;
}

#overlay {
  position: fixed;
  /* Sit on top of the page content */
  display: none;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */
  z-index: 2;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */
}

.banner .banner-text {
  position: absolute;
  width: 100%;
  color: #fff;
  padding-top: 170px;
}
@media screen and (max-width: 1024px) {
  .banner .banner-text {
    padding-top: 30px;
  }
}
.banner .banner-text .position {
  position: absolute;
  z-index: 22;
}
.banner .carousel {
  max-height: 667px;
}
.banner .carousel .carousel-inner,
.banner .carousel .carousel-item {
  max-height: 667px;
}
.banner .carousel .carousel-caption {
  z-index: 21;
  bottom: 180px;
  right: 5%;
}
@media screen and (max-width: 1370px) {
  .banner .carousel .carousel-caption {
    left: 8%;
  }
}
@media screen and (max-width: 1024px) {
  .banner .carousel .carousel-caption {
    bottom: 100px;
    right: 0;
    left: 0;
    padding-right: 0;
  }
}
.banner .carousel .caption {
  min-width: 400px;
  float: right;
  padding: 1.8rem 2.5rem;
  border-radius: 1rem;
  background-image: linear-gradient(to right, rgba(149, 149, 149, 0.6), rgba(0, 0, 0, 0.76));
}
.banner .carousel .caption .row {
  align-items: flex-end;
}
.banner .carousel .caption h3 {
  color: #fff;
  text-align: left;
}
.banner .carousel .caption a {
  color: #fff;
  text-decoration: underline;
}
.banner .carousel-indicators {
  align-items: center;
  margin-bottom: 0;
  bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .banner .carousel-indicators {
    bottom: 0;
  }
}
.banner .carousel-indicators .active {
  width: 16px;
  height: 16px;
  opacity: 1;
}
.banner .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 0.16;
}
.banner h1 {
  font-size: 5rem;
  line-height: 5.4rem;
  color: #fff;
  margin-bottom: 3rem;
}
@media screen and (max-width: 576px) {
  .banner h1 {
    font-size: 4rem;
    line-height: 6rem;
  }
}
.banner p {
  margin-bottom: 5rem;
}
.banner ul {
  margin-top: 5rem;
  padding: 0;
}
.banner ul li {
  position: relative;
  padding-left: 2rem;
  list-style-type: none;
  display: inline;
  margin-right: 4rem;
  font-size: 1.6rem;
}
.banner ul li:before {
  position: absolute;
  left: 0;
  top: 0.6rem;
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border-radius: 100%;
}

.m-banner {
  padding-top: 4.5rem;
  background-color: #fdfdfd;
}
.m-banner h1 {
  font-size: 2.8rem;
  line-height: 4rem;
  margin-bottom: 2rem;
}
.m-banner .footer-strip {
  background-image: linear-gradient(to bottom, #fdfdfd 0%, #fdfdfd 20%, #f7f9ff 40%, #f2f3fc);
  margin-top: 7rem;
  padding: 0 1.5rem 4rem;
}
.m-banner .footer-strip p {
  font-size: 1.2rem;
}
.m-banner .footer-strip .round-img {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  font-size: 1rem;
  font-weight: 600;
  color: #50597b;
  margin: 0 auto;
}
.m-banner .footer-strip .round-img:before {
  background-color: #fff;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  border: 1px solid #f0f0f0;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.m-banner .footer-strip .round-img span {
  position: relative;
  color: #50597b;
}
.m-banner a:hover {
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 1236px;
  }
}

.download-icon {
  background-color: #f74242;
  border-radius: 50%;
  width: 41px;
  height: 41px;
  line-height: 37px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  transition: 0.25s;
}
.whatsapp-icon{
  width: 41px;
  height: 41px;
  line-height: 37px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  transition: 0.25s;
  position: fixed;
  right: 1.5rem;
  bottom: 6rem;
  z-index: 9;
}
.whatsapp-icon img{
  max-width: 100%;
}
.download-icon:hover, .whatspp-icon:hover {
  box-shadow: 0 0.7rem 0.7rem -0.6rem rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-0.25em);
  transform: translateY(-0.25em);
}
@media screen and (max-width: 576px) {
  .download-icon, .whatspp-icon {
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.3);
  }
}

.btn {
  padding: 1rem 3.2rem;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 0.4rem;
  line-height: 2rem;
  min-width: 136px;
}
.btn.focus, .btn:focus {
  box-shadow: none;
}
.btn.btn-sm {
  min-width: 105px;
  font-size: 1.3rem;
  height: 40px;
  padding: 1rem 2.5rem;
}

.btn-outline-primary {
  color: #f74242;
  border-color: #f74242;
}
.btn-outline-primary:hover {
  border-color: #f74242;
  background-color: #fff;
  color: #f74242;
}

.btn-primary,
a.btn-primary {
  background-color: #f74242;
  border-color: #f74242;
  transition: 0.25s;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .btn-primary,
a.btn-primary {
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.3);
  }
}
.btn-primary:hover,
a.btn-primary:hover {
  background-color: #f74242;
  border-color: #f74242;
  color: #fff;
  box-shadow: 0 0.7rem 0.7rem -0.6rem rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-0.25em);
  transform: translateY(-0.25em);
}
.btn-primary:disabled,
a.btn-primary:disabled {
  color: #fff;
  background-color: #dadfea;
  border-color: #dadfea;
  cursor: not-allowed;
}
.btn-primary:disabled:hover,
a.btn-primary:disabled:hover {
  box-shadow: none;
  transform: none;
}
.btn-primary:focus, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active,
a.btn-primary:focus,
a.btn-primary.focus,
a.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #f74242;
  border-color: #f74242;
  box-shadow: 0 0.7rem 0.7rem -0.5rem rgba(0, 0, 0, 0.3);
}

.form .btn-primary,
.form a.btn-primary {
  background-color: #2cbaba;
  border-color: #2cbaba;
  transition: 0.25s;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .form .btn-primary,
.form a.btn-primary {
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.3);
  }
}
.form .btn-primary:hover,
.form a.btn-primary:hover {
  background-color: #2cbaba;
  border-color: #2cbaba;
  color: #fff;
  box-shadow: 0 0.7rem 0.7rem -0.6rem rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-0.25em);
  transform: translateY(-0.25em);
}
.form .btn-primary:disabled,
.form a.btn-primary:disabled {
  color: #fff;
  background-color: #dadfea;
  border-color: #dadfea;
  cursor: not-allowed;
}
.form .btn-primary:disabled:hover,
.form a.btn-primary:disabled:hover {
  box-shadow: none;
  transform: none;
}
.form .btn-primary:focus, .form .btn-primary.focus, .form .btn-primary:not(:disabled):not(.disabled):active,
.form a.btn-primary:focus,
.form a.btn-primary.focus,
.form a.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #2cbaba;
  border-color: #2cbaba;
  box-shadow: 0 0.7rem 0.7rem -0.5rem rgba(0, 0, 0, 0.3);
}

.btn-uploading {
  color: #f74242;
  border-color: #f74242;
  background-color: #f74242;
  animation-name: learn;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}

@keyframes learn {
  0% {
    background-color: #fff;
    color: #f74242;
  }
  100% {
    background-color: #f74242;
    color: #fff;
  }
}
.input-group > .form-control {
  border-radius: 3.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #96a1bc;
  padding: 1rem 3rem;
  height: auto;
}
.input-group > .form-control::-webkit-input-placeholder {
  color: #96a1bc;
}
.input-group > .form-control:focus {
  box-shadow: none;
}
.input-group > .input-group-append > .input-group-text {
  border-radius: 0 3.4rem 3.4rem 0;
  background-color: #f74242;
  border-color: #f74242;
  color: #fff;
  font-size: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.input-group .input-group-prepend .addon-text {
  font-size: 14px;
  font-weight: 600;
  padding: 0px 13px;
  border: 1px solid #dadfea;
  background-color: #dadfea;
}
.input-group .input-group-prepend + .form-control {
  padding: 1rem 3rem 1rem 1rem;
  font-size: 1.4rem;
  color: #3c374d;
}

textarea.form-control {
  border-radius: 0.8rem;
  border: none;
  background-color: #f9f9fc;
  font-size: 1.2rem;
}
textarea.form-control:focus {
  box-shadow: none;
  border-color: #2cbaba;
  background-color: #f9f9fc;
}

.white-box {
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 2.5rem;
}

.features {
  display: flex;
  align-items: flex-start;
  margin-bottom: 4rem;
}
@media screen and (max-width: 576px) {
  .features {
    display: initial;
  }
}
.features img {
  margin-right: 3rem;
  margin-top: 1rem;
}
@media screen and (max-width: 576px) {
  .features img {
    margin: 3rem auto 2rem;
    display: block;
    height: 128px;
  }
}
@media screen and (max-width: 576px) {
  .features div {
    text-align: center;
    margin-bottom: 3rem;
  }
}
.features p {
  margin-bottom: 0;
}

/*--we work--*/
.we-work {
  margin-top: 8rem;
}
.we-work .img-caption {
  width: calc(100% - 30px);
  bottom: 0;
  padding: 1.2rem;
}
@media screen and (max-width: 768px) {
  .we-work .img-caption {
    width: calc(100% - 25px);
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .we-work .img-caption p {
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
.we-work [class^=col] {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .we-work [class^=col] {
    margin-bottom: 3rem;
  }
  .we-work [class^=col]:nth-of-type(odd) {
    padding-right: 1rem;
  }
  .we-work [class^=col]:nth-of-type(even) {
    padding-left: 1rem;
  }
}

/*-- services --*/
.services-home p {
  font-size: 1.8rem;
}
@media screen and (max-width: 576px) {
  .services-home p {
    font-size: 1.6rem;
    padding-left: 20px;
    position: relative;
  }
  .services-home p:before {
    position: absolute;
    left: 0;
    top: 1rem;
    content: "";
    width: 1rem;
    height: 1rem;
    background-color: #000;
    border-radius: 100%;
  }
}
@media screen and (max-width: 576px) {
  .services-home .row {
    margin: 0;
    background-color: #fff;
    border: 1px solid #e3ebff;
    border-radius: 0.8rem;
    padding: 20px 10px;
  }
}

.partner-logos {
  position: relative;
  float: left;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66px;
  width: 66px;
  margin-right: 4.65rem;
  margin-top: 3rem;
}
@media screen and (max-width: 1024px) {
  .partner-logos {
    margin-right: 2.65rem;
  }
}
@media screen and (max-width: 768px) {
  .partner-logos {
    height: 58px;
    width: 58px;
    margin: 3rem 1rem 0 0.8rem;
  }
}
@media screen and (max-width: 375px) {
  .partner-logos {
    height: 48px;
    width: 48px;
  }
}
@media screen and (max-width: 320px) {
  .partner-logos {
    margin-right: 0.2rem;
  }
}
.partner-logos:before {
  background-color: #fff;
  height: 66px;
  width: 66px;
  border-radius: 50%;
  border: 1px solid #e3ebff;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 576px) {
  .partner-logos:before {
    height: 58px;
    width: 58px;
  }
}
@media screen and (max-width: 375px) {
  .partner-logos:before {
    height: 48px;
    width: 48px;
  }
}
.partner-logos span {
  position: relative;
  font-size: 2.5rem;
}
@media screen and (max-width: 576px) {
  .partner-logos span {
    font-size: 2rem;
  }
}
.partner-logos img {
  position: relative;
}
@media screen and (max-width: 576px) {
  .partner-logos img {
    max-height: 3.1rem;
    max-width: 3.8rem;
  }
}
@media screen and (max-width: 375px) {
  .partner-logos img {
    max-height: 2.1rem;
    max-width: 2.8rem;
  }
}

.scrollbox {
  overflow: auto;
  white-space: nowrap;
  padding-bottom: 1rem;
}
.scrollbox .article {
  border: 1px solid #e3ebff;
  border-radius: 0.8rem;
  margin-right: 1.5rem;
  width: 433px;
  display: inline-block;
  background-color: #fff;
  padding: 2rem;
  text-align: left;
  white-space: initial;
}

/*custom mobile web footer css start here*/
footer .mobweb-footer #accordion {
  display: flex;
  width: 100%;
}
footer .mobweb-footer #accordion .collapse:not(.show) {
  display: block;
}

@media screen and (max-width: 768px) {
  .mobile-learn-more a {
    display: inline-block;
    text-decoration: underline;
  }

  footer .mobweb-footer #accordion {
    display: block;
  }
  footer .mobweb-footer #accordion .collapse:not(.show) {
    display: none;
  }
  footer .mobweb-footer #accordion .footer-collapse {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .mobweb-footer .footer-nav {
    margin-top: 3rem;
    font-size: 1.12rem;
    padding: 0px 20px;
  }
  footer .mobweb-footer .footer-nav ul {
    margin-top: 0px;
  }
  footer .mobweb-footer .footer-nav ul li {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 1rem;
  }
  footer .mobweb-footer .footer-collapse {
    padding-bottom: 14px;
  }
  footer .mobweb-footer .img-hover-zoom {
    display: inline-block;
    width: 46px;
    height: 46px;
  }
  footer .mobweb-footer .img-hover-zoom img {
    transition: transform 0.5s ease;
    vertical-align: top;
    width: 46px;
    height: 46px;
  }
  footer .copyright {
    font-size: 1rem;
  }

  .section-padding-smallest {
    display: none;
  }

  .section-padding-small {
    padding-bottom: 0px;
  }

  .mobweb-footer .footer-nav .col-md-3 {
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0px 0px;
  }
}
/*custom mobile web footer css end here*/
/*custom scroll*/
.small-scroll, .custom-select-container.max-height .custom-options {
  overflow-y: auto;
}
.small-scroll::-webkit-scrollbar, .custom-select-container.max-height .custom-options::-webkit-scrollbar {
  width: 0.4rem;
}
.small-scroll::-webkit-scrollbar:horizontal, .custom-select-container.max-height .custom-options::-webkit-scrollbar:horizontal {
  height: 0.8rem;
}
.small-scroll::-webkit-scrollbar-thumb, .custom-select-container.max-height .custom-options::-webkit-scrollbar-thumb {
  background: #c90c1f;
  border-radius: 1rem;
}
.small-scroll::-webkit-scrollbar-track, .custom-select-container.max-height .custom-options::-webkit-scrollbar-track {
  padding: 0.5rem;
}

footer {
  color: #fff;
  font-size: 1.4rem;
}
footer .img-hover-zoom {
  display: inline-block;
  width: 45px;
  height: 45px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
}
footer .img-hover-zoom img {
  transition: transform 0.5s ease;
  vertical-align: top;
}
footer .img-hover-zoom img.hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
footer .img-hover-zoom:hover img {
  transform: scale(1.2);
  opacity: 0;
}
footer .img-hover-zoom:hover img.hover {
  opacity: 1;
}
@media screen and (max-width: 576px) {
  footer .font14 {
    font-size: 1.12rem;
    line-height: 1.6rem;
  }
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
  text-decoration: none;
}
footer a.footer-collapse .arrow {
  position: relative;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: -2px;
  margin-left: 10px;
}
footer a.footer-collapse.collapsed .arrow {
  top: -2px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
@media screen and (max-width: 576px) {
  footer .footer-nav {
    margin-top: 2rem;
    font-size: 1.12rem;
  }
}
footer .footer-nav ul {
  padding: 0;
  margin-top: 1.6rem;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  footer .footer-nav ul {
    margin-bottom: 1.6rem;
  }
}
footer .footer-nav ul li {
  list-style-type: none;
  font-size: 1.4rem;
  line-height: 2.6rem;
}
@media screen and (max-width: 576px) {
  footer .footer-nav ul li {
    display: inline-block;
    font-size: 1.12rem;
  }
}
footer .footer-nav ul li:last-child {
  margin-bottom: 0;
}
footer .citywise-links {
  display: inline;
  text-align: center;
}
footer .footer-featured-content {
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 2rem;
}
@media screen and (max-width: 576px) {
  footer .footer-featured-content {
    font-size: 1.12rem;
    line-height: 1.6rem;
  }
}
footer .footer-featured-content a {
  text-decoration: underline;
}

/*--animations--*/
.image-open {
  transform: scaleX(0);
  transition: transform 0.6s ease-in-out;
}

@media screen and (min-width: 768px) {
  .in-view .animation-delay2 {
    animation-delay: 2s;
  }
  .in-view .zoom-fadein {
    animation: zoomfadein 0.6s;
  }
  @keyframes zoomfadein {
    from {
      transform: scale(0);
    }
    to {
      transform: scale(1);
    }
  }
  .in-view .left-fadein {
    position: relative;
    animation: leftfadein 0.6s;
  }
  @keyframes leftfadein {
    from {
      left: -200px;
      opacity: 0;
    }
    to {
      left: 0;
      opacity: 1;
    }
  }
  .in-view .right-fadein {
    animation: rightfadein 0.6s;
  }
  @keyframes rightfadein {
    from {
      right: -200px;
      opacity: 0;
    }
    to {
      right: 0;
      opacity: 1;
    }
  }
  .in-view .rightauto-fadein {
    animation: rightautofadein 0.6s;
  }
  @keyframes rightautofadein {
    from {
      right: -200px;
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .in-view .rightlong-fadein {
    animation: rightlongfadein 0.8s;
  }
  @keyframes rightlongfadein {
    from {
      right: -300px;
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .in-view .bottom-fadein {
    position: relative;
    animation: bottomfadein 0.6s;
  }
  @keyframes bottomfadein {
    from {
      bottom: -100px;
    }
    to {
      bottom: 0;
    }
  }
  .in-view .bottomlong-fadein {
    animation: bottomlongfadein 0.8s;
  }
  @keyframes bottomlongfadein {
    from {
      bottom: -200px;
    }
    to {
      bottom: 0;
    }
  }
  .in-view .border-from-right:after,
.in-view .image-open {
    transform: scaleX(1);
    transform-origin: 100% 50%;
  }
  .in-view .rating-start {
    background-position: left bottom;
  }
  .in-view .rating-start.half-active {
    background-position: 50% bottom;
  }
}
/*--carousel--*/
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
  margin-top: 1.5rem;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 769px) {
  .owl-carousel.owl-drag .owl-item {
    width: auto !important;
  }
}
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-nav button {
  position: absolute;
  top: calc(50% - 66px);
  width: 64px;
  height: 133px;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev {
  background: url("../images/previous-button.svg") no-repeat;
  left: 0;
}
.owl-carousel .owl-nav button.owl-next {
  background: url("../images/next-button.svg") no-repeat;
  right: 0;
}
.owl-carousel .owl-nav button span {
  display: none;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.carousel-image {
  position: relative;
  width: 377px;
  height: 317px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2rem;
  white-space: initial;
}
@media only screen and (max-width: 768px) {
  .carousel-image img {
    max-width: 100%;
  }
}
.carousel-image .img-caption {
  bottom: 6.8rem;
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  .carousel-image .img-caption {
    bottom: 12rem;
    padding: 1rem 1.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .carousel-image .img-caption {
    bottom: 7rem;
    padding: 1rem 1.5rem;
  }
}
@media only screen and (max-width: 375px) {
  .carousel-image .img-caption {
    bottom: 9.4rem;
    padding: 1rem 1.5rem;
  }
}
@media only screen and (max-width: 360px) {
  .carousel-image .img-caption {
    bottom: 10.2rem;
    padding: 1rem 1.5rem;
  }
}
@media only screen and (max-width: 320px) {
  .carousel-image .img-caption {
    bottom: 12.6rem;
    padding: 1rem 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .carousel-image .img-caption p {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
.carousel-image button {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 992px) {
  .carousel-image {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .carousel-image {
    width: 100%;
  }
}
.carousel-image.nextToSelectedLeft, .carousel-image.nextToSelectedRight {
  transform: scale(1);
  z-index: 5;
}

/* loader css start here */
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  margin: 5px;
  border: 5px solid #f74242;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #f74242 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

/* loader css end here */
/*! Flickity v2.0.5
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
  /* draggable */
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  /*tap-highlight-color: transparent; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* .flickity-enabled:focus { outline: none; } */
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  margin: 5rem 0 0;
  width: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.animated-menu-icon {
  width: 19px;
  height: 14px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.animated-menu-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background: #3c374d;
  border-radius: 0.5rem;
}
.animated-menu-icon span:nth-child(1) {
  top: 0px;
}
.animated-menu-icon span:nth-child(2), .animated-menu-icon span:nth-child(3) {
  top: 6px;
}
.animated-menu-icon span:nth-child(4) {
  top: 12px;
}
.animated-menu-icon.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}
.animated-menu-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.animated-menu-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.animated-menu-icon.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

/*--custom radio button--*/
.loan-form-selection-box .custom-radio {
  float: none;
}

@media screen and (max-width: 768px) {
  .custom-radio {
    min-width: 35%;
    float: left;
    display: initial;
  }
}
.custom-radio .custom-control-label {
  padding: 0.2rem 2rem 0.5rem 3.5rem;
  border-radius: 30px;
  color: #96a1bc;
  font-size: 1.4rem;
  min-width: 110px;
  text-align: left;
  height: 36px;
}
.custom-radio .custom-control-label:before {
  border: 2px solid #dadfea;
}
.custom-radio .custom-control-label:after, .custom-radio .custom-control-label:before {
  height: 1.7rem;
  width: 1.7rem;
  left: 1rem;
  top: 0.9rem;
}
@media screen and (max-width: 768px) {
  .custom-radio .custom-control-label {
    width: 100%;
    padding: 0.4rem 2rem 1.5rem 3.2rem;
  }
}
.custom-radio .custom-control-label.loan-select-box {
  display: block;
  margin-bottom: 30px;
  border-radius: 5px;
  height: auto;
  color: #50597b;
  padding: 0.8rem 2rem 0.5rem 3.5rem;
}
.custom-radio .custom-control-label.loan-select-box .label {
  font-size: 12px;
  margin-bottom: 0px;
}
.custom-radio .custom-control-label.loan-select-box .value {
  font-size: 16px;
  color: #3c374d;
}
.custom-radio .custom-control-label.loan-select-box:after, .custom-radio .custom-control-label.loan-select-box:before {
  height: 1.7rem;
  width: 1.7rem;
  left: 1rem;
  top: 1.4rem;
}
@media screen and (max-width: 768px) {
  .custom-radio .custom-control-label.loan-select-box {
    padding-left: 40px;
    margin-bottom: 10px;
  }
}
.custom-radio .custom-control-input {
  width: 2rem;
  height: 2.25rem;
  left: 2.5rem;
  top: 1.3rem;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label {
  color: #f74242;
  background-color: #f4fbff;
  border-color: #f74242;
  font-weight: 600;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label.loan-select-box {
  color: #50597b;
  background-color: #fff;
  border-color: #f74242;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #f74242;
  border-color: #f74242;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='-4 -4 7.5 7.5'%3e%3ccircle r='3.5' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
}

/*--custom radio--*/
.custom-radio-wol input[type=radio] {
  display: none;
}
.custom-radio-wol input[type=radio] + label {
  position: relative;
  display: block;
  padding-left: 2.7rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 1.4rem;
  margin: 0 0 2rem;
  /*&:hover {
            &:before {
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
                box-shadow: inset 0 0 0 0.6rem $red, inset 0 0 0 1rem $white;
                border: none;
            }
        }*/
}
.custom-radio-wol input[type=radio] + label:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 1.7rem;
  height: 1.7rem;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em white;
  border: 2px solid #dadfea;
}
@media screen and (max-width: 768px) {
  .custom-radio-wol input[type=radio] + label:before {
    top: 4px;
  }
}
.custom-radio-wol input[type=radio] + label:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 1.7rem;
  height: 1.7rem;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .custom-radio-wol input[type=radio] + label:after {
    top: 4px;
  }
}
.custom-radio-wol input[type=radio]:checked + label:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0.5rem #f74242, inset 0 0 0 1rem #fff;
  border: none;
}

/*--custom checkbox--*/
.custom-checkbox {
  padding-left: 2.5rem;
}
.custom-checkbox .custom-control-input {
  width: 1.8rem;
  height: 1.8rem;
  top: 3px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #f74242;
  background: #f74242;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  border-color: #f74242;
  background-size: 12px 12px;
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
}
.custom-checkbox .custom-control-label {
  font-size: 1.4rem;
}
@media screen and (max-width: 576px) {
  .custom-checkbox .custom-control-label {
    padding-top: 0.3rem;
  }
}
.custom-checkbox .custom-control-label:before, .custom-checkbox .custom-control-label:after {
  width: 1.8rem;
  height: 1.8rem;
  border: 2px solid #dadfea;
  left: -2.5rem;
  top: 6px;
  border-radius: 0.4rem;
}

.plus {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), #f74242;
  background-position: center;
  background-size: 50% 2px, 2px 50%;
  /*thickness = 2px, length = 50% (25px)*/
  background-repeat: no-repeat;
}
.plus.radius {
  border-radius: 50%;
}

.white-container {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  margin: 5rem 0;
  border-radius: 0.5rem;
}
.white-container.mb-15 {
  margin-bottom: 15rem;
}
.white-container [class^=col] {
  padding: 10px 25px 0 25px;
}
@media screen and (max-width: 768px) {
  .white-container [class^=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.white-container h2 {
  font-weight: 600;
}
.white-container a {
  text-decoration: none;
}
.white-container p {
  font-size: 1.4rem;
}
.white-container .active {
  border: 1px solid #50597b;
}
.white-container .category-container {
  padding: 1.5rem;
  border-radius: 1rem;
  color: #96a1bc;
  margin-top: 2rem;
}
.white-container .category-container p {
  margin-bottom: 0;
  text-align: left;
}
.white-container .category-container .details-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .white-container .category-container .details-box {
    font-size: 1.3rem;
  }
}
.white-container .category-container .details-box i {
  border: solid #dadfea;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}
.white-container .category-container .details-box .right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.white-container .category-container.active {
  border: 1px solid #50597b;
}
.white-container .category-container.active p {
  color: #50597b;
}
.white-container .category-container.active .details-box {
  color: #3c374d;
}
.white-container .category-container.active i {
  border: solid #3c374d !important;
  border-width: 0 2px 2px 0 !important;
  display: inline-block;
  padding: 3px;
}
.white-container .category-container.completed {
  border: 1px solid #2cbaba;
}
.white-container .category-container.completed .right {
  display: inline-block;
  transform: rotate(-45deg) !important;
  -webkit-transform: rotate(44deg) !important;
  height: 13px;
  width: 6px;
  border-bottom: 2px solid #2cbaba;
  border-right: 2px solid #2cbaba;
}
@media screen and (max-width: 768px) {
  .white-container .category-container {
    padding: 1.2rem;
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .white-container {
    box-shadow: none;
    margin-top: 30px;
  }
}

.floating-input {
  position: relative;
  margin: 1rem 0 2rem;
}
.floating-input .inr-sign,
.floating-input .mobile-prefix {
  display: none;
  position: absolute;
  font-size: 1.4rem;
  top: 8px;
}
.floating-input textarea {
  resize: none;
}
.floating-input input,
.floating-input textarea {
  background: none;
  color: #3c374d;
  font-size: 1.4rem;
  padding: 0.8rem 1.9rem 0.5rem 0;
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #dadfea;
}
.floating-input input.inr,
.floating-input textarea.inr {
  padding-left: 1rem;
}
.floating-input input.mobile,
.floating-input textarea.mobile {
  padding-left: 3rem;
}
.floating-input input ~ .value,
.floating-input textarea ~ .value {
  font-size: 1.2rem;
  line-height: 2.5rem;
  display: block;
}
.floating-input input:focus, .floating-input input:valid, .floating-input input.valid,
.floating-input textarea:focus,
.floating-input textarea:valid,
.floating-input textarea.valid {
  outline: none;
}
.floating-input input:focus ~ label, .floating-input input:valid ~ label, .floating-input input.valid ~ label,
.floating-input textarea:focus ~ label,
.floating-input textarea:valid ~ label,
.floating-input textarea.valid ~ label {
  top: -14px;
  font-size: 1.2rem;
  color: #2cbaba;
}
.floating-input input:focus ~ .bar:before, .floating-input input:valid ~ .bar:before, .floating-input input.valid ~ .bar:before,
.floating-input textarea:focus ~ .bar:before,
.floating-input textarea:valid ~ .bar:before,
.floating-input textarea.valid ~ .bar:before {
  width: 100%;
}
.floating-input input:focus ~ .inr-sign, .floating-input input:focus ~ .mobile-prefix, .floating-input input:valid ~ .inr-sign, .floating-input input:valid ~ .mobile-prefix, .floating-input input.valid ~ .inr-sign, .floating-input input.valid ~ .mobile-prefix,
.floating-input textarea:focus ~ .inr-sign,
.floating-input textarea:focus ~ .mobile-prefix,
.floating-input textarea:valid ~ .inr-sign,
.floating-input textarea:valid ~ .mobile-prefix,
.floating-input textarea.valid ~ .inr-sign,
.floating-input textarea.valid ~ .mobile-prefix {
  display: block;
}
.floating-input input:not(:focus):valid ~ .valid-icon, .floating-input input:not(:focus).valid ~ .valid-icon,
.floating-input textarea:not(:focus):valid ~ .valid-icon,
.floating-input textarea:not(:focus).valid ~ .valid-icon {
  top: 15px;
  right: 5px;
}
.floating-input input:not(:focus):valid ~ label, .floating-input input:not(:focus).valid ~ label,
.floating-input textarea:not(:focus):valid ~ label,
.floating-input textarea:not(:focus).valid ~ label {
  top: -14px;
  font-size: 1.2rem;
  color: #96a1bc;
}
.floating-input input:not(:focus):valid ~ .bar:before, .floating-input input:not(:focus).valid ~ .bar:before,
.floating-input textarea:not(:focus):valid ~ .bar:before,
.floating-input textarea:not(:focus).valid ~ .bar:before {
  width: 100%;
  background: #dadfea;
}
.floating-input input:not(:focus):valid ~ .inr, .floating-input input:not(:focus).valid ~ .inr,
.floating-input textarea:not(:focus):valid ~ .inr,
.floating-input textarea:not(:focus).valid ~ .inr {
  display: block;
}
.floating-input input.invalid, .floating-input input:not(:focus).invalid,
.floating-input textarea.invalid,
.floating-input textarea:not(:focus).invalid {
  border-bottom: none;
  border-right: none;
}
.floating-input input.invalid ~ label, .floating-input input:not(:focus).invalid ~ label,
.floating-input textarea.invalid ~ label,
.floating-input textarea:not(:focus).invalid ~ label {
  color: #2cbaba;
}
.floating-input input.invalid ~ .bar:before, .floating-input input:not(:focus).invalid ~ .bar:before,
.floating-input textarea.invalid ~ .bar:before,
.floating-input textarea:not(:focus).invalid ~ .bar:before {
  width: 100%;
  background: #f74242;
}
.floating-input label {
  color: #96a1bc;
  font-size: 1.4rem;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
}
.floating-input .bar {
  position: relative;
  display: block;
  width: 100%;
}
.floating-input .bar:before {
  content: "";
  height: 1px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #2cbaba;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
  left: 0%;
}
.floating-input.search input {
  padding-left: 25px;
}
.floating-input.search input:focus ~ label, .floating-input.search input:valid ~ label {
  display: none;
}
.floating-input.search label {
  left: 25px;
}
.floating-input.search img {
  position: absolute;
  top: 17px;
  left: 0;
}
.floating-input.search ~ .search-result,
.floating-input.search ~ .search-result-v2 {
  font-size: 1.4rem;
  margin: 2.5rem 0;
  padding-left: 0;
}
.floating-input.search ~ .search-result.icon li:before,
.floating-input.search ~ .search-result-v2.icon li:before {
  position: absolute;
  background: #fff;
  height: 1px;
  content: "";
  width: 49px;
  bottom: -1px;
  left: 0;
}
.floating-input.search ~ .search-result li,
.floating-input.search ~ .search-result-v2 li {
  list-style-type: none;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dadfea;
  position: relative;
}
.floating-input input[readonly] {
  opacity: 0.6;
}

p.form-label {
  font-size: 1.4rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  color: #96a1bc;
}
@media screen and (max-width: 768px) {
  p.form-label {
    margin-bottom: 1rem;
  }
}

/** Custom Select **/
.custom-select-container {
  position: relative;
}
.custom-select-container.max-height .custom-options {
  max-height: 200px;
  overflow-y: auto;
}
.custom-select-container label {
  color: #96a1bc;
  font-size: 1.4rem;
  font-weight: normal;
  position: absolute;
  top: 10px;
  left: 0;
  pointer-events: none;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
  opacity: 0;
}
.custom-select-container label.d-block {
  top: -6px;
  font-size: 1.2rem;
  color: #96a1bc;
  opacity: 1;
}
.custom-select-container .custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
  width: 100%;
  margin: 10px 0;
}
.custom-select-container .custom-select-wrapper select {
  display: none;
}
.custom-select-container .custom-select-wrapper .custom-select-menu {
  position: relative;
  display: inline-block;
  width: 100%;
}
.custom-select-container .custom-select-wrapper .custom-select-menu .custom-select-trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.8rem 0 0.5rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #96a1bc;
  line-height: 3rem;
  background: #fff;
  cursor: pointer;
  border-bottom: 1px solid #dadfea;
}
.custom-select-container .custom-select-wrapper .custom-select-menu .custom-select-trigger:after {
  position: absolute;
  display: block;
  content: "";
  margin-top: -3px;
  border-bottom: 2px solid #3c374d;
  border-right: 2px solid #3c374d;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.4s ease-in-out;
  transform-origin: 50% 0;
  width: 8px;
  height: 8px;
  top: 65%;
  right: 10px;
}
.custom-select-container .custom-select-wrapper .custom-select-menu .custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 15px 0;
  border-radius: 0.8rem;
  box-sizing: border-box;
  background: #fafafa;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  padding: 1rem 0;
  z-index: 2;
}
.custom-select-container .custom-select-wrapper .custom-select-menu .custom-options:before {
  position: absolute;
  display: block;
  content: "";
  bottom: 100%;
  right: 25px;
  width: 12px;
  height: 12px;
  margin-bottom: -5px;
  border-top: 1px solid #dadfea;
  border-left: 1px solid #dadfea;
  background: #fafafa;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}
.custom-select-container .custom-select-wrapper .custom-select-menu .custom-options .custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #3c374d;
  line-height: 31px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.custom-select-container .custom-select-wrapper .custom-select-menu .custom-options .custom-option:hover, .custom-select-container .custom-select-wrapper .custom-select-menu .custom-options .custom-option.selection {
  background: #f2f3fc;
}
.custom-select-container .custom-select-wrapper .custom-select-menu.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}
.custom-select-container .custom-select-wrapper.valid .custom-select-trigger {
  color: #3c374d;
}
.custom-select-container .custom-select-wrapper.valid .custom-select-trigger:after {
  display: none;
}
.custom-select-container .custom-select-wrapper.valid ~ .valid-icon {
  top: 25px;
  right: 5px;
}
.custom-select-container.invalid .custom-select-trigger {
  color: #f74242 !important;
  border-color: #f74242 !important;
}
.custom-select-container.invalid .custom-select-trigger:after {
  border-color: #f74242 !important;
}

/*--date input masking css start here--*/
.selected-loan-amount-section {
  background-color: #f9f9fc;
  padding: 10px 20px;
  border-radius: 8px;
}
.selected-loan-amount-section .value {
  font-size: 14px;
  color: #3c374d;
  font-weight: 600;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .selected-loan-amount-section {
    background-color: #f9f9fc;
    padding: 15px 20px;
    border-radius: 8px;
  }
}

.amount-label {
  font-size: 12px;
  margin-bottom: 0px;
}

.full-width-radio-container {
  width: 100%;
  margin: 10px 0px;
}
.full-width-radio-container .custom-control-label {
  border-radius: 8px;
  color: #3c374d;
  width: 100%;
  padding: 1.5rem 2rem 4.3rem 3.5rem;
}
.full-width-radio-container .custom-control-label:after {
  height: 1.7rem;
  width: 1.7rem;
  left: 1rem;
  top: 2.2rem;
}
.full-width-radio-container .custom-control-label:before {
  height: 1.7rem;
  width: 1.7rem;
  left: 1rem;
  top: 2.2rem;
}
.full-width-radio-container .custom-control-label span {
  font-size: 12px;
  color: #50597b;
}
@media screen and (max-width: 768px) {
  .full-width-radio-container .custom-control-label {
    border-radius: 8px;
    color: #3c374d;
    width: 100%;
    padding: 1.8rem 2rem 4.3rem 3.5rem;
  }
}

.emi-details {
  list-style: none;
  margin: 0;
  padding: 0;
}
.emi-details li {
  padding: 15px 0px;
  border-bottom: 1px solid #dadfea;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.emi-details li span:last-child {
  font-weight: 600;
}

/*--date input masking css end here--*/
/*--animated progress button css start here--*/
.outer-circle {
  display: inline-block;
  background-color: #2cbaba;
  border-radius: 50%;
  padding: 8px;
}

.circle-loader {
  margin: 0;
  border: 4px solid #2cbaba;
  border-left-color: #fff;
  animation: loader-spin 1.2s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 2.2em;
  height: 2.2em;
}

.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #2cbaba;
  transition: border 500ms ease-out;
}
.load-complete .checkmark {
  display: block;
}

.checkmark {
  display: none;
}
.checkmark:after {
  opacity: 1;
  height: 1.5em;
  width: 0.7em;
  transform-origin: left top;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  content: "";
  left: 0.1em;
  top: 1em;
  position: absolute;
}

.checkmark.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}

@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 1.5em;
    width: 0.7em;
    opacity: 1;
  }
  40% {
    height: 1.5em;
    width: 0.7em;
    opacity: 1;
  }
  100% {
    height: 1.5em;
    width: 0.7em;
    opacity: 1;
  }
}
/*--animated progress button css end here--*/
/*--date input masking--*/
.date-input-container {
  border-bottom: 1px solid #dadfea;
  padding: 0.8rem 0 0.5rem;
  font-size: 1.4rem;
  font-weight: 400;
}
.date-input-container input {
  border: 0;
  outline: 0;
  text-align: center;
  width: 27px;
  display: initial;
  padding: 0;
  /**
          * Show the placeholder when the input is focused.
      */
}
.date-input-container input::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}
.date-input-container input::placeholder {
  opacity: 0;
  transition: inherit;
}
.date-input-container input.day, .date-input-container input.month {
  margin-right: 0px;
}
.date-input-container input.year {
  width: auto;
}
.date-input-container input:focus::-webkit-input-placeholder, .date-input-container input:focus::placeholder {
  opacity: 1;
}

.tnc {
  background: #f9f9fc;
  padding: 10px;
  border-radius: 0.8rem;
}
.tnc .small-scroll, .tnc .custom-select-container.max-height .custom-options, .custom-select-container.max-height .tnc .custom-options {
  height: 55px;
  overflow: auto;
}
.tnc .small-scroll.h123, .tnc .custom-select-container.max-height .h123.custom-options, .custom-select-container.max-height .tnc .h123.custom-options {
  height: 123px;
}
@media screen and (max-width: 576px) {
  .tnc .small-scroll, .tnc .custom-select-container.max-height .custom-options, .custom-select-container.max-height .tnc .custom-options {
    height: 127px;
  }
}
.tnc .small-scroll::-webkit-scrollbar-thumb, .tnc .custom-select-container.max-height .custom-options::-webkit-scrollbar-thumb, .custom-select-container.max-height .tnc .custom-options::-webkit-scrollbar-thumb {
  background: #cbcbcb;
}
.tnc .small-scroll::-webkit-scrollbar, .tnc .custom-select-container.max-height .custom-options::-webkit-scrollbar, .custom-select-container.max-height .tnc .custom-options::-webkit-scrollbar {
  width: 0.3rem;
}
.tnc .custom-checkbox .custom-control-label {
  color: #96a1bc;
  line-height: 1.8rem;
  font-size: 1.2rem;
  padding-right: 10px;
  padding-top: 0;
}
.tnc .custom-checkbox .custom-control-label a {
  color: #f74242;
  text-decoration: underline;
  font-weight: 600;
}
.tnc .custom-checkbox .custom-control-label:before, .tnc .custom-checkbox .custom-control-label:after {
  top: 3px;
}
.tnc .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(https://cdnapp.indialends.com/illive/images/creative/rounded-checkbox-icon.svg);
}

/*--modal--*/
.modal .modal-sm {
  max-width: 400px;
}
.modal.fade .modal-dialog {
  transform: translate3d(0, 100vh, 0);
}
.modal.show .modal-dialog {
  transform: translate3d(0, 0, 0);
}
.modal .mobile {
  display: none;
}
.modal .bottom-modal {
  position: fixed;
  margin: 0 auto;
  display: block;
  bottom: 0;
  width: 400px;
  left: 0;
  right: 0;
}
.modal .bottom-modal .close {
  position: absolute;
  left: 0;
  top: -20px;
  width: 100%;
}
.modal .bottom-modal .close .web {
  display: none;
}
.modal .bottom-modal .close .mobile {
  display: block;
  width: 44px;
  height: 6px;
  border-radius: 1rem;
  background-color: #edf0f7;
  margin: 0 auto;
}
.modal .bottom-modal .modal-content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.modal .bottom-modal .modal-content .modal-body {
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .modal .bottom-modal {
    width: 100%;
  }
}
.modal .modal-content {
  border-radius: 0.8rem;
  border: none;
}
.modal .modal-content .modal-header {
  background-color: #fff;
  padding: 2rem 3rem;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #dadfea;
  margin-bottom: 0;
}
.modal .modal-content .modal-header h3 {
  font-weight: 600;
  color: #3c374d;
  font-size: 2rem;
}
.modal .modal-content .modal-header .close {
  font-size: 3rem;
  color: #3c374d;
  font-weight: 600;
  opacity: 1;
  line-height: 2.7rem;
}
.modal .modal-content .modal-body {
  padding: 2rem 3rem;
  max-height: 80vh;
  overflow-y: auto;
}
.modal .modal-content .modal-body.full-height {
  height: 80vh;
  overflow-y: auto;
}
.modal .modal-content .modal-body p {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  color: #3c374d;
}
.modal .modal-content .modal-body .tnc .small-scroll, .modal .modal-content .modal-body .tnc .custom-select-container.max-height .custom-options, .custom-select-container.max-height .modal .modal-content .modal-body .tnc .custom-options {
  height: 145px;
}
.modal .modal-content .modal-body .search {
  margin-top: 0;
}
.modal .modal-content .modal-body .search-result .logos,
.modal .modal-content .modal-body .search-result-v2 .logos {
  position: relative;
  float: left;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 39px;
  width: 39px;
  margin-right: 1rem;
}
.modal .modal-content .modal-body .search-result .logos:before,
.modal .modal-content .modal-body .search-result-v2 .logos:before {
  background-color: #fff;
  height: 39px;
  width: 39px;
  border-radius: 50%;
  border: 1px solid #e3ebff;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.modal .modal-content .modal-body .search-result .logos img,
.modal .modal-content .modal-body .search-result-v2 .logos img {
  position: relative;
  max-width: 20px;
}
.modal .modal-content .modal-body .search-result li,
.modal .modal-content .modal-body .search-result-v2 li {
  line-height: 39px;
}

.otp-input {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: inline-block;
}
.otp-input input {
  width: 40px;
  height: 50px;
  border-radius: 0.4rem;
  border: none;
  background-color: #edf0f7;
  margin-right: 1rem;
  display: inline-block;
  text-align: center;
  font-size: 2rem;
  color: #3c374d;
}
@media screen and (max-width: 375px) {
  .otp-input input {
    margin-right: 0.5rem;
  }
}
.otp-input input:focus {
  background-color: #edf0f7;
  box-shadow: none;
}

.icon {
  /*--upload animation--*/
}
.icon .progress {
  width: 30px;
  height: 30px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.icon .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #dadfea;
  position: absolute;
  top: 0;
  left: 0;
}
.icon .progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.icon .progress .progress-left {
  left: 0;
}
.icon .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.icon .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 3px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #f74242;
}
.icon .progress .progress-right {
  right: 0;
}
.icon .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.icon .progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-round 1.5s linear forwards;
}
.icon .progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-round 1.5s linear forwards 1.5s;
}
@keyframes loading-round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}

.fee-container {
  justify-content: space-between;
  display: flex;
}
.fee-container span:last-child {
  color: #3c374d;
  font-weight: 600;
}

.fee-description {
  font-size: 12px;
  color: #3c374d;
  font-weight: 600;
  line-height: 22px;
  margin-top: 10px;
  display: block;
}

.card-container-border-top {
  border-top: 1px solid #dadfea;
}

.fee-list {
  padding: 0px;
  margin: 0px;
  display: inline-flex;
}
.fee-list li {
  margin-right: 25px;
  color: #3c374d;
  font-weight: 600;
  list-style: disc;
}
.fee-list li:nth-child(1) {
  list-style-type: none;
}

.wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.window {
  overflow: hidden;
  position: relative;
}

#carousel {
  width: 10000px;
  position: relative;
  top: 0;
  right: 400px;
}
@media screen and (max-width: 768px) {
  #carousel {
    overflow: auto;
    white-space: nowrap;
    width: auto;
    position: initial;
    padding-bottom: 10px;
    padding-left: 5px;
  }
}

.slidecard {
  width: 403px;
  cursor: pointer;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .slidecard {
    width: 300px;
    white-space: initial;
    display: inline-flex;
    float: none;
    margin-right: 10px;
  }
}

#prev,
#next {
  cursor: pointer;
  position: absolute;
  top: -21px;
}
@media screen and (max-width: 768px) {
  #prev,
#next {
    display: none;
  }
}

#prev {
  right: 50px;
}

#next {
  right: 15px;
}

.transition {
  transition: 0.7s;
}

@media screen and (max-width: 768px) {
  #carousel::-webkit-scrollbar {
    display: none;
  }
}

.download-app img {
  max-width: 112px;
  max-height: 36px;
}

.bottom-grey-widget {
  background: #edf0f7;
}

.app-details .custom-radio {
  width: 100%;
}
.app-details .custom-radio .widout-radio:before,
.app-details .custom-radio .widout-radio :after {
  display: none;
}
.app-details label.custom-control-label {
  text-align: center;
  display: flow-root;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: 10px;
  padding: 15px 10px;
  width: 100%;
}

/*-- autofill change reset --*/
/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.lightest-blue-bg input:-webkit-autofill,
.lightest-blue-bg input:-webkit-autofill:hover,
.lightest-blue-bg input:-webkit-autofill:focus,
.lightest-blue-bg input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #f2f3fc inset !important;
}

/*--left navigation--*/
.left-nav-icon {
  transform: rotate(180deg);
  transition: transform 0.3s linear;
}
.left-nav-icon.closed {
  transform: rotate(0deg);
  transition: transform 0.3s linear;
}

.navbar-primary {
  background-color: #fff;
  bottom: 0px;
  left: 0px;
  position: absolute;
  top: 110px;
  width: 275px;
  z-index: 8;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
}

.navbar-primary.collapsed {
  width: 60px;
}
.navbar-primary.collapsed .btn-expand-collapse {
  padding-left: 0;
  text-align: center;
}
.navbar-primary.collapsed .nav-label {
  display: none;
}

.btn-expand-collapse {
  display: block;
  padding: 1.3rem 0 1.3rem 4rem;
  border-bottom: 1px solid #f2f3fc;
}

.leftnav {
  position: relative;
  display: block;
  padding: 2rem 1rem 2rem 4rem;
  text-align: left;
  font-size: 1.6rem;
  line-height: 2rem;
  border-bottom: solid 2px #fff;
  color: #3c374d;
  background-color: #f2f3fc;
}
.leftnav:hover, .leftnav.active {
  background-color: #dde0fc;
  text-decoration: none;
  color: #3c374d;
}
.leftnav img {
  position: absolute;
  right: 2rem;
  top: 3.5rem;
  transform: rotate(180deg);
  transition: transform 0.3s linear;
}
.leftnav.collapsed img {
  transform: rotate(0deg);
}

.leftnav-data ul {
  padding-left: 0;
}
.leftnav-data ul li {
  list-style-type: none;
  font-size: 1.4rem;
  border-bottom: 1px solid #f2f3fc;
  padding: 1.2rem 1rem 1.2rem 4rem;
}
.leftnav-data ul li:last-child {
  border-bottom: 0;
}
.leftnav-data ul li a {
  color: #3c374d;
}
.leftnav-data ul li a:hover {
  text-decoration: none;
}
.leftnav-data ul li:hover, .leftnav-data ul li:target, .leftnav-data ul li:active {
  font-weight: 600;
}

.main-content {
  margin-left: 275px;
}

.collapsed + .main-content {
  margin-left: 60px;
}

.main-content ul {
  padding: 0;
}
.main-content ul.inline-list li {
  display: inline-block;
}

.caption-images {
  position: relative;
  margin-bottom: 1rem;
  margin-right: 1rem;
}
@media screen and (max-width: 576px) {
  .caption-images {
    margin-right: 0;
  }
}
.caption-images p {
  position: absolute;
  bottom: 2rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-bottom: 0;
  color: #fff;
  padding: 0.6rem 1rem;
  background-color: rgba(0, 0, 0, 0.76);
  border-radius: 2px;
  min-width: 120px;
}
@media screen and (max-width: 768px) {
  .caption-images p {
    min-width: 0;
    bottom: 1rem;
  }
}
.caption-images p.right {
  right: 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .caption-images p.right {
    right: 15px;
  }
}

.table {
  color: #50597b;
}

.images-area .w-left {
  width: 40%;
  padding-left: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 1400px) {
  .images-area .w-left {
    width: 45%;
  }
}
@media screen and (max-width: 1300px) {
  .images-area .w-left {
    width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .images-area .w-left {
    width: 55%;
  }
}
@media screen and (max-width: 1100px) {
  .images-area .w-left {
    width: 100%;
  }
}
.images-area .w-right {
  width: 60%;
  padding-left: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 1400px) {
  .images-area .w-right {
    width: 55%;
    padding-right: 25px;
  }
}
@media screen and (max-width: 1300px) {
  .images-area .w-right {
    width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .images-area .w-right {
    width: 45%;
  }
}
@media screen and (max-width: 1100px) {
  .images-area .w-right {
    width: 100%;
    padding-left: 0;
    padding-right: 15px;
  }
}
@media screen and (max-width: 700px) {
  .images-area .w-right {
    padding-left: 0;
    padding-right: 0;
  }
}

.color-area {
  border-radius: 0.4rem;
  font-size: 1.2rem;
  color: #000;
  line-height: 2.4rem;
  text-align: center;
}
.color-area.peach {
  border: 1px solid #fbd0aa;
}
.color-area.peach .heading {
  border-bottom: 1px solid #fbd0aa;
}
.color-area.peach .text {
  background-color: #fbd0aa;
}
.color-area.green {
  border: 1px solid #c9deb6;
}
.color-area.green .heading {
  border-bottom: 1px solid #c9deb6;
}
.color-area.green .text {
  background-color: #c9deb6;
}
.color-area .heading {
  padding: 1rem;
}
.color-area .text {
  border-radius: 0.4rem;
  padding: 2rem;
}
@media screen and (max-width: 576px) {
  .color-area .text {
    padding: 1rem;
  }
}

.grid-images {
  border-bottom: 1px solid #dadfea;
  border-right: 1px solid #dadfea;
}
.grid-images.last {
  border-right: 0;
}
@media screen and (max-width: 768px) {
  .grid-images.last {
    border-right: 1px solid #dadfea;
  }
}
.grid-images.top {
  border-top: 1px solid #dadfea;
}
@media screen and (max-width: 768px) {
  .grid-images:nth-of-type(even) {
    border-right: 0;
  }
  .grid-images.full-width {
    border-right: 0;
  }
  .grid-images.full-width:not(:first-child) {
    border-top: 0;
  }
  .grid-images.full-width:not(:last-child) {
    border-bottom: 1px solid #dadfea !important;
  }
}

.input-group > .custom-file {
  display: block;
}
.input-group > .custom-file .custom-file-label {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: #2cbaba;
}
.input-group > .custom-file .custom-file-label:after {
  content: "";
  background-color: transparent;
  padding: 0;
}
.input-group > .custom-file .custom-file-label img {
  margin-right: 1rem;
  vertical-align: bottom;
}

@media screen and (max-width: 375px) {
  .xs-btn-place .float-left,
.xs-btn-place .float-right {
    float: none !important;
    text-align: center;
  }
  .xs-btn-place div {
    margin-top: 2rem;
  }
  .xs-btn-place div:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .border-top-md-0 {
    border-top: 0 !important;
  }

  .border-bottom-md-0 {
    border-bottom: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .h-sm-auto {
    height: auto !important;
  }

  #products-leftnav {
    display: none;
  }

  .main-content {
    margin-left: 0;
  }

  .sm-font14 {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }

  .sm-font10 {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .sm-font8 {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }

  ul.sm-list li {
    padding: 0 0 0 2rem;
    font-size: 1.2rem;
  }
  ul.sm-list li:before {
    width: 0.8rem;
    height: 0.8rem;
  }

  .gallery [class^=col-]:nth-child(odd) {
    padding-right: 0.7rem;
  }

  .gallery [class^=col-]:nth-child(even) {
    padding-left: 0.7rem;
  }

  .md-white-bg input:-webkit-autofill, .md-white-bg input:-webkit-autofill:hover, .md-white-bg input:-webkit-autofill:focus, .md-white-bg input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
  }
}
.scroll-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 9;
}
.scroll-top img {
  transform: rotate(180deg);
  width: 17px;
  height: 10px;
}

/*# sourceMappingURL=style.css.map */
