html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body {
  font-family: roboto;
}

h1, h2, h3, h4, h5, h6 {
  color: #3E6BB3;
  font-weight: bold;
}

h1, .h1 {
  font-size: 30px;
  line-height: 72px;
}

h2, .h2 {
  font-size: 30px;
  line-height: 49px;
}

h3, .h3 {
  font-size: 24px;
  line-height: 56px;
}

h4, .h4, .banner ul li {
  font-size: 24px !important;
  line-height: 48px;
}

p {
  color: #666;
  font-size: 16px;
  line-height: 36px;
}

h5, .h5 {
  font-size: 16px;
  line-height: 32px;
}

h6, .h6 {
  font-size: 14px;
  line-height: 28px;
}

.h-94 {
	height: 94% !important;
}

.small, .banner ul li i, small {
  font-size: .875em !important;
}

.btn {
  border-radius: 25px;
}

.btn.btn-green {
  border-color: #5FDEA1;
  background-color: #5FDEA1;
}

.btn.btn-primary {
  color: #fff;
  border-color: #60ABDF;
  background-color: #60ABDF;
}

.btn.btn-primary.btn-green {
  border-color: #5FDEA1;
  background-color: #5FDEA1;
}

.btn.btn-outline-primary {
  color: #3E6BB3;
  border-color: #3E6BB3;
}

.btn.btn-outline-primary:hover {
  border-color: #60ABDF;
  background-color: #60ABDF;
  color: #fff;
}

.btn.btn-yellow {
  border-color: #F9F58A;
  background-color: #F9F58A;
  color: #000;
}

.btn:hover {
  opacity: .8;
}

.light-blue-bg {
  background: #EEF5FA;
}

.container {
  max-width: 1500px;
}

a {
  text-decoration: none;
}

nav {
  border-top: 1px solid #f7f7f7;
  min-height: 54px;
  line-height: 54px;
}

nav .menu-main-menu-container{
  width: 100%;
}

nav ul {
  margin-bottom: 0px;
}

nav li {
  display: inline-block;
  vertical-align: top;
  margin: 0 21px 0 0;
}

nav li a {
  color: #858689;
  font-size: 17px;
}

nav li a.home, nav li a.active, nav li a:hover {
  border-bottom: #3E6BB3 1px solid;
  color: #3E6BB3;
}

.numbers a {
  color: #3E6BB3;
}

.banner {
  background: url(assets/images/Banner.png) no-repeat center top;
  background-size: cover;
  min-height: 586px;
}

.banner ul li {
  color: #3E6BB3;
  font-weight: bold;
}

.fs18 {
  font-size: 18px;
  font-weight: 500;
}

.banner-second {
  background: url(assets/images/banner-second.png) no-repeat center top;
  background-size: cover;
  min-height: 270px;
  position: relative;
}

.p-rel {
  position: relative;
}

.head-round {
  background: #EEF5FA;
  color: #3E6BB3;
  border-radius: 30px;
  height: 77px;
  line-height: 77px;
}

.pos-b {
  position: relative;
  bottom: -50px;
}

.account-bg {
  background-color: #EEF5FA;
  border-radius: 12px;
  min-height: 273px;
}

.border-box .box {
  overflow: hidden;
}

p {
  font-weight: 500;
}

ul {
  padding: 0;
  list-style: none;
}

.how-it-works {
  background: url(assets/images/how-work-bg.png) no-repeat right top;
  background-color: #EEF5FA;
}

.how-it-works img {
  max-width: 215px;
}

.how-it-works h4 {
  line-height: 38px;
}

.how-it-works .card p {
  font-size: 18px;
  line-height: 32px;
}

.numbers + .numbers {
  display: none;
}

.rating-section p {
  font-size: 18px;
  line-height: normal;
}

.card {
  -webkit-box-shadow: -4px 9px 21px 2px rgba(124, 193, 233, 0.2);
          box-shadow: -4px 9px 21px 2px rgba(124, 193, 233, 0.2);
  border-radius: 15px;
  min-height: 505px;
}

.about-us h4 {
  color: #747C88;
}

.about-us .card {
  min-height: auto;
}

.un-business {
  background: url(assets/images/un-business-bg.svg) no-repeat center center;
  background-size: cover;
  position: relative;
}

.un-business::before {
  content: '';
  height: 100%;
  width: 100%;
  background: #3E6BB3;
  opacity: 0.8;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}

.un-business button.btn-primary {
  border-color: #fff;
  background: #fff;
  color: #3E6BB3;
}

.un-business i {
  color: #3E6BB3;
}

.un-business h2, .un-business p {
  color: #fff;
}

.un-business .social-icons i {
  color: #fff;
  margin-right: 20px;
  font-size: 25px;
}

.section {
  position: relative;
}

.section:before {
  display: none;
  content: '';
  height: 60px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: black;
}

.section:after {
  display: none;
  content: '';
  height: 60px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: red;
}

.business-type {
  background: url(assets/images/business-bg.png) no-repeat left bottom;
}

.img-head {
  height: 101px;
}

.count {
  color: #3E6BB3;
}

.tick-ul li {
  background: url(assets/images/tick.svg) no-repeat left top;
  padding: 0 0 9px 42px;
}

.bg-blue {
  background: #3E6BB3;
}

.bg-blue h2, .bg-blue p {
  color: #fff;
}

.bg-blue button {
  background: #fff;
  color: #3E6BB3;
}

.bg-blue button.btn-primary {
  background: #5FABDE;
}

footer a {
  color: #747C88;
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
}

footer p {
  font-size: 16px;
  line-height: 26px;
}

.social-icons.filled i {
  background: #3E6BB3;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 28px;
  text-align: center;
  color: white;
  line-height: 50px;
  margin-right: 15px;
}

.footer-bottom {
  margin-top: 70px;
  background: #3E6BB3;
}

.footer-bottom button.btn.btn-outline-primary {
  color: #fff;
  border-color: #fff;
}

.footer-bottom p {
  color: #fff;
}

.footer-bottom a {
  color: #fff !important;
  border-color: #fff !important;
}

.text-blue {
  color: #3E6BB3;
}

.fwn {
  font-weight: normal;
}

.logo-slogan {
  border-left: 1px solid #D1D1D1;
  color: #858689;
  font-size: 17px;
  padding-left: 29px;
  margin-left: 29px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  line-height: 35px;
}

.bread-crums li {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}

.bread-crums li a {
  color: #858689;
}

.bread-crums li a i {
  padding-left: 15px;
}

.bread-crums li a.active {
  color: #3E6BB3;
  font-weight: bold;
}

.section-what {
  background: url(assets/images/bg-section.png) no-repeat right top;
  background-size: 32%;
}

.disabled li {
  background-image: url(assets/images/tick-disabled.svg);
}

.checked li {
  background-image: url(assets/images/tick-checked.svg);
}

.services-page .account-bg {
  background: transparent;
  border: #EEF5FA 1px solid;
}

.contact-aak p {
  font-size: 14px;
  line-height: 28px;
}

.contact-aak .box {
  border-radius: 10px;
  -webkit-box-shadow: -4px 9px 21px 2px rgba(124, 193, 233, 0.2);
          box-shadow: -4px 9px 21px 2px rgba(124, 193, 233, 0.2);
}

.contact-aak .social-icons.filled i {
  width: 28px;
  height: 28px;
  font-size: 14px;
  line-height: 28px;
}

.price-box {
  background: #fff;
  border-radius: 40px;
  min-height: 600px;
}

.price-box.centered {
  background: #60ABDF;
  min-height: 700px;
}

.price-box.centered h2, .price-box.centered h3, .price-box.centered p {
  color: #fff;
}

.price-box.centered a {
  background: #fff;
  color: #3E6BB3;
}

.notice-label {
  color: #3E6BB3;
  border-radius: 50px;
  border: #858689 1px solid;
  padding: 15px 66px;
}

.form .form-label i {
  color: #ED4747;
  font-size: 8px;
  display: inline-block;
  vertical-align: top;
}

.wpcf7 form .wpcf7-response-output {
  border: none;
}

/*#wpcf7-f152-o2 .wpcf7-form-control {*/
/*  -webkit-box-shadow: -4px 9px 21px 2px rgba(124, 193, 233, 0.2);*/
/*          box-shadow: -4px 9px 21px 2px rgba(124, 193, 233, 0.2);*/
/*  border-radius: 8px;*/
/*  height: 60px;*/
/*  border: 0;*/
/*}*/

.modal-dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 0.3rem;
  outline: 0;
  margin-top: 50px;
}

.modal-dialog h3 {
  text-align: left;
  padding: 15px;
}

#wpcf7-f152-o2 p {
  flex: 0 0 auto;
  width: 50%;
  float: left;
}

#wpcf7-f152-o2 p:nth-last-child(3) {
  width: 100%!important;
}

#wpcf7-f152-o2 p.full-width {
  width: 100%;
}

#wpcf7-f152-o2 p:nth-last-child(2) {
  align-self: flex-end!important;
  float: right;
}

#wpcf7-f152-o2 .wpcf7-form-control {
  /*-webkit-box-shadow: -4px 9px 21px 2px rgba(124, 193, 233, 0.2);*/
  /*box-shadow: -4px 9px 21px 2px rgba(124, 193, 233, 0.2);*/
  border-radius: 8px;
  height: 60px;
  border: 0;
  width: 97%;
}

#wpcf7-f152-o2 textarea.wpcf7-form-control {
  height: 163px;
  resize: none;
  width: 99% !important;
}

#wpcf7-f152-o2 .wpcf7-submit {
  display: block;
  color: #fff!important;;
  border-color: #60ABDF!important;;
  background-color: #60ABDF!important;
  border-radius: 25px!important;
  float: right!important;
  width: 45%!important;
  height: 48px!important;
  margin-right: 11px!important;
}

#wpcf7-f166-o1{
  padding-left: 6px;
}

#wpcf7-f166-o1 .wpcf7-form {
  text-align: left!important;
  padding: 1rem;
}

#wpcf7-f166-o1 .wpcf7-form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#wpcf7-f166-o1 label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  display: block;
}

#wpcf7-f166-o1 .wpcf7-submit {
  color: #fff;
  border: #60ABDF 1px solid transparent;
  background-color: #60ABDF;
  border-radius: 25px!important;
  float: right!important;
  width: 20%!important;
  margin-top: 20px;
  margin-right: 11px!important;
  padding: 0.375rem 0.75rem;
}

footer li.menu-item {
  background-image: url("assets/images/left-arrow.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
}

footer li.menu-item a {
  color: #747C88;
  display: block;
  font-size: 17px;
  margin-bottom: 15px;
}

.home .breadcrumb-container {
  display: none;
}

.breadcrumb-container {
  margin-bottom: 20px!important;
}

footer [aria-current]:not([aria-current="false"]) {
  color: #747C88;
  text-decoration: none;
}

.h-middle {
  height: 150px;
  margin: 100px 0 123px;
}

.price-box .price span {
  color: #E0E4E8;
  font-size: 70px;
  display: inline-block;
  vertical-align: top;
  margin-top: -25px;
  margin-right: -18px;
}

.price-box a {
  border-radius: 50px;
}

header {
  position: relative;
}

header .btn-primary {
  margin-top: 20px;
}

.fs100 {
  color: #666;
  font-size: 120px;
  font-weight: 300;
}

.fwb {
  font-weight: bold;
}

.cookies p {
  font-size: 14px;
  margin: 0;
}

.social-icons a {
  background-color: transparent!important;
}

@media (max-width: 1124px) {
  .pricing .custom-h2 {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .dropdown-link .sub-menu {
    background: #fff;
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    display: block;
    width: 200px;
    background: #FFFFFF;
    -webkit-box-shadow: -4px 9px 21px rgba(124, 193, 233, 0.2);
            box-shadow: -4px 9px 21px rgba(124, 193, 233, 0.2);
    border-radius: 16px;
    z-index: 1;
  }
  .dropdown-link .sub-menu li {
    width: 100%;
    display: block;
    background-color: transparent;
    border-bottom: #EEF2F4 1px solid;
    font-size: 14px;
    height: 71px;
    padding: 0;
    padding-left: 15px;
    line-height: 71px;
    position: relative;
  }
  .dropdown-link .sub-menu li a {
    background-color: transparent;
    font-size: 14px;
    height: 71px;
    padding: 0;
    padding-left: 15px;
    line-height: 71px;
    position: relative;
  }
  .dropdown-link .sub-menu li a i {
    position: absolute;
    right: 29px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .dropdown-link .sub-menu li a:hover {
    color: #3E6BB3;
  }
  .dropdown-link:hover .sub-menu {
    height: 141px;
  }
  .pricing .price-box {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .banner-second {
    overflow: hidden;
  }
  .banner-second h2 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 0 !important;
  }
  .banner-second .banner-section {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 992px) {
  .border-box h2 {
    font-size: 27px;
  }
  .menu-main-menu-container {
    position: absolute;
    width: 236px !important;
    left: -14px;
    top: 53px;
    background: #fff;
    -webkit-box-shadow: #d0d0d0 10px 4px 10px;
            box-shadow: #d0d0d0 10px 4px 10px;
    z-index: 1;
  }
  .menu-main-menu-container > ul > li {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 35px;
  }
  .menu-main-menu-container .dropdown-item {
    padding-left: 0;
  }
  .menu-main-menu-container .dropdown-item:hover {
    background: transparent;
  }
  .banner {
    background: #e7f4fc;
  }
  h1, .h1 {
    font-size: 40px;
    line-height: 60px;
  }
  h2, .h2 {
    font-size: 32px;
    line-height: 50px;
  }
  .w-75, .w-50 {
    width: 100% !important;
  }
  .banner {
    min-height: auto;
  }
  .banner ul li {
    font-size: 24px;
    line-height: 40px;
  }
  h4, .h4, .banner ul li, p {
    font-size: 18px;
    line-height: 32px;
  }
  .business-type {
    background: transparent;
  }
}

@media (max-width: 1324px) {
  .notice-label {
    padding: 15px 16px;
  }
}

@media (max-width: 992px) {
  .h3, .h3 {
    font-size: 24px;
  }
  .head-round {
    height: auto;
    line-height: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .price-box {
    min-height: auto;
  }
  .price-box.centered {
    min-height: auto;
  }
  .price-box h3, .price-box .h3 {
    font-size: 24px;
    line-height: 36px;
  }
  .price-box a {
    font-size: 20px;
  }
  .price-box .fs100 {
    font-size: 50px;
  }
  .price-box .h-middle {
    min-height: auto;
    margin: 0;
  }
  .notice-label {
    font-size: 15px;
    padding: 10px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .card {
    min-height: 411px;
  }
  .h-middle {
    min-height: 250px;
  }
  .business-type .box {
    min-height: 336px;
  }
  .business-type .medium {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .banner-section {
    max-width: 60% !important;
    margin-top: 20px !important;
  }
  .price-box {
    min-height: auto;
    padding-bottom: 30px;
  }
  .h-middle {
    height: auto;
    margin: 0;
  }
  .fs100 {
    font-size: 70px;
  }
  .banner ul li {
    font-size: 17px;
    line-height: 40px;
  }
  .card {
    min-height: auto;
  }
  .logo-con {
    width: 100%;
  }
  .banner ul li {
    font-size: 18px !important;
  }
  footer a {
    font-size: 17px;
  }
  header {
    position: relative;
  }
  header .btn-primary {
    position: absolute;
    right: 10px;
    bottom: -61px;
    z-index: 11;
  }
}

@media (max-width: 610px) {
  .logo-slogan {
    padding-left: 10px;
    margin-left: 7px;
    font-size: 14px;
  }
  .logo-slogan .btn-primary {
    position: absolute;
    right: 10px;
    top: 50px;
  }
}

@media (max-width: 567px) {
  .account-service .img-fluid {
    max-width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */