@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('../fonts/ProximaNova-Regular.eot');
  src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg'),
       url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
       url('../fonts/ProximaNova-Regular.woff') format('woff'),
       url('../fonts/ProximaNova-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: 'ProximaNovaT-Thin';
  src: url('../fonts/ProximaNovaT-Thin.eot');
  src: url('../fonts/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ProximaNovaT-Thin.svg#ProximaNovaT-Thin') format('svg'),
       url('../fonts/ProximaNovaT-Thin.ttf') format('truetype'),
       url('../fonts/ProximaNovaT-Thin.woff') format('woff'),
       url('../fonts/ProximaNovaT-Thin.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Extrabld';
  src: url('../fonts/ProximaNova-Extrabld.eot');
  src: url('../fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld') format('svg'),
       url('../fonts/ProximaNova-Extrabld.ttf') format('truetype'),
       url('../fonts/ProximaNova-Extrabld.woff') format('woff'),
       url('../fonts/ProximaNova-Extrabld.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('../fonts/ProximaNova-Bold.eot');
  src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg'),
       url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
       url('../fonts/ProximaNova-Bold.woff') format('woff'),
       url('../fonts/ProximaNova-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Black';
  src: url('../fonts/ProximaNova-Black.eot');
  src: url('../fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ProximaNova-Black.svg#ProximaNova-Black') format('svg'),
       url('../fonts/ProximaNova-Black.ttf') format('truetype'),
       url('../fonts/ProximaNova-Black.woff') format('woff'),
       url('../fonts/ProximaNova-Black.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

.show-web {
  display: block;
}


.inner-banner{ background: #E8ECF2 url(../images/gray-bg.jpg) no-repeat center top; background-position: 50% 50%; margin: 0px!important; position:inherit!important;}
.get-started-btn{ background: #fff; text-align: center;}

.inner-banner .btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  font-family: 'ProximaNova-Regular', Tahoma, Geneva, Verdana, sans-serif;
}


.inner-banner .btn span:after { border: solid #ffffff;  padding: 5px;  transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border-width: 0 2px 2px 0;}
  
    .inner-banner .btn:hover span {
    padding-right: 25px;
  }
  
  .inner-banner .btn:hover span:after {
    opacity: 1;
    right: 0;
  }



.inner-banner .btn{  transition: all 0.5s; border-radius: 20px; background: #1e6298; border: solid 1px #1e6298; color: #fff; padding: 6px 30px; display: inline-block; font-size: 18px;}

.inner-banner .btn span:after {
  content: '';
  border: solid #ffffff;
  padding: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-width: 0 2px 2px 0;
  position: absolute;
  opacity: 0;
  top: 8px;
  right: -10px;
  transition: 0.5s;
}

.smart-ds{ width: 100%; float: left; margin: 60px 0 0;}
.smart-ds h6{ color: #333333; font-size: 20px; font-weight: 600; text-align: center; font-family: 'ProximaNovaT-Thin', Tahoma, Geneva, Verdana, sans-serif}
.smart-ds-block{display: grid; grid-gap: 25px; grid-template-columns: repeat(4, calc(25% - 20px));}
.smart-ds-item{ width: 100%; float: left; background: #f2f2f2; border-radius: 15px; padding: 25px 40px; margin-top: 25px;  transition: transform .3s; }
.smart-ds-item:hover{ transform: scale(1.1);}
.smart-ds-item .icon{width: 85px; height: 85px; text-align: center; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #fff; box-shadow: 0px 0px 43px rgba(0, 0, 0, 0.18); }
.smart-ds-item .icon img{  padding: 10px; height: 73px;}
.smart-ds-item a{ color: #333333;}
.smart-ds-item h4{ font-size: 20px; font-family: 'ProximaNova-Bold', Tahoma, Geneva, Verdana, sans-serif; line-height: .9; padding: 8px 0px; font-weight: normal; transition: all 0.3s ease-in;}
.smart-ds-item p{ font-size: 17px; line-height: 1.3;}
.smart-ds-item :hover h4{transition: all 0.3s ease-in; color: #2d62aa;}
.center-heading{ text-align: center; position: relative; font-family: 'ProximaNova-Bold', Tahoma, Geneva, Verdana, sans-serif; font-size: 40px; color: #333333; margin: 0px 0px 15px;}
.center-heading span {color: #1e6298; font-style: normal;}
.center-heading:after{ content: ""; position: absolute; bottom: -5px; width: 10%; left: 45%; height: 3px; background: #48b0af;}
.light-gray-bg{ background: #f2f2f2; padding:30px 0px 50px;}


.light-gray-bg .smart-ds-item{ background: #fff;}
.top-requst{line-height:32px; text-align: center; padding: 0px 5px!important; margin-top: 6px; border-bottom: none!important;}
.requst-value{ position: absolute; bottom: 0px; width: 16px; height: 16px; line-height: 13px; font-size: 13px; color: #fff; background: #ff0000; border-radius: 50%; text-align: center; top: 0px;
  left: 0px; border: solid 2px #fff;}


.business-agreement{ background: #192136; border-radius: 15px; float: left; width: 100%; margin: 50px 0px 0px;}
.business-agreement .left-part{width: 40%; float: left;}
.business-agreement .left-part p{color: #cccccc; text-align:center; margin: 10px 0px 0px 15px; font-size: 16px; }
.business-agreement .left-part p span{color: #f4ab31;}
.business-agreement .left-part img{ height: 400px; object-fit: cover;}
.business-agreement .right-part{ width: 58%; float: left; padding-left: 20px; padding: 20px 0px;}
.business-agreement .right-part h2{color: #fff; font-family: 'ProximaNova-Bold', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 40px; line-height: 1.1; font-weight: normal;}
.business-agreement .right-part p{ font-size: 20px; font-weight: 400; color: #fff; border-bottom: solid 1px #fff; padding-bottom: 10px; line-height: 1.2;}
.business-agreement .right-part ul{ padding: 0px; margin: 0px; 
    grid-template-columns: repeat(2, calc(50% - 11px));
    display: grid;}
.business-agreement .right-part li{ list-style-type: none; list-style: none; float: left; width: 100%; border-right: solid 1px #fff; border-bottom: solid 1px #fff; padding: 10px 10px 10px 0px;}
.business-agreement .right-part h5{ font-size: 18px; color: #fff; line-height: 1.2; font-family: 'ProximaNova-Bold', Tahoma, Geneva, Verdana, sans-serif; font-weight: normal; padding-bottom: 5px;}

.business-agreement .right-part h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-family: 'ProximaNova-Bold', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: normal;
  padding-bottom: 5px;
}


.smart-ds-item h3 {
  font-size: 20px;
  font-family: 'ProximaNova-Bold', Tahoma, Geneva, Verdana, sans-serif;
  line-height: .9;
  padding: 8px 0px;
  font-weight: normal;
  transition: all 0.3s ease-in;
}

.smart-ds-item a:hover h3 {
  transition: all 0.3s ease-in;
  color: #2d62aa;
}

.business-agreement .right-part li p{ font-size: 18px; color: #fff; font-weight: 300; line-height: 1.2; padding-left: 28px; border-bottom: none;  font-family: 'ProximaNova-Regular', Tahoma, Geneva, Verdana, sans-serif;}
.business-agreement .right-part li .num{ font-size: 22px; font-weight: bold; float: left; padding-right: 10px; font-family: 'ProximaNova-Black', Tahoma, Geneva, Verdana, sans-serif;
    background: -webkit-linear-gradient(#f4ab31, #ffffff);
    -webkit-background-clip: text; background-clip: text; margin-top: -5px;
    -webkit-text-fill-color: transparent;}

    .business-agreement .right-part li:nth-of-type(2n){ padding-left: 10px; border-right: none;}
    .business-agreement .right-part li:nth-of-type(3n){ border-bottom: none;}
    .business-agreement .right-part li:nth-of-type(4n){ border-bottom: none;}
    .business-agreement .right-part li .learn-more{ border-radius: 20px; color: #ffffff;     border: solid 1px #fff;  float: left; padding: 4px 14px;  font-size: 15px;  margin: 10px 0px 10px 28px; transition: all 0.3s ease-in;}

  
    .business-agreement .right-part li .get-started{ border-radius: 20px;  float: left; padding: 4px 14px; font-weight: normal; font-size: 15px; border: solid 1px #fff; margin: 10px 0px 10px 10px; transition: all 0.3s ease-in; background: #fff; color: #2d62aa; border: solid 1px #fff;}
    .h-btn span {
      cursor: pointer;
      display: inline-block;
      position: relative;
      transition: 0.5s;
      font-family: 'ProximaNova-Regular', Tahoma, Geneva, Verdana, sans-serif;
    }
    
    .h-btn:hover span {
      padding-right: 15px;
    }
    
    .h-btn span:after {
      content: '';
      border: solid #fff;  padding: 4px;  transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      border-width: 0 2px 2px 0;
      position: absolute;
      opacity: 0;
      top: 6px;
      right: -10px;
      transition: 0.5s;
    }
    
    .h-btn:hover span:after {
      opacity: 1;
      right: 0;
    }
    .h-learn span:after {
      border: solid #1e6298;
      padding: 4px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      border-width: 0 2px 2px 0;
    }
    @media screen and (max-width: 767px) {
    .business-agreement .left-part{ width: 100%;}
      .business-agreement .right-part{ width: 100%; padding: 0px 15px;}
      .business-agreement .right-part p{ font-size: 17px;}
      .business-agreement .right-part li p{ font-size: 15px;}
      .business-agreement .right-part h5{ font-size: 16px; padding-bottom: 5px;}
      .business-agreement .right-part li{ border-right: none; padding: 10px 0px;}
      .business-agreement .right-part li .learn-more{ font-size: 14px;}
      .business-agreement .right-part li .get-started{ font-size: 14px;}
      .business-agreement .right-part ul{grid-template-columns: repeat(1, calc(100% - 0px));}
     
      .business-agreement .left-part img{ height: 300px; width: 100%;}
      .business-agreement .right-part h2{ font-size: 34px;}
    }

    @media only screen and (max-device-width: 1023px) {
  .show-web {
    display: none !important;
  }
}

.show-mobile {
  display: none !important;
}

@media only screen and (max-device-width: 1022px) {
  .show-mobile {
    display: block !important;
  }
  .hide-mobile{ display: none;}
}

.hide {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.short-nav {
  width: 682px;
  text-align: right;
  float: right;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 0;
  background: white;
  background: linear-gradient(94deg, rgba(255, 255, 255, 0) 0%, #f4f4f4 6%, #f4f4f4 94%, rgba(255, 255, 255, 0) 100%);
}

.short-nav span {
  font-weight: 500;
  margin: 0 5px;
}

.short-nav span a {
  font-weight: 600;
  color: #333;
  outline: none;
}

.short-nav .app-icon {
  width: 80px;
  height: 27px;
  vertical-align: middle;
  display: inline-block;
  margin: 0;
  background: url(../images/app-icons.png) no-repeat;
  background-size: 100%;
  display: inline-block;
}

.short-nav .app-icon.google {
  background-position: 0 -30px;
}

@media only screen and (max-device-width: 1024px) {
  .short-nav {
    width: 772px;
  }
}

@media only screen and (max-device-width: 1023px) {
  .short-nav {
    display: none;
  }
}

@media only screen and (max-device-width: 768px) {
  .short-nav {
    display: none;
  }
}

.header-nav {
  position: relative;
  width: 100%;
  background: #fff; z-index: 100;
}

.logo {
  position: relative;
  z-index: 123;
  padding: 5px 0 0;
  font: 18px verdana;
  color: #6DDB07;
  float: left;
  width: 15%;
}
.login-btn{ background: #1e6298; color: #fff!important; border-radius: 20px; padding: 10px 24px; font-weight: 700; display: inline-block;}
.logo a {
  color: #6DDB07;
  text-indent: 999px;
  background: url(../images/ioux-logo.svg) no-repeat;
  background-size: 100%;
  overflow: hidden;
  height: 55px;
  display: inline-block;
  width: 230px;
}

.detailLogo {
  position: absolute;
  left: 0px;
  top: 48px;
  font-size: 13px;
}

@media only screen and (max-device-width: 1024px) {
  .detailLogo {
    left: 20px;
    top: 48px;
    font-size: 9px;
  }
}

@media only screen and (max-device-width: 1023px) {
  .detailLogo {
    position: relative;
    left: 0px;
    top: 42px;
    font-size: 11px;
  }
  .header-nav{z-index: 1;}
}

@media only screen and (max-device-width: 360px) {
  .detailLogo {
    font-size: 9px;
  }
}

nav {
  position: inherit;
  max-width: 1296px;
  margin: 0 auto;
  z-index: 99;
}



@media only screen and (max-device-width: 1024px) {
  nav {
    padding: 0 16px;
  }
}

.fl-right {
  float: right;
  width: auto;
}



.fl-right .submenu-button {
  display: none;
}

.mobile-icons {
  display: none;
}

@media screen and (max-width: 1023px) {
  .mobile-icons {
 
    float: right;
  }
  .mobile-icons a {
    display: inline-block !important;
  }
  .mobile-icons a.bell-icon {
    background: url(../images/bell-icon.png) no-repeat;
    width: 16px;
    height: 32px;
    background-size: 100%;
    position: relative;
    margin: 14px 30px 0 0;
    padding: 0;
  }
  .mobile-icons a.bell-icon span {
    position: absolute;
    top: -10px;
    right: -12px;
    background: #FACC20;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    color: #000;
    font-size: 10px;
    text-align: center;
    line-height: 14px;
  }

  .mobile-icons a.request {
    background: url(../images/other-statutory-documents-white.png) no-repeat;
    width: 21px;
    height: 32px;
    background-size: 100%;
    position: relative;
    margin: 14px 15px 0 0;
    padding: 0;
  }
  .mobile-icons a.request span {
    position: absolute;
    top: -10px;
    right: -12px;
    background: #FACC20;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    color: #000;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
  }
  .mobile-icons a.counterparty {
    background: url(../images/counterparty.png) no-repeat;
    width: 20px;
    height: 32px;
    background-size: 100%;
    position: relative;
    margin: 14px 20px 0 0;
    padding: 0;
  }
  .mobile-icons a.counterparty span {
    position: absolute;
    top: -10px;
    right: -16px;
    background: #FACC20;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    color: #000;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
  }
}

.mobile-toll-free {
  display: none;
}

@media screen and (max-width: 1023px) {
  .mobile-toll-free {
  
    float: right;
    margin: 0;
    position: relative;
    z-index: 99;
  }
  .mobile-toll-free p {
    font-size: 14px;
    color: #000;
  }
  .mobile-toll-free p a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
  }
  .mobile-toll-free .sign-in {
    margin: 10px 0;
    text-align: right;
  }
  .mobile-toll-free .sign-in a {
    font-size: 14px;
    color: #000;
  }
  .mobile-toll-free .sign-in.hide {
    display: none;
  }
  .mobile-toll-free .login {
    text-align: center;
    width: 22px;
    height: 22px;
    margin-top: 8px;
    background: #1e6197;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 600;
    line-height: 24px;
    float: right;
  }
  .mobile-toll-free .login.show {
    display: inline-block;
  }
}

.myfile {
  background: #f4aa2e !important;
  color: #000 !important;
  font-weight: 500;
}

.myfile img {
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}


@media only screen and (max-width: 411px) {
  .mobile-toll-free {
    padding: 0px;
    margin-top: -5px;
  }
}

#mobile-profile {
  position: absolute !important;
  background: #fff;
  top: 50px;
  width: 200px !important;
  right: 0px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
}

#mobile-profile li {
  padding: 10px 15px !important;
}

#mobile-profile li .profile-name {
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  display: block !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

#mobile-profile li:first-child {
  background: none !important;
  text-align: center;
}

.text-left {
  text-align: left !important;
}

.user-sign {
  background: none !important;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: solid 1px #000;
  padding: 0px !important;
  text-align: center;
}

.user-sign img {
  padding: 1px;
  margin-top: 3px;
}

#mobile-profile a {
  font-size: 14px;
  color: #000;
}

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
  list-style: none;
  line-height: 1;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; z-index: 100;
}

#cssmenu:after, #cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #head-mobile {
  display: none;
}

#cssmenu {
  font-family: sans-serif;
  background: #fff;
}

#cssmenu > ul > li > a span.alert {
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 8px;
  background: #e52b26;
  border-radius: 50%;
  padding: 0;
  line-height: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff;
  line-height: 20px;
}

@media only screen and (max-device-width: 1024px) {
  #cssmenu > ul > li > a span.alert {
    left: 70px;
    right: auto;
  }
}

#cssmenu li .sign-in {
  background: #235AA6;
  border-radius: 50%;
  padding: 0;
  margin: 8px 0 0 0;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #fff!important;
  width: 30px;
  height: 30px;
}

@media only screen and (max-device-width: 1023px) {
  #cssmenu > ul > li > a.sign-in {
    display: block;
    border: 1px solid #999;
    width: 100%;
    background: #fff;
    color: #333;
    border: 0;
    text-align: left;
    margin: 0px;
  }
}

#cssmenu > ul > li.enquire {
  display: none;
}

@media only screen and (max-device-width: 1023px) {
  #cssmenu > ul > li.enquire {
    display: inline-block;
    padding: 14px 0;
  }
}

#cssmenu .show-mobile {
  display: none !important;
}

@media only screen and (max-device-width: 1023px) {
  #cssmenu .show-mobile {
    display: inline-block !important;
  }
}

#cssmenu > ul > li .profile-name {
  display: block;
  text-align: center;
  font-weight: 600;
  padding: 12px 0;

}

#cssmenu > ul > li.enquire span {
  padding: 8px 0 0 24px;
}

#cssmenu > ul > li.enquire a {
  font-weight: 600;
  padding: 8px 4px;
  width: auto;
  display: inline;
}

#cssmenu > ul > li.enquire span.timing {
  display: block;
  font-size: 12px;
}

#cssmenu > ul > li.download {
  display: none;
  border-bottom: 0;
}

.fl-right {
  float: right;
  margin-top: 14px;
}

.fl-right li a {
  font-size: 17px;
  vertical-align: top; font-family: 'ProximaNova-Regular', Tahoma, Geneva, Verdana, sans-serif; 
  color: #000;
  font-weight: 400;
  padding-right: 25px;
  display: inline-block;
}

.fl-right li {
  display: inline-block !important;
  vertical-align: middle;
}
.fl-right li span a{ font-family: 'ProximaNova-Bold', Tahoma, Geneva, Verdana, sans-serif;}


.fl-right span img {
  float: left;
  padding-top: 3px;
  margin-right: 5px;
}

@media only screen and (max-device-width: 1024px) {
  
  .fl-right li a{ padding-right: 15px;}
}

.fl-right .submenu-button {
  display: none;
}

#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
  color: #000;
}

#cssmenu > ul > li.sign-link:hover {
  background: none !important;
  color: #fff !important;
}

#cssmenu > ul > li.sign-link:hover > a.sign-in {
  color: #fff;
}

@media only screen and (max-device-width: 1023px) {
  #cssmenu > ul > li.sign-link:hover > a.sign-in {
    color: #333;
  }
}

#cssmenu > ul > li.sign-link {
  margin-left: 10px;
}

@media only screen and (max-device-width: 1023px) {
  #cssmenu > ul > li.sign-link {
    display: block;
    margin-left: 0px;
    padding: 0px;
  }
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}

#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 10px;
  height: 2px;
  display: block;
  background: #000;
  content: '';
}

#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 17px;
  right: 14px;
  display: block;
  width: 2px;
  height: 10px;
  background: #000;
  content: '';
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

#cssmenu > ul > li.sign-link.has-sub > a:after {
  display: none;
}

#cssmenu > ul > li.sign-link.has-sub > a:before {
  display: none;
}

#cssmenu > ul > li.sign-link.has-sub > a.sign-in {
  text-align: center;
  padding: 0;
}

@media only screen and (max-device-width: 1023px) {
  #cssmenu > ul > li.sign-link.has-sub > a.sign-in {
    padding: 8px 0 37px 16px;
    text-align: left;
  }
}

#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}



#cssmenu li.has-sub:hover > ul {
  left: auto;
}

#cssmenu li.has-sub:hover > ul > li {
  height: auto;
}

#cssmenu li.open > ul {
  left: auto;
}

#cssmenu li.open > ul > li {
  height: auto;
  width: 100%;
}

#cssmenu li.open > ul > li a {
  width: 100%;
  padding: 10px 15px;
  border-bottom: solid 1px #efefef;
}

#cssmenu li.sign-link.open > ul {
  right: -10px;
  top: 40px;
}

@media only screen and (max-device-width: 1023px) {
  #cssmenu li.sign-link:hover > ul {
    right: 0px;
    top: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

#cssmenu li.sign-link:hover > ul > li {
  height: auto;
  width: 100%;
  text-align: left;
}

.main-menu {
  background: #1e6298;
  width: 100%;
  display: inline-block;
}

.alert-btn {
  display: inline-block;
  position: relative;
  background: url(../images/bell-icon-black.png) no-repeat left top;
  width: 20px;
  height: 27px;
  margin-right: 20px;
  background-size: 100%;
  margin-top: 6px;
}

.alert-btn a {
  position: initial !important;
}

.alert-btn .count {
  position: absolute;
  text-align: center;
  width: 20px;
  height: 20px;
  font-size: 10px;
  line-height: 20px;
  top: -6px;
  font-weight: 600;
  left: 17px;
  background-color: #FACC20;
  color: #000;
  border-radius: 100%;
}

#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}

#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
  color: #000;
  background: #f1f1f1;
}

#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 27px;
  right: 10px;
  width: 10px;
  height: 2px;
  display: block;
  background: #000;
  content: '';
}

#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 23px;
  right: 14px;
  display: block;
  width: 2px;
  height: 10px;
  background: #000;
  content: '';
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 26px;
  height: 0;
}

#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #f1f1f1;
}

#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333;
}

#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333;
}

@media screen and (max-width: 1023px) {
  .logo {
   display: inline-block;
    top: 0;

    width: auto;
    height: 46px;
    text-align: left;
    padding: 5px 0 0 0px;
    float: none;
  }
  .logo2 {
    display: none;
  }
  nav {
    width: 100%;
  }
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
  }
  #cssmenu ul li {
    width: 100%;
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  }
  #cssmenu ul ul li, #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul li {
    background: #fff !important;
  }
  #cssmenu ul ul li:hover {
    background: #f1f1f1 !important;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #000;
    background: none;
  }
  #cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
    color: #000;
  }
  #cssmenu ul ul, #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
    margin-bottom: 0;
  }
  #cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700;
  }
  .nav-button {
    width: 55px;
    height: 46px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 12399994;
  }
  nav{ position: inherit!important;}
  .nav-button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 5px;
    width: 20px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    content: '';
  }
  .nav-button:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #333;
    content: '';
  }
  .nav-button.menu-opened:after {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    top: 24px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-button.menu-opened:before {
    top: 24px;
    background: #333;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #444;
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #f1f1f1;
  }
  #cssmenu ul ul .submenu-button {
    height: 60px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #333;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 25px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #333;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #333;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 22px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  #cssmenu ul ul ul li.active a {
    border-left: none;
  }
  #cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
  #cssmenu .fl-right.open {
    position: fixed;
    overflow: auto;
    height: calc(100vh - 45px);
    z-index: 999;
    background: #fff;
    -webkit-transition: 100 .7s ease-in;
    transition: 100 .7s ease-in;
    left: 0;
  }
}

.mobile-icons {
  display: none;
}

@media screen and (max-width: 1023px) {
  .mobile-icons {
    display: block;
    float: right;

  }
  .mobile-icons a {
    display: inline-block !important;
  }
  .mobile-icons a.bell-icon {
    background: url(../images/bell-icon.png) no-repeat;
    width: 16px;
    height: 32px;
    background-size: 100%;
    position: relative;
    margin: 18px 20px 0 0;
    padding: 0;
  }
  .mobile-icons a.bell-icon span {
    position: absolute;
    top: -10px;
    right: -12px;
    background: #FACC20;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    color: #000;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
  }
  .mobile-icons a.counterparty {
    background: url(../images/counterparty.png) no-repeat;
    width: 20px;
    height: 32px;
    background-size: 100%;
    position: relative;
    margin: 14px 20px 0 0;
    padding: 0;
  }
  .mobile-icons a.counterparty span {
    position: absolute;
    top: -10px;
    right: -16px;
    background: #FACC20;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    color: #000;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
  }
}

.mobile-toll-free {
  display: none;
}

@media screen and (max-width: 1023px) {
  .mobile-toll-free {
    display: block;
    float: right;
    padding: 25px 0px 10px;
    position: relative;
    z-index: 99;
  }
  .mobile-toll-free img{ float: left; margin-right: 5px;}
  .mobile-toll-free p {
    font-size: 13px;
    color: #000;
  }
  .mobile-toll-free p a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
  }
  .mobile-toll-free .sign-in {
    margin: 10px 0;
    text-align: right;
  }
  .mobile-toll-free .sign-in a {
    font-size: 14px;
    color: #000;
  }
  .mobile-toll-free .sign-in.hide {
    display: none;
  }
  .mobile-toll-free .login {
    text-align: center;
    width: 25px;
    height: 25px;
    margin: 8px 0px;
    background: #1e6197;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 600;
    line-height: 26px;
    float: right;
  }
  .mobile-toll-free .login a {
    color: #fff;
  }
  .mobile-toll-free .login.show {
    display: inline-block;
  }
}

.download .get-app {
  width: 100px;
  height: 35px;
  margin-top: 5px;
  background: url(../images/app-icons.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  margin: 0px 10px 0 16px;
  border-bottom: none !important;
}

.get-app.google {
  margin: 0;
  background-position: 0 -48px;
}

@media only screen and (max-device-width: 1023px) {
  .download {
    display: inline-block;
    padding: 0px;
  }

}

.download span.download-app {
  padding: 16px 0 8px  16px;
  display: block;
 
}

footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%; float: left;
  margin: 0px 0 0px; background: #192136;
}

/* @media only screen and (max-device-width: 1024px) {
  footer {
    padding: 0 16px;
  }
} */



footer .container ul {
  width: 19%;
  display: inline-block;
  padding: 32px 0 15px;
  vertical-align: top;
}
footer .container ul:nth-child(4){ width: 15%;}
footer .container ul:nth-child(5){ width: 25%;}

footer .container ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 22px; font-family: 'ProximaNova-Bold', Tahoma, Geneva, Verdana, sans-serif;
  color: #7e859f;
  font-weight: normal;
}
footer .container ul .form-control{ border-radius: 5px; background: #fff; width: 100%; border: none; padding: 13px 15px; margin-top: 20px;}
footer .container form input::placeholder{ font-family: 'Segoe UI'; letter-spacing: 1px; font-size: 14px;}
footer .container ul .submit-btn{ width: 100%; border-radius: 5px; cursor: pointer; text-align: center; background: #2d62aa; color: #fff; padding: 13px 0px; letter-spacing: 1px; margin-top: 20px; font-size: 16px; font-weight: 600;  border: none;}
footer .container ul .enquiries{ color: #fff; font-size: 17px;}
footer .container ul .enquiries img{ float: left; width: 28px; margin-right: 5px; margin-top: 5px;}
footer .container ul li small{ font-size: 14px; color: #fff; font-family: 'ProximaNova-Regular', Tahoma, Geneva, Verdana, sans-serif;}
footer .container ul li a {
  color: #fff;
  font-size: 16px;
  margin: 16px 0 0;
  display: inline-block; font-family: 'ProximaNova-Regular', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 300;
}

footer .container ul li a:hover {
  color: #fff; text-decoration: underline;
}

footer .container ul li a.tel {
  font-weight: 500;
}

footer .container ul li.app-link {
  padding: 16px 0 8px;
}

footer .container ul li.app-link span.head {
  margin-top: 10px;
  padding: 10px 0 0;
  font-size: 14px;
  margin: 0;
}

footer .container .app-link .app {
  background: url(../images/app-icons.png) no-repeat;
  background-size: 100%;
  width: 120px; margin-right: 10px;
  height: 41px;
  display: inline-block;
  margin-top: 5px;
}

footer .container .app-link .app.google {
  background-position: 0 -58px;
}

footer .container .app-link .social {
  background: url(../images/social-icon.png) no-repeat;
  background-size: 100%;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: 5px 10px 0 0;
}

footer .container .app-link .social.fb {
  background-position: 0 -37px;
}

footer .container .app-link .social.linkedin {
  background-position: 0 -56px;
}

footer .container .app-link .social.twitter {
  background-position: 0 -112px;
}

footer .container .app-link .social.youtube {
  background-position: 0 -168px;
}

@media only screen and (max-device-width: 767px) {
  footer .container ul {
    width: calc(50% - 15px)!important;
    padding: 16px 0;
  }
}

@media only screen and (max-device-width: 560px) {
  footer .container ul {
    width: calc(50% - 15px)!important;
    padding: 16px 0;
  }
  

}

footer .copyright {
  border: 1px solid #293658; margin-top: 10px;
  border-width: 1px 0 0; width: 100%; display: inline-block;
}

footer .copyright p {
  color: #fff;
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
}
footer .social-media{ width: 100%; display: block; padding-bottom: 10px;}
footer .social-media .app-link{ float: left; width: 50%; display: flex; align-items: center;}
footer .app-link-part{ width: 50%; float: right; text-align: right; justify-content: space-between; display: flex;}
footer .app-link-part .app-link{ width: 100%; display: inline-block; }
footer .app-link-part .app-link span{margin-top: 10px;}
footer .social-media .app-link span{font-size: 22px; color: #7e859f; font-weight: 400; vertical-align: top; margin-right: 15px;  display: inline-block;  font-family: 'ProximaNova-Bold', Tahoma, Geneva, Verdana, sans-serif;}
footer .social-media .app-link div{ display: inline-block;}

body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p {
  margin: 0;
  padding: 0;
}

.oh {
  overflow: hidden;
}

.container {
  max-width: 1296px;
  margin: 0 auto;
}

@media only screen and (max-device-width: 1024px) {
  .container {
    max-width: 100%;
    /* padding: 0 16px; */
  }
}

main {
  width: 100%;
  margin: 0 auto;
}

main .header {
  padding-top: 0px; position: relative; z-index: 99;
  /* background: #e4fef7;
  background: -webkit-gradient(linear, left top, left bottom, from(#e4fef7), to(white));
  background: linear-gradient(180deg, #e4fef7 0%, white 100%); */
}

main .header .container {
  max-width: 1296px;
  margin: 0 auto;
}

@media only screen and (max-device-width: 1024px) {
  main .header .container {
    padding: 0 0px;
  }
}

main .header .container .top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}

@media only screen and (max-device-width: 1023px) {
  main .header .container .top-section {
    margin-bottom: 0px;
  }
}

@media only screen and (max-device-width: 1023px) {
  main .header .container .top-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

main .header .container .top-section .left-section {
  width: 50%;
}
main .header .container .top-section .left-section p{ font-size: 18px;}

main .header .container .top-section .left-section.wide {
  width: 100%;
}

main .header .container .top-section .left-section .rent-agreement-pic {
  float: right;
  width: 490px;
}

@media only screen and (max-device-width: 767px) {
  main .header .container .top-section .left-section .rent-agreement-pic {
    width: 100%;
    margin: 0 0 30px;
  }
}

@media only screen and (max-device-width: 1023px) {
  main .header .container .top-section .left-section {
    width: 100%;
    margin-bottom: 30px;
    /* -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; */
  }
}

/* @media only screen and (max-device-width: 767px) {
  main .header .container .top-section .left-section {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
} */

main .header .container .top-section .left-section p.head {
  font-size: 28px;
  line-height: 36px;
  padding-bottom: 10px;
  color: #235AA6;
  font-weight: 500;
}

@media only screen and (max-device-width: 1023px) {
  main .header .container .top-section .left-section p.head br {
    display: none;
  }
}

@media only screen and (max-device-width: 767px) {
  main .header .container .top-section .left-section p.head {
    font-size: 18px;
    line-height: 24px;
  }
  main .header .container .top-section .left-section p.head br {
    display: none;
  }
}

main .header .container .top-section .left-section h1 {
  font-size: 42px;
  line-height: 42px;
  padding-bottom: 10px; font-family: 'ProximaNova-Bold';
  color: #333333;
  font-weight: 500; padding-bottom: 20px;
}
.inner-banner h2{ color: #1e6298!important; font-size: 24px!important; line-height: 1.2!important; font-family: 'ProximaNova-Bold', Tahoma, Geneva, Verdana, sans-serif; padding-bottom: 20px;}
.inner-banner p{ font-size: 22px!important; line-height: 1.3; padding-bottom: 20px;}


@media only screen and (max-device-width: 1023px) {
  main .header .container .top-section .left-section h1 br {
    display: none;
  }
}

@media screen and (max-width: 1150px) {

  main .main-content-area{ width: 100%; margin: 0px;}
  main .header .container .top-section .left-section h1{ font-size: 36px; padding: 20px 0px;}

  }

@media only screen and (max-device-width: 767px) {
  main .header .container .top-section .left-section h1 {
    font-size: 22px;
    line-height: 24px;
  }
  main .header .container .top-section .left-section h1 br {
    display: none;
  }
}

main .header .container .top-section .left-section h2 {
  font-size: 16px;
  line-height: 16px;
  color: #000;
  font-weight: 500;
}

@media only screen and (max-device-width: 1023px) {
  main .header .container .top-section .left-section h2 br {
    display: none;
  }
}

@media only screen and (max-device-width: 767px) {
  main .header .container .top-section .left-section h2 {
    font-size: 18px;
    line-height: 24px;
  }
  main .header .container .top-section .left-section h2 br {
    display: none;
  }
}

main .header .container .top-section .left-section p.subhead {
  font-size: 18px;
  line-height: 24px;
  color: #333;
  padding: 10px 0 0;
}

@media only screen and (max-device-width: 1023px) {
  main .header .container .top-section .left-section p.subhead br {
    display: none;
  }
}

@media only screen and (max-device-width: 767px) {
  main .header .container .top-section .left-section p.subhead {
    padding: 10px 0 10px;
    font-size: 16px;
    line-height: 20px;
  }
  main .header .container .top-section .left-section p.subhead br {
    display: none;
  }
}

main .header .container .top-section .left-section p.subhead a.seo-links {
  color: #333;
  font-weight: 600;
}

main .header .container .top-section .left-section p.subhead span.terms {
  font-weight: 500;
}

main .header .container .top-section .left-section ol {
  margin: 0;
  padding: 14px 0 0 30px;
}

main .header .container .top-section .left-section ol li {
  margin: 0;
  padding: 0 0 12px;
  font-size: 18px;
}

main .header .container .top-section .left-section .list-items {
  width: 720px;
  padding-top: 10px;
}

main .header .container .top-section .left-section .list-items ul {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

main .header .container .top-section .left-section .list-items ul li {
  margin: 0px 0 0 30px;
  padding: 0 0 8px;
  font-size: 18px;
  color: #333;
}

main .header .container .top-section .left-section .list-items ul.mid-6 {
  width: 48%;
  display: inline-block;
}

main .header .container .top-section .right-section {
  width: 50%;
}

main .header .container .top-section .right-section img {
  width: 100%; padding: 0px 0px 0px;
}


@media only screen and (max-device-width: 1023px) {
  main .header .container .top-section .right-section img {
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }
}

main .header .container .top-section .right-section img.hide-web {
  display: none;
}

@media only screen and (max-device-width: 767px) {
  main .header .container .top-section .right-section img.hide-web {
    display: block;
  }
}

main .header .container .top-section .right-section img.hide-mobile {
  display: block;
}

@media only screen and (max-device-width: 767px) {
  main .header .container .top-section .right-section img.hide-mobile {
    display: none;
  }
}

@media only screen and (max-device-width: 1023px) {
  main .header .container .top-section .right-section {
    width: 100%;
    margin-bottom: 30px;
   
    padding: 0;
  }
}

/* @media only screen and (max-device-width: 767px) {
  main .header .container .top-section .right-section {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
  }
} */

main .header .container .top-section-rent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

@media only screen and (max-device-width: 1023px) {
  main .header .container .top-section-rent {
    margin-bottom: 0px;
  }
}

@media only screen and (max-device-width: 1023px) {
  main .header .container .top-section-rent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

main .header .container .top-section-rent .left-section {
  width: 100%;
}

main .header .container .top-section-rent .left-section .rent-agreement-pic {
  float: right;
  width: 400px;
  margin-left: 40px;
}

@media only screen and (max-device-width: 767px) {
  main .header .container .top-section-rent .left-section .rent-agreement-pic {
    width: 100%;
    margin: 0 0 30px;
  }
}

@media only screen and (max-device-width: 1023px) {
  main .header .container .top-section-rent .left-section {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (max-device-width: 767px) {
  main .header .container .top-section-rent .left-section {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

main .header .container .top-section-rent .left-section p.head {
  font-size: 28px;
  line-height: 36px;
  padding-bottom: 10px;
  color: #235AA6;
  font-weight: 500;
}

@media only screen and (max-device-width: 1023px) {
  main .header .container .top-section-rent .left-section p.head br {
    display: none;
  }
}

@media only screen and (max-device-width: 767px) {
  main .header .container .top-section-rent .left-section p.head {
    font-size: 18px;
    line-height: 24px;
  }
  main .header .container .top-section-rent .left-section p.head br {
    display: none;
  }
}

main .header .container .top-section-rent .left-section h1 {
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 5px;
  color: #235AA6;
  font-weight: 500;
}

@media only screen and (max-device-width: 1023px) {
  main .header .container .top-section-rent .left-section h1 br {
    display: none;
  }
}

@media only screen and (max-device-width: 767px) {
  main .header .container .top-section-rent .left-section h1 {
    font-size: 18px;
    line-height: 24px;
  }
  main .header .container .top-section-rent .left-section h1 br {
    display: none;
  }
}

main .header .container .top-section-rent .left-section h1 span {
  color: #000;
}

main .header .container .top-section-rent .left-section h2 {
  font-size: 16px;
  line-height: 16px;
  color: #000;
  font-weight: 500;
}

@media only screen and (max-device-width: 1023px) {
  main .header .container .top-section-rent .left-section h2 br {
    display: none;
  }
}

@media only screen and (max-device-width: 767px) {
  main .header .container .top-section-rent .left-section h2 {
    font-size: 18px;
    line-height: 24px;
  }
  main .header .container .top-section-rent .left-section h2 br {
    display: none;
  }
}

main .header .container .top-section-rent .left-section p.subhead {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  padding: 0px 0 0 0;
}

@media only screen and (max-device-width: 1023px) {
  main .header .container .top-section-rent .left-section p.subhead br {
    display: none;
  }
}

@media only screen and (max-device-width: 767px) {
  main .header .container .top-section-rent .left-section p.subhead {
    padding: 10px 0 10px;
    font-size: 16px;
    line-height: 20px;
  }
  main .header .container .top-section-rent .left-section p.subhead br {
    display: none;
  }
}

.seo-links {
  color: #235AA6;
  border-bottom: 1px solid #3877a5;
  padding-bottom: 1px;
  font-weight: 600;
}

main .header .container .top-section-rent .left-section p.subhead span.terms {
  font-weight: 500;
  padding-top: 20px;
  display: block;
}

main .header .container .top-section-rent .left-section ol {
  margin: 0;
  padding: 14px 0 0 30px;
}

main .header .container .top-section-rent .left-section ol li {
  margin: 0;
  padding: 0 0 12px;
  font-size: 18px;
}

main .header .container .top-section-rent .left-section .list-items {
  width: 700px;
  padding-top: 10px;
}

@media only screen and (max-device-width: 767px) {
  main .header .container .top-section-rent .left-section .list-items {
    width: 100%;
  }
}

main .header .container .top-section-rent .left-section .list-items ul {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

main .header .container .top-section-rent .left-section .list-items ul li {
  margin: 0px 0 0 30px;
  padding: 0 0 10px;
  font-size: 16px;
  color: #333;
}

main .header .container .top-section-rent .left-section .list-items ul.mid-6 {
  width: 48%;
  display: inline-block;
}

@media only screen and (max-device-width: 767px) {
  main .header .container .top-section-rent .left-section .list-items ul.mid-6 {
    width: 100%;
  }
}

main .header .container .top-section-rent .right-section {
  width: 50%;
}

main .header .container .top-section-rent .right-section img {
  width: 100%;
}

@media only screen and (max-device-width: 1023px) {
  main .header .container .top-section-rent .right-section img {
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }
}

main .header .container .top-section-rent .right-section img.hide-web {
  display: none;
}

@media only screen and (max-device-width: 767px) {
  main .header .container .top-section-rent .right-section img.hide-web {
    display: block;
  }
}

main .header .container .top-section-rent .right-section img.hide-mobile {
  display: block;
}

@media only screen and (max-device-width: 767px) {
  main .header .container .top-section-rent .right-section img.hide-mobile {
    display: none;
  }
}

@media only screen and (max-device-width: 1023px) {
  main .header .container .top-section-rent .right-section {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
  }
}

@media only screen and (max-device-width: 767px) {
  main .header .container .top-section-rent .right-section {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
  }
}

main .why-rent {
  background: #f5f5f5;
}

main .why-rent .container {
  padding: 30px 0;
}

@media only screen and (max-device-width: 1024px) {
  main .why-rent .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

main .why-rent .container h2 {
  font-size: 20px;
  color: #333;
  font-weight: 500;
}

main .why-rent .container h2 span {
  color: #235AA6;
}

main .why-rent .container p.subhead {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0 0;
}

main .why-rent .container .list {
  margin: 10px 0 0 20px;
  padding: 0;
}

main .why-rent .container .list li {
  margin: 0;
  padding: 0 0 10px;
  font-size: 16px;
}

main .rent-process-block {
  background: #fff;
}

main .rent-process-block .container {
  padding: 30px 0;
}

@media only screen and (max-device-width: 1024px) {
  main .rent-process-block .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

main .rent-process-block .container h2 {
  font-size: 20px;
  color: #333;
  font-weight: 500;
  padding-bottom: 30px;
}

main .rent-process-block .container h2 span {
  color: #48b0af;
}

main .rent-process-block .container .text-block {
  font-size: 16px;
  line-height: 24px;
}

main .rent-process-block .container .text-block .web {
  display: block;
  max-width: 800px;
  margin: 0 auto;
}

@media only screen and (max-device-width: 767px) {
  main .rent-process-block .container .text-block .web {
    display: none;
  }
}

main .rent-process-block .container .text-block .mobile {
  display: none;
  max-width: 800px;
  margin: 0 auto;
}

@media only screen and (max-device-width: 767px) {
  main .rent-process-block .container .text-block .mobile {
    width: 100%;
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
}

main .rent-process-block .container p.sub-head {
  font-size: 16px;
  line-height: 24px;
  padding: 20px 0 0;
}

main .rent-process-block .container .list {
  margin: 10px 0 0 20px;
  padding: 0;
}

main .rent-process-block .container .list li {
  margin: 0;
  padding: 0 0 8px;
  font-size: 16px;
}

main .use-rent {
  background: #f5f5f5;
}

main .use-rent .container {
  padding: 30px 0;
}

@media only screen and (max-device-width: 1024px) {
  main .use-rent .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

main .use-rent .container h2 {
  font-size: 20px;
  color: #333;
  font-weight: 500;
}

main .use-rent .container h2 span {
  color: #48b0af;
}

main .use-rent .container p.sub-head {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 20px 0 0;
}

main .use-rent .container .list {
  margin: 10px 0 0 20px;
  padding: 10px 0 0 0;
}

main .use-rent .container .list li {
  margin: 0;
  padding: 0 0 10px 10px;
  font-size: 16px;
}

main .how-does-it-work {
  background: #eaedf2;
}

main .how-does-it-work .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main .how-does-it-work .container .img-block {
  width: 50%;
}

main .how-does-it-work .container .img-block img {
  width: 100%;
}

@media only screen and (max-device-width: 767px) {
  main .how-does-it-work .container .img-block {
    width: 100%;
  }
}

main .how-does-it-work .container .text-block {
  width: 50%;
}

@media only screen and (max-device-width: 767px) {
  main .how-does-it-work .container .text-block {
    width: 100%;
  }
}

main .how-does-it-work .container .text-block h2 {
  font-size: 32px;
  font-weight: 500;
  color: #333;
  line-height: 36px;
}

main .how-does-it-work .container .text-block h2 span {
  color: #48B0AF;
}

@media only screen and (max-device-width: 1023px) {
  main .how-does-it-work .container .text-block h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media only screen and (max-device-width: 767px) {
  main .how-does-it-work .container .text-block h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

main .how-does-it-work .container .text-block p.subhead {
  font-size: 18px;
  line-height: 24px;
  color: #333;
  padding: 10px 0 0;
}

main .how-does-it-work .container .text-block p.subhead a.seo-link {
  color: #333;
  font-weight: 600;
}

@media only screen and (max-device-width: 767px) {
  main .how-does-it-work .container .text-block p.subhead {
    padding: 10px 0 10px;
    font-size: 16px;
    line-height: 20px;
  }
}

main .how-does-it-work .container .text-block .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0 0;
}

main .how-does-it-work .container .text-block .btn .link {
  border-radius: 4px;
  width: 48%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  display: inline-block;
}

main .how-does-it-work .container .text-block .btn .link.how-it-works {
  margin-right: 2%;
  background: #48B0AF;
}

main .how-does-it-work .container .text-block .btn .link.get-started {
  background: #235AA6;
}

@media only screen and (max-device-width: 1023px) {
  main .how-does-it-work .container .text-block .btn .link {
    font-size: 18px;
  }
}

@media only screen and (max-device-width: 767px) {
  main .how-does-it-work .container .text-block .btn .link {
    font-size: 16px;
  }
}

@media only screen and (max-device-width: 767px) {
  main .how-does-it-work .container .text-block .btn {
    margin: 16px 0;
  }
}



main .invoice-how-does-it-work .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main .invoice-how-does-it-work .container .text-block {
  width: 100%;
  padding: 40px 0 0px;
}

@media only screen and (max-device-width: 767px) {
  main .invoice-how-does-it-work .container .text-block {
    width: 100%;
  }
}

main .invoice-how-does-it-work .container .text-block h2 {

  font-weight: 500;
  color: #333;
  line-height: 36px;
}


@media only screen and (max-device-width: 1023px) {
  main .invoice-how-does-it-work .container .text-block h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media only screen and (max-device-width: 767px) {
  main .invoice-how-does-it-work .container .text-block h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

.subhead {
  font-size: 18px;
  line-height: 24px;
  color: #333;
  padding: 10px 0 0;
}
.bullet-point{width: 100%;padding: 0px 0px 20px 20px!important; }

.bullet-point li{ list-style: disc; width: 100%; float: left; padding: 5px 0px!important;}

main .invoice-how-does-it-work .container .text-block p.subhead a.seo-link {
  color: #333;
  font-weight: 600;
}

@media only screen and (max-device-width: 767px) {
  main .invoice-how-does-it-work .container .text-block p.subhead {
    padding: 10px 0 10px;
    font-size: 16px;
    line-height: 20px;
  }
}

main .invoice-how-does-it-work .container .text-block .invoice-image img {
  width: 100%;
  margin: 20px auto 10px;
}

main .invoice-how-does-it-work .container .text-block .invoice-image img.mobile {
  display: none;
}

@media only screen and (max-device-width: 767px) {
  main .invoice-how-does-it-work .container .text-block .invoice-image img.web {
    display: none;
  }
  main .invoice-how-does-it-work .container .text-block .invoice-image img.mobile {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
  }
}

main .invoice-how-does-it-work .container .text-block .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0 0;
}

main .invoice-how-does-it-work .container .text-block .btn .link {
  border-radius: 20px;
  width: auto;
  text-align: center;
  font-size: 20px;
  color: #fff;
  padding: 6px 40px;
  display: inline-block;

}

main .invoice-how-does-it-work .container .text-block .btn .link.how-it-works {
  margin-right: 2%;
  background: #48B0AF;
}

main .invoice-how-does-it-work .container .text-block .btn .link.get-started {
  background: #235AA6;
}

@media only screen and (max-device-width: 1023px) {
  main .invoice-how-does-it-work .container .text-block .btn .link {
    font-size: 18px;
  }
}

@media only screen and (max-device-width: 767px) {
  main .invoice-how-does-it-work .container .text-block .btn .link {
    font-size: 16px;
  }
}

@media only screen and (max-device-width: 767px) {
  main .invoice-how-does-it-work .container .text-block .btn {
    margin: 16px 0;
  }
}

main .benifits {
  margin: 20px 0;
}

main .benifits h3.head {
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  padding: 16px 0;
 font-family: 'ProximaNova-Bold';
}

main .benifits h3.head span {
  color: #333;
}

@media only screen and (max-device-width: 767px) {
  main .benifits h3.head {
    font-size: 18px;
    line-height: 24px;
  }
}

main .benifits ul {
  margin: 0;
  padding: 0;  display: grid; grid-gap: 25px;
  grid-template-columns: repeat(2, calc(50% - 15px)); 
}

main .benifits ul li {
  position: relative;
  list-style: none; background: #48b0af; text-align: center;
  margin: 0 0 0px 0px; transition:all 0.3s ease-in}
  main .benifits ul li:hover{transform: translate(0, -10px);}

main .benifits ul li:nth-child(2){ background: #235aa6;}
main .benifits ul li:nth-child(3){ background: #22a0d2;}
main .benifits ul li:nth-child(4){ background: #c57d05;}
main .benifits ul li:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 35px 35px 0 0;
  border-style: solid;
  border-color: #3a8d8d #fff;
}
main .benifits ul li:nth-child(2):before{ border-color: #1c4885 #fff;}
main .benifits ul li:nth-child(3):before{ border-color: #1b81a9 #fff;}
main .benifits ul li:nth-child(4):before{ border-color: #9e6404 #fff;}






main .benifits ul li p {
  font-size: 18px;
  font-weight: 500; color: #fff;
  padding: 18px;
  line-height: 24px;
}





main .benifits ul li i.icon {
  width: 40px; display: inline-block; border-radius: 50%;     font-family: 'ProximaNova-Bold'; font-style: normal; font-size: 1.5rem; line-height: 1.7;
  height: 40px; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16); background: #fff; text-align: center; color: #48b0af;

}
main .benifits ul li:nth-child(2) i.icon{ color: #235aa6;}
main .benifits ul li:nth-child(3) i.icon{ color: #22a0d2;}
main .benifits ul li:nth-child(4) i.icon{ color: #c57d05;}

@media only screen and (max-device-width: 767px) {
  main .benifits ul li i.icon {
    top: 17px;
    left: 15px;
  }
}

main .benifits ul li i.icon.due-date {
  background-position: 2px -44px;
}

main .benifits ul li i.icon.document {
  background-position: 6px -92px;
}

main .benifits ul li i.icon.risk {
  background-position: 4px -144px;
}

main .benifits p.sub-head {
  font-size: 18px;
  color: #333;
}

main .benifits p.sub-head span {
  color: #48B0AF;
}

@media only screen and (max-device-width: 767px) {
  main .benifits p.sub-head br {
    display: none;
  }
}

main .rent-benifits {
  margin: 20px 0;
  padding: 0px 0 30px;
  background: white;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #f4f6f9));
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f4f6f9));
  background: linear-gradient(to bottom, white 0%, #f4f6f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f6f9', GradientType=0 );
}

main .rent-benifits h3.head {
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  padding: 16px 0;
  font-weight: 500;
}

main .rent-benifits h3.head span {
  color: #48B0AF;
}

@media only screen and (max-device-width: 767px) {
  main .rent-benifits h3.head {
    font-size: 18px;
    line-height: 24px;
  }
}

main .rent-benifits ul {
  margin: 0;
  padding: 0;
}

main .rent-benifits ul li {
  position: relative;
  height: 50px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eaedf2;
  border-radius: 30px;
}

@media only screen and (max-device-width: 767px) {
  main .rent-benifits ul li {
    height: 76px;
    margin: 0 0 20px 0px;
  }
}

main .rent-benifits ul li p {
  font-size: 16px;
  font-weight: 500;
  padding: 18px 10px 18px 65px;
  line-height: 16px;
}

@media only screen and (max-device-width: 767px) {
  main .rent-benifits ul li p {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    padding: 18px 20px 18px 70px;
  }
}

main .rent-benifits ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  content: '';
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-device-width: 767px) {
  main .rent-benifits ul li::before {
    top: 10px;
    left: 10px;
  }
}

main .rent-benifits ul li i.icon {
  width: 28px;
  height: 40px;
  background: url(../images/rent-agreements-benifits.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 9px;
  left: 12px;
}

@media only screen and (max-device-width: 767px) {
  main .rent-benifits ul li i.icon {
    top: 18px;
    left: 24px;
  }
}

main .rent-benifits ul li i.icon.mitigate {
  background-position: 0px -95px;
}

main .rent-benifits ul li i.icon.document {
  background-position: 2px -44px;
}

main .rent-benifits p.sub-head {
  font-size: 18px;
  color: #333;
}

main .rent-benifits p.sub-head span {
  color: #48B0AF;
}

@media only screen and (max-device-width: 767px) {
  main .rent-benifits p.sub-head br {
    display: none;
  }
}

main .payment-assurance {
  padding: 10px 0;

  border-width: 1px 0;

  background: white;

}

main .payment-assurance h2.head {
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  margin: 0;
  padding: 16px 0;
  font-weight: 500;
}

main .payment-assurance h2.head span {
  color: #333;
}

@media only screen and (max-device-width: 767px) {
  main .payment-assurance h2.head {
    font-size: 18px;
    line-height: 24px;
  }
}

main .payment-assurance p.sub-content {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 30px;
}

main .legal-action .inner-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main .legal-action .inner-block .content-block {
  width: 50%;
}

@media only screen and (max-device-width: 767px) {
  main .legal-action .inner-block .content-block {
    width: 100%;
  }
}

main .legal-action .inner-block .content-block h3.head {
  color: #333;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}

main .legal-action .inner-block .content-block h3.head span {
  color: #235AA6;
}

main .legal-action .inner-block .content-block p.sub-head {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0;
}

@media only screen and (max-device-width: 767px) {
  main .legal-action .inner-block .content-block p.sub-head {
    font-size: 16px;
    line-height: 24px;
  }
}

main .legal-action .inner-block .img-block {
  width: 50%;
  text-align: center;
}

@media only screen and (max-device-width: 767px) {
  main .legal-action .inner-block .img-block {
    width: 100%;
  }
}

main .legal-action .inner-block .img-block img {
  width: 80%;
}

@media only screen and (max-device-width: 767px) {
  main .legal-action .inner-block .img-block img {
    width: 100%;
    margin: 20px 0 0;
  }
}

@media only screen and (max-device-width: 767px) {
  main .legal-action .inner-block .img-block {
    width: 100%;
  }
}

main .main-content-block {
  padding: 10px 0;

  border-width: 1px 0;
  margin: 30px 0;
  min-height: 100px;
}

main .main-content-area{ width: 65%; margin: 0px 17.5%;}
main .main-content-area h2{ margin-bottom: 0px; color: #333; line-height: 1.1; font-family: 'ProximaNova-Bold';}
main .main-content-area blockquote{ border-left: solid 8px #1e6298; padding: 0px 25px; margin-bottom: 20px; display: inline-block;}
main .main-content-area blockquote h2{ color: #1E6298; font-size: 34px; font-family: 'ProximaNova-Bold'; line-height: 1.2;}
main .main-content-area blockquote p{ font-size: 24px; line-height: 1.3;}

main .main-content-block h1.head {
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  margin: 0;
  padding: 16px 0;
  font-weight: 500;
}

main .main-content-block h1.head span {
  color: #48B0AF;
}

@media only screen and (max-device-width: 767px) {
  main .main-content-block h1.head {
    font-size: 18px;
    line-height: 24px;
  }
}

main .main-content-block p.head {
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  margin: 0;
  padding: 16px 0;
  font-weight: 500;
}

main .main-content-block p.head span {
  color: #48B0AF; font-family: 'ProximaNova-Bold';
}

@media only screen and (max-device-width: 767px) {
  main .main-content-block p.head {
    font-size: 18px;
    line-height: 24px;
  }
}

main .main-content-block p.sub-content {
  color: #333;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 30px;
}

main .main-content-block p.sub-content a.seo-link {
  color: #333;
}

main .main-content-block ul {
  margin: 0;
  padding: 0 0px 20px;
}



.bullet-point ol{
  list-style: none;
  counter-reset: item; margin-bottom: 30px; display: inline-block;
}
.bullet-point ol li {
  counter-increment: item; list-style-type: none;
  margin-bottom: 5px; font-size: 18px!important; color: #333; margin: 0px!important;
}
.bullet-point ol li:before {
  margin-right: 10px;
  content: counter(item);
  background: #1e6298;
  border-radius: 50% 0 50% 0px;
  color: #ffffff; font-weight: 600;
  width: 1.5em; height: 1.5em;
  text-align: center;
  float: left; margin-bottom: 2px;
}




main .main-content-block ul li {

  color: #333;
  padding: 0;
  font-size: 18px;
  padding: 25px;
}

main .main-content-block ul li a {
  color: #235AA6;
  font-weight: 500;
}

main .main-content-block ol {
  margin: 0;
  padding: 0;
}

main .main-content-block ol li {
  margin: 0 0 10px 20px;
  color: #333;
  padding: 0;
  font-size: 18px;
  padding: 0 0 5px;
}

main .main-content-block ol li a {
  color: #235AA6;
  font-weight: 500;
}

main .main-content-block ol li ul {
  margin: 0px 0 0 0;
}
main .main-content-block ol li ul li::before{content: ""; width: 0px; height: 0px;}
main .main-content-block ol li ul li{list-style-type: disc;}
main .main-content-block ol li ul{ padding-left: 25px;}
.get-started-bar-fixed {
  padding: 20px 0;
  width: 100%;
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 0;
}

.get-started-bar-fixed .btn {
  padding: 12px 36px;
  display: inline-block;
  margin: 0 auto;
  border-radius: 8px;
  background: #235aa6;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.get-started-bar {
  background: #e4fef7;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0;
  padding: 20px 0;
  width: 100%;
  text-align: center;
}

.get-started-bar .btn {
  padding: 12px 36px;
  display: inline-block;
  margin: 0 auto;
  border-radius: 8px;
  background: #235aa6;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.thankyou {
  width: 100%;
  text-align: center;
}

.thankyou img.tick {
  width: 100px;
  height: auto;
  margin: 0 auto;
}

.thankyou p.head {
  font-size: 32px;
  color: #1e6298;
  font-weight: 600;
  padding: 20px 0 10px;
}

.thankyou p.redirect {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  padding: 0px 0 10px;
}

.thankyou p.click-to-redirect {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  padding: 20px 0 10px;
}

.thankyou p.click-to-redirect a {
  color: #1e6298;
  border-bottom: 2px solid #1e6298;
  padding-bottom: 1px;
  display: inline-block;
}

.thankyou .loader, .thankyou .loader:after {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.thankyou .loader {
  margin: 20px auto;
  font-size: 6px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(71, 176, 175, 0.9);
  border-right: 1.1em solid rgba(71, 176, 175, 0.9);
  border-bottom: 1.1em solid rgba(71, 176, 175, 0.9);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.form-block {
  width: 700px;
  height: 400px;
  border-radius: 8px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}

@media only screen and (max-device-width: 767px) {
  .form-block {
    width: 90%;
    height: 80vh;
  }
}

.form-block .close {
  position: absolute;
  cursor: pointer;
  right: -17px;
  top: -10px;
  border-radius: 50%;
  border: 1px solid #ddd;
  width: 32px;
  height: 32px;
  opacity: 1;
  background: #fff;
}

.form-block .close:hover {
  opacity: 1;
}

.form-block .close:before, .form-block .close:after {
  position: absolute;
  left: 14px;
  content: ' ';
  height: 20px;
  width: 2px;
  top: 6px;
  background-color: #000;
}

.form-block .close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.form-block .close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.form-block p.heading {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding: 16px;
}
/*# sourceMappingURL=style.css.map */


@media screen and (max-width: 1350px) {
  nav{ max-width:95%; margin: 0 auto;}
  main .header .container{ max-width:90%; margin: 0 auto;}
  .container{ max-width:95%; margin: 0 auto;}
}


@media screen and (max-width: 1023px) {
  .fl-right{ display: none;}
  .login-btn{ background: #fff; color: #1e6298!important; border-radius: 20px; padding: 4px 12px; font-size: 16px; margin-left: 15px; font-weight: 600; float: right; margin-top: 12px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);}
  .container{ max-width:90%; margin: 0 auto;}
  }



  @media screen and (min-device-width: 1023px) and (max-device-width: 1100px) {
    .logo{ width: 15%;}
    .logo a{ width: 100%; height: 45px; margin-top: 10px;}
  }

  
  @media screen and (max-width: 767px) {
    .logo a{ width: 185px; height: 50px;}
    footer .social-media .app-link{ width: 100%!important; display: block!important;}
    footer .app-link-part{ width: 100%!important; text-align: left; float: left;}
    footer .container ul:nth-child(5){ width: 100%!important;}
    footer .container ul li a{ margin: 8px 0 0;}
    .smart-ds h6{ font-size: 17px; margin-bottom: 20px;}
    .smart-ds-block{grid-template-columns: repeat(2, calc(50% - 8px)); grid-gap: 15px;}
    .smart-ds-item{ padding: 20px 10px; margin-top: 0px;}
    .smart-ds-item .icon{ width: 75px; height: 75px;}
    .smart-ds-item h4{ font-size: 20px;}
    .smart-ds-item p{ font-size: 15px;}
    .inner-banner p{ font-size: 18px!important;}
    main .main-content-area{ width: 100%; margin: 0px;}
    main .main-content-area blockquote h2{ font-size: 24px; line-height: 1; padding-bottom: 10px;}
    main .main-content-area blockquote p{ font-size: 20px;}
    main .main-content-area blockquote{ padding-right: 0px; border-left: solid 5px #1e6298; padding: 0px 15px;}
    main .benifits ul{display: grid;
      grid-gap: 25px; grid-template-columns: repeat(1, calc(100% - 0px));}
    }

  
