html,body{
	background-color: #ffffff;
	font-family: myFirstFont;
	padding: 0;
}
body{
	font-family: myFirstFont;
}
a{
	text-decoration: none;
}
@font-face {
    font-family: "myFirstFont";
    src: url('FMBindumathi.TTF') format('embedded-opentype'), url('FMBindumathi.TTF') format('opentype');
}

.navigation-bar1{
	background-color: #ffffff;
	display: flex;
	margin: 0;
	justify-content: space-between;
	width: 100%;
	flex: 1 100%;
}
.main-logo img{
	height: 50px;
	margin: 5% 0 0 30%;
}
.nav-right-content{
	display: flex;
	flex-direction: column;

}
.row-one{
	display: flex;
	flex-direction: row;
	padding: 5px 100px 5px 0;
}
.row-two{
	display: flex;
	flex-direction: row;

}
.row-two input[type=text]{
	background-image: url('../img/searchicon.png');
	 background-position: 5px 3px; 
    background-repeat: no-repeat;
    padding-left: 40px;
}
.nav-contact-number{
	margin: 0 20px 0 0;

}
.theme-color{
	color: #ff0000;
}
.nav-right-content #icon-large{
	font-size: 1.3em;

}
.font-large{
	font-size: 1.0em;
	font-weight: 400;
}
.search-bar{
	display: flex;
	width: 400%;
}
.search-button{
	
	width: 150%;
}
input[type=text], select {
    width: 100%;
    padding: 2px 10px;
    margin: 4px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
input[type=submit] {
    
    background-color: #ff0000;
    color: white;
    padding: 4px 20px;
    margin: 4px 4px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.main-menu{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.main-menu ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 20px 100px 20px 100px;
	margin: 0 auto;
}
.main-menu a .menu-item{
	display: flex;
	color: #ff0000;
	background-color: #ffffff;
	width: 200px;
	padding: 5px 10px 5px 10px;
	text-align: center;
	justify-content: space-around; 
	font-size: 1.1em;
	border-style: solid;
	border-color: red;
	border-width: 1px;
    box-sizing: border-box;
}
.main-menu{
	
	text-align: center;
	
}
a .menu-item{
	color: #ff0000;
}
a .menu-item:hover{
	color: #ce0202;
	font-weight: 500;
	width: 205px;
	height: 105%;
	box-shadow: 0 0 3px red;
}
.menu-item:hover{

}
.tooltip{
	color: #ffffff; 
	min-width: 25px; 
	display: inline; 
	background-color: #ff0000; 
	margin: 0 0 0 10px; 
	padding: 0 10px 0 10px;
}
.tooltip {
    position: relative;
}
.main-menu .tooltip:hover {
	color: #ce0202;
	visibility: visible;
    opacity: 1;
}

.main-menu .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: #ffd3d3;
    color: #ff0000;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: -120%;
    margin-left: -60px;
    font-size: 0.7em;
    box-shadow: 1px -1px 0px 0px #d6d6d6;
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;  /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
}

.main-menu .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


/* promotion */
.promotion-banner{
	display: flex;
	width: 100%;
	height: auto;
}

.promotion-banner img{
	margin: 0 auto;
}

/* featured panel*/

.featured-panel{
	display: flex;
	padding: 20px 100px;
	justify-content: space-around;
}

/* special promo */
.special-promo{
	
	height: 600px;
	max-width: 70%;
	background-color: white;
	flex: 1;
	display: flex;
	border-radius: 5px;
	margin-right: 30px;
	padding: 10px 0px;
	flex-wrap:wrap;
}
.specialPromoItem{
	display: flex;
	max-height:250px;
	flex-direction: column;
	margin: 5px 5%;
	background-color: white;
	/*border: 1px solid #ff0000;*/
	border-radius: 10px;
	width: calc(80% * (1/3.2) - 10px - 1px)
}
.specialPromoItem h3{
	font-size: 1.0em;
	flex: 1;
	margin: 0 auto;
	max-height: 30px;
	text-transform: uppercase;	
}
.specialPromoItem img{
	display: flex;
	width: 100%;
	min-height: 100px;
	flex: 1;
}
.specialPromoItem .specialPromoText{
	max-height: 30px;
	flex: 1;
	min-width: 100%;
	display: flex; 
	flex-direction: row; 
	justify-content: space-between;
}
.specialPromoItem .specialPromoText p{
	line-height: 8px;
	margin: auto;
	font-size: 10px;
}


/* login form */
.login{
	
	height: 200px;
	background-color: rgba(255,0,0,0.5);
	flex: 0.5;
	padding: 10px;
	margin: 0 10px;
}
.advertisements{
	height: 400px;
	background-color: yellow;
	flex: 0.5;
}


/*footer style*/
.footer{
	display: flex;
	max-width: 100%;
	background-color: #ff0000;
	padding: 10px 30px;
	justify-content: space-between;
	margin-bottom: 0;
	bottom: 0;
}
.footer-help, .footer-policy, .footer-mobile, .footer-pay{
	flex: 1;
	margin: 0;
}
.footer ul{
	margin-top: 8px;
	padding: 0;
	display: flex inline-block;
	list-style-type: none;

}
.footer li, .footer h3{
	color: white;
	line-height: 22px;
}
.footer li{
	font-size: 0.9em;
}
.footer h3{
	margin: 0;
	font-weight: 600;
	font-size: 1.1em;
	text-transform: uppercase;
}

@media screen and (min-width: 1900px){

      .main-menu a .menu-item{
			display: flex;
			color: #ff0000;
			background-color: #ffffff;
			width: 300px;
			padding: 5px 10px 5px 10px;
			text-align: center;
			justify-content: space-around; 
			font-size: 1.3em;
			border-style: solid;
			border-color: red;
			border-width: 1px;
		    box-sizing: border-box;
		}
		
		a .menu-item:hover{
			color: #ce0202;
			font-weight: 500;
			width: 305px;
			height: 105%;
			box-shadow: 0 0 3px red;
		}
		

		.main-menu .tooltiptext {
		    visibility: hidden;
		    width: 350px;
		    background-color: #ffd3d3;
		    color: #ff0000;
		    text-align: center;
		    border-radius: 6px;
		    padding: 5px 10px;
		    
		    /* Position the tooltip */
		    position: absolute;
		    z-index: 1;
		    top: 100%;
		    left: -120%;
		    margin-left: -60px;
		    font-size: 0.9em;
		    box-shadow: 1px -1px 0px 0px #d6d6d6;
		}

		
  }