.col-2 {
	    max-width: 100%;
	}

	.passagers_block{
		text-align: center;
	}

	#fast_depart{
		display: none;
	}

	.fast_block{
		margin: 2% 0% 3%;
		border-radius: 5px;
	    border-top: 3px solid #ffffff;
	    box-shadow: 0 1px 1px rgba(47, 41, 41);
	}

	.fa-money:before {
	    content: "\f0d6";
	}

	.totalpaye{
		margin-bottom: 2%;
	}

	.radioblock input{
	    height: 22px;
    	width: 22px;
	}

	.radioblock label{
		font-size: 18px;
	}

	#fasttrackbook{
		color: white;
	}

	.contact_form_container{
		padding-top: 32px;
	}

	.home_slider_button{
	    border: 2px solid;
	}

	.total_checkout{
		background-color: #00000026;
		padding: 9px;
		border: 2px solid;
		border-radius: 8px;
	}

	.home_content{
		z-index: 4;
	}

	#overlay{
		position: relative;
	    height: 100%;
	    width: 100%;
	    background-color: rgba(0, 0, 0, 0.18);
	    z-index: 3;
	}

	.fr_lang , #en_lang{
		display: none;
	}

	.language span{
		cursor: pointer;
	}

	.language img{
		width: 10%;
		height: 10%;
	}

	#fr_lang{
		width: 30%;
		display: inline-block;
	}

	#en_lang{
		width: 30%;
	}


	.icon-color {
	    color: #d98661;
	}


@media only screen and (max-width: 965px) {
	.home_title{
		font-size: 22px !important;
	}
}

@media only screen and (max-width: 728px) {
	.home_title{
		font-size: 18px !important;
	}
}

@media only screen and (max-width: 590px) {
	.home_title{
		font-size: 16px !important;
	}
}


@media only screen and (max-width: 536px) {
	.home_title{
		font-size: 10px !important;
	}
}

@media only screen and (max-width: 767px) {
	#fr_lang , #en_lang {
    	width: 46%!important;
	}
}

@media only screen and (max-width: 768px) {
	.topblock , .bottomblock{
    	flex: 0 0 100%;
    	max-width: 100%;
	}
}

@media only screen and (max-width: 575px) {
	.block60{
    	width: 60% !important;
	}
	.block20{
    	width: 20% !important;
	}

	.block80{
    	width: 80% !important;
	}

	.block70{
    	width: 70% !important;
	}

	.block30{
    	width: 30% !important;
	}

	.imgrespon{
		width: 96% !important;
	}

	.col-sm-12{
		flex: 0 0 100%;
	}
}

.logo img{
	width: 38% !important;
}

#ordersTable_wrapper{
	width: 100%;
}

.blink.blink-infinite{
	font-size: 25px;
}

@media only screen and (max-width: 767px) {
	.blink.blink-infinite{
		font-size: 85%;
	}
	.radio_button {
		padding-left: 25%;
	}
}