.titles{ text-align:center; padding:20px 0px;position: relative;} .titles h2{ font-family:var(--ff1); font-size:var(--t1); color:var(--text-dark1-color); line-height:40px; margin-bottom:10px;font-weight: bold;} .titles h3{ font-family:var(--ff2); font-size:var(--t2); color:var(--text-dark1-color); line-height:40px; margin-bottom:10px;font-weight: 300;text-transform: uppercase;} .titles h5{font-size:var(--p3-size); line-height:38px;margin-bottom:25px;color:var(--text-dark1-color);font-weight: 500;} .titles:before { /* content: ""; position: absolute; left: 47%; bottom: 25px; width: 60px; height: 2px; background: #e70012;*/ } .titles1{ text-align:center; padding:20px 0px;position: relative;} .titles1 h3{ font-family:helveticaneuece; font-size:34px; color:#212121; line-height:38px; margin-bottom:10px; } .titles1 h5{font-size:20px;margin-bottom:25px;color:#212121;font-weight: 300;} .titles1 .line{ background:#b1b1b1; height:1px; width:160px; margin:0 auto; position:relative} .titles1 .line:after{ display: block; height:5px; width:42px; background:#369ad6; position:absolute; left:50%; margin-left:-21px; top:-2px; content: " ";} .titles1:before { content: ""; width: 18px; height: 1px; background: #000; position: absolute; top: 45px; left: 33%; } .titles1:after { content: ""; width: 18px; height: 1px; background: #000; position: absolute; top: 45px; right: 33%; } .btn1 { color: #fff; margin-top: 20px; font-size: 20px; font-weight: 500; display: flex; } .btn1 a { background: var(--color1); color: #ffffff; padding: 15px 50px 15px 56px; z-index: 2; position: relative; display: block; } .btn1 a:after{content: "\e659";font-family: "iconfont" !important;text-align: center; } .btn1 a::before { content: ''; position: absolute; width: calc(100%); height: calc(100%); top: 0; left: 0; z-index: -1; -webkit-transform: scalex(0); -ms-transform: scalex(0); transform: scalex(0); -webkit-transform-origin: right center; -ms-transform-origin: right center; transform-origin: right center; -webkit-transition: -webkit-transform .24s ease-in-out; transition: -webkit-transform .24s ease-in-out; -o-transition: transform .24s ease-in-out; transition: transform .24s ease-in-out; transition: transform .24s ease-in-out, -webkit-transform .24s ease-in-out } .btn1 a:hover::before { -webkit-transform: scalex(1); -ms-transform: scalex(1); transform: scalex(1); -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center } .btn1 a:before {background-color: var(--color2);} .container { max-width: 1230px; } /*============================================ com-section ===========================================*/ .com-section{background: #f5f5f5;padding: 3rem 0 3rem 0;} .com-section .wrap{display:flex; background:#f5f5f5; justify-content: space-between; padding:0px 5% 2% 5%;flex-direction: column;} .com-section .com-cont{display:flex; flex-direction: column; flex: 1; align-items: flex-start;} .com-section h2{color:var(--text-dark-color); font-size:32px;text-transform: capitalize;font-weight: 500;text-align: center; margin-bottom:20px; margin-top:1rem;} .com-cont .desc{font-size:var(--p2-size); font-weight: 500;color:var(--text-dark-color); line-height: 2; font-family: var(--ff3);text-align: center;} .com-section .more{margin:auto;margin-top:0px; display:flex; justify-content: center;} .com-section .more a{padding:10px 50px; background:var(--color1); color:#ffffff; border-radius: 50px; font-family: var(--ff3);margin: auto 5px; border:2px solid var(--color1); transition: 0.5s;font-size:var(--p2-size);} .com-section .more a:before{border-radius: 50px;} .com-section .more a:hover{background-color:transparent; border:2px solid var(--color1); color:var(--color1);} .com-section .com-img{max-width:800px;} .com-img img{max-width:100%;} .com-num.wrap{padding:0px 5%;} .counter-items{width:100%; overflow: hidden; display: flex; justify-content: space-between; height: auto; /*box-shadow: 0px 4px 51px 0px rgb(7 0 2 / 18%);*/ align-items: center;z-index: 10; /*border-top:1px solid #eee;margin-top: 50px; padding-top:50px;*/ padding-bottom:50px; margin-top:2rem; } .counter-items .counter-item{padding:20px 0px;position: relative;width: 30%;} .counter-item .inner-box{width:100%; /*position: relative;*/ height: auto;} .counter-items .counter-item div.icon{font-family: "iconfont";} .counter-items .counter-item div.icon:before{font-size:5rem; color:var(--color1);} .counter-items .counter-item:hover em:before,.counter-items .counter-item:hover .icon:before{color:#ffffff;} .counter-item .inner-box .desc-box{ width: 100%; padding-top: 0px;color:#fff;text-align: center;/*border-right: 1px solid rgb(0 0 0 / 10%);*/ display:flex; justify-content: center; flex-direction: column;} .counter-item:nth-last-child(1) .inner-box .desc-box{border-right:0px;} .counter-item .inner-box .desc-box .counted{position: relative;text-align: center;display: flex; justify-content: center; align-items: flex-end;} .counter-item .inner-box .desc-box span{font-size: 50px;color: var(--text-dark1-color);font-weight: 500;line-height: 3rem;letter-spacing: auto;font-family: var(--ff3);} .counter-item .inner-box .desc-box em{color:var(--text-middle-color);border-radius: 50px;line-height: 35px;font-size: 16px; display:flex; align-items: center;justify-content: center;padding-bottom: 5px; margin-left: 5px;} .counter-item .inner-box .desc-box .desc-box-text{font-size:20px;color: var(--text-dark1-color);text-align: center; font-weight: 500; margin-top: 10px;font-family: var(--ff3);text-transform: uppercase;} .counter-item:hover{background:var(--color1); transition: 0.5s; cursor: pointer;border-radius: 20px;} .counter-item:hover .inner-box .desc-box em{color: #ffffff;} .counter-item:hover .inner-box .desc-box span{color:#fff;} .counter-item:hover .inner-box .desc-box .counted{color:#fff;} .counter-item:hover .inner-box .desc-box .desc-box-text{color:#fff;} @media screen and (max-width: 1023px) { .com-section h2{margin:auto;padding: 2rem;} .counter-items .counter-item{width:100%;} } @media screen and (max-width: 768px) { } @media screen and (max-width: 767px) { .com-cont .more a{padding: 10px 40px; margin-bottom:50px;} } @media screen and (max-width: 425px) { } @media screen and (max-width: 414px) { .com-cont .more a{padding: 10px 30px;} } @media screen and (max-width: 375px) { .com-cont .more a{padding: 10px 30px;} } @media screen and (max-width: 320px) { } /*============================================ ad-section ===========================================*/ .ad-section{padding:0px 0px; overflow: hidden; background-attachment:fixed !important;margin: auto; margin-top:0px; position:relative; margin-top:0px; height:180px;background-repeat:no-repeat !important; background-position: center center !important;background-size: cover;} /*.ad-section:before{background-color:rgb(34 34 34 / 10%); content: ""; position: absolute;top: 0;left: 0;right: 0;bottom: 0; z-index: -1;}*/ .ad-section .wrap{display: flex; justify-content: space-between;height: 100%;overflow: hidden;align-items: center; padding:0px 5%;} .ad-section h3{font-size:28px; font-weight: bold; max-width:400px; line-height: 40px;color: #fff;text-transform: capitalize;} .ad-cont{margin:auto;max-width: 700px; padding-right:50px;} .ad-cont h4{ padding: 0px;display: block;line-height: 45px; font-size:40px;color: #ffffff;font-weight: bold;} .ad-cont h4 b{font-weight:bold;font-size:40px; padding: 0px 5px; color:#ed1960; font-weight: bold; text-shadow: 2px 0 2px white, -2px 0 2px white, 0 2px 2px white, 0 -2px 2px white;} .ad-cont p{font-size:16px; color:#ffffff; margin-top:20px;} @media screen and (max-width: 1023px) { } @media screen and (max-width: 768px) { } @media screen and (max-width: 767px) { .ad-section h3{font-size: 1.8rem;} } @media screen and (max-width: 425px) { } @media screen and (max-width: 414px) { } @media screen and (max-width: 375px) { } @media screen and (max-width: 320px) { } /*============================================ prod-section ===========================================*/ .prod-section{ padding:0px 0px 0px 0px;} .prod-section h2{color: var(--color1); font-size: 32px; text-transform: capitalize; font-weight: bold; text-align: center; margin-bottom: 20px;} .prod-cont.owl-theme .owl-dots{margin-top: 60px;} .prod-cont .owl-carousel .owl-dots .owl-dot.active span,.prod-cont .owl-carousel .owl-dots .owl-dot:hover span{border-color: #e5277c;opacity: 0.8;background: #e5277c;width: 40px;border-radius: 10px;} .prod-cont{padding:50px 0px;max-width: 1200px;margin: auto;} .prod-cont ul{display:flex;flex-wrap: wrap; justify-content: space-between;} .prod-cont ul li{width:calc((100% / 3) - 4rem); max-width:500px; display: flex;margin-bottom: 2rem;} .prod-cont ul li figcaption {padding: 12px 10px; display: flex; flex-direction: column; overflow: hidden; justify-content: center; align-items: center; transition: 0.5s; margin-top:10px; /*border-top:1px solid rgb(1 173 78 / 10%);*/ width: 100%;font-size:0.85rem; } .prod-cont ul li:hover figcaption a{ } .prod-cont ul li figcaption{background: #f5f5f5;border: 1px solid #ccc;} .prod-cont ul li:hover figcaption{ background:var(--color1); color:#ffffff;} .prod-cont ul li figcaption h5{ color:var(--color1);font-size:30px;font-weight: 400;padding: 5px 0px; display: flex;} .prod-cont ul li figcaption p{ color:#000;font-size:20px; line-height: 2; text-align: center; margin: 10px auto; max-width:80%;margin-bottom:14px;} .prod-col-list .more { padding: 10px 50px; background: var(--color1); color: #ffffff; border-radius: 50px; font-family: var(--ff3); margin: auto; border: 2px solid var(--color1); transition: 0.5s; min-width: 200px; text-align: center; } .prod-cont .more:before{border-radius: 50px;} .prod-cont .more{font-size:var(--p2-size);} .prod-cont ul li:hover .more{color:#ffffff;} @media only screen and (min-width: 1024px) and (max-width: 1199px) { .prod-section{padding-bottom:0px;} } @media screen and (max-width: 1023px) { .prod-section{padding-bottom:0px;} } @media screen and (max-width: 768px) { } @media screen and (max-width: 767px) { .prod-cont ul{flex-direction: column;} .prod-cont ul li:nth-child(1){border-bottom: 1px solid rgb(0 169 80 / 10%);padding-bottom: 2rem;margin-bottom: 2rem;} } @media screen and (max-width: 425px) { } @media screen and (max-width: 414px) { } @media screen and (max-width: 375px) { } @media screen and (max-width: 320px) { } /*============================================ prods-section ===========================================*/ .prods-section{ padding:0px 0px 0px 0px; margin: 0; overflow: hidden;} .prods-cont.owl-theme .owl-dots{margin-top: 60px;} .prods-cont .owl-carousel .owl-dots .owl-dot.active span,.prod-cont .owl-carousel .owl-dots .owl-dot:hover span{border-color: #e5277c;opacity: 0.8;background: #e5277c;width: 40px;border-radius: 10px;} .prods-cont{padding:0px 0px;margin: auto;} .prods-cont .prods-items{width:100%; position: relative;} .prods-item {width:100%; display:flex; position: relative;} .prods-item .img{width:65%;display:flex;justify-content: center;align-items: center;background: #000; min-height: 650px;} .prods-item .img img{max-width:100%; height: auto;} .prods-item .text{width:35%;background:var(--color1); color:#ffffff;padding:0px 50px; display:flex; align-items: center;} .prods-item .text .innerbox{width: 100%;} .prods-item .text h3{font-size:40px; font-weight:700;/*word-break: break-all;*/ padding-bottom:20px;} .prods-item .text ul{width:100%;margin-top: 2rem;} .prods-item .text ul li,.prods-item .text p{width:100%; display: flex; font-size:18px; font-weight: 450; line-height: 1.5; margin-bottom: 1rem;align-items: baseline;} .prods-item .text ul li:before,.prods-item .text p:before{content:"\e607"; width:20px; height: 20px; border-radius: 100%; background-color:transparent; border:2px solid #ffffff; font-size:20px; margin-right:10px; font-family: "iconfont";display: flex;align-items: center;} .prods-item .more{ margin-top: 50px;} .prods-cont .more a{padding:10px 80px; background:transparent; color:#ffffff; border-radius: 50px; font-family: var(--ff3);margin: auto 5px; border:2px solid #ffffff; transition: 0.5s;font-size:var(--p2-size);} .prods-cont .more a:before{border-radius: 50px;} .prods-cont .more a:hover{background-color:transparent; border:2px solid #1a9ad9; color:#1a9ad9;} .prods-items .owl-controls{position:absolute; bottom:2rem;width:70vw; left:0; right: 0;} .prods-cont .owl-carousel .owl-dots .owl-dot span{width: 15px;height: 15px;background-color: #ffffff; border: 2px solid #ffffff;} .prods-cont .owl-carousel .owl-dots .owl-dot.active span, .prod-cont .owl-carousel .owl-dots .owl-dot:hover span{width: 15px;height: 15px;background-color: var(--color1);border: 2px solid #ffffff;} .prods-cont{padding:3rem 5%;} .prods-cont ul{display:flex;flex-wrap: wrap;} .prods-cont ul li{width: calc((100% / 3) - 100px); margin: 1rem auto; border: 1px solid #f5f5f5; box-shadow: 0 20px 25px -12px rgba(0,0,0,0.09);display: flex; flex-direction: column; align-items: center; justify-content: center;} .prods-cont ul li .img{width:100%;max-width: 300px;} .prods-cont ul li .img img{max-width:100%; transition: 0.3s;} .prods-cont ul li .img:hover img{transform:scale(1.03);transition: 0.5s;} .prods-cont ul li .text{font-size:1rem; text-align: center; padding:10px 0px 30px 0px;} .prods-cont ul li .text h3{margin:0px; padding: 0px;font-weight: 300;font-size: 20px;} .prods-cont ul li .text h3 a{} @media only screen and (min-width: 1024px) and (max-width: 1199px) { } @media screen and (max-width: 1023px) { .prods-item{flex-direction: column;} .prods-item .img{width:100%; padding:80px 0px 0rem 0px;} .prods-item .text{width:100%;} .prods-item .text .innerbox{padding:2rem 0px;} .prods-item .more{text-align: center; padding-bottom:2rem;} .prods-items .owl-controls{top:1rem; width:100%; bottom:unset;} .prods-cont ul li{width: calc((100% / 2) - 20px);} } @media screen and (max-width: 768px) { } @media screen and (max-width: 767px) { .prod-cont ul{flex-direction: column;} .prod-cont ul li:nth-child(1){border-bottom: 1px solid rgb(0 169 80 / 10%);padding-bottom: 2rem;margin-bottom: 2rem;} .prods-item .img{} .prods-cont ul li{width: calc((100%) - 0px);} } @media screen and (max-width: 430px) { } @media screen and (max-width: 414px) { } @media screen and (max-width: 375px) { } @media screen and (max-width: 320px) { } /*============================================ application-section ===========================================*/ .application-section{padding: 0px 0px 0px 0px; height: 90vh;} .application-wrap{width: 100%;height: 100%;position: relative;} .app-nav{width: calc((100% / 6) * 5);position: absolute;right: 10vw;left: 10vw; bottom:4rem;} .app-nav ul{width: 100%;display: flex; justify-content: space-between;height: auto;flex-wrap: wrap;} .app-nav ul li{width:calc(100% / 6);height: auto; display: flex;align-items: center; justify-content: center;background-color:var(--color-b-20); transition: 0.5s; color:#ffffff; border:1px solid rgba(255,255,255,.8); border-right:0px;padding: 1rem 0px;} .app-nav ul li:nth-child(6n){border-right:1px solid rgba(255,255,255,.8);} /*.app-nav ul li:nth-child(n 6){border-top:0px;}*/ .app-nav ul li a{color: #ffffff; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;} .app-nav ul li.active{background:var(--color1-85);} .app-nav ul li i{width: 50px; height: 50px; border-radius: 100px; border: 1px solid #fff; display: flex; align-items: center; justify-content: center; margin-right: 0rem;margin-bottom: 5px;} .app-nav ul li i:before{font-size:25px;} .app-nav ul li .text{padding: 0px 3rem; display: flex;width: 100%;align-items: center;flex-direction: column;justify-content: center;} .app-nav ul li .text p{font-size:11px;} .app-nav ul li .t1{font-size: 30px;padding-bottom: 15px;font-weight: 300;display: block;} .app-nav ul li .t1 .en { font-size: 16px; color: #ffffff; text-transform: uppercase; margin-left:10px; font-family: 'tunga',arial, helvetica, sans-serif; font-weight: 100; } .app-nav ul li .text .wz{font-size:14px;} .app-nav ul li .line{width: 0px;height: 4px;background: #fff;margin-top: 0; transition: 0.5s;} .app-nav ul li.active .line{ width: 40px;margin-top: 80px;} .app-cont{width:100%; height: 100%; display:flex;} .app-cont .app-cont-item{display:none;width: 100%; transition: 0.5s} .app-cont-item.active{display:flex;background-size: cover;} .app-cont-item.active .app-title{max-width: 800px;position:absolute; top:30%; left: 10vw; color:#ffffff;} .app-title h2{font-size:var(--t1); font-weight: bold;text-shadow: var(--box-shadow2);} .app-title h3{font-size:var(--t1);font-weight: bold;} .app-cont-item img{width:100%; height: 100%;} .app-cont-item .btn1{margin-top:3rem;} .app-cont-item .btn1 a,.app-cont-item .btn1 a:before{border-radius: 100px;} .app-cont-item .btn1 a{background:var(--color1);} .app-cont-item .btn1:hover a:before{background:var(--color1-h);} .application-wrap-m{display:none;} @media screen and (max-width: 1900px) { .application-section{min-height: unset;} .app-nav ul li .text{padding:0px 2rem;} } @media screen and (max-width: 1440px) { .app-nav ul li .text{padding:0px 1rem;} .app-nav ul li .text .wz{display:none;} .app-nav ul li.active .text .wz{display:flex;} .app-nav ul li.active .line{margin-top: 20px;} } @media screen and (max-width: 1280px) { .app-nav ul li .text{padding:0px 1rem;} .app-nav ul li i{width:40px; height: 40px;} .app-nav ul li i:before{font-size:1rem;} .app-nav ul li .text p{font-size:14px;} } @media screen and (max-width: 1199px) { .app-nav ul li i{margin-right:0.5rem;} } @media screen and (max-width: 1023px) { .application-section{border-bottom: 1px solid #efefef;padding-bottom: 50px;margin-bottom: 30px;height: auto;} .application-wrap{display:none;} .application-wrap-m{display:flex;} .application-wrap-m ul{} .application-wrap-m ul li{width:100%;} .application-wrap-m ul li img{width:100%; max-width:100%;min-height: 200px;} .application-wrap-m ul li .desc{width:100%; padding:5%; background: #f5f5f5; box-sizing: border-box;} .application-wrap-m ul li h5{font-size:1.6rem; line-height: 2;font-weight: bold;float: left;} .application-wrap-m ul li span.en{font-size:1.3rem; text-transform: uppercase;float: left;padding-left: 1rem;font-weight: 300 !important;} .application-wrap-m ul li p{font-size:1.2rem; line-height: 2rem;overflow: hidden;width: 100%;} .application-wrap-m .more{width: 100%;overflow: hidden;padding: 2rem 0px;} .application-wrap-m .more a{padding:10px 50px; background:var(--color1); color:#ffffff; border-radius: 50px; font-family: var(--ff3);margin: auto 5px; border:2px solid var(--color1); transition: 0.5s;font-size:var(--p2-size);} .application-wrap-m .more a:before{border-radius: 50px;} .application-wrap-m .more a:hover{background-color:transparent; border:2px solid var(--color1); color:var(--color1);} } @media screen and (max-width: 767px) { } @media screen and (max-width: 425px) { } @media screen and (max-width: 414px) { } @media screen and (max-width: 375px) { } @media screen and (max-width: 360px) { } @media screen and (max-width: 320px) { } /*============================================ news-section ===========================================*/ .news-section{width:100%; padding:0px 0px 80px 0px;} .news-section .wrap{width:85.8%;} .news-section .titles{width:100%;display:flex;align-items: center;padding: 50px 0px 20px 0px;} .news-section .titles h2{font-size:40px; font-weight: bold;} .news-section .titles h2 span{margin-left:1rem;font-weight: 300;font-size:24px;color: var(--text-light-color); font-family: var(--ff2);} .news-section .titles .btn1{margin-left:auto; margin-top:0px;} .news-section .titles .btn1 a,.news-section .titles .btn1 a:before{border-radius: 50px;padding: 10px 50px 10px 50px;} .news-list { display: flex; flex-wrap: wrap; } .news-list a{color: #3b3847;text-decoration: none;} .news-list--front { padding-top: 104px } .news-list--carousel { flex-wrap: unset; margin: 0 } ul li.news-item {width:calc((100% / 3) - 20px);background-color: #fff; padding: 0; margin:0px auto; transition: all .3s; border: 1px solid rgba(38,61,145,0.06);} ul li.news-item .img{width: 100%; overflow: hidden; transition: all .3s; display: flex; justify-content: center; align-items: center; position: relative; padding-bottom: 59.52%;} ul li.news-item img{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); display: block; width: calc(100% - 10px); height: calc(100% - 10px); transition: all .3s;} ul li.news-item .wz{position: relative;padding:28px 36px 52px 36px;} ul li.news-item .wz::before{content: '';width: 100%;height: 1px;background-color: #ededed;position: absolute;top:0;left:0;transition: all .3s;} ul li.news-item .wz::after{content: '';width: 0;height: 1px;background-color: var(--color1);position: absolute;top:0;left:0;transition: all .3s;} ul li.news-item .wz .time{font-size: 16px;color: #333;margin-bottom: 22px;} ul li.news-item .wz h3{font-size: 20px;line-height: 28px;overflow: hidden;font-family: hb; color: #000;margin-bottom: 15px;transition: all .3s;font-weight: bold;} ul li.news-item .wz p{font-size: 14px;line-height: 22px;height: 44px; overflow: hidden;color: #000;margin-bottom: 30px;transition: all .3s;} ul li.news-item .wz .more2{position: relative;width: 40px;height: 40px;border-radius: 20px;border:1px solid #ececec;transition: all .3s;display: flex;justify-content: center;align-items: center;} ul li.news-item .wz .more2 i{display: flex;width: 11px;height: 6px;transition: all .3s;align-items: center;justify-content: center;} ul li.news-item .wz .more2 i:before{content:"\e61f";font-family: "iconfont";} ul li.news-item .wz .more2 span{display: block; font-size: 14px;color: #fff;transition: all .3s;position: absolute;left:30px;top:0;height: 40px;line-height: 40px;display:none;} ul li.news-item:hover{box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);} ul li.news-item:hover .img img{transform: scale(1.03);width:100%; height: 100%; max-width: 100%; transition: 0.5s;left: 50%;top: 50%;transform: translate(-50%, -50%);} ul li.news-item:hover .wz{/*background:var(--color1);*/background-size: cover;} /*ul li.news-item:hover .wz::after{width: 100%;}*/ ul li.news-item:hover .wz::before{opacity:0;} ul li.news-item:hover .wz h3{color:var(--color1);} ul li.news-item:hover .wz .time,ul li.news-item:hover .wz p{color:var(--color1);} /*ul li.news-item:hover .wz .more2{width: 160px;background-color: #0426a1;justify-content: flex-end;padding:0 30px;border:1px solid #002972}*/ ul li.news-item:hover .wz .more2{border-color:transparent;background-color: var(--color1);} ul li.news-item:hover .wz .more2 i:before{color:#ffffff;} /*ul li.news-item:hover .wz .more2 span{display: block;}*/ @media screen and (max-width: 1023px) { .news-section{padding-top:0px;} ul li.news-item{width:100%;} } @media screen and (max-width: 767px) { .news-section .titles .btn1{display: none;} } @media screen and (max-width: 425px) { } @media screen and (max-width: 414px) { } @media screen and (max-width: 375px) { .com-cont .titles{width: 100%;} .com-cont .titles h3{font-size: 1.4rem;} } @media screen and (max-width: 360px) { } @media screen and (max-width: 320px) { } @media screen and (max-width: 1023px) { .footer{padding: 0px 0px 0px 0px;overflow: hidden;width:100%;margin-bottom: 58px !important;} } @media screen and (max-width: 768px) { } @media screen and (max-width: 767px){} @media screen and (max-width: 425px) { } @media screen and (max-width: 414px) { } @media screen and (max-width: 375px) { } @media screen and (max-width: 320px) { }