*{
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	/*border: 2px solid black;*/
}
.navigation{
	background: #78C02A;
	/*padding: 1rem;*/
	display: flex;
	align-content: center;
	gap: 250px;
	color: white;
	width: 100%;
}
.searchbar {
    border-bottom: 2px solid #3A4A6D;
    width: 300px;
    display: flex;
    /*justify-content: space-around;*/
    align-items: center;
    padding: 10px 10px;
    gap: 8px;
    height: fit-content;

}
.searchbar input{
    background: none;
    border: none;
    width: 90%;
    outline: none;
    color: white;
}
.logo h2 span{
	color: #E7CD60;
}
.logo h2{
    padding: 1rem;
}
.searchbar input::placeholder{
	color: #8899C4;
}
.searchbar ion-icon{
	color: #E7CD60;
}
.smart{
	width: 100%;
	display: flex;
	justify-content: center;
	background: #00113D;
	flex-direction: column;
	/*padding: 2rem;*/

}
.television{
	width: 90%;
	padding: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.television h2{
	font-size: 45px;
    letter-spacing: 3.95px;
    /*line-height: 1.76;*/
    color: #E7CD60;
}
.television h1{
	color: #000;
	font-size: 45px;
    line-height: 1.2;
    font-weight: 700;
    
}
.television h3{
	color: #000;
    padding: 0;
    text-align: left;
    font-size: 45px;
    /*line-height: 14px;*/
    text-transform: initial;
    margin-top: 10px;
}
.customer{
	margin-top: 105px;
	display: flex;
	align-items: center;
	/*gap: 5px;*/
	padding: 1rem;
}
.customer ion-icon{
	color: #78C02A;
	font-size: 2rem;
}
.customer p{
	font-size: 16.5px;
    padding-left: 5px;
    color: white;
}
.tabs{
	width: 100%;
	display: flex;
	justify-content: center;
	box-shadow: 0 3px 8px #ccc;
	height: fit-content;
}
.tab_item{
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 30px 0px;

}
.tab_item ul{
	display: flex;
	gap: 30px;
}
.tab_item ul li{
	list-style: none;
}
.tab_item ul li a{
	padding-bottom: 8px;
	text-decoration:none;
	color: #00113d;
    font-size: 17px;
    line-height: 14px;
    font-weight: 300;
}
.selected {
	border-bottom: 4px solid #E7CD60;
	font-weight: 500 !important;
}
.product_review{
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 3rem 0px ;
	background: #F7F7F7;
}
.product_review ul{
	width: 90%;
	display: flex;
    flex-direction: column;
    gap: 50px;
}
.product_review ul li{
	width: 100%;
	/*border: 2px solid black;*/
	background: white;
	list-style: none;
}
.mobile_search{
	display: none;
}
.mobile_bar{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: white;
	color: black;
	display: flex;
	justify-content: space-around;
	z-index: 1;
	display: none;

}
.input_search{
	display: flex;
	align-items: center;
	width: 80%;
	border: 1px solid #e5e5e5;
	justify-content: space-between;
}
.mob_ser_bar{
	display: flex;
	height: 10vh;
	width: 100%;
	justify-content: space-around;
	align-items: center;
	border-bottom: 1px solid #e5e5e5;
}
.input_search input{
	width: 80%;
	border: none;
	height: 100%;
	outline: none;
	height: 25px;
    margin-left: 5px;
}
.block{
	display: block;
}
.discount{
width: fit-content;	
/*border: 2px solid black;*/
display: flex;
align-items: center;
position: absolute;
top: -12px;
left: -12px;
}
.discount span{
	height: 50px;
	width: 50px;
	/*border: 1px solid red;*/
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 21px;
    font-weight: 900;
    line-height: 40px;
	color: white;
	background: #00113D;
	z-index: 1;
}
.discount_rate{
	position: relative;
	background: #E7CD60;
	padding: 6px 15px;
	border-radius: 0px 10px 10px 0px;
	left: -5px;
	font-size: 13px
	font-weight: 500;
}
.product_review ul li{
	display: flex;
	position: relative;
	flex-direction: column;
}
.normal_pro{
	display: flex;
	height: 200px;
}
.product_img{
	display: flex;
	align-items: center;
	width: 25%;
}
.product_img img {
    width: 160px;
    margin: 0 40px 0 20px;

}
.product_content p{
	font-size: 18px;
	line-height: 1.6;
	width: 80%;
}
.product_content{
	width: 50%;
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center
}
.product_content h2{
	height: 36px;
	display: flex;
	align-items: center;
}
.expand_btn
{
	display: flex;
	align-items: center;
	cursor: pointer;
	gap: 5px;
}
.rates{
	border-left: 1px solid #E4EDF3;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 25%;
	gap: 20px;
}
.rates h2{
	font-size: 28px;
    font-weight: 900;
    display: flex;
    align-items: center;
    color: #78c02a;
    font-family: libre baskerville,serif;
    display: none;
}
.rates a button{
	background: #4D05BD;
    border-radius: 6px;
    color: #fff;
    min-height: 50px;
    width: 80%;
    border: none;
    cursor: pointer;
}
.rates a{
	width: 100%;
	text-align: center;
	text-decoration: none;
}
.extended_box{
	padding: 3rem;
	background: #E9F5FD;
}
.rotate{
	transform: rotate(180deg);
	transition: 1s;
}
.mobile_toggle {
    display: none;
}
.rates h2 span {
display: none;
}
.links {
    flex-direction: column;
    display: flex;
    gap: 10px;
    width: 100%;
}
.extended_box h2{
	font-weight: 500;
}
.extended_box .details{
	margin-top: 2rem;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.extended_box .details li {
    background: transparent;
    flex-direction: row;
    display: flex;
    gap: 10px;
}
.extended_box .details .extended_icon ion-icon{
	font-size: 20px;
	color: #78C02A;
}

.discount_rate{
	display: none;
}
.television h1 span{
 	color: #E7CD60;
 }
 footer{
 	width: 100%;
 	display: flex;
 	justify-content: center;
 	padding: 2rem 0px;
 }
.footer_main{
	width: 85%;
	display: flex;
	justify-content: space-between;
}
.footer_item{
	width: 40%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.quick_link ul{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.quick_link ul li a{
	text-decoration: none;
}
.disclaimer p{
	line-height: 20px;
	font-weight: 400;
    font-style: normal;
    font-size: 17px;
}
.footer_item h2{
	color: #78C02A;
}
.related_product{
	width: 100%;
	background: #F7F7F7;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
}
.related_main{
	padding: 2rem 0px;
	width: 90%;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
    justify-content: center;
}
.related_pro{
	/*border: 2px solid black;*/
	border-radius: 10px;
	padding: 1rem;
	background: white;
	width: 220px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.related_pro img{
	width: 160px;
}
.related_pro h3 {
    text-align: center;
    font-size: 13px;
}
.related_main button a {
    text-decoration: none;
    color: white;
}
.related_pro button {
    padding: 10px;
    border-radius: 5px;
    border: none;
    background: #78C02A;
    color: white;
    font-size: 13px;
}







@media only screen and (max-width: 600px) {
  .searchbar{
  	display: none;
  }
  .mobile_search{
  	display: flex;
  	align-items: center;
  }
  .mobile_search ion-icon{
  	font-size: 25px;
  }
  .smart{
  	padding: 0px;
  	align-items: center;
  }
  .navigation{
  	gap: 0px;
  	justify-content: space-around;
	padding: 1rem 0px;
  }
  .customer{
  	margin-bottom: 1rem;
  	margin-top: 60px;
  }
  section.tabs {
    /*display: none;*/
}
.television{
	padding: 0;
}
.television h1 {
	font-size: 17px;
    letter-spacing: 0px;
 }

 .television h2 {
    font-size: 17px;
    letter-spacing: 0.95px;
}
 .customer ion-icon {
 	font-size: 1.5rem;
 }
 .normal_pro{
 	height: fit-content;
 	flex-direction: column;
 }
 .product_content {
    width: 100%;
    margin-left: 5px;
}
.product_content p {
width: 90%;
}
.inverse {
    display: flex;
    flex-direction: column-reverse;
}
.product_img {
	width: 100%;
	justify-content: end;
}
.product_img img{
	margin: 0px;
}
.discount{
	top: 0;
}
.rates {
    width: 100%;
    flex-direction: row;
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 1rem;
}
.toggle_btns {
    display: none;
}
.links {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.rates a button {
	min-height: 30px;
    width: 70%;
}
.rates a{
	font-size: 12px;
}
.tick {
    display: none;
}
.rates h2 span {
	display: block;
    color: black;
    font-size: 20px;
    margin-left: 10px;
}
.mobile_toggle .toggle_btns{
	display: block;
}
.mobile_toggle {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E9F5FD;
}
.extended_box {
    padding: 10px;
    }
 .footer_main{
 	flex-direction: column;
 	gap: 30px;
 }
 .footer_item{
 	width: 100%;
 }
}

.para{
    gap: 20px;
    color:white;
}