.advertise p.topContent {
    padding: 0 80px;
}
.advertismentForm {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.advertismentForm .success_message {
    text-align: center;
    color: #49bd4b;
    font-weight: 700;
    font-size: 15px;
}
.advertismentForm ul.backIssue {
    margin: 0;
    padding: 0;
}
.advertismentForm ul.backIssue li {
    float: left;
    width: 47%;
    margin: 0% 5% 1% 0;
    text-align: center;
    border: 1px solid #6d8d82;
    padding: 10px;
    list-style: none;
    position: relative;
    min-height: 265px;
}
.advertismentForm ul.backIssue li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.advertismentForm ul.backIssue li .chk {
    position: absolute;
    left: 7px;
    z-index: 9;
    top: 4px;
}
.advertismentForm .checkmark {
    position: absolute;
    top: 3px;
    left: 4px;
    height: 25px;
    width: 25px;
    background-color: transparent;
    z-index: 99;
    border: 2px solid #ccc;
    border-radius: 27px;
}
.advertismentForm ul.backIssue li .img {
    margin-top: 20px;
}
.img-responsive {
    max-width: 100%;
    display: block;
    height: auto;
}
.advertismentForm ul.backIssue li:last-child {
    margin: 0 0 1% 0;
}
.advertismentForm .loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
}
.advertismentForm .loaderImg {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    width: 50px;
    height: 50px;
    text-align: center;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    position: absolute;
}
.advertismentForm .pt30 {
    padding-top: 30px;
}
.advertismentForm .minh55 {
    min-height: 70px !important;
    padding: 0 15px;
}
.advertismentForm .form-control {
    border-radius: 0;
    border: 1px solid #ccc;
    color: #555;
    margin-bottom: 10px;
    height: 40px;
    padding: 6px 5px !important;
}
.advertismentForm .error {
    color: #f42929;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
}
.advertismentForm .btn-black {
    background: #131d1e;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 8px 30px;
    transition: all 2s ease-out;
    font-family: arial;
}
.advertismentForm textarea {
    height: 86px !important;
    resize: none;
}
.entry-title {
    font-size: 27px;
    font-weight: 700;
    color: #fedd58;
    margin: 0 0 15px;
}
.contact-us h3 {
    font-size: 21px;
}
.contact-us h4 {
    font-size: 16px;
}
.contact-us p {
    font-size: 14px;
}
.contact-us a {
    color: #00749b;
}
.col-sm-push-1{
    padding: 0 15px;
}
.advertismentForm ul.backIssue li span.clicked {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 65px solid #6d8d82;
    border-right: 65px solid transparent;
    left: 0;
    top: 0;
    z-index: 1;
}
.advertismentForm ul.backIssue li input[type="checkbox"]:checked~.checkmark {
    background-color: #fff;
    border: 2px solid #6d8d82;
    border-radius: 27px;
}
.advertismentForm ul.backIssue li input:checked~.checkmark:after {
    display: block;
}
.advertismentForm ul.backIssue li .checkmark:after {
    left: 6px;
    top: 2px;
    width: 8px;
    height: 14px;
    border: solid #6d8d82;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.advertismentForm .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.advertismentForm ul.backIssue li label {
    position: absolute;
    bottom: -40px !important;
    width: 100% !important;
    font-size: 12px;
}