.tags_index {
    margin: 0px 3px 0px 3px;
}

.tag {
    display: inline-block;
    padding: 5px 8px;
    border-radius: 5px;
    margin-block: 5px;
    background-color: #e7e7e7 !important;
}

.category_box {
    background: #e6f3ff;
    color: #0a8cff;
    font-size: 16px;
    font-weight: 400;
    padding: 6px 17px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 5px;
}

.card_tag_category {
    overflow: hidden !important;
    cursor: default !important;
    transition: all 300ms ease !important;
}

.card_tag_category:hover {
    box-shadow: 2px 2px 12px rgb(0 0 0 / 40%) !important;
    transform: translateY(-1%) !important;
}

@media screen and (min-width: 1024px) {
    .dynamic-height {
        height: 100%;
    }
}

@media (max-width: 767px) {
    .iframe {
        margin-top: 1rem !important;
        width: 100% !important;
        height: 250px !important;
    }
}

@media (min-width: 768px) {
    .iframe {
        width: 100% !important;
        height: 260px !important;
    }
}

@media (min-width: 1024px) {
    .iframe {
        width: 100% !important;
        height: 350px !important;
    }
}

@media (min-width: 1280px) {
    .iframe {
        width: 100% !important;
        height: 390px !important;
    }
}

#login-button {
    border: 1px solid white;
    border-radius: 5px;
    font-weight: 500;
    padding: 13px 29px 13px 29px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    transition: background-color 0.1s linear;
}

#login-button:hover {
    background-color: white;
    color: #2ac4b5 !important;
    transition: background-color 0.1s linear;
}
.boxed-btn {
    background-color: #2ac4b5;
    color: #131313;
    padding: 13px 29px 13px 29px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    border: 1px solid #2ac4b5;
    font-weight: 500;
    border: 1px solid transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    color: #fff !important;
    text-transform: uppercase;
    cursor: pointer;
}
/* line 15, ../../Arafath/CL/December/235. Job board/HTML/scss/_btn.scss */
.boxed-btn:hover {
    background: #fff;
    color: #2ac4b5 !important;
    border: 1px solid #2ac4b5;
}

/* line 20, ../../Arafath/CL/December/235. Job board/HTML/scss/_btn.scss */
.boxed-btn:focus {
    outline: none;
}

.nav-li:hover {
    text-decoration: underline;
}

.login-button {
    color: white;
    border-color: white;
}

.new_header-scrolled .login-button {
    color: black !important;
    border-color: black !important;
    transition: all 0.3s ease-in-out;
}

.new_header-scrolled .browseApis {
    color: black !important;
}

@media (max-width: 400px) {
    .iframe {
        height: 200px !important;
    }
}

@media only screen and (max-width: 480px) {
    .hero-left h1 {
        font-size: 28px;
        font-weight: 600;
    }
    .hero-section {
        height: 690px;
    }
    .hero-section .hero-bg {
        left: -110%;
    }
}
@media only screen and (max-width: 767px) {
    .hero-left h1 {
        font-size: 34px;
        font-weight: 600;
    }
}
@media only screen and (max-width: 991px) {
    .hero-left h1 {
        font-size: 32px;
    }
    .hero-section .hero-bg {
        top: 0;
    }
}

@media only screen and (min-width: 1500px) {
    .container {
        max-width: 1410px;
        padding: 0 20px;
    }
}
