@font-face {
    font-family: 'SiteSans';
    src: url('../fonts/IRANSansWeb.woff'); /* IE9 Compat Modes */
    src: url('../fonts/IRANSansWeb.woff?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/IRANSansWeb.woff') format('woff') /* Pretty Modern Browsers */
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

input:focus, button:focus, select:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
}

.menu-button {
    position: absolute;
    top: 50%;
    right: 2rem;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    display: none;
    z-index: 51;
    border-radius: 0.5rem;
    transform: translateY(-50%);
}

.menu-button .bar:nth-of-type(1) {
    margin-top: 0;
}

.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0;
}

.bar {
    position: relative;
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    background-color: #00B67A;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    -ms-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
    opacity: 0;
}

.cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}

.cross:hover .bar:nth-of-type(1) {
    -webkit-transform: translateY(8.5) rotate(-40.5deg);
    -ms-transform: translateY(8.5) rotate(-40.5deg);
    transform: translateY(8.5) rotate(-40.5deg);
}

div[role=status] {
    display: none !important;
}

/*heading tags*/
h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.17em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: 0.83em;
}

h6 {
    font-size: 0.67em;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 2;
}

/*btn--ripple*/
.btn--ripple {
    margin: auto;
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow: hidden;
    z-index: 0;
}

.btn--ripple-ink {
    display: block;
    position: absolute;
    background: rgb(178, 178, 178);
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.btn--ripple-animate {
    -webkit-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: scale(2.5);
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

/*some content*/
.input-place {
    position: relative;
    width: 100%
}

/*sliders*/
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*site codes*/

/*index page*/
body {
    font-family: 'SiteSans', serif;
    line-height: 2;
    direction: rtl;
    text-align: right;
    color: #1B1B21;
}

header {
    position: relative;
    width: 100%;
}

header nav {
    position: fixed;
    top: 0;
    background-color: #000032;
    width: 100%;
    display: flex;
    padding: 0 10rem;
    z-index: 50;
    align-items: center;
}

header .cover-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
    z-index: 40;
    display: none;
}

header nav .search-place {
    width: 17rem;
    margin-left: auto;
    margin-right: 8rem;
    display: flex;
}

header nav .search-place input {
    border-radius: 5px;
    padding: 0.5rem 1rem;
    width: 100%;
    background-color: #000032;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 0.9rem;
    position: relative;
    z-index: 1;
}

header nav .search-place.index {
    display: none;
}

header nav .search-place input:hover, header nav .search-place input:focus {
    background-color: #ffffff;
    color: #000032;
}

.menuList {
    padding: 0;
    list-style: none;
    margin-right: 0;
    cursor: default;
    display: flex;
    align-items: center;
}

.menuList.index {
    margin-right: auto;
}

.menuList .menuItems {
    display: inline-block;
    padding: 0 1rem;
    position: relative;
}

.menuList .menuItems span {
    color: #ffffff;
    display: inline-block;
    padding: 1.5rem 0;
}

.menuList .menuItems span img {
    width: 0.75rem;
    margin-right: 0.5rem;
}

.menuList .menuItems .profile-details {
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    right: 0;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.48);
    font-size: 0.9rem;
    top: 5rem;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in-out;
}

.menuList .menuItems:hover .profile-details {
    opacity: 1;
    visibility: visible;
}

.menuList .menuItems .profile-details a {
    color: #000000;
    padding: 0.5rem;
    border-bottom: 1px solid #5a6268;
}

.menuList .menuItems .profile-details a:last-child {
    border: none;
}

.menuList .menuItems a {
    color: #ffffff;
    padding: 1.5rem 0;
    display: block;
    position: relative;
}

.menuList .menuItems a:after {
    content: '';
    display: block;
    background-color: #ffffff;
    height: 0.2rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s ease-in-out;
    width: 0;
}

.menuList .menuItems a:hover:after {
    width: 100%;
}

.menuList .menuItems.company a {
    border: 1px solid #ffffff;
    padding: 0.5rem 1rem;
    border-radius: 10px;
}

.menuList .menuItems.company a:after {
    display: none;
}

header nav .logo {
    position: absolute;
    right: 5rem;
    top: 2.2rem;
}

header nav .logo img {
    width: 5rem;
}

.top-content-p{
    padding-top: 75px;
    padding-bottom: 75px;
}

.top-content {
    padding: 5rem 5rem 0 10rem;
    position: relative;
    background: #000032 url("../images/site/pattern_2.svg") center repeat fixed;

}

.top-content-user {
    position: relative;
    background: #000032 url("../images/site/pattern_1.svg") center repeat fixed;
}

.top-content .container-fluid .row {
    align-items: center;
}

.top-content .img-hero {
    width: 100%;
}

.top-content .img-hero img {
    width: 65%;
}

.top-content .title {
    cursor: default;
    text-align: justify;
    color: #ffff;
    font-weight: bold;
}

.top-content .text {
    cursor: default;
    color: #656587;
    padding: 0.5rem 0;
}

.top-content .input-place {
    margin: 2rem 0;
}

.top-content .input-place input {
    width: 100%;
    color: #1B1B21;
    background-color: #fff;
    border: none;
    text-align: right;
    direction: rtl;
    padding: 0.9rem 1rem;
}

.top-content .input-place .submit-search {
    background-color: #1a66ff;
    border: none;
    padding: 0.5rem 1rem;
    color: #ffffff;
    font-size: 0.9rem;
    border-radius: 3px;
    transition: 0.3s ease-in-out;
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
}

.top-content .input-place .submit-search:hover {
    background-color: #124abe;
}

.top-content .input-place .submit-search img {
    width: 1rem;
}

.top-content .input-place #search_result {
    list-style-type: none;
    position: absolute;
    width: 100%;
    z-index: 10;
    background-color: #f6f6f6;
}

.search-place #search_result-menu {
    position: fixed;
    top: 3.6rem;
    right: unset;
    background-color: #a4a4a4;
    width: 17rem;
    border-radius: 3px;
    padding-top: 0.4rem;
}

.top-content .input-place #search_result li {
    display: block;
    padding: 0.5rem;
    transition: 0.3s ease-in-out;
    width: 95%;
    margin: 0.5rem auto;
    border-radius: 5px;
    border-style: dotted;
    border-width: 1px;
    font-size: 0.9rem;
}

.search-place #search_result-menu li {
    display: block;
    padding: 0.5rem;
    transition: 0.3s ease-in-out;
    width: 95%;
    margin: 0.5rem auto;
    border-radius: 5px;
    font-size: 0.8rem;
    position: relative;
}

.auto-complete-rate {
    float: left;
    margin-left: 15px;
    margin-top: 4px;
}


.auto-complete-logo {
    margin-left: 5px;
    width: 35px;
    height: 35px;
}

@media (max-width: 500px) {
    .auto-complete-rate {
        display: none;
    }

    .top-content .input-place #search_result li {
        display: block;
        padding: 0.5rem;
        transition: 0.3s ease-in-out;
        width: 95%;
        margin: 0.5rem auto;
        border-radius: 5px;
        border-style: dotted;
        border-width: 1px;
        font-size: 0.7rem;
    }
}

.auto-complete-type-logo {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.top-content .input-place #search_result li:hover, .search-place #search_result-menu li:hover {
    background-color: rgb(217, 224, 218);
}

.top-content .input-place #search_result li a {
    color: #000000;
}

.search-place #search_result-menu li a {
    color: #ffffff;
    display: block;
    transition: 0.3s ease-in-out;
}

.search-place #search_result-menu li:hover a {
    color: #5a6268;
}

.top-content .input-place #search_result-m li img {
    margin-right: 1rem;
}

.search-place #search_result-menu li img {
    width: 4rem;
    margin-right: 0.5rem;
}

.top-content .title-bottom {
    color: #454554;
    cursor: default;
}

.top-content .bottom-section {
    display: flex;
    margin-top: 0.5rem;
}

.top-content .bottom-section .content {
    background-color: #ffffff;
    margin: 0 0.25rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 50, 0.04);
    position: relative;
}

.top-content .bottom-section .content a {
    display: block;
    padding: 1rem 0;
    width: 100%;
    text-align: center;
}

.top-content .bottom-section .content:first-child {
    margin-right: 0;
}

.top-content .bottom-section .content:last-child {
    margin-left: 0;
}

.top-content .bottom-section .content span {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1.5;
    font-size: 0.8rem;
    color: #1B1B21;
}

/*new cods start*/
.recent-reviews {
    background-color: #dcdce6;
}

.recent-reviews .title-section {
    text-align: center;
}

.recent-reviews .title-section:nth-child(1) {
    padding-top: 2rem;
}

.tpl_1 {
    cursor: default;

}

.tpl_1 .str_move {
    cursor: default;
    display: flex;
    align-items: center;
}

.tpl_1 .mWrap {
    margin: 0;
    padding-bottom: 2rem;
}

.tpl_1 .str_wrap {
    background-color: transparent;
}

.contItem {
    display: inline-block;
    vertical-align: top;
    width: 500px;
    padding: 20px;
    white-space: normal;
}

.contItemImage {
    width: 100%;
}

.contItemTitle {
    display: block;
    padding: 0 0 10px 0;
}

.contItemText {
    padding: 20px 0;
    text-transform: none;
    text-align: left;
}

.reviews-contents {
    background-color: #ffffff;
    padding: 1rem;
    text-align: right;
    margin: 1rem 0;
    transition: 0.3s ease-in-out;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.14);
    line-height: 2;
}

.reviews-contents:hover {
    transform: scale(1.02);
}

.reviews-contents .img-place {
    display: flex;
    width: 100%;
    align-items: center;
}

.reviews-contents .img-place .profile-img {
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
}

.reviews-contents .img-place .rate {
    width: 5rem;
    margin-right: 1rem;
}

.reviews-contents .title {
    color: #1B1B21;
    font-weight: bold;
    font-size: 0.8rem;
    margin: 1rem 0;
}

.reviews-contents .title span {
    color: #ADADAD;
}

.reviews-contents .text {
    font-size: 0.9rem;
}

/*new cods end*/
@keyframes example {
    from {
        transform: translateX(0)
    }
    to {
        transform: translateX(-300%)
    }
}

.stories-slider-box {
    padding: 3rem 11rem;
}

.stories-slider {
    padding-bottom: 3rem;
}

.stories-box {
    position: relative;
    width: 100%;
}

.stories-box .background-color {
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 50, 0.04);
}

.stories-slider-box .title-slider {
    color: #9192A7;
    text-align: center;
    cursor: default;
}

.stories-slider-box .title-section {
    padding: 1rem 0;
}

.stories-box .box-content {
    position: absolute;
    background-color: #ffffff;
    left: 2rem;
    bottom: -2rem;
    text-align: right;
    padding: 2rem;
    box-shadow: 0 0 1rem rgba(0, 0, 50, 0.20);
    border-radius: 3px;

}

.stories-box .box-content .star {
    width: 40%;
}

.stories-slider .swiper-button-prev, .stories-slider .swiper-button-next {
    background-color: #ffffff;
    width: 4rem;
    height: 4rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}

.stories-slider .swiper-button-prev:after, .stories-slider .swiper-button-next:after {
    color: #000032;
    font-size: 1.5rem;
}

.be-heard {
    text-align: center;
    cursor: default;
    background-color: #f5e9f7;
}

.be-heard .title {
    font-weight: bold;
}

.be-heard .text {
    padding: 1rem 0;
}

.be-heard a {
    display: block;
    width: max-content;
    margin: 0 auto;
    border: 2px solid #000032;
    color: #000032;
    padding: 0.5rem 3rem;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
}

.be-heard a:hover {
    background-color: #000032;
    color: #ffffff;
}

/* old footer */
/*footer {*/
/*    background-color: #000050;*/
/*    padding: 3rem 10rem;*/
/*    color: #ffffff;*/
/*}*/

footer .logo-footer {
    display: flex;
    width: 100%;
    align-items: center;
    cursor: default;
    margin-bottom: 1rem;
}

footer .logo-footer img {
    width: 3rem;
    margin-left: 0.5rem;
}

/*.footer-title {*/
/*    font-weight: bold;*/
/*    margin-bottom: 1rem;*/
/*    cursor: default;*/
/*}*/

/*.footer-links {*/
/*    font-size: 0.9rem;*/
/*    margin: 1rem 0;*/
/*}*/

/*.footer-links a {*/
/*    color: rgba(255, 255, 255, 0.7);*/
/*    display: inline-block;*/
/*    transition: 0.3s ease-in-out;*/
/*}*/

/*.footer-links a:hover {*/
/*    color: #ffffff;*/
/*}*/

/*.footer-sharing {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.footer-sharing .sharing-content {*/
/*    margin: 0 0.5rem;*/
/*}*/

/*.footer-sharing .sharing-content:first-child {*/
/*    margin-right: 0;*/
/*}*/

/*.footer-sharing .sharing-content a {*/
/*    display: inline-block;*/
/*    font-size: xx-large;*/
/*    color: rgba(255, 255, 255, 0.7);*/
/*}*/

/*.footer-sharing .sharing-content a img {*/
/*    width: 1.5rem;*/
/*    transition: 0.3s ease-in-out;*/
/*    opacity: 70%;*/
/*}*/

/*.footer-sharing .sharing-content a img:hover {*/
/*    opacity: 100%;*/
/*}*/

/*footer .bottom-section {*/
/*    margin-top: 2rem;*/
/*    font-size: 0.8rem;*/
/*}*/

/*footer .copyright {*/
/*    opacity: 70%;*/
/*    cursor: default;*/
/*}*/

/*footer .bottom-links {*/
/*    display: inline-block;*/
/*    padding: 0 0.5rem;*/
/*    cursor: default;*/
/*    border-left: 1px solid #ffffff;*/
/*}*/

/*footer .bottom-links:last-child {*/
/*    border: none;*/
/*}*/

/*footer .bottom-links a {*/
/*    color: rgba(255, 255, 255, 0.7);*/
/*    transition: 0.3s ease-in-out;*/
/*}*/

/*footer .bottom-links a:hover {*/
/*    color: #ffffff;*/
/*}*/


/* new footer */

/* Footer */
footer {
  padding: 60px 0 35px 0;
  border-top: 1px solid #ededed;
  background-color: #000050;
}
@media (max-width: 767px) {
  footer {
    padding: 45px 0 35px 0;
  }
}
footer h3 {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-size: 1.125rem;
    color: #ffff;
}
@media (max-width: 575px) {
  footer h3 {
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
  }
}
footer a.collapse_bt_mobile {
  position: relative;
  display: block;
  cursor: default;
}
@media (max-width: 575px) {
  footer a.collapse_bt_mobile {
    border-bottom: 1px solid #ededed5e;
    padding: 12px 0;
  }
    footer ul.contacts li i{
        top: 5px;
        right: 120px;
    }
}
footer a.collapse_bt_mobile .circle-plus {
  display: none;
}
@media (max-width: 575px) {
  footer a.collapse_bt_mobile .circle-plus {
    display: block;
    position: absolute;
    top: 8px;
    right: 0;
  }
}
@media (max-width: 575px) {
  footer hr {
    display: none;
  }
}
@media (max-width: 575px) {
  footer ul {
    padding-top: 15px;
  }
}
.site_setting-name{
    color: #fff;
}
footer ul {
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0;
}
footer ul li {
  margin-bottom: 5px;
}
footer ul li a {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
}
footer ul li a:hover {
  color: rgba(255, 255, 255, 0.9);
  opacity: 1;
}
footer ul li a i {
  margin-right: 10px;
  color: #fff;
}
footer ul.links li a:hover {
  -webkit-transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  transform: translate(5px, 0);
}
footer ul.links li a:hover:after {
  opacity: 1;
  color: rgba(255, 255, 255, 0.9);
}
footer ul.links li a:after {
  font-family: 'fontello';
  content: "\E8A8";
  position: absolute;
  margin-right: 5px;
  top: 1px;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer ul.contacts li {
  padding-right: 30px;
  position: relative;
  margin-bottom: 10px;
}
footer ul.contacts li:last-child {
  margin-bottom: 0;
}
.ti-home:before {
    font-family: 'fontello';
    content: "\E9B7";
}
.ti-headphone-alt:before {
    font-family: 'fontello';
    content: "\E872";
}
.ti-email:before {
    font-family: 'fontello';
    content: "\E808";
}
.ti-call:before {
    font-family: 'fontello';
    content: "\E9C2";
}
footer ul.contacts li i {
  position: absolute;
  top: 2px;
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
  font-size: 18px;
  font-size: 1.125rem;
    font-style: normal;
}
@media (max-width: 575px) {
  footer #newsletter {
    padding-top: 15px;
  }
}

/* Newsletter footer*/
#newsletter .form-group {
  position: relative;
}
#newsletter .loader {
  position: absolute;
  right: -20px;
  top: 11px;
  color: #444;
  font-size: 12px;
  font-size: 0.75rem;
}
#newsletter h6 {
  margin: 15px 0 15px 0;
}
#newsletter .form-group {
  position: relative;
}
#newsletter input[type='email'] {
  border: 0;
  height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding-left: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #eef3f7;
}
#newsletter input[type='email']:focus {
  border: 0;
  box-shadow: none;
}
#newsletter input[type='submit'] {
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  top: 0;
  border: 0;
  padding: 0 12px;
  height: 40px;
  line-height: 42px;
  cursor: pointer;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-color: #3578fa;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
}
#newsletter input[type='submit']:hover {
  background-color: #FFC107;
  color: #222;
}

.follow_us {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
}
.follow_us h5 {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 35px;
}
.follow_us ul li {
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
  font-size: 1.25rem;
}
.ti-facebook:before {
    font-family: 'fontello';
    content: "\EDCE";
}
.ti-twitter-alt:before {
    font-family: 'fontello';
    content: "\EDBE";
}
.ti-google:before {
    font-family: 'fontello';
    content: "\ED97";
}
.ti-pinterest:before {
    font-family: 'fontello';
    content: "\ED9D";
}
.ti-instagram:before {
    font-family: 'fontello';
    content: "\EE15";
}
.follow_us ul li a i {
  color: rgba(255, 255, 255, 0.7);
  opacity: 0.6;
    font-style: normal;
}
.follow_us ul li a i:hover {
  opacity: 1;
  color: #3578fa;
}

ul#footer-selector {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 575px) {
  ul#footer-selector {
    margin-top: 30px;
  }
}
ul#footer-selector li {
  float: left;
  margin-right: 10px;
}
@media (max-width: 575px) {
  ul#footer-selector li:last-child {
    margin-top: 5px;
  }
}

/* Addtional links Footer */
ul#additional_links {
  margin: 0;
  padding: 8px 0 0 0;
  color: #d1d1d1;
  font-size: 0.8125rem;
  float: right;
}
@media (max-width: 991px) {
  ul#additional_links {
    float: none;
    margin-top: 10px;
  }
}
ul#additional_links li {
  display: inline-block;
  margin-right: 15px;
}
ul#additional_links li:first-child {
  margin-right: 20px;
}

ul#additional_links li:last-child:after {
  content: "";
}
ul#additional_links li span {
  color: #d1d1d1;
  opacity: 0.8;
}
ul#additional_links li a {
  color: #d1d1d1;
  opacity: 0.8;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul#additional_links li a:hover {
  opacity: 1;
}
ul#additional_links li:after {
  content: "|";
  font-weight: 300;
  position: relative;
    margin-right: 10px;

}

.styled-select {
  width: 100%;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  border: none;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding-right: 35px;
  position: relative;
}
.styled-select#lang-selector {
  color: #555;
}
.styled-select#lang-selector:after {
  font-family: 'ElegantIcons';
  content: "\e0e2";
  color: #555;
  position: absolute;
  right: 10px;
  top: 0;
}
.styled-select#currency-selector:after {
  font-family: 'ElegantIcons';
  content: "\33";
  color: #555;
  position: absolute;
  right: 10px;
  top: 0;
}
.styled-select select {
  background: transparent;
  width: 110%;
  padding-left: 10px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: 30px;
  color: #555;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  font-weight: 500;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
}
.styled-select select:focus {
  color: #555;
  outline: none;
  box-shadow: none;
}
.styled-select select::-ms-expand {
  display: none;
}

/* Wow on scroll event */
.wow {
  visibility: hidden;
}


.opened {
  opacity: 1;
}
.opened .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
}
.opened .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
  opacity: 0;
}
.circle-plus {
  height: 14px;
  width: 14px;
  display: block;
  position: relative;
  float: right;
  margin-top: 5px;
}

.circle-plus .horizontal {
  position: absolute;
  background-color: #999;
  width: 14px;
  height: 2px;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: 0;
}

.circle-plus .vertical {
  position: absolute;
  background-color: #999;
  width: 2px;
  height: 14px;
  left: 50%;
  margin-left: -2px;
  top: 50%;
  margin-top: -6px;
}



/*login and register pages*/
.contact-us-place {
    padding: 4rem 0;
    background-color: rgb(255, 255, 255);
    position: relative;
}

.contact-us-place .map-place {
    position: relative;
}

#map {
    position: absolute;
    z-index: 4;
    top: 3rem;
    left: 2rem;
    right: 0;
    height: 94%;
    box-shadow: 0 0 1rem rgba(0, 0, 50, 0.2);
    border-radius: 5px;
    /*transform: translateY(-50%) translateX(-50%);*/
}

.locationPopup {
    text-align: center;
    font-family: 'SiteSans', serif;
}

.login-register-section {
    padding: 8rem 0 4rem 0;
    background-color: rgb(249, 249, 250);
}

.login-register-section-div {
    padding: 0 0 4rem 0;
    background-color: rgb(249, 249, 250);
}

.login-register-section.contact {
    background-color: transparent;
    padding: 0;
}

.login-register-section.report {
    padding-top: 2rem;
}

.login-register-section .row {
    align-items: center;
}

.login-register-section .text-place h1 {
    font-weight: bold;
}

.login-register-section .text-place p {
    margin: 3rem 0;
}

.login-register-section .login-register-box {
    background-color: #ffffff;
    /*width: 100%;*/
    padding: 1rem 2rem;
    margin: 0 auto;
    width: 40%;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 4px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    direction: rtl;
}

.login-register-section .login-register-box.contact_us-form {
    width: 95%;
}

.login-register-section .login-register-box.register-form {
    width: 70%;
}

.login-register-section .login-register-box .title-box {
    font-size: 1.2rem;
}

.login-register-section .login-register-box .input-place {
    margin: 0.5rem 0;
}

.login-register-section .login-register-box input {
    width: 100%;
    border: 1px solid rgb(220, 220, 230);
    text-align: right;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    color: rgb(154, 154, 173);
    box-sizing: border-box;
    border-radius: 3px;
}

.login-register-section .login-register-box.register-form input {
    text-align: right;
}

.login-register-section .login-register-box input:focus {
    border: 1px solid rgb(26, 102, 255);
}

.login-register-section .login-register-box input + label {
    color: rgb(197, 197, 221);
    position: absolute;
    width: 100%;
    left: 0;
    text-align: right;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 0.7rem 1rem;
    transition: 0.3s ease-in-out;
    cursor: text;
    font-size: 0.8rem;
}

.login-register-section .login-register-box.register-form input + label {
    text-align: right;
}

.login-register-section .login-register-box input:valid + label, .login-register-section .login-register-box input:focus + label {
    font-size: 0.5rem;
    padding: 0 1rem;
}

.login-register-section .login-register-box span {
    cursor: default;
    margin-bottom: 0.5rem;
    display: block;
}

.login-register-section .login-register-box select + label {
    width: 100%;
    display: none;
}

.login-register-section .login-register-box select {
    width: 100%;
    border: 1px solid rgb(220, 220, 230);
    padding: 1rem;
    font-size: 0.9rem;
    color: rgb(154, 154, 173);
}

.login-register-section .login-register-box .select {
    color: rgb(197, 197, 221);
    position: relative;
    border: 1px solid rgb(220, 220, 230);
    padding: 0.5rem;
    font-size: 0.9rem;
    box-sizing: border-box;
    border-radius: 3px 3px 0 0;
    z-index: 11;
    cursor: pointer;
    background-color: #ffffff;
    width: 100%;
    display: block;
}

.login-register-section .login-register-box .select input, .login-register-section .login-register-box .select label {
    display: none;
}

.login-register-section .login-register-box .select img {
    position: absolute;
    width: 0.75rem;
    left: 1rem;
    top: 1.2rem;
    transition: 0.3s ease-in-out;
}

.login-register-section .login-register-box .select_items {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 0.9rem;
    border: 1px solid rgb(220, 220, 230);
    border-top: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 3.8rem;
    cursor: pointer;
    color: #ffffff;
    display: none;
}

.login-register-section .login-register-box .select_items .select-option {
    padding: 0.5rem 1rem;
    transition: 0.3s ease-in-out;
    background-color: #484848;
    border-bottom: 1px solid rgb(220, 220, 230);
}

.login-register-section .login-register-box .select_items .select-option:last-child {
    border: none;
}

.login-register-section .login-register-box .select_items .select-option:hover {
    background-color: #2d2d2d;
}

.login-register-box .submit-form {
    background-color: rgb(26, 102, 255);
    color: #ffffff;
    border: none;
    width: 100%;
    margin: 0 0 0.5rem 0;
    display: block;
    padding: 1rem;
    border-radius: 3px;
}

.login-register-box.register-form .submit-form {
    margin-top: 2rem;
}

.login-register-box .submit-form .btn--ripple-ink {
    background-color: rgb(15, 51, 124);
}

.login-register-box a {
    font-size: 0.8rem;
    margin-top: 1rem;
}

.go_signUp {
    padding: 2rem 11rem;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.13);
}

.go_signUp .title {
    font-weight: bold;
    cursor: default;
    font-size: 2rem;
}

.go_signUp .text {
    cursor: default;
    color: #99abb0;
    margin: 0 0 1rem 0;
}

.go_signUp a {
    display: inline-block;
    margin: 0 0.5rem;
    padding: 0.25rem 1rem;
    background-color: rgb(26, 102, 255);
    color: #ffffff;
    font-size: 0.9rem;
    transition: 0.3s ease-in-out;
}

.go_signUp a:hover {
    background-color: rgb(16, 66, 169);
}

/*about me page*/
.main-section {
    padding: 5rem;
}

.main-section .aboutUs-title {
    text-align: center;
    color: #000032;
    font-weight: bold;
    margin-top: 5rem;
}

.about-top-text {
    color: #32323d;
    text-align: center;
    margin-top: 1rem;
}

.video-define .img-place {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 4rem 0;
    cursor: pointer;
}

.video-define .img-place img {
    width: 100%;
    transition: 0.3s ease-in-out;
}

.video-define .img-place:hover .background-img {
    transform: scale(1.03);
}

.video-define .img-place button {
    background-color: transparent;
    border: none;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.video-define .img-place button img {
    width: 10rem;
}

.beliefs {
    width: 100%;
    position: relative;
}

.beliefs .text {
    padding: 0 20rem;
    text-align: justify;
    text-align-last: center;
    color: #32323d;
    font-weight: bold;
}

.CEO {
    background-color: #f8f8f9;
    padding: 0 20rem;
}

.CEO .img-place {
    position: relative;
    width: 100%;
}

.CEO .img-place img {
    width: 100%;
}

.CEO .container-fluid .row .img-place {
    align-items: center;
}

.CEO .container-fluid .row .col-lg-6 {
    padding: 0;
}

.CEO .text-place {
    text-align: justify;
    background-color: #0c59f2;
    color: #ffffff;
    padding: 3rem 2rem;
    height: 100%;
}

.CEO .text-place span {
    display: block;
}

.CEO .text-place span:nth-child(1) {
    margin-top: 2rem;
    font-weight: bold;
}

.CEO .text-place span:nth-child(2) {
    color: rgba(255, 255, 255, 0.7);
}

.what-we-do {
    padding: 5rem;
    color: #32323d;
}

.what-we-do .title {
    text-align: center;
    font-weight: bold;
}

.what-we-do .title-define {
    text-align: justify;
    text-align-last: center;
    padding: 0 20rem;
    margin-top: 1rem;
}

.diagram-place {
    margin: 2rem 0;
    text-align: center;
    font-weight: bold;
}

.diagram-place .container-fluid .row {
    align-items: center;
}

.what-we-do__diagram-figure {
    width: 80%;
    text-align: center;
    position: relative;
    display: block;
    margin: 0 auto;
}

.diagram-figure__svg {
    display: block;
    height: 100%;
    width: 100%;
    margin: auto
}

@keyframes rotating-slowly {
    0% {
        transform-origin: 50%;
        transform: rotate(-45deg)
    }
    50% {
        transform-origin: 50%;
        transform: rotate(-225deg)
    }
    100% {
        transform-origin: 50%;
        transform: rotate(-405deg)
    }
}

.diagram-figure__svg {
    display: block;
    height: 100%;
    width: 100%;
    margin: auto
}

.diagram-figure__caption {
    font-size: 0.8rem;
    position: absolute;
    color: #fff;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
    max-width: 150px;
    font-weight: 500
}

.diagram-figure__arrow--blue {
    stroke: #0c59f2
}

.diagram-figure__arrow--blue .diagram-figure__arrow-head {
    fill: #0c59f2
}

.diagram-figure__arrow--pink {
    stroke: #f0b4c8
}

.diagram-figure__arrow--pink .diagram-figure__arrow-head {
    fill: #f0b4c8
}

.diagram-figure__arrow-line {
    stroke-width: 1
}

.diagram-figure__arrow-head {
    fill-rule: nonzero;
    stroke-width: 3
}

.diagram-figure__arrows {
    animation: rotating-slowly linear 60s infinite
}

.diagram-figure__blue-circle {
    animation: blue-circle ease-in-out 30s infinite;
    transform: rotate(.001deg)
}

@keyframes blue-circle {
    0% {
        transform: translateX(3px)
    }
    50% {
        transform: translateX(-3px)
    }
    100% {
        transform: translateX(3px)
    }
}

.diagram-figure__pink-circle {
    animation: pink-circle ease-in-out 30s infinite;
    transform: rotate(.001deg)
}

@keyframes pink-circle {
    0% {
        transform: translateX(-3px)
    }
    50% {
        transform: translateX(3px)
    }
    100% {
        transform: translateX(-3px)
    }
}

.diagram-place .title-diagram {
    color: rgba(27, 27, 33, .6);
}

.statistics .statistics-title {
    font-weight: bold;
    font-size: 1.5rem;
}

.statistics .statistics-title span {
    font-weight: bold;
    font-size: 0.8rem;
}

.statistics .statistics-text {
    font-size: 0.9rem;
    color: rgba(0, 0, 50, .5);
}

.who-we-are {
    background-color: #f8f8f9;
}

.who-we-are .top-section {
    padding: 5rem 0;
    width: 90%;
    margin: 0 auto;
}

.who-we-are .top-section .container-fluid .row {
    align-items: center;
}

.who-we-are .top-section .who-we-are-text {
    text-align: justify;
}

.who-we-are .top-section .who-we-are-title {
    color: #000032;
    font-weight: bold;
}

.who-we-are .top-section .who-we-are-box {
    margin: 1rem 0;
}

.who-we-are .top-section .who-we-are-box .title {
    font-weight: bold;
    font-size: 1.5rem;
}

.who-we-are .top-section .who-we-are-box .text {
    color: rgba(0, 0, 50, .5);
    font-size: 0.8rem;
}

.who-we-are_slider {
    width: 90%;
    display: block;
    margin: 0 auto;
}

.who-we-are_slider .slider-box {
    width: 100%;
    position: relative;
}

.who-we-are_slider .slider-box .img-place {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.who-we-are_slider .slider-box .img-place img {
    width: 100%;
    transition: 0.3s ease-in-out;
}

.who-we-are_slider .slider-box .img-place:hover img {
    transform: scale(1.02);
}

.who-we-are_slider .swiper-button-prev, .who-we-are_slider .swiper-button-next {
    background-color: #000032;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.who-we-are_slider .swiper-button-prev:after {
    font-size: 1.5rem;
    color: #ffffff;
    position: absolute;
    left: 2.4rem;
}

.who-we-are_slider .swiper-button-next:after {
    font-size: 1.5rem;
    color: #ffffff;
    position: absolute;
    right: 2.4rem;
}

.main-section.footer-section {
    padding-top: 0;
}

.about-reviews-slider {
    padding: 0 1.8rem;
    margin-top: 4rem;
}

.about-reviews-slider .swiper-button-next, .about-reviews-slider .swiper-button-prev {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 1px solid #c8c8c8;
    top: 65%;
    transform: translateY(-50%);
    background-color: #ffffff;
}

.about-reviews-slider .swiper-button-next:after, .about-reviews-slider .swiper-button-prev:after {
    font-size: 0.6rem;
    color: #000032;
}

.about-reviews-slider .swiper-button-next {
    left: 0;
}

.about-reviews-slider .swiper-button-prev {
    right: 0;
}

.about-slider-box {
    position: relative;
    width: 100%;
    background-color: #f8f9fa;
    border-radius: 2px;
    box-shadow: 0 1px 0 0 rgba(182, 196, 210, 0.4);
    padding: 1rem;
}

.about-slider-box .details {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.about-slider-box .details img {
    width: 50%;
    align-items: center;
}

.about-slider-box .details .time {
    color: rgba(25, 25, 25, 0.6);
    font-size: 0.8rem;
    width: 50%;
    padding-left: 0.25rem;
    text-align: right;
}

.about-slider-box .title {
    font-weight: bold;
    font-size: 0.8rem;
    margin: 0.5rem 0;
    text-align: right;
    color: #000032;
}

.about-slider-box .text {
    color: #191919;
    font-size: 0.8rem;
    text-align: justify;
}

.about-slider-box .userName {
    color: rgba(25, 25, 25, 0.6);
    font-size: 0.7rem;
    text-align: right;
}

.main-section.footer-section .rate-details {
    text-align: center;
    font-size: 0.7rem;
    padding-top: 1rem;
}

.main-section.footer-section .rate-details #rate {
    font-weight: bold;
    margin: 0 0.25rem;
}

.main-section.footer-section .rate-details #total_rate {
    font-weight: bold;
    margin: 0 0.25rem;
}

.main-section.footer-section .siteName {
    font-weight: bold;
}

.category-selected {
    padding: 7rem 15rem 1rem 15rem;
    background-color: #ffffff;
}

.category-selected .head-detail {
    color: #515174;
    font-size: 11px;
    margin: 0.5rem 0 1rem 0;
    width: max-content;
}

.category-selected .star-place {
    width: max-content;
}

.category-selected .star-place img {
    width: 8rem;
}

.category-selected #status {
    margin-right: 0.5rem;
    position: relative;
    padding-right: 0.75rem;
}

/*.category-selected #status:before {*/
/*    content: '';*/
/*    background-color: #8686bf;*/
/*    width: 0.4rem;*/
/*    height: 0.4rem;*/
/*    border-radius: 50%;*/
/*    right: 0;*/
/*    top: 0.5rem;*/
/*    position: absolute;*/
/*}*/

.category-selected .img-head-product img {
    width: 150px;
}

.category-selected .img-head-product.mobile-show {
    display: none;
}

.category-selected .site-link {
    border: 1px solid #017bfe;
    border-radius: 5px;
    display: block;
    width: 90%;
    padding: 1rem;
    background-color: #ffffff;
    transition: 0.3s ease-in-out;
    position: relative;
    margin-inline: auto;
    margin-top: 0.5rem;
}

.category-selected .site-link .arrow {
    width: 1rem;
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    opacity: 60%;
}

.category-selected .site-link .browser {
    width: 1rem;
    opacity: 50%;
}

.rate-header__big {
    color: #5a6268;
    font-size: 0.8rem;
    margin-right: 0.5rem;
}

.category-selected .site-link h4 {
    color: #000032;
}

.category-selected .site-link span {
    color: #454554;
    font-size: 0.8rem;
}

.category-selected .site-link:hover {
    background-color: #dddddd;
}

.category-selected .row {
    align-items: center;
}

.product-main {
    padding: 2rem 15rem;
    background-color: #f2f2f5;
}

.no-padding {
    padding: 0;
}

.product-main .mobile-show {
    display: none;
}

.product-card {
    border-radius: 2px;
    background-color: #fff;
    position: relative;
    padding: 1rem;
    margin: 1rem 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
    width: 100%;
    display: block;
}

.submit-reviews {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.submit-reviews .img-place {
    width: 50%;
}

.submit-reviews .img-place img {
    margin-left: 0.5rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
}

.submit-reviews .star-place {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
}

.submit-reviews .star-place a {
    position: relative;
    display: block;
    z-index: 20;
}

.submit-reviews .star-place img {
    width: 100%;
}

.rating {
    display: flex;
}

.rating input {
    display: none;
}

.rating label {
    cursor: pointer;
    background-color: #dcdce6;
    margin: 0 0.1rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    width: 3rem;
}

@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?32974303');
  src: url('../fonts/fontello.eot?32974303#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff?32974303') format('woff'),
       url('../fonts/fontello.ttf?32974303') format('truetype'),
       url('../fonts/fontello.svg?32974303#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;

  font-variant: normal;
  text-transform: none;

  line-height: 1em;


  margin-left: .2em;

}
.btn-star label {
    cursor: pointer;
    background-color: #dcdce6;
    margin: 0 0.1rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    width: 3rem;
}
.btn-star label :before{
    content: '\e852';
    font-family: 'fontello', serif !important;
    color: #070707;
    position: relative;
    display: block;
    font-size: 25px;
    z-index: 2;

}
.btn-star label :after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 0;
    z-index: 1;

}

.rating label:before {
    content: '\e80b';
    font-family: 'fontello', serif !important;
    color: #ffffff;
    position: relative;
    display: block;
    font-size: 20px;
    z-index: 2;
}

.rating label:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 0;
    z-index: 1;
}


.rating label:hover:after, .rating input:checked ~ label:after {
    opacity: 1;
}

.rating input:nth-child(1):checked ~ label:after {
    background-color: #00B67A;
}

.rating input:nth-child(3):checked ~ label:after {
    background-color: #73CF11;
}

.rating input:nth-child(5):checked ~ label:after {
    background-color: #FFCE00;
}

.rating input:nth-child(7):checked ~ label:after {
    background-color: #FF8622;
}

.rating input:nth-child(9):checked ~ label:after {
    background-color: #FF3722;
}

.rating input:hover ~ label:after {
    opacity: 1;
}

.rating input:nth-child(1):hover ~ label:after {
    background-color: #00B67A;
}

.rating input:nth-child(3):hover ~ label:after {
    background-color: #73CF11;
}

.rating input:nth-child(5):hover ~ label:after {
    background-color: #FFCE00;
}

.rating input:nth-child(7):hover ~ label:after {
    background-color: #FF8622;
}

.rating input:nth-child(9):hover ~ label:after {
    background-color: #FF3722;
}




.product-card.reviews-filter .title {
    color: #32323d;
    padding-bottom: 1rem;
}

.product-card.reviews-filter .title span {
    color: #73738f;
}

.product-card.reviews-filter .filter-rate-place {
    border-top: 1px solid #e9e9e9;
    padding: 1rem 0;
}

.product-card.reviews-filter .filter-rate-box {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.product-card.reviews-filter .filter-rate-box .input-place {
    width: 5%;
}

.product-card.reviews-filter .filter-rate-box .input-label {
    display: flex;
    width: 95%;
    flex-wrap: wrap;
    align-items: center;
    color: #5c5c70;
    cursor: pointer;
    font-size: 0.8rem;
}

.product-card.reviews-filter .filter-rate-box .title-filter {
    display: block;
    margin-left: auto;
    width: 12%;
}

.product-card.reviews-filter .filter-rate-box .background-progress {
    width: 75%;
    background-color: #f2f2f5;
    position: relative;
    border-radius: 2px;
    box-shadow: inset 1px 3px 0 rgba(0, 0, 50, .04);
    display: block;
    height: 0.75rem;
    margin: 0 auto;
}

.product-card.reviews-filter .filter-rate-box .background-progress .progress-color {
    width: 75%;
    background-color: #6f6f87;
    position: absolute;
    border-radius: 2px;
    box-shadow: inset 1px 3px 0 rgba(0, 0, 50, .04);
    display: block;
    height: 0.75rem;
    margin: 0 auto;
    transition: 0.3s ease-in-out;
}

.product-card.reviews-filter .filter-rate-box .percent {
    display: block;
    margin-right: auto;
    margin-left: 0;
}

.product-card.reviews-filter .filter-rate-box .background-progress .progress-color {
    background-color: #6f6f87;
    position: absolute;
    border-radius: 2px;
    box-shadow: inset 1px 3px 0 rgba(0, 0, 50, .04);
    display: block;
    height: 0.75rem;
    margin: 0 auto;
    transition: 0.2s ease-in-out;
}

.product-card.reviews-filter .filter-rate-box.Excellent .background-progress .progress-color {
    width: 80%;
}

.product-card.reviews-filter .filter-rate-box.Good .background-progress .progress-color {
    width: 60%;
}

.product-card.reviews-filter .filter-rate-box.Average .background-progress .progress-color {
    width: 50%;
}

.product-card.reviews-filter .filter-rate-box.Poor .background-progress .progress-color {
    width: 20%;
}

.product-card.reviews-filter .filter-rate-box.Bad .background-progress .progress-color {
    width: 12%;
}

.product-card.reviews-filter .filter-rate-box.Excellent:hover .background-progress .progress-color {
    background-color: #00b67a;
}

.product-card.reviews-filter .filter-rate-box.Good:hover .background-progress .progress-color {
    background-color: #73cf11;
}

.product-card.reviews-filter .filter-rate-box.Average:hover .background-progress .progress-color {
    background-color: #ffce00;
}

.product-card.reviews-filter .filter-rate-box.Poor:hover .background-progress .progress-color {
    background-color: #ff8622;
}

.product-card.reviews-filter .filter-rate-box.Bad:hover .background-progress .progress-color {
    background-color: #ff3722;
}

.product-card.reviews-filter .tag-place {
    font-size: 0.8rem;
    margin: 0 -0.5rem;
}

.product-card.reviews-filter .tag-place .tag-filter {
    display: inline-block;
    margin: 0.25rem;
}

.product-card.reviews-filter .tag-filter input {
    display: none;
}

.product-card.reviews-filter .tag-filter input + label {
    background: #fff;
    border-radius: 2px;
    border: 1px solid #dcdce6;
    padding: 6px 10px;
    display: inline-block;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.product-card.reviews-filter .tag-filter input:checked + label {
    background-color: #6f6f87;
    color: #ffffff;
}

.product-card.reviews-users .user-details {
    display: flex;
    font-size: 0.8rem;
    align-items: center;
    border-bottom: 1px solid #e8e8eb;
    padding-bottom: 1rem;
}

.product-card.reviews-users .user-details .img-place {
    margin-left: 0.5rem;
}

.product-card.reviews-users .user-details .img-place img {
    margin-left: 0.5rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
}

.product-card.reviews-users .user-details .name-details p {
    color: #454554;
}

.product-card.reviews-users .user-details .name-details .icon-place {
    color: #73738f;
}

.product-card.reviews-users .user-details .name-details .icon-place div {
    display: inline-block;
}

.product-card.reviews-users .user-details .name-details .icon-place .reviews-num {
    margin-left: 1rem;
    font-family: 'SiteSans', serif !important;
}

.product-card.reviews-users .user-details .name-details .icon-place img {
    width: 1rem;
}

.product-card.reviews-users .user-rate-details {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    position: relative;
    margin: 1rem 0;
    color: #73738f;
}

.product-card.reviews-users .user-rate-details .star-img {
    position: relative;
    margin-left: 1rem;
}

.product-card.reviews-users .user-rate-details .star-img img {
    width: 7rem;
}

.product-card.reviews-users .user-rate-details .verified img {
    width: 1rem;
}

.product-card.reviews-users .user-rate-details .time {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.product-card.reviews-users .user-reviews-title a {
    color: #32323d;
    font-size: 1.1rem;
}

.product-card.reviews-users .user-reviews-text {
    color: #32323d;
    text-align: justify;
    margin: 1rem 0;
    font-size: 0.9rem;
}

.product-card.reviews-users .bottom-content {
    position: relative;
    width: 100%;
    padding: 0 0.5rem;
}

.product-card.reviews-users .bottom-content .details {
    display: flex;
    align-items: center;
    color: #73738f;
    font-size: 0.8rem;
    position: relative;
    margin-bottom: 2rem;
}

.product-card.reviews-users .bottom-content .details img {
    width: 0.8rem;
}

.product-card.reviews-users .bottom-content .like, .product-card.reviews-users .bottom-content .share {
    margin-left: 1rem;
    cursor: pointer;
    position: relative;
    color: #73738f;
}

.product-card.reviews-users .share-box {
    position: absolute;
    background: #fff;
    border: 1px solid #e8e8eb;
    border-radius: 2px;
    box-shadow: 0 12px 20px 0 rgba(0, 0, 50, .12);
    padding: 1rem;
    right: 0;
    top: 2.5rem;
    z-index: 10;
    cursor: default;
    display: none;
    width: max-content;
}

.product-card.reviews-users .share-box a {
    display: inline-block;
    background-color: #e5e5e5;
    padding: 0.5rem;
}

.product-card.reviews-users .bottom-content .bookmark {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.product-card.reviews-users .bottom-content .reviews-comments {
    border-right: 3px solid #1a66ff;
    padding: 16px 0 16px 16px;
    background-color: #f2f2f5;
}

.product-card.reviews-users .bottom-content .reviews-comments .comment-details {
    display: flex;
    position: relative;
    width: 100%;
    font-size: 0.9rem;
    align-items: center;
}

.product-card.reviews-users .bottom-content .reviews-comments img {
    width: 0.9rem;
    margin: 0 0.5rem;
}

.product-card.reviews-users .bottom-content .reviews-comments .name {
    color: #454554;
    font-weight: bold;
}

.product-card.reviews-users .bottom-content .reviews-comments .time {
    color: #73738f;
    position: absolute;
    font-size: 0.8rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.product-card.reviews-users .bottom-content .reviews-comments .reviews-comments-text {
    color: #515174;
    font-size: 0.8rem;
    padding: 1rem 2rem 0 0;
    text-align: justify;
}

.product-card .side-title {
    color: #32323d;
}

.product-card .subheader {
    color: #6f6f87;
    font-size: 0.9rem;
    padding: 1rem 0;
}

.product-card .collapsible-header {
    color: #32323d;
    border-bottom: 1px solid #f2f2f5;
    padding-bottom: 0.5rem;
}

.product-card .collapsible-header .collapse-title {
    display: flex;
    align-items: center;
}

.product-card .collapsible-header .text {
    text-align: justify;
    font-size: 0.9rem;
    cursor: pointer;
}

.product-card .collapsible-header img {
    width: 1rem;
    margin-right: 1rem;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.product-card .collapsible-header .collapse-show {
    padding-top: 1rem;
    color: #6f6f87;
    font-size: 0.8rem;
    text-align: justify;
    display: none;
}

.product-card .btn-reviews {
    border: 1px solid rgba(0, 0, 50, .6);
    text-align: center;
    color: #000032;
    padding: 0.5rem 0;
    margin-top: 1rem;
}

.product-card .subhead-line-info {
    font-size: 0.9rem;
    padding: 1rem 0;
    color: #6f6f87;
}

.product-card .company-description-text {
    font-size: 0.9rem;
    text-align: justify;
}

.product-card .contact {
    padding: 1rem 0;
    /*border-bottom: 1px solid #f2f2f5;*/
    border-top: 1px solid #f2f2f5;
}

.product-card .contact .location {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
}

.social-links {
    font-family: 'SiteSans';
}

.product-card .contact .location img {
    width: 1rem;
    margin-left: 0.5rem;
}

.product-card .Category {
    padding: 1rem 0;
}

.product-card .Category .text {
    font-size: 0.9rem;
}

.product-card .About-text {
    font-size: 0.8rem;
}

.product-card .About-text-place {
    padding: 1rem 0;
}

.main-comment {
    padding: 1rem 0 2rem 0;
    background-color: #f2f2f5;
}

/*.main-comment .rating label:first-of-type {*/
/*    margin-left: auto;*/
/*}*/

.product-card.comment-card {
    width: 40%;
    margin: 1rem auto 0 auto;
}

.product-card.comment-card .typography {
    color: #454554;
    font-weight: bold;
    font-size: 1.2rem;
    cursor: default;
}

.product-card.comment-card .submit-reviews .star-place {
    margin: 0.5rem 0;
    width: 40%;
}

.product-card.comment-card .Guide {
    color: #9A9AAD;
    font-size: 0.9rem;
}

.product-card.comment-card .comment-text {
    position: relative;
    width: 100%;
    margin: 1rem 0 0 0;
}

.product-card.comment-card .comment-text textarea {
    height: 15rem;
    width: 100%;
    padding: 1rem;
    resize: none;
    border: 1px solid #abbdcb;
}

.product-card.comment-card .comment-text textarea + label {
    display: none;
}

.product-card.comment-card .extraSpacingRow {
    display: flex;
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

.product-card.comment-card .extraSpacingRow .check-place {
    margin-left: 1rem;
}

.product-card.comment-card .title-input {
    position: relative;
    width: 100%;
    display: flex;
}

.product-card.comment-card .input-details {
    font-size: 0.7rem;
    margin: 0 0.5rem 0 0;
    display: none;
}

.product-card.comment-card .title-input input {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    border-radius: 2px;
    color: #1B1B21;
    border: 1px solid #C5C5D6;
    background: #FFFFFF;
    padding: 1rem;
}

.product-card.comment-card .title-input button {
    background-color: #F2F2F5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    box-sizing: border-box;
    border: 1px solid #C5C5D6;
    border-right: 0;
    border-radius: 2px;
}

.product-card.comment-card .title-input button img {
    width: 2rem;
}

/*category page*/
.title-category-page {
    padding: 7rem 3rem 2rem 3rem;
    color: #1b1b21;
    display: block;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    font-weight: bold;
}

.main-category {
    padding: 0 10rem;
    background-color: #f2f2f5;
}

.product-card.category-side .title {
    color: #1b1b21;
    margin: 1rem 0;
    font-weight: bold;
}

.product-card.category-side .category-link, .product-card.category-lists .category-link {
    margin: 1rem 0;
}

.product-card.category-side .category-link a, .product-card.category-lists .category-link a {
    color: #454554;
    font-size: 0.9rem;
}

.product-card.category-side .category-link a:hover, .product-card.category-lists .category-link a:hover {
    color: #1a66ff;
}

.product-card.category-lists .title {
    color: #1b1b21;
    margin: 1rem 0;
}

.product-card.category-lists .title a {
    color: #1b1b21;
}

.product-card.category-lists .title a:hover {
    color: #1a66ff;
}

.product-card.category-lists .box-subset {
    border-bottom: 1px solid #dcdce6;
    padding-bottom: 1rem;
}

.product-card.category-lists .category-list-box:last-child .box-subset {
    border-bottom: none;
}

.product-card.category-lists .category-list-box .box-subset .category-link {
    margin: 1rem 0 0 0;
}

/*contact us page*/
.login-register-section .login-register-box.contact_us-form input {
    text-align: right;
}

.login-register-section .login-register-box.contact_us-form input + label {
    text-align: right;
}

.login-register-section .login-register-box.contact_us-form textarea {
    width: 100%;
    height: 10rem;
    margin: 0.5rem 0;
    border: 1px solid rgb(220, 220, 230);
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    color: rgb(154, 154, 173);
    box-sizing: border-box;
    border-radius: 3px;
    resize: none;
}

.site-details {
    padding-top: 3rem;
    background-color: #ffffff;
}

.site-details .details {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 0;
}

.site-details .details img {
    width: 1rem;
}

.site-details .details div {
    padding: 1rem;
    width: 100%;
    font-size: 0.9rem;
}

.site-details .details div span {
    display: block;
    font-size: 1rem;
}

.login-register-section .login-register-box.contact_us-form textarea:focus {
    outline: none;
}

.login-register-section .login-register-box.contact_us-form textarea::placeholder {
    color: rgb(197, 197, 221);
}

.login-register-section .login-register-box.contact_us-form textarea + label {
    display: none;
}

/*search page*/
.main-search {
    padding: 8rem 10rem 1rem 10rem;
    background-color: #FFFFFF;
}

.main-search .title {
    font-weight: bold;
    margin: 1rem 0;
}

.main-search .search-box {
    position: relative;
    width: 100%;
    margin: 2rem 0;
}

.main-search .search-box .site-name {
    color: #428bca;
    font-size: 18px;
    font-weight: 700;
}

.main-search .search-box .details {
    display: flex;
    align-items: center;
}

.main-search .search-box .details img {
    margin-left: 0.5rem;
    width: 6rem;
}

.main-search .search-box .details span {
    color: #7e7e7e;
    display: inline-block;
    font-size: 12px;
    padding: 0 0.25rem;
}

.main-search .search-box .details a {
    font-size: 12px;
    margin-right: 0.25rem;
}

/*category_result page*/
.main-category_result {
    padding-top: 5rem;
}

.main-category_result .title-page {
    background-color: #FFFFFF;
    padding: 3rem 15rem 1rem 15rem;
    display: block;
}

.main-category_result .title-page a {
    color: #1b1b21;
}

.main-category_result .title-page a:hover {
    color: #1a66ff;
}

.main-category_result .title-page a img {
    width: 0.75rem;
}

.main-category_result .title-page .text {
    color: #6f6f87;
    margin: 0 0 8px;
    font-weight: 400;
}

.main-category_result .Category_result {
    color: #1b1b21;
    background-color: #f2f2f5;
    padding: 1rem 14rem;
}

.product-card.filter-box .title {
    position: relative;
    width: 100%;
}

.product-card.filter-box .title span {
    font-weight: bold;
    display: inline-block;
}

.product-card.filter-box .title button {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: none;
    color: #454554;
    font-size: 0.9rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.product-card.filter-box .title button:hover {
    color: #00b67a;
}

.product-card.filter-box .input-place {
    margin: 1rem 0;
}

.product-card.filter-box .input-place input {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    font-weight: 400;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 11px 16px 10px;
    color: #1b1b21;
    border: 1px solid #c5c5d6;
    display: block;
    height: 48px;
    background: #fff;
    text-align: left;
    direction: ltr;
}

.product-card.filter-box button[type=submit] {
    background-color: transparent;
    color: #1b1b21;
    border: 1px solid rgba(0, 0, 50, .4);
    transition: 0.3s ease-in-out;
    font-size: 0.9rem;
    padding: 0.25rem 1rem;
    border-radius: 20px;
}

.product-card.filter-box button[type=submit]:hover {
    background-color: #000032;
    color: #FFFFFF;
}

.product-card.filter-box .radio-box {
    margin: 2rem 0;
    font-size: 0.9rem;
}

.product-card.filter-box .radio-box .radio-place {
    display: flex;
    align-items: center;
}

.product-card.filter-box .radio-box .radio-place.status_radio {
    align-items: start;
    margin-bottom: 0.5rem;
}

.product-card.filter-box .radio-box .radio-place.status_radio input {
    margin-top: 0.5rem;
}

.product-card.filter-box .radio-box .radio-place input {
    margin-left: 0.5rem;
}

.product-card.filter-box .radio-box .radio-place input + label {
    color: #5c5c70;
}

.product-card.filter-box .radio-box .radio-place input + label span {
    display: block;
    color: #9a9aad;
}

.main-category_result .define-title {
    margin-top: 2rem;
}

.main-category_result .define-text {
    color: #6f6f87;
    margin: 0 0 1rem 0;
}

.product-card.company-card {
    transition: 0.3s ease-in-out;
    display: flex;
    align-items: start;
}

.product-card.company-card:hover {
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
}

.product-card.company-card .Logo-place {
    position: relative;
}

.product-card.company-card .Logo-place img {
    width: 5rem;
    height: 5rem;
}

.product-card.company-card .text-content {
    padding-right: 2rem;
    color: #1b1b21;
}

.product-card.company-card .text-content .company-name {
    font-weight: bold;
}

.product-card.company-card .text-content .company-name:hover {
    color: #1a66ff;
}

.product-card.company-card .text-content .rate-details {
    position: relative;
    width: 100%;
}

.product-card.company-card .text-content .rate-details .img-rate {
    display: inline-block;
}

.product-card.company-card .text-content .rate-details img {
    width: 6rem;
}

.product-card.company-card .text-content span {
    font-size: 0.8rem;
    display: inline-block;
    padding: 0 0.5rem;
}

.end_result {
    background-color: #f2f2f5;
    color: #6f6f87;
    font-size: 0.9rem;
    text-align: center;
    position: relative;
    margin: 2rem 0;
}

.end_result span {
    position: relative;
    background-color: #f2f2f5;
    display: inline-block;
    padding: 0 2rem;
}

.end_result:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #dcdce6;
    position: absolute;
    right: 0;
    top: 1rem;
}

.report--head {
    padding: 9rem 1rem 3rem;
    font-size: 2rem;
}

.login-register-section .login-register-box.report-form {
    margin: 0 auto;
    direction: rtl;
    text-align: right;
}

.login-register-section .login-register-box.report-form .input-place textarea {
    width: 100%;
    position: relative;
    border: 1px solid rgb(220, 220, 230);
    padding: 1rem;
    font-size: 0.9rem;
    box-sizing: border-box;
    border-radius: 3px 3px 0 0;
    display: block;
    resize: none;
    margin-bottom: 1rem;
    height: 20rem;
}

.login-register-section .login-register-box.report-form .input-place textarea::placeholder {
    color: rgb(197, 197, 221);
}

.login-register-section .login-register-box.report-form .input-place textarea:focus {
    outline: none;
}

.login-register-section .login-register-box.report-form .input-place textarea + label {
    display: none;
}

.login-register-section .login-register-box.report-form .select_items {
    top: 6.8rem;
}

/*dashboard member*/
.main-dashboard-user {
    padding: 8rem 10rem;
}

.main-dashboard-user .user-name {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    /*justify-content: center;*/
}

.main-dashboard-user .user-name .img-place {
    position: relative;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: 1px solid #b1b1b1;
    margin-left: 1rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.10);
}

.main-dashboard-user .user-name .img-place img {
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.main-dashboard-user .user-details-box {
    width: 100%;
    text-align: center;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
    padding: 1rem;
    border-radius: 3px;
    margin: 1rem 0;
    transition: 0.3s ease-in-out;
    font-size: 0.9rem;
}

.main-dashboard-user .user-details-box:hover {
    transform: scale(1.03);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.4);
}

.main-dashboard-user .user-details-box .img-place {
    width: 100%;
}

.main-dashboard-user .user-details-box .img-place img {
    width: 3rem;
    margin-bottom: 1rem;
}

.main-dashboard-user .user-details-box span {
    display: block;
}

.main-dashboard-user .box-comment {
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
    transition: 0.3s ease-in-out;
    margin: 2rem auto;
    width: 60%;
}

.main-dashboard-user .box-comment:hover {
    transform: scale(1.01);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.4);
}

.main-dashboard-user .box-comment .top-report {
    position: relative;
    width: 100%;
    padding: 1rem;
    font-size: 0.8rem;
    background-color: #eeeeee;
}

.main-dashboard-user .box-comment .top-report a {
    color: #000000;
}

.main-dashboard-user .box-comment .top-report img {
    width: 1.3rem;
}

.main-dashboard-user .box-comment .shop-name {
    padding: 1rem 0;
    margin: 0 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    font-size: 0.9rem;
}

.main-dashboard-user .box-comment .user-details {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    margin: 0 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.main-dashboard-user .box-comment .user-details .img-place {
    margin-left: 1rem;
}

.main-dashboard-user .box-comment .user-details .img-place img {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
}

.main-dashboard-user .box-comment .user-details .text-place {
    font-size: 0.9rem;
}

.main-dashboard-user .box-comment .user-details .text-place span {
    display: block;
}

.main-dashboard-user .box-comment .user-details .status {
    margin-right: auto;
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
    border-radius: 5px;
    color: #ffffff;
}

.main-dashboard-user .box-comment .user-details .status.green {
    background-color: #21b744;
}

.main-dashboard-user .box-comment .user-details .status.red {
    background-color: #e31829;
}

.main-dashboard-user .box-comment .rate {
    display: flex;
    padding: 1rem 0;
    margin: 0 1rem;
    align-items: center;
}

.main-dashboard-user .box-comment .rate .img-place img {
    width: 12rem;
}

.main-dashboard-user .box-comment .rate .time {
    margin-right: auto;
    font-size: 0.9rem;
}

.main-dashboard-user .box-comment .main-text {
    padding: 1rem 0;
    margin: 0 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.main-dashboard-user .box-comment .main-text .title-comment {
    font-weight: bold;
    font-size: 1.1rem;
}

.main-dashboard-user .box-comment .main-text .text {
    font-size: 0.9rem;
}

.main-dashboard-user .box-comment .button-place {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    padding: 1rem;
}

.main-dashboard-user .box-comment .button-place div:nth-child(1) {
    margin-right: auto;
}

.main-dashboard-user .box-comment .button-place div:nth-child(2) {
    margin-right: 1rem;
}

.main-dashboard-user .box-comment .button-place div {
    cursor: pointer;
}

.main-dashboard-user .box-comment .button-place div img {
    width: 1.5rem;
}

.main-dashboard-user .box-comment .button-place .edit {
    color: #17a2b8;
}

.main-dashboard-user .box-comment .button-place .delete {
    color: #a71d2a;
}


@media screen and (min-width: 992px) {
    header .cover-menu {
        display: none !important;
    }
}

@media only screen and (max-width: 1400px) {
    .top-content .img-hero img {
        width: 80%;
    }

    .CEO, .what-we-do .title-define {
        padding: 0 14rem;
    }

    .product-main {
        padding: 2rem 10rem;
    }

    .main-category {
        padding: 0 8rem;
    }

    .main-category_result .Category_result {
        padding: 1rem 9rem;
    }

    .main-category_result .title-page {
        padding: 1rem 10rem 1rem 10rem;
    }

    .category-selected {
        padding: 7rem 11rem 1rem 8rem;
    }
}


@media only screen and (max-width: 1199.98px) {
    header nav {
        padding: 0 3.9rem;
    }

    header nav .logo {
        right: 5rem;
    }

    .top-content {
        padding: 5rem 5rem 0 5rem;
    }

    .top-content .content-place {
        padding: 0 0.5rem;
    }

    .top-content .bottom-section {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin: 0 -0.75rem;
    }

    .top-content .bottom-section .content {
        width: 30%;
        margin: 0.25rem !important;
    }

    .top-content .img-hero img {
        width: 90%;
    }

    .top-content .title {
        font-size: 1.2rem;
    }

    .top-content .text {
        font-size: 1rem;
    }

    .top-content .input-place {
        margin: 1rem 0;
    }

    .top-content .title-bottom {
        font-size: 0.9rem;
    }

    .stories-slider-box {
        padding: 3rem 6rem;
    }



    footer {
        padding: 3rem 5rem;
    }


    .beliefs .text {
        padding: 0 10rem;
    }

    .CEO {
        padding: 0 10rem;
    }

    .what-we-do {
        padding: 3rem 2rem;
    }

    .product-main {
        padding: 2rem 5rem;
    }

    .product-card.comment-card {
        width: 50%;
    }

    .main-category {
        padding: 0 5rem;
    }

    .main-search {
        padding: 8rem 7rem 1rem 7rem;
    }

    .main-category_result .Category_result {
        padding: 1rem 5rem;
    }

    .contItem {
        width: 600px;
    }

    .category-selected {
        padding: 7rem 5rem 1rem 3rem;
    }

    .menuList {
        font-size: 0.9rem;
    }

    .main-dashboard-user {
        padding: 8rem 5rem;
    }

    .main-dashboard-user .box-comment {
        width: 80%;
    }

    .site-details .location-place {
        height: 15rem;
    }
}

@media (max-width: 991.98px) {
    .menuList .menuItems, .menuList {
        display: block;
    }

    header nav {
        padding: 0;
    }

    .menuList {
        position: fixed;
        background-color: #000032;
        right: -400px;
        top: 0;
        height: 100%;
        padding-top: 4rem;
        z-index: -1;
        transition: 0.3s ease-in-out;
        overflow-y: scroll;
        border-left: 1px solid #ffffff;
    }

    .menuList::-webkit-scrollbar {
        width: 0;
    }

    header nav .logo {
        position: relative;
        right: 0;
        width: 100%;
        padding: 0.5rem 1rem;
        text-align: left;
        z-index: 2;
        background-color: #000032;
        border-bottom: 1px solid #ffffff;
    }

    .menuList .menuItems {
        padding: 0 3rem;
    }

    .menuList .menuItems a {
        padding: 1rem 0;
        text-align: center;
        margin: 0.5rem 0;
    }

    header nav .logo {
        top: 0;
    }

    header nav .logo img {
        width: 3rem;
    }

    .menu-button {
        display: block;
    }

    header nav .search-place {
        /*margin-left: auto;*/
        /*margin-right: 5rem;*/
        position: absolute;
        right: 0;
        top: 0.5rem;
        z-index: 3;
        width: 21rem;
    }

    .search-place #search_result-menu {
        top: 3.1rem;
        width: 21rem;
    }

    .top-content .img-hero img {
        display: none;
    }

    .top-content {
        padding: 10rem 5rem 5rem 5rem;
    }

    .stories-box .box-content {
        left: 50%;
        top: 50%;
        bottom: unset;
        transform: translateX(-50%) translateY(-50%);
        width: 70%;
    }

    .stories-slider-box {
        padding: 3rem 0;
    }

    .stories-box .background-color {
        height: 35rem;
    }

    .be-heard {
        padding: 4rem 10rem;
    }

    .stories-box .box-content .title {
        font-size: 1.1rem;
        padding: 1rem 0 0 0;
    }

    .footer-title {
        margin-top: 2rem;
    }

    .login-register-section .login-register-box {
        width: 55%;
    }

    footer .bottom-section {
        text-align: center;
    }

    .main-section {
        padding: 5rem 2rem;
    }

    .main-section .aboutUs-title {
        margin-top: 2rem;
    }

    .beliefs .text {
        padding: 0 5rem;
    }

    .what-we-do .title-define {
        padding: 0 5rem;
    }

    .what-we-do__diagram-figure {
        width: 40%;
        margin: 1rem auto;
    }

    .who-we-are .top-section, .who-we-are_slider {
        width: 95%;
    }

    .product-card.comment-card {
        width: 70%;
    }

    .product-card.category-side, .product-card.category-lists {
        text-align: center;
    }

    .no-margin-top-lg {
        margin-top: 0 !important;
    }

    .title-category-page {
        padding: 6rem 1rem 2rem 1rem;
        font-size: 1.5rem;
    }

    .main-search {
        padding: 4rem 1rem 1rem 1rem;
    }

    .main-search .title {

    }

    .main-category_result .Category_result {
        padding: 1rem 0;
    }

    .radio__place {
        display: flex;
        flex-wrap: wrap;
    }

    .radio__place .radio-box {
        width: 50%;
    }

    .main-category_result .title-page {
        padding: 1rem;
    }

    .product-main .mobile-show {
        display: block;
    }

    .product-main .desktop-show {
        display: none;
    }

    .category-selected {
        padding: 5rem 0 1rem 0;
    }

    .category-selected .site-link {
        /*border-bottom: 1px solid #e8e8eb;*/
        width: 100%;
    }

    .category-selected .head-filter-detail {
        padding: 0 1rem;
    }

    .category-selected .img-head-product img {
        margin-top: 1rem;
    }

    .category-selected .site-link {
        margin-top: 1rem;
    }

    .multi-size-header__big {
        margin-top: 1rem;
    }

    .menuList .menuItems span {

    }

    .menuList .menuItems .profile-details {
        opacity: 1;
        visibility: visible;
        position: relative;
        top: 0;
        margin-bottom: 2rem;
        display: none;
        transition: unset;
    }

    .login-register-section .text-place {
        text-align: center;
    }

    .login-register-section .text-place h1 {
        margin-top: 3rem;
    }

    .main-dashboard-user {
        padding: 5rem 1rem;
    }

    .main-dashboard-user .box-comment {
        width: 90%;
    }

    .contact-us-place {
        padding: 0;
    }

    #map {
        position: relative;
        width: 100%;
        height: 20rem;
        top: 0;
        right: 0;
        left: 0;
        margin: 2rem 0;
    }
}

@media only screen and (max-width: 767.98px) {

    .top-content {
        padding: 5rem 0;
    }

    .be-heard {
        padding: 4rem 5rem;
    }

    footer {
        text-align: center;
    }

    footer .logo-footer, .footer-sharing {
        justify-content: center;
    }

    .login-register-section .login-register-box {
        width: 75%;
    }

    .go_signUp {
        padding: 2rem 1rem;
    }

    .main-section {
        padding: 5rem 1rem;
    }

    .main-section .aboutUs-title {
        font-size: 1.5rem;
        margin-top: 1rem;
    }

    .beliefs .text {
        padding: 0 0;
        font-size: 1.2rem;
    }

    .CEO {
        padding: 0 5rem;
    }

    .what-we-do {
        padding: 2rem 1rem;
    }

    .what-we-do .title-define {
        padding: 0 1rem;
    }

    .what-we-do__diagram-figure {
        width: 50%;
    }

    .statistics {
        text-align: center;
    }

    .who-we-are_slider .swiper-button-prev, .who-we-are_slider .swiper-button-next {
        width: 3rem;
        height: 3rem;
    }

    .who-we-are_slider .swiper-button-prev:after {
        font-size: 1rem;
        left: 1.4rem;
    }

    .who-we-are_slider .swiper-button-next:after {
        font-size: 1rem;
        right: 1.4rem;
    }

    .product-main {
        padding: 2rem 0;
    }

    .main-category {
        padding: 0;
    }


    .product-card.company-card {
        align-items: center;
    }

    .product-card.company-card .Logo-place {
        text-align: right;
        margin-left: 1rem;
    }

    .product-card.company-card .text-content {
        padding-right: 0;
    }

    .main-dashboard-user .box-comment {
        width: 95%;
    }

    .site-details .location-place {
        height: 10rem;
    }
}

@media only screen and (max-width: 575.98px) {
    .top-content .bottom-section .content {
        width: 47%;
    }

    .top-content .title {
        font-size: 1rem;
    }

    .top-content .text {
        font-size: 0.9rem;
    }

    .be-heard {
        padding: 4rem 1rem;
    }

    .stories-box .box-content {
        width: 60%;
    }

    .stories-box .background-color {
        height: 25rem;
    }

    .stories-slider .swiper-button-prev, .stories-slider .swiper-button-next {
        width: 3rem;
        height: 3rem;
    }

    .stories-slider .swiper-button-prev {
        right: 5px;
    }

    .stories-slider .swiper-button-next {
        left: 5px;
    }

    .stories-slider .swiper-button-prev:after, .stories-slider .swiper-button-next:after {
        font-size: 1rem;
    }

    .stories-box .box-content .star {
        width: 70%;
    }

    footer {
        padding: 3rem 1rem;
    }

    .login-register-section .login-register-box {
        width: 90%;
    }

    .go_signUp .title {
        font-size: 1.1rem;
    }

    .go_signUp .text {
        font-size: 0.9rem;
    }

    footer .bottom-links {
        display: block;
        border-left: none;
        border-bottom: 1px solid #ffffff;
        padding: 0.5rem 0;
    }

    footer .bottom-links:last-child {
        border-bottom: 1px solid #ffffff;
        margin-bottom: 1rem;
    }

    header nav .search-place {
        right: 5rem;
        margin-right: 0;
    }

    header nav .search-place {
        width: 15rem;
    }

    .search-place #search_result-menu {
        width: 15rem;
    }

    .main-section .aboutUs-title, .beliefs .text {
        font-size: 1rem;
    }

    .about-top-text {
        font-size: 0.85rem;
        margin-top: 0.5rem;
    }

    .video-define .img-place {
        margin: 2rem 0;
    }

    .video-define .img-place button img {
        width: 5rem;
    }

    .main-section {
        padding-bottom: 2rem;
    }

    .CEO {
        padding: 0 1rem;
    }

    .CEO .text-place {
        font-size: 0.85rem;
    }

    .what-we-do__diagram-figure {
        width: 80%;
    }

    .who-we-are .top-section .who-we-are-box {
        text-align: center;
    }

    .who-we-are_slider .swiper-button-prev, .who-we-are_slider .swiper-button-next {
        transform: unset;
    }

    .product-card.reviews-filter .filter-rate-box .input-place {
        display: none;
    }

    .product-card.reviews-filter .filter-rate-box .input-label {
        width: 100%;
    }

    .product-card.reviews-filter .filter-rate-box .background-progress {
        width: 70%;
    }

    .product-card.reviews-filter .filter-rate-box .title-filter {
        width: 20%;
    }

    .product-card.reviews-filter .tag-filter input + label {
        font-size: 0.7rem;
    }

    .product-card.reviews-users .user-rate-details, .product-card.reviews-users .bottom-content .reviews-comments .comment-details {
        flex-wrap: wrap;
    }

    .product-card.reviews-users .user-rate-details .time, .product-card.reviews-users .bottom-content .reviews-comments .time {
        position: relative;
        top: unset;
        transform: unset;
        display: block;
        width: 100%;
        margin-top: 0.5rem;
    }

    .product-card.reviews-users .bottom-content .reviews-comments .time {
        padding-right: 0.5rem;
    }

    .product-card.reviews-users .user-reviews-title a {
        font-size: 1rem;
    }

    .product-card.reviews-users .user-reviews-text {
        font-size: 0.8rem;
    }

    .product-card.reviews-users .bottom-content .reviews-comments .name {
        margin-right: 0.5rem;
    }

    .product-card.reviews-users .bottom-content .reviews-comments .reviews-comments-text {
        padding-right: 0.5rem;
        padding-top: 0;
    }


    .product-card.comment-card {
        width: 95%;
    }

    .title-category-page {
        font-size: 1.2rem;
        padding: 5rem 1rem 1rem 1rem;
    }

    .product-card.category-side .title {
        font-size: 1rem;
    }

    .product-card.category-side .category-link a, .product-card.category-lists .category-link a {
        font-size: 0.8rem;
    }

    .main-search .search-box .details {
        align-items: start;
    }

    .main-search .search-box .details .text span {
        display: block;
    }

    .main-search .search-box .details .text .line {
        display: none;
    }

    .main-search .title {
        font-size: 1.2rem;
        margin-bottom: 0;
        margin-top: 2rem;
    }

    .radio__place .radio-box {
        width: 100%;
    }

    .main-category_result .title-page .category-title {
        font-size: 1.3rem;
    }

    .main-category_result .title-page a {
        font-size: 0.8rem;
    }

    .main-category_result .title-page .text {
        font-size: 0.9rem;
    }

    .contItem {
        width: 400px;
    }

    .category-selected .img-head-product.mobile-show {
        display: block;
    }

    .category-selected .img-head-product.desktop-show {
        display: none;
    }

    .category-selected .mobile {
        display: flex;
        align-items: center;
    }

    .category-selected .mobile .img-head-product.mobile-show {
        width: 20%;
        margin-left: 1rem;
    }

    .category-selected .mobile .img-head-product.mobile-show img {
        width: 100%;
    }

    .login-register-section .login-register-box.register-form {
        width: 95%;
    }

    .main-dashboard-user .box-comment .user-details {
        flex-wrap: wrap;
    }

    .main-dashboard-user .box-comment .user-details .status {
        width: 100%;
        text-align: center;
        margin-top: 1rem;
    }

    .main-dashboard-user .box-comment .rate {
        flex-wrap: wrap;
        padding-bottom: 0;
        padding-top: 2rem;
    }

    .main-dashboard-user .box-comment .rate .img-place {
        width: 100%;
        text-align: center;
    }

    .main-dashboard-user .box-comment .rate .time {
        text-align: center;
        width: 100%;
        margin-top: 0.5rem;
    }

    .submit-reviews .img-place {
        width: 100%;
    }

    .submit-reviews .star-place {
        width: 100%;
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 400px) {
    .top-content .bottom-section .content {
        width: 100%;
    }

    .top-content .bottom-section {
        margin: 0 -0.5rem;
    }

    .login-register-section .login-register-box .title-box {
        font-size: 0.9rem;
    }

    .login-register-section .login-register-box span {
        font-size: 0.8rem;
    }

    header nav .search-place {
        width: 10rem;
    }

    .search-place #search_result-menu {
        width: 10rem;
    }

    .top-content .input-place #search_result-m li img {
        margin: 0 auto;
    }

    .product-card.reviews-filter .filter-rate-box .background-progress {
        width: 50%;
    }

    .product-card.reviews-filter .filter-rate-box .title-filter {
        width: 25%;
    }

    .submit-reviews .img-place {
        width: 100%;
        text-align: center;
    }

    .submit-reviews .star-place {
        margin: 1rem auto 0 auto;
    }

    .title-category-page {
        font-size: 1rem;
    }

    .product-card.company-card .text-content .rate-details .img-rate {
        display: block;
    }

    .contItem {
        width: 300px;
    }

    .product-card.reviews-users .share-box {
        right: -4.5rem;
    }

    .category-selected .mobile .img-head-product.mobile-show {
        width: 30%;
        margin-left: 1rem;
    }

    .multi-size-header__big {
        font-size: 1rem;
    }

    .category-selected .head-detail {
        font-size: 0.7rem;
    }

    .category-selected .star-place img {
        width: 7rem;
    }
}


.category-selected .site-link .instagram {
    width: 1rem;
    opacity: 50%;
}

.category-selected .site-link .telegram {
    width: 1rem;
    opacity: 50%;
}


.product-card .contact .phone img {
    width: 1rem;
    margin-left: 0.5rem;
    opacity: 50%;
}


.product-card .contact .email img {
    width: 1rem;
    margin-left: 0.5rem;
    opacity: 50%;
}

.main-dashboard-user .box-comment .user-details .status.blue {
    background-color: #0000FF;
}

.default_btn {
    background-color: rgb(26, 102, 255);
    color: #ffffff;
    border: none;
    width: 100%;
    margin: 0.5rem 0 0 0;
    display: block;
    padding: 1rem;
    border-radius: 3px;
}

.main-dashboard .card-panel.review-card .filter-box .user-details .status.success_alert {
    background-color: #50C127;
}

.main-dashboard .card-panel.review-card .filter-box .user-details .status.danger_alert {
    background-color: #D01212;
}

.main-dashboard .card-panel.review-card .filter-box .user-details .status.primary_alert {
    background-color: #1A66FF;
}

.main-dashboard .card-panel.review-card .filter-box ._answer {
    width: 13%;
    background-color: #1A66FF;
}

.Logo-details {
    background-color: #ffffff;
    padding: 6rem 0 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Logo-details .details {
    margin-right: 1rem;
    margin-top: 0.25rem;
}

.Logo-details .details .Address {
    color: #9A9AAD;
}

.Logo-details > img {
    width: 10%;
    height: 10%;

}

.icon-half-op {
    opacity: 50%;
}

.review_status_badge {
    width: 20px;
    height: 20px;
    opacity: 50%;
}

.username_label {
    margin-top: 12px;
}



.tooltip-status {
    position: relative;
    display: inline-block;
}

.tooltip-status .tooltip-status-text {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 105%;

    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-status .tooltip-status-text::after {
    content: "";
    position: absolute;
    top: 35%;
    left: 100%;
    margin-left: 0;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
    transform: rotate(270deg);
}

.tooltip-status:hover .tooltip-status-text {
    visibility: visible;
    opacity: 1;
}

.review-slider-title > a {
    color: black;
}

.bussines_breadcrumbs_category {
    padding-bottom: 15px;
}

.search-business-icon {
    width: 20px;
    height: 20px;
    opacity: 0.5;
}


.header-search {
    background-color: inherit;
    border: 1px solid #ffffff;
    padding: 0.5rem 1rem;
    color: #ffffff;
    font-size: 0.9rem;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
    left: 0.5rem;
    margin-right: 0.5rem;
    top: 0.5rem;
}

.search-place > input::placeholder {
    color: #ffffff;
}


.product-card.comment-card .fullname-input input {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    border-radius: 2px;
    color: #1B1B21;
    border: 1px solid #C5C5D6;
    background: #FFFFFF;
    padding: 1rem;
}

.business-verify-icon {
    color: #017BFE;
    border-color: #017BFE;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    border-radius: 2rem;
    font-size: 15px;
}

@media (max-width: 400px) {
    .business-verify-icon {
        color: #017BFE;
        border-color: #017BFE;
        border-style: solid;
        border-width: 1px;
        padding: 3px;
        border-radius: 2rem;
        font-size: 8px;
    }
}

.awards-section {
    margin: auto;
    padding-top: 5px;
}

.business-awards-icon {
    color: #017BFE;
    border-color: #017BFE;
    border-style: solid;
    border-width: 1px;
    padding: 3px;
    border-radius: 2rem;
    font-size: 14px;
    margin-left: 5px;
}

.popup_rating {
    display: flex;
    direction: ltr;
    margin-bottom: 15px;
    justify-content: right;
}

.popup_rating input {
    display: none;
}

.popup_rating.s1 label::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 0;
    z-index: 1;
}

.popup_rating.s2 label::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 0;
    z-index: 1;
}

.popup_rating.s3 label::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 0;
    z-index: 1;
}

.popup_rating.s4 label::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 0;
    z-index: 1;
}

.popup_rating.s5 label::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 0;
    z-index: 1;
}

.popup_rating label::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 0;
    z-index: 1;
}

.popup_rating label::before {
    content: '\e900';
    font-family: 'icomoon', serif !important;
    color: #ffffff;
    position: relative;
    display: block;
    font-size: 30px;
    z-index: 2;
}

.popup_rating label:first-of-type {
    /*margin-left: auto;*/
}

.popup_rating label {
    cursor: pointer;
    background-color: #dcdce6;
    margin: 0 0.1rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    width: 3rem;
}

#comment {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 10em;
}

.opacity-0{
    opacity: 0%;
}
.opacity-5{
    opacity: 5%;
}
.opacity-10{
    opacity: 10%;
}
.opacity-15{
    opacity: 15%;
}
.opacity-20{
    opacity: 20%;
}
.opacity-25{
    opacity: 25%;
}
.opacity-30 {
    opacity: 30%;
}
.opacity-40{
    opacity: 40%;
}
.opacity-50 {
    opacity: 50%;
}
.opacity-60 {
    opacity: 60%;
}
.opacity-70 {
    opacity: 70%;
}
.opacity-75 {
    opacity: 75%;
}
.opacity-80 {
    opacity: 80%;
}
.opacity-90 {
    opacity: 90%;
}
.opacity-100 {
    opacity: 100%;
}
.position-unset{
    position: unset;
}

/* what we do in home page */
.call_section {
  background: #eef3f7c4 url(../images/site/call_section_bg.svg) bottom right no-repeat;
}
.call_section h3 {
    font-weight: 300;
    font-size: 36px;
    font-size: 2.25rem;
}
.call_section p {
  font-size: 16px;
  font-size: 1rem;
}
.margin_80_55 {
    padding-top: 80px;
    padding-bottom: 55px;
}


/* Scroll top button */
#toTop {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 9999;
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  border-radius: 50%;
  text-align: center;
  font-size: 21px;
  color: #fff;
  cursor: pointer;
    display: none;
}
@media (max-width: 767px) {
  #toTop {
    display: none !important;
  }
}
#toTop:after {
  content: "\e899";
  font-family: "fontello";
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
}
#toTop:hover {
  background-color: #3578fa;
}

/* home style */
.margin_60_35 {
    padding-top: 60px;
    padding-bottom: 35px;
}
.main_title_3 {
    position: relative;
}
.main_title_3 h2, .main_title_3 h3 {
  font-size: 32px;
  font-size: 2rem;
  margin: -5px 0 0 0;
  display: inline-block;
}
@media (max-width: 767px) {
  .main_title_3 h2, .main_title_3 h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.main_title_3 p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .main_title_3 p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.main_title_3 a {
  display: inline-block;
  left: 0;
  bottom: 0;
  position: absolute;
}
@media (max-width: 767px) {
  .main_title_3 a {
    top: -8px;
  }
}
.main_title_3 a:after {
  font-family: 'fontello';
  content: "\E897";
  font-size: 21px;
  font-size: 1.3125rem;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 5px;
  margin-left: 4px;
}
a.box_cat_home {
  background-color: #fff;
  display: block;
  padding: 35px 15px 35px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.06);
  -moz-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.06);
  box-shadow: 0 2px 4px rgba(3, 27, 78, 0.06);
  color: #999;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
a.box_cat_home h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #3578fa;
  padding: 4px 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}
a.box_cat_home:hover {
  -webkit-box-shadow: 0 10px 20px rgba(3, 27, 78, 0.1);
  -moz-box-shadow: 0 10px 20px rgba(3, 27, 78, 0.1);
  box-shadow: 0 10px 20px rgba(3, 27, 78, 0.1);
}
a.box_cat_home:hover i {
  opacity: 1;
}
a.box_cat_home ul {
  margin: 0 -10px -25px -10px;
  padding: 10px;
  text-align: center;
}
a.box_cat_home ul li {
  display: inline-block;
}
a.box_cat_home ul li:first-child {
  float: left;
}
@media (max-width: 575px) {
  a.box_cat_home ul li:first-child {
    float: none;
    display: block;
  }
}
a.box_cat_home ul li:last-child {
  float: right;
}
@media (max-width: 575px) {
  a.box_cat_home ul li:last-child {
    float: none;
  }
}
a.box_cat_home ul li strong {
  margin-right: 5px;
  font-weight: 600;
  color: #777;
}
.box_cat_home:hover .rotate-x {
  animation-duration: .5s;
  animation-name: rotate-x;
}

@keyframes rotate-x {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
[class*=" icon-"]:before, [class^=icon-]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
}
.icon-comment:before {
    content: '\e859';
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.div-cat{
    background-color: #eef3f7c4 !important;
}

.custom_font_icon i{
    font-size: xxx-large !important;
}