body {
    font-family: "Poppins-Regular" !important;
}
.tab-sec {
    background: url(../images/gradient-border.png);
    background-size: 100% 100%;
    margin-top: 10px;
    margin-bottom: 30px;
}
.job-details-main {
    margin-top: 60px;
    background: #fff;
    z-index: 111;
    position: relative;
    margin-bottom: 100px;
}
.tab-sec h4 {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 0;
    font-size: 20px;
    font-family: "Poppins-Medium" !important;
    cursor: pointer;
}
.border-grad:after {
    content: '';
    background: linear-gradient(#16ACCD, #F05654);
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.tab-cnt1 p, .tab-cnt2 p {
    text-align: center;
    width: 86%;
    margin: auto;    font-size: 18px !important;
    line-height: 31px;
    font-family: 'Afacad-Regular' !important;
}
.job_details-sec {
    margin-top: 57px;
}
.job_details-sec h4 {
    background: url(../images/position.jpg);
    text-align: center;
    padding: 11px 0;
    font-size: 20px;
    font-family: "Poppins-Medium" !important;
    background-repeat: no-repeat;
    background-position: center;   
    width: 345px;
    margin: auto auto 0; 
    z-index: 1;
}
.job_details-sec h3 {
    background: url(../images/position.jpg);
    text-align: center;
    padding: 11px 0;
    font-size: 20px !important;
        font-family: 'Figtree-SemiBold' !important;
    background-repeat: no-repeat;
    background-position: center;   
    /* width: 345px; */
    margin: auto auto 0; 
    z-index: 1;
    border: 1px solid transparent;
    border-image: linear-gradient(#11386C, #2686BE);
    border-image-slice: 1;
    cursor: pointer;
}
.job_details-sec .hr {
    border-top: 1px dashed #000;
    margin-top: -24px;
}
.jobs_title {
    display: flex;
    justify-content: space-between;
}
.jobs_title h5 {
    color: #1675CD;
    font-size: 20px !important;
}
.jobs_title h5 span {
    font-size: 17px;
}
.jobs_title .date {
    font-style: italic;
    font-size: 13px !important;
}
.jobs_lists {
    border-left: 2px solid #1675CD;
    padding-left: 12px;
}
.jobs_lists p {margin-top: 5px; margin-bottom: 8px;
    font-size: 18px !important; 
    font-family: 'Afacad-Regular' !important; 
}
.jobs_lists h5 {    font-size: 19px !important;
    font-family: 'Figtree-SemiBold' !important;
}
.jobs_btn {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
}
.jobs_lists h5.fss-h5{font-size: 16px !important;}
.read_more {
    color: #222020 !important;
    border: 1px solid #222020;
    border-radius: 9px;
    padding: 2px 10px;
    height: 27px;
    line-height: 20px;
    font-family: 'Afacad-Regular' !important;
    font-size: 15px;
}
.apply_now {
    background: linear-gradient(#11386C, #2686BE);
    color: #fff !important;
    border-radius: 9px;
    padding: 4px 10px;
    font-size: 16px;
    font-family:'Afacad-Regular' !important;
}
.jobs_lists-sec .hr {
    margin-top: 30px;
    margin-bottom: 30px;
}
.teaching-tab.active h3 {
    background: linear-gradient(#11386C, #2686BE);
    color: #fff;
}
.teaching-tab.active::after {
    content: '' !important;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 13px solid #2584bc;
    bottom: 1px;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
}
.non-teaching-tab.active h3, .administrative-tab.active h3 {
    background: linear-gradient(#11386C, #2686BE);    
    color: #fff;
}
.non-teaching-tab.active::after, .administrative-tab.active::after{
    content: '' !important;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 13px solid #2584bc;
    bottom: 1px;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
}
.non-teaching-tab::after, .teaching-tab::after, .administrative-tab::after {
    content: '' !important;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    /* border-top: 13px solid #8f8e9c; */
    bottom: 1px;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    border-top: 13px solid transparent;
}

@media (max-width: 600px) {
    .tab-sec {
        padding: 0px !important;
    }
    .tab-sec h4 {
        font-size: 13px;
    }
    .tab-cnt1 p, .tab-cnt2 p {
        text-align: center;
        width: 100%;
        margin: 10px auto;
        font-size: 13px !important;
    }
    .job_details-sec h4 {
        font-size: 20px;
    }
    .jobs_title {
        display: block;
    }
    .jobs_lists p {
        font-size: 13px !important;
    }
    .jobs_lists h5 {
        font-size: 13px !important;
    }
    .read_more {
        font-size: 13px;
    }
    .apply_now {
        line-height: 22px;
        font-size: 13px;
    }
    .f-12 .whiteColor {
        font-size: 12px;
        align-self: center;
    }
    .f-12 a {
        font-size: 12px;
    }
    .job_details-sec h3 {
        font-size: 15px !important;
    }
}

@media screen and (min-width: 600px) and (max-width: 992px) {
    .job_details-sec h3 {
        font-size: 15px !important;
    }
}