::placeholder {
    opacity: .7 !important;
}

.section-one {
    background: linear-gradient( rgba(0, 0, 0, 0.35) 100%, rgba(0, 0, 0, 0.35)100%), url(../images/free-30-day-trial/bg.jpg) no-repeat 50% 40% / cover;
}

.section-one .container {
    padding-top: 70px;
    padding-bottom: 70px;
    display: block;
}

.section-one .section-one__left {
    width: 100%;
    margin-bottom: 30px;
}

.section-one .section-one__right {
    width: 100%;
}

.section-one .section-one__left .img-hotel {
    margin-bottom: 30px;
}

.section-one .section-one__left .title {
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 30px;
    color: #fff;
}

.section-one .section-one__left .text {
    font-size: 17px;
    line-height: 23.8px;
    margin-bottom: 20px;
    color: #fff;
}

.section-one .section-one__left .text em {
    font-style: italic;
}

.form-control {
    display: block;
    color: #666;
    padding: 7px 12px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.65;
    width: 100%;
    border: 1px solid #e1e1e1;
    background: #fff;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-control:focus {
    outline: none;
}

.form-container {
    max-width: 100%;
    width: 640px;
    padding: 50px;
    border-radius: 5px;
    background-color: #fff;
}

.form-container .tit {
    font-size: 25px;
    font-weight: 700;
    line-height: 41.25px;
    margin-bottom: 30px;
    text-align: center;
}

.form-container .text {
    font-size: 18.75px;
    font-weight: 400;
}

.form-bottom {
    margin-bottom: 15px;
}

.height-text {
    height: 140px;
}

.checktext {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 26.4px;
}

.checktext input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: silver;
    border-radius: 50%;
    margin-top: 5px;
}

.checktext input:checked~.checkmark {
    background-color: #373dc0;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: block;
}


/* .checktext input:checked ~ .checkmark:after {
    display: block;
} */

.checktext .checkmark:after {
    left: 7px;
    top: 2px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checktext a {
    color: #5b87da;
}

.checktext a:hover {
    text-decoration: underline;
}

.btn-submit {
    background-color: #ff5000;
    padding: 14px 30px 13px;
    min-width: 170px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.3px;
    box-shadow: rgba(33, 37, 41, 0.15) 0px 5px 15px 0px;
    cursor: pointer;
}

.section-two {
    padding: 50px 0;
}

.section-two .container {
    display: block;
}

.section-two .section-two__left {
    width: 100%;
}

.section-two .section-two__right {
    width: 100%;
}

.section-two .section-two__right .title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 30px;
}

.list-item li {
    display: flex;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 29.7px;
}

.list-item .img {
    padding-right: 30px;
}

.list-item .img img {
    width: 30px;
}

.section-three {
    background-color: #f6f7fc;
}

.section-three .container {
    padding: 50px 0;
    display: block;
}

.section-three .section-three__left {
    width: 100%;
}

.section-three .section-three__right {
    width: 100%;
}

.section-three .section-three__left .title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 30px;
}

.section-three .section-three__left .txt {
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
    padding-top: 10px;
    padding-bottom: 30px;
}

.btn-theme {
    display: inline-block;
    color: #fff;
    background-color: #ff5000;
    padding: 9px 30px;
    border-radius: 30px;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
}

.section-four .container {
    text-align: center;
    padding: 100px 0;
}

.section-four .container .img-star {
    margin-bottom: 40px;
}

.section-four .container .text {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
    width: 100%;
    max-width: 950px;
    font-style: italic;
    margin: 0 auto;
}

.section-four .container .author {
    font-size: 18px;
    font-weight: 300;
    line-height: 29.7px;
    font-style: italic;
    margin-top: 30px;
}

.section-four .container .author strong {
    font-weight: 600;
    font-style: italic;
}

.section-five {
    background-color: #221060;
}

.section-five .container {
    padding: 70px 0 50px;
    text-align: center;
}

.section-five .container .title {
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    color: #fff;
    margin-bottom: 30px;
}

.custom-text {
    font-size: 22px;
    line-height: 37px;
}

.two_text {
    display: flex;
    margin-top: 100px;
    align-items: center;
    justify-content: center;
}

.two_text .text {
    font-size: 12px;
    color: #5b87da;
}

.two_text .text:hover {
    color: #1c5ed8;
    text-decoration: underline;
}

.img-partner {
    padding-right: 0px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .wapper-full {
        display: flex;
        align-items: center;
        max-width: 610px;
        justify-content: space-between;
    }
    body .outer-wrap #site-header {
        position: relative;
    }
    .section-one .container {
        padding-top: 80px;
        padding-bottom: 80px;
        display: flex;
    }
    .section-one .section-one__left {
        width: 50%;
        padding-right: 30px;
    }
    .section-one .section-one__right {
        width: 50%;
    }
    .section-one .section-one__left .img-partner img {
        width: 283px;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
    }
    .form-container {
        margin: 0 0 30px;
        max-width: 100%;
        width: 640px;
        padding: 50px;
        border-radius: 5px;
        background-color: #fff;
    }
    .section-two .container {
        display: flex;
    }
    .section-two .section-two__left {
        width: 50%;
    }
    .section-two .section-two__right {
        width: 50%;
    }
    .section-two {
        padding: 100px 0;
    }
    .section-three .container {
        padding: 100px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .section-three .section-three__left {
        width: 50%;
    }
    .section-three .section-three__right {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .sp-none {
        display: none;
    }
    .form-container {
        padding: 50px 30px !important;
    }
    .section-one .section-one__left .img-partner img {
        width: 100%;
        border-radius: 18px;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        -ms-border-radius: 18px;
        -o-border-radius: 18px;
    }
}

@media (max-width: 395px) {
    .form-container {
        padding: 30px 15px !important;
    }
    .section-one .section-one__left .img-partner img {
        width: 100%;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
}