/******************************************
       Item Name: EFFL- Inquiry Form Funnel Leads

       Created By: Design Collection 

       Version: 1.0 

       ********************************************/
/*----- Inquiry Form Funnel Lead SASS Begin -----*/
.small-box {
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.small-box>.inner {
    padding: 10px;
}
.small-box h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0;
    white-space: nowrap;
    color:white;
}
.small-box p {
    font-size: 1rem;
    color:white !important;
}
.small-box a {
   
    color:white !important;
}
.small-box>.small-box-footer {
    background-color: rgba(0,0,0,.1);
    color: rgba(255,255,255,.8);
    display: block;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}
#e_mm {
  font-family: "Sora", sans-serif;
}

/*--- SASS Variable Begin  ---*/
/*--- SASS Variable End  ---*/
/*--- All Background Begin ----*/
#e_mm .bg-blue {
  background: #387ed1 !important;
}

#e_mm .bg-default {
  background-color: white;
}

#e_mm .bg-main {
  background-color: #387ed1;
}

#e_mm .bg-green {
  background-color: #128c7e !important;
}

#e_mm .bg-red {
  background-color: #e4001b !important;
}

#e_mm .bg-darkblue {
  background-color: #003874;
}

#e_mm .bg-darkpurple {
  background-color: #5e2381 !important;
}

#e_mm .bg-purpleblue {
  background: linear-gradient(90deg, #1d1666 1%, #1d1666 1%, #5c2381 93%);
}

#e_mm .bg-orange {
  background: #ff7438 !important;
}

#e_mm .bg-classicblue {
  background: #0e4480;
}

#e_mm .bg-brightred {
  background: #dc3545;
}

#e_mm .bg-prussianblue {
  background: #0e3455;
}

#e_mm .bg-yanblue {
  background: #1a293e;
}

#e_mm .bg-yellow {
  background: #da9537;
}

#e_mm .bg-lightblack {
  background: #2f2f2f;
}

#e_mm .bg-lightgrey {
  background: #e3e3e3;
}

/*--- All Background End ----*/
/*----- SASS Border Begin -----*/
#e_mm .white-outline {
  border: 7px solid white;
  box-sizing: border-box;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.15));
}

#e_mm .border-main {
  border: 1px solid white !important;
}

#e_mm .border-2 {
  border-bottom: 1px solid #e3e3e3 !important;
}

#e_mm .border_3 {
  border: 1px dashed #564889;
}

#e_mm .border_3-left {
  border-left: 1px dashed #564889;
}

#e_mm .border-start-1 {
  border-left: 2px solid #e3edf1;
}

#e_mm .border-before::before {
  content: "";
  background-color: #dc3545;
  height: 4px;
  width: 50%;
  border-radius: 5px;
  position: absolute;
  bottom: -10px;
  left: 25%;
}

/*----- SASS Border End -----*/
/*----- SASS Coustom Begin -----*/
#e_mm .nav-font {
  font-size: 13px;
}

#e_mm .navbar-brand {
  white-space: normal;
}

#e_mm .yellow-bx {
  padding: 8px;
  border: 1px solid #da9537;
  border-radius: 7px;
  text-align: center;
  font-size: 30px;
}

#e_mm .classicblue-bx {
  padding: 8px;
  border: 1px solid #0e4480;
  border-radius: 7px;
  text-align: center;
  font-size: 30px;
}

#e_mm .bluedark-bx {
  padding: 8px;
  border: 1px solid #242154;
  border-radius: 7px;
  text-align: center;
  font-size: 30px;
}

#e_mm .blue-bx {
  padding: 15px;
  background: #013874;
  color: #fff;
  border-radius: 7px;
}

#e_mm .text-blue-bx {
  padding: 15px;
  background: #387ed1;
  color: #fff;
  border-radius: 7px;
}

#e_mm .form-text {
  color: #9b9b9b;
  font-weight: 300;
  font-size: 14px;
}

#e_mm .bg-lightgray {
  background: #fafafb;
}

#e_mm .fs-11 {
  font-size: 11px;
}

#e_mm a {
  text-decoration: none;
}

#e_mm .btn-primary {
  background: #f58735;
  color: #fff;
  padding: 10px 30px;
  border: none;
  border-radius: 5.6px;
  font-size: 16px;
  box-shadow: 0 5px 10px rgba(59, 3, 3, 0.2);
}

#e_mm .btn-sm {
  padding: 5px 10px;
}

#e_mm .btn-1 {
  background: #da9537;
}
#e_mm .btn-1:hover {
  background: rgb(235, 128, 22);
  transition: 0.5s;
}

#e_mm .btn-2 {
  color: #fff;
  background: #dc3545;
}
#e_mm .btn-2:hover {
  color: #fff;
  background-color: #c82333;
  transition: 0.5s;
}

#e_mm .btn-3 {
  border: 1px solid #ff7438 !important;
}
#e_mm .btn-3:hover {
  background-color: #eb5819 !important;
  transition: 0.5s;
}

#e_mm .btn-4:hover {
  background-color: #f5243d !important;
  transition: 0.5s;
}

#e_mm .btn-5:hover {
  opacity: 0.8;
  transition: 0.5s;
}

#fixed-form {
  position: -webkit-sticky;
  position: sticky;
  bottom: -210px;
  width: 100%;
  display: block;
  transition: bottom 0.6s;
  z-index: 4;
}

#e_mm .banner {
  background-color: rgba(0, 0, 0, 0.1215686275);
  margin-top: 56.99px;
}
#e_mm .banner .banner-img img {
  position: relative;
}
#e_mm .banner .banner-form {
  background: #fff;
  border-radius: 48px;
  padding: 60px 40px;
}
#e_mm .banner .banner-form .header {
  background: #003874;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 10px;
  position: relative;
  top: -60px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}

#e_mm .account-form {
  padding: 80px 33px;
  height: auto;
  margin-left: 0px;
  box-shadow: 16px 0px 65.8px 4.2px rgba(0, 0, 0, 0.2196078431);
  border-radius: 5px;
}

#e_mm .country_code {
  outline: none;
}

#e_mm .fee-charges h1 {
  line-height: 50px;
  margin-bottom: 10px;
  padding: 10px 0 15px 0;
}
#e_mm .fee-charges .charges-details {
  padding: 15px 5px;
  margin: 10px 0 0 0;
}
#e_mm .fee-charges .charges-details p {
  line-height: 24px;
  margin-bottom: 10px;
}

#e_mm .hover-blue:hover {
  color: #387ed1;
  transition: 0.3s;
}

#e_mm .banner-2 {
  margin-top: 55.99px;
  background: linear-gradient(rgba(48, 47, 47, 0.5019607843), rgba(32, 32, 32, 0.5019607843)), url(https://via.placeholder.com/6000x3375);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

#e_mm .box-shadow {
  box-shadow: 0 5px 10px rgba(59, 3, 3, 0.2);
}

#e_mm .box-shadow-1 {
  box-shadow: 0 0px 11px rgba(59, 3, 3, 0.2);
}

#e_mm .box-shadow-2 {
  box-shadow: 0 0px 2px rgba(59, 3, 3, 0.2);
}

#e_mm .rounded-3 {
  border-radius: 5.6px !important;
}

#e_mm .icons-2 {
  padding: 10px 15px;
  border: 2px solid white;
}

#e_mm .accordion-button:not(.collapsed) {
  color: #424242;
  background-color: transparent;
  box-shadow: none;
}

#e_mm .accordion-button:focus, #e_mm .accordion-button:hover, #e_mm .accordion-button:active {
  box-shadow: none;
  border-color: white;
}

#e_mm .form-select,
#e_mm .form-control {
  text-overflow: ellipsis;
  color: #4a5074;
  border-radius: 5.6px;
  font-size: 16px;
  border: 1px solid #ced4da;
  transition: none;
  outline: none;
}
#e_mm .form-select::-moz-placeholder, #e_mm .form-control::-moz-placeholder {
  color: #4a5074;
}
#e_mm .form-select:-ms-input-placeholder, #e_mm .form-control:-ms-input-placeholder {
  color: #4a5074;
}
#e_mm .form-select::placeholder,
#e_mm .form-control::placeholder {
  color: #4a5074;
}

#e_mm .form-select:focus,
#e_mm .form-control:focus {
  box-shadow: none;
}

#e_mm .lh-15 {
  line-height: 1.15;
}

#e_mm .lh-25 {
  line-height: 25px;
}

/*  footer */
#e_mm .footer-bottom p {
  font-size: 13px;
  line-height: 21px;
}
#e_mm .footer-bottom footer {
  background: #fafafb;
  padding: 50px 0px;
  border-top: 1px solid #eee;
}
#e_mm .footer-bottom footer p {
  margin-top: 0;
  margin-bottom: 10px;
}

#e_mm .copyright {
  text-align: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #eee;
}

/*----- SASS Coustom End -----*/
/*----- Typography Begin -----*/
#e_mm .fs-15 {
  font-size: 15px;
}

#e_mm .fs-16 {
  font-size: 16px;
}

#e_mm h1 {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 1.2;
}

#e_mm h3 {
  font-size: 25px;
}

#e_mm h4 {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 1.2;
  font-size: 24px;
}

#e_mm h5 {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 1.2;
  font-size: 20px;
  word-spacing: 2px;
}

#e_mm p {
  font-size: 14px;
  color: #9b9b9b;
  padding: 0;
  margin: 0;
  line-height: 1.5;
  font-weight: 300;
}

#e_mm .p-20 {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  color: #676f88;
}

#e_mm .fs-12 {
  font-size: 12px;
  line-height: 18px !important;
}

#e_mm .fs-14 {
  font-size: 14px;
}

#e_mm .fs-16 {
  font-size: 16px;
}

#e_mm .fs-18 {
  font-size: 18px;
}

#e_mm .fs-21 {
  font-size: 21px;
}

#e_mm .fs-25 {
  font-size: 25px;
}

#e_mm .fs-35 {
  font-size: 35px;
}

#e_mm .fs-40 {
  font-size: 40px;
}

#e_mm .fs-45 {
  font-size: 45px;
}

#e_mm .fs-48 {
  font-size: 48px;
}

#e_mm .h-52 {
  height: 52px;
}

#e_mm .fw-500 {
  font-weight: 500;
}

#e_mm .fw-400 {
  font-weight: 400;
}

#e_mm .fw-700 {
  font-weight: 700;
}

/*----- Typography End -----*/
/*----- SASS Padding Begin -----*/
#e_mm .py-37 {
  padding-top: 37px;
  padding-bottom: 37px;
}

#e_mm .py-30 {
  padding: 30px 0px;
}

#e_mm .py-50 {
  padding: 50px 0px;
}

#e_mm .p-30 {
  padding: 30px;
}

#e_mm .p-10 {
  padding: 10px;
}

#e_mm .py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

#e_mm .px-10 {
  padding: 0 10px;
}

#e_mm .py-42 {
  padding: 42px 0;
}

#e_mm .pb-50 {
  padding-bottom: 50px;
}

#e_mm .py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

#e_mm .py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

#e_mm .py-179 {
  padding: 179px 0px;
}

/*----- SASS Padding End -----*/
/*----- SASS Margin Begin ----- */
#e_mm .mt-20 {
  margin-top: 20px;
}
#e_mm .mt-60 {
  margin-top: 60px;
}

#e_mm .mb-10 {
  margin-bottom: 10px;
}

#e_mm .mb-25 {
  margin-bottom: 25px;
}

#e_mm .mb-20 {
  margin-bottom: 20px;
}

#e_mm .mb-35 {
  margin-bottom: 35px;
}

#e_mm .mb-37 {
  margin-bottom: 37px;
}

#e_mm .mb-40 {
  margin-bottom: 40px;
}

#e_mm .mb-50 {
  margin-bottom: 50px;
}

/*----- SASS Margin End ----- */
/*----- Text Color Begin -----*/
#e_mm .text-dark {
  color: #e3e3e3;
}

#e_mm .text-blue {
  color: #387ed1;
}

#e_mm .text-whitegrey {
  color: #ababab;
}

#e_mm .text-grey {
  color: #9b9b9b;
}

#e_mm .text-red {
  color: #e4001b !important;
}

#e_mm .text-darkblue {
  color: #003874 !important;
}

#e_mm .text-orange {
  color: #ff7438 !important;
}

#e_mm .text-bluedark {
  color: #242154 !important;
}

#e_mm .text-classicblue {
  color: #0e4480;
}

#e_mm .text-brightred {
  color: #dc3545;
}

#e_mm .text-darkgrey {
  color: #676f88;
}

#e_mm .text-yellow {
  color: #da9537 !important;
}

#e_mm .text-yanblue {
  color: #1a293e !important;
}

/*----- Text Color End-----*/
/*---- Dashboard SASS Begin -----*/
#e_mm #dashboard {
  font-size: 0.875rem;
}

#e_mm .py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

#e_mm .feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*----- Sidebar -----*/
#e_mm .sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 45px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
}
#e_mm .sidebar .nav-link {
  font-size: 13px;
  font-weight: 400;
  color: #676f88;
}
#e_mm .sidebar .nav-link:hover {
  color: #387ed1;
  transition: 0.3s;
}

@media (max-width: 767.98px) {
  #e_mm .f-sm-14 {
    font-size: 14px;
  }
  #e_mm .sidebar {
    top: 58.5px;
  }
  #e_mm .navbar-nav {
    display: block;
    width: 100%;
  }
}
#e_mm .navbar-toggler {
  top: 0.25rem;
  right: 1rem;
}

#e_mm td {
  font-size: 0.875rem;
  font-weight: 300;
}

#e_mm .sign-in,
#e_mm .update-users {
  background-color: #f8f9fa;
}

#e_mm .h-100vh {
  height: 100vh;
}

#e_mm .mx-w-330 {
  max-width: 450px;
    background-color: white;
    padding: 20px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

#e_mm .twl-bx {
  margin: 0 auto;
  background: #ffffff;
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
}

#e_mm th {
  font-size: 0.875rem;
  font-weight: 600;
}

#e_mm .h-100 {
  height: 100px;
}

/*---- Dashboard SASS End -----*/
/*----- Media Query Begin -----*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #e_mm .yellow-bx {
    font-size: 17px !important;
    border: 0px solid transparent !important;
  }
  #e_mm .classicblue-bx {
    font-size: 17px !important;
    border: 0px solid transparent !important;
  }
  #e_mm .bluedark-bx {
    font-size: 17px !important;
    border: 0px solid transparent !important;
  }
}
@media only screen and (max-width: 768px) {
  #e_mm .yellow-bx {
    font-size: 20px !important;
  }
  #e_mm .classicblue-bx {
    font-size: 20px !important;
  }
  #e_mm .bluedark-bx {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 576px) {
  #e_mm .px-xs-2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #e_mm .py-2-sm {
    padding: 8px 0;
  }
  #e_mm .w-100-sm {
    width: 100% !important;
  }
  #e_mm .fx-form-input {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #e_mm .fx-form-select {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #e_mm .border_3-left {
    border-left: none;
  }
  #e_mm .mt-50 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  #e_mm .fx-form-input {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #e_mm .fx-form-select {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #e_mm .border_3-left {
    border-left: none;
  }
  #e_mm .mt-50 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  #e_mm .nav-font {
    font-size: 10px;
  }
  #e_mm .banner-form {
    padding: 60px 15px;
  }
  #e_mm .fx-form-input {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #e_mm .fx-form-select {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #e_mm .mt-50 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  #e_mm p {
    font-size: 11px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  #e_mm .nav-font {
    font-size: 11px;
  }
}
/*----- Media Query End -----*/
/*----- Inquiry Form Funnel Lead SASS End -----*/
/* Enquirey Form High Converting Funnel Lead SASS Begin*/
#e_mm .high-converting {
  font-family: "Roboto", sans-serif;
}

/*----- SASS Variables Begin -----*/
/*----- SASS Variables End -----*/
/*----- All Background Begin -----*/
#e_mm .high-converting .bg-black {
  background: black;
}

#e_mm .high-converting .bg-dark {
  background: #2d2d2d !important;
}

#e_mm .high-converting .bg-white {
  background: #fff !important;
}

#e_mm .high-converting .bg-gray {
  background: #140911;
}

#e_mm .high-converting .bg-orange {
  background-color: #ff7902;
}

/*----- All Background End -----*/
/*----- All Text Color Begin -----*/
#e_mm .high-converting .text-dark {
  color: #2d2d2d !important;
}

#e_mm .high-converting .text-white {
  color: #fff !important;
}

#e_mm .high-converting .text-orange {
  color: #ff7902;
}

#e_mm .high-converting .text-red {
  color: #e43b2c;
}

#e_mm .high-converting .text-lightred {
  color: red;
}

/*----- All Text Color End -----*/
/*----- Typography Begin -----*/
#e_mm .high-converting h1 {
  font-size: 89px;
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 1.2;
}

#e_mm .high-converting h2 {
  font-size: 67px;
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 1.2;
}

#e_mm .high-converting h3 {
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 1.2;
}

#e_mm .high-converting h4 {
  font-size: 37px;
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 1.2;
}

#e_mm .high-converting h5 {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 1.2;
}

#e_mm .high-converting h6 {
  font-size: 21px;
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 1.2;
}

#e_mm .high-converting p {
  font-size: 16px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}

#e_mm .high-converting .fs-20 {
  font-size: 20px;
}

#e_mm .high-converting .fw-bold {
  font-weight: 700 !important;
}

#e_mm .high-converting .fw-400 {
  font-weight: 400;
}

#e_mm .high-converting .fw-600 {
  font-weight: 600;
}

/*----- Typography End ------*/
/*----- All SASS Coustom Borders Begin -----*/
#e_mm .high-converting .border-bottom-1 {
  border-bottom: 1px solid white;
}

#e_mm .high-converting .bottom-content {
  border: 4px solid red;
}

/*----- All SASS Coustom Borders End -----*/
/* All SASS Coustom*/
#e_mm .high-converting .pt-50 {
  padding-top: 50px;
}

#e_mm .high-converting .bg-dark .accordion-button::after {
  content: "+";
  background-image: none;
}

#e_mm .high-converting .bg-dark .accordion-button:not(.collapsed)::after {
  margin-top: 10px;
  margin-right: 9px;
  content: "-";
  background-image: none;
}

#e_mm .high-converting .fs-13 {
  font-size: 13px;
}

#e_mm .high-converting .headline {
  font-size: 26px;
  line-height: 43.2px;
}

#e_mm .high-converting .py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

#e_mm .high-converting .pb-50 {
  padding-bottom: 50px;
}

#e_mm .high-converting .py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

#e_mm .high-converting .mb-30 {
  margin-bottom: 30px;
}

#e_mm .high-converting .form-headline {
  font-size: 16px;
  margin-top: 17px;
}

#e_mm .high-converting .form-select,
#e_mm .high-converting .form-control {
  color: #676f88;
  font-size: 16px;
  border: 1px solid #b4becd;
  border-top-color: #b0baca;
  border-bottom-color: #d3d9e2;
  box-shadow: inset 0 1px 2px rgba(130, 137, 150, 0.231372549), 0 1px 0 rgba(255, 255, 255, 0.9490196078) !important;
  border-radius: 3px !important;
  text-overflow: ellipsis;
}
#e_mm .high-converting .form-select::-moz-placeholder, #e_mm .high-converting .form-control::-moz-placeholder {
  color: #676f88;
}
#e_mm .high-converting .form-select:-ms-input-placeholder, #e_mm .high-converting .form-control:-ms-input-placeholder {
  color: #676f88;
}
#e_mm .high-converting .form-select::placeholder,
#e_mm .high-converting .form-control::placeholder {
  color: #676f88;
}

#e_mm .high-converting .form-select:focus,
#e_mm .high-converting .form-control:focus {
  box-shadow: none;
}

#e_mm .high-converting .my-btn {
  cursor: pointer;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
#e_mm .high-converting .my-btn i {
  font-size: 22px;
}

#e_mm .high-converting .main-button .btn {
  background: linear-gradient(to bottom, #ff963a 0%, #ff6a09 100%);
  padding: 17px 50px 17px 50px;
  border-bottom: 3px solid #983c00;
  transition: all 300ms ease;
}
#e_mm .high-converting .main-button .btn .btnmain {
  font-size: 28px;
}
#e_mm .high-converting .main-button .btn .btnsub {
  font-size: 16px;
}
#e_mm .high-converting .main-button .btn:hover {
  background: linear-gradient(to bottom, #ff6a09 100%, #ff963a 0%);
}

#e_mm .high-converting .button-glow {
  -webkit-animation: glowing 2s infinite;
          animation: glowing 2s infinite;
}

@-webkit-keyframes glowing {
  0% {
    box-shadow: 0 0 -5px #fff;
  }
  40% {
    box-shadow: 0 0 4px #fff;
  }
  60% {
    box-shadow: 0 0 4px #fff;
  }
  100% {
    box-shadow: 0 0 -5px #fff;
  }
}

@keyframes glowing {
  0% {
    box-shadow: 0 0 -5px #fff;
  }
  40% {
    box-shadow: 0 0 4px #fff;
  }
  60% {
    box-shadow: 0 0 4px #fff;
  }
  100% {
    box-shadow: 0 0 -5px #fff;
  }
}

#e_mm .high-converting .lead-info-content ul li {
  font-size: 18px;
  border-bottom: 1px solid #fff;
  font-weight: 500;
  padding-top: 5px;
  padding-bottom: 5px;
}
#e_mm .high-converting .lead-info-content ul li i {
  padding: 10px 10px;
  background: #3cb371;
  border-bottom: 2px solid #308f5a;
  color: #fff;
  border-radius: 3px;
  margin: 5px 0;
  margin-right: 6px;
  width: auto;
  margin-left: 0 !important;
  display: inline-block;
}

#e_mm .high-converting .faq-content {
  padding: 10px 20px 10px 20px;
  margin: 0px;
  outline: none;
  background-color: #2d2d2d;
  color: #fff;
  border-color: #ff7902;
  border-width: 3px;
  border-style: solid;
}
#e_mm .high-converting .faq-content h5 {
  font-size: 24px;
}

/* Accordion */
#e_mm .high-converting .accordion {
  border: 4px solid red;
}
#e_mm .high-converting .accordion .accordion-item {
  background-color: #2d2d2d;
  border-bottom: 4px solid red;
}
#e_mm .high-converting .accordion-button {
  font-size: 22px;
}
#e_mm .high-converting .accordion-button:not(.collapsed) {
  color: #424242;
  background-color: transparent;
  box-shadow: none;
}
#e_mm .high-converting .accordion-button:focus, #e_mm .high-converting .accordion-button:hover, #e_mm .high-converting .accordion-button:active {
  box-shadow: none;
  border-color: #fff;
}

/*  footer */
#e_mm .high-converting .footer-bottom p {
  font-size: 13px;
  line-height: 21px;
}
#e_mm .high-converting .footer-bottom footer {
  background: #fafafb;
  padding: 50px 0px;
  border-top: 1px solid #eee;
}
#e_mm .high-converting .footer-bottom footer p {
  margin-top: 0;
  margin-bottom: 10px;
}

#e_mm .high-converting .copyright .copyright-p {
  font-family: inherit;
  font-weight: 500 !important;
}
#e_mm .high-converting .copyright h6 {
  font-size: 20px;
}
#e_mm .high-converting .copyright P {
  font-size: 12px;
}

#e_mm .high-converting .close-md {
  position: absolute;
  right: -13px;
  top: -13px;
  cursor: pointer;
  z-index: 10;
  background: #fff;
  border-radius: 21px;
}

@media screen and (max-width: 576px) {
  #e_mm .high-converting .form-image {
    padding: 15px !important;
  }
  #e_mm .high-converting .p-15 {
    padding: 15px !important;
  }
  #e_mm .high-converting .form-control {
    font-size: 16px !important;
  }
  #e_mm .high-converting .form-select {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #e_mm .high-converting p {
    font-size: 12px;
  }
  #e_mm .high-converting .accordion-button {
    font-size: 16px;
  }
  #e_mm .high-converting h5 {
    font-size: 18px;
  }
  #e_mm .high-converting h5 {
    font-size: 18px;
  }
  #e_mm .high-converting h2 {
    font-size: 50px;
  }
  #e_mm .high-converting .main-button .btn .btnmain {
    font-size: 17px;
  }
  #e_mm .high-converting .main-button .btn .btnsub {
    font-size: 11px;
  }
  #e_mm .high-converting .headline {
    font-size: 15px;
    line-height: 1.5;
  }
  #e_mm .high-converting h4 {
    font-size: 20px;
  }
  #e_mm .high-converting h3 {
    font-size: 28px !important;
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 1.3em;
  }
  #e_mm .high-converting h4 {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 1.2;
  }
  #e_mm .high-converting .lead-info-content ul li {
    font-size: 14px;
  }
  #e_mm .high-converting .form-control {
    font-size: 16px !important;
  }
  #e_mm .high-converting .form-select {
    font-size: 16px !important;
  }
  #e_mm .high-converting .fs-20 {
    font-size: 17px;
  }
  #e_mm .high-converting .my-btn {
    cursor: pointer;
    color: #fff;
    font-size: 19px;
    width: 100%;
  }
  #e_mm .high-converting .my-btn i {
    font-size: 13px;
  }
  #e_mm .high-converting .copyright-p {
    font-size: 11px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 3000px) {
  #e_mm .high-converting .my-btn {
    width: 50%;
  }
}
#e_mm .re-otp {
  cursor: pointer;
  margin: -39px 15px 0 0;
  position: relative;
  float: right;
  content: "";
  font-size: 12px;
  color: #9b9b9b;
}
#e_mm .re-otp:hover {
  color: #2d2d2d;
}

#e_mm .resendotp {
  margin: -29px 15px 0 0;
  position: relative;
  float: right;
  content: "";
  font-size: 12px;
  color: #9b9b9b;
}

#e_mm .d_n {
  display: none;
}

input.error {
  border: 1px solid red !important;
  width: 100%;
}

.login_error {
  color: red;
  font-weight: bold;
  font-size: 15px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.login_error.hidden {
  display: none;
}

.sucess_mesg {
  color: green;
  font-weight: bold;
  font-size: 15px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.form_error {
  color: red;
  font-weight: bold;
  font-size: 15px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.form_error.success {
  color: green;
}

#e_mm .mobile_error {
  color: #ff0000 !important;
  display: block;
  font-weight: 300 !important;
  text-align: end;
  font-style: italic;
  font-size: 11px;
}

.text-red {
  color: red !important;
}

#e_mm th,
#e_mm td {
  font-size: 0.775rem !important;
}

.download_mobile_details {
  visibility: hidden;
  height: 0;
  width: 0;
}

#e_mm .hover-btn:hover {
  color: orange !important;
}

#e_mm .max-h {
  max-height: 344px !important;
}

#e_mm .w-56 {
  width: 56px !important;
}

#e_mm .w-45 {
  width: 45px !important;
}

#e_mm .w-28 {
  width: 28px !important;
}

#e_mm .bb-1 {
  border-bottom: 3px solid #2f2f2f;
}

/*********************/
/*  FAQ   Begin     */
/*********************/
#e_mm .accordion-1 .h2-heading {
  margin-bottom: 1.5rem;
  text-align: center;
}

#e_mm .accordion-1 .accordion-item {
  padding-bottom: 1rem;
  border: none;
  border-bottom: 1px solid #cdcedd;
}

#e_mm .accordion-1 .accordion-header {
  width: 100%;
}

#e_mm .accordion-1 .accordion-button {
  width: auto;
  padding-top: 2rem;
  padding-left: 0;
  background: none;
  box-shadow: none;
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 1.625rem;
}

#e_mm .accordion-1 .accordion-button:not(.collapsed) {
  color: #212529;
}

#e_mm .accordion-1 .accordion-button::after,
#e_mm .accordion-1 .accordion-button:not(.collapsed)::after {
  display: none;
}

#e_mm .accordion-1 .accordion-button:not(.collapsed)::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 436.686 265.011'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23272556;%7d%3c/style%3e%3c/defs%3e%3ctitle%3echevron-down-solid-1%3c/title%3e%3cpath class='cls-1' d='M201.373,257.982L7.03,63.638a24,24,0,0,1,0-33.941L29.7,7.03a24,24,0,0,1,33.9-.04L218.344,161.011,373.089,6.99a24,24,0,0,1,33.9.04L429.657,29.7a24,24,0,0,1,0,33.941L235.315,257.982a24,24,0,0,1-33.942,0h0Z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

#e_mm .accordion-1 .accordion-button::before {
  align-self: flex-start;
  flex-shrink: 0;
  width: 1.125rem;
  height: 0.75rem;
  margin-top: 0.5rem;
  margin-right: 0.75rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 436.686 265.011'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23272556;%7d%3c/style%3e%3c/defs%3e%3ctitle%3echevron-down-solid-1%3c/title%3e%3cpath class='cls-1' d='M201.373,257.982L7.03,63.638a24,24,0,0,1,0-33.941L29.7,7.03a24,24,0,0,1,33.9-.04L218.344,161.011,373.089,6.99a24,24,0,0,1,33.9.04L429.657,29.7a24,24,0,0,1,0,33.941L235.315,257.982a24,24,0,0,1-33.942,0h0Z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.125rem;
  transition: transform 0.2s ease-in-out;
}

#e_mm .accordion-1 .accordion-body {
  padding-top: 0;
  padding-left: 1.875rem;
  padding-bottom: 1.125rem;
}

#e_mm .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #2f2f2f;
  border-color: #2f2f2f;
}

#e_mm .badge {
  white-space: normal;
}/*# sourceMappingURL=custom.css.map */