@import url("font.css");
@import url("header.css");
@import url("header_icons.css");
@import url("footer.css");
@import url("section.css");
@import url("accordion.css");
@import url("product.css");
@import url("banner.css");
@import url("color.css");
@import url("../target_anchor/scroll_to_target_anchor.css");
*{
	box-sizing:border-box;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none !important;
	}
body{
	margin: auto;
	background-color: #FFF;
	background-attachment:fixed;
	background-image:url(bg_slogan.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:cover;
}
.cv{
	border-radius:360px;
	border: 1px solid #ccc;	
	width:270px;
}
.cl{
	background: #fef37d;
    padding: 10px 30px;
}
#more {
    display: none;
}
#more3 {
    display: none;
}
.readmore1 {
    /* text-decoration: none; */
    /* font-weight: bold; */
    display: block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #ffcfcf;
    background-position: top 15px right 0px;
    /* cursor: pointer; */
    /* text-transform: uppercase; */
    /* margin-top: 20px; */
    /* padding: 10px 10px; */
    font-size: 13px;
    color: #0c0c0c;
    /* border-top-width: 1px !important; */
    /* border-top-style: solid !important; */
    /* border-top-color: #000000; */
    /* background-color: #FF0004; */
    border: 1px solid #0000ff00;
}
@media only screen and (max-width: 620px) {
	body{
	background-size:100% 100%;
}
product select{
	font-size:10px;
	}
}


/***palettes**/
ul,
li{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


.container {
  width: 1120px;
  height: auto;
  margin: 0 auto;
}

.swatch {
  width: 12%;
  background-color: #e2e2e2;
  border-radius: 5px;
  float: left;
  margin: 0 20px 20px 0;
  overflow: hidden;
}
.swatch:nth-child(5n) {
  /* margin-right: 0; */
}
.swatch .swatch-color {
  position: relative;
  width: 100%;
  padding: 3.5em 1em;
  display: block;
}
.swatch .swatch-color:after {
  position: absolute;
  /* content: ""; */
  /* top: 0; */
  /* right: 0; */
  /* height: 100%; */
  /* width: 50%; */
  /* background-color: rgba(0, 0, 0, 0.1); */
}
.swatch .swatch-color.color-ruby {
  background-color: #fddbd9;
}
.swatch .swatch-color.color-grapefruit {
  background-color: #fac9cc;
}
.swatch .swatch-color.color-bittersweet {
  background-color: #f8c4c8;
}
.swatch .swatch-color.color-sunflower {
  background-color: #fad6e2;
}
.swatch .swatch-color.color-straw {
  background-color: #fababa;
}
.swatch .swatch-color.color-grass {
  background-color: #f7c0d5;
}
.swatch .swatch-color.color-mint {
  background-color: #f5bed3;
}
.swatch .swatch-color.color-teal {
  background-color: #f48c93;
}
.swatch .swatch-color.color-aqua {
  background-color: #f8bdd3;
}
.swatch .swatch-color.color-blue-jeans {
  background-color: #f7b7c7;
}
.swatch .swatch-color.color-plum {
  background-color: #ee8395;
}
.swatch .swatch-color.color-lavender {
  background-color: #f9c8dd;
}
.swatch .swatch-color.color-pink-rose {
  background-color: #f9b5cc;
}
.swatch .swatch-color.color-light-gray {
  background-color: #dc7671;
}
.swatch .swatch-color.color-medium-gray {
  background-color: #f8b9ce;
}
.swatch .swatch-color.color-dark-gray {
  background-color: #f05171;
}
.swatch .swatch-color.color-charcoal {
  background-color: #ef4d58;
}
.swatch .swatch-info {
  padding: 0.3em;
  color: #131313;
  text-align: center;
}
.swatch .swatch-info p {
  font-size: 15px;
  margin-bottom: 0.1em;
  margin-top: 0.2em;
}

.swatch .swatch-color.color-1 {
  background-color: #f05660;
}

.swatch .swatch-color.color-2 {
  background-color: #ef4a6c;
}

.swatch .swatch-color.color-3 {
  background-color: #ea2127;
}

.swatch .swatch-color.color-4 {
  background-color: #f05372;
}

.swatch .swatch-color.color-5 {
  background-color: #d2202e;
}

.swatch .swatch-color.color-6 {
  background-color: #e92026;
}

.swatch .swatch-color.color-7 {
  background-color: #d72050;
}

.swatch .swatch-color.color-8 {
  background-color: #a01c31;
}

/**yellow**/
.swatch .swatch-color.color-y1 {
  background-color: #fcfce2;
}
.swatch .swatch-color.color-y2 {
  background-color: #fbfbd7;
}
.swatch .swatch-color.color-y3 {
  background-color: #f9f7c4;
}
.swatch .swatch-color.color-y4 {
  background-color: #faf9cd;
}.swatch .swatch-color.color-y5 {
  background-color: #f9f6b1;
}.swatch .swatch-color.color-y6 {
  background-color: #fbecab;
}.swatch .swatch-color.color-y7 {
  background-color: #fbf9d0;
}.swatch .swatch-color.color-y8 {
  background-color: #f8f17c;
}.swatch .swatch-color.color-y9 {
  background-color: #faf5b3;
}
.swatch .swatch-color.color-y10 {
  background-color: #f9f8c8;
}
.swatch .swatch-color.color-y11 {
  background-color: #f7ec44;
}
.swatch .swatch-color.color-y12 {
  background-color: #f5f070;
}
.swatch .swatch-color.color-y13 {
  background-color: #f7f6b6;
}
.swatch .swatch-color.color-y14 {
  background-color: #fcd83c;
}
.swatch .swatch-color.color-y15 {
  background-color: #f4ec81;
}
.swatch .swatch-color.color-y16 {
  background-color: #f7f4a7;
}
.swatch .swatch-color.color-y17 {
  background-color: #fcd84c;
}
.swatch .swatch-color.color-y18 {
  background-color: #fec76d;
}
.swatch .swatch-color.color-y19 {
  background-color: #fbdb38;
}.swatch .swatch-color.color-y20 {
  background-color: #f1cd41;
}.swatch .swatch-color.color-y21 {
  background-color: #fdba35;
}
.swatch .swatch-color.color-y22 {
  background-color: #f2d442;
}
.swatch .swatch-color.color-y23 {
  background-color: #fbab22;
}
.swatch .swatch-color.color-y24 {
  background-color: #fdaf33;
}.swatch .swatch-color.color-y25 {
  background-color: #f89921;
}
/**** HORIZONTAL TAB ****/

.tab {
 /* float: left;
  background-color: #f1f1f1;
  width: 20%;
  height: 220px;*/
 text-align: center;
 /* margin-bottom: 20px; */
 /* margin-left: 30px; */
 display: flex;
 display: flex;
 width: 100%;
 flex-wrap: wrap;
 justify-content: center;
}

.Pricing-header {
    width: 562px;
    margin: auto;
    background: #fff;
    padding: 5px 10px;
    border-radius: 40px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
    padding-bottom: 3px;
    margin-bottom: 30px;
}

/* Style the buttons inside the tab */
.tab button {
  /* font-family: 'Poppins', sans-serif; */
  display: inline-block;
  /* background-color: #e2e2e2; */
  color: black;
  padding: 30px 30px;
  /* width: 18%; */
  border: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  /* box-shadow: 0 10px 20px #ededf1; */
  /* border-radius: 10px; */
  /* height: 50px; */
}


/* Create an active/current "tab button" class */
.tab button.active {
  /* background-color: #23338b; */
  color: #fff;
  box-shadow: 0 0px 10px 0px rgb(9 65 132 / 0.5);
  margin-right: 5px;
  margin-left: 5px;
  transform: scale(1.2);
  border-radius: 0 20px;
}

/* Style the tab content */
.tabcontent {
  /*float: left;*/
  padding: 0px ;
  width: 100%;
  border-left: none;
}
/****END HORIZONTAL TAB ****/
/***table***/
#customers {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}

#customers td, #customers th {
  border: 1px solid #e7e7e7;
  padding: 10px;
  text-align: center;
}

#customers tr:nth-child(even){background-color: rgb(226 226 226);}


#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #23338bcf;
  color: white;
  text-align: center;
}
@media only screen and (max-width: 700px) {
	
#customers {

    display: block;
    overflow-x: scroll;
}

	
line_top{
padding-top:5px;
padding-bottom:5px;
margin-bottom:-35px;
}
.tab{
	margin-left: 0px;
}
.tab button{
	display: flex;
	/* width: 80%; */
	margin-bottom: 10px;
}
.tab button.active {
	margin-left: 0px;
}
.tabcontent{
	padding:0;
}
.Pricing-header {
    width: 100%;

}
}

.catalogue-title{
	margin: auto;
	margin-top: 15px;
	margin-bottom:20px;
	display: block;
	text-align: center
}

@media only screen and (max-width: 768px) {
	.hide-max-768{
		display:none;	
	}
}