body {

    margin: 0;

    font-family: 'Montserrat', sans-serif;

}

img {

    max-width: 100%;

}

p,
h1,
h2,
h3,
h4,
h5,
h6 {

    margin: 0;

    padding: 0;

}

ul {

    margin: 0;

    padding: 0;

    list-style: none;

}

.clear {

    clear: both;

    display: block;

}

h1 {

    font-size: 30px;

}

.header {padding: 20px 0 0 0;}

.header h1 {

    font-weight: 400;

    color: #707070;

}

.login-d {

    font-size: 15px;

    font-weight: 400;

    color: #484848;

    display: inline-block;
    padding-top: 30px;

}

.login-d a {

    font-size: 18px;

    font-weight: 400;

    color: #f85084;

}

.lang {

    background: url(../images/laug-icon.png) no-repeat 0px 2px;

    padding-left: 50px;

    margin-left: 30px;

    display: inline-block;

    height: 35px;

    vertical-align: middle;

    padding-top: 5px;

    color: #707070;

}

.header-right {
    text-align: right;
}



.inner-sec {

    text-align: center;

    margin: 30px 0;

}

.logo {

    margin-bottom: 20px;

}

.inner-sec p {

    font-weight: 500;
    color: #707070;
    font-size: 16px;

}



.register-section {

    width: 700px;

    margin: 0 auto;

    border: 1px solid #3ec206;

    border-radius: 8px;

    padding: 50px 50px 25px 50px;

    margin-top: 50px;

}

.h-200 {
    height: 200px;
    margin-bottom: 20px;
}

.reg-sec {
    width: 700px;
    margin: 50px auto;
}

.register-lt {

    width: 80%;
}

.register-sec {
    width: 80%;
    margin: 50px auto;
}

.register-section input {

    width: 100%;

    margin-bottom: 40px;

    border-bottom: 2px solid #e2e2e2;

    padding: 12px 40px;

    outline: none;

    border: none;

    color: #939393;

    font-size: 14px;

    font-weight: 500;
    border-bottom: 2px solid #e2e2e2;
}

.register-section select {

    width: 100%;

    margin-bottom: 40px;

    padding: 12px 40px;

    outline: none;

    border: none;

    color: #939393;

    font-size: 14px;

    font-weight: 500;
    border-bottom: 2px solid #e2e2e2;
    border-radius: 0;
}


input.name-cs {

    background: url(../images/name.png) no-repeat 0px 5px;

    padding-left: 35px;

}

input.email-cs {

    background: url(../images/email.png) no-repeat 0px 10px;

    padding-left: 35px;

}

input.password-cs {

    background: url(../images/password.png) no-repeat 0px 10px;
    padding-left: 35px;

}

input.c-password-cs {

    background: url(../images/password.png) no-repeat 0px 10px;

    padding-left: 35px;

}

input.phone-cs {

    background: url(../images/phone.png) no-repeat 0px 5px;

    padding-left: 35px;

}

#country,
#service_type,
#state,
#city {
    padding-left: 0;
    /*background: url(../images/select-arrow.png) no-repeat right 20px;*/
}

.country-icon {

    background: url(../images/country.png) no-repeat left 15px !important;
    padding-left: 35px !important;
    appearance: auto;
}

button.register-btn {

    background: #3ec206;
    outline: none;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    margin-top: 40px;
    font-weight: 500;
    transition: all 0.5s ease;

}

button.register-btn:hover {

    background: #70f438;

    transition: all 0.5s ease;

}

.login-sec button.register-btn {

    margin-top: 10px;

}

.pp {

    text-align: center;

}

.pp span {

    vertical-align: middle;
    margin-bottom: 18px;
    font-size: 14px;
    margin-left: 10px;
    display: inline-block;
    font-weight: 500;

}

a.login-registraion {

    background: #3ec206;

    color: #fff;

    padding: 20px;

    font-size: 18px;

    border-radius: 8px;

    display: inline-block;

    text-align: center;

    vertical-align: middle;

    margin-left: 0px;

    outline: none;

    border: none;

    text-decoration: none;

    transition: all 0.5s ease;

}

a.login-registraion:hover {

    background: #70f438;

    transition: all 0.5s ease;

}

.service-sec {

    margin-top: 50px;

}

.service-sec ul {

    list-style: none;

}

.service-sec ul li {

    display: inline-block;

    margin: 0 40px;

}

.service-sec ul li a {

    background: #b4ff94;

    padding: 50px;

    height: 250px;

    width: 250px;

    display: table-cell;

    border-radius: 5px;

    text-decoration: none;

    vertical-align: middle;

    transition: all 0.5s ease;

}

.service-sec ul li a:hover {

    background: #70f438;

    transition: all 0.5s ease;

}

.service-sec ul li a p {

    font-size: 18px;

    color: #3e3e3e;

    margin-top: 15px;

    width: 100%;

    display: inline-block;

}

.user-sec {

    margin: 80px 0 30px 0;

}

.user-sec ul {

    list-style: none;

}

.user-sec ul li {

    display: inline-block;

    margin: 0 50px;

    text-align: center;

}

.user-sec ul li a {

    background: #3ec206;

    border-radius: 5px;

    padding: 20px;

    width: 225px;

    height: 225px;

    display: table-cell;

    vertical-align: middle;

    text-align: center;

    text-decoration: none;

    transition: all 0.5s ease;

}

.user-sec ul li a h6 {

    font-size: 28px;

    font-weight: 700;

    color: #fff;

    margin: 30px 0 10px 0;

}

.user-sec ul li a p {

    font-size: 16px;

    font-weight: 400;

    color: #fff;

}

.user-sec ul li a:hover {

    background: #70f438;

    transition: all 0.5s ease;

}

.login-sec .login-d {
    margin-top: 20px;
}

.mobile-log {
    display: none;
}

@-moz-keyframes dothabottomcheck {

    0% {

        height: 0;

    }

    100% {

        height: 10px;

    }

}

@-webkit-keyframes dothabottomcheck {

    0% {

        height: 0;

    }

    100% {

        height: 10px;

    }

}

@keyframes dothabottomcheck {

    0% {

        height: 0;

    }

    100% {

        height: 10px;

    }

}

@keyframes dothatopcheck {

    0% {

        height: 0;

    }

    50% {

        height: 0;

    }

    100% {

        height: 22.5px;

    }

}

@-webkit-keyframes dothatopcheck {

    0% {

        height: 0;

    }

    50% {

        height: 0;

    }

    100% {

        height: 22.5px;

    }

}

@-moz-keyframes dothatopcheck {

    0% {

        height: 0;

    }

    50% {

        height: 0;

    }

    100% {

        height: 22.5px;

    }

}

input[type=checkbox] {

    display: none;

}



.check-box {

    height: 25px;

    width: 25px;

    background-color: transparent;

    border: 3px solid #3ec206;

    border-radius: 3px;

    position: relative;

    display: inline-block;

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    -moz-transition: border-color ease 0.2s;

    -o-transition: border-color ease 0.2s;

    -webkit-transition: border-color ease 0.2s;

    transition: border-color ease 0.2s;

    cursor: pointer;

}

.check-box::before,
.check-box::after {

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    position: absolute;

    height: 0;

    width: 5px;

    background-color: #34b93d;

    display: inline-block;

    -moz-transform-origin: left top;

    -ms-transform-origin: left top;

    -o-transform-origin: left top;

    -webkit-transform-origin: left top;

    transform-origin: left top;

    border-radius: 5px;

    content: " ";

    -webkit-transition: opacity ease 0.5;

    -moz-transition: opacity ease 0.5;

    transition: opacity ease 0.5;

}

.check-box::before {

    top: 15px;

    left: 10.25px;

    box-shadow: 0 0 0 4px #fff;

    -moz-transform: rotate(-135deg);

    -ms-transform: rotate(-135deg);

    -o-transform: rotate(-135deg);

    -webkit-transform: rotate(-135deg);

    transform: rotate(-135deg);

}

.check-box::after {

    top: 9.25px;

    left: 1.25px;

    -moz-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    -o-transform: rotate(-45deg);

    -webkit-transform: rotate(-45deg);

    transform: rotate(-45deg);

}



input[type=checkbox]:checked+.check-box,

.check-box.checked {

    border-color: #34b93d;

}

input[type=checkbox]:checked+.check-box::after,

.check-box.checked::after {

    height: 12.5px;

    -moz-animation: dothabottomcheck 0.2s ease 0s forwards;

    -o-animation: dothabottomcheck 0.2s ease 0s forwards;

    -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;

    animation: dothabottomcheck 0.2s ease 0s forwards;

}

input[type=checkbox]:checked+.check-box::before,

.check-box.checked::before {

    height: 30px;

    -moz-animation: dothatopcheck 0.4s ease 0s forwards;

    -o-animation: dothatopcheck 0.4s ease 0s forwards;

    -webkit-animation: dothatopcheck 0.4s ease 0s forwards;

    animation: dothatopcheck 0.4s ease 0s forwards;

}



#loader {

    transition: all 0.3s ease-in-out;

    opacity: 1;

    visibility: visible;

    position: fixed;

    height: 100vh;

    width: 100%;

    background: #fff;

    z-index: 90000;

    background: rgba(255, 255, 255, 0.5) !important
}



#subloader {

    transition: all 0.3s ease-in-out;

    opacity: 1;

    visibility: visible;

    position: fixed;

    height: 100%;

    width: 100%;

    background: rgba(255, 255, 255, 0.5);

    z-index: 50;

}



#subloader.fadeOut,
#loader.fadeOut {

    opacity: 0;

    visibility: hidden;

}



.spinner {

    width: 40px;

    height: 40px;

    position: absolute;

    top: calc(50% - 20px);

    left: calc(50% - 20px);

    background-color: #333;

    border-radius: 100%;

    -webkit-animation: sk-scaleout 1s infinite ease-in-out;

    animation: sk-scaleout 1s infinite ease-in-out;

}



@-webkit-keyframes sk-scaleout {

    0% {

        -webkit-transform: scale(0);

    }

    100% {

        -webkit-transform: scale(1);

        opacity: 0;

    }

}

@keyframes sk-scaleout {

    0% {

        -webkit-transform: scale(0);

        transform: scale(0);

    }

    100% {

        -webkit-transform: scale(1);

        transform: scale(1);

        opacity: 0;

    }

}

.login-menu a {
    font-size: 18px;
    font-weight: 400;
    color: #3ec206;
}

.login-menu {
    display: inline-block;
}

.login-menu-mob {
    display: none;
}

.login-menu-mob a {
    font-size: 18px;
    font-weight: 400;
    color: #3ec206;
}

.input-group-addon {
    position: absolute;
    right: 0;
    width: 50px;
    top: -3%;
    transform: translate(0px, 50%);
}

.input-group-addon i.fa.fa-eye-slash,
.input-group-addon i.fa.fa-eye {
    color: #3ec206;
    font-size: 20px;
}

.pp span a {
    color: #f85084;
}

.inner-page {
    margin: 20px 0;
}

.inner-page h4 {
    color: #474747;
    font-weight: 600;
    margin-bottom: 15px;
}

.inner-page p {
    color: #474747;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 24px;
}

.page-nav {
    color: #707070;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 20px;
}

.form-sec {
    border-top: 1px solid #cacaca;
    padding: 30px 0;
}

.form-sec #title{
    width:100%;
}

.form-sec label {
    font-size: 14px;
    color: #707070;
    font-weight: 500;
}

.form-sec input {
    /*width: 100%;*/
    /*border: 2px solid #bcbcbc;*/
    /*padding: 5px 10px;*/
    /*font-size: 14px;*/
    /*font-weight: 400;*/
    /*border-radius: 3px;*/

    padding: 6px 7px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 3px;
}

.form-sec select {
    width: 100%;
    border: 2px solid #bcbcbc;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
}

.form-sec textarea {
    width: 100%;
    border: 2px solid #bcbcbc;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
    height: 300px;
    border-radius: 3px;
}

.form-sec .col-md-2,
.form-sec .col-md-10 {
    margin-bottom: 30px;
}

.form-sec h4 {
    color: #707070;
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 18px
}

.instra {
    background: #d6d6d6;
    padding: 10px;
    border: 1px solid #ececec;
    margin-top: 5px;
    border-radius: 3px;
}

.instra p {
    color: #787878;
    font-size: 12px;
    font-weight: 500;
    background: url(../images/imp-icon.png) no-repeat left 4px;
    padding-left: 20px;
}

.price-sec select {
    width: 8%;
    float: left;
    border-radius: 3px 0 0 3px;
    border-right: none;
    padding: 6.2px 10px;
}

.price-sec input {
    width: 92%;
    float: left;
    border-radius: 0px 3px 3px 0px;
}

.uploading-sec {
    border-radius: 3px;
    background: #e1e1e1;
    padding: 40px 0;
}


.center {
    position: relative;
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 5px;
}

.title {
    font-size: 16px;
    color: #676767;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #D8D8D8;
    text-align: center;
}

.dropzone {
    position: absolute;
    z-index: 1;
    box-sizing: border-box;
    display: table;
    table-layout: fixed;
    width: 100px;
    height: 100%;
    border-radius: 3px;
    text-align: center;
    overflow: hidden;
    left: 0;
    right: 0;
    margin: 0 auto;
;
}

.dropzone.is-dragover {
    border-color: #666;
    background: #eee;
}

.dropzone .content {
    display: table-cell;
    vertical-align: middle;
}

.dropzone .upload {
    margin: 6px 0 0 2px;
}

.dropzone {
    position: relative;
}

.badge {
    position: absolute;
    top: 34px;
    right: -30px;
    background-color: #ff9800;
    color: #fff;
    padding: 5px 50px;
    border-radius: 5px;
    font-size: 12px;
    transform: rotate(45deg);
}

.dropzone .filename {
    display: block;
    color: #676767;
    font-size: 14px;
    line-height: 18px;
}

.dropzone .input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
}

.upload-btn {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    z-index: 99;
}

.uploading-sec p {
    margin-bottom: 50px;
    font-size: 14px;
    color: #707070;
    font-weight: 500;
}

.uploading-sec ul {
    text-align: center;
}

.uploading-sec li {
    display: inline-block;
    margin: 0 34px;
}

.uploading-sec li:first-child {
    margin-left: 0;
}

.uploading-sec li:last-child {
    margin-right: 0;
}

.good-tip {
    font-size: 14px;
    font-weight: 500;
    color: #3ec206;
    background: url(../images/good-photo.png) no-repeat left 3px;
    padding-left: 25px;
    margin-top: 20px;
}

.col-md-2.city {
    text-align: center;
}

.my-details.form-sec {
    border: none;
    padding: 50px 0;
}

.form-btns {
    margin-top: 100px;
}

.form-btns button {
    outline: none;
    border: none;
    color: #707070;
    font-size: 13px;
    background: #fff;
    border: 1px solid #3ec206;
    padding: 8px 25px;
    font-weight: 500;
    margin-right: 30px;
}

button.green-btn {
    background: #3ec206;
    color: #fff;
    border: 1px solid #707070;
}

.copyright {
    color: #9a9a9a;
    font-size: 12px;
    font-weight: 500;
    float: right;
    margin: 50px 0;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkbox+label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 2px solid #bcbcbc;
    border-radius: 3px;
}

.styled-checkbox:focus+label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked+label:after {
    content: "";
    position: absolute;
    left: 4.5px;
    top: 10px;
    background: #bcbcbc;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #bcbcbc, 4px 0 0 #bcbcbc, 4px -2px 0 #bcbcbc, 4px -4px 0 #bcbcbc, 4px -6px 0 #bcbcbc, 4px -8px 0 #bcbcbc;
    transform: rotate(45deg);
}

.hp {
    margin-top: 10px;
}


.news-scroll a {
    text-decoration: none
}

.flash-banner {
    background: #b4ff94;
    padding: 10px;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: rgb(207, 23, 23);
    border-radius: 50%;
    display: inline-block;
    margin: 0px 10px;
}

.news-scroll a {
    text-decoration: none;
    color: #ff0000;
    font-size: 14px;
    letter-spacing: 1px;
}

.list-search .search {
    text-align: center;
}

.tab-sec .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #3ec206;
    background-color: transparent;
    border-bottom: 1px solid #3ec206;
    border-radius: 0;
    padding: 0;
}

.tab-sec {
    margin-top: 26px;
}

.tab-sec .nav-pills .nav-link {
    border-radius: 0;
    padding: 0;
    color: #313131;
    font-size: 15px;
}

.tab-sec li {
    margin: 0 10px;
}

.tab-sec li:first-child {
    margin-left: 0;
}

.line {
    border-bottom: 1px solid #b3b3b3;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
}

.tab-sec #pills-tabContent {
    margin-top: 50px;
}

.about-result {
    font-size: 13px;
    color: #858585;
    font-weight: 500;
}

.select-sec h6 {
    font-size: 15px;
    color: #858585;
    font-weight: 500;
    display: inline-block;
}

.select-sec select {
    border: 1px solid #707070;
    border-radius: 25px;
    font-size: 13px;
    color: #858585;
    font-weight: 500;
    padding: 8px 15px;
    margin: 0 20px;
}

#category_id {
    width: 170px;
}

#category_id:focus {
    border: none;
}

.col-md-9.select-sec {
    text-align: right;
}

.list-item {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 25px;
}

.tab-result {
    /* margin-bottom: 20px; */
}

div#posts_content h3 a {
    color: #966ae4;
}

.list-item h3 {
    font-size: 16px;
    font-weight: 700;
    color: #474747;
}

.time {
    font-size: 13px;
    color: #313131;
    display: inline-block;
    background: url(../images/time.png) no-repeat left 3px;
    padding-left: 25px;
    font-weight: 500;
}

.date {
    font-size: 13px;
    color: #313131;
    display: inline-block;
    padding-left: 25px;
    font-weight: 500;
}

.list-item .col-md-4 {
    text-align: right;
}

.list-item p {
    font-size: 15px;
    color: #575757;
    line-height: 24px;
    font-weight: 500;
    padding: 8px 0;
}

a.view-btn {
    color: #3ec206;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    background: url(../images/view-link.png) no-repeat left 0px;
    padding-left: 25px;
}

.list-item:last-child {
    border-bottom: none;
}

.pagination-sec {
    text-align: center;
    margin: 60px 0 60px 0;
}

.pagination-sec li {
    display: inline-block;
    margin: 0 10px;
}

.pagination-sec li a {
    font-weight: 500;
    font-size: 15px;
    color: #474747;
    text-decoration: none;
}

.pagination-sec li a:hover {
    color: #3ec206;
}

.ads-id {
    font-size: 20px;
    color: #3ec206;
    font-weight: 600;
    margin-bottom: 40px;
}

.close-btn {
    font-size: 13px;
    color: #ff0000 !important;
    font-weight: 500;
    background: url(../images/close-icon.png) no-repeat left 1px;
    padding-left: 25px;
    text-decoration: none;
    margin-top: 5px;
    float: right;
}

.list-detail h3 {
    font-size: 25px;
    color: #474747;
    font-weight: 600;
}

.col-md-4.time-date {
    text-align: right;
}

.list-detail p {
    font-size: 15px;
    color: #575757;
    font-weight: 400;
    line-height: 26px;
    padding-top: 30px;
}

.list-detail .view-btn {
    margin-top: 30px;
    display: inline-block;
}

.warning-sec {
    margin: 40px 0 10px 0;
}

.warning-sec h6 {
    font-size: 16px;
    color: #ff0000;
    font-weight: 500;
    margin-bottom: 10px;
}

.warning-sec li {
    width: 100%;
    font-size: 14px;
    color: #ff0000;
    font-weight: 400;
    margin-bottom: 10px;
}

.warning-sec ul {
    list-style: decimal;
    list-style-position: inside;
}

.report-share {
    text-align: right;
    padding: 80px 0;
}

.report-share li {
    display: inline-block;
    border: 2px solid #a4e28a;
    padding: 10px;
    text-align: center;
    height: 75px;
    width: 75px;
    margin-left: 20px;
    border-radius: 3px;
}

.report-share li p {
    font-size: 13px;
    color: #313131;
    font-weight: 500;
    text-decoration: none;
    line-height: normal;
    padding-top: 10px;
}

.report-share li a {
    text-decoration: none;
}

.list-detail {
    margin-top: 30px;
}

.upload-img-sec li {
    float: left;
    margin: 0 15px;
    width: 17.5%;
}

.upload-img-sec li:first-child {
    margin-left: 0;
}

.upload-img-sec li:last-child {
    margin-right: 0;
}

.upload-img-sec {
    width: 100%;
    display: inline-block;
    margin-top: 40px;
}

.upload-img-sec li img {
    max-width: 100%;
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.form-sec.ads-report-sec h4 {
    color: #3ec206;
}

.form-sec.ads-report-sec {
    border-top: 0;
}

.report-btn button {
    outline: none;
    border: none;
    background: #3ec206;
    border-radius: 5px;
    width: auto;
    padding: 8px 25px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.report-btn {
    text-align: right;
    margin-bottom: 80px;
    margin-top: 20px;
}

.membership-sec {
    margin: 0px 0 60px 0;
}

.membership-sec h6 {
    font-size: 17px;
    color: #000;
    font-weight: bold;
    padding-bottom: 60px;
    padding-top: 60px;
}

.membership-box {
    border: 1px solid #707070;
    border-radius: 8px;
    width: 350px;
}

.membership-head {
    font-size: 13px;
    color: #fff;
    background: #ff0066;
    text-align: center;
    padding: 15px 0;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.membership-contant {
    padding: 20px 30px;
    text-align: center;
}

.membership-box h5 {
    font-size: 15px;
    font-weight: 700;
    color: #515151;
    text-align: center;
    margin-bottom: 20px;
}

.membership-box p {
    font-size: 12px;
    font-weight: 500;
    color: #ff0066;
    text-align: center;
    margin-bottom: 15px;
    line-height: 24px;
}

.membership-box h6 {
    font-size: 12px;
    font-weight: 500;
    color: #707070;
    padding: 0;
    display: inline-block;
}

a.save-max {
    background: #ff0066;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    padding: 9px 20px;
    border-radius: 25px;
    margin-left: 10px;
}

.usd {
    color: #707070;
    font-size: 13px;
    text-align: left;
    margin: 20px 0 30px 0;
}

.membership-box h1 {
    color: #4b4b4b;
    font-size: 50px;
    font-weight: 700;
    margin-top: 30px;
}

.membership-box h1 span {
    font-size: 13px;
}

.membership-box ul {
    margin: 35px 0 20px 0;
    text-align: left;
}

.membership-box ul li {
    display: inline-block;
    background: url(../images/pink-bp.png) no-repeat;
    padding-left: 30px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    color: #707070;
    font-weight: 500;
}

.addtocart {
    background: #ff0066;
    text-decoration: none;
    outline: none;
    border: none;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 500;
    color: #fff !important;
    padding: 12px 30px;
    display: inline-block;
}

.membership-box.ms-second {
    margin-top: 50px;
}

.membership-box.ms-second h1 {
    font-size: 40px;
}

.membership-box.ms-second ul li {
    margin-bottom: 12px;
    font-size: 13px;
    background: url(../images/green-bp.png) no-repeat;
}

.membership-box.ms-second .addtocart {
    font-size: 13px;
    padding: 10px 25px;

}

.membership-box.ms-second p {
    font-size: 10px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #707070;
}

.membership-box.ms-second .offer-sec {
    color: #3ec206;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.membership-box.ms-second .membership-contant {
    padding: 20px 20px;
}

.membership-box.ms-third {
    margin-top: 100px;
}

.membership-box.ms-third .offer-sec {
    font-size: 13px;
    font-weight: 400;
    color: #3ec206;
    margin: 25px 0px;
}

.membership-box.ms-second .membership-head {
    background: #3ec206;
    width: 100%;
    display: inline-block;
}

.membership-box.ms-third .membership-head {
    background: #3ec206;
    width: 100%;
    display: inline-block;
}

.membership-box.ms-third ul li {
    background: url(../images/green-bp.png) no-repeat;
}

.membership-box.ms-second a.save-max {
    background: #3ec206;
}

.membership-box.ms-second .addtocart {
    background: #3ec206;
}

.membership-box.ms-third .addtocart {
    background: #3ec206;
}

.membership-box.ms-third p {
    color: #707070;
}

.membership-box.ms-second ul {
    margin: 30px 0 20px 0;
}

.views__btn,
.posts__btn {
    border: 1px solid #f85084;
    border-radius: 8px;
    padding: 20px;
    color: #f85084;
    text-decoration: none;
    margin-right: 15px;
}

.views__btn img,
.posts__btn img {
    vertical-align: sub;
}

.views__btn:hover,
.posts__btn:hover {
    color: #f85084;
}

.ml-2 {
    margin-left: 20px !important;
}

.menu-sec {
    display: inline-block;
    margin-left: 30px;
    cursor: pointer;
    position: relative;
    padding-bottom: 15px;
    z-index: 99999;
}

.menu-sec.menu-open ul {
    display: block;
}

.menu-sec ul:before {
    content: '';
    position: absolute;
    top: -11px;
    right: 22px;
    background: url(../images/menu-arrow.png) no-repeat;
    width: 17px;
    height: 11px;
}

.menu-sec ul {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #dedede;
    right: -20px;
    min-width: 190px;
    text-align: left;
    margin-top: 25px;
}

.menu-sec ul li {
    border-bottom: 1px solid #dedede;
    padding: 10px 20px;
}

.menu-sec ul li a {
    font-size: 13px;
    color: #9b9b9b;
    font-weight: 500;
    text-decoration: none;
}

.menu-sec ul li:hover a {
    color: #3ec206;
}

.responsive-menu {
    display: none;
}

.tab-sec select {
    background: transparent !important;
    padding: 0px 0px !important;
    border: none;
    color: #f85084;
}

.tab-sec select option {
    color: #000;
}

.tab-sec select:focus {
    border: none;
    box-shadow: none;
    background: none;
}

.membership-box.ms-second h5 {
    font-size: 10px;
    font-weight: 600;
    color: #707070;
}

.membership-box.ms-second p {
    font-size: 12px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #3ec206;
}

.membership-box.ms-third h5 {
    font-weight: 400;
    color: #707070;
    font-size: 13px;
}

.membership-box.ms-third p {
    color: #3ec206;
}

.my-details.form-sec select {
    background: transparent !important;
}

.uploading-sec li embed {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.search a {
    position: absolute;
    right: 20px;
    top: 15px;
}

.search {
    margin-top: 15px;
    width: 40%;
    margin: 15px auto 0 auto;
    position: relative;
}

.search input[type="text"] {
    width: 100%;
    border: 1px solid #707070;
    outline: none;
    padding: 15px 20px;
    border-radius: 50px;
    color: #afafaf;
    font-size: 17px;
    font-weight: 400;
    padding-left: 75px;
    background: url(../images/search.png) no-repeat 30px 15px;

}

.icon-wishlist {
    cursor: pointer;
    width: 30px;
    height: 29px;
    opacity: 0.5;
    background: url(../images/wishlist-icon.png) no-repeat;
    display: inline-block;
    position: relative;
    top: 6px;
    margin-left: 10px;
}
.list-img > .icon-wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
}

.icon-wishlist:hover:before {
    opacity: 1;
}

.icon-wishlist:hover {
    opacity: 1;
}

.icon-wishlist.in-wishlist {
    opacity: 1;
    animation-name: wishlist-ani;
    animation-duration: 1000ms;
    background: url("../images/wishlist-icon-selected.png") no-repeat;
}

@keyframes wishlist-ani {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(0.5);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.contact-via li {
    display: inline-block;
    margin: 0 10px;
}

.contact-via ul {
    display: inline-block;
}

.contact-via li:last-child {
    margin-right: 0;
}

.contact-via {
    text-align: right;
    margin: 10px 0;
}

.contact-via span {
    margin-right: 10px;
}

.inner-page.referral-page {
    margin: 50px 0;
}

.referral-page h4 {
    text-align: center;
    margin-bottom: 80px;
}

.referral-page h6 {
    color: #3ec206;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

.clipboard {
    width: 100%;
    margin-bottom: 30px;
    display: inline-block;
}

.clipboard input {
    width: 75%;
    float: left;
    border: 1px solid #707070;
    border-right: none;
    font-size: 15px;
    color: #8d8d8d;
    outline: none;
    padding: 25px 15px;
}

.clipboard button {
    width: 25%;
    float: left;
    border: 1px solid #707070;
    border-left: none;
    font-size: 15px;
    color: #fff;
    background: #3ec206;
    outline: none;
    padding: 25px 15px;
}

.refer-acc {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}

.refer-acc .accordion-item {
    background-color: #fff;
    border: none;
}

.refer-acc .accordion-button {
    padding: 15px 0rem;
    font-size: 14px;
}

.refer-acc .accordion-button:not(.collapsed) {
    color: #6a6a6a;
    background-color: transparent;
    box-shadow: none;
}

.refer-acc .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.referral-image {
    width: 320px;
    margin: 0 auto;
}

.tell-friends {
    background: #dfdfdf;
    padding: 15px 30px;
}

.tell-friends ul {
    width: 100%;
    background: #fff;
    padding: 30px;
    text-align: center;
}

.tell-friends li {
    display: inline-block;
    margin: 0 15px;
}

.tell-friends p {
    text-align: center;
    color: #333333;
    font-weight: 500 !important;
    margin-bottom: 15px !important;
}

.tell-friends a {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    color: #3ec206;
    outline: none;
}

.countdown-sec {
    width: 100%;
    max-width: 900px;
    margin: 80px auto 10px auto;
}

.countdown-sec p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 25px;
    text-align: center;
}

.countdown-sec .countdown {
    width: auto;
}

.countdown-sec #js-days:after,
.countdown-sec #js-hours:after,
.countdown-sec #js-minutes:after,
.countdown-sec #js-seconds:after {
    color: #FFA500;
    font-weight: 600;
    text-shadow: 1px 1px 1px #00000026;
}

.countdown-sec .number {
    background: #FFA500;
}

.manual-topup-page h1 {
    color: #3ec206;
    margin-bottom: 25px;
}

.manual-form {
    width: 90%;
    margin: 5% auto;
    padding: 50px;
    border: 1px solid #cacaca;
}

.manual-form .report-btn {
    margin-bottom: 0;
}

.manual-form select {
    background: url(../images/select-arrow.png) no-repeat 99% 14px;
}

.upload-receipt .center {
    width: 100%;
    border: 1px solid #bcbcbc;
    margin-top: 25px;
}

.manual-form label {
    margin-top: 8px;
}

.manual-topup-accordion .accordion-item {
    border: none;
}

.manual-topup-accordion .accordion-button {
    padding: 1rem 0;
}

.list-item a.view-btn {
    margin-top: 25px;
    vertical-align: middle;
    display: block;
}

.list-img {
    width: 100%;
    /*float: right;*/
    /* overflow: hidden; */
    height: 170px;
    position: relative;
}

.list-img img {
    width: 100%;
    height: 100%;
}

.price_text {
    margin-top: 20%;
}

@media (min-width: 1201px) and (max-width: 1399px) {
    .uploading-sec li {
        display: inline-block;
        margin: 0 10px;
    }

    .upload-img-sec li {
        margin: 0 12px;
        width: 17.5%;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .user-sec ul li {
        margin: 0 30px;
    }

    .membership-box {
        width: 100%;
    }

    .membership-contant {
        padding: 20px 15px;
    }

    .membership-box {
        width: 100%;
    }

    a.save-max {
        display: inline-block;
    }

    .membership-contant {
        padding: 20px 15px;
    }

    .membership-box ul {
        margin: 30px 0 20px 0;
        text-align: left;
    }

    .uploading-sec li {
        margin: 0 10px;
    }

    .center {
        width: 167px;
        height: 167px;
    }

    .lang {
        margin-left: 25px;
    }

    .price-sec select {
        width: 10%;
    }

    .price-sec input {
        width: 90%;
    }

    .referral-image {
        width: 100%;
        margin: 0 auto;
    }

    .clipboard input {
        width: 70%;
    }

    .clipboard button {
        width: 30%;
    }

    .tell-friends li {
        margin: 0 10px;
    }

    .upload-img-sec li {
        margin: 0 12px;
        width: 17.5%;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .user-sec ul li {
        margin: 0 25px;
    }

    .header-right .login-d a {
        font-size: 16px;
    }

    .membership-box {
        width: 100%;
    }

    a.save-max {
        display: inline-block;
    }

    .membership-contant {
        padding: 20px 15px;
    }

    .uploading-sec li {
        margin: 0 10px;
    }

    .center {
        width: 167px;
        height: 167px;
    }

    .price-sec select {
        width: 10%;
    }

    .price-sec input {
        width: 90%;
    }

    .icon-wishlist:hover:before {
        opacity: 0;
    }

    .referral-image {
        width: 100%;
        margin: 0 auto;
    }

    .clipboard input {
        width: 70%;
    }

    .clipboard button {
        width: 30%;
    }

    .tell-friends li {
        margin: 0 10px;
    }

    .upload-img-sec li {
        margin: 0 12px;
        width: 17.5%;
    }
}

@media (min-width: 320px) and (max-width: 991px) {
    .login-d {
        display: none;
    }

    .mobile-log {
        display: block;
    }

    .register-section {
        border: none;
        margin-top: 20px;
    }

    .inner-sec h4.mobile-log {
        margin: 50px;
        font-size: 18px;
        color: #a2a2a2;
    }

    .login-sec .login-d {
        display: block;
    }

    .login-menu {
        display: none;
    }

    .login-menu-mob {
        display: block;
        margin-top: 30px;
    }

    .menu-sec ul {
        right: 0;
    }

    .menu-sec ul:before {
        content: '';
        right: 5px;
    }

    .upload-img-sec li {
        margin: 0 0 15px 0;
        width: 100%;
    }

    .upload-img-sec li img {
        height: auto;
    }

    .membership-box {
        width: 100%;
        margin-top: 25px !important;
    }

    .membership-sec .col-md-4 {
        flex: 0 0 auto;
        width: 100%;
    }

    .check-box {
        display: block;
        float: left;
    }

    .pp span {
        margin-left: 0;
        display: block;
        float: left;
        padding-left: 34px;
        margin-top: -22px;
    }

    .pp {
        text-align: left;
    }

    .reg-sec {
        width: 100%;
        margin: 0;
    }

    .reg-sec .pp span {
        margin-top: 0;
    }

    .header .header-right .login-registraion {
        margin-left: 0;
    }

    .icon-wishlist:hover:before {
        opacity: 0;
    }

    .manual-form {
        width: 100%;
        padding: 30px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .user-sec ul li {
        margin: 0 20px;
    }

    .user-sec ul li a {
        width: 185px;
        height: 185px;
    }

    a.login-registraion {
        margin-left: 14px;
    }

    a.login-registraion {
        padding: 12px;
        font-size: 16px;
    }

    .lang {
        margin-left: 20px;
    }

    .tab-sec select {
        width: 30%;
    }

    .header-right {
        margin-top: 0px;
    }

    .uploading-sec li {
        margin: 0 5px;
    }

    .center {
        width: 127px;
        height: 127px;
    }

    .price-sec select {
        width: 14%;
    }

    .price-sec input {
        width: 86%;
    }

    .search {
        width: 75%;
    }

    .referral-image {
        width: 100%;
        margin: 0 auto;
    }

    .clipboard input {
        width: 63%;
    }

    .clipboard button {
        width: 37%;
    }

    .tell-friends li {
        margin: 0 10px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .col-md-4.time-date {
        text-align: left;
        margin-top: 10px;
    }

    .list-detail h3 {
        line-height: 34px;
    }

    .referral-image {
        margin-bottom: 50px;
    }

    .referral-page h4 {
        margin-bottom: 50px;
    }

    .referral-image {
        width: 300px;
    }

    .clipboard input {
        width: 65%;
    }

    .clipboard button {
        width: 35%;
    }

    .tell-friends ul {
        padding: 30px 15px;
    }

    .tell-friends li {
        margin: 0 10px;
        width: 30px;
    }

    .list-img {
        float: none;
        width: auto;
        margin: 20px auto 0 auto;
        display: block;
        height: auto;
    }

    .list-item h3 {
        text-align: left;
        font-size: 14px;
        padding-bottom: 10px;
    }

    .price_text {
        margin-top: 15%;
        text-align: left;
    }

    .date {
        font-size: 13px;
        color: #313131;
        float: right;
        padding-left: 0;
        font-weight: 500;
        text-align: right;
        padding-top: 5px;
    }

    div#posts_content h3 a {

        padding-top: 15px;
        display: block;
    }

    .list-item a.view-btn {
        margin-top: 20px;
    }
}

@media (min-width: 641px) and (max-width: 768px) {
    .user-sec ul li {
        margin: 0 9px;
    }

    .user-sec ul li a {
        width: 150px;
        height: 150px;
        padding: 15px;
    }

    a.login-registraion {
        margin-left: 10px;
        padding: 10px 10px;
        font-size: 12px;
    }

    .lang {
        padding-left: 35px;
        margin-left: 10px;
    }

    .logo-div img {
        width: 57px;
    }

    .user-sec ul li a h6 {
        font-size: 20px;
        margin: 25px 0 10px 0;
    }

    .menu-sec {
        margin-left: 10px;
    }

    .service-sec ul li {
        margin: 0 25px;
    }

    .service-sec ul li a {
        padding: 10px;
        height: 200px;
        width: 200px;
    }

    .register-section {
        width: 100%;
        padding: 50px 10px;
        margin: 50px 0 0 0;
        border: none;
    }

    .reg-sec .pp span {
        margin-top: -25px;
    }

    .register-sec {
        width: 100%;
        margin: 0px auto 0 auto;
    }

    .date {
        padding-left: 0px;
    }

    .menu-sec {
        margin-left: 10px;
    }

    .lang {
        padding-left: 40px;
        margin-left: 10px;
    }

    .tab-sec select {
        width: 30%;
    }

    .col-md-9.select-sec {
        text-align: left;
        margin-top: 20px;
    }

    .pp {
        text-align: left;
    }

    .pp span {
        margin-top: -30px;
    }

    .header-right {
        margin-top: 0px;
    }

    .uploading-sec li {
        margin: 0 5px;
    }

    .center {
        width: 127px;
        height: 127px;
    }

    .list-item .col-md-4 {
        text-align: left;
        margin-top: 10px;
    }

    .price-sec select {
        width: 14%;
    }

    .price-sec input {
        width: 86%;
    }

    .form-sec .col-md-2,
    .form-sec .col-md-10 {
        margin-bottom: 15px;
    }

    .col-md-2.city {
        text-align: left;
        margin-top: 15px;
    }

    .search {
        width: 100%;
    }

    .list-img {
        float: left;
        margin-top: 20px;
    }

    .list-item a.view-btn {
        margin-top: 20px;
    }
}

@media (min-width: 481px) and (max-width: 640px) {
    .user-sec ul li {
        margin: 0 9px;
    }

    .user-sec ul li a {
        width: 125px;
        height: 125px;
        padding: 10px;
    }

    a.login-registraion {
        margin-left: 14px;
        padding: 12px 15px;
        font-size: 16px;
    }

    .lang {
        padding-left: 45px;
    }

    .user-sec ul li a h6 {
        font-size: 18px;
        margin: 25px 0 10px 0;
    }

    .user-sec img {
        height: 30px;
    }

    .user-sec ul li a p {
        font-size: 15px;
    }

    .service-sec ul li {
        margin: 0 13px;
    }

    .service-sec ul li a {
        padding: 10px;
        height: 200px;
        width: 200px;
    }

    .register-section {
        width: 100%;
        padding: 30px;
        margin: 30px 0;
        border: none;
    }

    .log-sec .col-xs-6 {
        width: 50%;
    }

    .header .login-registraion {
        display: none;
    }

    .responsive-menu .login-registraion {
        display: block;
    }

    .responsive-menu .login-registraion {
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .responsive-menu {
        margin-top: 10px;
    }

    .header-right {
        margin-top: 25px;
    }

    .responsive-menu .col-md-6.col-sm-6.col-xs-6 {
        width: 50%;
    }

    .header .col-md-6.col-sm-6.col-xs-6 {
        width: 50%;
    }

    .responsive-menu {
        display: block;
    }

    .list-detail .col-md-8.col-sm-8.col-xs-8,
    .list-detail .col-md-4.col-sm-4.col-xs-4 {
        width: 50%;
    }

    .tab-sec select {
        width: 30%;
        margin: 0 5px;
    }

    .col-md-9.select-sec {
        text-align: left;
        margin-top: 20px;
    }

    .tab-sec li {
        margin: 0 10px;
    }

    .uploading-sec li {
        margin: 0 5px;
    }

    .center {
        width: 127px;
        height: 127px;
    }

    .form-sec .col-md-2,
    .form-sec .col-md-10 {
        margin-bottom: 10px;
    }

    .form-btns {
        margin-top: 40px;
    }

    .col-md-2.city {
        text-align: left;
        margin-top: 10px;
    }

    .list-item .col-md-4 {
        text-align: left;
        margin-top: 10px;
    }

    .register-section {
        width: 100%;
        padding: 50px 10px;
        margin: 50px 0 0 0;
        border: none;
    }

    .reg-sec .pp span {
        margin-top: -25px;
    }

    .register-sec {
        width: 100%;
        margin: 0px auto 0 auto;
    }

    .price-sec select {
        width: 17%;
    }

    .price-sec input {
        width: 83%;
    }

    .form-sec .col-md-2,
    .form-sec .col-md-10 {
        margin-bottom: 15px;
    }

    .col-md-2.city {
        text-align: left;
        margin-top: 15px;
    }

    .search {
        width: 100%;
    }

    .clipboard button {
        padding: 25px 12px;
    }

    .countdown-sec .number {
        margin: 0 5px;
    }
}

@media (min-width: 381px) and (max-width: 480px) {

    .views__btn,
    .posts__btn {
        padding: 5px;
        margin-right: 0px;
    }

    .menu-sec {
        margin-left: 0px;
        float: right;
    }

    .user-sec ul li {
        margin: 0 5px;
    }

    .user-sec ul li a {
        width: 105px;
        height: 105px;
        padding: 10px;
    }

    a.login-registraion {
        margin-left: 14px;
        padding: 12px 15px;
        font-size: 14px;
    }

    .lang {
        padding-left: 45px;
    }

    .user-sec ul li a h6 {
        font-size: 17px;
        margin: 25px 0 10px 0;
    }

    .user-sec img {
        height: 30px;
    }

    .user-sec ul li a p {
        font-size: 14px;
    }

    .user-sec {
        margin: 50px 0;
    }


    .service-sec ul li {
        margin: 0 13px;
    }

    .service-sec ul li a {
        padding: 10px;
        height: 150px;
        width: 150px;
    }

    .service-sec img {
        height: 50px;
        vertical-align: top;
        display: inline-block;
    }

    .service-sec ul li a p {
        font-size: 15px;
    }

    .register-section {
        width: 100%;
        padding: 20px;
        margin: 30px 0;
        border: none;
    }

    .log-sec .col-xs-6 {
        width: 50%;
    }

    .header h1 {
        font-size: 24px;
    }

    .header .login-registraion {
        display: none;
    }

    .responsive-menu .login-registraion {
        display: block;
    }

    .responsive-menu .login-registraion {
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .responsive-menu {
        margin-top: 10px;
    }

    .header-right {
        margin-top: 0px;
        text-align: left;
    }

    .responsive-menu .col-md-6.col-sm-6.col-xs-6 {
        width: 50% !important;
    }

    .header .col-md-6.col-sm-6.col-xs-6 {
        width: 85%;
    }

    .header .col-md-6.col-sm-6.col-xs-6.logo-div {
        /*padding-left: 10px;*/
        padding-right: 0px;
        /*margin-top: -10px;*/
        width: 15%;
    }

    .responsive-menu {
        display: block;
    }

    .list-detail .col-md-8.col-sm-8.col-xs-8,
    .list-detail .col-md-4.col-sm-4.col-xs-4 {
        width: 50%;
    }

    #category_id {
        width: 100px;
    }

    #state {
        width: 88px;
    }

    .tab-sec select {
        width: 140px;
        margin: 0 5px 10px 5px;
    }

    .col-md-9.select-sec {
        text-align: left;
        margin-top: 20px;
    }

    .tab-sec li {
        margin: 0 5px;
    }

    .tab-sec .nav-pills .nav-link {
        font-size: 12px;
    }

    .uploading-sec li {
        margin: 0 5px;
    }

    .center {
        width: 127px;
        height: 127px;
    }

    .form-sec .col-md-2,
    .form-sec .col-md-10 {
        margin-bottom: 10px;
    }

    .form-btns {
        margin-top: 40px;
    }

    .col-md-2.city {
        text-align: left;
    }

    .list-item .col-md-4 {
        text-align: left;
        margin-top: 10px;
    }

    .register-section {
        width: 100%;
        padding: 50px 10px;
        margin: 30px 0 0 0;
        border: none;
    }

    .reg-sec .pp span {
        margin-top: -25px;
    }

    .register-sec {
        width: 100%;
        margin: 0px auto 0 auto;
    }

    .price-sec select {
        width: 25%;
    }

    .price-sec input {
        width: 75%;
    }

    .form-sec .col-md-2,
    .form-sec .col-md-10 {
        margin-bottom: 15px;
    }

    .col-md-2.city {
        text-align: left;
        margin-top: 15px;
    }

    .search {
        width: 100%;
    }

    .search img {
        width: 20px;
    }

    .referral-page h4 {
        margin-bottom: 50px;
    }

    .tell-friends li {
        margin: 0 5px;
        width: 30px;
    }

    .clipboard button {
        width: 44%;
        padding: 20px 10px;
    }

    .clipboard input {
        width: 56%;
        padding: 20px 15px;
    }

    .countdown-sec .number {
        margin: 0 2px;
        height: 80px;
        width: 80px;
    }

    .countdown-sec .new,
    .countdown-sec .old,
    .countdown-sec .current {
        font-size: 25px;
    }

    .countdown-sec #js-days:after,
    .countdown-sec #js-hours:after,
    .countdown-sec #js-minutes:after,
    .countdown-sec #js-seconds:after {
        font-size: 12px;
    }

    .manual-form {
        padding: 15px;
    }
}

@media (min-width: 320px) and (max-width: 380px) {

    .user-sec ul li {
        margin: 0 5px;
    }

    .user-sec ul li a {
        width: 85px;
        height: 85px;
        padding: 8px;
    }

    a.login-registraion {
        margin-left: 14px;
        padding: 12px 15px;
        font-size: 14px;
    }

    .lang {
        padding-left: 45px;
        margin-left: 20px;
    }

    .user-sec ul li a h6 {
        font-size: 16px;
        margin: 20px 0 10px 0;
    }

    .user-sec img {
        height: 25px;
    }

    .user-sec ul li a p {
        font-size: 14px;
    }

    .user-sec {
        margin: 50px 0;
    }

    .service-sec ul li {
        margin: 0 13px;
    }

    .service-sec ul li a {
        padding: 10px;
        height: 130px;
        width: 130px;
    }

    .service-sec img {
        height: 50px;
        vertical-align: top;
        display: inline-block;
    }

    .service-sec ul li a p {
        font-size: 13px;
    }

    .service-sec ul li {
        margin: 0 5px;
    }

    .register-section {
        width: 100%;
        padding: 50px;
        margin: 50px 0;
    }

    .register-section {
        width: 100%;
        padding: 10px;
        margin: 30px 0;
        border: none;
    }

    .log-sec .col-xs-6 {
        width: 50%;
    }

    .header h1 {
        font-size: 22px;
    }

    .inner-sec p {
        font-size: 15px;
    }

    .pp span {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .header .login-registraion {
        display: none;
    }

    .responsive-menu .login-registraion {
        display: block;
    }

    .responsive-menu .login-registraion {
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .responsive-menu {
        margin-top: 10px;
    }

    .header-right {
        margin-top: 0px;
        text-align: left;
        font-size: 12px;
    }

    .menu-sec {
        float: right;
        margin-left: 0px;
    }

    .responsive-menu .col-md-6.col-sm-6.col-xs-6 {
        width: 50% !important;
    }

    .header .col-md-6.col-sm-6.col-xs-6 {
        width: 83%;
    }

    .views__btn,
    .posts__btn {

        padding: 6px;

        margin-right: 0;
    }

    .header .col-md-6.col-sm-6.col-xs-6.logo-div {
        width: 15%;
        padding-left: 10px;
        padding-right: 0px;
        /* margin-top: -10px; */
    }

    .responsive-menu {
        display: block;
    }

    .table-bordered>:not(caption)>*>* {
        font-size: 13px;
    }

    .list-detail .col-md-8.col-sm-8.col-xs-8 {
        width: 65%;
    }

    .list-detail .col-md-4.col-sm-4.col-xs-4 {
        width: 35%;
    }

    .ads-id {
        font-size: 16px;
    }

    .list-detail h3 {
        font-size: 20px;
        line-height: 28px;
    }

    #category_id {
        width: 83px;
    }

    #state {
        width: 60px;
    }

    #pricefilter{
        width: 75px;
    }

    .tab-sec select {
        width: 113px;
        margin: 0 5px 10px 5px;
    }

    .col-md-9.select-sec {
        text-align: left;
        margin-top: 20px;
    }

    .tab-sec li {
        margin: 0 5px;
    }

    .tab-sec .nav-pills .nav-link {
        font-size: 12px;
    }

    a.save-max {
        display: inline-block;
    }

    .uploading-sec li {
        margin: 0 5px;
    }

    .center {
        width: 87px;
        height: 87px;
    }

    .form-sec .col-md-2,
    .form-sec .col-md-10 {
        margin-bottom: 10px;
    }

    .form-btns {
        margin-top: 40px;
    }

    .col-md-2.city {
        text-align: left;
    }

    .dropzone {
        width: 100%;
    }

    .price-sec select {
        width: 28%;
    }

    .price-sec input {
        width: 72%;
    }

    .list-item .col-md-4 {
        text-align: left;
        margin-top: 10px;
    }

    .list-item p {
        font-size: 13px;
        line-height: 22px;
    }

    .register-section {
        width: 100%;
        padding: 50px 10px;
        margin: 30px 0 0 0;
        border: none;
    }

    .reg-sec .pp span {
        margin-top: -25px;
    }

    .register-sec {
        width: 100%;
        margin: 0px auto 0 auto;
    }

    .search {
        width: 100%;
    }

    .search input[type="text"] {
        padding-left: 50px;
        background: url(../images/search.png) no-repeat 15px 15px;
    }

    .search img {
        width: 20px;
    }

    .contact-via li {
        margin: 0 1px;
    }

    .contact-via span {
        margin-right: 5px;
    }

    .referral-page h4 {
        margin-bottom: 50px;
    }

    .tell-friends li {
        margin: 0 5px;
        width: 25px;
    }

    .clipboard button {
        width: 47%;
        padding: 20px 10px;
        font-size: 13px;
    }

    .clipboard input {
        width: 53%;
        padding: 20px 10px;
        font-size: 13px;
    }

    .tell-friends {
        padding: 15px 17px;
    }

    .countdown-sec .number {
        margin: 0 2px;
        height: 65px;
        width: 65px;
    }

    .countdown-sec .new,
    .countdown-sec .old,
    .countdown-sec .current {
        font-size: 20px;
    }

    .countdown-sec #js-days:after,
    .countdown-sec #js-hours:after,
    .countdown-sec #js-minutes:after,
    .countdown-sec #js-seconds:after {
        font-size: 10px;
    }

    .countdown-sec {
        margin: 50px auto 10px auto;
    }

    .manual-form {
        padding: 15px;
    }
}

/* custom syles  */
.header {
    box-shadow: 0px 0px 4px 0px #ccc;
}
#posts_content .list-img {
    box-shadow: 0px 0px 6px 0px #e9e9e9;
    display: flex;
    justify-content: center;
    align-items: center;
}
#posts_content .list-img img {
    object-fit: contain;
    /* padding: 5px; */
    max-height: 150px;
}

.list-detail .post-media {
    border-bottom: 1px solid #eaeaea;
}
.list-detail .upload-img-sec ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.list-detail .upload-img-sec li {
    width: 50%;
    margin: 0;
    padding: 0 10px;
}
.list-detail .upload-img-sec li a {
    display: block;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding: 5px;
    box-shadow: 0px 0px 5px 0px #ccc;
    margin-bottom: 20px;
}
.list-detail .upload-img-sec li img {
    border-radius: 2px;
    display: block;
}
.post-description {
    margin-bottom: 20px;
}
.post-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 15px 0;
}
.post-bottom .nav {
    margin-top: 10px;
    margin-bottom: 10px;
}
.post-bottom .nav .nav-items {
    display: flex;
}
.post-bottom .nav .nav-items li:not(:last-child) {
    margin-right: 15px;
}
.post-bottom .nav .nav-items li a {
    width: 55px;
    height: 55px;
    border-radius: 4px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f489f7;
    transition: all .2s;
    border: 1px solid #ef7df2;
}
.post-bottom .nav .nav-items li a:hover {
    background: #ef7df2;
    transition: all .2s;
}
.post-bottom .nav .nav-items li a img {
    max-width: 100%;
    max-height: 100%;
}
.post-bottom .nav .nav-items li.forward a img {
    transform: scale(-1);
}

/* Profil page */
.avatar .file {
    height: 225px;
    width: 225px;
    border-radius: 100%;
    overflow: hidden;
    margin: auto;
    border: 1px solid #e9e9e9;
    position: relative;
    padding: 30px;
    background-color: #f2f2f2;
}
.avatar .file input {
    position: absolute;
    inset: 0 0 0 0;
    height: 100%;
    opacity: 0;
    border: none;
    z-index: 1;
}
.avatar .file img {
    max-width: 100%;
    max-height: 100%;
    /*opacity: .5;*/
}
.avatar ul {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.avatar ul li {
    margin: 5px;
}
.avatar ul li a {
    padding: 0 10px;
    line-height: 20px;
    font-size: 10px;
    text-transform: uppercase;
    background-color: #ef7df2;
    color: #000;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
}
.avatar ul li:first-child a {
    background-color: #70f438;
}
.field-s1 label {
    text-align: left;
    display: none;
}
.field-s1 input {
    border-radius: 0;
    padding-left: 0;
}

/* Shop details */
.shop-details {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.shop-details .sidebar {
    width: 100%;
    flex: 0 0 auto;
}
.shop-details .sidebar .avatar .file {
    width: auto;
    height: auto;
    border-radius: 0;
    border: 0;
}
.shop-details .col-main {
    width: 100%;
    flex: 0 0 auto;
}
.shop-details .shop-header {
    margin-bottom: 20px;
    /*border-bottom: 1px solid #ccc;*/
    padding-bottom: 15px;
    font-size: 16px;
}
.shop-details .shop-header .title {
    font-size: 24px;
    border-bottom: 0;
    text-align: left;
}
.shop-details .shop-header ul li {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.shop-details .shop-header ul li p {
    margin-bottom: 0;
}
.shop-details .shop-header .icon img {
    width: 18px;
    height: auto;
    margin-right: 10px;
}
.post-gllery-items .card {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.post-gllery-items .card a:not(.card-title) {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;

}
.post-gllery-items .card .card-body {
    padding: 10px;
    background-color: #f1f1f1;
}
.post-gllery-items .card .card-body .card-title {
    font-size: 18px;
    text-decoration: none;
    color: #f85084;
    display: block;
}
.post-gllery-items .card .card-body .price-wrap,
.post-gllery-items .card .card-body .post-date-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.post-gllery-items .card .card-body .price-wrap img,
.post-gllery-items .card .card-body .post-date-wrap img {
    width: 15px;
    margin-right: 5px;
}

.post-gllery-items .card .card-body .price {
    font-size: 14px;
    font-weight: 700;
}
.post-gllery-items .card .card-body .post-date {
    font-size: 14px;
}
.post-gllery-items .card a img {
    width: 100%;
    height: 130px;
    object-fit: contain;
}
.nav#pills-tab {
    font-size: small;
    position: relative;
}
.nav-item.dropdown.has-child {
    position: static;
}
.nav-item.dropdown.has-child .drp-toggle {
    padding: 0 10px;
    /* line-height: 24px; */
    border-radius: 3px;
    color: #f85084;
    text-decoration: none;
    position: relative;
}
.nav-item.dropdown.has-child .drp-toggle.show {
    background: #f85084;
    color: #fff;
}
.nav-item.dropdown.has-child .drp-toggle.show::after {
    content: '';
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #f85084;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.dropdown-menu.megamenu {
    right: 0;
    left: 0;
    top: calc(100% + 15px);
    padding: 15px;
    background: #f4f4f4;
    border-color: #e9e9e9;
    max-height: 100vh;
    overflow: auto;
}
.column-s1 {
    column-count: 2;
}

.dropdown-menu.megamenu .btn-close {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 5px;
    background-color: #f4f4f4;
}
.column-s1 .column-item {
    display: block;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.dropdown-menu.megamenu h5,
.dropdown-menu.megamenu h6 {
    border: 0;
    text-align: left;
    line-height: 1.5;
    height: auto;
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: center;
}
.dropdown-menu.megamenu h5::after,
.dropdown-menu.megamenu h6::after {
    content: '';
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid;
    margin-left: 5px;
}
.dropdown-menu.megamenu h5::after{
    border-top-color: #000;
}
.dropdown-menu.megamenu h6::after {
    border-top-color: #666;
    border-width: 4px;
}
.dropdown-menu.megamenu .title {
    font-size: 14px;
}
.dropdown-menu.megamenu .subtitle {
    font-size: 14px;
    color: #666;
}
.dropdown-menu.megamenu ul {
    margin-bottom: 10px;
}
.dropdown-menu.megamenu ul li {
    margin: 0;
}
.dropdown-menu.megamenu ul li a {
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}
.dropdown-menu.megamenu ul li a:hover {
    color: #000;
}

@media (min-width: 470px) {
    .list-detail .upload-img-sec li {
        width: 33.333%;
    }
}

@media (min-width: 640px) {
    .column-s1 {
        column-count: 3;
    }
    /* #posts_content .list-img img {
        padding: 10px;
    } */
    .shop-details .col-main {
        width: 70%;
        padding-left: 30px;
    }
    .shop-details .sidebar {
        width: 30%;
    }
}
@media (min-width: 768px) {
    .post-bottom {
        justify-content: space-between;
    }
    .post-bottom .nav .nav-items li a{
        width: 66px;
        height: 66px;
    }
    .post-gllery-items .card a img {
        height: 165px;
    }
}
@media (min-width: 992px) {
    .column-s1 {
        column-count: 4;
    }
    .list-detail .upload-img-sec li {
        width: 25%;
    }
}


@media (min-width: 1024px) {
    /* .dropdown-menu.megamenu {
        max-width: 75%;
    } */
    .list-detail .upload-img-sec li {
        width: 20%;
    }
    .avatar .file {
        padding: 50px;
    }
    .dropdown-menu.megamenu .title {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .list-detail .upload-img-sec li {
        width: 17.5%;
    }
    .column-s1 {
        column-count: 5;
    }

    .logo_img {
        height: 65px;
    }
}

@media(max-width: 767px) {
    .logo_img {
        max-width: 70% !important;
    }
}

.logo_img {
    max-width: 80%;
}

/* Hide user icon and show login/register buttons for desktop */
.desktop-only {
    display: block;
}
.mobile-only {
    display: none;
}

/* Show user icon and hide login/register buttons for mobile */
@media (max-width: 767px) {
    .desktop-only {
        display: none !important;
    }
    .mobile-only {
        display: block;
    }
}

.menu-sec {
    margin-top: -8px;
}

img#menu-sec-btn{
    width: 20px !important;
}

/* Custom pagination styles */
.pagination .page-link {
    color: #f85084;
}

.pagination .page-link:hover {
    color: #fff;
    background-color: #f85084;
    border-color: #f85084;
}

.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #f85084;
    border-color: #f85084;
}

.pagination .page-item.disabled .page-link {
    color: #ddd;
    background-color: #fff;
    border-color: #ddd;
}

/* Responsive pagination */
.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


