.modal-header .close {
    color: #000 !important;
    margin: -37px 15px;
}

.modal-header {
    text-align: left;
    padding: 0;
}

.npf_cpt_new {
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align: top;
    height:50px;
}
#lblMessage{
    color:yellow;
    font-size:13px;
}
lblMessage1{
    color:green;
}
.cptImgBox {
    position: relative;
    height: 35px;
    width: 49%;
    float: left;
}

.beforeCImage_new {
    left: 1px;
}

.npf_cpt_new img {
    height: 100% !important;
    width: 100% !important;
}

.afterCImage_new {
    right: 1px;
}

.npf_cpt_new .CaptchaRefreshBtn {
    color: #000;
    border: none;
    position: absolute;
    right: 2px;
    background-color: #fff;
    font-size: 0;
    top: 4px;
    padding: 0;
    left: auto;
    z-index: 11;
}

.npf_cpt_new .form-group.label-floating.captcha-text {
    float: right;
}

.npf_cpt_new .form-group.captcha-text {
    float: right;
    width: 49%;
}

#captcha {
    background-color: #fff;
    padding: 0;
    height: 35px;
    margin-bottom: 0;
}

/*.ButtonStyle {
    background-color: #ffffff;
    color: #982a33;
}*/
.form-control {
    border-radius: 0 !important;
    outline: none;
    font-size: 13px;
    height: 35px;
    color: #000;
    border: none;
    background-color: #fafafa;
}
.form-title {
    font-size: 25px;
    text-align: center;
    padding: 0;
    color: #982a33 !important;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px;
}

.text1 {
    border: unset;
    height: 35px;
    width: 100%;
    box-shadow: unset;
    font-family: Verdana;
    padding: 5px 10px;
    margin: 4px 10% 4px 5%;
    background-color: #fff !important;
    border-radius: 10px !important;
    margin: 7px 0;
}

select, #cmbCourse {
    width: 100%;
    height: 35px;
    border-radius: 10px;
    border: 1px solid #CCC;
    font-weight: 200;
    font-size: 12px;
    margin: 2px 10% 2px 5%;
    font-family: Verdana;
    padding: 0px 10px;
    margin: 10px 0;
}

.modal-content {
    border-radius: 20px;
    padding: 10px;
}

.feedback-layout {
    background-image: url('../img/ERPBackground.jpg');
    /*background-image: url('../img/bg-testimonial1.jpg');*/
    /* background-image: url(../img/Section-bg.jpg); */
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0%;
    overflow: visible;
    padding-top: 20px;
    border-radius: 10px;
}
.form-check-label {
    text-align: left;
    color: #fff;
}
.form-group {
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align: top;
    margin-bottom: 10px;
}

.checkbox label {
    padding-left: 0px !important;
    color: #fff !important;
}




#feedback-tab, #feedback-tab:hover {
    background-color: #0d3b67
}

#feedback-tab, .form-title {
    text-align: center;
    color: #fff
}

.modal-dialog {
}

#feedback {
    position: fixed;
    right: -40px;
    top: 35%;
    z-index: 9999;
}

#enquirybtn {
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(450deg) !important;
    background-color: #b79652 !important;
    color: #fff;
    padding: 3px 25px;
    font-weight: bold;
    border: 1px solid #fff;
    font-size: 18px;
}
    #enquirybtn:hover {
        background-color: transparent;
        color: #000;
        border: 1px solid #b79652;
        transition: ease-in-out 0.3s;
    }
#feedback-form {
    background-color: transparent;
    float: right;
    width: 100%;
    height: 100%;
    z-index: 9999;
    padding-top: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
    border-radius: 0px;
    display: block !important;
    margin-bottom: 0;
    border: unset;
}
.modal-body {
    position: relative;
    padding: 10px;
}
#feedback-tab {
    float: right;
    color: #fff;
    font-size: 20px;
    border: 1px solid;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    width: 120px;
    height: 42px;
    background-color: #982a33;
    margin-top: 100px;
    margin-right: -42px;
    padding-top: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

    #feedback-tab:hover {
        background-color: #FFF;
        color: #982a33;
    }

#feedback-form textarea {
    resize: none;
}
/*============== Custom CSS ==========*/
.text-en-form {
    font-size: 25px;
    text-align: center;
    color: #fff;
    padding: 11px 1px;
}

.EnquiryBox hr {
    margin: 17px 0px 19px;
}

.EnquiryBox {
    height: 100%;
    padding: 15px;
}

/*=============== Media Query ==============*/

@media (max-width: 1024px) {
    .text-en-form {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .text-en-form {
        font-size: 18px;
    }
}
