.faqpg-wrap
{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	
	& .faqleft{
		width:300px;
	}
	& .faqright{
		 width:calc(100% - 300px);
		 padding-left:50px;
	}
	& .faqleft-side {
    background-color: var(--light-golden);
    border-radius: 10px;
		  position: sticky;
    top:200px;
    align-self:flex-start;
	}
	& .faqtitle{
		  font-size: 20px;
    color: var(--white);
    font-weight: 500;
    padding: 15px 34px;
    background-color:var(--darkblue);
		  display:none;
	}
	& ul.faqul li{
		border-bottom:1px solid #DADADA;
		margin-bottom:0;
		
	}
	& ul.faqul li:hover a,
	& ul.faqul li a.active{
		background-color: var(--golden);
		color:var(--white);
	}
	& ul.faqul li:last-child{
		border-bottom:0;
	}
	& ul.faqul li a{
		color:var(--paragraph);
		font-size:16px;
		font-weight:600;
		display:block;
		padding:20px 34px;
		position: relative;
		text-transform:capitalize;
	}
}
ul.faqul{
	border-radius: 10px;
    overflow: hidden;
}
ul.faqul li a:before {
    content: "\f105 ";
    position: absolute;
    font-family: "FontAwesome";
    right: 34px;
    top: 0px;
    opacity: 0;
    color: var(--white);
    transition: all 0.5s linear;
    --transition: all 0.5s linear;
    --moz-transition: all 0.5s linear;
    --o-transition: all 0.5s linear;
		 bottom:0;
	 display:flex;
	flex-wrap:wrap;
	align-items:center;
}
ul.faqul li a:hover:before ,
ul.faqul li a.active:before{
	opacity: 1;
}



.faq-page .smk_accordion .acc_head h3{
	padding: 20px 60px 20px 30px;
}
.faq-page .smk_accordion .accordion_in .acc_content
{
	background-color:var(--white);
	padding:40px 30px;
}
.accordion-list [class*="heading-"]{
	margin-bottom:25px;
}
.accordion-list .faq-accordion{
	 margin-bottom:40px;
}
.faqleft-side .closemenu {
    display: none;
}

/*--------- media query --------*/

@media screen and (max-width: 1699.98px){
	
}

@media screen and (max-width: 1439.98px){
	 .faqpg-wrap {
    & .faqleft {
        width:250px;
    }
			 & .faqright {
        width: calc(100% - 250px);
        padding-left:30px;
    }
				& ul.faqul li a{
					             padding: 10px 16px;
            font-size: 15px;
				}
			ul.faqul li a:before{
				right:15px;
			}
  }
		.faq-page .smk_accordion .acc_head h3 {
					padding:15px 30px 15px 15px;
		 }
		.faq-page .smk_accordion .accordion_in .acc_content{
				padding:20px 15px;
		}
		.faq-page .accordion-list .faq-accordion.smk_accordion .acc_head h3:after{
					top:17px;right: 15px;
		}
}

@media screen and (max-width: 1199.98px){
	
}

@media screen and (max-width: 991.98px){
	.faqpg-wrap {
		
	
	   & .faqleft {
        width: 100%;
        margin-bottom: 0;
    }
	 & .faqright {
        padding-left: 0px;
						width:100%;
    }
		& ul.faqul li{
			      width:100%;
			        border-bottom: 1px solid #e1e1e1;
		}
		& ul.faqul{
			display:flex;
			flex-wrap:wrap;
			margin-bottom:0px;
			border-radius: 0;
	 }
		& .faqleft-side .closemenu {
							display: inline-flex;
            border: 1px solid #fff;
            flex-wrap: wrap;
            width: 30px;
            height: 30px;
            align-items: center;
            justify-content: center;
            background: var(--light-golden);
            border-radius: 100%;
            margin: 5px;
            position: absolute;
            right: 0;
		}
		& .faqleft-side{
	 	        right: -240px;
        position: fixed;
        transition: all ease-out .3s !important;
        -webkit-transition: all ease-out .3s !important;
        -moz-transition: all ease-out .3s !important;
        -ms-transition: all ease-out .3s !important;
        z-index: 2;
        top:20%;
		        width: 240px;
	}
	& .faqleft-side.slide {
        right: 0;
        background-color: var(--white);
        border-radius: 4px;
    }
	& .faqtitle {
        font-size: 15px;
        color: var(--white);
        padding: 10px 22px;
        font-weight: bold;
        transform: rotate(-90deg);
        position: relative;
        left: -67px;
        z-index: 1;
        top: 40%;
        background-color: var(--golden);
        width: 100px;
        line-height: 1;
        top: 72px;
        border-radius: 10px 10px 0px 0px;
        text-align: center;
        cursor: pointer;
		display:block;
    }
}
	   
	 ul.faqul li a:before{
	 	right: 15px;
    	top: 0px;
	 }
	
	
	
}

@media screen and (max-width: 767.98px){
	
}

@media screen and (max-width: 575.98px){
	
}