@media screen and (min-width: 1200px) and (max-width: 1800px) {
    .hd_img1 {
        width: 500px;
        /* display: none; */
    }


}

@media screen and (min-width: 1200px) and (max-width: 1700px) {
    .hero__job__block {
        padding: 100px 30px;
    }

    .job__box {
        margin-right: 0;
        padding: 25px;
    }

    .work__job {

        padding: 25px;
        margin-left: 10px;
    }

    .work__job img {
        position: absolute;
        right: 20px;
        top: -64px;
        width: 270px;
    }

    .job__box img {
        position: absolute;
        left: -30px;
        top: -49px;
        width: 330px;
    }

    .footer__block {
        padding: 0 60px;
    }

    .footer-bbox {
        padding: 100px 20px;
    }

    .ftr_bright {
        /* flex: inherit; */
        padding-left: 40px;
    }

    .ftr_bright .btn {
        padding: 14px 21px;
        font-size: 16px;
        margin-right: 10px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .nav__right .nav-item .btn {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        border-radius: 30px;
        /* background: #106eea; */
        border-color: #fff;
        border: none;
        padding: 10px 30px;
        background: linear-gradient(to right, #000 50%, #106EEA 50%);
        background-size: 200% 100%;
        background-position: right bottom;
        transition: all .5s ease-out;
    }

    .hero__job__block {
        position: relative;
        padding: 100px 20px;
    }

    .job__box {
        flex-direction: column;
        padding: 20px;
        margin-right: 0;
        align-items: center;
    }

    .job__box img {
        position: relative;
        left: 0;
        width: 350px;
    }

    .work__job {
        flex-direction: column-reverse;
        margin-left: 0;
        align-items: center;
        padding: 20px;
    }

    .work__job img {
        top: 0;
        position: relative;
        width: 270px;
        right: 0;
    }

    .ftr_bleft {
        width: 40%;
    }

}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    .u_img {
        padding: 15px;
    }

    .user__box {
        padding: 15px;
    }

    .user__box h4 {
        font-size: 16px;
        font-weight: 600;
    }

    .user__box h4 span {
        font-size: 20px;
        margin-right: 5px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1050px) {
    .slick-prev.custom__prev.slick-arrow {
        left: 0;
        z-index: 1;
    }

    .slick-next.custom__prev.slick-arrow {
        right: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
    .filter__topcon {
        /* flex-direction: column; */
        align-items: center;
        gap: 20px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .job__box img {
        position: relative;
        left: 0;
        width: 350px;
        top: 0;
    }


}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .hero__job__block {
        position: relative;
        padding: 100px 20px;
        margin-top: 30px;
    }

    .filter__topcon {
        /* flex-direction: column; */
        align-items: center;
        gap: 20px;
    }

    .job__box {
        margin-right: 0;
        padding: 36px 30px;
        margin-bottom: 50px;
    }

    .work__job {
        margin-left: 0;
        padding: 36px 30px;
        margin-top: 50px;
    }

    .ftr_bleft {
        width: 50%;
    }

}

@media screen and (min-width: 500px) and (max-width: 768px) {}

@media only screen and (max-width: 1200px) {
    .hd_img1 {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .navbar-nav.m-auto.nav__middle .nav-item::after {
        content: none;
    }

    .nav__manage {
        display: inline-block;
    }

    .navbar-toggler {
        position: absolute;
        right: 0;
        margin-top: 14px;
        background: #000000;
        outline: 0 !important;
        box-shadow: none !important;
    }

    #navbarText {
        background: #000000;
        margin-top: 20px;
    }

    .navbar-nav.m-auto.nav__middle .nav-item {
        padding: 10px;
        /* background: #106eea; */
        border-bottom: 2px solid #ffffff;
        margin: 0;
    }

    .navbar-nav.m-auto.nav__middle .nav-item .nav-link {
        color: #fff;
    }

    .navbar-nav.nav__right.mb-2.mb-lg-0 .nav-item {
        margin: 10px 20px;
    }

    .navbar-nav.nav__right.mb-2.mb-lg-0 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 0 !important;
    }

    .footer__social {
        padding-left: 0;
        justify-content: center;
    }

    .footer_tbox h3 {
        padding: 70px 0 70px 0;
        font-size: 40px;
        text-align: center;
        border: none;
    }

    .footer__block {
        padding: 0 30px;
    }

    .footer_tbox.container {
        display: block;
        margin-bottom: 50px;
    }

    .footer-bbox {
        border-top: 1px solid #fff;
        padding: 0 0;
    }

    .freetop__border {
        border-bottom: none;
        margin: 0;
    }


    .slick-prev.custom__prev.slick-arrow {
        position: absolute;
        left: 0;
        top: auto;
        cursor: pointer;
        bottom: -40px;
    }

    .slick-next.custom__prev.slick-arrow {
        position: absolute;
        top: auto;
        right: 0;
        transform: rotate(180deg);
        cursor: pointer;
    }

    .explr__hd1 {
        display: none;
    }


    .work__bottom {
        flex-direction: column;
        /* flex: 1; */
        /* margin-top: 50px; */
    }

    .work__middle {
        padding: 0;
        flex: 1;
        display: flex;
        justify-content: center;
    }

    .work-block {
        background-color: #F9FBFF;
        padding: 50px 0;
    }

    .free_client img {
        width: 40px;
    }

    .free__left {
        gap: 10px;
    }

    .free_client {
        gap: 20px;
    }

    .same__img {
        padding-left: 0;
        margin: 20px 0;
        text-align: center;
    }

    .explore__block {
        padding-top: 30px;
        position: relative;
    }

    .w-100.hide92 {
        display: none;
    }

    .show92 {
        display: block;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        margin-top: 79px;
    }

    .time_workin {
        display: flex;
        margin: 20px;
    }

    .work__top {
        flex-direction: column;
    }

    .box_types {
        z-index: 1;
        left: -10px;
        top: 0;
    }

    .types img {
        transform: rotate(270deg);
    }

    .type2 {
        position: relative;
    }

    .types {
        position: relative;
    }

    .type2 img {
        transform: rotate(270deg);
    }

    .box_types2 {
        right: -10px;
        top: 0;
    }

    .types:nth-child(2) img {
        margin-top: 30px;
    }

    .types.types:nth-child(3n) img {
        margin-top: 40px;
    }

    .types.types:nth-child(4n) img {
        margin-top: 60px;
    }

}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .ftr_bleft {
        color: #fff;
        padding-right: 0;
        border-right: 1px solid #fff;
        padding-top: 30px;
        padding-bottom: 30px;
        /* width: 31%; */
    }

    .ftr_bright .btn.btn-primary {
        margin-bottom: 20px;
        padding: 15px 30px;
        width: auto;
    }

    .footer-bbox {
        border-top: 1px solid #fff;
        padding: 100px 19px;

    }

    .footer__block {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 768px) {
    h2 {
        font-size: 40px;
    }

    .p__size1 {
        font-size: 18px;
    }

    .hero__job__block {
        position: relative;
        padding: 30px 15px;
        margin-top: 30px;
    }

    .job__box {
        margin-right: 0;
        flex-direction: column;
        padding: 20px;
    }

    .job-contentin h6 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
        font-weight: 400;
    }

    .job__box img {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
    }

    .contact_detail .btn.btn-primary.bcon__blue {
        padding: 9px;
        font-size: 14px;
    }

    .work__job img {
        position: relative;
        right: 0;
        top: 0;
    }

    .work__job {
        padding: 20px;
        margin-left: 0;
        flex-direction: column-reverse;
        margin-top: 20px;
    }

    .work__job img {
        position: relative;
        right: 0;
        top: 0;
    }

    .ftr_bleft {
        width: 100%;
        border: none;
    }

    .footer-bbox {
        flex-direction: column;
    }

   .ftr_bright .btn {
	font-size: 16px;
	margin: 10px;
	display: block;
	width: auto;
	padding: 15px;
}

    .ftr_bright {
	padding-left: 0;
	width: 100%;
	flex-wrap: wrap;
	display: flex;
}

    .filter__topcon {
        /* flex-direction: column; */
        align-items: center;
        gap: 5px;
    }

    .page__left .dropdown.dropine {
        width: 150px;
    }

    .page__left {
        
        /* align-items: center; */
        /* width: 100%; */
        justify-content: space-evenly;
    }

    .box-top-left {
        border-right: none;
        width: 100%;;
    }

    .box-top {
        flex-direction: column;
    }

    .user__box.bdr_udr {
        border-left: none;
        border-right: none;
        border-top: 1px solid #D9D9D9;
        border-bottom: 1px solid #D9D9D9;
    }

    .user__box {
        display: flex;
        gap: 20px;
        align-items: center;
        padding: 15px;
        justify-content: center;
        flex-direction: column;
    }

    .image_manage {
        background-position-x: center;
        background-position-y: 0;
    }

    .nav__right .nav-item .btn {
        padding: 10px 20px;
    }
    .links__lists ul a {
	
	font-size: 15px;

}

}

@media only screen and (min-width: 400px) and (max-width: 768px) {
    .links__lists ul li a:hover::before {
        opacity: 1;
        right: 95%;
    }
}

@media only screen and (min-width: 500px) and (max-width: 768px) {
    .avail-times .form-check {
        flex-basis: 30%;
        margin-right: 5px !important;
    }

    .avail-times {
        margin: 10px 0;
        gap: 10px;
    }

    .avail-times .form-control.time-input {
        flex: 1;
    }
}

@media only screen and (max-width: 400px) {
    .links__lists {
        flex-direction: column;
        gap: 20px;
    }
    .links__lists ul {
	width: 100%;
}

}

@media only screen and (max-width: 500px) {
    .box_types {
        z-index: 1;
        left: -10px;
        top: 5%;
        font-size: 12px;
        height: 100%;
        padding: 8px;
        width: 93px;
    }

    .types img {
        transform: rotate(270deg);
        width: 80px;
    }

    .box_types2 {
        right: -10px;
        top: 0;
        font-size: 12px;
    }

    .type2 img {
        transform: rotate(270deg);
        width: 80px;
    }

    .box-top-right ul {
        flex-wrap: wrap;
        gap: 15px;
    }

    .box-top-left {
        flex-direction: column;
        align-items: center;
    }

    .avail-times .form-control.time-input {
        flex: 1;
        margin-right: 0 !important;
    }

    .avail-times .form-check {
        flex-basis: auto !important;
    }

    .col-md-12.mb-2.d-flex.align-items-center.avail-times {
        flex-direction: column;
        gap: 10px;
    }

    .back__1 {
        padding: 0 5px;
    }

    .back__1 a {
        font-weight: 600;
        font-size: 12px;
    }

    .page__left {
        flex-direction: ;
        /* align-items: center; */
        /* width: 100%; */
        justify-content: space-evenly;
        gap: 5px;
    }

    .page_tops {
        padding: 5px;
    }

    .filter__topcon {
        /* flex-direction: column; */
        align-items: center;
        gap: 5px;
        padding: 5px;
    }

}