/*Sohail CSS*/
*, ::after, ::before{box-sizing: border-box}
::selection{background-color: #2e4562; color: #fff}
body{margin: 0px;font-family: system-ui;-webkit-font-smoothing: antialiased}
a,a:hover{text-decoration: none}
h1,h2,h3,h4,h5,h6{margin-top: 0;margin-bottom: .5rem;font-weight: 500;line-height: 1.2}
p{margin-top: 0px}
.t-white{color: #fff}
.t-black{color: #000}
.t-black1{color: #111}
.t-black2{color: #333}
.t-black3{color: #555}
.t-blue{color: #006bb6}
.t-blue1{color: #00508a}
.t-blue2{color: #090f1d}
.bg-white{background-color: #fff}
.bg-blue{background-color: #f6f8ff}
.font12{font-size: 12px}
.font14{font-size: 14px}
.font16{font-size: 16px}
.font18{font-size: 18px}
.font20{font-size: 20px}
.font22{font-size: 22px}
.font24{font-size: 24px}
.font26{font-size: 26px}
.font28{font-size: 28px}
.font30{font-size: 30px}
.font34{font-size: 34px}
.font36{font-size: 36px}
.radius6{border-radius: 6px}
.radius10{border-radius:10px}
.radius100{border-radius:100px}
.bold300{font-weight: 300}
.bold400{font-weight: 400}
.bold500{font-weight: 500}
.lh-22{line-height: 22px}
.lh-24{line-height: 24px}
.img-fluid{max-width: 100%;height: auto}
.position-relative{position: relative}
.text-center{text-align: center}
.text-end{text-align: right}
.w-50{width: 50%}
.w-100{width: 100%}
.h-100{height: 100%}

header{background-color: #2e71f6}
header .logo_div a{font-size: 18px;font-weight: 500;color: #fff;padding:0px;display: inline-block;}
header .hamburger{display: none}
header .hamburger .hamburger_btn{background-color: #215ed7;color: #fff;border:1px solid #215ed7;padding: 2px 3px 2px;}
header .menu{display: flex;justify-content: end;align-items: center}
header .menu a{color: #fff;display: inline-block;padding: 20px}
header .menu a:hover{background-color: #215ed7}
header .menu a.active{background-color: #215ed7}

/*Search*/
.nav_row{position: relative;z-index: 3;background-color: #2e71f6}
.search_div{width: 35px;height: 35px;display: inline-block;border-radius:100px;margin: 0px 20px;cursor: pointer;position: relative;top: 6px}
.search_div:hover{background-color: #215ed7}
.search_div img{margin: 8px 8px 0px}
.search_row{width: 100%;position:absolute;top:-2000%;z-index: 2;transition: all 0.3s ease}
.search_row_active{top:100%}
.search_content_div{background:#215ed7;border:none;border-radius:0px 0px 8px 8px}
.search_content_div form{position: relative}
.search_content_div form input{color:#FFF;font-size:24px;border-style: none;border-bottom: 1px solid #fff;border-radius: 0px;background: transparent;padding: 15px 60px 15px 15px;height: 60px;display: block;width: 100%;outline: none}
.search_content_div form input:focus{box-shadow: none;background:transparent;border-color:#b3b8bd}
.search_content_div form input::placeholder{color:#fff}
.search_btn_div{position: absolute;top: 18px;right: 60px}
.header_search_btn{background: transparent;border-style:none}
.search_result p{font-size:18px;padding: 20px 14px;font-weight: 700;border-bottom: 1px solid #b3b8bd}
.search_result a{display: block;font-size:18px;padding: 20px 14px;border-bottom: 1px solid #b3b8bd}
.search_result a:hover{color: #f1f1f1}

.breadcrumb_sec{background-color:#F5f6f6;padding:10px 0px}
.breadcrumb{display: inline}
.breadcrumb a,.breadcrumb p{font-size: 12px;color: #999;margin: 0px;padding: 0px;display: inline}
.breadcrumb a:after{content:'>>';padding: 0px 8px;font-size:12px}
.breadcrumb a:hover{transform: scale(1)}

.alert_box{background-color: #fff3cd;color: #664d03;border:1px solid #ffecb5;padding: 15px 8px;border-radius: 4px;margin-bottom: 15px;display: none}
.not_found_div{color: #664d03;margin-bottom: 0px;padding: 0px 0px 0px 10px;display: inline-block}
.alert_box svg{position: relative;width: 20px;height: 20px;top: 3px}
.alert_box1{display: none}

.banner{background-color:#F5f6f6}


@media(max-width: 426px){
	header .hamburger{display: block;text-align: end;}
	header .menu {display: none;background: #215ed7;position: absolute;padding: 10px;top: 49px;right: 0px}
	header .menu_item_div{flex-direction:column;justify-content: space-between;align-items: flex-start}
	header .menu_item_div a{width: 100%;background-color: #215ed7;padding: 12px;margin-bottom: 5px;text-align: left;border-bottom: 1px solid #ccc;border-radius: 0px}
}




