@import url('https://fonts.googleapis.com/css2?family=Kaisei+Tokumin:wght@700&family=Open+Sans:wght@500&family=Roboto:wght@400;500;700;900&family=Rubik:wght@400;500;600;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  
}

:root{
    --brand_color:#2EAAE1;
    --text_primary_color:#000;

}
/* contetn wrapper */
.content-wrapper{
    width: 100%;
    overflow: hidden;
}
/* ==== 27 - 02 - 2022 ======= */
.btn-outreach a:hover{
    letter-spacing:0px !important;
    text-decoration: none;
    color: #fff;
    font-weight: 500 !important;

}/* ==== 27 - 02 - 2022 [end]======= */

.main-menu .nav-link {
    padding: 16px !important;
}
.btn-outreach a{
    font-size: 14px;
}
/* ads section start  */
section.ads{
    margin-top: 66px;
    padding: 0px;
    margin-bottom: 29px;
    text-align: center;
}
section.ads img{
    width: 100%;
    margin-bottom: 10px;
}

/* ads section start end */


/* ======= Jobs search box area====== */
.search_box-area{
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 191px;
    background-color: #000;
    background: url(image/main-images/job_search_banner.jpg);
    background-position: center;
    background-size: cover;
}

.search_box-area .input-group{
    display: inline-flex;
    justify-content: center;
    align-items: center;

}
.search_box-area .container .input-group input{
    height: 40px;
    padding: 10px 49px;
    border: 2px solid #2EAAE1;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    background: #fff;
}
.search_box-area .container .input-group input::placeholder{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #000;
}
.search_box-area .container .input-group input.what{
    border-radius: 5px;
    border-right: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.search_box-area .container .input-group input.whare{
    border-right: none;
}
.search_box-area .container .input-group button{
    background: var(--brand_color);
    height: 40px;
    padding: 0px 48px;
    line-height: 40px;
    border-radius: 5px;
    border-right: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #2EAAE1;

}

/* organization type */
.organization_type{
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 10px 0px;
}
.organization_type span.type_of-jobs{
    position: relative;
    padding: 5px 10px;
    background: #2EAAE1;
    border: 1px solid #2EAAE1;
    border-radius: 5px;
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border:1px solid #2EAAE1;
    box-shadow: 0px 0px 5px rgb(255 255 255 / 40%);
}
.organization_type label{
    position: relative;
    border: 1px solid #fff;
    padding: 5px 14.1px;
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #FFFFFF;
    cursor: pointer;
    /* margin-left: -1px; */
    box-shadow: 0px 0px 5px rgb(255 255 255 / 40%);
    margin: 1.5px;
}
.organization_type label.active,
.organization_type label:hover{
    background: #2EAAE1;
    border: 1px solid #2EAAE1;
    transition: 0.3s all ease-in-out;
}
.organization_type label:last-child{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.organization_type input[type='radio']{
    visibility: hidden;
    position: absolute;
    top: -9999999px;

}
.organization_type label a{
    color: #FFFFFF;
	text-decoration: none;
}


/* posted time */
.posted_time{
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 00px 0px;
}
.posted_time span.posted-jobs{
    position: relative;
    padding: 5px 48px;
    background: #2EAAE1;
    border: 1px solid #2EAAE1;
    border-radius: 5px;
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border:1px solid #2EAAE1;
    box-shadow: 0px 0px 5px rgb(255 255 255 / 40%);
}

.posted_time label{
    position: relative;
    border: 1px solid #fff;
    padding: 5px 25.3px;
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #FFFFFF;
    /* margin-left: -1px; */
    cursor: pointer;
    box-shadow: 0px 0px 5px rgb(255 255 255 / 40%);
    margin: 1.5px;
    
}
.posted_time label.active,
.posted_time label:hover{
    background: #2EAAE1;
    border: 1px solid #2EAAE1;
    transition: 0.3s all ease-in-out;
}
.posted_time label:last-child{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.posted_time input[type='radio']{
    visibility: hidden;
    position: absolute;
    top: -9999999px;

}
.posted_time label a{
    color: #FFFFFF;
	text-decoration: none;
}
/* ======= Jobs search box area====== */

/* ======== Jobs circular area====== */
.jobs_content-area{
    width: 100%;
    padding-top: 30px;
}
.jobs_content-area .heading h1{
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    line-height: 43px;
    color: #000000;

}
.jobs_content-area .heading h2{
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    color: #000000;

}
.jobs_content-area .jobs_container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
}

/* left side */
.jobs_container .left-side{
    max-width: 780px;
    width: 100%;
    margin-right: 40px;
}

/* ========= 20 - 02 - 2022====== */
.jobs_circular-items{
    margin-bottom: 30px;
    display: none;
    flex-direction: row;
    align-items: center;
}/* ========= 20 - 02 - 2022 [end]====== */
.jobs_circular-items .client_logo_box {
    width: 160px;
    height: 106px;
    background: #FCF7F7;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    text-align: center;
    margin-right: -50px;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* padding: 5px; */
}
.jobs_circular-items .client_logo_box a{
    text-align: center;
    text-decoration: none;
}
.jobs_circular-items .client_logo_box img{
    height: 65px;
    margin: 0 auto;
    margin-top: 5px;
}
.jobs_circular-items .main_content{
    position: relative;
    /* z-index: 1; */
    padding: 15px;
    padding-left: 70px;
    width: 100%;
    background: #FFFFFF;
    border: 3px solid #CCCCCC;
    box-sizing: border-box;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}
.jobs_circular-items .main_content:hover{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    transition: 0.3s;
}
.main_content .deadline,
.main_content .publish_date{
    background: #2EAAE1;
    display: inline-flex;
    padding: 0px 10px;
    color: #fff;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    margin-right: 10px;
	margin-bottom:10px;
	margin-top:10px;
}
.main_content .deadline{
    margin-right: 0px;
    background: #C24141;
	
}
.main_content .bar_icon{
    position: absolute;
    top: 15px;
    right: 15px;
}
.main_content .bar_icon i{
    font-size: 17px;
    color: #2EAAE1;
    text-align: right;
    cursor: pointer;
}
.jobs_content-area .popup_box{
    position: absolute;
    /* display: none; */
    right: 0;
    background: #f7f7f7;
    width: 250px;
    border-radius: 5px;
    border: 3px solid #CCCCCC;
    opacity: 0;
    visibility: hidden;
    z-index: 1111;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
}
.jobs_content-area .popup_box.active{
    opacity: 1;
    visibility: visible;
    z-index: 1111;
}
.jobs_content-area .popup_box a{
    padding: 7px 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
    line-height: 21px;
    color: #2EAAE1;
}
.jobs_content-area .popup_box a:nth-child(1){
    margin-top:10px ;
}
.jobs_content-area .popup_box a:last-child{
    margin-bottom:10px ;
}
.jobs_content-area .popup_box i{
    margin-right: 10px;
    color: #2EAAE1;
    font-size: 18px;

}
.jobs_content-area .popup_box a:hover i{
    color: #fff;
}
.jobs_content-area .popup_box a:hover{
    background: #2EAAE1;
    color: #fff;
}
.jobs_content-area .popup_box #popup_close{
    text-align: right;
    display: block;
    margin-top: 7px;
    margin-right: 10px;
    margin-bottom: 7px;
}
.main_content a.job_title{
    text-decoration: none;
    display: block;
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 19px;
    color: #000000;
    margin-top: 10px;

}
.main_content .company_info{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    
}
.main_content .company_info li{
    list-style: none;
    line-height: 18px;
    margin-right: 15px;
    margin-top: 10px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #000;
    display: flex;
}
.main_content .company_info li img{
    height: 15px;
    margin-right: 7px;
}
.main_content  .type_of-job{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
}
.main_content  .type_of-job li{
    list-style: none;
    padding: 0px 15px;
    background: #DFDFDF;
    margin-bottom: 10px;
    color: #000;
    margin-right: 15px;
    font-size: 13px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
}
.main_content h3{
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    color: #000000;
}
.main_content p{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;
    color: #000000;
}
.main_content a.read-more-btn{
    text-decoration: none;
    padding: 7px 20px;
    background: #2EAAE1;
    color: #fff;
    font-size: 15px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    border-radius: 5px;

}
.main_content a.read-more-btn:hover{
    background: #7EC241;
}


/* right side */
.jobs_container .right-side{
    position: relative;
    max-width: 290px;
    width: 100%;
   
}
/* .jobs_container .right-side .fixed_div{
    max-width: 290px;
    width: 100%;
    position: fixed;
    transform: translateX(820px, 0px);
    top: 64px;
    z-index: 1111;
} */
.jobs_container .right-side .box{
    /* display: none; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;*/
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    background: #FFFFFF;
    border: 3px solid #CCCCCC;
    box-sizing: border-box;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}
.jobs_container .right-side .box li{
    list-style: none;
}
.jobs_container .right-side .Guidline-box a,
.jobs_container .right-side .subscriber-box button{
    display: block;
    width: 100%;
    background: #2EAAE1;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    outline: none;
    text-decoration: none;
    font-size: 15px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    color: #fff;

}
.jobs_container .right-side .Guidline-box a:hover,
.jobs_container .right-side .subscriber-box button:hover{
    background: #7EC241;
}
.jobs_container .right-side .Guidline-box a:nth-child(1){
    margin-bottom: 20px;
}
.jobs_container .right-side .category-box{
    display: block;
    height: 370px;
    overflow: scroll;
}
.jobs_container  .category-box h2{
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    font-size:20px;
    line-height: 21px;
    color: #000000;
    margin-bottom:15px;

}
.jobs_container  .category-box li{
    margin-left: 10px;
}
.jobs_container  .category-box li a{
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: rgba(0, 162, 225, 0.92);
    text-decoration: none;
}
.jobs_container  .category-box li.job_cat-item{
    display: none;
}
.jobs_container  .category-box li a:hover{
    text-decoration: underline;
}
.jobs_container  .category-box a.more-jobs{
    width: 70%;
    text-decoration: none;
    padding: 7px 20px;
    background: #2EAAE1;
    color: #fff;
    font-size: 15px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    border-radius: 5px;
    margin-left: 10px;
    margin-top: 7px;
    margin-bottom: 3px;
    display: block;
    text-align: center;
}
.jobs_container  .category-box a.more-jobs:hover{
    background: #7EC241;
}

.jobs_container .right-side .department-box{
    display: block;
    height: 235px;
    overflow: scroll;
}
.jobs_container  .department-box h2{
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    font-size:20px;
    line-height: 21px;
    color: #000000;
    margin-bottom:15px;

}
.jobs_container  .department-box li{
    margin-left: 10px;
}
.jobs_container  .department-box li a{
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: rgba(0, 162, 225, 0.92);
    text-decoration: none;
}
.jobs_container  .department-box li.job_cat-item{
    display: none;
}
.jobs_container  .department-box li a:hover{
    text-decoration: underline;
}
.jobs_container  .department-box a.more-jobs{
    width: 70%;
    text-decoration: none;
    padding: 7px 20px;
    background: #2EAAE1;
    color: #fff;
    font-size: 15px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    border-radius: 5px;
    margin-left: 10px;
    margin-top: 7px;
    margin-bottom: 3px;
    display: block;
    text-align: center;
}
.jobs_container  .department-box a.more-jobs:hover{
    background: #7EC241;
}

.jobs_container  .divition-box{
    align-items: flex-start !important;
}

.jobs_container  .divition-box h2{
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    font-size:20px;
    line-height: 21px;
    text-align: left;
    color: #000000;
    margin-bottom:15px;

}
.jobs_container  .divition-box li{
    display: inline-flex;
    flex-wrap: wrap;
    margin: 3px;
    padding: 7px 10px;
    background: none;
    border: 2px solid #2EAAE1;
    /* display: none; */
}
.jobs_container  .divition-box li a{
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #000;
    text-decoration: none;
}
.jobs_container  .divition-box li.job_cat-item{
    display: none;
}
.jobs_container  .divition-box li:hover{
    background: #2EAAE1;
}
.jobs_container  .divition-box li:hover a{
    color: #fff;
}

#more-div,
#undo_div,
#more-cat,
#more-readless{
   display:none;
   width: 70%;
   text-decoration: none;
   padding: 7px 20px;
   background: #2EAAE1;
   color: #fff;
   font-size: 15px;
   font-family: Roboto;
   font-style: normal;
   font-weight: 500;
   border-radius: 5px;
   margin-left: 10px;
   margin-top: 7px;
   margin-bottom: 3px;
   text-align: center;
   outline: none;
   border: none;
}
#more-cat:hover,
#more-readless:hover{
    background: #7EC241;

}
.jobs_container  .subscriber-box h2{
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}
.jobs_container  .subscriber-box  input{
    width: 100%;
    height: 40px;
    margin-top: 10px;
    padding: 10px 20px;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 5px;
}
.jobs_container  .subscriber-box button{
    margin-top: 20px;
}

/* ====== 20 - 02 - 2022====== */
.jobs_container  .about-jobs{
    text-align: left !important;
}
.jobs_container  .about-jobs h2{
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    text-align: left !important;
    margin-bottom: 10px;
    align-self: flex-start;
}

.jobs_container  .about-jobs p{
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    color: #000;
    text-decoration: none;
}/* ====== 20 - 02 - 2022 [end]====== */

/*==========Scroll==03/03/2022=====*/
#btnScrollToTop{
    width: 50px;
    height: 50px;
    background-color: #7FC241;
    border-radius: 50%;
    position: fixed;
    bottom: 40px;
    right: 35px;
    z-index: 1111;
    border: none;
    cursor: pointer;
    display: block;
    outline: none;
    display: none;
}
#btnScrollToTop .fa-solid{
    color: #fff;
    font-size: 25px;
    line-height: 50px;
}
/* ========end-03/03/2022========= */
/* ======== Jobs circular area end====== */
/* pagination */
.read_more{
    width: 173px;
    height: 36px;
    box-sizing: border-box;
    border-radius: 3px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    /*! line-height: 36px; */
    color: #FFFFFF;
	margin-top: 30px;
    margin-bottom: 19px;
    margin-left: 15px;
	 border: 2px solid #2eaae1;
    background: #2eaae1;
}
.read_more:hover{
    background: #7EC241;
    border: 2px solid #7EC241;
}
.pagination-box{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.pagination-box ul{
    list-style: none;
    display: inline-flex;
    align-items: center;
}
.pagination-box li{
    height: 30px;
    width: 30px;
    margin: 5px;
    text-align: center;
    line-height:30px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 100%;
    cursor: pointer;
    background: #DBDDD8;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.pagination-box li:hover,
.pagination-box li.active{
    background: #2EAAE1;
    color: #fff;
}
.pagination-box .next,
.pagination-box .prev{
    width: 70px;
    background: #DBDDD8;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.pagination-box .next{
    background: #fff;
}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media(min-width:1110px){
    /* main container */
    .container{
        max-width: 1110px;
        margin: 0 auto;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}
@media(max-width:1100px){
    /* header */
    .header .container .col-md-7{
        max-width: 54.333%;
    }
    .header .img-fluid {
        max-width: 82%;
        height: auto;
      }
    .container{
        padding: 0px 10px;
        
        max-width: none !important;
        width: 100%;
    }
    .btn-outreach a {
        font-size: 12px;
    }
    .main-menu .nav-link {
        padding: 12px !important;
    }
    .main-menu .main-menu-mid ul li a {
        font-size: 13px;
    }
    .btn-outreach {
        margin-right: 13px
    }
}

@media (max-width: 900px){
    .jobs_container {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-top: 20px;
        padding: 0px 15px;
    }
    .jobs_content-area .heading h2{
        text-align: center;
    }
	.jobs_content-area .heading h1{
        text-align: center;
    }
    /* left box */
    .jobs_container .right-side{
        margin-top: 40px;
    }
    .jobs_container .left-side{
        max-width: none;
        width: 100%;
        margin-right: 0px;
    }

    /* right box */
    .jobs_container .right-side{
        max-width: 350px;
        align-self: center;

    }
}

@media (max-width: 767.98px) { 

    section.ads img{
        max-width: 255px;
    }
    section.ads .big_ads img{
        min-width: 510px !important;
        /* max-height: 267px; */
    }
    #add_section_div_top {
        min-height: 100% !important;
        max-height: none !important;
        text-align: center;
        margin-bottom: 20px;
      }
}
@media (max-width: 762px){
    section.ads .big_ads img{
        min-width: 420px !important;
        /* max-height: 267px; */
    }
}
@media (max-width: 742px){
   
    .add_section_div_top{
        margin-top: 15px !important;
    }
    .header{
        padding-bottom: 0px;
    }
    .search_box-area{
        padding:30px 0px;
    }
    .container .input-group input{
        width: 50%;
    }
    .container .input-group input.whare{
        border-right: 1px solid #FFFFFF;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .search_box-area .container .input-group button{
        margin-top: 10px;
        display: block;
        border-radius: 5px;
        width: 100%;
    }
    .organization_type{
        flex-wrap: wrap;
    }
    .organization_type label{
        padding: 5px 16.5px;
    }
    .posted_time{
        flex-wrap: wrap;
    }
    .organization_type label,
    .posted_time label{
        border-radius: 0px !important;
        margin: 1.5px;
    }
}

@media (max-width: 550px){
    #add_section_div_top {
        min-height: 100% !important;
        max-height: none !important;
        text-align: center;
        margin-bottom: 20px;
      }
    /* search box */
    .organization_type span.type_of-jobs,
    .posted_time span.posted-jobs{
        width: 100%;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
        font-size: 17px;
    }
    .organization_type label,
    .posted_time label{
        border-radius: 0px !important;
        margin: 1.5px;
    }
    .jobs_container{
        padding: 0px;
        justify-content: center;
    }
    .jobs_circular-items{
        flex-wrap: wrap;
    }
    .jobs_circular-items .client_logo_box{
        margin-bottom: -110px;
        margin-left: 15px;
    }
    .jobs_circular-items .client_logo_box img{
        z-index: 0;
    }
    .jobs_circular-items .main_content{
        padding-left:15px;
        padding-top: 110px;
        /* z-index: 0; */
    }
    .header .img-fluid{
        width: 100%;
        margin-bottom: 10px;
    }

}
@media (max-width: 428px) {
    section.ads .big_ads img{
        min-width: 400px !important;
        /* max-height: 267px; */
    }
} 
@media (max-width: 420px) {
    section.ads .big_ads img{
        min-width: 380px !important;
        /* max-height: 267px; */
    }
    .container .input-group input{
        width: 100%;
        border-radius: 5px !important;
        margin-bottom: 5px;
        border: 1px solid #fff !important;
    }
}

@media (max-width: 384px){
    section.ads .big_ads img{
        min-width:350px !important;
        /* max-height: 267px; */
    }
	
}

@media (max-width: 370px){
    section.ads .big_ads img{
        min-width: 300px !important;
        /* max-height: 267px; */
    }
    .main_content .company_info{
        flex-wrap: wrap;
    }
    .main_content .company_info li{
        margin-bottom: 10px;
    }
    .jobs_container .right-side{
        max-width: none;
        align-self: center;

    }
    .pagination-box li {
        height: 25px;
        width: 25px;
        font-size: 13px;
        line-height: 25px;
        margin: 3px;
    }
    .pagination-box .next, .pagination-box .prev{
        width: 60px;
        font-size: 13px;
    }
	
}
@media (max-width: 320px){
    .main_content .deadline, .main_content .publish_date{
        margin-bottom: 10px;
    }
	
}