/********reset style*************************/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

h1,
.h1 {
    font-size: 36px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

.container {
    width: 100% !important;
    max-width: 1300px !important;
}

a {
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

a:hover,
a:focus,
button:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

body {
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px !important;
}

section.banner-section {
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 500px;
}

.logo-wrapper img {
    width: 100%;
}

.logo-wrapper {
    max-width: 250px;
    position: relative;
    z-index: 5;
    margin: 30px auto 0px;
}

section.content-section {
    padding: 70px 0px;
    position: relative;
}

.payment-form-inner {
    width: 100%;
    margin: 0px;
    background-color: #FFF;
    padding: 40px 60px 20px;
    border-radius: 5px;
    box-shadow: 0 0 67px 0px #e0e0e0;
    text-transform: uppercase;
}

.subscription-title-wrapper {
    background-color: #4d4d4d;
    color: #FFF;
    padding: 18px 25px;
    text-transform: uppercase;
}

.subscription-title-wrapper h2 {
    font-size: 22px;
}

.subscription-title-wrapper p {
    margin-bottom: 0;
}

.subscription-rates-wrapper table {
    width: 100%;
    text-transform: uppercase;
}

.subscription-rates-wrapper thead {
    background-color: #262626;
    color: #FFF;
}

.subscription-rates-wrapper table th,
.subscription-rates-wrapper table td {
    padding: 15px 25px;
}

.subscription-rates-wrapper table tr th:last-child,
.subscription-rates-wrapper table tr td:last-child {
    border-left: solid 1px #cccccc;
}

.subscription-rates-wrapper table tbody tr:nth-child(odd) {
    background-color: #e7e7e7;
}

.subscription-rates-wrapper table tbody tr:nth-child(even) {
    background-color: #dddddd;
}

.subscription-rates-wrapper table {
    color: #4d4d4d;
    font-weight: 500;
}

.payment-form-inner .form-control {
    height: 50px;
    border-radius: 0px !important;
    border: solid 2px #d8d8d8;
}

input.payment-submit-btn {
    background-color: #28afa2;
    color: #FFF;
    width: 100%;
    height: 50px;
    border: 0px;
    border-radius: 5px;
    font-weight: 600;
}

.payment-form-inner h2 {
    color: #28afa2;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}

.subscription-details-wrapper {
    margin-left: 40px;
}

footer.main-footer {
    background-color: #057468;
    color: #FFF;
    position: relative;
    border-top: solid 10px #28afa2;
    padding: 15px 0px;
}

.copyrights-wrapper {
    text-align: center;
}

.ecm-wrapper {
    text-align: center;
    margin-bottom: 0px;
}

.ecm-wrapper a,
.ecm-wrapper a:hover {
    color: #FFF;
}

.loading-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    z-index: 10;
    color: #28afa2;
    flex-direction: column;
}

.loading-wrapper i {
    font-size: 80px;
    margin-bottom: 20px;
}

.bg-image {
    position: fixed;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    top: 0;
}

.telephone-wrapper {
    display: flex;
}

.telephone-wrapper select#country_code {
    width: 150px;
    margin-right: 15px;
}

@media screen and (max-width: 600px) {
    .telephone-wrapper {
        display: block;
    }

    .telephone-wrapper select#country_code {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .payment-form-inner {
        padding: 40px 30px 20px;
    }
}

.select2-container--default .select2-selection--single {
    height: 50px !important;
    border-radius: 0px !important;
    border: solid 2px #d8d8d8 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px !important;
    right: 10px !important;
}

.payment-form-inner .form-check {
    margin-bottom: 20px;
    padding: 15px 20px;
    background-color: #f8f9fa;
    border: solid 2px #28afa2;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.payment-form-inner .form-check:hover {
    background-color: #f0f7f6;
    border-color: #1e8a7e;
}

.payment-form-inner .form-check-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.payment-form-inner .form-check-label {
    font-size: 15px;
    color: #4d4d4d;
    font-weight: 500;
    text-transform: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 40px;
    min-height: 24px;
}

.payment-form-inner .form-check-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border: 2px solid #28afa2;
    border-radius: 4px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    cursor: pointer;
}

.payment-form-inner .form-check-input:checked+.form-check-label::before {
    background-color: #28afa2;
    border-color: #28afa2;
}

.payment-form-inner .form-check-input:checked+.form-check-label::after {
    content: '';
    position: absolute;
    left: 12px;
    top: 46%;
    transform: translateY(-50%) rotate(45deg);
    width: 7px;
    height: 14px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transition: all 0.3s ease;
}

.payment-form-inner .form-check-input:focus+.form-check-label::before {
    border-color: #1e8a7e;
    box-shadow: 0 0 0 0.25rem rgba(40, 175, 162, 0.35);
    outline: none;
}

.payment-form-inner .form-check-input.is-invalid+.form-check-label {
    color: #dc3545;
}

.payment-form-inner .form-check-input.is-invalid+.form-check-label::before {
    border-color: #dc3545;
    background-color: #fff5f5;
}

.payment-form-inner #not_a_robot+.form-check-label span {
    margin-left: 5px;
}