@charset "utf-8";
/* CSS Document */
/* COMMON */

/* top banner */
.quickdesign{
	position: relative;
}
.product{
	width: 100%;
/*
	margin-top: 20px;
	margin-bottom: 20px;
*/
}
.product .row{
	margin: 0 0;
	padding-top: 0px;
}
.product ul{
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-type: none;
	display: flex;
}
.product ul li{
	max-width: 33%;
	display: inline-block;
	flex: 1;
	text-align: center;
	padding: 10px 5px;
}

.product ul li:hover {
		background-color:#E2FFF2;
	}

.product ul li a{
	text-decoration: none;
}
.product ul li a img{
	max-width: 80%;
	border-radius: 10%;
}

.lasthr{
	display: none;
}

.sameday{
	max-width: 100%;
	margin: auto;
	background: #E1E1E1;
}
#product{
	background: white;
}
.section{
	width: 100%;
}
.title-area{
	display: flex;
	padding: 2px 0 2px 0;
	min-height: 60px;	
	background: rgba(223,226,255,1.00) ;
}
.title-area .titletext{
	margin: auto;
	align-items: center;
	flex: 3;
/*	font-size: 18px;*/
	padding-left: 20px;
}
.title-area .promise{
	flex: 1;
}

#topbanner{
/*	max-width: 1140px;*/
	height: auto;
	position: relative;
	background: #E1E1E1;
}
/*#topbanner */
.topbanner-background{
	width: 100%;
	height: 310px;
	max-width: 100%; /*'1140px'*/
	background-image: url("../images/home2024.gif");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	justify-content: center;
	display: block;
	position: relative;
	text-align: center;
}
.topbanner-background h1{
	margin: 0px!important;
	padding-top: 10px;
	padding-bottom: 0px;
	font-family: Helvetica, Arial, sans-serif!important;
	font-size: 2em!important;
}
.topbanner-background h3{
	margin: 0px!important;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Helvetica, Arial, sans-serif;
}
/*topbanner-background:*/
.topbutton{
    height: 35px;
    bottom: 0px;
    position: absolute;
    width: 100%;	
}
.topbutton ul{
	list-style-type: none;
}
.topbutton ul li{
	display: inline-block;
	margin: 0 2px 0 2px;
    cursor: pointer;
}
.topbutton ul li a{
	font-size: 1.2em;
	text-decoration: none;
/*	background-color:rgba(45,63,233,1);*/
	background-image: linear-gradient(cyan,blue,blue,cyan);
	border-radius: 15px;
	color: white;
	padding: 2px 10px;
	border: 1px solid cyan;
}
.topbutton ul li a:hover{
	color: yellow;
	font-weight: bold;
}
/*----------end new top banner*/

.topbanner-item{
	width: 100%;
	height: 310px;
	max-width: 1140px;
	background-image: url("../images/home2023.gif");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	justify-content: center;
	display: block;
	position: relative;
	text-align: center;
}
/*#topbanner .topbanner-item */
.topbanner-content{
	margin: auto;
	text-align: center;
	max-width: 600px;
	width: 100%;
	margin-top: 5px;
	
	display: block;
	position: relative;
}

.topbanner-content h3{
	font-size: 20px;
	font-weight: bolder;
}

.topbanner-content h1{
	font-weight:bolder;
    margin-bottom: 0px !important;
	margin: 5px 0  10px 0;
/*	font-size: 26px;*/
	font-stretch:extra-expanded;
    color:blue;
}
.topbanner-item .topbutton{
	margin-top: 200px;
	text-align: center;
}
.topbanner-item .topbutton ul{
	list-style-type: none;
}
.topbanner-item .topbutton ul li{
	display: inline-block;
	margin: 0 5px 0 5px;
    cursor: pointer;
}
.topbanner-item .topbutton ul li a{
	text-decoration: none;
	background-color:rgba(45,63,233,1);
	border-radius: 15px;
	color: white;
	padding: 5px 10px;
	border: 1px solid #0011FF;
}
.topbanner-item .topbutton ul li a:hover{
	color: yellow;
	font-weight: bold;
}
/* END top banner */


/* today special section */
#todayspecial{
	background: #E1E1E1;
}
#todayspecial .package-group{
	padding: 10px 0;
	background-color: #e9e9e9;
	display: block;
	text-align: center;
}
#todayspecial .package-group ul{
	list-style: none;
	display: flex;
	margin: 5px 0;
}
#todayspecial .package-group ul li{
	display: block;
	flex:1;
	margin: 0 10px;
	background: rgb(233,233,233);
}
#todayspecial .package-group ul li a{
	text-decoration: none;
}
#todayspecial .package-group ul li p{
	background: rgb(255,255,176);
	color: red;
	max-width: 250px;
    margin: auto;
}
#todayspecial .package-group ul li a img{
	max-width: 100%;
	
}
/* sample section */
.sample-content{
	background: white;
}

/* reference area */
.reference-content{
	background-color: white;
}
.mygroup-links{
	height: 50px;
	align-items: center;
	display: inline-flex;
}
.mygroup-links .mylink{
	display: inline-block;
	margin: 0 10px 0 10px;
}
.mygroup-links .mylink a:hover{
	font-weight: bold;
}

#customer-review{
	width: 100%;
	margin: 0 auto;
	padding-top: 20px; 
}

.promiseclip {
	flex: 8;
}
