/*Quiits style*/
.quote_inputs {
	background: #dae2ec;
	padding: 5px 10px;
}

.quote_inputs input, .quote_inputs select {
	height: 36px;
	border: 1px solid #98adc4;
	width: 100%;
	margin: 5px 0px;
	border-radius: 6px;
	text-indent: 4px;
	padding:0;
	padding-left: 3px;
	
}

.quote_inputs h2 {
	color: #033873
}

.quote_inputs label {
	color: #405266;
	font-size: 15px;
	margin-bottom: 0;
	margin-left: 15px;
}

.quote_inputs button {
	background: #003772;
	color: #fff;
	font-size: 20px;
	padding: 10px 25px;
	text-align: center;
	width: 100%;
	border-radius: 5px;
}

.quote_price_section {
	background: #003772;
	color: #fff;
	padding: 5px 20px;
	min-height: 260px;
	padding-top: 0px;
}

.quote_price_section h4 {
	color: #fff;
}

.quote_price_section span {
	font-size: 35px;
	margin-right: 5px;
}

.margin_top_20 {
	margin-top: 20px !important;
}

.quote_price_section p {
	border-bottom: 1px dotted;
	padding: 6px 0;
}
#final_price{
	font-weight: bold;
    margin-left: 15px;
}
.note_box{
	padding: 10px 0 0 10px;
}
.note_box h4{
	/*color: #fff;*/
}
.note_box p{
	/*color: #fff;*/
	font-size: 10px;
	border:0 !important;
	margin:0 0;
}
.loading_box{
	border: 0;
    text-align: center;
    display: inline;
    width: 100%;}
.loader {
 border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    animation: spin 2s linear infinite;
    float: left;
    margin-right: 5px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
a{text-decoration: inherit !important;}
.contact-title-content a{
color: #232529 !important;}
.select_label{margin-top: -22px;
    display: block;}
@media screen and (max-width: 960px) {
	
	.elementor-element-e851aae{
		 min-height: auto !important;
}
	.q_btn_wrap{text-align: center;} 
.q_btn_wrap a {
       position: initial  !important;
        margin: 10px 25px;
}}
/*End quiits style*/