#main {
    width: 100%;
    clear: both;
    background-color: #ffffff;
}
.gBg {
    background-color: #f7469d;
    color:#ffffff;
}
h1.title {
    color: #F05A30;
    font-size:1.3em;
    margin: 1em 0 .5em 0;
}
.marginTB1 {
    margin: 1em 0 2em 0;
}
.step3 {
    margin:2em 0;
    color:#353535;
    text-align: center;
}
footer {
    width:100%;
    box-sizing: border-box !important;
}
#wrapperTopFooter {
    width: 100%;
    background: #f7469d;
}
#wrapperFooter {
    width: 100%;
    background-color: #ffffff;
}
.subscribeEmail {
    padding: 8px;
    margin-top: 12px;
}
#addMobSubs {
    margin-top: 6px;
    cursor: pointer;
    background-color: #f7469d;
    color: #fff;
    border: 1px solid #cccc77;
    text-align: center;
    margin-top: 8px;
    cursor: pointer;
    font-weight: 600;
    padding: 0%;
    background-color: #f7469d;
    color: #fff;
    height: 33px;
}
.blog {
    background-color:#f7469d ;
    border:1px dashed #353535;
    border-radius: 3px;
    color:white;
    width: 100%;
    width: 100%;
    line-height: 35px;
    display: block;
}
.ourIran {
    border-top: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
    padding: 20px 0;
}
#aparat {
    max-width: 80px;
}
#social a {
    padding: 15px;
    color:#cccccc;
    transition: .5s;
}
#social a:hover {
    padding: 15px;
    color:#ffffff;
}
#subscribeMobile {
    margin-top: 8px;
    border:1px solid black;
}

.ngTitle {
    border-bottom: 2px solid #E6E4E4;
    font-size: 1.8em;
    line-height: 2.4;
}
.ngTitle span {
    border-bottom: 2px solid #f7469d;
    padding: 0;
    position: relative;
    top: 2px;
    display: inline-block;
}
.nsFooterList {
    direction: rtl;
    list-style: none;
    margin-top: 10px;
}
.nsFooterList li {
    padding-bottom: 5px;
    text-align: right;
}
button.btn:hover, button.btnOrange:hover {
    -webkit-transition: .5s ;
    -moz-transition: .5s ;
    -ms-transition: .5s ;
    -o-transition: .5s ;
    transition: .5s ;
    border:1px solid #f7469d;
    font-weight: bold;
    background: #f7469d;
    color:#ffffff;
}
button.btnOrange:hover {
    background: orangered;
    border: 1px solid red !important;
}
.locationDrop {
    width: 100%;
    max-height:200px;
    background: #ffffff;
    position:absolute;
    z-index: 3;
    overflow-y: auto;
    box-shadow: 0 0 4px gray;
}
.locationItems {
    list-style: none inside;

}
.locationItems li {
    font-size: .7em;
    padding:8px;
    border-bottom: 1px solid #eeeeee;
    color: #505050;
    cursor: pointer;
}
.locationItems li:hover {
    background: #f7469d;
    color: #ffffff;
    transition:.3s;
}

.errorCitySelect {
    padding:10px;
    color:red;
}
.errorCitySelect span {
    color:gray;
    margin-right: 10px;
    text-align:justify;
}
.aroundMe {
    background: #FF0033;
    color:#ffffff !important;
}

.popupLog, .popupPrd {
    padding: 15px;
    direction:rtl;
    text-align:right;
    width: 100%;
    border-radius: 15px;
    margin: 0 auto;
    background:#ffffff;
    color: #505050;
}

.popupPrd {
    width:60%;
    text-align: center;
    min-height:500px;
}
.popupPrd img{
    max-width: 250px;
}
.popupPrd h1{
    margin-top: 1em;
    color: #444444;
}
.popupLog strong {
    font-size: 1.4em;
    color: #f7469d;
    display: block;
    margin: 20px 0 5px;

}
.blurBack {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index: 1;
}
.popupLogButton {
    width: 100%;
    margin-top:20px;
    z-index: 100;
}

.buttonMaxWidth {
    width:65%;
    float:right;
    color:white;
}
.confirmationButton, .buttonReg {
    width: 100%;
    color:white;
    background: #f7469d;
}
.backButtonGreen {
    background: #f7469d;
}
.backButtonOrange {
    background: #FA6705;
}
.buttonMinWidth {
    width:30%;
    float:left;
    color:white;
}

@media only screen and (max-width: 1000px) {
    .popupPrd {
        width:80%;
    }
    .popupLog {
        padding: 15px;
        direction:rtl;
        text-align:right;
        width: 100%;
        border-radius: 15px;
        margin: 0 auto;
        background:#ffffff;
        color: #505050;
    }
}

@media only screen and (max-width: 500px) {
    .popupPrd {
        width:90%;
    }
    .popupLog {
        padding: 15px;
        direction:rtl;
        text-align:right;
        width: 100%;
        border-radius: 15px;
        margin: 0 auto;
        background:#ffffff;
        color: #505050;
    }
}

.detAvatar {
    position:relative;
    display:inline-block;
    border: solid 1px gray;
    border-radius: 5px;
    padding: 5px;
}

.paddinRight {
    padding-left: 10px;
}

.regBusinessFontStyle {
    font-size: 1.3em;
    line-height: 2em;
    color: #353535;
}

.circleType {
    border-radius: 50%;
    border: 4px solid #ff7f19;
}