@font-face {
    font-family: irsans;
    font-display: swap;
    src: url(../fonts/iransansweb.woff) format("woff");
    src: url(../fonts/iransansweb.eot) format("embedded-opentype");
    src: url(../fonts/iransansweb.svg) format("svg");
    src: url(../fonts/iransansweb.ttf) format("truetype")
}

*,
span {
    font-family: irsans, serif!important
}

body {
    background-color: #ffffff
}

.full {
    width: 100%
}

.all-zero {
    top: 50px;
    left: 0;
    bottom: 0;
    right: 0
}

.center {
    text-align: center
}

ul {
    list-style: none
}


/*header{position:relative}*/

header nav {
    /*-webkit-transition:top 2s;-moz-transition:top 2s;-ms-transition:top 2s;-o-transition:top 2s;transition:top 2s;*/
    border-bottom: 2px solid #ecf0f1;
    padding: 0 40px;
    /*display: flex;*/
    /*justify-content: space-between;*/
    position: absolute;
    top: 50px;
    height: 75px;
    z-index: 99999
}

header nav i.fa-bars {
    color: #f0f0f0;
    line-height: 75px;
    font-size: 2em;
    display: none;
    cursor: pointer
}

@media (max-width:1200px) {
    header nav i.fa-bars {
        display: block;
        margin-right: 10px
    }
    header nav {
        padding: 0 20px 0 15px;
    }
}

@media screen and (min-width:1200px) {
    header nav .info-and-downloads {
        margin: 0 15px !important;
        display: flex !important;
    }
    header nav .logo {
        display: flex !important;
        align-items: center !important
    }
}

header nav .info-and-downloads {
    display: none
}

header nav .blue-logo {
    display: none!important
}

header nav>.menu {
    position: relative
}

header nav>.menu .wrapper {
    z-index: 40;
    -webkit-transition: right .5s;
    -moz-transition: right .5s;
    -ms-transition: right .5s;
    -o-transition: right .5s;
    transition: right .5s
}

@media screen and (max-width:1200px) {
    header nav>.menu .wrapper {
        position: fixed;
        top: 0;
        bottom: 0;
        right: -100%;
        background-color: #ecf0f1;
        width: 65%
    }
    header nav>.menu .wrapper ul {
        flex-direction: column
    }
    header nav>.menu .wrapper ul li {
        text-align: right;
        padding: 0!important;
        line-height: 50px!important
    }
    header nav>.menu .wrapper ul li a {
        color: #111!important;
        font: 600 15px/17px irsans!important
    }
}

header nav>.menu .wrapper .fk {
    position: relative;
    height: 100%
}

header nav>.menu .wrapper .fk #remove {
    position: absolute;
    display: none;
    left: 30px;
    color: #3949ab;
    font-size: 2em;
    text-align: left;
    z-index: 50;
    cursor: pointer
}

@media screen and (max-width:1200px) {
    header nav>.menu .wrapper .fk #remove {
        display: block
    }
}

header nav>.menu .wrapper .fk .referral {
    position: absolute;
    bottom: 0;
    background-color: #f9c33a;
    width: 100%;
    right: 0;
    text-align: right;
    padding: 10px
}

@media screen and (min-width:1200px) {
    header nav>.menu .wrapper .fk .referral {
        display: none
    }
}

header nav>.menu .wrapper .fk .referral i {
    font-size: 1.3em
}

header nav>.menu .wrapper .fk .referral span {
    font-size: .5em
}

header nav>.menu .wrapper .fk .buttons {
    flex-direction: column
}

header nav>.menu .wrapper .fk .buttons .right-sec {
    font-size: .8em;
    line-height: 28px
}

header nav>.menu .wrapper .fk .buttons a {
    margin: 12px auto;
    min-width: 160px
}

header nav>.menu .wrapper .fk .buttons a .left-sec .title {
    font-size: .9em;
    font-weight: 900;
    line-height: 28px
}

@media screen and (min-width:1200px) {
    header nav>.menu .wrapper .fk .buttons {
        display: none
    }
}

header nav>.menu .wrapper .fk .sabt {
    text-align: right;
    padding: 15px 0
}

header nav>.menu .wrapper .fk .sabt a,
header nav>.menu .wrapper .fk .sabt i {
    color: #3949ab;
    font-size: 1.2em
}

@media screen and (min-width:1200px) {
    header nav>.menu .wrapper .fk .sabt {
        display: none
    }
}

@media screen and (max-width:1200px) {
    header nav>.menu .wrapper .fk {
        padding: 10%
    }
}

header nav>.menu .wrapper ul {
    padding: 0;
    margin: 0 40px 0 0;
    list-style: none;
    display: flex;
    float: right;
}

header nav>.menu .wrapper ul>li {
    line-height: 64px;
    padding: 0 10px
}

header nav>.menu .wrapper ul>li a {
    font: 500 16px irsans;
    text-decoration: none;
    text-align: center;
    color: #ecf0f1
}

header nav>.menu .wrapper ul>li a:hover {
    color: #f9c33a
}

header nav>.menu .wrapper ul>li:first-child {
    padding-right: 0
}

header nav>.logo>a {
    height: 100%;
    display: flex
}

header nav>.logo>a .image {
    display: flex;
    justify-content: center;
    align-items: center
}

header nav>.logo>a .image img {
    height: 33px;
    display: block
}

header nav>.logo>a .logo-text {
    padding: 0 0 0 20px
}

header nav>.logo>a .logo-text>.en,
header nav>.logo>a .logo-text>.fa {
    line-height: 35px;
    color: #ecf0f1;
    font-weight: 600
}

header nav>.logo>a .logo-text>.fa {
    font-weight: 900
}

header nav>.logo>a .en,
header nav>.logo>a .fa {
    width: 100%
}

header nav.fixed {
    position: fixed;
    background-color: #192783;
    -webkit-box-shadow: 2px 2px 13px #b1b1b1;
    -moz-box-shadow: 2px 2px 13px #b1b1b1;
    box-shadow: 2px 2px 13px #b1b1b1
}

header nav.fixed .info-and-downloads {
    margin: 0 15px;
    display: flex
}

header nav.fixed .info-and-downloads .widget a {
    width: 185px;
    background: 0 0;
    border: 2px solid #fff;
    color: #fff;
    margin: 0 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

header nav.fixed .info-and-downloads .widget a:hover {
    background-color: #3949ab;
    color: #f0f0f0
}

header nav.fixed i.fa-bars {
    color: #fff
}

@media screen and (max-width:1200px) {
    header nav.fixed .info-and-downloads {
        display: none!important
    }
}

header nav.fixed .blue-logo {
    display: block!important
}

header nav.fixed .blue-white {
    display: none!important
}

header nav.fixed .logo {
    display: flex;
    align-items: center
}

header nav.fixed .logo a .logo-text .en,
header nav.fixed .logo a .logo-text .fa {
    color: #3949ab
}

header nav.fixed .menu .wrapper ul>li>a {
    color: #fff
}

header>.slider {
    /*background-size:cover;background-position:center;background-attachment:fixed;position:relative;overflow:hidden;*/
    height: 450px
}


/*@media screen and (max-width:768px){header>.slider{height:780px;}}*/


/*@media screen and (min-width:401px) and (max-width:768px) {header>.slider{height:800px;}}*/

.img-banner {
    width: 98%
}

@media screen and (max-width:768px) {
    .img-banner {
        width: 98%;
        margin-top: -30px;
    }
}

@media screen and (max-width:768px) and (min-width:500px) {
    .img-banner {
        width: 50%;
        margin-top: 0px;
    }
}

@media screen and (min-width:769px) {
    .img-banner {
        width: 65%;
        margin-top: -60px;
    }
}


/*@media screen and (max-width:350px){header>.slider {height:715px;}}*/

header>.slider .bk {
    background-color: #192783;
    border-bottom-left-radius: 220px;
    position: absolute;
    height: 95%;
    z-index: 2
}

@media screen and (max-width:768px) {
    header>.slider .bk {
        border-bottom-left-radius: 0px;
    }
}

header>.slider .slider-widgets {
    flex-direction: column;
    text-align: center;
    position: absolute;
    color: #ecf0f1;
    justify-content: space-around;
    align-items: center
}

@media screen and (max-width:768px) {
    header>.slider .slider-widgets {
        margin-top: 100px;
    }
}

header>.slider .slider-widgets .cont {
    color: #f9c33a;
    font-size: 2em
}

header>.slider .slider-widgets .info-and-downloads {
    display: flex;
    margin: 0 20px
}

@media screen and (max-width:768px) {
    header>.slider .slider-widgets .info-and-downloads {
        flex-direction: column
    }
}

@media screen and (min-width:768px) {
    header>.slider .slider-widgets .info-and-downloads {
        margin: 0
    }
}

.slider-widgets .container {
    margin-top: 130px
}

@media screen and (max-width:620px) {
    .h1-font {
        font-size: 1.3rem!important
    }
    .h2-font {
        font-size: 1.2rem!important
    }
    .h3-font {
        font-size: .9rem!important
    }
    .slider-widgets .container {
        margin-top: 0
    }
    .accordion-section .panel-default .panel-title a {
        font-size: 1rem!important
    }
    footer nav ul li a {
        font-size: .7rem!important
    }
    p {
        font-size: smaller
    }
    ul {
        /*font-size: smaller*/
    }
    .accordion-section .panel-default .panel-title a:after {
        font-size: 1rem!important
    }
    .r-services {
        padding: 20px 25px 20px!important
    }
    .font-smaller {
        font-size: smaller;
    }
}

header>.slider .slider-widgets .info-and-downloads>.widget {
    display: flex;
    flex-direction: column
}

header>.slider .slider-widgets .info-and-downloads>.widget .cont {
    display: flex;
    justify-content: space-around;
    line-height: 35px;
    color: #f9c33a
}

header>.slider .slider-widgets .info-and-downloads>.widget .cont>a {
    line-height: inherit;
    display: block;
    text-decoration: none;
    font-size: 1em;
    color: inherit
}

header>.slider .slider-widgets .info-and-downloads>.widget .cont>a i {
    display: inline-block;
    margin: 0 10px
}

header>.slider .slider-widgets .info-and-downloads>.widget>a.button {
    border-radius: 10px;
    width: 300px;
    margin: 20px;
    color: #ecf0f1;
    background-color: rgba(255, 255, 255, .2);
    -webkit-transition: color .9s;
    -moz-transition: color .9s;
    -o-transition: color .9s;
    transition: color .9s
}

header>.slider .slider-widgets .info-and-downloads>.widget>a.button:hover {
    background-color: #f9c33a;
    color: #000
}

.buttons {
    display: flex;
    justify-content: space-around
}

.buttons>a {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #ecf0f1;
    min-width: 240px;
    background-color: #3949ab;
    padding: 10px;
    display: flex;
    justify-content: space-between
}

.buttons>a:hover {
    background-color: #4d5aa6
}

.buttons>a * {
    line-height: 100%
}

.buttons>a .left-sec {
    display: flex
}

.buttons>a .left-sec img {
    height: 28px
}

.buttons>a .left-sec .sep {
    width: 2px;
    background: #f0f0f0;
    margin: 0 8px
}

.buttons>a .left-sec .title {
    font-size: 1.2em;
    font-weight: 900
}

.app-download .content {
    width: 100%
}

.app-download .content .download-tilte {
    text-align: center;
    font-weight: 900;
    margin: 49px 0 30px 0;
    font-size: 1.8em
}

.app-download .content .buttons {
    display: flex;
    justify-content: center
}

.app-download .content .buttons>a {
    color: #222;
    min-width: 227px;
    background-color: #fff;
    padding: 10px 25px;
    display: flex;
    justify-content: space-between;
    margin: 10px 2px;
    max-height: 50px;
    border: 2px solid #f9c23a
}

.app-download .content .buttons>a:hover {
    background-color: #f9c23a;
    color: #fff
}

.app-download .content .buttons>a * {
    line-height: 100%
}

.app-download .content .buttons>a .left-sec {
    display: flex
}

.app-download .content .buttons>a .left-sec img {
    height: 28px;
    width: 70px
}

.app-download .content .buttons>a .left-sec .sep {
    height: 100%;
    width: 2px;
    background: #f0f0f0;
    margin: 0 8px
}

.app-download .content .buttons>a .left-sec .title {
    font-size: 1em;
    font-weight: 900
}

.app-download .content .send-link form div {
    flex-direction: column
}

.app-download .content .send-link form div label {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: flex;
    margin: 40px auto 20px;
    background-color: #f9c23a;
    padding: 8px
}

.app-download .content .send-link form div label button {
    color: #222;
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600
}

.app-download .content .send-link form div label button:hover {
    background: 0 0
}

@media screen and (max-width:1200px) {
    .app-download .content .send-link form div label button {
        font-size: 1em
    }
}

.app-download .content .send-link form div label input {
    text-align: center;
    direction: ltr;
    font-size: 1.2em;
    font-weight: 600
}

.app-download .content .send-link form div .desc {
    text-align: center;
    color: #6c6c6c;
    margin-bottom: 20px
}

@media screen and (max-width:1200px) {
    .app-download .buttons {
        flex-direction: column
    }
    .app-download .buttons>a {
        margin: 10px auto
    }
}

@media screen and (max-width:768px) {
    .app-download .content {
        width: 100%
    }
    .app-download .image {
        width: 100%;
        height: 400px;
        background-position: center
    }
    .app-download .send-link form div label input {
        width: 160px
    }
}

footer {
    background-color: #f5f5f5
}

footer .wrp {
    max-width: 1300px
}

footer section:first-child {
    text-align: center
}

footer section:first-child img {
    height: 80px
}

footer section:first-child h2 {
    color: #f0f0f0
}

footer section:first-child h3 {
    color: #f0f0f0;
    font-size: 1.1em;
    margin: 15px auto
}

footer section:first-child .about {
    color: #939393;
    padding: 0 0 20px;
    text-align: justify
}

footer nav {
    text-align: right
}

footer nav>p {
    color: #f0f0f0;
    font-size: 3em
}

footer nav ul li {
    padding: 15px 0
}

footer nav ul li a {
    color: #192783;
    font-size: .9em;
    font-weight: 800
}

footer nav ul li a:hover {
    color: #f9c33a;
    text-decoration: none
}

@media screen and (max-width:1200px) {
    footer nav ul {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: space-around
    }
}

@media screen and (max-width:768px) {
    footer nav ul {
        display: block
    }
    footer nav ul li {
        display: inline-block;
        width: 31%;
        text-align: center
    }
}

footer .buttons {
    justify-content: space-between
}

footer .buttons a {
    background-color: #a1a1a1;
    margin: 0 0 20px;
    min-width: 242px
}

footer .buttons a:first-child {
    margin-left: 10px
}

footer .buttons a * {
    color: #000
}

footer .buttons a:hover {
    background-color: #f9c33a
}

@media screen and (max-width:500px) {
    footer .buttons {
        flex-direction: column
    }
    footer .buttons a {
        margin-left: 0!important
    }
}

footer section:last-child .social {
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 20px 0
}

footer section:last-child .social img {
    -webkit-transition: filter .6s;
    -moz-transition: filter .6s;
    -ms-transition: filter .6s;
    -o-transition: filter .6s;
    transition: filter .6s;
    filter: grayscale(100%)
}

footer section:last-child .social img:hover {
    filter: grayscale(0)
}

footer section:last-child .certs {
    display: flex;
    justify-content: space-between;
    align-items: center
}

footer section:last-child .certs img {
    display: block;
    text-align: center;
    height: 140px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

@media screen and (max-width:768px) {
    footer section:last-child .certs img {
        height: 90px
    }
}

footer .cpr {
    border-top: 2px solid #f0f0f0;
    text-align: center;
    color: #939393;
    padding: 17px;
    margin-top: 10px
}

.h1-font {
    font-size: 2.2rem;
    padding: 20px 0
}

.h2-font {
    font-size: 1.8rem;
    font-weight: 600
}

.h3-font {
    font-size: 1.15rem;
    font-weight: 600;
    color: #192783
}

#about-us {
    padding: 60px 0
}

#about-us * {
    color: #6c6c6c;
    text-align: right
}

#about-us h1,
#about-us h2,
#about-us h3,
#about-us h4,
#about-us h5 {
    text-align: center;
    margin-bottom: 30px
}

#about-us p {
    line-height: 28px;
    font-size: 1.2em;
    text-align: justify
}

.about .team .member img {
    width: 100%
}

.about .team .member .name,
.about .team .member .role {
    text-align: center
}

.hero-section {
    width: 100%;
    height: 90vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .5)
}

.form-container {
    position: absolute;
    bottom: -30px!important;
    right: 5%;
    width: 30%;
    max-width: 30%;
    text-align: center;
    z-index: 99
}

.form-container h3.discount-description {
    font-size: 16px!important
}

.form-container .yellow-layer {
    background-color: #f9c33a;
    border-radius: 8px;
    min-height: 30rem;
    position: relative
}

.form-container .yellow-layer .discount-form-container {
    background-color: #424242;
    width: 95%;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: -50px;
    top: 25px;
    height: 70%;
    border-radius: 5px;
    color: #fff;
    padding: 0 1rem;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .5)
}

.form-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%
}

.form-container .yellow-layer .order-btn {
    position: absolute;
    bottom: 15px;
    width: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

form#discount-form .form-group {
    position: relative
}

.discount-form-container form#discount-form .form-group .btn {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: #ddd;
    color: #3949ab
}

.cta-container {
    position: absolute;
    bottom: 0;
    width: 50%;
    margin-bottom: 1rem;
    left: 0
}

.button-holder {
    margin-top: 8rem
}

.ask-for-price {
    background-color: #262626;
    padding: 1rem 0;
    position: relative;
    display: block
}

.about-us {
    background-color: #424242;
    width: 100%;
    overflow: auto;
    position: relative;
    padding-bottom: 6rem
}

.about-us-holder {
    margin: 6rem 0!important
}

.cta-section {
    background-color: #424242
}

.cta-section .yellow-layer {
    background-color: #f9c33a;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5)
}

.cta-section .yellow-layer .discount-form-container {
    background-color: #424242;
    width: 95%;
    display: block;
    margin: 0 auto;
    padding: 5rem .5rem;
    text-align: center;
    border-radius: 5px
}

.cta-section .yellow-layer .discount-form-container .discount-description {
    font-size: 16px;
    color: #fff
}

.hide-on-md {
    display: none!important
}

.hide-on-md .discount-form-container form#discount-form .form-group .btn {
    position: relative
}

@media screen and (min-width:270px) and (max-width:770px) {
    .hide-on-md {
        display: block!important
    }
    .cta-container,
    .form-container {
        display: none
    }
    .button-holder {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }
    .service-card {
        width: 90%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: row-reverse;
        margin: 1rem auto
    }
    .service-card-body {
        margin: 0!important
    }
}

#topNav {
    border-bottom: unset
}

.SliderNewFace {
    background-repeat: no-repeat;
    background-size: 100% 100%!important;
    -webkit-background-size: 100%!important
}

@media screen and (max-width:768px) {
    .app-download .content .buttons {
        width: 80%;
        margin: 0 auto
    }
}

@media screen and (max-width:992px) {
    #toInfo {
        display: none
    }
}

svg {
    width: 150px;
    padding-top: 10px
}

header nav.fixed .blue-logo {
    padding-top: 6px!important
}

.SliderNewFace {
    background-repeat: no-repeat;
    background-size: 100% 100%!important
}

.download-btn,
.estelam-btn {
    font-weight: 300;
    border: 1px solid #f9c23a;
    padding: 7px 20px;
    display: inline-block;
    border-radius: 7px;
    color: #fff;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease
}

.download-btn:hover,
.estelam-btn:hover {
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #fff;
    background-color: #f9c23a;
    color: #192783;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease
}

.slider-btn {
    margin: 10px 0
}

@media screen and (max-width:768px) {
    .slider-btn {
        padding: 0;
        float: none;
    }
}

.section-services {
    background-color: #f5f5f5;
    color: #192783
}

.r-services {
    margin: 40px 0;
    margin-bottom: 25px;
    padding: 28px 30px!important;
    display: inline-block;
    text-align: center;
    border: 3px solid #f9c23a;
    border-radius: 20px
}

.l-services {
    margin: 40px 0;
    display: inline-block;
    text-align: center;
    padding: 0
}

@media screen and (max-width:768px) {
    .l-services-comm {
        margin: 35px 0 10px 0 !important;
    }
}

.r-services-comm {
    height: 335px;
}

.l-services-ul {
    padding: 0
}

.l-services-li {
    margin-bottom: 15px
}

.l-services-li-box {
    border: 3px solid #192783;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 0px;
    text-align: center;
    padding: 10px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.l-services-li:hover .l-services-li-box {
    background-color: #fff;
    border: 3px solid #f9c23a;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.l-services-li:hover a {
    text-decoration: none
}

.section-properties {
    direction: rtl;
    text-align: justify;
    background-color: #192783;
    color: #fff
}

.r-section-properties {
    padding-top: 50px;
    padding-bottom: 50px
}

.l-section-properties {
    padding: 50px 55px 50px;
    text-align: center
}

@media screen and (max-width:768px) {
    .l-section-properties {
        padding: 0px 0px 60px
    }
}

.section-download-app {
    background-color: #f5f5f5;
    color: #192783
}

.section-info {
    text-align: center;
    background-color: #192783;
    color: #fff
}

.color-white {
    color: #fff
}

.color-white:hover {
    color: #f9c33a;
    text-decoration: none
}

.service-6 {
    text-align: -webkit-center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 90px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease
}

.truck #truck-img-hover {
    display: none
}

.service-truck:hover .truck #truck-img-hover {
    display: block
}

.service-truck:hover .truck #truck-img {
    display: none
}

@media screen and (min-width:768px) {
    .footer-logo {
        padding-top: 60px
    }
}

footer .social .telegram {
    background-image: url(../img/social/telegram.png);
    background-size: contain;
    width: 40px;
    height: 40px;
    display: inline-block
}

footer .social .aparat {
    background-image: url(../img/social/aparat.png);
    background-size: contain;
    width: 40px;
    height: 40px;
    display: inline-block
}

footer .social .linkedin {
    background-image: url(../img/social/linkedin.png);
    background-size: contain;
    width: 40px;
    height: 40px;
    display: inline-block
}

footer .social .namasha {
    background-image: url(../img/social/namsha.png);
    background-size: contain;
    width: 40px;
    height: 40px;
    display: inline-block
}

footer .social .instagram {
    background-image: url(../img/social/instagram.png);
    background-size: contain;
    width: 40px;
    height: 40px;
    display: inline-block
}

footer .social .facebook {
    background-image: url(../img/social/facebook.png);
    background-size: contain;
    width: 40px;
    height: 40px;
    display: inline-block
}

footer .social .twitter {
    background-image: url(../img/social/twitter.png);
    background-size: contain;
    width: 40px;
    height: 40px;
    display: inline-block
}

.text-center {
    text-align: center
}

@media screen and (max-width:768px) {
    .text-center-mobile {
        text-align: center
    }
}

.text-justify {
    text-align: justify
}

.white-color {
    color: #fff
}

.blue-color {
    color: #192783
}

.blue-background {
    background-color: #192783
}

.direction-ltr {
    direction: ltr
}

.direction-rtl {
    direction: rtl
}

.b-radius-20 {
    border-radius: 20px
}

.display-inline-block {
    display: inline-block
}

.service-btn {
    border: 2px solid #192783;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.service-btn:hover {
    background-color: #f9c33a;
    border: 2px solid #192783;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.service-btn:hover span {
    color: #192783
}

.serv-btn-in {
    background-color: #fff;
    border: 2px solid #192783;
    border-radius: 10px
}

.sec1-truck-1 {
    margin-top: 95px
}

.sec1-truck-2 {
    margin-top: 100px
}

.sec1-nissan-1 {
    margin-top: 70px
}

.sec1-nissan-2 {
    margin-top: 100px
}

.sec-service-2 {
    margin-top: 100px;
    display: block
}

.sec-service-1 {
    margin-top: 60px
}

.sec-service-1-2 {
    display: none
}

@media screen and (max-width:767px) {
    .sec1-truck-1 {
        margin-top: 90px
    }
    .sec1-truck-2 {
        margin-top: 0;
        margin-bottom: 30px
    }
    .sec-service-1-1 {
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 35px!important;
        text-align: center
    }
    .sec1-nissan-1 {
        margin-top: 70px
    }
    .sec1-nissan-2 {
        margin-top: 0;
        margin-bottom: 30px
    }
    .r-service-page {
        padding-top: 50px;
        padding-bottom: 0
    }
    .sec-service-2 {
        display: none;
        margin-top: 0;
        margin-bottom: 30px
    }
    .sec-service-1 {
        background-color: #192783;
        margin-top: 0;
        padding-top: 60px
    }
    .sec-service-1 .sec-service-1-2 {
        padding-right: 0!important;
        padding-left: 0!important
    }
    .sec-service-2 {
        background-color: #192783
    }
    .sec-service-1-2 {
        display: block
    }
    .serv-btn {
        width: 48%;
        display: inline-block
    }
    .serv-btn a span {
        font-size: 12px
    }
    .hidden-sm {
        display: none
    }
}

@media screen and (min-width:768px) {
    .hidden-lg {
        display: none;
    }
    .sec1-truck-2 {
        padding-right: 50px!important;
        padding-left: 150px!important
    }
    .sec1-nissan-2 {
        padding-right: 50px!important;
        padding-left: 150px!important
    }
}

.info-margin {
    margin: 35px 0
}

.info-margin2 {
    margin: 15px 30px
}

@media screen and (max-width:768px) {
    .info-margin {
        margin: 25px 0 0 0
    }
    .info-margin2 {
        margin: 5px 30px 15px 30px
    }
}

.l-height {
    line-height: 1.7
}

.border-temp {
    border-top-left-radius: 40px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 40px !important;
    border-bottom-left-radius: 0px !important;
}

@media screen and (max-width:768px) {
    .col-xs-12 {
        float: unset !important;
    }
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: #192783;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.active {
    background: #f9c23a
}

#p-comm {
    text-align: right;
    height: 190px;
    color: #222
}

@media screen and (max-width:768px) {
    #p-comm {
        text-align: right;
        color: #222
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .4)
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 40%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.close,
.close2 {
    color: #fff;
    float: right;
    position: absolute;
    margin: -34px;
    font-size: 28px;
    font-weight: 700
}

.close:hover,
.close:focus,
.close2:hover,
.close2:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: #fff
}

.modal-body {
    padding: 0
}

.modal-footer {
    padding: 0;
    color: #fff
}

.desk1 {
    display: block
}

.desk2 {
    display: block
}

.mobile1 {
    display: none
}

.mobile2 {
    display: none
}

@media screen and (max-width:768px) {
    .desk1 {
        display: none
    }
    .desk2 {
        display: none
    }
    .mobile1 {
        display: block
    }
    .mobile2 {
        display: block
    }
    .mobileh1 {
        display: none
    }
    .info-and-downloads {
        margin-top: 40px
    }
    .modal-content {
        width: 80%
    }
    .modal {
        padding-top: 200px
    }
    .mobileh1 {
        display: none
    }
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7;
    z-index: 100;
    display: none
}

.cnt223 a {
    text-decoration: none
}

.popup-onload {
    width: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 101;
    bottom: 0
}

.cnt223 {
    bottom: 0;
    width: 100%;
    background: #f3f3f3;
    position: relative;
    z-index: 103;
    padding: 15px 35px;
    box-shadow: 0 2px 5px #000
}

.cnt223 p {
    float: right;
    clear: both;
    color: #555;
    font-size: 20px;
    font-family: sans-serif
}

.cnt223 p a {
    color: #222;
    font-weight: 700
}

.cnt223 .x {
    float: right;
    height: 35px;
    left: 22px;
    position: relative;
    width: 34px
}

.cnt223 .x:hover {
    cursor: pointer
}

.raychat_main_button {
    margin-bottom: 7px!important
}

@media screen and (max-width:769px) {
    .text-right-mobile {
        text-align: right!important
    }
}

@media screen and (max-width:800px) and (min-width:750px) {
    .slider-widgets .container {
        margin-top: 10px!important
    }
}

img {
    vertical-align: middle
}

.slideshow-container {
    position: relative;
    margin: auto
}

#mySlides1 {
    background-image: url(../img/slider/Dekstop-1820-1.png);
    background-size: cover;
    height: 450px
}

#mySlides2 {
    background-image: url(../img/slider/Dekstop-1820-2.png);
    background-size: cover;
    height: 450px
}

@media screen and (max-width:1500px) and (min-width:1400px) {
    #mySlides1 {
        background-image: url(../img/slider/Dekstop-1460-1.png);
        background-size: cover;
        height: 450px
    }
    #mySlides2 {
        background-image: url(../img/slider/Dekstop-1460-2.png);
        background-size: cover;
        height: 450px
    }
}

@media screen and (max-width:1400px) and (min-width:1200px) {
    #mySlides1 {
        background-image: url(../img/slider/Dekstop-1400-1.png);
        background-size: cover;
        height: 450px
    }
    #mySlides2 {
        background-image: url(../img/slider/Dekstop-1400-2.png);
        background-size: cover;
        height: 450px
    }
}

@media screen and (max-width:1200px) and (min-width:750px) {
    #mySlides1 {
        background-image: url(../img/slider/tablet-1.png);
        background-size: cover;
        height: 450px
    }
    #mySlides2 {
        background-image: url(../img/slider/tablet-2.png);
        background-size: cover;
        height: 450px
    }
}

@media screen and (max-width:750px) {
    #mySlides1 {
        background-image: url(../img/slider/Mobile-1.png);
        background-size: cover;
        height: 450px
    }
    #mySlides2 {
        background-image: url(../img/slider/Mobile-2.png);
        background-size: cover;
        height: 450px
    }
    #estelam-price,
    #calltoaction {
        font-size: 24px!important;
        padding: 10px 5px!important
    }
    .mobile-nobaar-att {
        margin: 4px!important
    }
    .top-in-mobile-sec-1 {
        top: 20px!important
    }
    .top-in-mobile-sec-2 {
        top: 50px!important
    }
}

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    top: 70px;
    text-align: center
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease
}

.active {
    background-color: #717171
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 5s;
    animation-name: fade;
    animation-duration: 5s
}

@-webkit-keyframes fade {
    from {
        opacity: .9
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .9
    }
    to {
        opacity: 1
    }
}

@media only screen and (max-width:300px) {
    .text {
        font-size: 11px
    }
}

#estelam-price,
#calltoaction {
    font-size: 1.3rem
}

img {
    vertical-align: middle
}

.slideshow-container {
    position: relative;
    margin: auto
}

#mySlides1 {
    background-image: url(../img/slider/Dekstop-1820-1.png);
    background-size: cover;
    height: 450px
}

#mySlides2 {
    background-image: url(../img/slider/Dekstop-1820-2.png);
    background-size: cover;
    height: 450px
}

@media screen and (max-width:1500px) and (min-width:1400px) {
    #mySlides1 {
        background-image: url(../img/slider/Dekstop-1460-1.png);
        background-size: cover;
        height: 450px
    }
    #mySlides2 {
        background-image: url(../img/slider/Dekstop-1460-2.png);
        background-size: cover;
        height: 450px
    }
}

@media screen and (max-width:1400px) and (min-width:1200px) {
    #mySlides1 {
        background-image: url(../img/slider/Dekstop-1400-1.png);
        background-size: cover;
        height: 450px
    }
    #mySlides2 {
        background-image: url(../img/slider/Dekstop-1400-2.png);
        background-size: cover;
        height: 450px
    }
}

@media screen and (max-width:1200px) and (min-width:750px) {
    #mySlides1 {
        background-image: url(../img/slider/tablet-1.png);
        background-size: cover;
        height: 450px
    }
    #mySlides2 {
        background-image: url(../img/slider/tablet-2.png);
        background-size: cover;
        height: 450px
    }
}

@media screen and (max-width:700px) and (min-width:370px) {
    .top-in-mobile-sec-1 {
        top: 45px!important
    }
}

@media screen and (max-width:750px) {
    #mySlides1 {
        background-image: url(../img/slider/Mobile-1.png);
        background-size: cover;
        height: 450px
    }
    #mySlides2 {
        background-image: url(../img/slider/Mobile-2.png);
        background-size: cover;
        height: 450px
    }
    #estelam-price,
    #calltoaction {
        font-size: 24px!important;
        padding: 10px 5px!important
    }
    .mobile-nobaar-att {
        margin: 4px!important
    }
    .top-in-mobile-sec-1 {
        top: 20px
    }
    .top-in-mobile-sec-2 {
        top: 50px!important
    }
}

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    top: 70px;
    text-align: center
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease
}

.active {
    background-color: #717171
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 5s;
    animation-name: fade;
    animation-duration: 5s
}

@-webkit-keyframes fade {
    from {
        opacity: .9
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .9
    }
    to {
        opacity: 1
    }
}

@media only screen and (max-width:300px) {
    .text {
        font-size: 11px
    }
}

#estelam-price {
    font-size: 1.3rem
}

.steps-bar {
    position: relative;
    height: auto;
    margin-bottom: 15px
}

.steps-bar:before {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #f9c23a9e;
    position: absolute;
    left: 0;
    top: 24px
}

.steps-bar__list {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding-left: 0;
    margin: 0
}

.step__li {
    display: table-cell;
    text-align: center;
    position: relative;
    vertical-align: top
}

.step__li a {
    cursor: pointer;
    text-decoration: none
}

.steps-bar__border {
    display: block;
    position: relative;
    visibility: visible;
    cursor: default;
    height: 50px
}

.steps-bar__border:before {
    border: solid 2px #192783;
    border-radius: 49%;
    background-color: #fff;
    content: '';
    display: block;
    visibility: visible;
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 45px
}

.steps-bar__icon {
    position: relative;
    font-size: 20px;
    text-align: center;
    color: #192783;
    z-index: 1;
    top: 11px;
    right: 2px
}

.steps-bar__label {
    color: #222;
    font-size: 14px;
    letter-spacing: .03em;
    margin-top: 10px;
    display: block;
    text-decoration: none
}

.step--complete .steps-bar__border:before {
    content: '';
    border: solid 2px #0079a8;
    background-color: #0079a8
}

.step--complete .steps-bar__icon {
    color: #fff
}

.step--active .steps-bar__border:before {
    content: '';
    border: solid 4px #f4f4f4;
    background-color: #0079a8
}

.step--active .steps-bar__icon {
    color: #fff
}

.step--active .steps-bar__label {
    color: #0079a8
}

.multi-steps>li.is-active:before,
.multi-steps>li.is-active~li:before {
    content: counter(stepNum);
    font-family: inherit;
    font-weight: 700
}

.multi-steps>li.is-active:after,
.multi-steps>li.is-active~li:after {
    background-color: #f9c23a9e
}

.multi-steps {
    display: table;
    table-layout: fixed;
    width: 100%
}

.multi-steps>li {
    counter-increment: stepNum;
    text-align: center;
    position: relative;
    color: #192783
}

.multi-steps>li:before {
    content: '\f00c';
    content: '\2713;';
    content: '\10003';
    content: '\10004';
    content: '\2713';
    display: block;
    margin: 0 auto 4px;
    background-color: #fff;
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    border-color: tomato;
    border-radius: 50%
}

.multi-steps>li:after {
    content: '';
    height: 100%;
    width: 1px;
    background-color: tomato;
    position: absolute;
    top: 16px;
    left: 50%;
    z-index: -1
}

.multi-steps>li:last-child:after {
    display: none
}

.multi-steps>li.is-active:before {
    background-color: #fff;
    border-color: #192783
}

.multi-steps>li.is-active~li {
    color: #192783
}

.multi-steps>li.is-active~li:before {
    background-color: #fff;
    border-color: #192783
}

.black-color {
    color: #222!important
}

@media only screen and (max-width:767px) {
    .mobile-padding-top-0 {
        padding-top: 0!important
    }
    .mobile-padding-bottom {
        padding-bottom: 0!important
    }
    .d-flex {
        display: block!important
    }
    .white-color-important-mobile {
        color: #ffffff!important
    }
}

.call_date select {
    font-size: 15px;
    color: red;
    font-family: irsans, serif!important;
    height: 100px;
    overflow-y: scroll
}

.call-btn {
    margin-top: 40px;
    margin-bottom: 15px;
    float: right;
    background-color: #C4C2C3;
    color: #686868;
    font-size: 1.4rem;
    border-color: #999;
    cursor: pointer;
    border-radius: 8px;
    transition: all .1s ease-in-out
}

.call-btn:hover {
    color: #192682
}

.call-btn-show {
    display: block;
    float: none;
    margin: auto;
    margin-top: 8px;
    width: 290px;
    height: 56px;
    background-color: transparent;
    color: #F16136!important;
    font-weight: 700;
    font-size: 14px;
    line-height: 33px;
    box-shadow: 2px 2px 19px #3562c173;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f9c23a;
    transition: all .05s ease-in-out
}

.call-btn-show:hover {
    border-color: white!important
}

.call-title {
    font-size: 20px
}

.call-title2 {
    font-size: 30px
}

.call-title3 {
    float: right;
    text-align: right;
    font-weight: 500;
    padding-right: 0;
    font-size: 1.5rem
}

.margin-btn-30 {
    margin: 0 30px
}

.close-btn {
    float: left;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 1px solid #fff;
    padding: 3px 9px;
    border-radius: 10px;
    margin-bottom: 20px
}

.padding-left-select {
    padding-left: 8px
}

.form-padding {
    padding-right: 0;
    padding-left: 0;
    display: block;
    float: right!important
}

.footer-cert {
    height: 200px
}

@media screen and (min-width:319px) and (max-width:415px) {
    .form-padding {
        padding-right: 15px;
        padding-left: 15px
    }
    .footer-cert {
        height: 370px
    }
    .call-title3 {
        float: right;
        text-align: right;
        font-weight: 500;
        font-size: 18px;
        padding-right: 0
    }
    .padding-left-select {
        padding-left: 0
    }
    .close-btn {
        width: 32px;
        height: 32px;
        padding: 0 5px
    }
    .call-title {
        font-size: 16px
    }
    .call-btn-show {
        width: 109px;
        height: 38px;
        font-size: 16px;
        padding: 3px
    }
    .margin-btn-30 {
        margin: 18px 0
    }
    .call-btn {
        margin-top: 40px
    }
    .margin-top-mobile {
        margin-top: 17px
    }
}

.due-margin {
    margin-top: 100px;
}

.right-box {
    float: left !important;
}

#topNav {
    background-color: unset!important
}

.homeheader {
    background-image:url('{{ asset("img/new-img/1440.png") }}');
    background-size: inherit
}

@media screen and (max-width:749px) {
    .homeheader {
        background-image:url('{{ asset("img/new-img/Mobile.png") }}')
    }
}

@media screen and (min-width:750px) and (max-width:800px) {
    .homeheader {
        background-image:url('{{ asset("img/new-img/tablet.png") }}')
    }
}

header.full {
    background-color: #ffffff!important;
    padding-top: 50px
}

.zedeofoni {
    padding: 15px
}

@media screen and (max-width:749px) {
    .zedeofoni {
        padding: 15px
    }
}

.header-right {
    margin-top: 25px!important
}

#sec1-header-img {
    width: inherit
}

.sec-2-why-nobaar {
    margin-top: 20px
}

@media screen and (min-width:780px) {
    header.full {
        padding-top: 85px!important
    }
    .header-right {
        margin-top: 70px!important
    }
}

@media screen and (min-width:900px) and (max-width:1490px) {
    h1.hidden-sm {
        margin-top: 20px!important
    }
}

.zedeofoni {
    padding: 21px
}

@media screen and (max-width:749px) {
    .zedeofoni {
        padding: 15px;
        font-size: 12px
    }
}

#topNav.fixed,
.section-download-app {
    background-color: #ffffff!important
}

.old-logo {
    background-image: url(../svg/old-logo.svg);
    float: right;
    width: 182px;
    height: 394px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 22px;
    margin-right: 32%
}

.landing-logo,
.landing-logo-02 {
    background-image: url(../svg/landing-logo.svg);
    float: right;
    position: relative;
    width: 391px;
    height: 272px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 60px;
    margin-top: 108px;
    margin-right: 3%
}

.landing-logo-02 {
    margin-right: 28%!important;
    margin-top: 64px
}

.services-01 {
    background-image: url(../svg/truck.svg);
    float: right;
    width: 160px;
    height: 91px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 45px;
    margin-top: 75px;
    border: none
}

.services-02 {
    background-image: url(../svg/nisan.svg);
    float: right;
    width: 160px;
    height: 91px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 45px;
    margin-top: 75px;
    border: none
}

.services-03 {
    background-image: url(../svg/vanet.svg);
    float: right;
    width: 160px;
    height: 91px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 45px;
    margin-top: 75px;
    border: none
}

.services-04 {
    background-image: url(../svg/worker.svg);
    float: right;
    width: 160px;
    height: 160px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 50px;
    margin-top: 40px;
    border: none
}

.landing-btn-01 {
    color: #ffffff!important;
    min-width: 278px!important;
    min-height: 58px!important;
    background-color: #F0632D!important;
    padding: 10px 25px;
    display: block!important;
    justify-content: space-between;
    margin: 10px 2px;
    border: 2px solid #f9c23a;
    font-size: 22px!important;
    font-weight: 500;
    text-align: center!important;
    -webkit-border-radius: 20px!important;
    -moz-border-radius: 20px!important;
    border-radius: 20px!important;
    cursor: pointer
}

.landing-btn-01:hover {
    color: #373435!important;
    background-color: #56C9C4!important;
    border-color: #56C9C4!important
}

.user-app-cafe {
    background-image: url(../svg/cafe-users.svg);
    position: relative;
    width: 259px;
    height: 77px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    margin-top: 20px
}

.user-app-googleplay {
    background-image: url(../svg/google-play-users.svg);
    position: relative;
    width: 259px;
    height: 77px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    margin-top: 50px
}

.download-app-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 0em;
    text-align: center
}

.main-logo {
    background-image: url(../svg/small-logo.svg);
    float: right;
    width: 77px;
    height: 53.5px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 22px
}

.home-logo {
    background-image: url(../svg/main-logo.svg);
    float: right;
    position: relative;
    width: 287px;
    height: 193px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 30px;
    margin-top: 108px
}

.landing-img-01 {
    float: right;
    position: relative;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 30px
}

.landing-img-02 {
    float: right;
    position: relative;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 30px
}

.btn-light {
    background-color: #FCE0D5;
    border-color: #FCE0D5;
    border-radius: 15px;
    width: 100%
}

.call-btn-show {
    background-color: transparent;
    border-color: #F16136;
    color: #ffffff;
    transition: all .2s ease-in-out
}

.serv-btn-in,
.download-btn,
.estelam-btn {
    border-color: #F16136
}

.serv-btn-in:hover,
.download-btn:hover,
.estelam-btn:hover {
    border-color: #F16136;
    background-color: #F16136
}

.service-btn:hover span,
.download-btn:hover,
.estelam-btn:hover {
    color: #fff
}

.orange-color {
    color: #373435
}

.call-btn-show:hover {
    color: #212529!important;
    background-color: transparent;
    border-color: #dae0e5
}

.btn-light-mobile-1 {
    background-color: #FCE0D5;
    border-color: #FCE0D5;
    border-radius: 15px;
    width: 100%
}

.btn-light-text-mobile-1 {
    width: 100px;
    height: 22px;
    left: 152px;
    top: 31.5px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #F16136
}

.btn-light-mobile-2 {
    background-color: #F16136;
    border-color: #F16136;
    border-radius: 15px;
    width: 100%
}

.btn-light-text-mobile-2 {
    width: 100px;
    height: 22px;
    left: 152px;
    top: 31.5px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #fff
}

header nav .info-and-downloads {
    margin-left: 0px!important
}

header nav>.menu .wrapper ul>li a {
    color: #5A5858!important
}

header nav>.menu .wrapper ul>li a:hover {
    color: #F0632D!important
}

header.full {
    padding-top: 85px!important
}

.white-background {
    background-color: #fff
}

.grey-background,
.section-properties {
    background-color: rgba(55, 52, 53, .8)
}

.order-btn {
    float: right;
    width: 278px;
    height: 58px;
    border: 3px solid #F0632D;
    border-radius: 20px;
    color: #373435;
    text-align: center;
    padding: 10px;
    font-size: 22px!important;
    font-weight: bold!important;
    margin-right: 85px;
    transition: all .3s ease-in-out
}

.order-btn:hover {
    background-color: #F0632D;
    color: #fff;
    text-decoration: none
}

.order-btn-2 {
    float: right;
    width: 278px;
    height: 58px;
    border: 3px solid #F0632D;
    border-radius: 20px;
    color: #373435;
    text-align: center;
    padding: 10px;
    margin-right: 85px;
    font-size: 22px!important;
    font-weight: bold!important;
    transition: all .3s ease-in-out
}

.order-btn-2:hover {
    background-color: #F0632D;
    color: #fff;
    text-decoration: none
}

.margin-63 {
    margin-top: 63px
}

.margin-24 {
    margin-top: 24px
}

.margin-bottom-100 {
    margin-bottom: 100px
}

#sec1-header-img {
    margin-top: 64px;
    width: 418px!important;
    height: 418px
}

.section-info {
    background-color: #5F5D5D!important
}

.grey-color-text {
    color: #373435
}

.steps-bar__border::before {
    border: 2px solid #ABE4E1!important;
    background-color: #ABE4E1!important
}

.steps-bar::before {
    width: 78%;
    background-color: transparent;
    right: 12%;
    border: 1px dashed #F0632D
}

.l-services-li-box {
    border: 3px solid #373435
}

.r-services {
    border: 3px solid #F38257
}

.z-slide-indicator .z-slide-dot {
    background-color: rgba(55, 52, 53, .6)
}

.z-slide-indicator {
    display: none
}

#slider1 .z-slide-dot.active,
#slider2 .z-slide-dot.active {
    background-color: #F6A181
}

.steps-bar__icon,
.section-download-app {
    color: #373435
}

footer nav ul li a {
    color: #5A5858
}

footer nav ul li a:hover {
    color: #F0632D
}

.h3-font {
    color: rgba(55, 52, 53, .6)
}

.padding-0 {
    padding: 0
}

.padding-right-left-0 {
    padding-right: 0;
    padding-left: 0
}

.padding-right-0 {
    padding-right: 0
}

.justify-content {
    justify-content: center
}

.app-download .content .send-link form div label {
    background-color: #F16136
}

.app-download .content .send-link form div label button {
    color: white!important
}

.app-download .content .buttons>a {
    border: 2px solid #F0632D
}

.app-download .content .buttons>a:hover {
    background-color: #F0632D;
    color: #fff
}

.home-title-01 {
    color: #222;
    font-size: 1rem
}

.line-height-2 {
    line-height: 2
}

.inline-block-home {
    display: inline-block
}

.home-margin-01 {
    margin-right: 0px!important;
    margin-left: 20px!important
}

.no-text-decoration {
    text-decoration: none
}

.margin-bottom-30 {
    margin-bottom: 30px!important
}

.l-services-li-box {
    border-radius: 15px!important;
    height: 161px
}

.border-temp {
    border-radius: 15px!important
}

.info-margin-new {
    margin: 18.5px 0
}

.style-01 {
    float: none;
    margin: auto
}

.style-02 {
    text-align: right;
    padding-right: 0
}

.style-03 {
    border-radius: 8px;
    height: 44px
}

.title-box {
    padding-left: 0;
    padding-right: 0;
    margin-top: 22px;
    display: block;
    float: right!important
}

.old-logo-text {
    float: right;
    margin-right: -163px;
    font-size: 32px;
    margin-top: 456px;
    color: #878586
}

.landing-logo-text {
    float: right;
    margin-right: -163px;
    font-size: 32px;
    margin-top: 456px;
    color: #878586
}

.img-01 {
    float: right;
    width: 610px;
    height: 325px;
    display: block
}

.img-02 {
    float: right;
    width: 479px;
    height: 325px;
    display: block;
    margin-right: 21px
}

.img-03 {
    float: right;
    width: 464px;
    height: 325px;
    display: block;
    margin-right: 70px
}

.img-04 {
    float: right;
    width: 458px;
    height: 325px;
    display: block;
    margin-right: 21px
}

.services-box {
    float: right;
    padding: 5px;
    width: 275px;
    height: 275px;
    background: #D5F1F0 !important;
    border-radius: 40px
}

.grid-display {
    display: grid
}

.send-form {
    width: 580px;
    background-color: #F0632D!important;
    border-radius: 20px!important
}

.send-form-input {
    width: 361px!important;
    border-radius: 16px;
    float: left;
    margin-left: 0px!important;
    padding-top: 11px
}

.l-services-li:hover .l-services-li-box {
    border: 3px solid #f38257!important
}

.service-6 {
    margin-top: 10px
}

@media screen and (max-width:992px) {
    header nav i.fa-bars {
        display: block;
        margin-right: 10px;
        position: absolute;
        right: 20px;
        top: 6px
    }
    header nav>.menu .wrapper {
        position: fixed;
        top: 0;
        bottom: 0;
        right: -100%;
        background-color: #fff;
        width: 65%;
        box-shadow: -4px 0 10px rgba(0, 0, 0, .2)
    }
    .multi-steps>li.is-active::before {
        border: 2px solid #ABE4E1!important;
        background-color: #ABE4E1!important
    }
    .multi-steps>li.is-active::after,
    .multi-steps>li.is-active~li::after {
        background-color: #F0632D
    }
    .multi-steps>li::after {
        background-color: transparent!important;
        border: 1px dashed #F0632D
    }
    .btn-light {
        width: 218px
    }
    .wrapper {
        width: 266px!important
    }
    header nav>.menu .wrapper .fk .sabt {
        padding: 8px 0
    }
    .logo {
        display: none!important
    }
    .close-menu {
        background-image: url(../svg/close.svg);
        background-size: contain;
        width: 32px;
        height: 32px
    }
    header nav>.menu .wrapper .fk {
        padding: 20px!important
    }
    .home-logo {
        width: 182px;
        height: 145px;
        margin-top: 40px
    }
    .order-btn,
    .order-btn-2 {
        margin-right: 22px
    }
    #sec1-header-img {
        width: 300px!important;
        height: 300px!important
    }
    .main-logo {
        width: 58px;
        height: 40px;
        margin-top: 10px;
        margin-right: 0
    }
    .logo-margin {
        margin: auto
    }
    .col-xs-12 {
        float: right!important
    }
    .old-logo {
        width: 50%!important;
        margin-right: 25%!important
    }
    .landing-logo {
        width: 60%;
        height: 147px;
        margin-top: 90px;
        margin-right: 3%
    }
    .old-logo-text {
        margin-right: -148px;
        margin-top: 420px
    }
    .landing-logo-text {
        margin-right: -90px;
        margin-top: 265px
    }
    .landing-img-01 {
        width: 100%;
        height: 300px;
        right: 0
    }
    .landing-img-02 {
        width: 100%;
        height: 360px;
        right: 0;
        margin-top: 0
    }
    .landing-logo-02 {
        width: 100%;
        height: 272px;
        right: 0;
        margin-top: 40px;
        margin-right: 0!important
    }
    .img-01,
    .img-02,
    .img-03,
    .img-04 {
        width: 100%;
        height: auto
    }
    .img-02,
    .img-03,
    .img-04 {
        margin-right: 0;
        margin-top: 24px
    }
    .services-box {
        border-radius: 40px;
    }
    .grid-display {
        display: block
    }
    .send-form {
        width: 100%;
        margin-right: 0
    }
    .send-form-input {
        width: 170px!important;
        border-radius: 16px;
        float: left;
        margin-left: 0px!important;
        padding-top: 11px
    }
    .download-app-title {
        font-size: 24px;
        margin-top: 30px
    }
    .due-margin {
        margin-top: 0px;
    }
    .right-box {
        float: right !important;
    }
}

.organizations-svg {
    background-image: url(../svg/organizations.svg);
    float: right;
    width: 190px;
    height: 126px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 35px;
    margin-top: 42px;
    border: none;
}

.cities-svg {
    background-image: url(../svg/cities.svg);
    float: right;
    width: 220px;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 29px;
    margin-top: 42px;
    border: none;
}

.new-service
{
    position: relative;
    text-align: center;
    float: right;
    display: block;
    width: 100%;
    margin-top: 29px;
    font-size: 24px;
    font-weight: 700;
    color: #373435;
}

.h1-branding {
    padding: 48px !important;
    font-size: 40px !important;
    font-weight: 500;
}

.rules-branding {
    display: block;
    float: right;
    width: 100%;
    min-height: 624px;
    padding: 48px;
}

.rules-branding-title {
    font-family: Shabnam;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px;
    letter-spacing: 0em;
    text-align: center;
    width: 100%;
    float: right;
}

#topNav {
    background-color: unset!important
}

.homeheader {
    background-image:url('{{ asset("img/new-img/1440.png") }}');
    background-size: inherit
}

@media screen and (max-width:749px) {
    .homeheader {
        background-image:url('{{ asset("img/new-img/Mobile.png") }}')
    }
}

@media screen and (min-width:750px) and (max-width:800px) {
    .homeheader {
        background-image:url('{{ asset("img/new-img/tablet.png") }}')
    }
}

header.full {
    background-color: #ffffff!important;
    padding-top: 50px
}

.zedeofoni {
    padding: 15px
}

@media screen and (max-width:749px) {
    .zedeofoni {
        padding: 15px
    }
}

.header-right {
    margin-top: 25px!important
}

#sec1-header-img {
    width: inherit
}

.sec-2-why-nobaar {
    margin-top: 20px
}

@media screen and (min-width:780px) {
    header.full {
        padding-top: 85px!important
    }
    .header-right {
        margin-top: 70px!important
    }
}

@media screen and (min-width:900px) and (max-width:1490px) {
    h1.hidden-sm {
        margin-top: 20px!important
    }
}

.zedeofoni {
    padding: 21px
}

@media screen and (max-width:749px) {
    .zedeofoni {
        padding: 15px;
        font-size: 12px
    }
}

#topNav.fixed,
.section-download-app {
    background-color: #ffffff!important
}

.old-logo {
    background-image: url(../svg/old-logo.svg);
    float: right;
    width: 182px;
    height: 394px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 22px;
    margin-right: 32%
}

.landing-logo,
.landing-logo-02 {
    background-image: url(../svg/landing-logo.svg);
    float: right;
    position: relative;
    width: 391px;
    height: 272px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 60px;
    margin-top: 108px;
    margin-right: 3%
}

.landing-logo-02 {
    margin-right: 28%!important;
    margin-top: 64px
}

.services-01 {
    background-image: url(../svg/truck.svg);
    float: right;
    width: 160px;
    height: 91px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 45px;
    margin-top: 75px;
    border: none
}

.services-02 {
    background-image: url(../svg/nisan.svg);
    float: right;
    width: 160px;
    height: 91px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 45px;
    margin-top: 75px;
    border: none
}

.services-03 {
    background-image: url(../svg/vanet.svg);
    float: right;
    width: 160px;
    height: 91px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 45px;
    margin-top: 75px;
    border: none
}

.services-04 {
    background-image: url(../svg/worker.svg);
    float: right;
    width: 160px;
    height: 160px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 50px;
    margin-top: 40px;
    border: none
}

.landing-btn-01 {
    color: #ffffff!important;
    min-width: 278px!important;
    min-height: 58px!important;
    background-color: #F0632D!important;
    padding: 10px 25px;
    display: block!important;
    justify-content: space-between;
    margin: 10px 2px;
    border: 2px solid #f9c23a;
    font-size: 22px!important;
    font-weight: 500;
    text-align: center!important;
    -webkit-border-radius: 20px!important;
    -moz-border-radius: 20px!important;
    border-radius: 20px!important;
    cursor: pointer
}

.landing-btn-01:hover {
    color: #373435!important;
    background-color: #56C9C4!important;
    border-color: #56C9C4!important
}

.user-app-cafe {
    background-image: url(../svg/cafe-users.svg);
    position: relative;
    width: 100%;
    height: 77px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    margin-top: 20px;
    background-position: center;
}

.user-app-googleplay {
    background-image: url(../svg/google-play-users.svg);
    position: relative;
    width: 259px;
    height: 77px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    margin-top: 50px
}

.download-app-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 0em;
    text-align: center
}

.main-logo {
    background-image: url(../svg/small-logo.svg);
    float: right;
    width: 65px;
    height: 34px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 19px 30px 0 0;
}

.home-logo {
    background-image: url(../svg/main-logo.svg);
    float: right;
    position: relative;
    width: 287px;
    height: 193px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 30px;
    margin-top: 8px
}

.landing-img-01 {
    float: right;
    position: relative;
    width: 479px;
    height: 479px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 60px;
    margin-top: 30px
}

.landing-img-02 {
    float: right;
    position: relative;
    width: 479px;
    height: 479px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 60px;
    margin-top: 30px
}

header nav {
    width: 100% !important;
    height: 64px!important;
    box-shadow: 0 2px 15px rgba(71, 70, 76, 0.12);
}

.btn-light {
    background-color: #E84E0F;
    border-color: #E84E0F;
    color: #FFFFFF;
    border-radius: 50px;
    width: 100%;
    line-height: 22px;
    margin-top: 10px;
}

.call-btn-show {
    background-color: transparent;
    color: #ffffff;
    transition: all .2s ease-in-out
}

.serv-btn-in,
.download-btn,
.estelam-btn {
    border-color: #F16136
}

.serv-btn-in:hover,
.download-btn:hover,
.estelam-btn:hover {
    border-color: #F16136;
    background-color: #F16136
}

.service-btn:hover span,
.download-btn:hover,
.estelam-btn:hover {
    color: #fff
}

.orange-color {
    color: #373435
}

.call-btn-show:hover {
    color: #212529!important;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light-mobile-1 {
    background-color: #FCE0D5;
    border-color: #FCE0D5;
    border-radius: 15px;
    width: 100%
}

.btn-light-text-mobile-1 {
    width: 100px;
    height: 22px;
    left: 152px;
    top: 31.5px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #F16136
}

.btn-light-mobile-2 {
    background-color: #F16136;
    border-color: #F16136;
    border-radius: 15px;
    width: 100%
}

.btn-light-text-mobile-2 {
    width: 100px;
    height: 22px;
    left: 152px;
    top: 31.5px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #fff
}

.btn-light-text {
    width: 100px;
    height: 22px;
    left: 152px;
    top: 31.5px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
}

header nav .info-and-downloads {
    margin-left: 0px!important
}

header nav>.menu .wrapper ul>li a {
    color: #5A5858!important
}

header nav>.menu .wrapper ul>li a:hover {
    color: #F0632D!important
}

header.full {
    padding-top: 64px!important
}

header nav .logo {
    margin-top: 0 !important;
    float: left;
}

.white-background {
    background-color: #fff
}

.grey-background,
.section-properties {
    background-color: rgba(55, 52, 53, .8)
}

.order-btn {
    float: right;
    width: 278px;
    height: 58px;
    border: 3px solid #F0632D;
    border-radius: 20px;
    color: #373435;
    text-align: center;
    padding: 10px;
    font-size: 22px!important;
    font-weight: bold!important;
    margin-right: 85px;
    transition: all .3s ease-in-out
}

.order-btn:hover {
    background-color: #F0632D;
    color: #fff;
    text-decoration: none
}

.order-btn-2 {
    float: right;
    width: 278px;
    height: 58px;
    border: 3px solid #F0632D;
    border-radius: 20px;
    color: #373435;
    text-align: center;
    padding: 10px;
    margin-right: 85px;
    font-size: 22px!important;
    font-weight: bold!important;
    transition: all .3s ease-in-out
}

.order-btn-2:hover {
    background-color: #F0632D;
    color: #fff;
    text-decoration: none
}

.margin-63 {
    margin-top: 63px
}

.margin-24 {
    margin-top: 24px
}

.margin-bottom-100 {
    margin-top: 30px;
    margin-bottom: 100px;
}

#sec1-header-img {
    margin-top: 64px;
    width: 418px!important;
    height: 418px
}

.section-info {
    background-color: #5F5D5D!important
}

.grey-color-text {
    color: #373435
}

.steps-bar__border::before {
    border: 2px solid #ABE4E1!important;
    background-color: #ABE4E1!important
}

.steps-bar::before {
    width: 78%;
    background-color: transparent;
    right: 12%;
    border: 1px dashed #F0632D
}

.l-services-li-box {
    border: 3px solid #373435
}

.r-services {
    border: 3px solid #F38257
}

.z-slide-indicator .z-slide-dot {
    background-color: rgba(55, 52, 53, .6)
}

.z-slide-indicator {
    display: none
}

#slider1 .z-slide-dot.active,
#slider2 .z-slide-dot.active {
    background-color: #F6A181
}

.steps-bar__icon,
.section-download-app {
    color: #373435
}

footer nav ul li a {
    color: #5A5858
}

footer nav ul li a:hover {
    color: #F0632D
}

.h3-font {
    color: rgba(55, 52, 53, .6)
}

.padding-0 {
    padding: 0
}

.padding-right-left-0 {
    padding-right: 0;
    padding-left: 0
}

.padding-right-0 {
    padding-right: 0
}

.justify-content {
    justify-content: center
}

.app-download .content .send-link form div label {
    background-color: #F16136
}

.app-download .content .send-link form div label button {
    color: white!important
}

.app-download .content .buttons>a {
    border: 2px solid #F0632D
}

.app-download .content .buttons>a:hover {
    background-color: #F0632D;
    color: #fff
}

.home-title-01 {
    color: #222;
    font-size: 1rem
}

.line-height-2 {
    line-height: 2
}

.inline-block-home {
    display: inline-block
}

.home-margin-01 {
    margin-right: 0px!important;
    margin-left: 20px!important
}

.no-text-decoration {
    text-decoration: none
}

.margin-bottom-30 {
    margin-bottom: 30px!important
}

.l-services-li-box {
    border-radius: 15px!important;
    height: 161px
}

.border-temp {
    border-radius: 15px!important
}

.info-margin-new {
    margin: 18.5px 0
}

.style-01 {
    float: none;
    margin: auto
}

.style-02 {
    text-align: right;
    padding-right: 0
}

.style-03 {
    border-radius: 8px;
    height: 44px
}

.title-box {
    padding-left: 0;
    padding-right: 0;
    margin-top: 22px;
    display: block;
    float: right!important
}

.old-logo-text {
    float: right;
    margin-right: -163px;
    font-size: 32px;
    margin-top: 456px;
    color: #878586
}

.landing-logo-text {
    float: right;
    margin-right: -163px;
    font-size: 32px;
    margin-top: 456px;
    color: #878586
}

.img-01 {
    float: right;
    width: 610px;
    height: 325px;
    display: block
}

.img-02 {
    float: right;
    width: 479px;
    height: 325px;
    display: block;
    margin-right: 21px
}

.img-03 {
    float: right;
    width: 464px;
    height: 325px;
    display: block;
    margin-right: 70px
}

.img-04 {
    float: right;
    width: 458px;
    height: 325px;
    display: block;
    margin-right: 21px
}

.services-box {
    float: right;
    padding: 5px;
    width: 275px;
    height: 275px;
    background: #80D6D3;
    border-radius: 40px
}

.grid-display {
    display: grid
}

.send-form {
    width: 580px;
    background-color: #F0632D!important;
    border-radius: 20px!important
}

.send-form-input {
    width: 361px!important;
    border-radius: 16px;
    float: left;
    margin-left: 0px!important;
    padding-top: 11px
}

.l-services-li:hover .l-services-li-box {
    border: 3px solid #f38257!important
}

.service-6 {
    margin-top: 10px
}

@media screen and (max-width:1199px) {
    header nav i.fa-bars {
        display: block;
        margin-right: 10px;
        position: absolute;
        right: 20px;
        top: 6px
    }
    header nav>.menu .wrapper {
        position: fixed;
        top: 0;
        bottom: 0;
        right: -100%;
        background-color: #fff;
        width: 65%;
        box-shadow: -4px 0 10px rgba(0, 0, 0, .2)
    }
    .multi-steps>li.is-active::before {
        border: 2px solid #ABE4E1!important;
        background-color: #ABE4E1!important
    }
    .multi-steps>li.is-active::after,
    .multi-steps>li.is-active~li::after {
        background-color: #F0632D
    }
    .multi-steps>li::after {
        background-color: transparent!important;
        border: 1px dashed #F0632D
    }
    .btn-light {
        width: 218px
    }
    .wrapper {
        width: 266px!important
    }
    header nav>.menu .wrapper .fk .sabt {
        padding: 8px 0
    }
    .logo {
        display: none!important
    }
    .close-menu {
        background-image: url(../svg/close.svg);
        background-size: contain;
        width: 32px;
        height: 32px
    }
    header nav>.menu .wrapper .fk {
        padding: 20px!important
    }
    .home-logo {
        width: 182px;
        height: 145px;
        margin-top: 40px
    }
    .order-btn,
    .order-btn-2 {
        margin-right: 22px
    }
    #sec1-header-img {
        width: 300px!important;
        height: 300px!important
    }
    .logo-margin {
        margin: auto
    }
    .col-xs-12 {
        float: right!important
    }
    .old-logo {
        width: 50%!important;
        margin-right: 25%!important
    }
    .landing-logo {
        width: 60%;
        height: 147px;
        margin-top: 90px;
        margin-right: 3%
    }
    .old-logo-text {
        margin-right: -148px;
        margin-top: 420px
    }
    .landing-logo-text {
        margin-right: -90px;
        margin-top: 265px
    }
    .landing-img-01 {
        width: 100%;
        height: 300px;
        right: 0
    }
    .landing-img-02 {
        width: 100%;
        height: 360px;
        right: 0;
        margin-top: 0
    }
    .landing-logo-02 {
        width: 100%;
        height: 272px;
        right: 0;
        margin-top: 40px;
        margin-right: 0!important
    }
    .img-01,
    .img-02,
    .img-03,
    .img-04 {
        width: 100%;
        height: auto
    }
    .img-02,
    .img-03,
    .img-04 {
        margin-right: 0;
        margin-top: 24px
    }
    .services-box {
        border-radius: 40px;
        margin: 0 13% 24px
    }
    .grid-display {
        display: block
    }
    .send-form {
        width: 100%;
        margin-right: 0
    }
    .send-form-input {
        width: 170px!important;
        border-radius: 16px;
        float: left;
        margin-left: 0px!important;
        padding-top: 11px
    }
    .download-app-title {
        font-size: 24px;
        margin-top: 30px;
        text-align: center;
    }
    .h1-branding {
        font-size: 40px !important;
        padding: 25px 14px 48px 14px !important;
    }
    .rules-branding-title {
        padding: 5px;
        font-size: 30px;
    }
    .rules-branding {
        padding: 30px;
    }
}

.user-app-direct{
    position: relative;
    width: 100%;
    max-width: 258px;
    height: 60px;
    background: black;
    color: white;
    margin: auto;
    margin-top: 20px;
    border-radius: 8px;
    text-align: center;
    padding-top: 17px;
    font-size: 20px;
}
.user-app:hover
{
    color: white;text-decoration: none;
}

.home-img
{
    width: 367px;
    height: 367px;
}


element {

}
#estelam-price {

    font-size: 1.3rem;

}
#estelam-price, #calltoaction {

    font-size: 1.3rem;

}
.margin-24 {

    margin-top: 24px;

}
.order-btn,
.order-btn-2
{

    float: right;
    width: 80%;
    height: 58px;
    border: 2px solid #F0632D;
    border-radius: 10px;
    color: #373435;
    text-align: center;
    padding: 10px;
    font-size: 20px !important;
    font-weight: bold !important;
    margin-right: 0px;
    transition: all .3s ease-in-out;

}

.order-btn-2
{
    margin-right: 5px;
}

.feature-box
{
    /*width:222px;*/
    /*height: 140px;*/
    border-radius: 10px;
    text-align: center;
    /*padding: 10px;*/
    font-size: 22px;
    cursor: pointer;
}

.feature-text
{
    display: block;
    width: 100%;
    font-size: 16px;
    margin-top: 15px;
}

.feature-img
{
    display: block;
    width: 100%;
    height: 78px;
}

.feature-grid
{
    /*width: 20%;*/
    padding: 20px;
    float: right;
}

.feature-border-color-1
{
    /*border: 1px solid #ffd6b6;*/
}
.feature-border-color-2
{
    /*border: 1px solid #b5ffd6;*/
}
.feature-border-color-3
{
    /*border: 1px solid #dd9fff;*/
}
.feature-border-color-4
{
    /*border: 1px solid #9196ff;*/
}

.mobile-slider
{
    width:390px;
    height: 221px;
    border: 1px solid #efefef;
    border-radius: 10px;
    box-shadow: 0px 0px 18px -5px #dddddd;
    overflow: hidden;
}

.mobile-slider-img
{
    width:390px;
    height: 221px;
}

.call-btn-show
{
    border: none;
    box-shadow: none;
    margin-top: 0px;
    width: 150px;
    color: white !important;
}

.call-btn-show:hover
{
    background: transparent;
}

@media screen and (min-width:320px) and (max-width:375px)
{
    .mobile-slider,
    .mobile-slider-img
    {
        width:345px;
        height: 206px;
    }

    .feature-grid
    {
        /*width: 50%;*/
        padding: 20px;
        float: right;
    }
}

@media screen and (min-width:376px) and (max-width:500px)
{
    .mobile-slider,
    .mobile-slider-img
    {
        width:385px;
        height: 218px;
    }

    .feature-grid
    {
        /*width: 50%;*/
        padding: 20px;
        float: right;
    }
}

#footer_2 {
    margin-top: 10px;
    margin-bottom: 0;
    bottom: 0;
    min-height: 6px;
    position: fixed;
    padding: 0px;
    z-index: 4;
}

@media screen and (min-width:320px) and (max-width:992px)
{
    .order-btn,
    .order-btn-2
    {

        float: right;
        width: 100%;
        height: 58px;
        border: 2px solid #F0632D;
        border-radius: 10px;
        color: #373435;
        text-align: center;
        padding: 10px;
        font-size: 20px !important;
        font-weight: bold !important;
        margin-right: 0px;
        transition: all .3s ease-in-out;

    }
    .home-logo { right: 0px; }
    .feature-box { width: 100%; }

}

.karzar-box
{
    width: 416px;
    display: block;
    margin: auto;
    height: 40px;
    font-size: 14px;
}

.karzar
{
    position:fixed;
    left:0px;
    bottom:0px;
    height:45px;
    width:100%;
    background:black;
    z-index:1;
}

.karzar_1
{
    text-align:center;
    margin-top:12px;
    direction:rtl;
    color:#f0f0f0;
    font-size: 15px;
    float: right;
}

.karzar_2
{
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    background-color:#ffffff;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    cursor:pointer;
    color:#666666;
    font-size:15px;
    font-weight:bold;
    padding:3px 10px;
    text-decoration:none;
    text-shadow:0px 1px 0px #ffffff;
    display: block;
    margin: auto;
}

.karzar-btn
{
    float: right;
    margin-top: 7px;
    margin-right: 13px;
}

.orangeBanner
{
    background: #e84e0f;
    height: 50px;
    margin: 0 0 8px;
    padding-top: 13px;
    top: 0px;
    display: block;
    position: absolute;
    color: white;
    font-size: 14px;
}

.banner_text
{
    text-align: center;
    font-size: 14px !important;
}

.close-banner
{
    float: right;
    display: block;
    margin: 0px;
    cursor: pointer;
}
@media screen and (min-width:320px) and (max-width:992px)
{
    .karzar-box
    {
        margin-right: 10px;
    }
    .karzar
    {
        bottom:38px;
    }

    .karzar_1,.karzar_2
    {
        font-size: 12px;
    }

    .karzar-btn
    {
        margin-top: 10px;
    }

    .orangeBanner
    {
        padding-top: 0px;
    }

    .banner_text
    {
        font-size: 13px;
        padding-top: 0px;
        width: 80%;
        margin: auto;
        margin-top: 6px;
    }

    .close-banner
    {
        padding-top: 12px;
    }
}


.custom-dropdown a .arrow {
    display: inline-block;
    position: relative;
    transform: rotate(-90deg);
    -webkit-transition: .3s transform ease;
    -o-transition: .3s transform ease;
    transition: .3s transform ease;
}

.custom-dropdown.show a {
    color: #5A5858 !important
}

.custom-dropdown.show a .arrow {
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
}

.custom-dropdown .btn:active, .custom-dropdown .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
}

.custom-dropdown .btn.btn-custom {
    border: 1px solid #efefef;
}

.custom-dropdown .title-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
}

.custom-dropdown .title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.custom-dropdown .dropdown-menu {
    border: none;
    border-radius: 10px !important;
    background-color: #ffffff;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    margin-top: 10px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    /*opacity: 0;*/
    right: auto !important;
    left: auto !important;
    -webkit-transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
    -o-transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
    transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
    /*visibility: hidden;*/
}

.custom-dropdown .dropdown-menu.active {
    opacity: 1;
    visibility: visible;
    margin-top: 0px !important;
}

.custom-dropdown .dropdown-menu a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px !important;
    padding: 10px 20px;
    position: relative;
    text-align: right!important;
}

.custom-dropdown .dropdown-menu a:hover,
.custom-dropdown .dropdown-menu a:active,
.custom-dropdown .dropdown-menu a:focus {
    background: transparent;
}

.newOrderBtn .icon-FontIcon_newOrder .path1:before,
.newOrderBtn .icon-FontIcon_newOrder .path2:before{
    color: #FFFFFF;
}

.newOrderBtn:hover .icon-FontIcon_newOrder .path1:before,
.newOrderBtn:hover .icon-FontIcon_newOrder .path2:before{
    color: #E84E0F;
}

.fontIconText{
    font-size: 14px;
    margin-right: 5px;
    line-height: 24px;
}

.newOrderBtn{
    display: flex;
    float: left;
    width: 135px;
}

.newOrderBtn:hover{
    color: #e84e0f;
    background-color: #FFFFFF;
    border-color: #e84e0f;
}

.newInput{
    width: 100%;
    padding: 0 14px;
    line-height: 44px;
    height: 50px;
    font-size: 14px;
    border: 1px solid #EBEBEB !important;
    border-radius: 10px;
}

.newInput:focus,
.newInput:active{
    border-color: #47464C !important;
}

.newInput:focus-visible{
    border: 1px solid transparent !important;
}




.infoFormGroup{
    position: relative;
    margin-top: 1rem;
}

.infoFormControl,
.infoFormSelectControl{
    background-color: transparent;
    /*margin-top: 20px;*/
    border: 1px solid #cccccc;
    border-radius: 10px;
    outline: none;
    box-shadow: 0 0 0 0 transparent;
    transition: ease all 300ms;
    padding-bottom: 0;
    line-height: 44px;
    height: 50px;
    font-size: 14px;
}

.infoFormSelectControl{
    border: none;
}


.infoFormLabel,
.infoFormSelectLabel{
    position: absolute;
    color: rgba(60, 60, 60, 0.5);
    top: 15px;
    right: 15px;
    margin: 0;
    padding: 0;
    line-height: 20px;
    pointer-events: none;
    transition: ease all 300ms;
    z-index: 10;
    background-color: #ffffff;
    font-size: 16px;
}

.infoFormControl:active,
.infoFormControl:focus{
    border-color: #47464C;
    outline: none;
    box-shadow: 0 0 0 0 transparent;
}

.infoFormControl:active + .infoFormLabel,
.infoFormControl:focus + .infoFormLabel,
.infoFormControlActive + .infoFormLabel,
.infoFormSelectLabelActive{
    color: #47464C;
    top: -8px;
    font-weight: 500;
    font-size: 14px;
}

.infoFormGroup .bootstrap-select,
.infoFormGroup .bootstrap-select .dropdown-toggle .filter-option{
    width: 100% !important;
    direction: rtl;
    text-align: right;
}

.infoFormGroup .bootstrap-select .dropdown-toggle .filter-option-inner{
    padding-right: 0 !important;
}

.infoFormGroup .bootstrap-select>.dropdown-toggle.bs-placeholder,
.infoFormGroup .bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.infoFormGroup .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.infoFormGroup .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #3c3c3c !important;
    font-size: 14px !important;
    line-height: 26px !important;
    background-color: #ffffff;
}

.infoFormGroup .dropdown-toggle::after{
    position: absolute;
    left: .355em;
    bottom: 8px;
    margin-right: 0;
    vertical-align: 0;
}

.infoFormGroup .dropdown-toggle.btn-light:hover{
    background-color: transparent !important;
    border-color: #cccccc !important;
}

.infoFormGroup .dropdown-toggle.btn-light{
    color: #3c3c3c !important;
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid #cccccc;
    border-radius: 0;
    padding-bottom: 0;
}

.infoFormGroup .dropdown-toggle.btn-light.focus,
.infoFormGroup .dropdown-toggle.btn-light:focus {
    box-shadow: 0 0 0 0 transparent !important;
    outline: none !important;
}

.infoFormGroup .dropdown-toggle.btn-light:not(:disabled):not(.disabled).active,
.infoFormGroup .dropdown-toggle.btn-light:not(:disabled):not(.disabled):active,
.infoFormGroup .show>.btn-light.dropdown-toggle {
    color: #3c3c3c !important;
    background-color: transparent !important;
    border-color: #47464C !important;
}

.infoFormGroup .bootstrap-select .dropdown-menu.inner{
    text-align: right;
    font-size: 13px !important;
}

.infoFormGroup .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 12px !important;
    line-height: 26px !important;
}

.infoFormGroup .form-control:disabled,
.infoFormGroup .form-control[readonly] {
    background-color: transparent !important;
    opacity: 1;
}

.selectedServicePriceSection{
    border-radius: 10px;
    line-height: 44px;
    height: 50px;
    background: #F7F7F7;
    padding: 4px 15px;
    font-size: 14px;
}

.dis-none{
    display: none !important;
}


.shopItem{
    position: relative;
    width: 100%;
    padding-top: 100%;
    margin-bottom: 10px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.feature-col {
    padding: 10px;
}
.feature-img {
    display: block;
    width: 100%;
    height: 56px;
    margin-bottom: 15px;
}
.feature-text {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.order-btn-new{
    background: #E84E0F;
    border: 2px solid #E84E0F;
    color: white;
    box-shadow: 0 3px 30px rgba(71, 70, 76, 0.12);
    border-radius: 10px;
    font-size: 14px;
    line-height: 38px;
    height: 40px;
    text-align: center;
    font-weight: normal;
    transition: 200ms;
    cursor: pointer;
}
.order-btn-new:hover{
    background: #FFFFFF;
    color: #E84E0F;
    text-decoration: none;
}

.order-btn-more{
    font-size: 12px;
    line-height: 38px;
    height: 40px;
    text-align: center;
    font-weight: normal;
    transition: 100ms;
    color: #707070;
    cursor: pointer;
}

.order-btn-more:hover{
    color: #E84E0F;
}

.services{
    margin: 20px 0;
}

.services .nav-pills{
    background-color: #F7F7F7;
    margin-bottom: 10px;
    border-radius: 10px;
    flex-wrap: nowrap;
    display: flex;
    width: 100%;
    overflow: auto hidden;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .services .nav-pills{
        display: block;
    }
    .nav-pills>li{
        float: none;
    }
}

.services .tab-pane{
    background-color: #FFFFFF !important;
}

.services .nav-item{
    display: inline-block;
    margin: 10px;
    border-radius: 10px;
}

.nav-pills .nav-link{
    font-size: 14px;
    color: #47464C !important;
    background-color: #ffffff !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ffffff !important;
    background-color: #1B1B1D !important;
}

.nav-pills .nav-link.active img{
    -webkit-filter: brightness(100);
    filter: brightness(100);
}

.rec-img{
    position: absolute;
    width: 250px;
    height: 290px;
    left: 50%;
    top: 15px;
    transform: translateX(-50%) rotate(-4deg);
    background-color: #F6F6F6;
    border-radius: 16px;
    background-position: center;
    background-size: cover;
}

.tab-pane-title{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    text-align: right;
    color: #1B1B1D;
    margin: 20px 0 10px 0;
}

.tab-pane-content {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: right;
    color: #47464C;
}

.select-new,
.select-new-btn{
    position: relative;
    padding: 0 14px;
    line-height: 44px;
    height: 50px;
    font-size: 14px;
    border: 1px solid #1b1b1b !important;
    border-radius: 10px;
    width: 100%;
}
.select-new:hover,
.select-new:active,
.select-new:focus,
.select-new:focus-visible,
.select-new-btn:hover,
.select-new-btn:active,
.select-new-btn:focus,
.select-new-btn:focus-visible{
    border: 1px solid #E84E0F !important;
}

.select-new-btn img{
    transform: rotate(-90deg) translateX(5px);
    position: absolute;
    top: 50%;
    left: 5px;
}

.tab-content-text{
    padding: 20px 0 !important;
}

@media (min-width: 768px ) {
    .tab-content-text{
        padding: 20px 30px !important;
    }
}

.overLayer{
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, .7);
}

.overLayerBox{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    box-shadow: 0 3px 30px rgba(71, 70, 76, 0.12);
    border-radius: 24px 24px 0 0;
}

.overLayerBox-title{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #EBEBEB;
    padding: 15px;
}

.overLayerBox-text{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    padding: 15px;
    text-align: right;
}

.overLayerBox-close{
    position: absolute;
    left: 20px;
    font-size: 20px;
}

.overLayerBox-items{
    width: 100%;
    align-items: center;
    text-align: right;
    padding: 15px;
}

.overLayerBox-item{
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    padding: 12px 15px;
}

.overLayerBox-item:hover{
    background-color: #F7F7F7;
}

.disc-input {
    font-weight:500;
    font-size: 18px;
    border-radius: 5px;
    line-height: 22px;
    background-color: transparent;
    border:2px solid #CC6666;
    transition: all 0.3s;
    padding: 13px;
    margin-bottom: 15px;
    width:100%;
    box-sizing: border-box;
    outline:0;
}

.disc-input:focus {
    border:2px solid #CC4949;
}

#my_popup{
    position:fixed;
    z-index: 9999999999;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: rgba(0, 0, 0, 0.7);
}

.discountModalSection{
    position: absolute;
    width: 750px;
    height: 375px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/modal-banner/3.jpg);
    border-radius: 10px;
    background-color: #dddddd;
    padding: 0 50px;
}

.modalItemsSection{
    margin-top: 150px;
}

@media (max-width: 767px) {
    .discountModalSection{
        width: 350px;
        height: 450px;
        background-image: url(../img/modal-banner/2.jpg);
        padding: 0 50px;
    }

    .modalItemsSection{
        margin-top: 215px;
    }
}

.modalItemsSection .infoFormLabel,
.modalItemsSection .infoFormSelectLabel{
    color: rgba(255, 255, 255, 0.9);
    background-color: transparent;
}

.modalItemsSection .infoFormControl{
    background-color: rgba(207, 74, 32, .4);
    color: rgba(255, 255, 255, 0.9);
}

.modalItemsSection .infoFormControl:active,
.modalItemsSection .infoFormControl:focus{
    border-color: rgba(255, 255, 255, 0.8);
    color: rgba(255, 255, 255, 0.9);
    background-color: rgba(207, 74, 32, .4);
}

.modalItemsSection .infoFormControl:active + .infoFormLabel,
.modalItemsSection .infoFormControl:focus + .infoFormLabel,
.modalItemsSection .infoFormControlActive + .infoFormLabel,
.modalItemsSection .infoFormSelectLabelActive{
    color: rgba(255, 255, 255, 0.9);
    background-color: rgba(207, 74, 32, 1);
}

.modalItemsSection .select-new{
    border: 1px solid rgba(255, 255, 255, .8) !important;
    background-color: rgba(207, 74, 32, .4);
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
}

.modalItemsSection .select-new option{
    color: #000000;
    background-color: #FFFFFF;
}

.modalItemsSection .select-new:hover,
.modalItemsSection .select-new:active,
.modalItemsSection .select-new:focus,
.modalItemsSection .select-new:focus-visible{
    border: 1px solid rgba(255, 255, 255, .8) !important;
    outline: none;
}

.modalItemsSection .sendDiscountCode{
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(255, 255, 255, .9);
    color: rgba(211, 60, 17, 1);
    box-shadow: 0 4px 8px rgba(255, 255, 255, .5);
}

.modalItemsSection .sendDiscountCode:hover{
    background: rgba(207, 74, 32, .4);
    color: rgba(255, 255, 255, 1);
}

.hidden-modal {
    display: none;
}

.close-modal{
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.orderBanner{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    cursor: pointer;
}

.orderBannerImgSite,
.orderBannerHidden{
    display: none;
}

@media (min-width: 768px) {
    .orderBanner{
        bottom: 15px;
        left: 15px;
        right: auto;
    }
    .orderBannerImgMobile{
        display: none;
    }
    .orderBannerImgSite{
        display: block;
    }
}

.owl-carousel.owl-rtl .owl-item {
    background-color: #FFFFFF;
}

.commentSectionItem{
    width: 100%;
    padding-top: 50%;
    position: relative;
}

.commentSectionContent{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 50px;
    border: 5px solid #00cdd8;
    cursor: pointer;
}

.commentUserInfo{
    display: flex;
}

.commentUserImage{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #cccccc;
    border: 2px solid #c1c1c1;
}

.commentUserName{
    font-size: 14px;
    padding: 10px 0 0 15px;
}

.commentText{
    font-size: 14px;
    margin-top: 20px;
}

@media (max-width: 576px) {
    .commentSectionItem{
        padding-top: 80%;
    }
    .commentSectionContent{
        padding: 10px;
    }
    .commentUserName{
        font-size: 12px;
    }

    .commentText{
        font-size: 12px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .commentSectionItem{
        padding-top: 80%;
    }
    .commentSectionContent{
        padding: 10px;
    }
    .commentUserName{
        font-size: 12px;
    }
    .commentText{
        font-size: 12px;
    }
}

.orderHiddenSection,
.orderHiddenSectionMobile{
    display: none;
}

@media (min-width: 1200px) {
    .karkhaneh{
        margin-right: 9em;
    }
}

#barika:hover
{
    color: rgb(160, 186, 93) !important;
}

.logoItem{
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 100%;
}

@media (min-width: 768px) {
    .headerSection .content,
    .footerSection .content{
        width: auto;
    }
}

@media (min-width: 992px) {
    .headerSection .content,
    .footerSection .content{
        max-width: 960px;
        width: auto;
    }
}

@media (max-width: 992px) {
    .headerSection .content,
    .footerSection .content{
        padding: 0 10px!important;
    }
}

@media (min-width: 1200px) {
    .headerSection .content,
    .footerSection .content{
        max-width: 1170px;
        width: auto;
    }
}

.headerSection .content,
.footerSection .content{
    width: auto;
    margin-left: auto !important;
    margin-right: auto !important;
}

.headerSection{
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
}

.headerDesktop{
    height: 60px;
    line-height: 58px;
}

.headerLogo{
    margin-left: 15px;
}

.headerItem{
    margin: 0 15px;
}

.custom-dropdown a .arrow {
    display: inline-block;
    position: relative;
    transform: rotate(-90deg);
    -webkit-transition: .3s transform ease;
    -o-transition: .3s transform ease;
    transition: .3s transform ease;
}

.custom-dropdown.show a .arrow {
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
}

.custom-dropdown .btn:active, .custom-dropdown .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
}

.custom-dropdown .btn.btn-custom {
    border: 1px solid #efefef;
}

.custom-dropdown .dropdown-menu {
    border: none;
    border-radius: 10px !important;
    background-color: #ffffff;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    margin-top: 10px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    right: auto !important;
    left: auto !important;
    -webkit-transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
    -o-transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
    transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
}

.custom-dropdown .dropdown-menu.active {
    opacity: 1;
    visibility: visible;
    margin-top: 0 !important;
}

.custom-dropdown .dropdown-menu a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px !important;
    line-height: normal;
    padding: 7px 20px;
    position: relative;
    text-align: right!important;
}

.custom-dropdown .dropdown-menu a:hover,
.custom-dropdown .dropdown-menu a:active,
.custom-dropdown .dropdown-menu a:focus {
    background: transparent;
}

.headerBtnSection{
    padding-top: 9px;
    margin-right: 10px;
}

.headerBtn{
    width: 140px;
}

.publicBtn{
    position: relative;
    height: 41px;
    line-height: 40px;
    border-radius: 7px;
    border: 1px solid;
}

.headerPhone{
    position: absolute;
    left: 20px;
    top: 10px;
}

.headerPhoneNo{
    margin-left: 20px;
}

.circlePhoneBtn{
    padding: 0 6px;
    border-radius: 100%;
    height: 42px;
    width: 42px;
    border: 1px solid;
}

@media (max-width: 355px) {
    .circlePhoneBtn{
        display: none;
    }
}

.headerMenuLogo{
    margin: 10px 0 0 15px;
}

.sm-item-useraccount{
    height: 50px;
    background-color: #e84e0f;
}

.sm-item-userLogin{
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.sm-useraccount-name{
    color: white;
    font-size: 16px;
    padding: 11px 15px;
    float: right;
}

.sm-userLogin-name{
    font-size: 16px;
    padding: 11px 15px;
    display: flex;
    line-height: 42px;
    direction: rtl;
}

.sm-userLogin-item{
    font-size: 14px;
    padding: 0 15px 10px 15px;
    line-height: 42px;
    direction: rtl;
    text-align: right;
}

.sm-userLogin-booth{
    padding: 0 20px 15px 20px;
}

.sm-useraccount-photo{
    height: 16px;
    float: left;
    cursor: pointer;
    margin-top: 16px;
    margin-left: 10px;
    filter: brightness(100);
}

.sm-userLogin-photo{
    height: 26px;
    float: right;
    margin: 6px 5px 0 10px;
    cursor: pointer;
}

.sm-item-more>.sm-item-label::after {
    position: absolute;
    left: 10px;
    top: 13px;
    background-image: url(../NewVersion/images/left-arrow.png);
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
}

.sm-item-label{
    text-align: right;
}

.sm-back::after {
    color: #e84e0f;
    position: absolute;
    left: 10px;
    top: 13px;
    background-image: url(../NewVersion/images/left-arrow.png);
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
}

.sm-back {
    cursor: pointer;
    background: #FFF;
    color: #e84e0f;
    display: block;
    font-size: 14px;
    font-weight: 500;
    outline: 0;
    padding: 1em 1em 1em 2.5em;
    position: relative;
    direction: ltr;
    text-align: right;
    text-transform: uppercase;
}

.sm-title {
    font-size: 2em;
    font-weight: 800;
    margin: 0;
    padding: 1em;
    direction: rtl;
    text-align: right;
}

.sm-overlay {
    z-index: 1000;
}

html.sm-touch .sm-scroller {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

.headerBanner{
    height: 40px;
    line-height: 38px;
    transition: 300ms;
}

@media (max-width: 575px) {
    .headerBanner{
        line-height: 20px;
    }
}

.headerBannerContent{
    position: relative;
    padding: 0 32px !important;
}

.headerBannerClose{
    position: absolute;
    right: 10px;
    top: 12px;
    filter: brightness(100);
}

@media (min-width: 768px) {
    .headerBannerText{
        padding: 0 30px;
    }
}

.contentSection{
    padding-top: 120px;
    transition: 300ms;
}

.contentSectionScroll{
    padding-top: 80px;
}

.footerSection{
    padding: 50px 0;
    margin-top: 50px;
    line-height: 24px;
}

.footerSiteName{
    margin: 20px 0;
}

@media (min-width: 768px) {
    .footerTitleBox{
        padding-left: 30px;
    }
}

.footerBlock{
    padding: 0 20px;
}

.footerSiteText{
    line-height: 24px;
    margin-bottom: 20px;
}

.footerTitle{
    margin-bottom: 10px;
}

.footerLink{
    padding: 5px 0;
}

.footerImageSection{
    padding-right: 7px;
}

.footerImage{
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 150%;
    border-radius: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.socialImg{
    margin: 10px 0 0 15px;
}

.h2-resize {
    font-size: 1.3rem;
}

.h1-resize {
    font-size: 1.5rem;
}
