@font-face {
    font-family: myfont;
    src: url(../fonts/t.ttf);
}
@font-face {
    font-family: ge_ss;
    src: url(../fonts/GE_SS_TEXT_LIGHT.ttf);
}
@font-face {
    font-family: ge_ss_bold;
    src: url(../fonts/ge_ss_two_bold.ttf);
}
body {
    background: #f8f8f8;
    font-family: myfont;
    text-align: right;
}
h2 {
    font-size: 20px;
    color: #222;
}
h3 {
    font-size: 20px;
    color: #222;
}
h4 {
    font-size: 18px;
    font-weight: 700;
}
#header {
    padding: 5px 0 0 0;
    background: #fff;
}
#baraa {
    padding: 5px 0 0 0;
    background: #fff;
    margin-bottom: 15px;
}
#baraa hr {
    border-color: #6bc243;
    width: 120px;
}
#baraatn {
    padding: 5px 0 0 0;
    background: #f3f3f3;
}
#baraatn hr {
    border-color: #6bc243;
    width: 120px;
}
.text-muted a {
    text-decoration: none;
    color: #999;
    font-size: 12px;
}
.text-muted a:hover {
    color: #5faf4b;
}
.dropdown.profile-stats {
    text-align: center;
    cursor: pointer;
}
.dropdown.profile-stats a {
    text-decoration: none;
}
.dropdown.profile-stats ul {
    border-radius: 0;
}
.dropdown.profile-stats ul li {
    text-align: right;
}
.dropdown.profile-stats .text-success {
    color: #5faf4b;
}
.dropdown.profile-stats .text-warning {
    color: #c60;
}
.dropdown.profile-stats .text-default {
    color: #666;
}
.respons-speed {
    font-size: 10px;
    color: #5faf4b;
}
.home-service {
    border: 1px solid rgba(222, 222, 222, 0.5);
    -webkit-box-shadow: -1px 0 12px -1px #7d7d7d;
    -moz-box-shadow: -1px 0 12px -1px #7d7d7d;
    box-shadow: -1px 0 12px -1px #7d7d7d;
    padding: 0;
    margin-bottom: 30px;
}
.service-bg {
    height: 104px;
    display: flex;
    justify-content: center;
    background: url(../images/service_bg.png) repeat;
    padding-top: 30px;
}
.service-bg .service_icon {
    height: 60px;
    width: 70px;
    border-radius: 20px;
    background: #fff;
    color: #5faf4b;
    font-size: 24px;
    text-align: center;
    vertical-align: central;
    padding-top: 1px;
}
div.home-service a {
    text-align: center;
    font-size: 16px;
    padding: 15px;
    font-family: myfont;
    text-decoration: none;
    color: #666;
}
div.home-service:hover a {
    color: #5faf4b;
}
.service-title {
    padding-top: 8px;
}
@media screen and (max-width: 767px) {
    .home-service {
        border: 1px solid rgba(222, 222, 222, 0.5);
        -webkit-box-shadow: -1px 0 12px -1px #7d7d7d;
        -moz-box-shadow: -1px 0 12px -1px #7d7d7d;
        box-shadow: -1px 0 12px -1px #7d7d7d;
        padding: 0;
        margin-bottom: 30px;
        display: flex;
        flex-direction: row-reverse;
        height: 80px;
    }
    .service-bg {
        width: 30%;
        display: flex;
        justify-content: center;
        background: url(../images/service_bg.png) repeat;
        padding-top: 10px;
        height: 80px;
    }
    .service-bg .service_icon {
        height: 60px;
        width: 70px;
        border-radius: 40px;
        background: #fff;
        color: #5faf4b;
        font-size: 24px;
        padding: 2px 8px 6px 8px;
    }
    .service-title {
        width: 70%;
        text-align: center;
        font-size: 16px;
        padding: 25px;
    }
}
.text-info {
    padding: 20px 20px;
    direction: rtl;
    text-align: right;
}
.text-info h4 {
    font-weight: 700;
    font-size: 16px;
    text-align: right;
}
.text-info p {
    font-size: 14px;
}
.banner {
    height: 80px;
    background: url(../images/banner.jpg) repeat;
    text-align: center;
    -webkit-box-shadow: 0 3px 5px 1px #adadad;
    -moz-box-shadow: 0 3px 5px 1px #adadad;
    box-shadow: 0 3px 5px 1px #adadad;
    padding-top: 15px;
}
.content-section {
    margin-top: 10px;
}
.banner h3 {
    color: #fff;
    font-size: 24px;
}
.account-type {
    background: #fff;
    min-height: 100px;
    text-align: center;
    margin: 20px;
    padding-top: 30px;
    border: 1px solid rgba(222, 222, 222, 0.5);
    -webkit-box-shadow: -1px 0 8px -1px #afafaf;
    -moz-box-shadow: -1px 0 8px -1px #afafaf;
    box-shadow: -1px 0 8px -1px #afafaf;
    cursor: pointer;
}
.account-type a {
    color: #5faf4b;
    font-size: 22px;
    text-decoration: none;
}
.account-type-description {
    width: 100%;
    padding: 10px;
    text-align: center;
    background: rgba(180, 180, 180, 0.1);
    margin-top: 10px;
}
.account-type-description p {
    font-size: 13px;
    color: #999;
}
.card-panel {
    margin: 5px;
    border: 1px solid rgba(150, 150, 150, 0.1);
    background: #fff;
    -webkit-box-shadow: 0 0 5px 2px #dbdbdb;
    -moz-box-shadow: 0 0 5px 2px #dbdbdb;
    box-shadow: 0 0 5px 2px #dbdbdb;
}
.card-panel .card-panel-content {
    width: 100%;
    padding: 15px;
}
.card-panel h4 {
    text-align: right;
    font-size: 14px;
    line-height: 28px;
}
.card-panel-footer {
    width: 100%;
    background: rgba(230, 230, 230, 0.2);
    padding: 30px 8px;
    text-align: center;
    border-top: 1px solid #e0e0e0;
}
.card-panel-footer p {
    color: #666;
    font-size: 16px;
}
.card-panel-footer span {
    display: flex;
    width: 100%;
    font-size: 16px;
    color: #999;
    direction: rtl;
}
.card-panel-footer span:after,
.card-panel-footer span:before {
    content: "";
    border-top: 2px solid #999;
    flex: 1 0 20px;
    margin-top: 10px;
    margin-left: 8px;
    margin-right: 8px;
}
.card-panel-footer a {
    color: #5faf4b;
    font-size: 16px;
    text-decoration: none;
}
.form-control {
    text-align: right;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    height: 40px;
    padding: 0 0;
}
.form-control:active,
.form-control:focus {
    border: 1px solid #008329;
    box-shadow: 3px 3px 6px 6px rgba(200, 200, 200, 0.1) inset;
}
.error_message p {
    font-size: 12px;
    color: #c00;
}
@media screen and (max-width: 767px) {
    .m-notifications {
        position: absolute;
        right: 80px;
        top: 15px;
        cursor: pointer;
    }
    .m-notifications a {
        color: #999;
        font-size: 16px;
        text-decoration: none;
    }
    .m-notifications .dropdown-menu {
        width: 100%;
        right: 0;
        left: auto;
    }
    .m-notifications a span {
        border-radius: 15px;
        background: #5faf4b;
        color: #fff;
        font-size: 10px;
        height: 15px;
        width: 15px;
        position: absolute;
        text-align: center;
        top: 0;
        right: 15px;
    }
}
@media screen and (min-width: 768px) {
    .m-notifications {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .m-messages {
        position: absolute;
        right: 130px;
        top: 15px;
        cursor: pointer;
    }
    .m-messages a {
        color: #999;
        font-size: 16px;
        text-decoration: none;
    }
    .m-messages .dropdown-menu {
        width: 100%;
        right: 0;
        left: auto;
    }
    .m-messages a span {
        border-radius: 15px;
        background: #5faf4b;
        color: #fff;
        font-size: 10px;
        height: 15px;
        width: 15px;
        position: absolute;
        top: 0;
        right: 15px;
        text-align: center;
    }
}
@media screen and (min-width: 768px) {
    .m-messages {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    li.dropdown.d-notifications a {
        font-size: 20px;
        text-decoration: none;
        color: #ccc;
    }
    li.dropdown.d-notifications a span {
        text-decoration: none;
        border-radius: 15px;
        background: #5faf4b;
        color: #fff;
        font-size: 10px;
        height: 15px;
        width: 15px;
        text-align: center;
        padding: 0 7px;
        margin-left: -5px;
    }
    li.dropdown.d-notifications ul.dropdown-menu li a {
        font-size: 14px;
        color: #333;
    }
}
@media screen and (max-width: 767px) {
    li.dropdown.d-notifications {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    li.dropdown.d-messages a {
        font-size: 20px;
        text-decoration: none;
        color: #ccc;
    }
    li.dropdown.d-messages a span {
        text-decoration: none;
        border-radius: 15px;
        background: #5faf4b;
        color: #fff;
        font-size: 10px;
        height: 15px;
        width: 15px;
        text-align: center;
        padding: 0 7px;
        margin-left: -5px;
    }
    li.dropdown.d-messages ul.dropdown-menu li a {
        font-size: 14px;
        color: #333;
    }
}
@media screen and (max-width: 767px) {
    li.dropdown.d-messages {
        display: none;
    }
}
.box {
    position: relative;
    border-radius: 3px;
    background: #fff;
    margin: 10px;
    border-top: 2px solid rgba(111, 218, 68, 0.5);
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 10px;
}
li.list-group-item {
    border-bottom: 1px solid rgba(200, 200, 200, 0.4);
    margin-bottom: 5px;
}
.authenticated_icon {
    color: #5faf4b;
    font-size: 16px;
    margin-left: 10px;
    margin-right: 10px;
}
a.attached {
    font-size: 16px;
    color: #333;
    text-decoration: none;
}
a.icon-btn {
    color: #999;
    font-size: 14px;
    text-decoration: none;
}
a.icon-btn:hover {
    color: #5faf4b;
}
.footer {
    background: #363e51;
    padding: 20px 20px;
}
.footer h3 {
    color: #fff;
    font-size: 16px;
}
.footer p {
    color: #fff;
    font-size: 16px;
}
.footer hr {
    border-color: #5faf4b;
}
.footer a {
    color: #fcfcfc;
    font-size: 16px;
}
.footer a:active,
.footer a:hover {
    color: #5faf4b;
}
.footer ul {
    list-style-type: none;
}
.footer ul li {
    margin-bottom: 20px;
}
.footer ul li a {
    font-size: 12px;
    text-decoration: none;
}
.provider-list .provider {
    width: 100%;
    border-bottom: 10px solid rgba(180, 180, 180, 0.5);
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row-reverse;
}
.provider-list .provider .provider-details {
    width: 60%;
    padding: 10px;
}
.provider-list .provider .provider-media {
    width: 40%;
    padding: 0 5px;
}
@media screen and (max-width: 990px) {
    .provider-list .provider {
        display: block;
    }
    .provider-list .provider .provider-details {
        width: 100%;
    }
    .provider-list .provider .provider-media {
        width: 100%;
        padding: 0 0px;
    }
}
.provider-list .provider .provider-media img {
    max-height: 200px;
    float: left;
}
@media screen and (max-width: 990px) {
    .provider-list .provider .provider-media img {
        float: right;
    }
}
.provider-list .provider .provider-media video {
    width: 100%;
}
@media screen and (max-width: 990px) {
    .provider-list .provider .provider-media .mejs__container {
        display: none;
    }
    .provider-list .provider .provider-media video {
        display: none;
    }
    .provider-list .provider .provider-media img {
        display: none;
    }
    .provider-list .provider .provider-media .vendor-contact .vendor-video img {
        display: block;
        height: 30px;
    }
}
.provider-list .provider .provider-details h2 {
    color: #353535;
    font-size: 16px;
    font-weight: 700;
    margin: 2px 2px;
}
.provider-list .provider .provider-details h2 a {
    font-family: ge_ss_bold;
    color: #001023;
    font-size: 20px;
    font-weight: 500;
    margin: 2px 2px;
    text-decoration: none;
}
.provider-list .provider .provider-details h2 .badge {
    background: #f7f7f7;
    color: #666;
}
.provider-list .provider .provider-details ul.categories {
    list-style-type: none;
    display: flex;
    flex-direction: row-reverse;
}
.provider-list .provider .provider-details ul.categories li {
    margin-left: 10px;
}
.provider-list .provider .provider-details ul.categories li a {
    color: #333;
    text-decoration: none;
}
.provider-list .provider .provider-details ul.categories li a:hover {
    color: #5faf4b;
}
.provider-list .provider .provider-details ul.authenticated-list {
    list-style-type: none;
    display: flex;
    flex-direction: row-reverse;
}
.provider-list .provider .provider-details ul.authenticated-list li {
    margin-left: 10px;
}
.provider-list .provider .provider-details ul.authenticated-list li a {
    color: #333;
    text-decoration: none;
}
.provider-list .provider .provider-details ul.authenticated-list li a:hover {
    color: #5faf4b;
}
@media screen and (max-width: 768px) {
    .provider-list .provider .provider-details ul.authenticated-list li {
        float: right;
    }
}
.badge-green {
    background: #f1cc39;
    color: #004499;
}
.badge-blue {
    background: #efefef;
    color: #004499;
}
.badge-violate {
    background: #3190cb;
    color: #004499;
}
.badge-orange {
    background: #e57067;
    color: #004499;
}
.badge-yellow {
    background: #eef2f5;
    color: #004499;
}
.badge-red {
    background: #eef2f5;
    color: #004499;
}
.provider-list .provider .provider-info {
    display: flex;
    flex-direction: column;
}
.provider-list .provider .provider-details p.skills {
    font-size: 14px;
}
.provider-list .provider .provider-details .provider-info .rating {
    direction: rtl;
    width: 100%;
    margin-bottom: 1px;
}
.provider-list .provider .provider-details .provider-info .rating img {
    height: 18px;
}
.provider-list .provider .provider-details .provider-info .rating .digit {
    font-size: 14px;
    margin-right: 10px;
}
.provider-list .provider .provider-details .provider-info .rating a.total {
    margin-right: 15px;
    font-size: 14px;
    text-decoration: none;
    color: #333;
}
.provider-list .provider .provider-details .provider-info .rating a.total:hover {
    color: #5faf4b;
}
.provider-list .provider .provider-details .provider-info ul.details {
    list-style-type: none;
    width: 100%;
    padding: 10px 20px;
    direction: rtl;
    text-align: right;
}
.provider-list .provider .provider-details .provider-info ul.details li {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}
.provider-list .provider .provider-details .provider-info .options-btn {
    position: absolute;
    bottom: 10px;
    left: 80px;
}
.provider-list .provider .provider-details .provider-info .options-btn .btn-details {
    background: #5faf4b;
    color: #fff;
    padding: 5px 17px;
    font-size: 15px;
}
.provider-list .provider .provider-details .provider-info .options-btn .btn-save {
    color: #5faf4b;
    background: #fff;
    -webkit-box-shadow: 0 0 7px 0 #a1a1a1;
    -moz-box-shadow: 0 0 7px 0 #a1a1a1;
    box-shadow: 0 0 7px 0 #a1a1a1;
    padding: 5px 20px;
    font-size: 15px;
}
button.visit-profile {
    background: #666;
    color: #979797;
    border: 1px solid #979797;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 10px;
}
button.visit-profile:hover {
    color: #8ac456;
    border: 1px solid #8ac456;
}
.mejs__controls {
    display: none;
}
@media screen and (max-width: 600px) {
    .provider-list .provider .provider-details ul.categories {
        list-style-type: none;
        display: block;
    }
    .provider-list .provider .provider-details ul.authenticated-list {
        list-style-type: none;
        display: block;
    }
    .provider-list .provider .provider-details .provider-info {
        clear: both;
        width: 100%;
    }
    .provider-list .provider .provider-details .provider-info .rating {
        padding: 5px 8px;
        width: 100%;
    }
    .provider-list .provider .provider-details .provider-info ul.details {
        width: 100%;
        padding: 5px 8px;
    }
    .provider-list .provider .provider-details .provider-info ul.details li {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .provider-list .provider .provider-details .provider-info .options-btn {
        position: unset;
        left: unset;
        top: unset;
        float: none;
    }
}
@media screen and (max-width: 990px) {
    .dt-filters {
        display: none;
    }
    .dt-search-results {
        display: none;
    }
}
@media screen and (min-width: 990px) {
    .mobile-filter {
        display: none;
    }
    .mobile-search-results {
        display: none;
    }
    .sort-by .box-tools {
        float: left;
        width: 150px;
        text-align: left;
    }
    span.right-filters {
        font-weight: 700;
        font-size: 16px;
    }
    ul.filter-options {
        direction: rtl;
        list-style-type: none;
        padding: 15px 0;
        border-bottom: 1px solid rgba(200, 200, 200, 0.4);
    }
    ul.filter-options li {
        margin-bottom: 10px;
    }
    ul.filter-options li a {
        color: #666;
        font-size: 16px;
        text-decoration: none;
    }
    ul.filter-options li a:hover {
        color: #5faf4b;
    }
}
.todo-list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
}
.todo-list > li {
    border-radius: 2px;
    padding: 10px;
    background: #fcfcfc;
    margin-bottom: 2px;
    border-left: 2px solid #e6e7e8;
    color: #444;
}
.todo-list > li:last-of-type {
    margin-bottom: 0;
}
.todo-list > li > input[type="checkbox"] {
    margin: 0 10px 0 5px;
}
.todo-list > li .text {
    display: inline-block;
    margin-left: 5px;
    font-weight: 600;
}
.todo-list > li .label {
    margin-left: 10px;
    font-size: 9px;
}
.todo-list > li .tools {
    display: none;
    float: right;
    color: #dd4b39;
}
.todo-list > li .tools > .fa,
.todo-list > li .tools > .glyphicon,
.todo-list > li .tools > .ion {
    margin-right: 5px;
    cursor: pointer;
}
.todo-list > li:hover .tools {
    display: inline-block;
}
.todo-list > li.done {
    color: #999;
}
.todo-list > li.done .text {
    text-decoration: line-through;
    font-weight: 500;
}
.todo-list > li.done .label {
    background: #d2d6de !important;
}
.todo-list .danger {
    border-left-color: #dd4b39;
}
.todo-list .warning {
    border-left-color: #f39c12;
}
.todo-list .info {
    border-left-color: #00c0ef;
}
.todo-list .success {
    border-left-color: #00a65a;
}
.todo-list .primary {
    border-left-color: #3c8dbc;
}
.todo-list .handle {
    display: inline-block;
    cursor: move;
    margin: 0 5px;
}
.table {
    direction: rtl;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: 1px solid #f4f4f4;
    text-align: right;
}
.table > thead > tr > th {
    border-bottom: 2px solid #f4f4f4;
}
.table tr td .progress {
    margin-top: 5px;
}
.table-bordered {
    border: 1px solid #f4f4f4;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #f4f4f4;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}
.table.no-border,
.table.no-border td,
.table.no-border th {
    border: 0;
    padding: 0;
}
table.text-center,
table.text-center td,
table.text-center th {
    text-align: center;
}
.table.align th {
    text-align: left;
}
.table.align td {
    text-align: right;
}
.profile-service {
    border: 1px solid rgba(180, 180, 180, 0.3);
    width: 100%;
    position: relative;
    height: 250px;
    margin-bottom: 30px;
}
.profile-service-img {
    width: 100%;
    height: 80px;
}
.profile-service-img img {
    width: 100%;
}
.profile-service .profile-service-details {
    background: rgba(111, 218, 68, 0.5);
    padding: 8px;
    border-top: 1px solid #6fda44;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.profile-service-details h3 {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}
.profile-service-tools {
    position: absolute;
    top: 10px;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
    text-align: center;
    width: 100%;
    border-top: 1px solid #6fda44;
    border-bottom: 1px solid #6fda44;
    padding: 8px 0;
    display: none;
}
.profile-service-tools a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
}
.profile-service-tools a:hover {
    color: #6fda44;
}
.bg-green {
    background: #41766e;
}
.image-upload {
    text-align: left;
    font-size: 24px;
    color: #ccc;
    padding-left: 30px;
    margin-top: 100px;
}
.image-upload i {
    cursor: pointer;
}
.image-upload > input {
    display: none;
}
.box-tools {
    direction: rtl;
}
.rule {
    margin: 10px 0;
    border: none;
    height: 1.5px;
    background-image: linear-gradient(left, #f0f0f0, #c9bbae, #f0f0f0);
}
.sel {
    font-size: 14px;
    display: inline-block;
    margin: 0 0;
    width: 120px;
    background-color: transparent;
    position: relative;
    cursor: pointer;
}
.sel.active::before {
    transform: rotateX(-180deg);
}
.sel__placeholder {
    display: block;
    font-size: 14px;
    color: #5faf4b;
    text-align: right;
    pointer-events: none;
    user-select: none;
    visibility: visible;
}
.sel.active .sel__placeholder {
    visibility: hidden;
}
.sel__placeholder::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.2em 0.5em;
    content: attr(data-placeholder);
    visibility: hidden;
}
.sel.active .sel__placeholder::before {
    visibility: visible;
}
.sel__box {
    position: absolute;
    top: calc(100% + 4px);
    left: -4px;
    display: none;
    list-style-type: none;
    text-align: right;
    font-size: 14px;
    background-color: #fff;
    width: calc(100% + 8px);
    box-sizing: border-box;
}
.sel.active .sel__box {
    display: block;
    animation: fadeInUp 0.5s;
}
.sel__box__options {
    display: list-item;
    font-family: Quicksand;
    font-size: 14px;
    color: #838e95;
    padding: 0.5em 1em;
    user-select: none;
}
.sel__box__options.selected::after {
    display: inline;
}
.sel__box__options:hover {
    background-color: #ebedef;
}
.sel--black-panther {
    z-index: 3;
}
.sel--superman {
    z-index: 2;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@media screen and (max-width: 990px) {
    .sel {
        font-size: 11px;
        display: inline-block;
        margin: 0 0;
        width: 90%;
        background-color: transparent;
        position: relative;
        cursor: pointer;
    }
    .sel__placeholder {
        display: block;
        font-size: 11px;
        color: #5faf4b;
        text-align: right;
        pointer-events: none;
        user-select: none;
        visibility: visible;
    }
    .sel--black-panther {
        width: 80%;
    }
    .sel::before {
        left: 0;
    }
}
@media screen and (max-width: 990px) AND (min-width: x768px) {
    .sel {
        width: 60%;
    }
    .sel--black-panther {
        width: 50%;
    }
}
#select-profession::-ms-expand {
    display: none;
}
#select-profession {
    outline: 0;
    border: none;
    background-color: transparent;
}
.profile-side-menu {
    padding: 0;
    background: #fff;
    border-top: 1px solid rgba(204, 204, 204, 0.5);
    border-radius: 4px;
    direction: rtl;
    position: sticky;
    top: 50px;
    height: 250px;
}
.profile-side-menu ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 5px;
}
.profile-side-menu ul li {
    text-align: right;
    padding: 15px 15px;
    border-bottom: 1px solid rgba(200, 200, 200, 0.4);
}
.profile-side-menu ul li.active {
    border-right: 2px solid #5faf4b;
}
.profile-side-menu ul li a {
    color: #585858;
    text-decoration: none;
}
.profile-side-menu ul li.active a {
    color: #5faf4b;
}
.profile-side-menu ul li a:hover {
    color: #5faf4b;
}
.profile-side-menu ul li a i {
    padding-left: 15px;
}
.profile-side-menu ul li:hover a {
    color: #5faf4b;
}
@media screen and (max-width: 990px) {
    .profile-side-menu {
        display: none;
        padding-top: 8px;
        padding-bottom: 8px;
        border: 1px solid rgba(204, 204, 204, 0.5);
        border-width: 1px 1px 0 1px;
        direction: rtl;
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        z-index: 100;
        height: 50px;
        margin-bottom: 40px;
        width: 100%;
    }
    .profile-side-menu::after {
        content: " ";
        height: 5px;
        width: 100%;
        background: #f5f5f5;
    }
    .profile-side-menu ul {
        list-style-type: none;
        padding: 0;
        display: flex;
        flex-direction: row;
        background: #fff;
        border-bottom: 1px solid rgba(200, 200, 200, 0.4);
        width: 100%;
        margin-bottom: 5px;
    }
    .profile-side-menu ul li {
        text-align: center;
        padding: 5px 0;
        width: 25%;
    }
    .profile-side-menu ul li.active {
        border-bottom: 5px solid #5faf4b;
        border-right: none;
    }
    .profile-side-menu ul li a {
        font-size: 15px;
        font-family: ge_ss;
        color: #000;
        text-decoration: none;
    }
    .profile-side-menu ul li.active a {
        color: #000;
        font-family: ge_ss_bold;
    }
    .profile-side-menu ul li a:hover {
        color: #5faf4b;
    }
    .profile-side-menu ul li a i {
        display: none;
    }
    .profile-side-menu ul li:hover a {
        color: #5faf4b;
    }
}
.main-account-info {
    background: #fff;
    border: 1px solid rgba(204, 204, 204, 0.5);
    border-radius: 4px;
    direction: rtl;
    padding: 10px 10px;
    margin-bottom: 10px;
}
.main-account-info img.personal-photo {
    border-radius: 50%;
    height: 100px;
    width: 100px;
}
@media screen and (max-width: 990px) {
    .main-account-info img.personal-photo {

        display: none;
}
}
.main-account-info div.row {
    margin: 0;
}
.main-account-info h2 {
    color: #353535;
    font-size: 16px;
    font-weight: 700;
    margin: 2px 2px;
    direction: rtl;
}
.main-account-info h1 {
    font-family: ge_ss_bold;
    color: #353535;
    font-size: 17px;
    font-weight: 500;
    margin: 2px 2px;
    direction: rtl;
}
.main-account-info h2 .badge {
    background: #efefef;
    color: #666;
}
.main-account-info ul.categories {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 5px;
}
.main-account-info ul.categories li {
    margin-left: 5px;
    margin-bottom: 5px;
}
.main-account-info ul.categories li a {
    color: #333;
    background: #ededed;
    padding: 1px 10px;
    border: 1px solid #c4c4c4;
    font-size: 12px;
    text-decoration: none;
}
.main-account-info ul.categories li a:hover {
    color: #5faf4b;
}
.main-account-info li a:hover {
    color: #5faf4b;
}
.main-account-info ul.authenticated-list {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    padding: 0;
}
.main-account-info ul.authenticated-list li {
    margin-left: 10px;
}
.main-account-info ul.authenticated-list li a {
    color: #333;
    text-decoration: none;
}
.main-account-info ul.authenticated-list li a:hover {
    color: #5faf4b;
}
.main-account-info ul.skills {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    font-size: 15px;
    font-family: Tahoma;
    padding: 0;
}
.main-account-info ul.skills li {
    margin-left: 5px;
}
.main-account-info ul.skills li::after {
    content: ", ";
}
.main-account-info ul.skills li:last-child::after {
    content: " ";
}
.main-account-info .rating {
    direction: rtl;
    padding: 0;
}
.main-account-info .rating img {
    height: 18px;
}
.main-account-info .rating .digit {
    font-size: 14px;
    margin-right: 10px;
}
.main-account-info .rating a.total {
    margin-right: 15px;
    font-size: 14px;
    text-decoration: none;
    color: #333;
}
.main-account-info .rating a.total:hover {
    color: #5faf4b;
}
@media screen and (max-width: 600px) {
    .main-account-info img.personal-photo {
        height: 130px;
        width: 130px;
        margin-right: calc(50% - 65px);
        margin-top: -40px;
    }
    .main-account-info ul.categories {
        list-style-type: none;
        display: block;
    }
    .main-account-info ul.authenticated-list {
        list-style-type: none;
        display: flex;
        flex-direction: row;
    }
    .main-account-info .rating {
        padding: 5px 8px;
        width: 100%;
    }
}
.all-account-info {
    background: #fff;
    border: 1px solid rgba(204, 204, 204, 0.5);
    border-radius: 4px;
    direction: rtl;
    padding: 10px 15px;
    margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
    .all-account-info {
        padding: 0;
    }
    .all-account-info .personal-photo {
        margin-bottom: 10px;
    }
    .all-account-info p.ver-pro {
        padding: 8px;
        font-size: 14px;
    }
    .html5gallery-container-0 {
        height: 500px;
    }
}
.description-info {
    padding: 20px;
    direction: rtl;
    text-align: right;
}
.description-info h2 {
    font-size: 18px;
    color: #161616;
}
.description-info p {
    font-size: 15px;
    color: #515151;
}
.content-box {
    background: #fff;
    border: 1px solid rgba(204, 204, 204, 0.5);
    border-radius: 4px;
    direction: rtl;
    padding: 0;
    margin-bottom: 10px;
}
.content-box .content-box-header {
    background: #fff;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    border-radius: 4px;
    direction: rtl;
    padding: 10px 20px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 15px;
    color: #333;
    font-weight: 700;
}
.content-box .content-box-body {
    padding: 10px 20px;
    direction: rtl;
    text-align: right;
}
.portfolio-project {
    border: 1px solid #cfcfcf;
    margin-bottom: 15px;
}
.portfolio-project:hover {
    border: 1px solid #5faf4b;
}
.portfolio-project img {
    width: 100%;
}
.portfolio-project h4 {
    font-size: 14px;
    padding: 5px 10px;
    color: #333;
}
.portfolio-project:hover h4 {
    color: #5faf4b;
}
.portfolio .row .col-md-4 a {
    text-decoration: none;
}
@media screen and (min-width: 990px) {
    .profile-thumb {
        width: 100%;
        height: 160px;
    }
}
@media screen and (max-width: 990px) {
    .profile-thumb {
        width: 100%;
        height: 90px;
    }
    .portfolio-project h4 {
        font-size: 13px;
        padding: 3px 5px;
        color: #333;
        text-align: center;
        line-height: 16px;
    }
}
.service {
    border: 1px solid #cfcfcf;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 0 8px 0 rgba(100, 100, 100, 0.5);
    -moz-box-shadow: 0 0 8px 0 rgba(100, 100, 100, 0.5);
    box-shadow: 0 0 8px 0 rgba(100, 100, 100, 0.5);
    min-height: 330px;
    position: relative;
}
.service .product-name {
    height: 40px;
}
.service:hover {
    border: 1px solid #5faf4b;
}
.service a {
    text-decoration: none;
}
.service img {
    width: 100%;
    height: 190px;
}
.service h4 {
    text-align: right;
    line-height: 20px;
    font-size: 13px;
    padding: 0 10px;
    color: #333;
}
.service p {
    font-size: 14px;
    padding: 0 10px;
    color: #ef4f51;
}
hr {
    margin: 0;
}
.service-info {
    padding: 4px 10px;
    color: #666;
    font-size: 12px;
    font-weight: 700;
}
@media screen and (max-width: 990px) {
    .service h4 {
        font-size: 10px;
        padding: 3px 5px;
        color: #333;
        text-align: center;
        line-height: 16px;
    }
    .service-info {
        padding: 2px 5px;
        color: #666;
        font-size: 10px;
        text-align: right;
    }
}
.service:hover h4 {
    color: #5faf4b;
}
.services .row .col-md-4 a {
    text-decoration: none;
}
.customer_evaluate {
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.6);
    padding: 15px;
}
.customer_name {
    width: 50%;
    float: right;
    text-align: right;
    font-size: 18px;
    color: #353535;
    font-weight: 700;
}
.customer_stars {
    float: left;
    width: 50%;
}
.customer_stars img {
    float: left;
    width: 100px;
}
.evaluate_info {
    width: 100%;
    text-align: right;
    font-size: 14px;
    color: #999;
}
.customer_feedbak {
    width: 100%;
    text-align: right;
    direction: rtl;
}
.mobile-filters {
    direction: rtl;
    text-align: right;
}
.mobile-filters ul {
    list-style-type: none;
}
.box-tools a {
    font-size: 16px;
    text-decoration: none;
    color: #5faf4b;
}
a.myprofile {
    font-size: 14px;
    color: #0066c0;
    text-decoration: none;
}
a.myprofile:hover {
    color: #5faf4b;
}
.verified-logo {
    height: 25px;
}
h1.profile-name {
    direction: ltr;
    color: #333;
}
h2.profile-name {
    direction: ltr;
    color: #333;
}
.profile-top-left-btns {
    width: 80%;
    float: left;
    text-align: left;
    display:flex;
    flex-direction:column;
    margin-top: 50px;
}
.profile-top-left-btns .col-md-6 {
    width: 100% !important;
    float: left;
    text-align: left;
    padding: 2px;
}

@media screen and (max-width: 768px) {
    .profile-top-left-btns {
            width: 100%;

         margin-top: 0px;
          flex-direction:row-reverse;
    }
.profile-top-left-btns .col-md-6 {
    width: 50% !important;
    float: left;
    text-align: left;
}
}

.profile-top-left-btns button.btn-send-msg {
    background: #5faf4b;
    color: #fff;
    border: 1px solid #5faf4b;
    font-size: 17px;
    padding: 8px 4px;
    width: 100%;
}
.profile-top-left-btns button.btn-send-msg i{
font-size: 18px
}


.profile-top-left-btns button.btn-save {
    background: #fff;
    color: #090;
    border: 1px solid #5faf4b;
    font-size: 13px;
    padding: 8px 8px;
    width: 100%;
}
.profile-top-left-btns p {
    font-size: 12px;
    color: #000;
    margin-top: 10px;
}
@media screen and (max-width: 990px) {

    .sharebtns {
        display: none;
    }
}
.owl-carousel {
    position: relative;
}
.owl-carousel .owl-item {
    opacity: 0.4;
}
.owl-carousel .owl-item.active {
    opacity: 1;
}
.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    color: #1b9ce3 !important;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 0;
}
.owl-carousel .owl-nav .owl-next span:before,
.owl-carousel .owl-nav .owl-prev span:before {
    font-size: 30px;
}
.owl-carousel .owl-nav .owl-prev {
    left: 0;
}
.owl-carousel .owl-nav .owl-next {
    right: 0;
}
.owl-carousel .owl-dots {
    text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #e6e6e6;
    position: relative;
}
.owl-carousel .owl-dots .owl-dot:focus,
.owl-carousel .owl-dots .owl-dot:hover {
    outline: 0 !important;
}
.owl-carousel .owl-dots .owl-dot.active {
    background: #b3b3b3;
}
.owl-carousel:hover .owl-nav .owl-next,
.owl-carousel:hover .owl-nav .owl-prev {
    opacity: 1;
}
.owl-carousel:hover .owl-nav .owl-prev {
    font-size: 40px;
    left: 0;
}
.owl-carousel:hover .owl-nav .owl-next {
    right: 0;
    font-size: 40px;
}
.owl-carousel.home-slider {
    position: relative;
    height: 400px;
    z-index: 0;
}
.owl-carousel.home-slider .slider-item {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
    height: 400px;
    position: relative;
    z-index: 0;
}
.owl-carousel.home-slider .slider-item.slide1 {
    background-image: url(../images/slider/xxl_bg_1.png);
}
.owl-carousel.home-slider .slider-item.slide2 {
    background-image: url(../images/slider/xxl_bg_2.png);
}
.owl-carousel.home-slider .slider-item.slide3 {
    background-image: url(../images/slider/xxl_bg_3.png);
}
.owl-carousel.home-slider .slider-item.slide4 {
    background-image: url(../images/slider/xxl_bg_4.html);
}
.owl-carousel.home-slider .slider-item.slide5 {
    background-image: url(../images/slider/xxl_bg_5.html);
}
@media screen and (min-width: 1201px) and (max-width: 1650px) {
    .owl-carousel.home-slider .slider-item.slide1 {
        background-image: url(../images/slider/xl_bg_1.png);
    }
    .owl-carousel.home-slider .slider-item.slide2 {
        background-image: url(../images/slider/xl_bg_2.png);
    }
    .owl-carousel.home-slider .slider-item.slide3 {
        background-image: url(../images/slider/xl_bg_3.png);
    }
    .owl-carousel.home-slider .slider-item.slide4 {
        background-image: url(../images/slider/xl_bg_4.html);
    }
    .owl-carousel.home-slider .slider-item.slide5 {
        background-image: url(../images/slider/xl_bg_5.html);
    }
    .owl-carousel.home-slider {
        height: 325px;
    }
    .owl-carousel.home-slider .slider-item {
        height: 325px;
    }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
    .owl-carousel.home-slider .slider-item.slide1 {
        background-image: url(../images/slider/l_bg_1.png);
    }
    .owl-carousel.home-slider .slider-item.slide2 {
        background-image: url(../images/slider/l_bg_2.png);
    }
    .owl-carousel.home-slider .slider-item.slide3 {
        background-image: url(../images/slider/l_bg_3.png);
    }
    .owl-carousel.home-slider .slider-item.slide4 {
        background-image: url(../images/slider/l_bg_4.html);
    }
    .owl-carousel.home-slider .slider-item.slide5 {
        background-image: url(../images/slider/l_bg_5.html);
    }
    .owl-carousel.home-slider {
        height: 325px;
    }
    .owl-carousel.home-slider .slider-item {
        height: 325px;
    }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
    .owl-carousel.home-slider .slider-item.slide1 {
        background-image: url(../images/slider/m_bg_1.png);
    }
    .owl-carousel.home-slider .slider-item.slide2 {
        background-image: url(../images/slider/m_bg_2.png);
    }
    .owl-carousel.home-slider .slider-item.slide3 {
        background-image: url(../images/slider/m_bg_3.png);
    }
    .owl-carousel.home-slider .slider-item.slide4 {
        background-image: url(../images/slider/m_bg_4.html);
    }
    .owl-carousel.home-slider .slider-item.slide5 {
        background-image: url(../images/slider/m_bg_5.html);
    }
    .owl-carousel.home-slider {
        height: 285px;
    }
    .owl-carousel.home-slider .slider-item {
        height: 285px;
    }
}
@media screen and (min-width: 451px) and (max-width: 767px) {
    .owl-carousel.home-slider .slider-item.slide1 {
        background-image: url(../images/slider/s_bg_1.png);
    }
    .owl-carousel.home-slider .slider-item.slide2 {
        background-image: url(../images/slider/s_bg_2.png);
    }
    .owl-carousel.home-slider .slider-item.slide3 {
        background-image: url(../images/slider/s_bg_3.png);
    }
    .owl-carousel.home-slider .slider-item.slide4 {
        background-image: url(../images/slider/s_bg_4.html);
    }
    .owl-carousel.home-slider .slider-item.slide5 {
        background-image: url(../images/slider/s_bg_5.html);
    }
    .owl-carousel.home-slider {
        height: 220px;
    }
    .owl-carousel.home-slider .slider-item {
        height: 220px;
    }
}
@media screen and (max-width: 450px) {
    .owl-carousel.home-slider .slider-item.slide1 {
        background-image: url(../images/slider/xs_bg_1.png);
    }
    .owl-carousel.home-slider .slider-item.slide2 {
        background-image: url(../images/slider/xs_bg_2.png);
    }
    .owl-carousel.home-slider .slider-item.slide3 {
        background-image: url(../images/slider/xs_bg_3.png);
    }
    .owl-carousel.home-slider .slider-item.slide4 {
        background-image: url(../images/slider/xs_bg_4.html);
    }
    .owl-carousel.home-slider .slider-item.slide5 {
        background-image: url(../images/slider/xs_bg_5.html);
    }
    .owl-carousel.home-slider {
        height: 180px;
    }
    .owl-carousel.home-slider .slider-item {
        height: 180px;
    }
}
@media (max-width: 1199.98px) {
    .owl-carousel.home-slider .slider-item {
        background-position: center center !important;
    }
}
.owl-carousel.home-slider .slider-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.1;
}
.owl-carousel.home-slider .slider-item .slider-text {
    margin-right: center;
}
@media (max-width: 767.98px) {
    .owl-carousel.home-slider .slider-item .slider-text {
        text-align: center;
    }
}
.owl-carousel.home-slider .slider-item .slider-text .text {
    position: relative;
}
.owl-carousel.home-slider .slider-item .slider-text h2 {
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    font-weight: 500;
}
.owl-carousel.home-slider .slider-item .slider-text h2 span {
    display: block;
}
@media (max-width: 991.98px) {
    .owl-carousel.home-slider .slider-item .slider-text h2 {
        font-size: 20px;
    }
}
.owl-carousel.home-slider .slider-item .slider-text .subheading {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin-top: 100px;
}
.owl-carousel.home-slider .slider-item .slider-text p {
    color: rgba(255, 255, 255, 0.9);
}
.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}
.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span a {
    color: #fff;
}
.owl-carousel.home-slider .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%;
}
.owl-carousel.home-slider .owl-nav .owl-next,
.owl-carousel.home-slider .owl-nav .owl-prev {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    outline: 0 !important;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}
.owl-carousel.home-slider .owl-nav .owl-next span:before,
.owl-carousel.home-slider .owl-nav .owl-prev span:before {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.5);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.owl-carousel.home-slider .owl-nav .owl-next:focus span:before,
.owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
.owl-carousel.home-slider .owl-nav .owl-prev:hover span:before {
    color: #fff;
}
.owl-carousel.home-slider .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
}
.owl-carousel.home-slider .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
}
.owl-carousel.home-slider:hover .owl-nav .owl-next,
.owl-carousel.home-slider:hover .owl-nav .owl-prev {
    opacity: 1;
}
.owl-carousel.home-slider:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
}
.owl-carousel.home-slider:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
}
.owl-carousel.home-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.owl-carousel.home-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #5faf4b;
}
.owl-carousel.home-slider .owl-dots .owl-dot.active {
    background: #fff;
}
.bg-light {
    background: #fafafa !important;
}
.bg-light {
    background: #fafafa !important;
}
.bg-darken {
    background: #233e62 !important;
}
.bg-white {
    background: #fff !important;
}
.bg-primary {
    background: #1b9ce3;
}
.bg-secondary {
    background: #ff5db1 !important;
}
.bg-tertiary {
    background: #8cc152;
}
.bg-quarternary {
    background: #f1453d;
}
.bg-fifth {
    background: #5d50c6;
}
.ftc-no-pb {
    padding-bottom: 0 !important;
}
.btn.slider-btn {
    cursor: pointer;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.btn.slider-btn:active,
.btn.slider-btn:focus,
.btn.slider-btn:hover {
    outline: 0;
}
.btn.btn-primary.slider-btn {
    background: #5faf4b;
    border: 1px solid #5faf4b;
    color: #fff;
    font-size: 16px;
    padding: 10px 12px;
}
.btn.btn-primary.slider-btn:hover {
    border: 1px solid #5faf4b;
    background: rgba(255, 255, 255, 0.5);
    color: #5faf4b;
}
.btn.btn-primary.btn-outline-primary.slider-btn {
    border: 1px solid #1b9ce3;
    background: 0 0;
    color: #1b9ce3;
}
.btn.btn-primary.btn-outline-primary.slider-btn:hover {
    border: 1px solid transparent;
    background: #1b9ce3;
    color: #fff;
}
a.backlink {
    color: #333;
    font-size: 14px;
    padding-bottom: 20px;
    text-decoration: none;
}
a.backlink:hover {
    color: #5faf4b;
}
ul.profile-categories {
    list-style-type: none;
}
ul.profile-categories li {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}
ul.profile-categories li a {
    text-decoration: none;
    color: #666;
    font-size: 12px;
    background: #ededed;
    padding: 1px 10px;
    border: 1px solid #c4c4c4;
}
ul.profile-categories li a:hover {
    color: #5faf4b;
}
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto;
    touch-action: auto;
}
.product {
    border: 1px inset rgba(200, 200, 200, 0.2);
    float: right;
    margin: 5px;
    width: calc(25% - 10px);
    border-radius: 8px;
    min-height: 320px;
    position: relative;
    background: #fff;
}
.product.home {
    border: 1px inset rgba(200, 200, 200, 0.2);
    float: right;
    margin: 5px;
    width: calc(20% - 10px);
    border-radius: 8px;
    min-height: 320px;
    position: relative;
    background: #fff;
}
.product a {
    text-decoration: none;
}
.product .product-img {
    width: 100%;
    position: relative;
    cursor: pointer;
}
.favorite {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 18px;
    color: #8e8580;
    width: 30px;
    height: 30px;
    background: #f4f6ff;
    text-align: center;
    border-radius: 50%;
    padding-top: 5px;
}
.product .product-img img {
    width: 100%;
    height: 220px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
h2.product_title {
    line-height: 25px;
}
.product .product-summary {
    padding: 0 5px;
    line-height: 12px;
}
.product .product-summary .product-name {
    height: 53px;
    padding: 5px 0;
}
.product .product-summary .product-name h3 {
    font-family: ge_ss;
    font-size: 16px;
    color: #222222;
    line-height: 22px;
    margin: 0;
}
.product .product-summary p.price {
    font-family: arial;
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    direction: rtl;
}
.product .product-summary p.price span.unit_price {
    font-family: ge_ss;
    color: #222222;
    font-size: 13px;
    text-align: right;
    direction: rtl;
}
.product .product-summary p.minimum-amount {
    font-family: arial;
    color: #222222;
    font-size: 16px;
    text-align: right;
    direction: rtl;
    min-height: 20px;
    margin-bottom: 20px;
}
.product .product-summary p.minimum-amount span {
    font-family: ge_ss;
    color: #222222;
    font-size: 14px;
    text-align: right;
    direction: rtl;
    min-height: 20px;
}
.product .product-summary .product-vendor {
    width: 100%;
    margin-bottom: 12px;
}
.vendor_name {
    font-size: 13px;
    color: #222222;
    margin-top: 0;
    width: 100%;
    float: right;
    direction: rtl;
}
.product .product-summary .product-vendor .badge {
    float: left;
    background-color: #efefef;
    color: #222222;
    width: 25%;
}
.product .product-summary .vendor-address {
    font-family: ge_ss;
    font-size: 13px;
    color: #222222;
    margin-bottom: 10px;
    width: 100%;
    text-align: right;
}
.product .product-summary .vendor-contact {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #e2e2e4;
    padding: 5px 0;
    display: flex;
    flex-direction: row;
}
.product .product-summary .vendor-contact div.contact-txt {
    width: 100%;
    border: 1px solid #e5e5e5;

    padding: 5px;
    border-radius: 15px;
    text-align: center;
    cursor:pointer;
}
.product .product-summary .vendor-contact div.contact-txt a {
    font-family: ge_ss;
    color: #5faf4b;
    text-align: end;
    direction: ltr;
    font-size: 14px;
}

.product .product-summary .vendor-contact div.contact-txt a i{
float: left;
    font-size: 16px;
    margin: 0px 5px;
}

.product .product-summary .vendor-contact div.contact-txt a span{

    font-size: 20px;
    float: left;
}

@media screen and (max-width: 768px) {
    .product .product-summary .vendor-contact div.contact-txt a {
        font-family: ge_ss;
        font-size: 13px;
    }
}
.product .product-summary .vendor-contact div.contact-icons {
    width: 30%;
    margin-top: 3px;
}
.product .product-summary .vendor-contact .contact-icons a i {
    font-size: 20px;
    margin-right: 10px;
}
.product .product-summary .vendor-contact .contact-icons a:hover i {
    color: #5faf4b;
}
.product .product-summary .vendor-contact div.contact-txt:hover {
    background: #5faf4b;
    border:1px solid #5faf4b;
}
.product .product-summary .vendor-contact div.contact-txt:hover a {
    color: #ffffff;
}
@media only screen and (max-width: 320px) {
    .product,
    .product.home {
        margin: 5px;
        width: calc(100% - 10px);
        min-height: 320px;
    }
    .product .product-img img {
        height: 180px;
    }
    .product .product-summary {
        padding: 0 10px;
        line-height: 12px;
    }
    .product .product-summary .product-name {
        height: 40px;
    }
    .product .product-summary h3 {
        font-size: 13px;
        line-height: 22px;
    }
    .product .product-summary p.price {
        font-size: 15px;
    }
    .product .product-summary p.minimum-amount {
        font-size: 14px;
    }
}
@media only screen and (min-width: 321px) and (max-width: 450px) {
    .product,
    .product.home {
        margin: 5px;
        width: calc(50% - 10px);
        min-height: 295px;
    }
    .product .product-img img {
        height: 170px;
    }
    .product .product-summary {
        padding: 0 10px;
        line-height: 12px;
    }
    .product .product-summary .product-name {
        height: 65px;
    }
    .product .product-summary h3 {
        font-size: 11px;
        line-height: 18px;
    }
    .product .product-summary p.price {
        font-size: 12px;
        margin-top: 8px;
    }
    .product .product-summary p.minimum-amount {
        font-size: 11px;
    }
}
@media only screen and (min-width: 450px) and (max-width: 767px) {
    .product,
    .product.home {
        margin: 5px;
        width: calc(50% - 10px);
        min-height: 280px;
    }
    .product .product-img img {
        height: 140px;
    }
    .product .product-summary {
        padding: 0 10px;
        line-height: 12px;
    }
    .product .product-summary h3 {
        font-size: 12px;
        line-height: 18px;
    }
    .product .product-summary p.price {
        font-size: 13px;
    }
    .product .product-summary p.minimum-amount {
        font-size: 13px;
    }
}
@media only screen and (min-width: 600px) and (max-width: 991px) {
    .product,
    .product.home {
        margin: 5px;
        width: calc(33.33% - 10px);
        min-height: 280px;
    }
    .product .product-img img {
        height: 160px;
    }
    .product .product-summary {
        padding: 0 10px;
        line-height: 12px;
    }
    .product .product-summary h3 {
        font-size: 12px;
        line-height: 18px;
    }
    .product .product-summary p.price {
        font-size: 13px;
    }
    .product .product-summary p.minimum-amount {
        font-size: 13px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product,
    .product.home {
        margin: 5px;
        width: calc(25% - 10px);
        min-height: 320px;
    }
    .product .product-img img {
        height: 170px;
    }
    .product .product-summary {
        padding: 0 10px;
        line-height: 13px;
    }
    .product .product-summary h3 {
        font-size: 13px;
        line-height: 18px;
    }
    .product .product-summary p.price {
        font-size: 15px;
    }
    .product .product-summary p.minimum-amount {
        font-size: 13px;
    }
}
#sub_cates {
    min-height: 0;
}
.control_options {
    position: absolute;
    left: 10px;
    bottom: 5px;
}
.control_options button {
    font-size: 15px;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #f6f6f6 47%, #ededed 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #fff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #fff 0, #f6f6f6 47%, #ededed 100%);
    background: -o-linear-gradient(top, #fff 0, #f6f6f6 47%, #ededed 100%);
    background: -ms-linear-gradient(top, #fff 0, #f6f6f6 47%, #ededed 100%);
    background: linear-gradient(to bottom, #fff 0, #f6f6f6 47%, #ededed 100%);
    border-radius: 3px;
    border: 1px solid rgba(187, 187, 187, 0.6);
    padding: 5px;
}
.control_options button:hover {
    border: 1px solid rgba(100, 100, 100, 0.6);
}
.add-more-image {
    font-size: 25px;
    cursor: pointer;
    height: 50px;
    color: rgba(100, 100, 100, 0.2);
    width: 50px;
    border: 2px solid rgba(100, 100, 100, 0.2);
    text-align: center;
    padding-top: 5px;
    background-color: rgba(240, 240, 240, 0.7);
    position: absolute;
    left: 15%;
    bottom: 10px;
}
@media only screen and (max-width: 560px) {
    .add-more-image {
        position: relative;
        font-size: 25px;
        height: 50px;
        color: rgba(100, 100, 100, 0.2);
        width: 100%;
        border: 2px solid rgba(100, 100, 100, 0.2);
        text-align: center;
        padding-top: 5px;
        background-color: rgba(240, 240, 240, 0.7);
        margin-top: 10px;
        left: 0;
    }
}
.product_title {
    font-size: 18px;
}
.cprice {
    background: #f6f7fb;
    padding: 10px;
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 36px;
    margin-bottom: 30px;
}
.cprice .price {
    font-family: arial;
    color: #cf0000;
    font-size: 18px;
    direction: rtl;
    font-weight: 700;
}
.card-panel .product_sub_title {
    text-align: right;
    font-size: 16px;
}
.cprice .min-order {
    color: #7c7d81;
    font-size: 16px;
    direction: rtl;
}
.swiper-container {
    width: 100%;
    position: relative;
}
.swiper-wrapper {
    position: relative;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top {
    height: 500px;
}
#productVedioMobile{display:none;}
#productVedioDesktop{display: block;}

.gallery-top .swiper-wrapper {
    height: 500px;
}
.gallery-top .swiper-wrapper .swiper-slide {
    height: 500px;
}
.gallery-top .swiper-wrapper .swiper-slide-active {
    height: 500px;
}
@media only screen and (max-width: 600px) {
    .gallery-top {
        height: 400px;
    }
#productVedioMobile{display:block;}
#productVedioDesktop{display: none;}
    .gallery-top .swiper-wrapper {
        height: 400px;
    }
    .gallery-top .swiper-wrapper .swiper-slide {
        height: 400px;
    }
    .gallery-top .swiper-wrapper .swiper-slide-active {
        height: 400px;
    }
}
.gallery-thumbs {
    height: 70px;
    margin-top: 0;
    width: 50%;
}
.gallery-thumbs .swiper-slide {
    height: 75%;
    border: 2px solid #e8e8e8;
    margin-top: 15px;
    margin: auto 0;
}
.gallery-thumbs .swiper-slide-thumb-active {
    border: 2px solid #fc9300;
}
.gallery-thumbs .swiper-slide-thumb-active:before {
    content: "";
    position: absolute;
    width: 0;
    height: 30px;
    left: 18px;
    top: -30px;
    border-left: 8px outset transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #f60;
    z-index: 9999;
}
@media only screen and (max-width: 560px) {
    .gallery-thumbs {
        height: 70px;
        margin-top: 0;
        width: 80%;
    }
    .gallery-thumbs .swiper-slide-thumb-active {
        border: 2px solid #fc9300;
    }
    .gallery-thumbs .swiper-slide-thumb-active:before {
        content: "";
        position: absolute;
        width: 0;
        height: 30px;
        left: 20px;
        top: -30px;
        border-left: 8px outset transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #f60;
        z-index: 9999;
    }
}
.swipper-image-zoom {
    text-align: center;
    padding-top: 10px;
}
.swipper-image-zoom a {
    color: #5d5d5d;
    text-decoration: none;
}
.owl-carousel .item .product {
    border: 1px inset rgba(200, 200, 200, 0.2);
    float: right;
    margin: 5px;
    width: 100%;
    border-radius: 8px;
    position: relative;
}
.owl-carousel .item .product .product-summary a .product-vendor .badge {
    font-size: 9px;
    text-align: center;
}
.owl-carousel .item .product .product-summary .minimum-amount {
    margin-bottom: 10px;
}
.owl-carousel .item .product .product-summary .product-vendor h3 {
    font-size: 13px;
}
@media only screen and (max-width: 767px) {
    .owl-carousel .item .product {
        border: 1px inset rgba(200, 200, 200, 0.2);
        float: right;
        margin: 5px;
        width: 100%;
        border-radius: 8px;
        min-height: 320px;
        position: relative;
    }
}
.favorite-heading {
    font-size: 18px;
    padding-right: 30px;
}
.provider-card {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
}
.provider-card-personal-image {
    width: 20%;
}
.provider-card-personal-image img {
    width: 100%;
    border-radius: 50%;
}
.provider-card-info {
    width: 100%;
    position: relative;
    padding-right: 10px;
}
.provider-card-info h2 {
    font-size: 17px;
    font-weight: 500;
    color: #246bb3;
    font-family: ge_ss_bold;
}
.provider-card-info a {
    font-size: 18px;
    text-decoration: none;
    color: #246bb3;
}
.provider-card-info ul.authenticated-list {
    list-style-type: none;
    display: flex;
    flex-direction: row-reverse;
}
.provider-card-info ul.authenticated-list li {
    margin-left: 10px;
}
.provider-card-info ul.authenticated-list li a {
    color: #333;
    text-decoration: none;
}
.provider-card-info ul.authenticated-list li a:hover {
    color: #5faf4b;
}
.call_whatsapp {
    padding: 5px;
    width: 90%;
    direction: ltr;
    float: right;
    display: flex;
    flex-direction: row;
    cursor: pointer;
    background: #40bd78;
    background: -moz-linear-gradient(left, #40bd78 0, #499f6e 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #40bd78), color-stop(100%, #499f6e));
    background: -webkit-linear-gradient(left, #40bd78 0, #499f6e 100%);
    background: -o-linear-gradient(left, #40bd78 0, #499f6e 100%);
    background: -ms-linear-gradient(left, #40bd78 0, #499f6e 100%);
    background: linear-gradient(to right, #40bd78 0, #499f6e 100%);
}
.call_whatsapp img {
    height: 50px;
}
label {
    direction: rtl;
}
label .phone-number {
    direction: rtl;
    font-size: 11px;
    text-align: right;
}
select {
    direction: rtl;
    text-align: right;
}
.owl-carousel .item .category a {
    text-decoration: none;
}
.owl-carousel .item .category-img {
    height: 200px;
}
.owl-carousel .item .category-name {
    height: 56px;
    text-align: center;
}
.owl-carousel .item .category-name h3 {
    font-size: 16px;
    color: #585858;
}
@media only screen and (max-width: 600px) {
    .owl-carousel .item .category-img {
        height: 150px;
    }
    .owl-carousel .item .category-name h3 {
        font-size: 13px;
    }
}
@media only screen and (min-width: 768px) {
    .mobile-search-input {
        display: none;
    }
}
.mobile-search-input #m-search-txt {
    background: #f5f5f5;
    border: 0;
    border-radius: 25px;
    outline: 0;
    width: 40%;
    height: 35px;
    position: absolute;
    left: 130px;
    top: 10px;
    text-align: right;
    padding-right: 8px;
}
::placeholder {
    color: #939393;
    opacity: 1;
    font-size: 12px;
    padding-right: 8px;
}
:-ms-input-placeholder {
    color: #939393;
    font-size: 12px;
    padding-right: 8px;
}
::-ms-input-placeholder {
    color: #939393;
    font-size: 12px;
    padding-right: 8px;
}
@media only screen and (max-width: 768px) {
    .mobile_full_width {
        width: 100%;
    }
}
a.call {
    text-decoration: none;
    font-size: 16px;
    color: #323232;
}
@media only screen and (min-width: 768px) {
    .vendor_favorite {
        margin-left: 7%;
    }
}
.f-product {
    border: 1px inset rgba(200, 200, 200, 0.2);
    float: right;
    margin: 5px;
    width: calc(20% - 10px);
    border-radius: 8px;
    min-height: 320px;
    position: relative;
    background: #fff;
}
.f-product a {
    text-decoration: none;
}
.f-product .product-img {
    width: 100%;
    position: relative;
    cursor: pointer;
}
.f-product .product-img img {
    width: 100%;
    height: 200px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
h2.product_title {
    line-height: 25px;
}
.f-product .product-summary {
    padding: 0 10px;
    line-height: 12px;
}
.f-product .product-summary .product-name {
    height: 60px;
}
.f-product .product-summary .product-name h3 {
    font-size: 14px;
    color: #666;
    line-height: 22px;
}
.f-product .product-summary p.price {
    font-family: arial;
    color: #323232;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    direction: rtl;
}
.f-product .product-summary p.minimum-amount {
    color: #666;
    font-size: 14px;
    text-align: center;
    direction: rtl;
    text-decoration: line-through;
}
@media only screen and (max-width: 320px) {
    .f-product {
        margin: 5px;
        width: calc(100% - 10px);
        min-height: 320px;
    }
    .f-product .product-img img {
        height: 180px;
    }
    .f-product .product-summary {
        padding: 0 10px;
        line-height: 12px;
    }
    .f-product .product-summary .product-name {
        height: 40px;
    }
    .f-product .product-summary h3 {
        font-size: 13px;
        line-height: 22px;
    }
    .f-product .product-summary p.price {
        font-size: 15px;
    }
    .f-product .product-summary p.minimum-amount {
        font-size: 14px;
    }
}
@media only screen and (min-width: 321px) and (max-width: 450px) {
    .f-product {
        margin: 5px;
        width: calc(50% - 10px);
        min-height: 295px;
    }
    .f-product .product-img img {
        height: 130px;
    }
    .f-product .product-summary {
        padding: 0 10px;
        line-height: 12px;
    }
    .f-product .product-summary .product-name {
        height: 65px;
    }
    .f-product .product-summary h3 {
        font-size: 11px;
        line-height: 18px;
    }
    .f-product .product-summary p.price {
        font-size: 12px;
    }
    .f-product .product-summary p.minimum-amount {
        font-size: 11px;
    }
}
@media only screen and (min-width: 450px) and (max-width: 767px) {
    .f-product {
        margin: 5px;
        width: calc(50% - 10px);
        min-height: 280px;
    }
    .f-product .product-img img {
        height: 140px;
    }
    .f-product .product-summary {
        padding: 0 10px;
        line-height: 12px;
    }
    .f-product .product-summary h3 {
        font-size: 12px;
        line-height: 18px;
    }
    .f-product .product-summary p.price {
        font-size: 13px;
    }
    .f-product .product-summary p.minimum-amount {
        font-size: 13px;
    }
}
@media only screen and (min-width: 600px) and (max-width: 991px) {
    .f-product {
        margin: 5px;
        width: calc(33.33% - 10px);
        min-height: 280px;
    }
    .f-product .product-img img {
        height: 160px;
    }
    .f-product .product-summary {
        padding: 0 10px;
        line-height: 12px;
    }
    .f-product .product-summary h3 {
        font-size: 12px;
        line-height: 18px;
    }
    .f-product .product-summary p.price {
        font-size: 13px;
    }
    .f-product .product-summary p.minimum-amount {
        font-size: 13px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .f-product {
        margin: 5px;
        width: calc(25% - 10px);
        min-height: 320px;
    }
    .f-product .product-img img {
        height: 170px;
    }
    .f-product .product-summary {
        padding: 0 10px;
        line-height: 13px;
    }
    .f-product .product-summary h3 {
        font-size: 13px;
        line-height: 18px;
    }
    .f-product .product-summary p.price {
        font-size: 15px;
    }
    .f-product .product-summary p.minimum-amount {
        font-size: 13px;
    }
}
.contact_vendor_text {
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    width: 90%;
    float: right;
    padding-top: 10px;
}
a.viewall-btn {
    border: 1px solid #5faf4b;
    color: #5faf4b;
    font-size: 15px;
    margin-top: 8px;
    padding: 3px 8px;
}
a.viewall-btn:hover {
    color: #5faf4b;
}
@media only screen and (max-width: 990px) {
    .card-width {
        width: 100%;
    }
}
h2.sale_on_zahelper {
    text-align: center;
    font-size: 20px;
    color: #363e51;
    margin: 0 0 10px 0;
    font-weight: 700;
}
p.sale_on_zahelper {
    text-align: right;
    direction: rtl;
    font-size: 16px;
    color: #363e51;
    line-height: 35px;
    padding: 10px 15px;
}
h3.sale_on_zahelper {
    text-align: center;
    font-size: 20px;
    color: #363e51;
    line-height: 30px;
    margin: 30px 0 10px 0;
    font-weight: 700;
}
.sale_on_zahelper_cols {
    background: #f8f8f8;
}
.sale-col-img img {
    width: 100%;
}
.sale-col-title h4 {
    font-size: 17px;
    text-align: right;
    color: #363e51;
    font-weight: 700;
}
.sale-col-details p {
    font-size: 15px;
    text-align: justify;
    direction: rtl;
    color: #363e51;
}
.sale-filled-section {
    background: #363e51;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.sale-filled-section button {
    margin-right: 0;
}
.sale-filled-section h4 {
    color: #fff;
    font-size: 17px;
    text-align: center;
}
.sale-faq {
    padding: 15px;
}
.sale-faq h3 {
    font-size: 16px;
    text-align: right;
    color: #363e51;
    font-weight: 700;
}
.sale-ask {
    font-size: 13px;
    text-align: right;
    color: #363e51;
    font-weight: 700;
}
.sale-answer {
    font-size: 13px;
    text-align: right;
    color: #363e51;
}
.product-details-vendor-contact {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 42.25px;
}


.product-details-vendor-contact .contact-txt {
    width: auto;
    text-align: center;
}
.product-details-vendor-contact .contact-txt a {
    border-radius: 15px;
    background: #5faf4b;
    padding: 6px 30px;
    color: #fcfcfc;
    font-size: 20px;
    text-decoration: none;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.product-details-vendor-contact .contact-txt a.view-product-vendors {
border-radius: 15px;
    padding: 6px 30px;
    border:1px solid #333333;
    color: #333333;
    background-color:transparent;
    font-size: 22px;
    text-decoration: none;
    font-family: ge_ss;
    width: 100%;
    display: block;
    margin-bottom: 10px;

}


.product-details-vendor-contact .contact-txt a i{
}
.product-details-vendor-contact .contact-txt a span{
}


.product-details-vendor-contact .contact-icons {
    width: auto;
    text-align: center;
    padding-right: 15px;
}
.product-details-vendor-contact .contact-icons a {
    font-size: 40px;
    color: #5c5c54;
    margin: 0 10px 10px 10px;
}
.visit-vendor-profile {
    text-align: right;
    width: 100%;
    margin: 15px 0;
}
.visit-vendor-profile a {
    width: auto;
    border: 1px solid #717171;
    color: #717171;
    padding: 5px 15px;
    border-radius: 8px;
}
.visit-vendor-profile a:hover {
    text-decoration: none;
}
a.show-products {
    color: #626365;
    font-size: 15px;
}
a.show-products:hover {
    color: #8ac456;
}
a.show-products img {
    height: 24px;
}
.home-links {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.home-link {
    width: 16.5%;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .home-link {
        width: 33.3%;
    }
}
@media only screen and(min-width:768px) and(max-width:960px) {
    .home-link {
        width: 25px;
    }
}
.home-link a {
    text-decoration: none;
}
.home-link a img {
    width: 100%;
}
.home-link a h2 {
    font-size: 15px;
    margin-top: 0;
    color: #333;
}
.selected_providers {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.selected_providers .provider {
    width: calc(33% - 10px);
    border: 1px solid rgba(180, 180, 180, 0.5);
    padding: 5px;
    position: relative;
    margin: 5px;
    background: #fff;
}
@media only screen and (max-width: 768px) {
    .selected_providers .provider {
        width: 100%;
    }
}
.selected_providers .provider .provider-details {
    width: 100%;
    padding-left: 10px;
}
.selected_providers .provider .provider-media {
    width: 100%;
    padding: 0 5px;
}
.selected_providers .provider .provider-media img {
    width: 100%;
    max-height: 200px;
}
.selected_providers .provider .provider-media video {
    width: 100%;
}
.selected_providers .provider .provider-details h2 {
    color: #353535;
    font-size: 16px;
    font-weight: 700;
    margin: 2px 2px;
}
.selected_providers .provider .provider-details h2 a {
    color: #353535;
    font-size: 16px;
    font-weight: 700;
    margin: 2px 2px;
    text-decoration: none;
}
.selected_providers .provider .provider-details h2 .badge {
    background: #efefef;
    color: #666;
}
.selected_providers .provider .provider-details ul.categories {
    list-style-type: none;
    display: flex;
    flex-direction: row-reverse;
}
.selected_providers .provider .provider-details ul.categories li {
    margin-left: 10px;
}
.selected_providers .provider .provider-details ul.categories li a {
    color: #333;
    text-decoration: none;
}
.selected_providers .provider .provider-details ul.categories li a:hover {
    color: #5faf4b;
}
.selected_providers .provider .provider-details ul.authenticated-list {
    list-style-type: none;
    display: flex;
    flex-direction: row-reverse;
}
.selected_providers .provider .provider-details ul.authenticated-list li {
    margin-left: 10px;
}
.selected_providers .provider .provider-details ul.authenticated-list li a {
    color: #333;
    text-decoration: none;
}
.selected_providers .provider .provider-details ul.authenticated-list li a:hover {
    color: #5faf4b;
}
.selected_providers .provider .provider-info {
    display: flex;
    flex-direction: column;
}
.selected_providers .provider .provider-details p.skills {
    font-size: 15px;
}
.selected_providers .provider .provider-details .provider-info .rating {
    direction: rtl;
    width: 100%;
    margin-bottom: 10px;
}
.selected_providers .provider .provider-details .provider-info .rating img {
    height: 18px;
}
.selected_providers .provider .provider-details .provider-info .rating .digit {
    font-size: 14px;
    margin-right: 10px;
}
.selected_providers .provider .provider-details .provider-info .rating a.total {
    margin-right: 15px;
    font-size: 14px;
    text-decoration: none;
    color: #333;
}
.selected_providers .provider .provider-details .provider-info .rating a.total:hover {
    color: #5faf4b;
}
.selected_providers .provider .provider-details .provider-info ul.details {
    list-style-type: none;
    width: 100%;
    padding: 10px 20px;
    direction: rtl;
    text-align: right;
}
.selected_providers .provider .provider-details .provider-info ul.details li {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}
.selected_providers .provider .provider-details .provider-info .options-btn {
    position: absolute;
    bottom: 10px;
    left: 80px;
}
.selected_providers .provider .provider-details .provider-info .options-btn .btn-details {
    background: #5faf4b;
    color: #fff;
    padding: 5px 17px;
    font-size: 15px;
}
.selected_providers .provider .provider-details .provider-info .options-btn .btn-save {
    color: #5faf4b;
    background: #fff;
    -webkit-box-shadow: 0 0 7px 0 #a1a1a1;
    -moz-box-shadow: 0 0 7px 0 #a1a1a1;
    box-shadow: 0 0 7px 0 #a1a1a1;
    padding: 5px 20px;
    font-size: 15px;
}
@media screen and (max-width: 600px) {
    .selected_providers .provider .provider-details ul.categories {
        list-style-type: none;
        display: block;
    }
    .selected_providers .provider .provider-details ul.authenticated-list {
        list-style-type: none;
        display: block;
    }
    .selected_providers .provider .provider-details .provider-info {
        clear: both;
        width: 100%;
    }
    .selected_providers .provider .provider-details .provider-info .rating {
        padding: 5px 8px;
        width: 100%;
    }
    .selected_providers .provider .provider-details .provider-info ul.details {
        width: 100%;
        padding: 5px 8px;
    }
    .selected_providers .provider .provider-details .provider-info ul.details li {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .selected_providers .provider .provider-details .provider-info .options-btn {
        position: unset;
        left: unset;
        top: unset;
        float: none;
    }
}
.rating a {
    font-size: 15px;
}
.rating span {
    font-size: 15px;
}
.rating img {
    height: 18px;
}
.vendor-address .badge {
    float: left;
    background: #efefef;
    color: #666;
}
.custom-select{
    width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.category-filter {
    border-radius: 0px;
    border: 1px solid #000000;
    color: #000000;
    width: 100%;
    font-size: 14px;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.breadcrumb {
    padding: 10px 15px;
    margin-bottom: 0;
    list-style: none;
    background-color: #f5f5f5;
    border-color: #ddd;
    border-radius: 4px;
    direction: rtl;
}
.breadcrumb > li {
    display: inline-block;
    font-size: 13px;
}
.breadcrumb > li > a {
    font-size: 13px;
    color: #999;
}
.breadcrumb > li + li:before {
    font-family: FontAwesome;
    padding: 0 5px;
    color: #ccc;
    content: "\f104";
}
.breadcrumb-item + .breadcrumb-item::before {
    float: none;
    padding: 0 5px;
    color: #ccc;
    content: "\f104";
}
.breadcrumb > .active {
    color: #333;
}
h1.category_name {
    font-size: 20px;
            padding:0px 10px;

    color: #666;
}
p.category_description {
    font-size: 14px;
    padding:0px 10px;
    color: #636363;
}
@media (max-width: 767px) {
    .navbar-inverse .pmd-navbar-sidebar {
        background-color: #fff;
    }
}
.mejs__container {
    max-width: 100%;
}
.photo-gallery-slider .swiper-wrapper .swiper-slide {
    margin: 8px;
    width: 30.5%;
}
.photo-gallery-slider .swiper-wrapper .swiper-slide img {
    height: auto;
    width: 100%;
    border-radius: 8px;
}
.photo-gallery-slider .swiper-wrapper .swiper-slide .title {
    text-align: center;
    color: #676767;
    font-size: 16px;
}
@media screen and (max-width: 768px) {
    .photo-gallery-slider .swiper-wrapper .swiper-slide {
        margin: 8px;
        width: 70%;
    }
    .photo-gallery-slider .swiper-wrapper .swiper-slide img {
        height: auto;
        border-radius: 8px;
    }
}
.breadcrumb-section {
    padding: 0 0;
    margin: 0 0 -10px 0;
}
.breadcrumb-section .container {
    padding: 0 0;
}
.swiper-wrapper {
    padding: 0;
    margin: 0;
}
.product_image_file {
    width: 750px;
    margin-bottom: 5px;
    float: right;
}
@media screen and (max-width: 768px) {
    .product_image_file {
        width: 100%;
    }
}
.video_product {
    width: 750px;
    margin-bottom: 5px;
    float: right;
}
.video_product .mejs__overlay {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .video_product {
        display: none;
    }
}
.video_product_mobile {
    width: 100%;
    display: none;
}
.video_product_mobile .mejs__overlay {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .video_product_mobile {
        display: block;
        margin-bottom: 5px;
    }
}
.modal-body p {
    font-size: 17px;
}
.modal-footer {
    padding: 3px;
}
.category_strip {
    direction: rtl;
}
.category_strip .col-md-6 {
    margin-bottom: 5px;
}
.category_strip .col-md-6 h2 {
    font-size: 18px;
    padding-top: 20px;
}
.panel {
    border-radius: 5px;
    border: 1px solid #d7dbd5;
    margin-bottom: 10px;
}
.panel-heading {
    padding: 5px 15px 0 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    height: 47px;
}
.panel-body {
    background: #fff;
}
.modal-header {
    display: flex;
    flex-direction: row-reverse;
    padding: 7px;
}
.modal-header h4 {
    font-size: 16px;
}
.modal-header button {
    outline: 0;
    background-color: transparent;
    border: 0;
}
.modal-body {
    padding: 7px;
}
.modal-body p {
    font-size: 15px;
}
.modal-footer {
    padding: 7px;
}
.modal-footer button {
    font-size: 13px;
    padding: 5px;
    margin: 0;
}
.form-group {
    margin-bottom: 15px;
}
.col-md-12 {
    padding: 0;
}
.profile-visit-count {
    padding: 0 6px;
    border-radius: 5px;
    background: #5faf4b;
    border: 1px solid rgba(215, 215, 215, 0.6);
    font-size: 12px;
    margin-bottom: 5px;
    color: #fff;
}
.btn-sm {
    font-size: 12px;
    padding: 3px 8px;
}
.d-flex {
    display: flex;
    flex-direction: row-reserve;
    flex-wrap: wrap;
}
.myprofile_thumb {
    height: 100px;
    float: right;
    margin: 8px 8px;
}
.text-section1 {
    padding: 10px 0;
}
.text-container {
    background: #fff;
    display: flex;
    flex-direction: row-reverse;
    padding: 10px;
}
.text-container .text-col {
    width: 33.33%;
    padding: 10px;
    margin: 0 5px;
}
@media screen and (max-width: 768px) {
    .text-container {
        display: block;
    }
    .text-container .text-col {
        width: 100%;
    }
}
.text-container .text-col i {
    font-size: 36px;
    color: #f5a523;
}
.text-container .text-col h5 {
    font-size: 15px;
    font-weight: 700;
}
.text-container .text-col p {
    font-size: 15px;
}
.advertising-section1 {
    padding: 10px 0;
    margin: 5px;
}
.advertising1-container {
    background: #fff;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    padding: 15px 20px;
}
.advertising1-container .adv1-col {
    margin-left: 5px;
    margin-bottom:5px;
    width: calc(25% - 5px);
}
.advertising1-container .adv1-col:last-child {
    margin-left: 0;
}
.advertising1-container .adv1-col img {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .advertising1-container {
        padding: 5px 5px;
    }
    .advertising1-container .adv1-col {
        width: calc(50% - 5px);
        margin-bottom: 5px;
    }
}
.advertising-section2 {
    padding: 10px 0;
    margin: 5px;
}
.advertising2-container {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.advertising2-container .adv2-col {
    margin: 20px;
    width: calc(50% - 40px);
}
.advertising2-container .adv2-col:last-child {
    margin-left: 0;
}
.advertising2-container .adv2-col img {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .advertising2-container .adv2-col {
        width: 100%;
        margin: 5px 5px;
    }
    .advertising2-container .adv2-col:last-child {
        margin: 5px 5px;
    }
}
.advice-section {
    padding: 10px 0;
    margin-bottom: 5px;
}
.advice-content {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    background-image: url(../images/home/advice/1.png);
    padding: 30px 20px;
}
.advice-col {
    width: 50%;
}
.advice-col:last-child {
    width: 50%;
}
.advice-col h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}
.advice-col p {
    font-size: 17px;
    color: #fff;
}
.advice-col button {
    float: left;
}
@media screen and (max-width: 768px) {
    .advice-col {
        width: 100%;
    }
    .advice-col:last-child {
        width: 100%;
    }
}
.advice-col.form-col {
    background: #fff;
    padding: 10px;
}
.advice-col textarea {
    height: 185px;
    resize: none;
}
.step-app > .step-steps {
    flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
    .step-app > .step-steps li {
        font-size: 10px;
    }
}
.step-content {
    border: 0 !important;
    padding: 0 !important;
}
.step-content .form-group {
    margin-bottom: 8px;
}
.step-footer {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.step-app > .step-footer {
    margin: 0;
}
.step-footer button {
    margin: 4px 5px;
    background: #3cb371 !important;
    color: #fff !important;
}
.form-control-advice {
    width: 100%;
    direction: rtl;
    text-align: right;
    border: 1px solid rgba(190, 190, 190, 0.5);
    outline: 0;
    padding: 5px 5px;
    font-size: 15px;
}
textarea.form-control-advice {
    height: 100px;
}
.form-control-advice:focus {
    border: 1px solid rgba(190, 240, 110, 0.7);
}
ul.pagination {
    display: flex;
    flex-direction: row-reverse;
}
ul.pagination li a {
    padding: 0 8px;
    text-decoration: none;
    border: 1px solid rgba(200, 200, 200, 0.6);
    margin-left: 2px;
    color: #959595;
}
ul.pagination li a:hover {
    border: 1px solid rgba(190, 240, 110, 0.7);
    color: #bef06e;
}
.provider-category-products {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    float: right;
    position: relative;
}
.provider-category-products .provider-category-product {
    width: calc(33.33% - 48px);
    margin: 0 8px;
    position: relative;
}
.provider-category-products .provider-category-product .provider-category-product-img {
    width: 100%;
    margin-bottom: 8px;
}
.provider-category-products .provider-category-product .provider-category-product-img img {
    width: 100%;
    height: 130px;
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
    .provider-category-products .provider-category-product .provider-category-product-img img {
        height: 110px;
    }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
    .provider-category-products .provider-category-product .provider-category-product-img img {
        height: 100px;
    }
}
@media screen and (min-width: 550px) and (max-width: 767px) {
    .provider-category-products .provider-category-product .provider-category-product-img img {
        height: 125px;
    }
}
@media screen and (max-width: 549px) {
    .provider-category-products .provider-category-product .provider-category-product-img img {
        height: 110px;
    }
}
.provider-category-products .provider-category-product .provider-category-product-txt h4 {
    font-size: 12px;
    color: #5d6160;
    line-height: 18px;
    font-weight: 200;
}
.provider-category-products .provider-category-product .provider-category-product-active {
    margin: 0 8px;
    position: absolute;
    width: 200px;
    left: -45px;
    top: -18px;
    border: 1px solid rgba(150, 150, 150, 0.5);
    -webkit-box-shadow: -1px 0 5px 0 #adadad;
    -moz-box-shadow: -1px 0 5px 0 #adadad;
    box-shadow: -1px 0 5px 0 #adadad;
    z-index: 999;
    background: #fff;
    display: none;
}
@media screen and (max-width: 990px) {
    .provider-category-products .provider-category-product .provider-category-product-active {
        left: 0;
        top: 0;
    }
    .provider-category-products .provider-category-product {
        width: 33.33%;
        margin: 0 0;
        padding: 5px;
    }
    .provider-category-products .provider-category-product .provider-category-product-active.item1 {
        left: -100px;
        top: -11px;
    }
    .provider-category-products .provider-category-product .provider-category-product-active.item2 {
        left: -40px;
        top: -11px;
    }
    .provider-category-products .provider-category-product .provider-category-product-active.item3 {
        left: 11px;
        top: -11px;
    }
}
.provider-category-products .provider-category-product-active .provider-category-product-img {
    width: 100%;
    margin-bottom: 8px;
}
.provider-category-products .provider-category-product-active .provider-category-product-img a img {
    width: 100%;
    height: 200px;
}
.provider-category-products .provider-category-product-active .provider-category-product-txt {
    padding: 8px;
}
.provider-category-products .provider-category-product-active .provider-category-product-txt a {
    text-decoration: none;
}
.provider-category-products .provider-category-product-active .provider-category-product-txt a h4 {
    font-size: 12px;
    color: #5d6160;
    line-height: 18px;
    font-weight: 200;
}
.provider-category-product-img-link {
    text-decoration: none;
}
.provider-media {
    margin-top: 62px;
}
@media screen and (max-width: 990px) {
    .provider-media {
        margin-top: 0px;
    }
}
.provider-media .vendor-contact {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 5px 0;
    display: flex;
    flex-direction: row;
}
@media screen and (max-width: 990px) {
    .provider-media .vendor-contact {
        width: 90%;
        margin-top:0px;
    }
}
.provider-media .vendor-contact div.contact-txt {
width: 60%;
margin-left: 5%;
}
.provider-media .vendor-contact div.contact-txt a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    
    width: 100%;
    float: right;
    border: 1px solid #e5e5e5;
     background: #5faf4b;
    padding-top: 8px;
    border-radius: 15px;
    text-align: center;
      
    
}
.provider-media .vendor-contact div.contact-txt a i{
float: left;
    font-size: 22px;
    margin: 0px 8px 0px 8px;
}

.provider-media .vendor-contact div.contact-txt a span{

    font-size: 20px;
    float: left;
        margin: 0px;

}


@media screen and (max-width: 768px) {
    .provider-media .vendor-contact div.contact-txt a {
        color: #ffffff;
        font-size: 17px;
        text-decoration: none;
    }
}
.provider-media .vendor-contact div.contact-icons {
    width: 30%;
    margin-top: 3px;
}
.provider-media .vendor-contact .contact-icons a i {
    color: #62625a;
    font-size: 27px;
    margin-right: 10px;
}
.provider-media .vendor-contact .contact-icons a:hover i {
    color: #5faf4b;
}

.provider-media .vendor-contact div.contact-txt:hover a {
       color: #5faf4b;
       background: #FFFFFF;
       border: 1px solid #5faf4b;

}
.sort-by {
    width: auto !important;
    float: left;
}
.sort-by .box-tools {
    width: auto !important;
    margin-top: 5px;
}
.sort-by .box-tools ul {
    list-style-type: none;
    display: flex;
    flex-direction: row-reverse;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.sort-by .box-tools ul li {
    margin-left: 10px;
}
.sort-by .box-tools ul li a {
    font-size: 20px;
    font-family: ge_ss;
    color: #000;
}
.sort-by .box-tools ul li.active {
    border-bottom: 6px solid #5faf4b;
}
.sort-by .box-tools ul li.active a {
    font-family: ge_ss_bold;
}
.vendor-video {
    display: none;
    width: 10%;
    float: left;
}
@media screen and (max-width: 990px) {
    .vendor-video {
        display: flex;
        text-align: center;
        flex-direction: row;
        width: 40%;
    }
    .vendor-video a {
        font-size: 25px;
    }
}
@media screen and (max-width: 768px) {
    .fancybox-content {
        width: 100% !important;
    }
}
@media screen and (max-width: 990px) {
    .modal.show .modal-dialog {
        padding-top: 50%;
        transform: none;
    }
}
a.map_link {
    color: #0068ef;
    font-size: 14px;
}
.top-adv {
    background: #363e51;
    padding: 5px 0;
}
.top-adv p {
    font-size: 15px;
    color: #f1cc39;
    font-family: myfont;
    margin: 0;
    padding: 0;
    text-align: center;
}

.profile-banner{
    width:100%;
    height:80px;
    background:url(../images/profile-banner.jpg) no-repeat;
    text-align: center;
    padding:20px;
   font-family: myfont;
   margin-bottom: 10px;
}
.profile-banner a{
font-size:25px;
color:#FFFFFF;
 text-decoration: none;
}

.profile-banner a i{
font-size:25px;
color:#f04e59;
}

@media screen and (max-width: 768px) {
.profile-banner{
    width:100%;
    height:90px;
    background:url(../images/profile-banner-mobile.jpg) no-repeat;
    text-align: center;
    padding:30px;
   font-family: myfont;
}
.profile-banner a{
font-size:18px;
color:#FFFFFF;
 text-decoration: none;
}
}


.call-modal-body{
    display: flex;
    flex-direction: row;
}

.call-modal-body p{
text-align: center;
color:#333;
width: 33.33%;
}

.call-modal-body p:hover{
background: rgba(200,200,200,.2);
}

a.call{ font-size: 12px;}
a.call i{ font-size: 65px}
#call-tel i{
  color: #2d7ed2;  
}
#call-wa i{
 color:#00a859;  
}
#show-number i{
    color:#f7c01a;
}
p.showen-phone{
    display: none;
    text-align:center;
    font-size:34px;
    width: 100%;
}

p.showen-phone a{

    font-size:10px;
    text-decoration: none;
    color: #2d7ed2;
    float: left;
}
.close i{ font-size:30px;color: #000;}
.close:hover i{ color: #666;}


.profile-bg{
    background: url(../images/profile-bg.jpg) no-repeat;
    background-size: 100% auto;
}

@media screen and (max-width: 768px) {
.profile-bg{
    background: url(../images/mobile-profile-bg.jpg) no-repeat;
}    
}


.desktop-profile-menu{
    background: #475f79;
        position: sticky;
    top: 0px;
    z-index: 15;
}

.desktop-profile-menu ul{
list-style-type: none;
display: flex;
flex-direction: row;
     padding: 5px 15px;
     margin-bottom: 3px;

}
.desktop-profile-menu ul li{
    
     padding: 5px 5px;
  
}
.desktop-profile-menu ul li a{
    padding: 5px 15px;
    color: #f7ffff;
    text-decoration: none;
    font-size: 15px;
}
.desktop-profile-menu ul li.active a{
    background: #344454;
        color: #5faf4b;
       border-bottom: 4px solid #5faf4b;
}
.desktop-profile-menu ul li a:hover{
    background: #344454;
        color: #5faf4b;
}
.desktop-profile-menu ul li.active a:hover{
}

@media screen and (max-width: 990px) {

    
.desktop-profile-menu ul{
display: flex;
     padding: 5px 8px;

}    
  .desktop-profile-menu ul li{
       flex:1 1 auto;
     padding: 5px 0px;
  
}  
  .desktop-profile-menu ul li a{
    padding: 5px 5px;
    color: #f7ffff;
    text-decoration: none;
    font-size: 14px;
}  

}















.profile-top-left-btns2{
            position: fixed;
            z-index: 9999;
    bottom: 0px;
    width: 100%;
    left: 0%;
    margin: 2px;
    display:flex;
    flex-direction: row-reverse
    
}

.profile-top-left-btns2 button.btn-send-msg {
    background: #5faf4b;
    color: #fff;
    border: 1px solid #5faf4b;
    font-size: 16px;
    padding: 8px 8px;
    width: 100%;
}

.profile-top-left-btns2 button.btn-send-msg i{
font-size: 18px
}

.profile-top-left-btns2 button.btn-save {
    background: #fff;
    color: #090;
    border: 1px solid #5faf4b;
    font-size: 13px;
    padding: 8px 8px;
    width: 100%;
}
.profile-top-left-btns2 p {
    font-size: 12px;
    color: #000;
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .profile-top-left-btns2{
        display: none;
    }
}

.d_profile_image{
   width: calc(100% - 20px);
   margin: 10px 10px 10px 10px;
}
.m_profile_image{
   width: calc(100% - 10px);
   margin: 5px 5px 5px 5px;
}


@media screen and (min-width: 991px) {

.m-profile-images{
display: none;
}
}

@media screen and (max-width: 991px) {
    .d-profile-images{
        display: none;
    }
}

.profile-info{
    border-bottom: 1px solid rgba(150,150,150,.2);
    padding: 5px;
    direction: rtl;
}
.profile-info h3{
  font-size: 16px;
color: #272727;  
}
.profile-info p{
      font-size: 14px;
color: #515151;
    margin-bottom:0px;
}

.copyright{
margin-top:10px;
    
}

.copyright p{
    color:#fff;
    font-size: 13px;
    
}
#modalfooter_text{
    float: right;
    text-align: center;
    font-size: 13px;
    width:85%;
    padding: 5px 10px;
    
}


.category_swiper{
    background: #FFF;
    border-radius: 5px;
    margin-bottom: 10px;
}

.category_swiper .swiper-wrapper .swiper-slide {
    margin: 8px;
    width: 11%;
}
.category_swiper .swiper-wrapper .swiper-slide img {
    height: auto;
    width: 100%;
    border-radius: 50%;
}
.category_swiper .swiper-wrapper .swiper-slide .title {
    text-align: center;
    color: #676767;
    font-size: 13px;
}
@media screen and (max-width: 768px) {
    .category_swiper .swiper-wrapper .swiper-slide {
        margin: 8px;
        width: 30%;
    }
    .category_swiper .swiper-wrapper .swiper-slide img {
        height: auto;
        border-radius: 8px;
            border-radius: 50%;
    }
}




#loadmorebtn{
    text-align: center;
    text-decoration: none;
    font-family: ge_ss_bold; 
    font-size:18px;
    width: 100%;
    padding: 5px;
    color: #000000;
    background: #b4b4b4;
    display: block;
}
#loadmorebtn:hover{

    color:#5faf4b;

}
img.loader-ajax{
    height: 70px;
}
#contact_text{
    display: block;
    width: 100%;
    color:#C00;
}




p#adv_mobile{
    display: none;
    text-align:center;
    font-size:34px;
    width: 100%;
}

p#adv_mobile a{

    font-size:10px;
    text-decoration: none;
    color: #2d7ed2;
    float: left;
}  


.advertisement{
    border-bottom: 1px solid rgba(180, 180, 180, 0.5);
    padding-bottom: 10px;
    
}


@media screen and (min-width: 991px) {
    
img.adv_image_desktop{
 width: 100%;    
 display: block 
}
img.adv_image_mobile{
 width: 100%;    
 display: none;
   
}    
}

@media screen and (max-width: 990px) {
    
img.adv_image_desktop{
 width: 100%;    
 display: none 
}
img.adv_image_mobile{
 width: 100%;    
 display: block;
   
}    
}
p.providers-offer{
    background:#fbebeb;
    color:#911414;
    padding:4px;
    font-size: 13px;
margin-left: auto;
float: right;
    width: fit-content;
    margin-bottom: 10px;
}

.providers-offer a{
     color:#911414;
     font-weight: bold;
         font-size: 13px;

}
.provider-offer{
    padding: 10px;
    border-bottom: 1px solid rgba(200,200,200,.5);
}

.provider-offer h3{
color: #696969;
font-weight: bold;
}
.provider-offer h4{
color: #911414;

}
.provider-offer p{
color: #696969;

}


ul.step-steps{
    position: relative;
    flex-direction: row;
}
ul.step-steps li{
        position: relative;
        text-align: center;

}

ul.step-steps li:before{
content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-right: 30px solid #e5e5e5;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    right: 0px;
    z-index: 2;
}

ul.step-steps li:after{
content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid #e5e5e5;
    border-bottom: 50px solid #e5e5e5;
    border-right: 30px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 0px;
    z-index: 2;
}
.step-app > .step-steps > li:hover:after {
content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid #e5e5e5;
    border-bottom: 50px solid #e5e5e5;
    border-right: 30px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 0px;
    z-index: 2;

}
.step-content{
    direction: rtl;
   
}
.step-tab-panel{
    padding: 15px; 
}
.step-content .row{
    flex-direction:row;
    direction: rtl;
        position: relative;

}
.step-content .row .col-md-12,.step-content .row .col-md-6{
    direction: rtl;
    padding: 0px 15px;
    text-align: right;
    position: relative;
}
.step-content .row .col-md-12 .form-control,.step-content .row .col-md-6 .form-control{

    position: relative;
}

.step-footer {
    flex-direction: row;
}

.text-red{
    color: #f00;
    font-size:13px;
}
.required{
    color:#f00;
    
}


.not_valid{
width: 94%;
    position: absolute;
    font-size: 10px;
    bottom: 5px;
    right: 15px;
    background: red;
    z-index: 9;
    color: #fff;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}