
  
  /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
  
  @media only screen and (max-width: 991px)
  {
    .menu_content ul li a
    {
      font-size: 30px;
    }
    .header_social
    {
      display: none !important;
    }
    .main_nav,
    .header_phone
    {
      display: none;
    }
    .hamburger
    {
      display: block;
    }
    .menu_content ul li a
    {
      font-size: 30px;
    }
    .home_page_nav
    {
      position: absolute;
      right: 40px;
      top: auto;
      bottom: 40px;
    }
    .home_page_nav ul li:not(:last-child)
    {
      margin-bottom: 25px;
    }
    .home_slider_content_container
    {
      
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
    }
    
    .search_input
    {
      width: 100%;
      margin-bottom: 12px;
    }
    .home_search_button
    {
      width: 100%;
      margin-top: 10px;
    }
  }

@media (min-width: 768px) {
    .alert-area {
      width: 350px;
      left: auto;
      right: 0;
    }
    .notify-area {
      width: 250px;
      left: auto;
      right: 0;
    }
  }

@media (max-width: 767px) and (min-width: 481px) {
  .alert-area {
    left: 100px;
    right: 100px;
  }
  .notify-area {
    left: 100px;
    right: 100px;
  }
}
  


@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 50px;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }

  
}


@media only screen and (max-width: 575px)
{
  .menu_header
  {
    
    padding-left: 20px;
    padding-right: 20px;
  }
  .menu_content ul li a
	{
		font-size: 24px;
	}
}

@media only screen and (max-width: 539px)
{
  .card-apps{  
    margin-left: 10%;
    margin-right: 10%;
  }
}


@media only screen and (max-width: 480px)
{	
  .menu_content ul li a
	{
		font-size: 20px;
	}
	h1{font-size: 48px;}
	h2{font-size: 36px;}
	h3{font-size: 24px;}
	h4{font-size: 18px;}
	h5{font-size: 14px;}
  
  
  
  
}
@media only screen and (max-width: 400px)
{
  .base_title{

    padding: 10px;
  }
  .card-apps{  
    margin-left: 5%;
    margin-right: 5%;
  }

}

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

  .btn-app{
    width: 150px;
    /*height: 50px;*/
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
  }
  h1{font-size: 36px;}
	h2{font-size: 24px;}
	h3{font-size: 18px;}
	h4{font-size: 14px;}
	h5{font-size: 12px;}
  .card-apps{  
    margin-left: 5%;
    margin-right: 5%;
  }
}