.theme-btn.btn-one1{
  background: #a32315;
	border-radius: 5px;
}

.new-icon img{
		max-height: 40px;
		margin: auto;
		vertical-align: baseline;
}

.bg-icon img{
	
		max-height: 50px;
		margin: auto;
		padding-top: 5px 0 0 0;
		vertical-align: baseline;
}

.nav-newlogo img{
		max-width: 130px;
}

.icon-nav1{
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 18px;
}

.secc-icon img{

		max-width: 60px;
		margin: auto;
}

.bnn-img img{
  max-width: 550px;
  margin: auto;
  position: relative;
  display: block;

}

.feature-title {
  color: #ffffff;
  padding: 5px;
  font-weight: 800;
  line-height: 26px;
  transition: all 500ms ease;

}

.logo-secction{
  max-width: 100px;
  position: relative;
  padding: 15px 0px 0px 0px;
  display: block;
}

.p2{
  position: relative;
  font-family: var(--text-font);
  color: var(--text-color);
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin: 0px;
  transition: all 500ms ease;
}

.tyc{
  position: relative;
  font-family: var(--text-font);
  color: var(--text-color);
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin: 0px;
  transition: all 500ms ease;
  padding-top: 20px;

}

.contact-section .sec-title h6{
  text-transform: none;
}

.contact-section .form-group span {
  font-size: 12px;
  color: #abb2b9;
}

.form-inner .form-group select, input[type='date'] {
  min-height: 55px;
}

.msg-cont {
  background: #ffffff;
  border-radius: 12px;
  max-width: 900px;
  margin: auto;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
}

@media (max-width: 767px) {
  .msg-cont {
      padding: 16% 8%;
  }
  
  .msg-cont h2 {
      font-weight: 800;
      font-size: 26px;
      padding: 0;
  }
  
  .msg-cont p {
      font-weight: 600;
  }
}

@media (min-width: 768px) {
  .msg-cont {
      padding: 8% 4%;
  }
  
  .msg-cont h2 {
      font-weight: 800;
      font-size: 40px;
      padding: 0 12%;
  }
  
  .msg-cont p {
      font-weight: 600;
      font-size: 26px;
  }
}