body {
    font-family: "Cabin", sans-serif;
}
:root {
    --aqua-color: #3a74b1;
}
.btn_login {
    background: #3975b3;
    color: #fff;
    border-radius: 25px;
    padding: 5px 22px;
    font-weight: 600;
    margin-left: 10px;
}
.logo_header {
    padding: 0px 0px;
}
.navbar_top {
    background: #fff;
    box-shadow: 0px 0px 5px #ddd;
}
.nav-link {
    color: #000 !important;
    margin-right: 24px;
}
.nav-item a:hover {
    color: #5ca748 !important;
}
@media (min-width: 200px) and (max-width: 342px) {
    .bottom_payment_img {
        margin-left: 0px !important;
    }
}
@media (min-width: 320px) and (max-width: 600px) {
    .navbar_top {
        padding: 0px 40px;
    }
    .logo_header {
        padding: 5px 0px;
    }
    .login_image_header {
        background: url(../images/PaywiseLoginImage_Mobile.png) center !important;
        margin-top: 20px !important;
        height: 210px !important;
        width: auto !important;
        background-repeat: no-repeat !important;
    }
    .login_heading {
        font-weight: 700;
        margin-bottom: 0px;
        font-size: 35px;
        text-align: center;
    }

    .signup_text {
        padding: 0px 50px;
        margin-bottom: 50px;
    }
    .forgot_password_label {
        display: none !important;
    }
    .forgot_password_label_mobile {
        display: block !important;
    }
    .footer_login {
        display: block !important;
    }
    .text_section_tou {
        padding: 20px !important;
        box-shadow: none !important;
        margin: 0px -15px !important;
        border-radius: 20px !important;
    }
    .terms-of-service-heading h1 {
        font-size: 30px !important;
        font-weight: 400 !important;
    }
    .terms-of-service-heading {
        margin-top: 40px !important;
    }
    .text_section_tou {
        margin-top: 135px !important;
    }
    .terms-of-use-bg {
        background: url(../images/terms-of-use-mobile-bg.png) no-repeat !important;
        background-size: contain !important;
        margin-top: 0px !important;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .text_section_tou {
        padding: 60px 80px 60px 60px !important;
    }
}
.login_arrow {
    padding-bottom: 2px;
}
.forgot_password_label_mobile {
    text-align: center;
    color: #3975b3;
    margin-top: 28px;
    display: none;
}
.navbar-light .navbar-toggler {
    border: none !important;
    outline: aliceblue;
}
.navbar-light .navbar-toggler-icon {
    background-image: url(../images/menu_ic.png);
}
.btn_login:hover {
    color: #fff;
}

.login_form {
    padding: 215px 89px;
}
.forgot_password_label {
    float: right;
    color: #3a74b1;
    font-size: 14px;
}
.login_form input {
    height: 58px;
    border-radius: 10px;
    background: #f8f9fb;
    border: 1px solid #dce1e5;
    font-size: 17px;
    color: #555555;
    padding-left: 20px;
}
.login_form input:focus {
    background: #f8f9fb;
}

.login_form textarea {
    height: 158px;
    border-radius: 10px;
    background: #f8f9fb;
    border: 1px solid #dce1e5;
    font-size: 17px;
    color: #555555;
    padding-left: 20px;
    resize: none;
    padding-top: 13px;
}
.login_form textarea:focus {
    background: #f8f9fb;
}

.login_heading {
    font-weight: 700;
    font-size: 35px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.btn_login_page {
    background: #3a74b1;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50px;
    width: 100%;
    color: #fff;
    padding: 18px;
    margin-top: 20px;
    box-shadow: 0px 5px 10px #c5dff9;
}
.color_blue_signup {
    color: #3a74b1;
    font-weight: 700;
}
.signup_text {
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
}
.login_image_header {
    background: url(../images/PaywiseLoginImage.png);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 60px;
}
.footer_login {
    background: #f0f3f8;
    padding: 30px 50px;
    display: none;
}
.mobile_login_footer_text {
    font-size: 18px;
    text-align: center;
    color: #68697b;
}
.text_section_tou {
    background: #fff;
    padding: 70px 175px 75px 40px;
    box-shadow: 0px 10px 30px rgba(36, 103, 142, 0.3);
    margin-top: 205px;
    margin-bottom: 150px;
    position: relative;
    border-radius: 10px;
}
.main_ol li {
    padding-left: 25px;
    color: #798599;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 25px;
}
.inner_ol_terms {
    padding-left: 0px;
}
.inner_ol_terms li {
    color: var(--gray-color);
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
}
.margin-top-40 {
    margin-top: 40px;
}
.accordion .card-header:after {
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}
.faq_heading {
    text-align: center;
    padding: 0px 0px 60px;
}
.faq_heading_h1 {
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 45px;
    margin-top: 20px;
}
.faq_contact_us {
    color: #798599;
    font-size: 18px;
}
.faq_contact_us a {
    color: #669933;
    text-decoration: underline !important;
}
.faq_accordion {
    padding: 0px 90px;
}
.faq_accordion .card-title {
    font-size: 25px;
    font-weight: 200;
    color: #778796;
    padding: 20px 10px;
}
.faq_accordion .card-header {
    background: #f0f3f8;
}
.accordion > .card > .card-header {
    margin-bottom: 20px;
    border: none;
    padding: 15px;
}
.accordion > .card {
    border: none;
}
.terms-of-use-bg {
    background: url(../images/terms-of-use-bg.png);
    width: 100%;
    height: 572px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: -70px;
    z-index: -1;
}
.terms-of-service-heading {
    text-align: center;
    color: #fff;
    margin-top: 140px;
}
.terms-of-service-heading h1 {
    font-size: 55px;
    font-weight: 300;
}
.faq_accordion .accordion-btn {
    color: #798599 !important;
    font-size: 24px;
}
.inner_collapse .card-header {
    background: transparent !important;
    border: none;
    padding-top: 0px;
    padding-bottom: 0px;
}
.inner_collapse .card {
    border: none;
}
.inner_collapse .card-header a {
    font-size: 24px;
    color: #3a75b2;
}
.inner_collapse .card-body {
    line-height: 30px;
}
.faq_accordion .card-body {
    line-height: 30px;
}

.faq_heading {
}
.right-icon {
    background-image: url("../images/minus-icon.png");
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    width: 25px;
}

.collapsed .right-icon {
    background-image: url("../images/plus-icon.png");
}
.cursor {
    cursor: pointer;
}
.card-child .card-header {
    padding-left: 8px;
    padding-right: 0px;
    font-size: 24px;
}
.card-child .card-body {
    padding-left: 8px;
    padding-right: 8px;
}
.child-right-icon {
    background-image: url(../images/minus-circle.png);
    width: 40px;
    height: 40px;
    margin-right: -5px;
}
.card-child .collapsed .child-right-icon {
    background-image: url("../images/plus-circle.png");
}
.card-child {
    padding-top: 0px;
}
.seprater_faq {
    text-align: center;
    width: 50px;
    height: 5px;
    background: #d7dae0;
    margin-top: 30px;
    margin-bottom: 50px;
}
.faq-footer-banner {
    margin: 0px 90px;
    border-radius: 6px;
}
.faq-footer-banner {
    padding: 40px 49px;
    box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.3);
}
.footer-banner-text {
    font-size: 30px;
}

.need_help span {
    color: #a1caf4;
    font-size: 24px;
    margin-top: 6px;
}
.contact-btn-banner {
    width: 225px;
    box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.1);
    border-radius: 60px;
    display: block;
    text-align: center;
    padding: 18px 10px;
}
.contact-btn-banner:hover {
    text-decoration: none;
}
.content-container {
    padding-top: 75px;
    padding-bottom: 75px;
}
.faq-wrapper {
    background-image: url("../images/faq-background.jpg");
    background-repeat: no-repeat;
    background-position: -250px -80px;
}

.text_section_tou > ol,
.text_section_tou > ol > li > ol {
    counter-reset: item;
}
.text_section_tou > ol > li > ol > li, .text_section_tou > ol > li  {
    display: block;
}
.text_section_tou > ol > li:before,
.text_section_tou > ol > li > ol > li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    margin-left: -38px;
    margin-right: 38px;
    position: absolute;
    padding-right: 11px;
}
.inner_roman_terms li {
    counter-increment: item-counter;
    position: relative;
}

.inner_roman_terms li:before {
    content: counter(item-counter, lower-roman) ". "; /* by specifying the upper-roman as style the output would be in roman numbers */
    position: absolute;
    left: -28px;
}

.footer_dark {
    background: var(--light-blue-color);
}
.login-block {
    margin-bottom: 35px;
}
.btn_login_page:hover {
    color: #fff;
}
.login-section {
    background: url("../images/login-bg.png") no-repeat 0 -110px;
    padding-top: 56px;
    padding-bottom: 56px;
}

.login-block-img {
}

.faq_contact_us a {
    text-decoration: underline;
}
/* .text_section_tou ol > li > ol {
    padding: 0px;
} */

.text_section_tou ol > li > ol > li {
    padding-left: 0px;
}
.terms-heading {
    margin-bottom: 12px;
}
.text_section_tou ol li {
    color: #798599;
}
.text_section_tou ol li span {
    color: #333333;
}
.terms-heading {
    color: var(--blue-color) !important;
}
.inner_ol_terms strong {
    color: #333333;
}
.faq_list_content {
    padding-left: 20px;
}
.faq_list_content > ol {
    padding-left: 35px;
}
.faq_list_content {
    list-style: none;
    font-size: 18px;
}
.card-body {
    font-size: 18px;
}
.footer-inner {
    background: #f0f3f8;
}

.download-link {
    text-decoration: underline;
}
.download-link:hover {
    color: var(--green-color);
}

.color-aqua {
    color: var(--aqua-color);
}

.faq_accordion .card-body {
    padding-left: 28px;
    padding-right: 28px;
}

.resend-otp {
    right: 15px;
    top: 18px;
}
.send-otp input {
    padding-right: 101px;
}
.back-icon:hover {
    text-decoration: none !important;
}
.bottom_payment_img {
    width: 60px;
    margin-left: 20px;
}
.bottom_img_visa {
    width: 60px;
}
.bottom_img_visa img {
    width: 100%;
}
.main_bottom_logo_row {
    margin-top: 30px;
    border-top: 1px solid #e4e7eb;
    padding-top: 20px;
}
.app-footer {
    padding-bottom: 30px !important;
}
.inner_roman_terms li {
    margin-top: 20px;
}
.mail_terms {
    font-size: 22px !important;
    font-weight: 700;
}
#star_rating-error {
    position: absolute;
    right: 0px;
    bottom: -21px;
}

.rating-upper {
    color: #3975b2;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: flex;
    top: 0;
    left: 0;
    overflow: hidden;
}

.rating {
    display: inline-block;
    unicode-bidi: bidi-override;
    color: #888888;
    font-size: inherit;
    height: inherit;
    width: auto;
    margin: 0;
    position: relative;
    padding: 0;
}

.rating-lower {
    padding: 0;
    display: flex;
    z-index: 0;
}

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 78px;
    height: 61px;
}
.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 12px;
    background: #417ab2;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}
@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }
    50%,
    100% {
        top: 24px;
        height: 32px;
    }
}
.loader {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.child_inner_ol_terms li
{
    margin:10px;
}
.list_child_alpha li
{
    margin-bottom:4px;
    color:#333333!important
}
.privacy_policy_list li
{
    margin-top: 0px!important;
    margin-bottom: 0px!important;

}
.gm-style-iw-ch
{
    padding-top:8px!important;
}
.gm-style-iw-chr button
{
    padding: 0px;
    margin: 0px;
    width: auto!important;
    height: auto!important;
}
.gm-style-iw-chr button span
{
    margin: 5px !important;
    width: 18px !important;
    height: 18px !important;
}
#content #firstHeading
{
    text-align: left;
}
.gm-style-iw.gm-style-iw-c
{
    max-width: 350px!important;
}