.header {
    position: inherit;
    background-color: #0079AC;
}
.job-detail .header{background: #0079AC; position: relative;}
.job-sec-main {display: flex; gap: 18px; padding-bottom: 44px;}
/* .job-sec-main .job-sec-left{width: 100%; min-width: 100%;} */
.job-sec-main .job-sec-right{width: 429px; min-width: 429px;}
.job-sec-right .job-right-top{border-radius: 18px; background: #F9F9F9; padding: 34px 41px 38px 38px; margin-bottom: 18px;}
.job-sec-right .job-top-heading{font-size: 18px; color: #282828; font-weight: 600; line-height: 20px;}
.job-sec-right .job-right-top .job-sec-top{display: flex; align-items: center; justify-content: space-between; margin-bottom: 34px;}
.job-sec-right .job-right-top .job-date{font-size: 11px; color: #FF0000; background: #f6eeee; display: flex; align-items: center; justify-content: space-between; gap: 9px; border-radius: 50px; padding: 6px 11px 6px 14px;}
.job-sec-right .job-right-top .job-date .job-date-icon{width: 15px; height: 15px;}
.job-sec-right .job-right-top .job-date .job-date-icon svg{width: 100%; height: 100%;}
.job-sec-right .job-sec-bottom{display: flex; align-items: center; gap: 18px;}
.job-sec-right .job-sec-bottom .job-btn{width: 246px;}
.job-sec-right .job-sec-bottom .job-btn .bg-cta-button{width: 100%; justify-content: center; cursor: pointer;}
.job-sec-right .job-sec-bottom .job-share-btn{width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; background: transparent; border-radius: 5px; border: 1px solid #D8D8D8; padding: 10px; cursor: pointer;}
.job-sec-right .job-right-bottom{border-radius: 18px; background: #F9F9F9; padding: 30px 38px 35px;}
.job-sec-right .job-right-bottom .job-top-heading{margin-bottom: 23px;}
.job-sec-right .job-card{display: flex; align-items: flex-end; justify-content: space-between; background: #fff; border-radius: 9px; padding: 18px 15px; margin-bottom: 12px; gap: 20px;}
.job-sec-right .job-card .job-title a{font-size: 15px; font-weight: 600; color: #4D4D4D; line-height: 27px; text-decoration: none;}
.job-sec-right .job-card ul, .job-sec-left .job-top-description ul, .job-sec-left .job-left-bottom ul{display: flex; align-items: center; padding: 0; margin: 10px 0 0; list-style: none;}
.job-sec-right .job-card ul li, .job-sec-left .job-top-description ul li, .job-sec-left .job-left-bottom ul li{font-size: 12px; color: rgba(125, 125, 125, 0.7); display: flex; align-items: center; gap: 7px; padding-right: 10px; margin-right: 9px; position: relative;}
.job-sec-left .job-top-description ul li{color: #6F6F6F; padding-right: 30px; margin-right: 30px;}
.job-sec-left .job-left-bottom ul li{padding-right: 23px; margin-right: 23px;}
.job-sec-right .job-card ul li:after, .job-sec-left .job-top-description ul li::after, .job-sec-left .job-left-bottom ul li::after{content: ''; width: 1px; height: 14px; position: absolute; top: auto; right: 0; background: rgba(111, 111, 111, 0.3);}
.job-sec-right .job-card ul li:last-child::after, .job-sec-left .job-top-description ul li:last-child::after, .job-sec-left .job-left-bottom ul li:last-child:after{display: none;}
.job-sec-right .job-card ul li svg, .job-sec-left .job-top-description ul li svg, .job-sec-left .job-left-bottom ul li svg{width: 12px;}
.job-sec-right .job-card .job-arrow-icon{width: 28px; min-width: 28px; height: 27px;}
.job-sec-right .job-card .job-arrow-icon svg{width: 100%; height: 100%;}
.job-sec-left .job-top-description ul, .job-sec-left .job-left-bottom ul{margin: 0;}
.job-sec-right .job-card:last-child{margin-bottom: 0;}

.job-sec-left .job-left-top{background: #F9F9F9; border-radius: 18px; padding: 45px;}
.job-sec-left .job-top-description{display: flex; align-items: center; gap: 23px; border-bottom: 1px solid #D2D2D2; padding-bottom: 33px;}
.job-sec-left .job-top-description .job-name{width: 79px; min-width: 79px; height: 79px;}
.job-sec-left .job-top-description .job-name .job-name-sort{width: 100%; height: 100%; font-size: 31px; color: #fff; line-height: 49px; text-transform: uppercase; display: flex; align-items: center; justify-content: center; background: #06948A; background: linear-gradient(90deg,rgba(6, 148, 138, 1) 0%, rgba(28, 84, 141, 1) 48%); border-radius: 12px; padding: 10px;}
.job-sec-left .job-top-description .description-title{font-size: 24px; font-weight: 500; color: #414141; line-height: 38px; margin-bottom: 15px;}
.job-sec-left .job-left-bottom{display: flex; align-items: center; justify-content: space-between; padding-top: 20px;}
.job-sec-left .job-left-bottom ul li strong{color: #282828;}
.job-sec-left .job-bottom-description{margin-top: 30px;}
.job-sec-left .job-description-title{font-size: 18px; font-weight: 500; color: #414141; line-height: 23px; margin-bottom: 21px;}
.job-sec-left .job-bottom-description ul{padding: 0; margin: 0 0 38px; list-style: none;}
.job-sec-left .job-bottom-description ul li{font-size: 14px; font-weight: 400; color: #3B3B3B; line-height: 20px; margin-bottom: 12px; padding-left: 17px; position: relative;}
.job-sec-left .job-bottom-description ul li::after{content: ''; width: 8px; height: 9px; position: absolute; top: 6px; left: 0; background: url(../images/icons/arrow-blue.svg) no-repeat; background-size: 100%;} 

.job-sec-left .job-bottom-description .job-role{margin-bottom: 38px;}
.job-sec-left .job-bottom-description .job-role .role-heading{font-size: 12px; font-weight: 500; color: #282828; margin-bottom: 12px;}
.job-sec-left .job-bottom-description .job-role p{font-size: 12px; color: #6B6B6B; margin-bottom: 9px;}
.job-sec-left .job-bottom-description .job-role p strong{color: #252525;}
.job-sec-left .job-bottom-description ul li:last-child, .job-sec-left .job-bottom-description .job-role p:last-child, .job-sec-left .job-bottom-description .job-role:last-child{margin-bottom: 0;}

@media only screen and (min-width: 1919px) {
.job-sec-main{gap: 24px; padding-bottom: 58px;}
.job-sec-left .job-left-top{padding: 60px; border-radius: 24px;}
.job-sec-left .job-top-description{gap: 30px; padding-bottom: 43px;}
.job-sec-left .job-top-description .job-name{width: 105px; min-width: 105px; height: 105px;}
.job-sec-left .job-top-description .job-name .job-name-sort{font-size: 42px; line-height: 65px;}
.job-sec-left .job-top-description .description-title{font-size: 32px; line-height: 50px; margin-bottom: 20px;}
.job-sec-right .job-card ul, .job-sec-left .job-top-description ul, .job-sec-left .job-left-bottom ul{margin: 12px 0 0;}
.job-sec-right .job-card ul li, .job-sec-left .job-top-description ul li, .job-sec-left .job-left-bottom ul li{font-size: 16px; gap: 14px;}
.job-sec-right .job-card ul li{gap: 8px; padding-right: 13px; margin-right: 11px;}
.job-sec-left .job-top-description ul li{padding-right: 40px; margin-right: 40px;}
.job-sec-right .job-card ul li svg, .job-sec-left .job-top-description ul li svg, .job-sec-left .job-left-bottom ul li svg{width: 20px;}
.job-sec-right .job-card ul li:after, .job-sec-left .job-top-description ul li::after, .job-sec-left .job-left-bottom ul li::after{width: 2px; height: 22px;}
.job-sec-left .job-left-bottom{padding-top: 26px;}
.job-sec-left .job-bottom-description{margin-top: 40px;}
.job-sec-left .job-description-title{font-size: 24px; line-height: 30px; margin-bottom: 27px;}
.job-sec-left .job-bottom-description ul{margin: 0 0 50px;}
.job-sec-left .job-bottom-description ul li{font-size: 18px; line-height: 26px; padding-left: 21px;}
.job-sec-left .job-bottom-description ul li::after{width: 10px; height: 12px; top: 8px;}
.job-sec-left .job-bottom-description .job-role{margin-bottom: 50px;}
.job-sec-left .job-bottom-description .job-role .role-heading{font-size: 16px; line-height: 18px; margin-bottom: 16px;}
.job-sec-left .job-bottom-description .job-role p{font-size: 16px; margin-bottom: 12px;}
.job-sec-main .job-sec-right{width: 572px; min-width: 572px;}
.job-sec-right .job-right-top{padding: 45px 54px 50px 50px; border-radius: 24px; margin-bottom: 24px;}
.job-sec-right .job-right-top .job-sec-top{margin-bottom: 45px;}
.job-sec-right .job-top-heading{font-size: 24px; line-height: 27px;}
.job-sec-right .job-right-top .job-date{font-size: 14px; gap: 12px; padding: 8px 14px 9px 18px;}
.job-sec-right .job-right-top .job-date .job-date-icon {width: 20px; height: 20px;}
.job-sec-right .job-sec-bottom{gap: 24px;}
.job-sec-right .job-sec-bottom .job-btn{width: 327px;}
.job-sec-right .job-sec-bottom .job-share-btn{width: 48px; height: 48px; padding: 15px;}
.job-sec-right .job-right-bottom{padding: 40px 50px 46px;}
.job-sec-right .job-right-bottom .job-top-heading{margin-bottom: 30px;}
.job-sec-right .job-card{border-radius: 12px; padding: 24px 20px;}
.job-sec-right .job-card .job-title a{font-size: 20px; line-height: 27px;}
.job-sec-right .job-card .job-arrow-icon{width: 34px; min-width: 34px; height: 34px;}
.job-sec-left .job-top-description ul, .job-sec-left .job-left-bottom ul{margin-top: 0;}
}
@media only screen and (min-width: 768px) {
.job-sec-main{position: relative;}
.job-sec-main .job-sec-right{position: sticky; top: 50px; left: 0;}
}
@media only screen and (max-width: 1199px) {
.job-sec .container{padding: 0 24px;}
.job-sec-main .job-sec-right{width: 390px; min-width: 390px;}
}

@media only screen and (max-width: 991px) {
.job-sec-main{flex-wrap: wrap;}
.job-sec-main .job-sec-right{width: 100%; min-width: 100%;}
}

@media only screen and (max-width: 767px) {
.job-sec-main{flex-wrap: wrap; gap: 50px; padding-bottom: 50px;}
.job-sec-left{width: 100%; min-width: 100%;}
.job-sec-left .job-left-top{padding: 30px 20px 40px; border-radius: 16px;}
.job-sec-left .job-top-description{gap: 12px; padding-bottom: 24px;}
.job-sec-left .job-top-description .job-name{width: 74px; min-width: 74px; height: 74px;}
.job-sec-left .job-top-description .job-name .job-name-sort{font-size: 24px; line-height: 46px; padding: 5px;}
.job-sec-left .job-top-description .description-title{line-height: 30px; margin-bottom: 16px;}
.job-sec-main .job-sec-right{width: 100%; min-width: 100%; position: relative; top: 0;}
.job-sec-right .job-card ul li, .job-sec-left .job-top-description ul li, .job-sec-left .job-left-bottom ul li{font-size: 16px;}
.job-sec-left .job-left-bottom{flex-wrap: wrap; padding-top: 24px;}
.job-sec-left .job-left-bottom .bg-cta-button{width: 100%; justify-content: center;}
.job-sec-left .job-top-description ul li{padding-right: 13px; margin-right: 12px;}
.job-sec-left .job-left-bottom ul li{font-size: 14px; padding-right:12px; margin-right: 12px;}
.job-sec-left .job-left-bottom ul{margin-bottom: 30px;}
.job-sec-left .job-bottom-description{margin-top: 50px;}
.job-sec-left .job-description-title{font-size: 24px; line-height: 30px; margin-bottom: 24px;}
.job-sec-left .job-bottom-description ul{margin: 0 0 40px;}
.job-sec-left .job-bottom-description ul li{font-size: 16px; line-height: 25px; margin-bottom: 8px; padding-left: 21px;}
.job-sec-left .job-bottom-description ul li::after{width: 10px; height: 12px;}
.job-sec-left .job-bottom-description .job-role{margin-bottom: 40px;}
.job-sec-left .job-bottom-description .job-role p{font-size: 14px; margin-bottom: 8px;}
.job-sec-left .job-bottom-description .job-role .role-heading{font-size: 14px; margin-bottom: 12px;}
.job-sec-right .job-right-top{padding: 30px 20px 40px;border-radius: 16px; margin-bottom: 50px;}
.job-sec-right .job-top-heading{font-size: 20px; line-height: 23px;}
.job-sec-right .job-right-top .job-sec-top{margin-bottom: 24px;}
.job-sec-right .job-right-top .job-date{font-size: 12px; font-weight: 500; padding: 8px 9px 9px 16px;}
.job-sec-right .job-right-top .job-date .job-date-icon{width: 20px; height: 20px;}
.job-sec-right .job-sec-bottom{gap: 16px;}
.job-sec-right .job-sec-bottom .job-share-btn{width: 48px; height: 48px; min-width: 48px;}
.job-sec-right .job-right-bottom{padding: 30px 20px 50px; border-radius: 16px;}
.job-sec-right .job-card{border-radius: 8px; padding: 20px; gap: 10px;}
.job-sec-right .job-card .job-title a{font-size: 16px;}
.job-sec-right .job-card ul li{font-size: 14px; padding-right: 12px; margin-right: 12px;}
.job-sec-right .job-card .job-arrow-icon{width: 24px; min-width: 24px; height: 24px;}
.job-sec-right .job-card .job-arrow-icon svg circle{fill:#0087C5;}
.job-sec-right .job-card .job-arrow-icon svg path{stroke: #fff;}
}
@media only screen and (max-width: 479px){
.job-sec-left .job-left-bottom ul, .job-sec-left .job-top-description{flex-wrap: wrap; gap: 10px;}
.job-sec-left .job-top-description .job-description{width: 100%; min-width: 100%;}
.job-sec-left .job-top-description ul li::after, .job-sec-left .job-left-bottom ul li::after{display: none;}
}