.leftdiv {
	width: 60%;
	float: left;
}

.rightdiv {
	width: 38%;
	float: right;
	margin-bottom: 20px;
	padding: 15px;
	text-align: center;
	background: rgb(255, 142, 28);
	max-width: 380px;
	border-radius: 6px;
}
.rightdiv h2 {
	color: white;
	font-size: 28px;
	margin: 6px 0 11px;
}
#from_list, #to_list {
	display: inline-block;
}



#form1 input, #form1 select {
	border-radius: 0;
	height: 50px;
	border: 0;
	font-size: 18px;
	width: 130px;
}

#fromInput, #toInput {
	border: 1px solid black;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    font-size: 30px;
    width: 50%;
    margin-top: 20px;
    padding-left: 10px;
    color: #A61C00;
}

#toInput {
    margin-left: 15px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

#from_dd, #to_dd {
    font-size: 30px;
    background-color: white;
    width: 90px;
}

#feedback {
    font-size: 18px;
    color: black;
    margin-top: 18px;
}


#from_list2, #to_list2 {
	display: inline-block;
}



#form2 input, #form2 select {
	border-radius: 0;
	height: 50px;
	border: 0;
	font-size: 18px;
	width: 130px;
}

#fromInput2, #toInput2 {
	border: 1px solid black;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    font-size: 30px;
    width: 50%;
    margin-top: 20px;
    padding-left: 10px;
    color: #A61C00;
}

#toInput2 {
    margin-left: 15px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

#from_dd2, #to_dd2 {
    font-size: 30px;
    background-color: white;
    width: 90px;
}

#feedback2 {
    font-size: 18px;
    color: black;
    margin-top: 18px;
}

/* Tiny fixes for other elements: */

.colums_box_1 {
    margin: 0 !important;
    margin-right: 10px !important;
}

.colums_box_2 {
    margin: 0 !important;
    margin-left: 10px !important;
}

.colums_box.no_bg {
    width: 44.4% !important;
}

#feedback span {
	color: white !important;
	font-size: 28px;
	margin-right: 10px;
}

#feedback {
	color: rgb(57, 53, 53);
	font-size: 19px;
	margin: 16px 0 0;
	font-weight: 600;
}

#feedback2 span {
	color: white !important;
	font-size: 28px;
	margin-right: 10px;
}

#feedback2 {
	color: rgb(57, 53, 53);
	font-size: 19px;
	margin: 16px 0 0;
	font-weight: 600;
}
@media screen and (max-width: 960px) {
    
    .container {
        width: 100% !important;
    }

	.leftdiv {
		width: 100%;
		float: none;
	}

	.rightdiv {
		width: 90%;
		float: none;
	}
    
    .colums_box_1 {
        margin: 0 !important;
    }

    .colums_box_2 {
        margin: 0 !important;
        margin-top: 15px !important;
    }

    .colums_box.no_bg {
        width: 90% !important;
    }
    
    

}