@media screen and (max-width:1500px) {

}

@media screen and (max-width:1199px) {
  
}

@media screen and (max-width:991px) {
.container, .container-md, .container-sm {
	width: 100%;
    max-width: 100%;
    padding: 0 20px;
}

.py-100 {
    padding: 50px 0;
}

.top-bar {
    position: relative;
}

.top-bar .mynav {
    width: 100%;
    position: absolute;
    right: 0;
    top: -60px;
}

.top-bar .navbar-collapse {
    position: absolute;
    top: calc(100% + 23px);
    left: 0;
    width: 100%;
    z-index: 3;
    background-color: var(--clr-primary);
}

.top-bar .navbar-toggler {
    width: auto;
    float: right;
    position: absolute;
    right: 0;
    top: 10px;
	outline: none;
}

.top-bar .navbar-toggler .fa {
    font-size: 30px;
	color: var(--clr-primary);
}

.top-bar .navbar-toggler {
    padding: 0 !important;
}

.login-account.header-menu-right {
    padding-right: 35px;
}

.top-bar .navbar-collapse ul li {
    padding: 10px 20px;
    width: 100%;
    float: left;
	border-top: 1px solid var(--clr-secondary);
}

.top-bar .navbar-collapse ul li a{
    color: var(--clr-white);
}
	
.top-bar .navbar-collapse ul li a:hover, .top-bar .navbar-collapse ul li.active a {
    color: var(--clr-secondary);
}

.top-bar .navbar-collapse ul {
    justify-content: normal;
    width: 100%;
    display: inline-block;
}

.mynav ul li:not(:first-child) {
    margin-left: 0;
}

.top-bar-right {
    margin-top: 0;
    width: 100%;
    text-align: center;
}

.top-bar .top-bar-right ul {
    display: flex;
    justify-content: center;
}

.top-bottom ul li:not(:last-child) {
    padding-right: 26px;
}

.banner {
    height: 500px;
}

.banner-content h1 {
    font-size: 45px;
    line-height: 50px;
}

.primary-btn a {
    padding: 10px 30px;
    margin: 30px 0 10px;
}

.categories-components .mt-85 {
    margin-top: 50px;
}

.title h2 {
    font-size: 40px;
    line-height: 50px;
}

.components_bx_01 {
    height: 310px;
}

.categories-components h4 {
    font-size: 22px;
    bottom: 15px;
}

.free-spores h3 {
    font-size: 28px;
    line-height: 60px;
}

.latest-product {
    height: 265px;
}

.product-summary-detail h4 {
    font-size: 22px;
}

.vision_card {
    top: 80px;
}

.card_colm_1 {
    width: 100%;
    height: 100%;
    padding: 20px;
}

.card_colm_1 h4 {
    font-size: 18px;
    line-height: 30px;
}

.page-id-12 .arc_bg_layout {
    width: 100%;
    height: 425px;
}

.page-id-12 .footer-bx.footer-bx-1 {
    margin-top: 115px;
}

.footer-bx.footer-bx-2 {
    padding: 35px 0;
}

.footer-bx ul li:not(:last-child) {
    padding-right: 28px;
}

.footer-bottom ul li:not(:last-child) {
    padding-right: 20px;
}

.search_option {
    width: 90%;
    margin: 40px auto 0;
}

.faqs-now .accordion-heading a {
    font-size: 22px;
    line-height: 50px;
    height: 80px;
    padding: 16px 15px 16px 15px;
}

.contact-form {
    padding: 50px;
}

.contact-form form {
    width: 100%;
}

.vision_mail a {
    padding: 20px 0;
    font-size: 20px;
}

.contact-form .form-group input[type="text"], .contact-form .form-group input[type="email"], .contact-form .form-group textarea{
	height: 70px;
}

.contact-form .form-group textarea {
    height: 160px;
}

.contact-form span.ajax-loader {
    display: none;
}

.woocommerce .woocommerce-cart-form {
	width: 100%;
	float: left;
}

.woocommerce .cart-collaterals {
	width: 100% !important;
	float: left
}

}


@media screen and (max-width:767px) {
.banner {
    height: 415px;
}

.banner-content h1 {
    font-size: 38px;
    line-height: 45px;
}

.primary-btn a {
    padding: 6px 30px;
    margin: 25px 0 10px;
    font-size: 15px;
    line-height: 26px;
}

.title h2 {
    font-size: 35px;
    line-height: 45px;
}

.components_bx_01 {
    height: 400px;
    width: 50%;
    margin: 70px auto;
}

.free-spores h3 {
    font-size: 24px;
    line-height: 50px;
}

.latest-product {
    height: 210px;
}

.product-item {
    margin-top: -100px;
}

.imgbx img {
    width: 100%;
}

.vision_card {
    top: 40px;
}

.product-colm {
    margin: 20px 0;
}

.card_colm_1.colm_1 {
    margin-top: 15px;
    transform: rotate(0deg);
}

.card_colm_1.colm_2 {
    transform: rotate(0deg);
    margin: 60px 0;
    height: auto;
}

.card_colm_1.colm_3 {
    margin-top: 0;
    transform: rotate(0deg);
}

.page-id-12 .arc_bg_layout {
    width: 100%;
    height: 100%;
}


.page-id-12 .footer-bx.footer-bx-1 {
    margin-top: 30px;
}

.footer-bottom {
    text-align: center;
}

.social-menu {
    float: inherit;
}

.pay-mode {
    margin: 10px 0;
}

.search_option form input[type="search"] {
    height: 60px;
    font-size: 16px;
    line-height: 24px;
    padding: 0 20px;
}

.search_option form button[type="submit"] {
    font-size: 25px;
    right: 20px;
}

.faqs-now .accordion-heading a {
    font-size: 18px;
	height: 65px;
	line-height: 40px
    padding: 8px 15px 8px 15px;
}

.faqs-now .accordion-toggle.collapsed:after{
	width: 40px;
    height: 40px;
    line-height: 40px;
	font-size: 15px;
}

.faqs-now .accordion-toggle:after{
	width: 40px;
    height: 40px;
    line-height: 40px;
	font-size: 15px;
}

.contact-form {
    width: 100%;
    height: 500px;
}

.contact-form .form-group input[type="text"], .contact-form .form-group input[type="email"], .contact-form .form-group textarea{
	height: 60px;
	font-size: 16px;
	padding: 0 30px 0 55px;
}

.contact-form .form-group textarea {
    padding: 18px 30px 30px 55px;
    height: 150px;
}

.contact-form .form-group img {
    top: 21px;
    width: 16px;
    height: 16px;
}


}

@media screen and (max-width:575px) {
.mynav .top-bar-right .login-now-btn {
    font-size: 12px;
    line-height: 24px;
    padding: 10px 15px;
}	

.mynav .top-bar-right ul li {
    margin-left: 100px;
}

.mynav .top-bar-right ul li span {
    width: 45px;
    height: 45px;
    line-height: 40px;
}

.top-bar .navbar-collapse {
    top: calc(100% + 35px);
}

.mynav ul li a {
    font-size: 16px;
    line-height: 26px;
}

.top-bottom ul li:not(:last-child) {
    padding-right: 43px;
}

.banner {
    height: 275px;
}

.banner-content h1 {
    font-size: 30px;
    line-height: 35px;
}

.title h2 {
    font-size: 30px;
    line-height: 40px;
}

.components_bx_01 {
    width: 68%;
}

.categories-components h4 {
    font-size: 20px;
}

.free-spores h3 {
    font-size: 22px;
}

.faqs-now .accordion-heading a {
    font-size: 13px;
    height: 60px;
    line-height: 30px;
    padding: 15px 10px 15px 10px;
}

.faqs-now .accordion-toggle:after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.faqs-now .accordion-toggle.collapsed:after{
	width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.faqs-now .accordion-inner p {
    font-size: 14px;
    line-height: 22px;
}

.search_option {
    width: 100%;
    margin: 40px auto 0;
}
}


@media screen and (max-width:479px) {
.top-bar {
	padding: 15px 0;
    text-align: center;
}

.top-bar .site-logo {
    margin-bottom: 20px;
}	

.top-bar .mynav {
    position: initial;
}

.top-bar .navbar-toggler {
    top: 0;
}

.top-bar .navbar-collapse {
    top: calc(100% + 15px);
    text-align: left;
}

.top-bar-right {
    margin-top: 0;
    width: 100%;
    text-align: center;
}

.top-bottom {
    display: none;
}

.top-bar .top-bar-right ul {
    justify-content: flex-start;
}

.mynav .top-bar-right ul li {
    margin-left: 0;
}

.top-bottom ul li:not(:last-child) {
    padding-right: 4px;
}

.top-bottom ul li a {
    font-size: 12px;
    line-height: 24px;
}

.banner {
    height: 230px;
}

.banner-content h1 {
    font-size: 24px;
    line-height: 30px;
}

.primary-btn a {
    padding: 6px 25px;
    margin: 20px 0 10px;
    font-size: 14px;
    line-height: 24px;
}

.py-100 {
    padding: 40px 0;
}

.title h2 {
    font-size: 26px;
    line-height: 30px;
}

.categories-components .mt-85 {
    margin-top: 40px;
}

.components_bx_01 {
    height: 390px;
    width: 100%;
    margin: 70px auto;
}

.free-spores h3 {
    font-size: 20px;
}

.latest-product {
    height: 180px;
}

.footer-bx ul li:not(:last-child) {
    padding-right: 8px;
}

.footer-bx ul li a {
    font-size: 14px;
    line-height: 26px;
}

.subscribe {
    width: 100%;
}

.footer-bx.footer-bx-2 {
    padding: 25px 0;
}

.subscribe form {
    padding: 5px 6px 5px 20px;
}

.vision_mail a {
    padding: 15px 0;
    font-size: 18px;
}

.contact-page {
    padding: 40px 0 70px;
}

.contact-form {
    width: 100%;
    height: 445px;
    padding: 20px 15px;
}



}

@media screen and (max-width:359px) {
	
}
