@font-face {
  font-family: "bahamas";
  src: url("bahamas.eot?") format("eot"),
  url("bahamas.woff") format("woff"),
  url("bahamas.ttf") format("truetype");
}
@font-face {
  font-family: "serifa";
  src: url("serifa.eot?") format("eot"),
  url("serifa.woff") format("woff"),
  url("serifa.ttf") format("truetype");
}
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-reg-webfont.eot');
    src: url('../fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-reg-webfont.woff') format('woff'),
         url('../fonts/lato-reg-webfont.ttf') format('truetype'),
         url('../fonts/lato-reg-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'rupee_foradianregular';
    src: url('../fonts/rupee_foradian-webfont.eot');
    src: url('../fonts/rupee_foradian-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rupee_foradian-webfont.woff') format('woff'),
         url('../fonts/rupee_foradian-webfont.ttf') format('truetype'),
         url('../fonts/rupee_foradian-webfont.svg#rupee_foradianregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LatoLight';
    src: url('../fonts/lato-lig.eot');
    src: url('../fonts/lato-lig.eot') format('embedded-opentype'),
         url('../fonts/lato-lig.woff2') format('woff2'),
         url('../fonts/lato-lig.woff') format('woff'),
         url('../fonts/lato-lig.ttf') format('truetype'),
         url('../fonts/lato-lig.svg#LatoLight') format('svg');
}
@font-face {
    font-family: 'LatoHairline';
    src: url('../fonts/lato-hai.eot');
    src: url('../fonts/lato-hai.eot') format('embedded-opentype'),
         url('../fonts/lato-hai.woff2') format('woff2'),
         url('../lato-hai.woff') format('woff'),
         url('../fonts/lato-hai.ttf') format('truetype'),
         url('../fonts/lato-hai.svg#LatoHairline') format('svg');
}
@font-face {
  font-family: "UrbanSketch";
  src: url("UrbanSketch.eot?") format("eot"),
  url("UrbanSketch.woff") format("woff"),
  url("UrbanSketch.ttf") format("truetype");
}
@font-face {
  font-family: "BebasNeueRegular";
  src: url("BebasNeueRegular.eot?") format("eot"),
  url("BebasNeueRegular.woff") format("woff"),
  url("BebasNeueRegular.ttf") format("truetype");
}

/* The Modal (background) */
.overlay_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    /*padding-top: 55px;  Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width:500px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close1,.close2,.close3,.close4,.close5,.close6,.close7,.close8 {
    color:#3c3c3c;
    float: right;
    font-size: 18px;
    font-weight: normal;
	cursor: pointer;
}

.close1,.close2,.close3,.close4,.close5,.close6,.close7,.close8:hover,
.close1,.close2,.close3,.close4,.close5,.close6,.close7,.close8:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    background-color: #f8f8f8;
    color: #424f5a;
    font-size: 35px;
    padding: 20px;
    text-align: center;
	border-bottom:1px solid #f8f8f8;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #f8f8f8;
    color: white;
}
.clickbtn{
	background-color:#4caf50;
	height: 40px;
	width: 150px;
	color: #ffffff;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	float: right;
    font-family: "LatoRegular";
    font-size: 16px;
	border:none;
	margin-top:20px;
}
/* .clickbtn :hover{
	background-color:#f56d6d;
	height: 40px;
	width: 150px;
	color: #ffffff;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	float: right;
    font-family: "LatoRegular";
    font-size: 16px;
	border:none;
} */

.cl-form-col { 
	background-color: #424f5a; 
	float: left; 
	height: 500px; 
	margin-top: 20px;  
	width: 100%;
}



.cl-sendurquery-row {
    background-color: #ff5577;
    border-bottom: 1px solid #b84f64;
    color: #fff;
	font-family: "LatoRegular";
    font-size: 23px;
	font-weight:bold;
    height: 50px;
    padding: 25px 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 352px;
}
.cl-form-fields {
    clear: none;
    color: #8f8f8f;
    float: left;
    font-size: 14px;
    height: 470px;
    margin: 20px 10px 10px 10px;
    width: 438px;
}
.cl-form-table{
	width: 438px;
	float: none;
}


.customiseatrip-col { 
	background-color: #424f5a; 
	float: left; 
	height: 550px; 
	margin-top: 20px;  
	width: 100%;
}

.customiseatrip_container {
    background-color: #f9f9f9;
    height: auto;
    width: 100%;
}
.customiseatripBox {
    background-color: #fff;
    margin: auto;
    padding: 15px;
    width: 1200px;
	border-bottom:1px solid #e4e4e4;
	margin-top:20px;
}
.customiseatrip-fields {
    clear: none;
    color: #8f8f8f;
    float: left;
    font-size: 14px;
    height: 470px;
    margin: 20px 10px 10px 10px;
    width: 100%;
}
.customiseatrip-table{
	width: 100%;
	float: none;
}