.remove-top-side-borders {
	border-width: 0 0 1px 0 !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none;
    box-shadow: none;
}

.remove-top-side-borders::placeholder, #messageNameInput::placeholder {
	color: #333;
}

.globalPageH4 {padding-top: 20px;padding-bottom: 0;margin: 0;color: #333; font-size: 11px; font-weight: 400; }

.lightText {
	color: #999;
	font-size: 10px;
	margin-bottom: 0 !important;
}

.deliveryLocation {display: none;} 

#messageNameInput {
	border-radius: 0 !important;
	min-height: 100px;
	resize: none;
}

input[type=checkbox] {
  width: 16px;
  height: 16px;
  content: '';
  margin: 3px 0 0 -20px !important;
}

.custom-button {
	border-radius: 0 !important;
	height: 78px !important;
	text-transform: capitalize;
	background-color: #2f1ce3;
	color:#fff;
}
.custom-button:hover{color:#fff !important;}

div.thumbnail{padding: 0;}


.errorContainer {min-height: 10px; color: #F0341B; font-size:11px;}

#globalErrorSpan {font-size: 16px; text-align: center; display: none; margin: 10px 0 30px 0; background-color:#F0341B; color: #FFF; padding: 30px 0; width: 100%;}

.centeredText{
    color: #555;
    font-size: 25px;
    text-align: center;
}  

.order-header-text {
    padding: 0 0 100px;
    text-align:center;
}

.order-header-text p{

    text-align:left;
}

.process_loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.process_loader_text_div {
    text-align: center;
    margin: 10px 0;
    font-weight: 700;
}

.process_loader {
    margin: 24px auto;
}



.footer-chat-order {
    background-color: #1ac3dd;
}

@media screen and (max-width: 1200px) {
    .nice-google-font-h1 {
        font-size: 90px;
    }
    .nice-google-font-h2 {
        font-size: 55px;
    }
    .nice-google-font-p{
        font-size: 16px;
    }   
}

@media screen and (max-width: 585px) {
    .nice-google-font-h1 {
        font-size: 50px !important;
    }
    .nice-google-font-h2 {
        font-size: 35px;
    }
    .nice-google-font-p{
        font-size: 14px;
    }   
}