@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700&family=Readex+Pro:wght@300;400;500;600;700&display=swap');

.banner_img img {
    width: 100%;
}

/* side icon start */

.social_icon ul {
    list-style-type: none;
}

a {
    text-decoration: none !important;
}

.social_icon {
    position: fixed;
    right: 0;
    bottom: 3%;
    z-index: 111;
}

.social_icon ul .en_quiry {
    font-size: 15px;
    background: #00d0ff;
    border-radius: 5px 0px 0px 5px;
    color: #fff;
    display: inherit;
    word-wrap: break-word;
    padding: 5px 10px;
    position: absolute;
    width: 30px;
    bottom: 220px;
    right: 0;
    z-index: 1000;
}

.job-form .clse_btn {
    position: absolute;
    top: -5px;
    right: -5px;
    border: 0;
    background: #00d0ff;
    width: 25px;
    height: 25px;
    z-index: 1;
    color: #fff;
    border-radius: 100%;
}

.job-form h4 {
    font-family: "f3";
    font-size: 20px;
}

.job-form label {
    font-size: 14px;
    font-family: "f3";
    margin-bottom: 5px;
    display: none;
}

.job-form .form-control {
    font-weight: 400;
    font-size: 13px !important;
    box-shadow: 0px 5px 11px rgb(0 16 235 / 8%);
    border: none;
    color: #000 !important;
    padding: 10px;
    margin-bottom: 15px;
}
.job-form form{
    padding: 20px;
}

.mo-di {
    max-width: 350px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
}

.rob_btn {
    background: #00d0ff;
    padding: 8px 20px;
    border-radius: 30px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    border: none;
}