@charset "UTF-8";
@font-face {
  font-family: "ArialRegular";
  src: url("../fonts/ArialRegular/ArialRegular.eot");
  src: url("../fonts/ArialRegular/ArialRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/ArialRegular/ArialRegular.woff") format("woff"), url("../fonts/ArialRegular/ArialRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

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

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

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

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

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.container-fluid {
  max-width: 1309px;
}

.top_header {
  background: #031b2f;
  min-height: 41px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_header .container-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  right: -50px;
}

.menu ul li {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu ul a {
  font-size: 14px;
  color: #fff;
  font-family: "Arial", sans-serif;
  font-weight: 400;
}

.menu ul li.active {
  background: #155b97;
  height: 30px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
}

.header {
  background: #104a7c;
  min-height: 87px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .container-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .phone {
  font-family: 'HelvNeueBold', sans-serif;
  font-size: 18.8px;
  position: relative;
  right: -10px;
}

.header .phone span {
  color: #ffba00;
}

.header .phone a {
  color: #fff;
  padding-left: 5px;
}

.header .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .logo img {
  padding-right: 13px;
  margin-top: -10px;
}

.header .logo span {
  color: #59c0a6;
  font-family: 'HelvNeueBlack', sans-serif;
  font-weight: 900;
  line-height: 1;
  font-size: 19.64px;
}

.header .logo span:nth-child(3) {
  color: #fff;
}

.main-screen {
  padding-top: 50px;
}

.main-screen .container-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.great {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
}

.great .text {
  margin-right: 9px;
}

.great .star {
  width: 18px;
  height: 16px;
  background: #41ad33;
  position: relative;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  display: block;
  margin: 2px;
}

.great .star img {
  fill: #fff;
  height: 13px;
  width: 13px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.great .star.no-active {
  background: #919191;
}

h1 {
  font-size: 40px;
  font-family: 'Kohinoor', sans-serif;
  color: #184687;
  font-weight: 600;
}

.about {
  background: url("../img/bg2.png");
  background-repeat: no-repeat;
  min-height: 556px;
  background-position: left bottom;
  border-bottom: 2px solid #f0f0f0;
}

.about .row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about ul li {
  font-size: 19.39px;
  line-height: 1;
  font-family: 'Kohinoor', sans-serif;
  color: #184687;
  padding-bottom: 5px;
  font-weight: 600;
  position: relative;
  padding-left: 15px;
}

.about ul li:before {
  content: '»';
  padding-right: 8px;
  position: absolute;
  left: 0;
}

.about .conversion-box {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.about .conversion-box .wrapper {
  width: 550px;
  height: 540px;
  border: 3px solid #000;
  background: #fbfbfb;
  margin-top: 10px;
  padding: 25px 18px;
}

.about .conversion-box .wrapper .text {
  font-size: 17px;
  font-family: "Arial", sans-serif;
  font-weight: 600;
  padding-bottom: 16px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 5px; 
}

.about .conversion-box .header-conversion-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.about .first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.about .first .title {
  color: #ffba00;
  font-size: 24px;
  font-family: 'Kohinoor', sans-serif;
  min-width: 647px;
  max-width: 647px;
  padding-top: 33px;
  padding-bottom: 50px;
  line-height: 1;
  border-top: 2px solid #f0f0f0;
  font-weight: 600;
}

.second {
  font-size: 17.8px;
  max-width: 586px;
  font-family: "Arial", sans-serif;
  color: #59c0a6;
  font-weight: 600;
  margin-top: -40px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  -webkit-transform: translate(0%, -100%);
      -ms-transform: translate(0%, -100%);
          transform: translate(0%, -100%);
}

.btn {
  display: block;
  margin-top: 54px;
  width: 300px;
  height: 68px;
  background: #49b30d;
  border: 2px solid #2e6758;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'HelvNeueBold', sans-serif;
  text-align: left;
  padding-left: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}

.btn:before {
  content: url("../img/play.svg");
  height: 29px;
  width: 29px;
  background: #3a8f0a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 11px;
  padding-top: 10px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}

.logos .row .col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  width: 246px;
  margin: 37px auto;
  border-left: 1px solid #ededed;
}

.logos .row .col a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.logos .row .col:first-child {
  border-left: none;
}

.main-page {
  background: #f9f9f9;
  padding-top: 37px;
  padding-bottom: 82px;
}

.main-page .container-fluid {
  background: #fff;
}

.main-page .col-md-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-page .process {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 37px;
}

.main-page .process .container-fluid {
  padding: 44px 0;
}

.main-page .process .title {
  color: #179acd;
  margin-top: 29px;
  font-size: 18.69px;
  font-family: "Arial", sans-serif;
  font-weight: 600;
}

.main-page .process .col-md-4 {
  height: 155px;
}

.main-page .process .col-md-4:nth-child(2) img {
  margin-top: -10px;
}

.questions {
  margin-bottom: 47px;
}

.questions .container-fluid {
  padding: 22px;
}

.questions .container-fluid .row {
  margin-bottom: 58px;
}

.questions .container-fluid .row .col-lg-9 {
  padding-right: 230px;
}

.questions .container-fluid .row .title {
  font-family: "Arial", sans-serif;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ececec;
}

.questions .container-fluid .row p {
  font-size: 14px;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}

.questions .container-fluid .row .pros,
.questions .container-fluid .row .cons {
  font-size: 14px;
}

.questions .container-fluid .row .pros span:first-child,
.questions .container-fluid .row .cons span:first-child {
  font-family: "Arial", sans-serif;
  font-weight: 600;
}

.questions .container-fluid .row a {
  margin-top: 15px;
  display: block;
  font-size: 14px;
  color: #0066ff;
  font-weight: 400;
  text-decoration: underline;
  font-family: "Arial", sans-serif;
}

.questions .container-fluid .row:last-child {
  margin-bottom: 27px;
}

.benefits {
  min-height: 460px;
}

.benefits .container-fluid {
  padding: 9px;
  padding-left: 20px;
}

.benefits .container-fluid ul {
  margin-top: 40px;
}

.benefits .container-fluid ul li {
  font-family: 'Kohinoor', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}

.benefits .container-fluid ul li:before {
  content: '»';
  padding-right: 8px;
  color: #ffba00;
}

.benefits .container-fluid .title {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
  font-size: 24px;
  font-family: 'Kohinoor', sans-serif;
  width: 90%;
  font-weight: 600;
}

.benefits .container-fluid .col-md-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.benefits .container-fluid .col-md-5 .btn {
  background: #ff7800;
  width: 304px;
  height: 68px;
  border: 2px solid #bf5a00;
  margin-top: 40px;
}

.benefits .container-fluid .col-md-5 .btn a {
  color: #fff;
  font-size: 24px;
  font-family: "Arial", sans-serif;
  font-weight: 600;
  text-transform: none;
}

.benefits .container-fluid .col-md-5 .btn:before {
  background: #ec6f00;
}

.benefits .container-fluid .col-md-5 img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.btn-text {
  font-size: 10.37px;
  font-family: 'HelvNeueBlack', sans-serif;
  font-weight: bold;
  font-stretch: condensed;
  margin-top: 10px;
  letter-spacing: -0.3px;
}

footer {
  background: #444444;
  min-height: 175px;
}

footer .container-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .copy {
  max-width: 477px;
  color: #fff;
  padding-top: 55px;
  font-family: 'Kohinoor', sans-serif;
  font-size: 14px;
}

.footer-menu {
  height: 175px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 17px;
}

.footer-menu a {
  color: #fff;
  padding: 0 15px;
  border-left: 1px solid #fff;
  line-height: 1;
  font-size: 14px;
}

.footer-menu a:first-child {
  border-left: none;
}

.right-path {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.right-path .great {
  margin-right: 16px;
}

.slide-btn .next,
.slide-btn .prev {
  cursor: pointer;
  position: absolute;
}

.slide-btn .prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -20px;
  top: -70px;
}

.slide-btn .next {
  right: -20px;
  top: -70px;
}

.slide-btn {
  width: 100%;
  position: relative;
  display: none;
}

.main-screen .container-fluid {
  padding: 0;
}

.header .container-fluid {
  padding-left: 0;
}

.form-box {
  width: 75%;
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1600px) {
  /**/
  .container-fluid {
    max-width: 82%;
  }
  .questions .container-fluid .row .col-lg-9 {
    padding-right: 30px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1500px) {
  /**/
  .container-fluid {
    max-width: 85%;
  }
  .about .conversion-box .wrapper {
    width: 500px;
    height: 546px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1440px) {
  /**/
  h1 {
    min-width: 65%;
    font-size: 42px;
  }
  .about .first .title {
    min-width: 500px;
    font-size: 22px;
    padding-bottom: 35px;
    position: 23px;
  }
  .about ul li {
    font-size: 18px;
  }
  .second {
    max-width: 490px;
    font-size: 15.5px;
  }
  .questions .col-lg-3 img {
    width: 100%;
  }
  .questions .container-fluid .row .col-lg-9 {
    padding-right: 15px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1350px) {
  /**/
  h1 {
    font-size: 36px;
  }
  .container-fluid {
    max-width: 90%;
  }
  .main-screen .logo img {
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
  }
  .btn {
    margin-top: 40px;
    width: 250px;
    height: 58px;
  }
  form {
    width: 300px;
  }
  .about .conversion-box .wrapper .text {
    width: 300px;
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .ui-progressbar {
    width: 300px !important;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  /**/
  .container-fluid {
    max-width: 95%;
  }
  .process img {
    height: 70px;
  }
  .process .col-md-4 {
    height: 110px !important;
  }
  .main-page .process .title {
    font-size: 16px;
    margin-top: 20px;
  }
  .main-page .process .container-fluid {
    padding: 30px 0;
  }
  .process .col-md-4:nth-child(2) img {
    margin-top: -5px !important;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1170px) {
  /**/
  .about .first .title {
    min-width: auto;
    font-size: 20px;
  }
  .about ul li {
    font-size: 16px;
  }
  .second {
    font-size: 14px;
  }
  .second {
    max-width: 440px;
    font-size: 14px;
  }
  h1 {
    font-size: 30px;
  }
  .about .conversion-box .wrapper {
    width: 480px;
  }
  .timer img {
    display: block;
    margin: 0 auto;
  }
  .about .conversion-box .wrapper .text {
    width: 266px;
    font-size: 14px;
  }
  form {
    width: 266px;
  }
  .ui-progressbar {
    width: 266px !important;
    height: 20px !important;
  }
  label {
    margin-top: 15px;
  }
  .progVal {
    font-size: 14px;
    top: 2px;
  }
  .btn {
    margin-top: 35px;
    width: 220px;
    height: 52px;
    font-size: 20px;
  }
  .btn:before {
    height: 24px;
    width: 24px;
    padding-top: 8px;
  }
  .logos .row .col img {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  /**/
  .menu ul li {
    width: 100px;
  }
  .header .phone {
    font-size: 16px;
  }
  .header .logo span {
    font-size: 17px;
  }
  .header .logo img {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    padding-right: 5px;
  }
  .main-screen .container-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  h1 {
    min-width: 100%;
    text-align: center;
  }
  .first {
    width: 100%;
    margin-top: 30px;
  }
  .first .wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .second {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
  }
  .about .conversion-box {
    margin: 20px auto;
    margin-bottom: 100px;
  }
  .slide-btn {
    display: block;
  }
  .items_slider {
    border-left: none;
  }
  .benefits .container-fluid ul li {
    font-size: 14px;
  }
  .benefits .container-fluid ul li:before {
    position: relative;
    top: -2px;
    padding-right: 0;
  }
  .benefits .container-fluid .col-md-5 .btn {
    width: 220px;
    height: 52px;
  }
  .benefits .container-fluid .col-md-5 .btn a {
    font-size: 22px;
  }
  .benefits .container-fluid .offset-1 {
    margin-left: 0 !important;
  }
  footer .container-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .footer-menu {
    height: 60px;
  }
  .footer-menu a {
    font-size: 12px;
  }
  footer .copy {
    padding-top: 38px;
    font-size: 12px;
  }
  .logos .row .col {
    width: 140px;
  }
  .phone {
    right: 0 !important;
  }
  .menu ul {
    right: -30px !important;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /**/
  .container-fluid {
    max-width: 98%;
  }
  .top_header .container-fluid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-page .process .title {
    font-size: 15px;
  }
  .questions .container-fluid .row .title {
    font-size: 18px;
  }
  .questions .container-fluid .row p {
    margin-bottom: 10px;
  }
  .benefits .container-fluid {
    margin-left: 0;
    margin-right: 0;
    width: 98%;
    margin: 0 auto;
  }
  .benefits .row {
    margin: 0;
    max-width: 100%;
  }
  .process {
    margin: 0;
  }
  .logos .row .col:nth-child(4) {
    border-left: none;
  }
  .menu ul {
    right: 0 !important;
  }
  .clock-box {
    display: none;
  }
  .form-box {
    width: 100%;
  }
  .about .conversion-box .wrapper .text {
    width: 100%;
    text-align: center;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 600px) {
  /**/
  .header .phone {
    font-size: 14px;
  }
  .header .logo span {
    font-size: 15px;
    position: relative;
    top: -2px;
  }
  .header .logo img {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    padding-right: 0px;
  }
  .header .phone a {
    padding-left: 0;
  }
  .container-fluid {
    max-width: 100%;
  }
  .header .container-fluid {
    padding: 0 10px;
  }
  .about .conversion-box .wrapper {
    width: 435px;
  }
  .slide-btn .prev {
    left: 0px;
    top: -75px;
  }
  .slide-btn .next {
    right: 0px;
    top: -78px;
  }
  .main-page .col-md-4 {
    margin-bottom: 30px;
  }
  .process .col-md-4 {
    height: 120px !important;
  }
  .process .col-md-4:nth-child(2) img {
    margin-top: 0px !important;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /**/
  .menu ul li {
    width: 70px;
  }
  .menu ul a {
    font-size: 13px;
  }
  .menu ul li.active {
    height: 22px;
  }
  .top_header {
    min-height: 39px;
  }
  .header .container-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .logo span {
    font-size: 16px;
    position: relative;
    top: -2px;
  }
  .header .logo img {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    padding-right: 0px;
  }
  .header .logo {
    margin-bottom: 10px;
  }
  .header .phone a {
    padding-left: 0;
  }
  .header {
    min-height: 95px;
  }
  .about .conversion-box .wrapper {
    width: 99%;
    margin: 0 auto;
  }
  .ui-progressbar {
    width: 195px !important;
  }
  form {
    width: 195px;
  }
  .about .conversion-box .wrapper .text {
    width: 100%;
  }
  .timer img {
    width: 60px;
  }
  .about .conversion-box .wrapper {
    padding: 20px 8px;
  }
  .progresbar .lable {
    padding-right: 4px;
  }
  .progVal {
    font-size: 12px;
    left: 38px;
    top: 3px;
  }
  .progresbar .lable {
    font-size: 12px;
  }
  label {
    font-size: 14px;
  }
  .ui-widget input {
    font-size: 14px !important;
  }
  .ui-spinner.ui-corner-all {
    height: 33px;
  }
  .btn {
    font-size: 18px;
    height: 44px;
    width: 195px;
    margin-top: 30px;
  }
  .about .conversion-box .wrapper {
    height: 533px;
  }
  .btn:before {
    height: 22px;
    width: 22px;
  }
  .about ul li {
    font-size: 13px;
  }
  .about .first .title {
    font-size: 16px;
    padding-bottom: 25px;
    padding-top: 23px;
    padding-left: 8px;
    text-align: center;
    line-height: 1.4;
  }
  .first ul {
    padding-left: 8px;
  }
  .first ul li {
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .second {
    max-width: 90%;
    font-size: 13px;
  }
  h1 {
    font-size: 26px;
  }
  .main-screen .logo img {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  .great {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
  .right-path .great {
    margin-right: 0px;
  }
  .first .wrapper {
    width: 95%;
  }
  .second {
    max-width: 96%;
  }
  .process {
    max-width: 90%;
    margin: 0 auto;
  }
  .process .col-md-4 {
    padding: 0;
    max-width: 100%;
  }
  .benefits .col-md-6 {
    padding-left: 0px;
    padding-right: 0;
    max-width: 300px;
  }
  .benefits .col-md-5 {
    padding: 5px;
    padding-right: 0;
  }
  .btn-text {
    max-width: 220px;
  }
  .benefits .container-fluid {
    width: 100%;
  }
  .benefits .container-fluid ul li {
    font-size: 13px;
  }
  .benefits .row {
    margin: 0;
    max-width: 100%;
  }
  .logos .row .col {
    min-width: 100%;
    border-left: none;
    margin: 10px auto;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/
}

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/
}

.myButton {
	margin-top: 12px;
	-moz-box-shadow: 2px 2px 0px 0px #ab3e16;
	-webkit-box-shadow: 2px 2px 0px 0px #ab3e16;
	box-shadow: 2px 2px 0px 0px #ab3e16;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff9900), color-stop(1, #e37d39));
	background:-moz-linear-gradient(top, #ff9900 5%, #e37d39 100%);
	background:-webkit-linear-gradient(top, #ff9900 5%, #e37d39 100%);
	background:-o-linear-gradient(top, #ff9900 5%, #e37d39 100%);
	background:-ms-linear-gradient(top, #ff9900 5%, #e37d39 100%);
	background:linear-gradient(to bottom, #ff9900 5%, #e37d39 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9900', endColorstr='#e37d39',GradientType=0);
	background-color:#ff9900;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #c29a34;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding:12px 44px;
	text-decoration:none;
	text-shadow:0px 1px 0px #cc5c54;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e37d39), color-stop(1, #ff9900));
	background:-moz-linear-gradient(top, #e37d39 5%, #ff9900 100%);
	background:-webkit-linear-gradient(top, #e37d39 5%, #ff9900 100%);
	background:-o-linear-gradient(top, #e37d39 5%, #ff9900 100%);
	background:-ms-linear-gradient(top, #e37d39 5%, #ff9900 100%);
	background:linear-gradient(to bottom, #e37d39 5%, #ff9900 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e37d39', endColorstr='#ff9900',GradientType=0);
	background-color:#e37d39;
	color:#ffffff;
}
.myButton:active {
	position:relative;
	top:1px;
}


