/* Responsiveness for Custom website */


@media only screen and (min-width : 1441px) and (max-width : 1680px) {

}


@media (max-width:1540px){
.post-content blockquote h2 {
    font-size: 24px!important;
    line-height: 32px!important;
}	

}
@media (max-width: 1200px) {
	
.form-contacts .elementor-form input {
     min-height: 50px!important;
}

.form-contacts .elementor-form textarea {
       min-height: 50px!important;
}
	
.form-contacts .elementor-form textarea::placeholder {
	padding-top: 13px!important;
}
	
	

}


@media screen and  (max-width: 900px) {
	
.button-arrows span.elementor-button-icon svg {
    font-size: 18px !important;
}

.buttons-svg-color svg{ 
	 font-size: 18px !important;
}
	
.post-content blockquote h2 {
      font-size: 24px!important;
    line-height: 35px!important;
	padding-left: 20px !important;
}	


}
@media screen and  (max-width: 767px) {
/* 	.post-content blockquote h2 {
        font-size: 18px !important;
        line-height: 27px !important;
        padding-left: 14px !important;
    } */
	
	
.post-content h4 {
    font-size: 18px;
    line-height: 27px;
}
	

	
}