@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap");

/***** Global Classes and declarations *****/

body {
    font-size: 62.5%;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    width: 100%;
}

html,
body {
    scroll-behavior: smooth;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
input {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul,
li {
    padding: 0;
    list-style: none;
    margin: 0;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover.selected {
    text-decoration: none;
}

img {
    border: none;
    max-width: 100%;
}

html {
    width: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

h1 {
    font-size: 1.8em;
    line-height: 1.2em;
}

h2 {
    font-size: 1.5em;
}

h3,
h3 a {
    font-size: 1.2em;
}

h4,
h4 a {
    font-size: 1.2em;
}

h5,
h5 a {
    font-size: 1.2em;
}

h6,
h6 a {
    font-size: 1.2em;
}

table,
table tr td,
table tr th {
    border: none;
}

.clearfix:after {
    content: ".";
    /*display: block;*/
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

* html .clearfix {
    height: 1%;
}

* {
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-overflow-scrolling: touch;
    outline: none;
    box-sizing: border-box;
}

.clear {
    font-size: 1%;
    height: 0;
    line-height: 0;
    width: 0;
    float: none;
    clear: both;
}

input {
    outline: none;
}

article,
aside,
canvas,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
mark {
    display: block;
    width: 100%;
    float: left;
}

.wrapper {
    width: 90%;
    margin: 0 auto;
}

section {
    margin: 40px 0;
}

@media all and (max-width: 1599px) {
    section {
        margin: 30px 0;
    }
}

@media all and (max-width: 700px) {
    section {
        margin: 20px 0;
    }
}

h3 {
    font-size: 4em;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #000;
}

@media all and (max-width: 1599px) {
    h3 {
        font-size: 3.5em;
    }
}

@media all and (max-width: 1290px) {
    h3 {
        font-size: 3.2em;
    }
}

@media all and (max-width: 991px) {
    h3 {
        font-size: 2.5em;
        margin-bottom: 20px;
    }
}

h3 span {
    font-weight: bold;
    color: #B22D3D;
}

.best {
    float: left;
    width: 100%;
}

.best ul li {
    width: 45%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}

@media all and (max-width: 1599px) {
    .best ul li {
        width: 48%;
    }
}

@media all and (max-width: 700px) {
    .best ul li {
        width: 49%;
        margin-bottom: 25px;
    }
}

.best ul li:nth-child(even) {
    float: right;
}

.best ul li:nth-child(3),
.best ul li:nth-child(4) {
    margin-bottom: 0;
}

.best ul li .img {
    float: left;
    width: 55%;
    position: relative;
}

@media all and (max-width: 1599px) {
    .best ul li .img {
        width: 50%;
    }
}

@media all and (max-width: 1290px) {
    .best ul li .img {
        width: 55%;
    }
}

@media all and (max-width: 991px) {
    .best ul li .img {
        width: 100%;
    }
}

.best ul li .img img {
    float: left;
    width: 100%;
}

.best ul li .img::after {
    content: "";
    position: absolute;
    top: 0;
    right: -12px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #000000;
}

@media all and (max-width: 991px) {
    .best ul li .img::after {
        display: none;
    }
}

.best ul li .text {
    float: right;
    width: 40%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

@media all and (max-width: 1599px) {
    .best ul li .text {
        width: 45%;
    }
}

@media all and (max-width: 1290px) {
    .best ul li .text {
        width: 40%;
    }
}

@media all and (max-width: 991px) {
    .best ul li .text {
        position: static;
        width: 100%;
        margin-top: 20px;
    }
}

.best ul li .text .content {
    width: 100%;
    height: 100%;
    display: table;
}

.best ul li .text .content .copy {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: bottom;
}

.best ul li .text h4 {
    position: relative;
    font-size: 2.7em;
    font-weight: 300;
    margin-bottom: 50px;
    text-transform: uppercase;
}

@media all and (max-width: 1599px) {
    .best ul li .text h4 {
        font-size: 2.2em;
        margin-bottom: 30px;
    }
}

@media all and (max-width: 1290px) {
    .best ul li .text h4 {
        font-size: 2em;
    }
}

@media all and (max-width: 700px) {
    .best ul li .text h4 {
        font-size: 1.8em;
    }
}

.best ul li .text h4::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 45px;
    height: 1px;
    background-color: #B22D3D;
}

@media all and (max-width: 1599px) {
    .best ul li .text h4::before {
        bottom: -10px;
    }
}

.best ul li .text p {
    font-size: 2em;
    font-weight: 300;
    line-height: 1.5em;
}

@media all and (max-width: 1599px) {
    .best ul li .text p {
        font-size: 1.6em;
    }
}

@media all and (max-width: 1290px) {
    .best ul li .text p {
        font-size: 1.4em;
        line-height: 1.6em;
    }
}

@media all and (max-width: 700px) {
    .best ul li .text p {
        font-size: 1.3em;
    }
}

@media all and (max-width: 991px) {
    .details .swiper-slide {
        padding-bottom: 50px;
    }
}

.details .swiper-slide .img {
    float: left;
    width: 50%;
    position: relative;
    margin-left: 2px;
}

@media all and (max-width: 991px) {
    .details .swiper-slide .img {
        width: 100%;
    }
}

.details .swiper-slide .img img {
    float: left;
    width: 100%;
}

.details .swiper-slide .text {
    float: right;
    width: 46%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 5%;
}

@media all and (max-width: 991px) {
    .details .swiper-slide .text {
        position: static;
        width: 100%;
        margin-top: 20px;
        margin-left: 2px;
    }
}

.details .swiper-slide .text .content {
    width: 100%;
    height: 100%;
    display: table;
}

.details .swiper-slide .text .content .copy {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.details .swiper-slide .text h4 {
    position: relative;
    font-size: 2.7em;
    font-weight: 300;
    margin-bottom: 70px;
    text-transform: uppercase;
}

@media all and (max-width: 1599px) {
    .details .swiper-slide .text h4 {
        font-size: 2.2em;
        margin-bottom: 50px;
    }
}

@media all and (max-width: 1290px) {
    .details .swiper-slide .text h4 {
        font-size: 2em;
        margin-bottom: 40px;
    }
}

@media all and (max-width: 700px) {
    .details .swiper-slide .text h4 {
        font-size: 1.8em;
    }
}

.details .swiper-slide .text h4::before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 45px;
    height: 1px;
    background-color: #B22D3D;
}

.details .swiper-slide .text p {
    font-size: 2em;
    font-weight: 300;
    line-height: 1.8em;
    margin-bottom: 25px;
}

@media all and (max-width: 1599px) {
    .details .swiper-slide .text p {
        font-size: 1.6em;
        margin-bottom: 20px;
    }
}

@media all and (max-width: 1290px) {
    .details .swiper-slide .text p {
        font-size: 1.4em;
    }
}

.details .swiper-slide .text .list {
    margin-top: 25px;
}

@media all and (max-width: 991px) {
    .details .swiper-slide .text .list {
        margin-left: 2px;
    }
}

.details .swiper-slide .text .list li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 30px;
}

@media all and (max-width: 1290px) {
    .details .swiper-slide .text .list li {
        padding-left: 20px;
    }
}

.details .swiper-slide .text .list li p {
    margin-bottom: 0;
}

.details .swiper-slide .text .list li::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 11px;
    height: 11px;
    background-color: #000;
    border-radius: 100%;
}

@media all and (max-width: 1599px) {
    .details .swiper-slide .text .list li::before {
        width: 9px;
        height: 9px;
        top: 10px;
    }
}

@media all and (max-width: 1290px) {
    .details .swiper-slide .text .list li::before {
        width: 7px;
        height: 7px;
        top: 8px;
    }
}

.details .swiper-button-next,
.details .swiper-button-prev {
    color: #000;
    top: auto;
    bottom: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.details .swiper-button-next:hover,
.details .swiper-button-prev:hover {
    color: #b22d3d;
    transform: scale(1.1);
}

.details .swiper-button-prev {
    left: auto;
    right: 60px;
}

@media all and (max-width: 991px) {
    .details .swiper-button-prev {
        right: auto;
        left: 45%;
    }
}

@media all and (max-width: 700px) {
    .details .swiper-button-prev {
        left: 40%;
    }
}

@media all and (max-width: 991px) {
    .details .swiper-button-next {
        right: 45%;
    }
}

@media all and (max-width: 700px) {
    .details .swiper-button-next {
        right: 40%;
    }
}

.details .swiper-button-next:after,
.details .swiper-button-prev:after {
    font-size: 40px;
}

@media all and (max-width: 1599px) {
    .details .swiper-button-next:after,
    .details .swiper-button-prev:after {
        font-size: 30px;
    }
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

header {
    width: 100%;
    padding: 0px 0;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    position: fixed;
    z-index: 5;
}

@media all and (max-width: 1599px) {
    header {
        padding: 0px 0;
    }
}

@media all and (max-width: 700px) {
    header {
        padding: 0px 0;
    }
}

header .wrapper {
    display: table;
}

header a.logo {
    float: left;
}

header a.logo img {
    float: left;
    width: 90px;
    margin: 10px 0px;
}

@media all and (max-width: 1599px) {
    header a.logo {
        width: 150px;
    }
}

@media all and (max-width: 1290px) {
    header a.logo {
        width: 120px;
    }
}

@media all and (max-width: 991px) {
    header a.logo {
        width: 80px;
    }
}

@media all and (max-width: 700px) {
    header a.logo {
        width: 100px;
    }
}

header .rightSide {
    float: right;
    margin: 10px 0px;
}

@media all and (max-width: 1599px) {
    header .rightSide {
        margin-top: 15px;
    }
    header a.logo img {
        width: 65px;
    }
}

@media all and (max-width: 1290px) {
    header .rightSide {
        margin-top: 10px;
    }
}

@media all and (max-width: 700px) {
    header .rightSide {
        margin-top: 15px;
        width: 50%;
    }
}

header a.button {
    float: left;
    border: 1px solid #b22d3d;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    color: #000;
    padding: 15px 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

header a.button:hover {
    color: #fff;
    background-color: #b22d3d;
}

@media all and (max-width: 1599px) {
    header a.button {
        font-size: 14px;
        padding: 5px;
    }
}

@media all and (max-width: 1290px) {
    header a.button {
        font-size: 1.4em;
    }
}

@media all and (max-width: 991px) {
    header a.button {
        padding: 10px 15px;
    }
}

@media all and (max-width: 700px) {
    header a.button {
        font-size: 1.2em;
        padding: 7px 12px;
        float: right;
    }
}

header a.link {
    float: left;
    font-size: 2.7em;
    font-weight: bold;
    position: relative;
    color: #000;
    margin: 10px 70px;
}

@media all and (max-width: 1599px) {
    header a.link {
        font-size: 2.2em;
        margin-right: 0;
    }
}

@media all and (max-width: 1290px) {
    header a.link {
        font-size: 2em;
    }
}

@media all and (max-width: 991px) {
    header a.link {
        font-size: 1.4em;
        margin-left: 25px;
    }
}

@media all and (max-width: 700px) {
    header a.link {
        font-size: 1.2em;
        margin-top: 15px;
        float: right;
        margin-bottom: 0;
    }
}

header a.link img {
    vertical-align: middle;
}

@media all and (max-width: 1599px) {
    header a.link img {
        width: 25px;
    }
}

@media all and (max-width: 1290px) {
    header a.link img {
        width: 22px;
    }
}

@media all and (max-width: 991px) {
    header a.link img {
        display: none;
    }
}

.banner {
    float: left;
    width: 100%;
    height: 100vh;
    margin-top: 0;
}

.banner .swiper-container {
    height: 100%;
}

.banner .swiper-slide {
    opacity: 0 !important;
    display: table;
}

.banner .swiper-slide-active {
    opacity: 1 !important;
}

.banner .swiper-pagination {
    bottom: 5%;
}

@media all and (max-width: 700px) {
    .banner .swiper-pagination {
        text-align: left;
        padding-left: 10px;
    }
}

.banner .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
    background-color: #fff;
    opacity: 0.5;
    border-radius: 0;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
}

.banner .img {
    float: left;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: cover;
    position: relative;
}

.banner .img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.3); */
}

.banner .text {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    padding-top: 10%;
}

.banner .text .wrapper {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 0 5%;
}

#sp-footer h2 {
    font-size: 12px;
    margin: 0;
    color: #000;
    text-align: center;
    margin-bottom: 8px;
    font-weight: 400;
    /* font-family: 'Gotham-Medium'; */
}

#sp-footer p {
    line-height: 20px;
    color: #000;
    text-align: center;
    /* margin-bottom: 70px; */
}

.sl-wrapper .sl-navigation button {
    z-index: 999999 !important;
}

.banner .text h2 {
    font-size: 6.8em;
    position: relative;
    letter-spacing: -1px;
    line-height: 1em;
}

@media all and (max-width: 1599px) {
    .banner .text h2 {
        font-size: 3.7em;
    }
}

@media all and (max-width: 1290px) {
    .banner .text h2 {
        font-size: 2.8em;
    }
}

@media all and (max-width: 700px) {
    .banner .text h2 {
        font-size: 2em;
        line-height: 1.2em;
    }
}

.banner .text h2 span {
    font-size: 1.7em;
    line-height: 1em;
}

@media all and (max-width: 1599px) {
    .banner .text h2 span {
        font-size: 1.5em;
    }
}

@media all and (max-width: 1290px) {
    .banner .text h2 span {
        font-size: 1.3em;
    }
}

.banner .text hr {
    width: 275px;
    border: 0;
    height: 2px;
    background-color: #fff;
    display: inline-block;
    margin: 50px 0;
}

@media all and (max-width: 1599px) {
    .banner .text hr {
        width: 200px;
        margin: 30px 0;
    }
}

@media all and (max-width: 1290px) {
    .banner .text hr {
        width: 150px;
    }
}

@media all and (max-width: 700px) {
    .banner .text hr {
        width: 100px;
        margin: 20px 0 10px 0;
    }
}

.banner .text .text1 {
    font-size: 5.5em;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}

@media all and (max-width: 1599px) {
    .banner .text .text1 {
        font-size: 3.5em;
    }
}

@media all and (max-width: 1290px) {
    .banner .text .text1 {
        font-size: 3em;
    }
}

@media all and (max-width: 700px) {
    .banner .text .text1 {
        font-size: 2.5em;
    }
}

.banner .text .text2 {
    font-size: 3.7em;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}

@media all and (max-width: 1599px) {
    .banner .text .text2 {
        font-size: 2.7em;
    }
}

@media all and (max-width: 1290px) {
    .banner .text .text2 {
        font-size: 2.2em;
    }
}

@media all and (max-width: 700px) {
    .banner .text .text2 {
        font-size: 1.5em;
    }
}

.banner .hashtag {
    position: absolute;
    right: 5%;
    bottom: 3.5%;
    z-index: 2;
    font-size: 3.3em;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: -1px;
    font-weight: 500;
}

@media all and (max-width: 1599px) {
    .banner .hashtag {
        font-size: 2.2em;
        right: 4%;
    }
}

@media all and (max-width: 1290px) {
    .banner .hashtag {
        font-size: 1.8em;
    }
}

@media all and (max-width: 700px) {
    .banner .hashtag {
        font-size: 1.5em;
        bottom: 4%;
    }
}

#pageloader {
    background: rgba(255, 255, 255, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
}

#pageloader img {
    left: 50%;
    width: 100px;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

.live-button {
    bottom: 35px !important;
}

.register {
    margin-bottom: 0;
}

.register_section {
    float: left;
    width: 100%;
    background: url(../images/register.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 220px 0 120px 0;
    position: relative;
}

@media all and (max-width: 1599px) {
    .register_section {
        padding: 100px 0;
    }
}

@media all and (max-width: 991px) {
    .register_section {
        padding: 50px 0 100px;
    }
}

.register_section .hide {
    display: none;
}

.register_section .show {
    display: block;
}

.register_section .wrapper {
    width: 1200px;
}

@media all and (max-width: 1599px) {
    .register_section .wrapper {
        width: 90%;
    }
}

.register_section .forms {
    position: relative;
}

.register_section .forms_section {
    position: relative;
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 40px 30px;
}

@media all and (max-width: 991px) {
    .register_section .forms_section {
        padding: 20px;
    }
}

.register_section .forms .form-select {
    float: left;
    border: none;
    width: 100%;
    border-bottom: 1px solid #707070;
    font-family: "Montserrat", sans-serif;
    padding-left: 15px;
    font-size: 1.8em;
    font-weight: 300;
    text-align-last: center;
    background-color: transparent;
    -webkit-appearance: none;
}

@media all and (max-width: 1599px) {
    .register_section .forms .form-select {
        padding: 15px;
        font-size: 1.6em;
    }
}

@media all and (max-width: 991px) {
    .register_section .forms .form-select {
        font-size: 1.4em;
    }
}

.msgicon {
    height: 100px;
    width: 100px;
    border: 4px solid #fff;
    font-size: 39px;
    background: #b22d3d;
    color: #fff;
    border-radius: 50%;
    padding: 27px;
    text-align: center;
    margin: 0px auto;
    display: block;
}

.oops {
    text-align: center;
    font-size: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 800;
}

.oops span {
    font-weight: 300;
}

.oops-subtitle {
    /*color: #fff;*/
    font-size: 18px;
}

.go-home {
    color: #198AC3;
    font-size: 19px !important;
    padding: 10px;
    display: block;
    text-align: center;
    width: 300px;
    margin: 35px auto !important;
    margin-top: 30px;
    border-radius: 5px;
    transition: ease 0.5s;
}

.go-home:hover {
    transition: ease 0.5s;
    color: #fff;
    background: #198AC3;
    border-radius: 25px;
}

.oops-greet {
    color: #198AC3;
    font-size: 25px;
    /*font-weight: 600;*/
    margin-bottom: 15px;
}

.register_section .forms .input_text {
    float: left;
    width: 100%;
    border: none;
    border-bottom: 1px solid #707070;
    font-family: "Montserrat", sans-serif;
    padding: 15px;
    font-size: 1.8em;
    font-weight: 300;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 1599px) {
    .register_section .forms .input_text {
        padding: 15px;
        font-size: 1.6em;
    }
}

@media all and (max-width: 991px) {
    .register_section .forms .input_text {
        font-size: 1.4em;
    }
}

.register_section .forms .input_text_2 {
    float: left;
    width: 100%;
    border: none;
    font-family: "Montserrat", sans-serif;
    padding: 30px;
    resize: none;
    font-size: 1.8em;
    font-weight: 300;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
}

@media all and (max-width: 1599px) {
    .register_section .forms .input_text_2 {
        padding: 20px;
        font-size: 1.6em;
    }
}

@media all and (max-width: 991px) {
    .register_section .forms .input_text_2 {
        font-size: 1.4em;
    }
}

.register_section .forms .textare_text {
    float: left;
    width: 100%;
    border: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    padding: 30px;
    height: 170px;
    resize: none;
    font-size: 1.8em;
    font-weight: 300;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
}

@media all and (max-width: 1599px) {
    .register_section .forms .textare_text {
        padding: 20px;
        height: 140px;
        font-size: 1.6em;
    }
}

@media all and (max-width: 991px) {
    .register_section .forms .textare_text {
        font-size: 1.4em;
    }
}

.register_section .forms .button {
    float: left;
    width: 100%;
    border: 1px solid #707070;
    font-family: "Montserrat", sans-serif;
    padding: 20px 15px;
    font-size: 1.8em;
    font-weight: 300;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
}

@media all and (max-width: 1599px) {
    .register_section .forms .button {
        padding: 15px 10px;
        font-size: 1.6em;
    }
}

@media all and (max-width: 991px) {
    .register_section .forms .button {
        font-size: 1.4em;
    }
}

.register_section .forms .button2 {
    display: inline-block;
    border: none;
    font-family: "Montserrat", sans-serif;
    padding: 20px 30px;
    font-size: 1.8em;
    font-weight: 500;
    text-align: center;
    background-color: #b22d3d;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

@media all and (max-width: 1599px) {
    .register_section .forms .button2 {
        padding: 15px 20px;
        font-size: 1.6em;
    }
}

@media all and (max-width: 991px) {
    .register_section .forms .button2 {
        font-size: 1.4em;
    }
}

.register_section .forms .error {
    font-size: 1.4em;
    color: red;
    margin: 5px 0 10px 0;
}

@media all and (max-width: 991px) {
    .register_section .forms .error {
        font-size: 1.2em;
    }
}

.register_section .forms .custom_radio {
    text-align: left;
}

.register_section .forms .custom_radio input[type=radio] {
    display: none;
}

.register_section .forms .custom_radio input[type=radio]+label {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    cursor: pointer;
    font-size: 1.8em;
    font-weight: 300;
    line-height: 1.5em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: "Montserrat", sans-serif;
}

@media all and (max-width: 1599px) {
    .register_section .forms .custom_radio input[type=radio]+label {
        font-size: 1.6em;
    }
}

@media all and (max-width: 991px) {
    .register_section .forms .custom_radio input[type=radio]+label {
        font-size: 1.4em;
    }
}

.register_section .forms .custom_radio input[type=radio]+label:before,
.register_section .forms .custom_radio input[type=radio]+label:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 26px;
    height: 26px;
    text-align: center;
    color: white;
    font-family: Times;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media all and (max-width: 1599px) {
    .register_section .forms .custom_radio input[type=radio]+label:before,
    .register_section .forms .custom_radio input[type=radio]+label:after {
        width: 20px;
        height: 20px;
    }
}

@media all and (max-width: 500px) {
    .register_section .forms .custom_radio input[type=radio]+label:before,
    .register_section .forms .custom_radio input[type=radio]+label:after {
        top: -2px;
    }
}

.register_section .forms .custom_radio input[type=radio]+label:before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #707070;
}

.register_section .forms .custom_radio input[type=radio]:checked+label:before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: inset 0 0 0 0.2em #b22d3d, inset 0 0 0 1em #b22d3d;
}

.register_section .forms .steps_count {
    width: 60%;
    margin: 15px auto 60px;
    display: table;
    position: relative;
}

@media all and (max-width: 991px) {
    .register_section .forms .steps_count {
        width: 80%;
    }
}

@media all and (max-width: 700px) {
    .register_section .forms .steps_count {
        width: 90%;
    }
}

.register_section .forms .steps_count .line {
    float: left;
    width: 100%;
    height: 1px;
    background-color: #707070;
}

.register_section .forms .steps_count .circle {
    position: absolute;
    top: -13px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #B22D3D;
    z-index: 2;
    cursor: pointer;
    opacity: 0.4;
}

@media all and (max-width: 991px) {
    .register_section .forms .steps_count .circle {
        top: -9px;
        width: 18px;
        height: 18px;
    }
}

.register_section .forms .steps_count .circle.active {
    opacity: 1;
}

.register_section .forms .steps_count .count1 {
    left: -12px;
}

.register_section .forms .steps_count .count2 {
    left: 20%;
}

.register_section .forms .steps_count .count3 {
    left: 40%;
}

.register_section .forms .steps_count .count4 {
    left: 60%;
}

.register_section .forms .steps_count .count5 {
    left: 80%;
}

.register_section .forms .steps_count .count6 {
    left: 98%;
}

.register_section .forms .start .content {
    width: 70%;
    margin: 0 auto;
}

@media all and (max-width: 991px) {
    .register_section .forms .start .content {
        width: 100%;
    }
}

.register_section .forms .start .content2 {
    width: 50%;
    margin: 0 auto;
    display: table;
    position: relative;
}

@media all and (max-width: 1599px) {
    .register_section .forms .start .content2 {
        width: 60%;
    }
}

@media all and (max-width: 991px) {
    .register_section .forms .start .content2 {
        width: 80%;
    }
}

.register_section .forms .start h4 {
    font-size: 3em;
    color: #B22D3D;
    text-transform: uppercase;
    margin: 20px 0 30px 0;
    font-weight: bold;
    text-align: center;
}

@media all and (max-width: 1599px) {
    .register_section .forms .start h4 {
        font-size: 2.6em;
    }
}

@media all and (max-width: 700px) {
    .register_section .forms .start h4 {
        font-size: 2em;
        margin: 10px 0 20px 0;
    }
}

.register_section .forms .start .form-select {
    margin: 20px 0 10px 0;
}

@media all and (max-width: 991px) {
    .register_section .forms .start .form-select {
        margin: 10px 0;
    }
}

.register_section .forms .start .input_text {
    margin: 20px 0 10px 0;
}

@media all and (max-width: 991px) {
    .register_section .forms .start .input_text {
        margin: 10px 0;
    }
}

.register_section .forms .start .button {
    margin-top: 30px;
}

@media all and (max-width: 991px) {
    .register_section .forms .start .button {
        margin: 20px 0;
    }
}

.register_section .forms .start .resend {
    position: absolute;
    bottom: 20px;
    right: -140px;
    font-size: 1.6em;
    color: #B22D3D;
}

@media all and (max-width: 1599px) {
    .register_section .forms .start .resend {
        bottom: 16px;
        right: -120px;
    }
}

@media all and (max-width: 991px) {
    .register_section .forms .start .resend {
        position: static;
        display: table;
        margin: 0 auto;
        font-size: 1.4em;
    }
}

.register_section .forms .start .checkingBox {
    float: left;
    width: 100%;
    margin: 40px 0 50px 0;
    position: relative;
    font-size: 1.6em;
    font-weight: 300;
    line-height: 1.4em;
}

@media all and (max-width: 991px) {
    .register_section .forms .start .checkingBox {
        padding-left: 40px;
    }
}

@media all and (max-width: 1290px) {
    .register_section .forms .start .checkingBox {
        font-size: 1.4em;
    }
}

@media all and (max-width: 700px) {
    .register_section .forms .start .checkingBox {
        margin: 30px 0;
    }
}

.register_section .forms .start .checkingBox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.register_section .forms .start .checkingBox label {
    position: relative;
    cursor: pointer;
}

.register_section .forms .start .checkingBox label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #707070;
    padding: 10px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    left: -40px;
    top: 7px;
}

@media all and (max-width: 1290px) {
    .register_section .forms .start .checkingBox label:before {
        padding: 8px;
    }
}

@media all and (max-width: 500px) {
    .register_section .forms .start .checkingBox label:before {
        top: 3px;
    }
}

.register_section .forms .start .checkingBox input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: -32px;
    width: 6px;
    height: 14px;
    border: solid #707070;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

@media all and (max-width: 1290px) {
    .register_section .forms .start .checkingBox input:checked+label:after {
        width: 5px;
        height: 12px;
        left: -33px;
    }
}

@media all and (max-width: 500px) {
    .register_section .forms .start .checkingBox input:checked+label:after {
        top: 5px;
    }
}

@media all and (max-width: 700px) {
    .register_section .forms .start .button2 {
        width: 250px;
    }
}

.register_section .forms .step1 .content {
    width: 70%;
    margin: 0 auto;
    display: table;
}

@media all and (max-width: 991px) {
    .register_section .forms .step1 .content {
        width: 90%;
    }
}

@media all and (max-width: 700px) {
    .register_section .forms .step1 .content {
        width: 100%;
    }
}

.register_section .forms .step1 .box {
    float: left;
    width: 100%;
    background-color: #f5f5f5;
    padding: 38px;
}

@media all and (max-width: 1290px) {
    .register_section .forms .step1 .box {
        padding: 30px;
    }
}

@media all and (max-width: 700px) {
    .register_section .forms .step1 .box {
        padding: 20px;
    }
}

.register_section .forms .step1 .box2 {
    float: left;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: center;
}

.register_section .forms .step1 .textare_text {
    margin-bottom: 30px;
}

@media all and (max-width: 700px) {
    .register_section .forms .step1 .textare_text {
        margin-bottom: 20px;
    }
}

.register_section .forms .step1 h4 {
    font-size: 2em;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}

@media all and (max-width: 1599px) {
    .register_section .forms .step1 h4 {
        font-size: 1.6em;
    }
}

@media all and (max-width: 700px) {
    .register_section .forms .step1 h4 {
        padding: 0 10%;
        line-height: 1.5em;
    }
}

.register_section .forms .step1 .list {
    width: 100%;
}

@media all and (max-width: 1599px) {
    .register_section .forms .step1 .list {
        padding: 0 5%;
    }
}

.register_section .forms .step1 .list li {
    width: 33.33%;
    float: left;
}

@media all and (max-width: 700px) {
    .register_section .forms .step1 .list li {
        width: 50%;
        margin-bottom: 15px;
    }
}

@media all and (max-width: 500px) {
    .register_section .forms .step1 .list li {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media all and (max-width: 500px) {
    .register_section .forms .step1 .list li br {
        display: none;
    }
}

.register_section .forms .step1-1,
.register_section .forms .step1-2 {
    text-align: center;
}

.register_section .forms .step1-1 h4,
.register_section .forms .step1-2 h4 {
    font-size: 2em;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
}

@media all and (max-width: 1599px) {
    .register_section .forms .step1-1 h4,
    .register_section .forms .step1-2 h4 {
        font-size: 1.8em;
    }
}

@media all and (max-width: 700px) {
    .register_section .forms .step1-1 h4,
    .register_section .forms .step1-2 h4 {
        margin-bottom: 20px;
    }
}

.register_section .forms .step1-1 .content,
.register_section .forms .step1-2 .content {
    width: 70%;
    margin: 0 auto 30px;
    display: table;
    background-color: #f5f5f5;
    padding: 75px 200px;
    text-align: center;
}

@media all and (max-width: 991px) {
    .register_section .forms .step1-1 .content,
    .register_section .forms .step1-2 .content {
        width: 90%;
        padding: 50px;
    }
}

@media all and (max-width: 700px) {
    .register_section .forms .step1-1 .content,
    .register_section .forms .step1-2 .content {
        width: 100%;
        padding: 30px;
    }
}

.register_section .forms .step1-1 .input_text,
.register_section .forms .step1-2 .input_text {
    margin: 25px 0 10px 0;
}

@media all and (max-width: 700px) {
    .register_section .forms .step1-1 .input_text,
    .register_section .forms .step1-2 .input_text {
        margin: 15px 0 10px 0;
    }
}

.register_section .forms .step2 .content {
    width: 95%;
    margin: 0 2.5% 3% 2.5%;
    float: left;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    padding: 40px 25px 20px 25px;
}

@media all and (max-width: 700px) {
    .register_section .forms .step2 .content {
        padding: 20px;
    }
}

.register_section .forms .step2 h4 {
    font-size: 2em;
    color: #000;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

@media all and (max-width: 1599px) {
    .register_section .forms .step2 h4 {
        font-size: 1.8em;
    }
}

.register_section .forms .step2 .configuration {
    float: left;
    width: 100%;
}

@media all and (max-width: 991px) {
    .register_section .forms .step2 .configuration {
        overflow-x: scroll;
    }
}

.register_section .forms .step2 .configuration_details {
    float: left;
    width: 100%;
}

@media all and (max-width: 991px) {
    .register_section .forms .step2 .configuration_details {
        width: 135%;
    }
}

@media all and (max-width: 700px) {
    .register_section .forms .step2 .configuration_details {
        width: 170%;
    }
}

.register_section .forms .step2 .configuration_details ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #707070;
    font-size: 1.8em;
    font-weight: 300;
    color: #000;
    line-height: 1.5em;
    overflow: hidden;
}

@media all and (max-width: 1599px) {
    .register_section .forms .step2 .configuration_details ul li {
        font-size: 1.6em;
    }
}

@media all and (max-width: 991px) {
    .register_section .forms .step2 .configuration_details ul li {
        font-size: 1.4em;
    }
}

.register_section .forms .step2 .configuration_details ul li .col {
    float: left;
    width: 18%;
    text-align: center;
    position: relative;
    padding: 20px;
}

@media all and (max-width: 991px) {
    .register_section .forms .step2 .configuration_details ul li .col {
        padding: 15px;
    }
}

@media all and (max-width: 700px) {
    .register_section .forms .step2 .configuration_details ul li .col {
        padding: 12px;
    }
}

.register_section .forms .step2 .configuration_details ul li .col:first-child {
    width: 46%;
    text-align: left;
}

.register_section .forms .step2 .configuration_details ul li .col::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 150%;
    background-color: #707070;
}

@media all and (max-width: 991px) {
    .register_section .forms .step2 .configuration_details ul li .col::after {
        height: 220%;
    }
}

.register_section .forms .step2 .configuration_details ul li .col:last-child::after {
    display: none;
}

.register_section .forms .step2 .configuration_details ul li .col span {
    font-size: 1.1em;
    font-weight: 500;
}

.register_section .forms .step2 .configuration_details ul li:last-child {
    border-bottom: none;
}

.register_section .forms .step2 .configuration_details .choose {
    text-align: right !important;
    font-weight: 400;
    font-size: 0.8em;
    color: #B22D3D;
}

@media all and (max-width: 1599px) {
    .register_section .forms .step2 .configuration_details .choose {
        font-size: 0.9em;
    }
}

@media all and (max-width: 991px) {
    .register_section .forms .step2 .configuration_details .choose {
        font-size: 1em;
    }
}

@media all and (max-width: 700px) {
    .register_section .forms .step2 .configuration_details .choose {
        text-align: left !important;
    }
}

.register_section .forms .step2 .configuration_details .custom_radio input[type=radio]+label {
    padding: 0;
}

.register_section .forms .step2 .configuration_details .custom_radio input[type=radio]+label:before,
.register_section .forms .step2 .configuration_details .custom_radio input[type=radio]+label:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
}

@media all and (max-width: 1599px) {
    .register_section .forms .step2 .configuration_details .custom_radio input[type=radio]+label:before,
    .register_section .forms .step2 .configuration_details .custom_radio input[type=radio]+label:after {
        width: 25px;
        height: 25px;
    }
}

.register_section .forms .step2 .conditions {
    float: right;
    font-size: 1.6em;
    margin: 30px 0 0 0;
}

@media all and (max-width: 1599px) {
    .register_section .forms .step2 .conditions {
        font-size: 1.4em;
    }
}

@media all and (max-width: 991px) {
    .register_section .forms .step2 .conditions {
        font-size: 1.2em;
    }
}

.register_section .forms .step3 .content {
    width: 60%;
    margin: 120px auto 80px;
    display: table;
}

@media all and (max-width: 1599px) {
    .register_section .forms .step3 .content {
        margin: 80px auto;
    }
}

@media all and (max-width: 1599px) {
    .register_section .forms .step3 .content {
        width: 55%;
    }
}

@media all and (max-width: 991px) {
    .register_section .forms .step3 .content {
        width: 90%;
    }
}

@media all and (max-width: 700px) {
    .register_section .forms .step3 .content {
        width: 100%;
        margin: 60px auto 40px;
    }
}

.register_section .forms .step3 .content p {
    text-align: center;
    font-size: 2em;
    font-weight: 300;
    margin-bottom: 35px;
    line-height: 1.6em;
}

@media all and (max-width: 1599px) {
    .register_section .forms .step3 .content p {
        margin-bottom: 25px;
        font-size: 1.8em;
    }
}

@media all and (max-width: 1599px) {
    .register_section .forms .step3 .content p {
        font-size: 1.6em;
    }
}

@media all and (max-width: 700px) {
    .register_section .forms .step3 .content p {
        font-size: 1.4em;
    }
}

.register_section .forms .step3 .content p strong {
    font-weight: 700;
}

.register_section .forms .step3 .checkingBox {
    float: left;
    width: 100%;
    margin: 50px 0 0 0;
    position: relative;
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.4em;
}

@media all and (max-width: 1599px) {
    .register_section .forms .step3 .checkingBox {
        margin: 30px 0 0 0;
        font-size: 2em;
    }
}

@media all and (max-width: 991px) {
    .register_section .forms .step3 .checkingBox {
        font-size: 1.8em;
        padding: 0 15%;
    }
}

@media all and (max-width: 700px) {
    .register_section .forms .step3 .checkingBox {
        font-size: 1.6em;
        padding: 0 0 0 10%;
    }
}

.register_section .forms .step3 .checkingBox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.register_section .forms .step3 .checkingBox label {
    position: relative;
    cursor: pointer;
}

.register_section .forms .step3 .checkingBox label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #707070;
    padding: 10px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    left: -40px;
    top: 12px;
}

@media all and (max-width: 500px) {
    .register_section .forms .step3 .checkingBox label:before {
        top: 2px;
    }
}

.register_section .forms .step3 .checkingBox input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    left: -32px;
    width: 6px;
    height: 14px;
    border: solid #707070;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

@media all and (max-width: 500px) {
    .register_section .forms .step3 .checkingBox input:checked+label:after {
        top: 3px;
    }
}

.register_section .forms .step4 .content {
    width: 100%;
    float: left;
}

.register_section .forms .step4 .content h4 {
    color: #000;
    font-size: 2em;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
}

@media all and (max-width: 1599px) {
    .register_section .forms .step4 .content h4 {
        font-size: 1.8em;
    }
}

.register_section .forms .step4 .content .box {
    float: left;
    width: 100%;
    padding: 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    height: 380px;
}

@media all and (max-width: 1599px) {
    .register_section .forms .step4 .content .box {
        height: 300px;
    }
}

@media all and (max-width: 700px) {
    .register_section .forms .step4 .content .box {
        height: 250px;
        padding: 20px;
    }
}

.register_section .forms .step4 .content .box .text {
    float: left;
    width: 100%;
    padding: 0;
    height: 100%;
    overflow-y: scroll;
}

.register_section .forms .step4 .content p {
    font-size: 1.8em;
    font-weight: 300;
    line-height: 1.6em;
    margin-bottom: 5px;
}

@media all and (max-width: 1599px) {
    .register_section .forms .step4 .content p {
        font-size: 1.6em;
    }
}

@media all and (max-width: 700px) {
    .register_section .forms .step4 .content p {
        font-size: 1.4em;
    }
}

.register_section .forms .step4 .content p strong {
    font-weight: 700;
}

.register_section .forms .step4 .checkingBox {
    float: left;
    width: 100%;
    margin: 50px 0;
    position: relative;
    font-weight: 700;
    padding: 0 0 0 40px;
    line-height: 1.4em;
    font-size: 1.6em;
}

@media all and (max-width: 1599px) {
    .register_section .forms .step4 .checkingBox {
        font-size: 1.4em;
    }
}

@media all and (max-width: 1099px) {
    .register_section .forms .step4 .checkingBox {
        padding: 0 0 0 30px;
    }
}

@media all and (max-width: 700px) {
    .register_section .forms .step4 .checkingBox {
        margin: 30px 0;
    }
}

.register_section .forms .step4 .checkingBox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.register_section .forms .step4 .checkingBox label {
    position: relative;
    cursor: pointer;
    padding-top: 2px;
}

@media all and (max-width: 1099px) {
    .register_section .forms .step4 .checkingBox label {
        padding-top: 1px;
    }
}

.register_section .forms .step4 .checkingBox label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #707070;
    padding: 10px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    left: -40px;
    top: 0;
}

@media all and (max-width: 1290px) {
    .register_section .forms .step4 .checkingBox label:before {
        padding: 8px;
    }
}

@media all and (max-width: 1099px) {
    .register_section .forms .step4 .checkingBox label:before {
        left: -30px;
    }
}

@media all and (max-width: 500px) {
    .register_section .forms .step4 .checkingBox label:before {
        top: 4px;
    }
}

.register_section .forms .step4 .checkingBox input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: -32px;
    width: 6px;
    height: 14px;
    border: solid #707070;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

@media all and (max-width: 1290px) {
    .register_section .forms .step4 .checkingBox input:checked+label:after {
        width: 5px;
        height: 12px;
        top: 1px;
    }
}

@media all and (max-width: 1099px) {
    .register_section .forms .step4 .checkingBox input:checked+label:after {
        left: -23px;
    }
}

@media all and (max-width: 500px) {
    .register_section .forms .step4 .checkingBox input:checked+label:after {
        left: -23px;
        top: 5px;
    }
}

.register_section .forms .step5 .content {
    width: 80%;
    margin: 80px auto 120px;
    display: table;
    text-align: center;
}

@media all and (max-width: 700px) {
    .register_section .forms .step5 .content {
        width: 100%;
        margin: 60px auto 100px;
    }
}

.register_section .forms .step5 h4 {
    color: #000;
    font-weight: 500;
    margin-bottom: 70px;
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
}

@media all and (max-width: 1599px) {
    .register_section .forms .step5 h4 {
        margin-bottom: 50px;
        font-size: 1.8em;
    }
}

@media all and (max-width: 700px) {
    .register_section .forms .step5 h4 {
        margin-bottom: 30px;
    }
}

.register_section .forms .step5 .payment {
    text-align: center;
    float: left;
    width: 100%;
}

.register_section .forms .step5 .payment ul li {
    display: inline-block;
    margin: 0 50px;
}

@media all and (max-width: 700px) {
    .register_section .forms .step5 .payment ul li {
        margin: 0 20px;
    }
}

.register_section .forms .step5 .payment ul li .box {
    width: 215px;
    height: 215px;
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    padding-top: 45px;
}

@media all and (max-width: 1599px) {
    .register_section .forms .step5 .payment ul li .box {
        width: 180px;
        height: 180px;
        padding-top: 35px;
    }
}

@media all and (max-width: 991px) {
    .register_section .forms .step5 .payment ul li .box {
        width: 150px;
        height: 150px;
        padding-top: 30px;
    }
}

@media all and (max-width: 700px) {
    .register_section .forms .step5 .payment ul li .box {
        width: 120px;
        height: 120px;
        padding-top: 30px;
    }
}

@media all and (max-width: 400px) {
    .register_section .forms .step5 .payment ul li .box {
        width: 80px;
        height: 80px;
        padding-top: 10px;
    }
}

.register_section .forms .step5 .payment ul li .box img {
    margin: 0 auto 20px;
    display: table;
    height: 90px;
}

@media all and (max-width: 1599px) {
    .register_section .forms .step5 .payment ul li .box img {
        height: 65px;
    }
}

@media all and (max-width: 991px) {
    .register_section .forms .step5 .payment ul li .box img {
        height: 50px;
    }
}

@media all and (max-width: 700px) {
    .register_section .forms .step5 .payment ul li .box img {
        height: 40px;
        margin: 0 auto 10px;
    }
}

@media all and (max-width: 400px) {
    .register_section .forms .step5 .payment ul li .box img {
        height: 30px;
    }
}

.register_section .forms .step5 .custom_radio_2 input[type=radio] {
    display: none;
}

.register_section .forms .step5 .custom_radio_2 input[type=radio]+label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.5em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: "Montserrat", sans-serif;
}

@media all and (max-width: 991px) {
    .register_section .forms .step5 .custom_radio_2 input[type=radio]+label {
        font-size: 1.4em;
    }
}

@media all and (max-width: 700px) {
    .register_section .forms .step5 .custom_radio_2 input[type=radio]+label {
        font-size: 1.3em;
    }
}

@media all and (max-width: 400px) {
    .register_section .forms .step5 .custom_radio_2 input[type=radio]+label {
        font-size: 1em;
    }
}

.register_section .forms .step5 .custom_radio_2 input[type=radio]+label:before,
.register_section .forms .step5 .custom_radio_2 input[type=radio]+label:after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 26px;
    text-align: center;
    color: white;
    font-family: Times;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media all and (max-width: 400px) {
    .register_section .forms .step5 .custom_radio_2 input[type=radio]+label:before,
    .register_section .forms .step5 .custom_radio_2 input[type=radio]+label:after {
        bottom: -50px;
    }
}

.register_section .forms .step5 .custom_radio_2 input[type=radio]+label:before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #707070;
}

.register_section .forms .step5 .custom_radio_2 input[type=radio]:checked+label:before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: inset 0 0 0 0.2em #b22d3d, inset 0 0 0 1em #b22d3d;
}

@media all and (max-width: 400px) {
    .register_section .forms .step5 .custom_radio_2 input[type=radio]:checked+label:before {
        box-shadow: inset 0 0 0 1.2em #b22d3d, inset 0 0 0 2em #b22d3d;
    }
}

.register_section .forms .step5-1 .content {
    width: 80%;
    margin: 100px auto 80px;
    display: table;
}

@media all and (max-width: 1599px) {
    .register_section .forms .step5-1 .content {
        width: 85%;
        margin: 80px auto 50px;
    }
}

@media all and (max-width: 991px) {
    .register_section .forms .step5-1 .content {
        width: 95%;
    }
}

@media all and (max-width: 700px) {
    .register_section .forms .step5-1 .content {
        width: 100%;
    }
}

.register_section .forms .step5-1 h4 {
    font-size: 2em;
    color: #000;
    font-weight: 500;
    margin-bottom: 70px;
    text-transform: uppercase;
}

@media all and (max-width: 1599px) {
    .register_section .forms .step5-1 h4 {
        font-size: 1.8em;
        margin-bottom: 40px;
    }
}

@media all and (max-width: 700px) {
    .register_section .forms .step5-1 h4 {
        margin-bottom: 20px;
    }
}

.register_section .forms .step5-1 .leftSection {
    float: left;
    width: 45%;
}

@media all and (max-width: 700px) {
    .register_section .forms .step5-1 .leftSection {
        width: 100%;
    }
}

.register_section .forms .step5-1 .rightSection {
    float: right;
    width: 45%;
    margin-top: -20px;
}

@media all and (max-width: 700px) {
    .register_section .forms .step5-1 .rightSection {
        width: 100%;
        margin: 0;
    }
}

@media all and (max-width: 1599px) {
    .register_section .forms .step5-1 .rightSection img {
        width: 100px;
    }
}

@media all and (max-width: 991px) {
    .register_section .forms .step5-1 .rightSection img {
        width: 80px;
    }
}

@media all and (max-width: 700px) {
    .register_section .forms .step5-1 .rightSection img {
        width: 60px;
    }
}

.register_section .forms .step5-1 .input_text {
    text-align: left;
    font-size: 2em;
    margin-bottom: 35px;
}

@media all and (max-width: 1599px) {
    .register_section .forms .step5-1 .input_text {
        margin-bottom: 25px;
        font-size: 1.8em;
    }
}

@media all and (max-width: 991px) {
    .register_section .forms .step5-1 .input_text {
        font-size: 1.6em;
        margin-bottom: 25px;
    }
}

@media all and (max-width: 700px) {
    .register_section .forms .step5-1 .input_text {
        font-size: 1.4em;
        margin-bottom: 15px;
        padding: 15px 10px;
    }
}

.register_section .forms .step5-1 .text1 {
    font-size: 2em;
    font-weight: 300;
    line-height: 1.7em;
    font-size: 1.8em;
    margin-bottom: 20px;
}

@media all and (max-width: 1599px) {
    .register_section .forms .step5-1 .text1 {
        font-size: 1.6em;
    }
}

@media all and (max-width: 700px) {
    .register_section .forms .step5-1 .text1 {
        font-size: 1.4em;
    }
}

.register_section .forms .step5-1 .text2 {
    font-size: 1.6em;
    font-weight: 300;
    line-height: 1.6em;
}

@media all and (max-width: 1599px) {
    .register_section .forms .step5-1 .text2 {
        font-size: 1.4em;
    }
}

.register_section .forms .step6 {
    text-align: center;
}

.register_section .forms .step6 .content {
    width: 80%;
    margin: 45px auto;
    display: table;
}

@media all and (max-width: 991px) {
    .register_section .forms .step6 .content {
        width: 95%;
    }
}

.register_section .forms .step6 .box1 {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 1.7em;
    font-size: 2em;
}

@media all and (max-width: 1599px) {
    .register_section .forms .step6 .box1 {
        font-size: 1.8em;
    }
}

@media all and (max-width: 700px) {
    .register_section .forms .step6 .box1 {
        font-size: 1.6em;
        line-height: 1.5em;
    }
}

.register_section .forms .step6 .box1 img {
    margin-bottom: 15px;
}

@media all and (max-width: 1599px) {
    .register_section .forms .step6 .box1 img {
        width: 60px;
    }
}

@media all and (max-width: 991px) {
    .register_section .forms .step6 .box1 img {
        width: 40px;
    }
}

.register_section .forms .step6 .box2 {
    float: left;
    width: 100%;
    font-size: 2em;
    font-weight: 300;
    line-height: 1.7em;
    background-color: #f5f5f5;
    position: relative;
}

@media all and (max-width: 1599px) {
    .register_section .forms .step6 .box2 {
        font-size: 1.6em;
    }
}

.register_section .forms .step6 .box2 .img {
    float: left;
    width: 30%;
}

@media all and (max-width: 700px) {
    .register_section .forms .step6 .box2 .img {
        width: 200px;
        float: none;
        margin: 0 auto;
    }
}

.register_section .forms .step6 .box2 .data {
    width: 70%;
    height: 100%;
    display: table;
    position: absolute;
    top: 0;
    right: 0;
}

@media all and (max-width: 700px) {
    .register_section .forms .step6 .box2 .data {
        position: static;
        width: 100%;
        margin-top: 25px;
    }
}

.register_section .forms .step6 .box2 .data .message {
    width: 70%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 10%;
}

.fixed-footer-cust {
    display: none;
}

@media all and (max-width: 1599px) {
    .register_section .forms .step6 .box2 .data .message {
        padding: 0 15%;
    }
}

@media all and (max-width: 991px) {
    .register_section .forms .step6 .box2 .data .message {
        padding: 0 7%;
    }
}

.webbanner {
    display: block;
}

.mobbanner {
    display: none;
}

.register_section .forms .step6 .box2 .download {
    display: inline-block;
    border: none;
    font-family: "Montserrat", sans-serif;
    padding: 15px 30px;
    font-size: 0.8em;
    font-weight: 500;
    text-align: center;
    background-color: #b22d3d;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.4em;
    padding-left: 70px;
    margin-top: 30px;
    position: relative;
}

@media all and (max-width: 700px) {
    .register_section .forms .step6 .box2 .download {
        margin-bottom: 25px;
    }
    .fixed-footer-cust {
        background: #b22d3d;
        text-align: center;
        padding: 10px 0px 10px 0px;
        width: 100%;
        position: fixed;
        bottom: 0px;
        display: block;
        z-index: 99;
    }
}

.register_section .forms .step6 .box2 .download::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
    background: url(../images/download.svg) no-repeat 0 0;
    width: 35px;
    height: 35px;
}

@media all and (max-width: 991px) {
    .register_section .forms .step6 .box2 .download::before {
        width: 25px;
        height: 25px;
        background-size: 25px;
        left: 22px;
    }
    .webbanner {
        display: none;
    }
    .mobbanner {
        display: block;
    }
}

.mobfoot {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footeql {
    width: 50%;
}

.f-icon {
    height: 14px;
    width: 14px;
    padding-top: 4px;
}

.fix-link {
    color: #fff !important;
    font-size: 14px;
}

.div-line {
    border-right: 1px solid #fff;
}

.free-call:hover {
    color: #FFFFFF;
}

.i-am {
    padding: 0;
    background: transparent;
    border: none;
    background-image: none;
    box-shadow: none;
}

.i-am:hover,
.i-am:focus {
    background: transparent !important;
}


/*# sourceMappingURL=main.css.map */