#WJCForm111 .modal-header{
padding-bottom:0px !important;	
text-align:center;
	
}

#WJCForm111  .modal-content {
   
      border: 8px solid #b1b1b1;
    border-radius: 0px;
}

#why {
    background-color: #f5f5f5;
    padding: 50px 0px;
}

#WJCForm111 .modal-footer {
    padding-top: 0px !important;
    text-align: center;
    display: block;
    padding: 20px !important;
    border: none !important;
	    padding-top: 0px !important;
}
#WJCForm111{
    max-width: 400px !important;	
	
}

#WJCForm111 form button{
margin: 0 auto;
    background: #1064ff;
    color: #fff !important;
    text-align: center;
    text-transform: uppercase;
    border-radius: 50px;
    border: 0;
    text-decoration: none !important;
    text-align: center;
    display: block;
    padding: 14px 60px;
	
}

#WJCForm111 .modal-body input{
    color: #7d858c !important;
    outline: none !important;
    margin-bottom: 10px;
    padding: 6px !important;
    border: 1px solid #ccc !important;
    line-height: 1.42857143;
    border-radius: 4px;
    width: 100%;
    max-width: 100%;
 height: 40px !important;
    font-size: 16px;
    background: #ebebeb5e;
}

#WJCForm111 .modal-body{
display:flex;
flex-wrap:wrap;	
justify-content: space-between !important;
}
#WJCForm111 .modal-body .control-group{
    width: 100%;
    max-width: 100%;
}



#wjcallback-modal {
    position: fixed;
    text-align: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: block;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color:rgba(0, 0, 0, 0);
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out;
}

#wjcallback-modal.show {
    display: block;
    background-color:rgba(0, 0, 0, 0.5);
    overscroll-behavior: contain;
}

#wjcallback-modal .wjcallbackform {
    display: inline-flex;
    position: relative;
    width: auto;
    min-width: 290px;
    text-align: left;
    box-sizing: border-box;
    background: #FFF;
    opacity: 0;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    margin-top: 15px;
    margin-bottom: 15px;
}

.wjcallback-body-scrolloff {
    overflow: hidden;
}

#wjcallback-modal.show .wjcallbackform {
    opacity: 1;
}

.wjcallbackform .form-validate {
    margin: 0;
}

.wjcallbackform .form-validate .modal-body {
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
}

.wjcallbackform .form-validate input[type="text"],
.wjcallbackform .form-validate textarea {
    width: 100%;
    box-sizing: border-box;

    display: block;
    height: auto;
}

#WJCForm117 label{
	
display:none;
font-weight:400;	
}

#WJCForm117 #lbl-lbl, #WJCForm117 #ex1-lbl, #WJCForm117 #mycalendar-lbl{
	
display:block !important;	
}

.message-container.allmessage{
text-align:center;	
}

#lbl-desc small{
	
    font-size: 11px;	
}

.slider.slider-horizontal{
    margin-bottom: 23px;
    margin-top: 20px;	
}

.field-calendar .visually-hidden{
display:none !important;	
	
}

.field-calendar .icon-calendar:before{
content:"\1F4C5";
display:block;
	
}

.field-calendar .input-group{
display: flex !important;

	
}
.field-calendar .input-group button{
    margin-left: -40px;
    position: relative;
    z-index: 9999;
    background: #1064ff08 !important;
    border: none !important;
    width: 40px;
}

.wjcallbackform .form-validate textarea {
    margin-bottom: 5px;
}

.wjcallbackform .control-group.tos_box {
    display: inline-flex;
    flex-direction: row-reverse;
}

.wjcallbackform .form-validate .informtext {
    padding-bottom: 20px;
}

.wjcallbackform .modal-dialog {
    margin: 0 auto;
}

.wjcallbackform .modal-content {
    border: none;
}

.wjcallbackform .modal-header {
   
     flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: none;
    padding: 20px 0px;
}

.wjcallbackform .modal-header .modal-title {
    font-size: 1.5em;
    line-height: 120%;
}

.wjcallbackform .modal-header .close {
    font-size: 2em;
    line-height: 1rem;
    cursor: pointer;
}


/* Preloader
*********************************************/
#wjcallback-loader {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1060;
}

#wjcallback-loader::after {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #0088cc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
	position: fixed;
	margin: -40px auto 0;
	top: 50%;
	left: 0;
	right: 0;
	content: "";
}

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

/* Media
*********************************************/
@media only screen and (max-width : 480px) {
    #wjcallback-modal .wjcallbackform {
        margin: 15px;
    }
}
