body {
    text-transform: capitalize;
}
#request_artist_page .container {
     background: #ffffff;
     padding: 0;
     box-shadow: -18px 19px 40px rgb(0 0 0 / 10%);
     border-radius: 10px;
     border: 0;
}
 #request_artist_page .artist-header h2 {
     font-weight: 600;
     font-size: 38px;
     line-height: 42px;
     text-align: center;
     color: #000;
     padding: 0;
     margin-top: 70px;
}
 .artist-header .artsit-content {
     font-size: 16px;
     line-height: 24px;
     color: #545454;
     max-width: 630px;
     margin: 0 auto;
     text-align: center;
}
 #request_artist_page .footer-dd .container {
     background: transparent;
     box-shadow: none;
}
 .contact-no {
     color: #155397;
}
 label {
     margin-bottom: 10px;
     font-weight: normal;
     color: #545454;
     font-size: 14px;
     text-transform: capitalize;
}
 .sign-up input[type="text"] {
     height: 54px;
     border: #a0a0a0 1px solid;
     border-radius: 6px;
     width: 100%;
     padding: 0 10px;
     margin: 0 0 20px 0;
}
 #request_artist_page .profile-page-content.signup,#request_artist_page .profile-page-content.infomation-signup ,#request_artist_page .profile-page-content.options-signup,#request_artist_page .profile-page-content.submited-signup{
     border: 0;
     margin: 0;
     padding: 0;
}
 .profile-page-content .mid-container {
     padding: 0 70px 0;
}
 .artist-step {
     position: relative;
     padding: 100px 0 80px;
}
 .stepwizard-row {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-evenly;
}
 .stepwizard-step {
     position: relative;
     display: flex;
     flex-wrap: wrap;
     width: 33.33%;
     text-align: center;
     justify-content: center;
}
 .step-border {
     position: absolute;
     width: 70%;
     height: 2px;
     border-bottom: 1px dashed #9e9e9e;
     left: 65%;
     top: 25px;
}
 .completed-border{
    border-bottom: 1px solid #155397;
}
 a:hover, a:focus {
     text-decoration: none;
}
 .comment-form select {
     height: 54px;
     border: #a0a0a0 1px solid;
     border-radius: 6px;
     width: 100%;
     padding: 0 10px;
     margin: 0 0 20px 0;
     -webkit-appearance: none;
     -moz-appearance: none;
     background: transparent;
     background-image: url(../images/arrow_drop_down.png);
     background-repeat: no-repeat;
     background-position-x: 95%;
     background-position-y: 24px;
     font-size: 16px;
     color: #000;
}
 .stepwizard-step .circle {
     width: 52px;
     height: 52px;
     background: #f3f3f3;
     text-align: center;
     margin: 0 auto;
     border-radius: 50%;
     padding: 16px 0;
}
 .circle .fa-check:before {
     content: "\f00c";
     color: #fff;
}
 .circle .circle-round {
     color: #9e9e9e;
     font-size: 18px;
     font-weight: 600;
}
 .stepround.active .circle .circle-round {
     color: #155397;
}
 .stepwizard-step .stepround.active .circle {
     background: #EAF2FC;
     border: 1px solid #155397;
}
 .stepwizard-step .stepround.active.completed .circle {
     background: #155397;
     color: #fff;
}
 .stepround .title {
     font-size: 16px;
     line-height: 24px;
     color: #9e9e9e;
     font-weight: 600;
     text-transform: capitalize;
     padding-top: 22px;
}
 .stepround.active .title {
     color: #000;
}
 .footer-bottom {
     position: relative;
     border-top: 1px solid #ebebeb;
     margin-top: 50px;
     padding: 70px 0;
}
 .footer-wrapper {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     flex-direction: row;
}
 .footer-btn .btn-primary,.homepagebtn .btn-hoempage.btn-primary {
     background: #155397;
     box-shadow: -5px 6px 21px rgba(21, 83, 151, 0.4);
     font-size: 16px;
     padding: 22px 36px;
     border-radius: 100px;
     border: 1px solid #155397;
}
 .time-date label {
     display: block;
}
.time-date .time {
    width: 63% !important;
    margin-right: 15px !important;
    display: inline-block;
    /* vertical-align: middle; */
}
.am-pm-btn {
    width: 33%;
    display: inline-block;
    vertical-align: middle;
}
.am-pm-btn label span {
    background: #f3f3f3;
    margin: 0;
    border-radius: 5px;
    cursor: pointer;
    padding: 16px;
    border: 1px solid #f3f3f3;
    transition: all 0.3s ease;
    text-align: center;
    width: 63px;
    height: 54px;
    display: inline-block;
    margin-right: 5px;
    color: #000;
    font-size: 16px;
}
.am-pm-btn label {
    display: inline-block;
    position: relative;
}
.am-pm-btn input[type="radio"],.tooltop input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    visibility: hidden;
}
.am-pm-btn label input:checked ~ span {
    background: #EAF2FC;
    color: #155397;
    border: 1px solid #155397;
}
.tooltop .am-pm-btn {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
 .event-form .title-text {
     font-weight: 600;
     font-size: 16px;
     line-height: 24px;
     color: #000;
     margin-bottom: 25px;
}
 .footer-btn .btn-back.btn-primary {
     background: transparent;
     border: 1px solid #5F5F5F;
     border-radius: 100px;
     color: #5f5f5f;
     box-shadow: none;
     margin-right: 20px;
}
 .yes-btn,.no-btn{
     margin-right: 5px;
     color: #000;
     font-size: 16px;
}
 .yes-btn:hover, .yes-btn:focus, .yes-btn:active, .no-btn:hover, .no-btn:active, .no-btn:focus{
     background:#EAF2FC;
     border:1px solid #155397;
     color: #155397;
}
 .additional-info label {
     display: block;
}
 .additional-info textarea {
     width: 100%;
     border: #a0a0a0 1px solid;
     border-radius: 6px;
     padding: 0 10px;
     margin: 0 0 20px 0;
}
 .footer-btn .btn-request.btn-primary {
     background: #E11A22;
     box-shadow: -5px 6px 21px rgba(225, 26, 34, 0.4);
     border: 1px solid #e11a22;
}
 .hidden{
    display: none;
}
 input[type="checkbox"] {
     background: #f3f3f3;
     width: 25px;
     height: 25px;
     border: 1px solid #d9d9d9;
     margin-right: 5px;
     display: inline-block;
     vertical-align: middle;
}
 .event-form .full {
     margin-bottom: 30px;
}
 .tooltip-basic.yes-no {
     color: #000;
     font-size: 16px;
}
 .tooltop {
     margin-bottom: 30px;
}
 .g-recaptcha {
     margin-top: 30px;
     float: left;
}
 #request_artist_page .profile-page-content.submited-signup {
     padding: 100px 0;
}
 .submitted-submit {
     max-width: 426px;
     margin: 0 auto;
     text-align: center;
}
 .submit-image{
     background: url(../images/submit.png);
     background-position: center center;
     background-size: cover;
     background-repeat: no-repeat;
     width:76px;
     height: 76px;
     margin: 0 auto 40px;
}
 #request_artist_page .submited-signup .profile-admin h2 {
     font-weight: 600;
     font-size: 38px;
}
 #request_artist_page .submited-signup .profile-admin p {
     font-size: 16px;
     line-height: 24px;
     max-width: 326px;
     margin: 0 auto;
     padding: 20px 0 30px;
}
 .homepagebtn {
     text-align: center;
}
 @media (max-width: 1199px){
     .artist-step {
         position: relative;
         padding: 60px 0 40px;
    }
}
 @media (max-width: 767px){
 .main-container {
    padding: 20px 15px;
}   
     .profile-page-content .mid-container {
         padding: 0 15px 0;
    }
     .step-border {
         width: 60%;
         left: 70%;
    }
}
 @media (max-width: 479px){
     #request_artist_page .artist-header h2 {
         font-size: 32px;
         line-height: 42px;
    }
     .artist-header .artsit-content {
         font-size: 14px;
    }
     .stepround .title {
         font-size: 14px;
         line-height: 20px;
    }
     .step-border {
         width: 35%;
         left: 82%;
    }
     .artist-step {
         padding: 40px 0 20px;
    }
     .footer-wrapper {
         justify-content: unset;
         flex-direction: column;
         text-align: center;
    }
     .footer-btn {
         padding-top: 15px;
    }
     .footer-btn .btn-back.btn-primary {
         width: 100%;
    }
     .footer-btn .btn-primary, .homepagebtn .btn-hoempage.btn-primary {
         width: 100%;
         margin-top: 15px;
         font-size: 14px;
    }
    #request_artist_page .submited-signup .profile-admin h2 {
        font-size: 24px;
    } 
    #request_artist_page .submited-signup .profile-admin p {
        font-size: 15px;
        text-align: center;
    }       
}

