/* line 7, C:/WAMP/apache2/htdocs/rhinorank/app/loginv2/sass/style.sass */
body {
    background-color: var(--white);
    color: var(--black);
    font-family: var(--primary-font);
    font-size: 14px;
    line-height: 1.5;
}

:root {
    --primary-font: "Open Sans", serif;
    --secondary-font: 'Gilroy';
    --white: #ffffff;
    --off-white: #FAFAFA;
    --black: #000000;
    --primary: #3CB5BC;
    --text: #1F2738;
    --color-1: #80858E;
    --color-2: #999CA4;
}

/* line 15, C:/WAMP/apache2/htdocs/rhinorank/app/loginv2/sass/style.sass */
.container {
    width: 80%;
    height: inherit;
}

@media screen and (max-width: 62em) {

    /* line 15, C:/WAMP/apache2/htdocs/rhinorank/app/loginv2/sass/style.sass */
    .container {
        width: 100%;
    }
}

/* line 22, C:/WAMP/apache2/htdocs/rhinorank/app/loginv2/sass/style.sass */
.topnav {
    background-color: #f9fafb;
    padding: 10px 0;
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
    color: #5f727f;
    border-top: 5px solid #00bcd4;
}

/* line 30, C:/WAMP/apache2/htdocs/rhinorank/app/loginv2/sass/style.sass */
.topnav .phone,
.topnav .email,
.topnav .social {
    margin-top: 5px;
    color: #5f727f;
}

/* line 35, C:/WAMP/apache2/htdocs/rhinorank/app/loginv2/sass/style.sass */
.topnav .social a {
    color: #5f727f;
    transition: 0.3s;
}

/* line 38, C:/WAMP/apache2/htdocs/rhinorank/app/loginv2/sass/style.sass */
.topnav .social a:hover {
    color: #00bcd4;
}

/* line 40, C:/WAMP/apache2/htdocs/rhinorank/app/loginv2/sass/style.sass */
.topnav .social a .fa {
    font-size: 1.3em;
    padding: 0 6px;
}

/* line 44, C:/WAMP/apache2/htdocs/rhinorank/app/loginv2/sass/style.sass */
.topnav a {
    color: #00bcd4;
    text-decoration: none;
    transition: 0.3s;
}

/* line 48, C:/WAMP/apache2/htdocs/rhinorank/app/loginv2/sass/style.sass */
.topnav a:hover {
    color: #494c64;
}

/* line 51, C:/WAMP/apache2/htdocs/rhinorank/app/loginv2/sass/style.sass */
.mainnav {
    padding-top: 20px;
    height: 80px;
}

/* line 55, C:/WAMP/apache2/htdocs/rhinorank/app/loginv2/sass/style.sass */
.mainnav .logo {
    height: inherit;
    padding-top: 10px;
}

/* line 59, C:/WAMP/apache2/htdocs/rhinorank/app/loginv2/sass/style.sass */
.mainnav .logo #logo-element {
    max-width: 72%;
    height: auto;
    margin-left: -5px;
}

@media screen and (max-width: 62em) {

    /* line 63, C:/WAMP/apache2/htdocs/rhinorank/app/loginv2/sass/style.sass */
    .mainnav nav {
        height: auto;
    }
}

/* line 72, C:/WAMP/apache2/htdocs/rhinorank/app/loginv2/sass/style.sass */
.mainnav .nav-item a {
    font-size: 1.1em;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    transition: 0.3s;
    cursor: pointer;
    margin: 0px 15px;
}
.new-inputs{
    width: 100%;
    padding: 8px 18px;
    border: 0px;
    border-radius: 25px;
}

/* line 83, C:/WAMP/apache2/htdocs/rhinorank/app/loginv2/sass/style.sass */
.mainnav .nav-item a:hover {
    color: #00bcd4 !important;
}

.auth-box{
    background: linear-gradient(147deg, rgba(18, 121, 127, 0.70) -12.28%, #0C595C 92.42%);
    border: 1px solid white;
    backdrop-filter: blur(26px);
    border-radius: 16px;
    padding: 0px 22px;
}

.new-bg{
    background-color: #003D3F;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 14.2%, rgba(255, 255, 255, 0.10) 85.56%), url(../../assets/images/inner-graph-vec.png);
    background-repeat: no-repeat;
    background-position: right;
    background-attachment:fixed;
}
.new-footer{
    background: white;
    height: 50vh;
    width: 100%;
    margin-top: -179px;
    display: flex;
    align-items: center;
}

.nav-theme-bar{
    border: 0.5px solid #1e5455;
    border-radius: 10px;
    padding: 5px 0px;
    box-shadow: 0 4px 40px rgba(0, 0, 0, .05);
    backdrop-filter: blur(20px);
    background: rgba(0, 61, 63, .75);
}
/* line 89, C:/WAMP/apache2/htdocs/rhinorank/app/loginv2/sass/style.sass */
.dashboard {
    background-color: transparent;
    color: #fff;
    border-radius: 5px;
    border: 1px solid white;
    padding: 8px 18px;
    transition: 0.3s;
}


.createaccount {
    background-color: #3CB5BC;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 10px 20px;
    transition: 0.3s;
    margin-left: 4px;
}

.createaccount:hover {
    background-color: #20969D;
}

/* line 96, C:/WAMP/apache2/htdocs/rhinorank/app/loginv2/sass/style.sass */
.dashboard:hover {
    background-color: #fff;
    color:black;
}

@media screen and (max-width: 62em) {

    /* line 120, C:/WAMP/apache2/htdocs/rhinorank/app/loginv2/sass/style.sass */
    .form-box .form-heading {
        border: none;
    }
    .head-number{
        display: none;
    }
    .head-text {
        margin: 0 auto;
        font-size: 15px;
    }
    .nav-theme-bar{
        width: 90%;
    }
    footer .fo-row .fo-left-col {
        grid-template-columns: 1fr !important;
        grid-column-gap: 30px;
    }
    .fo-row .fo-left-col .fo-links-aside {
        grid-template-columns: 1fr 1fr !important;
        padding-right: 24px;
    }
    footer .fo-row {
        grid-template-columns: 1fr !important;
    }
    footer .fo-row .fo-left-col .fo-logo-col {
        margin-bottom: 40px;
        max-width: 201px;
    }
    footer .fo-copyright {
        text-align: center;
    }
    .fo-copyright .fo-social-col {
        margin-top: 28px;
    }
    .fo-row .seo-exp-txt {
        border-top: 1px solid #E4E5E7;
        padding: 60px 20px !important;
        margin-left: -20px;
        margin-right: -20px;
    }

}

/* line 128, C:/WAMP/apache2/htdocs/rhinorank/app/loginv2/sass/style.sass */
.form-box .form-heading h2 {
    margin: 0;
    padding: 0;
}

/* line 132, C:/WAMP/apache2/htdocs/rhinorank/app/loginv2/sass/style.sass */
.form-box .form-heading .login-pullout {
    padding-top: 3px;
    text-align: right;
    text-decoration: underline;
    font-size: 1.3em;
    font-weight: 700;
    text-shadow: 5px 2px 10px #000;
}

/* line 137, C:/WAMP/apache2/htdocs/rhinorank/app/loginv2/sass/style.sass */
.form-box #registrationForm button {
    background: #3CB5BC;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    width: 100%;
    border: none;
    border-radius: 20px;
    margin-top: 10px;
    transition: 0.3s;
}

.form-box .form-control {
    border: none;
    margin-top: 0.4em;
}

.form-box .form-control.is-invalid {
    border-bottom: 1px solid;
}

.invalid-feedback{
    color: #ffffff !important;
    background: #db2f2f !important;
    border-radius: 15px !important;
    padding-left: 10px !important;
}
.form-box .form-select {
    border: none;
    margin-top: 0.4em;
}

/* line 148, C:/WAMP/apache2/htdocs/rhinorank/app/loginv2/sass/style.sass */
.form-box #registrationForm button:hover {
    background: #20969d;
    color: #fff;
}

/* line 152, C:/WAMP/apache2/htdocs/rhinorank/app/loginv2/sass/style.sass */
#form-login,
#form-reset {
    margin-top: 50px;
}

@media screen and (max-width: 62em) {

    /* line 152, C:/WAMP/apache2/htdocs/rhinorank/app/loginv2/sass/style.sass */
    #form-login,
    #form-reset {
        margin: 50px 10px 10px 0;
    }
}

/* line 157, C:/WAMP/apache2/htdocs/rhinorank/app/loginv2/sass/style.sass */
footer {
    margin-top: 20px;
    text-align: center;
}

/* line 162, C:/WAMP/apache2/htdocs/rhinorank/app/loginv2/sass/style.sass */
#link-login-register,
#link-register-login,
#link-reset,
#link-logged-in,
#link-user-profile,
#link-edit-user,
#link-reset-login {
    cursor: pointer;
    transition: 0.2s;
}

/* line 165, C:/WAMP/apache2/htdocs/rhinorank/app/loginv2/sass/style.sass */
#link-login-register:hover,
#link-register-login:hover,
#link-reset:hover,
#link-logged-in:hover,
#link-user-profile:hover,
#link-edit-user:hover,
#link-reset-login:hover {
    color: #00bcd4;
}

/* line 168, C:/WAMP/apache2/htdocs/rhinorank/app/loginv2/sass/style.sass */
.help-block {
    color: red;
}

/* line 171, C:/WAMP/apache2/htdocs/rhinorank/app/loginv2/sass/style.sass */
.description {
    margin-top: -15px;
}

/* line 174, C:/WAMP/apache2/htdocs/rhinorank/app/loginv2/sass/style.sass */
.description hr {
    background: #494c64;
    width: 100%;
    height: 2px;
    margin: 0;
    padding: 0;
}

/* line 181, C:/WAMP/apache2/htdocs/rhinorank/app/loginv2/sass/style.sass */
.description h2 {
    color: #00bcd4;
    font-weight: 700;
    padding: 0;
}

/* line 186, C:/WAMP/apache2/htdocs/rhinorank/app/loginv2/sass/style.sass */
.description h4 {
    color: #494c64;
    font-weight: 500;
    padding: 0;
}


/* New Additions */
.bg-super {
    background: #272a44;
}

a.link-info:hover {
    color: #20969d !important;
}

.custom-bullets {
    width: 4.5em;
    color: #ffffff;
    height: auto;
    margin: 0.2em 1em 1em 0;
}

.accordion-button:not(.collapsed) {
    color: #00bcd4 !important;
}

.fs-super {
    font-size: 14px;
}

#readterms .modal-dialog {
    max-width: 1200px;
}


/* Side Menu Bar */

/* Initially hide the full-screen menu */
.full-screen-menu {
    position: fixed;
    top: 0;
    left: -102%; /* Hidden initially off-screen */
    width: 100vw; /* Full viewport width */
    height: 100vh; /* Full viewport height */
    background-color: white;
    transition: left 0.3s ease-in-out;
    z-index: 9999;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

/* Close button style */
.close-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 36px;
    color: black;
    background: none;
    border: none;
    cursor: pointer;
}

/* Hover effect on close button */
.close-menu:hover {
    color: red;
}

/* Full-Screen Menu Links */
.full-screen-menu-links {
    list-style-type: none;
    padding: 50px 20px;
    margin: 0px 26px;
    color: #003D3F;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    
}

.full-screen-menu-links li {
    margin: 5px 0;
    font-size: 18px;
}

.full-screen-menu-links a {
    text-decoration: none;
    color: #003D3F;
    font-size: 25px;
    text-transform:none;
    font-weight: 600;
    font-family: inherit;
}

/* Show the full-screen menu when active */
.full-screen-menu.active {
    left: 0; /* Slide in from left */
}

/* Hamburger button style */
.navbar-toggler {
    z-index: 1001; /* Ensure it's on top of other elements */
    border-color: transparent !important;
}

/* Optional: If you want the background to darken when the menu appears */
body.menu-open {
    overflow: hidden; /* Disable scrolling */
    background-color: rgba(0, 0, 0, 0.5); /* Darken background */
}



/* Footer */
footer {
    position: relative;
    overflow: hidden;
    background-color: #fafafa;
    font-size: 14px !important;
}

footer:after {
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    right: 0;
    background: url("https://www.rhinorank.io/wp-content/themes/rhinorank/assets/images/Footer-cta-background-lines.svg") no-repeat;
    background-position: right;
    background-size: contain
}
footer .fo-row {
    display: grid
;
    grid-template-columns: 70% 30%;
}
footer .fo-row .fo-left-col {
    display: grid;
    grid-template-columns: 0.312fr 1fr;
    grid-column-gap: 68px;
    padding-block: 40px;
    z-index: 1000;
}

.fo-row .fo-left-col .fo-links-aside {
    display: grid
;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 24px;
    padding-right: 40px;
}

footer .fo-row .seo-exp-txt {
    height: 100%;
    text-align: left;
    padding: 50px 50px 50px 40px;
    border-left: 1px solid #E4E5E7;
}
.fo-link-col ul {
    list-style: none !important;
    padding: 0px;
}
.fo-left-col{
    text-align: left;
}
.fo-logo-col .fo-logo {
    margin-bottom: 12px;
}

footer .fo-copyright .container {
    display: flex;
    justify-content: space-between;
    align-items: center
}
footer .fo-cnt-div {
    font-size: 13px;
    line-height: 140%;
    color: #999CA4;
    display: grid;
    grid-template-columns: 20px 1fr;
    align-items:flex-start;
    grid-column-gap: 10px;
}
.fo-logo-col .fo-add {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: .01em;
    text-transform: capitalize;
    color: #80858E;
    margin-bottom: 16px;
    font-weight: 100;
}
.fo-logo img{
    height: auto;
    max-width: 100%;
}
footer .fo-cnt-div a{
    color: #80858e;
    text-decoration: none;
    font-weight: 100;
}
.fo-link-col h5 {
    font-size: 17px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: .01em;
    text-transform: capitalize;
    color: #3CB5BC;
    margin-bottom: 12px;
}
.fo-link-col li:not(:last-child) {
    margin-bottom: 8px;
}
.fo-social-col ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom: 0
}

.fo-social-col ul li {
    margin-left: 17px
}

.fo-copy-col p {
    font-size: 13px;
    line-height: 140%;
    letter-spacing: .01em;
    text-transform: capitalize;
    color: #999CA4
}

.fo-copy-col .fo-copy-link a {
    text-decoration-line: underline;
    color: #3CB5BC
}

.fo-copy-col .fo-copy-link a:not(:last-child) {
    border-right: 1px solid #3CB5BC;
    padding-right: 9px;
    margin-right: 9px
}

.fo-copy-col .fo-website {
    margin-left: 8px
}

.fo-copy-col .fo-website a {
    color: #999CA4
}

.fo-link-col li a {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: .01em;
    text-transform: capitalize;
    color: #061022;
    text-decoration: none;
    font-weight: 100;
}
.fo-col{
    z-index: 1000;
}
.fo-row .seo-exp-txt h5 {
    margin-bottom: 8px;
    line-height: 1.1;
    color: #1F2738;
    font-size: 27px;
    letter-spacing: .01em;
}
.fo-row .seo-exp-txt p {
    color: rgba(31, 39, 56, .8);
}
.fo-row .seo-exp-txt .action {
    margin-top: 24px;
}
.fo-row .seo-exp-txt .action-btn {
    padding: 13px 32px;
    background: #3CB5BC;
    border-color: #3CB5BC;
}
.action-btn {
    border-radius: 6px;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    border: 1px solid #3CB5BC;
    padding: 14px 24px;
    display: inline-block;
    text-decoration: none;
}
footer .fo-copyright {
    border-top: 1px solid #E4E5E7;
    padding: 30px 0;
    background: #FAFAFA;
    position: relative;
    z-index: 9;
}
.fo-row .seo-exp-txt .action-btn img {
    position: relative;
    top: -1px;
    margin-right: 6px;
    height: auto;
    max-width: 100%;
}
.fo-row .seo-exp-txt .action-btn:hover{
    background: #20969D;
}



/* Benefits */
.benefits-section {
    padding: 220px 0 80px;
    text-align: center;
}
.benefits-heading {
    max-width: 825px;
    margin: 0 auto 60px;
}
.benefits-heading h3 {
    margin-bottom: 24px;
}
.benefit-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    overflow: hidden;
}
.single-benefits {
    outline: 1px solid #C0C0C0;
    padding: 20px 30px 30px;
}
.benefits-icon {
    width: 115px;
    height: 115px;
    border: 1px dashed black;
    border-radius: 50%;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}
.benefits-icon img {
    max-width: 45px;
}
.single-benefits h6 {
    margin-bottom: 16px;
}
.single-benefits p {
    font-weight: 400;
    max-width: 330px;
    margin: 0 auto;
}




/* Testimonial Section */


.testimonial-section {
    padding: 70px 0 100px;
    background-color: #003D3F;
    background-image: linear-gradient(94deg, rgba(0, 0, 0, 0.20) 0.16%, rgba(0, 0, 0, 0.00) 99.99%), url(../../assets/images/testimonial-vector.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    color: var(--white);
}
.testimonial-section h3 {
    max-width: 850px;
    text-align: center;
    margin: 0 auto 40px;
}
.testimonial-box {
    padding: 70px 60px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(94deg, rgba(0, 0, 0, 0.00) 0.16%, rgba(0, 0, 0, 0.20) 99.99%), rgba(0, 61, 63, 0.20);
    box-shadow: 0px 4px 80px 0px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(3px);
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.testimonial-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    gap: 2px;
}
.single-tesimonial-reveiw {
    outline: 2px solid rgba(60, 181, 188, 0.20);
    padding: 0 24px;
}
.review-author-details {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 25px;
}
.review-author-details .author-image {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    border: 2px solid var(--primary);
    border-radius: 50%;
}
.review-author-details .author-image img {
    width: 100%;
}
.review-author-details .author-title h6 {
    display: flex;
    align-items: center;
    margin: 0;
    color: var(--primary);
    gap: 12px;
}

.review-author-details .author-title h6 span {
    font-size: 13px;
    color: #DBE2E3;
    border: 1px solid var(--primary);
    border-radius: 4px;
    padding: 2px 8px;
}

.review-author-details .author-title p {
    font-size: 15px;
}
.single-tesimonial-reveiw h5 {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.70);
}
.center-text-divider {
    display: flex;
    align-items: center;
    gap: 20px;
}
.center-text-divider p {
    flex: 0 0 auto;
    color: var(--primary);
    margin: 0;
    text-transform: uppercase;
}
.center-text-divider span {
    flex: 1;
    width: 100%;
    border-top: 1px solid rgba(60, 181, 188, 0.20);
}



/* Faq Section */

.faq-section {
    padding: 115px 0 145px;
    background-image: url(../../assets/images/faq-section-vector.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color: var(--off-white);
}
.faq-heading {
    max-width: 920px;
    text-align: center;
    margin: 0 auto 36px;
}
.faq-heading h3 {
    margin-bottom: 24px;
}
.faq-heading p {
    font-weight: 400;
}
.faq-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.faq-container a{
    text-decoration: none;
}
.single-faq-container-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.single-faq-question {
    padding: 20px 24px;
    border-radius: 18px;
    background: #013C3E;
    color: var(--white);
}
.single-faq-question a {
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 4px 24px 4px 0;
    background-image: url(../../assets/images/icon/down-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 18px;
}
.faq-answer {
    font-size: 18px;
    padding-top: 10px;
    border-top: 1px solid var(--white);
    margin-top: 8px;
}
.single-field label.error {
    font-size: 13px;
    padding-left: 20px;
    font-weight: 300;
    color: #ffffff;
}
.step-2-tiltle button {
    background: transparent;
    border: none;
    padding: 4px;
    display: flex;
    gap: 8px;
    font-weight: 500;
    align-items: center;
    color: var(--white);
}
.step-2-tiltle button img {
    max-width: 16px;
}
.single-field .checkbox {
    display: flex;
    align-items: anchor-center;
    gap: 8px;
    cursor: pointer;
}
.single-field .checkbox input {
    width: auto;
}
.single-field .checkbox a {
    color: var(--primary);
    text-decoration: underline;
}
.single-field .checkbox {
    position: relative;
}
.single-field .checkbox label.error {
    position: absolute;
    top: 100%;
}
.forgot-password a, .not-registered a {
    color: #92f9ff;
    font-weight: 600;
}
.registration-with-content p.small {
    font-size: 13px;
}



@media screen and (max-width: 767px){
    h1 {
        font-size: 26px;
        line-height: 1;
    }
    h3 {
        font-size: 22px;
        line-height: 1.33;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    .main-navbar {
        padding: 8px 16px;
    }
    .site-logo {
        max-width: 200px;
    }
    .registration-heading h1 {
        margin-bottom: 8px;
    }
    .registration-form {
        border-radius: 16px;
        padding: 24px 20px;
        border-width: 1px;
    }
    .form-heading {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    .form-heading h4 {
        font-size: 18px;
    }
    .registration-options {
        flex-direction: column;
        align-items: stretch;
    }
    .single-register-option {
        border-width: 1px;
    }
    .single-field, .single-field label {
        gap: 4px;
    }
    .benefits-section {
        padding: 200px 0 60px;
    }
    .benefit-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .benefits-heading {
        margin-bottom: 24px;
    }
    .single-benefits {
        padding: 20px 0;
    }
    .testimonial-section, .faq-section {
        padding: 60px 0;
    }
    .testimonial-box {
        padding: 8px 20px 32px;
        border-radius: 20px;
    }
    .faq-answer, .single-faq-question a, .step-submit-btn button {
        font-size: 16px;
    }
    .main-footer-section {
        padding: 24px 0;
    }
    .registration-section {
        padding-top: 24px;
    }
    .single-field h5 {
        font-size: 14px;
    }
    .step-1-tiltle img, .step-submit-btn button img {
        max-width: 16px;
    }
    .registration-with-content h4 {
        margin-bottom: 16px;
    }
    .registration-options {
        gap: 16px;
    }
    .single-register-option img {
        width: 24px;
        height: 24px;
    }

    .testimonial-content, .faq-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .single-tesimonial-reveiw {
        padding: 24px 0;
    }
    .mainnav .logo #logo-element{
        max-width: 100% !important;
    }
    footer .fo-copyright .container {
        display: flex;
        flex-direction: column;
    }
    footer .fo-copyright {
        text-align: center;
    }
    .fo-copyright .fo-social-col {
        margin-top: 28px;
    }
    .nav-theme-bar {
        width: 85% !important;
    }
    .topbar p {
        font-size:14px;
    }

}
