/* 
 Theme Name:   Coatall
 Theme URI:    
 Description:  
 Author:       Yukteedevteam
 Author URI:   https://project.yuktee.com/Coatall
 Template:     generatepress
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

 @font-face {
   font-family: 'Neurial Grotesk-Light';
   src: url('https://coatall.in/wp-content/uploads/2024/12/NeurialGrotesk-Light.woff2') format('woff2'),
   url('https://coatall.in/wp-content/uploads/2024/12/NeurialGrotesk-Light.woff') format('woff');
}

@font-face {
   font-family: 'Neurial Grotesk-Bold';
   src: url('https://coatall.in/wp-content/uploads/2024/12/NeurialGrotesk-Bold.woff2') format('woff2'),
   url('https://coatall.in/wp-content/uploads/2024/12/NeurialGrotesk-Bold.woff') format('woff');
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Neurial Grotesk-Bold';
}
body{
	font-family: 'Neurial Grotesk-Light';
} 
h1#slider-1-slide-2-layer-1 {
    font-family: 'Neurial Grotesk-Bold' !important;
}
h1#slider-1-slide-1-layer-1 {
    font-family: 'Neurial Grotesk-Bold' !important;
}
h1#slider-1-slide-3-layer-1 {
    font-family: 'Neurial Grotesk-Bold' !important;
}
.row {
	clear: both;
}
.row-50 {
    width: 50%;
    float: left;
    overflow: hidden;
	  padding: 0px 20px 0px 0px;
}

 input[type="text"],  input[type="email"], input[type="tel"]{
	box-sizing: border-box;
    padding: 7px 10px;
    height: auto;
    width: 100%;
    position: relative;
    border: solid 1px #d8d8d8;
	 	background-color: #fff;

}
textarea {
    font-size: 16px;
    line-height: 18px;
    color: #243238;
    padding: 16px 10px 15px;
    width: 97%;
	background-color: #fff;
	border: solid 1px #d8d8d8;
    height: 120px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner{
	padding: 7px 20px;
}
/* input[type="submit"] {
    color: #ffffff;
    background-color: #1E73B9;
}
*/

.premium-modal-box-modal-footer {
padding: 15px 30px;
}