html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif !important;
}

.mb-1 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 4rem;
}

.btn-custom {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #000000;
  background-color: #bcd46c;
  background-image: linear-gradient(to right, #bcd46c 0%, #f4e72f 100%);
  padding: 1.5rem 2rem;
  letter-spacing: 1px;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 800;
  border-radius: 30px;
  transition: all 0.5s linear;
  border: 0;
}
.btn-custom:hover {
  background-image: none;
  background-image: linear-gradient(to right, #f4e72f 0%, #bcd46c 100%);
}
.btn-custom:focus {
  background-image: none;
  background-image: linear-gradient(to right, #f4e72f 0%, #bcd46c 100%);
}
.btn-custom:active {
  background-image: none;
  background-image: linear-gradient(to right, #f4e72f 0%, #bcd46c 100%);
}

.btn:active {
  background-image: none;
  outline: 0;
  box-shadow: none;
}
.btn:active:focus {
  outline: none;
  outline-offset: none;
}
.btn:focus {
  outline: none;
  outline-offset: none;
}
.btn:active.focus {
  outline: none;
  outline-offset: none;
}

.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: none;
}
.btn.active:focus {
  outline: none;
  outline-offset: none;
}

a:focus {
  outline: none;
  outline-offset: none;
}

.btn.focus {
  outline: none;
  outline-offset: none;
}

.btn.active.focus {
  outline: none;
  outline-offset: none;
}

.body-text {
  font-size: 6rem;
}

.highlighted-text-color {
  color: #bcd46c;
}

.section {
  padding: 10rem 0;
}

.text-italic {
  font-style: italic;
  font-weight: 800;
}

.bg-black {
  background-color: #000000;
}

#main_form label {
  font-weight: normal !important;
  color: #000000;
}

/** Navbar style */
@media (min-width: 678px) and (max-width: 992px) {
  #menu.navbar-default .navbar-nav > li > a {
    font-size: 12px;
    padding: 7px 0px;
    margin: 9px 10px 0;
  }
}
/** header style */
/* Header Section */
/* Features Section */
.intro {
  display: table;
  width: 100%;
  padding: 0;
  background-size: cover;
  -o-background-size: cover;
  overflow: hidden;
}
.intro .overlay {
  background: #000000;
}
.intro .split {
  background: #e6e6e6;
  background: radial-gradient(ellipse at center, #e6e6e6 -50%, #fff 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6e6e6", endColorstr="#ffffff", GradientType=1);
}
.intro .split .left {
  opacity: 1;
  width: 60%;
  z-index: 10;
  transform: translateX(-20%) translateY(0);
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  float: left;
  height: 70vh;
  position: relative;
}
@media (max-width: 767px) {
  .intro .split .left {
    width: 100%;
    background-color: #000000;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 3rem;
    transform: translateX(0%) translateY(0);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .intro .split .left {
    width: 50%;
    height: 600px;
    transform: translateX(0%) translateY(0);
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .intro .split .left {
    height: 650px;
    transform: translateX(0%) translateY(0);
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .intro .split .left {
    height: 650px;
    transform: translateX(-5%) translateY(0);
  }
}
.intro .split .left::before {
  left: -20%;
  opacity: 1;
  content: "";
  width: 120%;
  height: 185%;
  background: #000;
  position: absolute;
  top: -45%;
  left: -15%;
  z-index: -1;
  transform: rotate(20deg);
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.2s;
}
@media (max-width: 767px) {
  .intro .split .left::before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .intro .split .left::before {
    top: -50%;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .intro .split .left::before {
    left: -30%;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .intro .split .left::before {
    left: -30%;
  }
}
@media (min-width: 1200px) {
  .intro .split .left::before {
    height: 225%;
  }
}
.intro .split .left .text-wrapper {
  padding-left: 5rem;
  padding-top: 125px;
  padding-bottom: 15rem;
  width: 600px;
  float: right;
}
@media (max-width: 767px) {
  .intro .split .left .text-wrapper {
    width: 100%;
    padding: 125px 2rem 0;
  }
  .intro .split .left .text-wrapper p {
    color: white;
    mix-blend-mode: difference;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .intro .split .left .text-wrapper {
    width: 100%;
    float: none;
  }
}
.intro .split .left .text-wrapper .text {
  padding-right: 5rem;
}
@media (max-width: 767px) {
  .intro .split .left .text-wrapper .text {
    padding-right: 0;
  }
}
.intro .split .left .text-wrapper .text h1 {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-size: 3.5rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 30px;
}
.intro .split .left .text-wrapper .text h1 span {
  font-weight: 800;
  color: #f5f5f5;
}
@media (max-width: 767px) {
  .intro .split .left .text-wrapper .text h1 {
    font-size: 3rem;
  }
}
.intro .split .left .text-wrapper .text h1:after {
  display: block;
  position: absolute;
  width: 40%;
  height: 5px;
  background: linear-gradient(to right, #bcd46c 0%, #f4e72f 100%) !important;
  content: "";
  transition: width 0.2s;
  margin-top: 10px;
}
.intro .split .left .text-wrapper .text .percentage {
  font-size: 5rem;
  color: #bcd46c;
  font-weight: 800;
}
.intro .split .left .text-wrapper .text p {
  color: #ffffff;
  font-size: 2rem;
  line-height: 30px;
  margin: 8rem 0;
}
.intro .split .left .text-wrapper .text p span {
  font-style: italic;
  font-weight: 800;
}
@media (max-width: 991px) {
  .intro .split .left .text-wrapper .text p {
    margin: 4rem 0;
  }
}
.intro .split .right {
  width: 40%;
  float: left;
  height: 70vh;
  position: relative;
  padding-top: 125px;
  transition: 250ms cubic-bezier(0.55, 0.26, 0, 1.65);
}
@media (max-width: 767px) {
  .intro .split .right {
    width: 100%;
    height: 50vh;
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .intro .split .right {
    height: 600px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .intro .split .right {
    height: 650px;
  }
}
@media (min-width: 1025px) {
  .intro .split .right {
    height: 650px;
  }
}
@media (min-width: 1199px) {
  .intro .split .right img {
    max-height: 450px;
  }
}
.intro .split .right p {
  font-weight: 800;
  font-size: 1.8rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .intro .split .right p {
    text-align: left;
  }
}
@media (min-width: 1199px) {
  .intro .split .right p {
    max-width: 450px;
    text-align: center;
  }
}

header .intro-text {
  padding-top: 350px;
  padding-bottom: 200px;
  text-align: center;
  overflow: hidden;
}

section.header-sub-section {
  background-color: #000000;
  padding: 8rem 0;
}
section.header-sub-section .percentage ul {
  display: flex;
}
@media (max-width: 767px) {
  section.header-sub-section .percentage ul {
    display: block;
  }
}
section.header-sub-section .percentage ul li {
  padding: 0 4rem;
  list-style: none;
}
section.header-sub-section .percentage ul li:first-child {
  font-size: 6rem;
  color: #bcd46c;
  border-right: 10px solid #bcd46c;
  font-weight: 800;
}
@media (max-width: 767px) {
  section.header-sub-section .percentage ul li:first-child {
    border: none;
    text-align: center;
    border-bottom: 10px solid #bcd46c;
    margin-bottom: 1rem;
  }
}
section.header-sub-section .percentage ul li:nth-child(2) {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  section.header-sub-section .percentage ul li {
    padding: 0;
  }
}
section.header-sub-section p {
  margin-top: 8rem;
  font-size: 2rem;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  section.header-sub-section p {
    text-align: left;
    margin-top: 2rem;
  }
}

#features {
  background: #f6f6f6;
}
#features i.fa {
  font-size: 38px;
  margin-bottom: 20px;
  transition: all 0.5s;
  color: #333;
  width: 100px;
  height: 100px;
  padding: 30px 0;
  border-radius: 50%;
  background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}

/** menu */
#menu {
  padding: 15px;
  transition: all 0.8s;
}
#menu a.navbar-brand {
  padding: 0;
}
#menu a.navbar-brand img {
  max-height: 45px;
}

#menu.navbar-default {
  background-color: #000000;
  border-color: rgba(231, 231, 231, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#menu.navbar-default .navbar-nav > li > a {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #f5f5f5;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 2px;
  border-radius: 0;
  margin: 9px 20px 0;
}
#menu.navbar-default .navbar-nav > li > a:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, #bcd46c 0%, #f4e72f 100%);
  content: "";
  transition: width 0.2s;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
  width: 100%;
}
#menu.navbar-default .navbar-nav > li > a.active:after {
  width: 100%;
}

.navbar-default .navbar-nav > .active > a {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:hover:after {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -1px !important;
  width: 100% !important;
  height: 2px !important;
  background: linear-gradient(to right, #bcd46c 0%, #f4e72f 100%) !important;
  content: "" !important;
  transition: width 0.2s !important;
}
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:focus:after {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -1px !important;
  width: 100% !important;
  height: 2px !important;
  background: linear-gradient(to right, #bcd46c 0%, #f4e72f 100%) !important;
  content: "" !important;
  transition: width 0.2s !important;
}
.navbar-default .navbar-nav > .active > a:after {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -1px !important;
  width: 100% !important;
  height: 2px !important;
  background: linear-gradient(to right, #bcd46c 0%, #f4e72f 100%) !important;
  content: "" !important;
  transition: width 0.2s !important;
}
.navbar-default .navbar-toggle:hover {
  background-color: #000000;
  border-color: #f4e72f;
}
.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #bcd46c;
}
.navbar-default .navbar-toggle:focus {
  background-color: #000000;
  border-color: #f4e72f;
}

.navbar-toggle {
  border-radius: 0;
}

.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.section-title h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #f4e72f 0%, #bcd46c 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
.section-title p {
  font-size: 18px;
}

/** life insurance*/
#life-insurance section.header {
  background-color: #bcd46c;
  opacity: 1;
}
#life-insurance section.header h2 {
  margin-bottom: 0;
  font-weight: 800;
  font-size: 4rem;
  color: #000000;
}
#life-insurance section.text p {
  color: #000000;
  font-size: 2.5rem;
}
#life-insurance section.text a {
  margin-top: 2rem;
}
#life-insurance .black-box {
  background-color: #000000;
  padding: 10rem 0;
}
#life-insurance .black-box .big-block {
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  #life-insurance .black-box .big-block {
    margin-bottom: 2rem;
  }
}
#life-insurance .black-box .big-block ul {
  display: flex;
}
@media (max-width: 767px) {
  #life-insurance .black-box .big-block ul {
    display: block;
  }
}
#life-insurance .black-box .big-block ul li:first-child {
  font-size: 4rem;
  color: #ffffff;
  border-right: 10px solid #bcd46c;
  font-weight: 800;
  padding-left: 0;
}
@media (max-width: 767px) {
  #life-insurance .black-box .big-block ul li:first-child {
    border: none;
    border-bottom: 10px solid #bcd46c;
    text-align: left;
    margin-bottom: 1rem;
  }
}
#life-insurance .black-box .big-block ul li:nth-child(2) {
  font-size: 2.5rem;
  color: #ffffff;
  padding: 1rem 5rem;
}
@media (max-width: 767px) {
  #life-insurance .black-box .big-block ul li:nth-child(2) {
    padding: 0;
  }
}
#life-insurance .black-box p {
  color: #ffffff;
  font-size: 2.5rem;
}
#life-insurance .black-box .highlighted {
  font-size: 3.5rem;
  font-weight: 800;
  color: #bcd46c;
  text-align: center;
  padding: 5rem 0 0;
}

/** who is ali*/
#who-is-ali h2 {
  margin-bottom: 3.5rem;
  font-size: 3.5rem;
}
#who-is-ali h2:after {
  display: block;
  position: absolute;
  width: 40%;
  height: 7px;
  background: linear-gradient(to right, #bcd46c 0%, #f4e72f 100%) !important;
  content: "";
  transition: width 0.2s;
  margin-top: 10px;
}
#who-is-ali p {
  font-size: 2rem;
  color: #000000;
  margin-bottom: 2rem;
}
#who-is-ali p.image-text {
  font-size: 1.7rem;
  font-style: italic;
  text-align: center;
  font-weight: 800;
}
#who-is-ali .about-percentage {
  background-repeat: no-repeat;
}
#who-is-ali .about-percentage .percentage-block ul {
  display: flex;
}
@media (max-width: 767px) {
  #who-is-ali .about-percentage .percentage-block ul {
    display: block;
  }
}
#who-is-ali .about-percentage .percentage-block ul li:first-child {
  font-size: 6rem;
  color: #000000;
  border-right: 10px solid #000000;
  font-weight: 800;
  padding-left: 0;
}
@media (max-width: 767px) {
  #who-is-ali .about-percentage .percentage-block ul li:first-child {
    border: none;
    border-bottom: 10px solid #000000;
    text-align: center;
    margin-bottom: 1rem;
  }
}
#who-is-ali .about-percentage .percentage-block ul li:nth-child(2) {
  font-size: 2.5rem;
  color: #000000;
  padding: 1rem 5rem;
}
@media (max-width: 767px) {
  #who-is-ali .about-percentage .percentage-block ul li:nth-child(2) {
    padding: 0;
  }
}

/** let us guide */
#letUsGuideYou {
  color: #000000;
  font-size: 2.5rem;
}
#letUsGuideYou .text-bg {
  background-image: linear-gradient(to right, #bcd46c 0%, #f4e72f 100%);
  padding: 10px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  #letUsGuideYou .text-bg {
    padding: 3px 12px;
  }
}
#letUsGuideYou .get-a-quote p {
  font-size: 4rem;
}
@media (max-width: 767px) {
  #letUsGuideYou .get-a-quote p {
    font-size: 2rem;
  }
}
#letUsGuideYou .how-to-get-quote {
  color: #ffffff;
}
#letUsGuideYou .how-to-get-quote h2 {
  color: #ffffff;
  font-size: 3.5rem;
}
#letUsGuideYou .how-to-get-quote img {
  max-height: 500px;
}
#letUsGuideYou .how-to-get-quote p {
  font-size: 1.8rem;
  font-weight: 800;
  text-align: center;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  #letUsGuideYou .how-to-get-quote p {
    margin-bottom: 2rem;
  }
}
#letUsGuideYou .how-to-get-quote ul {
  margin-left: 45px;
}
#letUsGuideYou .how-to-get-quote ul li {
  position: relative;
  margin-bottom: 2rem;
}
#letUsGuideYou .how-to-get-quote ul li span {
  color: #bcd46c;
  font-weight: 800;
  font-size: 2.5rem;
  position: absolute;
  left: -50px;
  top: 0;
}
@media (max-width: 767px) {
  #letUsGuideYou .how-to-get-quote ul li span {
    left: -40px;
  }
}

/** faq */
.panel-group .panel-default {
  border-radius: 0;
}
.panel-group .panel-default .panel-heading {
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
}
.panel-group .panel-default .panel-heading a {
  color: #ffffff;
}
.panel-group .panel-default .panel-heading a:hover, .panel-group .panel-default .panel-heading a:active, .panel-group .panel-default .panel-heading a:focus {
  color: #bcd46c;
}
.panel-group .panel-default .panel-heading a .panel-title {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .panel-group .panel-default .panel-heading a .panel-title {
    font-size: 2rem;
  }
}
.panel-group .panel-default .panel-heading a span {
  position: absolute;
  right: 30px;
  margin-top: -24px;
  font-size: 2rem;
}
.panel-group .panel-default .panel-heading a span i {
  transition: 0.5s;
}
.panel-group .panel-default .panel-heading a.collapsed span i {
  transition: 0.5s;
  transform: rotate(180deg);
}
.panel-group .panel-default .panel-body {
  color: #000000;
  font-size: 2rem;
  border: none;
}

.btn-bottom-wrap {
  text-align: center;
  width: 100%;
  padding: 2rem;
  color: #000000;
  background-color: #bcd46c;
  background-image: linear-gradient(to right, #bcd46c 0%, #f4e72f 100%);
}
.btn-bottom-wrap a {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 800;
}

/** footer */
.footer {
  background-color: #000000;
}
.footer p {
  margin: 2rem 0;
}

.social {
  margin-top: 50px;
  text-align: center;
}

.social ul li {
  display: inline-block;
  margin: 0 20px;
}

.social i.fa {
  font-size: 22px;
  width: 48px;
  height: 48px;
  padding: 12px 0;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}

.social i.fa:hover {
  color: #bcd46c;
  background: #fff;
}

.copyright {
  background: #f6f6f6;
  padding: 30px 0;
}
.copyright p {
  color: #888;
  font-size: 14px;
}
.copyright a {
  color: #bcd46c;
}
.copyright a:hover {
  border-bottom: 2px solid #bcd46c;
}

/** contact */
.contact {
  background-color: #000000;
}

.contact-header .contact-left {
  opacity: 1;
  width: 70%;
  z-index: 10;
  transform: translateX(-20%) translateY(0);
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  float: left;
  height: 300px;
  position: relative;
}
@media (max-width: 767px) {
  .contact-header .contact-left {
    width: 100%;
    background-color: #000000;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 3rem;
    transform: translateX(0%) translateY(0);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-header .contact-left {
    width: 50%;
    height: 400px;
    transform: translateX(0%) translateY(0);
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .contact-header .contact-left {
    height: 450px;
    transform: translateX(0%) translateY(0);
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .contact-header .contact-left {
    transform: translateX(-5%) translateY(0);
  }
}
@media (min-width: 1025px) {
  .contact-header .contact-left {
    height: 450px;
  }
}
.contact-header .contact-left::before {
  left: -20%;
  opacity: 1;
  content: "";
  width: 120%;
  height: 285%;
  background: #ffffff;
  position: absolute;
  top: -75%;
  left: -15%;
  z-index: -1;
  transform: rotate(20deg);
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.2s;
}
@media (max-width: 767px) {
  .contact-header .contact-left::before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-header .contact-left::before {
    top: -50%;
    left: -40%;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .contact-header .contact-left::before {
    left: -30%;
  }
}
.contact-header .contact-left .text-wrapper {
  padding-left: 5rem;
  padding-top: 15rem;
  padding-bottom: 15rem;
  float: right;
}
@media (max-width: 767px) {
  .contact-header .contact-left .text-wrapper {
    width: 100%;
    padding: 125px 2rem 0;
  }
  .contact-header .contact-left .text-wrapper p {
    color: white;
    mix-blend-mode: difference;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-header .contact-left .text-wrapper {
    width: 100%;
    float: none;
  }
}
.contact-header .contact-left .text-wrapper .text {
  padding-right: 5rem;
}
@media (max-width: 767px) {
  .contact-header .contact-left .text-wrapper .text {
    padding-right: 0;
  }
}
.contact-header .contact-left .text-wrapper .text h1 {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 3.5rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 30px;
}
.contact-header .contact-left .text-wrapper .text h1 span {
  font-weight: 800;
  color: #f5f5f5;
}
@media (max-width: 767px) {
  .contact-header .contact-left .text-wrapper .text h1 {
    font-size: 3rem;
    color: #ffffff;
  }
}
.contact-header .contact-left .text-wrapper .text h1:after {
  display: block;
  position: absolute;
  width: 40%;
  height: 5px;
  background: linear-gradient(to right, #bcd46c 0%, #f4e72f 100%) !important;
  content: "";
  transition: width 0.2s;
  margin-top: 10px;
}
.contact-header .contact-left .text-wrapper .text .percentage {
  font-size: 5rem;
  color: #bcd46c;
  font-weight: 800;
}
.contact-header .contact-left .text-wrapper .text p {
  color: #000000;
  font-size: 2rem;
  line-height: 30px;
  margin: 8rem 0;
}
.contact-header .contact-left .text-wrapper .text p span {
  font-style: italic;
  font-weight: 800;
}
@media (max-width: 991px) {
  .contact-header .contact-left .text-wrapper .text p {
    margin: 4rem 0;
    color: #ffffff;
  }
}
.contact-header .contact-right {
  width: 30%;
  float: left;
  height: 300px;
  position: relative;
  padding-top: 125px;
  transition: 250ms cubic-bezier(0.55, 0.26, 0, 1.65);
}
@media (max-width: 767px) {
  .contact-header .contact-right {
    width: 100%;
    height: 50vh;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-header .contact-right {
    height: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .contact-header .contact-right {
    height: 450px;
  }
}
@media (min-width: 1025px) {
  .contact-header .contact-right {
    height: 450px;
  }
}
.contact-header .contact-right .img-wrap {
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
  top: auto;
  bottom: -20em;
  width: auto;
  height: 40vh;
  position: absolute;
  top: 50%;
  left: 40%;
  padding: 0;
  transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.4s;
}
@media (max-width: 767px) {
  .contact-header .contact-right .img-wrap {
    height: 50vh;
    left: 50%;
    top: 60%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-header .contact-right .img-wrap {
    left: 65%;
  }
}
@media (min-width: 1200px) {
  .contact-header .contact-right .img-wrap {
    left: 150px;
    top: 60%;
  }
}
.contact-header .contact-right .img-wrap img {
  max-height: 350px;
}

.radio-option label {
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.375em;
}
.radio-option label input {
  position: absolute;
  left: -9999px;
}
.radio-option label input:checked + span {
  border: 1px solid #bcd46c;
}
.radio-option label input:checked + span:before {
  box-shadow: inset 0 0 0 0.4375em #bcd46c;
}
.radio-option label span {
  display: flex;
  align-items: center;
  padding: 1rem;
  border-radius: 6px;
  transition: 0.25s ease;
  font-size: 2rem;
  border: 1px solid #000000;
  width: 270px;
  color: #ffffff;
  font-weight: 800;
}
.radio-option label span:hover {
  border: 1px solid #bcd46c;
}
.radio-option label span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  width: 5rem;
  height: 5rem;
  border-radius: 6px;
  margin-right: 0.375em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em #bcd46c;
}

.input-label {
  padding: 5rem;
  border-width: 0 10px 0 0;
  border-style: solid;
  border-color: #bcd46c;
  text-align: right;
}
.input-label label {
  color: #ffffff;
  font-weight: 800;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .input-label {
    border-width: 0px 0px 10px 0px;
    padding: 3rem 3rem 2rem 0;
    margin-bottom: 2rem;
    text-align: left;
  }
}

form {
  margin-bottom: 0;
}
form .personal-details {
  background-color: #ffffff;
}
form .personal-details .form-group label {
  font-weight: normal;
  color: #000000;
}
form .personal-details .form-group input[type=text],
form .personal-details .form-group input[type=number],
form .personal-details .form-group input[type=email],
form .personal-details .form-group input[type=tel],
form .personal-details .form-group select {
  height: 50px;
}

/** thank you */
.thank-you {
  padding-top: 10rem;
}
.thank-you h2 {
  font-size: 5rem;
}
.thank-you h2:after {
  display: block;
  width: 60%;
  height: 10px;
  background: linear-gradient(to right, #bcd46c 0%, #f4e72f 100%) !important;
  content: "";
  transition: width 0.2s;
  margin: 10px auto;
}
@media (max-width: 767px) {
  .thank-you h2 {
    font-size: 3rem;
  }
}
.thank-you p {
  font-size: 2.5rem;
  color: #000000;
}
.thank-you .text-border {
  color: #ffffff;
  font-size: 4rem;
  font-weight: 800;
  border-width: 0 0 0 10px;
  border-style: solid;
  border-color: #f4e72f;
  padding: 5rem 3rem;
}
@media (max-width: 767px) {
  .thank-you .text-border {
    margin-top: 4rem;
    font-size: 3rem;
    border-width: 10px 0 0 0;
  }
}

.form-group.has-error {
  color: #a94442 !important;
}
.form-group.has-error .radio-inline {
  color: #a94442 !important;
}
.form-group span.mandatory {
  color: red;
  font-size: 1.5rem;
  line-height: 1.25rem;
}

/** Wizard 2*/
.tab-content {
  border: 1px solid #000000;
  padding: 2rem;
  border-radius: 6px;
}

/*----------step-wizard------------*/
.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

/*---------signup-step-------------*/
.bg-color {
  background-color: #333;
}

.signup-step-container {
  padding: 150px 0px;
  padding-bottom: 60px;
}

.wizard .nav-tabs {
  position: relative;
  margin-bottom: 0;
  border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
  position: relative;
}

.connecting-line {
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  width: 75%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
}

.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}

span.round-tab {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 16px;
  color: #0e214b;
  font-weight: 500;
  border: 1px solid #ddd;
}

span.round-tab i {
  color: #555555;
}

.wizard li.active span.round-tab {
  background-color: #bcd46c;
  background-image: linear-gradient(to right, #bcd46c 0%, #f4e72f 100%);
}

.wizard li.active span.round-tab i {
  color: #5bc0de;
}

.wizard .nav-tabs > li.active > a i {
  color: #bcd46c;
}

.wizard .nav-tabs > li {
  width: 33%;
}

.wizard li:after {
  content: " ";
  position: absolute;
  left: 46%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: red;
  transition: 0.1s ease-in-out;
}

.wizard .nav-tabs > li a {
  width: 30px;
  height: 30px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
  background-color: transparent;
  position: relative;
  top: 0;
}

.wizard .nav-tabs > li a i {
  position: absolute;
  top: -15px;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: 700;
  color: #000;
}

.wizard .nav-tabs > li a:hover {
  background: transparent;
}

.wizard .tab-pane {
  position: relative;
  padding-top: 20px;
}

.wizard h3 {
  margin-top: 0;
}

.step-head {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}

.term-check {
  font-size: 14px;
  font-weight: 400;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 40px;
  margin: 0;
  opacity: 0;
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 40px;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 2;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 38px;
  padding: 0.375rem 0.75rem;
  line-height: 2;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.footer-link {
  margin-top: 30px;
}

.list-content {
  margin-bottom: 10px;
}

.list-content a {
  padding: 10px 15px;
  width: 100%;
  display: inline-block;
  background-color: #f5f5f5;
  position: relative;
  color: #565656;
  font-weight: 400;
  border-radius: 4px;
}

.list-content a[aria-expanded=true] i {
  transform: rotate(180deg);
}

.list-content a i {
  text-align: right;
  position: absolute;
  top: 15px;
  right: 10px;
  transition: 0.5s;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #fdfdfd;
}

.list-box {
  padding: 10px;
}

.signup-logo-header .logo_area {
  width: 200px;
}

.signup-logo-header .nav > li {
  padding: 0;
}

.signup-logo-header .header-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*-----------custom-checkbox-----------*/
/*----------Custom-Checkbox---------*/
input[type=checkbox] {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

input[type=checkbox]::before,
input[type=checkbox]::after {
  position: absolute;
  content: "";
  display: inline-block;
}

input[type=checkbox]::before {
  height: 16px;
  width: 16px;
  border: 1px solid #999;
  left: 0px;
  top: 0px;
  background-color: #fff;
  border-radius: 2px;
}

input[type=checkbox]::after {
  height: 5px;
  width: 9px;
  left: 4px;
  top: 4px;
}

input[type=checkbox]:checked::after {
  content: "";
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}

input[type=checkbox]:checked::before {
  background-color: #18ba60;
  border-color: #18ba60;
}

@media (max-width: 767px) {
  .sign-content h3 {
    font-size: 40px;
  }
  .wizard .nav-tabs > li a i {
    display: none;
  }
  .signup-logo-header .navbar-toggle {
    margin: 0;
    margin-top: 8px;
  }
  .signup-logo-header .logo_area {
    margin-top: 0;
  }
  .signup-logo-header .header-flex {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */