

/*  slick.css  */

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/*  /theme/css/slick.css  */


/*  /theme/css/slick-theme.css  */


@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 25%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: 0px;
    left: auto;
    z-index: 10;
}

.slick-prev:before {
    content: 'â†گ';
}

[dir='rtl'] .slick-prev:before {
    content: 'â†’';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 20px;
}

.slick-next:before {
    content: 'â†’';
}

[dir='rtl'] .slick-next:before {
    content: 'â†گ';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/*  /theme/css/slick-theme.css  */
div.fastselect {
    display: none;
}

div.fast-c-content .active {
    display: block;
}

.fast-select div, .fast-select form {
    float: left;
}

.fast-c-main {
    display: flex;
    margin-bottom: -1px;
    height: 45px;
    border: 1px solid #29b37e;
    padding: 0 1% 0 0;
    margin-bottom: -2px;
    border-radius: 8px 8px 0 0;
    width: 70%;
}

.fast-c-right {
    width: 75%;
    display: inline-block;
}

.fast-c-left {
    width: 25%;
    display: inline-block;
}


select.bselect {
    height: 40px;
    width: 160px;
    border: none;
    padding-right: 5px;
    color: #29b27e;
    font-family: danabold;
    outline: none;
    cursor: pointer;
}


.main-fast-table {
    width: 80%;
    min-width: 1050px;
    max-width: 1500px;
    margin: auto;
    font-family: IRANSans;


}


.fast-c-content div {
    color: #777;
    cursor: pointer;
}

.fast-c-content div:hover {
    color: #165c81;
}

.fast-select:hover {
    color: #fff;
}


.fast-tab {
    width: 100%;
    border: 1px solid #f2f2f2;
    border-radius: 0 0 5px 5px;
    min-height: 383px;
}

.fast-tab div {
    width: 100%;
}

.fast-tab .ul-fast-c-box {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}

.fast-tab .ul-fast-c-box.active {
    display: block;
}

.fast-tab ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fast-tab .ul-fast-c-box li div.off-g {
    width: 100%;
    color: #666;
}

div.fast-tab-text {
    font-family: IRANSans;
    font-size: 12px;
    color: #888;
    min-height: 220px;

}


ul.fast-tab-text {
    margin: 0;
    padding: 0;
}

ul.fast-tab-text, li.fast-tab-text {
    display: none;
}

ul.fast-tab-text.active, li.fast-tab-text.active {
    display: block;
}

.tab-text-box {
    display: flex;
}

.tab-text-box .tab-text-right {
    display: inline-block;
    width: 75%;
}

.tab-text-box .tab-text-left {
    display: inline-block;
    width: 25%;
}

.tab-text-right h3 {
    margin: 90px 0 10px 0;
}

.tab-text-right i {
    color: #000;
    top: 2px;
    position: relative;
    font-size: 18px;
    margin-left: 5px;
}

.tab-text-right a {
    margin-right: 5px;
}


div.off-g span.price-min {
    font-size: 14px;
}


.fast-c-box {
    display: none;
}

.fast-c-box.active {
    display: block;
}


a.fast-c-b {
    float: right;
    font-family: IRANSans;
    font-size: 13px;
    height: 42px;
    text-align: right;
    padding: 0;
    margin: 0 0 0 2%;
    width: auto;
    line-height: 22px;
    color: #555;
}


.fast-c-b.active {

}


a.fast-c-b span {
    display: block;
}


span.fact-c-b-head {
    overflow: hidden;
    height: 12px;
}

span.fact-c-b-head span {
    display: none;
}

span.fact-c-b-top {
    height: 4px;
    background: #29b27e;
    border-radius: 0 0 5px 5px;
}

.fast-c-b.active span.fact-c-b-head span {
    display: block;
}

span.fact-c-b-bottom {
    width: 10px;
    height: 10px;
    background: #29b27e;
    transform: rotate(45deg);
    margin: -5px auto;
}


.fast-select {
    float: left;
    padding: 2px 10px;
    height: 42px;
    border-right: 1px solid #29b37e;
}

.fast-select a {
    color: #1e7fb4;
    display: block;
    background: url(../images/arrow-r-addb.png) no-repeat 5% 50%;
    font-size: 13px;
    height: 45px;
    text-align: center;
    width: 100%;
    line-height: 45px;
}

.fast-c-content {

}

.fast-c-content a:hover {
    text-decoration: none;
}

.fast-c-content .active {

}

.fast-tab .check {
    color: #40b500;
}


.fast-g .head-top {
    border: 1px solid #ededed;
    text-align: center;
    border-radius: 30px;
    margin: auto;
    width: 80%;
    max-width: 100%;
    height: 30px;
    line-height: 33px;
    font-size: 18px;
    color: #24549f;
    background-color: #fff;
    font-family: 'irsebold';
}


.fast-g .head-bottom {

    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-family: IRANSans;
    color: #555;

}

.fast-g .head-bottom i {
    color: #edb60d;
    margin-right: 5px;
}




.fast-table-chek td i {
    border: 1px solid #16c17f;
    border-radius: 50%;
    padding: 5px;

}


.main-off div.off-c-b.active {
    border-bottom: 2px solid #9bd207;
}


.more-off table td {
    width: 12%;
}


.fast-table-header {
    width: 80%;
    margin: 80px auto 20px auto;
    min-width: 1050px;
    max-width: 1500px;
    text-align: center;
}

.fast-table-header h1, .fast-table-header h2 {
    font-family: danabold;
    font-size: 16px;
}

.fast-table-header h1 span, .fast-table-header h2 span {
    color: #1d5bb3;
}

.fast-table-line {
    width: 80%;
    margin: auto;
    min-width: 1050px;
    max-width: 1500px;
    position: relative;
    text-align: center;

}

.fast-table-line .line {
    border-top: 1px solid #d9d9d9;
    width: 100%;
    top: 50px;
    position: relative;
}

.fast-table-line img {
    z-index: 2;
    top: 20px;
    margin: auto;
    display: block;
    position: relative;
}






.fast-g {
    display: flex;
}

.fast-g .right {
    width: 20%;
    display: inline-block;
}

.fast-g .right li {

}

.fast-g .left {
    display: inline-block;
    width: 80%;
}

.fast-g .fast-c-table {
    display: flex;
    justify-content: space-between;
}

.fast-g .fast-c-table ul {
    display: inline-block;
    flex-grow: 1;
}

.fast-g .fast-c-table ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-family: irse;
    background-color: #fdfdfd;
    color: #555;
    border-top: 1px solid #f3f3f3;
    text-align: center;
    height: 40px;
}

.fast-g .fast-c-table ul li.hdd {
    height: 60px;
}
.fast-g .fast-c-table ul li.price {
    height: 80px;
}
.fast-g .fast-c-table ul li.fast-table-chek {
    font-size: 15px;
    color: #118b5c;
    text-align: center;
    height: 60px;
    background: #fff;
}

.fast-g .fast-c-table ul li.table-head {
    height: 85px;
    padding-top: 18px;
    border: none;
    background: none;
}


li.off-l3 td.first-td, tr.fast-table-chek td.first-td {
    border-left: 1px solid #f3f3f3;
}

@media only screen and (max-width: 1750px) {
    .fast-c-main {
        width: 82%;
    }
}

@media only screen and (max-width: 1400px) {
    .fast-c-main {
        width: 91%;
    }
}



/* inherited from slick.css */
.main-service-slider {
    width: 80%;
    min-width: 1050px;
    max-width: 1500px;
    margin: auto;
    font-family: IRANSans;
}

.serivce-slider-box {
    margin: 1%;
    box-shadow: 0px 0px 7px 3px #f1f1f1;
    border-radius: 30px;
    padding: 10px 0 30px 0;
    text-align: center;
}
.why-mehost-slide .slide-header {
    background: #2c69c1;
    color: #fff;
    font-family: danabold;
    text-align: center;
    height: 80px;
    font-size: 0.95em;
    line-height: 80px;
}

.why-mehost-slide .slide-background {
    background: url('https://dl.mehost.co/pic/content/why-slide-back.jpg');
    height: 398px;
    background-position: 55% 50%;
    background-size: cover;
    width: 100%;
    min-width: 1050px;
}

.why-mehost-slide .slide-text {
    max-width: 1200px;
    min-width: 1050px;
    margin-right: 100px;
    color: #fff;
}


.why-mehost-slide .slide-text ul {
    margin: 0;
    padding: 0;
}


