/*nav menu*/
@media (max-width: 768px) {
    .nav-top {
        display: none;
    }

    .menu-list {
        display: none;
    }

    .nav-contact-btn {
        width: 100%;
        padding: 40px 0px;
    }

    .mobil-menu-show {
        display: block;
    }

    .nav-contact-btn-ul li a {
        color: white;
        font-size: 10px;
    }

    .menu-list {
        display: none;
        background: white;
        position: absolute;
        top: 110px;
        left: 0;
        width: 100%;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }

    .menu-list-ul li {
        display: block;
        margin: 10px 0;
    }

    .nav-contact-btn-ul li {
        margin-right: 5px;
    }

    .menu-list-show {
        display: block;
    }

    .nav-contact-btn-ul li {
            display: inline;
    background-color: #0480a7;
        padding: 7px 10px;
       margin-right: 0px !important;

    border-radius: 3px;
    }
    .nav-contact-btn {
        display: flex;
        justify-content: space-around;
    }

    .btn-mobil-show {
        border: 1px solid #333743;
        border-radius: 0;
        padding: 1px 5px;
        color: black;
        border-radius: 3px;
        position: relative;
        top: -2px;
    }
    .logo-dtr{
        display: none;
    }
    .logo-nav img {
        margin-left: auto;
    }

    .menu-list-ul {
        display: grid;
        justify-content: center;
      }
      
   
}

/*nav menu*/


/*home about*/
@media (max-width: 768px) {
    .about-home {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .home-about {
        position: unset;
        padding: 5px;
        top: auto;
        height: 310px;
        box-shadow: rgb(0 0 0 / 15%) 2.4px 2.4px 3.2px;
        right: auto;
        background: white;
        margin: 15px 0;
    }

    .home-about-h2 {
        font-size: 15px;
        margin-top: 10px;
        font-weight: 600;
    }
    .services-title-lbl {
        color: white;
        font-size: 15px;
    }
    .services-title-h2 {
        color: white;
        margin-top: 25px;
        font-size: 20px;
    }
}

/*home about*/


/*contact banner*/
@media (max-width: 768px) {
    .contact-banner {
        height: auto;
    }

    .contact-banner-text {
        color: #FFFFFF;
        font-weight: 600;
        font-size: 17px;
    }

    .contact-banner-text {
        padding: 10px 0;
    }

    .contact-banner-link {
        padding: 20px 0;
    }
}

/*contact banner*/


/*blog*/
@media (max-width: 768px) {
    .blog-list-content {
        display: flex;
        flex-wrap: nowrap;
        overflow-y: auto;
    }

    .blog-list-content .col-md-3{
        width: 85%;
        margin-right: 10px;
    }

    .blog-main-title-h2 {
        color: #000;
        margin-top: 25px;
        font-size: 20px;
    }
}

/*blog*/

/*footer*/
@media (max-width: 768px){
    .footer-about{
        text-align: center;
    }
    .footer-menu{
        text-align: center;
        margin-top: 15px;
        border-top: 1px solid #979696;
    }
    .footer-contact{
        text-align: center;
        margin-top: 15px;
        border-top: 1px solid #979696;
    }
    .subscribe-title label {
        font-size: 18px;
        color: white;
        margin-left: 20px;
      }

      .subscribe-title i {
        color: white;
        font-size: 30px;
      }

      .subscribe-title {
        padding: 0 0 0px 0;
      }
}
/*footer*/


/*about*/
@media (max-width: 768px){
    .banner-content {
        background-color: #034159;
        height: auto;
        width: 100%;
      }
}
/*about*/


/*services*/
@media (max-width: 768px){
    .services-card-list {
        flex-wrap: nowrap;
        overflow-y: auto;
      }

      .close-btn {
        position: absolute;
        right: 10px;
        top: 8px;
    }

    .verification input {
        width: 86%;
        margin-left: 15px;
        height: 40px;
    }


}
/*services*/