/* Add here all your CSS customizations */
.float{
	right: unset;
	left: 25px;
}
.home-btn{
	padding: 7px 15px;
	border: 0;
	font-size: 17px;
	color: #fff;
	position: fixed;
	bottom:30px;
	right: 25px;
	z-index: 999;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height:45px;
	border-radius: 15px;
	/*background: #25d366 !important;*/
	background: #990000 !important;
}
.home-btn img{
	max-width:50px;
	margin-right: 7px;
	position: relative;
	bottom:15px;
}
.home-btn p{
	color: #fff;
	margin-bottom: 0;
	font-size: 15px;
}
.get-quote-btn {
      padding: 7px 50px;
      margin-left: 15px;
      font-size: 19px;
      letter-spacing: 2px;
   }
   .question{
      margin: 50px 15px; 
      padding:25px;;
   }
    .question h5{
      font-size:15px;
      letter-spacing: 2px;
      margin-bottom: 0;
    }
      .question h5 img{
         margin-right:10px;
         max-width: 45px;
      }
      .phone{
         margin-left: 52px;
      }
      .phone i{
         font-size: 25px;
         margin-right: 15px;
         color: #990000;
      }
      .phone a{
         font-size:21px;
         color: #990000;
         text-decoration: none;
      }

   @media only screen and (max-width: 600px){
.question {
	padding: 0;
   } 
.question h5{
	font-size: 12px;
}
.phone{
	margin: 15px 0 0 0;
}
.phone a{
	font-size: 17px;
     }
     .question h5 img{
     	max-width: 25px;
     }
}
