/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Poppins', sans-serif;
  color: #212529;
}

a {
  color: #209fc4;
}

a:hover {
  color: #9bb041;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: 'Poppins', sans-serif;
}


h1 {
  font-size: 60px;
  line-height: 65px;
  font-weight: 700;
}

h2 {
  font-size: 40px !important;
  line-height: 50px !important;
  font-weight: 700;
  color: #2f383f;
  text-transform: uppercase;
}

h3 {
  font-size: 36px;
  line-height: 45px;
  font-weight: 400;
}

h4 {
  font-size: 30px !important;
  font-weight: 700;
  color: #2f383f;
  text-transform: uppercase;
}

h5 {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #2f383f;

}

h6 {}

p {
  font-size: 17px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  line-height: 26px;
  color: #777777;
  padding-bottom: 30px;
  margin-bottom: 0;
}

p:last-child {
  padding-bottom: 0;
}


.btn_custom {
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

.btn_custom_medium {
  width: 155px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

.btn_blue_border {
  background: transparent;
  color: #209fc4;
  border: 1px solid #209fc4;
}

.blog-content-head .banner-btn-wrap {
  margin-top: 15px;
}


.btn_blue {
  background: #209fc4;
  color: #fff;
}

.btn_green {
  background: #9bb041;
  color: #fff;
}

.btn_light_green {
  background: #96c702;
  color: #fff;
}

.btn_gray {
  background: #b2b2b2;
  color: #fff;
}

.btn_custom_small {
  width: 130px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
}

.pt_120 {
  padding-top: 120px;
}

.pb_120 {
  padding-bottom: 120px;
}

.pt_60 {
  padding-top: 60px;
}

.btn_custom img {
  padding-left: 10px;
}

ul li {
  list-style: none;
}

ul {
  padding-left: 0;
  margin-left: 0;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #209fc4;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #ee7843;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 15px 0;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}


#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

#main {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #8a8a8a;
  padding: 13px 15px;
  transition: 0.3s;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;

}

.nav-menu a:hover,
.nav-menu li:hover>a {
  color: #209fc4;
  text-decoration: none;
}


.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #3c1300;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul li:hover>a {
  color: #209fc4;
}

.nav-menu .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

.nav-menu a.btn_custom_small {
  padding: 0;
  color: #fff !important;
  text-transform: capitalize;
  border-radius: 4px !important;
  margin-right: 10px !important;
}

.nav-menu a.btn_custom {
  padding: 0;
  color: #fff !important;
  text-transform: capitalize;
  border-radius: 4px !important;
}


@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }

  .nav-menu .drop-down .drop-down:hover>ul {
    left: -100%;
  }

  .nav-menu .drop-down .drop-down>a:after {
    content: "\ea9d";
  }
}

@media (max-width: 1200px) {
  .nav-menu a {
    padding: 13px 10px;
    font-size: 15px;
  }
}

@media (max-width: 1100px) {
  .nav-menu a {
    padding: 13px 8px;
    font-size: 15px;
  }
}

@media (max-width: 768px) {}

@media (max-width: 991px) {

  .menu-btn,
  .menu-btn-blue {
    text-align: center;
  }

  .menu-btn a,
  .menu-btn-blue a {
    display: inline-block !important;
    width: 217px !important;
    line-height: 25px !important;
    margin-bottom: 5px;
  }
}

@media (max-width: 768px) {
  .menu-btn {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
  }

  .menu-btn-blue {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .menu-btn {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
  }

  .menu-btn-blue {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #1f1f1f;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  transition: 0.3s;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #f39e7a;
  text-decoration: none;
}

.mobile-nav .get-started a {
  background: #209fc4;
  color: #fff;
  border-radius: 50px;
  margin: 15px;
  padding: 10px 25px;
}

.mobile-nav .get-started a:hover {
  background: #ee7843;
  color: #fff;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 22px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #7a6960;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: #ffffff;

  margin: 72px 0 -72px 0;
  background-size: cover !important;
}

#hero h1 {
  margin: 0 0 10px 0;
  color: #fff;
}

#hero h3 {
  color: #fff;
  margin-bottom: 50px;

}


#hero .btn-get-started:hover {
  background: #ef7f4d;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  #hero {
    height: auto;
    padding: 10% 0 17%;
  }

  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 36px;
    line-height: 48px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

@media (max-width: 480px) {
  #hero {
    height: auto;
    padding: 0% 0 19%;
    ;
  }
}


@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #fef8f5;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 0;
  line-height: 1px;
  margin-bottom: 15px;
  color: #c2b7b1;
}

.section-title p {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #4e4039;
}

.section-title p::after {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background: #209fc4;
  bottom: 0;
  left: calc(50% - 30px);
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# class plan
--------------------------------------------------------------*/


#class-plan h2 {
  color: #fff;
}

#class-plan h5,
#class-plan h5 a {
  color: #fff;
  line-height: 30px;
}

#class-plan .icon-box {
  padding: 0 60px;
}

.plans-wrap {
  padding-top: 60px;
}

.plans-wrap .plan_box {
  padding: 20px 0;
}

#class-plan h2 {
  width: 620px;
  margin: auto;
}


/*--------------------------------------------------------------
# sign up
--------------------------------------------------------------*/

.signup-wrap img {
  width: 100%;
}

.flex-risk {
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  /* <---- NEW    */

}

#signup-wrap .btn-wrap {
  padding-top: 40px;
}

#signup-wrap h5 {
  padding-bottom: 10px;
}

#signup-wrap h2 {
  width: 500px;
  margin: auto;
}


/*--------------------------------------------------------------
# Free Trial
--------------------------------------------------------------*/

#free-trial {
  width: 100%;
  padding: 150px 0;
}

#free-trial h2,
#free-trial p {
  color: #fff;
}

#free-trial h2 {
  text-transform: uppercase;
}

#free-trial .btn-wrap {
  margin-top: 45px;
}


/*--------------------------------------------------------------
# Sast To Use
--------------------------------------------------------------*/

#east-to-use {
  background: #e0e8ef;
}

.use-image {
  width: 100%;
  border: 5px solid #fff;
  border-radius: 30px;
}

.use-image img {
  width: 100%;
}

#east-to-use h2 {
  width: 500px;
  margin: auto;
}

#east-to-use .section-head p {
  padding-top: 25px;
}


/*--------------------------------------------------------------
# Device 
--------------------------------------------------------------*/


#device .device-box {
  width: 100%;
}

#device .device-box img {
  width: 100%;
}


/*--------------------------------------------------------------
# Testimonials 
--------------------------------------------------------------*/


#testimonials {
  width: 100%;
  background-size: cover !important;
}

#testimonials h2 {
  color: #fff;
}

#testimonials p {
  font-size: 15px;
  color: #fcfcfc;
}

.testimonials-wrap {
  padding-right: 50px;
}

.testimonials-wrap span {
  font-weight: 700;
  color: #fff;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #212529;
  font-size: 14px;

}

.customer-wrap {
  padding-top: 15px;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #e0e8ef;
  font-size: 15px;
}

.footer-newsletter p {
  font-size: 13px;
  color: #777777;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #4e4039;
}

#footer .footer-newsletter form {
  margin-top: 15px;
  position: relative;
  border-radius: 4px;

  text-align: left;
}

.footer-newsletter form {
  margin-top: 8px;
  position: relative;
  border-radius: 4px;

  text-align: left;
}

#footer .footer-newsletter form input[type="email"],
.footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 4px;
  width: calc(100% - 140px);
  height: 50px;
  border: 1px solid #94a2ae;
}

#footer .footer-newsletter form input[type="submit"],
.footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 32px;
  background: #9bae41;
  color: #fff;
  transition: 0.3s;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  height: 50px;
}

#footer .footer-newsletter form input[type="submit"]:hover,
.footer-newsletter form input[type="submit"]:hover {
  background: #209fc4;
}

.footer-newsletter h4 {
  font-weight: 600;
}

#footer .footer-top {
  padding: 60px 30px 0;
  background: #fff;
  text-align: left;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #5c5c5c;
}

#footer .footer-top h5 {
  font-size: 20px;
  font-weight: bold;
  color: #2f383f;
  position: relative;
  padding-bottom: 12px;
  text-align: left;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #f39e7a;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding-bottom: 5px;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {

  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  color: #777777;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #209fc4;
  padding-left: 15px;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #209fc4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #9bae41;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: none;
  font-size: 15px;
  font-weight: 400;
  color: #777777;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #212529;
}

#footer .credits a {
  color: #209fc4;
}

#footer .footer-top .footer-links.blog-footer ul li {
  border-bottom: 1px solid #e0e8ef;
}

#footer .footer-top .footer-links.blog-footer ul li:last-child {
  border-bottom: none;
}

.news-wrap {
  display: flex;
}

.news-wrap label {
  padding-left: 10px;
  color: #777777;
  font-size: 13px;
  font-weight: 400;
}

.news-wrap {
  margin-top: 10px;
}

@media (max-width: 575px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    -moz-text-align-last: center;
    text-align-last: center;
    padding: 3px 0;
  }
}


/*--------------------------------------------------------------
# features
--------------------------------------------------------------*/


#hero.inner-page-banner {
  height: 80vh;
}

#hero.inner-page-banner h1,
#hero.inner-page-banner h5 {
  color: #2f383f;
}

#hero.inner-page-banner .row,
#features-wrap .row {
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  /* <---- NEW    */
}

#features-wrap {
  background: #f3f3f3;
}

#features-wrap h2 {
  padding-bottom: 40px;
}

#features-wrap .container .row {
  padding-bottom: 170px;
}

#features-wrap .container .row:last-child {
  padding-bottom: 0;
}

#features-wrap .container .row:nth-of-type(odd) .features-text-wrap {
  padding-right: 105px;
}

#features-wrap .container .row:nth-of-type(even) .features-text-wrap {
  padding-left: 105px;
}

#features-wrap .container .row:nth-of-type(even) {
  flex-direction: row-reverse;
}

.list-style ul {
  margin-left: 0;
  padding-left: 27px;
  margin-bottom: 0;
}

.list-style ul li {
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #7a7e81;
  list-style: none;
  line-height: 26px;
  padding-bottom: 5px;
}

.list-style ul li:last-child {
  padding-bottom: 0;
}

.list-style ul li:before {
  width: 12px;
  height: 12px;
  position: absolute;
  left: -27px;
  top: 8px;
  background: #209fc4;
  display: block;
  content: '';
  border-radius: 3px;
}

.features-text-wrap .list-style {
  padding-bottom: 30px;
}

.features-text-wrap p.small_text {
  font-size: 15px;
}

.features-text-wrap p.small_text span {
  color: #9bb041;
  font-weight: 700;
}


.features-image-wrap {
  width: 100%;
  border: 15px solid #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
}

.features-image-wrap img {
  width: 100%;
}

#device.device-wrap {
  background: #209fc4;
}

#device.device-wrap h2 {
  width: 450px;
  margin: auto;
  color: #fff;
}

#device.device-wrap p {
  color: #fff;
}

#device.device-wrap .use-image {
  background: #fff;
  overflow: hidden;
}

.device-inner {
  width: 100%;
  border: 2px solid #ececec;
  border-radius: 25px;
  text-align: center;
}

#device.device-wrap .device-inner p {
  height: 30px;
  color: #9bb041;
  font-weight: 600;
  padding-top: 30px;
}

#device.device-wrap .device-inner h5 {
  padding: 15px 0;
}

.features-image-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
}

.features-image-wrap {
  position: relative;
}

.features-image-link img {
  display: block;
  position: absolute;
  width: 94px;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  transform: translate(-50%, -50%);
  /* Standard syntax */
}

#hero.pose-directory-banner h1 {
  color: #fff;
}

#hero.pose-directory-banner h5 {
  color: #fff;
}


.directory-box {
  width: 100%;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  height: 350px;
  border-radius: 30px;

  box-shadow: 0px 0px 10px -2px rgba(20, 89, 109, 0.4);
}

.directory-inner-box {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 25px;
  border: 2px solid #e0e8ef;

}

.parent-wrap {
  width: 100%;
  height: 100%;
  display: table;
}

.child-wrap {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.directory-image-wrap {
  width: 33%;
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
}

.directory-main-wrap {
  text-align: center;
}

.directory-info h5 {
  padding-bottom: 25px;
}

.directory-info {
  padding-top: 40px;
  padding-bottom: 60px;
}

.directory-info h5 {
  color: #209fc4;
}

.nav-menu ul li.active-menu a {
  color: #209fc4;
}

#instructions-wrap {
  background: #343f46;
}

#instructions-wrap h5,
#instructions-wrap p {
  color: #fff;
}

.directory-inner-box img {
  width: 80%;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.content {

  display: none;
}


.noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}

.blog-wrapper-flex {
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  /* <---- NEW    */
}

.blog-image,
.blog-image img {
  width: 100%;
}

.blog-content-head h2 a {
  color: #2f383f;
}

.blog-content-head span {
  font-size: 14px;
}

.blog-content-head span.text_blue {
  color: #209fc4;
}

.blog-content-head span.text_gray {
  color: #a1a1a1;
}

.blog-container .blog-content-head {
  padding-top: 25px;
  padding-bottom: 50px;
}

.blog-container h5 a {
  color: #2f383f;
}

.blog-container h5 {
  margin-top: .5rem;
}

#blog-wrap-1 {
  padding-bottom: 10px;
}

#latest-blog {
  padding-bottom: 20px;
}

#loadMore {
  margin: auto;
}

#hero .container {
  position: relative;
}

.banner-side-image {
  position: absolute;
  right: 5%;
  bottom: -300px;
}

.banner-side-image img {
  width: 100%;
}

#hero {
  overflow: hidden;
}

#contact-wrap {
  position: relative;
}

#contact-wrap:after {
  position: absolute;
  width: 50%;
  height: 100%;
  background: #e0e8ef;
  right: 0;
  top: 0;
  content: '';
  display: block;
}

#contact-wrap .container {
  position: relative;
  z-index: 9;
}

.contact-form-box {
  padding-right: 100px;
  padding-top: 100px;
}

.form-wrap input[type="text"],
.form-wrap input[type="email"] {
  width: 100%;
  height: 45px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  text-indent: 25px;
}

.form-row {
  margin-bottom: 15px;
}

.form-row:last-child {
  margin-bottom: 0;
}

.form-wrap textarea {
  width: 100%;
  height: 135px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  resize: none;

  padding: 15px 25px;
}

.form-wrap input[type="text"]:focus,
.form-wrap input[type="email"]:focus,
.form-wrap textarea:focus {
  border-color: #9bb041 !important;
  outline: none;

}

.form-wrap input[type="submit"] {
  width: 100%;
  height: 45px;
  background: #209fc4;
  text-align: center;
  line-height: 45px;
  border: none;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
}

.form-wrap input[type="submit"]:hover {
  background: #9bb041;
}

.contact-info-wrap {
  padding: 0 100px;
  box-sizing: border-box;
}

.contact-info-box {
  width: 100%;
  height: 335px;
  background: #fff;
  margin-bottom: 20px;
}

.contact-info-box:last-child {
  margin-bottom: 0;
}

.parent-wrap {
  width: 100%;
  height: 100%;
  display: table;
}

.child-wrap {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.info-content h4 {
  color: #2f383f;
  font-weight: 700;
}

.contact-info-box {
  padding: 0 30px;
}

.info-image-wrap {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #b1c16a;
  margin: auto;
  margin-bottom: 10px;
}

.contact-info-wrap a.button {
  width: 100%;
  margin-top: 10px;
}

.info-content a {
  color: #2f383f;
  font-size: 20px;
  font-weight: 600;
  padding-top: 10px;
  display: block;

}

.info-content a i {
  color: #209fc4;
  font-size: 35px;
  padding-right: 10px;
  vertical-align: middle;
}

.step-wrap h4 {
  text-align: center;
  font-weight: 700;
  color: #2f383f;
  border: 2px solid #d9e1e9;
  padding: 10px 0;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.post-main-image {
  text-align: center;
  padding: 60px 0;
}

.post-head-wrap h4 {
  font-weight: 700;
  text-transform: uppercase;
  color: #9bb041;
}

.post-top-head span {
  background: #e0e8ef;
  padding: 5px 20px;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 10px;
  color: #209fc4;
}

.all-step {
  margin-top: 60px;
}

.queues-head-left {
  width: 63px;
  height: 63px;

  background: #fff;
  padding: 5px;
  box-sizing: border-box;

  border-radius: 10px;
  box-shadow: 0px 0px 10px -2px rgba(20, 89, 109, 0.4);
  margin-right: 15px;

}

.queues-head {
  display: flex;

  /* align-self: center;    <---- REMOVE */
  align-items: center;
  /* <---- NEW    */
}

.queues-head-right h5 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.queues-head {
  padding-bottom: 20px;
}

.queues-wrap {
  margin-bottom: 30px;
}

.queues-inner {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 8px;
  border: 2px solid #e0e8ef;
}

.post-list ul li {
  font-size: 17px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  line-height: 26px;
  color: #777777;
  position: relative;
  list-style: none;
  padding-bottom: 5px;
}

.post-list ul li:before {
  width: 13px;
  height: 13px;
  border-radius: 3px;
  background: #209fc4;
  position: absolute;
  left: -25px;
  top: 7px;
  display: block;
  content: '';
}

.Written-text {
  font-weight: 600;
  color: #2f383f;
  padding-bottom: 10px;
}

.Written-wrap {
  padding-top: 50px;
  padding-bottom: 40px;
}

.share-soccial ul li {
  list-style: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

.share-soccial ul {
  padding-left: 0;
  margin-left: 0;
}

.share-soccial ul li a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  line-height: 27px;
}

.facebook a {
  background: #4267b2;
}

.twitter a {
  background: #55acee;
}

.pinterest a {
  background: #cb2027;
}

.envelope a {
  background: #7d7d7d;
}

.facebook-1 a {
  background: #ffbd00;
}

.share a {
  background: #95d03a;
}

.messenger a {
  background: #448aff;
}

.whatsapp a {
  background: #25d366;
}

.back-tp-pose {
  width: 100%;
  height: 120px;
  margin-top: 40px;
}

.back-tp-pose a {
  width: 100%;
  height: 100%;
  background: #e0e8ef;
  display: block;
}

.iamge-back,
.text-back {
  display: inline-block;
  vertical-align: middle;
}

.text-back {
  color: #209fc4;
  font-weight: 700;
  font-size: 20px;
  padding: 0 15px;
  text-transform: uppercase;
}

.widgets-list ul li a {
  font-size: 15px;
  display: block;
  border-bottom: 1px solid #9bb041;
  padding: 10px 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.widgets-list ul li:first-child a {
  padding-top: 0;
}

.side-widgets-head h5 {
  padding-bottom: 30px;
  text-transform: uppercase;
}

.side-widget {
  margin-bottom: 50px;
}

.side-widget a {
  width: 100%;
  display: block;
}

.side-widget a img {
  width: 100%;
}

.side-newsletter {
  background: #e0e8ef;
  padding: 20px;
  border-radius: 5px;
}

.side-newsletter h5 {
  text-align: center;
}

.post-list ul {
  padding-left: 26px;
}

.side-widget-social .share-soccial {
  position: absolute;
  right: 0;
  top: 0;
  width: 342px;
}

.news-image {
  text-align: center;
}

.news-list ul {
  padding-left: 25px;
}

.news-list ul li {
  font-size: 14px;
  color: #80888e;
  font-weight: 500;
  line-height: 20px;
  padding: 3px 0;
  position: relative;
}

.news-list ul li:before {
  width: 17px;
  height: 12px;
  border-radius: 3px;
  background: url(../jpg/news-icon.jpg);
  position: absolute;
  left: -25px;
  top: 7px;
  display: block;
  content: '';
  background-size: cover;
}

.news-list {
  margin: 18px 0;
}

#directory-wrap .testimonials-wrap {
  padding-right: 50px;
}

#directory-wrap .testimonials-wrap p {
  font-size: 14px;
  color: #7a7e81;
  font-style: italic;
  line-height: 20px;
  padding-bottom: 18px;
}

#directory-wrap .testimonials-wrap span {
  color: #9bb041;
  font-style: italic;
}

.side-newsletter a.btn_custom {
  font-size: 20px;
  font-weight: 700;
  width: 100%;
}

.side-widget.test-side {
  margin-top: 70px;
}

.blog-full-image img {
  width: 100%;
}

span.blog-date {
  color: #a1a1a1;
  font-size: 14px;
}

.blog-full-image {
  padding-top: 20px;
  padding-bottom: 30px;
}

#side-wrap.blog-side {
  padding-top: 55px;
}

.blog-top-side {
  padding-top: 140px;
}

.widgets-list ul li a:hover {
  padding-left: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

span.blog-number {
  color: #209fc4;
  font-size: 20px;
  font-weight: 600;
}

.blog-comment {
  padding-top: 10px;
}

.side-pose-box .directory-box {
  height: 253px;
}

.side-pose-box {
  margin-bottom: 40px;
}

.side-pose-box:last-child {
  margin-bottom: 0;
}

.side-pose-box p {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 10px;
}

.side-pose-box h6 {
  font-size: 17px;
  font-weight: 700;
  color: #209fc4;
  text-transform: uppercase;
}

.directory-box {
  margin: 15px 0;
}

.pose-btn {
  text-align: right;
}

.pose-btn a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
}

.blog-comment img {
  width: 100%;
}

.newsletter-form-row input[type="text"],
.newsletter-form-row input[type="email"] {
  width: 100%;
  height: 45px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  text-indent: 15px;
}

.newsletter-form-row {
  margin-bottom: 10px;

}

.newsletter-form-wrap {
  margin-top: 15px;
  overflow: hidden;
  height: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.newsletter-form-row input[type="submit"] {
  width: 100%;
  height: 45px;
  background: #209fc4;
  text-align: center;
  line-height: 45px;
  border: none;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
}

.newsletter-form-wrap.news-open {
  height: auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.directory-list .directory-box {
  height: 245px;
}

.directory-list .directory-info {
  padding-top: 15px;
  padding-bottom: 15px;
}

.directory-image-wrap.directory-list {
  width: 32.5%;
}

#page-404 h1 span {
  font-size: 188px;
  display: block;
  line-height: 125px;
}

#page-404 h1 strong {
  font-size: 45px;
  font-weight: 600;
}

.right-404 {
  width: 100%;
  height: 100%;
  background: #9bb041;
}

#page-404 .info {
  padding-bottom: 25px;
}

#page-404 {
  padding-bottom: 0;
  padding-top: 150px;
}

.right-404 img {
  width: 100%;
}

.right-404 .post-list {
  padding: 25px;
}

.right-404 .post-list li a {
  color: #fff;
}

.right-404 .post-list ul li:before {
  background: #fff;
}

#page-404 .info {
  width: 100%;
}

#page-404 .info img.size-full {
  width: 100%;
}

#support-wrap .news-warp-1 input[type="text"] {
  padding: 4px 4px;
  width: calc(100% - 115px);
  height: 50px;
  border: 1px solid #94a2ae;
  text-indent: 20px;
}

#support-wrap .news-warp-1 input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 32px;
  background: #9bae41;
  color: #fff;
  transition: 0.3s;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  height: 50px;
}

.support-wrap {
  margin-top: 80px;
}

#support-wrap h5 a {
  color: #9bae41;
}

#support-wrap h5 {
  padding-bottom: 10px;
  min-height: 60px;
}

.post-video {
  padding: 30px 0;
}

.side-newsletter {
  background-size: cover !important;
}

.free-image {
  width: 80%;
  margin: auto;
  margin-bottom: 20px;

}

.free-image img,
.free-logo img {
  width: 100%;
}

.side-newsletter p {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
}

.free-logo {
  width: 200px;
  margin: auto;
  margin-bottom: 15px;
}

.fade:not(.show) {
  opacity: 1 !important;
}


#freeform {
  padding-top: 100px;
  padding-bottom: 60px;
}

.freeformHeadinner {
  width: 650px;
  margin-bottom: 70px;
}

.mainFormWrap {
  margin-top: 30px;
}

.formhead {
  margin-bottom: 20px;
}

.freeformHeadinner p:first-child {
  padding-bottom: 20px;
}

/*.formradiowrap{
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 30px;
  box-shadow: 0px 0px 13px 1px rgba(20,89,109,0.27);
  margin: 30px 0;
}

.formradiowrapborder{
  width: 100%;
  box-sizing: border-box;
  border:2px solid #efeeec;
  padding:40px;
  border-radius: 30px;
}*/

.formradiowrapborder label {
  width: 100%;
  box-sizing: border-box;
  padding: 40px;
  border-radius: 30px;
  box-shadow: 0px 0px 13px 1px rgba(20, 89, 109, 0.27);
  margin: 20px 0;
  min-height: 250px;
  display: flex;
  flex-flow: row wrap;
  position: relative;
  justify-content: space-between;
}


.formradiowrapborder {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  min-height: 250px;
}

.formradiowrapborderLeft {
  width: 45%;
  align-self: center;
}

.formradiowrapborderRight {
  width: 45%;
  align-self: center;
}

.formradiowrapborderLeft label {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #2f383f !important;
  line-height: 30px !important;
}

.formradiowrapborderLeft label span {
  color: #9bb041 !important;
}

.gapTop {
  margin-top: 40px;
}

.formrcheckwrap label {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #7a7e81;
  width: 700px;

}

.formrcheckwrapText {
  padding-left: 40px;
}

.formrcheckwrapText ul li {
  position: relative;
  color: #7a7e81;
  font-size: 17px;
  padding: 4px 0;
  padding-left: 20px;
  font-family: 'Poppins', sans-serif;
}

.formrcheckwrapText ul li:before {
  width: 10px;
  height: 2px;
  background: #7a7e81;
  position: absolute;
  display: block;
  left: 0;
  top: 16px;
  content: '';
}

.formrcheckwrap,
.payWrap {
  margin-top: 40px;
}

.payWrap {
  display: flex;
  flex-flow: row wrap;
  width: 940px;
}

.payWrapLeft {
  width: 385px;
}

.payWrap {
  margin-bottom: 70px;
}

.payWrap img {
  display: block;

}

.payWrap p {
  margin-left: 50px;
}

.payWrap label {
  font-weight: 700;
}

.formfilds {
  width: 100%;
  margin-top: 40px;
}

.formfildsRow {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 8px 0;
  width: 100%;
}

.formfildsRowleft {
  width: 215px;
  text-align: right;
  align-self: center;

}

.formfildsRowRight {
  width: 840px;
}

.formfilds label {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #7a7e81;

}

.formfilds input[type="text"],
.formfilds input[type="email"],
.formfilds input[type="password"] {
  width: 100%;
  height: 60px;
  border: 1px solid #209fc4;
  text-indent: 10px;
}

.formfilds select {
  width: 100%;
  height: 60px;
  border: 1px solid #209fc4;
  overflow: hidden;
  overflow: -moz-hidden-unscrollable;
  background: url(../jpg/select-arrow.jpg) no-repeat right white;
  -webkit-appearance: none;
  background-size: 50px;
  text-indent: 10px;
}


.formfildsRowfooter {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.formfildsRowfooterleft {
  width: 65%;
}

.formfildsRowfooter input[type="submit"] {
  width: 200px;
  height: 48px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  background: #209fc4;
  color: #fff;
  border: none;
}

.ThreeColInfoInner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.ThreeColInfoInnercol {
  width: 31%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 30px;
  box-shadow: 0px 0px 13px 1px rgba(20, 89, 109, 0.27);

}

.ThreeColInfoInnercolborder {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #9bb041;
  padding: 60px 25px 40px 25px;
  border-radius: 30px;
  height: 100%;
}

.ThreeColInfoInnercolborder h5 {
  padding-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  height: 75px;
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  /* left: -9999px;*/
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 80px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
  content: '';
  width: 22px;
  height: 22px;
  background: #209fc4;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.payWrap [type="radio"]:checked+label,
.payWrap [type="radio"]:not(:checked)+label {
  padding-left: 50px;
}


/* This css is for normalizing styles. You can skip this. */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

/*
.form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #dedddb;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 20px;
}

.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}*/

.am-main {
  max-width: 1140px !important;
}

#content {
  width: 1140px !important;
}

.am-product-desc {
  width: 50%;
  align-self: center;
}

.am-product-title {
  width: 45%;
  align-self: center;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #9bb041 !important;
  line-height: 30px !important;
  padding-left: 50px;
  margin-top: -60px;
}

.am-product-terms {
  position: absolute;
  top: 47%;
  left: 90px;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #2f383f !important;
  line-height: 30px !important;
  width: 36%;
}

.am-product-desc div {
  background: #fff !important;
  border: none !important;
  font-size: 17px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  line-height: 26px;
  color: #777777 !important;
  padding-bottom: 30px;
  margin-bottom: 0;
  font-style: normal !important;
  padding: 0 !important;
  margin: 0 !important;
}

.formradiowrapborder label input {
  position: absolute;
  top: 50%;
}


.formradiowrapborder label input:checked:before,
.formradiowrapborder label input:not(:checked):before {
  content: '';
  position: absolute;
  left: -10px;
  top: -10px;
  width: 34px;
  height: 34px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}


.formradiowrapborder label input:checked:after,
.formradiowrapborder label input:not(:checked):after {
  content: '';
  width: 22px;
  height: 22px;
  background: #209fc4;
  position: absolute;
  top: -4px;
  left: -4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.formradiowrapborder label input:not(:checked):after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.formradiowrapborder label input:checked:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}


.payWrap label input:checked:before,
.payWrap label input:not(:checked):before {
  content: '';
  position: absolute;
  left: -10px;
  top: -10px;
  width: 34px;
  height: 34px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}


.payWrap label input:checked:after,
.payWrap label input:not(:checked):after {
  content: '';
  width: 22px;
  height: 22px;
  background: #209fc4;
  position: absolute;
  top: -4px;
  left: -4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.payWrap label input:not(:checked):after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.payWrap label input:checked:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}


.payWrap label:first-child {
  width: 385px;
}

.am-paysystem-title {
  padding-left: 30px;
  position: relative;

  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
}

.am-paysystem-desc {
  padding-left: 33px;
  padding-top: 10px;
  font-size: 17px !important;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  line-height: 26px;
  color: #777777;
  padding-bottom: 30px;
  margin-bottom: 0;
  font-style: normal !important;
}

.formrcheckwrap label {
  line-height: 26px;
}

.formrcheckwrap label:first-child {
  font-size: 30px;
  font-weight: 700;
  color: #2f383f;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.formrcheckwrapText {
  margin-bottom: 45px;
}

.flname_new {
  width: 100%;
}

.formfildsRowleft label {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #7a7e81;
}

.formfildsRow input[type="text"],
.formfildsRow input[type="password"] {
  width: 100%;
  height: 60px !important;
  border: 1px solid #209fc4 !important;
  text-indent: 10px;
  background: #fff !important;
}

.formfildsRowRight select {
  width: 100%;
  height: 60px !important;
  border: 1px solid #209fc4 !important;
  overflow: hidden !important;
  overflow: -moz-hidden-unscrollable !important;
  background: url(../jpg/select-arrow.jpg) no-repeat right white !important;
  background-size: auto !important;
  -webkit-appearance: none !important;
  background-size: 50px !important;
  text-indent: 10px !important;
}

.am-body {
  background: transparent !important;
}

.am-main {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.flname_new .formfildsRowRight {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.flname_new .formfildsRowRight input {
  width: 48%;
}

.am-form div.element {
  margin-left: 0 !important;
  padding: 0 !important;
}

.am-form div.element-title {
  padding: 0 !important;
  padding-right: 10px !important;
}

.am-form div.row {
  padding: 12px;
}


.formrcheckwrap input[type="checkbox"]:before {
  content: '';
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #dedddb;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 20px;
  top: -7px;
}

.formrcheckwrap input[type="checkbox"]:checked:after {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.formrcheckwrap input[type="checkbox"] {
  margin-right: 25px;
}

.am-body .am-body-content-wrapper {
  padding-bottom: 0 !important;
}

.formfildsRowfooterRight {
  display: flex;
  margin-top: 40px;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
}

#html1 {
  width: 60%;
}

.formfildsRowfooterRight>p {
  display: none;
}

.am-error {
  font-family: 'Poppins', sans-serif;
}

.formrcheckwrap label:first-child {
  height: 100px;
  z-index: 999;
  margin-left: -45px;
}

.formrcheckwrap label:nth-of-type(2) {
  margin-top: -40px;
  padding-left: 40px;
}

.formrcheckwrap label input[type="checkbox"] {
  position: relative;
  top: 66px;
  left: 45px;
}


.mobile-nav-toggle:after{
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  content: '';
  background:url(../jpg/menu-mobile-icon.jpg);
  background-size: cover;
}
.mobile-nav-active .mobile-nav-toggle:after{
  display: none;
}
.am-error{
  width: 100%;
}

#freeform #page-0 .formradiowrapborder label{
  border: 1px solid transparent;
}
#freeform #page-0 .formradiowrapborder label.active{
  border: 1px solid #209fc4;
}

.formfildsRow, .formfildsRowRight{
  position:relative;
}
.formfildsRow input[type="text"]{
  position: relative;
  z-index: :99;
  background-color: transparent !important;
}
p.new_pl{
  position: absolute;
      top: 15px;
    left: 20px;
    font-family: Tahoma, Arial, san-serif;
    font-size: 15px;
    color: #605f5f;
}
p.new_uname{
   position: absolute;
      top: 15px;
    left: 20px;
    font-family: Tahoma, Arial, san-serif;
    font-size: 15px;
    color: #605f5f;
}
p.new_passw{
  position: absolute;
      top: 15px;
    left: 20px;
    font-family: Tahoma, Arial, san-serif;
    font-size: 15px;
    color: #605f5f;
}

.am-pass-indicator-wrap{
  width: 100% !important;
}
.am-pass-indicator-bar_bar{
  height: 4px !important;
}
.am-cta-signup{
  background: #209fc4 !important;
      line-height: 34px !important;
      color:#fff !important;
}

.flname_new span.am-error:last-child{
  position: absolute;
    right: 205px;
    width: auto;
    bottom: 0;
}

#stripe-card-element{
      width: 300px;
}

.am-layout-two-coll h2{
  font-size: 21px !important;
}

.am-body-content h2{
  font-size: 24px !important;
}

ul.am-tabs li.active, ul.am-tabs li.normal:hover{
  background: #a9bb5c !important;

}

ul.am-tabs li.active a, ul.am-tabs li.normal:hover a{
  color:#fff !important;
  
}
ul.am-tabs li.active > a, ul.am-tabs li.normal > a:hover{
  border-color: #a9bb5c !important;
}