.headingimg {
    width: auto;
    height: 50px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: -10px;
}

.build-box {
    margin: 20px;
    border-color: #d1d9e6;
    padding: 10px;
    border-radius: 40px;
    box-shadow: 6px 6px 12px #b8b9be, -6px -6px 12px #ffffff;
}

.marquee-box {
    padding: 0px 20px 0px 20px;
    text-align: right;
}

.marquee {
    white-space: nowrap;
    -webkit-animation: rightThenLeft 1s linear;
}
.banner-box {
    padding: 0px;
}
.right-banner-img {
    width: 100%;
    height: auto;
}
.left-banner-img {
    width: 100%;
    height: auto;
    padding: 15px;
    background: #ffffff;
}

.three-banner-box {
    display: flex;
    background-color: #ffffff;
    justify-content: space-between;
}
.three-banner-part {
    float: left;
    width: 33.33%;
    padding: 3px;

}

.three-banner-box-image {
    width: 100%;
    height: auto;
}





.heading-box {
    text-align: left;
}



.banner-container {
    padding: 5px;
    background: #ffffff;
    padding-top: 10px;
}

.factory-box {
    padding: 10px;
    margin-top: 15px;
    border: 1px solid #efecec;
}

.interior-box {
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #efecec;
}

.box-img-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.downloadapp-container-bg {
    background-color: #ffffff;
}
.downloadapp-container {
    padding: 50px;
}
.creative-img-1 {
    width: 65%;
    height: auto;
}
.creative-img-2 {
    width: 20%;
    height: auto;
}
.creative-img-3 {
    width: 100%;
}
.creative-img-4 {
    width: 90%;
    margin: 135px auto;
    height: auto;
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
.youtube-iframe {
    padding: 5px;
    border-radius: 0px;
    background-color: #ffffff;
    box-shadow: 0px 5px 15px 0px rgb(0 81 250 / 20%);
    margin: 30px auto;
    width: 100%;
    height: auto;
    min-height: 345px;
}
.viw-all {
    max-width: 120px;
}
 #popup-container {
   display: none;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 3;
   width: 100%;
   height: 100%;
   padding: 35px;
   background: rgba(0, 0, 0, 0.7);
   justify-content: center;
   align-items: center;
   }
   #popup {
   max-width: 320px;
   background: #fff;
   border-radius: 5px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
   }
   #close-popup {
   display: block;
   margin-top: 10px;
   cursor: pointer;
   float: right !important;
   margin-right: -30px !important;
   margin-top: -30px !important;
   background-color: white !important;
   border-radius: 15px !important;
   width: 30px !important;
   height: 30px !important;
   opacity: 1 !important;
   }
   .popup-image {
   width: 100%;
   height: auto;
   }

@media (min-width: 992px) and (max-width: 1399px) {
    .viw-all {
        max-width: 75px;
    }
    .youtube-iframe {
        min-height: 315px;
    }
    .creative-img-1 {
        width: 100%;
        height: auto;
    }
    .creative-img-2 {
        width: 35%;
        height: auto;
    }
    .creative-img-4 {
        width: 80%;
        
    }
}
@media (min-width: 761px) and (max-width: 991px)
{
    .viw-all {
        max-width: 75px;
    }
    .youtube-iframe {
        min-height: 315px;
    }
    .creative-img-1 {
        width: 100%;
        height: auto;
    }
    .creative-img-2 {
        width: 35%;
        height: auto;
    }
    .left-banner-img {
    
    padding: 5px;
   
}
    .creative-img-4 {
        width: 80%;
        
    }
}

@media (min-width: 480px) and (max-width: 760px) {
    .youtube-iframe {
        min-height: 265px;
    }
    .creative-img-1 {
        width: 100%;
        height: auto;
    }
    .creative-img-2 {
        width: 35%;
        height: auto;
    }
    .creative-img-4 {
        width: 80%;
        margin: 0px auto;
    }
    .left-banner-img {
    
    padding: 5px;
   
}
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 479px) {
    .youtube-iframe {
        min-height: 200px;
    }
    .downloadapp-container {
        padding: 12px;
    }
    .creative-img-1 {
        width: 100%;
        height: auto;
    }
    .left-banner-img {
    
    padding: 5px;
   
}

    .creative-img-2 {
        width: 35%;
        height: auto;
    }
    .creative-img-4 {
        width: 80%;
        margin: 0px auto;
    }
}
