html { 
    margin: 0; 
    padding: 0; 
    border: 0;
} 
body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,article,aside,dialog,figure,footer,header,hgroup,nav,section,input { 
    margin: 0; 
    padding: 0; 
    border: 0; 
}
article,aside,dialog,figure,footer,header,hgroup,nav,section { 
    display: block; 
}
blockquote:before,blockquote:after,q:before,q:after { 
    content: ''; 
}
blockquote, q { 
    quotes: "" ""; 
}
a img { 
    border: none; 
}
:focus { 
    outline: 0; 
}
a:focus { 
    outline: none; 
}
h1,h2,h3,h4,h5,h6 {
    padding: 0; 
    margin: 0; 
}
a { 
    text-decoration: none; 
}
ul,ul li,ul ol,ul li ul,ul li ul li { 
    list-style: none; 
    padding: 0; 
    margin: 0; 
}
* {  
    -webkit-box-sizing: border-box;  
    box-sizing: border-box; 
}
.container { 
    max-width: 1470px !important; 
    margin: 0 auto; 
    padding: 0 15px; 
}

body { 
    color: #000; 
    font-size: 14px; 
    line-height: 20px;
    font-family: 'Prelo' !important;
}

.btn-primary {
    display: inline-block;
    line-height: 48px;
    background: #2EA2F2;
    border-radius: 5px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Arial';
    padding: 0 35px;
}

p {
    font-family: 'Arial';
}

.col-6 {
    width: 50%;
}

/* FONTS STARTS */

@font-face {
    font-family: 'Arial';
    src: url('../fonts/Arial.eot');
    src: url('../fonts/Arial.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Arial.woff2') format('woff2'),
        url('../fonts/Arial.woff') format('woff'),
        url('../fonts/Arial.ttf') format('truetype'),
        url('../fonts/Arial.svg#Arial') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arial';
    src: url('../fonts/Arial-BoldMT.eot');
    src: url('../fonts/Arial-BoldMT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Arial-BoldMT.woff2') format('woff2'),
        url('../fonts/Arial-BoldMT.woff') format('woff'),
        url('../fonts/Arial-BoldMT.ttf') format('truetype'),
        url('../fonts/Arial-BoldMT.svg#Arial-BoldMT') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Prelo';
    src: url('../fonts/Prelo-SemiBold.eot');
    src: url('../fonts/Prelo-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Prelo-SemiBold.woff2') format('woff2'),
        url('../fonts/Prelo-SemiBold.woff') format('woff'),
        url('../fonts/Prelo-SemiBold.ttf') format('truetype'),
        url('../fonts/Prelo-SemiBold.svg#Prelo-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Prelo';
    src: url('../fonts/Prelo-Medium.eot');
    src: url('../fonts/Prelo-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Prelo-Medium.woff2') format('woff2'),
        url('../fonts/Prelo-Medium.woff') format('woff'),
        url('../fonts/Prelo-Medium.ttf') format('truetype'),
        url('../fonts/Prelo-Medium.svg#Prelo-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

/* FONTS ENDS */

/* MAIN CSS STARTS */

/* HEADER CSS STARTS */
.header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    z-index: 99;
}
.header-main {
    padding: 16px 0 0px !important; 
}
.header-main .hm-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.call-link p {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 21px;
    color: #707070;
    font-weight: normal;
    letter-spacing: 0.5px;
}
.call-link p > a {
    font-weight: bold;
    text-transform: uppercase;
    color: #2EA2F2 !important;
    margin: 0 8px;
}
.call-link p > span {
    display: inline-block;
}
.hm-inner a.logo {
    display: flex;
    max-width: 215px;
}
a.logo img {
    width: 100%;
}
.hm-inner ul.hm-links {
    display: flex;
    align-items: center;
}
ul.hm-links li {
  	margin-left: 24px;
    position: relative;
}
/* ul.hm-links li:hover .sub-menu {
    display: flex;
} */


@media only screen and (min-width: 1024px) {
    .nav-lists > li:hover > .sub-menu {
        display: flex;
        flex-direction: row;
    }
	
	 .nav-lists> li:hover > .sub-menu > li > .sub-menu {
        display: flex;
        flex-direction: column;
    }
}

ul.hm-links li .sub-menu {
    position: absolute;
    display: none;
    padding: 30px;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    background: #fff;
    z-index: 99;
    box-shadow: 0 0 6px rgba(0,0,0,0.4);
    flex-direction: column;
}
ul.hm-links li .sub-menu li {
    margin: 0;
    padding: 0;
    text-align: center;
}
ul.hm-links li .sub-menu a {
    min-width: 120px;
}
ul.hm-links li a {
    display: block;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    text-transform: uppercase;
    color: #2EA2F2 !important;
    font-family: 'Arial';
    border-bottom: 2px solid transparent;
    transition: 0.2s all ease;
}
ul.hm-links li a:hover {
    border-bottom: 2px solid #2EA2F2;
}
.header-nav {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    transform: translateY(50%);
}
.header-nav .hn-inner {

}
.hn-inner a.toggler-button {
    display: none;
}
.hn-inner a.logo-mobile {
    display: none;
}
.hn-inner ul.nav-lists {
    display: flex;
    align-items: center;
    border-top: 2px solid#2EA2F2;
    background: #2EA2F2;
}
.hn-inner .nav-lists-wrap.show-lists {
    display: flex;
}
.hm-lists-mob {
    width: 100%;
}

.hn-inner ul.nav-lists li {
    position: relative;
    flex: 1;
}

/* .hn-inner ul.nav-lists li .sub-menu li .sub-menu  {
    left: 100%;
} */

.hn-inner ul.nav-lists li a {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 52px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff !important;
    text-align: center;
    transition: 0.2s all ease;
}
.hn-inner ul.nav-lists li a:hover {
    background: #fff;
    color: #2EA2F2  !important;
}
.hn-inner ul.nav-lists li a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 29px;
    width: 1px;
    background: #fff;
}
.hn-inner ul.nav-lists li:last-child a::before {
    display: none;
}
.hn-inner ul.nav-lists li .sub-menu {
    position: absolute;
    display: none;
    padding: 30px;
    left: 0;
    top: 100%;
    background: #fff;
    z-index: 99;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
.hn-inner ul.nav-lists li .sub-menu li .sub-menu {
    position: relative;
    box-shadow: none;
    padding: 0;
    display: block;
	top: 0;
}

.hn-inner ul.nav-lists li .sub-menu li a {
    padding: 0 20px;
    min-width: 180px;
    border-right: 1px solid rgba(255,255,255,0.25);
}
.hn-inner ul.nav-lists li .sub-menu li h4 {
    font-size: 19px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
}
.hn-inner ul.nav-lists li .sub-menu li a {
    display: block;
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
    padding: 0;
    text-align: left;
}


.hn-inner ul.nav-lists li#menu-item-1013196 .sub-menu,
.hn-inner ul.nav-lists li#menu-item-1022238 .sub-menu,
.hn-inner ul.nav-lists li#menu-item-1022316 .sub-menu,
.hn-inner ul.nav-lists li#menu-item-161 .sub-menu {
    flex-direction: column;
}

.hn-inner ul.nav-lists li:nth-child(4) .sub-menu, .hn-inner ul.nav-lists li:nth-child(5) .sub-menu, .hn-inner ul.nav-lists li:nth-child(6) .sub-menu {
    left: unset !important;
    right: 0;
}

.hn-inner ul.nav-lists li .sub-menu li > a {
    color: #000 !important;
    text-transform: uppercase;
}
.hn-inner ul.nav-lists li .sub-menu li .sub-menu li a {
    color: #2EA2F2 !important;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
}
#wprmenu_bar .menu_title {
    top: -17px !important;
}
/* .hn-inner ul.nav-lists li:hover .sub-menu {
    display: flex;
} */

/* HEADER CSS ENDS */

/* BANNER CSS STARTS */

.banner {
    position: relative;
    min-height: 880px;
}
.banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-size: cover;
    background: url("https://s3.amazonaws.com/wp-agilitysquared/backyardfun/wp-content/uploads/2020/01/banner-img.png") center bottom no-repeat;*/
	object-fit: cover;
	object-position: center;
}
.banner-content {
    position: absolute;
    bottom: 128px;
    max-width: 550px;
    text-align: left;
    z-index: 9;
}
.banner-content h1 {
    font-size: 50px;
    line-height: 62px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-family: 'Prelo' !important;
}
.banner-content .banner-btns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.banner-content .banner-btns a.btn-primary {
    margin-right: 20px;
}
/* BANNER CSS ENDS */

/* ---- CONTENT CSS STARTS ---- */

/* BEST BRANDS STARTS */
.best-brands {
    padding: 48px 0 70px;
}
.best-brands h2 {
    font-size: 42px;
    line-height: 45px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 60px;
    font-family: 'Prelo' !important;
}
.best-brands .best-blogs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
} 
.best-blogs .col-3 {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.best-blogs .best-blog {
    border-radius: 50%; 
    overflow: hidden; 
    position: relative;
}
.best-blog .best-blog-img {
    display: flex;
}
.best-blog .best-blog-img img {
    width: 100%;
}
.best-blog .best-blog-img h5 {
    opacity: 1;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #2EA2F2;
    color: #fff;
    font-size: 22px;
    line-height: 55px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    transition: 0.5s all ease;
}
.best-blog .best-blog-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s all ease;
}
.best-blog .best-blog-hover .bbh-img {
    max-width: 200px;
}
.best-blog .best-blog-hover .bbh-img img {
    width: 100%;
}
.best-blogs .best-blog:hover .best-blog-img h5 {
    opacity: 0;
}
.best-blogs .best-blog:hover .best-blog-hover {
    opacity: 1;
}
/* BEST BRANDS ENDS */

/* BANNER SECONDARY STARTS */
.banner-secondary {
    min-height: 700px;
    position: relative;
    background-size: cover !important;
}
.banner-secondary .tidalfit-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-secondary .bs-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 612px;
    width: 100%;
    background: rgba(255,255,255,0.94);
    padding: 52px 45px 63px;
    text-align: left;
}
.bs-info h3 {
    font-size: 32px;
    line-height: 45px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 15px;
    font-family: 'Prelo' !important;
}
.bs-info p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #121212;
    margin-bottom: 20px;
}
/* BANNER SECONDARY ENDS */

/* CARE-WRAP STARTS */
.care-wrap {
    padding: 100px 0;
}
.care-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.care-content .care-content-left, .care-content .care-content-right {
    flex: 1;
}
.care-content .care-img-wrap {
    position: relative;
    min-height: 453px;
    max-width: 661px;
}
.care-img-wrap .care-img {
    position: absolute;
}
.care-img-wrap .care-img img {
    width: 100%;
}
.care-img-wrap .care-img-first {
    max-width: 453px;
    left: 0;
    z-index: 7;
}
.care-img-wrap .care-img-second {
    max-width: 272px;
    top: 33px;
    right: 0;
    z-index: 8;
}
.care-img-wrap .care-img-third {
    max-width: 192px;
    bottom: 15px;
    right: 90px;
    z-index: 9;
}
.care-content .care-info {
    max-width: 680px;
    padding-left: 50px;
}
.care-info h3 {
    font-size: 32px;
    line-height: 43px;
    font-weight: 600;
    text-transform: capitalize;
    color: #3C3C3C;
    margin-bottom: 20px;
    font-family: 'Prelo' !important;
}
.care-info p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #121212;
    margin-bottom: 20px;
}
.care-info .care-info-links {
    display: flex;
    align-items: center;
}
.care-info .care-info-links a.btn-primary:first-child {
    margin-right: 20px;
}
/* CARE-WRAP ENDS */

/* BANNER SECONDARY STOVES STARTS */
.banner-secondary.banner-stoves {
    background: url("../images/QDF_pelletST_Cast.png") center center no-repeat;
}
/* BANNER SECONDARY STOVES ENDS */

/* OUTDOOR FUN STARTS STARTS */
.outdoor-fun {
    padding: 100px 0;
}
.outdoor-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.outdoor-content .outdoor-img {
    display: flex;
}
.outdoor-content .outdoor-img img {
    width: 100%;
}
.outdoor-content .outdoor-info {
    text-align: right;
    padding: 0 60px;
}
.outdoor-info h3 {
    font-size: 32px;
    line-height: 43px;
    font-weight: 600;
    text-transform: capitalize;
    color: #3C3C3C;
    margin-bottom: 20px;
    font-family: 'Prelo' !important;
}
.outdoor-info p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #121212;
    margin-bottom: 20px;
}
/* OUTDOOR FUN STARTS ENDS */


/* REVIEWS STARTS */
.reviews {
    padding: 100px 0;
    background: url("../images/reviews-bg.png") center center no-repeat;
    background-size: cover;
}
.reviews-content {
    display: flex;
    flex-wrap: wrap;
}
.reviews-content .review-info {
    text-align: center;
    max-width: 100%;
}
.reviews-content h3 {
    font-size: 32px;
    line-height: 56px;
    font-weight: 600;
    color: #F7F7F7;
    margin-bottom: 70px;
    font-family: 'Prelo' !important;
}
.review-info .stars-img {
    max-width: 195px;
    margin: 0 auto 35px;
    display: flex;
}
.review-info .stars-img img {
    width: 100%;
}
.review-slider .sliderSlides {
    max-width: 100%;
    margin: 0 auto;
}
.review-slider .sliderSlides p {
    text-align: left;
    font-size: 27px;
    line-height: 38px;
    font-weight: 500;
    color: #F7F7F7;
    min-height: 152px;
}
.review-slider .sliderSlides span {
    display: block;
    text-align: left;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    text-transform: capitalize;
    color: #F7F7F7;
    font-family: 'Arial';
}
.reviews-content .video-info {
    text-align: center;
}
.reviews-content .slideshow-container {
    position: relative;
}
.reviews-content .mySlides {
    display: none;
    max-width: 589px;
    margin: 0 auto;
}
.mySlides video {
    width: 100%;
    min-height: 325px;
}
.reviews-content .slideshow-container .vs-slider-btns {
    position: absolute;
    top: 50%;
    transition: 0.6s ease;
    cursor: pointer;
}
.reviews-content .slideshow-container .vs-slider-btns i.fa {
    font-size: 30px;
    color: #CCCCCC;
}
.reviews-content .slideshow-container .vs-slider-btns:focus i.fa {
    color: #6BFBCE;
}
.reviews-content .slideshow-container .prev {
    left: 0;
}
.reviews-content .slideshow-container .next {
    right: 0;
}
.reviews-content .dots-wrap {
    text-align: center;
    margin-top: 25px;
}
.reviews-content .dots-wrap .dot {
    cursor: pointer;
    height: 14px;
    width: 14px;
    margin: 0 3px;
    background-color: #BCBCBC;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.reviews-content .dots-wrap .active, .reviews-content .dots-wrap .dot:hover {
    background-color: #6BFBCE;
}
/* REVIEWS ENDS */

/* DESIGN SECTION CSS STARTS */
.design-section {
    padding: 100px 0;
}
.design-section h3 {
    font-size: 32px;
    line-height: 45px;
    font-weight: 600;
    color: #333333;
    text-transform: capitalize;
    margin-bottom: 35px;
    text-align: center;
    font-family: 'Prelo' !important;
}
.design-section .ds-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.ds-content .ds-info {
    max-width: 660px;
}
.ds-info p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 20px;
}
.ds-info .ds-info-img {
    max-width: 660px;
}
.ds-info .ds-info-img img {
    width: 100%;
}
.ds-content .ds-form {
    padding-top: 18px;
}
/* DESIGN SECTION CSS ENDS */

/* ---- CONTENT CSS ENDS ---- */

/* FOOTER STARTS */
.footer {
    background: none !important;
    padding: 0 !important;
}
.footer-main {
    padding: 60px 0 72px;
    position: relative;
    background: url("../images/footer-bg.jpg") center center no-repeat;
    background-size: cover;
}
.footer-main h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 500;
    line-height: 69px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 70px;
    font-family: 'Prelo' !important;
}
.footer-main .ftr-links {
    padding: 0 50px 40px;
}
.ftr-links ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.30);
}
.ftr-links ul li {
    width: 20%;
}
.ftr-links ul li a {
    display: block;
    text-align: center;
}
.ftr-links ul li a .ftr-link-img {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 132px;
    height: 132px;
    margin: 0 auto 12px;
}
.ftr-links ul li a .ftr-link-img .fl-img {
    max-width: 80px;
}
.ftr-links ul li a .ftr-link-img .fl-img img {
    width: 100%;
}
.ftr-links ul li a h6 {
    font-size: 25px !important;
    line-height: 32px;
    font-weight: 600 !important;
    color: #fff !important;
    text-transform: capitalize;
}
.ftr-content {
    display: flex;
    max-width: 1111px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.ftr-content .ftr-info {
    width: 42%;
    padding-right: 100px;
    color: #fff;
    font-size: 25px;
    line-height: 38px;
    font-family: 'Arial';
    text-align: left;
}
.ftr-info h5 {
    font-size: inherit;
    line-height: inherit;
    color: #fff;
    text-transform: uppercase;
}   
.ftr-info p {
    font-size: inherit;
    line-height: inherit;
}
.ftr-info a {
    display: block;
    color: #6BFBCE !important;
    font-weight: 700;
    margin-bottom: 44px;
    text-transform: uppercase;
    font-size: inherit;
    line-height: inherit;
}  
.ftr-content .ftr-map {
    display: flex;
    width: 58%;
}
.ftr-content .ftr-map img {
    width: 100%;
}
.footer-copyright {
    padding: 25px 0;
    background: #000;
}
.footer-copyright .copyright-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.footer-copyright p.copyright-text {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}
.footer-copyright p.copyright-text .siteby-img {
    max-width: 40px;
    margin-left: 8px;
}
.footer-copyright p.copyright-text .siteby-img img {
    width: 100%;
}
.copyright-inner a.social-link {
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
}
.copyright-inner a.social-link i.fa {
    color: #2EA2F2 !important;
    font-size: 18px;
}
/* FOOTER ENDS */

/* MAIN CSS ENDS */

/*-------------Media Querries-----------------*/
@media only screen and (max-width:1660px){
    .container {
        padding: 0 18px;
    }
    .btn-primary {
        font-size: 18px;
        padding: 0 25px;
    }
    .care-content .care-info {
        padding-left: 20px;
    }
    .reviews-content .col-6 {
        padding: 0 15px;
    }
    .reviews-content .mySlides {
        max-width: 90%;
    }
    .review-slider .sliderSlides {
        max-width: 90%;
    }
    .review-slider .sliderSlides p {
        font-size: 20px;
        line-height: 32px;
    }
}
/*------------- 1441px -----------------*/
@media only screen and (max-width:1440px){
    .banner {
        min-height: 657px;
    }
    .banner-content {
        bottom: 12%;
		left: 13%;
    }    
    .care-content .care-img-wrap {
        max-width: 600px;
    }
    .care-img-wrap .care-img-first {
        max-width: 400px;
    }
    .care-img-wrap .care-img-second {
        max-width: 250px;
    }
    .care-img-wrap .care-img-third {
        max-width: 185px;
    }
}
/*------------- 1200px -----------------*/
@media only screen and (max-width:1199px){
    .header-main {
        padding: 15px 0 40px;
    }
    .hm-inner a.logo {
        max-width: 175px;
    }
    .call-link p {
        font-size: 14px;
    }
    ul.hm-links li {
        margin-left: 25px;
    }
    ul.hm-links li a {
        font-size: 16px;
    }
    .hn-inner ul.nav-lists li a {
        font-size: 18px;
        line-height: 40px;
    }
    .banner-content h1 {
        font-size: 42px;
        line-height: 54px;
    }
    .best-blog .best-blog-img h5 {
        top: 40px;
        font-size: 18px;
    }
    .banner-secondary {
        min-height: 550px;
    }
    .care-content .care-img-wrap {
        max-width: 420px;
        min-height: 340px;
    }
    .care-img-wrap .care-img-first {
        max-width: 300px;
    }
    .care-img-wrap .care-img-second {
        max-width: 180px;
    }
    .care-img-wrap .care-img-third {
        max-width: 145px;
    }
    .btn-primary {
        font-size: 16px;
        padding: 0 15px;
    }
    .care-info .care-info-links a.btn-primary:first-child {
        margin-right: 10px;
    }
    .review-info .stars-img {
        margin: 0 auto 15px;
    }
    .review-slider .sliderSlides p {
        font-size: 18px;
        line-height: 24px;
    }
    .review-slider .sliderSlides span {
        font-size: 18px;
        line-height: 38px;
    }
    .ftr-content {
        max-width: 800px;
    }
    .ftr-content .ftr-info {
        font-size: 22px;
        line-height: 34px;
        padding-right: 60px;
    }
    .ds-content .col-6 {
        padding: 0 15px;
    }
}
@media only screen and (min-width:991px){
    a.close-menu, .hm-links-mob {
        display: none;
    }
}
/*------------- 991px -----------------*/
@media only screen and (max-width:991px){

    .hn-inner .nav-lists-wrap.show-lists {
        background: #2EA2F2;
    }
    .hn-inner ul.nav-lists {
        flex-direction: column;
        width: 100%;
        background: none;
    }
    .hn-inner ul.nav-lists li .sub-menu {
        flex-direction: column;
        width: 100%;
        padding: 0;
    }
    .hn-inner ul.nav-lists li .sub-menu li a {
        display: inline-block;
        padding: 0 18px;
        font-size: 20px;
        line-height: 60px;
        text-align: left;
        font-weight: 400;
        text-transform: unset;
    }
    .header {
        min-height: 70px;
    }
    .header-main {
        display: none;
    }
    .header-nav {
        height: 100%;
        transform: translateY(0);
    }
    a.close-menu {
        display: flex;
    }
    .header-nav .hn-inner {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        height: 100%;
    }
    
    .hm-links-mob {
        display: block;
        width: 100%;
    }

    .hm-lists-mob.menu-list-show {
        position: relative;
        min-height: 551px;
    }

    .hm-lists-mob.menu-list-show .nav-lists {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
    }
    .hm-lists-mob.menu-list-show .nav-lists .menu-item {
        background: #2EA2F2;
    }
    .hm-lists-mob.menu-list-show .nav-lists .menu-item .sub-menu li {
        background: #fff;
    }

    .hm-lists-mob.menu-list-show .nav-lists .left-arrow {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .hm-links-mob li {
        width: 100%;
        border-bottom: 1px solid rgba(0, 197, 221,0.33);
		position: relative;
    }
    .hm-links-mob li a {
        display: block;
        position: relative;
        padding: 0 18px;
        font-size: 20px;
        line-height: 60px;
        text-align: left;
        font-weight: 400;
        text-transform: capitalize;
        color: #6BFBCE !important
    }
    .hn-inner ul.nav-lists li .sub-menu li .sub-menu {
        display: none;
    }
    .hm-links-mob li span {
        display: inline-block;
        position: absolute;
        right: 18px;
        top: 50%;
        transform: translateY(-50%);
        color: #6BFBCE !important;
		width: 30px;
    	text-align: center;
		cursor: pointer;
    }
	 .hm-links-mob li span::after {
        content: "\f105";
        font: normal normal normal 22px/1 FontAwesome;
    }
	.hm-links-mob li.active > span::after {
        content: "\f106";
    }
    .hm-links-mob li .sub-menu {
        display: none;
    }


    .hn-inner a.toggler-button {
        display: flex;
    }
    .hn-inner a.toggler-button i.fa {
        font-size: 30px;
        color: #3B3B3B;
    }
    .ftr-info p {
        letter-spacing: -0.1px;
    }
    .hn-inner a.logo-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 95px;
        width: 170px;
        background: #fff;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16);
        padding: 20px;
        border-radius: 0 0 8px 8px;
    }
    .ftr-info a {
        margin-bottom: 24px;
    }
    .hn-inner a.logo-mobile .lm-img {
        max-width: 131px;
        margin-top: 20px;
    }

    .banner-secondary .bs-info .btn-primary {
        padding: 0 45px;
    }

    .hn-inner a.logo-mobile .lm-img  img {
        width: 100%;
    }
    .header-nav .container {
        width: 100%;
        height: 100%;
    }

    .hn-inner .nav-lists-wrap {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        flex-wrap: wrap;
        padding-top: 70px;
    }

    .hn-inner ul.nav-lists li {
        width: 100%;
        border-bottom: 1px solid rgba(0, 197, 221,0.33);
        flex: unset;
    }
    .hn-inner ul.nav-lists li a {
        display: inline-block;
        padding: 0 18px;
        font-size: 20px;
        line-height: 60px;
        text-align: left;
        font-weight: 700;
    }
    a.close-menu {
        position: absolute;
        top: 25px;
        right: 18px;
    }
    a.close-menu i.fa {
        font-size: 24px;
        color: #fff;
    }
    .hn-inner ul.nav-lists li a::before {
        display: none;
    }
	.hn-inner ul.nav-lists li span {
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 32px;
        transform: translateY(-50%);
        color: #fff;
		width: 30px;
		text-align: center;
		cursor: pointer;
    }
	
    .hn-inner ul.nav-lists li span::after {
        content: "\f105";
        font: normal normal normal 22px/1 FontAwesome;
    }
	.hn-inner ul.nav-lists li.active > span::after {
		content: "\f106";
	}
    .hn-inner ul.nav-lists li ul.sub-menu li::after {
        color: #000;   
    }
    .hn-inner ul.nav-lists li.left-arrow::after {
        left: 20px;
        right: unset;
        transform: rotateY(180deg) translateY(-50%);
    }
    .banner {
        min-height: 586px;
    }
    .banner-content {
        bottom: 75px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        max-width: 400px;
        width: 100%;
    }
    .banner-content .banner-btns {
        justify-content: flex-start;
        flex-direction: column;
    }
    .banner-content .banner-btns a.btn-primary {
        margin: 0 0 20px;
        min-width: 325px;
        font-size: 18px;
    }
    .banner-content h1 {
        font-size: 32px;
        line-height: 42px;
    }
    .best-brands h2 {
        font-size: 28px;
        line-height: 38px;
        max-width: 250px;
        margin: 0 auto 40px;
    }
    .best-blogs .best-blog {
        overflow: visible;
    }
    .best-blog .best-blog-img h5 {
        top: 100%;
        color: #2EA2F2;
        background: none;
        padding-top: 15px;
        font-size: 17px;
        line-height: 25px;
        font-weight: 400;
    }
    .best-blogs .col-3 {
        margin-bottom: 80px;
    }
    .best-blog .best-blog-hover {
        display: none;
    }
    .best-blogs .best-blog:hover .best-blog-img h5 {
        opacity: 1;
    }
    .banner-secondary {
        min-height: 600px;
    }
    .banner-secondary .bs-info {
        position: absolute;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        padding: 58px 30px;
        max-width: 550px;
    }
    .bs-info h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .btn-primary {
        padding: 0 35px;
    }
    .outdoor-info .btn-primary {
        padding: 0 60px;
    }
    .care-wrap {
        padding: 50px 0;
    }
    .care-content .care-content-left, .care-content .care-content-right {
        flex: 100%;
    }
    .care-content .care-img-wrap {
        max-width: 339px;
        min-height: 233px;
    }
    .care-img-wrap .care-img-first {
        max-width: 233px;
    }
    .care-img-wrap .care-img-second {
        max-width: 140px;
        top: 17px;
    }
    .care-img-wrap .care-img-third {
        max-width: 99px;
        bottom: 8px;
        right: 45px;
    }
    .care-content .care-content-left {
        margin-bottom: 25px;
    }
    .care-info h3 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 12px;
    }
    .care-info p {
        font-size: 20px;
        line-height: 30px;
        color: #4C4C4C;
        margin-bottom: 20px;
    }
    .care-info .care-info-links {
        align-items: flex-start;
        flex-direction: column;
    }
    .care-info .care-info-links a.btn-primary {
        min-width: 290px;
    }
    .care-info .care-info-links a.btn-primary:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .bs-info p {
        color: #4C4C4C;
    }
    .outdoor-fun {
        padding: 50px 0 20px;
    }
    .outdoor-content .col-6 {
        width: 100%;
        margin-bottom: 30px;
    }
    .outdoor-content .outdoor-info {
        text-align: left;
    }
    .outdoor-info h3 {
        font-size: 25px;
        line-height: 35px;
        color: #000000;
        margin-bottom: 12px;
    }
    .outdoor-info p {
        font-size: 20px;
        line-height: 30px;
        color: #4C4C4C;
        margin-bottom: 15px;
    }
    .reviews {
        padding: 50px 0 10px;
    }
    .reviews-content .col-6 {
        width: 100%;
        margin-bottom: 40px;
        padding: 0;
    }
    .reviews-content .review-info {
        max-width: 100%;
    }
    .reviews-content h3 {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .review-info .stars-img {
        max-width: 135px;
    }
    .review-slider .sliderSlides p, .review-slider .sliderSlides span {
        font-size: 20px;
        line-height: 30px;
    }
    .best-brands {
        padding: 30px 0 10px;
    }
    .design-section {
        padding: 50px 0 20px;
    }
    .design-section h3 {
        font-size: 25px;
        line-height: 34px;
        color: #333333;
        margin-bottom: 20px;
        padding: 0 50px;
    }
    .ds-content .col-6 {
        width: 100%;
        margin-bottom: 30px;
    }
    .ds-content .ds-info, .ds-info .ds-info-img {
        max-width: 100%;
    } 
    .ftr-links ul li {
        width: 33.33%;
        margin-bottom: 40px;
    }
    .ftr-links ul li a h6 {
        font-size: 20px;
        line-height: 30px;
    }
    .footer-main {
        padding: 30px 0 50px;
    }
    .footer-main h2 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 40px;
    }
    .ftr-links ul {
        padding-bottom: 0;
    }
    .footer-main .ftr-links {
        padding: 0 0 40px;
    }
    .ds-form #gform_93 #gform_submit_button_93 {
        padding: 0 55px !important;
    }
    .mySlides video {
        min-height: 150px;
    }
    .ftr-content {
        max-width: 100%;
    }
    .ftr-content .ftr-info {
        font-size: 20px;
        line-height: 32px;
        width: 100%;
        margin-bottom: 30px;
        padding-right: 80px;
    }
    .footer-copyright {
        padding: 13px 0;
    }
    .ftr-content .ftr-map {
        width: 100%;
    }
    .footer-copyright p.copyright-text .siteby-img {
        max-width: 25px;
        margin-left: -1px;
    }
    .footer-copyright p.copyright-text {
        font-size: 13px;
        letter-spacing: -0.1px;
    }
    .copyright-inner a.social-link {
        width: 32px;
        height: 32px;
    }
    .outdoor-content .outdoor-info {
        padding: 0;
    }
    .care-content .care-info {
        padding-left: 0;
    }
}
.hm-inner a.logo {
    display: flex !important;
    max-width: 320px !important;
}

/*------------- 767px -----------------
@media only screen and (max-width:767px){
    .best-brands .best-blogs {
        justify-content: center;
    }
    .best-blogs .col-3 {
        width: 33.33%;
    }
}
/*------------- 660px -----------------*/
@media only screen and (max-width:640px){
    .best-blogs .col-3 {
        width: 50%;
    }
    .banner-secondary .bs-info {
        max-width: 420px;
    }
    .ftr-links ul li {
        width: 50%;
    }
}
/*------------- 480px -----------------*/
@media only screen and (max-width:480px){
	.banner video { 
	display: none;
	}
    .banner {
        background: url(https://www.thebackyardfunstore.com/wp-content/uploads/2025/03/banner-mble-1.webp) center bottom no-repeat;
        background-size: cover;
    }
    .banner-secondary .bs-info {
        max-width: 375px;
    }
}
/*------------- 425px -----------------*/
@media only screen and (max-width:425px){
    .banner-secondary .bs-info {
        max-width: 342px;
        padding: 55px 20px;
    }
}
/*------------- 375px -----------------*/
@media only screen and (max-width: 374px){
    .banner-secondary .bs-info {
        max-width: 300px;
        padding: 45px 12px;
    }
    .btn-primary {
        padding: 0 30px;
    }
    .review-slider .sliderSlides {
        max-width: 80%;
    }
    .design-section h3 {
        padding: 0 30px;
    }
}
/*------------- 320px -----------------*/

@media only screen and (min-width: 1024px) and (max-width: 1360px) {
	.hm-inner a.logo {
		max-width: 190px !important;
	}
	.call-link p, ul.hm-links li a {
		font-size: 14px;
	}
	.header-main {
	  padding: 47px 0 70px !important;
	}
}

#wprmenu_bar { display: none; }

.title-bar
{
	padding-top: 30px;
}

.gfield--type-hidden
{
	display: none;
}
#gform_wrapper_3 input[type="checkbox"]+label {
	margin-left: 2em;
	text-align: left;
}