/*================ GLOBAL SETTINGS ================*/
*{margin:0;padding:0;-webkit-font-smoothing:subpixel-antialiased;box-sizing:border-box}
a{text-decoration:none;outline:none;cursor:pointer}
a img{border:none}
.clearfix:after{content:"";display:table;clear:both}
.clearfix:before,.clearfix:after{content:"\0020";display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix{zoom:1}
* html .clearfix{zoom:1}
*:first-child+html /**/ix{zoom:1}
ul,li{list-style:none}
header,hgroup,nav,footer,section,aside,article{display:block}
:focus{outline:0;border:0}
input[type="submit"]:focus,input[type="submit"]:active{outline:0}
input{border:none;outline:none}
input,textarea{-webkit-appearance:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;outline:none;font-family:'Fira Sans',sans-serif;border:none;word-break:normal}
input:invalid,textarea:invalid{box-shadow:none}
button{font-family:'Fira Sans',sans-serif}
body{-webkit-text-size-adjust:100%;width:100%;-webkit-overflow-scrolling:touch;word-break:break-word;word-wrap:break-word;font-family:'Fira Sans',sans-serif;font-size:16px;line-height:20px;color:#222222}
body::-webkit-scrollbar{width:8px;height:8px}
body::-webkit-scrollbar-track{background:#292929;overflow:hidden}
body::-webkit-scrollbar-thumb{background:#b3aa49;border-radius:0}
body::-webkit-scrollbar-thumb:hover{background:#b3aa49}
input[type="submit"],input[type="Reset"]{-webkit-appearance:none}
img{width:auto;height:auto;max-width:100%}


/*================ COMMON ================*/
.container{margin:0 auto;width:95%;max-width:1140px}
.min-ht-wrap{min-height:calc(100vh - 202px - 62px);padding:.1px 0;margin:-.1px 0}
body.fixed{position:fixed;overflow-y:scroll}
.heading{font-size:28px;line-height:32px;color:#3ca55c}
.heading b{color:#000000;font-weight:600}
.noRes{text-align:center;padding:15px;font-size:20px;line-height:24px}
.bg-img{background-color:#ebebeb;background-repeat:no-repeat;background-size:cover;background-position:center}
.lz-img[data-src]{position:relative;overflow:hidden}
.lz-img[data-src]:before{content:"";animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:shine;animation-timing-function:linear;background-repeat:no-repeat;background-size:cover;position:absolute;width:100%;height:100%;top:0;left:0;background-image:linear-gradient(to right,#ebebeb 0,#d5d5d5 20%,#ebebeb 40%,#ebebeb 100%)}
@keyframes shine{0%{transform:translateX(-100%)} 100%{transform:translateX(100%)}}
.site-wrap .slick-dotted.slick-slider{margin:0}
.site-wrap .slick-dots{position:absolute;line-height:5px;width:auto}
.site-wrap .slick-dots li{width:5px;height:5px;background-color:rgba(255,255,255,.5);border-radius:5px;margin:0 4px}
.site-wrap .slick-dots li.slick-active{background-color:#ffffff}
.site-wrap .slick-dots li button{display:none}


/*================ BREADCRUMB ================*/
.brdcrumb{padding:15px 0;text-transform:capitalize;font-size:12px;line-height:16px;color:#aeaeae}
.brdcrumb a{color:#aeaeae}
.brdcrumb a:hover{text-decoration:underline}
.brdcrumb span{color:#222222}


/*================ PAGINATION ================*/
.pagination{margin:30px 0 0}
.pagination .leftcatheader,.pagination .nos{display:none}
.pagination .rightcatheader{font-size:14px;line-height:33px;display:inline-flex;align-items:center;justify-content:space-between;max-width:100%}
.pagination span,.pagination a{display:inline-block;vertical-align:middle;margin:0 4px;color:#888888;font-weight:700;min-width:33px;padding:0 5px;background-color:#eeeeee;border-radius:4px;text-align:center;transition:.3s background-color ease}
.pagination .prev,.pagination .next{width:55px;height:33px;border-radius:4px;text-align:center;position:relative;background-color:#3ca55c}
.pagination .prev span,.pagination .next span{display:none}
.pagination .prev svg,.pagination .next svg{transform:translateY(4px)}
.pagination .prev{margin-left:0;margin-right:4px}
.pagination .next{margin-left:4px;margin-right:0}
.pagination a:not(.active):hover{background-color:#d8d8d8}
.pagination a.prev:hover,.pagination a.next:hover{background-color:#B5AC49}
.pagination .prev.disabled,.pagination .next.disabled{cursor:not-allowed;background-color:#eeeeee}
.pagination a.active,.pagination a.current{background-color:#3ca55c;color:#ffffff;pointer-events:none}


/*================ COMMON SIDEBAR ================*/
.sidebar-wrap .heading{font-size:22px;line-height:26px}
.sidebar-wrap .must-read{margin:0 0 30px}


/*================ MUST READ ================*/
.must-read li{margin:15px 0}
.must-read a{display:block;font-size:14.5px;line-height:21px;color:#222222;font-weight:500;transition:.3s color ease}
.must-read .img{display:inline-block;vertical-align:middle;width:112px;height:84px;border-radius:4px}
.must-read .title{display:inline-block;vertical-align:middle;width:calc(100% - 120px);padding:0 0 0 13px;max-height:63px;overflow:hidden}
.must-read a:hover{color:#3ca55c}


/*================ TRENDING ARTICLES ================*/
.trd-art li{margin:15px 0 20px}
.trd-art .img{padding:33%;border-radius:6px}
.trd-art a{display:block;margin:-35px 9px 0;height:70px;padding:13px;background-color:#ffffff;border-radius:6px;box-shadow:0 5px 15px 0 rgba(235,235,235,.5);font-size:15px;line-height:22px;color:#222222;font-weight:500;position:relative;transition:.3s color ease}
.trd-art .title{position:absolute;top:50%;left:13px;transform:translateY(-50%);width:calc(100% - 26px);max-height:44px;overflow:hidden;padding:0 35px 0 0}
.trd-art svg{position:absolute;top:50%;right:13px;transform:translateY(-50%)}
.trd-art a:hover{color:#b5ac49}


/*================ RELATED ARTICLES ================*/
.rel-art{margin:34px 0 70px}
.rel-art li{float:left;width:calc((100% - 41px)/3);margin:24px 20px 0 0}
.rel-art li:nth-child(3n){margin-right:0}
.rel-art .img{float:left;width:60%;height:157px;border-radius:6px}
.rel-art .meta{float:left;width:calc(40% + 63px);margin:16px 0 0 -63px;background-color:#ffffff;border-radius:6px;position:relative;height:125px}
.rel-art .inner{position:absolute;left:19px;top:50%;transform:translateY(-50%);width:calc(100% - 38px)}
.rel-art a{font-weight:500}
.rel-art .title{font-size:15px;line-height:22px;max-height:66px;overflow:hidden;margin:0 0 7px}
.rel-art .title a{color:#222222;transition:.3s color ease}
.rel-art .title a:hover{color:#3ca55c;text-decoration:underline}
.rel-art .read{font-size:13.5px;color:#b3aa49}
.rel-art .read svg{transform:translateY(1px)}


/*================ FEATURED ARTICLES ================*/
.ftr-art .img{float:left;width:287px;height:193px;border-radius:6px}
.ftr-art .meta{float:left;width:calc(100% - 287px + 84px);margin:11px 0 0 -84px;background-color:#ffffff;border-radius:8px;position:relative;height:171px}
.ftr-art .inner{position:absolute;left:19px;top:50%;transform:translateY(-50%);width:calc(100% - 38px)}
.ftr-art .cat{font-size:12.8px;line-height:17px;color:#b5ac49;font-weight:500;text-transform:uppercase;margin:0 0 3px}
.ftr-art .title{font-size:18px;line-height:25px;font-weight:500;max-height:50px;overflow:hidden}
.ftr-art .title a{color:#222222;transition:.3s color ease}
.ftr-art .title a:hover{color:#3ca55c;text-decoration:underline}
.ftr-art .desc{font-size:14.3px;line-height:22px;color:#4b4b4b;max-height:44px;overflow:hidden;margin:4px 0}
.ftr-art .read{font-size:13.5px;line-height:20px;color:#b3aa49;font-weight:700}
.ftr-art .read svg{transform:translateY(1px)}


/*================ LOCAL LISTINGS ================*/
.local-listings .main-local li{margin:0 0 14px;border:1px solid #dddddd;border-radius:7px;padding:13px 20px;transition:.3s border-color ease}
.local-listings .main-local li a{color:#222222}
.local-listings .left{float:left;width:calc((100% - 15px)/2)}
.local-listings .right{float:right;text-align:right;width:calc((100% - 15px)/2)}
.local-listings .title{font-size:15px;line-height:22px;font-weight:700;height:22px;overflow:hidden;margin:0 0 7px;width:calc(100% - 150px)}
.local-listings .title a{display:inline-block;max-width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;transition:.3s color ease}
.local-listings .title a:hover{color:#3ca55c}
.local-listings .rating{height:22px;background-image:url('./assets/imgs/rating-0.svg');background-repeat:no-repeat;background-position:center right;margin:0 0 7px;width:150px}
.local-listings .rating-1{background-image:url('./assets/imgs/rating-1.svg')}
.local-listings .rating-2{background-image:url('./assets/imgs/rating-2.svg')}
.local-listings .rating-3{background-image:url('./assets/imgs/rating-3.svg')}
.local-listings .rating-4{background-image:url('./assets/imgs/rating-4.svg')}
.local-listings .rating-5{background-image:url('./assets/imgs/rating-5.svg')}
.local-listings .meta,.local-listings .meta-1{font-size:14px;line-height:19px;color:#777777;height:57px;overflow:hidden;margin:0 0 8px}
.local-listings .meta-1{height:38px;margin:0 0 27px;text-transform:capitalize}
.local-listings .phone{font-size:14px;line-height:20px;height:20px;overflow:hidden}
.local-listings .dist{font-size:14px;line-height:20px;font-weight:500;height:20px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0 167px 0 0;background-image:url('./assets/imgs/dist-4.svg');background-repeat:no-repeat;background-position:center right 1px}
.local-listings .dist-0{background-image:url('./assets/imgs/dist-0.svg')}
.local-listings .dist-1{background-image:url('./assets/imgs/dist-1.svg')}
.local-listings .dist-2{background-image:url('./assets/imgs/dist-2.svg')}
.local-listings .dist-3{background-image:url('./assets/imgs/dist-3.svg')}
.local-listings .dist span{display:block;transform:translateY(4px);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.local-listings .main-local li:hover{border-color:#3ca55c}


/*================ COMMON PRODUCT ================*/
.general-prod .prod{border-radius:12px;box-shadow:0 0 15px 0 rgba(235,235,235,.5);background-color:#ffffff}
.general-prod .link{display:block;padding:23px 20px 23px 30px;border-radius:12px}
.general-prod .img{display:inline-block;vertical-align:middle;border-radius:12px;background-size:contain;width:110px;height:110px;margin:0 30px 0 0}
.general-prod .img:not([data-src]){background-color:#ffffff}
.general-prod .meta{display:inline-block;vertical-align:middle;width:calc(100% - 150px)}
.general-prod .title{font-size:17px;line-height:25px;color:#222222;font-weight:500;max-height:50px;overflow:hidden;margin:0 0 8px}
.general-prod .price{font-size:22px;line-height:32px;color:#b3aa49;font-weight:700;height:32px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition:.3s color ease}
.general-prod a:hover .price{color:#3ca55c}


/*================ FREQUENTLY ASKED ================*/
.qna a{display:block;padding:55px 17px 17px 22px;border-radius:6px;box-shadow:0 0 15px 0 rgba(235,235,235,.5);position:relative;transition:.3s box-shadow ease}
.qna a:before{content:attr(data-number);position:absolute;top:-27px;left:22px;font-family:'Great Vibes',cursive;font-size:55px;line-height:69px;color:#b5ac49}
.qna .title{font-size:17px;line-height:24px;color:#222222;font-weight:500;height:48px;overflow:hidden;margin:0 0 10px;transition:.3s color ease}
.qna .desc{font-size:14px;line-height:26px;color:#4b4b4b;height:130px;overflow:hidden}
.qna a:hover{box-shadow:0 0 15px 0 rgba(60,165,92,.5)}
.qna a:hover .title{color:#40a55c}


/*================ LATEST BLOG ================*/
.latest-blog{padding:43px 0 70px}
.latest-blog .heading{margin:0 0 23px}
.latest-blog .left{float:left;width:calc(100% - 45px - 275px);margin:0 45px 0 0}
.latest-blog .top{margin:0 0 48px}
.latest-blog .top .img{float:left;width:60%;height:306px;border-radius:6px}
.latest-blog .top .meta{float:left;width:calc(40% + 67px);margin:21px 0 0 -67px;background-color:#ffffff;border-radius:6px;position:relative;height:264px;box-shadow:0 5px 15px 0 rgba(235,235,235,.5)}
.latest-blog .top .inner{position:absolute;left:22px;top:50%;transform:translateY(-50%);width:calc(100% - 44px)}
.latest-blog .top a{font-weight:500}
.latest-blog .top .title{font-size:22px;line-height:29px;max-height:87px;overflow:hidden;margin:0 0 8px}
.latest-blog .top .title a{color:#222222;transition:.3s color ease}
.latest-blog .top .title a:hover{color:#3ca55c;text-decoration:underline}
.latest-blog .top .desc{font-size:14.5px;line-height:24px;color:#4b4b4b;max-height:72px;overflow:hidden;margin:0 0 16px}
.latest-blog .top .read{display:block;width:125px;background-color:#40a55c;font-size:12.8px;line-height:44px;color:#ffffff;font-weight:700;border-radius:5px;text-align:center;transition:.3s background-color ease}
.latest-blog .top .read svg{margin:0 0 0 5px;transform:translateY(3px)}
.latest-blog .top .read:hover{background-color:#B5AC49}
.latest-blog .btm li{float:left;width:33%;padding:8px 21px 8px 42px;border-right:1px solid #dddddd}
.latest-blog .btm li:first-child{padding-left:0}
.latest-blog .btm li:last-child{padding-right:0;border-right:0}
.latest-blog .btm .title{line-height:23px;font-weight:500;height:46px;overflow:hidden;margin:0 0 6px}
.latest-blog .btm .title a{color:#222222;transition:.3s color ease}
.latest-blog .btm .read{font-size:13.5px;color:#b5ac49;font-weight:500}
.latest-blog .btm .read svg{transform:translateY(1px);margin:0 0 0 5px}
.latest-blog .btm .title a:hover{color:#40a55c}
.latest-blog .right{float:right;width:275px}
.latest-blog .trd-art li{margin:0 0 40px}
.latest-blog .trd-art li:last-child{margin:0}
.latest-blog .trd-art a{font-size:16px;padding:13px 18px;margin-top:-49px}
.latest-blog .trd-art .title{left:18px;width:calc(100% - 36px)}
.latest-blog .trd-art svg{right:18px}


/*================ HOME PAGE ================*/
.home-page .slick-arrow{width:30px;height:40px;border-radius:5px}
.home-page .slick-arrow:before{display:none}
.home-page .slick-prev,.home-page .slick-prev:hover,.home-page .slick-prev:focus{left:auto;right:40px;background-color:#eeeeee;background-image:url('./assets/imgs/left1-arr.svg');background-repeat:no-repeat;background-position:center;background-size:17px auto}
.home-page .slick-next,.home-page .slick-next:hover,.home-page .slick-next:focus{right:0;background-color:#3ca55c;background-image:url('./assets/imgs/right-arr.svg');background-repeat:no-repeat;background-position:center;background-size:17px auto}
.hero-home{position:relative;color:#ffffff;padding:11px 0 76px}
.hero-home .bg-svg{position:absolute;top:0;left:0;z-index:-1;width:calc((100vw - 1140px)/2 + 800px);height:100%;max-width:97.5%}
.hero-home .bg-svg svg{width:100%;height:100%}
.hero-home .bg-svg1{position:absolute;top:0;left:0;transform:translate(-30%,-10%)}
.hero-home .bg-svg2{position:absolute;bottom:-70px;left:0;transform:translateX(-30%)}
.hero-home .bg-svg3{position:absolute;bottom:-20px;left:47%;transform:translateX(-10%)}
.hero-home .meta{display:inline-block;vertical-align:middle;width:calc(100% - 48% - 50px);margin:0 50px 0 0}
.hero-home .title{font-size:38px;line-height:53px;margin:0 0 19px;text-transform:capitalize}
.hero-home .title span:first-child{display:block;font-size:30px;line-height:40px;font-weight:400;margin:0 0 10px}
.hero-home .title span:nth-child(2){display:block;max-height:106px;overflow:hidden}
.hero-home .desc{font-size:14px;line-height:24px;max-height:48px;overflow:hidden;margin:0 0 43px}
.hero-home .read{display:inline-block;padding:0 23px;background-color:#ffffff;line-height:55px;color:#3ca55c;font-weight:700;border-radius:6px;transition:.3s ease background-color,.3s ease color}
.hero-home .read svg{margin:0 0 0 7px;transform:translateY(3px)}
.hero-home .read:hover{background-color:#328c4b;color:#ffffff}
.hero-home .img-wrap{display:inline-block;vertical-align:middle;width:48%;transform:translateX(10px)}
.hero-home #heroCarousal:not(.slick-initialized) > div:not(:first-child){display:none}
.hero-wrap .img{height:419px;border-radius:37px;opacity:0;transform-origin:left;box-shadow:0 0 10px 0 rgba(0,0,0,.18);transition:.3s transform ease,.3s opacity ease}
.hero-wrap .slick-list{padding:100px 0}
.hero-wrap .slick-active .img{opacity:1}
.hero-wrap .slick-current .img{transform:scale(1.3,1.2) translateX(10px)}
.hero-wrap .slick-active + .slick-active .img{transform:scale(1) translateX(-10px);position:relative;z-index:-1;opacity:.4}
.hero-wrap .slick-dots{left:0;right:0;margin:0 auto;bottom:0;line-height:10px}
.hero-wrap .slick-dots li{width:10px;height:10px;background-color:#d8d8d8;transition:.3s background-color ease,.3s width ease}
.hero-wrap .slick-dots li.slick-active{background-color:#3ca55c;width:27px}
.pop-prod{padding:26px 0 40px}
.pop-prod .heading{margin:0 0 23px}
.pop-prod li{float:left;width:calc((100% - 60px)/3);margin:0 30px 30px 0}
.pop-prod li:nth-child(3n){margin-right:0}
.top-cat{position:relative;padding:36px 0 39px}
.top-cat:before{content:"";position:absolute;top:0;left:0;width:100%;height:308px;background-color:#f2fff6;z-index:-1}
.top-cat #catCarousal:not(.slick-initialized) > div:not(:first-child){display:none}
.top-cat .inner{padding:36px 0}
.top-cat .img{height:365px;position:relative;display:block;transform:scale(1);transform-origin:center;transition:.3s transform ease}
.top-cat .img:before{content:attr(data-category);position:absolute;left:23px;bottom:162px;font-size:28px;line-height:40px;color:#ffffff;font-weight:700;z-index:2;max-width:190px}
.top-cat .img:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1}
.top-cat .img:hover{transform:scale(1.07);z-index:5}
.top-cat .arr{position:absolute;left:23px;top:212px;width:115px;height:40px;border-radius:4px;background-color:#3ca55c;font-size:15px;line-height:40px;color:transparent;font-weight:700;overflow:hidden;text-align:center;z-index:2;transform:scale(.83,.1);transform-origin:top left;transition:.3s transform ease}
.top-cat .arr span{margin:0 5px 0 0}
.top-cat .arr svg{transform:translateY(2px)}
.top-cat .img:hover .arr{transform:scale(1,1);color:#ffffff}
.top-cat .slick-arrow{top:0;transform:translate(0,-100%)}
.gen-blog{padding:0 0 40px}
.gen-blog .heading{margin:0 0 13px}
.gen-blog .title{font-size:16px;line-height:23px;max-height:69px}
.gen-blog .desc{line-height:20px;max-height:40px;margin:9px 0 0}
.gen-blog .read{margin:5px 0 0}
.gen-blog .left{float:left;width:calc(100% - 35px - 262px);margin:0 35px 0 0}
.gen-blog .left .heading{margin:0 0 23px}
.gen-blog .left li{float:left;width:calc((100% - 30px)/2);margin:0 30px 30px 0}
.gen-blog .left li:nth-child(even){margin-right:0}
.gen-blog .left .img{width:232px;height:165px;border-radius:8px}
.gen-blog .left .meta{width:calc(100% - 232px + 56px);margin:20px 0 0 -56px;height:125px}
.gen-blog .right{float:right;width:262px}
.gen-blog .right li{padding:14px 0 17px;border-bottom:1px solid #dddddd}
.gen-blog .right li:first-child{padding-top:0}
.gen-blog .right li:last-child{padding-bottom:0;border-bottom:0}
.gen-blog .right .title{max-height:46px}
.explore-city{position:relative;padding:52px 0 116px;background-repeat:no-repeat;background-position:bottom left}
.explore-city .bg-svg{position:absolute;top:0;left:0;z-index:-1;width:calc((100vw - 1140px)/2 + 800px);height:100%;max-width:97.5%}
.explore-city .bg-svg svg{width:100%;height:100%}
.explore-city .bg-svg svg:nth-child(2){display:none}
.explore-city .left{float:left;width:413px;margin:29px 102px 0 0;color:#ffffff}
.explore-city .title{font-size:50px;line-height:72px;font-weight:700}
.explore-city .sub-title{font-weight:500;font-style:italic;margin:13px 0 33px}
.explore-city input[type="text"]{display:block;width:100%;background-color:#ffffff;font-size:16px;line-height:24px;color:#cccccc;font-weight:500;padding:13px 17px;margin:0 0 10px;border-radius:6px}
.explore-city input[type="text"]::-webkit-input-placeholder{color:#cccccc}
.explore-city input[type="text"]::-moz-placeholder{color:#cccccc}
.explore-city input[type="text"]:-ms-input-placeholder{color:#cccccc}
.explore-city input[type="text"]:-moz-placeholder{color:#cccccc}
.explore-city input[type="submit"]{display:inline-block;padding:0 55px 0 22px;background-color:#328c4b;background-image:url('./assets/imgs/right-arr.svg');background-repeat:no-repeat;background-position:right 26px center;background-size:22px auto;font-size:16px;line-height:50px;color:#ffffff;font-weight:700;cursor:pointer;border-radius:6px;margin:15px 0 0;transition:.3s ease background-color}
.explore-city input[type="submit"]:hover{background-color:#b5ac49}
.explore-city .img{float:right;width:calc(100% - 413px - 102px);height:445px;border-radius:40px}
.frq-asked{padding:29px 0 70px;position:relative}
.frq-asked .view{position:absolute;top:19px;right:0;border-radius:6px;background-color:#40a55c;font-size:16px;line-height:40px;color:#ffffff;font-weight:700;padding:0 17px;display:inline-flex;align-items:center;transition:.3s background-color ease}
.frq-asked .view svg{margin:0 0 0 8px}
.frq-asked .view:hover{background-color:#b5ac49}
.frq-asked .heading{margin:0 0 47px}
.frq-asked ul{display:flex;align-items:center;justify-content:space-between}
.frq-asked li{flex-basis:calc((100% - 60px)/3);flex-grow:1;margin:0 30px 0 0}
.frq-asked li:last-child{margin-right:0}
.ftr-prod{background-color:#f2fff6;padding:34px 0 53px}
.ftr-prod .heading{margin:0 0 22px}
.ftr-prod #featuredCarousal:not(.slick-initialized) > div:not(:first-child){display:none}
.ftr-prod .slick-list{padding:0 120px}
.ftr-prod a{display:block;padding:30px 30px 17px;border-radius:15px;text-align:center;position:relative}
.ftr-prod .slick-slide[aria-hidden="true"] a{opacity:.4}
.ftr-prod .bg-wrap{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}
.ftr-prod .bg-wrap svg{width:100%;height:100%}
.ftr-prod .bg-wrap svg path{transition:.3s stroke ease}
.ftr-prod .img{height:96px;background-size:contain;border-radius:6px}
.ftr-prod .img:not([data-src]){background-color:#ffffff}
.ftr-prod .title{line-height:23px;color:#222222;font-weight:500;height:46px;overflow:hidden;margin:19px 0 10px}
.ftr-prod .price{font-size:24px;line-height:34px;color:#b3aa49;font-weight:700;height:34px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:0 0 14px}
.ftr-prod .arr{width:53px;height:53px;background-color:#3ca55c;border-radius:27px;position:relative;margin:0 auto}
.ftr-prod .arr svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.ftr-prod .arr svg:nth-child(2){display:none}
.ftr-prod a:hover .bg-wrap svg path{stroke:#3ca55c}
.ftr-prod a:hover .arr svg:nth-child(1){display:none}
.ftr-prod a:hover .arr svg:nth-child(2){display:block}
.ftr-prod .slick-slide{margin:0 15px}
.ftr-prod .slick-arrow{top:0;transform:translate(-2.5vw,-150%)}


/*================ BLOG PAGE ================*/
.blog-page{padding:0 0 70px}
.blog-page .ftr-art{float:left;width:calc(100% - 300px);margin:0 38px 0 0}
.blog-page .ftr-art .blog{margin:0 0 20px}
.blog-page .sidebar-wrap{float:right;width:262px}
.blog-page .carousal-wrap{margin:0 0 20px}
.carousal-wrap #sidebarCarousal:not(.slick-initialized) > div:not(:first-child){display:none}
.carousal-wrap .inner{border-radius:6px;overflow:hidden;height:386px;position:relative}
.carousal-wrap .img{position:absolute;top:0;left:0;width:100%;height:100%}
.carousal-wrap .img:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);background:linear-gradient(to bottom,rgba(0,0,0,0) 24%,#000000)}
.carousal-wrap .meta{position:absolute;bottom:36px;left:20px;width:calc(100% - 40px)}
.carousal-wrap .title{line-height:23px;font-weight:500;max-height:46px;overflow:hidden;margin:0 0 5px}
.carousal-wrap .title a{color:#ffffff}
.carousal-wrap .read{font-size:13.5px;line-height:20px;color:#b3aa49;font-weight:700}
.carousal-wrap .read svg{transform:translateY(1px)}
.carousal-wrap .slick-dots{bottom:25px;left:20px}
.carousal-wrap .slick-dots li{margin:0 2.5px}


/*================ CLASSIFIEDS PAGE ================*/
.clsfds-page{padding:0 0 70px}
.clsfds-page .local-listings{float:left;width:calc(100% - 292px);margin:0 30px 0 0}
.clsfds-page .main-heading{font-size:15px;line-height:22px;font-weight:500;margin:0 0 17px}
.clsfds-page .main-heading span{text-transform:capitalize}
.clsfds-page .sidebar-wrap{float:right;width:262px}
.clsfds-page .pagination{margin:20px 0 0}
.clsfds-page .s_cu_pagination .s_cu_first_page,.clsfds-page .s_cu_pagination .s_cu_last_page{display:none}
.clsfds-page .s_cu_pagination li{display:inline-block;vertical-align:middle}
.clsfds-page .s_cu_pagination .s_cu_previous a,.clsfds-page .s_cu_pagination .s_cu_next a{width:55px;height:33px;background-color:#3ca55c;background-image:url('./assets/imgs/right-arr.svg');background-repeat:no-repeat;background-position:center;background-size:22px auto}
.clsfds-page .s_cu_pagination .s_cu_previous a{transform:rotate(180deg);margin-left:0}
.clsfds-page .s_cu_pagination .s_cu_previous a,.clsfds-page .s_cu_pagination .s_cu_next a{color:transparent}
.clsfds-page .s_cu_pagination .s_cu_next a{margin-right:0}
.clsfds-page .s_cu_pagination li:not(.active) a:hover{background-color:#d8d8d8}
.clsfds-page .s_cu_pagination li.s_cu_previous a:hover,.clsfds-page .s_cu_pagination li.s_cu_next a:hover{background-color:#B5AC49}
.clsfds-page .s_cu_pagination li.active a{background-color:#3ca55c;pointer-events:none;color:#ffffff}


/*================ ARTICLE PAGE ================*/
.article-page{position:relative}
.article-page .bg-svg{position:absolute;top:0;left:0;z-index:-1;width:calc((100vw - 1140px)/2 + 1140px - 310px);max-width:97.5%;height:100%}
.article-page .bg-svg svg{width:100%;height:auto}
.article-page .heading{font-size:22px;line-height:26px}
.article-page main{float:left;width:calc(100% - 310px);margin:0 48px 0 0;font-size:14px;line-height:24px}
.article-page main h3.title{font-size:28px;line-height:38px;font-weight:700;margin:0 0 23px}
.article-page main .img{width:100%;height:auto;display:block;border-radius:12px}
.article-page main .desc{margin:25px 0 35px;text-align:justify;color:#777777}
.article-page main .desc p{margin:0 0 20px}
.article-page main .desc *:empty{display:none}
.article-page main .desc b,.article-page main .desc em{color:#3ca55c}
.article-page main .desc a{color:#3ca55c}
.article-page main .desc a:hover{text-decoration:underline}
.article-page .more-art{background-color:#f2fff6;border-radius:9px;padding:23px 30px;font-weight:500;position:relative}
.article-page .more-art:before{content:"";position:absolute;top:16px;left:calc(50% - .5px);width:1px;height:calc(100% - 32px);background-color:#3da55d;opacity:.18}
.article-page .more-art li{float:left;width:50%}
.article-page .more-art li:nth-child(odd){padding-right:30px}
.article-page .more-art li:nth-child(even){padding-left:30px}
.article-page .more-art .arr-wrap{font-size:14px;line-height:18px;color:#3ca55c;display:inline-flex;align-items:center}
.article-page .more-art .prev-wrap svg{margin:-2px 10px 0 0}
.article-page .more-art .next-wrap svg{margin:-2px 0 0 10px}
.article-page .more-art .title{font-size:15px;line-height:25px;max-height:50px;overflow:hidden}
.article-page .more-art li:nth-child(odd) .title{margin:0 0 0 26px}
.article-page .more-art .title a{color:#222222}
.article-page .more-art .title a:hover{text-decoration:underline}
.article-page .sidebar-wrap{float:right;width:262px}


/*================ CONTACT US PAGE ================*/
.static-page{font-size:14.5px;line-height:18px;padding:0 0 80px;position:relative}
.static-page .bg-svg{position:absolute;top:0;left:0;z-index:-1;width:calc((100vw - 1140px)/2 + 1140px - 150px);max-width:97.5%;height:100%}
.static-page .bg-svg:before,.static-page .bg-svg:after{content:"";box-sizing:border-box;border-bottom-right-radius:400px;border-top-right-radius:400px;border:63px solid rgba(143,231,170,.1);border-left:0;position:absolute;left:0;transform:translateX(-27px)}
.static-page .bg-svg:before{width:140px;height:276px;top:200px}
.static-page .bg-svg:after{width:70px;height:148px;top:260px}
.static-page .bg-svg svg{width:100%;height:auto}
.static-page .brdcrumb{margin:0 0 10px}
.static-page .img-wrap{float:right;width:40%}
.static-page .img{border-radius:20px;height:534px}
.static-page main{float:left;width:60%;padding:0 105px 0 0}
.static-page .heading{margin:0 0 10px}
.contact-page .sub-heading{margin:0 0 24px}
.contact-page .cmn-ip{display:block;width:100%;border-radius:4px;box-shadow:0 0 7px 0 rgba(147,226,171,.26);margin:0 0 20px;font-size:14px;line-height:20px;color:rgba(157,157,157,.6);padding:15px 15px 15px 45px;background-repeat:no-repeat;background-position:left 13px center}
.contact-page .cmn-ip::-webkit-input-placeholder{color:rgba(157,157,157,.6)}
.contact-page .cmn-ip::-moz-placeholder{color:rgba(157,157,157,.6)}
.contact-page .cmn-ip:-ms-input-placeholder{color:rgba(157,157,157,.6)}
.contact-page .cmn-ip:-moz-placeholder{color:rgba(157,157,157,.6)}
.contact-page input[type="text"]{background-image:url('./assets/imgs/cnt-name.svg')}
.contact-page input[type="tel"]{background-image:url('./assets/imgs/cnt-tel.svg')}
.contact-page input[type="email"]{background-image:url('./assets/imgs/cnt-email.svg')}
.contact-page textarea.cmn-ip{background-image:url('./assets/imgs/cnt-msg.svg');background-position:left 13px top 17px;height:184px;resize:none}
.contact-page .sub-btn{display:block;width:141px;background-color:#328c4b;font-size:17.6px;line-height:55px;color:#ffffff;font-weight:700;padding:0 24px;cursor:pointer;margin:30px 0 0;border-radius:6.6px;text-align:left;background-image:url('./assets/imgs/right-arr.svg');background-repeat:no-repeat;background-position:right 24px center;transition:.3s background-color ease}
.contact-page .sub-btn:hover{background-color:#3ca55c}
.contact-page br{display:none}
.contact-page div.wpcf7 .ajax-loader{display:none}
.contact-page .wpcf7-form-control-wrap{display:block}
.contact-page span.wpcf7-not-valid-tip{position:absolute;bottom:-18px;left:0;font-size:12px;line-height:16px;max-width:100%}
.contact-page div.wpcf7-acceptance-missing,.contact-page div.wpcf7-validation-errors{display:none !important}
.contact-page div.wpcf7-response-output{border:none;color:#ff0000;margin:20px 0 0;padding:0;font-size:14px;line-height:18px;max-width:100%}
.contact-page div.wpcf7-mail-sent-ok{color:#398f14}


@media all and (max-width:1024px) {
	/*================ HOME PAGE ================*/
	.hero-wrap .img{height:auto;border-radius:11px;padding:80% 0}
	.pop-prod li{width:calc((100% - 30px)/2)}
	.pop-prod li:nth-child(3n){margin-right:30px}
	.pop-prod li:nth-child(even){margin-right:0}
	.gen-blog{padding:0 0 20px}
	.gen-blog .title{font-size:15px;line-height:22px;max-height:66px}
	.gen-blog .desc{margin:5px 0 0}
	.gen-blog .read{margin:4px 0 0}
	.gen-blog .left{float:none;width:auto;margin:0}
	.gen-blog .right{float:none;width:auto}
	.gen-blog .right li{padding:12px 0}
	.gen-blog .right .title{max-height:44px}
	.explore-city .left{width:350px;margin:29px 30px 0 0}
	.explore-city .title{font-size:38px;line-height:42px}
	.explore-city .sub-title{font-size:15px}
	.explore-city .img{width:calc(100% - 350px - 30px)}
}


@media all and (max-width:991px) {
	/*================ RELATED ARTICLES ================*/
	.rel-art{margin:10px 0 30px}
	.rel-art li{margin:15px 20px 0 0}


	/*================ LATEST BLOG ================*/
	.latest-blog .left{float:none;width:auto;margin:0 0 26px}
	.latest-blog .top{margin:0 0 26px}
	.latest-blog .right{float:none;width:auto}
	.latest-blog .trd-art ul{display:flex;align-items:flex-start;justify-content:space-between}
	.latest-blog .trd-art li{margin:0;flex-basis:calc((100% - 30px)/2)}


	/*================ CLASSIFIEDS PAGE/ARTICLE PAGE ================*/
	.clsfds-page .must-read,.article-page .must-read{margin:0 0 10px}
	.clsfds-page .must-read ul,.article-page .must-read ul{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}
	.clsfds-page .must-read li,.article-page .must-read li{flex-basis:calc((100% - 30px)/2)}
	.clsfds-page .trd-art ul,.article-page .trd-art ul{display:flex;align-items:flex-start;justify-content:space-between}
	.clsfds-page .trd-art li,.article-page .trd-art li{flex-basis:calc((100% - 45px)/4)}


	/*================ CLASSIFIEDS PAGE ================*/
	.clsfds-page{padding:0 0 20px}
	.clsfds-page .local-listings{float:none;width:auto;margin:0 0 20px}
	.clsfds-page .sidebar-wrap{float:none;width:auto}
	

	/*================ ARTICLE PAGE ================*/
	.article-page main{float:none;width:auto;margin:0 0 20px}
	.article-page main .img{float:right;width:50%;margin:0 0 20px 20px}
	.article-page main .desc{margin:0 0 10px}
	.article-page .sidebar-wrap{float:none;width:auto}


	/*================ CONTACT US PAGE ================*/
	.static-page{padding:0 0 20px}
	.static-page .brdcrumb{margin:0}
	.static-page .img-wrap{width:45%}
	.static-page main{width:55%;padding:0 30px 0 0}
}


@media all and (max-width:767px) {
	/*================ COMMON ================*/
	.min-ht-wrap{min-height:initial}
	.heading{font-size:22px;line-height:26px}


	/*================ BREADCRUMB ================*/
	.brdcrumb{padding:10px 0}


	/*================ PAGINATION ================*/
	.pagination{margin:15px 0 0}


	/*================ RELATED ARTICLES ================*/
	.rel-art{margin:0 0 20px}
	.rel-art li{float:none;width:auto;margin:18px 0 0}
	.rel-art .img{width:181px;height:125px}
	.rel-art .meta{width:calc(100% - 181px + 50px);height:108px;margin:8.5px 0 0 -50px}
	.rel-art .inner{left:12px;width:calc(100% - 24px)}


	/*================ FEATURED ARTICLES ================*/
	.ftr-art .img{width:181px}
	.ftr-art .meta{width:calc(100% - 181px + 100px);margin:14px 0 0 -100px;height:165px}
	.ftr-art .inner{left:10px;width:calc(100% - 20px)}


	/*================ LOCAL LISTINGS ================*/
	.local-listings .main-local li{margin:0 0 10px;padding:10px;display:flex;flex-direction:column}
	.local-listings .left{float:none;width:100%}
	.local-listings .right{float:none;text-align:left;width:100%}
	.local-listings .title{margin:0;order:1}
	.local-listings .rating{background-position:center left;margin:0 0 3px;order:2}
	.local-listings .meta,.local-listings .meta-1{height:auto;max-height:57px;margin:0 0 3px}
	.local-listings .meta{order:3}
	.local-listings .phone{margin:0 0 3px;order:4}
	.local-listings .meta-1{height:auto;max-height:38px;order:5}
	.local-listings .dist-wrap{display:inline-flex;order:6}


	/*================ COMMON PRODUCT ================*/
	.general-prod .link{padding:15px 20px 15px 30px}
	.general-prod .img{width:84px;height:84px;margin:0 30px 0 0}
	.general-prod .meta{display:inline-block;vertical-align:middle;width:calc(100% - 124px)}
	.general-prod .title{font-size:16px;line-height:23px;max-height:46px;margin:0 0 5px}
	.general-prod .price{font-size:20px;line-height:29px;height:29px}


	/*================ FREQUENTLY ASKED ================*/
	.qna a{padding:48px 8px 17px 22px}
	.qna a:before{top:-17px;font-size:43px;line-height:54px}
	.qna .title{font-size:16px;height:auto;max-height:48px;margin:0 0 9px}
	.qna .desc{height:auto;max-height:130px}


	/*================ LATEST BLOG ================*/
	.latest-blog{padding:24px 0 10px}
	.latest-blog .heading{margin:0 0 14px}
	.latest-blog .top .img{float:none;width:calc(100% - 72px);height:auto;padding:26%}
	.latest-blog .top .meta{float:none;width:auto;margin:-58px 0 0 30px;height:auto;padding:14px 18px 21px 20px}
	.latest-blog .top .inner{position:static;transform:translateY(0);width:auto}
	.latest-blog .top .title{font-size:17px;line-height:24px;max-height:48px;margin:0 0 6px}
	.latest-blog .top .desc{line-height:22px;max-height:44px;margin:0 0 14px}
	.latest-blog .btm li{padding:0 11px 0 16px;width:50%}
	.latest-blog .btm li:nth-child(2){border-right:0;padding-right:0}
	.latest-blog .btm li:nth-child(3){display:none}
	.latest-blog .btm .title{height:69px}
	.latest-blog .trd-art ul{display:block;white-space:nowrap;overflow-x:auto;overflow-y:hidden;margin:0 -2.5vw;padding:0 0 10px}
	.latest-blog .trd-art li{width:70%;min-width:274px;display:inline-block;vertical-align:middle}
	.latest-blog .trd-art li:first-child{margin-left:2.5vw}
	.latest-blog .trd-art li:last-child{margin-right:2.5vw}
	.latest-blog .trd-art li:not(:last-child){margin-right:11px}
	.latest-blog .trd-art .title{white-space:normal}


	/*================ HOME PAGE ================*/
	.home-page .slick-arrow{width:27px;height:36px}
	.home-page .slick-prev,.home-page .slick-prev:hover,.home-page .slick-prev:focus{right:37px;background-size:16px auto}
	.home-page .slick-next,.home-page .slick-next:hover,.home-page .slick-next:focus{background-size:16px auto}
	.hero-home{padding:0 0 18px}
	.hero-home .bg-svg{max-width:calc(100% - 68px - 20px - 2.5vw)}
	.hero-home .bg-svg1{width:143px}
	.hero-home .bg-svg1 svg{width:100%;height:auto}
	.hero-home .bg-svg2{width:150px;bottom:-30px}
	.hero-home .bg-svg2 svg{width:100%;height:auto}
	.hero-home .bg-svg3{width:205px;bottom:-30px;max-width:50%}
	.hero-home .bg-svg3 svg{width:100%;height:auto}
	.hero-home .container{width:97.5%;margin:0 0 0 auto}
	.hero-home .meta{width:calc(100% - 60% - 20px);margin:0 20px 0 0;position:relative;z-index:2}
	.hero-home .title{font-size:20px;line-height:29px;min-width:205px}
	.hero-home .title span:first-child{font-size:15px;line-height:20px}
	.hero-home .title span:nth-child(2){max-height:58px}
	.hero-home .desc{display:none}
	.hero-home .read{padding:0 16px;background-color:#328c4b;line-height:44px;color:#ffffff;font-size:14px;width:128px;text-align:center}
	.hero-home .read svg{transform:translateY(1px);width:17px;height:auto}
	.hero-home .img-wrap{width:60%;transform:translateX(0)}
	.hero-wrap .slick-list{padding:74px 0}
	.hero-wrap .slick-active + .slick-active .img{transform:scale(1) translateX(10px)}
	.pop-prod{padding:13px 0 18px}
	.pop-prod .heading{margin:0 0 14px}
	.pop-prod li{float:none;width:auto;margin:0 0 12px}
	.pop-prod li:nth-child(3n){margin-right:0}
	.top-cat{padding:20px 0 0}
	.top-cat .container{width:97.5%;margin:0 0 0 auto}
	.top-cat .slick-list{padding:0 40% 0 0}
	.top-cat .inner{padding:26px 0}
	.top-cat .img{height:270px}
	.top-cat .img:before{left:21px;bottom:125px;font-size:22px;line-height:32px;max-width:140px}
	.top-cat .arr{left:21px;top:153px;width:50px}
	.top-cat .arr span{display:none}
	.top-cat .slick-arrow{transform:translate(-2.5vw,-84%)}
	.gen-blog .left .heading{margin:0}
	.gen-blog .left{margin:0 0 24px}
	.gen-blog .left li{float:none;width:auto;margin:18px 0 0}
	.gen-blog .left .img{width:181px;height:125px}
	.gen-blog .left .meta {width:calc(100% - 181px + 50px);margin:8.5px 0 0 -50px;height:108px}
	.explore-city{background-position:top 200px left;padding:40px 0 0}
	.explore-city .bg-svg{width:100%;max-width:100%}
	.explore-city .bg-svg svg:nth-child(1){display:none}
	.explore-city .bg-svg svg:nth-child(2){display:block}
	.explore-city .left{float:none;width:auto;margin:0 0 115px}
	.explore-city .sub-title{margin:10px 0 20px}
	.explore-city .img{float:none;width:auto;height:auto;padding:36%;border-radius:37px;position:relative;z-index:1}
	.frq-asked{padding:24px 0 30px}
	.frq-asked .heading{margin:0}
	.frq-asked .view{display:none}
	.frq-asked ul{display:block}
	.frq-asked li{margin:35px 0 0}
	.ftr-prod{padding:19px 0 30px}
	.ftr-prod .heading{margin:0 0 19px}
	.ftr-prod .slick-list{padding:0 20% 0 0}
	.ftr-prod a{padding:20px 30px 17px}
	.ftr-prod .slick-slide[aria-hidden="true"] a{opacity:1}
	.ftr-prod .title{margin:14px 0 10px}
	.ftr-prod .slick-slide{margin:0 6.5px}
	.ftr-prod .slick-arrow{transform:translate(-2.5vw,-138%)}


	/*================ BLOG PAGE/CLASSIFIEDS PAGE/ARTICLE PAGE ================*/
	.blog-page .trd-art ul,.clsfds-page .trd-art ul,.article-page .trd-art ul{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}
	.blog-page .trd-art li,.clsfds-page .trd-art li,.article-page .trd-art li{flex-basis:calc((100% - 30px)/2)}


	/*================ BLOG PAGE ================*/
	.blog-page{padding:0}
	.blog-page .ftr-art{float:none;width:auto;margin:0 0 20px}
	.blog-page .ftr-art .blog{margin:0 0 15px}
	.blog-page .sidebar-wrap{float:none;width:auto}
	.blog-page .must-read{margin:0 0 10px}
	.blog-page .must-read ul{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}
	.blog-page .must-read li{flex-basis:calc((100% - 30px)/2)}
	.carousal-wrap .slick-slide{margin:0 7.5px}
	.carousal-wrap .slick-list{margin:0 -7.5px}


	/*================ ARTICLE PAGE ================*/
	.article-page main h3.title{font-size:24px;line-height:28px;margin:0 0 10px}
	.article-page main .img{float:none;width:100%;margin:0 0 10px}
	.article-page main .desc p{margin:0 0 10px}
	.article-page .more-art{padding:15px}
	.article-page .more-art li:nth-child(odd){padding-right:10px}
	.article-page .more-art li:nth-child(even){padding-left:15px}
	.article-page .more-art .arr-wrap{font-size:13px}


  	/*================ CONTACT US PAGE ================*/
  	.static-page .img-wrap{float:none;width:auto}
  	.static-page .img{padding:44%;height:auto;margin:0 0 15px}
  	.static-page main{float:none;width:auto;padding:0}
  	.contact-page .sub-heading{margin:0 0 15px}
  	.contact-page .cmn-ip{padding:10px 10px 10px 45px;box-shadow:0 0 7px 0 rgba(147,226,171,.46)}
  	.contact-page textarea.cmn-ip{background-position:left 13px top 12px}
  	.contact-page .sub-btn{margin:20px 0 0}
}


@media all and (max-width:600px) {
	/*================ BLOG PAGE/CLASSIFIEDS PAGE/ARTICLE PAGE ================*/
	.site-wrap .must-read{margin:0 0 20px}
	.site-wrap .must-read ul{display:block}


	/*================ BLOG PAGE ================*/
	.carousal-wrap .slick-slide{margin:0}
	.carousal-wrap .slick-list{margin:0}
}


@media all and (max-width:480px) {
	/*================ HOME PAGE ================*/
	.hero-wrap .img{padding:90% 0}
	.explore-city .img{border-radius:23px}


	/*================ BLOG PAGE/CLASSIFIEDS PAGE/ARTICLE PAGE ================*/
	.site-wrap .trd-art ul{display:block}
}


@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
	/*================ ARTICLE PAGE ================*/
	.article-page .bg-svg svg{width:1050px;height:641px}


	/*================ CONTACT US PAGE ================*/
	.static-page .bg-svg svg{width:1133px;height:692px}
}