﻿
* {
    font-family: "Montserrat", sans-serif !important;
}

body,
html {
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif !important;
}

button,
.form-control {
    border-radius: 6px !important;
    font-size: 14px !important;
    height: 45px !important;
}

.status-wrapper {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1100;
}

.status-content {
    display: flex;
    justify-content: center;
}
.trial-btn {
    background-color: #5BC2E7 !important;
    border-color: #5BC2E7 !important;
}
.trial-btn:active, .trial-btn:focus {
    box-shadow:0 0 0 0.2rem #5BC2E7 !important;
}
.getInTouch-btn {
    background-color: #9e9e9e !important;
    border-color: #9e9e9e !important;
}
.getInTouch-btn:focus, .getInTouch-btn:active {
    box-shadow:0 0 0 0.2rem #5BC2E7 !important;
}
#submit60DaysTrialBtn {
    background-color: #5BC2E7 !important;
    border-color: #5BC2E7 !important;
}
#submit60DaysTrialBtn:focus, #submit60DaysTrialBtn:active {
    box-shadow: 0 0 0 0.2rem #5BC2E7 !important;
}
/*Navbar*/
@media only screen and (min-width: 650px) {
    .top-logo {
        width: 260px !important;
        height: 30px !important;
    }
}

@media only screen and (max-width: 650px) {
    .top-logo {
        width: 200px;
        height: 24px;
    }
}

.navbar {
    position: absolute;
    width: 100%;
    z-index: 10;
    border-bottom: 1px solid lightgray;
    padding-bottom: 100px;
}

.nav-link {
    font-size: 14px !important;
}

.dropdown-item {
    font-size: 14px !important;
}

.nav-item a:hover {
    color: #5BC2E7 !important;
    background-color: white;
}


.navbar-nav {
    text-align: right;
}

.navbar .navbar-toggler {
    padding-right: 0;
    outline: none;
    border: none;
    text-align: right;
}

/*@media only screen and (max-width: 400px) {
    .logo-top {
        max-width: 150px;
        max-height: 20px;
    }
}*/

@media only screen and (max-width: 997px) {
    .navbar-light .navbar-nav .nav-link {
        text-align: center;
        margin-bottom: 10px;
    }
}

nav {
    width: 100%;
}

@media only screen and (min-width: 997px) {
    .collapse__center {
        display: flex;
        justify-content: center;
    }
}

.nav-item {
    padding-left: 10px;
    padding-right: 10px;
}
/*End NavBar*/

/*MODAL*/
.modal-lg {
    max-width: 550px !important;
}

.modal-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--blue);
}

.modal-body {
    padding: 2rem !important;
}

.modal-content {
    border-radius: 1rem !important;
}

.modal__sub {
    font-size: 14px;
    font-weight: 300;
}

.input-group-text {
    font-size: 14px !important;
    font-weight: 500 !important;
    width: 8rem !important;
}

.modal__interest {
    font-size: 16px;
    font-weight: 600;
}

.form-check-label {
    font-weight: 300;
    font-size: 14px;
}

.modal > .input-group > .form-control {
    height: 50px !important;
}

.modal-body .form-control {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

/*for questions box*/

.modal-body .question-box {
    border-radius: 6px !important;
}
/*END MODAL*/


/*Footer*/
@media only screen and (min-width: 600px) {
    .footer-form-email {
        width: 400px !important;
    }
}

footer {
    background-color: #57c1e8;
    width: 100%;
    color: white !important;
}

.footer__logo-subtitle {
    font-weight: 500;
    font-size: 14px;
}


.hr-light {
    border-top: 1px solid #ffffff;
    margin-left: 70px;
    margin-right: 70px;
}

/*End of footer*/

.dropdown-toggle::after {
    transition: transform 0.15s linear;
}

.show.dropdown .dropdown-toggle::after {
    transform: translateY(3px);
}
