/*-------------------Top Header--------------------------------*/
@media(max-width:768px) {

    body,
    h1 {
        font-size: 25px !important;
    }

    body,
    h2 {
        font-size: 20px !important;
    }

    body,
    h3 {
        font-size: 20px !important;
    }
}

@media(max-width: 994px) {

    .top-header p,
    .ic {
        opacity: 0%;
        display: none;

    }


}

@media(max-width: 994px) {

    .top-header .ic,
    .hp,
    .em {
        display: none;
        opacity: 0%;
    }

}

@media (min-width: 0px) and (max-width: 989px) {
    .top-header #datetime {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: black;
        color: white;

    }
}

@media (min-width: 0px) and (max-width: 9999px) {
    .top-header {
        background-color: black;
        color: white;
    }
}



/*----------------------- navbar---------------------------- */
@media(max-width: 1002px) {

    .nav-item .btn {

        color: red !important;
        padding: 0px !important;
    }

    .navbar-brand .navbar-toggler {
        display: flex;
        flex-direction: row;

    }
  
}

@media(max-width: 768px) {
.navbar .container .navbar-brand img{

    max-width: 10vw;

}
}

@media(max-width:768px){
    .navbar .nav-item {
        font-size: 15px;
    }
}

/*------------------- slider----------------------- */
/* 
@media (max-width: 768px) {
  .carousel-item img {
    height: 40vh;          
  }
}
/*  
@media (max-width: 576px) {
  .carousel-item img {
    height: 30vh;         
  }
}  */

/*---------------------------------------- box container------------------------------ */





/* -------------------page text--------------------------- */
@media (max-width: 1200px) {
    .row .button-box {
        margin: 0px;
        display: flex;
        flex-direction: column;
        padding: 0%;
        justify-content: start;

    }

    .box-container h1 {
        display: flex;
        justify-content: center;
        align-items: center;

    }
}

@media (max-width: 768px) {
    .page-text .row img {
        margin-left: 0px;


    }

}

@media (max-width: 768px) {
    .big-services .row .list {
        display: flex;
        flex-direction: column;
        margin-right: 100%;
        padding: 0px;
        text-wrap: nowrap;
    }
}


@media (max-width: 768px) {
    .page-text .row img {
        margin-left: 0px !important;
        max-width: 80vw;

    }

}

/*----------------------------------- best servicess------------------------------ */

@media (max-width: 992px) {
    .big-services .row {
        flex-direction: column;
    }


    .big-services img {
        margin-bottom: 20px;
        width: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 40px;
    }

}

@media (max-width: 768px) {
    .big-services .row {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }


}

/*--------------------------------- sticky card-------------------- */

@media (max-width: 768px) {
    .box {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
    }

    .image img {
        width: 180px;
        margin-top: 20px;
    }

    .text {
        padding-right: 0;
    }

    .card {
        position: sticky;
        top: 40px !important;
    }
}

/*---------------------------- support----------------------- */
@media screen and (max-width: 768px) {
    .container .support {
        margin: 0px;


    }

    .container .support p {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
    }

    .container .support .col-lg-3 {
        margin: 0%;
    }

}


/*----------------------- footer------------------- */

@media screen and (max-width: 768px) {

    col-sm-3 {
        flex-wrap: wrap;
    }

    .footer {
        width: 100%;
        font-size: 14px;
    }

    .footer .row .footer-img img {
        height: 80px !important;
        width: 100px !important;
        margin-bottom: 20px;

    }
    .footer .row .app-img img {
        max-width: 50vw;
        padding-left: 0%;
      
    }
}
@media(min-width:769px) {
    .footer .row .footer-img img {
        max-width: 10vw;
        margin: 40px 30px;
    }
}