/* 
 Theme Name:   Sarjani Coretech
 Theme URI:    
 Description:  
 Author:       Yukteedevteam
 Author URI:   https://project.yuktee.com/Sarjani
 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 ==
--------------------------------------------*/

.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: 14px 25px;
    height: auto;
    width: 100%;
    position: relative;
    border: solid 1px #d8d8d8;
	 	background-color: #fff;

}
textarea {
    font-size: 16px;
    line-height: 18px;
    color: #243238;
    padding: 16px 30px 15px;
    width: 97%;
	background-color: #fff;
	border: solid 1px #d8d8d8;
    height: 120px;
}

input[type="submit"] {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    fill: #01A0E2;
    color: #01A0E2;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #01A0E2;
    border-radius: 5px 5px 5px 5px;
    padding: 6px 30px 6px 30px;
	background-color: transparent;
}
