.navbar-toggler-icon {
    color : #fff !important;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .slick-arrow {
        display: none !important;
    }
    .home-slider h3 {
        font-size: 20px;
    }

    .home-slider p {
        font-size: 15px;
    }

    .home-slider img {
        height: 300px;
    }

    .home-banner .hero {
        top: 25% ;
      }


    .home-banner .item {
        height: 250px;
    }

    .home-banner img {
        height: 100%;
    }


      .home-banner h1 {
        font-size: 30px;
      }

      .home-banner p {
        font-size: 25px;
      }
      .main_menu .main-menu-item ul li .nav-link {
        /* padding-left: 0px; */
        padding: 15px 30px;
        width: 100%;
    }

    .rtl .main_menu .main-menu-item ul li .nav-link {
        /* padding-left: 0px; */
        padding: 15px 30px;
        width: 100%;
    }


}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    /* .home-slider h3 {
        font-size: 30px;
    }

    .home-slider p {
        font-size: 20px;
    }

    .home-slider img {
        height: 250px;
    } */



}

/* Medium devices (landscape tablets, 768px and up) */
/* @media only screen and (min-width: 768px) {...} */

/* Large devices (laptops/desktops, 992px and up) */
/* @media only screen and (min-width: 992px) {...} */

/* Extra large devices (large laptops and desktops, 1200px and up) */
/* @media only screen and (min-width: 1200px) {...} */
@media only screen and (min-width: 1200px) and (max-width: 3640px){
    .container {
        /* max-width: 1300px; */
    }
}
