* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.text-\[36px\] {
    font-size: 33px;
    line-height: 1.2;
}
.site-header .top-bar .container .right-wrapper .logo-wrapper {
    margin-bottom: 12px !important;
}

.site-footer .top-bar .container .content-wrapper .menu a {
    color: #222222;
    line-height: 24px;
    margin: 0 0 10px;
    display: inline-block;
}
.site-footer {
    font-size: 16px;
}
.fal, .far {
    font-family: "Font Awesome 5 Pro" !important;
}
.border-t-\[1\.5px\] {
    border-top-width: 1.5px !important;
    border-top: 2px solid black;
}
.site-header .bottom-bar.desktop .menu-wrapper ul li.menu-item-has-children > .sub-menu {
    top: 59px;
   
}
html,
body {
    height: auto;
    max-width: 100%;
    min-width: 100%;
    background: #FFFFFF;
    font-family: 'Avenir', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden;
}
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    outline: none;
    color: #4B5460;
}
a:focus {
    outline: none;
}
a:focus {
    outline: none;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    text-shadow: none;
    background: #24A784;
    color: #fff;
}
::-moz-selection {
    text-shadow: none;
    background: #24A784;
    color: #fff;
}
.site-header {
    z-index: 999 !important;
}
.border-t-\[1\.5px\] {
    border-top-width: 1.5px;
}
a,
input,
select,
textarea,
img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
input,
select,
textarea {
    border: 1px solid transparent;
}
.clearfix {
    clear: both;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}
.hidden {
    display: none !important;
}
.show {
    display: block !important;
}
.floatl {
    float: left;
}
.floatr {
    float: right;
}
.nopad {
    padding: 0 !important;
}
.nopadl {
    padding-left: 0;
}
.nopadr {
    padding-right: 0;
}
.nomar {
    margin: 0;
}
.nomarl {
    margin-left: 0;
}
.nomarr {
    margin-right: 0;
}
.porel {
    position: relative;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'BARABARA-FINAL';
}

/* banner css start */
.main-banner-image {
	position: relative;
}
.main-banner-image img{
	width: 100%;
	background-repeat: no-repeat;
	top: 0px;
	height: 597px;
	object-fit: cover;
}
.main-banner-text h1 {
    margin-bottom: 9px;
    font-size: 50px;
    background: -webkit-linear-gradient(245deg, rgba(255, 203, 63, 1) 0%, rgba(169, 249, 64, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}
.main-banner-text p {
	line-height: 30px;
	color: #fff;
}

.main-banner-btn {
	margin-top: 25px;
}

.solid-btn {
	background: #FF0034;
	color: #fff;
	font-size: 15px;
	padding: 10px 34px;
	margin-right: 12px;
	border: 1px solid #FF0034;
	border-radius: 5px;
	transition: 0.6s ease all;
}

.solid-btn:hover {
	background: transparent;
	color: #fff;

	border: 1px solid #fff;

}

.non-solid-btn {
	border: 1px solid #fff;
	color: #fff;
	font-size: 15px;
	padding: 10px 34px;
	border-radius: 5px;
	transition: 0.6s ease all;
}

.non-solid-btn:hover {
	background: #FF0034;
	color: #fff;
	border: 1px solid transparent;

}

.home-page-main-banner {
	position: relative;
	z-index: 9;
}
.home-page-main-banner::after{
	content: '';
	display: block;
	position: absolute;
	background-image: url(../images/bottom-div-image.png);
	width: 100%;
	height: 70px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	bottom: 0;
	left: 0;
}
.home-page-banner-inner-section {
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.main-banner-text{
	text-align: center;
}
/* banner css end */
/* other-page-banner-section css start */
.other-page-banner-section .main-banner-text h1{
    background: -webkit-linear-gradient(245deg, rgba(149, 201, 64, 1) 0%, rgba(112, 185, 192, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 100px;
    font-size: 64px;
}
.banner-page-link{
    position: absolute;
    z-index: 99;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.filter-button-section{
    background: #fff;
    border-radius: 8px;
    padding: 12px 13px;
    border: 2px solid #EFEFEF;
    margin-top: -9%;
    position: relative;
    z-index: 99;
    display: flex;
    justify-content: flex-start;
}
button.acc.filter-button {
    white-space: nowrap; 
    overflow: visible; 
    text-overflow: clip;
    min-width: max-content;
    padding: 10px 20px;
}
.filter-button-section button{
    display: inline-block;
    background: transparent;
    color: #0D0D0D;
    padding: 15px 25px;
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    margin: 0px 4px;
	transition: 0.6s ease all;
border: none;
}
.filter-button-section button:hover{
    background: #70B9C0;
    color: #fff;
}
.active-filter-button{
    background: #70B9C0 !important;
    color: #fff !important;
}
.filter-section{
	margin-bottom: 120px;
}
.filter-text-number h4{
	color: #0D0D0D;
	font-size: 24px;
	font-weight: 500;
	font-family: 'Avenir', sans-serif;
}
.filter-pera-section h4{
	color: #0D0D0D;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Avenir', sans-serif;
	margin-bottom: 10px;
}
.filter-pera-section h5{
	color: #313030;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Avenir', sans-serif;
	margin-bottom: 10px;
}
.filter-text-list-section ul{
	margin-left: 25px;
	list-style-type: disc;
}
.filter-text-list-section li{
	color: #313030;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Avenir', sans-serif;
	margin-bottom: 5px;
}
.filter-text-number-pera-section{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 30px;
	margin-bottom: 22px;

}
.filter-text-number-pera-section:last-child{
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.filter-pera-section{
	margin-left: 35px;
}
.filter-text-section{
	border: 1px solid #D6D6D6;
	border-radius: 8px;
	padding: 30px 45px;
}
.filter-text-total-section{
	margin-top: 60px;
}
.responsive-filter-section{
	display: none;
}
.filter-accordion{
	display: block;
    background: #70B9C0;
    color: #fff !important;
    padding: 15px 25px !important; 
    border-radius: 4px;
    text-align: center;
    font-size: 18px !important;
    font-weight: 800 !important;
    margin: 0px 4px;
    transition: 0.6s ease all;
	border: none !important;
}
.filter-accordion-item{
	border: none !important;

}
.filter-accordion::after {
    background: url(../images/down-angel-icon-filter1.png) no-repeat center;
    top: 15px;
}

.accordion__header {
    padding: 9px 0px;
    font-weight: 600 !important;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #5A949A;
}

.accordion__header::after {
    content: '';
    background: url(../images/down-angel-icon-filter1.png) no-repeat center;
    width: 20px;
    height: 20px;
    transition: .4s;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 16px;
    z-index: 1;
}
.accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
/* .accordion__header.active {
    background: #5A949A;
	color: #fff;
} */

.accordion__header.active::after {
    transform: rotateX(180deg);
}

.accordion__item .accordion__content {
    max-height: 0;
    transition: .5s;
    overflow: hidden;
}
.accordion__content{
	background: #fff;
}
/* other-page-banner-section css end */
@media (max-width: 991.98px) {
    .main-banner-image img {
        height: 413px;
    }
    .responsive-filter-section{
        display: block;
    }
    .desktop-filter-section{
        display: none;
    }
    .filter-text-section {
        margin: 40px 0px;
    }
}

@media (max-width: 575.98px) {
    .main-banner-text h1 {
        font-size: 28px;
    }
    .padding-section {
        margin: 20px 0px;
    }
 
    .filter-accordion {
        font-size: 14px;
    }
    .filter-accordion::after {
        right: 8px;
    }
    .other-page-banner-section .main-banner-text h1 {
        line-height: 49px;
    }
    .filter-text-section {
        margin: 12px 0px;
    }
}
@media (max-width: 1399.98px) {
   
    .filter-button-section button {
        padding: 15px 17px;
        font-size: 16px;
    }
}
@media (max-width: 1199.98px) {

    .filter-button-section {
        padding: 12px 8px;
    }
    .filter-button-section button {
        padding: 15px 11px;
        font-size: 14px;
    }
    .filter-button-section {
        margin-top: -11%;
    }
}
@media (max-width: 1440.98px) {

    .other-page-banner-section .main-banner-text h1 {
        line-height: 70px;
        font-size: 40px;
    }
    .filter-text-total-section {
        margin-top: 18px;
    }
    .filter-section {
        margin-bottom: 60px;
    }
}