*{
    font-family: 'Poppins';
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

.report-box{
    text-align: center;
}
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    position: relative;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-content img {
    width: 100%;
    height: auto;
}
.main-header{
    display: flex;
    align-items: center;
    justify-content: space-between
}
.navbar-expand .navbar-collapse{
    justify-content: center;
}
header{
    width: 100%;
    padding: 1% 5%;
}
header{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
footer{
    padding: 3% 0;
    box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.2), 0px -6px 20px 0 rgba(0, 0, 0, 0.19);
}
footer > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) {
    text-align: end;
}
a.nav-item.nav-link,#navbarSupportedContent > ul > li {
    font-size: 16px;
    font-weight: 400;
    color: #000 !important;
    transition: 0.3s !important;
    padding: 15px 30px !important;
}

a.nav-item.nav-link.active,#navbarSupportedContent > ul > li.active{
    border-bottom: 1px solid #999;
    color: #000;
}
a.nav-item.nav-link:hover,#navbarSupportedContent > ul > li:hover{
    border-bottom: 1px solid #999;
}
ul.footer-list li {
    list-style: none;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 600;
}

.fa {
    font-size: 35px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    background: transparent;
    color: #000;
    padding: 0 5px;
  }
  
  .fa:hover {
      opacity: 0.7;
      color: #000;
      text-decoration: none;
  }

  .social-footer p{
    font-size: 14px;
    margin-top: 20px;
    font-weight: 600;
  }
  .footer-bottom a{
    color: #000;
    text-decoration: none;
  }
  .footer-bottom{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  
  .banner img {
    height: 530px;
    object-fit: cover;
}
.carousel-control-next, .carousel-control-prev{
    width: 5%;
}
.carousel-caption h5{
    font-size: 42px;
    font-weight: 600;
}
input.btn.btn-dark.btn-block {
    padding: 10px 40px;
}
.carousel-caption{
    bottom: 200px;
}
.carousel-item.active{
    background: linear-gradient(45deg, black, transparent);
}
.sec-1 p{
    font-size: 20px;
}
.fst-txt{
    padding-top: 5% !important;
    padding-bottom: 5% !important;

}
.sec-1{
    background-color: #FAFAFA;
    padding: 50px 0;

}
.row.sec2{
    padding: 2% 5%;
}
.row.sec2 h2 {
    font-size: 50px;
}
.row.sec2 h3{
    font-weight: 600;
}
.row.sec2 .col-md-4{
    margin-top: 50px;
}
.middle-banner{
    height: 250px;
    background:linear-gradient(135deg, black, transparent),url(img/slider4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.middle-banner h2, .middle-banner h1{
    font-weight: 600;
    color: #fff;
    font-size: 52px;
}
.row.cont {
    padding: 5%;
}
.counter-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}
.counter-wrap .col-md-5 {
    border: 1px solid #ccc;
    margin: 5px;
    height: 200px;
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.counter-wrap .col-md-5 h5{
    font-size: 30px;
}
.counter-wrap .col-md-5 p{
    font-size: 20px;
}

.row.sec-1 h2{
    font-size: 50px;
    font-weight: 600;
}
.row.sec-1 {
    display: flex;
    align-items: center;
    padding: 0 50px;
}
.cont-sec{
    margin: 75px 0;
}
.cont-sec a{
color: #000;
text-decoration: none;
}
input.form-control {
    margin-bottom: 25px;
    padding: 25px 10px;
}
textarea.form-control{
    margin-bottom: 25px;
    height: 120px;
    resize: none;
}
.row.cont-sec.p-5 h2 {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 30px;
}
.abt-vismis{
    padding: 50px !important;
}
.abt-vismis .col-md-6{
    padding: 0 5% !important;
}
.def16{
    font-size: 16px !important;
}
.social a {
    font-size: 22px;
}
a:hover {
    color: #000;
    text-decoration: none;
}
a{
    color: #000;
}
.vd-cont {
    display: flex;
    justify-content: center;
    align-items: center;
}
.row.prod-cat {
    padding: 5% 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.row.prod-cat-re {
    padding: 0% 10%;
    display: flex;
    align-items: center;
}
.row.prod-cat img,.row.prod-cat-re img {
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.row.sec-offer.text-center {
    padding: 0 15%;
    margin-bottom: 7.5%;
}
.bnr-mid{
    background:linear-gradient(135deg, black, transparent),url(img/slider4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 5% 0%;
}
.row.prod-cat h2,.row.prod-cat-re h2,.row.text-center.after-banner-prod h2,.video-test-sec h3,.row.sec-offer.text-center h2 {
    font-size: 44px;
    font-weight: 700;
}
.row.prod-cat h3,.row.prod-cat-re h3 {
    font-size: 22px;
    color: #666;
    margin: 3.5% 0;
}
.row.prod-cat ul li p ,.row.prod-cat-re ul li p {
    font-size: 16px;
}
.row.prod-cat ul li,.row.prod-cat-re ul li {
    margin: -10px 0;
    line-height: 1.2;
}
.row.justify-content-center > .col-md-3 {
    padding: 2.5%;
    background: #efefef;
    margin: 5px;
    border-radius: 5px;
}
.min-cs h2{
    margin-bottom: 5%;
}
.row.justify-content-center p {
    font-size: 15px;
    line-height: 1.2;
}
.row.justify-content-center > div{
    transition: 0.3s;
}
.row.justify-content-center > div:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.row.prod-benf {
    display: flex;
    justify-content: center;
    margin: 5%;
}
.row.prod-benf h2 {
    font-size: 20px;
}
.row.prod-benf > div > div > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.prod-benf img {
    background: #f4f4f4;
    border-radius: 50%;
}
.col-md-12.text-center.banner-head h2 {
    font-size: 54px;
    font-weight: 600;
}
.row.headerr {
    display: flex;
    align-items: center;
}
ul.footer-list li a {
    text-decoration: none;
}
.middle-banner p {
    color: #fff;
    font-size: 20px;
}
.after-banner-prod {
    padding: 5% 15%;
}
.after-banner-prod p{
font-size: 20px;
}
.red-e-fbox > .col-md-3{
    width: 24%;
}

@media (max-width: 430px){
    .carousel-control-next, .carousel-control-prev {
        width: 10%;
    }
    footer > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) {
        text-align: center;
    }
    .btn-wa{
        display: none;
    }
    body > header > div > div.col-md-8.col-xs-6 > nav > div {
        justify-content: flex-end;
    }
    .col-md-8.col-xs-6,.col-md-2.col-xs-6 {
        width: 50%;
    }
    .banner img {
        height: 250px;
    }
    .sec-1 p {
        font-size: 16px;
        line-height: 1.2;
    }
    .middle-banner h2, .middle-banner h1{
        font-size: 32px;
    }
    .middle-banner {
        height: 150px;
    }
    .counter-wrap > div {
        display: flex;
        justify-content: center;
    }
    .counter-wrap .col-md-5{
    height: 120px;
    width: 190px;
    }
    .counter-wrap .col-md-5 p {
        font-size: 16px;
        text-align: center;
    }
    .row.sec-1{
        padding: 0 20px;
    }
    .row.sec-1.pl-5 h2,.row.sec-1 h2,.row.cont-sec.p-5 h2,.row.sec2 h3,.row.prod-cat h2,.row.sec-offer.text-center h2,.row.text-center.after-banner-prod h2,.row.prod-cat-re h2,.video-test-sec h3{
        font-size: 32px;
    }
    .cont-sec {
        margin: 0;
        text-align: center;
    }
    .row.cont-sec.p-5 {
        padding: 1rem !important;
    }
    input.form-control {
        margin-bottom: 5px;
        padding: 10px;
    }
    textarea.form-control {
        margin-bottom: 10px;
        height: 75px;
    }
    
    footer img {
        width: 33%;
    }
    .fa{
        padding: 2px;
        font-size: 24px;
    }
    ul.footer-list li{
        font-size: 16px;
        margin-bottom: 5px;
    }
    footer{
        text-align: center;
    }
    img.logo.img-fluid {
        width: 50px;
    }
    img.logo.img-fluid {
        width: 50px;
    }
    .carousel-caption {
        bottom: 90px;
    }
    .carousel-caption h5 {
        font-size: 24px;
    }
    a.nav-item.nav-link, #navbarSupportedContent > ul > li{
        padding: 0px !important;
    }
    ul.navbar-nav {
        text-align: end;
    }
    .abt-vismis {
        padding: 20px !important;
    }
    .middle-banner p {
        font-size: 16px;
        line-height: 1.2;
    }
    .prod-mob{
        height: 200px !important;
    }
    .after-banner-prod,.row.prod-cat-re,.row.sec-offer.text-center {
        padding: 5%;
    }
    .after-banner-prod p {
        font-size: 18px;
        line-height: 1.2;
    }
    .row.prod-cat{
        padding: 5%;
        justify-content: center;
    }
    .row.prod-cat img{
        width: 50% !important;
    }
    .row.prod-cat-re img {
        width: 100%;
    }
    .prod-rev{
        display: flex;
        flex-direction: column-reverse;
    }
    iframe {
        width: 360px;
    }
    .red-e-fbox > .col-md-3 {
        width: 100%;
    }
}