.bgimage {
    background-image: linear-gradient(0deg, rgb(45 43 44 / 55%), rgb(0 0 0 / 68%)), url('../Images/img2.jpg');
    height: 75vh;
    background-repeat: no-repeat;
}

.officer-img {
    border-radius: 51%;
    width: 220px;
    height: 250px;
    object-fit: cover;
    margin: 1% 0 0 0;
}

.offcrName {
    color: wheat;
    font-weight: 800;
    font-size: 40px;
}

.offcr-applynow {
    border-radius: 0;
    width: 90%;
    padding: 12px;
    margin-bottom: 6%;
}

.cal-sec {
    color: #5b5858;
    height: 265px;
}

.txtAlign {
    text-align: center;
    padding: 5%;
}

.icon-bg {
    background: white;
    font-size: 47px;
    color: #5b5858;
    width: 80px;
    height: 80px;
    padding: 16px 8px;
    border-radius: 50%;
}


/* .icon-bg:hover {
    width: 120px;
    height: 120px;
    padding-top: 17%;
} */

.iconsset {
    font-size: 47px;
}

.imagesection {
    width: 100%;
    object-fit: cover;
    height: 500px;
}

.applynow {
    width: 43%;
    margin: 0 0 5% 26%;
    padding: 2%;
    border-radius: 0;
    font-size: 20px;
}

.strtapplcnt {
    background-color: #5b5858;
    color: white;
    padding: 68px;
}

.strtapplcnt-txt {
    white-space: nowrap;
}

.offcr-dtls-row {
    margin-bottom: 1%;
}

.offcr-dtls-txt {
    font-size: 16px;
}

.fab-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    user-select: none;
    /* position: absolute; */
    bottom: 30px;
    right: 30px;
}

.fab-container:hover {
    height: 100%;
}

.fab-container:hover .sub-button:nth-child(2) {
    transform: translateY(-80px);
}

.fab-container:hover .sub-button:nth-child(3) {
    transform: translateY(-140px);
}

.fab-container .fab {
    position: relative;
    height: 70px;
    width: 70px;
    background-color: whitesmoke;
    border-radius: 50%;
    z-index: 2;
}

.fab-container .fab::before {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 35px;
    width: 35px;
    background-color: inherit;
    border-radius: 0 0 10px 0;
    z-index: -1;
}

.fab-container .fab .fab-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}


/* .fab-container .fab .fab-content .material-icons {
    color: white;
    font-size: 48px;
} */

.fab-container .sub-button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    background-color: whitesmoke;
    border-radius: 50%;
    transition: all 0.3s ease;
    font-size: 20px;
}

.fab-container .sub-button:hover {
    cursor: pointer;
}

.fab-container .sub-button .material-icons {
    color: white;
    padding-top: 6px;
}

@media(min-width:300px) and (max-width:499px) {
    .applynow {
        width: auto;
        margin: 0 0 5% 81%;
        padding: 21%;
        border-radius: 0;
        font-size: 16px;
    }
    .offcr-applynow {
        border-radius: 0;
        width: 90%;
        padding: 12px;
        font-size: 10px;
        margin-bottom: 6%;
    }
    .strtapplcnt-txt {
        white-space: normal;
    }
    .offcrName {
        color: wheat;
        font-weight: 800;
        font-size: 36px;
    }
    .officer-img {
        border-radius: 51%;
        width: 160px;
        height: 190px;
        object-fit: cover;
        margin: 1% 0 0 0;
    }
}

@media(min-width:500px) and (max-width:767px) {
    .applynow {
        width: 100%;
        margin: 0 0 5% 81%;
        padding: 7%;
        border-radius: 0;
        font-size: 16px;
    }
    .offcr-applynow {
        border-radius: 0;
        width: 90%;
        padding: 12px;
        font-size: 10px;
        margin-bottom: 6%;
    }
    .offcrName {
        color: wheat;
        font-weight: 800;
        font-size: 35px;
    }
    .officer-img {
        border-radius: 51%;
        width: 170px;
        height: 200px;
        object-fit: cover;
        margin: 1% 0 0 0;
    }
}

@media(min-width:768px) and (max-width:899px) {
    .applynow {
        width: 100%;
        margin: 0 0 5% 54%;
        padding: 7%;
        border-radius: 0;
        font-size: 16px;
    }
    .offcr-applynow {
        border-radius: 0;
        width: 90%;
        padding: 12px;
        font-size: 10px;
    }
    .officer-img {
        border-radius: 51%;
        width: 170px;
        height: 200px;
        object-fit: cover;
        margin: 1% 0 0 0;
    }
    .offcrName {
        color: wheat;
        font-weight: 800;
        font-size: 34px;
    }
}

@media(min-width:900px) and (max-width:1199px) {
    .applynow {
        width: 62%;
        margin: 0 0 5% 27%;
        padding: 2%;
        border-radius: 0;
        font-size: 20px;
    }
    .officer-img {
        border-radius: 51%;
        width: 170px;
        height: 200px;
        object-fit: cover;
        margin: 1% 0 0 0;
    }
    .offcrName {
        color: wheat;
        font-weight: 800;
        font-size: 34px;
    }
    .bgimage {
        background-image: linear-gradient(0deg, rgb(45 43 44 / 55%), rgb(0 0 0 / 68%)), url(../Images/img2.jpg);
        height: 80vh;
        background-repeat: no-repeat;
    }
}

@media(min-width:1200px) and (max-width:1600px) {
    .applynow {
        width: 62%;
        margin: 0 0 5% 27%;
        padding: 2%;
        border-radius: 0;
        font-size: 20px;
    }
    .officer-img {
        border-radius: 51%;
        width: 220px;
        height: 250px;
        object-fit: cover;
        margin: 1% 0 0 0;
    }
    .offcrName {
        color: wheat;
        font-weight: 800;
        font-size: 34px;
    }
    .bgimage {
        background-image: linear-gradient(0deg, rgb(45 43 44 / 55%), rgb(0 0 0 / 68%)), url(../Images/img2.jpg);
        height: 80vh;
        background-repeat: no-repeat;
    }
}