@media only screen and (max-width: 568px)
{
	.mob-d-none
	{
		display: none !important;
	}
	.navbar-toggle
	{
		margin-left: auto !important;
	}
	.logo-big
	{
		top: 85% !important;
		left: 20% !important;
	}
	.logo-big img
	{
	  width: 130px !important;
	}
	.hero-section.bg-section
	{
      height: 35vh;
	}
	.rent-details-box
	{
		width: 90%;
		margin: auto;
	}
	.hero-content .section-title h1
	{
		display: flex;
		justify-content: center;
		font-size: 20px !important;
		color: #000000 !important;
		text-shadow: none !important;
	}
	.hero-content .section-title h3
	{
      padding-left: 0px !important;
      font-size: 10px !important;
      color: #000 !important;
      text-shadow: none !important;
	}
	.hero-content
	{
		top: 100% !important;
		transform: translate(-50%, 5%) !important;
	}
	.about-us
	{
	  margin-top: 55vh;
	}
	.left-leave
	{
      width: 30% !important;
	}
	.perfect-fleet-item .image-box img {
        max-width: 100%;
        border-radius: 20px;
    }
    .footer-copyright-text
    {
    	text-align: center !important;
    }
    .page-header {
        padding: 0px 0px 30px 0 !important;
    }
    .page-header-box h1
    {
    	font-size: 20px !important;
    }
    .page-header-box ol li.breadcrumb-item {
        font-size: 14px;
    }
    .fleets-information
    {
      margin-bottom: 0px;
    }
    .team-member-intro {
        padding-bottom: 0;
        margin-bottom: 0;
    }
        .footer-links {
        margin-bottom: 0px;
    }
    .footer-links h3, .footer-newsletter h3 {
    margin-bottom: 20px;
    margin-top: 25px;
    }
    .fleet-sec
    {
       padding-top: 0px !important;
       padding: 15px !important;
    }
    .fleet-content
    {
      padding: 15px 0px !important;
    }
    .car-ftr p {
    font-size: 12px;
   }
}

@media only screen and (max-width: 768px) and (min-width: 569px)
{
	.mob-d-none
	{
		display: none !important;
	}
	.navbar-toggle
	{
		margin-left: auto !important;
	}
	.logo-big
	{
		top: 85% !important;
		left: 20% !important;
	}
	.logo-big img
	{
	  width: 130px !important;
	}
	.hero-section.bg-section
	{
      height: 35vh;
	}
	.rent-details-box
	{
		width: 90%;
		margin: auto;
	}
	.hero-content .section-title h1
	{
		display: flex;
		justify-content: center;
		font-size: 20px !important;
		color: #000000 !important;
		text-shadow: none !important;
	}
	.hero-content .section-title h3
	{
      padding-left: 0px !important;
      font-size: 10px !important;
      color: #000 !important;
      text-shadow: none !important;
	}
	.hero-content
	{
		top: 100% !important;
		transform: translate(-50%, 5%) !important;
	}
	.about-us
	{
	  margin-top: 55vh;
	}
	.left-leave
	{
      width: 30% !important;
	}
	.perfect-fleet-item .image-box img {
        max-width: 100%;
        border-radius: 20px;
    }
    .footer-copyright-text
    {
    	text-align: center !important;
    }
    .page-header {
        padding: 0px 0px 30px 0 !important;
    }
    .page-header-box h1
    {
    	font-size: 20px !important;
    }
    .page-header-box ol li.breadcrumb-item {
        font-size: 14px;
    }
    .fleets-information
    {
      margin-bottom: 0px;
    }
    .team-member-intro {
        padding-bottom: 0;
        margin-bottom: 0;
    }
        .footer-links {
        margin-bottom: 0px;
    }
    .footer-links h3, .footer-newsletter h3 {
    margin-bottom: 20px;
    margin-top: 25px;
    }
    .fleet-sec
    {
       padding-top: 0px !important;
       padding: 15px !important;
    }
    .fleet-content
    {
      padding: 15px 0px !important;
    }
    .car-ftr p {
    font-size: 12px;
   }
}

@media only screen and (max-width: 568px)
{
	.mob-d-none
	{
		display: none !important;
	}
}