/* Main css */
@import url("header.css");
@import url("footer.css");
@import url("inner-page.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800&display=swap');

/* 
bg color: #daaa43;

button color: #daaa43;
*/
body {
	font-family: 'Open Sans', sans-serif; 
}
a:hover {
color: #daaa43;
}
p,h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	margin-bottom: 0;
/*	color: #444444;*/
}
h1,h2,h3 {
	font-weight: 800;
}
h4,h5,h6 {
	font-weight: bold;
}
h1 { font-size: 70px; }
h2 { font-size: 50px; }
h3 { font-size: 40px; }
h4 { font-size: 30px; }
h5 { font-size: 20px; }
p { font-weight: 400; 
margin-bottom: 0;
}


.btn {
	text-transform: none;
}

/* Carousel */
@media screen and (min-width:769px) {
    .carousel-control-next, .carousel-control-prev {
        opacity:1;
        z-index: 11;
        width: auto;
        height: 6%;
    }
    .carousel-control-prev {
        top: 250px;
        bottom: 500px;
        left: 100px;
    }
    .carousel-control-next {
        right: auto;
        left: 100px;
        top: 350px;
        bottom: 400px;
    }
}
.carousel-caption {
    position: absolute;
    text-align: left;
    width: 60%;
    right: 15%; 
    bottom: 0;
    left: 15%;
    top: 20%;
}
.carousel-caption h1 {
    margin-bottom: 3rem;
}
.carousel-caption p {
    font-size: 25px;
    width: 65%
}
/* Welcome Text Section HOMEPAGE */
.welcome {
	padding: 7rem 0;
}

.welcome p {
	font-size: 25px;
	line-height: 45px;
}


/* Products Section HOMEPAGE */
#products {
	padding-top: 6rem;
	padding-bottom: 6rem;
	padding-right: 0;
	background-color: #daaa43;
	color: #fff;
}

/*
#products .container-fluid {
	padding: 0;
}
#products > .container-fluid .row {
    margin-right: 0;
}
#products > .container-fluid > .row .col-lg-10 {
    padding-right: 0;
}
*/
#products h5 {
	margin-top: 1rem;
}
#products .owl-stage {
	padding-left: 0!important;
}
#products .home-custom-nav2 {
    margin-top: 2rem;
    text-align: center;
}
/* Brands Section HOMEPAGE */
#brands,
#brands-sm {
	color: #444444;
	background-color: #fff;
	padding: 6rem 0;
}
#brands .brand-row {
	margin-bottom: 30px;
}
#brands .brand-box,
#brands-sm .brand-box {
	position: relative;
	background-color: #fff;
	width: auto;
	height: 175px;
	border: 1px solid #d9d9d9;
}
#brands .brand-box img,
#brands-sm .brand-box img {
	position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#brands-sm .brand-row .mb-sm-15 {
    margin-bottom: 30px;
}
#brands-sm {
    display: none;
}

@media only screen and (max-width: 767px) {
    #brands {
        display: none;
    }
    #brands-sm {
        display: block;
    }
}
@media only screen and (max-width: 414px) {
    #brands-sm .brand-box {
        height: 130px;
    }
    #brands-sm .brand-box img {
        max-width: 75%;
    }
}
/* Media Queries HOME PAGE */
@media only screen and (max-width: 1600px) {
    #products .home-custom-nav2 {
        margin-top: 10rem;
    }
}
@media only screen and (max-width: 1440px) {
    #products .home-custom-nav2 {
        margin-top: 7rem;
    }
}
@media (min-width: 1200px) and (max-width: 1439px) {
    .carousel-caption h1 {
        font-size: 65px;
        margin-bottom: 2rem;
    }
    .carousel-caption p {
        font-size: 23px;
        width: 70%
    }
    .carousel-control-prev {
        top: 200px;
    }
    .carousel-control-next {
        top: 300px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .carousel-control-prev {
        top: 170px;
        left: 50px;
    }
    .carousel-control-next {
        top: 270px;
        left: 50px;
    }
    .carousel-caption {
        padding-top: 0;
    }
    .carousel-caption h1 {
        font-size: 50px;
        margin-bottom: 1rem;
    }
    .carousel-caption p {
        font-size: 20px;
        width: 70%
    }
}
@media (min-width: 769px) and (max-width: 991px) {
    .carousel-control-prev {
        top: 140px;
        left: 50px;
    }
    .carousel-control-next {
        top: 220px;
        left: 50px;
    }
    .carousel-control-prev img, 
    .carousel-control-next img {
        max-width: 85%;
    }
    .carousel-caption {
        padding-top: 0;
    }
    .carousel-caption h1 {
        font-size: 40px;
        margin-bottom: 1rem;
    }
    .carousel-caption p {
        font-size: 18px;
        width: 80%
    }
}

@media only screen and (max-width: 1280px) {
    #products .home-custom-nav2 {
        margin-top: 5rem;
    }
    #products h2 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1024px) {
    #products .home-custom-nav2 {
        margin-top: 0;
    }
    #products h2 {
        font-size: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	#brands .brand-box {
		height: 100px;
	}
    #brands .brand-box img {
    	width: 90%
    }
}

@media only screen and (max-width: 768px) {
    #products h2 {
        font-size: 40px;
    }
    .welcome {
        padding: 4.5rem 0;
    }
    .welcome h2 {
        font-size: 36px;
    }
    #brands-sm h2 {
        font-size: 40px;
    }
    .carousel-caption {
        top: 5%;
    }
    .carousel-caption h1 {
        font-size: 40px;
        margin-bottom: 1rem;
    }
    .carousel-caption p {
        font-size: 18px;
        width: 80%
    }
    #products .home-custom-nav2 button {
        padding: 0;
    }
    #products .home-custom-nav2 button img {
        max-width: 70%;
    }
}

@media (min-width: 576px) and (max-width: 600px) {
    .carousel-caption h1 {
        font-size: 35px;
        margin-bottom: 1rem;
    }
    .carousel-caption p {
        font-size: 16px;
        width: 80%
    }
    .carousel-control-prev img, 
    .carousel-control-next img {
        max-width: 65%;
    }
}

@media only screen and (max-width: 575px) {
    .welcome {
        padding: 2.5rem 0;
    }
    .welcome h2 {
        font-size: 30px;
    }
    .welcome p {
        font-size: 16px;
        line-height: 30px;
    }
    #products {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        padding-left: .1rem;
    }
    #products h2 {
        font-size: 35px;
        margin-bottom: 1.5rem;
        text-align: center;
    }
    #products .home-custom-nav2 img {
        max-width: 80%;
    }
    section#products .home-custom-nav2 button.owl-prev,
    section#products .home-custom-nav2 button.owl-next {
        padding: 0;
    }
    #brands,
    #brands-sm {
        padding: 3rem 0;
    }
    #brands h2,
    #brands-sm h2 {
        font-size: 35px;
    }
    
}

@media only screen and (max-width: 414px) {
    .carousel-caption {
        top: 0;
    }
    .carousel-caption h1 {
        font-size: 22px;
        margin-bottom: .5rem;
    }
    .carousel-caption p {
        font-size: 13px;
        width: 100%
    }
    .carousel-control-next img, .carousel-control-prev img {
        max-width: 50%;
    }
}

@media only screen and (max-width: 375px) {
    .carousel-caption {
        position: relative;
        top: 100%;
        right: 0;
        left: 0;
        padding: 1.5rem;
        width: 100%;
        color: #000;
    }
    .carousel-caption h1 {
        font-size: 31px;
    }
    .carousel-caption p {
        font-size: 16px;
    }
    .welcome {
        padding-top: 1.5rem;
    }
    
    .carousel-control-prev span,
    .carousel-control-next span {
        margin-top: -250px;
    }
   
}
/***************************/
/* BANNER STYLE FOR about,
brands,products,contact */
/***************************/
header#page-banner {
	background: url("../images/about-banner.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 31rem;
	position: relative;
	color: #fff;
}
div.page-banner-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1600px) {
	header#page-banner {
		height: 26rem;
	}
}
@media only screen and (max-width: 1440px) {
	header#page-banner {
		height: 23rem;
	}
}
@media only screen and (max-width: 1280px) {
	header#page-banner {
		height: 21rem;
	}
}

@media only screen and (max-width: 1024px) {
	header#page-banner {
		height: 16rem;
	}
	header#page-banner h1 {
		font-size: 50px;
	}
}
@media only screen and (max-width: 991px) {
	header#page-banner {
		height: 16rem;
	}
}
@media only screen and (max-width: 768px) {
	header#page-banner {
		height: 12rem;
	}
}
@media only screen and (max-width: 576px) {
	header#page-banner {
		height: 9rem;
	}
	header#page-banner h1 {
		font-size: 35px;
		margin-left: 2rem;
	}
}
@media only screen and (max-width: 360px) {
	header#page-banner h1 {
		font-size: 30px;
		margin-left: 1rem;
	}
}

/***************************/
/* GLOBAL PAGE STYLE */
/***************************/
section.about-section,
section.contact,
section.product,
section.brands {
	padding: 5rem 0;
	color: #444444;
}

section.product button.btn-warning,
section.brands button.btn-warning {
	background-color: #daaa43!important;
	font-size: 16px;
	border-radius: 0.4rem;
	margin: 0;
}
section.product button:focus,
section.brands button:focus,
section#products button:focus {outline:none!important}

section#products button.owl-prev,
section#products button.owl-next,
section.product button.owl-prev,
section.product button.owl-next,
section.brands button.owl-prev,
section.brands button.owl-next {
	background-color: transparent;
	border: none;
}
section#products button.owl-prev.disabled,
section#products button.owl-next.disabled,
section.product button.owl-prev.disabled,
section.product button.owl-next.disabled,
section.brands button.owl-prev.disabled,
section.brands button.owl-next.disabled {
    pointer-events: none;
    opacity: 0.5;
}


/***************************/
/* ABOUT PAGE STYLE */
/***************************/

section.about-section h3 {
	margin-bottom: 3rem;
}
section.about-section h4 {
	font-size: 30px;
	color: #daaa43;
	font-weight: bold;
	margin-bottom: 2.5rem;
} 
section.about-section h6 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 2rem;
	color: #444444;
}
section.about-section p {
	font-size: 20px;
	line-height: 35px;
}

section.about-section div.about-box {
	padding-left: 6rem;
}


/*****************************/
/* ABOUT PAGE MEDIA QUERIES */
/*****************************/
@media only screen and (max-width: 1024px) {
    section.about-section div.about-box {
	    padding-left: 3rem;
    }
}

@media only screen and (max-width: 575px) { 
    section.about-section {
        padding: 2.5rem 0;
    }
    section.about-section div.about-box {
	    padding-left: 0;
    }
    section.about-section h3 {
        margin-bottom: 1rem;
        font-size: 25px;
    }
    section.about-section h4 {
        font-size: 23px;
    }
    section.about-section h6 {
        font-size: 18px;
    }
    section.about-section p {
        font-size: 16px;
    }
    section.about-section .mt-5 {
        margin-top: 1rem!important;
    }
}
@media only screen and (max-width: 360px) {
	section.about-section {
		padding: 2.5rem 0;
	}
	section.about-section h3 {
		font-size: 22px;
		margin-bottom: 1rem;
	}
	section.about-section p {
		font-size: 14px;
		margin-bottom: 1rem;
		line-height: 30px;
	}
	section.about-section h4 {
		font-size: 16px;
		margin-bottom: 1rem;
	}
	section.about-section h6 {
		font-size: 14px;
		margin-bottom: .5rem;
	}
	section.about-section div.about-box {
		padding-left: 0;
	}

	.mb-4 {
		margin-bottom: 1rem!important;
	} 
	.mt-4 {
		margin-top: 1rem!important;
	}
	.mt-5 {
		margin-top: 1rem!important;
	}
}


/***************************/
/* CONTACT PAGE STYLE */
/***************************/
.m-bottom {
	margin-bottom: 2.5rem;
}

section.contact div.contact-box,
div.location-box {
	padding-left: 6rem;
}
section.contact input.form-control {
	padding: 1.7rem .75rem;
	font-size: 18px;
	border-radius: 0;
}
section.contact button.btn-warning {
	font-size: 18px;
	background-color: #daaa43!important;
}

.contact-box2 {
	padding-left: 1.5rem;
}
.contact-box2 p {
	font-size: 19px;
	margin-bottom: 1rem;
}
.contact-box2 p a {
    color: #444444;
}
.contact-box2 .col-sm-3 p {
	color: #daaa43;
}


.map-container{
    height: 500px;
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}
.map-container iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

/*****************************/
/* CONTACT PAGE MEDIA QUERIES */
/*****************************/
@media only screen and (max-width: 1024px) {
    section.contact div.contact-box,
    div.location-box {
        padding-left: 2rem;
    }
}

@media only screen and (max-width: 991px) {
    section.contact h3 {
        text-align: center;
    }
    .contact-box2 {
        margin-top: 2.5rem;
    }
    section.contact div.contact-box,
    div.location-box {
        padding-left: 0;
    }
    section.contact .contact-box button.btn-warning {
        display: block;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 768px) {
    section.contact div.contact-box {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 575px) {
    section.contact {
        padding: 2.5rem 0;
    }
    section.contact .mb-5 {
        margin-bottom: 2rem!important;
    }
    section.contact p {
        font-size: 17px;
        margin-bottom: .5rem;
    }
    section.contact h3 {
        font-size: 25px;
    }
    section.contact .contact-box2 {
        padding-left: 0;
    }
    section.contact .m-bottom {
	    margin-bottom: 2rem;
    }

}


/***************************/
/* PRODUCT PAGE STYLE */
/***************************/
section.product .product-box {
	padding: 3rem;
	border: 1px solid #d9d9d9;
}

      

/*****************************/
/* PRODUCT PAGE MEDIA QUERIES */
/*****************************/
@media only screen and (max-width: 575px) {
    section.product {
        padding-top: 2.5rem;
        padding-bottom: .5rem;
    }
    section.product .product-box {
        padding: 2rem;
    }
    section.product h4 {
        font-size: 25px;
    }
    section.product .owl-nav {
        margin-top: 0;
    }
}

@media only screen and (max-width: 375px) {
	section.product h4 {
        font-size: 20px;
    }
    section.product .product-box .owl-nav button {
    	padding: 0;
    }
    section.product .product-box .owl-nav button img {
		max-width: 85%;
    }
}

/***************************/
/* BRANDS PAGE STYLE */
/***************************/
.mt-30 {
	margin-top: 30px;
}
/* .mb-30 {
    margin-bottom: 0;
} */

section.brands .brand-box {
	padding: 2.5rem;
	border: 1px solid #d9d9d9;
}

section.brands .brand-box .brand-box-inner {
	margin-bottom: 2rem;
}


/*ADDED OCT 3,2019*/
section.brands .brand-box .brand-box-inner .brand-box-inner-logo {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 95px;
}
section.brands .brand-box .brand-box-inner .brand-box-inner-logo img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: auto;
}

section.brands .owl-carousel .item .item-title {
	margin-top: 2rem;
}
section.brands .pagination-box {
	margin-top: 5rem;
}
section.brands ul,
section.brands li {
	margin: 0;
}
section.brands .pagination-box li {
	padding-right: 1rem;
}
section.brands .pagination-box li .page-link {
	font-size: 20px;
	font-weight: bold;
}
section.brands .page-item.active .page-link {
	background-color: #444444;
	color: #daaa43;
	border-radius: 5px;
}
section.brands .page-item.active .page-link:hover {
	background-color: #444444;
}
section.brands button.btn-warning {
	display: block;
	margin: 0 auto;
}
/*****************************/
/* BRANDS PAGE MEDIA QUERIES */
/*****************************/
@media (min-width: 768px) and (max-width: 991px) { 
    section.brands .brand-box .brand-box-inner .logo img:first-of-type {
         height: 100%;   
    }
}
@media only screen and (max-width: 991px) { 
    section.brands .brand-box {
        padding: 1.2rem;
    }
}
@media only screen and (max-width: 834px) { 
    section.brands .brand-box .brand-box-inner .owl-nav button.owl-prev {
        padding-left: 0px;
        padding-right: 5px;
    }
    section.brands .brand-box .brand-box-inner .owl-nav button.owl-next {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 575px) { 
    .mb-30 {
        margin-bottom: 30px;
    }
    section.brands {
        padding: 2rem 0;
    }
    section.brands .pagination-box {
        margin-top: 2.5rem;
    }
}


/********************************/
/* THANKYOU PAGE AND 404 PAGE*/
/********************************/
section#thankyou,
section#page404 {
    text-align: center;
    padding: 2.5rem 0;
}

section#thankyou .thankyou-logo img {
    margin-bottom: 2rem;
}
section#page404 .page404-logo img {
    margin-bottom: 8rem;
}

section#thankyou .thankyou-box img {
    margin-bottom: 1rem;
}
section#page404 .page404-box img {
    margin-bottom: 1.7rem;
}
section#thankyou .thankyou-box h1,
section#page404 .page404-box h1 {
    margin-bottom: 1.5rem;
}

section#thankyou .thankyou-box p,
section#page404 .page404-box p {
    font-size: 25px;
    margin-bottom: 2rem;
}
section#thankyou .thankyou-box .thankyou-btn,
section#page404 .page404-box .page404-btn {
    color: #fff;
    background-color: #000;
    border-radius: 5px;
    font-size: 18px;
    margin-bottom: 2.4rem;
}

footer#thankyou,
footer#page404 {
    text-align: center;
    background-color: #daaa43;
    padding: 1.5rem 0;
    border: none;
}

footer#thankyou p,
footer#page404 p {
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 0;
}

@media screen and (max-width:600px) {
    section#thankyou .thankyou-box img {
          width: 30%;
    }
    section#page404 .page404-box img {
          width: 80%;      
    }
    section#page404 .page404-logo img {
        margin-bottom: 5rem;
    }
}
@media screen and (max-width:575px) {
    section#thankyou h1,
    section#page404 h1 {
        font-size: 45px;
    }
    section#thankyou .thankyou-box p,
    section#page404 .page404-box p {
        font-size: 17px;
    }
    section#thankyou .thankyou-box .thankyou-btn,
    section#page404 .page404-box .page404-btn {
        font-size: 14px;
        margin-bottom: 0;
    }
    
    section#thankyou .thankyou-logo img {
        margin-bottom: 1rem;
        width: 30%;
    }
    section#page404 .page404-logo img {
        margin-bottom: 3.5rem;
        width: 30%;
    }
    section#thankyou .thankyou-box img {
          width: 25%;
    }
    section#page404 .page404-box img {
          width: 75%;      
    }
    footer#thankyou p,
    footer#page404 p {
        font-size: 13px;
    }
}
@media screen and (max-width:360px) {
    section#thankyou .thankyou-box h1,
    section#page404 .page404-box h1 {
        margin-bottom: .5rem;
    }
    section#thankyou .thankyou-box p,
    section#page404 .page404-box p {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width:320px) {
    section#thankyou .thankyou-box h1,
    section#page404 .page404-box h1 {
        font-size: 40px;
        margin-bottom: .5rem;
    }
    section#thankyou .thankyou-box p,
    section#page404 .page404-box p {
        margin-bottom: 1rem;
    }
    section#page404 .page404-box img {
        margin-bottom: 1rem;
    }
    footer#thankyou p,
    footer#page404 p {
        font-size: 11px;
    }
}


/* Added Jan 16, 2020 */
section#cta-contact {
    background-color: #daaa43;
    padding: 2rem 0;
}
section#cta-contact h3,
section#cta-contact p {
    color: #fff;
}
section#cta-contact h3 {
    font-size: 45px;
}
section#cta-contact p {
    margin-bottom: 0;
    font-size: 20px;
} 
section#cta-contact .custom-btn {
    background-color: #fff;
    font-size: 18px;
	color: #000;
}
section#cta-contact a {
    color: #000;
}
section#products .cta-product {
    color: #000;
}
section#products .custom-btn {
    background-color: #fff!important;
    color: #000;
	font-size: 16px;
}

#brands .brand-row:last-of-type {
    margin-bottom: 0;
}

section#brands .cta-brand {
    color: #fff;
}
section#brands .custom-btn {
    font-size: 16px;
    color: #fff;
    background-color: #daaa43;
    margin-top: 1.5rem;
}
/* Added Jan 16, 2020 END */

/* Added Jan 17, 2020 */
.btn {
	font-size: 16px;
    color: #fff;
    background-color: #daaa43;
}
section.welcome button.custom-btn {
	margin-top: 1.5rem;
}
section.welcome button.custom-btn:hover,
section.about-section button.custom-btn:hover {
	color: #fff;
}
/* Added Jan 17, 2020 END */




/* 4/20/2020 */

@media only screen and (max-width: 1440px) and (min-width: 1200px) {

    #products .home-custom-nav2 {
        margin-top: 1rem;
    }

    #products {
        padding-bottom: 2rem;
    }    

    .home-custom-nav2 img {
        width: 43px;
    }
    
    #products h2 {
        font-size: 45px;
    }
}



/* 5/4/2020 */


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


    #products .home-custom-nav2 {
        margin-top: 0;
        position: absolute;
        z-index: 9;
        top: 12rem;
        background: transparent;
        width: 100%;
        left: 0;
    }
    #products .home-custom-nav2 .owl-prev {
        position: absolute;
        left: 27px;
        background-color: #daaa43;

    }

    #products .home-custom-nav2 .owl-next {
        position: absolute;
        right: 27px;
        background-color: #daaa43;

    }

    #products .home-custom-nav2 button img {
        max-width: 100%;
        width: 48px;
    }


}

/* 3/3/2021 */
.carousel-caption h2 {
    font-size: 70px;
    margin-bottom: 3rem;
}
h2.custom-h2-product-pages {
    font-size: 40px;
}
section.product-inner .product-inner-name h1 {
    font-size: 40px;
    margin-bottom: 1rem;
}
h2.custom-h2-title {
    font-size: 40px;
    margin-bottom: 3rem;
}

.brand-inner .owl-carousel .item-title h5 {
    color: #daaa43;
    text-align: center;
    font-size: 15px;
    margin-top: 4px;
}
@media screen and (max-width: 768px) {
    .carousel-caption h2 {
        font-size: 40px;
    }
}
@media screen and (max-width: 575px) {
    h2.custom-h2-product-pages,
    h2.custom-h2-title {
        font-size: 25px;
        margin-bottom: 1rem;
    }
    section.product-inner .product-inner-name h1 {
        font-size: 25px;
    }
}
@media screen and (max-width: 414px) {
    .carousel-caption h2 {
        font-size: 22px;
        margin-bottom: .5rem;
    }
}
@media screen and (max-width: 375px) {
    .carousel-caption h2 {
        font-size: 31px;
    }
}
@media screen and (max-width: 360px) {
    h2.custom-h2-product-pages,
    h2.custom-h2-title {
        font-size: 22px;
        margin-bottom: 1rem;
    }
}

.faq-section {
  background-color: #eee;
  padding-top: 4rem;
  padding-bottom: 4.5rem;
}

.faq-section .title-faq {
  text-align: center;
  margin-bottom: 30px;
}
.faq-section .title-faq h2 {
    color: #444;
}
.faq-section .col-xl-6 {
  margin-bottom: 20px;
}

.panel-default {
  border-radius: 6px;

  overflow: hidden;

  border: 1px solid #ddd;
}

.panel-default .panel-heading {
  background-color: #fff;

  padding: 22px 25px;

  border: 0;
}

.panel-default .panel-heading h6 {
  margin-bottom: 0;

  font-size: 17px;

  -webkit-transition: 0.2s ease-in-out;

  transition: 0.2s ease-in-out;
}

.panel-default .panel-heading h6 a {
  position: relative;

  display: block;

  color: inherit;

  font-weight: bold;

  text-transform: none;

  text-decoration: none;

  padding-right: 20px;
}

.panel-default .panel-heading h6 a:before {
  font-family: "Font Awesome 5 Free";

  font-weight: 900;

  content: "\f107";

  float: right;

  position: absolute;

  right: 0;

  top: 50%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  font-size: 23px;
}

.panel-default .panel-heading.active a:before {
  content: "\f106";
}

.panel-default .panel-body {
  background-color: #fff;

  padding: 0 30px 22px 30px;
}

@media screen and (min-width: 1200px) {
  .faq-section .col-xl-6:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }

  .panel-default .panel-heading {
    display: flex;

    align-items: center;
  }

  .panel-default .panel-heading h6 {
    width: 100%;
  }
}

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

  .faq-section .col-xl-6:last-of-type {
    margin-bottom: 0;
  }
  .panel-default .panel-heading {
    padding: 17px 22px;
  }

  .panel-default .panel-heading h6 {
    font-size: 16px;
  }

  .panel-default .panel-heading h6 a:before {
    font-size: 20px;
  }

  .panel-default .panel-body {
    background-color: #fff;

    padding: 0 22px 17px 22px;
  }
}
@media screen and (max-width: 768px) {
    .faq-section .title-faq h2 {
        font-size: 40px;
    }
}
@media screen and (max-width: 575px) {
    .faq-section {
        padding-top: 3rem;
        padding-bottom: 3.5rem;
    }
    .faq-section .title-faq h2 {
        font-size: 35px;
    }
  .panel-default .panel-heading {
    padding: 17px 18px;
  }

  .panel-default .panel-heading h6 {
    font-size: 15px;
  }

  .panel-default .panel-heading h6 a:before {
    font-size: 20px;
  }
  .panel-default .panel-body p {
      font-size: 14px;
  }
  .panel-default .panel-body {
    background-color: #fff;

    padding: 0 20px 17px 18px;
  }
}