﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;
	font: inherit;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 2;
    font-family: YekanBakh,Tahoma;
    font-size: 16px;
    font-weight: normal;
    direction: rtl;
    color: #333;
}

@media (min-width: 1200px) {
    .container {
        width: 98%;
        max-width: 98%;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1440px;
        max-width: 1440px;
    }
}

@media (max-width : 480px) {
    body {
        padding-top: 60px;
    }
}

ol, ul {
    list-style: none;
}

.content-description ol {
    list-style: decimal-leading-zero !important;
    padding-right: 40px;
}

.content-description ul {
    list-style: circle !important;
    padding-right: 40px;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a, a:focus, a:active {
    text-decoration: none;
    color: #18585f;
    outline: none;
}

.btn {
    /*font-size:14px;*/
}

.btn-hilo, .btn-hilo:focus, .btn-hilo:active {
    background-color: #327078;
    border-color: #327078;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    outline: none !important;
    text-decoration: none;
}

    .btn-hilo:hover {
        box-shadow: 0 1px 5px rgba(0,0,0,0.25);
        color: #fff !important;
    }

    .btn-hilo:disabled {
        background-color: #aecece;
    }

.btn-link-hilo, .btn-link-hilo:focus, .btn-link-hilo:active {
    padding: 5px 30px 5px 60px;
    border: 1px solid #808080;
    border-radius: 3px;
    color: #808080;
    position: relative;
    outline: none;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
}

    .btn-link-hilo:hover {
        border: 1px solid #707070;
        color: #707070;
    }

    .btn-link-hilo img {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0.8;
    }

    .btn-link-hilo:hover img {
        opacity: 1;
    }



input[type=text], input[type=password], .form-control {
    color: #333;
    height: 40px;
    /*border: 1px solid #b8b8b8;*/
    box-shadow: none !important;
}

textarea {
    /*color: #303030;
	border: 1px solid #b8b8b8 !important;
	box-shadow: none !important;*/
}

input[type=text]:focus, input[type=password]:focus, .form-control:focus {
    /*border: 1px solid #707070;*/
}

textarea:focus {
    /*border: 1px solid #707070 !important;*/
}

/*input[type=text].wrong, input[type=password].wrong {
	border: 1px solid #6d1040;
	color: #6d1040;
}

textarea.wrong, textarea.wrong:focus {
	border: 1px solid #6d1040 !important;
	color: #6d1040 !important;
}*/

input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #707070 !important;
    font-size: 16px;
    font-family: YekanBakh;
}

input[type=text]::-moz-placeholder, textarea::-moz-placeholder {
    color: #707070 !important;
    font-size: 16px;
    font-family: YekanBakh;
}

input[type=text]::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #707070 !important;
    font-size: 16px;
    font-family: YekanBakh;
}

input[type=password]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #707070 !important;
    font-size: 16px;
    font-family: YekanBakh;
}

input[type=password]::-moz-placeholder, textarea::-moz-placeholder {
    color: #707070 !important;
    font-size: 16px;
    font-family: YekanBakh;
}

input[type=password]::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #707070 !important;
    font-size: 16px;
    font-family: YekanBakh;
}

.image_captcha {
    height: 40px;
    border-radius: 4px;
}

.tooltip-inner {
    color: #fff;
    background-color: #16555c;
    display: inline-block;
    white-space: nowrap;
    max-width: none;
    font-size: 14px;
    font-weight: normal;
}

.tooltip-arrow {
    border-top-color: #16555c !important;
}

.header-main {
}

@media (min-width:768px) {
    .header-main {
        padding: 15px 0;
    }
}

.col-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#logo {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    overflow: hidden;
    outline: none;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out; /* firefox */
    -webkit-transition: all .3s ease-in-out; /* safari and chrome */
    -o-transition: all .3s ease-in-out; /* opera */
    -ms-transition: all .3s ease-in-out;
}

    #logo img {
        height: 100%;
        width: auto;
    }

@media (min-width:768px) {
    #logo {
        /*height: 150px;*/
    }
}

.dropdown-lang {
    height: 50px;
    cursor: pointer;
    display: inline-block;
}

    .dropdown-lang .dropdown-toggle {
        line-height: 53px;
    }

    .dropdown-lang i {
        vertical-align: sub;
    }

.dropdown-lang-en {
    padding-left: 20px;
}

.dropdown-menu-hilo {
    background-color: #f5f5f5;
    text-align: center;
    border-radius: 1px;
    padding: 0;
    margin: 0;
    position: absolute;
    border: none;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}

.dropdown-menu-lang {
    min-width: 110px;
}

.dropdown-menu-user {
    width: 200px;
}

.dropdown-menu-hilo:after {
    width: 0;
    height: 0;
    border-color: transparent transparent #f5f5f5;
    border-style: solid;
    border-width: 0 8px 8px;
    right: 0;
    left: 0;
    margin: auto;
    top: -8px;
    position: absolute;
    content: "";
}

.dropdown-menu-hilo > ul > li > a {
    font-size: 16px;
    display: block;
    color: #333;
    padding: 0 25px;
    outline: none;
    text-decoration: none;
    line-height: 40px;
}

.dropdown-menu-hilo.dropdown-menu-lang > ul > li > a {
    font-size: 16px;
    display: block;
    color: #333;
    padding: 0;
    outline: none;
    text-decoration: none;
    line-height: 40px;
}

.dropdown-menu-hilo > ul > li:hover > a {
    background-color: #e6e6e6;
    text-shadow: 0 0 1px black;
}
/**/
.dropdownlist-hilo {
    background-color: #f5f5f5;
    text-align: center;
    border-radius: 1px;
    padding: 0;
    margin: 0;
    position: absolute;
    border: none;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 100%;
    max-height: 200px;
    overflow: auto;
}



    .dropdownlist-hilo > li > a, .dropdownlist-hilo > li > span {
        font-size: 16px;
        display: block;
        color: #333;
        padding: 0 25px;
        outline: none;
        text-decoration: none;
        line-height: 40px;
        text-align: right;
        cursor: pointer;
    }

    .dropdownlist-hilo > li:hover > a, .dropdownlist-hilo > li:hover > span {
        background-color: #e6e6e6;
        text-shadow: 0 0 1px black;
    }
/*=======================================================================================/ Main Body /============*/
.btn-carousel-prev {
    background-color: transparent;
    border: none;
    height: 20px;
    width: 35px;
    background-image: url(../Images/prev.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.btn-carousel-next {
    background-color: transparent;
    border: none;
    height: 20px;
    width: 35px;
    background-image: url(../Images/next.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

    .btn-carousel-prev:disabled, .btn-carousel-next:disabled {
        opacity: 0.5;
    }

.btn-carousel-prev-filled {
    background-color: #333;
    border: none;
    height: 44px;
    width: 44px;
    background-image: url(../Images/prev-white.png);
    background-size: 31px auto;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.8;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
}

.btn-carousel-next-filled {
    background-color: #333;
    border: none;
    height: 44px;
    width: 44px;
    background-image: url(../Images/next-white.png);
    background-size: 31px auto;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.8;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
}

@media only screen and (max-width : 480px) {
    .btn-carousel-prev-filled {
        height: 30px;
        width: 30px;
        background-size: 21px auto;
    }

    .btn-carousel-next-filled {
        height: 30px;
        width: 30px;
        background-size: 21px auto;
    }
}

.btn-carousel-prev-filled:hover, .btn-carousel-next-filled:hover {
    opacity: 0.9;
}

.btn-carousel-prev-filled:disabled, .btn-carousel-prev-filled:disabled:hover, .btn-carousel-next-filled:disabled, .btn-carousel-next-filled:disabled:hover {
    opacity: 0.5;
}

.carousel-main-container {
    padding-right: 100px;
    padding-left: 300px;
    position: relative;
}

.carousel-main-label {
    background-color: #f5f5f5;
    position: absolute;
    left: 5%;
    top: 40%;
    opacity: 0.9;
    padding: 20px 40px 60px 20px;
    text-align: left;
}

    .carousel-main-label h2 {
        font-size: 70px;
        font-family: MarkPro-Bold;
        color: #18585f;
    }

    .carousel-main-label h6 {
        font-size: 20px;
        font-family: MarkPro;
        color: #18585f;
    }

@media only screen and (max-width : 480px) {
    .carousel-main-label {
        left: 15px;
        top: 30px;
        padding: 11px 18px 14px 8px;
    }

    .carousel-main-container {
        padding-right: 0;
        padding-left: 45px;
    }

    .carousel-main-label h2 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .carousel-main-label h6 {
        font-size: 11px;
    }
}

.carousel-main-box {
    position: relative;
}

.qm {
    position: absolute;
    left: -15%;
    top: 60%;
    opacity: 0.9;
    transform: rotate(270deg);
    font-size: 15px;
    font-family: MarkPro;
    letter-spacing: 0.2em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .qm .q {
        color: #18585f;
    }

    .qm .m {
        color: #bacccf;
    }

@media only screen and (max-width : 480px) {
    .qm {
        position: absolute;
        left: -130px;
        top: 58%;
        opacity: 0.9;
        transform: rotate(270deg);
        font-size: 10.5px;
        font-family: MarkPro;
        letter-spacing: 0.2em;
    }
}

.carousel-main-container .flickity-page-dots {
    position: absolute;
    bottom: 10px;
    padding: 0 20px;
    margin: 0;
    list-style: none;
    text-align: center;
    background-color: #ff1744;
    border-radius: 7px;
    top: 50%;
    right: -100px;
    transform: translateY(-50%);
}

    .carousel-main-container .flickity-page-dots .dot {
        display: block;
        margin: 10px 0;
        background: #fff;
        border-radius: 50%;
        cursor: pointer;
    }

.carousel-main-buttons {
    position: absolute;
    bottom: 10px;
    right: 20px;
    height: 50px;
    width: 200px;
}

    .carousel-main-buttons .btn-carousel-prev-filled, .carousel-main-buttons .btn-carousel-next-filled {
        margin: 0 5px;
    }

@media only screen and (max-width : 480px) {
    .carousel-main-buttons {
        width: 226px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 30px;
    }

        .carousel-main-buttons .btn-carousel-prev-filled, .carousel-main-buttons .btn-carousel-next-filled {
            margin: 0;
        }
}

.carousel-ads {
    margin-bottom: 50px;
}

.carousel-box .carousel-inner {
}

.carousel-main-indicators {
    padding-right: 20px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -100px;
    z-index: 99;
    width: 40% !important;
    background-color: transparent !important;
    bottom: auto;
    left: auto;
    margin: 0;
    padding: 0;
}

    .carousel-main-indicators li {
        width: initial !important;
        height: initial !important;
        position: relative;
        display: block;
        border: none;
        border-radius: 0;
        margin: 0;
        text-indent: 0;
    }

        .carousel-main-indicators li.active {
            width: initial !important;
            height: initial !important;
            background-color: rgba(245,245,245,0.8);
        }

    .carousel-main-indicators .indicator-item {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: flex-start;
    }

    .carousel-main-indicators .indicator-num {
        font-family: MarkPro-Heavy;
        height: 64px;
        display: inline-block;
        text-align: right;
        font-size: 30px;
        line-height: 64px;
        color: #18585F;
        position: relative;
        flex: 1;
        padding-right: 30px;
    }

        .carousel-main-indicators .indicator-num:before {
            content: "";
            width: 8px;
            height: 8px;
            background-color: #18585F;
            position: absolute;
            right: 10px;
            top: 28px;
            transform: rotate(45deg);
        }

    .carousel-main-indicators li:not(.active) .indicator-num {
        font-family: MarkPro;
        font-size: 16px;
    }

    .carousel-main-indicators .indicator-title {
        font-family: MarkPro;
        font-size: 18px;
        line-height: 50px;
        font-weight: bold;
        display: block;
        flex: 5;
        color: #18585f;
    }

    .carousel-main-indicators li:not(.active) .indicator-title {
        opacity: 0;
    }
/*********************************************/
.carousel-main-indicators-xs {
    padding-right: 20px;
    /* transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -100px;*/
    position: relative;
    z-index: 99;
    width: 156px !important;
    bottom: auto;
    left: auto;
    margin: 0 5px;
    padding: 0;
    height: 30px;
    overflow: hidden;
    background-color: rgb(51 51 51 / 0.70) !important;
}

.indicator-item-xs {
    height: 30px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-family: MarkPro;
    font-weight: 500;
}
/*********************************************/
.carousel-box .carousel-control {
    opacity: 1;
    color: #eee;
    top: 50%;
    transform: translateY(-50%);
    height: 42px;
    width: 30px;
    line-height: 1;
    font-size: 34px;
}

    .carousel-box .carousel-control svg {
        height: 42px;
        width: 26.39px;
    }

        .carousel-box .carousel-control svg path {
            fill: #333;
        }

    /*.carousel-box .carousel-control span:before {
			height: 44px;
			width: 34px;
			line-height: 44px;
			background-color: rgba(0,0,0,.3) !important;
			border-radius: 5px;
		}

		.carousel-box .carousel-control:hover span:before {
			background-color: rgba(0,0,0,.6) !important;
		}*/

    .carousel-box .carousel-control.right {
        right: 10px;
    }

    .carousel-box .carousel-control.left {
        left: 10px;
    }

.carousel-box .item {
    height: 340px;
}

@media (min-width:768px) {
    .carousel-box .item {
        height: 500px;
    }
}

@media (min-width:1400px) {
    .carousel-box .carousel-control.right {
        /*right: 20%;*/
    }

    .carousel-box .carousel-control.left {
        /*left: 20%;*/
    }
}

.carousel-box .item img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

.carousel-item {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.home-des-box {
    text-align: center;
    margin: 20px 0;
}

    .home-des-box * {
        line-height: 3;
    }

.header-col-right {
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 50px;
}

.header-search-toggle {
    background: none;
    border: none;
    outline: none;
    width: 30%;
    height: 50px;
    text-align: right;
}

    .header-search-toggle img {
        height: 20px;
    }

.header-search-toggle-xs {
    background: none;
    border: none;
    outline: none;
    text-align: right;
    padding: 0;
    margin: 12px 0 0 20px;
}

    .header-search-toggle-xs img {
        height: 20px;
    }

.header-profile-toggle-xs {
    background: none;
    border: none;
    outline: none;
    text-align: right;
    padding: 0;
    margin: 12px 0 0 20px;
}

    .header-profile-toggle-xs img {
        height: 19px;
    }

.header-filters-toggle-xs {
    background: none;
    border: none;
    outline: none;
    text-align: right;
    padding: 0;
    margin: 12px 0 0 0;
}

    .header-filters-toggle-xs img {
        height: 17px;
    }

#login {
    color: #000;
    display: inline-block;
    width: 50%;
    height: 50px;
    line-height: 50px;
}

@media(min-width:768px) {
    #login {
        /*margin-top: 10px;*/
    }
}

#login .img-login {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    /*margin: 0 4px;*/
}

#login .signin-icon {
    margin-left: 5px;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../Images/user-icon.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    position: relative;
}

#login .list-group-item {
    color: #333;
    text-align: center;
}

    #login .list-group-item:hover {
        color: #fff;
        background-color: #16555c;
    }

.btn-current-cart, .btn-current-cart:focus {
    color: #000;
    text-align: center;
    border: none;
    float: right;
    position: relative;
    margin-top: 23px;
    font-size: 11px;
    width: 50%;
    outline: none;
    text-decoration: none;
}

    .btn-current-cart .cart-icon {
        height: 24px;
        width: 23px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px;
        background-image: url(../Images/basket.png);
        background-repeat: no-repeat;
        background-size: 100%;
        overflow: hidden;
    }

    .btn-current-cart span:not(.cart-icon) {
        display: block;
        position: absolute;
        background-color: #16555c;
        color: #fff;
        width: 16px;
        height: 16px;
        line-height: 16px;
        border-radius: 8px;
        top: -10px;
        right: 70px;
        text-align: center;
    }


    .btn-current-cart:hover {
        color: #16555c;
    }

#login .nav-login {
    cursor: pointer;
}

    #login .nav-login i {
        vertical-align: sub;
    }
/*#login .dropdown-menu {
	left: auto;
	right: -80px;
	margin-left: auto;
	margin-right: auto;
}*/

@media (min-width: 768px) {
    /*#login .dropdown-menu {
		left: -36px;
		right: auto;
	}*/

    .btn-current-cart {
    }

        .btn-current-cart span {
        }
}

.authentication {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    background-color: transparent;
    vertical-align: middle;
    cursor: pointer;
}



    .authentication .signin {
    }

        .authentication .signin .signin-icon {
            margin-left: 5px;
            height: 24px;
            width: 24px;
            display: inline-block;
            vertical-align: middle;
            background-image: url(../Images/user-icon.png);
            background-repeat: no-repeat;
            background-size: 100%;
            overflow: hidden;
        }

        .authentication .signin span {
            display: inline-block;
        }

        .authentication .signin label {
            display: inline-block;
            text-align: center;
            width: 20px;
            font-size: 14px;
            vertical-align: middle;
        }

        .authentication .signin a {
            display: inline-block;
        }

    .authentication li.user-menu {
        /*width: 170px;*/
    }

    .authentication li:first-child {
        position: static;
    }

/*.authentication li a:hover, .authentication li span:hover {
		color: #16555c;
	}*/

@media only screen and (min-width : 768px) {
    .authentication {
    }

        .authentication li:first-child {
            position: relative;
        }
}

.authentication li a, .authentication li a span {
    /*color: #000;*/
    outline: none;
}

.authentication .login {
    /*display: inline;*/
    /*text-align: center;*/
    width: initial;
}

.user-menu {
    text-align: center;
}

    .user-menu .dropdown-menu {
        text-align: center;
    }

.search-container {
    background-color: rgba(51,51,51,0.95);
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0 100px;
    z-index: 9999;
}

.search-wrapper {
    /*background-color: rgba(0,51,51,0.6);*/
    height: 490px;
    top: 50%;
    position: absolute;
    width: 570px;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-top: 50px;
}

.search-close {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 50px;
    right: 50px;
}

.search-box {
    margin: 0 auto;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #bcbcbc;
    background-image: url(../Images/search-light.png);
    background-size: 37.67px 40px;
    background-position: top right 10px;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.search-box-xs {
    display: block;
    margin-bottom: 0;
    clear: both;
}

.search-box, .search-box * {
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out; /* firefox */
    -webkit-transition: all .3s ease-in-out; /* safari and chrome */
    -o-transition: all .3s ease-in-out; /* opera */
    -ms-transition: all .3s ease-in-out;
}



    .search-box .btn-search {
        background-color: transparent;
        border: none;
        width: 34px;
        height: 34px;
        background-image: url(../Images/search-go.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 0;
        margin-left: 5px;
        position: absolute;
        left: 10px;
    }

    .search-box input[type=text] {
        border: none;
        color: #bcbcbc;
        background-color: transparent;
        font-size: 26px;
        padding-right: 70px;
        padding-left: 0;
    }

        .search-box input[type=text]::-webkit-input-placeholder {
            color: #bcbcbc !important;
            font-size: 26px;
        }

        .search-box input[type=text]:-moz-placeholder {
            color: #bcbcbc !important;
            font-size: 26px;
        }

        .search-box input[type=text]::-moz-placeholder {
            color: #bcbcbc !important;
            font-size: 26px;
        }

        .search-box input[type=text]:-ms-input-placeholder {
            color: #bcbcbc !important;
            font-size: 26px;
        }

        .search-box input[type=text]:active,
        .search-box input[type=text]:focus {
            box-shadow: none;
        }

@media only screen and (max-width: 480px) {
    .search-wrapper {
        /*background-color: rgba(0,51,51,0.6);*/
        height: 297px;
        top: 50%;
        position: absolute;
        width: calc(100% - 80px);
        left: 50%;
        transform: translate(-50%,-50%);
        margin-top: 50px;
    }

    .search-box input[type=text] {
        font-size: 16px;
        padding-right: 40px;
        padding-left: 0;
    }

        .search-box input[type=text]::-webkit-input-placeholder {
            font-size: 16px;
        }

        .search-box input[type=text]:-moz-placeholder {
            font-size: 16px;
        }

        .search-box input[type=text]::-moz-placeholder {
            font-size: 16px;
        }

        .search-box input[type=text]:-ms-input-placeholder {
            font-size: 16px;
        }

    .search-box {
        margin: 0 auto;
        padding: 0 0 4px 0;
        border-bottom: 1px solid #bcbcbc;
        background-image: url(../Images/search-light.png);
        background-size: 20px 21.24px;
        background-position: top 8px right 10px;
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    .search-close {
        background-color: transparent;
        border: none;
        position: absolute;
        top: 20px;
        right: 20px;
        line-height: 1;
        padding: 0;
    }

        .search-close img {
            height: 16px;
        }

    .search-box .btn-search {
        background-color: transparent;
        border: none;
        width: 20px;
        height: 34px;
        background-image: url(../Images/search-go.png);
        background-size: 20px 13px;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 0;
        margin-left: 0;
        position: absolute;
        left: 10px;
    }
}

.menu-box a:hover span {
    background: #000;
}

.tel-box {
    font-size: 18px;
    color: #fff;
    height: 56px;
    line-height: 56px;
    font-family: 'Myriad Pro';
    letter-spacing: 2px;
}

    .tel-box img {
        height: 25px;
        vertical-align: middle;
        margin-right: 5px;
    }

@media only screen and (min-width : 768px) {
    .col-home-2 {
        padding-left: 5px;
    }

    .col-home-10 {
        padding-right: 5px;
    }
}

.pnl-categories {
    margin-bottom: 10px;
    margin-top: 10px;
}

    .pnl-categories .panel-heading {
        font-size: 20px;
        color: #fff;
        background-color: #393736;
        padding: 5px 10px;
    }

        .pnl-categories .panel-heading img {
            vertical-align: middle;
        }

    .pnl-categories .panel-body {
        padding: 5px;
        background-color: #f8f8f8;
    }

    .pnl-categories .navbar {
        margin-bottom: 0;
    }

.nemad-box {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

    .nemad-box .nemad-item {
        display: inline-block;
        width: 80px;
        height: 95px;
        overflow: hidden;
        margin-bottom: 0;
        margin-left: 10px;
        margin-right: 10px;
        background-color: #fcefc7;
        border-radius: 5px;
        padding-top: 5px;
        text-align: center;
        vertical-align: middle;
    }

    .nemad-box img {
        width: 80px;
    }

@media (min-width : 768px) {
    .nemad-box {
        text-align: left;
        margin-top: 50px;
    }

        .nemad-box .nemad-item {
            float: left;
            clear: both;
            margin-bottom: 10px;
            margin-left: 0;
            margin-right: 0;
        }
}

.home-about-container {
    padding: 30px 0 0 0;
    text-align: center;
    margin-bottom: 107px;
    height: 765px;
}

    .home-about-container:before {
        content: "";
        background-color: #f5f5f5;
        width: 25%;
        height: 40%;
        position: absolute;
        top: 170px;
        left: 100px;
    }

    .home-about-container header h1 {
        font-size: 80px;
        line-height: 124px;
        position: absolute;
        left: 140px;
        top: 96px;
        color: #c8c8c8;
    }

    .home-about-container .cover {
        position: absolute;
        left: 140px;
        top: 210px;
        color: #c8c8c8;
        height: 550px;
        width: 810px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

.about-des-box {
    background-color: rgb(245 245 245 / 0.9);
    width: 40%;
    position: absolute;
    top: 520px;
    right: 90px;
    padding: 15px 20px;
    text-align: right;
}

    .about-des-box h4 {
        font-weight: bold;
        font-size: 30px;
        margin: 10px 0;
    }

.about-text {
    font-size: 18px;
    line-height: 28px;
}

.about-link {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 10px;
}

@media (max-width : 480px) {
    .home-about-container {
        padding: 30px 0 0 0;
        text-align: center;
        margin: 10px 0 57px 0;
        height: 450px;
    }

        .home-about-container:before {
            content: "";
            background-color: #f5f5f5;
            width: 200px;
            height: 200px;
            position: absolute;
            top: 60px;
            left: 15px;
        }

        .home-about-container header h1 {
            font-size: 32px;
            position: absolute;
            left: 28px;
            top: 30px;
            color: #c8c8c8;
            font-family: YekanBakh-Medium;
            line-height:50px;
        }

        .home-about-container .cover {
            position: absolute;
            left: 28px;
            top: 75px;
            color: #c8c8c8;
            height: 250px;
            width: 270px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

    .about-des-box {
        background-color: #f5f5f5;
        width: calc(100% - 30px);
        position: absolute;
        top:260px ;
        right: 15px;
        padding: 15px 0;
        text-align: right;
        opacity: 0.9;
    }

        .about-des-box .btn-link-about img {
            width: 21px;
            height: 12px;
        }

        .about-des-box h4 {
            display: none;
        }

    .about-text {
        font-size: 12px;
        line-height: 26px;
        font-family: YekanBakh-Medium;
        padding: 0 20px;
    }

    .about-link {
        text-align: left;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 15px;
    }
}
/******************************************************/

.home-about-container-en {
    padding: 30px 0 10px 0;
    text-align: center;
    margin: 50px 0 250px 0;
    height: 600px;
    position: relative;
}

    .home-about-container-en:before {
        content: "";
        background-color: #f5f5f5;
        width: 402px;
        height: 402px;
        position: absolute;
        top: 100px;
        left: 100px;
    }

    .home-about-container-en header h1 {
        font-size: 80px;
        position: absolute;
        left: 55px;
        top: 120px;
        color: #333;
        font-family: YekanBakh-Heavy;
        z-index: 2;
    }

    .home-about-container-en .cover {
        position: absolute;
        left: 150px;
        top: 150px;
        color: #c8c8c8;
        height: 600px;
    }

.about-des-box-en {
    background-color: #f5f5f5;
    width: 60%;
    position: absolute;
    bottom: -70px;
    right: 40px;
    padding: 38px 20px;
    opacity: 0.8;
}

.about-text-en {
    font-size: 40px;
    line-height: 62px;
    direction: ltr;
    text-align: left;
    font-family: YekanBakh-Medium;
    font-weight: 500;
}

@media only screen and (max-width: 480px) {
    .home-about-container-en {
        padding: 30px 0 10px 0;
        text-align: center;
        margin: 50px 0 0 0;
        height: 263px;
        position: relative;
    }

        .home-about-container-en:before {
            content: "";
            background-color: #f5f5f5;
            width: 200px;
            height: 200px;
            position: absolute;
            top: 0;
            left: 0;
        }

        .home-about-container-en header h1 {
            font-size: 26px;
            line-height: 38px;
            position: absolute;
            left: 24px;
            top: 0;
            color: #333;
            font-family: YekanBakh-Heavy;
            z-index: 2;
        }

        .home-about-container-en .cover {
            left: 12px;
            top: 13px;
            height: 250px;
            width: 270px;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
        }

    .about-des-box-en {
        width: 288px;
        bottom: auto;
        top: 163px;
        right: 0;
        padding: 8px 10px 8px 12px;
    }

    .about-text-en {
        font-size: 17px;
        line-height: 22px;
        direction: ltr;
        text-align: left;
        font-family: YekanBakh-Medium;
        font-weight: 500;
    }
}


.home-content-container1 {
    padding: 30px 0 10px 0;
    text-align: center;
    margin: 95px 0 55px 0 ;
    height: 600px;
    position: relative;
}

    .home-content-container1:before {
        content: "";
        background-color: #f5f5f5;
        width: 402px;
        height: 402px;
        position: absolute;
        bottom: 0;
        right: 100px;
    }

    .home-content-container1 .cover {
        position: absolute;
        right: 130px;
        bottom: 30px;
        color: #c8c8c8;
        height: 600px;
    }

.content1-des-box {
    background-color: #f5f5f5;
    width: 60%;
    position: absolute;
    top: 100px;
    left: 0;
    padding: 38px 20px;
    opacity: 0.8;
}

.content1-text {
    font-size: 20px;
    line-height: 31px;
    direction: ltr;
    text-align: left;
    font-weight: 500;
}



.home-content-container2 {
    padding: 30px 0 250px 0;
    text-align: center;
    margin: 50px 0 108px 0;
    height: 600px;
    position: relative;
}

    .home-content-container2:before {
        content: "";
        background-color: #f5f5f5;
        width: 402px;
        height: 402px;
        position: absolute;
        top: 0;
        left: 100px;
    }

    .home-content-container2 .cover {
        position: absolute;
        left: 130px;
        top: 30px;
        color: #c8c8c8;
        height: 600px;
    }

.content2-des-box {
    background-color: #f5f5f5;
    width: 60%;
    position: absolute;
    bottom: 100px;
    right: 0;
    padding: 38px 20px;
    opacity: 0.8;
}

.content2-text {
    font-size: 20px;
    line-height: 31px;
    direction: ltr;
    text-align: left;
    font-weight: 500;
}

.btn-more-home {
    color: #0090ff;
    font-size: 13px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 30px;
    padding: 10px 0;
}



.btn-close-home {
    color: #0090ff;
    font-size: 13px;
    cursor: pointer;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.content-item {
    background-color: #fff;
    display: inline-block;
    padding: 120px 0 15px 0;
    color: #333;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
    width: 45%;
    margin: 5px;
    background-repeat: no-repeat;
    background-position: center top 15px;
    background-size: auto 90px;
    vertical-align: middle;
}

@media only screen and (max-width: 480px) {

    .home-content-container1 {
        padding: 30px 0 232px 0;
        text-align: center;
        margin: 50px 0 0 0;
        height: auto;
        position: relative;
        /*background-color: #ff1744;*/
    }

        .home-content-container1:before {
            content: "";
            background-color: #f5f5f5;
            width: 200px;
            height: 200px;
            position: absolute;
            top: 62px;
            right: 0;
        }

        .home-content-container1 .cover-xs-1 {
            position: absolute;
            right: 12px;
            top: 0;
            color: #c8c8c8;
            height: 250px;
            width: 270px;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
        }

    .content1-des-box {
        background-color: #f5f5f5;
        width: 288px;
        position: absolute;
        top: 20px;
        bottom: auto;
        left: 0;
        padding: 9px 8px 9px 8px;
        opacity: 0.8;
    }

    .content1-text {
        font-size: 12px;
        line-height: 18px;
        direction: ltr;
        text-align: left;
        font-weight: 500;
    }
    /**************************************/
    .home-content-container2 {
        padding: 30px 0 250px 0;
        text-align: center;
        margin: 50px 0;
        height: auto;
        position: relative;
        /*background-color: #ff1744;*/
    }

        .home-content-container2:before {
            content: "";
            background-color: #f5f5f5;
            width: 200px;
            height: 200px;
            position: absolute;
            top: 0;
            left: 0;
        }

        .home-content-container2 .cover-xs-2 {
            position: absolute;
            left: 12px;
            top: 12px;
            color: #c8c8c8;
            height: 250px;
            width: 270px;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
        }

    .content2-des-box {
        background-color: #f5f5f5;
        width: 288px;
        position: absolute;
        top: 134px;
        bottom: auto;
        right: 15px;
        padding: 9.5px 12px 8.5px 16px;
        opacity: 0.8;
    }

    .content2-text {
        font-size: 12px;
        line-height: 18px;
        direction: ltr;
        text-align: left;
        font-weight: 500;
    }
}

@media only screen and (max-width: 768) {
    .home-about-container {
        margin-bottom: 20px;
        padding: 30px 0 50px 0;
    }
}

@media only screen and (max-width: 1024px) and (max-height: 768px) {
    .content-item {
        height: 235px;
        overflow: hidden;
    }
}

.content-item:hover {
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.content-item h5 {
    font-size: 11px;
    color: #16555c;
    margin-bottom: 10px;
    line-height: 1.5;
}

.content-item-des {
    font-size: 9px;
    color: #777;
    padding: 0 10px;
    height: 65px;
    overflow: hidden;
}

@media only screen and (min-width : 768px) {
    .content-item {
        width: 20%;
        margin: 10px;
    }

        .content-item h5 {
            font-size: 12px;
        }

    .content-item-des {
        font-size: 11px;
        height: 45px;
    }
}

.brand-container {
    background-color: white;
    padding: 30px 0;
}

.brand-slider {
    margin-bottom: 20px;
    background-color: transparent;
    box-shadow: none;
    border: none;
}

    .brand-slider .panel-body {
        padding: 0;
    }

    .brand-slider .panel-heading {
        background-color: transparent !important;
        border: none;
        color: #333;
        border-radius: 0;
        padding: 0;
        position: relative;
        overflow: auto;
    }

        .brand-slider .panel-heading:before {
            content: "";
            background-color: #b2b2b2;
            width: 100%;
            height: 1px;
            position: absolute;
            margin: auto;
            left: 0;
            right: 0;
            top: 15px;
            z-index: 1;
        }

        .brand-slider .panel-heading h4 {
            color: #333;
            margin-bottom: 20px;
            float: right;
            background-color: white;
            z-index: 2;
            padding-left: 10px;
            position: relative;
        }

        .brand-slider .panel-heading a {
            color: #333;
            float: left;
            z-index: 2;
            background-color: #f7f7f7;
            padding-right: 10px;
            position: relative;
        }

    .brand-slider .carousel-cell {
        width: 50%;
        text-align: center;
        margin: 0 10px;
    }

    .brand-slider .flickity-prev-next-button, .brand-slider .flickity-prev-next-button:focus {
        background-color: transparent;
        box-shadow: none;
    }

        .brand-slider .flickity-prev-next-button.next {
            left: -40px;
        }

        .brand-slider .flickity-prev-next-button.previous {
            right: -40px;
        }



.brand-box {
    height: 130px;
    width: 130px;
    display: block;
    text-align: center;
    overflow: hidden;
    outline: none;
}

    .brand-box img {
        height: 100%;
        object-fit: contain;
    }

@media only screen and (min-width : 768px) {
    .brand-slider .carousel-cell {
        width: 16%;
        text-align: center;
    }
}

footer {
    background-color: #f5f5f5;
    color: #707070;
    padding: 28px 0 18px 0;
}

@media only screen and (min-width : 768px) {
    footer {
        padding: 30px 0;
    }
}

footer a, footer a:focus {
    color: #327078;
    outline: none;
    transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out; /* firefox */
    -webkit-transition: all .15s ease-in-out; /* safari and chrome */
    -o-transition: all .15s ease-in-out; /* opera */
    -ms-transition: all .15s ease-in-out;
}

    footer a:hover {
        text-shadow: 0 0 1px #327078;
        color: #327078;
    }

.copyright {
    font-size: 14px;
    line-height: 32px;
}

copyright a, copyright a:focus {
    color: #707070;
    outline: none;
}

.footer-designer {
    text-align: left;
    display: block;
    font-family: Lato;
    font-size: 14px;
    line-height: 32px;
}


@media only screen and (max-width : 480px) {
    .copyright {
        text-align: center;
        font-size: 12px;
        line-height: 19px;
    }

    .footer-designer {
        text-align: center;
        font-size: 12px;
        line-height: 19px;
    }

    .footer-designer-en {
        margin-bottom: 5px;
    }
}



.footer-link-box {
    text-align: center;
    margin-bottom: 25px;
}

    .footer-link-box li {
        margin: 0 10px;
        display: inline-block;
        min-width: 90px;
    }


    .footer-link-box a {
        display: block;
        outline: none;
        text-decoration: none;
    }

.enamad {
    margin: auto;
    width: 150px;
    height: 150px;
    background: #FFF;
}

.social_links {
    text-align: center;
    direction: ltr;
}

    .social_links li {
        display: inline-block;
        width: 45px;
    }

        .social_links li img {
            height: 24px;
            opacity: 0.5;
        }

        .social_links li:hover img {
            opacity: 1;
        }

        .social_links li a {
            padding: 0;
            display: block;
            text-align: center;
        }

@media only screen and (max-width :480px) {
    .social_links {
        text-align: center;
        margin-bottom: 24px;
        margin-top: 0;
        padding-left: 0;
    }

    .social_links_en {
        margin-bottom: 19px;
    }
}

.goto-top-box {
    text-align: center;
    margin: 10px 0;
}

    .goto-top-box span {
        font-size: 11px;
        color: #656565;
        cursor: pointer;
    }

        .goto-top-box span i {
            font-size: 12px;
            color: #656565;
            background: #efefef;
            border-radius: 10px;
            width: 17px;
            height: 17px;
            line-height: 17px;
            text-align: center;
            margin-right: 10px;
            display: inline-block;
        }

        .goto-top-box span:hover i {
            background: #eee;
        }

.pp_gallery ul li a {
    display: block;
    height: 52px;
}

.pnlDetails .text-danger {
    color: red !important;
    font-size: 18px;
}

.pnlDetails .text-success {
    color: green !important;
    font-size: 18px;
}

.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
    font-size: 14px !important;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    font-size: 14px !important;
}




/************************************* Home Last Articles ***********************/

.pnl-last-articles {
    box-shadow: none;
    border: none;
    margin-top: 70px;
    margin-bottom: 40px;
    padding: 0 70px;
}

    .pnl-last-articles header h1 {
        color: #C8C8C8;
        padding-right: 20px;
        font-size: 80px;
        line-height: 1;
        z-index: 2;
        position: relative;
        margin-bottom: -28px;
    }

.carousel-article-container {
    position: relative;
    height: 288px;
    padding-top: 24px;
}

    .carousel-article-container:before {
        content: "";
        background-color: #f5f5f5;
        width: 50%;
        height: 288px;
        position: absolute;
        top: 0;
        right: -9px;
    }

.article-box {
    /*display: flex;
	flex-direction: row;
	justify-content: space-between;*/
    position: relative;
}

.article-cover {
    position: absolute;
    background-color: rgba(51, 51, 51, 0.8);
    width: 280px;
    height: 240px;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: visibility 0s, opacity 0.2s linear;
    opacity: 0;
    top: 0;
    right: 0;
}

    .article-cover .btn-link-hilo {
        border-color: #fff;
        color: #fff;
        line-height: 30px;
    }

        .article-cover .btn-link-hilo img {
            opacity: 1;
        }

.article-box:hover .article-cover {
    opacity: 1;
}

.article-img {
    width: 280px;
    height: 240px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

    .article-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.article-info {
    text-align: center;
    width: calc(100% - 280px);
    padding-right: 20px;
    display: inline-block;
    height: 240px;
    vertical-align: middle;
}

.article-headline {
}

    .article-headline a {
        color: #212631;
        outline: none;
        text-align: right;
    }

    .article-headline h4 {
        font-size: 30px;
        line-height: 46px;
        color: #333;
        margin-bottom: 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.article-summary {
    text-align: right;
    font-size: 16px;
    line-height: 25px;
    color: #333;
    /*height: 130px;*/
    overflow: hidden;
    max-height: 175px;
    padding-left: 15px;
}

.carousel-article-buttons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}


@media only screen and (max-width : 480px) {
    .flickity-slider {
    }

    .carousel-article-container {
        position: relative;
        height: 140px;
        padding-top: 24px;
    }

    .pnl-last-articles {
        box-shadow: none;
        border: none;
        margin-top: 70px;
        margin-bottom: 40px;
        padding: 0;
    }

        .pnl-last-articles header h1 {
            font-size: 32px;
            margin-bottom: -21px;
            padding-right: 15px;
            font-family: YekanBakh-Medium;
        }

    .carousel-article-container:before {
        width: 100%;
        height: 152px;
        right: 0;
        top: 10px;
    }

    .article-img {
        width: 144px;
        height: 124px;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
    }

    .article-info {
        text-align: center;
        width: calc(100% - 144px);
        padding-right: 20px;
        display: inline-block;
        height: 124px;
        vertical-align: middle;
    }

    .article-headline h4 {
        font-size: 20px;
        line-height: 31px;
        margin-bottom: 0;
    }

    .article-summary {
        font-size: 10px;
        line-height: 21px;
        max-height: 105px;
        font-family: YekanBakh-Medium;
    }

    .carousel-article-buttons .btn-carousel-prev {
        height: 12px;
        width: 21px;
        background-image: url(../Images/prev-xs.png);
    }

    .carousel-article-buttons .btn-carousel-next {
        height: 12px;
        width: 21px;
        background-image: url(../Images/next-xs.png);
    }
}

/****************************************/
.pnl-special-products {
    box-shadow: none;
    border: none;
    margin-top: 70px;
    margin-bottom: 120px;
    padding: 0 70px;
    position: relative;
}

    .pnl-special-products header h1 {
        color: #C8C8C8;
        padding-right: 20px;
        font-size: 80px;
        line-height: 1;
        z-index: 2;
        position: relative;
    }

    .pnl-special-products:before {
        content: "";
        background-color: #f5f5f5;
        width: 35%;
        height: 50%;
        position: absolute;
        top: 52px;
    }

.carousel-product-container {
    margin-right: 50px;
    margin-top: 10px;
    position: relative;
}


.carousel-product-buttons {
    display: flex;
    justify-content: space-between;
    width: 75%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.carousel-product-item {
    position: relative;
}

.carousel-product-mockup-box {
    width: 75%;
    height: 590px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.carousel-product-info-box {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 400px;
}

.carousel-product-title-box {
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 5px 10px;
    opacity: 0.8;
}

.carousel-product-code {
    font-family: Roboto;
    font-weight: bold;
    color: #333;
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 5px;
}

.carousel-product-title {
    color: #707070;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
}

.carousel-product-img-box {
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width :480px) {
    .pnl-special-products {
        box-shadow: none;
        border: none;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        position: relative;
    }

        .pnl-special-products header h1 {
            color: #C8C8C8;
            padding-right: 12px;
            font-size: 32px;
            line-height: 1;
            z-index: 2;
            position: relative;
            font-family: YekanBakh-Medium;
        }

        .pnl-special-products:before {
            content: "";
            background-color: #f5f5f5;
            width: 200px;
            height: 160px;
            position: absolute;
            top: 21px;
            right: 0;
        }

    .carousel-product-container {
        margin: 15px 5px 50px 0;
        position: relative;
    }

        .carousel-product-container .item {
            height: 186px;
        }

        .carousel-product-container .btn-carousel-prev-filled {
            height: 30px;
            width: 30px;
            background-size: 21px auto;
        }

        .carousel-product-container .btn-carousel-next-filled {
            height: 30px;
            width: 30px;
            background-size: 21px auto;
        }

    .carousel-product-buttons {
        display: flex;
        justify-content: space-between;
        width: 284px;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .carousel-product-item {
        position: relative;
    }

    .carousel-product-mockup-box {
        width: 284px;
        height: 186px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .carousel-product-info-box {
        position: absolute;
        left: 0;
        top: 80px;
        transform: none;
        width: 160px;
    }

    .carousel-product-title-box {
        background-color: #f5f5f5;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: flex-start;
        padding: 3px 10px;
        opacity: 0.8;
    }

    .carousel-product-code {
        font-family: Roboto;
        font-weight: bold;
        color: #333;
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 0;
        margin-right: 7px;
        display: inline-block;
    }

    .carousel-product-title {
        color: #707070;
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 10px;
        line-height: 12px;
        display: inline-block;
    }

    .carousel-product-img-box {
        height: 35px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}
/*************** Parallax **************/
.parallax-container {
    min-height: 240px;
    width: 100%;
    background: transparent;
    margin-bottom: 50px;
}

.parallax-des {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50);
    text-align: center;
}

@media (min-width: 768px) {
    .parallax-container {
        min-height: 400px;
    }
}

/******************************* Carousel Ads Home ******************************/
.carousel-ads-home {
    margin-bottom: 10px;
}

    .carousel-ads-home[role='slider'] {
        margin-bottom: 0;
    }

.flickity-prev-next-button:disabled {
    /*opacity: 1;*/
}

.carousel-ads-home li {
    width: 100%;
}

.carousel-ads-home .flickity-prev-next-button {
    background-color: transparent;
}

    .carousel-ads-home .flickity-prev-next-button:focus, .carousel-ads-home .flickity-prev-next-button:active {
        box-shadow: none;
    }

.ads-box {
    display: block;
    height: 450px;
    position: relative;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0, .2);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0, .2);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0, .2);
}

    .ads-box img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

@media only screen and (max-width : 480px) {
    .ads-box {
        height: 240px;
    }
}

.modal-title {
    font-size: 20px;
    font-family: YekanBakh-Medium;
    color: #333;
}

.modal-content .modal-body {
    overflow: hidden;
}

.errorbox {
    width: 100%;
    padding: 5px 15px;
    border: solid 0px #16555c;
    border-radius: 5px;
    color: #16555c;
    margin-top: 10px;
    font-weight: bold;
}

    .errorbox img {
        vertical-align: middle;
        margin-left: 20px;
        width: 32px;
    }

.modal-header {
    background: #f2f2f2;
    text-align: center;
}

.message-danger {
    text-align: center !important;
    background: #f2f2f2 !important;
    color: #333 !important;
    border-bottom: solid 1px #ddd;
}

    .message-danger .modal-title {
        color: #333 !important;
    }

    .message-danger:before {
        content: url('../Images/warningbox-small.png'); /* with class ModalCarrot ??*/
        float: right;
        width: 32px;
    }


.message-success {
    text-align: center !important;
    background: #f2f2f2 !important;
    color: #333 !important;
    border-bottom: solid 1px #ddd;
}

    .message-success .modal-title {
        color: #333 !important;
    }

.validation-box {
    height: 18px;
    line-height: 1;
}

.validation-purple {
    color: #ff4a4a;
    font-size: 16px;
    line-height: 25px;
}

#MessageModal .modal-dialog {
    width: 520px;
    position: absolute;
    margin: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin-top: -50px;
}

.modal-msg-text {
    font-family: YekanBakh;
    font-size: 16px;
    line-height: 28px;
    margin-top: 13px;
    padding: 0 15px;
}

.message-modal-text-en .modal-msg-text {
    font-family: YekanBakh;
    font-size: 16px;
    line-height: 28px;
    margin-top: 13px;
    padding: 0 15px;
    text-align: left;
    direction: ltr;
}

.modal-icon {
    position: absolute;
    right: 10px;
    height: 26px;
    line-height: 26px;
    width: 26px;
    top: 9px;
    text-align: center;
}

    .modal-icon i {
        font-size: 20px;
        line-height: 1;
    }

    .modal-icon img {
        height: 100%;
    }

.btn-message-modal {
    display: block;
    height: 40px;
    line-height: 42px;
    text-align: center;
    align-items: center;
    border: 1px solid #327078;
    border-radius: 3px;
    color: #327078;
    font-size: 18px;
    font-weight: 500;
    outline: none;
    text-decoration: none;
    width: 140px;
    margin: 35px auto 13px auto;
    cursor: pointer;
    font-family: YekanBakh-Medium;
}

.btn-purple, .btn-purple:hover, .btn-purple:focus, .btn-purple:active {
    background-color: #16555c;
    color: #fff;
    border: 2px solid #16555c;
    outline: none;
    height: 40px;
    min-width: 140px;
}

.btn-green, .btn-green:hover, .btn-green:focus, .btn-green:active {
    background-color: #144930;
    color: #fff;
    border: 2px solid #144930;
    outline: none;
    height: 40px;
    min-width: 140px;
}

    .btn-purple[disabled], .btn-green[disabled], .btn-green.disabled {
        background-color: #707070;
        border: 2px solid #707070;
        opacity: 1;
    }



@media (max-width: 768px) {


    .tooltip-inner {
        word-wrap: break-word;
        width: 100%;
        white-space: pre-line;
    }

    .signin-link-box {
        display: block;
        margin-top: 40px;
    }

    #LoginModal .modal-dialog, #ForgetPassModal .modal-dialog, #MessageModal .modal-dialog {
        width: 95%;
    }

    .image-upload-container {
        height: 230px;
        overflow: hidden;
    }

    .profile-tabs {
        /*display: none;*/
    }

    .carousel-box .carousel-control.left {
        left: 38px !important;
    }

    .carousel-box .carousel-control.right {
        right: 23px !important;
    }

    .product-slider .flickity-prev-next-button.previous {
        right: -19px !important;
    }


    .product-slider .flickity-prev-next-button.next {
        left: -15px !important;
    }

    .brand-slider .flickity-prev-next-button.next {
        left: -15px !important;
    }

    .brand-slider .flickity-prev-next-button.previous {
        right: -19px !important;
    }

    .product-title-box lable {
        text-align: center;
        display: block;
    }

    .product-code {
        text-align: center !important;
        display: block;
    }
}








/*new code*/
@media (max-width: 768px) {
    .container {
        /* padding: 10px;*/
    }

    .flickity-page-dots {
        background: transparent;
    }

        .flickity-page-dots .dot {
            background: #c8c8c8;
            margin: 0 2px;
            width: 7px;
            height: 7px;
        }

            .flickity-page-dots .dot.is-selected {
                padding: 0 10px;
                border-radius: 5px;
            }

    .flickity-rtl .flickity-prev-next-button {
        display: none;
    }



    .profiledIcon {
        width: 70px;
    }

        .profiledIcon .fa-angle-down {
            float: left;
            color: #333;
        }

        .profiledIcon img {
            float: left;
            margin-left: 20px;
        }

        .profiledIcon .fa-angle-up {
            color: #6d1040;
        }

    .panel-heading {
        margin-top: 10px;
        padding-right: 5px;
    }

    /* .panel-heading h4 {
            font-size: 11px;
            color: #333;
            background: white;
            margin-top: 7px;
        }*/

    .readAllHeadingPanel {
        font-size: 9px;
        color: #1288b4 !important;
        margin-top: 6px;
    }

    .headingPanelAngel {
        float: left;
        z-index: 2;
        background-color: #fff;
        position: relative;
        padding-top: 0;
        font-size: 15px;
    }

        .headingPanelAngel i {
            padding: 0px;
            display: inline-block;
        }

        .headingPanelAngel .fa-angle-right {
            margin-left: -3px;
            z-index: 999999;
            position: relative;
        }

    .no-padding-xs {
        padding: 0px !important;
    }

    .search-box-xs {
        margin: 0 10px;
    }

        .search-box-xs .txtSearch_Mobile {
            border: solid 2px #6d1040 !important;
            border-radius: 0 20px 20px 0;
            padding: 0 10px;
            width: 88%;
        }

            .search-box-xs .txtSearch_Mobile::placeholder {
                font-size: 11px !important;
                color: black;
            }

        .search-box-xs #btnSearch_Mobile_Div {
            background: #6d1040;
            display: inline-block;
            color: white;
            width: 12%;
            margin-left: -10px;
            position: absolute;
            padding: 0 0;
            text-align: center;
            border-radius: 20px 0 0 20px;
            font-size: 20px;
        }

    .carousel-cell.col-xs-4 {
        padding: 0px;
        margin: 0 5px !important;
    }

    #Flicility1 .carousel-cell, #Flicility2 .carousel-cell, #Flicility3 .carousel-cell {
        width: 45%;
        margin: 0 7px !important;
    }

    .product-img-box {
        /*border-bottom: solid 1px #eaeaea;*/
    }

    .goto-top-box-mobile {
        position: fixed;
        bottom: 20px;
        right: 10px;
        background: #6d1040;
        display: inline-block;
        border-radius: 50%;
        color: white;
        font-size: 13px;
        width: 25px;
        text-align: center;
        z-index: 9999999 !important;
        cursor: pointer;
        opacity: .5;
    }

        .goto-top-box-mobile:hover {
            opacity: 1;
        }

    #footerDescriptionAboutUs {
        text-align: justify;
        font-size: 10px;
        line-height: 16px;
        padding: 0 10px;
    }

    #footerDescriptionAboutUs_Hidden {
        overflow: hidden;
        height: 34px;
    }

    #footerDescriptionAboutUs_More {
        color: #1288b4;
        display: block;
        text-align: center;
        margin: 10px 0;
        font-size: 10px;
        cursor: pointer;
    }

    .footerTel a {
        font-size: 10px !important;
    }

    .footermail a {
        font-size: 10px !important;
    }

    .top-footer {
        padding: 10px 0px 0px;
    }

    .footer-call-time {
        margin-bottom: 2px;
    }

    .top-footer .tel-icon {
        width: 18px;
        height: 18px;
    }

    /*.main-footer {
        padding: 10px 0;
    }*/

    #Flicility5, #Flicility6 {
        margin-right: 10px;
    }

        #Flicility5 a, #Flicility6 a {
            display: block ruby;
            padding: 5px 5px;
            background: #fef2f9;
            border: solid 1px #16555c;
            color: #16555c;
            border-radius: 3px;
            margin: 0 3px;
            text-align: center;
            font-size: 10px;
        }

    .CatSlider .panel-heading h4 {
        margin-bottom: 10px !important;
    }

    .CatSlider {
        margin-bottom: 10px !important;
    }

    .brand-slider .carousel-cell {
        width: 33%;
    }

    .brand-box {
        width: 120px;
    }

    .product-slider {
        margin-bottom: 10px !important;
    }

    .brand-container {
        padding: 0 0 !important;
    }

    .top-footer .footer-call-time {
        font-size: 9px;
    }

    /* .container {
        width: 100%;
        padding: 0px;
    }*/

    .padding5px {
        padding: 0 10px 0 5px;
    }

    .whyDecorXsImg {
        text-align: center;
        margin-bottom: 10px;
        vertical-align: top;
    }

    .whyDecorXsTitle {
        text-align: center;
        color: #6d1040;
        font-size: 11px;
    }

    .whyDecorXs.content-item:hover {
        border-radius: 0;
        border: 0;
    }

    .whyDecorXs {
        height: 150px;
        background-color: #fff;
        display: inline-block;
        padding: 0 0 0 0;
        color: #333;
        border-radius: 0;
        border: 0;
        width: 45%;
        margin: 5px;
        background-repeat: no-repeat;
        background-position: center top 15px;
        background-size: auto 90px;
    }
}

/*.navbar-collapse-main {
    position: fixed;
    top: 50px;
    width: 60%;
}*/
.contact-text-container {
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    margin-bottom: 125px;
}

.contact-text-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 32%;
    border-left: 2px solid rgba(51,51,51,0.3);
    padding: 10px 0;
}

    .contact-text-item:last-child {
        border: none;
    }

    .contact-text-item img {
        margin-bottom: 35px;
    }

    .contact-text-item.en span {
        margin: 0 auto 20px auto;
        display: flex;
        height: 64px;
        font-size: 24px;
        align-items: center;
        justify-content: center;
        line-height: 32px;
        direction: ltr;
        width: 80%;
    }

    .contact-text-item span {
        margin: 0 auto 20px auto;
        display: flex;
        height: 64px;
        font-size: 25px;
        align-items: center;
        justify-content: center;
        line-height: 39px;
        direction: ltr;
        width: 80%;
    }

        .contact-text-item span.address {
            font-size: 20px;
            line-height: 32px;
            direction: rtl;
            width: 80%;
        }

@media (max-width : 480px) {
    .contact-text-container {
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 50px 45px 0 45px;
        margin-bottom: 0;
    }

    .contact-text-item.en {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        border-left: none;
        border-bottom: 1px solid #e6e6e6;
        padding: 31px 0 0 0;
    }

        .contact-text-item.en:last-child {
            border-bottom: none;
        }

        .contact-text-item.en:nth-child(1) img {
            height: 32px;
            margin-bottom: 14px;
        }

        .contact-text-item.en:nth-child(3) img {
            height: 28px;
            margin-bottom: 14px;
        }

    .contact-text-item:nth-child(5) img {
        height: 32px;
        margin-bottom: 14px;
    }

    .contact-text-item.en span {
        margin: 0 auto 19px auto;
        font-size: 18px;
        line-height: 28px;
        width: 100%;
        height: auto;
    }

        .contact-text-item.en span.address {
            font-size: 16px;
            line-height: 26px;
            width: 80%;
        }
    /*=======================================*/
    .contact-text-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        border-left: none;
        border-bottom: 1px solid #e6e6e6;
        padding: 31px 0 0 0;
    }

        .contact-text-item:last-child {
            border-bottom: none;
        }

        .contact-text-item:nth-child(1) img {
            height: 32px;
            margin-bottom: 14px;
        }

        .contact-text-item:nth-child(3) img {
            height: 28px;
            margin-bottom: 14px;
        }

        .contact-text-item:nth-child(5) img {
            height: 32px;
            margin-bottom: 14px;
        }

        .contact-text-item span {
            margin: 0 auto 23px auto;
            font-size: 18px;
            line-height: 28px;
            width: 100%;
            height: auto;
        }

            .contact-text-item span.address {
                font-size: 14px;
                line-height: 26px;
                width: 80%;
            }
}
/********************************************/
.map-container {
    position: relative;
    height: 600px;
    max-width: 1440px;
    margin: auto;
}

.map-box {
    position: absolute;
    height: 440px;
    left: 14.2%;
}

    .map-box:before {
        content: "";
        background-color: #f5f5f5;
        width: 555px;
        height: 350px;
        position: absolute;
        top: -16px;
        left: -16px;
        z-index: -1;
    }

    .map-box a {
        display: inline-block;
        height: 50px;
        width: 50px;
        background-color: rgba(51,51,51,0.6);
        left: 20px;
        bottom: 20px;
        background-image: url(../Images/search-white.png);
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out; /* firefox */
        -webkit-transition: all .3s ease-in-out; /* safari and chrome */
        -o-transition: all .3s ease-in-out; /* opera */
        -ms-transition: all .3s ease-in-out;
    }

        .map-box a:hover {
            background-color: rgba(51,51,51,0.9);
        }

.carousel-ads-box {
    position: absolute;
    right: 13.9%;
    top: 177px;
    height: 312px;
    width: 500px;
}

    .carousel-ads-box:before {
        content: "";
        background-color: #f5f5f5;
        width: 384px;
        height: 264px;
        position: absolute;
        top: 60px;
        right: -12px;
        z-index: -1;
    }

    .carousel-ads-box .item {
        height: 312px;
    }

.carousel-ads-item {
    position: relative;
    width: 500px;
    height: 312px;
}


.carousel-ads-buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}



.carousel-ads-img-box {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width : 480px) {
    .map-container {
        position: relative;
        height: 320px;
        max-width: calc(100% - 30px);
        margin: auto;
        margin-bottom: 70px;
    }

    .map-box {
        height: 180px;
        width: 100%;
        left: 0;
    }

        .map-box a {
            height: 30px;
            width: 30px;
            left: 10px;
            top: 10px;
            background-size: 17px 18px;
        }

        .map-box:before {
            display: none;
        }

    .carousel-ads-box {
        position: absolute;
        right: 13.9%;
        top: 177px;
        height: 160px;
        width: 260px;
    }

        .carousel-ads-box:before {
            content: "";
            background-color: #f5f5f5;
            width: 220px;
            height: 140px;
            position: absolute;
            top: -10px;
            right: -10px;
            z-index: 1;
        }

        .carousel-ads-box .item {
            height: 160px;
            z-index: 1;
        }

    .carousel-ads-item {
        position: relative;
        width: 260px;
        height: 160px;
    }
}
/***************************************/

.home-contactus-container-en {
    padding: 30px 0 10px 0;
    margin: 120px 0 190px 0;
    height: 600px;
    position: relative;
}

    .home-contactus-container-en header h1 {
        font-size: 80px;
        position: absolute;
        left: 84px;
        top: -25px;
        color: #333;
        z-index: 2;
        font-family: YekanBakh-Heavy;
    }

    .home-contactus-container-en .cover {
        position: absolute;
        left: 50px;
        top: 0;
        color: #c8c8c8;
        height: 600px;
    }





.home-contactus-form-en {
    background-color: rgba(245, 245, 245, 0.90);
    width: 544px;
    height: 506px;
    position: absolute;
    top: 158px;
    right: 20px;
    padding: 46px 40px 40px 40px;
    /*opacity: 0.8;*/
    direction: ltr;
}

    .home-contactus-form-en .form-header {
        display: block;
        margin-bottom: 41px;
    }

.form-field-en {
    position: relative;
    margin-bottom: 48px;
}

.form-field-en-last {
    margin-bottom: 40px;
}

.form-field-en input[type=text] {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(51,51,51,0.2);
    display: block;
    width: 100%;
    color: #333;
    font-weight: bold;
    padding-left: 10px;
    height: 31px;
}

.form-field-en textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(51,51,51,0.2);
    display: block;
    width: 100%;
    color: #333;
    font-weight: bold;
    padding-left: 10px;
    resize: none;
    height: 50px;
    line-height: 1.5;
}

.form-field-en .wrong {
    border-bottom: 1px solid #ff4a4a !important;
}

.form-field-en input + label {
    position: absolute;
    left: 10px;
    top: 0px;
    transition: transform 200ms ease;
    /* You have to use this to make it clickable through*/
    pointer-events: none;
    color: #808080;
    line-height: 25px;
}

.form-field-en textarea + label {
    position: absolute;
    left: 10px;
    top: 5px;
    transition: transform 200ms ease;
    /* You have to use this to make it clickable through*/
    pointer-events: none;
    color: #808080;
    line-height: 25px;
}

.form-field-en input:focus + label,
.form-field-en input + label.freeze {
    transform: translateY(-30px);
}

.form-field-en textarea:focus + label,
.form-field-en textarea + label.freeze {
    transform: translateY(-30px);
}

.home-contactus-form-en .btn-hilo {
    height: 52px;
    color: #fff;
    width: 344px;
    font-size: 20px;
}

.popupmsg-body-en .public-msg-box {
    font-size: 18px;
}

@media (max-width : 480px) {
    .home-contactus-container-en {
        padding: 30px 0 10px 0;
        margin: 0;
        height: 808px;
        position: relative;
    }

        .home-contactus-container-en header h1 {
            font-size: 26px;
            position: absolute;
            left: 84px;
            top: 170px;
            color: #333;
            z-index: 2;
            font-family: YekanBakh-Heavy;
            line-height: 40px;
        }

    .home-contactus-form-en {
        background-color: rgb(245 245 245 / 0.90);
        width: 300px;
        height: 650px;
        position: absolute;
        top: 158px;
        right: 50%;
        transform: translateX(50%);
        padding: 65px 30px 30px 30px;
        /*opacity: 0.8;*/
        direction: ltr;
    }

        .home-contactus-form-en .form-header {
            display: block;
            margin-bottom: 41px;
            text-align: center;
        }

    .home-contactus-container-en .cover {
        position: absolute;
        left: 0;
        top: 0;
        color: #c8c8c8;
        width: 100%;
        height: auto;
    }

    .home-contactus-form-en .btn-hilo {
        height: 40px;
        color: #fff;
        width: 240px;
        font-size: 14px;
    }

    .form-field-en-last {
        margin-bottom: 25px;
    }
}
/****************************************************************/

.home-contactus-container {
    padding: 30px 0 10px 0;
    margin: 50px 0 200px 0;
    height: 600px;
    position: relative;
}

    .home-contactus-container header h1 {
        font-size: 30px;
        position: absolute;
        right: 60px;
        top: 50px;
        color: #333;
        z-index: 2;
        font-weight: bold;
    }

    .home-contactus-container .cover {
        position: absolute;
        left: 50px;
        top: 0;
        color: #c8c8c8;
        height: 600px;
    }





.home-contactus-form {
    background-color: #eee;
    width: 544px;
    position: absolute;
    top: 153px;
    right: 20px;
    padding: 46px 40px 40px 40px;
    opacity: 0.9;
}

    .home-contactus-form .form-header {
        display: block;
        margin-bottom: 41px;
        padding-right: 10px;
    }

.form-field {
    position: relative;
    margin-bottom: 48px;
}

    .form-field input[type=text] {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid rgba(51,51,51,0.2);
        display: block;
        width: 100%;
        color: #000;
        font-weight: bold;
        padding-left: 10px;
        height: 31px;
    }

    .form-field textarea {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid rgba(51,51,51,0.2);
        display: block;
        width: 100%;
        color: #000;
        font-weight: bold;
        padding-left: 10px;
        resize: none;
        height: 50px;
        line-height: 1.5;
    }

    .form-field .wrong {
        border-bottom: 1px solid #ff4a4a !important;
    }

    .form-field input + label {
        position: absolute;
        right: 10px;
        top: 0;
        transition: transform 200ms ease;
        /* You have to use this to make it clickable through*/
        pointer-events: none;
        color: #808080;
        line-height: 25px;
    }

    .form-field textarea + label {
        position: absolute;
        right: 10px;
        top: 0;
        transition: transform 200ms ease;
        /* You have to use this to make it clickable through*/
        pointer-events: none;
        color: #808080;
        line-height: 25px;
    }

    .form-field input:focus + label,
    .form-field input + label.freeze {
        transform: translateY(-30px);
    }

    .form-field textarea:focus + label,
    .form-field textarea + label.freeze {
        transform: translateY(-30px);
    }

.home-contactus-form .btn-hilo {
    height: 52px;
    color: #fff;
    width: 344px;
    font-size: 20px;
}

.error-text {
    text-align: right;
    display: block;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 9px;
}

.home-contactus-form .error-box {
    margin: 0 auto 25px auto;
    font-family: YekanBakh-Medium;
    height: 28px;
    text-align: right;
}

    .home-contactus-form .error-box span {
        font-size: 16px;
        color: #ff4a4a;
        position: relative;
        display: inline-block;
        height: 25px;
        line-height: 28px;
        padding-right: 26px;
    }

        .home-contactus-form .error-box span:not(:empty):before {
            content: "";
            width: 19.99px;
            height: 18.3px;
            display: block;
            position: absolute;
            right: 0;
            top: 3px;
            background: url(../Images/login-attention.png) no-repeat;
            background-size: 100%;
            z-index: 99;
        }

@media (max-width : 480px) {

    .home-contactus-container {
        padding: 30px 0 10px 0;
        margin: 0 0 200px 0;
        height: 600px;
        position: relative;
    }

        .home-contactus-container header h1 {
            font-size: 20px;
            position: absolute;
            right: 0;
            left: 0;
            margin: auto;
            top: 170px;
            color: #333;
            z-index: 2;
            font-weight: bold;
            text-align: center;
        }

        .home-contactus-container .cover {
            position: absolute;
            left: 0;
            top: 0;
            color: #c8c8c8;
            height: initial;
            width: 100%;
        }

    .home-contactus-form {
        background-color: #eee;
        width: calc(100% - 20px);
        position: absolute;
        top: 153px;
        right: 10px;
        padding: 64px 30px 30px 30px;
        opacity: 0.9;
    }

        .home-contactus-form .form-header {
            display: block;
            margin-bottom: 41px;
            padding-right: 0;
            font-size: 14px;
            text-align: center;
        }

        .home-contactus-form .btn-hilo {
            height: 40px;
            color: #fff;
            width: 240px;
            font-size: 14px;
        }

        .home-contactus-form .form-field input + label {
            font-size: 12px;
            line-height: 19px;
        }

        .home-contactus-form .form-field textarea + label {
            font-size: 12px;
            line-height: 19px;
        }

        .home-contactus-form .form-field input[type=text] {
            font-weight: normal;
            font-size: 14px;
        }

    .form-field textarea {
        font-weight: normal;
        font-size: 14px;
    }

    .home-contactus-form .form-field input:focus + label,
    .home-contactus-form .form-field input + label.freeze {
        transform: translateY(-18px);
    }

    .home-contactus-form .form-field textarea:focus + label,
    .home-contactus-form .form-field textarea + label.freeze {
        transform: translateY(-18px);
    }

    .home-contactus-form .form-field {
        position: relative;
        margin-bottom: 44px;
    }

    .home-contactus-form .home-contactus-form .form-field-last {
        margin-bottom: 57px;
    }

    .home-contactus-form .error-box {
        margin: 5px auto 20px auto;
        font-family: YekanBakh-Medium;
        height: 28px;
        text-align: right;
        width: 240px;
    }

        .home-contactus-form .error-box span {
            font-size: 14px;
            color: #ff4a4a;
            position: relative;
            display: inline-block;
            height: 25px;
            line-height: 28px;
            padding-right: 37px;
        }

            .home-contactus-form .error-box span:not(:empty):before {
                content: "";
                width: 19.99px;
                height: 18.3px;
                display: block;
                position: absolute;
                right: 11px;
                top: 3px;
                background: url(../Images/login-attention.png) no-repeat;
                background-size: 100%;
                z-index: 99;
            }
}
