﻿@media (min-width: 768px) {
    /*   .container {
        width: 1300px;
    }*/
}

.padding-right-0 {
    padding-right: 0px;
}

.padding-left-0 {
    padding-left: 0px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-right-7 {
    padding-right: 7px;
}

.padding-left-7 {
    padding-left: 7px;
}

.padding-right-2 {
    padding-right: 2px;
}

.padding-left-2 {
    padding-left: 2px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-top-5 {
    padding-top: 5px;
}

.margin-right-15 {
    margin-right: 15px;
}

.validateUser {
    border: 1px solid #ff7676 !important;
}

input,
select,
.jq-icon-info,
.jq-toast-heading,
.jq-toast-single {
    font-family: IRANSans !important;
}

header {
    border-color: transparent !important;
    border-top: none;
    border-bottom: none;
}

    header .header-top {
        min-height: 50px;
        background: #6a2262;
        padding-top: 14px;
    }

        header .header-top span {
            color: #fff;
            font-size: 12px;
            font-weight: 300;
        }

        header .header-top .request-box a {
            color: #fff;
            font-size: 12px;
            border: 1px solid;
            border-radius: 12px;
            padding: 4px 25px 4px 25px;
            margin-right: 13px;
            font-weight: 300;
        }

            header .header-top .request-box a:hover {
                text-decoration: none;
            }

        header .header-top .request-box form {
            display: inline-block;
            float: none !important;
        }

    header .sticky-wrapper {
        height: 66px;
        /*        box-shadow: 0 -1px 1px 0 rgb(0 0 0 / 5%), 0 1px 5px 0 rgb(0 0 0 / 15%);*/
    }

    header .bg-background {
        background: rgba(106,34,98,0.7) !important;
    }

    header .header-top.sticky {
        display: none;
        transition-duration: 2s;
    }

    header.navbar-fix.sticky {
        border-width: 0 0 0px;
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030;
        background: transparent;
    }

    header .sticky-wrapper .img-logo img {
        height: 50px;
        position: relative;
        top: 7px;
        z-index: 999;
    }

    header .navbar {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    header .navbar-nav > li > a {
        width: 98.5px;
        border-left: none;
        padding: 23px 0;
        color: #fff !important;
    }

    header .sticky-wrapper .telNo img {
        width: auto;
        position: relative;
        top: 10px;
        height: 40px;
    }

.header-top img {
    width: 100%;
    position: relative;
    border: 1px solid #fff;
    border-radius: 15px;
    top: -6px;
}

header .sticky-wrapper .dropdown-menu {
    padding: 0px;
}

    header .sticky-wrapper .dropdown-menu.main .menu-right {
        position: absolute;
        right: 100%;
        top: 0px;
    }

    header .sticky-wrapper .dropdown-menu.main li {
        height: 35px;
        padding-top: 5px;
        border-bottom: 1px solid #ccc;
    }

        header .sticky-wrapper .dropdown-menu.main li .glyphicon-chevron-left {
            float: left;
            position: relative;
            left: -10px;
            font-size: 10px;
            top: 4px;
        }

header .sticky-wrapper .navbar {
    margin-bottom: 0px;
    background: transparent;
}

header.header-mobile .header-top .request-box a {
    padding: 4px 5px 4px 5px;
}

footer {
    background-image: none;
    padding: 0;
    border: none;
}

    footer .footer-about {
        background: #8b4183;
        padding: 20px 0px 0px 0px;
    }

        footer .footer-about ul li {
            border-bottom: none;
            padding: 8px 0;
        }

        footer .footer-about h4 {
            font-size: 15px;
            font-weight: 400;
        }

            footer .footer-about h4 span {
                border-bottom: 3px solid #ea8023;
                border-bottom-right-radius: 3px;
                border-bottom-left-radius: 3px;
                padding-bottom: 5px;
            }

        footer .footer-about .footer-about-box h4 {
            padding-top: 20px;
        }

        footer .footer-about ul li a {
            font-size: 12px;
            font-weight: 300;
        }

    footer .footer-info {
        padding: 20px 0px 20px 0px;
        background: #fbfbfb;
    }

        footer .footer-info span,
        footer .footer-info i,
        footer .footer-info a {
            font-size: 14px;
            color: #000 !important;
            line-height: 33px;
            font-weight: 200;
        }

        footer .footer-info .img-logo img {
            position: relative;
            left: -320px;
        }

        footer .footer-info .namad {
            text-align: left;
        }

            footer .footer-info .namad img {
                border: 1px solid #ccc;
                border-radius: 7px;
                height: 85px;
                box-shadow: 0 -1px 1px 0 rgb(0 0 0 / 5%), 0 1px 3px 0 rgb(0 0 0 / 15%);
            }

    footer .social {
        text-align: left;
        padding-left: 15px;
        position: relative;
        top: 15px;
    }

        footer .social img {
            height: 36px;
        }

    footer .instagram-box {
        background: #6a2262;
        border-radius: 30px 30px 0px 0px;
        padding: 20px 35px 20px 5px;
    }

        footer .instagram-box img {
            width: 90%;
            height: 160px;
            border-radius: 3px;
            margin-top: 20px;
        }

        footer .instagram-box .btn-instagram {
            position: absolute;
            top: 15px;
            left: 35px;
            border: 1px solid #fff;
            width: 22%;
            background: #590850;
            font-size: 15px;
        }

    footer .panel {
        border: none;
        background: transparent;
    }

        footer .panel .panel-heading {
            padding: 0px 8px;
            background: transparent;
        }

            footer .panel .panel-heading a {
                text-decoration: none;
            }

            footer .panel .panel-heading .panel-title .text-left i {
                float: left;
            }

.footer-mobile .instagram-box .btn-instagram {
    width: 30%;
    top: 10px;
}

.footer-mobile .footer-about h4 {
    font-size: 12px;
}

.footer-mobile .instagram-box img {
    height: 140px;
}

.render-body {
}



.slider-main {
    height: 500px;
    background-size: cover;
    width: 100%;
}

    .slider-main .slider-txt {
        color: #fff;
        min-height: 170px;
        border-right: 5px solid rgb(255 214 88);
        border-radius: 3px;
        padding: 60px 15px;
        position: relative;
        top: 80px;
    }

        .slider-main .slider-txt h1 {
            font-size: 20px;
        }

        .slider-main .slider-txt h4 {
            font-size: 20px;
        }

        .slider-main .slider-txt div {
            font-size: 13px;
            font-weight: 100;
            line-height: 30px;
        }

    .slider-main .slider-request {
        background: #fff;
        padding: 0px 20px 15px 20px;
        border-radius: 20px;
        position: relative;
        top: 55px;
        line-height: 50px;
    }

        .slider-main .slider-request .slider-request-lbl {
            color: #6a2262;
            padding-bottom: 10px;
            font-size: 17px;
            text-align: center;
        }

        .slider-main .slider-request input {
            margin-bottom: 10px;
            border-radius: 0px;
            font-size: 10px;
            height: 35px;
        }

        .slider-main .slider-request button {
            width: 100%;
            border-radius: 0px;
            background: #6a2262;
            border: 1px solid #6a2262;
        }


.slider-country {
}

    .slider-country .slider-banner {
        min-height: 280px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .slider-country .group-country {
    }

        .slider-country .group-country ul.nav li.dropdown {
            width: 80%;
            background: rgb(228 225 225);
            text-align: center;
            border-radius: 15px;
            padding: 5px 0px 5px 0px;
            margin: 8px 0px 0px 0px;
            color: rgb(112 112 112);
            cursor: pointer;
        }

        .slider-country .group-country ul.nav li a.dropdown-toggle {
            padding: 0px;
            background: transparent;
            color: rgb(112 112 112);
        }

            .slider-country .group-country ul.nav li a.dropdown-toggle span.text-left {
                text-align: left;
                position: absolute;
                left: 10%;
                font-size: 17px;
            }

        .slider-country .group-country ul.nav li ul.dropdown-menu {
            position: absolute;
            right: 107%;
            top: -13px;
            border: none;
            box-shadow: none;
            background: transparent;
        }

            .slider-country .group-country ul.nav li ul.dropdown-menu li {
                background: rgb(228 225 225);
                text-align: center;
                border-radius: 15px;
                padding: 5px 0px 5px 0px;
                margin: 8px 0px 0px 0px;
                color: rgb(112 112 112);
                cursor: pointer;
            }

                .slider-country .group-country ul.nav li ul.dropdown-menu li a:hover {
                    background-color: transparent;
                }

    .slider-country .dropdown:hover .dropdown-menu {
        /*display: block;
    margin-top: 0;*/ /* remove the gap so it doesn't close */
        /*transition:1s;*/
    }

    .slider-country .slider-country-row,
    .slider-country .dropdown-menu-row li {
        background: rgb(228 225 225);
        text-align: center;
        border-radius: 15px;
        padding: 5px 0px 5px 0px;
        margin: 7.5px 0px 0px 0px;
        color: rgb(112 112 112);
        cursor: pointer;
    }

        .slider-country .slider-country-row a,
        .slider-country .dropdown-menu-row li a {
            font-size: 15px;
            color: rgb(112 112 112);
            text-decoration: none;
            cursor: pointer;
        }

        .slider-country .slider-country-row .text-left {
            left: 10%;
            position: absolute;
            font-size: 19px;
            color: rgb(112 112 112);
        }

    .slider-country .dropdown-menu-row {
        list-style: none;
        padding-right: 0;
    }

.khadamat-ala {
    /*padding: 0px 0px 20px 0px;*/
}

    .khadamat-ala h2 {
        font-size: 20px;
        padding-right: 18px;
        color: #6a2262;
        padding-bottom: 10px;
    }

    .khadamat-ala .khadamat-row {
        background: rgb(228 225 225);
        width: 100%;
        min-height: 220px;
        border-radius: 10px;
    }

        .khadamat-ala .khadamat-row img {
            width: 100%;
            height: 160px;
        }

    .khadamat-ala .khadamat-name {
        background: #fff;
        margin: 17px 10px 0px 10px;
        text-align: center;
        border-radius: 10px;
        padding: 5px 0px;
    }

    .khadamat-ala .khadamat-row a {
        text-decoration: none;
    }

    .khadamat-ala .dsc-khadamat-3 {
        font-size: 14px;
        font-weight: 300;
        text-align: justify;
        padding: 80px 0px 0px 0px;
        color: #fff;
        height: 445px;
        width: 100%;
        background-size: cover;
        line-height: 32px;
        margin-top: 25px;
    }

    .khadamat-ala .lastsecond-thumb {
        width: 90%;
    }

    .khadamat-ala .mask {
        background: #e3e3e3;
        min-height: 80px;
        text-align: center;
        border-radius: 0px 0px 8px 8px;
        padding-top: 10px;
        min-height: 105px;
    }

        .khadamat-ala .mask a {
            color: #000;
            text-decoration: auto;
            font-weight: 300;
            font-size: 14px;
        }

    .khadamat-ala .caption .caption-box {
        background: #fff;
        padding: 8px 9px 5px 9px;
        margin: 6px;
        border-radius: 20px;
        min-height: 75px;
    }


.message-ala {
    background: #ebe8e8;
    min-height: 210px;
}

    .message-ala .message-box {
        background: #fff;
        position: relative;
        top: 30px;
        padding: 15px 10px;
        border-radius: 10px;
    }

    .message-ala img {
        width: 73%;
        height: auto;
        position: relative;
        top: 15px;
    }

    .message-ala h3 {
        font-size: 20px;
        color: #6a2262;
        font-weight: 500;
    }

    .message-ala .message-name {
        font-size: 14px;
        color: #6a2262;
        font-weight: 100;
    }

    .message-ala input {
        margin-bottom: 10px;
        border-radius: 0px;
        font-size: 10px;
    }

    .message-ala button {
        width: 100%;
        border-radius: 10px;
        background: #6a2262;
        border: 1px solid #6a2262;
    }

    .message-ala .Title4-box {
        background: #fff;
        border-radius: 10px;
        padding: 1px 10px 10px 10px;
        margin-top: 15px;
    }

        .message-ala .Title4-box h3 {
            margin-top: 10px;
            font-size: 16px;
        }

        .message-ala .Title4-box div {
            font-size: 14px;
            text-align: justify;
            font-weight: 300;
        }

.slider-khadamat {
}

    .slider-khadamat .slider-banner {
        height: 245px;
        width: 100%;
        background-size: cover;
    }

        .slider-khadamat .slider-banner h4 {
            color: #fff;
            padding-top: 35px;
            padding-bottom: 10px;
            font-size: 17px;
        }

        .slider-khadamat .slider-banner .slider-khadamat-name {
            color: #fff;
            font-size: 12px;
            font-weight: 100;
            line-height: 32px;
            text-align: justify;
        }

/*tour*/
.tour-detail img {
    width: 100%;
    border-radius: 50px;
}

.tour-detail table {
    width: 100% !important
}

    .tour-detail table tr:first-child {
        background-color: #6a2262;
        color: #fff;
    }

.TourIndex {
    background: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
}

.khadamat-box {
    background-color: rgb(251 251 251);
    line-height: 35px;
    border-radius: 40px;
    box-shadow: 0 -1px 1px 0 rgb(0 0 0 / 5%), 0 1px 5px 0 rgb(0 0 0 / 15%);
    border-top: 3px solid red !important;
    border-bottom: 3px solid red !important;
    padding: 5px 5px 5px 5px;
}

    .khadamat-box.sticky {
        position: fixed;
        top: 10%;
        z-index: 100;
        transform: translateZ(0);
        transition: all 1s;
        width: 20%;
        max-width: 270px;
    }

    .khadamat-box .khadamat-box-row-title {
        font-size: 16px;
        font-weight: 500;
    }

    .khadamat-box .khadamat-box-row {
        border-bottom: 2px solid #fff;
        font-size: 12px;
        font-weight: 300;
        cursor: pointer !important;
    }

        .khadamat-box .khadamat-box-row:hover,
        .khadamat-box .khadamat-box-row.active {
            /*     background-color: rgba(251, 51, 94, .05);*/
            background-color: rgba(106, 34, 98, 0.7) !important;
            color: #fff;
        }

        .khadamat-box .khadamat-box-row:last-child {
            border-bottom: none;
        }

.TourIndex .visa-package label {
    font-size: 15px;
    font-weight: 400;
}

.TourIndex .visa-package div {
    padding: 5px 0px;
    font-size: 13px;
    font-weight: 300;
}

.TourIndex .visa-package a {
    background-color: #fc4174 !important;
    border-color: #fc4174 !important;
    padding: 7px 15px 6px 20px;
    margin-top: 5px;
    font-size: 14px;
}

.TourIndex .tour-dsc,
.travel-detail .text-justify {
    line-height: 30px;
    text-align: justify;
}

    .TourIndex .tour-dsc img {
        border-radius: 40px;
        box-shadow: 0 -1px 1px 0 rgb(0 0 0 / 5%), 0 1px 5px 0 rgb(0 0 0 / 15%);
    }

    .TourIndex .tour-dsc h2 {
        font-size: 18px;
        font-weight: 400;
        text-align: right !important;
        color: #800080;
    }

    .TourIndex .tour-dsc h3 {
        font-size: 16px;
        font-weight: 400;
        text-align: right !important;
    }

.TourIndex .img-request {
    height: 270px;
    width: 100%;
    background-size: cover;
    border-radius: 40px;
}

    .TourIndex .img-request label {
        color: #ffff;
        font-size: 17px;
        padding: 20px 20px 30px 0px;
    }

    .TourIndex .img-request input {
        border-radius: 20px;
        height: 45px;
        font-family: 'IRANSans' !important;
        margin-bottom: 14px;
    }

    .TourIndex .img-request button {
        border-radius: 20px;
        height: 45px;
        width: 100%;
        background-color: #6a2262;
        border: none;
    }

.TourIndex .question-box {
    background-color: rgb(245 245 245);
    margin-top: 20px;
}

    .TourIndex .question-box h2 {
        font-size: 14px;
        font-weight: 400;
    }

    .TourIndex .question-box .panel.panel-default {
        border-radius: 20px;
        margin-bottom: 15px;
        border: none;
    }

    .TourIndex .question-box .panel-default > .panel-heading {
        color: #333;
        background-color: #fff;
        border-color: #fff;
    }

    .TourIndex .question-box .panel-title {
        font-size: 15px;
        font-weight: 300;
    }

    .TourIndex .question-box a {
        text-decoration: none;
    }

    .TourIndex .question-box .panel-body {
        border-top: 1px solid #ccc !important;
        line-height: 26px;
        font-size: 13px;
        font-weight: 300;
        text-align: justify;
        padding: 10px 15px 10px 15px;
    }

    .TourIndex .question-box .panel-title i {
        float: left;
    }

.img-visa img {
    width: 100%;
    height: 350px;
}

.TourIndex .tour-detail {
    padding-top: 20px;
}

#Travels-Det .tour-detail {
    padding-top: 40px;
}

#Travels-Det h5 {
    text-align: center;
    color: #6a2262;
    margin-top: 0;
    padding-bottom: 15px;
    font-size: 20px;
}

.TourIndex .videoUrl iframe {
    border-radius: 15px;
}

@media (max-width: 767px) {
    .slider-main .slider-txt {
        top: 0px;
    }

    .slider-main .slider-request {
        top: 0px;
    }

    .slider-khadamat .slider-banner {
        background-size: contain;
    }

    .khadamat-ala .khadamat-row {
        margin-bottom: 10px;
    }

    .message-ala img {
        width: 49%;
    }

    .khadamat-ala .khadamat-row {
        width: 90%;
    }
}

/**/
.travel-detail .travel-item {
    /*    background-color: rgb(245 245 245);*/
    line-height: 40px;
    /*    box-shadow: 0 -1px 1px 0 rgb(0 0 0 / 5%), 0 1px 5px 0 rgb(0 0 0 / 15%);*/
    /*   padding-top: 20px;*/
}

    .travel-detail .travel-item .travel-item-row img {
        width: 50px;
        padding: 5px;
    }

        .travel-detail .travel-item .travel-item-row img.img-4 {
            left: 15%;
            position: absolute;
            top: 0px;
        }

    .travel-detail .travel-item .travel-item-row a {
        text-decoration: none;
        cursor: pointer;
        color: #fff;
    }

        .travel-detail .travel-item .travel-item-row a:hover div {
            background: rgba(106,34,98,0.7) !important;
        }

    .travel-detail .travel-item .travel-item-row div {
        cursor: pointer;
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        border-radius: 5px;
        margin-bottom: 20px;
        padding-top: 2px;
        text-align: center;
        background: #951c87;
    }

/*mobile*/
.travel-detail.detail-mobile .travel-item .travel-item-row img.img-4 {
    left: 6%;
}

.travel-detail.detail-mobile h5 {
    padding-top: 15px;
}

/*mobile*/
/*header*/
.header-mobile .navbar-default .navbar-toggle {
    position: relative;
    top: 10px;
}

.header-mobile .navbar-nav li a.dropdown-toggle {
    width: 100%;
    height: 45px;
    padding: 9px 0px 0px 0px;
    text-align: center;
    color: #000 !important;
}

.header-mobile .navbar-collapse {
    max-height: inherit;
}

.header-mobile .sticky-wrapper .dropdown-menu li {
    background: #f5f2f2;
    height: 45px !important;
    width: 100%;
}

.header-mobile .navbar-default {
    width: 280px;
    padding: 0;
    position: absolute;
    left: -10px;
}

.header-mobile .sticky-wrapper .dropdown-menu {
    width: 100%;
}

.header-mobile .navbar-default .navbar-collapse {
    border-color: transparent;
    background: #e7e7e7;
    border-radius: 5px;
}

/*main*/
.mobile .slider-main {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 25px;
}

.mobile .slider-country .group-country ul.nav li.dropdown {
    width: 90%;
}

.mobile .slider-khadamat .slider-banner h4 {
    padding-bottom: 0px;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    padding-top: 0px;
}

.mobile .slider-khadamat .slider-banner .slider-khadamat-name {
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    line-height: 27px;
    text-align: justify;
}

.mobile .khadamat-ala .col-md-3 {
    padding-right: 5px;
    padding-left: 5px;
}

.mobile .khadamat-ala .khadamat-row {
    width: 100%;
    min-height: 160px;
}

    .mobile .khadamat-ala .khadamat-row img {
        height: 100px;
    }

.mobile .khadamat-ala .dsc-khadamat-3 {
    font-size: 12px;
    padding: 6px 0px 0px 0px;
    height: auto;
    width: 100%;
    line-height: 25px;
    margin-top: auto;
    min-height: 695px;
}

.mobile .slider-country .group-country ul.nav li ul.dropdown-menu a {
    font-size: 12px;
}

.mobile .slider-khadamat .slider-banner {
    background-size: cover;
    min-height: 590px;
}

.mobile .slider-country .group-country ul.nav li ul.dropdown-menu {
    right: 102%;
}

.mobile .slider-country .slider-banner {
    min-height: 170px;
}

.mobile .message-ala {
    min-height: 325px;
}

    .mobile .message-ala img {
        width: 110%;
        padding-top: 30px;
    }

    .mobile .message-ala .message-box {
        top: 15px;
    }

/*detail*/
.TourIndex.detail-mobile .tour-dsc img,
.travel-detail.detail-mobile img {
    width: 100%;
    border-radius: 15px !important;
    height: auto;
}

.TourIndex.detail-mobile .img-request {
    height: auto;
    background-size: contain;
    border-radius: 15px;
}

    .TourIndex.detail-mobile .img-request label {
        color: #000;
        font-size: 15px;
        padding: 13px 10px 10px 0px;
    }

    .TourIndex.detail-mobile .img-request input {
        border-radius: 10px;
        height: 40px;
        font-family: 'IRANSans' !important;
        margin-bottom: 10px;
    }

    .TourIndex.detail-mobile .img-request button {
        margin-bottom: 15px;
    }

.TourIndex.detail-mobile .img-visa img {
    height: auto;
}

.travel-detail.detail-mobile .travel-item .travel-item-row {
    width: 100%;
}

.detail-mobile fieldset legend {
    font-size: 16px;
    font-weight: 400;
}

/*request*/
.request.request-mobile .container {
    margin: 0px 15px;
    padding: 15px 10px 15px 10px;
}

.request.request-mobile h1 {
    margin-top: 0px;
}


/*loading*/
.loading-ala-desc {
    background-color: transparent;
    opacity: 1;
}

    .loading-ala-desc img {
        position: absolute;
        right: 0;
        width: 100%;
        border-radius: 5px;
    }

    .loading-ala-desc .modal-dialog {
        width: 65%;
    }

    .loading-ala-desc .modal-body {
        padding-top: 0px;
    }

    .loading-ala-desc.mobile .modal-dialog {
        width: 70%;
        right: 13%;
        top: 2%;
    }

/*contact us*/
.contact-us {
}

    .contact-us .banner-contact img {
        width: 100%;
    }

    .contact-us .contact-dsc {
        padding: 15px 0px 5px 0px;
    }

        .contact-us .contact-dsc h1 {
            font-size: 14px;
            margin-top: 0;
        }

        .contact-us .contact-dsc .dsc {
            text-align: justify;
            line-height: 26px;
            font-weight: 300;
        }

        .contact-us .contact-dsc iframe {
            border-radius: 8px;
        }

        .contact-us .contact-dsc .videoUrl {
            top: -15px;
            position: relative;
        }

    .contact-us .contact-team {
        background-color: #f4f2f2;
    }

        .contact-us .contact-team h3 {
            font-size: 14px;
        }

    .contact-us .owl-wrapper .lastsecond-thumb {
        margin: 0px 10px 0px 10px;
        background: #fff;
        border-radius: 10px;
        margin-bottom: 18px;
    }

    .contact-us .owl-wrapper img {
        border-radius: 10px;
        height: 350px;
        width: 100%;
    }

    .contact-us .owl-wrapper .caption {
        text-align: center;
        font-size: 17px;
        line-height: 26px;
        padding: 5px 0px 5px 0px;
    }

    .contact-us .contact-khadamat {
        padding: 20px 0px 20px 0px;
    }

        .contact-us .contact-khadamat img.img-khadamat {
            width: 100%;
            border-radius: 15px;
        }

        .contact-us .contact-khadamat h3 {
            font-size: 16px;
            margin-top: 5px;
        }

        .contact-us .contact-khadamat ul li {
            line-height: 30px;
            font-weight: 300;
        }

            .contact-us .contact-khadamat ul li::marker {
                font-size: 18px;
                color: #6a2262;
            }

    .contact-us .contact-redirect {
        height: 480px;
        background-size: cover;
        border-top: 20px solid #fff;
    }

        .contact-us .contact-redirect h4 {
            font-size: 35px;
            padding-top: 160px;
            line-height: 60px;
            color: #6a2262;
            font-weight: 600;
        }

        .contact-us .contact-redirect a {
            position: relative;
            top: 50px;
            background: #6a2262;
            border-color: #6a2262;
            padding: 10px 15px;
            font-size: 25px;
        }

    .contact-us.mobile .owl-wrapper img {
        height: auto;
    }

    .contact-us.mobile .contact-khadamat h3 {
        margin-top: 15px;
    }

    .contact-us.mobile .contact-redirect {
        background: #f2f2f9;
        height: 360px;
    }

        .contact-us.mobile .contact-redirect h4 {
            padding-top: 50px;
        }

/*blog*/
.blog {
    background: #f7f7f7;
}

    .blog .blog-slider img {
        width: 100%;
        border-radius: 5px;
    }

    .blog .blog-slider .panel1 img {
        height: 300px;
    }

    .blog .blog-slider .panel2 img {
    }

    .blog .blog-slider .blog-slider-name {
        text-align: center;
        position: absolute;
        bottom: 10px;
        width: 90%;
        background: #fff;
        margin-right: 15px;
        border-radius: 3px;
        height: 35px;
        padding-top: 7px;
        font-size: 18px;
        font-weight: 500;
        cursor: pointer;
    }

    .blog h2 label {
        font-size: 20px;
        font-weight: 500;
        position: relative;
        top: -7px;
    }

    .blog h2 i {
    }

    .blog .blog-container {
        padding-bottom: 10px;
    }

        .blog .blog-container img {
            width: 100%;
            border-radius: 5px 5px 0px 0px;
        }

        .blog .blog-container .blog-name {
            background: #fff;
            height: 100px;
            text-align: center;
            font-size: 16px;
            font-weight: 400;
            border-top: 1px solid #ccc;
            padding: 10px 1px 1px 1px;
            margin-bottom: 15px;
            border-radius: 0px 0px 5px 5px;
        }

    .blog .blog-filter .filter-box {
        background: #fff;
        border-radius: 5px;
        padding: 0px 10px 0px 0px;
    }

        .blog .blog-filter .filter-box h3 {
            font-size: 18px;
            font-weight: 400;
            margin-top: 15px;
            padding: 10px 10px 0px 0px;
        }

/*check box*/
.form-container-checkbox {
    margin: 5px 20px 5px 5px;
}

    .form-container-checkbox *,
    .form-container-checkbox *:before,
    .form-container-checkbox *:after {
        box-sizing: border-box;
    }

    .form-container-checkbox .promoted-input-checkbox {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .form-container-checkbox .promoted-checkbox label {
        color: #646464;
        cursor: pointer;
        position: relative;
    }

    .form-container-checkbox .promoted-checkbox input:checked + label > svg {
        height: 16px;
        -webkit-animation: draw-checkbox ease-in-out 0.2s forwards;
        animation: draw-checkbox ease-in-out 0.2s forwards;
    }

    .form-container-checkbox .promoted-checkbox svg {
        stroke: #6a2262;
        stroke-width: 4px;
        height: 0;
        width: 14px;
        position: absolute;
        top: 3px;
        stroke-dasharray: 33;
        right: 13px;
    }

    .form-container-checkbox .promoted-checkbox label:active::after {
        background-color: #e6e6e6;
    }

    .form-container-checkbox .promoted-checkbox label:after {
        content: "";
        height: 21px;
        width: 21px;
        margin-right: 1rem;
        float: right;
        border: 1px solid #646464;
        border-radius: 3px;
        transition: 0.15s all ease-out;
    }

    .form-container-checkbox .checkbox-label {
        padding-right: 10px;
        font-weight: 300;
        font-size: 15px;
    }


/*whatsapp-icon*/
#whatsapp-icon-bottom,
#news-icon-bottom,
#whatsapp-icon-bottom-2 {
    position: fixed;
    left: -200px;
    bottom: 10px;
    z-index: 999;
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;
}

    #news-icon-bottom.news-icon-left {
        left: 8px;
        bottom: 120px;
    }

    #news-icon-bottom.news-icon-bottom-padding.news-icon-left {
        bottom: 57px;
    }

    #whatsapp-icon-bottom.whatsapp-icon-left,
    #whatsapp-icon-bottom-2.whatsapp-icon-left {
        left: 0px;
    }

    #whatsapp-icon-bottom a img {
        width: 80px;
        padding-left: 10px;
    }

    #whatsapp-icon-bottom-2 a img {
        width: 90px;
    }

    #news-icon-bottom a img {
        width: 55px;
    }

#whatsapp-icon-bottom,
#whatsapp-icon-bottom-2 {
    bottom: 50px;
}

    #whatsapp-icon-bottom-2.mobile {
        bottom: 130px;
    }

/*redirect*/
.loading-ala-redirect {
    padding-top: 8%;
}

    /*    .loading-ala-redirect img {
        position: absolute;
        left: 12%;
        width: 80%;
    }*/

    .loading-ala-redirect .modal-content {
        border: none;
    }

    .loading-ala-redirect .modal-header {
        background: #6a2262;
        position: absolute;
        border: none;
        top: 10px;
        border-radius: 10px;
        display: none;
    }

        .loading-ala-redirect .modal-header button {
            color: #ffff;
        }

    .loading-ala-redirect .modal-body {
        min-height: 400px;
        padding: 0;
    }

    .loading-ala-redirect.mobile {
        /*   padding-top: 40%;*/
    }

        .loading-ala-redirect.mobile img {
            left: 9%;
        }

        .loading-ala-redirect.mobile .modal-header {
            top: 5px;
        }

    .loading-ala-redirect .redirect-logo {
        background-color: rgb(255,136,42);
        min-height: 400px;
        border-radius: 5px 0px 0px 5px;
    }

        .loading-ala-redirect .redirect-logo img {
            position: absolute;
            left: 12%;
            width: 80%;
            top: 10%;
        }

    .loading-ala-redirect .redirect-main {
        padding: 90px 10px 10px 10px;
    }

        .loading-ala-redirect .redirect-main label {
            padding-bottom: 10px;
            color: #363636;
            position: relative;
            right: -15px;
        }

        .loading-ala-redirect .redirect-main input {
            margin: auto;
            width: 80%;
            height: 44px;
            border-radius: 1px;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        }

        .loading-ala-redirect .redirect-main .btn.btn-primary {
            background: #6a2262;
            width: 80%;
            border-radius: 1px;
            height: 44px;
            margin-top: 20px;
            font-size: 14px;
            outline: none;
            padding-top: 10px;
        }

        .loading-ala-redirect .redirect-main .btn.btn-default {
            width: 35%;
            border-radius: 1px;
            height: 40px;
            margin-top: 20px;
            font-size: 15px;
            background: #ccc;
        }

    .loading-ala-redirect.mobile .modal-body {
        min-height: auto;
    }

    .loading-ala-redirect.mobile .redirect-main {
        padding: 40px 10px 10px 10px;
    }

/*register*/
.register {
    padding-top: 3.2rem;
    padding-bottom: 2.8rem;
}

    .register .boxshadow {
        box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.1) !important;
        border-radius: 5px;
        padding: 25px 20px;
    }

    .register img {
        max-width: 100%;
        height: auto;
    }

    .register h1 {
        font-size: 25px;
        font-weight: 400;
        padding-bottom: 20px;
        position: relative;
        right: -10px;
    }

    .register .form-group a {
        position: relative;
        top: -20px;
        cursor: pointer;
    }

    .register label {
        font-size: 15px;
        font-weight: 300;
    }

    .register input {
        height: 40px;
    }

    .register button {
        background: #6a2262;
        border-color: #6a2262;
        width: 100%;
        height: 40px;
        margin-top: 10px;
    }
    /*register mobile*/
    .register.detail-mobile .boxshadow {
        padding: 0px 15px 0px 15px;
    }

/*login*/
.login .checkbox label {
    position: relative;
    top: 13px;
    padding-right: 5px;
}

.login .box-login,
.register .box-register {
    padding-top: 3%;
}
