
.navbar .b2bhmlogo img{
    width: 180px;
}
.header{
	margin-bottom: 40px;
}
.content_area .heading{
    text-align: center;
    color: #fff;
}


section.content_area {
    position: relative;
    z-index: 99;
    height: 75vh;
}
.heading h1{
   font-size: 40px;
   font-weight: bold;
   margin-bottom: 50px; 
   color: #fff;
}
.heading h1 span{
    font-weight: lighter;
}
.all_module_box{
    list-style: none;
}
.box {
    background-color: #ffff;
    height: 110px;
    width: 110px;
    border-radius: 25px;
    margin-right: 10px;
    margin-bottom: 20px;
    text-align: center;
    padding-top: 18px;
    box-shadow: 1px 2px 4px #959595;
}
.box p{margin-bottom: 0px; font-size: 16px;}
.form_box{
    background-color: #ffff;
    width: 100%;
    border-radius: 13px;
	box-shadow: 1px 2px 4px #959595;
}

.flight_icon{
    background-image: url(../images/flight_icon_main.svg);
    width: 50px;
    height: 50px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
}
.hotel_icon{
    background-image: url(../images/hotel_icon_main.svg);
    width: 50px;
    height: 50px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
}
.transfers_icon{
    background-image: url(../images/transfers_icon_main.svg);
    width: 50px;
    height: 50px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
}
.activity_icon{
    background-image: url(../images/activty_icon_main.svg);
    width: 50px;
    height: 50px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
}
.form_icon{
	background-image: url(../images/b2bloginIcon.svg);
	width: 25px;
	height: 21px;
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
}
.form_heading {
    font-size: 17px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.form_box{
	padding: 25px;
}
.sign-up_form label{
	width: 100%;
	font-size: 14px;
	color: #373e43;
}
.sign-up_form input{
	width: 100%;
	height: 42px;
	border-radius: 5px;
	box-shadow: none;
	border: 1px solid #ccc;
	padding: 5px 15px;
}
.forgot_pass{
	font-size: 14px;
	color: #ff6600;
}
.login_btn{
		width: 48%;
	  height: 48px;
      background-color: #ff6600;
		border: none;
		border-radius: 5px;
		color: #ffff;
		font-size: 17px;
		font-weight: bold;
}
.register_btn {
    width: 48%;
    height: 48px;
    background-color: #0e77c8;
    border: none;
    border-radius: 5px;
    color: #fff;
    line-height: 17px;
}
.register_btn span{
	color: #ffff;
	font-size: 14px;
}
.register_btn p {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}	


.sign-up_form.control {
    position: relative;
    margin-bottom: 15px;
}
a.forgot_pass {
    position: absolute;
    top: 5px;
    right: 0px;
    color: #0e77c8;
    text-decoration: none;
}
footer {
    position: relative;
    z-index: 9;
    bottom: 0px;
}


.country_list{
	list-style: none;
	align-items: center;
	justify-content: center;
}
.uae{
	background-image: url(../images/uae-icon.png);
	width: 36px;
	height: 40px;
	background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
}
.oman{
	background-image: url(../images/oman-icon.png);
	width: 28px;
	height: 40px;
	background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
}
.kuwait{
	background-image: url(../images/kuwait-icon.png);
	width: 30px;
	height: 40px;
	background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
}
.qatar{
	background-image: url(../images/qatar-icon.png);
	width: 18px;
	height: 40px;
	background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
}
.bahrain{
	background-image: url(../images/bahrain-icon.png);
	width: 24px;
	height: 40px;
	background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
}
.saudi_Arabia{
	background-image: url(../images/saudi-arabia-icon.png);
	width: 36px;
	height: 40px;
	background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
}
.country_list li{
	margin-right:50px;
	position: relative;
	text-align: center;
}
.footer-logo{
	text-align: center;

}
.footer-logo p{
	font-size: 13px;
	margin-top: 0;
    margin-bottom: 0;
	color: #fff;
}
.country_list li::after {
    position: absolute;
    content: '';
    height: 12px;
    width: 1px;
    background: #1f1e23;
    right: -25px;
    top: 53px;
}
.country_list li:last-child::after{
   display: none;
}
.country_list p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
}


  /* Background */
.background {
    background-image: url(../images/background.jpg);
    background-size: cover;
    width: 100%;
    height: 100vh;
	position: relative;
}
  .header .bg-light {
    background-color: transparent !important;
}
.footer-logo img {
    width: 150px;
	margin-bottom: 10px;
}

.background::after {
    content: '';
    position: absolute;
    background-color: rgb(12 9 56 / 63%);
    width: 100%;
    height: 100%;
    border-radius: 0;
    z-index: 1;
    top: 0px;
}
header {
    position: relative;
    z-index: 9;
}

@media all and (max-width:1024px){
	.register_btn span {
		font-size: 13px;
	}

	.box {
		
		height: 90px;
		width: 90px;
		margin-right: 15px;
		margin-bottom: 20px;
		
	}
}


@media all and (max-width:767px) {
	footer {
    bottom: -10px;
}
	.background {
    height: 100%;
    padding-bottom:25px;
}
	section.content_area {
    height: 100vh;
}
	.heading h1 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.header {
		margin-bottom: 20px;
	}
	ul.all_module_box {
		padding: 0px;
		margin: 0px;
	}
	.box {
		height: 90px;
		width: 90px;
		border-radius: 13px;
		margin-right: 15px;
		padding-top: 10px;
	}
	.country_list li {
		margin-right: 38px;
		position: relative;
		text-align: center;
		margin-top: 25px;
	}

	.register_btn span {
		font-size: 12px;
	}
}
