body {
    background-color: #ecf0f1;
    /* font-family: 'Ubuntu', sans-serif*/
    font-family: "Nunito", sans-serif;
}

html {
    scroll-behavior: smooth;
}
/*.sidenav {
    background-color: #fff;
    height: 100%;
    width: 450px;
    right: -450px;
    position: fixed;
    z-index: 999;
    top: 0;
    overflow: scroll;
    padding: 0 2%;
    padding-top: 60px;
    transition: 0.5s;
}
.sidenav.open {
    right: 0px;
}*/
.sidenav h4 {
    letter-spacing: 1px;
    margin-top: 45px;
    margin-bottom: 8px;
}

/*.sidenav input {
    border: solid 1px #d7d7d7;
    border-bottom: 10px;
    width: 100%;
    padding: 18px 10px;
    color: #000;
    transition: 0.3s;
}*/

.sidenav input:last-child {
    border-bottom: 1px solid #d7d7d7;
}
.sidenav .crt_acc,
.sidenav .log_in {
    margin-bottom: 30px;
}
.sidenav .signup,
.sidenav .signin_link {
    color: #28a745;
    cursor: pointer;
}
.sidenav .frgt_pass_link {
    text-align: right;
    font-size: 12px;
    color: #777;
    cursor: pointer;
}
.sidenav .login p {
    margin: 0;
}
.signin_link {
    cursor: pointer;
}
.sidenav .login_sub,
.sidenav .frgtpass_sub,
.sidenav .frgtpass_otp_sub {
    background: #28a745;
    /*margin-top: 15px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;*/

    color: #fff;
    letter-spacing: 1px;
    width: 100%;
    min-height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sidenav .closebtn {
    position: absolute;
    top: 18px;
    right: 65px;
    margin-left: 50px;
    z-index: 1;
    color: #000;
    font-size: 25px;
}
.for_pass,
.frgtpass_otp {
    display: none;
}
.pn {
    padding-left: 0px;
    padding-right: 0;
}
.move button {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 24px;
    border: none;
    outline: none;
    background-color: #218838;
    opacity: 0.9;
    border-radius: 50px;
    color: white;
    cursor: pointer;
    padding: 6px 13px;
}

.header {
    margin-bottom: 70px;
}

.header .navbar {
    padding: 2px 20px;
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    border-bottom: 1px solid #eee;
}

.header nav {
    background-color: #fff;
}

.header nav img {
    width: 175px;
}

.header nav ul li {
    margin: 5px;
}

.header nav ul li .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.header nav ul li a {
    padding: 10px 10px;
    font-weight: 700;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-size: 18px;
    cursor: pointer;
}

.header nav ul li a:hover {
    background-color: #ffffff;
    border-radius: 50px;
    color: #2f3c97 !important;
    padding: 10px 10px !important;
}

.banner .carousel {
    /*padding: 5px 5px*/
}

.banner .carousel-indicators {
    display: none;
}

.banner .carousel-indicators .active {
    width: 9px;
    height: 9px;
    border: none !important;
    margin: 6px;
    background-color: #000000;
}

.banner .carousel-indicators li {
    display: inline-block;
    position: relative;
    bottom: 0px;
    width: 8px;
    height: 8px;
    margin: 5px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    border: 1px solid #ffffff;
    background-color: #000;
    background-image: none !important;
}

.banner .left {
    margin-right: 65%;
    width: 22%;
    color: #000000;
    background-color: #ffffff;
}

.banner .left i {
    font-size: 70px;
}

.banner .left:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.banner .right {
    margin-left: 65%;
    width: 22%;
    color: #000000;
    background-color: #ffffff;
}

.banner .right i {
    font-size: 70px;
}

.banner .right:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.banner .carousel-control-next:focus,
.banner .carousel-control-next:hover,
.banner .carousel-control-prev:focus,
.banner .carousel-control-prev:hover {
    outline: 0;
    opacity: 1;
    color: #ffbc00;
}

@media (max-width: 991px) {
    .banner .left {
        display: none;
    }
    .banner .right {
        display: none;
    }
    .banner .carousel-indicators {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

@media (max-width: 576px) {
    .banner img {
        height: 200px !important;
    }
}

.banner img {
    height: 450px;
    width: 100%;
}

.banner .carousel-control-next,
.banner .carousel-control-prev {
    opacity: 1 !important;
}

.center-img img {
    padding: 10px 5px 0px 5px;
    width: 49.8%;
}

@media (max-width: 1103px) {
    .center-img img {
        width: 100%;
    }
}

.section-1 {
    margin: 10px;
}

.section-1 .bg {
    background-image: url(../img/registernow.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 16px 0 26px;
}

.section-1 .bg a {
    text-decoration: none;
}

.section-1 .bg h4 {
    text-align: center;
    padding: 10px 0 20px;
    font-weight: 700;
}

.section-1 .bg button {
    border-radius: 0;
    padding: 12px 18px;
    display: block;
    margin: 0 auto;
}

@media (max-width: 576px) {
    .section-1 .bg {
        padding: 0 0 10px;
    }
    .section-1 .bg h4 {
        overflow: inherit;
        margin-bottom: 15px;
        font-size: 13px;
        padding: 10px 0;
    }
    .section-1 .bg button {
        padding: 10px 18px;
    }
}

.section-2 {
    background: white;
    margin: 10px;
    padding: 10px;
}

@media (max-width: 576px) {
    .section-2 .card-body {
        padding: 1.25rem 0 !important;
    }
    .section-2 .card-body h4 {
        font-size: 14px !important;
    }
    .section-2 .owl-next span,
    .section-2 button.owl-prev span {
        font-size: 40px !important;
    }
    .section-2 .owl-next {
        top: -77px !important;
    }
    .section-2 .owl-prev {
        top: -77px !important;
        right: 45px !important;
    }
}

.section-2 .owl-next {
    position: absolute;
    top: -70px;
    font-size: 60px !important;
    color: #000000 !important;
    right: 4px;
}

.section-2 .owl-prev {
    position: absolute;
    top: -70px;
    font-size: 60px !important;
    color: #000000 !important;
    right: 35px;
}

.section-2 button:focus {
    outline: 0 !important;
}

.section-2 h2 {
    margin: 0;
    background-color: #fff;
    padding: 5px 10px 10px 10px;
    font-size: 26px;
    color: black;
    border-radius: 3px;
}

.section-2 img {
    width: auto !important;
}

.section-2 .card {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.section-2 .card a {
    text-decoration: none;
    text-align: center;
    color: #000000;
}

.section-2 .card a h4 {
    font-size: 16px;
    margin: 18px 0 0;
    font-weight: 700;
}

.section-2 .card a img {
    display: block;
    margin: 0 auto;
}

.section-3 {
    padding: 10px 5px 10px;
}

.section-3 h2 {
    margin: 0;
    background-color: #fff;
    padding: 5px 10px;
    font-size: 26px;
    color: black;
    margin: 0 0 10px;
}

@media (max-width: 576px) {
    .section-3 img {
        height: 125px;
    }
}

.section-4 {
    padding: 10px 5px 0px;
}

.section-4 h2 {
    margin: 0;
    background-color: #2f3c97;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 26px;
    color: white;
    margin: 0 0 10px;
}

@media (max-width: 576px) {
    .section-4 img {
        height: 125px;
    }
}

.home section {
    background: white;
    margin: 10px;
    padding: 10px;
}

@media (max-width: 576px) {
    .home section .owl-next span,
    .home section button.owl-prev span {
        font-size: 40px !important;
    }
    .home section .owl-next {
        top: -98px !important;
    }
    .home section .owl-prev {
        top: -98px !important;
        right: 45px !important;
    }
}

.home section .owl-next {
    position: absolute;
    top: -80px;
    font-size: 45px !important;
    color: #000000 !important;
    right: 4px;
}

.home section .owl-prev {
    position: absolute;
    top: -80px;
    font-size: 45px !important;
    color: #000000 !important;
    right: 35px;
}

.home section button:focus {
    outline: 0 !important;
}

.home section h2 {
    background-color: #fff;
    padding: 5px 10px 5px 10px;
    font-size: 26px;
    color: black;
    margin: 0 -10px 0px -10px;
}
.home section .sub_head {
    margin: 0 -10px 20px -10px;
    border-bottom: 1px solid #ccc;
    padding: 0 10px 10px 10px;
    color: #777;
}
.home .viewAll_cat,
.viewAll_cat {
    float: right;
    border: 0;
    background: #218838;
    color: #fff !important;
    text-align: center;
    width: 130px;
    padding: 8px;
    margin-top: 14px;
}
.home section h4 {
    color: black;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 700;
    height: 20px;
    overflow: hidden;
    color: black;
}
.home .srt_desc {
    margin-bottom: 5px;
    font-size: 12px;
}

@media (max-width: 576px) {
    .home section button {
        font-size: 12px;
    }
    .home section h4 {
        font-size: 14px;
    }
    .home section .card-body {
        padding: 10px 10px;
    }
    .home section .card-body > span {
        font-size: 14px;
    }
}

.home section a {
    text-decoration: none;
    font-size: 14px;
}

.home section .checked {
    color: #ecec02;
}

.home section .card button {
    color: #fff;
    background: #218838;
    font-size: 12px;
    width: 100%;
    border: 1px solid;
    border-radius: 25px;
}

.sec-1 {
    padding: 5px;
    padding: 100px 0 180px;
}

@media (max-width: 576px) {
    .sec-1 {
        padding: 70px 0 !important;
    }
    .sec-1 h2 {
        font-size: 26px;
    }
}

.sec-1 .checked {
    color: yellow;
    margin: 8px 0 10px;
}

.sec-1 h2 {
    color: #ffffff;
    font-weight: 700;
}

.sec-1 h4 {
    color: #ffffff;
    margin: 8px 0 10px;
}

.sec-1 a {
    text-decoration: none;
    font-size: 18px;
}

.sec-2 {
}

.sec-2 .show {
    z-index: 999;
    display: none;
}

.sec-2 .show .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.66);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

.sec-2 .show .img-show {
    width: 600px;
    height: 400px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 999;
}

@media (max-width: 576px) {
    .sec-2 .show .img-show {
        width: 100%;
        height: 300px;
    }
}

.sec-2 .img-show span {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 0 7px;
}

.sec-2 .img-show img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sec-2 .bg {
    background-color: #ffffff;
}

.sec-2 .media {
    padding: 16px 3px;
}

.sec-2 .maps {
    height: 300px;
    width: 100%;
}

.sec-2 a {
    text-decoration: none;
    color: #000000;
    font-size: 16px;
}

.home .sec-2 img {
    width: 30%;
    margin: 4px 2px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 2px 1px #6a7177;
    box-shadow: 0px 0px 2px 1px #6a7177;
    cursor: pointer;
}

.home .sec-2 h4 {
    font-size: 18px;
}

#banner img {
    width: 100%;
    height: 312px;
}

@media (max-width: 991px) {
    #banner img {
        height: auto;
    }
}

.main {
    background-color: #dae0e5;
    padding: 50px 100px;
}

.main .card {
    border: none;
}

.main .card .card-body h2 {
    font-family: "Lato", sans-serif;
    font-size: 38px;
    color: #272727;
    line-height: 40px;
    padding: 0px 0 10px;
    margin: 0;
    text-align: center;
}

.main .card .card-body p {
    font-size: 17px;
    font-family: "Lato", sans-serif;
    color: #666666;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 15px;
}

.main .card .card-body img {
    display: block;
    margin: 0 auto;
}

.main .card .card-body .margin {
    margin-top: 20px;
}

.main .card .card-body .card {
    background-color: #dae0e5;
    min-height: 272px;
}

.main .card .card-body .card .card-body h4 {
    font-family: "Lato", sans-serif;
    font-size: 25px;
    color: #272727;
    text-align: center;
}

.main .card .card-body .card .card-body .management,
.main .card .card-body .card .card-body .mission,
.main .card .card-body .card .card-body .vission {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto 5px;
}

.main .card .card-body .card .card-body p {
    font-size: 15px;
    font-family: "Lato", sans-serif;
    color: #666666;
    text-align: justify;
    line-height: 22px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .main .card .card-body .card {
        margin-top: 10px;
        min-height: auto;
    }
}

@media (max-width: 991px) {
    .main .card .card-body .margin {
        margin-top: 10px;
    }
    .main .card .card-body p {
        font-size: 16px;
        line-height: 24px;
    }
    .main .card .card-body img {
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .main {
        padding: 20px;
    }
}

#banner_join {
    background-image: url(../img/join_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 100px 0px 250px;
}

#banner_join h1 {
    font-size: 35px;
    line-height: 45px;
    color: #fff;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    margin-bottom: 5px;
}

#banner_join h2 {
    color: #ee7430;
    font-size: 30px;
    line-height: 45px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
}

@media (max-width: 991px) {
    #banner_join h1 {
        font-size: 20px;
        margin: 0;
    }
    #banner_join h2 {
        font-size: 20px;
    }
}
button.close {
    color: red;
    z-index: 9999999;
    position: absolute;
    right: 22px;
    top: 15px;
}
button.close:focus {
    outline: none;
}
.register_pop .modal-body {
    padding: 0;
}
.register {
    background: #f4f4f473 !important;
}

.register .input-group-text {
    font-size: 16px !important;
}

.register .card.maein {
    border: none;
    display: block;
    /*-webkit-box-shadow: 0 6px 8px 0 rgba(225, 225, 225, 0.75);
    -moz-box-shadow: 0 6px 8px 0 rgba(225, 225, 225, 0.75);
    box-shadow: 0 6px 8px 0 rgba(225, 225, 225, 0.75);*/
    border-radius: 4px;
}

.register .card.maein .card-body {
    padding: 0;
}

.register .card.maein .card-body .half {
    width: 50%;
    float: left;
}

.register .card.maein .card-body .half .bg-light {
    background: #f4f4f4 !important;
}

.register .card.maein .card-body .half .card {
    border: none;
}

.register .card.maein .card-body .half .card .card-body {
    text-align: center;
    padding: 60px 90px;
}

.register .card.maein .card-body .half .card .card-body .or_txt {
    display: block;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    margin: 27px 0;
    position: relative;
}

.register .card.maein .card-body .half .card .card-body .or_txt:before {
    content: "OR";
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    margin: 0 auto;
    width: 35px;
    line-height: 30px;
    background: #fff;
    font-style: normal;
    font-size: 12px;
    color: #cacaca;
    text-align: center;
}

.register .card.maein .card-body .half .card .card-body a {
    display: block;
    margin: 0 auto;
}

.register .card.maein .card-body .half .card .card-body a img {
    width: 100%;
}

.register .card.maein .card-body .half .card .card-body p.terms {
    margin-top: 16px;
    color: #666;
    font-size: 17px;
    margin-bottom: 0;
}

.register .card.maein .card-body .half .card .card-body p.terms a {
    display: inline-block;
}

.register .card.maein .card-body .half .card .card-body .input-group {
    margin-bottom: 30px;
}

.register .card.maein .card-body .half .card .card-body .form-control {
    border: 1px solid #cacaca;
    height: 42px;
    border-radius: 3px;
    font-size: 14px;
    padding: 0 5px 0 5px;
}

.register .card.maein .card-body .half .card .card-body .card {
    background-color: transparent;
    margin: 10px 0;
    text-align: center;
}

.register .card.maein .card-body .half .card .card-body .card .card-body {
    padding: 0;
}

.register .card.maein .card-body .half .card .card-body .card .card-body img {
    margin-bottom: 10px;
}

.register .card.maein .card-body .half .card .card-body .card .card-body h4 {
    font-size: 18px;
    font-family: "Lato", sans-serif;
    line-height: 24px;
    color: #f07431;
    font-weight: 700;
    margin: 15px 0;
}

.register .card.maein .card-body .half .card .card-body .card .card-body p {
    color: #666;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.about h2 {
    font-size: 24px;
}
.about .sec1 {
    background: #1e88ca;
    padding: 100px 5%;
    color: #fff;
}
.about .overview {
    padding: 100px 5%;
}
.about .overview h2 {
    text-align: center;
    margin: 0;
}
.about .sec1 p {
    margin-bottom: 0;
}
.about .sec2 {
    background: url("../img/about1.png");
    padding: 100px 5%;
    color: #fff;
}
.about .sec2 p,
.about .sec3 p {
    margin-bottom: 0;
}
.about .sec3 {
    background: #fff;
    padding: 100px 5%;
}
.about .sec4 {
    background: #fff;
    padding: 100px 5%;
}
.about .sec4 {
    background: url("../img/about2.jpg");
    color: #fff;
}
.about .sec4 p {
    margin-bottom: 0;
}
.about .sec5 {
    background: #fff;
}
.about .sec5 h2 {
    padding: 50px 0;
    text-align: center;
    margin: 0;
}
.about .sec5 img {
    width: 100%;
}
.about .sec6 {
    background-color: #fff;
    padding: 100px 5%;
}
.about .sec6 .top {
    text-align: center;
}
.about .sec6 .top .desc {
    margin-bottom: 50px;
}
.about .sec6 > .row > div {
    text-align: center;
}
.about .sec6 img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.about .sec6 p {
    font-size: 12px;
}
.about .sec6 i {
    margin: 0 10px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .register .card.maein .card-body .half .card .card-body {
        padding: 40px 50px;
    }
}

@media (max-width: 991px) {
    .register .card.maein .card-body .half .card .card-body {
        padding: 30px 40px;
        text-align: center;
    }
    .register .card.maein .card-body .half .card .card-body a {
        display: block;
        margin: 0 auto;
    }
    .register .card.maein .card-body .half .card .card-body a img {
        width: auto;
    }
}

@media (max-width: 991px) {
    .register .card.maein .card-body .half {
        width: 100%;
        float: none;
    }
}

@media (max-width: 991px) {
    .register .card.maein {
        width: 90%;
        margin: 20px auto 0 auto;
    }
    .register .card.maein .card-body .half:first-child {
        display: none;
    }
}

@media (max-width: 991px) {
    .register {
        padding: 30px 0px;
    }
}

.footer {
    background: #fff;
    padding: 40px 0 0;
    border-top: 5px solid #218838;
}

@media (max-width: 576px) {
    .footer {
        display: block;
        margin: 0 auto;
    }
}

.footer h4 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 16px;
    color: #000;
    letter-spacing: 1px;
}

.footer ul li a {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 6px 0;
    color: #999;
    line-height: 18px;
    padding-left: 20px;
}

.footer ul li a:before {
    font-family: fontawesome;
    content: "\f054";
    position: absolute;
    left: 0;
    margin-left: 16px;
}

.footer ul li a:hover {
    color: #068ebc;
    font-weight: 700;
    padding-left: 30px;
}

.footer nav.flex-column a {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 6px 0;
    color: #999;
    line-height: 18px;
    font-size: 12px;
    padding-left: 30px;
}

.footer nav.flex-column a:hover {
    color: #068ebc;
    font-size: 16px;
    font-weight: 700;
}

.footer nav.flex-column a.uk {
    background: url(../img/flag-uk.png) no-repeat 0 7px;
}

.footer nav.flex-column a.other {
    background: url(../img/flag.png) no-repeat 0 7px;
}

.footer img {
    margin-bottom: 10px;
}

.footer .ext {
    padding-top: 20px;
}

.footer .copyright {
    text-align: center;
    background: #292929;
    margin-top: 30px;
    padding: 20px 0;
}

.footer .copyright p {
    font-size: 14px;
    color: #999;
    margin: 0;
}

@media (max-width: 991px) {
    .footer h4 {
        padding: 10px 0 5px;
        margin: 0;
    }
}
.shops {
    background: #fff;
}
.shops .section-1 {
    margin: 0;
}
.shops .block {
    display: flex;
    align-items: center;
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-top: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
    padding: 15px;
}
/*.shops .block img{*/
/*  width: 30%;*/
/*    float: left;*/
/*}*/
.shops .block .card-body {
    display: table-cell;
    padding: 0;
    padding-left: 25px;
    text-align: left;
    max-width: 400px;
}
.shops .block .card-body .stars {
    margin-top: 20px;
}
.shops .block .card-body p {
    margin-bottom: 0px;
    line-height: 16px;
    font-size: 12px;
}
.shops .block .card-body a {
    color: #000;
    text-decoration: none;
}
.shops .block .card-body .fa-star {
    margin: 9px 0;
}
.shops .block .card-body .checked {
    color: #ecec02;
}
.shops .block button {
    background-color: #218838;
    color: #ffffff;
    font-weight: 600;
    height: 50px;
    padding: 9px 25px;
    border-radius: 25px;
    margin-left: 70px;
}
.main_cont {
    max-width: 1024px;
    display: flow-root;
    margin: 50px auto;
}
.shop_detail .gallery-carousel .owl-nav {
    width: 106%;
    margin-left: -3%;
    position: absolute;
    top: 17px;
}
.shop_detail .gallery-carousel .owl-nav button {
    font-size: 24px;
    color: #a3a3a3;
}
.shop_detail .gallery-carousel .owl-nav button.owl-next {
    float: right;
}
.shop_detail .top {
    min-height: 300px;
    margin: 100px 0 30px 0;
    position: relative;
}
.shop_detail .top .content {
    padding: 34px 30px;
    color: #fff;
}
.shop_detail .popup img {
    width: 30%;
    margin: 4px 2px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 2px 1px #6a7177;
    box-shadow: 0px 0px 2px 1px #6a7177;
    cursor: pointer;
}

.shop_detail .top .image-container {
    position: relative;
}
.shop_detail .top .image-container .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}
.fa-star.checked,
.fa-star-half-o.checked {
    color: #ecec02;
}
.shop_detail .stars {
    margin-bottom: 20px;
}
.shop_detail .phone {
    letter-spacing: 1px;
}
.shop_detail .content i {
    width: 20px;
}
.shop_detail .top .t_img {
    width: 100%;
    height: 265px;
}
.shop_detail .share img {
    width: 25px;
    margin-right: 15px;
}
#share-buttons img {
    width: 35px;
    padding: 5px;
    border: 0;
    box-shadow: 0;
    display: inline;
}
.shop_detail .sec-2 {
    margin-bottom: 30px;
}
.shop_detail .sec-2 p {
    color: #777;
    margin-bottom: 5px;
    font-size: 13px;
}
.shop_detail .left ul {
    padding-left: 0;
    list-style-type: none;
    color: #777;
    font-size: 13px;
    line-height: 24px;
}
.shop_detail .left ul li div {
    float: left;
    width: 92px;
}
.shop_detail .left .popup {
    margin-bottom: 20px;
}
.shop_detail h4 {
    font-weight: 600;
    font-size: 14px;
    color: #424242;
    margin: 0;
    padding-bottom: 5px;
}
.shop_detail .line {
    border-bottom: 1px solid #ddd;
    margin: 15px 0;
}

.shop_detail .related_prod {
    margin-top: 15px;
}
.shop_detail .related_prod .srt_desc {
    margin-top: 0;
    margin-bottom: 0;
    height: 20px;
    overflow: hidden;
}
.shop_detail .related_prod .card-body {
    padding: 10px;
}
.shop_detail .related_prod .card-body button {
    border-radius: 25px;
    background-color: #218838;
    margin-top: 5px;
    color: #ffffff;
    font-size: 10px;
}
.shop_detail .services i {
    color: #3ed63e;
}
.shop_detail .related_prod .fa-star {
    font-size: 10px;
}
.related_prod_sli {
    display: inline-block !important;
}
.shop_detail .related_prod_sli h4 {
    font-size: 12px;
    margin-bottom: 0;
    height: 20px;
    overflow: hidden;
    line-height: 18px;
}
.related_prod .viewAll_cat {
    float: right;
    border: 0;
    background: #218838;
    color: #fff !important;
    width: 93px;
    text-align: center;
    padding: 8px;
    margin-bottom: 14px;
    height: 36px;
}
.contact .sec1 {
    text-align: center;
    background: url(../img/about1.png);
    padding: 100px 5%;
    color: #fff;
}
.contact .sec1 h2 {
    font-weight: bold;
    text-transform: uppercase;
}
.contact .sec1 h2 span {
    color: #2f3c97;
}
.contact .line {
    border-top: 1px solid;
    width: 200px;
    margin: 20px auto;
}
.contact .sec2 {
    background: #1e88ca;
    padding: 100px 5%;
    color: #fff;
    text-align: center;
}
.contact .sec2 span,
.contact .sec2 i {
    color: #2f3c97;
}
.contact .sec2 h2 {
    margin-bottom: 50px;
    text-transform: uppercase;
}
.contact .sec2 p {
    margin-top: 20px;
}
.contact .sec2 .follow {
    margin-top: 80px;
}
.contact .sec2 .social i {
    border: 1px solid #fff;
    border-radius: 25px;
    height: 30px;
    width: 30px;
    padding-top: 6px;
    margin: 0 10px;
    color: #fff;
}
.contact .sec3 {
    background: #fff;
    padding: 100px 5%;
    text-align: center;
}
.contact .sec3 h2 {
    margin-bottom: 50px;
    text-transform: uppercase;
}
.contact .mapmobile {
    display: none;
}
.contact .sec4 {
    background: #1e88ca;
    padding: 100px 5%;
    text-align: center;
}
.contact .sec4 h2 {
    margin-bottom: 50px;
    color: #fff;
    text-transform: uppercase;
}
.contact .sec4 h2 span {
    color: #2f3c97;
}
.contact .sec4 .form {
    width: 500px;
    margin: 0 auto;
}
.contact .sec4 .form input,
.contact .sec4 .form textarea {
    width: 100%;
    margin-bottom: 40px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ddd;
}
.contact .sec4 .form textarea {
    margin-bottom: 0px;
}
.contact .sec4 .form input::placeholder,
.contact .sec4 .form textarea::placeholder {
    color: #ddd;
}
.contact input.empty {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.contact .form button {
    background: #2f3c97;
    border: 0;
    height: 50px;
    width: 200px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 50px;
}
.mobile {
    display: none;
}
.mobile_menu {
    position: fixed;
    background: #fff;
    left: -100%;
    top: 0;
    width: 90%;
    height: 100%;
    z-index: 999;
    transition: 0.3s;
    padding: 20px;
}
.mobile_menu_btn {
    width: 12%;
    border: 0;
    padding: 5px;
    background: transparent;
}
.footer p {
    color: #999;
}
.footer .social_icons ul li a,
.footer .contact ul li a {
    padding-left: 0;
}
.footer .social_icons ul li a:before,
.footer .contact ul li a:before {
    display: none;
}
.footer .social_icons ul li {
    float: left;
    margin-right: 20px;
    height: 30px;
    width: 30px;
    border: 1px solid #ccc;
    border-radius: 25px;
    text-align: center;
    padding-top: 3px;
}
.header.mobile_view .logo,
.header.mobile .logo {
    width: 80%;
    text-align: center;
}
.header.mobile_view .navbar,
.header.mobile .navbar {
    justify-content: flex-start;
}

.mobile_menu .line {
    border-bottom: 1px solid #777;
    margin-bottom: 20px;
}
.mobile_menu p {
    margin-bottom: 10px;
}
.mobile_menu p a {
    color: inherit;
}
.mobile_menu .closebtn {
    float: right;
}
.mobile_menu.open {
    left: 0;
}

@media (max-width: 440px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .sidenav {
        width: 100%;
    }
    .sidenav .closebtn {
        right: 38px;
    }
    .owl-nav {
        display: none;
    }
    .about .sec6 .icons {
        margin-bottom: 40px;
    }
    .about .sec6 {
        padding: 100px 5% 60px 5%;
    }
    .shops .main_cont {
        padding: 0 15px;
    }
    .shops .block {
        display: block;
        border: 0;
        border-bottom: 1px solid #ccc;
        padding-top: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
    /*.shops .block img {*/
    /*    width: 30%;*/
    /*    height: 91px;*/
    /*    margin-bottom: 10px;*/
    /*}  */
    .shops .block .card-title {
        margin-bottom: 5px;
        font-size: 14px;
        font-weight: 800;
    }
    .shops .block .card-body {
        padding-left: 10px;
    }
    .shops .block .card-body p {
        font-size: 12px;
        height: 18px;
        overflow: hidden;
    }
    /*.shops .block .card-body .address, .shops .block .card-body .contact{
        display: none;
    }*/
    .shops .block .card-body .stars {
        margin-top: -4px;
    }
    .shops .block .card-body .fa-star {
        font-size: 10px;
        margin: 4px 0;
    }
    .shops .block button {
        width: 75%;
        display: block;
        clear: both;
        margin: 10px auto 0 auto;
        height: 40px;
    }
    .shop_detail .top {
        min-height: auto;
    }
    .shop_detail .stars {
        margin-bottom: 10px;
    }
    .shop_detail .top .content p {
        font-size: 13px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }
    .shop_detail .top .content h2 {
        font-size: 18px;
    }
    .shop_detail .top .t_img {
        height: auto;
    }
    .shop_detail .top .image-container .after {
        position: inherit;
        background: #fff;
    }
    .shop_detail .top .content {
        padding: 27px 12px;
        color: #000;
    }
    .contact .mapmobile {
        display: block;
    }
    .contact .map {
        display: none;
    }
    .contact .sec4 .form {
        width: 100%;
    }
    .home section h2 {
        font-size: 16px;
        font-weight: 600;
    }
    .home section .sub_head {
        font-size: 12px;
    }
    .home .viewAll_cat {
        width: 95px;
        margin-top: 6px;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    /*.shops .block img{*/
    /*  width: 40%*/
    /*}*/
    .shops .block .card-body .stars {
        margin-top: 0;
    }
    .shops .block {
        display: block;
    }
    .shops .block button {
        clear: both;
        width: 75%;
        margin-top: 20px;
        margin-left: 0;
    }
}
@media (max-width: 992px) {
    .header.mobile {
        display: block !important;
    }
}

a:hover,
a:active,
a:focus {
    outline: none;
    border: 0;
}

button:hover,
button:active,
button:focus {
    outline: none;
    border: 0;
}

input[type="button"] {
    width: 120px;
    height: 60px;
    margin-left: 35px;
    display: block;
    background-color: gray;
    color: white;
    border: none;
    outline: none;
}

.btn:hover,
.btn:active,
.btn:active {
    border: none !important;
    outline: none !important;
}
.btn {
    outline: none !important;
}

.nav-new {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    display: flex;
    overflow-x: auto;
    z-index: 999;
}

.nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-width: 50px;
    overflow: hidden;
    white-space: nowrap;
    font-family: sans-serif;
    font-size: 13px;
    color: #444444;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
}
a:hover {
    text-decoration: none;
    color: #009578;
}

.nav__link:hover {
    background-color: #eeeeee;
}

.nav__icon {
    font-size: 18px;
}

.rating-manual {
    position: absolute;
    width: auto;
    font-size: 1.4rem;
    height: auto;
    padding: 0.4rem 0.5rem 0.2rem;
    background: #78ba68;
    font-size: 0.7rem;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    background: #78ba68;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    z-index: 1;
    padding: 0.3rem 0.4rem;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 992px) {
    .rating-manual {
        top: 12.2rem;
    }
}
@media screen and (min-width: 992px) {
    .rating-manual {
        top: 10.5rem;
    }
}

.rating-manual svg {
    width: 12px;
    height: 12px;
    margin-right: 0.5rem;
    margin-left: -0.1rem;
}

.km-manual {
    float: right;
    margin-top: -52px;
    background-color: #808080a6;
    padding: 3px;
    color: #fff;
    font-size: 9px;
    display: none;
}

.km-manual-inside {
    float: right;
    margin-top: -52px;
    background-color: #808080a6;
    padding: 3px;
    color: #fff;
    font-size: 9px;
    display: none;
    position: absolute;
    bottom: 12px;
    right: 0px;
}

.xyz {
    width: 32%;
    float: left;
    position: relative;
}

.xyz img {
    width: 100%;
}
img#item_clone {
    width: 100% !important;
}
#faisan_img {
    width: 100% !important;
}
.item-list {
    margin-left: 10px !important;
}
img#faisan_img {
    width: 100% !important;
}

.recently_added_item {
    display: flex;
    overflow: auto;
}
