/* Header */
html{
    scroll-behavior: smooth;
}

.page-top{
    position: absolute; background-color: red; height: 10px; width: 100%; z-index: -9; top: -56px;
}

#own-online-section.page-top{
    top: -35px;
}

.mobile-menu, .mobile-nav, .mobile-view{
    display: none;
}
.desktop-view{
    display: block;
}

header{
    background-color: var(--main-color);
    height: 80px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    z-index: 1000;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    /* padding-top: 20px; */
    /* pointer-events: none; */
    color: var(--color-white);
	    background: rgba(0,0,0,.7) !important;
}

.header-logo__header-menu{
    display: flex;
    justify-content: space-between;
    width: 100vw;
}

.logo-header{
    margin-left: 5vw;
}
.header-menu{
    margin-right: 5vw;
}

/* Header Menu */

.navbar{
    list-style: none;
    display: flex;
    position: relative;
    height: 100%;
    font-family: 'EurostileLTStdBold';
}

.navbar li{
    height: 100%;
    position: relative;
    white-space: nowrap;
    display: flex;
    align-items: center;
    margin-left: 50px;
    font-size: 16px;
}

.navbar a{
    color: var(--color-white);
    padding-bottom: 10px;
}

.current-menu-item a{
    background: url(../images/line-nav.svg) center bottom no-repeat;
    background-size: 100% 7px;
}


/* Banners  Start */

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet {
    width: 30px !important;
    height: 30px !important;
    background-color: transparent !important;
    /* background: rgba(0,0,0,0.3) !important; */
    padding-top: 3px !important;
    box-sizing: border-box !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 20px !important;
    font-size: 20px !important;
    color: #fff !important;
    font-family: 'EurostileLTStdBold' !important;
    opacity: 0.3 !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    color: #E51636 !important;
    opacity: 1 !important;
    background-color: transparent !important;
    /* background-color: rgba(255,255,255,0.5) !important; */
}

.swiper-button-next{
    bottom: 30px !important;
    top: inherit !important;
    right: 40vw !important;
}
.swiper-button-prev{
    bottom: 30px !important;
    top: inherit !important;
    left:  40vw !important;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    color: #E51636 !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 40px !important;
}
/* Banners End */

.html-top-content{
    background-color: #fff !important;
}

.html-top-content{
    position: relative;
    z-index: 999;
    margin-bottom: 90px;
    /*background:#fff;*/
    background-color: #fff !important;
    width: 100%;
    float: left;
    overflow: hidden;
}

.banner.monsoon-safety-tips{
    height: auto !important;
    background-color: #fff;
    padding: 90px 0px 20px;
    text-align: center;
}
.monsoon-tips-text{
    width: 60% !important;
}
.banner{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.banner img{
    width: 100%;
    height: 100%;
}

/* Section Video */

#video-section{
    background-color: var(--color-secondary);
    color: #666666;
}

.video-block{
    width: 55%;
    cursor: pointer;
}

.video-content-block{
    width: 45%;
}

.suresafe-video{
    width: 100%;
    height: auto;
}

.youtube-video__container .text.swiper-pagination-bullets{
    bottom: 5px !important;
}
.youtube-video__container .text.swiper-pagination-bullets .swiper-pagination-bullet{
    opacity: 1 !important;
    background-color: #fff !important;
    width: 15px !important;
    height: 15px !important;
    margin: 0px 10px !important;
}

.youtube-video__container .text.swiper-pagination-bullets .swiper-pagination-bullet-active{
    background-color: var(--main-color) !important;
}

.video-01, .video-02{
    display: none;
}

.video__button {
    width: 70px;
    height: 70px;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    -webkit-transition: -webkit-transform 0.25s ease;
    -moz-transition: -moz-transform 0.25s ease;
    -ms-transition: -ms-transform 0.25s ease;
    -o-transition: -o-transform 0.25s ease;
    transition: transform .25s ease;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #fff;
    z-index: 20;
    text-align: center;
    line-height: 62px;
    text-indent: 4px;
}
.video__button:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #ffffff;
    margin-left: 30px;
    margin-top: 20px;
}
.video-block:hover .video__button {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.YouTubePopUp-Wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    display: none;    
    z-index: 9999999999999;
    /* -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUp;
    animation-name: YouTubePopUp; */
}

.YouTubePopUp-Wrap .video--close{
    position: absolute;
    right: 0;
    top: -35px;
    width: 25px;
    height: 25px;
    transition: all 0.3s;
    cursor: pointer;
}

/* .YouTubePopUp-Wrap .video--close img{
    width: 100%;
    height: auto;
} */

.YouTubePopUp-Wrap .video--close:hover{
    opacity: 0.5;
}


/* Section Video  End*/


/* Showrooms Section Start */
 #showrooms-section{
     width: 100%;
     /* min-height: 100vh; */
     background: url(../images/bg-img01.jpg) center top no-repeat;
     background-size: 100% 100%;
     float: left;
 }
 #service-section{
     width: 100%;
     /* min-height: 100vh; */
     background: url(../images/bg-img02.jpg) center top no-repeat;
     background-size: 100% 100%;
     float: left;
 }
/* Showrooms Section End */

.at-service{
    /* display: flex; */
    list-style: none;
    width: 100%;
    float: left;
}
.at-service li{
    width: 33.33%;
    display: flex;
    justify-content: center;
    float: left;
}

.at-service__content-block{
    width: 360px;
    height: 360px;
    background: url(../images/service-olygon-bg.svg) center no-repeat;
    background-size: 470px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 40px;
    box-sizing: border-box;
    flex-direction: column;
}

.at-service__icon{
    width: 100%;
    text-align: center;
}

.at-service__title{
    text-transform: uppercase;
    margin-bottom: 5px;
    text-align: center;
}

.at-service__content-block p{
    text-align: center;
    color: var(--color-gray);
}

.at-service .li--4{
    margin-left: 190px;
    margin-top: -40px;
}
.at-service .li--5{
    margin-right: 190px;
    margin-top: -40px;
    /* margin-left: 15px; */
}


/* own-online Start */
#own-online{
    width: 100%;
    height: 100vh;
    float: left;
    overflow: hidden;
    background: url(../images/own-online.jpg) center no-repeat;
    background-size: 100% auto;
    position: relative;
}

.own-online__btn{
    position: absolute;
    bottom: 20vh;
    left: 28vw;
    color: var(--main-color);
    font-size: 18px;
    width: 200px;
    text-align: center;
    font-family: 'EurostileLTStdBold';
    line-height: 50px;
}

/* own-online End */


/* Download section Start */
#download-section{
    width: 100%;
    /* height: 100vh; */
    float: left;
    overflow: hidden;
    background: url(../images/dwonloading-bg.jpg) center no-repeat;
    background-size: 100% auto;
}

.download-content{
    max-width: 500px;
    margin: auto;
    display: block;
}

.download-btn{
    width: 200px;
    height: 50px;
    border-radius: 25px;
    background-color: var(--color-white);
    display: inline-block;
    box-sizing: border-box;
    padding-left: 75px;
    padding-top: 8px;
}

.download-btn.app-store-icon{
    background:#fff url(../images/app-store-icon.png) 32px  no-repeat;
    margin-right: 20px;
}
.download-btn.googleplay-icon{
    background:#fff url(../images/googleplay-icon.png) 32px  no-repeat;
    margin-left: 20px;
}

.wyh-logo{
    width: 115px;
    height: auto;
}

/* Download section End */


/******************************************  Monsoon Tips Page Start ****************************************/

.tips01, .tips02, .tips03, .tips04, .tips05, .tips06{
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    min-height: 600px;
}

.tips01{
    background:url(../images/monsoon-tips-bg01.jpg) center no-repeat;
    background-size: 100% 100%;
}

.tips02{
    background:url(../images/monsoon-tips-bg02.jpg) center no-repeat;
    background-size: 100% 100%;
}

.tips03{
    background: url(../images/monsoon-tips-bg03.jpg) center no-repeat;
    background-size: 100% 100%;
}

.tips04{
    background:#fff url(../images/monsoon-tips-bg04.jpg) center no-repeat;
    background-size: 100% 100%;
}

.tips05{
    background:#fff url(../images/monsoon-tips-bg05.jpg) center no-repeat;
    background-size: 100% 100%;
}

.tips-content-block h2{
    text-transform: uppercase;
}

.tips01 .tips-content-block, .tips03 .tips-content-block, .tips05 .tips-content-block{
    width: 40%;
    float: left;
    position: relative;
}
.tips02 .tips-content-block, .tips04 .tips-content-block{
    width: 40%;
    float: right;
    position: relative;
}

.tips-content-block li{
    padding-left: 15px;
    margin-bottom: 20px;
    background: url(../images/dot.png) left 10px no-repeat;
}


.tips01 .tips--number, .tips02 .tips--number, .tips03 .tips--number, .tips04 .tips--number, .tips05 .tips--number, .tips06 .tips--number{
    font-size: 52px;
    font-family: 'EurostileLTStdBold';
}

.tips01 .tips--number, .tips03 .tips--number, .tips05 .tips--number{
    position: absolute;
    top: -100px;
    left: -70px;
    opacity: 0.3;
}
.tips02 .tips--number, .tips04 .tips--number{
    position: absolute;
    top: -100px;
    right: -70px;
    opacity: 0.3;
}


/******************************************  Monsoon Tips Page End ****************************************/












/* Footer Start*/
footer{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

footer{
    background-color: #333;
    width: 100%;
    display: block;
    float: left;
}
.footer-container {
    /* width: 100%; */
    margin: 0 auto;
    padding: 20px 0;
}
.ftr-links li a:hover, .dlr-links li a:hover {
    color: var(--main-color);
}
.footer-block1 {
    padding-bottom: 30px;
    border-bottom: 1px solid #525252;
}
.footer-block2 {
    padding-top: 20px;
}
.footer-block {
    display: table;
    width: 100%;
}
.ftr-links {
    float: left;
    width: 80%;
    list-style-type: none;
    padding: 10px 0 0;
    margin: 0;
}
.ftr-links li:first-child {
    padding-left: 0;
}
.ftr-links li {
    float: left;
    padding: 0 12px;
    border-right: 1px solid #525252;
    line-height: 14px;
    font-family: 'EurostileLTStd';
}
.ftr-links li a {
    color: #ccc;
    font-size: 12px;
    font-family: 'EurostileLTStd';
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .8px;
}
.ftr-links li:last-child {
    padding-right: 0;
    border-right: none;
}

.footer-social-media {
    float: right;
    width: 20%;
    text-align: right;
}
.footer-social-media a {
    margin-right: 12px;
}

.footer-block2 .para-left {
    float: left;
    color: #999;
    font-family: Arial;
    font-size: 13px;
    width: 42%;
}
.dlr-links {
    float: left;
    width: 45%;
    list-style-type: none;
    padding: 0 0 0;
    margin: 0;
}
.dlr-links li:first-child {
    padding-left: 0;
}
.dlr-links li {
    float: left;
    padding: 0 12px;
    border-right: 1px solid #525252;
    line-height: 14px;
    text-align: center;
}
.dlr-links li:last-child {
    padding-right: 0;
    border-right: none;
}
.dlr-links li a {
    color: #999;
    font-size: 12px;
    font-family: Arial;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .8px;
}
/* Footer End*/







.own-online__show--1024, .own-online__show--767{
    display: none;
}



/******************************************** Other Screens Size View *************************************************************/

@media screen and (max-width: 1400px) {
    .own-online__btn {
        bottom: 17vh;
        left: 26vw;
    }


    /* Inner Page  */
    .tips01, .tips02, .tips03, .tips04, .tips05, .tips06 {
        min-height: 500px;
    }

    #service-section{
        padding-top: 0px;
    }

}

@media screen and (max-width: 1280px) {
    .container{
        width: 1100px;
        box-sizing: border-box;
    }

    .tips01 .tips--number, .tips03 .tips--number, .tips05 .tips--number, .tips02 .tips--number, .tips04 .tips--number{
        top: -80px;
    }
    .footer-container {
        width: 1150px !important;
        margin: 0 auto;
        padding: 40px 0;
    }
    .at-service .li--4{
        margin-left: 175px;
    }
    .at-service .li--5{
        margin-right: 175px;
    }
}
@media screen and (max-width: 1024px) {
    .html-top-content{
        overflow: hidden;
    }
    .container{
        width: 100% !important;
        box-sizing: border-box;
    }
    .banner{
        margin-top: 80px;
        height: auto;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 30px !important;
    }
    .swiper-button-next {
        right: 40px !important;
        bottom: 20px !important;
    }
    .swiper-button-prev {
        left: 40px !important;
        bottom: 20px !important;
    }
    .monsoon-tips-text {
        width: 75% !important;
    }
    .banner.monsoon-safety-tips {
        height: auto !important;
        background-color: #fff;
        padding: 50px 0px 60px !important;
        text-align: center;
    }

    /* Video Content */

    #video-section .container{
        display: flex;
        flex-direction: column;
    }
    .video-block, .video-content-block{
        width: 70%;
    }

    /* AT Service */
    .at-service .li--4 {
        margin-left: 165px;
        margin-top: -65px;
    }
    .at-service .li--5 {
        margin-right: 165px;
        margin-top: -65px;
    }



    #own-online{
        height: auto;
        box-sizing: border-box;
        padding: 0;
    }
    .own-online__btn {
        bottom: 14vh;
        left: 24vw;
    }
    .own-online__show--1024{
        display: block;
    }


/* Inner Page */
    .tips01, .tips02, .tips03, .tips04, .tips05{
        min-height: 500px;
        padding: 0px 90px;
    }

    .tips01 .tips-content-block, .tips02 .tips-content-block, .tips03 .tips-content-block, .tips04 .tips-content-block, .tips05 .tips-content-block{
        width: 50%;
    }


    /* Footer */
    
    .ftr-links {
        width: 75%;
        margin-left: 1%;
    }
    .footer-social-media {
        width: 24%;
    }
    .footer-block2 .para-left {
        margin-left: 8%;
    }
   
}


@media screen and (max-width: 768px) {
    .logo-header {
        margin-left: 3vw;
    }
    .header-menu{
        margin-right: 3vw;
    }
    .navbar li{
        margin-left: 20px;
    }
    .monsoon-tips-text {
        width: 75% !important;
    }
    .banner.monsoon-safety-tips {
        height: auto !important;
        background-color: #fff;
        padding: 60px 0px 60px !important;
        text-align: center;
    }
    /* Video */

    .video-block, .video-content-block {
        width: 90%;
    }
    .YouTubePopUp-Wrap iframe{
        width: 600px;
    }

    /* AT Service */
    .at-service li {
        width: 50%;
        display: flex;
        justify-content: center;
        float: left;
    }
    .at-service .li--3{
        margin-left: 25%;
        margin-top: -65px;
    }
    .at-service .li--4 {
        margin-left: 0;
        margin-top: -65px;
    }
    .at-service .li--5 {
        margin-right: 0;
        margin-top: -65px;
    }


    .own-online__btn {
        bottom: 7vh;
        left: 23vw;
        width: 170px;
    }

    #download-section {
        background: url(../images/dwonloading-bg.jpg) center no-repeat;
        background-size: auto 100%;
    }

    .html-top-content {
        margin-bottom: 265px;
    }

    .ftr-links li {
        padding: 0 10px;
    }

    .ftr-links {
        width: 100%;
        margin-left: 0%;
        padding-left: 16px;
    }
    .footer-social-media{
        width: 32%;
        margin: 20px 34% 0px;
    }

    .footer-block2 .para-left{
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .dlr-links{
        width: 100%;
        display: flex;
        justify-content: center;
    }


    .tips01, .tips02, .tips03, .tips04, .tips05 {
        min-height: 450px;
        padding: 0px 40px;
    }
    .tips01 .tips-content-block, .tips02 .tips-content-block, .tips03 .tips-content-block, .tips04 .tips-content-block, .tips05 .tips-content-block{
        width: 61%;
    }
    .tips01 .tips--number, .tips03 .tips--number, .tips05 .tips--number{
        left: 0;
    }
    .tips02 .tips--number, .tips04 .tips--number{
        right: 0;
    }
    .tips02 .tips-content-block, .tips03 .tips-content-block, .tips04 .tips-content-block, .tips05 .tips-content-block{
        margin-top: 70px;
    }
}



@media screen and (max-width: 767px) {
    .desktop-view{
        display: none;
    }
    .mobile-view{
        display: block;
    }
    header{
        height: 56px;
    }
    .logo-header img{
        width: 100px;
        height: auto;
    }
    .header-menu{
        display: none;
    }

    .mobile-menu, .menu-close{
        display: block;
        width: 45px;
        margin-right: 1vw;
    }
	.mobile-menu img{
		margin-top: 15px;
	}
    .menu-close{
        float: right;
        margin-top: 10px;
    }
    .mobile-nav{
        position: fixed;
        width: 100%;
        /* height: calc(100% - 56px); */
        height: 100%;
        background-color: rgba(0,0,0,0.8);
        z-index: 99999;
        left: 0px;
        bottom: 0px;
        transition: transform .25s ease;
        display: block;

    }

    .mobile-nav .navbar{
        width: 100%;
        flex-direction: column;
        justify-content: center;
        display: none;
    }
    .mobile-nav .navbar.navbar li a{
        font-size: 26px;
    }
    .mobile-nav .navbar.navbar li{
         height: auto;
        padding-bottom: 35px;
    }

    body.open .mobile-nav{
        transform: translate(0px, 0%) !important;
    }
    body.open .mobile-menu{
        display: none;
    }
    body.open .mobile-nav .navbar{
        display: flex;
    }

    .banner {
        margin-top: 0px;
        height: auto;
    }
    .monsoon-tips-text {
        width: 75% !important;
    }
    .banner.monsoon-safety-tips {
        height: auto !important;
        background-color: #fff;
        padding: 50px 0px 0px !important;
        text-align: center;
    }
	.banner.monsoon-safety-tips h1{
		font-size:36px;
	}

    .video-block, .video-content-block{
        width: 100%;
        padding: 0px 10px;
    }

    .YouTubePopUp-Wrap iframe{
        width:100%;
        height: auto;
    }

    
    #service-section{
        padding-top: 0px;
    }

    .at-service li {
        width: 100%;
        margin-bottom: 10px;
    }
    .at-service .li--3, .at-service .li--4, .at-service .li--5{
        margin-left: 0;
        margin-top: 0;
    }


    .own-online__btn {
        bottom: 2vh;
        left: 50%;
        width: 170px;
        margin-left: -85px;
    }
    .own-online__show--767{
        display: block;
    }
    .own-online__show--1024{
        display: none;
    }

    .download-content p{
        padding: 0px 0px !important;
    }

    .download-btn.app-store-icon{
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .download-btn.googleplay-icon{
        margin-left: 0px;
    }

    .html-top-content {
        margin-bottom: 0px;
    }


    /* Inner Page  */

    .tips02{
        background: url(../images/mobile-monsoon-tips-bg02.jpg) left top no-repeat;    
        background-size: 100% auto !important;
    }
    .tips04{
        background: url(../images/mobile-monsoon-tips-bg04.jpg) left top no-repeat;    
        background-size: 100% auto !important;
    }
    .tips05{
        background: url(../images/mobile-monsoon-tips-bg05.jpg) right top no-repeat;    
        background-size: 100% auto !important;
    }

    .tips01, .tips03, .tips05{
        background-size: 200% auto;
        background-position: right top;
        color:#000;
        padding: 0px 10px;
    }
    .tips02, .tips04{
        background-size: 200% auto;
        background-position: left top;
        color:#000;
        padding: 0px 10px;
    }

    .tips01 .tips-content-block, .tips02 .tips-content-block, .tips03 .tips-content-block, .tips04 .tips-content-block, .tips05 .tips-content-block{
        width: 100%;
        margin-top: 330px;
        margin-bottom: 70px;
    }
    .tips02 .tips--number, .tips04 .tips--number{
        right: none;
        left: 0px;
    }
    .tips01 .tips--number, .tips03 .tips--number, .tips05 .tips--number, .tips02 .tips--number, .tips04 .tips--number{
        top: -55px;
    }    
    .tips-content-block h2 {
        text-transform: uppercase;
        font-size: 30px;
    }

    .tips-content-block li{
        background: url(../images/mobile-dot.png) left 10px no-repeat;
    }

    footer{
        position: relative;
    }

    .ftr-links{
        text-align: center;
        padding-right: 16px;
        box-sizing: border-box;
    }
    .ftr-links li{
        display: inline-block;
        float: none;
        padding:0px 5px;
        margin-bottom:5px ;
    }
    .footer-social-media {
        width: 245px;
        margin: 0px auto;
        float: none;
        display: table;
        padding-top: 20px;
    }

    .footer-block2 .para-left{
        padding: 0px 30px;
        box-sizing: border-box;
    }
    .dlr-links ul{
        text-align: center;
    }
    .dlr-links ul li{
        display: inline-block;
        float: none;
    }
    .dlr-links ul li:nth-child(3){
        border-right: 0px;
        padding-right: 0px;
    }
    .dlr-links ul li:nth-child(4){
        padding-left:0px;
        padding-right: 0px;
    }

    .ftr-links li:nth-child(2), .ftr-links li:nth-child(5){
        border-right: 0px;
    }
	.footer-block2 {
		padding-top: 5px;
	}
}

@media screen and (max-width: 414px) {
    /* .ftr-links li:nth-child(3){
        border-right: 0px;
    } */
    .dlr-links ul li:nth-child(4){
        padding-left: 10px;
        padding-right: 10px;
    }
}