label.error{
    color:red;
}
.coming-soon{
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    margin: 70px 0px;
}
/* For placeholder */
input:focus::-webkit-input-placeholder {
    color: transparent;
}
/* Firefox < 19 */
input:focus::-moz-placeholder {
    color: transparent;
}
/* Firefox > 19 */
input:focus::-moz-placeholder {
    color: transparent;
}
/* Internet Explorer 10 */
input:focus:-ms-input-placeholder {
    color: transparent;
}
/* For placeholder */
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}
/* Firefox < 19 */
textarea:focus:-moz-placeholder {
    color: transparent;
}
/* Firefox > 19 */
textarea:focus::-moz-placeholder {
    color: transparent;
}
/* Internet Explorer 10 */
textarea:focus:-ms-input-placeholder {
    color: transparent;
}
#signupForm, .formdiv, .form-group{
    text-align:left;
}
#alertDiv, .alert-danger{
    text-align:left;
}
.disabled{
    background-color:#bebebe !important;
}
.cust-small-image{
    width:40px;
}
input:focus::-webkit-input-placeholder{
    color:transparent;
}
textarea:focus::-webkit-input-placeholder{
    color:transparent;
}
textarea{
    width:100%;
}
#formdivprofile, label{ 
    margin-bottom:0px !important;
}
#div_profile_pic{
    color:black;
}
#div_profile_pic .rounded-circle{
    width:200px;
}
.carousel-image{
    margin: 5px 0px;
}
.detailinfo .dropdown-content{
    z-index:5 !important;
}
.modal-content{
    color:black;
}
.modal-footer button{
    background: #ed3b61;
    border-radius: 5px;
    color: #fff!important;
    border: solid 1px #ed3b61;
    margin-left: 20px;
}
.modal-body .borderbox h2 span{
    background:#ffffff
}
.pink-progress-bar {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #ed3b61;
    transition: width .6s ease;
}
.custom-control-label::before{
    background-color:#fff;
}
.searchdiv ul li{
    margin-left:0px;
}
.basic-search:hover{
    cursor:pointer;
}
.searchdiv .advanceserch .btnpink{
    width:60px;
    height:60px;
}
.blog-image{
    width:350px;
    height:232px;
}
.blog-details-image{
    width:920px;
    height:609px;
}
.advanceserch ul li.rangediv{
    padding-top:5px !important;
}
/* priceRangeSlider */
/* for slider handel */
/*.slider-handle{
    background:#fff !important;
}*/
/* slider default selection */
/*.slider-selection{
    background:#ed3b61 !important;
}*/
/* slider track for min price */
/*.slider-track-low {    
    background:#4b4b4b !important;
}*/
/* slider track for max price */
/*.slider-track-high {    
    background:#4b4b4b !important;
}*/
.leftmenu .slider{ background-color:#4b4b4b; }
.slider .round{ background-color:#4b4b4b; }
.leftmenu input:checked + .slider{
    background-color:#54dd4f !important;
}
/* Tooltip */
.slider .tooltip.bs-tooltip-top{
    display: none !important;
}

/*.searchdiv select.form-control{
    -moz-appearance:none;  Firefox     
     background: url(../images/next-arrow.png) 0 0 no-repeat !important;
}*/
/* header state-city drop/down */ 
/*.state-city-dropdown-menu{
    padding:0 0 0 0 !important;
    margin:0 0 0 0 !important;    
    border-radius: 0px !important;
    border: none !important;
}
.state-city-dropdown-menu .state-name{
    font-size:1em !important;
    margin: 8px;
}
.state-city-dropdown-menu .odd-state-column{
    background: #8e3447 !important;
}*/

.header .dropdown .dropdown-menu .state-name {
    font-size:1em !important;
    margin-bottom: 8px;
}

/*Desktop*/
@media screen and (min-width: 992px)  {
    #navbarSupportedContent .navbar-nav.mr-auto{
        width:17%;
    }
    .detailinfo .dropdown-content{
        width:max-content;
    }
    .dashboard-dropdown{
        margin-left:75%;
    }
    .touring-model{
        max-width:60% !important;
    }
}
/*Mobile*/
@media only screen and (max-width: 600px) {
    .backresultbg{
        padding: 15px;
    }
    .detailinfo .dropdown-content{
        width:unset;
    }
    .dashboard-dropdown{
        margin-left:0%;
    }
    .touring-model{
        max-width:100% !important;
    }
}

.leftmenu  a.active{
    color:#ed3b61;
}

/*Upload Gallery*/
.dotted-dash-area{
    padding:10%;
    border-style: dotted;
}
.mydropzone a.dz-remove, .dropzone-previews a.dz-remove{
    margin-top:5px !important;
}
.mydropzone .dz-preview .dz-details, .dropzone-previews .dz-preview .dz-details{
    margin-bottom:0px !important;
}
/*hide slim editor remove button*/
.slim-btn-remove{
    display:none;
}
.advanced-search {
    padding:3px 10px;
}
.basic-search {
    padding:8px 10px; 
}
/*popular escort text block*/
.popescotinfo{
    min-height:80px;
}
/* Dropzone for multiple images */
.mydropzone .dz-preview, .dropzone-previews .dz-preview{
    margin:15px !important;
}
.mydropzone .dz-preview, .dropzone-previews .dz-preview{
    font-size: 11px !important;
}
/* Session Error */
.alert-error{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.ms-options-wrap > .ms-options > ul label{
    color:black;
}
.ms-options-wrap > button:focus, .ms-options-wrap > button{
    color:black;
}
li.preferences{
    width: 20%;
}
/* Plans Price */
.priceplan{
    font-size:50px;
}
.priceplan sup{
    top: -25px;
    right:5px;
}