#featuredjob .content-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin: 20px;
}

#featuredjob  .content-left-img {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 10px 0 0 10px;
    margin-bottom: -6px;
}

#featuredjob  .content-right-img {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 0 10px 10px 0;
    margin-bottom: -6px;
}

#featuredjob  .content-right {
    flex: 1;
    margin-left: 20px;
}

#featuredjob  .content-right h2 {
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 40px;
}

#featuredjob .content-right p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

#featuredjob .btn {
    display: inline-block;
    padding: 16px 16px 16px 16px;
    background-color: #4361ED;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

#featuredjob .btn:hover {
    background-color: darkblue;
}
/*  Open Positions CSS */
#open_positions_section .open_positions_section{
    padding:120px 0px;
}
#open_positions_section .open_positions_section h3{
    text-align: center;
    font-family: Volkhov;
    font-weight: 700;
    font-size: 40px;
    line-height: 56px;
    margin: 0;
}
#open_positions_section .select_dropsdowns{
    text-align: center;
    padding:48px 0px 32px 0px;
}
#open_positions_section .open_positions_section .Job_listing h4, .open_positions_section .Job_listing p{
    font-family: Manrope;
    margin:0;
}
#open_positions_section .open_positions_section .Job_listing h4{
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}
#open_positions_section .open_positions_section .Job_listing ul{
    margin: 0;
    padding: 16px 0px;
    list-style: none;
    display: inline-flex;
    gap: 28px;
}
#open_positions_section .open_positions_section .Job_listing ul li{
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
#open_positions_section .open_positions_section .Job_listing p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
#open_positions_section .open_positions_section .Job_listing .listing{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 48px;
    border:1px solid #E9EBF7;
    padding:16px;
    border-radius:6px;
    margin-bottom:16px;
}
#open_positions_section .apply_btn a{
    display: inline-block;
    padding: 16px;
    background: #4361ED;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    min-width: 178px;
    text-align: center;
}
#open_positions_section .select_dropsdowns .select_box{
padding: 12px;
 background: #fff;
 border: 1px solid #A9ABB7;
 border-radius: 8px;
 font-weight: 400;
 font-size: 16px;
 line-height: 24px;
 width: 300px;
 margin-right: 32px;
 display: inline-block;
}
#open_positions_section  .select_dropsdowns .select_box:last-child{
    margin-right:0;
}
@media only screen and (max-width: 768px){
  #open_positions_section	.select_dropsdowns .select_box{
        width: 48%;
       margin-right: 2%;
}
#open_positions_section .open_positions_section .Job_listing .listing {
     align-items: start;
     justify-content: start;
     gap: 32px;
     flex-direction: column;
   }
  #open_positions_section .open_positions_section .Job_listing ul li {
     font-size: 14px;
     line-height: 20px;
     
   }
  #open_positions_section .open_positions_section .Job_listing ul li  img{
       width: 18px;
         height: 18px;
   }
}
/* LOader image CSS */
/* --- overlay spinner --- */

/* Absolute Center Spinner */
.overlay-spinner {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.overlay-spinner:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.overlay-spinner:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.overlay-spinner:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
