/*nav menu*/
@media (max-width: 1440px) {
    .menu-ul li a {
        font-size: 12px;
    }
    .whatsapp a {
        font-size: 12px;
    }
    .btn-form-submit{
        font-size: 12px;
    }
    .btn-form-submit:hover{
        font-size: 12px;
    }
    
    .request-form-title-h2 {
    font-size: 32px;
    }
  }
@media (max-width: 1366px) {
    .menu-ul li a {
        font-size: 12px;
    }
    .whatsapp a {
        font-size: 12px;
    }
    .btn-form-submit{
        font-size: 12px;
    }
  }

  @media (max-width: 1024px) {
    .logo-nav img{
        width: 160px;
        height: auto;
        margin: 14px 0 0 0;
    }
    .menu-ul li {
        display: inline;
        margin: 0 10px;
    }
    .menu-ul li a {
        font-size: 20px;
    }
    .language-btn{
        font-size: 20px;
    }
    .whatsapp a {
        font-size: 10px;
    }
    .btn-form-submit{
        font-size: 10px;
    }
    .whatsapp a {
    padding: 12px;
    margin: 0;
}
.btn-form-submit {
    padding: 10px;
    margin: 5px 10px;
}
.btn-form-submit:hover {
    font-size: 10px;
    padding: 10px;
    margin: 5px 10px;
}

.item-lbl {
    font-size: 13px;
}
.home-banner-ul li label {
    font-size: 32px;
}
.home-banner-ul li p {
    font-size: 17px;
}
  }

  @media (max-width: 768px){
    .mobil-d-none{
        position: absolute;
        top: 70px;
        background: white;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        display: none;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        z-index: 2;
    }
    
    .language-and-phone{
        display:none;
    }

    .mobil-d-none-show{
        display: block;
    }
    .menu-list{
        display: grid;
    }
    
    .menu-ul {
    display: grid;
    text-align: justify;
    }
    .language-btn i {
    margin-right: 4px;
    }
    .menu-ul li {
        display: list-item;
            margin: 5px 3px;
    }
    .language-phone li {
        display: list-item;
        margin: 10px 0px;
    }
    .mobil-menu-btn{
            display: block;
    border: 1px solid rgb(104, 104, 104);
    padding: 0;
    width: 40px;
    height: 40px;
    margin: 4px 0 0 0;

    }
   
    
    .btn-mobil-menu{
            padding: 3px;
    color: black !important;
    /* background-color: white !important; */
    border-color: transparent;
    width: 40px;
    height: 40px;
    font-size: 22px;
    }
    .btn-mobil-menu:hover{
            padding: 0;
    color: black !important;
    /* background-color: white !important; */
    border-color: transparent;
    width: 40px;
    height: 40px;
    font-size: 22px;
    }
    .btn-mobil-menu:focus{
        box-shadow: none;
    }

    .mobil-menu-online-form {
        padding: 25px 0;
        display: flex;
        justify-content: space-between;
    }
    .btn-form-submit {
            font-size: 8px;
    margin: 4px 0 0 0;
    height: 40px;
    }
    .btn-form-submit:hover {
            font-size: 8px;
    margin: 4px 0 0 0;
    height: 40px;
    }
    
    .request-form-title {
    padding: 15px 0;
    }
    .request-form-title-h2 {
    font-size: 15px;
    }
    .home-banner-ul li label {
    font-size: 30px;
}
.home-banner-ul li p {
    font-size: 18px;
}
.service-list {
    display: flex;
    overflow: auto;
    justify-content: normal;
    flex-wrap: nowrap;
}
.service-list .col-12{
    width: 80%;
    
}

.service-list .col-12::-webkit-scrollbar {
  height: 10px;
}


.service-list .col-12::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 

.service-list .col-12::-webkit-scrollbar-thumb {
  background: #888; 
}


.service-list .col-12::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.home-page-slider .carousel .carousel-inner .carousel-item {
    height: 500px;
    width: 100%;
    overflow: hidden;
}
.home-page-slider .carousel .carousel-inner .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: scale-down;
}
.comment-card {
    background: #fff;
    /* box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px; */
    /*padding: 15px;*/
    height: 290px;
}
.comment-card-icon {
    height: 250px;
    overflow: hidden;
    text-align: center;
    text-align: -webkit-center;
    align-items: center;
}
  }

/*nav menu*/


/*home about*/

@media (max-width: 768px){
    .home-about-link-btn {
        padding: 10px 90px;
    }

    .home-about-info-p{
        display: -webkit-box;
        -webkit-line-clamp: 10; 
        -webkit-box-orient: vertical; 
        overflow:hidden;
    }

    .service-card {
        min-width: 90%;
    }
    .footer-bottom {
    padding: 10px 0 50px 0;
}
}
/*home about*/


/*service*/
@media (max-width: 1366px) {
    .service-card-lbl {
        font-size: 12px;
    }
  }
/*service*/


/*method*/
@media (max-width: 768px) {
    .home-method-content-img{
        display: none;
    }

    .home-content-banner img {
        position: absolute;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
  }
/*method*/



/*page banner*/
@media (max-width: 768px) {
    .page-banner-content {
        height: 180px;
    }

    .page-banner-content p{
        font-size: 12px;
    }
    .service-card-p {
    font-size: 13px;
    line-height: 21px;
    }

    .about-section{
        position: relative;
        overflow: hidden;
        height: auto;
    }
    
    .about-section img{
       display: none;
    }
}

/*page banner*/


/*service slider*/
@media (max-width: 1680px){
    .item-content {
    height: 250px;
    padding: 0 20px;
}
}
@media (max-width: 1536px){
    .item-content {
    height: 270px;
    padding: 0 20px;
}
}
@media (max-width: 1440px){
    .item-content {
    height: 275px;
    padding: 0 20px;
}
}

@media (max-width: 1366px){
    .item-content {
    height: 320px;
    padding: 0 20px;
}
}

@media (max-width: 1280px){
    .item-content {
    height: 370px;
    padding: 0 20px;
}
.home-banner-ul {
    margin: 17px 0 0 0;
}
}

/*service slider*/