@font-face {
    font-family: 'Oswald, sans-serif';
    font-style: normal
}

.font-titles {
    font-family: Oswald, sans-serif;
    font-weight: 400;
    font-style: normal
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 206px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s;
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: 700
}

.close-btn {
    top: -9px !important;
    right: 10px !important
}

.close:focus, .close:hover {
    color: #3c3311;
    text-decoration: none;
    cursor: pointer;
    opacity: unset
}

.modal-header {
    padding: 2px 16px;
    background-color: #9e8f50;
    color: #fff
}

.modal-body {
    padding: 2px 16px
}

.modal-footer {
    text-align: center;
    padding: 15px;
    background-color: #9e8f50;
    padding-bottom: 8px;
    padding-top: 0
}

.btn {
    background-color: #fff;
    border: 1px solid #bbb;
    color: #333;
    text-align: center;
    text-decoration: none;
    display: inline;
    border-radius: 4px;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease
}

::-webkit-input-placeholder {
    color: #fff;
    font-size: 18px
}

::-moz-placeholder {
    color: #fff;
    font-size: 18px
}

:-ms-input-placeholder {
    color: #fff;
    font-size: 18px
}

.mystyle {
    z-index: 999999999
}

.popup-submit {
    margin-top: 3px;
    background: #f5ebe4;
    color: #9e8f50;
    border: 0;
    padding: 7px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    cursor: pointer;
    outline: 0;
    width: 45%;
    margin-left: 10%;
    border-radius: 3px;
    font-family: Oswald, sans-serif !important
}


.textfields {
    border: 0 solid #fff !important;
    border-radius: 3px !important;
    color: #fff !important;
    background-color: rgba(0, 0, 0, .18) !important;
    height: 32px !important;
    font-size: 14px !important;
    font-family: Oswald, sans-serif !important;
    box-shadow: none !important;
    transition: box-shadow .45s, border-color .45s ease-in-out;
    padding: .5rem;
    width: 100%;
    box-sizing: border-box;
    display: block;
    -webkit-appearance: none;
    outline: 0;
    font-family: Oswald, sans-serif !important;
    margin: 10px 0 !important
}

.color-white {
    color: #fff
}

.color-yellow {
    color: #fffc00
}

.font28 {
    font-size: 28px
}

.font16 {
    font-size: 16px
}

.font17 {
    font-size: 17px
}

.text-center {
    text-align: center
}

form {
    border: none !important;
    width: 100%
}

.modal-header {
    border-bottom: none !important
}

.modal-footer {
    border-top: none !important
}

.close {
    line-height: unset;
    text-shadow: 0 1px 0 #fff;
    opacity: unset
}

.modal-content {
    display: block;
    max-width: 700px
}

@media only screen and (min-width: 40.063em) {
    h1, h2, h3, h4, h5, h6 {
        line-height: 1.4;
        margin-top: .2rem;
        margin-bottom: .5rem
    }
}

.modal-content {
    border-radius: 0
}

.h2, h2 {
    font-size: 34px
}

.h5, h5 {
    font-size: 18px
}

.modal-header .close {
    margin-top: 4px;
    margin-right: -5px
}


.margntopmins10 {
    margin-top: -10px
}

span {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: unset !important
}

.span8 {
    width: 13%;
    border: 0 solid #fff !important;
    border-radius: 3px !important;
    color: #fff !important;
    background-color: rgba(0, 0, 0, .18) !important;
    height: 32px !important;
    font-size: 14px !important;
    font-family: Oswald, sans-serif !important;
    box-shadow: none !important;
    transition: box-shadow .45s, border-color .45s ease-in-out;
    padding: 8px 20px;
    box-sizing: border-box;
    -webkit-appearance: none;
    outline: 0;
    font-family: Oswald, sans-serif !important;
    margin: 0 0 10px 0 !important
}

.mainheading {
    font-size: 27px;
    margin-bottom: 10px;
    margin-top: 10px
}

.subheading {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.2;
    margin-top: 17px
}

.chilsubheading {
    font-size: 18px;
    margin-top: 12px
}

.fs17mt13 {
    font-size: 17px;
    margin-top: 13px
}

.fs18mb6 {
    font-size: 18px;
    margin-top: 5px;
    line-height: 1.2;
    margin-bottom: 6px
}

@media (min-width: 287px) and (max-width: 320px) {
    .mainheading {
        font-size: 14px !important
    }

    .subheading {
        font-size: 13px !important
    }

    .chilsubheading {
        font-size: 13px !important
    }

    .fs18mb6 {
        font-size: 13px !important
    }

    .fs17mt13 {
        font-size: 13px !important
    }

    .popup-submit {
        margin-left: 25% !important;
        margin-bottom: 10px !important
    }
}

@media (min-width: 360px) and (max-width: 370px) {
    .mainheading {
        font-size: 15px !important
    }

    .subheading {
        font-size: 13px !important
    }

    .chilsubheading {
        font-size: 13px !important
    }

    .fs18mb6 {
        font-size: 13px !important
    }

    .fs17mt13 {
        font-size: 13px !important
    }

    .popup-submit {
        margin-left: 25% !important;
        margin-bottom: 10px !important
    }

    .mobwidth25 {
        width: 40% !important
    }
}

@media (min-width: 371px) and (max-width: 400px) {
    .mainheading {
        font-size: 16px !important
    }

    .subheading {
        font-size: 14px !important
    }

    .chilsubheading {
        font-size: 13px !important
    }

    .fs18mb6 {
        font-size: 14px !important
    }

    .popup-submit {
        margin-left: 27% !important;
        margin-bottom: 10px !important
    }

    .mobwidth25 {
        width: 40% !important
    }

    .fs17mt13 {
        font-size: 14px !important
    }
}

@media (min-width: 401px) and (max-width: 414px) {
    .mainheading {
        font-size: 17px !important
    }

    .subheading {
        font-size: 15px !important
    }

    .chilsubheading {
        font-size: 15px !important
    }

    .fs18mb6 {
        font-size: 15px !important
    }

    .mobwidth25 {
        width: 31% !important
    }

    .popup-submit {
        margin-left: 26% !important;
        margin-bottom: 10px !important
    }
}

@media (min-width: 500px) and (max-width: 568px) {
    .mainheading {
        font-size: 17px !important
    }

    .subheading {
        font-size: 15px !important
    }

    .chilsubheading {
        font-size: 14px !important
    }

    .mobwidth25 {
        width: 25% !important
    }

    .popup-submit {
        margin-left: 26% !important;
        margin-bottom: 10px !important
    }

    .fs17mt13 {
        font-size: 15px !important
    }
}

@media (min-width: 600px) and (max-width: 640px) {
    .mainheading {
        font-size: 19px !important
    }

    .subheading {
        font-size: 16px !important
    }

    .chilsubheading {
        font-size: 15px !important
    }

    .fs18mb6 {
        font-size: 16px !important
    }
}

@media (min-width: 660px) and (max-width: 736px) {
    .mainheading {
        font-size: 20px !important
    }

    .subheading {
        font-size: 17px !important
    }

    .chilsubheading {
        font-size: 17px !important
    }

    .fs18mb6 {
        font-size: 17px !important
    }
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
}
.readbtnclass-pop:hover {
    opacity: .5!important;
    color: #fff!important;
}
.readbtnclass-pop {
    background: #757833;
    color: #fff;
    display: inline-block;
    /*padding: 15px;*/
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#social-icons-pop a {
    width: 28px;
    height: 25px;
    display: inline-block;
}
#social-icons-pop a.twitter {
    background-position: 0 -29px;
}
#social-icons-pop a.facebook {
    background-position: -28px -29px;
}
#social-icons-pop a.linkedin {
    background-position: -57px -29px;
}
#social-icons-pop a.pinterest {
    background-position: -112px -29px;
}
#social-icons-pop a.instagram {
    background-position: -170px -29px;
}
#social-icons-pop a.youtubes {
    background-position: -141px -29px;
}
.pop-captch{
    width: 45%!important;
}
.pop-captch-ref-img{
    width: 25px;
}
.pop-captch-ref{
    vertical-align: middle;
}
.pop-check-text{
    font-size: 12px;
    display: block !important;
}
.pop-head{
    font-weight: bold;
    font-size: 40px;
}
.color-white {
    color: #FFFFFF !important;
}
.socialpop a{
    font-size: 18px;
    margin: 5px;
    color: #fff;
}
.socialpop a:hover{
    color: #000;
}
.ppForm input {
    border: 0px solid #ebebeb!important;
    background-color: #0000007a;
    height: auto;
    color: #ffffff;
}
.modal-new-bg{
    background-image: url('../images/popup-bg-img.jpg');
    background-color: #6c6c6c;
    padding: 10px 30px!important;
    background-position: bottom !important;
}
@media (max-width:961px){
    #myModalAuto {
        overflow-y: auto;
    }
    #displayimg1 {
        width: 99px;
        height: 30px;
    }
    .pop-captch{
        width: 41%;
    }
}

.form-group {
    /*padding: 2px 15px;*/
}

.font28 {
    font-size: 28px;
}

.font16 {
    font-size: 16px;
}

.txtborder {
    border: 1px solid #e5e5e5;
}

.padd8 {
    padding: 8px !important;
    -webkit-padding: 8px;
}

.linehgt15 {
    line-height: 1.5 !important;
}

.margintop10 {
    margin-top: 10px;
}

#myModalAuto {
    /*overflow-y: scroll !important;*/
    opacity: 1;
}

.myModalAuto-content {
    border: 0px !important;
}

@media (min-width: 768px) {
    .myModalAuto-content {
        width: 600px !important;
    }
}

@media (max-width: 768px) {
    .myModalAuto-content {
        width: 90% !important;
    }
}

.myModalAuto-close {
    background-color: #fff !important;
    color: #000 !important;
    z-index: 1;
    right: -18px;
    opacity: 1;
    position: absolute;
    top: -18px;
    border-radius: 50%;
    padding: 10px 14px !important;
}

.myModalAuto-body {
    padding: 0px !important;
}

.subsc::placeholder {
    color: rgb(232, 232, 232);
    font-size: 14px;
    font-family: Montserrat,sans-serif!important;
}

.myModalAuto-image {
    padding: 0;
}

.myModalAuto-image img {
    margin-bottom: 10px;
    width: 100%;
}

.myModalAuto-chck {
    float: left;
}

.myModalAuto-chck label {
    float: left;
}

.myModalAuto-btn {
    margin-bottom: 15px;
}