/* @media screen and (max-width: 1200px) */
@media only screen and (max-width: 1200px) and (min-width: 993px)   {
    .year-content {
        background: 
        #83a43e;
        position: unset;
        top: 56%;
        left: 0;
        right: 0;
        margin-left: 50px;
        margin-right: 50px;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-top: unset;
    }
    .video-container {
        padding-left: 10px;
        padding-right: 10px;
        background: #fff;
    }
    .greener-section {
        background-image: url('../img/home/1.jpg');
        background-repeat: no-repeat;
        /* background-attachment: fixed;
        background-position: center; */
        height: 208px;
        background-size: 100%;
    }
    .year-para {
        color: #fff;
        letter-spacing: 0.9px;
        padding: 20px;
    }
}


@media only screen and (max-width: 992px) and (min-width: 769px)   {
    .year-content {
        background: 
        #83a43e;
        position: absolute;
        top: 57%;
        left: 0;
        right: 0;
        margin-left: 50px;
        margin-right: 50px;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-top: 200px;
    }
    /* .flexslider .slides img {
        width: 100%;
        display: block;
        height: 50vh !important;
    } */
    /* .flexslider .slides img {
        width: 100%;
        display: block;
        height: 50vh !important;
    } */
    .flexslider .slides img {
        width: 100%;
        display: block;
        height: 50vh !important;
    }
   
}
@media screen and (max-width: 991px){
    .contact-box-center{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        /* width: 544px !important; */
        /* width: 100% !important; */
    }
    .contact-form-box {
        position: absolute;
        top: 0;
        padding: 0;
        left: 0;
        right: 0;
    }
    .contact-topic {
        color: 
        #fff;
        font-size: 30px;
        font-weight: 700;
        text-align: center;
    }
}
@media (min-width: 1700px) and (max-width: 2200px){
    .year-content {
        background: 
        #83a43e;
        position: absolute;
        top: 60%;
        left: 0;
        right: 0;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-top: 200px;
        max-width: 1200px;
        margin-right: auto;
margin-left: auto;
    }
    .video-container .nav li a{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .video-container .nav li a img {
        width: 50%;
        height: auto;
    }
    .video-overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        opacity: 0;
        transition: .5s ease;
        background-color: #344216cf;
        transition-duration: 2s, 2s;transition-timing-function: ease, ease-out;transition-delay: 0s, 1s;
    
      }
}
@media (min-width: 2201px) and (max-width: 2999px){
    .year-content {
        background: 
        #83a43e;
        position: absolute;
        top: 64%;
        left: 0;
        right: 0;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-top: 200px;
    }
    .video-container .nav li a img {
        width: 50%;
        height: auto;
    }
    .video-container .nav li a{
        display: flex;
        justify-content: center;
    }
    .greener-section {
        background-image: url('../img/home/1.jpg');
        background-repeat: no-repeat;
        height: 578px;
        background-size: 100%;
    }
}
@media (min-width: 3000px){
    .year-content {
        background: 
        #83a43e;
        position: absolute;
        top: 53%;
        left: 0;
        right: 0;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-top: 200px;
    }
}

/* mobile header design start */
/* @media screen and (max-width: 991px){
    .{
        display: flex;
        justify-content: center;
        align-items: center;
    }

} */