
.faq_background_features{
    background: url('/resources/images/top-right-bg-circle.png') right top no-repeat , 
    url('/resources/images/bottom-left_bg-circle.png') left bottom no-repeat;
    background-color: #ebebeb;
}
.cont_top_bottom{
	margin-top:40px;
	margin-bottom: 50px;
}
.accordion-toggle {
	position: relative;
	display: block;
	background-color:white;
	text-decoration: none;
	font-family: Value-sans;
	font-size:16px;
	color:#3b3b3b;
	padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
	border: 1px solid rgb(217, 217, 217);
	clear: both;
    overflow: auto;
}
.accordion-toggle.open,.accordion-toggle:hover {
	cursor: pointer;
}
.accordion-toggle span.toggle-icon {
	position: absolute;
	top: 9px;
	right: 20px;
	font-size: 1.5em;
}
.accordion-content {
	display: none;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	font-family:GalanoGrotesqueAlt-Regular;
	font-size:13px;
	font-weight: regular;
	color:#3b3b3b;
	line-height: normal;
	background-color: #f7f7f7;
    border-right: 1px solid rgb(217, 217, 217);
    border-bottom: 1px solid rgb(217, 217, 217);
    border-left: 1px solid rgb(217, 217, 217);
	clear: both;
	word-spacing: regular;
}
.faq-accordian-topic{
	font-family: Value-sans;
	font-size:22px;
	color:#3b3b3b;
	margin-bottom: 20px;
	margin-top: 40px;
}

.faq_bw_question{
	margin-bottom: 10px;
}
#faq-panel-plus-minus{
	float: right;
	padding-right: 20px;
	position: sticky;
	top: 35%;
	right: 0;
}

.faq-left-right-spacing{
	padding-left:0px;
	padding-right:0px;
}
.faq_question_left{
	width: 80%;
    float: left;
}
/* -----------------------Media Query-------------- */

/* Large desktop 
@media (min-width: 1200px) {
	   
  }
  @media (min-width: 992px){

  }*/
  /* Landscape phone to portrait tablet 
  @media (max-width: 767px) {
	    
  }*/
  
  /* tablet landscape and desktop 
  @media (min-width: 768px) and (max-width: 1024px) {
	  
  }
/*  Landscape phones and portrait tablet */
  @media (max-width: 1030px){
	.cont_top_bottom{
		margin-top:30px;
		margin-bottom: 40px;
	}
	.faq-left-right-spacing{
		padding-left:11px;
        padding-right:11px;
	}
	.faq-accordian-topic{
		margin-top: 40px;
		font-size:18px;
	}
	.accordion-toggle {
		font-size:14px;
		
	}	
	.accordion-content {
		padding-top: 20px;
		padding-bottom: 20px;
		font-size:13px;
	}
	.faq_background_features{
        background-size: 0px;
    }  
	
}

@media (max-width: 767px){
	.cont_top_bottom{
		margin-top:30px;
		margin-bottom: 30px;
	}
	.faq-left-right-spacing{
		padding-left:15px;
        padding-right:15px;
	}	
	.faq_background_features{
        
        background: url('/resources/images/top-right-bg-circle.png') right top no-repeat , 
        url('/resources/images/bottom-left_bg-circle.png') left center no-repeat;
        background-size: 21%;
    }   
	.faq-accordian-topic{
		font-size:18px;
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.accordion-toggle {
		font-size:14px;
		
	}		
	.accordion-content{
		font-size:13px;
	}

}

  /* Portrait phones */
  @media (max-width: 480px){
	.cont_top_bottom{
		margin-top:10px;
		margin-bottom: 20px;
	}
	.faq-left-right-spacing{
		padding-left:14px;
        padding-right:14px;
	}

	.faq_background_features{
        
        background: url('/resources/images/top-right-bg-circle.png') right top no-repeat , 
        url('/resources/images/bottom-left_bg-circle.png') left center no-repeat;
        background-size: 21%;
    }   
	.faq-accordian-topic{
		font-size:18px;
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.accordion-toggle {
		font-size:14px;
		
	}		
	.accordion-content{
		font-size:13px;
	}

}
	

	
  