/* .navbar-light {
background:#fff;
}

.navbar-light .navbar-toggler {
border-color: rgba(255, 255, 255, 0.7);

} */

/* .back-to-top{
display: none;
position: fixed;
} */

/* #mainNav.navbar-scrolled #toggleRight.navbar-toggler{
border-color:  #212529;
}

#mainNav.navbar-scrolled a.h-none .fa-shopping-cart{
color:  #212529;
} */

.navbar-nav a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}


#toggleColor{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");   

/* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); */
}

#mainNav.navbar-scrolled .navbar-toggler #toggleColor.navbar-toggler-icon{
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");   
}
a.h-none:hover{
text-decoration: none;
}
.num-blue{
color: #6b59a8 !important; 
}
.h-black{
color: #1c1d3e !important; 
}
.t-black{
color: #1f224d !important; 
}
.t-blue{
color: #4e07f9 !important; 
}

#login_homeSection, #login_aboutSection{
margin-top: 0 !important; 
}

#vpn_request{
display: flex;
justify-content: center;
align-items: center;
height: 39px;
font-weight: 500 !important;
color: #333 !important;
background-color: transparent;
border: 1px solid transparent;
border-radius: 24px !important;
transition: background-color 0.3s ease;
}

#vpn_request {
background: linear-gradient(90deg, #e93cac, #f49788);
font-weight: 600;
color: #fff !important;
transition: opacity 0.3s ease;
}

#vpn_request:hover {
opacity: 0.85;
}

#vpn_request{
width: 13em !important;
}

header#mainNav.vpn_mainNav{
/* background:  transparent !important; */
border-bottom: 1px solid transparent !important;
}



/* .onboarding-page .navbar {
background-color: white !important;
}

a#signup_now {
color: #fff !important; 
} */


/* #sub_login, #signup_sub, #floatingInput, #sfloatingInput, #floatingInputName, #floatingPassword, #sfloatingPassword, #sfloatingCPassword, #floatingCPassword{
    display: flex;
    height: 46px;
    color: #506efe;
    border: 2px solid #506efe; 
    border-radius: 24px !important;
    transition: background-color 0.3s ease;
    }
    #signup_sub, #sub_login{
    background-color: #1D59F9;
    color: #fff;
    }
    
    .login_illus_con{
    display: flex;
    align-items: center;
    justify-content: center;

    }
    .login_illustration{
    width: calc(100% - 240px);
    margin: auto;
    max-width: 320px;
    vertical-align: top;
    } */

@media screen and (min-width: 992px){
    #login_now{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 13em !important;
    height: 39px;
    /* color: #506efe !important; */
    font-weight: 500 !important;
    border: 2px solid #506efe; 
    border-radius: 24px !important;
    transition: background-color 0.3s ease;
    }

    #signup_now, #vpn_now{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 39px;
    font-weight: 500;
    color: #333;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 24px !important;
    transition: background-color 0.3s ease;
    }

    #login_now{
    background: #506efe;
    color: #fff !important;
    }
    
    #signup_now{
    width: 6em !important;
    }
    #vpn_now{
    width: 8em !important;
    }

    #vpn_request {
    background: linear-gradient(90deg, #e93cac, #f49788);
    font-weight: 600;
    color: #fff !important;
    transition: opacity 0.3s ease;
    }

    #vpn_request:hover {
    opacity: 0.85;
    }

    #vpn_request{
    width: 11em !important;
    }

    #vpn_now.bg_col{
    background-color: #f2f3f3;
    }

    #signup_now:hover, #vpn_now:hover{
    background-color: #f2f3f3;
    }

    #login_now:hover{
    color: #fff !important;
    background: #506efe;
    }


}
