html, body {
    margin:0;
    padding:0;
    height:100%;
 }
 ul{
    margin: 0;
 }
body{
    height: 100%;
    background: #E5E5E5;
    
}
.w-100{
width: 100%;
}

.ml-1{
    margin-left: 10px;
}
.inline{
    display: inline-block;
}
.container{
    margin: 90px 0 0 0;
    padding-left: 100px;
    padding-right: 100px; 
    width: 100%;
}

.page-name{
    font-size: 40px;
    margin: 50px 0 50px 0;
    color: #043353;
}
.page-subname{
    font-size: 20px;
    color: #043353;

}
.see-more{
    color: #82CDE5;
    font-size: 18px;
    text-decoration-line: underline;

}
.about-us-text{
    text-align: justify;
    font-size: 18px;
    width: 100%;
    Line-height: 29.9px;
}
.text-md{
    text-align: justify;
    font-size: 17px;
    width: 100%;
    Line-height: 29.9px;
}

.category-text
{
    font-size: 30px;
    color: #043353;

}
.download-image img{
    width: 100%;
    height: 100%;
}
.download-image{
    width: 35px;
    height: 35px;
    /* margin-right: 10px; */
}

.download-item{
margin-bottom: 10px;
}

.contact-us-title{
    border-bottom: 2px solid #18A4E0;
    font-size: 30px;
    color: #18A4E0;
    margin-bottom: 20px;
}

.contact-info{
    color: #043353;
    font-size: 16px;;
}

.contact-info-img{
    /* width: 300px; */
    border-radius: 10px;
}
.contact-info-img img{
    border-radius: 10px;
}

.main-input{
    border: none;
    border-radius: 10px;
    background-color: #EBEBEB;
    width: 100%;
    padding: 10px;
    margin: 10px auto;
}
textarea{
    resize: vertical;
}

.main-btn, .main-btn:hover{
background: #043353;
color: #FFFFFF;

}

.contact-info-img img{
    width: 100%;
    height: 100%;
}
.cart-container-flex{

    text-align: center;
}
.cart-container
{
    
    margin-bottom: 5%;;
    margin-left: auto;
    margin-right: auto;
}
.cart-img-container{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 10px;
    padding: 2px;
    height: 180px;
    object-fit: contain;
    background: white;
}
.cart-img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.cart-text {
    font-size: 20px;
    color:#043353;
    margin: 2%;
    border-bottom: 1px solid #043353;
    border-radius: 10%; 
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}
.banner-img {
    width: 100%;
    height: 400px;
}
.banner-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.prev_arrow{
    color: #043353;
    font-size: 70px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
}
.next_arrow{
    color: #043353;
    font-size: 70px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: -50px; 
    transform: translateY(-50%);
}

.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}
.slick-dots li button{
    width: 15px!important;
    height: 15px!important;
}
.slick-dots button {
    width: 12px;
    height: 12px;
    display: block;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #82CDE5!important;
    text-indent: -9999px; 
}
.slick-dots li.slick-active button {
    background-color: #043353!important;
    border-radius: 50%;;
}

/* img zoom */
.img-hover-zoom {
    overflow: hidden;
  }
  
  .img-hover-zoom img {
    transition: transform .5s ease;
  }
  
  .img-hover-zoom:hover img {
    transform: scale(1.4);
  }

  /* filter */

 .filter-container .page-subname{
    color: #82CDE5;
    border-bottom: 4px solid #82CDE5;
    margin: 15px 0;
 }
 .filter-container{
    background:#043353;
    color: white;
    border-radius: 5px;
    padding-bottom: 15px;
    margin-bottom: 10px;
 }
  .filter-checkbox
  {
    padding: 5px 0 5px 10px;
    font-weight: 500;
  }
  .btn-filter
  {
    width: 100%;
    background: inherit;
    border: 2px solid #82CDE5;
  }
  .only-phone{
    display: none!important;
}
#tabs > div{
     height: 465px;
     overflow: auto;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
    background: #043353!important;

}
/* end tabs */
.tech-title{
    font-size: 18px;
    color: #043353;
    font-weight: 700;
    margin-bottom: 20px;
}
.tech-block{
    height: 520px;
    border-radius: 5px;
    background-color: #fff;
    padding: 20px 50px;
}

@media screen and (max-width: 970px) {

    .logo img{
        width: 150px;
    }
    .container{
        padding-left: 20px;
        padding-right: 20px; 
        }
    .page-name {
        margin: 10px 0 10px 0;
        font-size: 25px;
    }
    .prev_arrow{
        font-size: 50px;
        top: 50%;
        left: -20px;
    }
    .next_arrow{
        font-size: 50px;
        top: 50%;
        right: -20px;
    }

    .filter-container{
        display: none;
    }
    .only-phone{
        display: block!important;
    }
    .phone-mt-1 {
        margin-top: 1rem!important;
    }
    #tabs > div{
        height: auto;
   }
   .about-us-text{
        padding-top: 25px;
   }
   .about-us-text::before{
        content: "";
        border-bottom: 1px solid #043353;
        border-radius: 10%;
        margin: 5px 0;
        display: block;
   }
   .tech-block {
        height: 420px;
    }
}

@media screen and (max-width: 1302px) {
    .logo img{
        width: 200px;
    }
    .nav-links li a, .drop-menu-mega{
        font-size: 16px;
    }
}