* {
    text-decoration: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    font-family: 'Heebo';
    font-weight: 400;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    color: #395596;
    text-decoration: none;
    font-weight: normal;
}

img {
    max-width: 100%;
}

p {
    font-weight: normal;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.btn-light {
    border: 1px solid #efefef;
}


.header-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-in .nav li.nav-item.dropdown.open .dropdown-menu {
    display: block;
}

.header-in .nav a.nav-link {
    background: #ffffff;
    padding: 10px;
    color: #395596!important;
    font-size: 16px;
    border-radius: 50px;
}

.header .logo a img {
    max-width: 74%;
}

.category_adsWrapper {
    padding: 80px 0;
    background: white;
    position: relative;
}

.category_adsWrapper .advertise_content {
    padding: 20px;
    background: transparent;
    box-shadow: 0px 5px 50px rgba(239, 238, 238, 0.6901960784313725);
    margin-bottom: 30px;
    transition: .3s ease;
}

.category_adsWrapper .advertise_content:hover {
    transform: translate(0px, -10px);
}

.category_adsWrapper .advertise_content .add-title {
    margin-bottom: 5px;
}

ul.advertise-tiles li p {
    margin-bottom: 5px;
}

ul.advertise-tiles li p b {
    font-weight: bold;
    color: #395596;
}

.flex-tile {
    display: flex;
}

.seemore-block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.footer {
    /* padding: 20px 0; */
    /* background: #395596; */
    text-align: center;
}

.footer p {
    color: #ffffff;
    margin-bottom: 0;
}

.loginform {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;

}

.loginform .loginform-in {
    max-width: 50%;
    width: 50%;
    box-shadow: 0px 5px 50px #e4e2e2;
    padding: 30px;
    margin: auto;
    background-color: #ffffff;
}

.loginform .loginform-in h1 {
    color: #395596;
}

.formbtn-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.apply-link {
    text-align: center;
}

.add-heading {
    font-size: 20px;
    text-align: center;
}

.header .logo {
    margin: auto;
    width: 110px;
}

.company-logo {
    width: 20%;
    float: left;
}

.company-data {
    margin-left: 10px;
    width: 70%;
    float: left;
    font-size: 14px;
}

p.c-title {
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.company-info {
    display: flex;
}

.c-location {
    font-size: 12px;
}
 

.modal-content button.close {
    position: absolute;
    right: 20px;
    z-index: 999;
    top: 6px;
}

.card-header {
    border-radius: 0px !important;
}
.modal-content .card.commonFormFields {
    border: none;
}

.modal-content button.close span {
    color: #fff;
    z-index: 999;
    position: relative;
    opacity: 1;
}

button:focus {
    outline: 0;
    outline: none !important;
}

button.btn.btn-success.btn-xs.claimbooks-btn{
    color: #1cc88a;
}

 button.btn.btn-success.btn-xs.claimbooks-btn:hover {
    color: #17a673;
}

button.btn.btn-danger.btn-xs.claim-books-btn{
    color: #e74a3b;
}
 button.btn.btn-danger.btn-xs.claim-books-btn:hover {
    color: #e02d1b;
}

@media (max-width: 420px) {
    .header-in .nav a.nav-link {
        background: #ffffff;
        padding: 5px;
        color: #395596!important;
        font-size: 13px;
        text-align: center;
        border-radius: 50px;
    }
    .header .logo a img {
        max-width: 50%;
    }
    .header {
        background: #395596;
        padding: 10px 0px;
    }
    h1 {
        font-size: 28px;
    }
    .form-group input {
        padding: 10px;
        border-radius: 50px;
        height: auto;
        margin-bottom: 20px;
    }
    .search_outer,
    .category_adsWrapper,
    .subscribe-block {
        padding: 30px 0;
    }
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: auto;
        padding: 5px;
        margin: 0;
        font-size: 14px;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0.25rem;
    }
    .category_adsWrapper .advertise_content {
        padding: 10px;
    }
    .btn {
        border-radius: 50px;
        padding: 7px 10px;
        font-size: 16px;
    }
    .loginform {
        position: relative;
        padding: 30px 0;
        min-height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        
    }
    .loginform .loginform-in {
        max-width: 100%;
        width: 100%;
        box-shadow: 0px 5px 50px #e4e2e2;
        padding: 15px;
        margin: auto;
    }

    
}