@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

.group-val input,
.group-val textarea{
    margin: 0;
    margin-bottom: 23px !important;
    padding: 0;
    display: block;
    font-family: 'Poppins';
    font-size: 13px;
    width: 100%;
    height: 40px;
    color: #171717;
    background: none;
    border: none;
    border-bottom: 1px solid #d8dbe2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    outline: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
}
.align-left{
    text-align:center;

}


.btn-success {
    color: #ffffff;
    background-color: #1e5b4c;
    border-color: #1e5b4c;
}

.btn-success:hover,.btn-success.active, .btn-success:active,.btn-success.focus, .btn-success:focus {
    color: #000;
    background-color: #ffffff;
    border-color: #000000;
}

.cpc-info li .fa{
    background:#1e5b4c !important;
}

ul.aboutus li {
    margin-bottom: 16px;
}

.bg-cl{
    background-image: linear-gradient(270deg, #1e5b4c, #1e5b4c) !important;
    /*background: #fed03d !important;*/ 
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px 20px 30px;
    box-shadow: 0 2px 30px #404040;
    /*background-color:  !important;*/
}
.inquiry form{
    padding:0 70px;
}



.group-val input::placeholder,
.group-val textarea::placeholder{
    vertical-align: text-bottom;
}

@media only screen and (min-width:767px){
.owner-img img {
    width: 100px;
    height: 100px;
    margin-bottom: 18px;
    margin-left: 29px;
}
}