.mobile-trigger{
    display: none  ;
}


.blackover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 9;
}

.blackover.active {
    display: block;
}

@media screen and (max-width:1090px){
    .navigation ul li {
        padding: 10px 3px;
    }
    .home-section22-inner{
        padding:0 15px;
    }
}

@media screen and (max-width:990px){
    .navigation {
        position: fixed;
    right: 0;
    height: 100%;
    width: 100%;
    background: #236192;
    z-index: 99;
    top: 0;
    box-shadow: -3px -2px 11px rgb(0 0 0 / 20%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .4s, visibility 0s .4s;
    transition: transform .4s, visibility 0s .4s;
    z-index: 999;
    overflow-x: scroll;
    }

    .navigation ul{
        flex-wrap: wrap;
    }

    .navigation ul li{
        display: block;
        padding:10px 20px;
        width:100%;
    }

    .navigation ul li a{
        color:#fff;
    }


    .mobile-trigger{
       display: block;
        padding-right:15px;
        position: relative;
    z-index: 99999;
    }

    .mobile-trigger a .fa{
        font-size:30px;
        color:#000;
    }

    .navigation.active {
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: -webkit-transform .4s;
        transition: transform .4s;
    }

    .logo a img {
        width: 80px;
    }

	.logo{
        overflow: hidden;
        width: 31%;
    }

    .home-section22-inner{
        width: 33%;
    }

    .navigation ul li a:after{
        display:none;
    }

    .mobile-trigger .fas.fa-times{
        top: -20px;
        position: relative;
    }

    .navigation ul {
        flex-wrap: wrap;
       text-align: center;
        padding: 50px 0;
    }
}


@media screen and (max-width:850px){
    .home-banner-caption-inner h1 {
        font-size: 40px;
   }
    .home-banner-caption-inner{
        padding:0 15px;
   }
    .home-banner-caption-inner h2{
        font-size:25px;
    }
    .home-section21-left{
        width:100%;
    }
    .home-section21-right{
        width:100%;
        padding-top:30px;
    }

   .home-section21-right h3 {
        font-size: 30px;
    }

    .sec-hd, .aboutorchid-left h2, .formmain h2{
        font-size: 35px;
    }

    .hfloor-right h2{
        font-size: 25px;
    }

    .hfloor-outer{
        flex-wrap: wrap;
    }

    .hfloor-left{
        width: 100%;
    }

    .hfloor-right{
        width: 100%;
        padding-top:15px;
    }

    .aboutorchid-main{
        flex-wrap: wrap;
    }

   .aboutorchid-left{
        width:100%;
    }

   .aboutorchid-right{
        width:100%;
    }

    .form-inner {
        padding-top: 0;
    }

    .footermain{
       flex-wrap: wrap;
    }

    .ab_page1{
        flex-wrap: wrap;
    }

    .ab_page-left, .ab_page-right{
        width:100%;
    }

  .home-section22-inner{
        width: 50%;
    }

    .ab_loc_left h2{
        font-size: 35px;
    }

    .ab_page-left h4 {
        font-size: 30px;
        line-height: 40px;
    }

    .neighbourhood-outer h3{
        font-size: 35px;
    }
    .ab_contact_left + .ab_page-right{
        display: none;
    }
}

@media screen and (max-width:767px){
    .footer1, .footer2, .footer3{
        width:100%;
        text-align: center;
    }

    .footer-middle{
        margin-top:30px;
    }

    .footer-middle ul li{
        justify-content: center;
    }

    .footer-right{
        margin-top:20px;
    }

   .footer-right ul li h4{
        text-align: center;
    }

    .footer-right ul li{
        text-align: center;
    }

    .inner-gallery h3{
        text-align: left;
    }

   .inner-gallery p{
        text-align: left;
    }

    .neighbourhood-outer h3{
       font-size: 30px;
    }

    .ab_loc_left h2 {
        font-size: 30px;
    }

    .ab_page-left h4{
        font-size: 25px;
    }

    .ab_page {
        padding: 35px 0;
    }

    .ab_gallery, .ab_contact {
        padding: 150px 0;
    }

    .navigation ul li a{
        font-size:25px;
        font-weight:bold;
    }

}


@media screen and (max-width:600px){
    .home-section22-inner{
        width:50%;
    }

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

    .home-banner{
        height:500px;
    }

    .home-section21-right h3 {
        font-size: 25px;
    }

    .sec-hd, .aboutorchid-left h2, .formmain h2, .inner-banner-caption-inner h2, .inner-gallery h3 {
        font-size: 30px;
    }

    .inner-banner-caption{
        min-height: 450px;
    }

	.abgallery_list {
        width: 48%;
    }

    .ab_loaction22{
        flex-wrap: wrap;
    }

    .ablocation22-inner{
        width:50%;
    }

    .fform{
        width:340px;
        top:auto;
        bottom:50px;
    }

    .ficon.active {
        right: 338px;
        bottom:250px;
        top:auto;
    }

    .ficon{
        top:auto;
        bottom:250px;
    }

}

@media screen and (max-width:480px){
    .home-section22-inner{
        width:50%;
    }
    .abgallery_list {
        width: 100%;
    }
}