/* ------------- General ------------ */
* {
    margin: 0;
    padding: 0;
    font-family: 'Rubik', sans-serif;
}

.res-img {
    width: 100%;
    height: auto;
}


/*--------------Registration----------------------*/
.toggle-buttons {
    text-align: left;
    display: block;
}

.toggle-buttons button {
    margin: 0 0.25%;
    padding: 0.75% 2%;
    color: #ffffff;
    border-color: #ffffff;
    font-family: poppins;
}

.toggle-buttons button:hover,
.toggle-buttons button:active {
    border-color: #007bff;
    background-color: #007bff;
}

input.roles-selector[type="radio"],
input.roles-selector[type="checkbox"] {
    appearance: none;
    display: none;
}

.roles-button {
    color: black;
    border-color: black;
    margin: 0.5rem;
    padding: 0.5rem 1rem 0.5rem 1rem;
}

.left-button {
    margin: 0.5rem 0.5rem 0.5rem 0;
}

.roles-selector:checked+.roles-button,
.roles-button:hover {
    color: white;
    background-color: #007bff;
    border-color: #007bff;
}

.error-text-size {
    font-size: 14px;
}

#resend_code_button:hover {
    cursor: pointer;
}

/* ------------- Navigation Bar Section ------------ */
.navbar {
    background: #fff;
    box-shadow: 0 0.063rem 0 0 #0066B3;
}

.navbar-brand img {
    max-width: 198px;
    padding-bottom: 0.4rem;
}

.navbar-nav li a {
    font-family: 'Rubik', sans-serif;
    color: #313131 !important;
    font-size: 1.3rem;
    font-weight: 500;
    text-align: left;
}

.navbar-nav li a:hover {
    color: #F6871F !important;
}

/* ------------- Home Section ------------ */
#home {
    background-image: url('../images/banner02.png');
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-title {
    font-size: 2.938rem;
    font-weight: 600;
    color: #0066B3;
}

.home-description {
    font-size: 1.3rem;
    color: #313131 !important;
}

/* ------------- About Us Section ------------ */
#about-us {
    padding: 7.0rem 2.0rem;
}

.about-content {
    border: 0.063rem solid #f0efef;
    border-radius: 0.5rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0 0.125rem 0.5rem 0;
    padding: 2.5rem;
}

.about-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #0066B3;
}

.about-description {
    font-size: 1.3rem;
    color: #313131 !important;
}

.about-img {
    height: 500px;
    border-radius: 15px;
}

/* ------------- Services Section ------------ */
#services {
    background: #2682C8;
    padding: 7.0rem 0;
}

.s-title {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
}

.services-img {
    max-width: 200px;
}

.services-title {
    font-size: 1.45rem;
    font-weight: 500;
    color: #fff;
    padding-top: 1.0rem;
}

.services-description {
    font-size: 1.3rem;
    color: #fff;
}

.service-err {
    font-size: 80%;
}

/* ------------- Features Section ------------ */
#features {
    padding: 7.0rem 0;
}

.f-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #0066B3;
}

.features-title {
    font-size: 2.0rem;
    font-weight: 600;
    color: #313131;
}

.features-description {
    font-size: 1.3rem;
    color: #313131;
}

/* ------------- Contact Us Section ------------ */
#contact-us {
    background-image: url('../images/contact-background.png');
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 7.0rem;
    padding-bottom: 3.0rem;
}

.c-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #0066B3;
}

.contact-form label {
    font-size: 1.45rem;
    color: #313131;
}

input.form-control::placeholder {
    font-size: 1.2rem;
    color: #959FAF !important;
}

textarea.form-control::placeholder {
    font-size: 1.2rem;
    color: #959FAF !important;
}

.services-check {
    padding-left: 1.0rem;
}

.custom-control .custom-control-label {
    font-size: 1.2rem;
    color: #313131;
}

.submit-form {
    padding-top: 1.0rem;
}

.submit-btn {
    font-size: 1.45rem;
    font-weight: 500;
    background-color: #F6871F;
    border-color: #F6871F;
    width: 100%;
    color: #FFF;
}

.submit-btn:hover {
    background-color: white;
    color: #313131;
    border-color: #F6871F;
}

.submit-btn:focus {
    box-shadow: none !important;
}

.contact-img {
    max-width: 670px;
    padding-top: 2.0rem;
}

/* Contact Icons */
hr.contact-hr {
    border: 0.063rem solid #2682C8;
    width: 100%;
    background: #2682C8;
}

.icon-row {
    padding: 1.0rem 0;
}

.logo-img {
    padding-bottom: 1.0rem;
    max-width: 288px;
    height: auto;
}

.logo-description {
    font-size: 1.2rem;
    color: #313131;
}

.navigation-list {
    list-style: none;
}

.contact-icon-title {
    font-size: 1.3rem;
    font-weight: 500;
    color: #313131;
}

.navigation-item {
    padding-bottom: 0.3rem;
}

.navigation-item a {
    font-family: 'Rubik', sans-serif;
    color: #313131 !important;
    font-size: 1.2rem;
}

.navigation-item a:hover {
    color: #F6871F !important;
    text-decoration: none;
}

.download-list {
    list-style: none;
}

.download-img {
    max-width: 152px;
}

.download-item {
    padding-bottom: 0.3rem;
}

.follow-us img {
    max-width: 48px;
    margin-right: 0.6rem;
}

/* ------------- Footer Section ------------ */
.page-footer {
    background-color: #2682C8;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-size: 1.2rem;
    padding: 1.2rem 0;
}

.terms-list {
    list-style: none;
}

.terms-list li {
    display: inline;
    float: right;
    padding-left: 2.0rem;
}

.terms-list a {
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-size: 1.2rem;
    text-decoration: none;
}

.adjust_sst_button {
    border: 1px solid #007bff;
}

.adjust_sst_button:hover {
    background-color: #007bff;
    color: #fff;
}

/* ------------- Media ------------ */
@media only screen and (min-width: 1440px) and (max-width: 1599.98px) {
    .navbar-brand img {
        max-width: 170px;
    }

    .navbar-nav li a {
        font-size: 1.2rem;
    }

    .home-title {
        font-size: 2.938rem;
    }

    .home-description {
        font-size: 1.2rem;
    }

    #about-us {
        padding: 6.0rem 2.0rem;
    }

    .about-title {
        font-size: 2.5rem;
    }

    .about-description {
        font-size: 1.2rem;
    }

    #services {
        padding: 6.0rem 0;
    }

    .s-title {
        font-size: 2.5rem;
    }

    .services-img {
        max-width: 192px;
    }

    .services-title {
        font-size: 1.35rem;
    }

    .services-description {
        font-size: 1.2rem;
    }

    #features {
        padding: 6.0rem 0;
    }

    .f-title {
        font-size: 2.5rem;
    }

    .features-title {
        font-size: 1.9rem;
    }

    .features-description {
        font-size: 1.2rem;
    }

    #contact-us {
        padding-top: 6.0rem;
    }

    .c-title {
        font-size: 2.5rem;
    }

    .contact-form label {
        font-size: 1.35rem;
    }

    input.form-control::placeholder {
        font-size: 1.1rem;
    }

    textarea.form-control::placeholder {
        font-size: 1.1rem;
    }

    .custom-control .custom-control-label {
        font-size: 1.1rem;
    }

    .submit-btn {
        font-size: 1.35rem;
    }

    .contact-img {
        max-width: 615px;
        padding-top: 2.5rem;
    }

    .logo-img {
        max-width: 256px;
    }

    .logo-description {
        font-size: 1.1rem;
    }

    .contact-icon-title {
        font-size: 1.2rem;
    }

    .navigation-item a {
        font-size: 1.1rem;
    }

    .download-img {
        max-width: 130px;
    }

    .follow-us img {
        max-width: 48px;
        margin-right: 0.4rem;
    }

    .footer-copyright {
        font-size: 1.1rem;
    }

    .terms-list a {
        font-size: 1.1rem;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439.98px) {
    .navbar-brand img {
        max-width: 140px;
    }

    .navbar-nav li a {
        font-size: 1.1rem;
    }

    .home-title {
        font-size: 2.5rem;
    }

    .home-description {
        font-size: 1.1rem;
    }

    #about-us {
        padding: 5.5rem 2.0rem;
    }

    .about-title {
        font-size: 2.2rem;
    }

    .about-description {
        font-size: 1.1rem;
    }

    #services {
        padding: 5.5rem 0;
    }

    .s-title {
        font-size: 2.2rem;
    }

    .services-img {
        max-width: 156px;
    }

    .services-title {
        font-size: 1.2rem;
    }

    .services-description {
        font-size: 1.1rem;
    }

    #features {
        padding: 5.5rem 0;
    }

    .f-title {
        font-size: 2.2rem;
    }

    .features-title {
        font-size: 1.8rem;
    }

    .features-description {
        font-size: 1.1rem;
    }

    #contact-us {
        padding-top: 5.5rem;
    }

    .c-title {
        font-size: 2.2rem;
    }

    .contact-form label {
        font-size: 1.2rem;
    }

    input.form-control::placeholder {
        font-size: 1.063rem;
    }

    textarea.form-control::placeholder {
        font-size: 1.063rem;
    }

    .custom-control .custom-control-label {
        font-size: 1.063rem;
    }

    .submit-btn {
        font-size: 1.2rem;
    }

    .contact-img {
        padding-top: 2.8rem;
    }

    .logo-img {
        max-width: 218px;
    }

    .logo-description {
        font-size: 1.063rem;
    }

    .contact-icon-title {
        font-size: 1.1rem;
    }

    .navigation-item a {
        font-size: 1.063rem;
    }

    .download-img {
        max-width: 124px;
    }

    /* .follow-us{
        padding-left: 4rem !important;
    } */

    .follow-us img {
        max-width: 42px;
        margin-right: 0.4rem;
    }

    .footer-copyright {
        font-size: 1.063rem;
    }

    .terms-list a {
        font-size: 1.063rem;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .navbar-brand img {
        max-width: 135px;
    }

    .navbar-nav li a {
        font-size: 0.875rem;
    }

    .home-title {
        font-size: 2.3rem;
    }

    .home-description {
        font-size: 0.875rem;
    }

    #about-us {
        padding: 4.5rem 2rem;
    }

    .about-title {
        font-size: 2.0rem;
    }

    .about-description {
        font-size: 0.875rem;
    }

    #services {
        padding: 4.5rem 0;
    }

    .s-title {
        font-size: 2.0rem;
    }

    .services-img {
        max-width: 130px;
    }

    .services-title {
        font-size: 1.063rem;
    }

    .services-description {
        font-size: 0.875rem;
    }

    #features {
        padding: 4.5rem 0;
    }

    .f-title {
        font-size: 2.0rem;
    }

    .features-title {
        font-size: 1.5rem;
    }

    .features-description {
        font-size: 0.875rem;
    }

    #contact-us {
        padding-top: 4.5rem;
    }

    .c-title {
        font-size: 2.0rem;
    }

    .contact-form label {
        font-size: 1.063rem;
    }

    input.form-control::placeholder {
        font-size: 0.75rem;
    }

    textarea.form-control::placeholder {
        font-size: 0.75rem;
    }

    .custom-control .custom-control-label {
        font-size: 0.75rem;
    }

    .submit-btn {
        font-size: 1.063rem;
    }

    .contact-img {
        padding-top: 3.0rem;
    }

    .logo-img {
        max-width: 208px;
    }

    .logo-description {
        font-size: 0.75rem;
    }

    .contact-icon-title {
        font-size: 0.875rem;
    }

    .navigation-item a {
        font-size: 0.75rem;
    }

    .download-img {
        max-width: 100px;
        margin-right: 0.3rem;
    }

    .follow-us img {
        max-width: 32px;
        margin-right: 0.4rem;
    }

    .footer-copyright {
        font-size: 0.8rem;
    }

    .terms-list a {
        font-size: 0.75rem;
    }
}

/* Medium ≥768px started home logo*/
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .navbar {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .navbar-brand img {
        max-width: 135px;
    }

    .navbar-nav li a {
        font-size: 0.875rem;
    }

    .nav-item {
        margin-left: 0 !important;
    }

    .home-content {
        padding: 1.0rem;
    }

    .home-title {
        font-size: 1.4rem;
    }

    .home-description {
        font-size: 0.75rem;
    }

    .app-img {
        max-width: 160px;
    }

    #about-us {
        padding: 4.0rem 2.0rem;
    }

    .about-content {
        padding: 1.5rem;
    }

    .about-title {
        font-size: 1.7rem;
        padding-bottom: 1.0rem;
    }

    .about-description {
        font-size: 0.75rem;
    }

    #services {
        padding: 4.0rem 0;
    }

    .s-title {
        font-size: 1.7rem;
    }

    .services-img {
        max-width: 126px;
    }

    .services-title {
        font-size: 0.875rem;
    }

    .services-description {
        font-size: 0.75rem;
    }

    #features {
        padding: 4.0rem 0;
    }

    .f-title {
        font-size: 1.7rem;
    }

    .features-title {
        font-size: 1.55rem;
    }

    .features-description {
        font-size: 0.75rem;
    }

    #contact-us {
        padding-top: 4.0rem;
    }

    .c-title {
        font-size: 1.7rem;
    }

    .contact-form label {
        font-size: 0.875rem;
    }

    input.form-control::placeholder {
        font-size: 0.75rem;
    }

    textarea.form-control::placeholder {
        font-size: 0.75rem;
    }

    .custom-control .custom-control-label {
        font-size: 0.75rem;
    }

    .submit-btn {
        font-size: 0.875rem;
    }

    .contact-img {
        padding-top: 3.5rem;
    }

    .logo-img {
        max-width: 150px;
    }

    .logo-description {
        font-size: 0.75rem;
    }

    .contact-icon-title {
        font-size: 0.875rem;
    }

    .navigation-item a {
        font-size: 0.75rem;
    }

    .download-img {
        max-width: 88px;
    }

    .follow-us img {
        max-width: 32px;
        margin-right: 0.4rem;
    }

    .footer-copyright {
        font-size: 0.8rem;
    }

    .terms-list li {
        padding-left: 1.0rem !important;
    }

    .terms-list a {
        font-size: 0.75rem;
    }

    .terms-list li {
        padding-left: 1.5rem;
    }

    .about-img {
        height: 400px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767.98px) {
    .roles-button {
        margin: 0.5rem 0rem 0.5rem 0rem;
    }


    .navbar-brand img {
        max-width: 160px;
    }

    .navbar-nav li a {
        font-size: 0.875rem;
    }

    .nav-item {
        margin-left: 0 !important;
    }

    .home-content {
        padding: 2.0rem 0;
    }

    .home-title {
        font-size: 2.2rem;
    }

    .home-description {
        font-size: 0.875rem;
        padding-bottom: 1.0rem;
    }

    .app-img {
        max-width: 144px;
    }

    #about-us {
        padding: 4.0rem 0;
    }

    .about-title {
        font-size: 1.7rem;
        padding-bottom: 1.0rem;
    }

    .about-description {
        font-size: 0.875rem;
    }

    #services {
        padding: 4.0rem 0;
    }

    .s-title {
        font-size: 1.7rem;
        padding-bottom: 1.0rem;
    }

    .services-img {
        max-width: 118px;
    }

    .services-title {
        font-size: 1.063rem;
    }

    .services-description {
        font-size: 0.875rem;
    }

    #features {
        padding: 4.0rem 0;
    }

    .f-title {
        font-size: 1.7rem;
        padding-bottom: 1.0rem;
    }

    .features-title {
        font-size: 1.55rem;
        padding-top: 1.5rem;
    }

    .features-description {
        font-size: 0.875rem;
    }

    .padding-sizing {
        padding-left: 0;
        padding-right: 0;
    }

    #contact-us {
        padding: 4.0rem 0;
    }

    .c-title {
        font-size: 1.7rem;
    }

    .contact-form label {
        font-size: 1.063rem;
    }

    input.form-control::placeholder {
        font-size: 0.75rem;
    }

    textarea.form-control::placeholder {
        font-size: 0.75rem;
    }

    .custom-control .custom-control-label {
        font-size: 0.75rem;
    }

    .submit-btn {
        font-size: 1.063rem;
    }

    .logo-img {
        max-width: 200px;
    }

    .logo-description {
        font-size: 0.85rem;
    }

    .contact-icon-title {
        font-size: 0.95rem;
    }

    .navigation-item a {
        font-size: 0.85rem;
    }

    .download-img {
        max-width: 112px;
    }

    .follow-us img {
        max-width: 32px;
        margin-right: 0.4rem;
    }

    .footer-copyright {
        font-size: 0.85rem;
    }

    .terms-list {
        padding-top: 0.5rem;
    }

    .terms-list li {
        float: left;
        padding-left: 0;
    }

    .terms-list a {
        font-size: 0.85rem;
    }
}

@media only screen and (max-width: 599.98px) {
    .roles-button {
        margin: 0.5rem 0rem 0.5rem 0rem;
    }


    .navbar-brand img {
        max-width: 140px;
    }

    .navbar-nav li a {
        font-size: 0.875rem;
    }

    .nav-item {
        margin-left: 0 !important;
    }

    .home-content {
        padding: 3.0rem 1.0rem 2.0rem 1.0rem;
    }

    .home-title {
        font-size: 2.0rem;
    }

    .home-description {
        font-size: 0.875rem;
        padding-bottom: 1.0rem;
    }

    .app-img {
        max-width: 144px;
    }

    #about-us {
        padding: 4.0rem 1.0rem;
    }

    .about-content {
        padding: 1.5rem;
    }

    .about-title {
        font-size: 1.5rem;
    }

    .about-description {
        font-size: 0.875rem;
    }

    .about-img {
        max-width: 480px;
        height: 400px;
    }

    #services {
        padding: 4.0rem 0;
    }

    .s-title {
        font-size: 1.5rem;
    }

    .services-img {
        max-width: 112px;
    }

    .services-title {
        font-size: 1.063rem;
    }

    .services-description {
        font-size: 0.875rem;
    }

    #features {
        padding: 4.0rem 1.0rem;
    }

    .f-title {
        font-size: 1.5rem;
    }

    .features-title {
        font-size: 1.25rem;
        padding-top: 1.5rem;
    }

    .features-description {
        font-size: 0.875rem;
    }

    #contact-us {
        padding: 4.0rem 1.0rem;
    }

    .c-title {
        font-size: 1.5rem;
        padding-bottom: 1.0rem;
    }

    .contact-form label {
        font-size: 1.063rem;
    }

    input.form-control::placeholder {
        font-size: 0.75rem;
    }

    textarea.form-control::placeholder {
        font-size: 0.75rem;
    }

    .custom-control .custom-control-label {
        font-size: 0.75rem;
    }

    .submit-btn {
        font-size: 1.063rem;
    }

    .icon-row {
        padding-top: 1rem;
        padding-bottom: 1.5rem;
    }

    .logo-img {
        max-width: 196px;
    }

    .logo-description {
        font-size: 0.85rem;
    }

    .contact-icon-title {
        font-size: 0.95rem;
    }

    .navigation-item a {
        font-size: 0.85rem;
    }

    .download-img {
        max-width: 112px;
    }

    .follow-us img {
        max-width: 32px;
        margin-right: 0.4rem;
    }

    .footer-copyright {
        font-size: 0.85rem;
    }

    .terms-list {
        padding-top: 0.5rem;
    }

    .terms-list li {
        display: block;
        float: none;
        padding-left: 0;
        margin-right: 1.0rem;
    }

    .terms-list a {
        font-size: 0.85rem;
    }

    .toggle-buttons>button {
        display: inline-block;
        margin: 0 auto;
        margin-bottom: 1rem;
    }
}
