@charset "UTF-8";
/* CSS Document */

/* -------------------------------- 

Primary style

-------------------------------- */
body, input
{
	font-family: magistral,sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: #ffffff;
	letter-spacing: 0.06rem;
}

.title-new
{
			font-family: magistral,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 32px; 
	color: #ef533b;
	text-align: center; 
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}

.financer
{
	width: 150px;
	height: 75px;
	position: relative;
	border: 1px solid #efefef;
	float: right;
}

.financer-in
{
	background:rgba(49,64,133,0.9);
	color: #ffffff;
	padding: 10px;
}

.financer-in span
{
	font-size: 26px;
}

.financer-in p
{
	font-size: 14px;
	margin: 0px;
}


.title-new-sub
{
		font-family: magistral,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 22px; 
	color: #ef533b;
	text-align: left;
}

 body {
      overflow-x: hidden;
      background: #eee;

      /* Panel animation should last 200ms */
      transition: transform .2s;
      -webkit-transition: -webkit-transform .2s;
    }

    /* Body animation when left panel is opened */
    body.ps-active {
      -webkit-transform: translateX(260px);
      -ms-transform: translateX(260px);
      transform: translateX(260px);
    }

    /* Body animation when right panel is opened */
    body.ps-active-right {
      -webkit-transform: translateX(-260px);
      -ms-transform: translateX(-260px);
      transform: translateX(-260px);
    }

    /* Panel styles */
    .panel {
      position: fixed;
      top: 0;
      width: 260px;
      height: 100%;
      padding: 20px;
      background-color: #ff6c00;
      color: #fff;
      box-shadow: inset 0 0 0.5px 0.5px #2e2e2e;
    }

    #left-panel {
      left: 0;

      /* Hide panel on the left of the page. When this panel is opened the
      class .ps-active will be apllied to body, and it's X translation will
      reveal the panel. */
      -webkit-transform: translateX(-260px);
      -ms-transform: translateX(-260px);
      transform: translateX(-260px);
    }  		
.thought {
  display:flex;
  background-color:#fae604;
  padding:14px;
  color:#152c7d; 
  min-width:30px;
  max-width:160px; 
  min-height:30px;
  margin-top:150px;
  margin-left:-58px;
  position:relative;
  align-items:center;
  justify-content:center;
  text-align:center;
	z-index: -2;
	transform: rotate(-90deg);
	font-weight: bold;
	font-size: 18px;
}

.pills
{
	padding:10px;
	margin:5px;
	color: #ffffff;
	background-color: #2c418a;
	border-radius: 6px;
	width: 28%;
	float: left;
	font-size: 12px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
}
.pills:hover
{
	padding:10px;
	margin:5px;
	color: #ffffff;
	background-color: #ff6c00;
	border-radius: 6px;
	width: 28%;
	float: left;
	font-size: 12px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
}

.pills-sel
{
	padding:10px;
	margin:5px;
	color: #ffffff;
	background-color: #ff6c00;
	border-radius: 6px;
	width: 30%;
	float: left;
	font-size: 12px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
}
.clear
{ 
	clear: both; 
} 

.pro-holder
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}



.special-title
{
		font-family: magistral,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 32px; 
	color: #2c418a;
	text-align: left;	
	
}

.special-description
{
	font-family: magistral,sans-serif;
font-weight: 300;
font-style: normal; 
	text-align: left;
	font-size: 18px;
}

.cat-title
{
		font-family: magistral,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 32px; 
	color: #ff4800;
	padding: 20px;
	text-align: left;	
}

.cat-descr
{
	font-family: magistral,sans-serif;
font-weight: 300;
font-style: normal; 
	text-align: left;
	font-size: 16px;
	line-height: 16px;
	color: #2c418a;
}

.cat-descr ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cat-descr li {
  padding-left: 0em; 
 line-height: 22px;
}

.cat-descr li::before {
  content: "• ";
  color: red; /* or whatever color you prefer */
}




.phone-number
{
	width: 100%;
	background: #2c418a;
	color: #ffffff;
	text-align: right;
	text-indent: 30px;
	padding: 10px;
	font-size: 10px;
}

.product-details
{
	width: 100%;
	text-align: center; 
}

.sub-div { 
	width: 150px;
	background-color: #172c76;
	border-radius: 6px;
	padding: 5px;
	height: 30px;
	left: 160px;
	top:20px; 
	position: absolute;
	color: #ffffff;
	display: block;
}
.liner
{
	width: 90%;
	margin-left: auto;
	margin-right:auto; 
}

.namer
{
	font-weight: 400;
	font-style: normal;
	font-size: 32px; 
	color: #2c418a;
	padding: 20px;
	text-align: center;
}

.namer span
{
	font-weight: 400;
	font-style: normal;
	font-size: 18px; 
	color: #2c418a;
	padding: 20px;
	text-align: center; 
}

.liner-sec
{
	width: 80%;
	margin-left: auto;
	margin-right:auto; 
}

.liner-hold-sec 
{
	width: 98%;
	margin-left: auto;
	margin-right:auto;
	margin-top: 40px;
	text-align: center;
	
}

.linersub
{
font-weight: 300;
font-style: normal; 
	text-align: center;
	font-size: 22px;
}

.brandliner
{
	width: 98%;
	margin-left: auto;
	margin-right:auto;
	border-bottom:1px solid #efefef; 
	text-align: center;
}

.liner-hold
{
	width: 95%;
	margin-left: auto;
	margin-right:auto; 
}
.text-details
{
	color: #2c418a;
	text-align: left;
	padding: 0px; 
}

.summary
{
	color: #2c418a;
	text-align: left;
	padding: 0px; 	
	line-height: 22px;
}

.summary ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.summary li {
  padding-left: 0em; 
 line-height: 22px;
}

.summary li::before {
  content: "• ";
  color: red; /* or whatever color you prefer */
}

.product-id
{
	color: #2c418a;
	font-weight: bold;
	text-align: left;
}

.product-id span
{

	border-radius: 4px;
	padding:5px;
	background-color: #2c418a;
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
}

.product-price 
{
	color: #2c418a;
	font-weight: 800;
	text-align: left;
	font-size: 28px;
	font-kerning: auto;
	font-family: "refrigerator-deluxe", sans-serif;
	font-style: normal;
	
}

.product-price span
{
	margin-right:5px;
	border-radius: 4px;
	padding:5px;
	background-color: #2c418a;
	color: #ffffff;
	font-weight: normal;
	font-size: 14px;
}

.sale-price
{
	color: #ff4800;
	font-weight: 800;
	text-align: left;
		font-size: 28px;
	font-kerning: auto;
	font-family: "refrigerator-deluxe", sans-serif;
font-style: normal;
}

.sale-price span
{
	margin-right:5px; 
	border-radius: 4px; 
	padding:5px;
	background-color: #ff4800;
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
}

.sale-price2
{
	color: #ff4800;
	font-weight: 600;
	text-align: left;
	line-height: 20px;
}

.sale-price2 span
{
	margin-right:5px;
	border-radius: 4px; 
	padding:5px;
	background-color: #ff4800;
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
}

.summary1
{
	color: #ff4800;
	font-weight: 600;
	text-align: left;
}

.summary1 span
{
	margin-right:5px;
	border-radius: 4px; 
	padding:5px;
	background-color: #b0f802;
	color: #2c418a;
	font-weight: normal;
	font-size: 12px;
}

.video-detail
{
	width: 90%;
}

.summary table {
  border-collapse: collapse;
}

.summary td, th {
  border-bottom: 1px solid #b0f802;
  padding: 0.7rem 0.7rem 0.7rem 2rem;
  text-align: left;
}

.member-prices
{
	text-align: left;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #2c418a;
  border: 2px solid #2c418a;
  border-radius:4px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover  visited {
  background: #2c418a;
	color: #ffffff;
}

.button2 {
  padding: 8px;
  background: #2c418a;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  border: 2px solid #2c418a;
	border-radius:1px;
	font-family: "refrigerator-deluxe", sans-serif;
	font-size: 1rem;
}
.button2:hover  visited {
 
  border: 2px solid #2c418a;
  border-radius:1px;
  color: #fff;
	background: #ff6c00;

}



.button3 {
  padding: 8px;
  background: #00c389;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  border: 2px solid #00c389;
	border-radius:1px;
}
.button3:hover visited {
 
  border: 2px solid #00c389;
  border-radius:1px;
  color: #fff;
	background: #ff6c00;

}

.button4 {
  padding: 8px;
  background: #1dc1dd;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  border: 2px solid #1dc1dd;
	border-radius:1px;
}
.button4:hover visited {
 
  border: 2px solid #1dc1dd;
  border-radius:1px;
  color: #fff;
	background: #1dc1dd;

}



@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

/* -------------------------------- 

Primary style (mobile potrait)

-------------------------------- */

@media only screen and (max-width: 600px){
.page-titler
{
	padding: 10px;
	background-color: #172c76;
	color: #b0f802;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}
	
	.financeiter
{
	text-align: center; 
	width: 95%; 
	margin-top: 10px; 
	margin-left: auto; 
	margin-right: auto;
}
	
.indicell
	{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #efefef;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-top: 10px;
		padding-bottom: 10px; 
	}
	
	.indicell4
	{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #efefef;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-top: 10px;
		padding-bottom: 10px; 
	}
	
	.indicell2
	{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-top: 10px;
		padding-bottom: 10px; 
	}
	
	.indicell2a
	{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-top: 10px;
		padding-bottom: 10px; 
	}
	.indicell3
	{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-top: 10px;
		padding-bottom: 10px; 
	}

.middler
	{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
	.middler3
	{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
.second_level
	{
		width: 100%; float: left; padding: 20px; text-align: center;
		margin-left: auto;
		margin-right: auto; 
	}
	
	.third_title
	{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.tagger
{
	height: 100px;
 	margin: 5px;
	margin-left: auto; 
	margin-right: auto;
	float: left;
	border: 1px solid #efefef;
}
	
	.third_level
	{
		width: 100%; float: left; padding: 20px; text-align: center;
		margin-left: auto;
		margin-right: auto; 
	}
	

	.third_level_image
	{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		height: 260px;
		margin-bottom: 20px;
	}
	
	.third_level_text
	{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		color: #293e7d;
		text-align: left;
		line-height: 18px;
	}
	
	.branders
	{
		width: 98%;
		margin-left: auto;
		margin-right: auto;
		background-color: #FFFFFF;
		box-shadow:
    0 0 0 1px rgb(255, 255, 255),
    0.1em 0.1em 0.4em rgba(0, 0, 0, 0.3);
	}
	
.pro-right
{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.pro-left
{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.second-images
{
	width: 100px;
	float: left;
	border: 1px solid #efefef;
}
	
.page-titler span
{
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	
	
}

.left-pro-panel
{
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	
}
	
.right-pro-panel
{
	width: 90%;
	margin-left:auto;
	margin-right:auto;
}
	
.authliner
	{
		width: 100%;
		background-color: #ff4800;
		color: #ffffff;
		padding: 10px;
		margin-top:-10px;
		text-align: center;
	}

.rentall-images
{
	width: 90%;
	height: 320px;
	float: left;
	background-color: #ffffff;
	border-bottom: 4px solid #fae604;
	margin: 15px; 
	text-align: center;
	border-radius: 4px;
}
	
.rentall-description
{
	color: #1e294f;
	font-weight: medium;
	padding:10px;
	text-align: center;
	font-size: 16px;
}	
}

/* -------------------------------- 

Primary style (mobile landscape)

-------------------------------- */

@media only screen and (min-width: 600px){
	
		.flyer-div
	{
	}
	
	.flyerimage
	{
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
.page-titler
{
	padding: 10px;
	background-color: #172c76;
	color: #b0f802;
	margin-bottom: 10px; 
	font-weight: bold;
}
	.middler
	{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.middler3
	{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.second_level
	{
		width: 33.3%; 
		float: left; 
		padding: 20px; 
		text-align: center;
	}
	
	.third_title
	{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
		
	
		.financeiter
{
	text-align: center; 
	width: 75%; 
	margin-top: 10px; 
	margin-left: auto; 
	margin-right: auto;
}
	.indicell
	{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #efefef;
				margin-top: 10px;
		margin-bottom: 10px;
		padding-top: 10px;
		padding-bottom: 10px; 
	}
	.indicell4
	{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #efefef;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-top: 10px;
		padding-bottom: 10px; 
	}
	
	.indicell2
	{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-top: 10px;
		padding-bottom: 10px; 
	}
	.indicell2a
	{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-top: 10px;
		padding-bottom: 10px; 
	}
	.indicell3
	{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-top: 10px;
		padding-bottom: 10px; 
	}
	.tagger
{
	width:49.5%;
	height: 100px;
 	margin: 5px;
	margin-left: auto; 
	margin-right: auto;
	float: left;
}
	
	
	.third_level
	{
		width: 49%; 
		float: left; 
		padding: 20px; 
		text-align: center;
		
	}
	
	.third_level_image
	{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		height: 260px;
		margin-bottom: 20px;
	}
	
	.third_level_text
	{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		color: #293e7d;
		text-align: left; 
		line-height: 18px;
	}
	branders
	{
		width: 98%;
		margin-left: auto;
		margin-right: auto;
		background-color: #FFFFFF;
		box-shadow:
    0 0 0 1px rgb(255, 255, 255),
    0.1em 0.1em 0.4em rgba(0, 0, 0, 0.3);
	}
	
	
.pro-right
{
	width: 69%;
	float: right;
}
.pro-left
{
	width: 30%;
	float: left;
}
.page-titler span
{
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	
	
}

.left-pro-panel
{
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	
}

		.right-pro-panel
{
	width: 90%;
	margin-left:auto;
	margin-right:auto;
}

	
.second-images
{ 
	width: 100px;
	float: left;
	border: 1px solid #efefef;
}

.authliner
	{
		width: 100%;
		background-color: #ff4800;
		color: #ffffff;
		padding: 10px;
		margin-top:-10px;
		text-align: center;
	}

.rentall-images
{
	width: 300px;
	height: 320px;
	float: left;
	background-color: #ffffff;
	border-bottom: 4px solid #fae604;
	margin: 10px; 
	text-align: center;
	border-radius: 4px;
}
.rentall-description
{
	color: #2c418a;
	font-weight: medium;
	padding:10px;
	text-align: center;
	font-size: 16px;
}	
	
}

/* -------------------------------- 

Primary style (desktop)

-------------------------------- */

@media only screen and (min-width: 768px){
		.flyer-div
	{
	}
	
	.flyerimage
	{
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.page-titler
{
	padding: 10px;
	background-color: #172c76;
	color: #b0f802;
	margin-bottom: 10px;
	font-weight: bold;
}
	.indicell
	{
		width: 33%;
		float: left;
		border: 1px solid #efefef;
				margin-top: 10px;
		margin-bottom: 10px;
		padding-top: 10px;
		padding-bottom: 10px; 
	}
	
	.indicell4
	{
		width: 49%;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #efefef;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-top: 10px;
		padding-bottom: 10px; 
		float: left;
	}
	
	.indicell2
	{
		width: 45%;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-top: 10px;
		padding-bottom: 10px; 
		text-align: left;
	}
	
	.indicell2a
	{
		width: 45%;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-top: 10px;
		padding-bottom: 10px; 
		text-align: center;
	}
	.indicell3
	{
		width: 40%;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;


	}
	.middler
	{
		width: 90%;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}
	
	.middler3
	{
		width: 50%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
		.third_level
	{
		width: 49%; 
		float: left; 
		padding: 20px; 
		text-align: center;
	}
	
		.financeiter
{
	text-align: center; 
	width: 50%; 
	margin-top: 10px; 
	margin-left: auto; 
	margin-right: auto;
}
	
.pro-right
{
	width: 45%;
	float: right;
}
.pro-left
{
	width: 30%;
	float: left;
}
.page-titler span
{
	color: #ffffff;
	font-weight: normal;
	
}

.left-pro-panel
{
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	
}

	.right-pro-panel
{
	width: 90%;
	margin-left:auto;
	margin-right:auto;
}

.authliner
	{
		width: 100%;
		background-color: #ff4800;
		color: #ffffff;
		padding: 10px;
		margin-top:-10px;
		text-align: center;
	}
.second-images
{
	width: 100px;
	float: left;
	border: 1px solid #efefef;
}	

.rentall-images
{
	width: 300px;
	height: 320px;
	float: left;
	background-color: #ffffff;
	border-bottom: 4px solid #fae604;
	margin: 10px; 
	text-align: center;
	border-radius: 4px;
}
.rentall-description
{
	color: #1e294f;
	font-weight: medium;
	padding:10px;
	text-align: center;
	font-size: 16px;
}


	
}

/* -------------------------------- 

Primary style (large screens)

-------------------------------- */

@media only screen and (min-width: 1200px){
		.flyer-div
	{
	}
	
	.flyerimage
	{
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
.page-titler
{
	padding: 10px;
	background-color: #172c76;
	color: #b0f802;
	margin-bottom: 10px; 
	font-weight: bold;
}
		.indicell
	{
		width: 33%;
		float: left;
		border: 1px solid #efefef;
				margin-top: 10px;
		margin-bottom: 10px;
		padding-top: 10px;
		padding-bottom: 10px; 
	}
	
	.middler3
	{
		width: 50%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
	.indicell4
	{
		width: 50%;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #efefef;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-top: 10px;
		padding-bottom: 10px; 
		float: left;
	}
	
	.indicell2
	{
		width: 30%;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-top: 10px;
		padding-bottom: 10px; 
		text-align: center;
	}
	
	.indicell2a
	{
		width: 45%;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-top: 10px;
		padding-bottom: 10px; 
		text-align: center;
	}
	.indicell3
	{
		width: 20%;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		
	}
	
	.middler
	{
		width: 80%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		
	}
	.financeiter
{
	text-align: center; 
	width: 35%; 
	margin-top: 10px; 
	margin-left: auto; 
	margin-right: auto;
}	
.second_level
	{
		width: 33.3%; 
		float: left; 
		padding: 20px; 
		text-align: center;
	}
	
	.third_title
	{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.tagger
{
	width:12.48%;
	height: 100px;
 	margin: 5px;
	margin-left: auto; 
	margin-right: auto;
	float: left;
}
	.third_level
	{
		width: 49%; 
		float: left;  
		padding: 20px; 
		text-align: center;
	}
	.third_level_image
	{
		width: 50%;
		float: left;
		height: 260px;
		margin-bottom: 20px;

		
	}
	
	.third_level_text
	{
		width: 43%;
		float: left;
		color: #293e7d;
		text-align: left;
		margin-left: 20px;
		line-height: 18px;
	}
	.branders
	{
		width: 98%;
		margin-left: auto;
		margin-right: auto;
		background-color: #FFFFFF;
		text-align: center;
		box-shadow:
    0 0 0 1px rgb(255, 255, 255),
    0.1em 0.1em 0.4em rgba(0, 0, 0, 0.3);
	}
	
.pro-right
{
	width: 69%;
	float: right;
}
.pro-left
{
	width: 30%;
	float: left;
}	
.page-titler span
{
	color: #ffffff;
	font-weight: normal;
	
}

.left-pro-panel
{
	width: 50%;
	float: left;
	
}
	
.right-pro-panel
	{
		width: 49%;
		float: right;
	}

.authliner
	{
		width: 100%;
		background-color: #ff4800;
		color: #ffffff;
		padding: 10px;
		margin-top:-10px;
		text-align: center;
	}
.second-images
{
	width: 200px;
	float: left;
	border: 1px solid #efefef;
	margin-left:10px;
}	
.rentall-images
{
	width: 300px;
	height: 320px;
	float: left;
	background-color: #ffffff;
	border-bottom: 4px solid #fae604;
	margin: 10px 0px 10px 20px; 
	text-align: center;
	border-radius: 4px;
}
.rentall-description
{
	color: #1e294f;
	font-weight: medium;
	padding:10px;
	text-align: center;
	font-size: 16px;
}
	
}

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
 

body {
  color: #2d418a;
  background-color: #ffffff;
}
@media only screen and (max-width: 1169px) {
  body.nav-on-left.overflow-hidden {
    overflow: hidden;
  }
}

a {

  text-decoration: none;

}

a:hover {

  text-decoration: none;

}

img {
  /* make images responsive */
  max-width: 100%;
}

/* -------------------------------- 

Main components 

-------------------------------- */
