* {
    margin: 0;
    padding: 0;
}
body {
  font-family: Roboto,sans-serif;
  font-weight:400;
  font-style:normal;
  text-align:justify;
  font-size:14px;
  line-height:17px;
}
p {
    margin-bottom: 20px;
}
a {
    color: #1450df;
    text-decoration: none;
}
.clear {
    clear: both;
}
.success {
    color: green;
}
.error {
    font-size: 12px;
    color: red !important;
}
#agree-error {
    display: block;
    width: 100%;
}
.content {
    margin: 0 auto;
    width: 1080px;
}
.header {
    background: #192340;
    height: 280px;
}
.header .logo {
    padding: 30px 0;
}
.header h1 {
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    line-height: 1;
}
.header .question {
    line-height: 1;
}
.header .question h2 {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 22px;
    font-weight: 500;
    font-size: 22px;
    color: #EEE9E2;
    text-align: center;
    margin-top: 35px;
}
.subtitle {
  margin: 0 0 2em 0;
}
.fancy {
  line-height: 0.5;
  text-align: center;
}
.fancy span {
  display: inline-block;
  position: relative;  
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #EEE9E2;
  top: 5px;
  width: 320px;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}

.main-content .col-area {
    margin-top: 40px;
}
.main-content .col-area .col {
    width: 360px;
    float: left;
}
.main-content .col-area .col h2 {
    color: #000000;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 34px;
    font-weight: 300;
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
}
.main-content .col-area .col p {
    color: #727d86;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Whitney SSm A', 'Whitney SSm B', sans-serif;
    font-weight: 300 !important;
}
.main-content .col-area .book {
    margin-top: -70px;
}
.main-content .col-area .book img {
    width: 100%;
}
.main-content .col-area .col h3 {
    font-family: Roboto, sans-serif;
    font-size: 21px;
    line-height: 18px;
    margin-bottom: 20px;
}
.main-content .col-area .col form label {
    color: #000;
    line-height: 15px;
    float: left;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.main-content .col-area .col form input[type=text],
.main-content .col-area .col form input[type=email],
.main-content .col-area .col form select {
    display: block; 
    border-style: solid;
    border-width: 1px;
    border-color: #bbbbbb;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    box-shadow: inset 0px 2px 3px #dddddd;
    -webkit-box-shadow: inset 0px 2px 3px #dddddd;
    height: 34px;
    font-size: 15px;
    line-height: 15px;
    padding-left: 8px;
    padding-right: 8px;
    flex: 1;
    width: 324px;
}
.main-content .col-area .col form select {
    width: 340px;
}
.main-content .col-area .col form .opt-label .label-style {
    font-size: 12px;
    color: #000;
    font-weight: bold;
}
.main-content .col-area .col form .form-submit {
    display: block;
    border-style: none;
    border-radius: 5px;
    width: 340px;
    height: 50px;
    background: #DC0842;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    border-width: undefinedpx;
    border-color: #DC0842;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    font-family: Roboto,sans-serif;
    font-style: normal;
    text-align: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.main-content .col-area .col form .form-submit:hover {
    background: #FE5571;
}
.main-content .col-area .book-mobile,
.main-content .col-area .form-mobile {
    display: none;
}
.main-content .boxed-area h3 {
    margin-bottom: 30px;
    font-size: 20px;
}
.main-content .boxed-area .box {
    width: 270px;
    height: 55px;
    float: left;
    margin-bottom: 30px;
}
.main-content .boxed-area .box > span {
    color: #727d86;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Whitney SSm A', 'Whitney SSm B', sans-serif;
    font-weight: 300 !important;
    width: 203px;
    float: left;
    text-align: left;
}
.main-content .boxed-area .box .bullets {
    display: block;
    float: left;
    background: #7AC9D2;
    border-style: none;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    margin-right: 10px;
}
.main-content .boxed-area .box .bullets span {
    color: #fff;
    font-size: 18px;
    /*padding: 0 12px;*/
    text-align: center;
    line-height: 34px;
    font-weight: bold;
    font-family: 'Whitney SSm A', 'Whitney SSm B', sans-serif;
}
.main-content .boxed-area .box .bullets .digit {
    color: #fff;
    font-size: 18px;
/*    padding: 5px 12px;*/
    text-align: center;
    line-height: 34px;
    font-weight: bold;
    font-family: 'Whitney SSm A', 'Whitney SSm B', sans-serif;
}
.main-content .counting {
    background: #192340;
    padding: 50px 0;
}
.main-content .counting .text-area {
    width: 710px;
    margin: 0 auto;
    text-align: center;
}
.main-content .counting .text-area .heading {
    padding-top: 20px;
    color: #EEE9E2;
    line-height: 35px !important;
    font-size: 35px;
    line-height: 22px;
    text-align: center;
    font-weight: 600;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.footer {
    text-align: center;
}

@media screen and (max-width:1000px) {
    .content {
        width: 500px;
    }
    .header {
        text-align: center;
    }
    .header h1 {
        font-size: 30px;
    }
    .fancy span:before,
    .fancy span:after {
        display: none;
        content: none;
    }
    .main-content .col-area .col {
        float: none;
        width: 100%;
    }
    .main-content .col-area .book,
    .main-content .col-area .form {
        display: none;
    }
    .main-content .col-area .book-mobile {
        display: block;
        text-align: center;
    }
    
    .main-content .col-area .form-mobile {
        display: block;
        margin-bottom: 30px;
    }
    .main-content .col-area .form-mobile form {
        width: 100%;
        margin: 0 auto;
    }
    .main-content .col-area .form-mobile form input[type=text],
    .main-content .col-area .form-mobile form input[type=email] {
        width: 95%;
    }
    .main-content .col-area .form-mobile form select,
    .main-content .col-area .form-mobile form .form-submit {
        width: 100%;
    }
    .main-content .boxed-area {
        margin-top: 30px;
    }
    .main-content .boxed-area .box {
        float: none;
        width: 100%;
    }
    .main-content .boxed-area .box .bullets {
        margin-right: 0;
    }
    .main-content .boxed-area .box > span {
        width: 88%;
        float: right;
    }
    .main-content .counting .text-area {
        width: 600px;
    }
    .footer .client {
        width: 600px;
        margin: 0 auto;
    }
    .footer .client img {
        width: 100%;
    }
}
@media screen and (max-width:650px) {
    .content,
    .main-content .counting .text-area,
    .footer .client {
        width: 80%;
    }
    .main-content .boxed-area .box > span {
        width: 85%;
        float: right;
    }
}
@media screen and (max-width:450px) {
    .main-content .col-area .book-mobile img {
        width: 100%;
    }
    .main-content .boxed-area .box > span {
        width: 82%;
        float: right;
    }
}



