.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;
}
.card-body img{width: 100%;}