/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

* {
    box-sizing: border-box;
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    background-color: #f4f4f4;
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none;
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible;
    font-family: "IRANSans";
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}
.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}
/*! Fonts  */

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb.eot');
    src: url('../fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb_Light.eot');
    src: url('../fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

body {
    font-family: 'IRANSans';
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

input:focus {
    outline: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

button {
    font-family: 'IRANSans';
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'fontawesome';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #000;
    font-size: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
    content: "\f138";
}

.slick-next {
    margin-right: 25px;
}

.slick-prev {
    margin-left: 25px;
}

.slick-next:before {
    content: "\f137";
}

.recommendedServices {
    display: flex;
    margin: 20px 0;
    align-items: center;
}

.recommendedServices img {
    width: 230px;
    overflow: hidden;
    border-radius: 4px;
    margin: 0 auto;
}

.main-slider h4 {
    font-size: 14px;
    color: #343434;
    font-weight: 400;
    margin: 0;
    margin-top: 10px;
    text-align: center;
}

.servicesBox .container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.serviceBox {
    text-align: center;
    font-size: 14px;
    background-color: #fff;
    padding: 5px;
    width: 150px;
    border-radius: 4px;
    box-shadow: 0 8px 12px -1px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid #9041b2;
    margin: 5px;
}

.serviceBox:hover {
    box-shadow: 0 16px 30px 0 rgba(0, 0, 0, .3);
}

.serviceBox img {
    width: 100px;
}

.serviceBox p {
    font-size: 14px;
    margin-top: 7px;
    color: #292b2c;
}

#howItWorks {
    background-color: #fff;
    padding: 30px 0;
}


.workSteps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.workStep {
    margin: 5px;
    width: 150px
}

.workStep p {
    font-size: 14px;
    text-align: center;
    margin: 0;
}
.workStep img {
    margin-bottom: 15px;
}
.appDesc {
    margin: 20px;
}

.appDesc p {
    text-align: justify;
}

.appDesc>img {
    margin: 5px;
}
.features li {
    display: flex;
    align-items: center;
}
.appImg {
    text-align: center;
    margin-bottom: 30px;
}

.features .fa-usd {
    color: #8e44ad;
    height: 40px;
    font-size: 2em;
    width: 40px;
    text-align: center;
    margin-left: 10px;
}

.features img {
    margin-left: 10px;
}

.features {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.features li {
    width: 50%;
    font-size: 14px;
    margin-bottom: 15px;
}


/* ==========================================================================
   navigation
   ========================================================================== */

.main-nav {
    background-color: #222;
    border: 0;
    -webkit-box-shadow: 0 0.5em 2.5em rgba(0, 0, 0, .25);
    box-shadow: 0 0.5em 2.5em rgba(0, 0, 0, .25);
}

.main-menu,
.social-menu {
    display: none;
}

.main-menu {
    flex-direction: column;
}

.logo {
    float: left;
    padding: 11px;
}

.main-menu a,
.social-menu a {
    color: #fff;
    padding: 16px 15px;
    display: block;
    text-align: center;
    font-size: 20px;
}

.main-nav .container div:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-nav .container i.fa.fa-bars,
.main-nav .container i.fa.fa-times {
    color: #fff;
    font-size: 2em;
    padding: 20px;
}

.order-nav i.fa.fa-bars,
.order-nav i.fa.fa-times {
    color: rgb(0, 0, 0);
    font-size: 2em;
    padding: 20px;
}

.order-nav {
    background-color: #fff;
    border-bottom: 1px solid rgb(189, 189, 189);
    -webkit-box-shadow: 0 0.5em 2.5em rgba(0, 0, 0, .25);
    box-shadow: 0 0.5em 2.5em rgba(0, 0, 0, .25);
    padding: 10px;
}

.order-nav .main-menu a {
    padding: 5px 15px;
    display: block;
    text-align: center;
    font-size: 20px;
    color: #222;
}

.main-menu>li>a:hover {
    background-color: rgba(255, 255, 255, .1);
}

.social-menu {
    justify-content: center;
}

.social-menu a {
    font-size: 30px;
}

.show-login-register-modal {
    background-color: #f8b81e;
    border: none;
    font-size: 16px;
    padding: 16px 80px;
    color: #fff;
    margin: 0 auto;
    border-radius: 15px;
    display: block;
    text-align: center;
}

.fa-facebook-official,
.fa-twitter,
.fa-instagram,
.fa-telegram {
    font-family: 'FontAwesome';
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    top: 100%;
    z-index: 1000;
    display: none;
    min-width: 320px;
    padding: 5px 0;
    margin: 12px 0 0;
    font-size: 14px;
    text-align: right;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #337ab7;
    outline: 0;
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.hidden {
    display: none!important;
}

.show {
    display: flex !important;
}

.btn {
    border-radius: 5px;
    padding: 10px 15px;
    color: #fff;
    position: relative;
    border: none;
}

.btn:active {
    transform: translate(0px, 5px);
    -webkit-transform: translate(0px, 5px);
    box-shadow: 0px 1px 0px 0px;
}

.btn:focus {
    outline: none;
}

.purple {
    background-color: #9b59b6;
    box-shadow: 0px 5px 0px 0px #82409D;
}

.show-login-register-modal:focus {
    outline: none;
}

#mobile-login-messages li {
    list-style: none;
    font-size: 14px;
    color: #9C27B0;
    display: block;
    margin-bottom: 15px;
    width: 80%;
    text-align: center;
}
.intro-box {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 3em 0;
    background: #912366 url(../assets/img/header-bg-gradient.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #e4e4e4;
}

.intro-box p {
    text-align: justify;
}

.intro-box h1 {
    text-align: center;
    font-size: 1.6em;
}

#searchService {
    height: 50px;
    border: 0;
    border-radius: 5px;
    padding-right: 15px;
    font-family: "IRANSans";
    width: 100%;
}

input#sumbitService {
    margin: 20px 15px;
    outline: none;
    width: 130px;
    font-family: "IRANSans";
    padding: 15px 0;
}

.intro-box p,
.mainSearchBox {
    width: 80%;
}

section h2 {
    margin: 15px;
    text-align: center;
    font-size: 24px;
}
.appDesc h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
}
#result {
    background-color: #fff;
    max-height: 210px;
    overflow-y: auto;
    margin-top: -4px;
    width: 80%;
}

#result a {
    display: block;
    border-bottomtop: 1px solid #c4c4c4;
    padding: 10px;
    color: #555;
}

#result a:hover {
    background-color: #5c306f;
    color: #fff;
}

#result::-webkit-scrollbar {
    width: 6px;
}

#result::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#result::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

/* ====================================================================
    Sign up/in Form
    =================================================================== */
.login-modal-body {
    background-color: whitesmoke;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.login-phone {
    margin: 20px auto;
}
.login-phone input {
    text-align: center;
    max-width: 160px;
}
.login-code {
    width: 60%;
    margin: 0 auto;
}
.login-code input {
    text-align: center;
    letter-spacing: 4px;
}
.inputfield {
    position: relative
}
.inputfield .fa-user,
.inputfield .fa-phone {
    position: absolute;
    font-size: 100%;
    top: 13px;
    right: 10px;
    color: #9E9E9E;
}
.tabLogin span {
    display: block;
    margin: 10px 0;
    padding: 14px;
    font-size: 14px;
}
.telInput,
.codeInput,
.nameInput {
    display: block;
    border: 1px solid #d4d4d4;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
    height: 45px;
    border-radius: 7px;
    -webkit-appearance: none;
    outline: none;
    padding: 0 30px 0 10px;
    margin-bottom: 15px;
}
.codeInput {
    text-align: center;
    width: 100px;
    padding: 0;
}
.tabLogin {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.select2-container--default {
    display: block;
}
.fullAddress {
    display: block;
    width: 98%;
    font-size: 14px;
    font-family: "IRANSans";
    line-height: 24px;
    padding: 7px;
    outline: none;
    box-sizing: border-box;
    margin: 10px 6px;
}
.addressInput {
    padding: 5px;
    width: 50%;
    float: right;
    margin-bottom: 10px;
}
.address-container label {
    font-size: 12px;
}
.addressHeader {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
}
.addressHeader button {
    background-color: unset;
    border: none;
    color: #82409d;
    font-weight: bold;
}
/* ====================================================================
    ORDERING
    ====================================================================== */

.heroContent {
    padding: 5px 20px;
}

.serviceHeading {
    font-size: 17px;
}

#orderForm {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
}

.tabHeading {
    padding: 10px 15px;
    color: #272727;
    margin: 0;
    border-bottom: 1px solid #e2e2e2;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tabHeading h4 {
    margin: 0;
}
.tabContent {
    height: 300px;
    overflow-y: auto;
}

.tabFooter {
    height: 80px;
    background-color: #f7f8fa;
    box-shadow: inset 0 1px 0 0 #e2e2e2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

#FAQs {
    background-color: #34495e;
    padding-bottom: 25px;
    margin-top: 25px;
}

#FAQs h4 {
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 20px 0;
    font-size: 30px;
}

.faq ul {
    background-color: #fff;
    border-radius: 10px;
}
.accordion {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    transition: 0.4s;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.faq ul li:last-child {
    border: none;
}
.accordion span {
    width: 90%;
}

.accordion-panel {
    display: none;
    background-color: #fff;
    margin: 0;
    padding: 15px;
    text-align: justify;
}

.tab {
    display: none;
}

.steps {
    text-align: center;
    display: flex;
    justify-content: space-around;
}

#prevBtn,
#nextBtn {
    padding: 10px;
}

.radio:hover {
    background-color: #f9f9f9;
}

.radioLabel,
.checkboxLabel {
    color: #424242;
    display: block;
    padding: 14px;
}

.radio,
.checkbox {
    box-shadow: 0 1px 0 0 #f0f0f0, 0 -1px 0 0 #f0f0f0;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"],
.radio-container input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio input[type="radio"]+.radioLabel:before,
.checkbox input[type="checkbox"]+.checkboxLabel:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    margin-left: 1em;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
    vertical-align: middle;
}

.radio input[type="radio"]:checked+.radioLabel:before,
.checkbox input[type="checkbox"]:checked+.checkboxLabel:before {
    background-color: #82409D;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type="radio"]:focus+.radioLabel:before,
.checkbox input[type="checkbox"]:focus+.checkboxLabel:before {
    outline: none;
    border-color: #82409D;
}

.radio input[type="radio"]:disabled+.radioLabel:before,
.checkbox input[type="checkbox"]:disabled+.checkboxLabel:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio input[type="radio"]+.radioLabel:empty:before,
.checkbox input[type="checkbox"]+.checkboxLabel:empty:before {
    margin-left: 0;
}

.checkbox input[type="checkbox"]+.checkboxLabel:before {
    border-radius: 0 !important;
}

#inputDescription {
    width: calc(100% - 20px);
    font-family: "IRANSans";
    padding: 10px;
    outline: none;
    border-top: none;
    margin: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
}

.serviceDates,
.serviceTimes {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
}

.serviceDate,
.serviceTime {
    list-style: none;
    text-align: center;
    color: #000;
    width: 33%;
}

.serviceDates label span {
    display: block;
    padding: 3px 0;
}

.serviceDates label span:first-child {
    color: #6d6d6d;
    font-size: 12px;
}

.serviceDates label span:last-child {
    font-weight: bold;
}

.serviceDates input[type="radio"],
.serviceTime input[type="radio"] {
    display: none;
}

.serviceDates input[type="radio"]+label,
.serviceTime input[type="radio"]+label {
    display: inline-block;
    padding: 5px;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    width: 90%;
    margin: 5px 0;
    cursor: pointer;
}

.serviceDates input[type="radio"]:checked+label,
.serviceTime input[type="radio"]:checked+label {
    background-color: rgba(155, 89, 182, 0.15);
    border: 2px solid #82409D;
    font-weight: bold;
    font-size: 15px;
}

.serviceDates input[type="radio"]:disabled+label,
.serviceTime input[type="radio"]:disabled+label {
    background-color: #f0f0f0;
    border: 2px solid #d9d9d9;
    cursor: default;
    color: #a0a0a0;
}

.serviceTimes h4 {
    width: 100%;
    margin: 8px;
}

input.invalid {
    background-color: #ffdddd;
}

.step {
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
}

.step.active {
    border: 2px solid #82409D;
    background-color: #fff;
}

.step.finish {
    background-color: #82409D;
}

.highlightFooter {
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    height: 50px;
    background-color: #545454;
    font-size: 14px;
}
footer a {
    color: #424242;
}
footer a:hover {
    color: #8e44ad;
}
.col {
    margin: 15px;
}
.footerCol .container div:first-child {
    text-align: justify;
}
.footerLinks {
    display: flex;
    flex-wrap: wrap;
}
.footerLinks li {
    width: 50%;
    padding: 10px;
    font-size: 15px;
}
.footerCol h4 {
    margin: 0;
}
.colTrust {
    text-align: center;
}
.formBackground {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .75);
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #82409d;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -60px;
    font-size: 12px;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.tooltip:hover:before{
    border: solid;
    border-color: #82409d transparent;
    border-width: 0 6px 6px 6px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 1;
    top: calc(100% - 6px);
}

.static-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 350px;
    color: #fff;
}
.static-header h1 {
    font-size: 26px;
    text-align: center;
    text-shadow: 0px 3px 8px rgb(47, 47, 47);
}
.static-header p {
    max-width: 80%;
    text-align: justify;
    text-shadow: 0px 3px 8px rgb(47, 47, 47);
}
.contact-header {
    background-image: url(../assets/img/contact.jpg);
}
.about-header {
    background-image: url(../assets/img/about.jpg);
}
.terms-header {
    background-image: url(../assets/img/terms-conditions.jpg);
}
.partner-header {
    background-image: url(../assets/img/partner.jpg);
}
.static-content {
    color: #222;
    display: flex;
    align-items: center;
    padding: 15px;
    flex-direction: column;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 14px 1px rgba(0,0,0,0.1);
    margin: -220px auto 20px;
    width: 90%;
    max-width: 1140px;
    overflow: hidden;
}
.contact-content {
    padding: 0;
}
.static-content p {
    text-align: justify;
    max-width: 900px;
    margin: 10px 0;
    line-height: 30px;
}
.static-content h1 {
    font-size: 24px;
    margin: 10px 0;
}
.contact-wrapper {
    display: flex;
    flex-direction: column;
}
.contact-col {
    padding: 10px;
}
.contact-form {
    display: flex;
    flex-direction: column;
}
.input-container {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
    padding: 10px 15px;
    border-radius: 4px;
}
.input-container input,
.input-container textarea {
    border: none;
    color: #222;
    outline: none;
    font-family: 'IRANSans';
    line-height: 30px;
    width: 100%;
}
.input-container .fa {
    margin-left: 15px;
    color: #9E9E9E;
    font-size: 18px;
}
.form-button {
    background-color: #9041b2;
    border-radius: 4px;
    border: 0;
    color: #fff;
    padding: 10px 15px;
    box-shadow: 0 6px 12px -1px rgba(0, 0, 0, 0.4);
    width: 100%;
    margin-top: 10px;
}
.form-button:hover {
    background-color: #ae4bd9;
}
.workStep h3 {
    font-size: 17px;
}
#contact-map {
    height: 200px;
    width: 100%;
}
.contact-info {
    background-color: #5264ae;
    color: #fff;
}
.contact-formCol {
    background-color: #f4f4f4;
}
.contact-info span {
    font-weight: bold;
}
.contact-desc {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 15px;
}
.why-choose-karabama {
    padding: 30px 0;
    background-color: #fff;
}
.partner-form-section,
.how-karabama-works {
    padding: 30px 0;
}
.why-choose-karabama h3 {
    font-size: 18px;
    font-weight: 700;
}
.partner-form {
    margin: 0 20px;
    max-width: 650px;
}
.partner-form p {
    margin: 0 0 10px;
}
.select-container {
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}
.select-container select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 0;
    border-radius: 4px;
    background-color: #fff;
    color: #9E9E9E;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
    font-family: 'IRANSans';
}
.select-container option {
    width: 100%;
}
.select-arrow {
    position: absolute;
    top: 22px;
    left: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #7b7b7b transparent transparent transparent;
}
.checkbox-container {
    margin-bottom: 10px;
    font-size: 18px;
}
.checkbox-container input[type=checkbox] {
    display: none;
}
.checkbox-container input[type="checkbox"]:not(:checked)+label,
.checkbox-container input[type="checkbox"]:checked+label {
    position: relative;
    padding-right: 25px;
    cursor: pointer;
}
.checkbox-container input[type="checkbox"]:not(:checked)+label:before,
.checkbox-container input[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    right: 0;
    top: 4px;
    width: 17px;
    height: 17px;
    line-height: 17px;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: none;
    background-color: #fff;
}

.checkbox-container input[type="checkbox"]:checked+label:after {
    content: '✔';
    position: absolute;
    top: 6px;
    right: 4px;
    font-size: 14px;
    color: #9041b2;
    transition: all .2s;
}
.service-input-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.checkout-container {
    background-color: #5382be;
    padding: 25px 0;
}
.comment-container form {
    margin-top: 5px;
}
.checkout-notes {
    text-align: center;
}
.checkout-content,
.comment-content {
    max-width: 1140px;
    width: 95%;
    border-radius: 10px;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 23px 12px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
}
.checkout-content {
    background-color: #06345d;
    color: #fff;
    padding: 20px;
}
.comment-content {
    padding: 5px 20px;
    align-self: center;
    background-color: #ffffff;
}
.checkout-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.comment-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.checkout-left-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.highlightFooter p {
    margin: 0;
}
.order-number {
    color: #c4c4c4;
    font-size: 12px;
}
.checkout-content h1 {
    text-align: center;
    font-size: 13px;
    color: #c5cfdc;
    margin: 20px 0;
    line-height: 1.5;
}
.checkout-summary {
    background-color: #1e476d;
    border-radius: 10px;
}
.summary-header {
    background-color: #5b8dca;
    height: 50px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    align-items: center;
    padding: 15px;
}
.summary-content {
    padding: 0 20px;
}
.summary-content p {
    border-bottom: 1px dashed #728ba3;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.summary-content span {
    width: 100%;
    padding-bottom: 5px;
}
.summary-q {
    color: #97a8b8;
    font-size: 12px;
}
.service-container p {
    text-align: center;
    font-size: 15px;
}
.service-footer {
    display: flex;
    justify-content: space-around;
    padding: 10px;
    max-height: 120px;
}

.star {
    line-height: 1;
}
.star .rating {
    margin: 0 auto;
    height: 50px !important;
    min-width: 200px !important;
}
.rate-base-layer,
.rate-select-layer,
.rate-hover-layer {
    height: 50px !important;
    font-size: 45px;
    color: #FFC107;
}
.comment-container {
    background-color: #06345d;
    display: flex;
    overflow-y: scroll !important;
}
.comment-desc textarea {
    width: 100%;
    font-size: 16px;
    outline: none;
    border: none;
    color: #222;
    background-color: #d9e4e9;
    border-radius: 7px;
    padding: 10px;
}
.btn-comment {
    width: 100%;
    margin: 10px 0;
    border: none;
    padding: 15px;
    background-color: #673AB7;
    color: #fff;
    border-radius: 7px;
}
.toggle_advantage,
.toggle_disadvantage {
    width: 50%;
    display: inline-block;
    float: right;
    text-align: center;
    font-size: 17px;
    color: #222;
    border-bottom: 1px dotted;
}
.comment-active-nav {
    border-bottom: 3px solid #673AB7;
    color: #673AB7;
}
.questions a:hover,
.questions a:focus {
    text-decoration: none;
    color: #673AB7;
}
.advantage-nav {
    height: 30px;
    margin-bottom: 15px;
    margin-top: 10px;
    text-align: center;
}
#disadvantages,
#advantages {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.serviceTime {
    list-style: none;
    text-align: center;
    color: #000;
    width: 33%;
}

.comment-option input[type="checkbox"] {
    display: none;
}

.comment-option input[type="checkbox"]:checked+label {
    background-color: #82409D;
    border: 1px solid #82409D;
    color: white;
}

.comment-option input[type="checkbox"]+label {
    display: inline-block;
    padding: 5px;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    width: 90%;
    margin: 7px 0;
    cursor: pointer;
    font-weight: normal;
}
.comment-option {
    list-style: none;
    text-align: center;
    color: #000;
    width: 50%;
}
.comment-option-100 {
    list-style: none;
    text-align: center;
    color: #000;
    width: 100%;
}
.comment-header h1 {
    font-size: 14px;
    color: #222;
}
/* ==========================================================================
   Responsive Design.
   ========================================================================== */
@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .form-button {
        max-width: 100px;
    }
    .checkbox-container {
        width: 50%;
        float: right;
    }
    .width50 {
        width: 48%;
        float: right;
        margin: 0 5px 20px;
    }
    .select-container select {
        height: 52px;
    }
}

@media (min-width: 768px) {
    .comment-content {
        width: 50%;
        padding: 50px;
    }
    .partner-form {
        margin: 0 auto;
    }
    .checkbox-container {
        width: 33%;
    }
    .container {
        width: 720px;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .partner-contact span {
        display: block;
    }
    .contact-wrapper {
        flex-direction: row;
    }
    .contact-col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 25px;
    }
    #contact-map {
        height: 400px;
    }
    .static-content {
        width: 80%;
    }
    .about-header {
        height: 400px;
    }
    .accordion {
        padding: 20px;
    }
    .serviceHeading {
        font-size: 2em;
    }
    .serviceForm {
        width: 100%;
        margin: 0 auto;
    }

    #submitOrder .container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .order-nav .logo {
        margin-left: auto;
        padding: 0 !important;
        float: none;
    }
    .footerCol .container {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .highlightFooter {
        font-size: 16px;
    }
    .colTrust img {
        width: 50%;
        max-width: 125px;
    }
    .intro-box {
        height: calc(70vh - 50px);
    }
    .intro-box p,
    .mainSearchBox,
    #result {
        width: 60%;
    }
    .main-nav .container,
    .main-menu,
    .social-menu,
    .order-nav .container {
        display: flex;
    }
    .nav-toggle {
        display: none;
    }
    .main-nav .container {
        flex-direction: column;
        align-items: center;
    }
    .main-menu,
    .order-nav .container {
        flex-direction: row;
        align-items: center;
    }
    #verify-div-login {
        display: block;
    }
    .dropdown-menu {
        float: right;
        min-width: 160px;
        margin: 0;
        position: absolute;
    }
    #downloadApp {
        background-color: #fff;
    }
    #downloadApp .container {
        display: flex;
    }
    .appDesc {
        width: 60%;
    }
    .appImg {
        width: 40%;
    }
    .appImg img {
        margin-top: 20px;
        margin-bottom: -40px;
    }
    .colLinks, .colTrust {
        width: 45%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .colLinks, .colTrust, .colAbout {
        width: 30%;
    }
    .serviceBox {
        padding: 10px;
        margin: 10px;
        width: 200px;
    }
    .workStep {
        margin: 10px;
        width: 200px;
    }
    .heroContent,
    .serviceForm {
        width: 50%;
    }
    .intro-box p,
    .mainSearchBox,
    #result {
        width: 40%;
    }
    .main-nav .container {
        flex-direction: row;
    }
    .fa-facebook-official,
    .fa-twitter,
    .fa-instagram,
    .fa-telegram {
        font-size: 20px;
    }
    .main-nav .container .logo {
        margin-left: auto;
        padding: 0 !important;
        float: none;
    }
    .main-nav .container a,
    .order-nav .main-menu a {
        font-size: 16px;
    }
    .show-login-register-modal {
        padding: 17px 30px;
        border-radius: 0;
        margin-left: 15px;
    }
    .social-menu a {
        padding: 12px 10px;
        font-size: 20px !important;
    }
    .social-menu a:hover {
        background-color: rgba(255, 255, 255, .1);
    }
    .checkout-content {
        width: 80%;
        padding: 40px;
    }
    .checkout-content h1 {
        font-size: 22px;
        margin: 40px 0;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .static-header {
        height: 450px;
    }
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
    font-size: 16px;
}