/*------------------------------------*\
  #LIVE SITE MODS
\*------------------------------------*/
/*!
** Modified Section/Element
*/

/*------------------------------------*\
  #PAGE SPECIFIC STYLES
\*------------------------------------*/
.cycle-4-wrapper .carousel-wrapper {
    top: 200px;
}

.home .xs-wrapper {
    top: 500px;
}

/*------------------------------------*\
  #MEDIA QUERIES
\*------------------------------------*/

@media (min-width: 768px) {

    /* Asmita 2021.01.28 adjusting hp banner slide-4 */

    .cycle-4-wrapper .banner-slide-4 {
        background: url(/design/cycle/4.jpg) 50% 50% no-repeat;
        background-size: cover;
        height: 622px;
    }

    .cycle-4-wrapper .carousel-wrapper {
        top: 172px;
    }

    .home .xs-wrapper {
        padding-top: 794px;
    }

    .header {
        padding-top: 5px;
    }

    .home .xs-wrapper {
        padding-top: 293px;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
    .cycle-4-wrapper .carousel-wrapper {
        top: 128px;
    }

    .home .xs-wrapper {
        padding-top: 249px;
    }

}

.footer-sup-info-item{margin-right:15px !important;}
.banner-slide-3{
	background:url(/design/cycle/cycle-6.jpg) 50% 50% no-repeat !important;
}