/* Style the Headings that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  margin: 0;
  font-weight: 300;
  border: 1px solid white !important;
	background-color:#e7e7e7;
	border-color: white;
	padding: 7px; 
	text-align: left;
	height: 77px;
	border-radius:8px;
}



/* Add "plus" sign (+) after Accordion */
.accordion::after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  background-color: #666666;
    padding: 7px;
	color: #ffffff;
    border-radius: 5px;
	font-size: 15px;
    margin-top: 17px;
}
}

/* Add "minus" sign (-) after Accordion (when accordion is active) */
.active::after {
  content: "\2212";
  color: white;
  background-color: #666666;
    padding: 7px;
	color: #ffffff;
    border-radius: 5px;
}

/* Style the accordion panel */
.accordion-panel {
  padding: 0 18px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

/*faq section*/
.faqcontainer{
	margin-bottom:114px;
}
.accordion .card {
    border-bottom: 2px solid #d3d3d3 !important;
}
.card_custom {
    background-color: white !important;
    border-left: 2px solid white !important;
    border-right: 2px solid white !important;
}
.card-box {
    	border: 1px solid white !important;
	background-color:#e7e7e7;
	border-color: white;
	padding: 7px; 
	text-align: left;
	height: 77px;
	border-radius:8px;
}

.facustom{
    
    background-color: #666666;
    padding: 7px;
	color: #ffffff;
    border-radius: 5px;
}
.header-title{
	font-family: 'MontrealSerial Bold', sans-serif !important;
    font-size: 16px;
    font-weight: 700!important;
    width: 90%;
    padding-left: 9px;
    border-radius:16px;
	color: black;
	margin-top:17px;

}
.header-content{
	font-family: 'ProximaNova-Regular', sans-serif !important;
    font-size: 17px!important;
    font-weight: 500!important;
	color: black;
	text-align:left !important;
	padding: 0;
}
   

.faqhead {
    font-family: 'Raleway', sans-serif !important;
    font-size: 40px;
    font-weight: 800;
    color: black;
    /*padding-top: 90px;
    padding-bottom: 70px;*/
}
.portableContainer .cardcol{
	width: 100%;
}

.cardcol{
	width: 90%;
}
/*faq section ends*/
/*group button section*/
.btnclass {
  background-color: #048DE8; /* Green */
  border: none;
  color: white;
  padding: 10px 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius:25px;
  font-family: 'Nunito Sans', sans-serif !important;
  
}
.btnclass1 {
  background-color: #048DE8; /* Green */
  border: none;
  color: white;
  padding: 10px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius:25px;
  font-family: 'Nunito Sans', sans-serif !important;
}
/*.btnclass2 {
 
  border: none;
  color: white;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius:25px;
  font-family: 'Nunito Sans', sans-serif !important;
}*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 640px)  { 


.header-title {
   
    font-size: 14px;
    font-weight: 700!important;
    width: 87%;
    
}


}
 @media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
.accordion {
 
    height: 140px;
    
}
}

.SliderHead h6{
	color: #3399cc;
    font-family: "Raleway", Sans-serif;
    font-size: 15px;
    font-weight: 900;
	text-align:left;
   
}
.SliderHead p{
    font-family: "Raleway", Sans-serif;
    font-size: 14px;
    font-weight: 900;
	text-align:left;
   
}
.SliderHead h5{
	
    font-family: "Raleway", Sans-serif;
    font-size: 20px;
    font-weight: 900;
	text-align:left;
   
}
.SliderHead span{
	text-align:left;
   
}

