/**Fonts**/

@font-face {
    font-family: "BeausiteClassic-Light";
    src: url("../fonts/BeausiteClassic-Light.eot");
    src: local("☺"), url("../fonts/BeausiteClassic-Light.woff") format("woff"),
        url("../fonts/BeausiteClassic-Light.ttf") format("truetype"),
        url("../fonts/BeausiteClassic-Light.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "BeausiteClassic-Medium";
    src: url("../fonts/BeausiteClassic-Medium.eot");
    src: local("☺"), url("../fonts/BeausiteClassic-Medium.woff") format("woff"),
        url("../fonts/BeausiteClassic-Medium.ttf") format("truetype"),
        url("../fonts/BeausiteClassic-Medium.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "BeausiteFit-Light";
    src: url("../fonts/BeausiteFit-Light.eot");
    src: local("☺"), url("../fonts/BeausiteFit-Light.woff") format("woff"),
        url("../fonts/BeausiteFit-Light.ttf") format("truetype"), url("../fonts/BeausiteFit-Light.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lucida Handwriting';
    src: url('../fonts/Lucida Handwriting.eot');
    src: local('☺'), url('../fonts/Lucida Handwriting.woff') format('woff'), url('../fonts/Lucida Handwriting.ttf') format('truetype'), url('../fonts/Lucida Handwriting.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Petit Formal Script';
    src: url('../fonts/Petit Formal Script.eot');
    src: local('☺'), url('../fonts/Petit Formal Script.woff') format('woff'), url('../fonts/Petit Formal Script.ttf') format('truetype'), url('../fonts/Petit Formal Script.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Common CSS */

body {
    font-size: 16px;
    color: #203e3c;
    font-family: "BeausiteFit-Light";
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

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

a {
    text-decoration: none;
}

a:focus,
a:hover {
    outline: none;
    outline-offset: 0px;
    text-decoration: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    font-style: normal;
    font-family: "BeausiteFit-Light";
}

body,
html {
    height: 100%;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "BeausiteClassic-Medium";
    color: #203e3c;
}

/*====== LOGIN/RESET/SIGNUP PAGE CSS ======*/

.mar-top-10 {
    margin-top: 10px;
}

.mar-top-20 {
    margin-top: 20px;
}

.mar-top-30 {
    margin-top: 30px;
}

.mar-top-40 {
    margin-top: 40px;
}

.mar-top-50 {
    margin-top: 50px;
}

.mar-top-60 {
    margin-top: 60px;
}

.pad-top-10 {
    padding-top: 10px;
}

.center {
    text-align: center;
}

.flex-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.bg-image {
    background: url('../images/bg-image.png') no-repeat top center;
    background-size: cover;
    position: fixed;
    width: 100%;
    height: 100%;
}

.login-box {
    padding: 30px 45px;
    background: url('../images/send_note_first_curve.svg'), url('../images/Decoration.svg') #fff;
    width: 525px;
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.4);
    background-position: top center, bottom center;
    background-repeat: no-repeat;
}

.login-box h5 {
    color: #292929;
    font-family: Lato;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 20px 0;
}

.login-box .rich-text {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
}

.login-box .rich-text a {
    color: #203E3C;
    font-weight: 500;
    line-height: 1.5;
    font-size: 16px;
    font-family: "BeausiteClassic-Medium";
    letter-spacing: 0.5px;
    text-decoration: underline;
}

.input-group-wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.input-group {
    position: relative;
    width: 100%;
}

.form-outter {
    margin-bottom: 10px;
    position: relative;
}

.form-outter input {
    border-radius: 0;
    text-align: left;
    border: 1px solid #dbdbdb;
    color: #292929;
    background: #ffffff;
    width: 100%;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    padding: 8px 20px;
    outline-offset: 0;
    outline: none;
    border-radius: 0px;
}

/*
input:focus {
    border: 2px solid #00a29a;
    outline-offset: 0;
    outline: none;
}*/

.submit-btn {
    border-radius: 0px;
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    background: rgba(21, 192, 184, 1);
    box-shadow: 0 6px #00a29a;
    color: #ffffff;
    width: 100%;
    padding: 20px 16px;
    line-height: 26px;
    font-size: 16px;
    font-weight: 700;
    border: none;
}

.submit-btn:hover {
    top: 2px;
    box-shadow: 0 4px #00a29a;
}

.trademark-text {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
}

.trademark-text a {
    color: #203E3C;
    font-family: "BeausiteClassic-Medium";
    text-decoration: underline;
}

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

.error-info {
    background: #585858;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    border-radius: 50%;
    font-weight: bold;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    right: 20px;
}

.error-info:before {
    content: '!';
    color: #f2f2f2;
}

.none {
    display: none;
}

.margin-auto {
    margin: 0 auto;
}

.signup_success_call_txt.box {
    background-color: #7ccdc8;
    color: #fff;
}

.signup_success_call_txt.box span {
    font-weight: bold;
}

/*====== END LOGIN/RESET/SIGNUP PAGE CSS ======*/

/*signup successpage*/

.signup_success_logo {
    margin-bottom: 30px;
}

.signup_success_outer {
    position: relative;
    background-color: #FFFFFF;
    border-top: 8px solid #e6e7e8;
    border-bottom: 8px solid #e6e7e8;
    border-radius: 5px;
    box-shadow: 0px 2px 5px #888888;
}

.signup_success_outer h4 {
    font-family: "BeausiteFit-Light";
    font-size: 24px;
    color: #b4e6e3;
    font-weight: 600;
    margin-bottom: 20px;
}

.signup_success_txt {
    margin-bottom: 20px;
}

.signup_success_txt,
.signup_success_txt1 {
    font-size: 16px;
    color: #58595b;
    font-weight: 400;
}

.signup_success_call_txt {
    padding: 15px 25px;
    font-size: 18px;
    color: #888888;
    background-color: #e6e7e8;
}

.signup_success_outer .signup_success_s_txt {
    font-size: 11px;
    color: #58595b;
    font-weight: 400;
    margin-bottom: 20px;
}

.signup_success_txt1 {
    margin-bottom: 10px;
}

/*end signup successpage*/

/*Modal*/
/* 
.modal-terms {
    background-color: #fff;
    padding: 20px 0px 10px 20px;
    border-radius: 3px;
    border: 5px solid #7ccdc8;
    position: relative;
}

.modal-terms .popup-content {
    height: 550px;
    overflow-y: auto;
    padding: 10px 15px 0px 0px;
}

.modal-terms .popup-content h1 {
    font-size: 20px;
    font-weight: bold;
    color: #7ccdc8;
    margin-top: 20px;
    margin-bottom: 10px;
}

.modal-terms .popup-content h3 {
    font-size: 16px;
    font-weight: bold;
    color: #535353;
    margin-top: 20px;
    margin-bottom: 10px;
}

.modal-terms .popup-content p {
    font-size: 16px;
    font-weight: normal;
    color: #666;
    margin: 0 0 10px;
}

.modal-terms .close {
    right: 30px;
    position: absolute;
}

.modal-terms .popup-content ul {
    margin: 0px;
    padding: 15px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 3px;
}

.modal-terms .popup-content ul li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    list-style: circle;
    margin-left: 10px;
} */

/*end Modal*/

.link-space {
    margin: 0 10px;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .login-box h5 {
        font-size: 24px;
    }
}

@media (max-width: 992px) {
    .bg-image {
        background: url('../images/bg-mob-image.png') no-repeat top center;
        background-size: cover;
    }
}

@media screen and (max-width: 767px) {
    .login-box h5 {
        font-size: 22px;
    }

    .login-box {
        overflow: auto;
        height: 100%;
        display: block;
    }
}

@media (max-width: 640px) {}

@media (max-width: 530px) {
    .login-box {
        width: calc(100% + 30px);
        padding: 30px;
        margin: 0 -15px;
    }
}

@media screen and (max-height: 600px) {
    .flex-container {
        align-items: stretch;
    }

    .login-box {
        overflow: auto;
        height: 100%;
        display: block;
    }
}

/*********New CSS************/

.sitebtn {
    background: #1f3d3b;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #FFF;
    font-size: 18px;
    font-family: "BeausiteClassic-Medium";
    opacity: 0.9;
    border-radius: 0px;
    border: none;
}

.sitebtn:hover,
.sitebtn:focus,
.sitebtn:active,
.sitebtn.sitebtn:active {
    color: #fff;
    opacity: 1;
}

.btn-block {
    display: block;
    width: 100%;
}

span.user_id_cls_new {
    color: #ee5700;
    font-weight: 600;
}

.alert.alert-danger {
    color: #f00;
    background-color: transparent;
    border-color: transparent;
    text-align: center;
    padding-bottom: 0;
    line-height: 22px;
}

/*tandc css*/

.tc_register h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 22px;
}

.tc_text_cls {
    font-size: 14px;
    color: #203e3c;
    margin-bottom: 0;
    line-height: 22px;
    font-family: "BeausiteFit-Light";
    text-align: left;
}

.third_step_base h4 {
    margin-bottom: 10px;
}

.cp_register {
    margin-top: 30px;
}

.tc_register a {
    color: #203e3c;
}

.inpact_secondry_btn {
    background: transparent;
    border: 2px solid #203e3c;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #203e3c;
    font-size: 16px;
    font-family: "BeausiteClassic-Medium";
    opacity: 0.9;
    border-radius: 0px !important;
}

.inpact_secondry_btn:hover,
.inpact_secondry_btn:active,
.btn.inpact_secondry_btn.focus,
.btn.inpact_secondry_btn:focus {
    opacity: 1;
    color: #203e3c;
    box-shadow: none;
}

.inpact_primary_btn {
    background: #1f3d3b;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #FFF;
    font-size: 16px;
    font-family: "BeausiteClassic-Medium";
    letter-spacing: 1px;
    opacity: 0.9;
    border-radius: 0px !important;
}

.inpact_primary_btn:hover,
.inpact_primary_btn:active,
.btn.inpact_primary_btn.focus,
.btn.inpact_primary_btn:focus {
    opacity: 1;
    color: #fff;
    box-shadow: none;
}

.cp_agreement_btn.text-center {
    margin: 20px 0;
}

.cp_agreement_btn button {
    margin: 0 5px;
}

*:focus {
    outline: none !important;
}

.third_step_base .btn-disabled {
    opacity: 0.5;
    pointer-events: none;
}

/*tandc css end*/

.change_terms_main ol.carousel-indicators {
    position: static;
    width: 100%;
    left: inherit;
    margin: inherit;
    margin-top: 20px;
}

.change_terms_main .carousel-indicators .active {
    background-color: #7ccdc8;
}

.change_terms_main .carousel-indicators li {
    height: 20px;
    width: 20px;
    border: 2px solid #7ccdc8 !important;
    border: none;
    border-radius: 50%;
    background: none;
}

label.error {
    color: red;
}

/* .carousel .carousel-inner .item {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration:1s;
    transition-duration: 1s;
} */


.t_c_base_cls .modal-dialog {
    width: 750px;
}

.modal-terms .popup-content {
    height: 550px;
    overflow: scroll;
  padding: 30px;
    padding-right: 15px;
    padding-left: 15px;
}

.modal-terms .popup-content h3:first-child {
    margin-top: 0;
}

.modal-terms .popup-content h3 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.modal-terms .popup-content ul {
    margin: 0px;
    padding: 15px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 3px;
}

.modal-terms .popup-content ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    list-style: disc;
    margin-left: 10px;
}

.modal-terms .popup-content ul li ul li {
    list-style: none !important;
}

.modal-terms .popup-content p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
}

.modal-terms .popup-content b,
.modal-terms .popup-content strong {
    font-weight: 700;
}

/*T &C and Privacy Policy */

.t_c_privacy_link_base a {
    margin-right: 10px;
}

.t_c_base_cls .modal-dialog {
    width: 750px;
}

.pricy_modal_base_cls .modal-dialog {
    width: 750px;
}

.modal-terms .popup-content a {
    color: #203e3c;
}

.modal-terms .popup-content a:hover {
    text-decoration: underline;
}

.modal-terms .popup-content ul li a {
    font-size: 16px;
    color: #203e3c;
    line-height: 24px;
}

.modal-terms .popup-content ul li a:hover {
    text-decoration: underline;
}

.pricy_modal_base_cls table.table.table-bordered th {
    text-transform: capitalize;
    background: #f1f1f1 !important;
}

.pricy_modal_base_cls table td p {
    font-size: 16px;
    line-height: 24px;
}

.modal-terms .popup-content ul {
    margin-bottom: 10px !important;
}

.pricy_modal_base_cls table.table.table-bordered th,
.pricy_modal_base_cls table.table.table-bordered td {
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #ccc;
    font-size: 16px !important;
    line-height: 24px;
}

.pricy_modal_base_cls h2 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    letter-spacing: 0.5px;
}

/*T &C and Privacy Policy End*/

.alert-dismissible .close {
    opacity: 1;
}