.form-control {
	font-size:13px;
	line-height:15px;
	color:#333;
	height:32px;
	padding:0 10px;
	border-radius:0;
	border:1px solid #e1e1e1;
	}
select.form-control:not([size]):not([multiple]) { height:32px; }
.col-form-label { font-weight:600; color:#666; }
.mandatory-sign {
	font-size:13px;
	font-weight:600;
	color:#e7080d;
	margin-left:2px;
	}
.formSeparator {
	height:1px;
	border-top:1px solid #e1e1e1;
	margin:5px 0 20px;
	}
/*==========================
# form case
===========================*/
.form-group { position: relative; }
.form-group .form-control + .error-message{ position: absolute; right: 0px; bottom: 0px;  }
.error-message{
    color: #fff;
    display: inline-block;
    font-size: 11px;
    background: #d9534f;
    padding: 2px 4px;
}
.info-msg{
    font-family: 'Muli';
    font-style: italic;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.15px;
    color: #848585;
    margin-top: 5px;
    display: inline-block;
}
.form-type1 .form-group {
    margin-bottom: 25px;
}
.form-type1 .control-label {
	font-family: 'Montserrat';
    font-weight: 600;
    font-size:14px;
    line-height:18px;
    color:#656c72;
    letter-spacing: normal;
    margin-bottom:10px;
}
.form-type1 .form-control,
.form-type1 select.form-control:not([size]):not([multiple]) {
    box-shadow:none;
    border-radius:2px;
    border:1px solid rgba(151, 151, 151, 0.25);
    font-family: 'Montserrat';
    font-weight: normal;
    font-size:14px;
    line-height: 18px;
    letter-spacing: normal;
    color:#1a2b49;
    height: 50px;
    background-color: #ffffff;
    padding:15px 11px;
    position: relative;
}
.form-type1 select.form-control:not([size]):not([multiple])::-ms-expand{
    display: none;
}
.form-type1 select option{
    font-family: 'Montserrat';
    font-weight: normal;
    font-size:14px;
    line-height: 18px;
    color:#1a2b49;
}
.form-type1 textarea.form-control, .form-type1 textarea.form-control:focus {
    height: auto;
    resize: none;
}
.form-type1 select.form-control{
    background:url(https://www.goldentours.com/images/arrow-down-gray.svg) no-repeat #ffffff;
    background-position:top 50% right 10px;
    height:54px;
    color:#1a2b49;
    position:relative;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
}
.form-type1 .form-control::-webkit-input-placeholder { color: #656c72; }
.form-type1 .form-control:-moz-placeholder { color: #656c72; }
.form-type1 .form-control::-moz-placeholder {color: #656c72; }
.form-type1 .form-control:-ms-input-placeholder { color: #656c72; }
.form-type1 .form-group .form-info-msg {
    margin-top:10px;
    font-family: 'Montserrat';
    font-weight: normal;
    font-style: italic;
    font-size:12px;
    line-height: 15px;
    letter-spacing: normal;
    color:#656c72;
}

/***** Custom Checkbox button *****/
.cus-chkbox{
    position:relative;
    min-height:17px;
    margin-bottom:7px;
    cursor:pointer;
}
.cus-chkbox .checkbox-link{ text-decoration: underline; color: #000000; }
.cus-chkbox .checkbox-link:hover{ text-decoration: underline; color: #1593ff; }
.cus-chkbox input[type="checkbox"]{ top:0; left:0; opacity:0; position: absolute; }
.cus-chkbox input[type="checkbox"] + span{
    color:#656c72;
    font-size:14px;
    line-height:18px;
    padding-left:30px;
    letter-spacing:0;
    display:block;
}
.cus-chkbox input[type="checkbox"] + span > a { color:#656c72; }
.cus-chkbox input[type="checkbox"] + span > a:hover { color:#1a2b49; }
.cus-chkbox input[type="checkbox"] + span:before{
    content: "";
    height: 15px;
    width: 15px;
    position: absolute;
    top: 1px;
    left: 0;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #656c72;
}
.cus-chkbox input[type="checkbox"]:disabled + span:before { border:1px solid #c8ccd3; }
.cus-chkbox input[type="checkbox"]:checked + span:before { border:1px solid #1593ff; background-color: #1593ff; }
.cus-chkbox input[type="checkbox"]:checked + span:after {
    content:"";
    position:absolute;
    top: 4px;
    left: 3px;
}
.cus-chkbox input[type="checkbox"]:checked + span:after {
    background: url(https://www.goldentours.com/images/check-icon-white.svg) no-repeat;
    display: block;
    height: 9px;
    width: 9px;
    background-size: 100%;
}
.cus-chkbox.error{ padding-bottom: 22px; }
.cus-chkbox.error .error-message {
    position: absolute;
    left: 0px;
    bottom: -22px;
}

@media(max-width:767px){
    .form-type1 .control-label { margin-bottom: 7px; }
    .form-type1 .form-group { margin-bottom: 15px; }
    .form-type1 .form-control, .form-type1 select.form-control:not([size]):not([multiple]) {
        padding: 7px 10px;
        font-size: 13px;
        line-height: 16px;
        height: 40px;
    }
}

.payment-method { padding:10px 0 40px 0; display:flex; flex-wrap: wrap; gap: 20px; }
.payment-method > div { border-radius: 4px; border: 1px solid #bdbdbd; padding:10px 20px; display: flex; gap: 0 10px; cursor: pointer; font-weight:bold; }
.payment-method > div input { width:20px; height:20px; }
.payment-method > div * { cursor:pointer; }

.passanger-cta .action-wrapper { max-width:800px; }
.passanger-cta .action-wrapper .btn-section, .passanger-cta .action-wrapper .card-images { width:100% !important; }