@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat-Light.ttf');
}

@font-face {
    font-family: 'Montserrat-Thin';
    src: url('../fonts/Montserrat-Thin.ttf');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.ttf');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.ttf');
}

@font-face {
    font-family: 'SourceSansPro-Light';
    src: url('../fonts/SourceSansPro-Light.ttf');
}

@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('../fonts/SourceSansPro-Regular.ttf');
}

@font-face {
    font-family: 'SourceSansPro-SemiBold';
    src: url('../fonts/SourceSansPro-SemiBold.ttf');
}

@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('../fonts/SourceSansPro-Bold.ttf');
}

@font-face {
    font-family: 'SourceSansPro-Italic';
    src: url('../fonts/SourceSansPro-Italic.ttf');
}

@font-face {
    font-family: 'Rotobo-Bold';
    src: url('../fonts/Roboto-Bold.ttf');
}

@font-face {
    font-family: 'Rotobo-Regular';
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'Rotobo-Light';
    src: url('../fonts/Roboto-Light.ttf');
}

@font-face {
    font-family: 'Oswald-Bold';
    src: url('../fonts/Oswald-Bold.ttf');
}

@font-face {
    font-family: 'Oswald-Regular';
    src: url('../fonts/Oswald-Regular.ttf');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "SourceSansPro-Regular";
    font-size: 16px;
    background-color: #f8fafb;
    color: #4a5664;
}

/** ==== Text Style:  Font Size (10px 18px), Font Weight, Letter Spacing, Decoration ==== */
.f-0{
    font-size: 10px!important;
}
.f-1{
    font-size: 11px!important;
}
.f-2{
    font-size: 12px!important;
}
.f-3{
    font-size: 13px!important;
    line-height: 18px;
}
.f-4{
    font-size: 14px!important;
}
.f-5{
    font-size: 15px!important;
}
.f-6{
    font-size: 16px!important;
}
.f-7{
    font-size: 17px!important;
}
.f-8{
    font-size: 18px!important;
}
.f-22{
    font-size: 22px!important;
}
.f-20 {
    font-size: 20px!important;
    letter-spacing: 0.07em;
}
.f-24 {
    font-size: 24px!important;
}
.f-26 {
    font-size: 26px!important;
}
.f-28{
    font-size: 28px!important;
}
.font-weight-bold {
    font-weight: 600!important;
}
.ls-1{
    letter-spacing: 1px;
}
.ls-2{
    letter-spacing: 2px;
}
.td-underline {
    text-decoration: underline!important;
}
.td-none{
    text-decoration: none!important;
}
.text-capitalize {
    text-transform: capitalize;
}

/** ==== Display Style ==== */
.d-flex {
    display: flex;
}
.d-block {
    display: block;
}
.v-center {
    display: flex;
    align-items: center;
}
.align-items-center {
    align-items: center;
}
.align-items-start {
    align-items: flex-start;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-between {
    justify-content: space-between;
}
.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

/** ======= margin and padding Style ======*/
.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.w-100 {
    width: 100% !important;
}

.w-70 {
    width: 70%;
}

.h-100 {
    height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}


.title {
    font-family: "Montserrat-Regular";
    font-size: 42px;
    line-height: 54px;
    letter-spacing: 2px;
}
.sub-title {
    font-family: "Montserrat-Regular";
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 1px;
}
.description {
    font-family: "SourceSansPro-Light";
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1px;
}
/** ========== color style ====== */
.c-white {
    color: white;
}
.c-black {
    color: black;
}
.c-blue {
    /* color: #1478f0; */
    color: #0079e1;
}
.bgc-blue {
    /* background-color: #1478f0; */
    background-color: #0079e1;
}
.bgc-cyan {
    background-color: #37d2cd;
}
.bgc-green {
    background-color: #6edc82;
}
/** ========== component style ====== */
img {
    object-fit: cover;
}
.btn {
    height: 40px;
    padding: 0.5rem 1.5rem;
    color: white;
    border: none;
    outline: none;
    font-size: 14px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    cursor: pointer;
}
.btn-blue {
    background-color: #1478f0;
}
.btn-blue:hover {
    background-color: #1478f0;
}
.btn-blue:focus {
    background-color: #1478f0;
}
.btn-green {
    background-color: #6edc82;
}
.btn-green:hover {
    background-color: #6edc82;
}
.btn-green:focus {
    background-color: #6edc82;
}
.btn-cyan {
    background-color: #37d2cd;
}
.btn-cyan:hover {
    background-color: #37d2cd;
}
.btn-cyan:focus {
    background-color: #37d2cd;
}
.btn-black {
    background-color: #394655;
}
.btn-black:hover {
    background-color: #394655;
}
.btn-black:focus {
    background-color: #394655;
}

.progress-circle {
    border-radius: 50%;
    display: inline-block;
    height: 152px;
    position: relative;
    width: 152px;
    font-family: "Oswald-Bold";
}
.progress-circle:before {
    align-items: center;
    border-radius: 50%;
    content: attr(data-progress) '%';
    display: flex;
    font-size: 3rem;
    justify-content: center;
    position: absolute;
    left: 0.25rem;
    right: 0.25rem;
    top: 0.25rem;
    bottom: 0.25rem;
    transition: transform 0.2s ease;
    background-color: #f8fafb;
    font-size: 30px;
}
.progress-circle:after {
    background-color: #6edc82;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 100%;
    width: 100%;
}
.progress-circle:hover:before,
.progress-circle:focus:before {
    transform: scale(0.8);
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #dddddd;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #dddddd;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #dddddd;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #dddddd;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #dddddd;
}

::placeholder { /* Most modern browsers support this now. */
    color: #dddddd;
}
/**
* $step is set to 5 by default, meaning you can only use percentage classes in increments of five (e.g. 25, 30, 45, 50, and so on). This helps to reduce the size of the final CSS file. If you need a number that doesn't end in 0 or 5, you can change the text percentage while rounding the class up/down to the nearest 5.
*/
.progress-circle[data-progress="19"]:after {
    background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(158.4deg, #6edc82 50%, #ddd 50%, #ddd);
}
.progress-circle[data-progress="50"]:after {
    background-image: linear-gradient(-90deg, #6edc82 50%, transparent 50%, transparent), linear-gradient(270deg, #6edc82 50%, #ddd 50%, #ddd);
}
.progress-circle[data-progress="90"]:after {
    background-image: linear-gradient(54deg, #6edc82 50%, transparent 50%, transparent), linear-gradient(270deg, #6edc82 50%, #ddd 50%, #ddd);
}

a {
    color: #000;
}

/* header */

.header {
    background-color: #1478f0;
    position: fixed;
    width: 100%;
    z-index: 3;
}

.nav-bar {
    padding-left: 90px;
    padding-right: 30px;
}

.logo-img{
    height: 48px;
    object-fit: cover;
}

.logo-text{
    height: 22px;
    object-fit: cover;
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: transparent;
}

.header li a {
    display: block;
    text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
    background-color: transparent;
}

.header .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 10px 20px;
    text-decoration: none;
}

/* menu */

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 34px 20px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: white;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: white;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

/* menu btn */

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked ~ .menu {
    max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {

    /* .logo-wrapper { float:left; } */
    .logo-wrapper a{ padding-top:1em;  }

    .header li {
        float: left;
    }

    .header .menu {
        clear: none;
        float: right;
        max-height: none;
    }
    .header .menu-icon {
        display: none;
    }

    .gradient-wrapper {
        margin-top: 68px;
    }
}

.header .menu {
    margin: 1rem 0px;
}

.gradient-wrapper {
    width: 100%;
    height: 8px;
    background: rgb(20,120,240);
    background: linear-gradient(90deg, rgba(20,120,240,1) 0%, rgba(51,198,240,1) 46%, rgba(110,220,130,1) 100%);
}

.company-section {
    padding-top: 76px;
}

.company-section .company-img {
    width: 100%;
    height: 37.5vw;
    object-fit: cover;
}

.company-section .company-info {
    width: 44%;
    padding: 40px 40px 40px 180px;
    background-color: rgba(10, 31, 55, 0.8);
    top: 53%;
    transform: translateY(-50%);
}

.company-section .company-info .title{

}

.company-section .company-info .description {
    font-family: "SourceSansPro-Light";
    width: 75%;
}

.business-section {
    max-width: 1024px;
    padding-top: 4rem;
    padding-bottom: 3rem;
}

.business-section .business-header {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.business-section .business-header .title {
    font-family: "Montserrat-Light";
    letter-spacing: 2px;
    color: #1478f0;
    width: 50%;
}

.business-section .business-header .business-img {
    width: 40%;
}

.business-section .description {
    margin-top: -1.5rem;
}

.card-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.card-section .card-container {
    padding: 3rem;
}

.card-section .card-container .description {
    font-size: 17px;
}

.city-section {
    background-color: #D9E5ED;
}

.city-section .city-content {
    display: flex;
}

.city-section .city-girl-img {
    width: 40%;
}

.city-section .city-space {
    width: 15%;
}

.city-section .city-info {
    width: 40%;
    padding: 3rem 0rem 3rem 1rem;
}

.city-section .city-info .label{
    font-family: "Montserrat-Bold";
    font-size: 32px;
}

.city-section .city-info .title {
    font-family: "Montserrat-Light";
    font-size: 34px;
    width: 80%;
}

.city-section .city-info .description {
    margin-top: 1.5rem;
}

.city-section .city-info .sub-title {
    font-family: "Montserrat-Bold";
    font-size: 20px;
    margin-top: 3rem;
}

.city-section .city-info .city-description-list .check-img {
    width: 14px;
}

.city-section .city-info .city-description-list .list-text {
    font-family: "SourceSansPro-Light";
    font-size: 15px;
}

.city-section .city-info .earning-wrapper {
    margin-top: 3rem;
}

.city-section .city-info .earning-wrapper .sub-title {
    margin: 0;
}

.city-section .city-bottom {
    background-color: #E8EFF4;
    padding-left: 55%;
}

.city-section .city-bottom p {
    color: #8e97a2;
}

.city-section .city-bottom .second-text {
    margin-left: 3rem;
}

.counter-section {
    max-width: 1024px;
    flex-wrap: wrap;
    padding: 3rem 0px;
}

.counter-section .counter-container {
    width: 50%;
    padding: 2rem 3rem;
}

.counter-section .counter-container .title {
    font-family: "Montserrat-Bold";
    line-height: 24px;
    font-size: 20px;
}

.counter-section .counter-container:nth-child(3) {
    width: 70%;
}

.information-section {
    background-color: #D9E5ED;
    margin-bottom: 80px;
    width: 100%;
    height: 300px;
    padding: 3rem;
}

.information-section .information-img {
    max-width: 53vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -3rem;
}

.information-section .label {
    position: absolute;
    font-size: 13px;
}

.information-section .first {
    top: 2rem;
    left: 18vw;
    text-align: right;
    max-width: 130px;
}

.information-section .second {
    top: 2rem;
    left: 45vw;
    max-width: 240px;
}

.information-section .third {
    top: 3rem;
    left: 75vw;
    max-width: 250px;
}

.information-section .fourth {
    top: 13rem;
    left: 65vw;
    max-width: 250px;
}

.benifit-section {
    padding: 3rem 0px;
}

.benifit-section .description {
    font-family: "Montserrat-Light";
    font-size: 40px;
    letter-spacing: 2.5px;
    line-height: 50px;
}

.benifit-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.benifit-container .benifit-wrapper {
    padding: 1rem 3rem;
}

.benifit-container .benifit-wrapper .benifit-img {
    width: 40px;
    height: 40px;
}

.benifit-container .benifit-wrapper .sub-title {
    font-family: "Montserrat-Bold";
    font-size: 18px;
    line-height: 24px;
}

.advertising-section .overlay-blue {
    background-color: #1478f0;
    opacity: 0.5;
    top: 0;
}

.advertising-section .advertising-info {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.advertising-section .advertising-info .sub-title {
    font-family: "Montserrat-Bold";
    font-size: 20px;
    line-height: 26px;
}

.advertising-section .advertising-info .sub-title.second-content {
    margin-top: 1.5rem;
}

.contact-section {
    margin-top: 5px;
    background-color: #394655;
}

.contact-section .comment-img {
    width: 24px;
    height: 24px;
}

.contact-section .contact-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-section .contact-text {
    color: #ccc;
    font-size: 18px;
}

.contact-section .contact-tel {
    font-family: "Montserrat-Bold";
    letter-spacing: 1px;
    font-size: 20px;
    text-align: center;
}

.contact-section .contact-avatar {
    width: 145px;
    height: 145px;
    top: -30px;
    left: 80%;
}

.secure-section {
    padding: 4rem 0px;
}

.secure-section .title {
    font-size: 38px;
    line-height: 46px;
}

.secure-section .bold-text {
    font-family: "Montserrat-Bold";
}

.secure-section .description {
    font-size: 20px;
}

.secure-section .levels-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.secure-section .level-wrapper {
    background-color: #d9e5ed;
    padding-top: 3rem;
}

.secure-section .level-wrapper .levels {
    margin-top: 3rem;
}

.secure-section .level-wrapper .level {
    opacity: 0.6;
    width: 150px;
    height: 140px;
    margin: 0px 3rem;
}

.secure-section .level-wrapper .level:hover {
    opacity: 1;
}

.secure-section .level-wrapper .level-basic-img {
    margin-top: 1.5rem;
    width: 35px;
}

.secure-section .level-wrapper .level-img {
    width: 90px;
}

.secure-section .level-wrapper .level-title {
    font-family: "Montserrat-Bold";
    position: absolute;
    bottom: 30px;
    width: 100%;
    font-size: 20px;
}

.secure-section .secure-description {
    max-width: 1024px;
    text-align: left;
    font-size: 18px;
}

.triangle {
    display: none;
    margin: 0 5px;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.triangle-4 {
    width: 15px;
    height: 15px;
    border-bottom: solid 15px #f8fafb;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}

.secure-section .level-wrapper .level:hover .triangle {
    display: inline-block;
}

.footer {
    background-color: #1478f0;

}

.footer-wrapper {
    padding: 4rem 0px;
    max-width: 1024px;
}

.footer-wrapper a {
    text-decoration: none;
}

.footer .footer-first-col {
    width: 30%;
}

.footer .footer-second-col {
    width: 35%;
}

.footer .location-footer .footer-img {
    width: 16px;
    height: 16px;
}

.footer .footer-buttons .footer-button {
    border-bottom: 1px solid white;
    width: 70%;
    padding: 10px 0px;
}

.footer .footer-input {
    background-color: #1478f0;
    color: white;
    border: 1px solid white;
    width: 70%;
    height: 34px;
    padding-left: 10px;
}

.footer .footer-input:hover {
    outline: none;
}

.footer .footer-input:focus {
    outline: none;
}

.footer textarea.footer-input {
    height: 100px;
    padding: 5px 10px;
}

@media screen and (max-width: 1680px) {

    .company-section .company-info .description {
        width: 100%;
    }

    .title {
        font-size: 36px;
        line-height: 46px;
    }

    .company-section .company-info {
        padding: 40px 40px 40px 100px;
    }

    .information-section .first {
        top: 1rem;
    }

    .information-section .second {
        top: 1rem;
    }

    .information-section .fourth {
        top: 11rem;
    }

    .benifit-section .description {
        font-size: 34px;
    }

    .benifit-container .benifit-wrapper .sub-title {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (max-width: 1560px) {
    .information-section .first {
        left: 16vw;
    }

    .information-section .fourth {
        top: 10rem;
    }
}

@media screen and (max-width: 1440px) {

    .company-section .company-info {
        padding: 40px 40px 40px 60px;
    }

    .information-section .label {
        line-height: 15px;
    }

    .information-section .first {
        left: 14vw;
        top: 0.5rem;
    }

    .information-section .second {
        top: 0.5rem;
    }

    .information-section .fourth {
        top: 9rem;
    }

    .information-section .third {
        top: 2rem;
    }

    .city-section .city-info {
        padding: 1.5rem 0rem 1.5rem 1rem;
    }

    .city-section .city-info .title {
        font-size: 28px;
        line-height: 36px;
    }

    .city-section .city-info .description {
        font-size: 20px;
        line-height: 24px;
    }

    .city-section .city-info .sub-title {
        margin-top: 1.5rem;
    }

    .city-section .city-info .earning-wrapper {
        margin-top: 1.5rem;
    }
}

@media screen and (max-width: 1368px) {
    .company-section .company-info {
        padding: 30px 30px 30px 40px;
    }

    .title {
        font-size: 34px;
        line-height: 42px;
    }

    .description {
        font-size: 18px;
        line-height: 24px;
    }

    .benifit-container .benifit-wrapper {
        padding: 1rem;
    }
}


@media screen and (max-width: 1300px) {
    .information-section .label {
        font-size: 11px;
        line-height: 13px;
    }

    .information-section .fourth {
        top: 7rem;
    }

    .information-section .second {
        max-width: 200px;
    }

    .card-section .card-container {
        padding: 1.5rem;
    }
}

@media screen and (max-width: 1200px) {
    .title {
        font-size: 30px;
        line-height: 38px;
    }

    .description {
        font-size: 16px;
        line-height: 22px;
    }

    .business-section {
        padding-left: 4rem;
        padding-right: 4rem;
        max-width: none;
    }

    .city-section .city-space {
        display: none;
    }

    .city-section .city-info {
        width: 55%;
    }

    .city-section .city-info .label{
        font-size: 20px;
    }

    .city-section .city-info .title {
        font-size: 22px;
        line-height: 30px;
        width: 100%;
    }

    .city-section .city-info .description {
        font-size: 18px;
        line-height: 22px;
        margin-top: 0.5rem;
    }

    .city-section .city-info .sub-title {
        font-size: 16px;
        margin-top: 1rem;
    }

    .city-section .city-info .earning-wrapper {
        margin-top: 1rem;
    }

    .city-section .city-bottom {
        padding-left: 40%;
    }

    .benifit-container .benifit-wrapper .sub-title {
        font-size: 13px;
        line-height: 16px;
    }

    .contact-section .contact-avatar {
        left: 85%;
    }
}

@media screen and (max-width: 1024px) {
    .title {
        font-size: 26px;
        line-height: 34px;
    }

    .description {
        font-size: 15px;
        line-height: 22px;
    }

    .nav-bar {
        padding-left: 50px;
    }

    .counter-section {
        max-width: none;
    }

    .counter-section .counter-container {
        padding: 1.5rem;
    }

    .counter-section .counter-container .title {
        font-size: 16px;
        line-height: 20px;
    }

    .progress-circle {
        width: 100px;
        height: 100px;
    }

    .progress-circle:before {
        font-size: 20px;
    }

    .information-section {
        padding: 1rem;
        text-align: center;
        height: auto;
    }

    .information-section .information-img {
        max-width: none;
        width: 60vw;
        position: inherit;
        transform: none;
        left: 0;
        top: 0;
        margin-top: -3rem;
    }

    .information-section .information-info {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        margin: 2rem 0px 1rem 0px;
    }

    .information-section .label {
        position: inherit;
        text-align: center;
        padding: 0px 0.5rem;
    }

    .information-section .first {
        max-width: none;
    }

    .information-section .second {
        max-width: none;
    }

    .information-section .third {
        max-width: none;
    }

    .information-section .fourth {
        max-width: none;
    }

    .information-section {
        margin-bottom: 30px;
    }

    .card-section .card-container .description {
        font-size: 15px;
    }

    .benifit-section {
        padding: 1.5rem 0px;
    }

    .benifit-section .description {
        font-size: 26px;
    }

    .benifit-container .benifit-wrapper .sub-title {
        font-size: 12px;
    }

    .advertising-section .advertising-info {
        width: 100%;
        top: 50%;
    }

    .advertising-section .advertising-info .sub-title {
        font-size: 16px;
        line-height: 20px;
    }

    .advertising-section .advertising-info .sub-title.second-content {
        margin-top: 1rem;
    }

    .contact-section .contact-text {
        font-size: 14px;
    }

    .contact-section .contact-tel {
        font-size: 16px;
    }

    .contact-section .contact-avatar {
        width: 120px;
        height: 120px;
        top: -20px;
    }

    .secure-section .title {
        font-size: 30px;
        line-height: 40px;
    }

    .secure-section .level-wrapper .level {
        margin: 0 1.5rem;
    }

    .secure-section .secure-description {
        padding: 0 1rem;
    }

    .footer-wrapper {
        max-width: none;
        padding: 2rem 1rem;
    }

    .footer .footer-buttons .footer-button {
        width: 80%;
    }

    .footer .footer-input {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .benifit-container .benifit-wrapper .sub-title {
        height: 50px;
    }
}

@media screen and (max-width: 920px) {

    .title {
        font-size: 20px;
        line-height: 30px;
    }

    .description {
        font-size: 16px;
        line-height: 20px;
    }

    .company-section .company-info{
        padding: 20px;
    }

    .btn {
        padding: 0.5rem;
    }

    .company-section .company-info{
        width: 60%;
    }

    .city-section .city-info {
        width: 58%;
    }

    .city-section .city-info .label {
        font-size: 16px;
    }

    .city-section .city-info .title {
        font-size: 15px;
        line-height: 20px;
    }

    .city-section .city-info .description {
/*        font-size: 13px; */
        line-height: 18px;
        margin-top: 0.25rem;
    }

    .city-section .city-info .sub-title {
        font-size: 14px;
        margin-top: 0.5rem;
    }

    .city-section .city-info .city-description-list .list-text {
        /* font-size: 13px; */
    }

    .city-section .city-info .earning-wrapper {
        margin-top: 0.5rem;
    }

    .city-section .city-info {
        padding: 1rem 0rem 1rem 1rem;
    }

    .city-section .city-bottom {
        padding-left: 40%;
    }

    .contact-section .contact-wrapper {
        display: block;
        margin-left: 1rem;
    }

    .contact-section .contact-tel {
        text-align: center;
    }

    .contact-section .contact-avatar {
        left: 80%;
    }

    .secure-section .title {
        font-size: 26px;
        line-height: 30px;
    }

    .secure-section .level-wrapper .level {
        margin: 0 1rem;
    }
}

@media screen and (max-width: 800px) {
    .secure-section .level-wrapper .level-img {
        width: 60px;
    }

    .secure-section .level-wrapper .level-title {
        font-size: 14px;
    }

    .secure-section .level-wrapper .level {
        height: 110px;
    }

    .secure-section .level-wrapper .level-basic-img {
        margin-top: 1rem;
        width: 25px;
    }
}

@media screen and (max-width: 767px) {

    .logo-wrapper{
        float:left;
    }
    .logo-wrapper{ padding-top:1em; padding-left:1em; }

    .header .menu {
        margin: 0px;
    }

    .header .menu li {
        text-align: center;
    }

    .header .menu .last-menu-item {
        padding-bottom: 20px;
    }

    .company-section .company-info {
        top: 62%;
    }

    .business-section .description {
        margin-top: 0;
    }

    .card-section .card-container {
        padding: 1rem;
    }

    .city-section .city-content {
        display: block;
        text-align: center;
    }

    .city-section .city-girl-img{
        width: 70%;
    }

    .city-section .city-info {
        width: 100%;
        text-align: left;
    }

    .city-section .city-bottom {
        padding-left: 0;
    }

    .benifit-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .benifit-container .benifit-wrapper .sub-title {
        font-size: 15px;
        height: auto;
    }

    .advertising-section .advertising-info {
        padding: 0px 1rem;
    }

    .secure-section .level-wrapper .level {
        width: 120px;
    }

    .secure-section .secure-description {
        font-size: 15px;
    }

    .secure-section {
        padding: 2rem 0;
    }
}


@media screen and (max-width: 720px) {
    .company-section{
        font-size:15px;
    }


    .company-section .company-info{
        width: 60%;

    }

    .logo-wrapper .logo-text {
        height: 16px;
    }

    .business-section .description {
        margin-top: 0.5rem;
        font-size:15px;
    }

    .business-section {
        padding: 2rem;
    }

    .business-section .business-header {
        text-align: center;
    }

    .business-section .business-header .title {
        width: 100%;
    }

    .business-section .business-header .business-img {
        width: 70%;
        margin-top: 1rem;
    }

    .business-section .description {
        font-size: 16px;
        line-height: 18px;
    }

    .information-section .information-info {
        margin-top: 1rem;
    }

    .information-section .information-img {
        width: 70vw;
    }

    .contact-section .contact-text {
        max-width: 70vw;
    }

    .contact-section .contact-avatar {
        top: -15px;
    }
}

@media screen and (max-width: 576px) {

    .nav-bar {
        padding-left: 15px;
        padding-right: 15px;
    }

    .logo-wrapper .logo-img {
        height: 32px;
    }

    .logo-wrapper .logo-text {
        height: 14px;
    }
    .header .logo {
        padding: 18px 20px;
        display: none;
    }

    .company-section .company-info {
        top: 65%;
        padding: 10px 15px;
    }

    .title {
        font-size: 16px;
        line-height: 20px;
    }

    .description {
        font-size: 12px;
        line-height: 16px;
    }

    .company-section .company-info{
        width: 80%;
    }

    .business-section {
        padding: 15px;
    }

    .business-section .business-header {
        display: block;
    }

    .card-section {
        grid-template-columns: repeat(1, 1fr);
    }

    .card-section .card-container {
        padding: 2rem 1rem;
    }

    .counter-section .counter-container {
        width: 100%;
        padding: 1rem;
    }

    .counter-section .counter-container:nth-child(3) {
        width: 100%;
    }

    .counter-section {
        padding: 1rem 0px;
    }

    .counter-section .counter-container .title {
        width: 100%;
    }

    .information-section .information-img {
        width: 80vw;
        margin-top: 0;
    }

    .information-section .information-info {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 1rem;
    }

    .benifit-section {
        padding: 1rem 0px;
    }

    .benifit-section .description {
        font-size: 18px;
    }

    .benifit-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .advertising-section {
        height: 250px;
    }
    .advertising-section .advertising-info .sub-title {
        font-size: 14px;
        line-height: 18px;
    }

    .advertising-section .advertising-info .sub-title.second-content {
        margin-top: 0.5rem;
    }

    .contact-section .contact-text {
        max-width: 50vw;
    }

    .contact-section .contact-tel {
        text-align: left;
        margin-left: 3rem;
        font-size: 15px;
    }
    .contact-tel a{
        text-decoration: none;
    }
    .contact-section .contact-avatar {
        left: 70%;
    }

    .secure-section .title {
        padding: 0px 1rem;
    }
    .secure-section .description {
        font-size: 16px;
        padding: 0px 1rem;
    }

    .secure-section .level-wrapper {
        padding-top: 1.5rem;
    }

    .secure-section .title {
        font-size: 22px;
        line-height: 26px;
    }

    .secure-section .levels-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .secure-section .level-wrapper .level:hover .triangle {
        display: none;
    }

    .footer-wrapper {
        flex-wrap: wrap;
    }

    .footer .footer-first-col {
        width: 100%;
    }

    .footer .footer-second-col:nth-child(2) {
        width: 100%;
        margin-top: 2rem;
    }

    .footer .footer-buttons .footer-button {
        width: 100%;
    }
    
    .footer .footer-second-col {
        width: 100%;
        margin-top: 2rem;
    }

    .city-section .city-bottom .second-text {
        margin-left: 1.5rem;
    }
}

@media screen and (max-width: 440px) {
    .contact-section .contact-avatar {
        width: 80px;
        height: 80px;
        left: 75%;
        top: 15px;
    }

    .secure-section .title {
        font-size: 18px;
        line-height: 22px;
    }
}



.mbr-footer form .form-control {
    background: none;
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 0.875rem;
    min-height: 3.2em;
    padding: 0.5em 1em 0.5em;
}
.form-control, .form-control:focus {
    border: 1px solid #e8e8e8;
}
.form-control {
    background-color: #1678f0;
    border-radius: 3px;
    box-shadow: none;
    color: #FFF;
    /* font-weight:bold; */
    font-size: 0.875rem;
    line-height: 1.43;
    min-height: 3.5em;
    padding: 0.4em 1.07em 0.4em;
    margin: 0.2em;
    width: 75%;
}
form.contact__form * .btn {
    background-color:#394655;
    border-radius: 3px;
}