button.butn {
    border: 0;
}

/*------------------------------------*\
    RESPONSIVE MIN WIDTH
\*------------------------------------*/

@media (min-width:1150px) {}


@media (min-width:1025px) {}


@media(min-width:992px) {

    .nav_area.dropdown-menu {
        position: relative !important;
        padding: 0 !important;
    }

    .usermenu li {
        min-height: 90px;
        display: flex;
        align-items: center;
        padding: 0 10px;
    }


}



/*------------------------------------*\
    RESPONSIVE MAX WIDTH
\*------------------------------------*/

@media only screen and (max-width:1350px) {}

@media only screen and (max-width:1250px) {}


@media only screen and (max-width:1199px) {}

@media only screen and (max-width:1024px) {

    .footer-logo {
        margin: 0px 0;
    }

    .main {
        min-height: auto;
    }

    .feed-comment-box .bg-lightgreen {
        width: 100%;
    }

    .job-table {
        display: block;
        overflow-x: auto;
    }

    .job-table tbody, .job-table thead {
        display: block;
        width: 950px;
    }


}



@media only screen and (max-width:991px) {
    .nav_area {
        position: fixed;
        top: 0;
        height: 100vh;
        left: -100% !important;
        transform: none !important;
        padding: 10px;
        box-shadow: 0 0 5px #ccc;
        border-radius: 0;
        transition: all .2s ease-in;
        display: block !important;
        visibility: hidden;
        border-top: 3px solid var(--green) !important;
    }

    .nav_area.show {
        left: 0 !important;
        visibility: visible;
    }


    .nav_area ul li {
        padding: 10px 0;
        border-bottom: 1px solid rgb(84 130 53 / 47%);
    }

    .nav_area ul li a {
        font-size: 13px;
    }

    .nav_area ul li:last-child {
        border: 0;

    }

    .nav_area ul li:last-child .butn {
        padding: 10px 15px;
        font-size: 13px;
        line-height: 15px;
        margin-top: 10px;
    }

    .menu-toggle {
        width: 35px;
        height: 35px;
        background: linear-gradient(90deg, #548235 41.25%, #FFC700 130.06%);
        border-radius: 3px;
        color: #fff;
        text-align: center;
        line-height: 36px;
        font-size: 20px;
    }

    .menu-toggle:hover {
        color: #fff;
    }

    .footer-logo img {
        max-width: 100px;
    }

    .home-banner .left-side::after {
        bottom: -50px;
        left: 0;
    }

    .listing-sidebar .dropdown-menu {
        transform: none !important;
    }



}

@media only screen and (max-width:767px) {
    .coache-section {
        margin: 0 !important;
    }
    .support-content:after {
        display: none;
    }
    
    .slider-section {
        padding: 0 !important;
    }
    
    .support-section img {
        min-height: 280px !important;
    }
    .home-banner .left-side::after {
        width: 100%;
        background-size: contain;
    }

    .footer {
        text-align: center !important;
    }

    .footer .container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .footer .row {
        order: 2;
    }

    .footer-logo:before {
        display: none;
    }

    .footer-logo {
        order: 1;
    }

    .main {
        min-height: calc(100vh - 346px)
    }

    .paginations a {
        margin-bottom: 7px;
    }

    .booking-summ-img {
        width: 40px;
        height: 40px;
    }

    .square-summ-img {
        width: 60px;
        height: 40px;
    }



    .user-message-request .inbox-msg-list,
    .user-message-request .msg-listing {
        height: auto;
    }

    .home-banner h1 {
        font-size: 32px;
    }

    .home-banner h1 span {
        font-size: 40px;
    }

    .home-banner .left-side::after {
        left: 0px;
    }

    .parent-section .left-side::after {
        display: none;
    }

    .cocha-type h3 {
        font-size: 30px;
        line-height: 36px;
    }

    .testimonial,
    .testimonial .testimonial-right-content {
        margin-left: 0;
    }

    .video-slider.owl-theme .owl-nav {
        width: calc(100% + -30px);
        left: 15px;
        top: 43%;
    }

    .h-50 {
        height: auto !important;
    }

    .team-section h3 {
        font-size: 30px;
    }

    .footer-top h2 {
        font-size: 30px;
        line-height: 38px;
        padding-bottom: 15px;
    }

    .home-banner img {
        margin: 0 auto;
    }

    .home-banner .butn {
        padding: 10px;
        width: 33%;
        height: 60px;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
    }

    .otp-field input {
        margin-right: 5px !important;
    }

    .site-form .btn-group {
        justify-content: center;
    }

}



@media only screen and (max-width:575px) {
    .user-notification {
        max-width: 100%;
    }
    .fs-sm-22 {
        font-size: 22px;
        line-height: 28px;
    }

    .facility-section {
        background-size: auto 500px;
        background-repeat: no-repeat;
    }

    .timing-wrap+.timing-wrap {
        margin-top: 5px;
    }

    .fs-sm-18 {
        font-size: 18px;
        line-height: 22px;
    }

    .fs-20 {
        font-size: 18px;
        line-height: 22px;
    }

    .header-dp {
        width: 35px;
        height: 35px;
    }

    .site-form select {
        background-position: right 6px center;
        background-size: 8px;
    }

    .sign-up .icon-box img {
        width: 20px;
    }

    .timing-input input {
        padding: 5px 3px;
        width: 65px !important;
    }

    .available-table tr td.timing-input {
        gap: 0px;
        align-items: flex-start;
    }

    .available-table tr td.timing-input>a {
        margin-top: 4px;
    }

    .available-table tr td,
    .available-table tr th {
        font-size: 12px;
        width: auto !important;
    }

    a.add-location-link.text-green {
        display: block;
        float: none;
    }


    .head-profile {
        width: auto;
    }

    .job-table tbody {
        /* width: auto; */
    }
    

    table.booking-table tr {
        /* display: block; */
        font-size: 14px;
    }

    table.booking-table tr th {
        padding: 5px 15px !important;
        /* width: 100%; */
        /* display: block; */
    }

    .booking-table tbody tr td {
        /* display: block; */
    }

    .booking-table tr td {
        padding: 5px 15px;
    }

    .booking-table tr td h6 {
        line-height: 18px;
        font-size: 12px;
    }

    div#newkid .group-butn a {
        min-width: 110px;
    }

    div#newkid .group-butn a+a {
        margin-left: 5px;
    }

}

@media only screen and (max-width:480px) {
    .head-icon img {
        width: 20px;
    }

    .head-icon {
        width: 30px;
        min-width: 30px;
        height: 30px;
    }

    .menu-toggle {
        width: 28px;
        height: 28px;
        line-height: 30px;
        font-size: 16px;
    }

}

@media (max-width:460px) {
    .d-flex.profile-info .d-flex.align-items-center.gap-2.pb-2 {
        display: flex !important;
    }
    .feed-item {
        padding: 5px;
    }

    span.feed-user-image img {
        height: 40px;
        min-width: 40px;
    }

    span.feed-user-image {
        width: 45px;
        margin-top: 7px;
    }

    .feed-desc p {
        line-height: 20px;
        font-size: 12px;
    }

    .form-field.pb-4.otp-field input {
        margin-right: 5px !important;
        width: 32px !important;
    }

    .header-dp {
        width: 30px;
        height: 30px;
        min-width: 30px;
    }

    .menu-toggle {
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 14px;
    }

    .group-butn {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .group-butn .butn {
        min-width: 80px;
    }

    .d-flex.profile-info {
        flex-direction: column;
    }

    .d-flex.profile-info>div>.d-flex {
        display: block !important;
    }

    .d-flex.profile-info>div>.d-flex>i {
        display: none;
    }

    .profile-data>div img {
        width: 22px;
    }

    .profile-data>div {
        width: 33%;
        padding: 0;
    }

    .profile-data>div h6 {
        font-size: 13px;
        text-align: center;
    }

    .feed-react-bar img {
        width: 15px;
        margin-right: 1px !important;
    }

    .feed-react-bar+div img {
        width: 15px !important;
    }

    .available-table tr td {
        vertical-align: top;
    }

    .location-window {
        padding: 18px 10px 10px !important;
    }

    /* .available-table tr td.timing-input .ms-1 {
        margin-left: 0 !important;
    } */
}

@media(max-width: 360px) {
    .available-table tr td.timing-input .ms-1 {
        margin-left: 0 !important;
    }
}

@media(max-width: 320px) {
    .available-table tr td.timing-input {
        gap: 3px;
        flex-direction: column;
        align-items: flex-start;
    }
}
@media only screen and (max-width:300px) {
    .d-flex.profile-info>div>.d-flex {
        display: block !important;
    }
    .head-icon {
        width: 20px;
        min-width: 20px;
        height: 20px;
    }
    
    #head_profile img:last-child {
        width: 15px;
    }
    
    .menu-toggle {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
    
    
    }