﻿.qbox {
    width: 80%;
    margin: 0 auto;
}
/*.request-txt {
    margin: 20px auto;
}*/
.request-form {
    /*background: url("/App_Themes/Default/images/form-bg-image.jpg") no-repeat scroll right bottom #fff;*/
    border-radius: 5px;
    box-shadow: 0 0 3px #efefef;
    margin: 20px 0;
    padding: 25px 50px;
    padding-bottom: 25px;
    background-color: #ffffffde;
    position: relative;
    box-shadow: 0px 0px 14px -6px rgb(32 32 32 / 37%);
}
.request-form li {
        padding: 12px 0;
        clear: both;
}
.request-form label {
        display: inline-block;
        width: 250px;
        font-weight: bold;
        color: #b53510;
        width: 45%;
}
.request-txt center {
    color: #8B4513 !important;
}
.char-txt {
    margin-left: 302px;
}
#loader img {
    width: 42px;
}
#loader {
    text-align: center;
}
/*input[type="password"], input[type="text"], select, .input, .select, textarea {
    width: 292px;
}*/
input[type="password"], input[type="text"], select, .input, .select, textarea {
    width: 50%;
}
.err-msg {
    margin-left: 255px;
    padding-top: 6px;
}
#ctl00_placeholderMain_city.err-msg[style="color: red; display: inline;"] {
    display: inline-block !important;
}
.btn-success {
    padding: 5px 5px;
}
.success {
    color: Green;
    font-size: medium;
    font-weight: normal;
}
/*edited code---*/
.request-txt {
    padding: 20px;
}
.qbox-bg {
    padding: 35px;
    background: url(/App_Themes/Default/images/temple-bg-image-edited.jpg) no-repeat scroll right bottom #fff;
    background-size: cover;
}
.textareabox label {
    vertical-align: top;
}
textarea{
    height: 80px;
}
span.error-msg {
        background: #db0000;
        font-size: 12px;
        margin-left: 8px;
        padding: 4px 10px;
        z-index: 999;
        float: left;
        position: relative;
        margin-top: 8px;
        /*right: -43.5%;*/
        left: 44%;
}
span.error-msg {
    display: inline;
}
.error-msg::before {
    content: "\25C0";
    color: #db0000;
    position: absolute;
    top: -9px;
    left: 9px;
    transform: rotate(-151deg);
}
select, input{
    color: #6f6f70;
}
av-title-1 {
    padding-top: 20px;
}
.form-content{
    padding-top: 25px;
    text-align: center;
}
.av-title-1 {
        font-size: 32px;
        text-align: center;
        font-weight: 600;
        color: #b53510;
        line-height: 2.4rem;
        margin-bottom: .7rem;
        position: relative;
    }
.av-title-1 span.btm-bar {
    display: block;
    padding-bottom: 5px;
}
.av-subtitle-1:before, .av-title-1 span.btm-bar:before {
    content: "";
    width: 10rem;
    height: 2.3px;
    background: #b53510;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -9px;
    margin: 0 auto;
}
.av-subtitle-1:after, .av-title-1 span.btm-bar:after {
    content: "";
    width: 6rem;
    height: 2.3px;
    background: #b53510;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
}
p {
    font-size: 15px;
    line-height: 25px;
}
/*ipad view--*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.request-form {
    margin: 20px 0;
    padding: 30px 30px;
    padding-bottom: 12px;
}
span#Errorname{
    margin-top: 8px;
}
input[type="password"], input[type="text"], select, .input, .select, textarea {
    width: 50%;
}
.char-txt {
    margin-left: 226px;
}
}
/*mobile view--*/
@media only screen and (min-width: 320px) and (max-width: 667px){
.request-form {
    background-size: cover;
}
input[type="password"], input[type="text"], select, .input, .select, textarea {
    width: 100%;
}
.request-form{
    padding: 7px 20px;
}
    .char-txt {
    margin-left: 0;
}
textarea {
    height: 50px;
}
.request-form li:last-child >label {
    display: none;
}
span.error-msg{
    left: -2%;
}
.qbox-bg{
    padding:15px 5px;
}
.av-title-1{
    font-size: 28px;
}
.qbox {
    width: 90%;
    margin: 0 auto;
}
}
/*default css--*/
select{
    padding: 0.69rem 0.5rem !important;
    height: auto;
    border-radius: 0.3rem;
    border: 1px solid #c8c8c8;
}
textarea {
    height: 80px;
    padding: 0.5rem 0.5rem !important;
    border: 1px solid #c8c8c8;
}
input[type='text'], input[type='password']{
    background: #fff;
    padding: 0.67rem 0.5rem !important;
    border-radius: 0.3rem;
    border: 1px solid #c8c8c8;
}
    input:focus, textarea:focus, select:focus {
        background: #fdf7eb;
        border: 1px solid #E65F16 !important;
    }
input#submit {
    background: #b53510;
    border: 1px solid #b53510;
    color: #fff;
    font-weight: 600;
    padding: 9px 15px;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 13px;
}
input#submit:hover {
    background-color: transparent;
    color: #b53510;
    transition: 0.2s;
}
input:focus, textarea:focus, select:focus {
    background: #faf9f7;
    border: 1px solid #dbdbdb !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(205 205 205 / 60%);
}
.err-msg {
    background: #9E3504;
    border-radius: 3px;
    color: #fff !important;
    font-size: 12px;
    margin-left: 8px;
    padding: 3px 8px;
    z-index: 999;
    position: absolute;
    display: none;
}

    .err-msg::before {
        content: "\25C0";
        color: #9E3504;
        position: absolute;
        top: 3px;
        left: -6px;
    }

.err-msg {
    display: inline;
}

footer.hm-section.hm-section-18.pt-5.pb-3 {
    background-color: #f4f5fd;
}
