ul {
    margin: 0 !important;
    padding: 0;
}


.topLevel {
    padding: 0;
    margin: 0;
    display: flex;
    position: relative;
}

.hover-line_nav {
    transition: all 0.4s;
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: brown;

}

/* .haschild .subLevel {
    display: none;
} */

.topLevel>li>a {
    white-space: nowrap;
    display: block;
    padding: 5px 8px;
    font-size: 13px;
}

@media(min-width:576px) and (max-width:620px) {
    .topLevel>li>a {
        padding: 5px 5px;
        font-size: 9px;
    }

}

@media (min-width:621px) and (max-width:992px) {
    .topLevel>li>a {
        padding: 5px 5px;
        font-size: 10px;
    }
}

.topLevel>li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.NavMenu {
    display: flex;
    align-items: center;

}

.login-style {
    display: flex;
    align-items: center;
    justify-content: end;
}

@media(max-width:992px) {
    .login-style {

        justify-content: space-evenly;
    }
}

.custom-search>a {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 10px;
}

.NavMenu .dnnMenu {
    height: 100%;
}

.NavMenu .dnnMenu>ul {
    height: 100%;
}

.nav-logo-header {
    text-align: end;
    padding: 5px 0;
    margin: 0 !important;
}

.nav-logo-header>a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
}

.nav-logo-header>img {
    max-width: 100%;
    height: auto;
}

.custom-search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 50px;
    padding: 5px;
    border-radius: 10px;

    margin: 0 5px;
    transition: all 0.4s;
    position: relative;
}

.custom-search.active {
    box-shadow: 0 6px 20px -10px #afb3c2;
    width: 50%;
}

.search_bg {
    position: relative;
}

.search_bg>a {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 5px;
}

.custom-search .NormalTextBox {

    padding: 5px 35px 5px 5px;

}

.search_bg {
    width: 100%;
    height: 100%;
}

.custom-style-boxsearch {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

/* hrtg******************** */
.custom-style-boxsearch .searchInputContainer {
    background: #eff4ff;
    width: 0;
    height: 100%;
    border-radius: 5px;
}

.custom-style-boxsearch .searchInputContainer.active {
    width: 100%;
}

.custom-style-boxsearch .searchInputContainer input {
    background-color: transparent;
    width: 100%;
    border: none;
    outline: none;
    height: 100%;
    border-radius: 5px;

}

.custom-login {
    margin: 0 10px;
    display: flex;
}

.login-box,
.sing-in {
    display: flex;
    align-items: center;
}

.login-box i,
.sing-in i {
    margin: 0 3px;
}

.tel-box-header-link {
    position: relative;
    display: block;
    background-color: #950101;
    padding: 10px;
    color: white !important;
    cursor: pointer;
}

.tel-box-header-link:hover {
    color: white !important;
}

.tel-box-header-link span {
    display: inline-block;
}

.tel-box-header-link:hover span {
    animation: skew-y-shakeing 0.5s linear infinite alternate;

}

@keyframes skew-y-shakeing {
    0% {
        transform: skewY(-15deg);
    }

    5% {
        transform: skewY(15deg);
    }

    10% {
        transform: skewY(-15deg);
    }

    15% {
        transform: skewY(15deg);
    }

    20% {
        transform: skewY(0deg);
    }

    100% {
        transform: skewY(0deg);
    }
}

.tel-box-header-link::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #950101 transparent transparent;
}

.sing-in i {
    color: #950101;
    font-size: 20px;
}

.custom-style-nav .topLevel ul li {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f7eeee;
}

.custom-style-nav .topLevel ul li {
    padding: 0 7px;
}

.custom-style-nav .topLevel ul {
    position: absolute;
    top: 90%;
    width: 200px;
    background-color: #ffffff;
    border-radius: 3px;
    z-index: 105;
    right: -50px;
}

.custom-style-nav .topLevel ul li a {
    display: block;
    padding: 8px 5px;
}

.custom-style-nav .topLevel ul li:hover {
    background-color: #D21312;
    padding-right: 5px;
}

.custom-style-nav .topLevel ul li:hover>a {
    color: white;
}

/* .custom-style-nav .topLevel ul li:hover>a {
    color: #616161;

} */

.custom-style-nav .topLevel ul li ul {
    right: 100%;
    top: 0;
}

.custom-style-nav .topLevel ul {
    box-shadow: rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    transition: all 0.2s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
}

.custom-style-nav .topLevel li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.topLevel ul i {
    color: #950101 !important;
    transform: rotate(137deg) !important;

}

.holder-box-search {
    width: 100%;
    height: 100%;
}

/* search in menu*************** */


.custom-style-boxsearch a.search.active {
    opacity: 1;
}

.shortline {
    display: block;
    width: 1px;
    height: 15px;
    background-color: #c0c0c0;

}

.custom-style-nav>.row {
    justify-content: space-between;
}

.menu-mobile-custom {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-hum-custom {
    padding: 10px;
    box-shadow: 0 6px 20px -10px #afb3c2;
}

.custom-btn-close {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 15px 10px;
}

.menu-mobile-unlist>li {
    position: relative;
    background-color: #efefef;
    border-radius: 1px;
    padding: 0 3px;
    margin: 1px 0;
}

.menu-mobile-unlist>li>ul>li {
    background-color: #d1d1d1;
    border-radius: 1px;
    padding: 0 3px;
    margin: 1px 0;
}

.menu-mobile-unlist>li>ul>li>ul>li {
    background-color: #eaeaea;
    border-radius: 1px;
    padding: 0 3px;
    margin: 1px 0;
}

.menu-mobile-unlist>li>ul>li>ul>li>ul>li {
    background-color: white;
    border-radius: 1px;
    padding: 0 3px;
    margin: 1px 0;
}

.menu-mobile-unlist li:hover {
    position: relative;
}

.menu-mobile-unlist li ul {}

.menu-mobile-unlist li a {
    display: inline-block;
    padding: 8px 5px;
}

.menu-mobile-unlist li ul li ul {
    transition: all 1s;
    opacity: 0;
}

.menu-mobile-unlist li ul {
    transition: all 1s;
    opacity: 0;
    display: none;
}

.menu-mobile-unlist li ul li ul.show {
    display: block;
    opacity: 1;

}

.menu-mobile-unlist li ul.show {
    display: block;
    opacity: 1;
}

.menu-mobile-unlist li i {
    /* width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 2px;
    color: white;*/
    transition: all 0.5s;
    transform: translateY(15px) translateX(5px) rotate(45deg);
    float: left;
}

.menu-mobile-unlist li i.rotate {
    transform: translateY(15px) translateX(5px) rotate(224deg);
    float: left;
}

.bg-makan-svg {
    background-color: #950101;

}

.makan-svg-fig {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}

.makan-svg-fig figcaption {
    text-align: center;
    margin-top: 10px;
    color: white;
}

.home-top-icon-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-tilte-before {
    display: inline-block;
    font-size: 20px;
    font-weight: 800;
    position: relative;
    margin-block: 25px;
}

.sub-tilte-before::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #950101;
    bottom: -8px;
    right: 0;
}

.custom-why-makan-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    margin: 30px 0;
}

.why-makan-pic {
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}

.why-makan-pic-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 100%;
    background-color: brown;
    z-index: -1;
}

.welcome-text h1 {
    text-align: center;
    color: #950101;
    font-size: 25px;
    margin-bottom: 20px;

}

.welcome-text p,.welcome-text h2 {
    text-align: center;
    color: #950101;
    font-size: 20px;

}

.why-makan>p {
    margin: 0;
}

.why-makan-boc-des {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cantact-makan-footer {
    font-weight: 800;
    color: #950101;
}

.title-footer-address {
    font-weight: 700;
    color: black;
}

.footer-email-makan a,
.footer-tel-makan a {
    text-decoration: none;
    color: black;

}

.custom-shadow-navbar {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;

}

.bg-custom-servise-makan {
    /* margin-top: 30px;
    margin-bottom: 30px; */
    padding: 60px;
    background-color: #303030
}

.holderbox-makan {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.desc-servise-page-makan,
.title-servise-page-makan {
    text-align: center;
    color: white;
    line-height: 30px;
}

.box-top-news-makan__sang {
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 100px;
    background-color: #303030
}

.summary-detail-page-news span {
    color: white;
    line-height: 40px;
    display: inline-block;
    text-align: justify;
    font-size: 16px;
}

.title-detail-news {
    color: white;
}

.holder-pic-detail-news {
    margin: 0 !important;
    display: flex;
    justify-content: center;
    transform: translateY(50px);
}

.holder-desc-detail-news span,
.holder-desc-detail-news p {
    line-height: 35px;
    display: inline-block;
    text-align: justify;
    font-size: 15px;
}

.box-next-prev {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}





.button-30 {
    align-items: center;
    appearance: none;
    background-color: #FCFCFD;
    border-radius: 4px;
    border-width: 0;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
    box-sizing: border-box;
    color: #36395A;
    cursor: pointer;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding: 10px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s, transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    font-size: 18px;
}

.button-30:focus {
    box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.button-30:hover {
    box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
    transform: translateY(-2px);
}

.button-30:active {
    box-shadow: #D6D6E7 0 3px 7px inset;
    transform: translateY(2px);
}

.holder-desc-parag>p {
    text-align: justify;
    line-height: 35px;
}

.holder-pic-about-us {
    display: flex;
    height: 100%;
    align-items: center;
}

.parent-contact-us {
    display: flex;
    align-items: center;
    padding: 30px 0;
}

.svg-box-contact-us {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    background-color: #efd7d77c;
    padding: 20px;
    border-radius: 50%;

}

.tell-contact-us-makan {
    display: flex;
}

.tell-contact-us-makan>h6 {
    margin-left: 10px;
}

.tell-contact-us-makan>a {
    text-decoration: none;
    color: black;
}

.custom-contact-row {
    align-items: center;
    margin: 30px 0;
}

.bg-contact-us {
    background-color: #F5F5F5;

}

.progress-bar {
    transition: all 0.1s;
    z-index: 200;
    width: 0;
    height: 5px;
    position: fixed;

    top: 0;
    left: 0;
    background: linear-gradient(to left,
            hsl(340deg 100% 16%) 0%,
            hsl(340deg 100% 32%) 8%,
            hsl(340deg 100% 32%) 92%,
            hsl(340deg 100% 16%) 100%);

}
.why-makan{
    padding: 0 20px;
    height: 200px;
    overflow-y: auto;
    direction: ltr;
}
.why-makan p{
 line-height: 35px;
}

.holder-btn-why-makan {
    padding: 30px 0;
}

.holder-btn-why-makan>a {
    display: inline-block;
}

.skin-footer {
    background-color: #F5F5F5;
    padding: 30px 0;
}

.customstyle-contact-us {
    padding: 30px 0;
}

.custom-flex-for-map-footer {
    display: flex;
    justify-content: end;
    margin: 0;
}

.iransiteSign {
    display: flex;
    justify-content: end;
}

.custom-feedback-makan span[id$="Feedback_plName_lblLabel"],
.custom-feedback-makan span[id$="Feedback_plTelephone_lblLabel"],
.custom-feedback-makan span[id$="Feedback_plTelephone_lblLabel"],
.custom-feedback-makan span[id$="plSubject2_lblLabel"],
.custom-feedback-makan span[id$="Feedback_plMessage_lblLabel"],
.custom-feedback-makan h3[id$="Feedback_hFeedback"],
.custom-feedback-makan h3[id$="Feedback_hContactInfo"] {
    display: none;
}

.custom-feedback-makan ul.dnnActions {
    display: flex;
    justify-content: end;
}

.custom-feedback-makan .dnnPrimaryAction {
    background: transparent !important;
    border: none;
    background-color: #950101 !important;
    color: white !important;
}

.dnnForm fieldset {
    margin: 0 !important;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.arrow {
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
}



.hodelr_video {
    position: relative;
}

.hodelr_video::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    z-index: 10;
    background-color: rgb(0, 0, 0);
    opacity: 0.3;
}

.hodelr_video video {
    width: 100%;
}

.foot-contain {
    padding: 0 5px;
}

.holder_link_footer .linkitem a {
    color: black;

}

.holder_link_footer .linkitem {
    margin-bottom: 1rem !important;
}
.iransiteSigncopy{
    display: flex;
    justify-content: flex-start;
}

@media (max-width:575.98px) {
.iransiteSign,.iransiteSigncopy {
    margin: 10px;
    display: flex;
    justify-content: center;
}

    .title-footer-address{
        text-align: center;
    }

    .custom-flex-for-map-footer {
        
        justify-content: center;
 

    }
    .footer-email-makan,.footer-tel-makan{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }
    .foot-contain {
        text-align: center;
    }

    .cantact-makan-footer {
        text-align: center;
        margin: 10px 0;
    }

    .holder_link_footer #ulHeader {
        text-align: center;
        margin-bottom: 10px;
    }
}