.enquire_form {
    background-color: #eceae2;
    border-radius: 6px;
    box-shadow: 0 0 5px #666666 inset;
    margin: 70px auto 35px;
    padding: 0 0 20px 0;
    max-width: 829px;
}

 .make {
    background:#a01617;
    border-radius: 4px 4px 0 0;
    color: #fff;
    margin: 35px auto 0 auto;
    max-width: 827px;
    padding: 15px 0 15px 15px;
    text-align:left;
    color:#fff;
}

.make h1 {
    color: #fff;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 28px;
    line-height: 28px;
    font-weight: normal;
    margin: 0 auto;
    border: none;
    padding: 0;
    text-align: center;
}
.make h1:after{
    border:none;
}
.make p {
    margin: 0;
    padding: 2px 0 0 0;
    font-weight: 100;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 19px;
    letter-spacing: 0.5px;
    color: #fff;
    text-align: center;
}

li.desk-plan-trip{
    width:20px;
}
li.desk-plan-trip a{
    display:none;
}
/*.wsmenu-submenu{
    width:215px;
}*/
.clearfix.hide-desk-menu.megamenu{
    margin-left:80px;
}
.planmytripform{
	font-family:Verdana,Geneva,sans-serif;
	/*width:700px;*/
    float:left;
	width:100%;
	margin:auto;
}
.planmytripform_bg{
    margin-top: 0px;
    background: #fff;
    border: solid 1px #c7c5bb;
    width: 100%;
    padding: 2% 3%;
    margin-bottom: 35px;
    float: left;
    box-shadow: 0 0 5px #666666 inset;
}
.planmytripform .travel-with-you-head{
    margin: 0 0 15px 0;
    font-size: 20px;
    padding: 8px 0 8px 0;
    display: block;
    border-top: 2px dotted #c7c5bb;
    color:#0464a7;
}
/*.planmytripform .travel-with-you-head:nth-child(1){
    border:none;
}*/
.planmytripform .item-title{
    padding-top: 4px;
    float: left;
    font-size: 16px;
    letter-spacing: 0;
}
.htel-style-row{
    font-size:16px;
}
.planmytripform .item-list .item-right {
    width:60%;
    float: right;
    text-align: right;
}
.num-control {
    display: inline-block;
    float: right;
    height: 37px;
    line-height: 35px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
}


input.qtyplus {
    background:#fff url(../plan-my-trip-images/plus.png) no-repeat center center; 
    right:0; top:0; 
    text-indent:-9999px;  
    border-radius:0!important;
    border-left: 1px solid #cccccc;
}
input.qtyminus {
    background:#fff url(../plan-my-trip-images/minus.png) no-repeat center center;
    text-indent:-9999px;
    border-radius:0!important;
    border-right: 1px solid #cccccc;
}

input.qtyplus2 {
    background:#fff url(../plan-my-trip-images/plus.png) no-repeat center center; 
    right:0; top:0; 
    text-indent:-9999px; 
    border-radius:0!important; 
    border-left: 1px solid #cccccc;
}
input.qtyminus2 {
    background:#fff url(../plan-my-trip-images/minus.png) no-repeat center center;
    text-indent:-9999px;
    left:0; top:0; 
    border-right: 1px solid #cccccc;
}

input.qtyplus3 {
    background:#fff url(../plan-my-trip-images/plus.png) no-repeat center center; 
    right:0; top:0; 
    text-indent:-9999px;  
    border-radius:0!important;
    border-left: 1px solid #cccccc;
}
input.qtyminus3 {
    background:#fff url(../plan-my-trip-images/minus.png) no-repeat center center;
    text-indent:-9999px;
    left:0; top:0; 
    border-radius:0!important;
    border-right: 1px solid #cccccc;
}
/*plus mines css start here*/


 .box_style_1{
    background-color: #f6f7f9;
    padding:25px 25px 15px 25px ;
    margin-bottom:20px;
}
.form-control[readonly]{
    background-color:#fff;
}
.travel-with-you-row{
	padding-bottom: 0px;
    border-bottom: solid 1px #dedede;
    margin-bottom: 15px;
}
.common-row{
	padding-bottom: 15px;
    padding-bottom: 0px;
    /*border-bottom: solid 1px #dedede;*/
    margin-bottom: 15px;
}
/* Quantity incrementer input */   
.qty-buttons{ 
	position:relative; 
	width:100%; 
	height:38px;  
    border-radius:0!important;
}
input.qty { width:80px;border-left:0; border-right:0;  }
input.qtyminus, input.qtyplus, input.qtyplus:focus, input.qtyminus2, input.qtyplus2, input.qtyplus2:focus, input.qtyminus3, input.qtyplus3, input.qtyplus3:focus {
    width:34px; height:40px;     
    border: 1px solid #928f8f;  
    outline:none; cursor:pointer;-webkit-box-shadow: none;box-shadow: none;-webkit-transition: none; z-index:1; 
    border-radius:0;
}
input.qtyplus {
    background: #fff url(../plan-my-trip-images/plus.png) no-repeat center center;
    border-left: none;
    border-right: 1px solid #928f8f;
    text-align: center;
    width: 34px;
    height: 40px;
    line-height: 35px;
    float: left;
    border-radius:0!important;
    
}
input.qtyplus2 {
    background: #fff url(../plan-my-trip-images/plus.png) no-repeat center center;
    border-left: none;
    border-right: 1px solid #928f8f;
    text-align: center;
    width: 34px;
    height: 40px;
    line-height: 35px;
    float: left;
    border-radius:0!important;
    
}
input.qtyplus3 {
    background: #fff url(../plan-my-trip-images/plus.png) no-repeat center center;
    border-left: none;
    border-right: 1px solid #928f8f;
    text-align: center;
    width: 34px;
    height: 40px;
    line-height: 35px;
    float: left;
    border-radius:0!important;
    
}
input.qtyplus:focus, input.qtyplus2:focus, input.qtyplus3:focus {
    border-left: none;
}
.form-control{
    border-color:#928f8f!important;
    -webkit-box-shadow:none!important;
    box-shadow:none!important;
}
input.qtyminus {
    background: #fff url(../plan-my-trip-images/minus.png) no-repeat center center;
    text-indent: -9999px;
    float: left;
    height: 34px;
    border-right: none;
    border-left: 1px solid #928f8f;
    border-right: 1px solid #928f8f;
    text-align: center;
    width: 34px;
    height:40px;
    border-radius:0!important;

}
input.qtyminus2 {
    background: #fff url(../plan-my-trip-images/minus.png) no-repeat center center;
    text-indent: -9999px;
    float: left;
    height: 34px;
    border-right: none;
    border-left: 1px solid #928f8f;
    border-right: 1px solid #928f8f;
    text-align: center;
    width: 34px;
    height:40px;
    border-radius:0!important;
}
input.qtyminus3 {
    background: #fff url(../plan-my-trip-images/minus.png) no-repeat center center;
    text-indent: -9999px;
    float: left;
    height: 34px;
    border-right: none;
    border-left: 1px solid #928f8f;
    border-right: 1px solid #928f8f;
    text-align: center;
    width: 34px;
    height:40px;
    border-radius:0!important;
}
input.qty {
    width: 34px;
    height: 37px;
    text-align: center;
    background: #fff;
    border-radius: 0!important;
    box-shadow: none !important;
    border-right: 1px solid #928f8f;
    float: left;
    padding: 0;
    font-size:18px;
    border-radius:0!important;
}
form-group a.btn_full, .btn_full {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    width: 100%;
    background: #ed5434;
    cursor: pointer;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    letter-spacing:0.2px;
    /*font-weight: 600;*/
}
form-group a.btn_full:hover, .btn_full:hover {
    background:url(../plan-my-trip-images/submit-arrow.png) no-repeat right #333;
}
.form-control[readonly] {
    background-color: #fff;
}
.planmytripform_bg .form-control {
    color: #333;
	outline: 0;
    height: 40px;
    border-radius: 2px;
    line-height: 1.5 !important;
    border-radius:0!important;
}
.form-group {
    position: relative;
}
.input-icon {
    position: absolute;
    right: 6px;
    top: 32px;
    width: 28px;
    height: 24px;
    background-color: #fff;
    text-align: right;
	display:none;

}
/*plus mines css end here*/
.datesArrival input {
    width: 51%;
    /* margin-left: -8%; */
    display: table;
    height: 40px;
    margin: 0 auto 5px auto;
    padding: 0 8px;
    font-size: 14px;
    border-width: 1px;
    background-position: 96% 9px ;
    background-color:#fff!important;
    background-image: url(../plan-my-trip-images/calendar-icon.png);
    background-repeat: no-repeat;
    color: #000;
    border: 1px solid #b5b5b5;
}

.datesArrival input#datepickerMobile {
    width: 100%;
    margin-left: -8%;
    display: block;
    -webkit-appearance: none;
    height:40px;
    margin:7px auto 5px auto;
    padding:9px 8px 10px;
    font-size: 14px;
    border-width: 1px;
    background-position: 96% 7px;
    background-color: #fff!important;
    background-image: url(../plan-my-trip-images/calendar-icon.png);
    background-repeat: no-repeat;
    color: #000;
    border: 1px solid #b5b5b5;
}





.item-list label{
	font-weight:normal;
}
.text-area-box{
	width:100%;
	border: 1px solid #d1d1d1;
    background: #fff;
    padding: 10px 10px 0;
    min-height: 150px;
    margin-left: 0;
    border-radius: 2px;
    color: #555;
    font-size: 16px;
    box-shadow: 1px 2px 2px #ddd inset;
}
#realname{
	margin-bottom:15px;
    height:40px;
}
.fromWhere{
    height:40px;
}
.travelogy-country {
    height:40px;
}

.submit-row{
    display:table;
        display: table;
    margin: 15px auto auto auto;
    width: 200px;
	margin:30px auto 20px auto;
}
.btn_full{
    background: url(../plan-my-trip-images/submit-arrow.png) no-repeat right #ad1818;
    font-size: 18px;
    border-radius: 50px;
    
}
#country{
	margin-bottom:15px;
}
.item-list{
	float: left;
	width:100%;
	margin-bottom:15px;
}
/*radio css start here*/

/*radio css end here*/
/*media query*/
@media (max-width:768px) {
	body{
        background:#f7f6f2!important;
    }
    .planmytripform_bg{
        width: 100%;
        border: none;
        background:#f7f6f2;
        border:none;
        box-shadow:none;
    }
    .item-list{
        border-bottom: solid 1px #fff;
        padding-bottom: 15px;
    }
    .datesArrival .item-title{
      display: block;
        width: 100%;
    }
    .item-right{
       width:100%;
        float:left;
    }
    .datesArrival input{
        width: 100%;
        margin-left:0;
        margin-top:10px;
    }
    .qty-buttons{
        width:auto;
        height:auto;
        display: table;
        float: right;
    }
    .datesArrival{
        float: left;
        width: 100%;
        padding-bottom: 15px;
        border-bottom: solid 1px #fff;
        margin-bottom: 15px;
    }
    .planmytripform .item-title{
            font-size: 16px;
            padding-top: 15px;
    }
    .planmytripform .travel-with-you-head{
        font-size:20px;
        font-weight: bold;
        color:#276b9a;
        border-top:none;
        border-bottom: 1px solid #cfcfcf;
    }
    .norm-gap{
        height: 22px!important;
    }
    .make{
        display:none;
    }
    #email{
        margin-bottom:15px;
    }
   html input, input[type=reset],  {
    -webkit-appearance: button;
    cursor: pointer;
    border-radius: 0!important;
    }
    .enquire_form{
        margin-top:15px;
    }

}
	