.wpcf7 {
    width:  100%;
    float:  left;
    text-align: center;
    margin-top: -12px;
}
.wpcf7 label {
    width: 48%;
    float: left;
    margin: 0 1%;
    margin-bottom: 15px;
    position: relative;
    z-index: 9;
    text-align: left;
    font-weight: 500;
    line-height: 30px;
    color: #111;
    font-size: 16px;
}
.fullwidth {
    width: 98% !important;
}
.wpcf7 input {
    border: 1px solid #e5e5e5;
    padding: 12px 10px;
    width:  100%;
    color: #000;
    background: #fff;
    font-weight: 500;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 5px;
}
.wpcf7 textarea {
    height: 150px;
    border: 1px solid #e5e5e5;
    padding: 12px 10px;
    width: 100%;
    border-radius: 5px;
    color: #000;
    box-shadow: none !important;
    outline: none !important;
    background: #fff;
    font-weight: 500;
}
.wpcf7 input:focus {
      border: 1px solid #ffbf5b;
    box-shadow: none;
    outline: none;
}
.wpcf7 textarea:focus {
        border: 1px solid #ffbf5b;
    box-shadow: none;
    outline: none;
}
.wpcf7 select:focus {
    border: 1px solid #ffbf5b;
    box-shadow: none;
    outline: none;
}
.wpcf7 input::placeholder {
    font-size: 15px;
    color: #666;
}
.wpcf7 textarea::placeholder {
    font-size: 15px;
    color: #666;
}
.wpcf7-submit {
    width: 25% !important;
    color: #fff !important;
    background: #9e0201 !important;
    border:  none !important;
    padding: 20px 0 !important;
    font-size: 18px;
    line-height:  22px;
    letter-spacing: 1px;
    font-weight: 600;
    cursor:  pointer;
    transition:  all ease-in-out 0.5s;
    text-transform: uppercase;
    margin: 0 1.5%;
    display: block;
    border-radius: 100px !important;
}
.wpcf7-submit:hover {
    background: #111 !important;
}
.hidelg{
	display: none !important;
}
/***********************************************RESPONSIVE CSS*************************************************/
@media only screen and (max-width: 600px) {
	.menu-area .mobile-nav-toggler{
		background: #aa1310 !important;
		margin-top: 5px;
	}
	.menu-area {
    padding: 20px 0 10px;
}
	.logo img {
    max-width: 225px;
}
	.tg-menu-area::before {
    top: 95px;
}
	.tg-features-inner {
    padding: 0 0;
}
	.copyright-text p{
		font-size: 14px;
	}
	.tg-supplement-area {
    padding: 40px 0 60px;
}
	.tg-supplement-img {
    margin-bottom: 30px;
}
	.prodtable{
		margin-bottom: 20px;
	}
	.tg-video-bg {
    padding: 120px 0 50px;
}
	.hidelg{
		display: block !important;
	}
	.wpcf7-submit {
		width: 80% !important; 
	}
}