@charset "UTF-8";
@import "https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.ttf";
@font-face {
  font-family: "Texgyreheros-Regular";
  src: url("../fonts/texgyreheros-regular.otf");
}
@font-face {
  font-family: "Texgyreheros-Bold";
  src: url("../fonts/texgyreheros-bold.otf");
}
@font-face {
  font-family: "Myriadpro-Regular";
  src: url("../fonts/myriadpro-regular.otf");
}
@font-face {
  font-family: "font-Arial";
  src: url("../fonts/Arial.ttf") format("woff");
}
.navicon {
  display: none !important;
  cursor: pointer;
}

.sw-container.tab-content { min-height: 0 !important; }

.required {
  border:4px solid red !important;
}
.tcon {
  appearance: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  transition: 0.3s;
  user-select: none;
  width: 40px;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.tcon > * {
  display: block;
}
.tcon:hover, .tcon:focus {
  outline: none;
}
.tcon::-moz-focus-inner {
  border: 0;
}

.tcon-menu__lines {
  display: inline-block;
  height: 1.3333333333px;
  width: 40px;
  border-radius: 2.8571428571px;
  transition: 0.3s;
  background: #1b2b44;
  position: relative;
}
.tcon-menu__lines::before, .tcon-menu__lines::after {
  display: inline-block;
  height: 1.3333333333px;
  width: 40px;
  border-radius: 2.8571428571px;
  transition: 0.3s;
  background: #1b2b44;
  content: "";
  position: absolute;
  left: 0;
  transform-origin: 2.8571428571px center;
  width: 100%;
}
.tcon-menu__lines::before {
  top: 10px;
}
.tcon-menu__lines::after {
  top: -10px;
}
.tcon-transform .tcon-menu__lines {
  transform: scale3d(0.8, 0.8, 0.8);
}

.tcon-menu--xcross {
  width: auto;
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines {
  background: transparent;
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before, .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
  transform-origin: 50% 50%;
  top: 0;
  width: 40px;
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
  transform: rotate3d(0, 0, 1, -45deg);
}

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@media screen and (max-width: 1024px) {
  .toggle {
    height: 100% !important;
    width: 0;
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0 !important;
    -webkit-transition: ease-in 0.5s all;
    transition: ease-in 0.5s all;
  }
  .toggle ul {
    /*top:10%;*/
    position: relative;
  }
  .toggle ul li a {
    font-size: 6vw;
  }

  .toggle--active {
    width: 100%;
    opacity: 1 !important;
    background-color: #fff;
    z-index: 3 !important;
  }

  .navicon {
    display: block !important;
    float: right;
    top: 28px !important;
    right: 15px;
    position: fixed;
    z-index: 99;
  }
}
@media screen and (max-width: 425px) {
  .header_buttons {
    margin-right: 0rem !important;
    line-height: 80px !important;
    text-align: center !important;
  }
}
.dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  border-radius: 5px;
  min-width: 270px;
}
.dropdown ul li {
  color: #798ab3 !important;
}
.dropdown ul li a {
  /*line-height: 50px;*/
  position: relative;
  font-size: 14px;
  cursor: pointer;
  display: block;
  color: #798ab3 !important;
  text-decoration: none !important;
  padding: 0 1rem;
  font-weight: 500;
  font-family: "Myriadpro-Regular";
}

.dropdown ul {
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  padding: 0;
  z-index: 2;
  text-align: left;
}
.dropdown ul li {
  background: #fff;
  display: none;
}
.dropdown ul li:hover {
  background: #f3f3f3 !important;
}
.dropdown ul li:first-child {
  border-radius: 2px 2px 0 0;
}
.dropdown ul li:last-child {
  border-radius: 0 0 5px 5px;
}

.dropdown:hover ul li {
  display: block;
}
.dropdown:hover ul li a {
  width: 100%;
}

.dropdown > ul {
  /*perspective: 1000px;*/
}
.dropdown > ul li {
  transform-origin: top left;
  opacity: 1;
  /*
        &:nth-child(1) {
          animation-name: animatedmenu;
          animation-delay: 75ms;
          animation-duration: 300ms;
          animation-fill-mode: forwards;
          animation-timing-function: ease-in-out;
        }

        &:nth-child(2) {
          animation-name: animatedmenu;
          animation-delay: 150ms;
          animation-duration: 300ms;
          animation-fill-mode: forwards;
          animation-timing-function: ease-in-out;
        }

        &:nth-child(3) {
          animation-name: animatedmenu;
          animation-delay: 225ms;
          animation-duration: 300ms;
          animation-fill-mode: forwards;
          animation-timing-function: ease-in-out;
        }

        &:nth-child(4) {
          animation-name: animatedmenu;
          animation-delay: 300ms;
          animation-duration: 300ms;
          animation-fill-mode: forwards;
          animation-timing-function: ease-in-out;
        }

        &:nth-child(5) {
          animation-name: animatedmenu;
          animation-delay: 375ms;
          animation-duration: 300ms;
          animation-fill-mode: forwards;
          animation-timing-function: ease-in-out;
        }

        &:nth-child(6) {
          animation-name: animatedmenu;
          animation-delay: 450ms;
          animation-duration: 300ms;
          animation-fill-mode: forwards;
          animation-timing-function: ease-in-out;
        }
        &:nth-child(7) {
          animation-name: animatedmenu;
          animation-delay: 525ms;
          animation-duration: 300ms;
          animation-fill-mode: forwards;
          animation-timing-function: ease-in-out;
        }
        &:nth-child(8) {
          animation-name: animatedmenu;
          animation-delay: 600ms;
          animation-duration: 300ms;
          animation-fill-mode: forwards;
          animation-timing-function: ease-in-out;
        }
        &:nth-child(9) {
          animation-name: animatedmenu;
          animation-delay: 675ms;
          animation-duration: 300ms;
          animation-fill-mode: forwards;
          animation-timing-function: ease-in-out;
        }
        &:nth-child(10) {
          animation-name: animatedmenu;
          animation-delay: 750ms;
          animation-duration: 300ms;
          animation-fill-mode: forwards;
          animation-timing-function: ease-in-out;
        }
        &:nth-child(10) {
          animation-name: animatedmenu;
          animation-delay: ‭825‬ms;
          animation-duration: 300ms;
          animation-fill-mode: forwards;
          animation-timing-function: ease-in-out;
        }
        &:nth-child(11) {
          animation-name: animatedmenu;
          animation-delay: ‭900ms;
          animation-duration: 300ms;
          animation-fill-mode: forwards;
          animation-timing-function: ease-in-out;
        }
        &:nth-child(12) {
          animation-name: animatedmenu;
          animation-delay: ‭975ms;
          animation-duration: 300ms;
          animation-fill-mode: forwards;
          animation-timing-function: ease-in-out;
        }*/
}

@keyframes animatedmenu {
  0% {
    opacity: 0;
    transform: skewX(45deg) skewY(-45deg);
  }
  80% {
    transform: skewX(10) skewY(-10);
  }
  100% {
    opacity: 1;
    transform: skewX(0deg) skewY(0deg);
  }
}
@media screen and (max-width: 1024px) {
  .sub-menu li {
    background-color: #f5f5f5 !important;
  }

  .dropdown:hover ul {
    /*position: initial;*/
  }
  .dropdown:hover ul li {
    background-color: #eb8d20;
  }
  .dropdown:hover ul li:hover {
    background-color: #fff;
  }
  .dropdown:hover ul li:hover a {
    color: #eb8d20 !important;
  }
  .dropdown:hover ul li a {
    transition: all 0.3s ease;
  }
}
.bg_ghostwhite {
  background: #fbfdfe !important;
  background-color: #fbfdfe !important;
}

.bg_lightgray {
  background: #dbe5ee !important;
  background-color: #dbe5ee !important;
}

.text_light_blue {
  color: #1ea5d2;
}

* {
  margin: 0;
  padding: 0;
}

.self_align {
  align-self: center;
}

.support_content {
  display: table;
  min-height: 315px;
  width: 100%;
}
.support_content .support_inner_content {
  display: table-cell;
  vertical-align: middle;
}
.support_content .support_inner_content h3 {
  font-size: 43.44px;
  font-family: Texgyreheros-Regular;
  color: #243052;
  letter-spacing: 1px;
}
.support_content .support_inner_content h3 span {
  display: inline-block;
  background-color: #459fd6;
  height: 10px;
  width: 10px;
}
.support_content .support_inner_content h4 {
  font-size: 38.33px;
  font-family: Texgyreheros-Bold;
  color: #243052;
}
.support_content .support_inner_content .support_form {
  margin-top: 3rem;
}
.support_content .support_inner_content .support_form input[type=text], .support_content .support_inner_content .support_form input[type=email] {
  padding: 10px 20px;
  border: none;
  font-size: 16px;
  min-height: 50px;
}

.support_img img {
  width: 100%;
}

.btn-theme {
  background-color: #1d98e3;
  color: #fff;
  border: 1px solid #1d98e3;
  padding: 12px 30px;
  transition: all 0.3s ease;
  font-weight: 600;
  box-shadow: 0 20px 30px 0px #d7dbdd;
  font-size: 16px;
}
.btn-theme:hover {
  background-color: transparent;
  color: #1d98e3;
}

body {
  font-family: "Maven Pro", sans-serif;
  overflow-x: hidden;
}
body .small-container {
  max-width: 850px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
body .main .topheader {
  /*background: linear-gradient(45deg, #0075f5, #00d2ff);*/
  background: #fff;
  padding: 10px 0;
}
body .main .topheader .container {
  max-width: 1370px;
}
body .main .topheader .container .logo {
  max-width: 175px;
  line-height: 45px;
}
body .main .topheader .container .logo img {
  width: 100%;
}
body .main .topheader .container .navigation {
  line-height: 45px;
  display: table;
  float: right;
}
body .main .topheader .container .navigation > ul {
  margin: 0;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
body .main .topheader .container .navigation > ul .dropdown {
  position: relative;
}
body .main .topheader .container .navigation > ul .dropdown:after {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  position: absolute;
  right: -18px;
  text-align: right;
  bottom: 0;
  color: #798ab3;
}
body .main .topheader .container .navigation > ul .dropdown a:before {
  display: none;
}
body .main .topheader .container .navigation > ul > li {
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  margin: 0 20px;
  letter-spacing: 1px;
  z-index: 111;
}
body .main .topheader .container .navigation > ul > li > a {
  color: #798ab3;
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  font-weight: 500;
  font-family: "Myriadpro-Regular";
}
body .main .topheader .container .navigation > ul > li > a:before {
  content: "";
  display: inline-block;
  bottom: -3%;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease;
  background-color: #358ec6;
  position: absolute;
}
body .main .topheader .container .navigation > ul > li > a:hover:before {
  width: 100%;
}
body .main .topheader .container .header_buttons {
  text-align: right;
  line-height: 45px;
}
body .main .topheader .container .header_buttons .signup {
  border-radius: 5px;
  background-color: #33c66e;
  box-shadow: 0px 8px 27px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
  padding: 8px 20px;
  text-decoration: none;
  font-size: 14px;
  font-family: Myriadpro-Regular;
  transition: all 0.3s ease;
  letter-spacing: 1px;
  border: 1px solid #33c66e;
}
body .main .topheader .container .header_buttons .signup:hover {
  background-color: #fff;
  color: #3a5490;
}
body .main .topheader .container .header_buttons .phoneno {
  color: #358ec6;
  padding: 8px 20px;
  text-decoration: none;
  font-size: 14px;
  font-family: Myriadpro-Regular;
  border-radius: 0.3rem;
  border: 2px solid #efefef;
  margin-right: 0.5rem;
  transition: all 0.3s ease;
  letter-spacing: 1px;
  font-weight: 700;
}
body .main .topheader .container .header_buttons .phoneno:hover {
  background-color: #358ec6;
  color: #fff;
}
body .main .slider {
  background: linear-gradient(90deg, #061e64, #358ec6, #1f5a96);
  color: #fff;
  padding-top: 1.5rem;
  position: relative;
}
body .main .slider .container {
  max-width: 1350px;
}
body .main .slider .container h2 {
  font-family: Texgyreheros-Bold;
  font-size: 49px;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 35px;
  margin-top: 3rem;
}
body .main .slider .container p {
  font-family: "font-Arial";
  font-size: 24px;
  padding: 0.5rem 0 1rem 0;
  letter-spacing: 1px;
  /*font-weight: 300;*/
  margin-bottom: 0;
}
body .main .slider .container .slider_buttons {
  margin-top: 30px;
}
body .main .slider .container .slider_buttons .getstarted {
  background-color: #33c66e;
  color: #fff;
  text-decoration: none;
  padding: 0.8rem 1.5rem;
  border-radius: 0.3rem;
  margin-right: 1rem;
  font-weight: 500;
  box-sizing: border-box;
  transition: all 0.3s ease;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15);
  font-family: Texgyreheros-Bold;
  font-size: 18px;
}
body .main .slider .container .slider_buttons .getstarted:hover {
  background-color: #fff;
  color: #33c66e;
}
body .main .slider .container .slider_buttons .contactus {
  border: 1px solid #2a4585;
  color: #2a4585;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.3rem;
  font-weight: 500;
  transition: all 0.3s ease;
  box-sizing: border-box;
  font-family: Texgyreheros-Bold;
  font-size: 18px;
  background-color: #fff;
}
body .main .slider .container .slider_buttons .contactus:hover {
  background-color: #2a4585;
  color: #fff;
}
body .main .slider .container .banner {
  text-align: right;
  margin-top: 115px;
}
body .main .slider .container .banner img {
  width: 100%;
  min-height: 420px;
  max-width: 775px;
  object-fit: contain;
  object-position: top;
}
body .main .slider .slider_content {
  position: relative;
  z-index: 1;
  margin-top: 1rem;
}
body .main .slider .slider_bar {
  background: #fff;
  height: 200px;
  width: 100%;
  position: absolute;
  bottom: -12%;
  transform: skewY(-4deg);
}
body .main .thankyouslider {
  background: url("../img/gravity_forms_thankyou.png") no-repeat center center;
  background-size: cover;
  min-height: 700px;
  text-align: center;
  padding-top: 75px;
  margin-bottom: 200px;
}
body .main .thankyouslider h2 {
  color: #fff;
  font-size: 72px;
  font-family: "Texgyreheros-Bold";
}
body .main .thankyouslider p {
  color: #fff;
  font-family: "font-Arial";
  font-size: 21px;
}
body .main .formslider {
  background: linear-gradient(90deg, #061e64, #358ec6, #1f5a96);
  background-size: cover;
  min-height: 585px;
  text-align: center;
  padding-top: 75px;
  position: relative;
}
body .main .formslider .slider_bar {
  background: #fff;
  height: 200px;
  width: 100%;
  position: absolute;
  bottom: -22%;
  transform: skewY(-4deg);
}
body .main .formslider h2 {
  color: #fff;
  font-size: 72px;
  font-family: "Texgyreheros-Bold";
  letter-spacing: 1px;
}
body .main .formslider p {
  color: #fff;
  font-family: "font-Arial";
  font-size: 21px;
}
body .main .form_area {
  top: -265px;
  margin-bottom: -150px;
  position: relative;
}
body .main .form_area .container {
  max-width: 1320px;
}
body .main .form_area .container .inner_area {
  background-color: #fff;
  box-shadow: 0px -5px 45px 0px rgba(4, 70, 108, 0.1), 0px 5px 45px 0px rgba(4, 70, 108, 0.1);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
}
body .main .form_area .container .inner_area #tabs-1 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
body .main .form_area .container .inner_area #tabs-2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
body .main .form_area .container .inner_area .main_tabs {
  width: 100%;
}
body .main .form_area .container .inner_area .main_tabs .form_tabs {
  display: flex;
  min-height: 100px;
  width: 100%;
  margin-bottom: 0;
}
body .main .form_area .container .inner_area .main_tabs .form_tabs > li {
  list-style-type: none;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .main .form_area .container .inner_area .main_tabs .form_tabs > li > a {
  display: flex;
  width: 100%;
  text-align: center;
  min-height: 100px;
  align-items: center;
  justify-content: center;
  font-family: "Texgyreheros-Bold";
  letter-spacing: 1px;
  font-size: 30px;
  background-color: #eff3f7;
  color: #c0c5ca;
  text-decoration: none;
}
body .main .form_area .container .inner_area .main_tabs .form_tabs .ui-tabs-active a {
  background-color: #fff !important;
  color: #1d98e3 !important;
}
body .main .form_area .container .inner_area .left_area {
  padding: 60px;
  width: 67%;
  float: left;
  font-family: "font-Arial";
  font-size: 20px;
}
body .main .form_area .container .inner_area .left_area .gfield_label {
  font-weight: 600;
  margin-bottom: 15px;
}
body .main .form_area .container .inner_area .left_area .sw-theme-default {
  box-shadow: none !important;
}
body .main .form_area .container .inner_area .left_area .sw-theme-default > ul.step-anchor > li {
  margin-right: 0 !important;
  flex: 1;
}
body .main .form_area .container .inner_area .left_area .nav-tabs {
  border-bottom: 15px solid #dee2e6;
}
body .main .form_area .container .inner_area .left_area .sw-theme-default > ul.step-anchor > li > a::after {
  top: 0;
  background: #36c8a0 !important;
  height: 15px !important;
}
body .main .form_area .container .inner_area .left_area .step-anchor {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  max-height: 15px;
}
body .main .form_area .container .inner_area .left_area .sw-main {
  position: initial !important;
}
body .main .form_area .container .inner_area .left_area .sw-theme-default .sw-toolbar-bottom {
  background: transparent !important;
  border: none !important;
}
body .main .form_area .container .inner_area .right_area {
  width: 33%;
  float: left;
  background-color: #f9fbfd;
  font-family: "font-Arial";
  font-size: 20px;
}
body .main .form_area .container .inner_area .right_area .top {
  padding: 80px 30px 50px 30px;
  border-bottom: 1px solid lightgray;
}
body .main .form_area .container .inner_area .right_area .top h2 {
  text-align: center;
  font-family: "Texgyreheros-Bold";
  font-size: 21px;
  position: relative;
  margin-bottom: 35px;
}
body .main .form_area .container .inner_area .right_area .top h2:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 14%;
  height: 5px;
  background-color: #058bff;
  bottom: -35%;
  left: 45%;
  border-radius: 25px;
}
body .main .form_area .container .inner_area .right_area .top p {
  font-family: "font-Arial";
  font-size: 16px;
  text-align: center;
}
body .main .form_area .container .inner_area .right_area .bottom {
  padding: 60px;
}
body .main .form_area .container .inner_area .right_area .bottom h2 {
  text-align: center;
  font-size: 21px;
  font-family: "Texgyreheros-Bold";
  position: relative;
  margin-bottom: 65px;
}
body .main .form_area .container .inner_area .right_area .bottom h2:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 14%;
  height: 5px;
  background-color: #058bff;
  bottom: -35%;
  left: 45%;
  border-radius: 25px;
}
body .main .form_area .container .inner_area .right_area .bottom ul li {
  list-style-type: none;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-family: "font-Arial";
  font-size: 16px;
}
body .main .form_area .container .inner_area .right_area .bottom ul li:before {
  content: "";
  background: url("../img/success-mark.png") no-repeat center center;
  background-size: contain;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin-right: 18px;
}
body .main .form_area .container .form-group {
  margin-bottom: 35px !important;
}
body .main .form_area .container #terms {
  height: 500px;
  overflow-y: scroll;
}
body .main .form_area .container input[type=button], body .main .form_area .container input[type=submit], body .main .form_area .container button {
  background-color: #33c66e;
  color: #fff;
  padding: 12px 45px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 4px;
  text-transform: uppercase;
  text-align: center;
  margin-right: 15px;
}
body .main .form_area .container input[type=button]:hover, body .main .form_area .container input[type=submit]:hover, body .main .form_area .container button:hover {
  background-color: transparent;
  border: 1px solid #33c66e;
  color: #33c66e;
}
body .main .form_area .container .gfield_radio {
  display: flex;
  list-style-type: none;
}
body .main .form_area .container .gfield_radio li {
  margin-right: 45px;
}
body .main .form_area .container .gfield_radio li input[type=radio] {
  margin-right: 8px;
}
body .main .form_area .container input[type=text], body .main .form_area .container input[type=email], body .main .form_area .container input[type=number], body .main .form_area .container input[type=password], body .main .form_area .container select {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0.375rem 0.75rem;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c7cb;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
body .main .form_area .container textarea {
  display: block;
  width: 100%;
  border: 1px solid #c2c7cb;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
}
body .main .form_area .container textarea::-webkit-input-placeholder {
  color: #c2c7cb;
}
body .main .form_area .container input[type=text]::-webkit-input-placeholder, body .main .form_area .container input[type=email]::-webkit-input-placeholder, body .main .form_area .container input[type=number]::-webkit-input-placeholder, body .main .form_area .container input[type=password]::-webkit-input-placeholder, body .main .form_area .container select::-webkit-input-placeholder {
  color: #c2c7cb;
}
body .main .form_area .container .gf_progressbar_title {
  display: none;
}
body .main .form_area .container .gform_fields li {
  list-style-type: none;
}
body .main .form_area .container .gform_fields > li {
  margin-bottom: 35px;
  margin-right: 4%;
}
body .main .form_area .container .gform_fields > li .gfield_label {
  margin-bottom: 10px;
}
body .main .form_area .container .gform_fields > li .gfield_description {
  margin-bottom: 15px;
}
body .main .form_area .container .gf_progressbar {
  background-color: #dbe2e8;
}
body .main .form_area .container .gf_progressbar_percentage {
  background-color: #36c8a0;
  font-size: 0;
  min-height: 15px;
}
body .main .form_area .container .gf_progressbar_wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
body .main .form_area .container .gform_title {
  display: none;
}
body .main .form_area .container .forms_heading {
  font-size: 43.44px;
  font-family: "Texgyreheros-Bold";
  letter-spacing: 1px;
  position: relative;
}
body .main .form_area .container .forms_heading:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 14%;
  height: 5px;
  background-color: #058bff;
  bottom: -18%;
  left: 0;
  border-radius: 25px;
}
body .main .form_area .container .gform_page_footer {
  clear: both;
}
body .main .main_footer {
  position: relative;
  min-height: 400px;
  background-color: #122046;
}
body .main .main_footer .container {
  max-width: 1125px;
}
body .main .main_footer .footer_content {
  position: relative;
  color: #fff;
  z-index: 1;
  padding-top: 50px;
}
body .main .main_footer .footer_content h4 {
  font-size: 16px;
  font-family: Myriadpro-Regular;
}
body .main .main_footer .footer_content p {
  font-size: 13px;
}
body .main .main_footer .footer_content .footer_logo {
  margin-bottom: 2.5rem;
}
body .main .main_footer .footer_content ul li {
  list-style-type: none;
}
body .main .main_footer .footer_content ul li a {
  color: #fff;
  font-size: 0.7em;
}
body .main .main_footer .footer_content ul h6 {
  font-size: 0.75em;
}
body .main .main_footer .footer_content ul.bullets li a:before {
  content: "";
  display: inline-block;
  background: url("../img/bullets.png") no-repeat center center;
  height: 10px;
  width: 10px;
  margin-right: 10px;
}
body .main .main_footer .footer_content .sub-menu {
  margin-left: 22px;
}
body .main .main_footer .footer_content .newsletter {
  background-color: #fff;
  color: #1ea5d2;
  border-radius: 50px;
  /*overflow: hidden;*/
  padding: 0.25rem 0.3rem;
  display: flex;
  align-items: center;
}
body .main .main_footer .footer_content .newsletter i {
  /*padding-top: 0.45rem;*/
  padding-left: 1rem;
}
body .main .main_footer .footer_content .newsletter a, body .main .main_footer .footer_content .newsletter input[type=submit] {
  display: inline-block;
  border-radius: 50px;
  background: #1ea5d2;
  padding: 8px 10px;
  box-sizing: border-box;
  color: #fff;
  border: 1px solid #1ea5d2;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.7em;
  font-weight: 500;
}
body .main .main_footer .footer_content .newsletter a:hover, body .main .main_footer .footer_content .newsletter input[type=submit]:hover {
  background-color: transparent;
  color: #1ea5d2;
}
body .main .main_footer .footer_content .newsletter input {
  border: none;
  box-shadow: none;
  font-size: 14px;
  outline: none;
}
body .main .main_footer .footer_content .newsletter label {
  display: none !important;
}
body .main .main_footer .footer_content .newsletter .gform_fields {
  margin-bottom: 0 !important;
}
body .main .main_footer .footer_content .newsletter .gform_body {
  display: flex;
  align-items: center;
}
body .main .main_footer .footer_content .newsletter .gform_wrapper {
  width: 100%;
  position: relative;
  display: flex;
}
body .main .main_footer .footer_content .newsletter .gform_wrapper:after {
  content: "";
  display: inline-block;
  font-family: "fontAwesome";
  position: absolute;
  top: 6px;
  left: 15px;
}
body .main .main_footer .footer_content .newsletter .validation_error {
  position: absolute;
  bottom: -40px;
  z-index: 9999;
  color: #fff;
  font-size: 12px;
}
body .main .main_footer .footer_content .newsletter .gfield_description.validation_message {
  position: absolute;
  bottom: -60px;
  right: 0;
}
body .main .main_footer .footer_content .newsletter .gform_confirmation_message {
  font-size: 12px;
  padding: 5px;
  text-align: center;
}
body .main .main_footer .footer_content .inner_footer {
  padding: 0.5rem 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 1.5rem;
}
body .main .main_footer .footer_content .inner_footer p {
  margin: 0;
  line-height: 23px;
}
body .main .main_footer .footer_content .inner_footer .social-icons {
  text-align: right;
}
body .main .main_footer .footer_content .inner_footer .social-icons i {
  margin-left: 1rem;
}
body .main .main_footer .footer_content .footer_email, body .main .main_footer .footer_content .footer_phone {
  font-size: 0.9em;
  font-weight: 500;
}
body .main .main_footer:before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #0d1731;
  transform: skewY(-5deg);
}
body .main .main_footer:after {
  content: "";
  display: block;
  width: 100%;
  height: 350px;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #122046;
  transform: skewY(3deg);
}

@media screen and (max-width: 1024px) {
  .formslider {
    min-height: 650px !important;
    padding: 25px;
  }
  .formslider h2 {
    font-size: 28px !important;
  }
  .formslider p {
    font-size: 13px !important;
  }

  .form_area {
    top: -400px !important;
  }
  .form_area .container .inner_area .main_tabs .form_tabs {
    display: block !important;
  }
  .form_area .container .inner_area .main_tabs .form_tabs > li {
    width: 100% !important;
  }
  .form_area .container .inner_area .main_tabs .form_tabs > li > a {
    display: flex;
    width: 100%;
    text-align: center;
    min-height: 100px;
    align-items: center;
    justify-content: center;
    font-family: "Texgyreheros-Bold";
    letter-spacing: 1px;
    font-size: 30px;
    background-color: #eff3f7;
    color: #c0c5ca;
    text-decoration: none;
  }
  .form_area .container .inner_area .main_tabs .form_tabs .ui-tabs-active a {
    background-color: #fff !important;
    color: #1d98e3 !important;
  }
  .form_area .container .inner_area .left_area {
    width: 100% !important;
    padding: 25px !important;
  }
  .form_area .container .inner_area .right_area {
    width: 100% !important;
  }
  .form_area .container .inner_area .right_area .top {
    padding: 80px 30px 50px 30px;
    border-bottom: 1px solid lightgray;
  }
  .form_area .container .inner_area .right_area .top h2 {
    text-align: center;
    font-family: "Texgyreheros-Bold";
    font-size: 21px;
    position: relative;
    margin-bottom: 35px;
  }
  .form_area .container .inner_area .right_area .top h2:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 14%;
    height: 5px;
    background-color: #058bff;
    bottom: -35%;
    left: 45%;
    border-radius: 25px;
  }
  .form_area .container .inner_area .right_area .top p {
    font-family: "font-Arial";
    font-size: 16px;
    text-align: center;
  }
  .form_area .container .inner_area .right_area .bottom {
    padding: 60px;
  }
  .form_area .container .inner_area .right_area .bottom h2 {
    text-align: center;
    font-size: 21px;
    font-family: "Texgyreheros-Bold";
    position: relative;
    margin-bottom: 65px;
  }
  .form_area .container .inner_area .right_area .bottom h2:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 14%;
    height: 5px;
    background-color: #058bff;
    bottom: -35%;
    left: 45%;
    border-radius: 25px;
  }
  .form_area .container .inner_area .right_area .bottom ul li {
    list-style-type: none;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-family: "font-Arial";
    font-size: 16px;
  }
  .form_area .container .inner_area .right_area .bottom ul li:before {
    content: "";
    background: url("../images/success-mark.png") no-repeat center center;
    background-size: contain;
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-right: 18px;
  }
  .form_area .container .forms_heading {
    font-size: 24px !important;
  }
  .form_area .container .sw-btn-group {
    display: block;
  }
  .form_area .container .sw-btn-group-extra {
    width: 100%;
  }
  .form_area .container .sw-btn-group-extra button {
    margin-right: 0 !important;
  }
  .form_area .container input[type=button], .form_area .container input[type=submit], .form_area .container button {
    width: 100% !important;
    margin: 10px 0;
  }
  .form_area .container .gfield_radio {
    display: block !important;
  }
  .form_area .container .gfield {
    width: 100% !important;
  }
  .form_area .container .gfield_radio li {
    margin-right: 45px;
  }
  .form_area .container .gfield_radio li input[type=radio] {
    margin-right: 8px;
  }
  .form_area .container input[type=text], .form_area .container input[type=email], .form_area .container input[type=number], .form_area .container input[type=password], .form_area .container select {
    display: block;
    width: 100%;
    height: 48px;
    padding: 0.375rem 0.75rem;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c7cb;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .form_area .container input[type=text]::-webkit-input-placeholder, .form_area .container input[type=email]::-webkit-input-placeholder, .form_area .container input[type=number]::-webkit-input-placeholder, .form_area .container input[type=password]::-webkit-input-placeholder, .form_area .container select::-webkit-input-placeholder {
    color: #c2c7cb;
  }
  .form_area .container .gform_page_fields, .form_area .container .gform_body {
    font-family: "font-Arial";
    font-size: 20px;
  }
  .form_area .container .gform_page_fields label, .form_area .container .gform_body label {
    margin-bottom: 0;
  }
  .form_area .container .gform_page_fields #field_2_3 .gfield_label, .form_area .container .gform_body #field_2_3 .gfield_label {
    font-weight: 600;
    margin-bottom: 15px;
  }
  .form_area .container .gf_progressbar_title {
    display: none;
  }
  .form_area .container .gform_fields li {
    list-style-type: none;
  }
  .form_area .container .gform_fields > li {
    margin-bottom: 35px;
    margin-right: 4%;
  }
  .form_area .container .gform_fields > li .gfield_label {
    margin-bottom: 10px;
  }
  .form_area .container .gform_fields > li .gfield_description {
    margin-bottom: 15px;
  }
  .form_area .container .gf_progressbar {
    background-color: #dbe2e8;
  }
  .form_area .container .gf_progressbar_percentage {
    background-color: #36c8a0;
    font-size: 0;
    min-height: 15px;
  }
  .form_area .container .gf_progressbar_wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
  .form_area .container .gform_title {
    display: none;
  }
  .form_area .container .forms_heading {
    font-size: 43.44px;
    font-family: "Texgyreheros-Bold";
    letter-spacing: 1px;
    position: relative;
  }
  .form_area .container .forms_heading:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 14%;
    height: 5px;
    background-color: #058bff;
    bottom: -18%;
    left: 0;
    border-radius: 25px;
  }
  .form_area .container .gform_page_footer {
    clear: both;
  }
}

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