
.collapsible,
.page_collapsible,
.accordion {
	margin:0px auto;
    padding:0px 25px;
	min-height:25px;
    text-decoration:none;
    color:#fff;
    font-size:17px; line-height:25px; font-weight:600;
	cursor:pointer;
}
.accordion-open,
.collapse-open {
	
	
}
.accordion-open span,
.collapse-open span {
	display:block;
	float:right;
	padding:0px;
    width:20px; height:20px;
}
.accordion-open span,
.collapse-open span {
	background:url(../images/minus.png) right center no-repeat;
}
.accordion-close span,
.collapse-close span {
	background:url(../images/accord-plus.png) right center no-repeat;
	width:20px; height:20px; 
	display:block;
	float:right;
	padding:0px;
}


/*css for suscribe section contact page */
.news {
  padding: 4.8px 0 9.6px 0;
  text-align: center;
}
.news-heading {
  font-size: 34px;
  line-height: 45px;
  color: #333;
}
.news p {
  font-size: 18px;
  margin-bottom: 12px;
  margin-top: 12px;
  line-height: 1.8;
}
.news-letter{
  padding:30px;
}
.news-letter input[type="email"] {
  display: inline-block;
  width: 80%;
  padding: 18px 36px;
  margin: 8px 0;
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 70px;
  /*margin-top: 18px;*/
  border-radius: 20px;
  border: none;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.06);
}
.news-letter input,
input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 3;
}

.bt {
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 20px;

  /* Only necessary for .btn */
  border: none;
  cursor: pointer;
  background-color: #E63C33;
  color: #fff;
}
.bt:hover {
  background-color: #C32A28; /* Darker shade on hover */
}

.bt:focus {
  outline: 2px solid #fff; /* White outline when focused */
  outline-offset: 2px; /* Space between the button and outline */
}
.hover-link {
    color: blue; /* Default link color */
    text-decoration: none; /* Remove underline */
    transition: color 0.3s ease; /* Smooth transition for color change */
  }

  .hover-link:hover {
    color: darkblue; /* Change color on hover */
    text-decoration: underline; /* Underline on hover */
  }
  
  /*.news-letter{*/
  /*    display:none;*/
  /*}*/