.newsletter {
padding: 40px 0;
background: #fff;
}

.newsletter .content {
max-width: 650px;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 2; }
.newsletter .content h2 {
color: #212529;
margin-bottom: 40px; 
font-weight: 700;
}
.newsletter .content .form-control {
height: 50px;
border-color: #DCA524;
border-radius:0;
}
.newsletter .content.form-control:focus {
box-shadow: none;
border: 2px solid #DCA524;
}
.newsletter .content .btn {
min-height: 50px; 
border-radius:0;
background: #DCA524;
color: #fff;
font-weight:600;
}
.text-white-color{
    color: #fff !important;
}
.link-color{
    color: #DCA524 !important;
}
.service-detail-img{
    width:97%;
}
.yellow .newsletter {
    background: none  !important;
}
.yellow .newsletter .content h2 {
    color: #fff !important; 
}
.newsletter .content .btn {
    background: #212529 !important;
}
.package-img{
    width: 100% !important;
}
.cust-tick{
    color: #DCA524;
    font-size: 20px;
}
.black-op-bg{
    background: #212529;
    opacity: 0.8;
    width: 60%;
    height: 80% !important;
    border-radius: 4px;
    margin-top: 5%;
}
.black-op-wh{
    background: #fff;
    opacity: 0.8;
    padding: 100px;
    height: 80% !important;
    border-radius: 4px;
    margin-top: 7%;
}
.list-type{
    list-style-type: none;
}
.circle-border{
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 4px;
    font-size: .8em;
    line-height: 1.3;
    display: inline-block;
    margin-right: 10px;
}

.search-locator-box{
    border: 1px solid #783D19;
    border-radius: 4px;
    padding: 20px;
}
.form-control{
    color: #783D19;
    border: 1px solid #783D19;
}
h1, h2, h3, h4, h5, h6 {
    color: #783D19;
}
.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #783D19;
}
.seller-circle-icon{
    width: 10%; background-color: #C4661F;    
    border-radius: 25px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px; color:#fff;
}
.f-r{
    float: right;
}
.width100p{
    width: 100%;
}
.text-center{
    text-align: center;
}
.display-inherit{
    display: inherit;
}
.color-green-dark{
    
    color: #5F6F52;
}
.text-white{
    color:#fff !important;
}