@media(max-width: 575px){
	form.woocommerce-form.woocommerce-form-login.login {
    width: 100%!important;
}
	.back {
    margin-top: 20px;
}
	.quick-links ul li a{
		width: unset;
	}
    .trust_badge_wrap {
        text-align: center;
        background: #2a5e0414;
        border: 1px solid #2a5e041c;
        border-radius: 5px;
        margin-bottom: 10px;
        padding: 15px 8px;
        min-height: 125px;
    }
	.trust_badge_wrap span {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
}
	.trust_badge_wrap span img {
    width: 30px;
    height: 30px;
}
	.trust_badge_wrap p {
    line-height: 16px;
}
	.trust_badge .row {
    --bs-gutter-x: 10px;
}
	.bottom_fix{
		display: flex;
	}
    .logo img {
        width: 150px;
    }
    #banner .slide {
        padding: 0px 20px;
        height: 400px;
    }
    .slider .main_title {
        font-size: 34px;
        line-height: 35px;
        width: unset;
    }
    .nav_icons{
        display: none;
    }
    .redbtn-hide1 {
        display: none;
    }
    .redbtn-hide2{
        display: inline-block
    }
    .product_cart h4 {
        font-size: 18px;
    }
    .pricebx {
        font-size: 16px;
    } 
    .pricebx del {
        font-size: 12px;
    }
    .prdt_cartbtn iconify-icon {
        font-size: 16px;
    }
    .h_innerabtseclt {
        padding-right: 0;
    }
    .h_innerabtsecrt {
        overflow: hidden;
        margin-top: 40px;
    }
    .h_innerabtsecrt img {
        height: 250px;
    }
    #cta {
        padding: 50px 0px;
    }
    .cta {
        display: block;
        width: 100%;
        margin: 0;
    }
    .newsletter_input {
        padding: 5px 10px;
        border-radius: 6px;
        width: 67%;
    }
    .newsletter_btn {
        padding: 9px 8px;
        border-radius: 6px;
        font-size: 12px;
    }
    .cta h5 {
        margin-bottom: 20px;
        font-size: 15px;
        width: unset;
        line-height: 20px;
    }
    .testimonial {
        padding: 50px 20px;
        border-radius: 20px;
    }
    .testi_left h4 {
        font-size: 24px;
        line-height: 28px;
    }
    .testimonial_video {
        margin-left: 0;
        margin-top: 40px;
    }
    footer {
        padding: 50px 0px 20px;
    }
    .quick-links ul li a {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .quick-links {
        margin-bottom: 30px;
    }
    .copyright p {
        font-size: 12px;
        line-height: 18px;
    }
    .common_title {
        font-size: 24px;
    }
    .commontpad {
        padding-top: 50px;
    }
	.commonbpad {
    padding-bottom: 50px;
}
    .titlesec {
        margin-bottom: 20px;
    }
    .c_title {
        font-size: 28px;
    }
    .common_banner{
        height: 200px;
    }
    .common_caption{
        height: 200px;
    }
    .product_details {
        padding-left: 0;
    }
    .about_product ul {
        margin-bottom: 20px;
    }
    p {
        color: #757575;
        font-size: 14px;
        line-height: 26px;
    }
    .about_product ul li {
        font-size: 14px;
        line-height: 28px;
    }
    .cta button {
        font-size: 13px;
    }
    #product_tab .nav-pills .nav-link {
        font-size: 14px;
        padding: 10px 15px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .product_title {
        font-size: 24px;
    }
    .prize {
        font-size: 16px;
    }
    .prize_wrap del {
        font-size: 14px;
    }
    .about_image {
        height: unset;
    }
    .about_content {
        margin-left: 0;
        margin-top: 20px;
    }
    .founder_image {
        height: unset;
        margin-top: 20px;
    }
    .founder_image img {
        margin-left: 0;
    }
    .commonhead {
        font-size: 20px;
    }
    .google_map img {
        height: unset;
    }
    .location_link {
        font-size: 30px;
    }
    .contact_form {
        padding: 50px 20px 0px 20px;
    }
    #locations ul li {
        width: 100%;
        margin: 10px 0px;
        height: unset;
    }
    .location_wrap a {
        font-size: 14px;
    }
    .location_wrap h6{
        font-size: 20px;
    }
    .copyright {
        padding: 10px 10px 80px 10px;
    }
    .fixed_icons{
        display: flex;
    }
}

@media (min-width: 576px) and (max-width: 767px){
	.product_cart img {
    height: 200px;
}
	 .trust_badge_wrap {
        text-align: center;
        background: #2a5e0414;
        border: 1px solid #2a5e041c;
        border-radius: 5px;
        margin-bottom: 10px;
        padding: 15px 8px;
        min-height: 125px;
    }
	.trust_badge_wrap span {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
}
	.trust_badge_wrap span img {
    width: 30px;
    height: 30px;
}
	.trust_badge_wrap p {
    line-height: 16px;
}
	.trust_badge .row {
    --bs-gutter-x: 10px;
}
    .navbar-container .hamburger-lines {
        height: 21px;
        width: 33px;
        top: 25px;
    }
    .logo img {
        width: 150px;
    }
    #banner .slide {
        padding: 0px 20px;
        height: 400px;
    }
    .slider .main_title {
        font-size: 34px;
        line-height: 35px;
    }
    .nav_icons {
        margin-left: 60px;
    }
    .nav_icons img{
        width: 20px;
    }
    .redbtn-hide1 {
        display: none;
    }
    .redbtn-hide2{
        display: inline-block
    }
    .product_cart h4 {
        font-size: 16px;
    }
    .pricebx {
        font-size: 15px;
    } 
    .pricebx del {
        font-size: 12px;
    }
    .prdt_cartbtn iconify-icon {
        font-size: 16px;
    }
    .h_innerabtseclt {
        padding-right: 0;
    }
    .h_innerabtsecrt {
        overflow: hidden;
        margin-top: 40px;
    }
    .h_innerabtsecrt img {
        height: 250px;
    }
    #cta {
        padding: 50px 0px;
    }
    .cta {
        display: block;
        width: 100%;
        margin: 0;
    }
    .newsletter_input {
        padding: 5px 10px;
        border-radius: 6px;
        width: 67%;
    }
    .newsletter_btn {
        padding: 9px 8px;
        border-radius: 6px;
        font-size: 12px;
    }
    .cta h5 {
        font-size: 15px;
        width: unset;
        line-height: 20px;
		margin-bottom: 20px;
    }
    .testimonial {
        padding: 50px 20px;
        border-radius: 20px;
    }
    .testi_left h4 {
        font-size: 24px;
        line-height: 28px;
    }
    .testimonial_video {
        margin-left: 0;
        margin-top: 40px;
    }
    footer {
        padding: 50px 0px 20px;
    }
    .quick-links ul li a {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .quick-links {
        margin-bottom: 30px;
    }
    .copyright p {
        font-size: 12px;
        line-height: 18px;
    }
    .common_title {
        font-size: 24px;
    }
    .commontpad {
        padding-top: 50px;
    }
    .titlesec {
        margin-bottom: 20px;
    }
    .c_title {
        font-size: 28px;
    }
    .common_banner{
        height: 200px;
    }
    .common_caption{
        height: 200px;
    }
    .product_details {
        padding-left: 0;
    }
    .about_product ul {
        margin-bottom: 20px;
    }
    p {
        color: #757575;
        font-size: 14px;
        line-height: 26px;
    }
    .about_product ul li {
        font-size: 14px;
        line-height: 28px;
    }
    .cta button {
        font-size: 13px;
    }
    #product_tab .nav-pills .nav-link {
        font-size: 14px;
        padding: 10px 15px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .product_title {
        font-size: 24px;
    }
    .prize {
        font-size: 16px;
    }
    .prize_wrap del {
        font-size: 14px;
    }
    .about_image {
        height: unset;
    }
    .about_content {
        margin-left: 0;
        margin-top: 20px;
    }
    .founder_image {
        height: unset;
        margin-top: 20px;
    }
    .founder_image img {
        margin-left: 0;
    }
    .commonhead {
        font-size: 20px;
    }
    .google_map img {
        height: unset;
    }
    .location_link {
        font-size: 30px;
    }
    .contact_form {
        padding: 50px 20px 0px 20px;
    }
    #locations ul li {
        width: 100%;
        margin: 10px 0px;
        height: unset;
    }
    .location_wrap a {
        font-size: 14px;
    }
    .location_wrap h6{
        font-size: 20px;
    }
}


@media (min-width: 768px) and (max-width: 991px){
	 .trust_badge_wrap {
        text-align: center;
        background: #2a5e0414;
        border: 1px solid #2a5e041c;
        border-radius: 5px;
        margin-bottom: 10px;
        padding: 15px 8px;
        min-height: 125px;
    }
	.trust_badge_wrap span {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
}
	.trust_badge_wrap span img {
    width: 30px;
    height: 30px;
}
	.trust_badge_wrap p {
    line-height: 16px;
}
	.trust_badge .row {
    --bs-gutter-x: 10px;
}
    .menu-items li {
        list-style: none;
        margin-left: 39px;
        font-size: 14px;
    }
    .logo img {
        width: 150px;
    }
    .nav_icons img {
        width: 14px;
    }
    .slider .main_title {
        font-size: 42px;
        line-height: 48px;
    }
    .h_innerabtseclt {
        padding-right: 10px;
    }
    .cta {
        display: flex;
        margin: 0;
    }
	.cta h5 {
    font-size: 18px;
    line-height: 26px;
    width: 400px;
}
    .newsletter_input {
        width: 70%;
    }
    .testimonial_video {
        margin-left: 0;
    }
    .testi_left h4 {
        font-size: 26px;
        line-height: 32px;
    }
    .about_content {
        margin-left: 0;
        margin-top: 20px;
    }
    .founder_content p {
        text-align: justify;
    }
    .contact_form {
        padding: 50px 20px 0px 10px;
    }
    #locations ul li {
        width: 47%;
        margin: 9px 11px;
    }
    }
    @media(min-width:991px){
     
    }
    @media (min-width: 992px) and (max-width: 1199px){
    
    }

