input:not([type]):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]) {
    box-shadow: none!important;
}
.newsletter-section ol{
    padding-left: 10px;
    padding-top: 15px;
}
.common-space {
    padding: 40px 0px;
    margin: 0px;
}
.oval {
    border-radius: 50px !important;
}
.oval .fa-location-arrow{
    display: none;
}
.newsletter-contact-form {
    display: table;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .5s;
}
.newsletter-contact-form p {
    padding: 0 0 0;
    margin: 0;
}
.news-letter-container {
    padding: 0;
    margin: 0 auto;
    max-width: 60%}
.newsletter-quick {
    padding: 10px 15px!important;
    margin: 15px 0 0;
    background-color: #fff;
    display: table;
    width: 100%}
.newsletter-quick li {
    padding: 0 0;
    margin: 0 auto;
    list-style: none;
    width: 38%;
    float: left;
}
.newsletter-quick li:nth-last-child(1) {
    width: auto;
    float: right;
}
.newsletter-quick li:nth-last-child(1) button {
    margin: 0 !important;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    text-align: center;
}
.newsletter-quick li:nth-last-child(1) button i {
    margin: 0;
    padding: 0 0 0 5px;
}
.newsletter-quick input[type=email], .newsletter-quick input[type=text] {
    padding: 10px!important;
    margin: 0!important;
    border: none!important;
    height: auto!important;
    width: 100%;
    box-sizing: border-box!important;
    background: #fff;
    color: #000!important;
}
.newsletter-quick input[type=email] {
    border-left: 1px solid #ccc!important;
}
@media (min-width:280px) and (max-width:767px) {
    .newsletter-quick li {
    width: 100%!important;
    padding: 20px 0 0!important;
}
.newsletter-quick {
    width: 100%}
.news-letter-container {
    max-width: 100%}
.newsletter-quick input[type=email], .newsletter-quick input[type=text] {
    border: 1px solid #ccc!important;
}
.newsletter-quick li:nth-of-type(1) {
    padding-top: 0!important;
}
.newsletter-quick {
    padding: 15px 15px!important;
}
}
@media (min-width:768px) and (max-width:1199px) {
.newsletter-quick li:nth-last-child(1) {
    width: 19%}
.newsletter-quick li {
    width: 40%}
.newsletter-quick {
    width: 100%}
.news-letter-container {
    max-width: 100%}
.newsletter-section p span {
    font-size: 16px!important;
}
}.newsletter-section {
    position: relative;
    padding-top: 15px;
}
.newsletter-section ul {
    padding: 10px;
}
/* .newsletter-title {
    padding-bottom: 15px;
} */
.newsletter-title ul {
    padding: 0px;
}
.newsletter-quick .common-btn:after {
    font-family: FontAwesome;
    content: "\f1d8";
    font-size: 16px;
    right: 16px;
    position: absolute;
    top: 11px;
    font-weight: 300;
}
/* .newsletter-title ul li::marker {
    content: "\f061" !important;
    font-family: FontAwesome;
    font-size: 18px;
    left: -10px !important;
    position: absolute !important;
    top: -2px !important;
} */
/* .newsletter-section  ul li::marker {
    content: "\f061" !important;
    font-family: FontAwesome;
    font-size: 18px;
    left: -10px !important;
    position: absolute !important;
    top: -2px !important;
} */
/* .newsletter-title ul li {
    padding: 0px 10px;
} */
.newsletter-title ol {
    padding: 0px;
}
.newsletter-section  ul li {
    padding: 0px 10px;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .newsletter-quick li:nth-last-child(1) button {
        display: flex;
        left: -29px;
    }
}