@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  color: #6c6c6f;
  background-color: #fff;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

a {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
  outline: 0px;
}

a:focus, button:focus, input:focus, select:focus {
  outline: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

h2 {
  color: #262934;
  font-size: 36px;
}

img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

section {
  display: block;
  position: relative;
  padding: 100px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  section {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 768px) {
  .nopadd-ltf {
    padding-left: 0;
  }
  .nopadd-rth {
    padding-right: 0;
  }
  .nopadd {
    padding-left: 0;
    padding-right: 0;
  }
}
.nopadd-btm {
  padding-bottom: 0 !important;
}


.btn {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 0.8;
  text-transform: capitalize;
  min-width: 200px;
  padding: 20px 25px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .btn:first-of-type {
    margin-right: 25px;
  }
}
.btn-filled {
  background-color: #256be6;
}
.btn-filled:hover {
  background-color: #123d88;
  -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.05);
}
.btn-filled:hover i {
  color: #000;
  position: relative;
  z-index: 9;
}
.btn-default {
  background-color: #256be6;
  border-radius: 50px;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-default:hover {
  -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.05);
}
.btn-round, .iconBox .btn {
  border-radius: 50px;
}
.btn-outline {
  border: 2px solid #fff;
}
.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.icon-left i {
  line-height: 0.8;
  margin-right: 20px;
}
.btn span {
  position: relative;
  z-index: 2;
}
.btn span.bh {
  background: #fff;
  border: 10px solid rgba(255, 255, 255, 0.5607843137);
  border-radius: 50%;
  display: block;
  height: 0;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 0.7s ease 0s, height 0.7s ease 0s;
  transition: width 0.7s ease 0s, height 0.7s ease 0s;
  width: 0;
  z-index: 1;
  opacity: 0;
}
.btn:hover span.bh {
  height: 500px;
  width: 500px;
  opacity: 1;
}
.sec-heading {
  text-align: center;
  margin-bottom: 76px;
}

/* Header */
.header {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 88px;
  width: 100%;
  z-index: 9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.1);
}
.header.fixed-header, .fixed-header.header04, .fixed-header.header02, .fixed-header.header03 {
  position: fixed;
  background: #123d88;
}
.header03 .container {
  position: relative;
  height: 100%;
}
.header03 .logo {
  display: block;
  max-width: 200px;
}
.header03 .primary-menu {
  margin-left: auto;
}
@media screen and (max-width: 991px) {
.header03 .primary-menu ul {
    background-color: #256be6;
    display: none;
    text-align: left;
    width: 100%;
  }
  .header03 .primary-menu ul:not(.sub-menu) {
    max-height: 400px;
    overflow-y: scroll;
    padding: 10px 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
  }
}
.header03 .primary-menu ul li {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 991px) {
  .header03 .primary-menu ul li.login {
    border: none;
  }
}
@media screen and (min-width: 992px) {
  .header03 .primary-menu ul li.login a {
    padding: 5px 30px;
  }
}
.header03 .primary-menu ul li.has-menu-child i {
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 5px;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 992px) {
  .header03 .primary-menu ul li.has-menu-child i {
    right: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.header03 .primary-menu ul li.has-menu-child ul.sub-menu {
  padding-left: 15px;
  border: 1px solid #ddd;
}
@media screen and (min-width: 992px) {
  .header03 .primary-menu ul li.has-menu-child ul.sub-menu {
    background-color: #fff;
    text-align: left;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    padding: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    left: 0;
    width: 220px;
    z-index: 1;
  }
}
.header03 .primary-menu ul li.has-menu-child ul.sub-menu li {
  display: block;
}
@media screen and (min-width: 992px) {
  .header03 .primary-menu ul li.has-menu-child ul.sub-menu a {
    color: #666;
    font-size: 14px;
    padding: 8px 5px 10px 25px;
    position: relative;
  }
}
.header03 .primary-menu ul li.has-menu-child ul.sub-menu a:before {
  content: "";
  width: 7px;
  height: 1px;
  border-radius: 50%;
  background: #123d88;
  display: block;
  position: absolute;
  left: 10px;
  top: 20px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.header .primary-menu ul li.has-menu-child ul.sub-menu a:hover, .header04 .primary-menu ul li.has-menu-child ul.sub-menu a:hover, .header02 .primary-menu ul li.has-menu-child ul.sub-menu a:hover, .header03 .primary-menu ul li.has-menu-child ul.sub-menu a:hover {
  background-color: #123d88;
  color: #fff;
}
.header03 .primary-menu ul li.has-menu-child ul.sub-menu a:hover:before {
  background: #fff;
  -webkit-transform: scale(2);
          transform: scale(2);
}
.header03 .primary-menu ul li a {
  color: #fff;
  display: block;
  text-transform: capitalize;
  padding: 5px 25px;
  position: relative;
}
@media screen and (min-width: 992px) {
 .header03 .primary-menu ul li a {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 1199px) {
  .header03 .primary-menu ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .header03 .primary-menu ul li a:hover {
    background-color: #1053c8;
  }
}
.header03 .primary-menu ul li a.login.btn.btn-outline {
  padding: 11px 25px !important;
}
@media screen and (min-width: 992px) {
  .header03 .primary-menu ul li a.login.btn.btn-outline {
    min-width: auto;
    top: 13px;
    position: relative;
  }
  .header03 .primary-menu ul li a.login.btn.btn-outline:hover span {
    color: #123d88;
  }
}
@media screen and (max-width: 991px) {
  .header03 .primary-menu ul li a.login.btn.btn-outline {
    border: none;
    -moz-text-align-last: left;
         text-align-last: left;
    font-weight: 400;
  }
  .header03 .primary-menu ul li a.login.btn.btn-outline .bh {
    display: none;
  }
}
.header03 .primary-menu ul li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 991px) {
  .header03 .primary-menu ul li {
    display: block;
  }
}
.header03 .primary-menu #mobile-menu-toggler {
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  line-height: 0.8;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
  .header .primary-menu #mobile-menu-toggler, .header04 .primary-menu #mobile-menu-toggler, .header02 .primary-menu #mobile-menu-toggler, .header03 .primary-menu #mobile-menu-toggler {
    display: none;
  }
}

.header03 {
  background-color: #fff;
  position: relative;
  height: auto;
}

.header03 .primary-menu {
  margin-left: 0;
}
.header03 .primary-menu #mobile-menu-toggler {
  color: #000;
}
.header03 .primary-menu ul li:last-child {
  margin-left: auto;
}
@media screen and (min-width: 992px) {
  .header03 .primary-menu ul li a {
    color: #000;
  }
}
@media screen and (min-width: 992px) {
  .header03 .primary-menu .btn {
    background-color: #004bc8;
  }
}

.header03 .social-icons {
  display: inline-block;
}
.header03 .social-icons a:not(:last-child) {
  border-right: 1px solid #fff;
}
.header03 .login {
  padding: 5px 20px;
  border-radius: 0;
  text-transform: capitalize;
}
.header03 .login:hover {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .header03 .login {
    padding: 5px 13px;
  }
}




@media screen and (max-width: 991px) {
  .header-main {
    height: 80px;
  }
}

.header-top {
  padding: 10px 0;
  background: #002563;
}
.header-top .top-text {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
.header-top .top-text:nth-child(2) {
  margin-left: 20px;
}
.header-top .top-text i {
  margin-right: 5px;
}
.header-top .social-icons a {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  padding: 0 7px;
}
@media screen and (max-width: 575px) {
  .header-top {
    display: none;
  }
}

.primary-menu .btn span {
  color: #fff;
}
.primary-menu .btn:first-of-type {
  margin-right: 0;
}

/**
 * Banner style
 */
 .banner.v3 {
  background-image: url(../images/5.jpg);
}
.banner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #004bc8;
  opacity: 0.7;
}
@media screen and (min-width: 992px) {
  .banner {
      padding: 13% 0 8.5%;
  }
}
.banner {
  background-image: url(../images/banner/1.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.banner .ban-content h1 {
  color: #fff;
  font-size: 46px;
  line-height: 60px;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  .banner .ban-content p {
      margin-bottom: 5%;
  }
}
@media screen and (min-width: 992px) {
  .banner .ban-content p {
      line-height: 30px;
  }
}
.banner .ban-content p {
  color: #fff;
}

.home-send-money {
  background-color: #f7faff;
}
.bg-offwhite {
  background-color: #f7faff;
}
.home-send-money {
  background-color: #f7faff;
}
.mbl-screen {
  position: relative;
  overflow: hidden;
}
.home-send-money .mbl-screen:before {
  background-size: auto;
  background-position: left top;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 100%;
  bottom: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 379px;
  width: 147px;
  z-index: 1;
}

.tagline.bar {
  padding-left: 70px;
}
.tagline.bar:after {
  background-color: #256be6;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  width: 50px;
}
/**
 * Payment section
 */
 .payment .pay-img {
  max-width: 593px;
  position: relative;
}
@media screen and (min-width: 1400px) {
  .payment .pay-img {
    margin-left: -120px;
  }
}
@media screen and (max-width: 991px) {
  .payment .pay-img {
    margin-bottom: 50px;
  }
}

/**
 * Receive money 
 */
 .home-recv-money {
  overflow: hidden;
}
.home-recv-money .recv-img {
  position: relative;
}
@media screen and (min-width: 992px) {
  .home-recv-money .recv-img {
    padding-left: 10%;
  }
}
.tagline {
  color: #256be6;
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
}
.an3 {
  position: absolute;
  -webkit-transform-origin: 54% 86%;
  transform-origin: 54% 86%;
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 100%;
}
img.an1, .rcvMobile {
  position: absolute;
  bottom: 0;
  left: auto;
  max-width: 100%;
}
img.an1, .rcvMobile {
  position: absolute;
  bottom: 0;
  left: auto;
  max-width: 100%;
}

.home-two img.an1.animg3 {
  position: relative;
}

img.an1.leaf {
  position: relative;
}

img.an1.animg5 {
  top: 100%;
}

.animg1, .animg2 {
  -webkit-transform-origin: 35.7% 79.8%;
          transform-origin: 35.7% 79.8%;
}
/**
 * Features section
 */
 .features {
  background-image: url("../images/banner/2.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-bottom: 0;
  overflow: hidden;
}
.features:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #004bc8;
  opacity: 0.7;
}
.features .sec-heading {
  max-width: 770px;
  margin: 0 auto;
}
.features .sec-heading .sec-title,
.features .sec-heading .sec-subtitle {
  color: #fff;
}
.features .features-scrns {
  position: relative;
  max-width: 1570px;
  margin: 0 auto;
}
.features .features-scrns .scrn-1 {
  max-width: 892px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.features .features-scrns .scrn-2,
.features .features-scrns .scrn-3 {
  max-width: 838px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  bottom: -40px;
}
.features .features-scrns .scrn-3 {
  left: auto;
  right: 0;
}
.features-v2 {
  background-image: url("../images/banner/7.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.features-v2:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #004bc8;
  opacity: 0.7;
}
.features-v2 .content-box-fluid h2, .features-v2 .content-box-fluid p, .features-v2 .content-box-fluid span {
  color: #fff;
}
.features-v2 .content-box-fluid .tagline.bar:after {
  background-color: #fff;
}
.features-v2 .content-box-fluid a:hover span {
  color: #000;
}

.boxed {
  padding-top: 0;
  padding-bottom: 0;
}
.boxed-shadow {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 50px 30px;
}
@media screen and (max-width: 991px) {
  .boxed-shadow {
    padding: 35px 15px;
  }
}
.boxed img, .boxed-shadow img {
  margin: 0 auto 35px;
}

.listBox, .listBox-shadow {
  padding-left: 120px;
  text-align: left;
}
.listBox img, .listBox-shadow img, .listBox .roysha-icon, .listBox-shadow .roysha-icon {
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.listBox-shadow {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 30px 25px 22px 120px;
}
/**
 * Footer
 */
 .footer {
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("../images/footer-bg.png");
  background-color: #123d88;
  position: relative;
}
.footer .foo-top {
  padding: 100px 0 90px;
}
@media screen and (max-width: 479px) {
  .footer .foo-top {
    padding: 40px 0px;
  }
}
.footer .widget h5 {
  color: #fff;
  font-size: 20px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.footer .widget h5:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  height: 2px;
  width: 30px;
}
@media screen and (max-width: 575px) {
  .footer .widget h5 i {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .footer .widget {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .footer .foo-nav {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .footer .foo-nav {
    margin-bottom: 0;
  }
  .footer .foo-nav ul {
    display: none;
  }
  .footer .foo-nav h5 {
    cursor: pointer;
    margin-bottom: 0;
  }
}
.footer .foo-nav li a {
  color: #fff;
  display: block;
  font-size: 15px;
  padding: 5px 0;
  padding-left: 10px;
  position: relative;
}
.footer .foo-nav li a:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 5px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.footer .foo-nav li a:hover {
  padding-left: 15px;
}
.footer .foo-address address {
  color: #fff;
  margin-bottom: 35px;
}
.footer .foo-address address a {
  color: #fff;
}
.footer .foo-address address:last-of-type {
  margin-bottom: 0;
}
.footer .foo-btm {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 25px;
}
.footer .foo-navigation ul li {
  display: inline-block;
}
.footer .foo-navigation ul li a {
  color: #fff;
  display: block;
  font-size: 15px;
  padding-right: 20px;
}
@media screen and (max-width: 991px) {
  .footer .foo-navigation ul li a {
    font-size: 12px;
    padding-right: 12px;
  }
}
.footer .foo-navigation ul li:last-child a {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .footer .foo-navigation {
    text-align: center;
  }
}
.footer .copyright {
  color: #fff;
  font-size: 15px;
  text-align: center;
}
.footer .copyright a {
  color: #fff;
  display: inline-block;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .footer .copyright {
    text-align: right;
  }
}
@media screen and (max-width: 991px) {
  .footer .copyright {
    font-size: 12px;
  }
}

/**
 * Signup Login form section
 */
 .login-page{
  padding-top: 0;
  padding-bottom: 0;
 }
 .signup-login {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.signup-login .sl-slider-caro {
  background-color: #256be6;
  position: relative;
  padding: 10% 0 5%;
}
@media screen and (min-width: 992px) {
  .signup-login .sl-slider-caro {
    -ms-flex-preferred-size: 54.687%;
        flex-basis: 54.687%;
    max-width: 54.687%;
  }
}
@media screen and (max-width: 991px) {
  .signup-login .sl-slider-caro {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.signup-login .sl-slider-caro:before {
  background-color: #1b5ccf;
  -webkit-clip-path: polygon(0 70%, 40% 0, 60% 0, 100% 70%, 100% 100%, 0 100%);
          clip-path: polygon(0 70%, 40% 0, 60% 0, 100% 70%, 100% 100%, 0 100%);
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  z-index: 0;
}
.signup-login .sl-slider-caro .single-sl-slide img {
  max-width: 763px;
  margin: 0 auto 40px;
}
.signup-login .sl-slider-caro .content-box, .signup-login .sl-slider-caro .content-box-fluid {
  max-width: 495px;
  margin: 0 auto;
  text-align: center;
}
.signup-login .sl-slider-caro .content-box h2, .signup-login .sl-slider-caro .content-box-fluid h2, .signup-login .sl-slider-caro .content-box p, .signup-login .sl-slider-caro .content-box-fluid p {
  color: #fff;
}
.signup-login .sl-slider-caro .owl-dots {
  text-align: center;
  position: relative;
}
.signup-login .sl-slider-caro .owl-dots span {
  background-color: #134090;
  border-radius: 50%;
  display: inline-block;
  margin: 0 2px;
  height: 10px;
  width: 10px;
}
.signup-login .sl-slider-caro .owl-dots .active span {
  background-color: #fff;
}
.signup-login .sl-form-wrap {
  padding: 50px 80px;
}
@media screen and (min-width: 992px) {
  .signup-login .sl-form-wrap {
    -ms-flex-preferred-size: 45.312%;
        flex-basis: 45.312%;
    max-width: 45.312%;
  }
}
@media screen and (max-width: 991px) {
  .signup-login .sl-form-wrap {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .signup-login .sl-form-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 360px) {
  .signup-login .sl-form-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.signup-login .sl-form-wrap header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
.signup-login .sl-form-wrap .logo {
  display: inline-block;
  max-width: 138px;
}
.signup-login .sl-form-wrap .mbl-menu-toggler {
  color: #262934;
}
@media screen and (max-width: 991px) {
  .signup-login .sl-form-wrap .content-box, .signup-login .sl-form-wrap .content-box-fluid {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .signup-login .sl-form-wrap .content-box br, .signup-login .sl-form-wrap .content-box-fluid br {
    display: none;
  }
}
.signup-login .sl-form {
  max-width: 450px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .signup-login .sl-form {
    margin: 0 auto;
  }
}
.signup-login .sl-form .form-group {
  position: relative;
  margin-bottom: 30px;
}
.signup-login .sl-form .form-group label {
  color: #2f2f35;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
}
.signup-login .sl-form .form-group input:not([type=checkbox]) {
  border: 1px solid #dadada;
  border-radius: 50px;
  display: block;
  padding: 10px 25px;
  width: 100%;
}
.signup-login .sl-form .form-check {
  margin-bottom: 30px;
}
.signup-login .sl-form .form-check label {
  color: #6c6c6f;
}
.signup-login .sl-form .form-check label a {
  color: #2f2f35;
}
.signup-login .sl-form .form-check label a:hover {
  text-decoration: underline;
}
.signup-login .sl-form .form-check input {
  margin-top: 8px;
}
.signup-login .sl-form .btn {
  margin-bottom: 30px;
  text-transform: uppercase;
}
.signup-login .sl-form .notice {
  color: #2f2f35;
}
.signup-login .sl-form .notice a {
  color: #1a9948;
}
.signup-login .sl-form .notice a:hover {
  text-decoration: underline;
}

.coming-sec {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("../images/banner/14.jpg");
  background-attachment: fixed;
  padding: 11% 0;
  height: 100vh;
}
.coming-sec:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #004bc8;
  opacity: 0.7;
}
.coming-sec .bill-form {
  display: block;
}
.coming-sec .bill-form h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 50px;
}
@media screen and (max-width: 575px) {
  .coming-sec .sec-heading {
    margin-bottom: 40px;
  }
}
.coming-sec .sec-heading h2 {
  color: #fff;
  font-size: 72px;
  line-height: 72px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .coming-sec .sec-heading h2 {
    font-size: 62px;
  }
}
@media screen and (max-width: 575px) {
  .coming-sec .sec-heading h2 {
    font-size: 52px;
    line-height: 60px;
  }
}
@media screen and (max-width: 479px) {
  .coming-sec .sec-heading h2 {
    font-size: 33px;
    line-height: 40px;
  }
}
.coming-sec .sec-heading p {
  color: #fff;
}
.coming-sec #clock {
  color: #fff;
  margin-bottom: 100px;
}
.coming-sec #clock p {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
}
.coming-sec #clock span {
  background-color: #256be6;
  border-radius: 5px;
  display: block;
  font-size: 30px;
  line-height: 70px;
  margin: 15px 2px 0;
  position: relative;
  height: 70px;
  width: 50px;
  z-index: 1;
}
.coming-sec #clock span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #002563;
  height: 1px;
  width: 100%;
  z-index: -1;
}
