@font-face {
    font-family: 'iransans';
    src: url('../font/iransans.svg#iransans') format('svg'), url('../font/iransans.ttf') format('truetype'), url('../font/iransans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'iranans';
    src: url('../font/iranans.eot');
    src: url('../font/iranans.eot?#iefix') format('embedded-opentype'), url('../font/iranans.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.ptb-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

ol,
ul {
    list-style: none;
}


/* * {*/
/*  user-select: none;*/
/*} */

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
p,
span,
blockquote,
pre,
form,
fieldset,
table,
th,
td,
label {
    margin: 0;
    padding: 0;
    line-height: 2;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
}

p,
span,
blockquote,
pre,
li,
label {
    font-size: 15px;
}

label {
    margin-left: 0.5rem;
}

h1 {
    font-size: 25px;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 15px;
}

html {
    scroll-behavior: smooth;
    /*====== colors ========*/
    --yellow: #F7E9A0;
    --red: #F76D6D;
    --lightblue: #A8D1E7;
    --darkblue: #374785;
    --navyblue: #24315E;
    --white: #fff;
    --black: #000;
    --text: #383838;
    --lightgray: #EEEEEE;
    --gray: #E2E2E2;
    --gray-500: #9D9D9D;
    /*====== size of elements ========*/
    --size-10: 10px;
    --size-15: 15px;
    --size-20: 20px;
    --size-25: 25px;
    --size-30: 30px;
    --size-35: 35px;
}

a {
    text-decoration: none;
}

button {
    border: 0;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

form * {
    outline: 0;
}

.input:focus {
    outline: none;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

body {
    font-family: "iransans", sans-serif;
}

@media only screen and (min-width: 1400px) {
    .my-container {
        max-width: 1320px;
    }
}

@media only screen and (min-width: 1300px) and (max-width:1399px) {
    .my-container {
        max-width: 1200px;
    }
}

@media only screen and (min-width: 1200px) and (max-width:1299px) {
    .my-container {
        max-width: 1060px;
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .my-container {
        max-width: 960px;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .my-container {
        max-width: 720px;
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .my-container {
        max-width: 540px;
    }
    /* p{
      text-align: justify !important;
    } */
}

@media only screen and (min-width: 425px) and (max-width:575px) {
    .my-container {
        max-width: 365px !important;
        padding: 0 !important;
    }
    p {
        text-align: justify !important;
    }
    h1 {
        font-size: 22px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 16px;
    }
    h5 {
        font-size: 14px;
    }
    h6 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 424px) {
    .my-container {
        max-width: 332px !important;
        padding: 0 !important;
    }
}

.my-container {
    width: 100%;
    /*padding-right: 15px;
    padding-left: 15px; */
    margin-right: auto;
    margin-left: auto;
}

.my-container .row {
    margin-right: -15px;
    margin-left: -15px;
}

.my-container>div {
    padding: 0;
}

.my-container .row div[class^="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* .butn{
    padding: 10px 50px;
  } */

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgb(13 110 253 / 25%);
}


/* header */

header,
.user-panel-header {
    background: var(--white);
    padding: 0 var(--size-35);
    border-bottom: 2px solid var(--lightblue);
    height: 80px;
}

header nav {
    height: inherit;
}

header.header nav ul {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

header div {
    padding: 0 !important;
}

.user-login .user-profile {
    width: 55px;
    height: 55px;
    border-radius: 100px;
    border: 3px solid var(--darkblue);
    object-fit: cover;
}

.user-login p {
    color: var(--darkblue);
    font-size: 14px;
}

.user-login a.dropdown-toggle:after {
    display: none;
}

.user-login ul.dropdown-menu.show {
    padding: 0;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 0 33px #0000001a;
    overflow: hidden;
}

.user-login ul.dropdown-menu.show li {
    padding: 4px 0rem;
}

.user-login a.dropdown-item {
    color: var(--darkblue);
    font-size: 14px;
}

.user-login ul.dropdown-menu.show li:hover,
.user-login .dropdown-item:hover {
    color: var(--darkblue);
    background: var(--lightgray);
}

.dropdown-item.logout {
    color: var(--red) !important;
}

@media screen and (max-width:768px) {
    /* .butn{
    padding: 10px 30px;
  } */
    header,
    .user-panel-header {
        height: 70px;
        padding: 0 14px;
        border-bottom: 2px solid var(--lightblue);
        display: flex;
        align-items: center;
    }
    .mobile-header,
    .mobile-right-aside {
        background: var(--white);
    }
    footer .social-media {
        justify-content: space-between;
    }
    footer:before {
        bottom: -225px;
    }
    footer .footer-content h3 {
        font-size: 18px;
    }
    .visited-state a.view-more {
        width: 49% !important;
        height: 39px !important;
    }
}

header .logo img,
.mobile-header .logo {
    width: 80px;
    margin-right: auto !important;
    margin-left: auto !important;
}


/* header ul li {
    padding: 0 15px;
} */

header ul li a,
.mobile-menu li a {
    color: var(--black);
    padding: 0 var(--size-15);
    transition: .3s;
}

header ul li:hover a,
.mobile-menu li:hover a,
header ul li.active a,
.mobile-menu ul li.active a {
    color: var(--lightblue);
}

header ul li svg path,
.mobile-menu li svg path {
    transition: .3s;
}

header ul li:hover svg path,
.mobile-menu li:hover svg path,
header ul li.active svg path,
.mobile-menu ul li.active svg path {
    fill: var(--lightblue);
}

header ul li,
.mobile-menu li {
    position: relative;
}

header ul li:before {
    position: absolute;
    content: "";
    background: var(--lightblue);
    height: 4px;
    width: 100%;
    bottom: -25px;
    right: 0;
    display: none;
    border-radius: 3px;
}

header ul li.active:before,
.mobile-menu ul li.active:before {
    display: block !important;
}

.mobile-menu ul li:before {
    position: absolute;
    content: "";
    background: var(--lightblue);
    height: 32px;
    width: 6px;
    top: -5px;
    right: -35px;
    display: none;
    border-radius: 3px 0 0 3px;
}

header ul li.active:before {
    display: block !important;
}


/* mobile menu */

.menu-overlay,
.sticky-btn-overlay {
    background: #00000073;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}

.menu-mobile-active .menu-overlay,
.sticky-btn-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-header,
.mobile-right-aside {
    width: 250px;
    height: 100%;
    background: #ffffff;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(300px);
    transition: all 0.7s;
    border-radius: var(--size-20) 0 0 var(--size-20);
    padding: var(--size-20) var(--size-35);
}

.mobile-left-aside {
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(-2000px);
    transition: all 0.7s;
    padding: .3rem;
}

.mobile-menu li {
    margin: 19px 0;
    list-style: none;
    text-align: center;
}

.mobile-header.open-sidebar,
.mobile-right-aside.open-sidebar,
.mobile-left-aside.open-sidebar {
    transform: translateX(0px);
}

@media (min-width:600px) {
    .mobile-left-aside {
        width: 400px;
        left: 0 !important;
        right: unset;
    }
    .show-header {
        background: var(--white) !important;
        box-shadow: 1px 0px 11px #b8b8b8;
    }
    .show-header circle {
        fill: var(--white);
    }
    .show-header path {
        fill: var(--darkblue);
    }
}

.clearfix::before {
    content: "";
    clear: both;
    display: table;
}

header .login-btn,
header .register-btn {
    width: 131px;
    /* height: 40px; */
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    border-radius: var(--size-10);
    font-size: 14px;
    font-weight: bold;
    /* border: 1px solid transparent; */
}

header a.login-btn *,
header a.register-btn * {
    margin: 0 0 0 7px;
}

header .login-btn {
    background: linear-gradient(90deg, var(--darkblue), var(--lightblue));
    color: var(--white);
}

header .register-btn {
    border: 1px solid var(--lightblue);
    color: #89BAD5;
    margin-left: 10px;
}


/* footer */

footer {
    /* background: linear-gradient(#D0ECFB ,#7FCDF6); */
    /* margin: 5rem 0 0 0!important; */
    background-image: url(../images/background/background4.jpg);
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    /* margin: 3rem 0 0 0!important; */
}

.footer {
    position: relative;
    overflow: hidden;
}

footer * {
    z-index: 1;
}

footer .footer:before {
    position: absolute;
    content: "";
    background-image: url(../images/svg/abstract.svg);
    bottom: -135px;
    right: -60px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 32%;
    height: 60%;
}

footer .logo {
    width: 80px;
}

footer .footer-content {
    padding: 3rem 0;
}

footer .footer-content div {
    padding: 0 !important;
}

footer .footer-content h3 {
    font-weight: bold;
    font-size: 22px;
    color: var(--navyblue);
    margin-bottom: 2rem;
}

footer p {
    text-align: justify;
    line-height: 30px;
}

footer p,
footer ul li a {
    color: var(--darkblue);
    font-size: 15px;
}

footer ul li {
    margin: var(--size-10) 0;
}

footer ul li:hover a {
    color: var(--black);
    transition: .3s;
}

footer .copyright {
    width: fit-content;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: var(--size-10);
    border-top: .5px solid #A6B8FE;
    font-size: 14px;
}

footer .footer-contact .contact-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    padding: 8px;
    background: #A3D7F3;
    border-radius: 100%;
    margin-left: 0.5rem;
    margin-bottom: 0.2rem;
}

footer .social-icon {
    width: 46px;
    height: 46px;
    padding: 8px;
    background: #A3D7F3;
    border-radius: 100%;
    margin-left: 1rem;
    margin-bottom: 0.2rem;
    overflow: hidden;
}

footer .social-icon a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: inherit;
    height: inherit;
}

footer .social-media {
    display: flex;
    align-items: center;
}

footer .namad {
    display: flex;
    justify-content: center;
    align-items: center;
}

.namad img {
    width: 90px;
    height: 100%;
    object-fit: contain;
    z-index: 0;
}


/* footer
{
  position: relative;
}
.shapes img {
  position: absolute;
  z-index: 1 !important;
}
.shapes img.shape1 {
  top: -45px;
  right: -60px;
  z-index: -1 !important;
}
.shapes img.shape3 {
  top: -35px;
  left: -45px;
} */

.sticky-box {
    position: fixed;
    bottom: 15px;
    right: 10px;
    z-index: 10000;
}

.sticky-box .plus {
    width: 55px;
    height: 55px;
}

.sticky-box .plus button {
    width: inherit;
    height: inherit;
    background: transparent;
    padding: 0;
}

.sticky-box .plus img {
    width: inherit;
    background: #374785;
    padding: 16px;
    border: 3px solid #9BB0FF;
    border-radius: 100px;
    transition: .5s;
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #5a99d480;
}

@keyframes pulse {
    0% {
        transform: scale(.8);
    }
    50% {
        transform: scale(1);
        box-shadow: 0 0 0 35px #5a99d40e;
    }
    100% {
        transform: scale(.8);
        box-shadow: 0 0 0 0 #5a99d410;
    }
}

.sticky-box.active .plus img {
    border-color: transparent !important;
    transform: rotate(45deg);
    animation: none;
}

.sticky-btns {
    height: 0;
    transition: height 1s;
}

.sticky-box.active .sticky-btns {
    height: 100%;
}

.sticky-btns a.show {
    display: flex !important;
}

.sticky-box .sticky-btns>svg {
    position: absolute;
    right: 26px;
    z-index: -1;
    height: 0;
}

.sticky-btns>svg.show {
    height: 100%;
}

.sticky-box a.view-more:hover {
    background: #fff !important;
}


/* main  */

.main {
    /*margin: 5rem auto 3rem !important;*/
    display: flow-root;
}


/* section */

.visited-state {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.visited-state a.view-more {
    background: transparent !important;
    width: 22%;
    padding: 7px;
    /* margin: 4px; */
}

.visited-state a.view-more:hover {
    background: var(--darkblue) !important;
}


/* .visited-state a ,.about-links a{
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--darkblue);
  width: 22%;
  height: 38px;
  background: transparent;
  border-radius: var(--size-10);
  border: 2px solid var(--darkblue);
  margin: 5px 0;
  transition: .3s;
} */

.country-state {
    background-image: url(../images/background/background1.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
    background-position: bottom;
    background-size: cover;
    overflow: hidden;
}

.country-state div {
    z-index: 1;
}

.list-state {
    background: var(--white);
  padding: var(--size-20);
  border-radius: var(--size-20);
  margin: var(--size-20) 0;
  /* height: 320px; */
}

a.state-links {
    background: var(--darkblue);
    width: fit-content !important;
    color: var(--white) !important;
    font-size: 14px;
    padding: 10px;
    margin-left: 12px;
    border-radius: 10px;
    margin-right: auto;
    transition: 0.5s;
}

a.all-states {
    width: fit-content !important;
    float: right;
}

a.state-links:hover {
    background: var(--navyblue);
}

@media screen and (max-width:576px) {
    .modal-content {
        height: 97vh;
    }
    /*.main {*/
    /*    margin-top: 4.2rem!important;*/
    /*}*/
    .list-state {
        /* padding: 0; */
        /* height: auto !important;
    max-height: 100% !important; */
    }

}

.modal-content .modal-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.modal-content .modal-inner .modal-cont {
    height: 90%;
    overflow: auto;
}

.list-state .input-group {
    background: var(--lightgray);
    padding: var(--size-10);
    border-radius: var(--size-15);
}

.list-state form {
    position: relative;
}

.list-state ul .state {
    text-align: right;
}

.list-state form > ul {
  overflow-y: auto;
  height: 200px;
}

.input-group input,
.input-group select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--text);
    background-color: var(--white);
    background-clip: padding-box;
    border: 1px solid var(--text);
}

.list-state .input-group input {
    color: var(--text);
    background-color: transparent;
    border: 0px solid #ced4da !important;
}

.input-group input,
.input-group select {
    width: 1% !important;
}

.input-group button {
    position: relative;
    z-index: 2;
    padding: 0 var(--size-15);
}

.list-state ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--size-10);
    border-bottom: 1px solid #E6E6E6;
}

.list-state ul li ul {
      /* display: none; */
    opacity: 0;
    width: 100%;
    height: 0;
    position:absolute;
    bottom: 0;
    overflow: auto;
    right: 0;
    background: var(--white);
    transition: .5s;
    transform: translateY(0);
}

.list-state ul li ul.city-show {
       /* display: block; */
    opacity: 1;
    /* width: 100%; */
    height: 200px;
    transform: translateY(1px);
}

.list-state ul.state-hide {
    overflow: hidden;
}

.list-state ul li span {
    color: var(--gray-500);
    font-size: 12px;
    margin-left: 10px;
}


/* .list-state ul li input[type="checkbox"] {
  width: var(--size-20);
  height: var(--size-20);
  accent-color: #00a966;
  vertical-align: middle;
} */

input[type="checkbox"],
input[type="radio"] {
    accent-color: #00a966;
    border: 0 !important;
    outline: 0 !important;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.list-state ul li a img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.list-state a {
    color: var(--text);
}

.list-state ul li a {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
}

a.btn-full-w,
button.btn-full-w,
.btn-full-w {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, var(--darkblue), var(--navyblue));
    /* width: 100%;
  height: 60px; */
    border-radius: var(--size-15);
    color: var(--white);
    /* font-weight: bold; */
    text-align: center;
    padding: 8px;
    margin-top: .5rem;
}

@media screen and (max-width:768px) {
    a.btn-full-w,
    button.btn-full-w,
    .btn-full-w {
        font-size: 14px;
    }
}

a.btn-full-w img,
button.btn-full-w img,
a.btn-full-w svg,
button.btn-full-w svg,
.btn-full-w svg {
    margin-left: var(--size-25);
}

.titles img {
    margin-left: var(--size-15);
    z-index: 1;
}

.titles h2 {
    font-size: var(--size-20);
    font-weight: bold;
    color: var(--darkblue);
    z-index: 1;
}

.titles p {
    color: var(--darkblue);
    font-size: 14px;
    z-index: 1;
}

.user-panel .titles img {
    margin-left: var(--size-10);
    z-index: 1;
}

.search-result h2 {
    font-size: 16px !important;
}

.search-box {
    background: var(--gray);
    padding: 5px;
    border-radius: var(--size-10);
}

.search-box select,
.search-box .dropdown.bootstrap-select button.dropdown-toggle {
    width: 100%;
    border: 0 !important;
    border-radius: var(--size-10);
    padding: var(--size-10);
    font-size: 15px;
}

.search-box .input-group input {
    border-radius: 0 var(--size-10) var(--size-10) 0 !important;
}

.search-box input,
.modal-cont input {
    border: 0 !important;
    padding: var(--size-10) !important;
    border-radius: var(--size-10) !important;
}

.search-box .input-group button,
.search-box button.filter-search,
.search-panel button {
    background: var(--darkblue);
    border-radius: var(--size-10) 0 0 var(--size-10);
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 0;
}

.search-panel button {
    height: auto;
}

.search-box button img,
.search-panel button img {
    width: var(--size-20);
    height: var(--size-20);
    margin: 0 !important;
}

.search-box button.filter-search {
    border-radius: var(--size-10);
    width: 100%;
    text-align: center;
}

@media screen and (max-width:576px) {
    .search-box {
        background: transparent !important;
        padding: 0 !important;
        border-radius: var(--size-10);
    }
    .search-box input,
    .modal-cont input {
        border: 1px solid #D8D8D8 !important;
    }
    .search-box input::placeholder {
        color: #878787;
    }
    .titles h2 {
        font-size: 16px !important;
    }
    a.btn-full-w {
        font-size: 14px !important;
    }
    a.btn-full-w img {
        margin-left: var(--size-10);
    }
}

.country-ads {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.country-ads .ads,
.similar-ads .ads {
    position: relative;
    background: var(--white);
    border-radius: var(--size-20);
    box-shadow: 0 0 40px #3747851f;
    padding: var(--size-15);
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

.country-ads .ads .rating-stars-container,
.similar-ads .ads .rating-stars-container {
    text-align: center;
}

.country-ads .ads .ads-title a,
.similar-ads .ads .ads-title a {
    font-size: 16px;
    color: var(--text);
    font-weight: bolder;
    text-align: center;
    line-height: 24px;
}

.country-ads .ads .ads-title a:hover,
.similar-ads .ads .ads-title a:hover {
    color: var(--darkblue);
}

.country-ads .ads .ads-img img,
.similar-ads .ads .ads-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.country-ads .ads .ads-img,
.similar-ads .ads .ads-img {
    width: 100%;
    height: 170px;
    border-radius: 15px;
    overflow: hidden;
}

.ads-category {
    margin: var(--size-10) 0;
    flex-wrap: wrap;
}


/* a.view-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fill-available;
  background: var(--white);
  text-align: center;
  border: 1px solid var(--darkblue);
  border-radius: var(--size-10);
  padding: var(--size-10);
  color: var(--darkblue);
  font-size: 14px;
  font-weight: bold;
  transition: .3s;
} */

a.view-more,
button.view-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    background: transparent;
    text-align: center;
    border: 1px solid var(--darkblue);
    border-radius: var(--size-10);
    padding: 7px 40px;
    color: var(--darkblue);
    font-size: 14px;
    font-weight: bold;
    transition: .3s;
    height: fit-content;
    margin: 5px 0;
}

.view-more svg {
    margin-right: var(--size-10);
    margin-left: var(--size-10);
    transition: .3s;
}

.view-more svg path {
    transition: .3s;
}

.view-more:hover,
.site-info-btn .view-more:hover,
.about-links a:hover {
    background: var(--darkblue) !important;
    color: var(--white);
}

.view-more:hover svg path,
.site-info-btn a.view-more:hover svg path {
    fill: var(--white);
}

.country-ads .ads-category p,
.similar-ads .ads-category p,
.blog-category p,
.post-category p,
.post-author p,
.post-date p,
.post-time p {
    color: var(--text);
    font-size: 13px;
    margin-right: var(--size-10);
    font-weight: bold;
}

.ads-category a,
.article-category div p,
.blog-category a,
.post-tag a {
    font-size: 13px;
    color: var(--gray-500);
}

.country-ads>div,
.similar-ads>div {
    padding: 0.5rem;
    padding-bottom: 1rem;
    padding-top: 0;
}

.country-ads>div:nth-child(1),
.country-ads>div:nth-child(4) {
    padding-right: 0;
    padding-left: 1rem;
}

.country-ads>div:nth-child(3),
.country-ads>div:nth-child(6) {
    padding-left: 0;
    padding-right: 1rem;
}

@media screen and (max-width:576px) {
    .country-ads>div,
    .similar-ads>div {
        padding: .5rem 0 !important;
    }
    /* .search-panel{
    margin:2.5rem 0 0 0 !important;
  } */
}

@media screen and (max-width:768px) {
    .article-img img {
        width: 94px !important;
        height: 94px !important;
    }
}

@media screen and (max-width:991px) {
    .country-ads>div:nth-child(odd) {
        padding-right: 0;
        padding-left: 1rem;
    }
    .country-ads>div:nth-child(even) {
        padding-left: 0;
        padding-right: 1rem;
    }
}

.lasted-articles-desc {
    position: relative;
    background-image: url(/ofoghweb/user-assets/images/image/asdsad.jpeg);
    width: 100%;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: var(--size-15);
    overflow: hidden;
    border: 1px solid #707070;
}

.lasted-articles-desc .descrip {
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000007a;
    padding: 0;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.lasted-articles-desc h3 {
    font-size: 24px;
    color: var(--white);
    line-height: 26px;
    margin-bottom: var(--size-20);
}

.lasted-articles-desc p {
    color: var(--white);
    line-height: 30px;
}

.lasted-articles-desc p,
.article-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.article-content p {
    color: var(--gray-500);
    line-height: 26px;
}

.article-content h3 a {
    color: var(--text);
    font-weight: bolder;
    font-size: var(--size-20);
    line-height: 26px;
}


/* review */

.article-img {
    width: 45% !important;
    height: 100% !important;
}

.article-img img {
    width: 133px;
    height: 133px !important;
    border-radius: 20px;
    object-fit: cover;
}

@media (min-width:576px) and (max-width:1024px) {
    /* .article-img {
    width: 80% !important;
    height: 100% !important;
  } */
}


/* .comment-footer .reply-this{
  width: fit-content;
  padding: 7px 30px !important;
} */

.article-content {
    /* margin-right: 3rem; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width:576px) {
    .article-content {
        margin-right: 0;
        margin-top: 1em;
    }
    .article-img {
        width: 100% !important;
        height: 100% !important;
    }
    .article-img img {
        width: 100% !important;
    }
    .article-content .view-more {
        padding: 7px 30px !important;
        margin-top: 1rem;
    }
    .article-content h3 a {
        font-size: 16px;
    }
    .article-content p {
        font-size: 14px;
    }
    .site-info-content h3 {
        font-size: 18px !important;
        font-weight: bold;
        text-align: center;
    }
}


/* review */

.article-content p {
    -webkit-line-clamp: 1 !important;
}

.lasted-articles {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 40px #00000042;
    padding: 20px !important;
}

.article-link-title,
.article-link-title .titles {
    width: fit-content;
    padding: 0 2rem;
    position: relative;
}

.article-link-title {
    padding: 0 !important;
}

.article-link-title:before {
    position: absolute;
    content: "";
    width: 70%;
    height: 100px;
    background: var(--white);
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 20px;
    transform: skew(20deg, 0deg);
    box-shadow: 0 0 40px #00000042;
}

.article-link-title:after {
    position: absolute;
    content: "";
    width: 70%;
    height: 100px;
    background: var(--white);
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 20px;
    transform: skew(-20deg, 0deg);
    box-shadow: 0 0 40px #00000042;
    z-index: -2;
}

.article-link-title .titles:before {
    position: absolute;
    content: "";
    width: 70%;
    height: 100px;
    background: var(--white);
    top: -15px;
    right: -4px;
    z-index: -1;
    border-radius: 20px;
    transform: skew(20deg, 0deg);
    z-index: 0 !important;
}

.article-link-title .titles:after {
    position: absolute;
    content: "";
    width: 70%;
    height: 100px;
    background: var(--white);
    top: -15px;
    left: -4px;
    z-index: -1;
    border-radius: 20px;
    transform: skew(-20deg, 0deg);
    z-index: 0 !important;
}

.advertising-slider .ad-text-overlay {
    position: absolute;
    right: 3rem;
    top: 2rem;
    color: #fff;
    z-index: 1;
}

.advertising-slider .ad-text-overlay p,
.site-box p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 95px;
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
}

.advertising-slider .ad-text-overlay h2 {
    font-size: 30px;
    line-height: 48px;
}

@media screen and (max-width:576px) {
    .advertising-slider .ad-text-overlay p {
        font-size: 10px;
    }
    .advertising-slider .ad-text-overlay h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .advertising-slider .ad-text-overlay {
        right: 20px;
        top: 20px;
    }
    /* .site-box.site-help > div,.site-box.marketer-training > div {
    padding: 1rem 2rem !important;
} */
    /* .site-box a.view-more, .site-info-btn a.view-more {
  padding: 10px 30px !important;
} */
    .site-info {
        background-size: 150% !important;
    }
    .site-info img {
        width: 75%;
        margin: auto;
        display: block;
    }
}

@media only screen and (max-width:768px) {
    .view-more {
        padding: 7px 30px !important;
        font-size: 13px !important;
    }
    .site-box.site-help>div,
    .site-box.marketer-training>div {
        padding: 1rem 2rem !important;
    }
    .site-box h3 {
        font-size: var(--size-20) !important;
        line-height: var(--size-25) !important;
    }
    .site-info .site-info-content {
        padding: 3rem 0 !important;
    }
    .site-info-content h3 {
        font-size: var(--size-20) !important;
    }
}

.advertising-slider-item {
     position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: auto;
}

.advertising-slider .slick-dots {
      position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
}

.advertising-slider .slick-dots li button:before {
    font-size: 11px;
    width: 10px;
    height: 10px;
    opacity: 1;
    color: white;
}

.advertising-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #EFCA07;
    text-shadow: 0 0 6px #EFCA07;
}

.advertising-slider .slick-dots li {
    margin: 0 !important;
}

.advertising-slider img {
      width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 20px;
    border: 1px solid #eaeaea;
}

.site-box img {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
}

.site-box.site-help>div {
    background: var(--red);
    border-radius: 20px;
    padding: 1.5rem 4rem;
}

.site-box.marketer-training>div {
    background: #1C83F9;
    border-radius: 20px;
    padding: 1.5rem 4rem;
}

.site-box h3 {
    color: var(--white);
    font-weight: bold;
}

.site-box a.view-more {
    border-color: var(--white);
    background: var(--white);
}

.site-box a.view-more:hover {
    background: transparent !important;
}

.site-box p {
    color: var(--white);
}


/* .site-box a.view-more,.site-info-btn a.view-more
{
  width: fit-content;
  padding: 7px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  text-align: center;
  border-color: var(--white);
  border-radius: var(--size-10);
  font-size: 14px;
  font-weight: bold;
  transition: .3s;
  margin-top: 1rem;
} */

.site-help a.view-more {
    color: #f76d6d;
}

.marketer-training a.view-more {
    color: #1C83F9;
}

.site-help a.view-more:hover,
.marketer-training a.view-more:hover {
    color: var(--white);
    background: transparent;
}


/* .site-info-btn a.view-more {
  border-color: var(--darkblue);
  display: inline-flex;
  float: left;
  margin: 10px ;
} */

.site-info {
    background: url(../images/background/background2.jpg) no-repeat;
    background-size: contain;
    width: 100%;
    background-position: top center;
}

.site-info-title svg.arrow-down {
    transform: rotate(-90deg);
    margin: auto;
    display: block;
    width: 28px;
    height: 28px;
    margin-bottom: -22px;
    padding-bottom: 5px;
}

@media screen and (max-width:768px) {
    .site-info-title svg.arrow-down {
        width: 23px;
        height: 23px;
        margin-bottom: -13px;
    }
}

@media screen and (max-width:576px) {
    .site-info-btn .view-more {
        width: 50%;
        padding: 7px 25px !important;
    }
    .iran-map svg {
        height: 365px;
        width: 100%;
    }
}


/* .site-info svg.arrow-down{
  display: block;
  margin: auto;
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
} */

.site-info .site-info-content {
    padding: 7rem 0;
}

.site-info-btn a.view-more svg,
.butn img,
.butn svg {
    margin-left: 10px;
    margin-right: 0;
}

.butn img,
.butn svg {
    margin-left: 0;
    margin-right: 10px;
}

a.view-more.reg-ads-btn:hover {
    background: var(--white);
    color: var(--darkblue);
}

a.view-more.reg-ads-btn:hover svg path {
    fill: var(--darkblue) !important;
}

.site-info-content * {
    color: var(--text);
}

.site-info-content h3,
.site-info-content p {
    margin-bottom: 2rem;
    line-height: 40px;
}

.site-info-content h3 {
    font-size: var(--size-25);
}

#myInput {
    background-image: url('/css/searchicon.png');
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

#myUL {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#myUL li a {
    border: 1px solid #ddd;
    margin-top: -1px;
    /* Prevent double borders */
    background-color: #f6f6f6;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    color: black;
    display: block
}

#myUL li a:hover:not(.header) {
    background-color: #eee;
}

.iran-map svg path.show,
.iran-map svg path.active {
    fill: var(--red);
}

.iran-map svg g.city {
    display: none;
}

.iran-map svg g.active {
    display: block;
}

.iran-map svg g.show {
    display: block;
    direction: rtl;
}

.iran-map svg * {
    font-family: 'iransans';
    direction: ltr;
}

.modal-content {
    border: 0;
    border-radius: 20px;
    overflow-y: auto;
}

.breadcrumb {
    padding: 2rem 0 0;
    margin-bottom: 0 !important;
}

.breadcrumb-item {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}

.breadcrumb-item a {
    color: #979898;
    transition: .3s;
}

.breadcrumb-item.active,
.breadcrumb-item a:hover {
    color: var(--darkblue);
}

.breadcrumb-item+.breadcrumb-item {
    padding-right: 1rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: right;
    padding-left: 1rem;
    color: #6c757d;
    content: url('../images/icons/left-chevron3.svg') !important;
    margin-top: 3px !important;
}


/* about us */

.about-us {
    background: url(../images/background/background3.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    background-position: bottom center;
    padding: 0 0 7rem;
}

.about-links a {
    /* width: 15.5% !important;
  margin: 10px 7px !important; */
    /* border-width: 1px; */
    font-size: 13px;
    font-weight: bold;
    padding: 10px 6px !important;
    width: 100%;
}

.about-links a svg {
    margin-left: 0;
}

.about-links a>div {
    flex: 1 1 auto;
    text-align: center;
    padding: 0;
}

.about-links div {
    padding: 7px;
}


/* .about-links a svg {
  margin-left: 7px;
} */

.about-links a:hover svg path {
    fill: var(--white);
}

@media screen and (max-width:1200px) {
    .about-links a {
        font-size: 10px;
    }
    .about-links div {
        padding: 4px;
    }
}

.permiss-logo:not(:last-child),
.namad-logo:not(:last-child) {
    margin-left: 10px;
}

.permiss-logo {
    display: flex;
    align-items: center;
    padding: 15px;
}

.permiss-logo.e-namad a {
    background: #F7E9A0;
}

.permiss-logo img,
.permiss-logo a {
    border-radius: 35px !important;
}

.permiss-logo img {
    border-radius: 35px !important;
    width: 200px;
    height: 100%;
}


/* contact us */

.contact-us {
    padding: 0 0 2rem;
    background: #FFF1AB;
    border-radius: 0 0 83px 83px;
}

.contact-location {
    width: 100%;
    height: 100%;
    display: block;
    float: left;
    border-radius: 60px;
}

.contact-map {
    padding-right: 6% !important;
}

@media screen and (max-width:576px) {
    .contact-map {
        padding-right: 0 !important;
    }
    .contact-location {
        height: 250px;
        border-radius: 20px;
    }
    .contact-us {
        border-radius: 0 0 var(--size-25) var(--size-25);
    }
    form.form>div {
        padding: 0 !important;
    }
    .contact-info p {
        font-size: 16px !important;
    }
}

textarea,
input:not([type="checkbox"],
[type="radio"]),
select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--text);
    background-color: var(--white);
    background-clip: padding-box;
    border: 1px solid var(--gray-500);
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.login form.form select:checked {
    font-size: 14px !important;
}

.site-info-content label {
    font-weight: bold;
    font-size: 14px;
}

.site-info-content label img,
form.form button img {
    margin-left: 10px;
}

form.form input,
form.form textarea,
form.form select:not(.bd-main select),
.dropdown.bootstrap-select button {
    border-color: #fff;
    padding: 10px;
    /* margin: 3px 0 17px; */
    border-radius: var(--size-15);
}

.bd-main .bd-dropdown select,
.bd-main .bd-next,
.bd-main .bd-prev {
    height: 38px;
    border: 1px solid #a5a5a5 !important;
    cursor: pointer;
    padding: 5px !important;
}


/* form.form button,.reply-this
{
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  background: var(--darkblue);
  width: 100%;
  padding: 7px 0;
  border-radius: var(--size-15);
} */

.contact-info .contact-icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #71AAFF;
    border-radius: 50px;
    margin-left: 10px;
    padding: 10px !important;
}

.contact-info p {
    font-weight: bold;
    font-size: 18px;
    color: var(--darkblue);
}

.contact-icon svg {
    width: 100%;
    height: 100%;
}


/* faq */

.tab-content .accordion-button::before {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 10px;
    content: "";
    background-image: url(../images/icons/slide_down.svg);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: center;
    transition: transform .2s ease-in-out;
}

.tab-content .accordion-button:not(.collapsed)::before {
    transition: .3s;
    background-image: url(../images/icons/slide_up.svg);
}

.tab-content .accordion-button::after,
.tab-content .accordion-button:not(.collapsed)::after {
    display: none;
}

.tab-content .accordion.accordion-flush * {
    color: var(--text);
    /* font-weight: bold; */
    font-size: 16px;
}

.accordion-button:focus {
    box-shadow: 0 0 0;
}

.tab-content .accordion-item {
    box-shadow: 0 3px 40px #8585854a;
    border-radius: 20px !important;
    overflow: hidden;
    padding: var(--size-15);
    border: 0px solid rgba(0, 0, 0, .125);
    margin: 1rem 0;
}

.tab-content .accordion-button:not(.collapsed) {
    background: var(--white);
    box-shadow: inset 0 0px 0 rgb(0 0 0 / 13%) !important;
}

.tab-content .accordion-collapse {
    padding: 1rem 4rem;
    color: #7E7E7E !important;
    font-size: 15px !important;
}

.tab-content button.accordion-button {
    font-weight: bold;
}

.tab-content button.accordion-button.collapsed {
    transition: .5s;
}

.tab-content button.accordion-button.collapsed:hover {
    color: var(--darkblue);
}

@media screen and (max-width:576px) {
    .tab-content .accordion-collapse {
        padding: 1rem 2rem !important;
        text-align: justify;
    }
    .tab-content .accordion-item {
        padding: var(--size-10) !important;
    }
    .links>ul {
        width: max-content;
        display: inline-flex !important;
        margin: 0 1px;
    }
    aside {
        padding: 2rem 0 0 0 !important;
    }
    .notfound {
        margin-top: 0 !important;
    }
    .blog-content .view-more {
        width: 100% !important;
    }
    .links {
        width: 100%;
        overflow-x: scroll;
        scrollbar-width: 0 !important;
    }
    .links ul li {
        min-width: 17% !important;
    }
    .links::-webkit-scrollbar {
        display: none;
    }
}

.links>ul {
    border-radius: 27px;
    border: 1px solid var(--darkblue);
    display: flex;
    justify-content: stretch;
}

.links ul li {
    min-width: 20%;
    text-align: center;
    background: var(--white);
    border-radius: 50px;
    transition: .5s;
}

.links ul li a {
    font-size: 16px;
    color: var(--darkblue);
    padding: 0.4rem 1rem;
    width: 100%;
    display: block;
    border-radius: inherit;
}

.links ul li a.active,
.links ul li:hover {
    background-image: linear-gradient(180deg, var(--darkblue), var(--navyblue));
}

.links ul li a.active,
.links ul li:hover a {
    color: var(--white);
}


/* aside */

@media (min-width: 768px) {
    .width-70 {
        flex: 0 0 auto;
        width: 70%;
    }
    .width-30 {
        flex: 0 0 auto;
        width: 30%;
    }
}

aside {
    padding: 2rem 3rem 0 0;
}

.aside {
    border-radius: 15px;
    margin-bottom: 1rem;
    overflow: hidden;
    background: #F3F3F3;
}

.aside-header {
    background-image: linear-gradient(180deg, var(--darkblue), var(--navyblue));
    color: var(--white);
    padding: 0.6rem 1rem;
}

.aside-content {
    padding: 20px;
}

@media (min-width:576px) and (max-width:768px) {
    .aside-content {
        padding: 1rem !important;
    }
}

.aside-header p {
    font-weight: bolder;
    font-size: 16px;
}

.aside-content article,
.article-category div {
    padding-bottom: 0.7rem;
    margin-bottom: 0.7rem;
    border-bottom: 1px solid #E2E2E2;
}

.aside-content article:last-child,
.article-category div:last-child {
    border-bottom: 0px solid #E2E2E2;
}

article .img-article img {
    max-width: 50px;
    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: var(--size-10);
}

article .img-article a {
    margin-left: 1rem;
}

article .content-article h3 {
    line-height: 26px;
}

article .content-article h3 a {
    font-size: 15px;
    font-weight: bolder;
    color: var(--text);
}

article .content-article p,
article .content-article h3,
.article-category div a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

article .content-article p {
    font-size: 13px;
}

aside .search-box input {
    border: 1px solid #D8D8D8 !important;
    border-left: 0 !important;
}

.content-article.popular-article a {
    text-decoration: underline;
}

.content-article.popular-article p {
    color: var(--gray-500);
}


/* adversting */

.adversting {
    position: relative;
    width: 100%;
    height: 235px;
    display: block;
    margin: 0 auto 1.5rem;
    border-radius: 20px;
    overflow: hidden;
}

@media (min-width:768px) and (max-width:1024px) {
    .adversting {
        height: 140px !important;
    }
}

.adversting a {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    /* z-index: 0; */
    filter: brightness(0.6);
}

.adversting img {
    object-fit: cover;
    width: inherit;
    height: inherit;
}

.adversting p {
    position: absolute;
    color: var(--white);
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    top: 1rem;
    text-align: center !important;
    width: 100%;
}

.category-filter label {
    margin-right: 1rem;
}

.category-filter {
    min-height: 200px;
    height: auto;
    max-height: 355px;
    overflow-y: auto;
}

.filter-title p {
    font-size: 14px;
    margin-right: 1rem;
}

.category-filter label {
    font-size: 15px;
}

.filter-title {
    margin: 0rem 0 1rem;
}

@media screen and (max-width:576px) {
    .category-filter {
        min-height: unset;
        height: unset;
        max-height: unset;
        overflow-y: unset;
    }
}

.single-slide .slick-slide,
.single-slide .slick-list,
.ads-slider-thumb .slick-list {
    margin: 0;
}

.ads-slider-thumb .slick-slide {
    padding: 7px !important;
    margin: 0;
}

.ads-slider div img {
    width: 100%;
    height: 400px;
}


/* 404 error */

.notfound {
    font-size: 18px;
    margin-top: 2rem;
    font-weight: bolder;
}


/* archive blog */

.article-category div a {
    text-decoration: underline var(--darkblue);
    color: var(--text);
    font-size: 15px;
}

.article-category div a:hover {
    color: var(--darkblue);
}

.blog-img img {
    max-width: 220px;
    height: 100%;
    width: 220px;
    object-fit: cover;
    border-radius: var(--size-15);
    margin-right: 1rem;
}

.blog-description p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-content {
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
}

.archive-blog {
    background: var(--white);
    box-shadow: 0 0 32px hsl(228deg 41% 37% / 18%);
    padding: 1.2rem;
    border-radius: 25px;
    margin-bottom: 1.2rem;
}

.blog-content * {
    text-align: initial;
}

.blog-meta {
    margin-top: auto !important;
}

.blog-content a.view-more {
    float: left;
    margin: auto 0 0;
}

.blog-content .blog-title h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.blog-content .blog-title h2 a {
    color: var(--text);
}

.blog-description p {
    font-size: 14px;
    margin: 10px 0;
    color: var(--gray-500);
}

.blog-author p,
.blog-date p {
    font-weight: normal !important;
    color: var(--darkblue);
    font-size: 15px;
    margin-right: 5px;
}

@media screen and (max-width:768px) {
    .blog-img img {
        max-width: 100% !important;
        height: 100% !important;
        width: 100% !important;
        margin: 0;
    }
    .blog-img {
        width: 100%;
        height: 100% !important;
    }
    .blog-content .blog-title h2 {
        text-align: center;
    }
    .blog-content {
        padding: 0 !important;
    }
    .blog-title {
        margin: 10px 0;
    }
    .blog-cayegory {
        justify-content: center;
    }
    .blog-meta a.view-more {
        margin-top: 10px;
    }
}


/* single post */

.post {
    box-shadow: 0 3px 40px #3747852e;
    padding: 2rem;
    border-radius: 35px !important;
}

.post-inner * {
    color: var(--text);
    text-align: justify;
    line-height: 2.2;
}

.post-inner a {
    color: #9BB0FF;
    transition: 0.5s;
}

.post-inner a:hover {
    color: var(--darkblue);
}

.post-inner blockquote {
    position: relative;
    border: 1px solid #a8d1e7;
    padding: 1rem;
    border-radius: 15px;
    margin: 1rem 0;
    background: #edf7fc;
    color: var(--darkblue) !important;
    font-size: 14px;
}

.post-inner blockquote::before,
.post-inner blockquote::after {
    position: absolute;
    content: "";
    background-image: url(../images/icons/blockquote.svg);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
}

.post-inner blockquote::before {
    top: -10px;
    right: 0;
}

.post-inner blockquote::after {
    transform: rotate(180deg);
    bottom: -10px;
    left: 0;
}

.brd {
    border-bottom: 1px solid #D5DEFF;
}

.single-ads .brd {
    border-bottom: 1px solid #E2E2E2;
}

.post h1 {
    font-weight: bold;
}

@media screen and (max-width:576px) {
    .blog-category {
        justify-content: center;
    }
    .post {
        padding: 1rem;
    }
    .post h1 {
        text-align: center;
        margin-bottom: 10px;
    }
    .post-image img {
        height: 200px !important;
    }
    .post-author {
        flex-direction: column;
        width: 100%;
        margin-bottom: 1rem;
    }
    .post-date p,
    .post-time p {
        font-size: 12px !important;
    }
    .page .post-date {
        justify-content: center;
    }
}

.post-category p {
    color: var(--gray-500);
}

.post-category img {
    filter: opacity(0.6);
}

.post-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: var(--size-30);
}

.post-view p,
.post-tag p {
    color: var(--gray-500);
    font-size: 14px;
    margin: 0 5px;
}

.post-author img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
}

.post-inner h1:before,
.post-inner h2:before,
.post-inner h3:before,
.post-inner h4:before,
.post-inner h5:before,
.post-inner h6:before,
.post-inner ul li:before,
.post-inner ol li:before {
    content: "";
    background: var(--darkblue);
    border-radius: 50px;
    position: absolute;
    right: 0;
}

.post-inner h1:before {
    width: 19px;
    height: 19px;
    top: 19px;
}

.post-inner h2:before {
    width: 18px;
    height: 18px;
    top: 18px;
}

.post-inner h3:before {
    width: 17px;
    height: 17px;
    top: 17px;
}

.post-inner h4:before {
    width: 16px;
    height: 16px;
    top: 12px;
}

.post-inner h5:before {
    width: 15px;
    height: 15px;
    top: 12px;
}

.post-inner h6:before,
.post-inner ul li:before {
    width: 14px;
    height: 14px;
    top: 10px;
}

.post-inner ul li:before {
    width: 11px;
    height: 11px;
    top: 10px;
}

.post-inner h1,
.post-inner h2,
.post-inner h3,
.post-inner h4,
.post-inner h5,
.post-inner h6,
.post-inner ul li {
    padding-right: 1.5rem;
    position: relative;
    /* margin: 1rem 0; */
}

.post-inner img {
    border-radius: var(--size-30);
    margin: 1.5rem auto;
    display: block;
    max-width: 100%;
    height: auto;
}

nav.table-of-contents h2 {
    padding: 0 0 12px;
    font-size: 20px;
}

nav.table-of-contents h2:before {
    display: none;
}

nav.table-of-contents a:hover {
    color: var(--darkblue);
}

div.like p,
div.dislike p {
    margin-right: 15px;
    margin-top: 10px;
    font-weight: bolder;
}

div.like p {
    color: #10BE79;
}

div.dislike p {
    color: #BE1016;
}

div.like img.effect {
    transform: scale(1.5);
}

.post-tag .tag-item a:not(:first-child):before {
    position: absolute;
    content: '،';
    right: -3px;
}

.post-tag .tag-item a:not(:first-child) {
    position: relative;
    margin-right: 6px;
}

.related-articles {
    padding: 1rem 4rem !important;
}

@media only screen and (max-width:576px) {
    .related-articles {
        padding: 1rem 2rem !important;
    }
}

@media only screen and (max-width:768px) {
    .related-articles .blog-img img {
        height: 150px !important;
    }
    .related-articles .blog-meta a.view-more {
        width: 100%;
    }
    .main-content .blog-img {
        height: 220px !important;
    }
}

.slide-arrows .slick-arrow {
    top: 50%;
    margin-top: -25px;
    position: absolute;
}

.slide-arrows .slick-arrow.prev-arrow {
    left: 0.5rem;
    width: 45px;
}

.slide-arrows .slick-arrow.next-arrow {
    right: 0.5rem;
    width: 45px;
}

.related-articles .blog-img {
    height: 250px;
}

.related-articles .blog-img img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: var(--size-15);
    margin-right: 0;
}

.related-articles .blog-title h2 a {
    font-size: 20px;
    color: var(--text);
}

.related-articles .blog-title h2 {
    text-align: center;
    margin-top: 1rem;
}


/* comment */

.comments .form {
    background: var(--lightgray);
    padding: 2rem 1rem 1rem;
    margin: 1rem 0;
    border-radius: var(--size-15);
}

.comments .form *:not(.comments .form button) {
    color: var(--text);
}

.comments .form label {
    font-size: 15px;
}

.comment-holder .titles h2 {
    font-size: 18px;
}

.comment-holder .titles img {
    width: 33px;
}

.user-img {
    display: block;
    width: 68px;
    height: 68px;
    border-radius: 50px;
    overflow: hidden;
    margin-left: 2rem;
}

.user-img img {
    width: inherit;
    height: inherit;
    object-fit: cover;
}

.user-name p:first-child {
    font-size: 16px;
    font-weight: bold;
}

.user-name p:last-child {
    font-size: 12px;
    font-weight: bold;
    color: var(--gray-500);
}

.comment-content p {
    font-size: 14px;
}

.comment {
    background: var(--lightgray);
    padding: 2rem;
    border-radius: var(--size-15);
}

.comments li.comment-item {
    margin: 1rem 0;
}

.comments li.comment-item ul {
    margin-right: 4rem;
}

@media screen and (max-width:576px) {
    .comment {
        padding: 1rem;
    }
    .comments li.comment-item ul {
        margin-right: 2rem;
    }
}

.like button:focus img {
    animation: rotatelike 1s 1;
}

.dislike button:focus img {
    animation: rotatedislike 1s 1;
}

@keyframes rotatedislike {
    0% {
        transform: scale(0.8) rotate(360deg);
        filter: drop-shadow(0px 0px 0px var(--red));
    }
    80% {
        transform: scale(1) rotate(0deg);
        filter: drop-shadow(1px 1px 7px var(--red));
    }
}

@keyframes rotatelike {
    0% {
        transform: scale(0.8) rotate(360deg);
        filter: drop-shadow(0px 0px 0px rgb(5, 168, 5));
    }
    80% {
        transform: scale(1) rotate(0deg);
        filter: drop-shadow(1px 1px 7px rgb(5, 168, 5));
    }
}

.comments-lock h3 {
    font-weight: bold;
    color: var(--darkblue);
}

.comments-lock p {
    color: var(--darkblue);
    margin: 1rem 0;
}


/* login */

.login {
    border-radius: 40px;
    box-shadow: 0 3px 40px #3747852e;
    margin: 3rem auto 0 !important;
    overflow: hidden;
}

.login-img {
    background: linear-gradient(150deg, #D0ECFB, #7FCDF6);
    border-radius: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login form.form>div {
    padding: 0;
}

textarea::-webkit-resizer {
    display: none;
}

textarea {
    resize: none;
}

::placeholder {
    color: #A0A1A1;
    text-align: right;
    font-size: 14px;
    opacity: 1;
}

form.form .forget {
    color: var(--darkblue);
    font-size: 15px;
    text-decoration: underline;
}

.view-more.bg-blue {
    background: var(--darkblue);
    color: var(--white);
}

.view-more.bg-blue:hover {
    color: var(--darkblue);
    background: transparent !important;
}

.view-more.bg-blue:hover svg path {
    fill: var(--darkblue) !important;
}

.login .login-header p {
    color: var(--darkblue);
    font-size: 15px;
}

.login form.form input,
.login form.form select,
.login form.form textarea {
    border-color: #C8C8C8;
}

select {
    font-size: 14px;
}

.login form.form input::placeholder,
.login form.form textarea::placeholder,
.dropdown.bootstrap-select input::placeholder {
    color: #A0A1A1;
    font-size: 14px;
    opacity: 1;
}

.dropdown.bootstrap-select .filter-option-inner-inner {
    color: #A0A1A1;
    font-size: 14px;
}

.login form.form {
    /* height: 100%; */
    min-height: 350px;
    height: inherit;
}

form.form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

form.form input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 0 !important;
    /* margin-bottom: -17px !important; */
    vertical-align: middle;
}

.checkbox-label {
    font-size: 14px;
}

.login-form {
    border-radius: 40px;
    background: #fff;
}

.field {
    margin: 0.5rem 0;
}

.form-field {
    margin-bottom: 1rem;
}

@media screen and (max-width:576px) {
    .form-field {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media screen and (max-width:767px) {
    .login:not(.complele-reg),
    .pre-register {
        max-width: 100% !important;
        border-radius: 0;
        padding-bottom: 2rem !important;
        box-shadow: 0 3px 40px transparent !important;
        margin: 0 !important;
    }
    .login.complele-reg {
        padding: 4rem 1rem !important;
    }
    .login-form {
        box-shadow: 0 3px 40px #37478547;
        margin-top: -24rem;
    }
    .login-form {
        min-height: 320px;
        /*max-height: 575px;*/
    }
    .agree-btn {
        justify-content: space-between !important;
    }
    .step-reg {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .login.complele-reg {
        /* height: auto !important;
  max-height: 625px !important; */
    }
}

.login {
    min-height: 515px;
    height: auto;
}

@media only screen and (max-width:576px) {
    .rule-text .category-filter {
        overflow-y: auto !important;
    }
}

@media only screen and (max-width:768px) {
    .confirm-code input,
    input.qtyValue {
        min-width: 45px !important;
        max-width: 45px !important;
        height: 45px !important;
    }
    input.qtyValue {
        max-width: 55px;
    }
    .confirm-code.date-input input {
        width: 40px !important;
        height: 40px !important;
    }
    .confirm-code p {
        font-size: 14px !important;
    }
}

@media only screen and (max-width:425px) {
    .login-form {
        margin-top: -13rem !important;
    }
    .rule-text {
        padding: 1rem !important;
    }
    .rule-text>p {
        font-size: 14px;
        padding: 1.5rem !important;
    }
}

@media (min-width:426px) and (max-width:550px) {
    .login-form {
        margin-top: -18rem !important;
    }
}

.login-butn {
    border: 1px solid var(--darkblue);
    border-radius: 50px;
    margin: auto;
}

input:invalid {
    border-color: var(--red) !important;
    /* animation: 1s; */
    animation: shake 0.5s;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px)
    }
    10% {
        transform: translate(-1px, -2px)
    }
    20% {
        transform: translate(-3px, 0px)
    }
    30% {
        transform: translate(3px, 2px)
    }
    40% {
        transform: translate(1px, -1px)
    }
    50% {
        transform: translate(-1px, 2px)
    }
    60% {
        transform: translate(-3px, 1px)
    }
    70% {
        transform: translate(3px, 1px)
    }
    80% {
        transform: translate(-1px, -1px)
    }
    90% {
        transform: translate(1px, 2px)
    }
    100% {
        transform: translate(1px, -2px)
    }
}

.confirm-code {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.confirm-code p {
    font-weight: bold;
    font-size: 17px;
}

.confirm-code input,
input.qtyValue {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    float: right;
    text-align: center;
}

input.qtyValue {
    max-width: 60px;
}

form.form label i {
    color: var(--red);
}


/* complele-reg */

.rule-text {
    padding: 2rem;
    border: 1px solid var(--gray);
    border-radius: 30px;
    min-height: 200px;
    height: 300px;
    max-height: 300px;
    overflow: hidden;
}

.rule-text>p {
    height: 100%;
    overflow-y: scroll;
    padding: 1rem;
    text-align: justify;
}

button.view-more.noagree {
    border-color: var(--red);
    color: var(--red);
}

button.view-more.noagree:hover {
    background: var(--red) !important;
    color: var(--white);
}

button[disabled] {
    opacity: .5;
    pointer-events: none;
}

button.view-more.bg-green:hover {
    background: #0ea566 !important;
    border-color: #0ea566;
}

button.view-more.bg-green {
    border-color: #10BE79;
    background: #10BE79;
    color: var(--white);
}


/* progress bar */

ul.progressbar li {
    position: relative;
    width: 25%;
}

ul.progressbar li p {
    display: none;
    position: absolute;
    bottom: 8px;
    width: max-content;
    max-width: max-content;
    color: var(--darkblue);
}

@media screen and (max-width:576px) {
    ul.progressbar li p {
        width: max-content;
        color: var(--darkblue);
        max-width: 115px;
        line-height: 19px;
        white-space: break-spaces;
        word-break: break-word;
    }
}

ul.progressbar li.active p {
    display: block !important;
}

ul.progressbar li:before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background: #878787;
    border-radius: 50px;
    top: 0;
    right: 35%;
    border: 2px solid var(--white);
    z-index: 2;
}

ul.progressbar li.active:before {
    background-image: url(../images/icons/progress-active.svg);
    background-position: center;
    box-shadow: 0 0 6px #9bb0ff;
    /* border: 2px solid var(--darkblue); */
}

ul.progressbar li.preactive:before {
    background: var(--darkblue);
}

ul.progressbar li:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #878787;
    top: 10px;
    right: -50%;
    z-index: 1;
}

ul.progressbar li.active:after {
    background: var(--darkblue);
}

ul.progressbar li:first-child:after {
    display: none;
}

.login.complele-reg {
    /* min-height: 515px ;
  height:auto ;
  max-height: 550px; */
    display: flex;
    flex-direction: column;
}

span.input-group-text {
    background: #fff;
    border-radius: 15px 0 0 15px;
    color: var(--gray-500);
    font-weight: bold;
    font-size: 13px;
}

.visuallyhidden {
    visibility: hidden;
    position: absolute;
    width: 0 !important;
}

.profile-img {
    width: 115px;
    height: 115px;
    border-radius: 100%;
    margin: 1rem;
    box-shadow: 2px 0px 7px #141f4a42;
}

.filter button svg {
    margin-left: 0;
}

.filter button {
    padding: 0.3rem 0.5rem !important;
    margin: 0.3rem;
    margin-right: 0;
    font-weight: normal;
}

.filter-btn {
    background: #009755 !important;
    border-color: #009755 !important;
}

.filter-btn:hover {
    color: #009755 !important;
}

@media screen and (max-width:576px) {
    .filter div:not(.filter-title) {
        justify-content: space-between;
    }
    .filter button {
        width: 47%;
        margin: 0.5rem 0;
        justify-content: space-between;
    }
    .modal-btn button {
        width: 47%;
        padding: 5px !important;
    }
}

.modal-btn button {
    border-radius: 10px;
    color: #fff;
    padding: 7px 35px;
    font-size: 15px;
}

.modal-btn button.closemodal {
    background: linear-gradient(#F76D6D, #C43F3F);
}

.modal-btn button.action {
    background: linear-gradient(#06CF78, #009755);
}


/* state ads */

.state-archive .input-group,
.state-archive .input-group button {
    background: var(--white) !important;
}

.state-archive,
.list-state.state-archive ul {
    background: #eeeeee;
}

#map-filter .accordion-item * {
    background: #f3f3f3;
    color: var(--text);
}

.accordion-button:not(.collapsed) {
    color: var(--text);
    background-color: var(--gray);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    transform: rotate(180deg);
    filter: grayscale(1);
}


/* .filter-map {
  height: 90%;
  overflow: auto;
} */

form.form.search-map select {
    border-color: var(--gray);
    margin-right: 1rem;
}

.page nav.table-of-contents {
    background: #eaeefc;
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid #d5deff;
}


/* map */

#map,
#mymap {
    height: 400px;
    width: 100%;
    border-radius: var(--size-25);
    /* position: relative !important; */
    cursor: pointer;
}


/* .leaflet-pane.leaflet-map-pane {
  transform: translate3d(400px, 200px, 0px) !important;
}
.leaflet-proxy.leaflet-zoom-animated {
  transform: translate3d(84160px, 51882px, 0px) scale(256) !important;
} */

.leaflet-left {
    left: unset !important;
    right: 15px !important;
}

.leaflet-popup-content-wrapper * {
    font-family: 'iransans';
    font-size: 12px !important;
}

.leaflet-top {
    top: unset !important;
    bottom: 30px !important;
}

.leaflet-top,
.leaflet-bottom {
    z-index: 999;
}

.leaflet-popup-content h4 {
    text-align: center;
    font-size: 15px !important;
    font-weight: bold;
}

.leaflet-popup-content p {
    color: var(--gray-500);
    margin: 0 !important;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 0px solid rgba(0, 0, 0, 0.2) !important;
    background-clip: padding-box;
}


/* a.leaflet-control-zoom-in , a.leaflet-control-zoom-out{
  box-shadow: 0 0 7px #00000040;
  margin: 5px;
  border-radius: 10px !important;
} */

.leaflet-touch .leaflet-bar a {
    width: 35px;
    height: 35px;
    line-height: 30px;
    box-shadow: 0 0 7px #00000040;
    margin: 5px;
    border-radius: 10px !important;
}

.leaflet-touch .leaflet-bar a span {
    color: var(--darkblue);
    font-weight: bold !important;
    font-size: 20px;
    line-height: 37px;
}


/* archive author */


/* .archive-img{
  background-image: url(../images/icons/rectangle.svg);
  background-repeat: no-repeat;
    background-size:  contain ;
    background-position: top right;
} */


/* .archive-img > div{
  width: 180px;
  height: 180px;
  margin: 2rem;
  overflow: hidden;
} */

.archive-img {
    position: relative;
}

.archive-info {
    border-radius: 25px;
    overflow: hidden;
}

.archive-img::before {
    content: "";
    position: absolute;
    width: 75%;
    height: 100%;
    top: 0;
    right: 0;
    background: var(--red);
    z-index: -1;
    transform: translateX(45px) skewX(10deg);
    border-radius: 25px;
}

@media screen and (max-width:768px) {
    .archive-img::before {
        width: 100%;
        height: 90%;
        transform: translateX(0) translateY(-55px) skewY(-10deg);
    }
    .archive-img>div {
        width: 140px !important;
        height: 140px !important;
        margin: 2rem auto 0 !important;
        border: 7px solid #fff !important;
    }
    /* .archive-img > div{
    width: 140px;
    height: 140px;
    margin: 2rem auto 0 !important;
  }
  .archive-img div img {
    border: 7px solid #fff  !important;
  } */
    .archive-img.archive-catg-img>div img {
        width: 80px !important;
        height: 80px !important;
    }
    #map {
        height: 250px;
        border-radius: var(--size-25);
    }
}


/* .archive-img div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 10px solid #fff;
  border-radius: 100px;
  background: #fff;
  padding: 1px;
} */

.archive-img>div {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
    width: 180px;
    height: 180px;
    margin: 2rem;
    border: 10px solid #fff;
    background: white;
}

.archive-img>div img {
    object-fit: cover;
    /* padding: 3px; */
    width: 180px;
    height: 180px;
    display: block;
    margin: auto;
}

.archive-img.archive-catg-img>div {
    border: 0px solid #fff !important;
    background: #FBBBBB !important;
}

.archive-img.archive-catg-img>div img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.archive-info .filter-title p,
.archive-title h2 {
    font-weight: bold;
}

.archive-title {
    color: var(--darkblue);
}

.rule-text .category-filter {
    max-height: 100% !important;
}

.ads-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    direction: ltr;
    grid-gap: 10px;
}

.ads-images div:first-child {
    grid-row: 4 / 1;
    grid-column: 1 /4;
}

.ads-images img {
    border-radius: 10px;
}

.ads-images-item>div {
    position: relative;
    border-radius: var(--size-15);
    overflow: hidden;
}

.image-gallery .more-img img {
    width: 20px;
    height: 20px;
    margin: 6px;
}

.ads-images-item .main-img p {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: #46464685;
    backdrop-filter: blur(4px);
    padding: 10px 0;
    color: #ffff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    border-radius: 0 0 var(--size-15) var(--size-15);
}

.main-img,
.main-img img {
    height: 100%;
    object-fit: cover;
    min-height: 276px;
}

.more-img {
    position: absolute;
    bottom: 0;
    background: #46464685;
    backdrop-filter: blur(4px);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.more-img p {
    color: var(--white);
    line-height: 21px;
    border-radius: var(--size-15);
}


/* review */


/* .question{
  transition: 0.5s ease-in-out;
}
.question:hover{
  transform: translateY(-10px);
}
.tooltip-help {
  position: absolute;
  background: #c3bfbf;
  padding: 1rem;
  border-radius: 20px;
  display: none;
  transition: 0.5s ease-in-out;
}
.tooltip-help.show{
  display: block;
}
.tooltip-help img{
  transform: rotate(45deg);
}
.tooltip-help p {
  width: 240px;
} */

.tooltip {
    position: absolute;
    z-index: 1020;
    display: block;
    visibility: visible;
    padding: 5px;
    font-size: 13px;
    opacity: 0;
    /* filter:alpha(opacity=0) */
}


/* .tooltip.in{
  opacity:.8;
  filter:alpha(opacity=80)
} */

.tooltip-inner {
    padding: 3px 8px;
    color: var(--text);
    text-align: center;
    background: #c3bfbf;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.tooltip-arrow {
    display: none;
    /* position:absolute;
  width:0;
  height:0;
  border-top: 20px solid transparent;
  border-left: 20px solid #c3bfbf;
  border-bottom: 20px solid transparent;
  z-index: 1000; */
}


/* review */

table.payment-table {
    border-radius: var(--size-10);
    /* overflow: hidden; */
    outline: 1px solid #9bb0ff !important;
}

.payment-table td,
.payment-table th {
    text-align: center;
    font-size: 14px;
}

.payment-table thead tr,
.panel-table thead tr {
    background: linear-gradient( var(--darkblue), var(--navyblue));
    border-radius: 10px;
    overflow: hidden !important;
    color: #fff;
}

.payment-table tbody td {
    border-left: 1px solid #9bb0ff !important;
}

.payment-table tbody td:last-child {
    border-left: 0 !important;
}

.payment-table thead tr th {
    padding: 1rem 0.5rem;
}

.payment-table thead tr th:first-child {
    border-radius: 0 var(--size-10) 0 0;
}

.payment-table thead tr th:last-child {
    border-radius: var(--size-10) 0 0 0;
}

.payment-table tbody tr td {
    padding: 1rem;
}

.payment-table tbody tr td p {
    color: var(--darkblue);
    font-weight: bold;
}

p.ads-price {
    color: #06CF78 !important;
}

p.discount-price {
    color: var(--red) !important;
    text-decoration: line-through;
}

.qtySelector img[type="button"] {
    margin: 0 .6rem;
    width: 28px;
}

.payment-table thead tr th img {
    margin-left: 5px;
    filter: brightness(10);
}

p.qtyValue {
    width: 25px;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

span.alarm {
    color: var(--gray-500);
    display: block;
    font-size: 14px;
}

@media only screen and (max-width:768px) {
    .payment-table thead {
        display: none;
    }
    .payment-table tbody {
        width: 100% !important;
    }
    .payment-table tr {
        display: grid;
        float: left;
        grid-template-columns: 1fr;
        width: 100%;
    }
    .payment-table tbody td>* {
        width: 50%;
        float: left;
        text-align: center !important;
        clear: both;
    }
    .payment-table table img[type="button"] {
        margin: 0 0.6rem;
    }
    .payment-table tbody td {
        border-left: 0px solid #9bb0ff !important;
        border-bottom: 1px solid #9bb0ff;
        position: relative;
    }
    .payment-table tbody td:last-child {
        border-bottom: 0px solid #9bb0ff !important;
    }
    .payment-table td:before {
        content: url(../images/icons/category.svg) " " attr(data-alt-pseudo);
        color: #fff;
        background: linear-gradient( 90deg, var(--darkblue), var(--navyblue));
        width: 47%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 14px;
        padding-right: 1rem;
    }
    .payment-table td:first-child:before {
        border-radius: 0 var(--size-10) 0 0;
    }
    .payment-table td:last-child:before {
        border-radius: 0 0 var(--size-10) 0;
    }
    .payment-table td:nth-child(1):before {
        content: url(../images/icons/squared_menu.svg) "    " attr(data-alt-pseudo);
    }
    .payment-table.ads-payment td:nth-child(2):before {
        content: url(../images/icons/location3.svg) "    " attr(data-alt-pseudo);
    }
    .payment-table.ads-payment td:nth-child(3):before,
    .payment-table.school-payment td:nth-child(2):before {
        content: url(../images/icons/time2.svg) "    " attr(data-alt-pseudo);
    }
    .payment-table.ads-payment td:nth-child(4):before {
        content: url(../images/icons/christmas_star.svg) "    " attr(data-alt-pseudo);
    }
    .payment-table.ads-payment td:nth-child(5):before,
    .payment-table.school-payment td:nth-child(3):before {
        content: url(../images/icons/tags.svg) "    " attr(data-alt-pseudo);
    }
    .payment-table.ads-payment td:nth-child(6):before,
    .payment-table.school-payment td:nth-child(4):before {
        content: url(../images/icons/credit_card.svg) "    " attr(data-alt-pseudo);
    }
    .payment-table td .dropdown.bootstrap-select {
        width: 50% !important;
        float: left;
    }
    .payment-table td .filter-option * {
        width: 100%;
    }
    .compare .slick-list {
        margin: 0 -5px;
    }
}

.success-payment h2 {
    color: #06CF78;
    margin-right: 10px;
}

.success-payment p {
    color: var(--text);
}


/*-- rating--*/


/* .rating-stars {
  width: 100%;
  text-align: center; 
} */

.compare .rating-stars {
    width: fit-content;
    text-align: end;
}

.compare .rating-stars svg {
    width: 16px;
}

.rating-stars .rating-stars-container {
    font-size: 0px;
}

.score p:first-child {
    color: #EFCA07;
    margin-right: 0 !important;
}

.rating-stars .rating-stars-container .rating-star {
    display: inline-block;
    cursor: pointer;
    padding: 3px;
    fill: #f2f3f3;
}

.rating-stars .rating-stars-container .rating-star path {
    stroke: #f1c40f;
    fill: #f2f3f3;
    stroke-width: 0.07rem;
}

.rating-stars .rating-stars-container .rating-star.sm {
    display: inline-block;
    font-size: 14px;
    color: #f2f3f3;
    cursor: pointer;
    padding: 5px;
}

.rating-stars .rating-stars-container .rating-star.is--active path,
.rating-stars .rating-stars-container .rating-star.is--hover path {
    fill: #f1c40f;
}

.rating-stars .rating-stars-container .rating-star.is--no-hover path {
    fill: #f2f3f3;
}

.rating-stars .rating-stars-container .rating-star.is--active path,
.rating-stars .rating-stars-container .rating-star.is--hover path {
    fill: #f1c40f;
}


/* sliders */


/* .slide-dots{
      padding-bottom: 2rem;
  } */

.slide-dots ul.slick-dots {
    position: relative !important;
    width: fit-content !important;
    margin: auto;
    top: 10px !important;
    bottom: unset !important;
}

.slide-arrows1 .slick-arrow {
    position: absolute;
    bottom: -10px;
    width: 32px;
}

.slide-arrows1 .prev-arrow.slick-arrow {
    left: 35%;
}

.slide-arrows1 .next-arrow.slick-arrow {
    right: 35%;
}

.slide-dots .slick-dots {
    bottom: -25px;
    right: 0;
    display: block;
    padding: 0;
    margin: auto !important;
    list-style: none;
    text-align: center;
    left: 0;
}

.slide-dots .slick-dots li.slick-active {
    width: 35px;
}

.slide-dots .slick-dots li button:before {
    width: 9px !important;
    height: 9px;
    background: var(--navyblue);
    border-radius: 50px;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    margin: auto;
    transition: width .3s ease-in-out;
    position: relative;
}

.slide-dots .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--navyblue);
    width: 30px !important;
    background: var(--navyblue);
}

@media screen and (max-width:576px) {
    .slide-arrows1 .prev-arrow.slick-arrow {
        left: 0 !important;
    }
    .slide-arrows1 .next-arrow.slick-arrow {
        right: 0 !important;
    }
}

@media (min-width:577px) and (max-width:768px) {
    .slide-arrows1 .prev-arrow.slick-arrow {
        left: 15% !important;
    }
    .slide-arrows1 .next-arrow.slick-arrow {
        right: 15% !important;
    }
    .main-content .blog-content {
        padding: 0 1rem !important;
    }
}

.slick-slide {
    margin: 0 10px;
}

.single-slide .slick-slide,
.single-slide .slick-list {
    margin: 0 !important;
}


/* the parent */

.slick-list {
    margin: 0 -10px;
}

.slick-arrow {
    cursor: pointer;
    z-index: 1;
}

.slider-section {
    position: relative;
    overflow: hidden;
}

.slider-button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: 1rem;
    height: fit-content;
}

.related-articles.slick-arrow.prev-arrow {
    left: 1rem;
}

.related-articles .slick-arrow.next-arrow {
    right: 1rem;
}

.related-articles .slick-slide {
    margin: 0 20px;
}

.slider-button .delete-btn,
.main-content-buttons .delete-btn,
.delete-btn {
    background: var(--red) !important;
    border-color: var(--red) !important;
    color: #fff !important;
}

.slider-button .delete-btn:hover {
    background: var(--white)!important;
    border-color: var(--white) !important;
    color: var(--red) !important;
}

.main-content-buttons .delete-btn:hover,
.delete-btn:hover {
    background: transparent!important;
    border-color: var(--red) !important;
    color: var(--red) !important;
}

.slider-button .delete-btn:hover path,
.main-content-buttons .delete-btn:hover path,
.delete-btn:hover path {
    fill: var(--red) !important;
}

.slider-button .select-btn {
    background: var(--darkblue) !important;
    border-color: var(--darkblue) !important;
    color: #fff;
}

.slider-button .select-btn:hover {
    background: var(--white) !important;
    border-color: var(--white) !important;
    color: var(--darkblue) !important;
}

.slider-button .select-btn:hover path {
    fill: var(--darkblue) !important;
}

.ads-thumb {
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 0 7rem;
}

.ads-slider-thumb .slick-slide div {
    border-radius: 100px;
    border: 3px solid #fff;
    box-shadow: 0 0 10px #000000a3;
    overflow: hidden;
}

.ads-slider-thumb .slick-slide.slick-current div {
    border: 3px solid var(--darkblue);
    position: relative;
}

.ads-slider-thumb .slick-slide.slick-current img {
    filter: brightness(1.5) contrast(0.5) blur(2px);
}

.ads-slider-thumb .slick-slide.slick-current div:before {
    position: absolute;
    content: "";
    background-size: 100%;
    background-image: url(../images/icons/ok.svg);
    width: 25px;
    background-repeat: no-repeat;
    height: 25px;
    z-index: 1;
    margin: auto;
    inset: 0;
}

#ads-slider .modal-content,
#my-location .modal-content {
    background: transparent;
    overflow: inherit;
    height: fit-content;
}

.ads-slider .slick-slide img {
    border-radius: 20px;
}

.modal-content button.close-btn {
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 1000;
    background: transparent;
}

@media screen and (max-width:600px) {
    #ads-slider .modal-content {
        background: var(--white);
    }
    .ads-slider div img {
        width: 100%;
        height: 250px !important;
    }
    .slider-button {
        position: relative !important;
        flex-wrap: wrap;
        padding: 7px;
    }
    .ads-thumb {
        position: relative !important;
        bottom: unset;
    }
    .slider-button button {
        width: 100%;
    }
    .add-location #map {
        height: 450px;
    }
    .add-location .leaflet-top {
        top: unset !important;
        bottom: 60px !important;
    }
    .add-location .register-loc {
        position: absolute;
        left: 0;
        bottom: 10px;
        z-index: 1000;
        margin: auto !important;
        right: 0;
    }
    .compare .slick-slide {
        margin: 0;
    }
    .compare.slide-dots {
        padding-bottom: 0rem !important;
    }
}

@media (min-width:601px) and (max-width:768px) {
    .ads-slider div img {
        width: 100%;
        height: 320px !important;
    }
}

.slick-list {
    padding: 0 !important;
}

.add-location {
    position: relative;
}

.add-location .register-loc {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1000;
}

.add-location .register-loc:hover {
    background: var(--white) !important;
}

.map {
    position: relative;
}

.map .compare-btn {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 999;
}

.map .compare-btn button {
    position: relative;
    background: linear-gradient(90deg, var(--darkblue), var(--navyblue));
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.map .compare-btn button span {
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 21px;
    height: 21px;
    border-radius: 50px;
    background: #9BB0FF;
    line-height: 24px;
    text-align: center;
    font-size: 13px;
}

#compare-list .modal-content {
    overflow: inherit;
    height: fit-content;
}


/* select option */

.dropdown.bootstrap-select {
    width: 100% !important;
}

.dropdown.bootstrap-select button.dropdown-toggle {
    background: var(--white) !important;
    border: 1px solid #C8C8C8 !important;
    padding: 10px;
}

.filter-option * {
    text-align: right;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: unset !important;
    border: 1px solid #C8C8C8 !important;
    padding: 10px !important;
}

.btn-check:focus+.btn,
.btn:focus,
.dropdown.bootstrap-select input:focus {
    outline: 0;
    box-shadow: unset !important;
    border: 0 !important;
}

.dropdown.bootstrap-select input {
    background: #EEEEEE;
    border: 0 !important;
    outline: 0 !important;
}


/* .dropdown.bootstrap-select input:focus {
  outline: unset !important;
  outline-offset : 0 !important;
} */

.bootstrap-select div.dropdown-menu.show {
    border: 0;
    border-radius: var(--size-20);
    box-shadow: 0 3px 8px hsl(0deg 0% 33% / 23%);
    padding: 8px;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #9BB0FF;
    text-decoration: none;
    background-color: var(--white);
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #9BB0FF;
    background-color: var(--white);
}

.bootstrap-select .no-results {
    background: var(--white);
}

.dropdown-toggle::after {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    background-image: url(../images/icons/angle-down.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    border-top: 0 solid;
    border-left: 0 solid transparent;
    border-bottom: 0 !important;
    border-right: 0 solid transparent;
}

.bs-searchbox:after {
    position: absolute;
    content: "";
    background-image: url(../images/icons/search.svg);
    width: 25px;
    height: 25px;
    bottom: 14px;
    left: 20px;
    z-index: 1000;
    background-repeat: no-repeat;
}

.bs-searchbox.visible-hidden:after {
    content: unset !important;
    transition: 1s;
}

.bs-searchbox {
    position: relative;
    overflow: hidden;
}

.popover .popover-arrow {
    display: none;
}

.popover {
    border: 0px solid #ffbb33;
    border-radius: 20px;
    font-family: inherit;
    background-color: var(--gray);
}

.popover-body {
    font-size: 12px;
    line-height: 26px;
    color: var(--text);
}


/* single ads */

.single-ads-slider div img {
    width: 100%;
    height: 300px;
    border-radius: var(--size-15);
}

@media screen and (max-width:768px) {
    .single-ads-slider div img {
        height: 250px;
    }
}

.single-ads-slider ul.slick-dots {
    position: absolute !important;
    bottom: 5px !important;
    top: unset !important;
}

.single-ads-slider {
    padding-bottom: 0rem;
}

.single-ads-slider-thumb .slick-list {
    margin: 0 -5px !important;
}

.single-ads-slider-thumb .slick-slide {
    margin: 0 5px !important;
}

.single-ads-slider .slick-dots li button:before {
    background: var(--white);
    opacity: .7;
}

.sync-slider .slick-slide div {
    height: 100% !important;
}

.sync-slider .slick-slide img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.sync-slider .slick-slide {
    height: inherit !important;
    cursor: pointer;
}

.sync-slider .slick-track {
    display: flex !important;
}

.single-ads-slider-thumb .slick-slide div {
    border: 2px solid transparent;
    border-radius: var(--size-15);
    overflow: hidden;
}

.single-ads-slider-thumb .slick-slide.slick-current div {
    border: 2px solid var(--darkblue);
}

.ads-description h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: .5rem;
}

.ads-description * {
    text-align: justify;
}

.contact-ads div p:not(p:last-child) {
    color: #878787 !important;
}

.info-box {
    background: var(--red);
    border-radius: var(--size-20);
    color: #fff;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
}

.info-box-title div {
    width: 110px;
    height: 110px;
    background: #fff;
    text-align: center;
    margin: auto;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-box-title div p {
    color: var(--red);
    font-size: var(--size-25);
    font-weight: bold;
}

.info-box-content {
    padding: 0 1rem;
}

.info-box-title {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 0;
    padding: 1rem;
}

.info-box-title::before {
    content: "";
    position: absolute;
    width: 70%;
    height: 100%;
    background: radial-gradient(at left 30%, #ffffff0f 4%, #ffffffde 64%);
    transform: skewX(17deg);
    right: -45px;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width:576px) {
    .green-box.expired-info-box::after {
        right: -33px;
        left: unset;
    }
    .green-box.expired-info-box .info-box-title::before {
        left: -60px !important;
        right: unset !important;
    }
    .info-box-content {
        padding: 0 1rem 1rem;
    }
}

@media only screen and (max-width:768px) {
    .green-box.expired-info-box .info-box-title::before {
        bottom: -75px !important;
        top: unset !important;
    }
    .info-box-title::before {
        width: 100%;
        background: radial-gradient(at 42% bottom, #ffffff0f, #ffffffde);
        transform: skewY(-10deg) skewX(0);
        right: 0;
        top: -60px;
    }
    .ads-description h2 {
        margin-top: 2rem;
    }
    .expired {
        width: 100% !important;
        justify-content: center;
    }
    /* .expired-info-box .info-box-title div p {
    width: 42% !important;
  } */
    .expired-info-box .info-box-title::before {
        width: 200px !important;
        height: 200px !important;
        right: -70px !important;
        top: -75px !important;
    }
    .expired-info-box::after {
        background: radial-gradient(at left 0%, #ffffffde 0%, #ffffff40 22%) !important;
        bottom: -50px !important;
        top: unset !important;
    }
    .expired-info-box a.view-more {
        width: 100%;
    }
    .single-ads .titles {
        justify-content: center;
    }
    .single-ads p {
        text-align: justify;
    }
    .compare .slick-slide {
        margin: 0 5px;
    }
}

@media (min-width:768px) and (max-width:1300px) {
    .expired-info-box .info-box-title div p {
        font-size: 16px !important;
    }
}

.expired-location {
    filter: blur(5px);
    pointer-events: none;
}

.similar-slider.slide-arrows1 .prev-arrow.slick-arrow {
    left: 30%;
}

.similar-slider.slide-arrows1 .next-arrow.slick-arrow {
    right: 30%;
}

.expired {
    padding: 10px 20px;
    background: #FFE1E1;
    width: fit-content;
    border-radius: 15px;
    color: #CF0505;
}

.orang-box {
    background: #EF7649;
}

.orang-box .info-box-title div p {
    color: #EF7649 !important;
}

.orang-box.expired-info-box::after {
    width: 130px;
    height: 130px;
    background: radial-gradient(at left 70%, #ffffffde 37%, #ffffff7a 77%);
    bottom: -82px;
    top: unset;
}

.green-box {
    background: #49EF87;
}

.green-box .info-box-title div p {
    color: #49EF87 !important;
}

.green-box.expired-info-box::after {
    width: 130px;
    height: 130px;
    background: radial-gradient(at left -22%, #ffffffde 37%, #ffffff7a 77%);
    top: -82px;
}

.blue-box {
    background: #4976EF;
}

.blue-box .info-box-title div p {
    color: #4976EF !important;
    font-size: 18px !important;
}

.blue-box .info-box-title:before {
    top: -140px !important;
    background: radial-gradient(at left 70%, #ffffff00 0, #ffffffde 49%) !important;
}

.blue-box.expired-info-box::after {
    content: unset;
}

.expired p {
    font-size: 16px;
}

.single-ads .titles h2 {
    font-size: 18px;
    margin: 0;
}

.expired-info-box .info-box-title div {
    background: transparent;
    background-image: url(../images/icons/Path.svg);
    background-size: contain;
    border-radius: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.expired-info-box .info-box-title div p {
    width: 175px;
    color: var(--red);
    font-size: 20px;
    font-weight: bold;
    text-align: center !important;
}

.expired-info-box .info-box-title::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    transform: skewX(0);
    right: -140px;
    top: 12px;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
}

.expired-info-box {
    position: relative;
    align-items: center;
}

.expired-info-box::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    background: radial-gradient(at left -22%, #ffffffde 37%, #ffffff0f 77%);
    transform: skewX(0);
    left: -33px;
    top: -50px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
}

.expired-info-box a.view-more {
    background: var(--white);
    border-color: var(--white);
    color: var(--red);
}

.expired-info-box a.view-more:hover {
    background: transparent !important;
    color: var(--white);
}

.center-agents .contact-ads {
    display: none;
    flex-wrap: wrap;
}

.your-rating {
    display: flex;
    margin: 1rem;
}

.your-rating .rating-stars {
    width: fit-content;
    margin: 0 1rem;
}

.compare-table {
    outline: 1px solid #9BB0FF;
    overflow: hidden;
    border-radius: var(--size-15) !important;
}

.compare-table tbody th {
    width: 20%;
    background: var(--darkblue);
    color: var(--white) !important;
    font-weight: normal;
    font-size: var(--size-15);
    padding: 1rem !important;
}

.compare-table td {
    width: 27%;
    text-align: center;
    padding: 1rem !important;
}

.compare-table-catg {
    color: var(--darkblue);
    font-size: 18px;
    margin-right: 1rem;
}

.compare-table tr:nth-child(even) td {
    background: #EEF1FF;
}

.compare-table td img {
    width: 25px !important;
    height: 25px !important;
}

.compare-table>:not(caption)>* {
    border-width: 1px 0;
    border-color: #9BB0FF;
}

.compare.compare-slider2 {
    width: 79%;
}

@media only screen and (max-width:600px) {
    .compare.compare-slider2 {
        width: 100% !important;
    }
    .compare-table tbody th,
    .compare-table tbody td {
        width: 50% !important;
    }
    .compare-table td:nth-child(2),
    .compare-table td:nth-child(3) {
        display: none;
    }
    .compare.compare-slider2 .slick-list {
        padding: 0 6% 0 6% !important;
    }
    .pre-register-input {
        width: 100% !important;
    }
}

@media (min-width:601px) and (max-width:768px) {
    .compare.compare-slider2 {
        width: 60%;
    }
    .compare-table tbody th {
        width: 30%;
    }
    .compare-table tbody td {
        width: 60%;
    }
    .compare-table td:nth-child(2),
    .compare-table td:nth-child(3) {
        display: none;
    }
}

@media (min-width:601px) and (max-width:700px) {
    .compare.compare-slider2 {
        width: 100%;
    }
    .compare.compare-slider2 .slick-list {
        padding: 0 4% 0 4% !important;
    }
}

@media (min-width:769px) and (max-width:1200px) {
    .compare.compare-slider2 {
        width: 70%;
    }
    .compare-table td:nth-child(3) {
        display: none;
    }
    .compare-table tbody td {
        width: 35%;
    }
    .compare-table tbody th {
        width: 30%;
    }
}

input.pre-register-input {
    width: 50%;
}


/* ******************************* user panel ******************************** */

.panel-main-content {
    padding: 1.5rem;
    background: #F3F3F3;
    position: relative;
}

.user-panel aside {
    padding: 0 !important;
}

.user-aside {
    padding: 0.7rem;
}

.panel-main-content input,
.panel-main-content textarea,
.panel-main-content select,
.panel-main-content .dropdown.bootstrap-select button.dropdown-toggle,
.panel-main-content span.input-group-text {
    border: 1px solid #ebebeb !important;
    /* padding: 13px !important; */
}

@media screen and (max-width:768px) {
    .panel-main-content {
        padding: 3rem .75rem .75rem;
        background: #F3F3F3;
    }
}

.ct-grids line {
    stroke: var(--gray-500);
    opacity: 0.4;
}

.ct-point {
    stroke-width: 7px;
    cursor: pointer;
}

.ct-line {
    fill: none;
    stroke-width: 1.5px;
}

.ct-labels span {
    color: var(--darkblue);
}

.ct-series-a .ct-area,
.ct-series-a .ct-slice-donut-solid,
.ct-series-a .ct-slice-pie {
    fill-opacity: .2!important;
    fill: #336cfba1;
}

.ct-series-a .ct-bar,
.ct-series-a .ct-line,
.ct-series-a .ct-point,
.ct-series-a .ct-slice-donut {
    stroke: #336CFB;
}

.ct-series-b .ct-area,
.ct-series-b .ct-slice-donut-solid,
.ct-series-b .ct-slice-pie {
    fill: #FAC032;
}

.ct-series-b .ct-bar,
.ct-series-b .ct-line,
.ct-series-b .ct-point,
.ct-series-b .ct-slice-donut {
    stroke: #FAC032;
}

.chart-month .slick-list {
    padding-bottom: 1rem !important;
    margin: auto;
}

.chart-month.slide-arrows1 .prev-arrow.slick-arrow {
    left: 10px !important;
    width: 22px;
}

.chart-month.slide-arrows1 .next-arrow.slick-arrow {
    right: 10px !important;
    width: 22px;
}

.chart-month .slick-slide p {
    font-size: 12px;
    text-align: end;
}

.chart-month .slick-slide.slick-current.slick-active p {
    background: #374785;
    width: fit-content;
    padding: 0 12px;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
}

.chart-month .slick-slide div div {
    width: fit-content !important;
}


/* line.ct-point.ct-point {
  -webkit-animation: bouncing-stroke .5s ease infinite;
  -moz-animation: bouncing-stroke .5s ease infinite;
  -o-animation: bouncing-stroke .5s ease infinite;
  animation: bouncing-stroke .5s ease infinite;
}
@keyframes bouncing-stroke {
  0%, 100% {
    stroke-width: 5px;
}

50% {
    stroke-width: 10px;
}
} */

.blue-circle div,
.yellow-circle div {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    margin-left: 5px;
}

.blue-circle div {
    background: #336CFB;
}

.blue-circle p {
    color: #336CFB;
}

.yellow-circle div {
    background: #ECBA3F;
}

.yellow-circle p {
    color: #ECBA3F;
}

.analyse * {
    line-height: 1.7;
    font-size: 13px;
}

.analyse-blue * {
    color: #0463CF;
}

.analyse-red *,
.payment-box .inactive,
.form .inactive {
    color: #CF0606;
}

.analyse-purple * {
    color: #3305CF;
}

.analyse-yellow * {
    color: #CF9306;
}

.analyse-green *,
.payment-box .active {
    color: #05CF5D;
}

.user-right-panel ul li a {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    margin: 10px 0;
    background: transparent;
    border-radius: 10px;
    color: var(--gray-500);
    transition: .3s;
}

.user-right-panel ul li a path {
    transition: .3s;
}

.user-right-panel ul li.active a:not(li:last-child a) {
    background: linear-gradient( 180deg, var(--darkblue), var(--navyblue));
    color: var(--white);
}

.user-right-panel ul li a:hover svg path:not(li:last-child a:hover svg path,
li.active a:hover svg path) {
    fill: var(--darkblue);
}

.user-right-panel ul li a:hover:not(li:last-child a:hover,
li.active a:hover) {
    color: var(--darkblue);
}

.user-right-panel ul li:last-child a {
    color: var(--red) !important;
}

.user-right-panel ul li.active svg path:not(li:last-child svg path) {
    fill: var(--white);
}

.user-right-panel ul li p {
    margin-right: .5rem;
    font-size: 14px;
}

.user-info {
    display: flex;
    align-items: center;
    background: #374785;
    padding: 1.5rem 0.7rem 1rem!important;
    margin-bottom: 1rem;
    ;
}

.user-info p {
    font-size: 14px;
    color: var(--white);
}

.user-info img {
    border: 7px solid var(--darkblue);
    border-radius: 100px;
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-bottom: -2rem;
}

.mobile-right-aside {
    padding: 0;
}

.user-aside .brd {
    border-color: var(--red);
}

img.close-left-panel {
    width: 25px;
}

.show-header {
    position: absolute;
    bottom: -34px;
    right: 10px;
    background: #374785;
    border-radius: 0 0 100px 100px;
    cursor: pointer;
}

.show-left-aside {
    position: absolute;
    top: -4px;
    right: 2px;
    background: #374785;
    border-radius: 0 0 100px 100px;
    cursor: pointer;
}


/* .user-panel-header{
  transition: 1s;
} */

.navbar-left-icon p {
    color: var(--lightblue);
    margin-left: 10px;
}

.hide-user-panel {
    z-index: 0;
}

.ads .buttons a {
    width: 47%;
    padding: 7px;
}

.ads .buttons a svg {
    width: 18px;
    margin-right: 0 !important;
}

.main-content .country-ads>div {
    padding: 0.5rem !important;
}

.main-content {
    overflow-y: auto;
    height: 650px;
    padding: 1rem 0 0;
}

.checkbox-round {
    display: block;
    position: absolute;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    right: 1.5rem;
    top: 1.5rem;
}


/* Hide the browser's default checkbox */

.checkbox-round input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: -5px;
    right: -5px;
    height: 30px;
    width: 30px;
    background-color: #eee;
    border-radius: 15px;
}


/* On mouse-over, add a grey background color */

.checkbox-round:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.checkbox-round input:checked~.checkmark {
    background-color: #06CF78;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.checkbox-round input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.checkbox-round .checkmark:after {
    left: 11px;
    top: 6px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (max-width:768px) {
    .main-content-buttons {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 0 10px #00000024;
        right: 0;
        z-index: 2;
    }
    .main-content-buttons button {
        margin: 10px !important;
    }
    .filter-search-box {
        display: none !important;
    }
}

.expired-ads {
    position: absolute;
    background: var(--red);
    left: -30px;
    width: 150px;
    top: 22px;
    transform: rotate(-40deg);
    color: #fff;
    font-weight: bold;
}

.expired-ads p {
    text-align: center !important;
}

.search-panel button.filter-search {
    background: #fff;
    height: 100%;
    border: 1px solid #ebebeb;
    border-radius: var(--size-10);
}

.filter-search-box.show-search-filter {
    display: flex;
}

.filter-search-box {
    background: #fff;
    padding: 1rem;
    margin-top: 1rem;
    border-radius: 25px;
    box-shadow: 0 0 40px rgb(0 0 0 / 16%);
    position: absolute;
    z-index: 2;
    top: 3rem;
    right: 12px;
    display: none;
    flex-wrap: wrap;
}

.save-info {
    background: #03c772 !important;
    border-color: #03c772!important;
    color: #fff !important;
    opacity: .6;
    text-shadow: 0 0 1px #024829;
}

.save-info:hover {
    background: #03c772 !important;
    opacity: 1;
}

button.code-presenter-btn {
    background: var(--lightblue);
    height: 100%;
    padding: 7px !important;
    margin: 0 5px 0 0 !important;
    border-color: transparent;
}

@media only screen and (max-width:576px) {
    button.save-info {
        width: 100%;
        order: 3;
        margin: 10px 0 !important;
    }
}

.filter-search-box button img,
.modal button.action img {
    width: 20px;
}

.panel-table * {
    font-size: 12px;
    color: var(--text);
}

.header-table {
    background: linear-gradient(0, var(--navyblue), var(--darkblue));
    padding: 10px;
    border-radius: 15px 15px 0 0;
}

.header-table>div {
    padding: 0 3px;
}

.header-table p {
    color: var(--white) !important;
}

.body-table {
    background: #fff;
    min-height: 100px;
    height: auto;
    overflow: auto;
    max-height: 370px;
    border-radius: 0 0 15px 15px;
}

.header-table img {
    width: 16px;
    height: 16px;
}

.body-table button,
.body-table a.view-more {
    padding: 4px 15px !important;
    min-height: 35px;
}

.body-table button img,
.body-table button svg,
.body-table a img,
.body-table a svg {
    width: 16px;
    height: 16px;
    margin-right: 0;
}

.body-row {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 10px;
}

.body-row div {
    padding: 12px 6px;
}

.body-row:nth-child(even) {
    background: var(--lightgray);
}

.body-row * {
    font-weight: bold;
    font-size: 13px !important;
}

.body-row .active p {
    color: #10BE79 !important;
}

.body-row .inactive p {
    color: var(--red) !important;
}

.table-accordion * {
    font-size: 13px;
    font-weight: bold;
}

.table-accordion .accordion-item {
    border-radius: 20px !important;
    margin: 15px 0;
    background: #5D9EFF;
    border: 0;
}

.table-accordion .accordion-item p {
    font-weight: normal;
}

.table-accordion .accordion-collapse div {
    padding: 0.8rem 0;
    border-bottom: 1px solid var(--white);
}

.table-accordion .accordion-collapse div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.table-accordion .accordion-collapse div:first-child {
    padding-top: 0;
}

.table-accordion .accordion-collapse {
    padding: 1rem;
    color: var(--white);
}

.table-accordion button.accordion-button {
    border-radius: 19px !important;
    background: var(--white) !important;
    color: var(--darkblue);
}

.table-accordion button.accordion-button p {
    color: #9BB0FF;
}

.table-accordion .accordion-button::after {
    width: 0.7rem;
    height: 0.7rem;
    background-size: 0.7rem;
    background-position: center;
}

.table-accordion .accordion-collapse button,
.table-accordion .accordion-collapse a {
    background: var(--white);
    color: #5D9EFF;
    border-color: var(--white);
}

.table-accordion .accordion-collapse button:hover,
.table-accordion .accordion-collapse a:hover {
    background: transparent !important;
    color: var(--white);
    border-color: var(--white);
}

.body-table::-webkit-scrollbar {
    width: 5px;
}


/* width */

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    background: var(--lightgray);
    border-radius: 10px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: var(--lightblue);
    transition: .5s;
    border-radius: 10px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #81bddd;
}

* {
    scrollbar-color: var(--lightblue) var(--lightgray);
    scrollbar-width: 5px;
    /* border-radius: 10px; */
}

.body-row.disabled {
    /* pointer-events: none; */
    background: #fff1f1 !important;
}

.panel-main-content .analyse>div div {
    padding: 20px 6px;
    background: #fff;
    margin: 10px;
    border-radius: 15px;
}

.panel-main-content .analyse>div:first-child div {
    margin-right: 0;
}

.panel-main-content .analyse>div:last-child div {
    margin-left: 0;
}

.panel-main-content .analyse p b {
    font-size: 16px !important;
}

.panel-main-content .analyse p:last-child {
    color: var(--text);
}

.panel-main-content .analyse img {
    width: 60px;
    height: 60px;
}

@media screen and (max-width:576px) {
    .panel-main-content .analyse>div div {
        margin: 5px !important;
    }
    .panel-main-content .analyse img {
        width: 50px;
        height: 50px;
    }
    .payment-box,
    .price-box {
        flex-direction: column;
    }
    button.checkout-btn {
        margin-top: 1rem;
    }
    .price-box>div:first-child {
        width: 100%;
        border-radius: 10px;
        margin-bottom: 1rem
    }
    .price-box .unpaid {
        background: #ffd5d5;
    }
    .price-box .paid {
        background: #D5FFEB;
    }
    button.checkout-btn {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .credit-card-btn,
    .credit-card-save button {
        width: 100% !important;
        margin-top: 1rem;
    }
    .credit-card-btn,
    .credit-card-save {
        margin-top: 4rem !important;
    }
    video {
        min-width: 100% !important;
        height: 220px !important;
    }
    .main-content .blog-img img {
        min-width: 100% !important;
        height: 220px !important;
        object-fit: cover;
        object-position: center !important;
    }
}

.table-accordion .accordion-collapse button.delete-btn {
    background: var(--white) !important;
    color: var(--red) !important;
    border-color: var(--white) !important;
}

.table-accordion .accordion-collapse button.delete-btn:hover {
    background: transparent !important;
    color: var(--white) !important;
}

.table-accordion .accordion-collapse button.delete-btn:hover path {
    fill: var(--white) !important;
}

.payment-box {
    background: #fff;
    padding: 10px;
    border-radius: 15px;
}

.payment-box img:not(.checkout-btn img) {
    width: 100px;
    height: 100px;
}

button.checkout-btn {
    background: #06CF78;
    border-radius: 10px;
    padding: 10px 35px;
    color: var(--white);
}

button.checkout-btn img {
    width: 30px;
}

.success-payment img.success-img {
    width: 380px;
}

.modal .success-payment p {
    text-align: center;
}

.credit-card {
    background: linear-gradient(-90deg, var(--navyblue), var(--darkblue));
    color: #fff;
    padding: 2.5rem 1.5rem;
    border-radius: 20px;
}

.credit-card img {
    width: 40px;
}

.credit-card span {
    color: #9BB0FF;
    font-size: 12px;
}

.credit-card h3 {
    text-align: center;
}

.credit-card-btn,
.credit-card-save {
    margin-top: 9rem;
}

video,
.main-content .blog-img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: var(--bs-gray-dark);
    border-radius: 13px;
    object-position: top;
    margin: 0;
}

.blog-img {
    height: 220px;
}

.main-content .archive-blog {
    box-shadow: 0 0 0;
}

.list-state button[type='reset'] {
    background: none;
    border: none;
    display: none;
    position: absolute;
    top: 10حط;
    left: 5px;
    font-size: 18px;
}

.image-gallery .single-img {
    width: 15%;
    height: 90px;
    margin: 5px 2px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.main-content .blog-description p {
    display: block;
    text-align: justify;
}

@media only screen and (max-width:576px) {
    .image-gallery .single-img {
        width: 45%;
        margin: 10px 0 10px auto;
    }
    .image-gallery .image-gallery-btn {
        width: 100%;
    }
}

.edit-ads .main-image img {
    border-radius: 10px;
    width: 100%;
    height: 235px;
    object-fit: cover;
}

.image-gallery,
.main-image {
    display: flex;
    flex-direction: column;
}

.fields-title p {
    color: var(--darkblue);
}

.single-img img {
    height: 100%;
    width: 100%;
}

.single-img button {
    position: absolute;
    left: 5px;
    background: #ffe7e7bd;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    border: 1px solid var(--red);
    top: 5px;
    line-height: 21px;
    padding: 0;
    color: var(--red);
}

.country-state .shape img:first-child {
    position: absolute;
    top: -45px;
    right: -100px;
}

.country-state .shape img:nth-child(2) {
    position: absolute;
    bottom: 125px;
    left: 4%;
    width: 400px;
}

.country-state .shape img:nth-child(3) {
    position: absolute;
    bottom: 125px;
    right: -9%;
    width: 400px;
}

.country-state .shape img:last-child {
    position: absolute;
    bottom: 5px;
    left: -100px;
}

@media screen and (max-width:1200px) {
    .country-state .shape,
    footer .shape img:nth-child(2) {
        display: none;
    }
    .shape-bottom {
        right: -190px !important;
        height: 235px !important;
    }
}

@media screen and (max-width:576px) {
    .shape-bottom {
        display: none;
    }
    .sticky-box {
        bottom: 3px;
        right: 3px;
    }
    .sticky-box .plus {
        width: 50px;
        height: 50px;
    }
}

@media (min-width:577px) and (max-width:768px) {
    .shape-bottom {
        right: -290px !important;
        height: 235px !important;
    }
}

footer .shape {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}

footer .shape img:nth-child(1) {
    left: -35px;
    top: -25px;
    position: absolute;
}

footer .shape img:nth-child(2) {
    /* left: 0; */
    top: -25px;
    position: absolute;
    /* width: 100%; */
    right: 0;
}

.shape-top {
    position: absolute;
    top: -57px;
    right: -78px;
    z-index: -1;
}

.shape-bottom {
    position: absolute;
    bottom: 0;
    right: -78px;
    overflow: hidden;
    overflow: hidden;
    height: 280px;
}

.ct-perfect-fourth>svg {
    overflow: inherit;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
    writing-mode: vertical-lr;
    height: fit-content !important;
}

.ct-bar {
    stroke-width: 6px;
}

.show-password {
    position: absolute;
    top: 62%;
    left: 16px;
    filter: grayscale(1);
    cursor: pointer;
    width: 20px;
}

.form-field {
    margin-bottom: 1rem;
    position: relative;
}

.current-loc {
    width: 35px;
    height: 35px;
    line-height: 30px;
    box-shadow: 0 0 7px #00000040;
    margin: 5px;
    border-radius: 10px !important;
    position: absolute;
    bottom: 111px;
    z-index: 999 !important;
    background: white;
    right: 15px;
}

.leaflet-top.leaflet-right {
    display: none;
}


.bootstrap-select>select.mobile-device:focus+.dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
}

select:not(.bd-main select,
.dropdown.bootstrap-select select) {
    border-color: #C8C8C8 !important;
    background-color: white;
    background-image: url(../images/icons/angle-down.svg);
    background-position: 2% center;
    background-repeat: no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 300px;
}

select {
    appearance: none;
    position: relative;
}

.login .dropdown.bootstrap-select button.dropdown-toggle {
    border-color: #C8C8C8!important;
    padding: 11px;
}


header nav li:last-child,
.mobile-header nav li:last-child {
    background: #4b5f96;
    border-radius: 10px;
    border: 2px solid var(--lightblue);
    padding: 4px;
    box-shadow: 0 0 10px #a3cae2;
}

header nav li:last-child a,
.mobile-header nav li:last-child a {
    color: #fff;
}

@media only screen and (max-width:575px){
.lasted-articles-desc {
    height: 50px
}
}
@media (min-width:576px) and (max-width:767px){
.lasted-articles-desc {
    height: 80px
}
.whatsapp-chat {
    width: 50px !important;
    height: 50px !important;
    bottom: 7px !important;
    left: 7px !important;
}
}
@media (min-width:768px) and (max-width:1024px){
.lasted-articles-desc {
    height: 115px
}
}
.whatsapp-chat img {
  width: 100%;
  height: 100%;
  /* animation: pulse 1.5s infinite 1s; */
  border-radius: 50px;
}

.whatsapp-chat {
  position: fixed;
  bottom: 16px;
  left: 16px;
  width: 55px;
  height: 55px;
  z-index: 10;
}

.top-banner button.close {
  position: absolute;
  left: 4px;
  top: 6px;
  border-radius: 3px;
  background: #ffffff57;
  color: #fff;
  width: 30px;
  height: 30px;
}
.top-banner button.close span {
  font-size: 30px;
  line-height: 1.1 !important;
}
