 
/* The Modal (background) */
 .modal {
     display: none;
    /* Hidden by default */
     position: fixed;
    /* Stay in place */
     z-index: 100;
    /* Sit on top */
     padding-top: 50px;
    /* Location of the box */
     left: 0;
     top: 0;
     width: 100%;
    /* Full width */
     height: 100%;
    /* Full height */
     overflow: auto;
    /* Enable scroll if needed */
     background-color: rgb(0,0,0);
    /* Fallback color */
     background-color: rgba(0,0,0,0.4);
    /* Black w/ opacity */
}
 .model-header{
     display: flex;
     align-items: flex-start;
     justify-content: space-between;
     padding: 0 !important;
     border-bottom: none !important;
     border-top-left-radius: 0;
     border-top-right-radius: 0;
}
/* Modal Content */
 .modal-content {
     background-color: #dadada;
     margin: auto;
     padding: 15px;
     border: 1px solid #888;
     width: 80%;
}
/* The Close Button */
 .close {
     color: #aaaaaa;
     float: right;
     font-size: 28px;
     font-weight: bold;
}
 .close:hover, .close:focus {
     color: #000;
     text-decoration: none;
     cursor: pointer;
}
 #loading {
     position: fixed;
     width: 100%;
     height: 100vh;
     background: #fff url('loader.gif') no-repeat center center;
    /*transition: z-index 2s step-end, opacity 0s ease-in-out;
     */
     z-index: 9999;
}
 h3.botton-padding {
     display: inline-block;
     font-weight: 700;
     cursor: pointer;
     font-size: 18px;
     color: rgba(0, 0, 0, 0.9)!important;
     border: none;
     text-decoration: none;
     line-height: 1.5rem;
    /* color: red!important;
     */
     padding-top: 10px;
     margin-bottom: 7px;
}
 h3.botton-padding a{
     color: rgba(0, 0, 0, 0.9)!important;
}
 .b-grid-top p {
     color: rgba(0, 0, 0, 0.5);
     margin-top: 5px;
     line-height: 1.3em;
     font-size: 14px;
}
 .form-control, .webform-submission-form select.form-select {
     display: block;
     width: 100%;
     height: calc(2.25rem + 2px);
     padding: .325rem 1.25rem;
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.5;
     color: #999;
     background-color: #fff;
     background-clip: padding-box;
     border: none;
     border-bottom: 1px solid #cc3634;
     border-radius: 4px;
     transition: border-color .15s ease-in-out , box-shadow .15s ease-in-out;
}
 input[type=text], select, textarea {
     width: 100%;
     border-radius: 4px;
     padding: .325rem 1.25rem;
     box-sizing: border-box;
     resize: vertical;
     border: none;
     border-bottom: 1px solid #cc3634;
}
 input[type=email], select, textarea {
     width: 100%;
     border: none;
     padding: .325rem 1.25rem;
     border-bottom: 1px solid #cc3634;
     border-radius: 4px;
     box-sizing: border-box;
     resize: vertical;
}
 ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
     color: red;
     opacity: 1;
    /* Firefox */
}
 .now-acity{
     width:70%;
}
 .new-program{
     width:70%;
}
 .form-w-100{
     width:80%;
}
 .padding-new-program{
     padding-top:1rem;
     padding-bottom:1rem;
}
 .banner1-position{
     background-position:80% 5% !important;
}


/*new blog style*/
div#blog {
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(241, 246, 253, 1) 100%);
}
.wrap-bg {
    padding: 100px 0px;
    position: relative;
}
/*End new blog style*/
 @media (max-width:768px){
     .new-program{
         width:100%;
         margin-top:-35px;
    }
     .now-acity{
         width:100%;
    }
     .form-w-100{
         width:100%;
    }
     .field.field--name-name.field--type-string.field--label-hidden.field__item {
         font-size: 1.4rem;
         padding-left: 20px;
    }
     .banner1-position{
         background-position:70% 5% !important;
         box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
    }
}
 .clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
     padding-bottom: 30px;
}
