h1, h2, h3, h4, h5, h6, a, li, p {
    font-family: 'Poppins', sans-serif !important;
}
a {
    text-decoration: none !important;
}
header img {
    width: 224px;
}
section.brands {
    background-color: #f9f9f9;
}
section.brands img {
    /* background-color: #fff; */
}

.text-primary1 {
    color: #0000FF !important;
}

/* Appointment Form */

.appointment-form {
    background: #fff;
    padding: 28px 28px 32px;
    width: 380px;
}
.banner-lead-form {
    margin-left: 45px;
}
.appointment-form h6 {
    color: #000;
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    border-bottom: solid 3px #0000FF;
    margin-right: 45px;
}
.input-box {
    margin-bottom: 10px;
}
.input-box input, .input-box textarea {
    width: 100%;
    line-height: 36px;
    border: 1px solid #d1d1d1;
    background: #fff;
    font-size: 16px;
    color: #777;
    padding-left: 18px;
    font-weight: 3;
    letter-spacing: 0.05em;
}
.input-box textarea{
	height:100px;
	resize:none;
}
.prod-box:hover img {
    transform: scale(1.15);
}
.prod-img img {
    transition: .4s;
}
.prod-img {
    overflow: hidden;
}


.appointment-form .success,
.appointment-form .error {
	display: none;
	line-height: 22px;
	font-weight: 300;
	font-size: 14px;
	position: relative;
	top: -15px;
}
.appointment-form .success {
	color: #2fca2d;
	margin: -5px 0 20px;
}
.appointment-form .error {
	color: #ff0000;
	margin: -15px 0 20px;
	
}
.text-mid-set {
    display: flex;
    align-items: center;
    justify-content: center;
}



/* Banner */

.banner-content h1 {
    font-size: 48px;
}
.about-head h2 {
    font-size: 36px;
}
.heading-all h2 {
    font-size: 38px;
}
.heading-all1 h2 {
    font-size: 42px;
}
.uk-panel img {
    max-width: 150px !important;
}
.prod-box:hover {
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.397);
}
.prod-box {
    height: 330px;
}
.uk-slider-items li {
    display: flex;
    align-items: center;
}


/* Testimonials */
.owl-carousel .owl-item img {
    display: block;
    width: 85px;
    height: 85px;
    border-radius: 70px;
}
.testimonial-item.equal-height.style-6 {
    background-color: #f3fcff;
    border-radius: 10px;
    margin: 10px;
    padding: 32px 30px 20px;
}
.testi-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
}
.owl-theme .owl-controls .owl-page span {
    background: #0c3058 !important;
}
.testimonial-content.quote {
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
}
.cell-right {
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
}
.testimonial-name {
    font-weight: 600;
    font-size: 18px;
}
.testimonial-job {
    font-size: 15px;
    color: #0c3058;
}
.padd-test-zero{
    padding: 0px !important;
}
.et_right_sidebar #main-content .container:before{
    display: none;
}
#main-content .container {
    padding-top: 10px;
}
i.fa.fa-quote-left {
    padding: 0px 10px;
    color: #999;
}

footer {
    text-align: center;
    background-color: #e9e9e9;
    padding: 20px 0 15px;
}
.footer-content p {
    font-size: 16px;
    font-weight: 400;
    color: #1f1f1f;
    margin-bottom: 0;
    margin-top: 12px;
}
.footer-content a {
    text-decoration: none;
    color: #252525;
    font-weight: 600;
    font-size: 21px;
    font-family: sans-serif;
}
.footer-content a:hover {
    color: #000;
    text-decoration: none;
}
:focus-visible {
    outline: none !important;
}