body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

a {
    color: #FFC400;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover,
a:focus {
    color: #FFC400;
    outline: 0;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}


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

strong {
    font-weight: 600;
}

video {
    width: 100%;
    height: auto;
}

.button-lg {
    background: #084A7C;
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    border: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.button-lg:focus,
.button-lg:hover {
    opacity: 0.8;
    color: #fff;
}

#header {
    background: #000;
}

.gap-20 {
    height: 20px;
}

.gap-30 {
    height: 30px;
}

.gap-50 {
    height: 50px;
}

.border,
.border2 {
    border: 0 !important;
    display: inline-block;
    width: 60px;
    height: 2px;
    background: #000;
    margin-bottom: 10px;
}

.border2 {
    width: 30px;
    background: #084A7C;
    margin-bottom: 3px;
}

.border-blue {
    background: #084A7C;
}

.text-blue {
    color: #084A7C !important;
}

.bg-light {
    background: #FBFAFA;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 22%;
    font-size: 40px;
    color: #084A7C;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-carousel .owl-nav button:focus {
    outline: 0;
}

.owl-carousel:hover .owl-nav button.owl-prev,
.owl-carousel:hover .owl-nav button.owl-next {
    opacity: 0.8;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -30px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -30px;
}

.owl-carousel .owl-nav button.disabled {
    opacity: 0.6;
}

.content-lg {
    padding: 60px 0;
}

.content-title {
    text-align: center;
    margin-bottom: 60px;
}

.content-title h2 {
    color: #000;
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.content-title h2 span {
    border-bottom: 2px solid #084A7C;
}

.content-title p {
    font-size: 19px;
    font-weight: 300;
}

.content-box h2 {
    color: #000;
    font-size: 28px;
    margin-bottom: 20px;
}

.content-box h3 {
    color: #084A7C;
    font-size: 19px;
}

.content-box p {
    line-height: 1.6;
}

.content-box ul {
    margin-bottom: 20px;
}

.content-box li {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
}

.content-box li i {
    color: #084A7C;
    margin-right: 6px;
    font-size: 14px;
}

.brand-slider .brand-item {
    text-align: center;
}

.brand-slider .brand-item img {
    display: inline-block;
    width: auto;
}

.media-box {
    margin-bottom: 30px;
    line-height: 5.0;
}

.media-box img {
    margin-right: 20px;
}

.media-box p {
    line-height: 1.6;
    display: inline-block;
    vertical-align: middle;
}

.price-nav {
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

.price-nav li {
    display: inline-block;
}

.price-nav li a {
    border: 1px solid #084A7C;
    color: #084A7C;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 25px;
}

.price-nav li a.active {
    background: #084A7C !important;
    border: 1px solid #084A7C;
}

.price-box .card-header {
    background: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
}

.price-box .price {
    text-align: center;
    font-weight: 300;
    font-size: 44px;
    line-height: 1.2;
    margin-top: 10px;
}

.price-box .month {
    text-align: center;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 30px;
}

.price-box ul {
    margin-bottom: 10px;
}

.price-box ul li {
    display: inline-block;
    width: 100%;
    padding: 5px 5px;
    padding-left: 20px;
    position: relative;
    font-size: 16px;
}

.price-box ul li:after {
    content: '';
    position: absolute;
    top: 13px;
    left: 5px;
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
}

.price-box .card-footer {
    text-align: center;
}

.content-page {
    font-size: 18px;
    font-weight: 300;
}

.content-page ul {
    padding-left: 15px;
}

.content-page .button-lg {
    font-weight: 400;
    font-size: 20px;
    padding: 10px 30px;
}

/* Step Form */

.tab {
    display: none;
}

.form-group {
    position: relative;
}

.plat-btn {
    position: absolute;
    top: 3px;
    right: -40px;
    background: #4DB81D;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border-radius: 50px;
    padding-top: 6px;
    margin-left: -12px;
}

.form-step {
    text-align: center;
    margin-bottom: 30px;
}

.form-step li {
    display: inline-block;
    padding: 5px 40px;
}

.form-step li .num {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #fff;
    border: 2px solid #ccc;
    color: #ccc;
    font-size: 18px;
    border-radius: 50px;
    padding-top: 5px;
    position: relative;
}

.form-step li.step1 .num,
.form-step li.finish .num {
    background: #4DB81D;
    color: #4DB81D;
    border: 2px solid #4DB81D;
}

.form-step li.step1 .num:before,
.form-step li.finish .num:before {
    position: absolute;
    font-family: 'ElegantIcons';
    content: '\4e';
    top: 5px;
    left: -3px;
    right: 0;
    color: #fff;
}

.form-step li .tx {
    display: block;
    margin-top: 10px;
    color: #888;
}


#regForm input[type="email"],
#regForm input[type="text"] {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

#regForm input.invalid {
    border: 1px solid #dc3545 !important;
}

#CaptchaForm input.error {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

#CaptchaForm label.error {
    display: none !important;
}

#widget_details {
    display: none;
}

.modal-body {
    padding: 40px 40px;
    padding-bottom: 0px;
}

/* Footer */

#footer {
    background: #333333;
    padding: 60px 0;
    color: #cccc;
}

.footer-box h2 {
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 15px;
    color: #EBEBEB;
}

.footer-box h3 {
    color: #EBEBEB;
    font-size: 16px;
}

.footer-box ul li a {
    display: inline-block;
    padding: 3px 0;
    color: #cccc;
}

.footer-box ul li a:hover {
    color: #fff;
}


/* ---------------------------------------
			Responsive Layout
----------------------------------------- */

/* Desktop layout */

@media (min-width:1200px) {}


/* Big tablet layout */

@media only screen and (min-width:992px) and (max-width:1199px) {}


/* Normal tablet layout */

@media only screen and (min-width:768px) and (max-width:991px) {

    .price-box,
    .footer-box,
    .content-box {
        margin-bottom: 30px;
    }
}

/* Normal mobile layout */

@media only screen and (max-width:767px) {

    .price-box,
    .footer-box,
    .content-box {
        margin-bottom: 30px;
    }

    .media-box {
        margin-bottom: 20px;
    }

    .gap-20 {
        height: 10px;
    }

    #footer,
    .content-lg {
        padding: 40px 0;
    }

    .content-title {
        margin-bottom: 40px;
    }

    .content-box h2,
    .content-title h2 {
        font-size: 24px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: -15px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -15px;
    }

    .form-step li {
        padding: 5px 15px;
    }
}


/* Width mobile layout */

@media only screen and (min-width:480px) and (max-width:767px) {}
