*{
    font-family: 'Jost', sans-serif;
  }
/*navbar*/

.navbar-toggler {
    background-color: #fff !important;
}
ul {
    list-style: none;
}
.dropdown-menu{
    padding: 1em;
    border: none;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.dropdown-toggle::after{ color: #009bb5; }
.menu-option {
    display: flex;
    flex-direction: row;
}
.nav-link {
    color: #000;
}
.dropdown-item {
    color: #0b0b2c;
    font-size: 18px !important;
    text-align: start;
}
.dropdown-item:hover {
    background-color: #eefcff;
    color: #009bb5;
    border-radius: 10px;
}
.active-btn{ color: #009bb5 !important;}
.nav-link:hover {
    color: #009bb5;
}
.nav-bg {
    background-color: #fff !important;
}
.fs-5 {
    font-size: 18px !important;
    color: #0b0b2c;
}
.btn {
    border: none;
    background-color: #0c9fb8;
    color: #fff;
}
.btn:visited{
    border: none;
    background-color: #0c9fb8 !important;
    color: #fff;
}
.btn:focus{
    border: none !important;
    background-color: #0c9fb8 !important;
    color: #fff !important;
}
.btn:hover {
    border: 2px solid #0c9fb8 !important;
    background-color: #fff !important;
    color: #0c9fb8 !important;
}
/*footer */
.line {
    border: 1px solid #ececf4;
    background-color: #ececf4;
    width: 90vw;
    height: 0px;
    margin-bottom: 20px;
    align-self: center;
}
.footer {
    display: flex;
    flex-direction: column;
    padding-top: 5em;
    padding-left: 4em;
    padding-right: 4em;
}
.footer-upper,
.footer-lower {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.img {
    display: flex;
    flex-direction: column;
    padding: 1em;
}
.main-logo {
    width: 200px;
    height: 200.5px;
}
.grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 10px;
}
.grey {
    color: #808080;
    border: #808080 2px solid;
    padding: 0.5rem;
    border-radius: 50%;
}
.grey:hover {
    color: #fff;
    background: #0c9db3;
    border: #0c9db3 2px solid;
}
.list-one {
    display: flex;
    flex-direction: column;
}
.lis-one-head {
    color: #0c9db3;
    font-size: 1.2em;
    text-align: start;
    margin-bottom: 1em;
}
.footer-link {
    display: inline-block;
    color: #69697b;
    line-height: 1.222em;
    text-decoration: none;
    white-space: nowrap;
}
.foot-list {
    text-align: start;
    margin-bottom: 0.5em;
}
.footer-link:hover {
    color: #0c9db3;
    text-decoration: none;
}
.mt {
    margin-top: 2.8em;
}
.para-one {
    text-align: start;
    color: #69697b;
    font-size: 16px;
}
.para-two {
    text-align: start;
    color: #69697b;
    font-size: 18px;
}
.para-two-txt {
    text-align: start;
}
.startup-img {
    margin-top: 1.2em;
}

@media only screen and (min-device-width: 800px) and (max-width: 992px) {
    .img {
        padding: 5px !important;
    }
    .footer {
        padding-top: 5em;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media only screen and (max-width: 768px),
    (min-device-width: 768px) and (max-device-width: 800px) {
    /*navbar*/
    .sm-none {
        display: none;
    }
    /*footer*/
    .line {
        border: 1px solid #ececf4;
        align-self: center;
        width: 70vw;
        height: 0px;
        margin-bottom: 3px;
    }
    .footer-upper,
    .footer-lower {
        display: flex;
        flex-direction: column !important;
    }
    .img {
        align-items: center;
        justify-content: center;
    }
    /*footer end*/

    .menu-option {
        display: flex;
        flex-direction: column;
    }
}
