
.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;
}
.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: 130px;
    width: 130px;
    border-radius: 13px;
    margin-right: 20px;
    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_hm.svg);
    width: 50px;
    height: 50px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
}
.hotel_icon{
    background-image: url(../images/hotel_icon_hm.svg);
    width: 50px;
    height: 50px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
}
.fh_icon{
    background-image: url(../images/flight_hotel_icon_hm.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 10px;
}
.forgot_pass{
	font-size: 14px;
	color: #0fb800;
}
.login_btn{
		width: 48%;
	  height: 48px;
      background-color: #0fb800;
		border: none;
		border-radius: 5px;
		color: #ffff;
		font-size: 17px;
		font-weight: bold;
}
.register_btn {
    width: 48%;
    height: 48px;
    background-color: #000000;
    border: none;
    border-radius: 5px;
    color: #0fb800;
    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: #0fb800;
    text-decoration: none;
}
footer {
    position: relative;
    z-index: 9;
    bottom: 0px;
	padding:30px 0 20px;
}


.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%;
}
  .header .bg-light {
    background-color: transparent !important;
}
.footer-logo img {
    width: 150px;
	margin-bottom: 10px;
}




    #popup_container {
    font-size: 14px;
    color: #000;
    top: 80px !important;
    z-index: 999999999 !important;
    border-radius: 5px;
    padding: 0 !important;
}
#popup_title{font-size:11px;font-weight:bold;text-align:right;line-height:1.75em;color:#fff;background:#24372d;border:solid 1px #FFFFFF;cursor:default;padding-right:0.5em;margin:0em;}
button.confirmbutton, .confirmbutton_wht{font:bold 11px;height:24px;color:#FFFFFF;background:#0fb800;font-family:'PoppinsRegular','DroidKufiRegular'!important;color:#fff;min-width:70px;border:none;cursor:pointer;margin-right:10px;}



h2#popup_title_blue{background:#24372d;color:#fff;padding:8px 15px;font-size:18px;line-height:25px!important;margin: 0px;}
#popup_container{border-radius:15px;overflow:hidden;min-width:320px!important;max-width:320px!important;top:15%!important}
div#popup_content_blue{padding:15px;background:#fff}
.btn.btn-primary{background:#0fb800;color:#fff;padding:5px 10px;font-size:18px;line-height:25px!important;border-radius:5px;border:none}
.btn.btn-primary:hover,.btn-primary:focus,.btn-primary:active{background:#0fb800;color:#fff;padding:5px 10px;font-size:18px;line-height:25px!important;border-radius:5px;border:none;outline:none}
div#popup_message{padding-bottom:15px}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0fb800;
    border-color: #0fb800;
    outline: none;
    box-shadow: none;
}
div#Forgotbox h2 {
    font-size: 17px;
    padding-bottom: 15px;
}
.adminRhtbox label {
    width: 100%;
}
button#forgetpwdBtn {
    width: max-content;
    height: 45px;
    background-color: #0fb800;
    border: none;
    border-radius: 5px;
    color: #ffff;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 25px;
	margin-bottom: 10px;
}
span.Forgot_txt a {
    color: #0fb800;
}
span.Forgot_txt a p{margin: 0px; padding: 0px;}
.background nav.navbar.navbar-light.bg-light {
    padding: 10px 30px;
}
a.flipLang {
    color: #fff !important;
    cursor: pointer;
    background: #0fb800;
    padding: 2px 10px;
    border-radius: 5px;
}

@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) {
	.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;
	}
}


