@import "https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap";
body{font-family:'Lato',sans-serif}
.careersSection{width:100%;float:left; margin-bottom: 100px;}
.careersSection h2{font-size:24px;text-transform:uppercase;color:#171717;font-family:'Lato',sans-serif;font-weight:700;text-decoration:none;margin-top:37px;margin-bottom:20px;margin-left:50px}
.careersSection .parentexpert-tab{border-bottom:2px solid #ccc;margin-bottom:25px}
.careersSection .nav-tabs > li{margin-bottom:-2px}
.careersSection .nav-tabs > li a{color:#333;text-transform:capitalize;font-weight: 600;}
.careersSection .nav-tabs > li.active a {color: #154c8f;}
.careersSection .insideTab .nav-tabs li.active a{background:#164b91;color:#fff}
.careersSection .careerExpretTittle{display:flex;flex-wrap:wrap}
.careersSection .careerExpretTittle .colDivied{width:50%;margin-bottom:5px}
.careersSection .careerExpretTittle .colDivied h4{color:#164b91;text-transform:capitalize;font-size:15px;font-weight:600;font-family:'Lato',sans-serif}
.careersSection .careerExpretTittle h3{font-size:16px;font-weight:600;line-height:21px;margin-top:10px;margin-bottom:30px}
.careersSection .select-box {width: 50%; margin: 10px 0 0; display: inline-block;}
.careersSection .select-box select{background:url(/images/down-arr.png) no-repeat center right 15px;-webkit-appearance:none;-moz-appearance:none;border:1px solid #bbb;padding:15px 50px 15px 20px;height:auto;border-radius:0;width:100%;color:#beb8b8}
.careersSection .careerExpretTittle .colDivied p{color:#333;text-transform:capitalize;font-size:14px;font-weight:400;font-family:'Lato',sans-serif;padding-right:10%;text-align:justify}
.careersSection .careerExpretTittle .colDiviedfull{width:100%;padding:15px 0 0}
.careersSection .btnsc {border: solid 1px #d61f26; background: none; color: #d61f26; text-transform: uppercase; font-weight: 600; padding: 6px 30px; line-height: normal; font-size: 14px; width: auto;}
.careersSection .careerExprettext{width:100%}
.careersSection .careerExprettext p{color:#333;font-size:14px;font-weight:400;font-family:'Lato',sans-serif}
.mobileTab {margin-bottom: 20px;}
.careersSection .careerExpretTittle .colDiviedfull a.carrerclickhere {background: #fff; border: red solid 1px; display: inline-block; float: left; color: red; padding: 10px 25px; text-transform: uppercase; margin-top: 25px; text-decoration: none; font-weight: 600;}
.careersSection .careerExpretTittle .colDiviedfull a.carrerclickhere:hover{background: red; color: #fff;}
a.Apprenticestatic {background: #fff; border: red solid 1px; display: inline-block; float: left; color: red; padding: 10px 25px; text-transform: uppercase; margin-top: 25px; text-decoration: none; font-weight: 600;}
a.Apprenticestatic:hover{background: red; color: #fff;}
.colDivied a {text-transform: initial;}
.careersSection .row {display: block;}
@media screen and (max-width:767px) {
.mobileTab{width:100%;overflow-x:scroll}
.mobileTab .nav-tabs{width:490px}
.careersSection .careerExpretTittle .colDivied{width:100%}
.careersSection .careerExpretTittle {padding: 15px;}
.careersSection .select-box {width: 100%;}
}