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

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

body{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  color: #000;
  font-family: 'Sk-Modernist';
}

h1{
  font-size: 78px;
  font-weight: bold;
  line-height: 76px;
  margin-bottom: 33px;
}

h2{
  font-size: 61px;
  font-weight: bold;
  margin-bottom: 44px;
}

h3{
  font-size: 31px;
  font-weight: bold;
  margin-bottom: 27px;
}

h4{
  font-size: 23px;
  font-weight: bold;
}

a:hover{
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 0;
}

header{
  padding-top: 72px;
  padding-bottom: 72px;
}

header .navbar{
  padding: 0;
}

header .navbar-brand{
  font-size: 19px;
  font-weight: bold;
}

header .navbar-light .navbar-nav .nav-link {
  color: #000;
  padding: 0 18px;
  font-size: 19px;
}

header .navbar-light .navbar-nav .nav-link.active{
  color: #438CFB;
}

header .try_for_free_btn{
  color: #438CFB;
  font-size: 15px;
  padding: 12px;
  background-color: #fff;
  border: 1px solid #438CFB;
  border-radius: 6px;
  width: 132px;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

header .try_for_free_btn:hover{
  color: #fff;
  background-color: #438CFB;
}

.container{
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
}

.main_title{
  padding-top: 76px;
  padding-bottom: 145px;
}

.main_title .wrapper{
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
}

.main_title .title_description{
  font-size: 27px;
  margin-bottom: 53px;
}

.blue_btn{
  color: #fff;
  border: 1px solid #438CFB;
  background: #438CFB;
  border-radius: 6px;
  font-size: 19px;
  padding: 23px;
  width: 226px;
  display: inline-block;
}

.app_blocks .mb{
  margin-bottom: 30px;
}

.app_blocks .mob_app_wrapper,
.app_blocks .desctop_app_wrapper{
  padding: 93px 15px 444px;
  display: block;
  color: #fff;
  border-radius: 27px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.app_blocks .mob_app_wrapper{
  background: #333333;
}

.app_blocks .title,
.app_blocks .description{
  max-width: 320px;
  width: 100%;
  display: inline-block;
}

.app_blocks .title{
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 16px;
}

.app_blocks .mobile_app_img,
.app_blocks .desctop_app_img{
  position: absolute;
  bottom: 0;
  height: 359px;
}

.app_blocks .mobile_app_img{
  max-width: 270px;
  left: 0;
  right: 0;
  margin: auto;
}

.app_blocks .desctop_app_wrapper{
  background: #438CFB;
}

.app_blocks .desctop_app_img{
  max-width: 700px;
  right: 0;
  left: auto;
}

.features,
.reviews,
.questions{
  padding-top: 250px;
  padding-bottom: 250px;
}

.features .wrapper{
  max-width: 325px;
  width: 100%;
  margin-top: 67px;
}

.features .wrapper h3{
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.features .wrapper:hover h3{
  color: #438CFB;
}

.start_working{
  background: #438CFB;
  padding-top: 139px;
}

.start_working .wrapper{
  max-width: 948px;
  width: 100%;
  margin: 0 auto 110px;
  color: #fff;
}

.start_working .wrapper .text{
  max-width: 600px;
  width: 100%;
  margin: 0 auto 76px;
  font-size: 21px;
}

.start_working .start_working_img{
  max-width: 1063px;
  width: 100%;
}

.start_working .start_working_btns{
  width: 226px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  text-align: center;
  display: inline-block;
  padding: 24px;
  margin: 0 35px 14px;
  font-size: 19px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.start_working .start_working_btns:hover{
  color: #438CFB;
  background: #fff;
}

.reviews .reviews_grid{
    column-count: 3;
    column-gap: 15px;
}

.reviews .reviews_grid .wrapper{
    display: inline-block;
    margin: 90px 0 15px;
    width: 100%;
}

.reviews .user_name,
.reviews .user_review{
  max-width: 285px;
  width: 100%;
}

.reviews .user_name{
  padding-bottom: 26px;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 20px;
}

.pricing{
  background: #F8F8F8;
  padding-top: 137px;
  padding-bottom: 137px;
}

.pricing h2{
  max-width: 972px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pricing .text{
  max-width: 606px;
  width: 100%;
  margin: 0 auto 78px;
}

.pricing .wrapper{
  max-width: 1090px;
  width: 100%;
  margin: 0 auto 102px;
  border: 1.5px solid #438CFB;
  border-radius: 27px;
  padding-top: 45px;
  padding-bottom: 5px;
  padding-right: 8%;
  padding-left: 8%;
  background: #fff;
}

.pricing .jobs{
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 21px;
  display: block;
}

.pricing .price{
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 40px;
}

.pricing .price .mo{
  font-size: 23px;
  font-weight: normal;
  color: #8B8B8B;
}

.pricing .blue_btn{
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.pricing .blue_btn:hover{
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.questions .accordion{
  cursor: pointer;
  padding: 25px 30px 25px 0;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #000;
  text-align: left;
  outline: none;
  transition: 0.5s;
  background: border-box;
  line-height: 1;
  color: #000;
  position: relative;
  font-size: 23px;
  font-weight: bold;
}

.questions .accordion.active{
  color: rgba(0, 0, 0, 1);
}

.questions .accordion .arrow_bottom,
.questions .accordion .arrow_top{
  width: 21px;
  position: absolute;
  right: 0;
  bottom: 25px;
}

.questions .accordion .arrow_top{
  display: none;
}

.questions .active .arrow_bottom{
  display: none;
}

.questions .active .arrow_top{
  display: block;
}

.questions .accordion:hover{
  color: #438CFB !important;
}

.questions .panel{
  padding: 0;
  color: rgba(0, 0, 0, 0.4);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.questions .panel p{
  font-size: 18px;
  padding-top: 25px;
  color: rgba(0, 0, 0, 1);
}

.questions .wrapper_image{
  background: #333333;
  border-radius: 27px;
  height: 715px;
  position: relative;
  max-width: 350px;
  width: 100%;
  margin: 25px auto;
  overflow: hidden;
}

.questions .questions_img{
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
}

.start .wrapper{
  background: #438CFB;
  border-radius: 27px;
  padding: 114px 15px;
  max-width: 1256px;
  width: 100%;
  margin: 0 auto 187px;
  color: #fff;
}

.start h2,
.start .start_inf{
  max-width: 460px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.app_btns{
  display: inline-block;
  margin: 40px 30px 15px 0;
}

.app_btns img{
  height: 52px;
  width: auto;
}

footer{
  background: #212121;
  padding-top: 80px;
  padding-bottom: 22px;
  color: #fff;
}

footer .logo{
  font-size: 24px;
  font-weight: bold;
  max-width: 180px;
  width: 100%;
}

footer .footer_nav{
  padding: 0;
  margin: 0;
}

footer .footer_nav li{
  list-style: none;
}

footer .footer_nav a{
  color: #fff;
  font-size: 16px;
}

footer .footer_nav a:hover{
  text-decoration: underline;
}

footer .manage_business{
  margin-bottom: 0;
}

footer .copyright{
  font-size: 14px;
  display: block;
  margin-top: 100px;
}

/* contact page */
.contact_page .title_icon{
  vertical-align: bottom;
}

#honeypot{
  display: none;
}

.contact_page .contact_form{
  max-width: 617px;
  width: 100%;
  margin: 100px auto 0;
}

.contact_page .contact_form input,
.contact_page .contact_form textarea,
.contact_page .login_form .form-control{
  background: #F5F8F9;
  border-radius: 8px;
  border: 0;
  padding: 21px 30px 21px 15px;
  font-size: 16px;
  color: #BBC3C7;
  display: block;
  width: 100%;
  margin-bottom: 35px;
  line-height: 19px;
}

.contact_page .contact_form input,
.contact_page .login_form .form-control{
  height: 60px;
}

.contact_page .contact_form label,
.contact_page .contact_form .login_form_label{
  display: block;
  margin-bottom: 10px;
  color: #303030;
  font-size: 17px;
  line-height: 20px;
}

.contact_page .contact_form .send_btn{
  width: 226px;
  color: #fff;
  border: 0;
  background: #438CFB;
  border-radius: 6px;
  font-size: 18px;
  padding: 24px;
}

.contact_page .contact_wrapper{
  background: url(../img/Union.png) no-repeat;
  background-size: 100% 100%;
  max-width: 400px;
  width: 100%;
  min-height: 136px;
  height: auto;
  margin: 50px auto;
  color: #fff;
  font-size: 16px;
  padding: 39px 40px 49px;
}

#thankyou_message{
  text-align: center;
}

.contact_page .login_form{
  max-width: 432px;
  width: 100%;
  margin: 67px auto 0;
}

.contact_page form .login_btn{
  width: 100%;
  color: #fff;
  border: 0;
  background: #79AEFF;
  border-radius: 6px;
  font-size: 18px;
  padding: 24px;
  margin-top: 64px;
}

.login_form .forgot_password{
  color: #2287E3;
  font-weight: bold;
  font-size: 14px;
}

.login_form .form-check-label{
  font-size: 14px;
  color: #303030;
  line-height: 1;
  padding-left: 33px;
}

.login_form .form-check-input{
  width: 23px;
  height: 23px;
  margin-left: 0;
}







@media only screen and (max-width: 1660px) {
}

@media only screen and (max-width: 1450px) {
}

@media only screen and (max-width: 1200px) {
  .app_blocks .desctop_app_img{
    left: 80px;
  }

  .questions .questions_img{
    left: 80px;
  }

  footer .manage_business {
    margin-top: 70px;
  }

  footer .logo {
    margin-bottom: 70px;
    max-width: 700px;
  }
}

@media only screen and (max-width: 1140px) {
}

@media only screen and (max-width: 1050px) {
}

@media only screen and (max-width: 992px) {
  .reviews .reviews_grid{
    column-count: 2;
  }

  .reviews .reviews_grid .wrapper{
    margin: 50px 0 15px;
  }

  .reviews .user_name, .reviews .user_review {
    max-width: 380px;
  }
}

@media only screen and (max-width: 920px) {
}

@media only screen and (max-width: 900px) {
}

@media only screen and (max-width: 858px) {
}

@media only screen and (max-width: 768px) {
  h1{
    font-size: 50px;
    line-height: 48px;
  }
  
  h2{
    font-size: 44px;
  }

  header {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .features, .reviews, .questions {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .features .wrapper {
    max-width: 700px;
  }

  .pricing .wrapper {
    text-align: center;
    padding-right: 3%;
    padding-left: 3%;
  }

  .app_btns {
    display: inline-block;
    margin: 15px 5px;
  }
}

@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 575px) {
  .start_working .start_working_btns {
    width: 200px;
    margin: 0 15px 14px;
  }

  .reviews .reviews_grid{
    column-count: 1;
  }

  .reviews .user_name, .reviews .user_review {
    max-width: 520px;
  }

  .features .wrapper {
    margin-top: 10px;
  }

  footer{
    text-align: center;
  }
  footer .col-6{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .contact_page form{
    margin: 30px auto 0;
  }
  .contact_page form input, .contact_page form textarea{
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 450px) {
  h1 {
    font-size: 40px;
    line-height: 38px;
  }

  h2{
    font-size: 34px;
    margin-bottom: 24px;
  }
  
  h3{
    font-size: 28px;
    margin-bottom: 15px;
  }
  
  h4{
    font-size: 20px;
  }
}