/*!
Theme Name: novatherapeutics
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: novatherapeutics
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

novatherapeutics is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
ul.about-home li img{
    padding-bottom: 10px;
}
.anti-aging-img .collnumber a{
    font-size: 16px;
}
.section-padding {
    padding-top: 150px;
    padding-bottom: 150px;
}
span.wpcf7-not-valid-tip {
    display: none;
}
.contact-form input.wpcf7-form-control {
    border: 2px #eeeeec solid;
}
input.wpcf7-not-valid {
    border-color: #d24a4a !important;
}
form.request-quote p{
text-align: left;
}
.hero-section video{
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    height: 810px;
    object-fit: cover;
}
.owl-item.active .hero-text h1{
    position: relative;
}
@media (max-width: 1400px) {
    .hero-section video{
        height: 700px;
    }  
}
@media (max-width: 1200px) {
    .hero-section video{
        height: 650px;
    }  
}
@media (max-width: 991px) {
    .hero-section video{
        height: 610px;
    }
}
@media (max-width: 768px) {
    .hero-section video{
        height: 590px;
    }
	.res-log img{
		width: 300px;
	}
}
@media (max-width: 480px) {
    .hero-section video{
        height: 650px;
    }
	.hero-section .slider-hero .section-padding{
		padding-top: 250px !important;
		padding-bottom: 50px !important;
	}
}
@media (min-width: 991px) {
    .section-padding {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}