


.centerheading{ width: 100%; float: left; text-align: center; padding-bottom: 10px; font-size: 30px; color: #0061bc; font-family: 'Roboto',sans-serif; font-weight: 700; background: url(https://www.ybyboxes.com/wp-content/themes/ybyboxes-new/assets/images/Heading_bottom_line.png) no-repeat center bottom; margin-bottom: 20px; line-height: 35px; text-transform: uppercase; }
.modal{z-index: 99999}
.modal form { position: relative; padding: 20px 10px; float: left; width: 100%; margin-bottom: 20px; background: #c3c3c3; background-color: rgb(195, 195, 195); }
.modal form input { float: left; width: 100%; height: 48px; margin-bottom: 10px; box-shadow: 0 0 2px #000; padding: 5px; color: #000; -webkit-appearance: none; border: 1px solid #0061bc;}
.modal-body form{background-color: transparent;}
.modal-body form select { float: left; width: 100%; height: 48px; margin-bottom: 10px; box-shadow: 0 0 2px #000; -webkit-appearance: none; background: url(https://www.ybyboxes.com/wp-content/themes/ybyboxes/assets/img/drop_down_icon.png) no-repeat center right 10px; background-color: rgba(0, 0, 0, 0); padding: 5px; color: #000; background-color: #FFF; border: 1px solid #0061bc;}
.modal-body form textarea { float: left; width: 100%; height: 100px; margin-bottom: 10px; box-shadow: 0 0 2px #000; padding: 5px;border: 1px solid #0061bc;}
.modal-body form input, .modal-body form select, .modal-body form textarea{box-shadow: none;}
.modal-body input[type="file"]{ position: relative; opacity: 1; }
.modal-body form .submit { width: 138px; padding: 5px 0; text-align: center; color: #fff; font-size: 16px; margin-top: 10px; margin-bottom: 0; background: #ff3019; background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%);background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); box-shadow: none; }
.modal .modal-content button {position: absolute;z-index: 999999;opacity: 1;right: -20px;top: -20px;}

@media screen and (min-width:21px) and (max-width:575px){
.modal .modal-content button{top: 0;right: 0}
}