.landing_sliders {
	background-color: #0d2466;
	border-top: #2e4e8e solid 1px;
	position: relative;
	overflow: hidden;
	height: 620px;
	justify-content: center;
	display: flex;
	align-items: end;
	padding: 0 0 95px;
}
@media (max-width: 767px) {
	.landing_sliders {
		padding: 0;
	}
}
.inner_box {
	position:relative;
	margin:0 0 0 50px;
}
.landing_sliders > video {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	width: 100%;
	left: 0;
}
.landing_sliders:before {
	content: '';
	background: rgb(13 46 96 / 71%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	z-index: 1;
}

.landing_sliders dt:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 200%;
	background-size: cover;
	z-index: -1;
	display: none;
}
@media(max-width: 767px) {

 
 .landing_sliders dt:before {
 display: block;
}
}
.landing_sliders dl {
	display: flex;
	width: 100%;
	flex-direction: column;
	z-index: 2;
	position: relative;
	max-width: 1600px;
	margin: 0;
	gap: 70px; 
}
@media(max-width: 1024px) {
 .landing_sliders {
 margin-top: 105px;   /*11sep25*/
 height: auto;
}
	.landing_sliders dl {
	gap: 20px; 
}
}
@media(max-width: 767px) {
 .landing_sliders dl {
 flex-direction: column;
}
}
.landing_sliders dt h1 {
	font-size: 64px;
	font-weight: 800;
	color: #ffffff;
	line-height: 1.15;
}
@media (max-width: 1599px) {
 .landing_sliders dt h1 {
	font-size: 60px;
}
}
@media(max-width: 1300px) {
	.landing_sliders {
  height: 567px;
	}
.landing_sliders dl {
  gap: 37px;
}
.landing_sliders dt h1 {
	font-size: 57px;
}
}
@media(max-width: 1200px) {
 .landing_sliders dt h1 {
 font-size: 48px;
}

}
@media(max-width: 1024px) {

  .landing_sliders {
    height: 455px;
    padding: 0px 0 15px;
	align-items: center;
  }

}
@media(max-width: 767px) {
 .landing_sliders dt h1 {
	max-width: none;
	text-align: center;
	margin: 20px 0;
 }
  .landing_sliders {
    height: 570px;
    padding: 0px 0 39px;
  }
  .landing_sliders dl {
    gap: 13px;
  }
  .landing_sliders dt h1 {
    font-size: 30px;
  }
}
@media(max-width:576px) {

  .landing_sliders {
    height: 550px;
    padding: 0px 0 39px;
  }

}

.landing_sliders dt h1 span {
	color: #fca332;
	font-weight: 600;
	font-style: normal;
}
.landing_sliders dt {
	position: relative;
	z-index: 3;
	align-content: center;
}
.landing_sliders dd {
	margin: 0;
	position: relative;
	z-index: 1;
}
@media(max-width: 767px) {
 .landing_sliders dt {
 width: 100%;
}
 .landing_sliders dd {
 width: 100%;
}
}
.mqscroller {
	width: 700px;
	float: right;
	margin-right: 40px !important;
	width:910px;
	margin-right: 0 !important;
}
@media(max-width: 1500px) {
 .mqscroller {
 width: 700px;
}
}
@media(max-width: 1300px) {
 .mqscroller {
 width: 700px;
}
}
@media (max-width: 1200px) {
 .mqscroller {
 width: 411px;
 width: calc(100% - 15px);
 margin-right: 0 !important;
}
}
@media (max-width: 991px) {
 .mqscroller {
 margin: 15px auto !important;
}
}
@media(max-width: 767px) {
 .landing_sliders dd {
 margin:0;
}
 .mqscroller {
 width: auto;
 float: none;
 margin: 0px auto !important;
}
}
.mqs-item img {
	width: 150px;
	height: 150px;
	border-radius:50%;
	border:solid 6px rgb(230, 230, 230);
}
@media (max-width: 1199px) {
 .mqs-item img {
 width: 120px;
 height: 120px;
}
}
@media (max-width: 650px) {
 .mqs-item img {
 width: 100px;
 height: 100px;
 border-radius:50%;
 border:solid 6px rgb(230, 230, 230);
}
}
@media (min-width: 651px) {
 .mqs-item img {
 margin:0 0px;
}
 #mqscroller2 {
 margin:50px auto !important;
}
}
.mqscroller {
  height:155px;
}
@media (max-width: 650px) {
	.mqscroller {
  overflow-x: scroll !important;
}
	
}
.mqs-item{
	float:left;
}
.search_form{
    background-color: #fff;
    display: flex;
    gap: 0;
}

.search_form>div{
	padding:25px 15px 0;
	flex: 1;
	position: relative;
	z-index: 1;
}
.search_form>div:after{
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    bottom: 14px;
    width: 1px;
    border-left: solid 1px #ccc;
}
.search_form>div:first-child:after,
.search_form>div:last-child:after{
	display: none;
}
.search_form>div:last-child{
	flex: 200px 0 0;
	padding:0px;
}
@media (max-width: 991px) {
.search_form>div:last-child {
    flex: 115px 0 0;
    padding: 0px;
}
}
@media (max-width: 767px) {
	.search_form{
		flex-direction:column;
	}
	.search_form>div:after{
	    content: '';
	    position: absolute;
	    left: 15px;
	    top: 0;
		right:15px;
	    bottom: unset;
	    width: auto;
	    border-left: 0;
		border-top: solid 1px #ccc;
	}
}
.search_form select,
.search_form input[type="text"],
.search_form input[type="email"]{
    border: none;
    margin: 0;
    padding: 0 5px;
}
.search_form option{
    padding: 10px;
}
.search_form input[type="submit"],
.search_form button{
    background-color: #fca332;
    border: none;
    border-radius: 0;
    height: 100%;
    width: 100%;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
}
@media (max-width: 767px) {
	.search_form input[type="submit"],
	.search_form button{
	    height: auto;
	}
	.search_form>div:last-child {
	    flex: 0;
	}
}
.search_form label{
	margin: 0 0 5px 5px !important;
}
.landing_sliders h2 {
    color: #f7a741;
    font-size: 27px;
    margin: 0 0 10px 0;
}
@media (max-width: 767px) {
	.landing_sliders h2 {
	    font-size: 20px;
	}
}
.search_form h4{
	font-size: 16px;
  font-weight: 700;
  margin: 0 0 0 11px;
  position: absolute;
  z-index: -1;
	
}
.search_form h4 i{
	color:red;
}
.search_form select, 
.search_form select:focus,
.search_form select.form-control:not([size]):not([multiple]){
	padding: 22px 12px 9px !Important;
	background: transparent;
}
@media (max-width: 767px) {
	.search_form > div {
  padding: 15px 15px 0;
	}
.search_form select, 
.search_form select:focus,
.search_form select.form-control:not([size]):not([multiple]){
	padding-bottom: 0 !important;
	margin-bottom: 16px !important;
}
}