*,
*::before,
*::after {
    box-sizing: border-box;
}

@font-face {
    font-family: 'Noto Sans Bengali SemBd';
    src: url('fonts/NotoSansBengali-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans Bengali';
    src: url('fonts/NotoSansBengali-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans Bengali';
    src: url('fonts/NotoSansBengali-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

body {
    padding: 57px 0 0;
    margin: 0;
    font-family: 'Noto Sans Bengali', sans-serif;
}

body.no-scroll {
    overflow: hidden;
}

li {
    list-style: none;
}

img {
    vertical-align: bottom;
}

a,
button,
input {
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

a:focus,
button:focus,
input:focus {
    outline: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.header {
    width: 100%;
    background: #ED1C24;
    padding: 15px 15px 13px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.header ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 0;
    margin: 0;
}

.header ul li {
    font-weight: 500;
    font-size: 22px;
    align-self: flex-end;

}

.header ul li a {
    width: 30px;
    height: 30px;
    color: #fff;
    cursor: pointer;
    display: block;
}

.header ul li a {
    background: url(images/back.svg) no-repeat;
    background-position: left center;
    -webkit-background-size: 10px;
    -ms-background-size: 10px;
    background-size: 10px;
}

.header ul li a.loud {
    background: url(images/sound.svg) no-repeat;
    background-position: top center;
    -webkit-background-size: 100%;
    -ms-background-size: 100%;
    background-size: 100%;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.header ul li a.mute {
    background-position: bottom center;
}

.header ul li a:focus {
    outline: none;
    box-shadow: none;
}

.home-heding {
    padding: 5vh 0 3vh;
    text-align: center;
    color: #202A64;
    font-size: 26px;
    font-weight: 500;
    line-height: 24px;
}

.home-content {
    letter-spacing: 0.35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 15px 140px;
    background: #fff;
    margin-top: -36px;
}

.home-content a {
    display: table;
    text-align: center;
    width: 48%;
    height: 175px;
    height: 25vh;
    line-height: 25px;
    background: #FFE500;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    color: #222064;
    font-weight: 500;
    font-size: 20px;
}

.home-content a:nth-child(-n+2) {
    margin-bottom: 15px;
}

.home-content a strong {
    display: block;
    font-weight: 700;
}

.home-content a:nth-child(2) {
    background: #ED1C24;
}

.home-content a:nth-child(3) {
    background: #B846FF;
}

.home-content a:nth-child(4) {
    background: #2EB67D;
}

.home-content a>div {
    display: table-cell;
    vertical-align: middle;
}

.home-content-img {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: block;
    margin: 0 auto 10px;
    position: relative;
}

.home-content-img img {
    height: 34px;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 36px;
}

.main-contents {
    padding: 15px;
    margin: 0 auto;
    background: #fff;
}

.job-post-box {
    background: #fff;
    border-radius: 4px;
    padding: 16px;
    box-shadow: 0px 0 10px -5px rgba(21, 32, 31, 0.5);
    ;
}

.job-post-box:not(:last-child) {
    margin-bottom: 18px;
}

.job-post-box h3,
.job-details-heading h3 {
    font-family: 'Noto Sans Bengali SemBd';
    font-size: 18px;
    color: #ED1C24;
    margin: 0;
}

.job-post-box h4,
.job-details-heading h4 {
    font-size: 15px;
    color: rgba(21, 32, 31, 0.75);
    font-family: Helvetica, sans-serif;
    margin: 0 0 10px 0;
}

.job-post-box p {
    font-size: 16px;
    margin: 2px 0;
    line-height: 24px;
    color: rgba(21, 32, 31, 0.75);

}

.job-post-box p span {
    font-weight: 500;
    color: #15201F;
}

a.details-btn {
    width: 100%;
    display: block;
    padding: 14px 0 10px;
    border-radius: 3px;
    background: #15201F;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    text-decoration: none;
    margin-top: 10px;
}

.icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    stroke-width: 0;
    stroke: #ED1C24;
    fill: #ED1C24;
    margin-right: 10px;
    transform: translateY(-2px);
}

.job-details-box {
    padding: 15px 15px 90px;
}


.job-details-box h5 {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 18px;
    margin: 12px 0;
    color: #15201F;
    line-height: 24px;
    font-weight: 500;
}
.balance-recharge {
    background: #fff;
    padding: 20px;
    box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.15);
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
}
.balance-recharge h3 {
    color: #2e4662;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin: 0 0 8px;
    text-align: center;
}

.job-details-box h3 {
    font-size: 21px;
}

.job-details-heading {
    padding: 18px 15px 15px;
    background: rgba(21, 32, 31, 0.07);
}

.job-details-heading h4 {
    margin-bottom: 0;
}

.job-details-box h5 span {
    font-weight: 400;
    color: rgba(21, 32, 31, 0.9);
    padding-left: 5px;
}

.job-details-box ul {
    padding: 0;
    margin: -10px 0 5px 28px;
}

.job-details-box ul li {
    font-size: 14px;
    color: rgba(21, 32, 31, 0.75);
    padding: 5px 5px 5px 15px;
    position: relative;
    font-size: 15px;
    line-height: 20px;
}
.un-subscription{
    margin-top: 15px;
    background: #000;
}

.job-details-box ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    background: rgba(21, 32, 31, 0.7);
    height: 8px;
    width: 8px;
    border-radius: 50%;

}

.apply-btn-wrap {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 0px 15px -2px rgba(21, 32, 31, 0.2);
    z-index: 9;
}
.btn {
    width: 100%;
    border: none;
    font-weight: 700;
    padding: 14px 15px 12px;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    display: block;
    line-height: normal;
    position: relative;
    z-index: 9;
    text-align: center;
    background: linear-gradient(91deg, #E33A40 2.01%, #BD357B 101.53%);
}




.apply-btn-wrap a,
.registration button {
    display: block;
    background: #15201F;
    font-family: 'Noto Sans Bengali SemBd';
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0 12px;
    border-radius: 3px;
    width: 100%;
    border: none;
}

.success-box,
.unsuccess-box {
    text-align: center;
    padding: 0 15px 0;
}

.check {
    margin-top: 120px;
}

.success-box span,
.unsuccess-box h3 {
    display: block;
    color: #202A64;
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
}

.unsuccess-box h3 {
    color: rgba(21, 32, 31, 0.7);
}

.unsuccess-box p {
    font-size: 18px;
    color: #202A64;
}




.form-group {
    margin-bottom: 20px;
}

.form-label {
    color: #15201F;
    letter-spacing: 0.25px;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}

.form-control {
    padding: 10px 15px;
    border-radius: 3px;
    resize: none;
    border: 1px solid rgba(21, 32, 31, 0.2);
    color: rgba(21, 32, 31, 0.7);
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    font-weight: 400;
    -moz-appearance: textfield;
    -webkit-appearance: none !important;
    appearance: none;
    transition: all 0.3s linear;
}

.form-control:focus {
    border: 1px solid rgba(21, 32, 31, 0.5);
    outline: none;
    box-shadow: none;
}

.registration ul {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}

.registration .location ul {
    grid-template-columns: repeat(3, 1fr);
}

.label {
    margin-bottom: 20px;
}

.label>input[type="radio"],
.label>input[type="checkbox"] {
    display: none;
}

.label>input[type="radio"]:checked+.label-box,
.label>input[type="checkbox"]:checked+.label-box {
    background: #ED1C24;
    border: 1px solid #ED1C24;
}

.label>input[type="radio"]+.label-box,
.label>input[type="checkbox"]+.label-box {
    border: 1px solid rgba(149, 149, 149, 0.5);
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #fff;
    transition: all 0.3s linear;
    border-radius: 4px;
}

.label>input[type="radio"]+.label-box img {
    height: 40px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 3px 0 0 3px;
    margin-right: 5px;
    border-right: 1px solid #959595;
    border-right-color: rgb(149, 149, 149);
    filter: grayscale(1);
    opacity: 0.5;
    width: 50px;
}

.label>input[type="radio"]:checked+.label-box img {
    border-color: #ED1C24;
    filter: grayscale(0);
    opacity: 1;
}

.label>input[type="radio"]+.label-box p,
.label>input[type="radio"]+.label-box h3,
.label>input[type="checkbox"]+.label-box h3 {
    margin: 3px 0 0;
    font-size: 16px;
    color: #959595;
    letter-spacing: 0.25px;
    font-weight: 400;
}

.label h3 {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0 8px;
    margin: 0;
}

.label>input[type="radio"]:checked+.label-box p,
.label>input[type="radio"]:checked+.label-box h3,
.label>input[type="checkbox"]:checked+.label-box h3 {
    color: #fff;
}

.registration {
    padding: 15px 15px 75px;
}













.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 99999;
}

.modal-close {
    position: absolute;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background: #98989E;
    right: 15px;
    top: 15px;
    cursor: pointer;
    color: #fff;
    line-height: 39px;
    text-align: center;
    font-size: 34px;
    border: none;
}

.modal-close:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -webkit-box-shadow: none;
}

.modal-inner {
    width: 90%;
    height: auto;
    padding: 15px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    left: 5%;
    top: 30px;
    -webkit-box-shadow: 0 0 15px -3px rgba(27, 30, 26, 0.25);
    -ms-box-shadow: 0 0 15px -3px rgba(27, 30, 26, 0.25);
    box-shadow: 0 0 15px -3px rgba(27, 30, 26, 0.25);
    text-align: center;
}

.sound-modal {
    background: rgba(0, 0, 0, 0.85);
}

.sound-modal-inner {
    width: 95%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
}

.sound-modal-inner strong {
    font-weight: 600;
    color: #ffdd49;
    letter-spacing: 0.25px;
}

.sound-modal-inner img {
    display: block;
    margin: 10px auto 0;
}


@media only screen and (max-width: 359px) {


    .job-post-box h3,
    .job-details-box h3 {
        font-size: 16px;
    }
}