/* Low code RAD terms & conditions page CSS last modified by NK on 20-04-2023 at 11:15 Hours */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;1,200;1,300;1,400;1,500;1,600&display=swap');

html {
    scroll-behavior: smooth;
}

/* ===== Scroll-To-Top button CSS starts here ===== */
#scrollToTopButton {
    background-color: #1a73e8;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 6em;
    right: 2.5em;
    transition: background-color 0.3s,
        opacity 0.5s,
        visibility 0.5s;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
}

#scrollToTopButton::after {
    content: "\f106";
    font-family: FontAwesome;
    font-weight: 600;
    font-style: normal;
    font-size: 1.5em;
    line-height: 1.8;
    color: #fff;
}

#scrollToTopButton:hover {
    cursor: pointer;
    background-color: #1b4f9e;
    text-decoration: none;
}

#scrollToTopButton:active,
#scrollToTopButton:focus {
    background-color: #1b4f9e;
}

#scrollToTopButton:active,
#scrollToTopButton:focus {
    background-color: #e8f0fe;
}

#scrollToTopButton.show {
    opacity: 1;
    visibility: visible;
}

/* ===== Scroll-To-Top button CSS ends here ===== */

* {
    font-family: 'Montserrat',
        sans-serif;
}

section.page-content p {
    color: #202124 !important;
}

.top-bar {
    width: 100%;
}

section.page-content {
    margin: 7em 0 2em 0;
}

section.page-content article.header-text h1 {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 2em;
}

section.page-content article.header-text h2 {
    text-align: center;
    font-size: 1.8em;
    margin-bottom: 2em;
}

section.page-content article.sub-header-para p {
    font-size: 1.15em;
    text-align: left;
    line-height: 1.6;
    letter-spacing: 0.2px;
    margin-bottom: 2em;
}

section.page-content article.main-terms-and-conditions-content ol li {
    font-size: 1.4em;
    text-align: left;
    margin: 1em 0 2em 0;
    line-height: 1.6;
    letter-spacing: 0.4px;
}

section.page-content article.main-terms-and-conditions-content ol li p {
    margin-top: 1.75em;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.1px;
}

section.page-content article.main-terms-and-conditions-content p.header-para {
    position: relative;
    right: 2.5em;
    font-weight: 600;
    font-size: 0.7em;
    color: #5e6162 !important;
    margin-top: 0.7em;
}

section.page-content article.copy-right-content p {
    font-size: 1em;
    text-align: center;
    letter-spacing: 0.2px;
    margin-top: 1.8em;
}

/* Footer section CSS starts below :- */

div.social-media {
    display: none !important;
}

.footer-wrapper section.footer article.footer-flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.footer-wrapper section.footer article.social-media {
    background-color: #fff;
    padding-top: 2em;
}

.footer-wrapper section.footer article.footer-flex-container a.footer-icon-wrapper-item {
    display: flex;
    max-width: 7%;
    justify-content: space-evenly;
}

.footer-wrapper section.footer article.footer-flex-container a.footer-icon-wrapper-item img.icon-images {
    transition: ease-in-out 0.25s;
    /* filter: grayscale(100%); */
    width: 70%;
}

.footer-wrapper section.footer article.footer-flex-container a.footer-icon-wrapper-item img.icon-images:hover,
.footer-wrapper section.footer article.footer-flex-container a.footer-icon-wrapper-item img.icon-images:focus {
    filter: grayscale(0%);
    transition: ease-in-out 0.25s;
    transform: scale(1.2);
}

.footer-wrapper .footer .footer-box h4 {
    margin-bottom: 30px;
    font-size: 22px;
}

.footer-wrapper .footer .footer-box ul {
    padding: 0;
    margin: 20px 0 0 0;
}

.footer-wrapper .footer .footer-box ul li.no-bullet {
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 15px;
}

.footer-wrapper .footer .footer-box ul li.no-bullet a {
    color: #fff;
    font-weight: 500;
}

.footer-wrapper .footer .footer-box p {
    font-size: 14px;
    line-height: 1.3;
}

.footer-bottom .copyrightCont #copyright a {
    color: #fff !important;
    font-weight: 500;
    margin-left: 4px;
}

/* Media Queries section starts below :- */

@media only screen and (min-width: 1600px) {

    .container {
        width: 90vw !important;
    }

    .top-bar {
        height: 7em;
        padding: 1em;
    }

    .top-bar a.navbar-brand {
        height: auto;
        position: relative;
        top: 2px;
    }

    .top-bar a.navbar-brand .logo {
        width: auto !important;
    }

    div#inner_menu {
        position: relative;
        top: 12px;
    }

    #inner_menu .nav>li>a,
    #inner_menu .nav li .dropbtn,
    #inner_menu .nav li .dropdown-content {
        font-size: 1.2em;
    }

    div#inner_menu .navbar-nav li .dropbtn {
        position: relative;
        bottom: 3px;
        font-size: 1.2em;
    }

    section.page-content {
        margin: 10em 0 2em 0;
    }

    section.page-content article.header-text h1 {
        font-size: 3em;
    }

    section.page-content article.header-text h2 {
        font-size: 2em;
        font-weight: 500;
        text-decoration: underline;
        margin-bottom: 3em;
    }

    section.page-content article.sub-header-para p {
        font-size: 1.25em;
        line-height: 1.7;
        letter-spacing: 0.4px;
        margin-bottom: 2.5em;
    }

    section.page-content article.main-terms-and-conditions-content ol li p {
        font-size: 1.65rem;
        line-height: 1.7;
        letter-spacing: 0.25px;
    }

    section.page-content article.main-terms-and-conditions-content p.header-para {
        right: 1.8em;
        font-size: 1em;
        margin-top: 1em;
        margin-bottom: 2em;
    }

    section.page-content article.copy-right-content p {
        font-size: 1.75em;
        letter-spacing: 0.3px;
        margin-top: 1em;
    }
}

@media only screen and (max-width: 768px) {

    /* ===== For Mobile and small Tab screen view ===== */
    .top-bar .navbar-toggle {
        border: 1px solid #238391;
        border-radius: 2px;
    }

    .top-bar .navbar-toggle span.icon-bar {
        background-color: #238292;
    }

    .top-bar .col-xs-12 {
        padding: 0;
    }

    #inner_menu {
        text-align: center;
        background: #fff;
        z-index: 1000;
        position: relative;
    }

    #inner_menu .navbar-nav {
        margin: 0;
        display: flex;
        flex-direction: column;
        padding: 5px 0 10px 0;
        align-items: center;
    }

    #inner_menu .nav>li {
        padding: 5px 0;
        width: 75%;
        border-bottom: 1px solid #aeacac;
    }

    #inner_menu .nav>li:last-child {
        border: none;
    }

    .footer-wrapper section.footer article.footer-flex-container a.footer-icon-wrapper-item {
        max-width: 18%;
    }
}