@media (min-width: 768px){
    .schedule:after {
        content: "";
        position: absolute;
        top: 0;
        width: calc(50% - 345px);
        background-color: #df6e01;
        bottom: 0px;
        z-index: -1;
    }

    .schedule:after {
        right: 0;
    }

    /**/
    .carry:before, .carry:after {
        position: absolute;
        background-repeat: no-repeat !important;
        z-index: -1;
        content: "";
        height: 185px;
        background: url(https://cbdmoversuae.ae/wp-content/uploads/2022/01/curve1.png);
    }

    .carry:before {
        left: 0;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        width: calc(50% - 244px);
        top: 140px;
    }

    .carry:after {
        right: 0;
        top: 50px;
        width: calc(50% - 244px);
    }

    .carry .row>[class^="col-"]:nth-child(1) .inner:after, 
    .carry .row>[class^="col-"]:nth-child(3) .inner:after {
        content: "";
        background: url(https://cbdmoversuae.ae/wp-content/uploads/2022/01/curve1.png);
        top: -110px;
    }

    .carry .row>[class^="col-"]:nth-child(2) .inner:after {
        content: "";
        background: url(https://cbdmoversuae.ae/wp-content/uploads/2022/01/curve1.png);
        top: -15%;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .carry .row>[class^="col-"] {
        padding-top: 80px;

    }
    .contact{
        margin-top: 30px;
    }

    .contact figure img{
        margin-top: -30px;
    }
    .schedule{
        margin-top: 50px;
    }
   /* .social {
        justify-content: flex-end;
    }*/
    .top-bar .lnk {
	justify-content: flex-end;
}
}

@media (min-width: 768px) and (max-width: 991.98px){

    .carry .row>[class^="col-"]:nth-child(1) .inner:after, 
    .carry .row>[class^="col-"]:nth-child(3) .inner:after {
        transform: rotate(-15deg) !important;
        right: -75px !important;
    }
     .carry .row>[class^="col-"]:nth-child(2) .inner:after {
        transform: rotate(31deg) !important;
        right: -95px;
    }
}


@media (min-width: 992px){
    .schedule:after {
        width: calc(50% - 465px);
    }
    
    .choose .box .card:last-child{
        margin-bottom: 0px;
    }
    .carry:before, .carry:after {
        width: calc(50% - 360px);
    }
}

@media (min-width: 1200px){
   .schedule:after {
        width: calc(50% - 555px);
    }
    .carry:before, .carry:after {
        width: calc(50% - 465px);
    }
}

/*max*/

@media (max-width: 991.98px){
     .navbar-collapse {
        position: fixed;
        background: #ffffff;
        width: 250px;
        padding-top: 15px;
        display: flex;
        flex-direction: column;
        z-index: 9999;
        transition: left 0.3s ease-in-out 0s !important;
        float: none;
        left: -250px !important;
        height: 100vh !important;
        margin-top: 0 !important;
        top: 0 !important;
        right: unset !important;
        overflow: hidden;
        opacity: inherit;
    }

    .collapse.show {
        left: -1px !important;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 24%);
    }

    .navbar-nav {
        width: 100%;
    }

    .navbar-toggler {
        outline: none !important;
        border: 0px;
        padding: 0px;
    }
    .header-space {
        padding-top: 145px;
    }
    .banner>.container>.row>[class^="col-"]:nth-child(1) {
        margin-bottom: 20px;
    }

    .navbar-brand img {
        width: 200px;
    }
}

@media (max-width: 767.98px){
    h1{
        font-size: 32px;
    }
    h2{
        font-size: 22px;
    }
    h3{
        font-size: 20px;
    }
    h4{
        font-size: 19px;
    }

    .contact>.container>.row>[class^="col-"]:nth-child(1) {
        order: 2;
    }

    .contact>.container>.row>[class^="col-"]:nth-child(2) {
        order: 1;
    }
    .header-space {
        padding-top: 150px;
    }
    .lnk {
        justify-content: center;
       /* margin-bottom: 8px;*/
    }
    .top-bar .num {
	margin: 5px 0 0;
    }
    .top-bar {
	padding: 7px 0 5px;
}

    .social {
        justify-content: center;
    }
    .carry .inner {
        margin-bottom: 30px;
    }
    .contact .container {
        width: calc(100% - 30px);
    }
    .navbar-brand img {
        width: 160px;
    }
    /*space*/
    .banner {
        padding-bottom: 40px;
    }

    .services, .carry {
        padding: 40px 0 10px;
    }

    .choose{
        padding: 40px 0 0px;
    }

    .worthy, .time, .callto, .faq, .g-rvw, .real-time {
        padding: 40px 0 40px;
    }
    
    .contact{
       padding: 40px 0 30px; 
    }
}

@media (max-width: 575.98px){
    .btn {
        padding: 12px 15px;
        font-size: 16px;
    }
    .time:after {
        content: "";
        background: #df6e01ab;
    }
    .g-rvw .owl-next {
        right: -10px;
    }
    .g-rvw .owl-prev {
        left: -10px;
    }
}