.min-slider {
    padding: 89px 0 25px !important;
}
.open-filter{
    display: none;
    background: #976469;
    color: #fff;
    padding: 8px;
    width: 100%;
    margin-bottom:15px;
}
.open-filter:hover{
    background: #a96b71;
    color: #fff;
}
.open-filter:active,.open-filter:focus{
    color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1510px){

    .main-menu-wrapper__call {
        display: flex !important;
    }
    
}
@media only screen and (min-width: 992px){

    .web{
        display: block;
    }
    .ipad{
        display: none;
    }
    .mobile{
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .web{
        display: none;
    }
    .ipad{
        display: block;
    }
    .mobile{
        display: none;
    }
}
@media only screen and (max-width: 767px){
    .services-two__single{
        margin-bottom: 15px;
    }
    .cons:nth-child(even){
        padding-right:8px;
    }
    .cons:nth-child(odd){
        padding-left:8px;
    }
    .min-slider {
        padding: 64px 0 25px !important;
    }
    .web{
        display: none;
    }
    .ipad{
        display: none;
    }
    .mobile{
        display: block;
    }
    .filter{
        display: none;
    }
    .open-filter{
        display: block;
    }
    .work-together__right,.welcome-two__right, .why-choose-one__right{
        margin-right: 10px !important;
    }
    .welcome-two__left {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .why-choose-one {
        padding: 40px 0 40px !important;
    }
    .work-together {
        padding: 0px 0 40px !important;
    }
    .booking-fixed{
        height: 175px;
    }
    .booking-fixed-service-btn{
        padding: 0 25px;
    }
    .services-category-btn .services-two__arrow2, .services-category-btn .services-two__arrow2:hover{
        width: 132px;
        font-size: 13px;

    }
    #payment-modal .modal-footer{
        width: 114%;
    }
    .testimonial-three__client-name{
        font-size: 14px;
    }
    .small, small {
        font-size: 10px !important;
    }
    .scroll-to-top{
        display: none !important;
    }
}
.video-logo{
    width: 160px;
    position: absolute;
    left: 45%;
    top: 5%;
}
.error-page__text{
    line-height: 1.5;
}
.table__head {
    color: #FFF;
    font-weight: 700;
    background: #966469;
    background: -moz-linear-gradient(-45deg, #966469 0%, #11101d 100%);
    background: -webkit-linear-gradient(-45deg, #966469 0%, #11101d 100%);
    background: linear-gradient(135deg, #966469 0%, #11101d 100%);
    white-space: nowrap;
}

.table-bordered td,
.table-bordered th {
    border: 0px solid #FFF;
}

.coin {
    width: 6%;
    margin-left: 5px;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.winner__table {
    white-space: nowrap;
}

.pay-btn {
    background-color: #6f728d !important;
    padding: 3px 15px !important;
    color: #fff !important;
    border-radius: 15px !important;
}

.pay-btn:hover {
    background-color: #11101d !important;
}

.table-striped td {
    padding: 15px 5px !important;
    text-align: center;
}

.table>:not(:last-child)>:last-child>* {
    padding: 15px 5px !important;
    text-align: center;
}

@media screen and (max-width: 567px) {

    .winner__table {
        font-size: 12px;
    }

    .coin {
        width: 15%;
        margin-left: 5px;
        margin-right: 5px;
    }
}

span.payment-method-icon {
    height: 65px;
}

.testimonial-three__client-img {
    margin-right: 7px;
}

.custom-tabs #nav-tab {
    border: 0;
    margin-top: 22px;
}

.custom-tabs #nav-tab button {
    border: 0;
    width: 50%;
    background: #e0e0e0;
    border-radius: 0;
    color: #272727;
}

.custom-tabs #nav-tab button:hover,
.custom-tabs #nav-tab button:focus,
.custom-tabs #nav-tab button:active {
    border: 0;
    background: #946267;
    color: #fff !important;
}

.custom-tabs #nav-tab button.active {
    border: 0;
    background: #946267;
    color: #fff;
}

.c-card {
    padding: 45px 15px;
}

.card-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.card-1:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.card-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.card-3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.card-4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.card-5 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.rating-modal-btn{
    bottom: 100px !important;
    padding: 15px 19px !important;
    border-radius: 45px !important;
    color: #fff !important;
    background: #8d5d62 !important;
    border: 5px solid #fff !important;
}
.rating-modal-btn i{
    color: #fff !important;
}
.rating-emoji {
    display: flex;
    list-style: none;
    text-align: center;
    width: 100%;
    margin-bottom: 38px;
}
.rating-emoji li{
    width: 20%;
    position: relative;
    cursor: pointer;
}

.rating-emoji-div h4 {
    text-align: center;
    margin-bottom: 18px;
    position: relative;
    z-index: 99;
}
.rating-emoji-div img{
    width: 80%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.active-img{
    filter: none !important;
    -webkit-filter: none !important;
}
.rating-emoji-div h4 span{
    background-color: #fff;
    padding: 5px 10px;
}
.rating-emoji-div h4::after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    right: 0;
    bottom: 12px;
    z-index: -1;

}
#rating-modal .modal-header{
    border:0;
}
#rating-modal .modal-footer{
    width: 102%;
    margin: 3px -4px;
}
.comment{
    width: 100%;
    border-radius: 3px;
    border-color: #ddd;
    background-color: #f3f3f3;
    padding: 15px;
}
.comment::placeholder{
    color: #ddd;
}
.sidebar__post-list li {
    padding: 14px 15px 19px;
    background: #fff;
    margin-top: 15px !important;
}
.sidebar__post-content-meta, .sidebar__post-content h3 a{
    color: #000 !important;
}
.sidebar__post-content-meta span, .sidebar__post-content a{
    color: #000;
}
.sidebar__post-list li:hover .sidebar__post-content-meta, .sidebar__post-list li:hover .sidebar__post-content h3 a{
    color: #fff !important;
}
.sidebar__search form button{
    padding: 3px 12px;
}
.sidebar__search form input{
    width: 87%;
}
.consulting-sidebar .sidebar__search form input {
    width: 83%;
}

