@import url("./behrrx.css");
@import url("./header.css");
@import url("./footer.css");

.videoLink {
	outline:none;
}	

.btn-find-printer:hover {
    color: none;
    text-decoration: none;
}

.painthelpbutton, a.howtobutton {
    color: #51818f;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    background: #afd9d5;
    font-weight: 700;
    padding: 15px 60px;
    border-radius: 30px;
    display: block;
    width: 60% !important;
    margin: 0 auto;
    line-height: 25px;
}   

.live-chat-wrap {
    left: auto;
}
.yt-videoPopup .modal-content {
    background: transparent;
    box-shadow: none;
    border: 0;
    border-radius: 0;
}
.yt-videoPopup .modal-header {
    border-bottom: 0;
    padding: 5px 10px;
}
.yt-videoPopup .modal-header .close {
    color: #fff;
    opacity: 1;
}
.yt-videoPopup .modal-body {
    padding: 0;
}

.prorefer-wrapper {
    background: #afd9d5;
    text-align: center;
    max-width: 100%;
}
.comment {
  color: #5a5858 !important;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  margin-bottom: 30px;
}   
.subtitle {
    color: #65686a;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    text-align: center;
    margin-top: -5px;
}
.howtotitle {
    color: #5c7a8a;
    font-family: "bebas";
    font-size: 25px;
}   
h3.howtotitle {
    color: #5c7a8a;
    font-family: "bebas";
    font-size: 36px;
}
.helperwrapper p{
    font-size: 20px;
    font-family: 'opensanslight';
    color: #65686a;
}
.btn-all-story {
    color: #fff;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    background-color: #5c7a8a;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 50px;
    text-align: center; 
}
.banner-tile p{
    font-family: 'Open Sans', sans-serif;
    color: #65686a;
    font-weight: 500;
    font-size: 14px;

}

.btn-find-printer:hover {
	color:#fff;
	background: #709ca5;
}

.btn-find-printer {
    color: #fff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    background-color: #5c7a8a;
    font-weight: 600;
    margin-top: 30px;
    padding: 20px 40px;
    border-radius: 50px;
}    
.howto-container {
    width: 60%;
    margin: 0 auto; 
}   
.graybackbround {
    background-color: #eef0ee;  
    max-width:100% !important;
}   

@media only screen and (max-width: 991px) {
    .painthelpbutton, a.howtobutton {
        color: #51818f;
        font-size: 15px;
        font-family: 'Open Sans', sans-serif;
        background: #afd9d5;
        font-weight: 600;
        padding: 10px 20px;
        border-radius: 50px;
        display: block;
        margin-left: 0%;
        width: 100% !important;
    }
    .howto-container {
        width: 100%;
        margin: 0 auto; 
    }  
    .helperwrapper p {
        text-align: left;
    }
	h3.howtotitle {
    	color: #5c7a8a;
    	font-family: "bebas";
    	font-size: 36px;
    	text-align: left;
    }
    .m-2 {
		margin: unset !important;  
    }       
}    



