/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-family: 'Urbanist';
    color: #121726;
    background-color: #FFFFFF;
}

.wrapper.modal-open header#header {
    padding-right: 0 !important;
}


body.wrapper.modal-open {
    overflow: unset !important;
    padding-right: 0 !important;
}

a {
    color: #00E2E4;
    text-decoration: none;
}

a:hover {
    color: #ff724a;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Urbanist';
}

.form-control:focus {
    background-color: #F6F8F9 !important;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #00E2E4;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #ff6a40;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #00E2E4;
    border-top-color: #ffe9e3;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 25px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
    /* background: #FFFFFF;*/
    /* padding: 10px 0; */
}

#header .logo {
    /* font-size: 32px; */
    /* margin: 0; */
    /* padding: 0; */
    /* line-height: 1; */
    /* font-weight: 700; */
    /* letter-spacing: 2px; */
}

#header .logo a {
    color: #fff;
}

#header .logo img {
    /* width: 173.53px; */
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
#header .navbar {
    margin-left: 77.47px;
}

.navbar {
    padding: 0;
    width: 100%;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar>ul>li {
    white-space: nowrap;
}

.navbar>ul:nth-child(1)>li {
    margin-right: 54px;
}

.navbar>ul:nth-child(2)>li {
    margin-left: 20px;
    margin-right: 10px;
}

.navbar>ul:nth-child(2)>li:last-child {
    padding-right: 0px;
}

.navbar a,
.navbar a:focus {
    display: flex;
    /* align-items: center; */
    /* position: relative; */
    /* justify-content: space-between; */
    padding: 0px;
    /* white-space: nowrap; */
    /* transition: 0.3s; */


    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    /* text-align: center; */
    color: #121726;
    /* order: 0; */
    /* flex-grow: 0; */
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    right: 0;
    background-color: #00E2E4;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
    margin: auto;
}

.navbar>ul:nth-child(2)>li:nth-child(2)>a:before {
    left: auto;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar li a.active:before {
    visibility: visible;
    width: 32px;
}

.navbar>ul>li>.getstarted:before {
    visibility: hidden;
}

.navbar>ul>li>.call:before {
    visibility: hidden;
}

.navbar a img {
    margin-right: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #121726;
}

.navbar .getstarted,
.navbar .getstarted:focus {
    padding: 9px 18px 9px 18px;

    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #00E2E4;

    border: 1.4px solid #00E2E4;
    box-sizing: border-box;
    border-radius: 2px;


}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
    color: #FFFFFF;
    background: #00E2E4;
    border-color: #00E2E4;
    border-radius: 2px;
}

/* start shubham 31-03-2022 */
.fs7 {
    font-size: 0.7rem !important;
    font-weight: 300 !important;
}

.fs8 {
    font-size: 0.8rem !important;
    font-weight: 300 !important;
}

.fs13 {
    font-size: 13px !important;
    font-weight: 400 !important;
}

/* end shubham 31-03-2022 */

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

@media (max-width: 1400px) {
    .complete_finish_footer {
        position: unset !important;
    }
}



/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}


.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(4, 7, 9, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #15222b;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #00E2E4;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #00E2E4;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
section#hero {
    box-sizing: initial;
}

#hero {
    width: 100%;
  /*  height: 87vh; */
    max-height: -webkit-fill-available;
    overflow: hidden;
    position: relative;
}


#hero::after {
    /*content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 30%;
background: #F9FBFD;
z-index: -3;
background-size: contain;
box-sizing: unset !important;
background-size: 100% 72%;
*/
}

#hero .hero-container {
    /*position: relative;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    //padding: 60px 0;
    flex-wrap: wrap;
    margin-top: 30px;
    //height: 100%;
}

#hero h1 {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 500;
    font-size: 37.5171px;
    line-height: 100.69%;
    color: 121726;
    margin-top: 50px;
}

#hero h2 {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    /* identical to box height */


    color: #121726;
}

.login-page-card {
    /*filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    
    background: radial-gradient(131.47% 484.28% at -3.85% -25.47%, rgba(224, 230, 240, 0.632) 0%, rgba(118, 131, 152, 0.488) 100%);
    backdrop-filter: blur(80px);
    Note: backdrop-filter has minimal browser support */
    box-shadow: 0px 4px 24px rgb(22 22 24 / 3%), 0px 0.500862px 7.76336px rgb(22 22 24 / 3%);
    border-radius: 12px;
    text-align: left;
    padding: 30px;
    margin-bottom: 5px;
}

.mb-input {
    margin-bottom: 10px;
}

.mt-input {
    margin-top: 20px;
}

label {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #121726;
    margin-bottom: 6px;
}

input.form-control {
    //filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    background: #F6F8F9;
    mix-blend-mode: normal;
    border-radius: 4px;
    height: 42px;
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #424242;
    //opacity: 0.8;
    border: none;
    outline: none;
    margin-bottom: 10px;
}

input.form-control:focus {
    outline: none;
    border: 0;
    outline: none;
    box-shadow: none;
    color: #121726;
}

input.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #121726;
    opacity: 0.8;
    /* Firefox */
}

input.form-control::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #121726;
    opacity: 0.8;
}

input.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #121726;
    opacity: 0.8;
}

input.form-control:focus::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #121726;
    opacity: 0.8;
    /* Firefox */
}

input.form-control:focus::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #121726;
    opacity: 0.8;
}

input.form-control:focus::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #121726;
    opacity: 0.8;
}

/*--------------------------------------------------------------
# Sections services
--------------------------------------------------------------*/
section {
    overflow: hidden;
}

.section-bg {
    background-color: #F6F8F9;
}

.section-title {
    padding-bottom: 40px;
}

.section-title h2 {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 170%;
    padding: 0;
    margin: 0 0 15px 0;
    letter-spacing: 2px;
    color: #00E2E4;
}

.section-title p {
    margin: 0;
    margin: 0;
    color: #111111;
    margin: 0 0 15px 0;

    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 300;
    font-size: 44px;
    line-height: 140%;
}

.section-title p strong {
    font-weight: 600;
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}


@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #1E365E;
    padding: 15px 0 15px 0;
    color: #99A9C4;
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    width: 100%;
}

#footer .copyright span {
    /*padding: 6px;*/
}

#footer ul {
    display: flex;
    justify-content: space-evenly;
}

#footer ul li {
    list-style: none;
}

#footer ul li a {
    color: #99A9C4;
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0px;
}

#footer ul li a:hover,
#footer ul li a:focus {
    color: #00E2E4;
}

.t-btn-f {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    border-radius: 4px;
    transition: 0.5s;
    background: #00E2E4;
    color: #fff;
    border-radius: 6px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border: 1.6px solid #00E2E4;
    height: 45px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 35px;


}

.t-btn-f:hover {
    background: #1E365E;
    color: #fff;
    border: 1.6px solid #1E365E;
}

.t-btn {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    padding: 15px 35px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));

}

.t-btn:hover {
    background: #00E2E4;
    color: #fff;
}

#hero .hero-container .login-page-card .mb-input .d-flex {
    justify-content: space-between;
}

#hero .hero-container .login-page-card .mb-input .d-flex .forgot-pass-link {
    color: #00E2E4;
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 6px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media only screen and (min-width: 1921px) {
    #footer {
        bottom: 0;
    }
    .login_body #hero h1 {
        position: relative;
        top: -15%;
    }


}

@media only screen and (min-width :1500px) and (max-width : 3000px)  {
    #footer {
        bottom: 0;
    }
}


@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

@media only screen and (max-width: 1200px) {
    .section-title h2 {
        font-size: 14px;
    }

    .section-title p {
        font-size: 28px;
    }
}

@media (max-width: 992px) {

    .navbar .getstarted,
    .navbar .getstarted:focus {
        margin: 0px;
    }

    .navbar>ul>li {
        padding: 8px 10px;
    }

    .navbar>ul:nth-child(2)>li {
        padding: 8px 0px;
    }

    .container,
    .container-fluid,
    .container-md,
    .container-sm {
        padding: 0px;
    }

    #hero .hero-container {
        padding: 0px;
    }

    .section-title h2 {
        font-size: 14px;
    }

    .section-title p {
        font-size: 22px;
    }

}

@media (max-width: 768px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }

    #hero::after {}
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    color: #dc3545;


    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
}

.toast {
    position: absolute;
    bottom: 110px;
    right: 20px;
    //background: radial-gradient(131.47% 484.28% at -3.85% -25.47%, rgba(224, 230, 240, 0.632) 0%, rgba(118, 131, 152, 0.488) 100%);
    backdrop-filter: blur(80px);
    border-radius: 12px;
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #00E2E4;
    text-align: center;
}

.toast button {
    position: absolute;
    right: 10px;
}

.f-box {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
}

.forgot-pass-link {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */

    text-align: right;

    color: #FFFFFF;
}

.forgot-pass-link:hover {
    color: #00E2E4;
}

#hero h1.my-title {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 116%;
    text-align: center;
    color: #121726;
    //margin-top: 35px;
    margin-top: 0px;
}

.container {
    width: 1180px;
    padding: 0px;
    /* margin: 0px; */
}

.copyright img {
    margin-right: 24px;
}

.t-alert {
    height: 44px;
    left: 0px;
    top: 0px;
    background: #242527;
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #FFFFFF;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.t-alert span.closebtn {
    position: absolute;
    right: 1.67%;
}

.login_body #hero h1 {
    //margin-bottom: 65px;
    //margin-top: 60px;
}

.login_body .container .logo.mb-3 {
    margin: 20px 0 !important;
}

.login_body .container .login-page-card .mb-input {
    margin-bottom: 20px;
}

/* responsive css Tim*/



/* mobile */

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #000;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
    z-index: 999999;
    position: absolute;
    right: 10px;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    background: #FFFFFF;
    transition: 0.3s;
    z-index: 999;
    margin-left: 0px !important;
    width: 100% !important;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 25px !important;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    transition: 0.3s;
}

.navbar-mobile ul:nth-child(2) {
    display: block;
    position: absolute;
    top: 210px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    transition: 0.3s;
}

.navbar-mobile ul li .getstarted {
    width: 110px;
}

.navbar-mobile>ul:nth-child(2)>li {
    margin-left: 0px;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #15222b;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #ff4a17;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #ff4a17;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #footer {
        /*bottom: inherit;*/
    }

    .login-page-card {
        width: 94vw !important;
    }

    .t-btn-f,
    .t-btn {
        width: 100%;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
    }

    .navbar-mobile .dropdown ul {
        margin: 0px !important;
        right: 0 !important;
        left: unset !important;
        overflow-y: initial !important;
        overflow-x: initial !important;
    }

    .navbar-mobile ul {
        overflow-y: initial !important;
        overflow-x: initial !important;
    }

    .fixed-top {
        background: #F9FBFD !important;
    }

    .m-flex {
        display: flex !important;
        flex-direction: column !important;
    }

    .container,
    .fixed-top .container {
        max-width: 560px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 94vw !important;
        padding: 0px !important;
    }

    #hero h1.my-title {
        font-size: 28px !important;
        width: 100% !important;
    }

    #hero h2.my-title-detail {
        font-size: 18px !important;
        width: 100% !important;
    }

    #footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
    }

    #footer .copyright {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
    }

    #footer ul {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }

    .navbar-mobile li a:hover:before,
    .navbar-mobile li:hover>a:before,
    .navbar-mobile li a.active:before {
        visibility: hidden !important;
    }

    .no-margin-mobile {
        margin: 0px !important;
    }

    .no-padding-mobile {
        padding: 0px !important;
    }

    #hero::after {
        height: 20%
    }

    #hero .hero-container {
        padding: 0px !important;
       /* height: 87% !important;*/
    }

    .login_body #hero {
        height: 100vh !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 767px) {

    .login-page-card {
        width: 94vw !important;
    }

    .t-btn-f,
    .t-btn {
        width: 100%;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
    }

    .navbar-mobile .dropdown ul {
        margin: 0px !important;
        right: 0 !important;
        left: unset !important;
        overflow-y: initial !important;
        overflow-x: initial !important;
    }

    .navbar-mobile ul {
        overflow-y: initial !important;
        overflow-x: initial !important;
    }

    .navbar-mobile li a:hover:before,
    .navbar-mobile li:hover>a:before,
    .navbar-mobile li a.active:before {
        visibility: hidden !important;
    }

    .fixed-top {
        background: #F9FBFD !important;
    }

    .m-flex {
        display: flex !important;
        flex-direction: column !important;
    }

    .container,
    .fixed-top .container {
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 94vw !important;
        padding: 0px !important;
    }

    #hero h1.my-title {
        font-size: 28px !important;
        width: 100% !important;
    }

    #hero h2.my-title-detail {
        font-size: 18px !important;
        width: 100% !important;
    }

    #footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
    }

    #footer .copyright {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
    }

    #footer ul {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }

    .no-margin-mobile {
        margin: 0px !important;
    }

    .no-padding-mobile {
        padding: 0px !important;
    }

    #hero::after {
        height: 20%
    }

    #hero .hero-container {
        padding: 0px !important;
       /* height: 87% !important;*/
    }

    .login_body #hero {
        height: 100vh !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .login-page-card {
        width: 94vw !important;
    }

    .t-btn-f,
    .t-btn {
        width: 100%;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
    }

    .navbar-mobile li a:hover:before,
    .navbar-mobile li:hover>a:before,
    .navbar-mobile li a.active:before {
        visibility: hidden !important;
    }

    .navbar-mobile .dropdown ul {
        margin: 0px !important;
        right: 0 !important;
        left: unset !important;
        overflow-y: initial !important;
        overflow-x: initial !important;
    }

    .navbar-mobile ul {
        overflow-y: initial !important;
        overflow-x: initial !important;
    }

    .fixed-top {
        background: #F9FBFD !important;
    }

    .m-flex {
        display: flex !important;
        flex-direction: column !important;
    }

    .container,
    .fixed-top .container {
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 94vw !important;
        padding: 0px !important;
    }

    #hero h1.my-title {
        font-size: 28px !important;
        width: 100% !important;
    }

    #hero h2.my-title-detail {
        font-size: 18px !important;
        width: 100% !important;
    }

    #footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
    }

    #footer .copyright {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
    }

    #footer ul {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }

    .no-margin-mobile {
        margin: 0px !important;
    }

    .no-padding-mobile {
        padding: 0px !important;
    }

    #hero::after {
        height: 20%
    }

    #hero .hero-container {
        padding: 0px !important;
        /*height: 87% !important;*/
    }

    .login_body #hero {
        height: 100vh !important;
    }
}
