@font-face {
    font-family: 'IRANSansXFaNum-Regular';
    src: url('../fonts/IRANSansXFaNum-Regular.woff');
}

@font-face {
    font-family: 'IRANSansXFaNum-Regular';
    src: url('../fonts/IRANSansXFaNum-Regular.ttf');
}

@font-face {
    font-family: 'IRANSansXFaNum-Bold';
    src: url('../fonts/IRANSansXFaNum-Bold.woff');
}

@font-face {
    font-family: 'IRANSansXFaNum-Bold';
    src: url('../fonts/IRANSansXFaNum-Bold.ttf');
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: 24px;
    font-family: "IRANSansXFaNum-Regular", sans-serif !important;
    color: #666;
    overflow-x: hidden;
}
body.boxed-layout {
  background: #eee;
}
body.boxed-layout .main-container {
  background: #fff;
}
body.boxed-layout,
.boxed-layout .nav-container,
.boxed-layout .main-container,
.boxed-layout nav {
  max-width: 1366px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.color-body {
  background-color: #F5F5F5;
}
.maintitle {
  color: #84469b;
  font-weight: 700;
  font-size: 48px;
}
.color-white {
  color: rgb(228, 228, 228);
}
ul {
  list-style: none;
}
ul.bullets {
  list-style: inside;
}
.main-container {
  clear: both;
}
hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 0 0 24px 0;
  width: 100%;
}
a,
a:visited,
a:focus,
a:active,
a:hover {
  text-decoration: none;
  outline: none;
}
a {
  font-weight: 600;
  color: #85479B;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  cursor: poitner;
}
a:hover {
    color: #f9a389;
    text-decoration: none;
}
.image-bg hr {
  border-color: #fff;
  opacity: .6;
}
img {
    max-width: 100%;
}
.image-bg.bg-light hr {
  border-color: #ccc;
  opacity: 1;
}
.bg-dark hr {
  border-color: #555;
}
.inline-block {
  display: inline-block;
}
.list-inline {
  margin-left: 0;
}
.list-inline > li {
  padding: 0 18px;
}
.list-inline > li:last-child {
  padding-left: 0;
}
.list-inline > li:first-child {
  padding-right: 0;
}
.bg-primary .list-inline i {
  color: #8ed3ab;
}
.bg-cta {
  background-color: #fff;
}
.overflow-hidden {
  overflow: hidden;
}
.display-block {
  display: block;
}
.show-grid {
  border: 1px dashed rgba(255, 255, 255, 0);
  padding: 8px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  cursor: default;
}
.show-grid:hover {
  border-color: #222;
}
section,
footer {
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}
footer {
  padding: 72px 0;
}
.fullscreen {
  height: 100vh;
}
.right {
  right: 0;
}
.left {
  left: 0;
}
.bold {
  font-weight: 700 !important;
}
.thin {
  font-weight: 100 !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
pre,
table,
blockquote,
input,
button,
select,
textarea {
    margin-bottom: 24px;
    margin-top: 0;
    padding: 0;
    font-family: "IRANSansXFaNum-Regular", sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: #292929;
}
h1,
.h1 {
  font-size: 56px;
  line-height: 64px;
}
h1.large {
  font-size: 72px;
  line-height: 80px;
  font-weight: 100;
}
h2 {
  font-size: 40px;
  line-height: 48px;
}
h3 {
  font-size: 32px;
  line-height: 40px;
}
h4 {
  font-size: 24px;
  line-height: 32px;
}
h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
h6,
.h6 {
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
}
.uppercase {
  font-weight: 400;
  text-transform: uppercase;
}
.bold-h6 {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  font-weight: 700;
}
p,
span {
  font-weight: 400;
}
p.lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.sub {
  font-size: 12px;
}

.sub-16 {
    font-size: 14pt;
}
.image-bg a,
.bg-primary a {
  color: #fff;
}
.image-bg a:hover,
.bg-primary a:hover {
  color: #fff;
  opacity: .9;
}
.bg-light a {
  color: #85479B;
}
.bg-light a:hover {
  color: #312a89;
  opacity: 1;
}
.label {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  font-weight: 700;
  letter-spacing: 1px;
  background: #47b475;
  border-radius: 0;
  padding: 6px 12px;
  font-size: 10px;
  vertical-align: middle;
}
blockquote {
  overflow: hidden;
  font-size: 20px;
  line-height: 40px;
  font-style: italic;
  background: #f5f5f5;
  padding: 32px;
  color: #777;
  font-weight: 300;
}
.bg-secondary blockquote {
  background: #fff;
  border-color: #47b475;
}
.columns-2 {
  column-count: 2;
  -webkit-column-count: 2;
}

.relative {
  position: relative;
  z-index: 2;
}
.clearboth {
  clear: both;
}
.spread-children * {
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px;
}
.spread-children-large * {
  display: inline-block;
  margin-left: 24px;
  margin-right: 24px;
}
.container {
  position: relative;
}
.vnu {
  display: inline;
}
.v-align-children {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  .v-align-children-column {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .disable-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .v-align-transform {
    position: relative;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    top: 50%;
    z-index: 2;
  }
  .align-bottom {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 2;
  }
  .align-top {
    position: absolute;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 2;
  }
  .text-left {
    text-align: left !important;
  }
  .btn {
    border: 2px solid #85479B;
    padding: 0 26px;
    height: 40px;
    min-width: 200px;
    line-height: 36px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 0;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    margin-right: 8px;
    margin-bottom: 24px;
  }
  .btn:last-child,
  .btn:last-of-type {
    margin-right: 0;
  }
  .btn:hover {
    background: #85479B;
    color: rgb(255, 255, 255);
  }
  .btn-filled {
    background: #85479B;
    color: #fff;
    height: 50px;
    padding: 5px 20px;
    border-radius: 30px;
  }
  .btn-filled:hover {
    background-color: #F7A289;
    color: #fff;
  }
  .btn-jostejoo {
    border-radius: 30px;
    background-color: #85479B;
    width: 100% !important;
    color: #fff;
    min-width: 0 !important;
    text-align: center;
    border: 0;
    font-size: 14px;
    padding: 10px;
    height: 60px;
    margin-bottom: 0; 
  }
  .btn-jostejoo:hover {
    background-color: #F7A289;
    color: #fff;
  }
  .btn-jostejoo:visited {
    color: #fff !important;
  }
  .thinmaker {
    height: 40px !important;
    line-height: 16px !important;
  }
  .btn-white,
  .image-bg .btn,
  .image-bg .btn:visited {
    color: #fff;
    border-color: #fff;
  }
  .btn-white:hover,
  .image-bg .btn:hover,
  .image-bg .btn:visited:hover {
    background: #fff;
    color: #222;
  }
  .image-bg .btn.btn-filled,
  .image-bg .btn-filled:visited {
    border-color: #85479B;
  }
  .image-bg .btn-filled:hover {
    border-color: #fff;
  }
  .btn-rounded {
    border-radius: 25px;
  }
  body.btn-rounded .btn {
    border-radius: 25px !important;
  }
  .bg-light .btn {
    border-color: #894a9b;
    color: #894a9b;
    border-radius: 20px;
  }
  .bg-light .btn:visited,
  .bg-light .btn:visited:hover {
    color: #222;
  }
  .bg-light .btn-filled,
  .bg-light .btn-filled:visited {
    color: #fff;
  }
  .btn:visited {
    color: #894a9b;
  }
  .btn-white:visited,
  .btn:visited:hover {
    color: #fff;
  }
  .btn-white:visited:hover {
    color: #222;
  }
  .btn-filled:visited {
    color: #fff;
  }
  .btn.bg-dark {
    color: #fff;
    border-color: #292929;
  }
  .btn.bg-dark:hover {
    background: #434343;
  }
  .bg-primary .btn {
    color: #fff;
    border-color: #fff;
  }
  .bg-primary .btn:hover {
    background: #fff;
    color: #894a9b;
  }
  .icon {
    font-size: 64px;
    display: inline-block;
    color: #292929;
  }
  .image-bg.bg-light .icon {
    color: #292929;
  }
  .image-bg .icon,
  .bg-dark .icon {
    color: #fff;
  }
  .icon-lg {
    font-size: 80px;
  }
  .icon-sm {
    font-size: 32px;
  }
  .icon-xs {
    font-size: 18px;
  }
  .embelish-icons {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: scale(10);
    -webkit-transform: scale(10);
    left: 50%;
    opacity: 0.05;
    z-index: -1;
  }
  .breadcrumb {
    margin-bottom: 24px;
  }
  .breadcrumb-2 {
    background: none;
    padding: 0;
  }
  .breadcrumb-2 li a,
  .breadcrumb-2 li {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 11px;
    font-weight: 600;
  }
  .breadcrumb-2 > li + li:before {
    padding: 0 16px;
    color: #bbb;
  }
  .image-bg .breadcrumb li a {
    color: #fff;
    opacity: .8;
  }
  .image-bg .breadcrumb li a:hover {
    opacity: 1;
  }
  .image-bg .breadcrumb li.active {
    color: #fff;
  }
  .bg-dark .breadcrumb a {
    color: #fff;
  }
  .pagination {
    margin: 0;
  }
  .pagination li {
    font-family: inherit;
  }
  .pagination li a {
    width: 32px;
    height: 32px;
    padding: 0;
    text-align: center;
    padding-top: 6px;
    margin: 0 4px;
    color: #292929;
    font-weight: 400;
  }
    .pagination li a:hover,
    .pagination li.active a,
    .pagination li.active:hover a {
        background: #85479b;
        color: #fff;
        border-color: #85479b;
    }
  .cover {
    margin: 0;
    padding: 0;
  }
  .cover h1,
  .cover h2,
  .cover h3,
  .cover h4,
  .cover h5,
  .cover h6 {
    color: #ffffff;
  }
  .cover p,
  .cover span,
  .cover li {
    color: #ffffff;
  }
  .image-bg.bg-light h1,
  .image-bg.bg-light h2,
  .image-bg.bg-light h3,
  .image-bg.bg-light h4,
  .image-bg.bg-light h5,
  .image-bg.bg-light h6 {
    color: #222222;
  }
  .image-bg.bg-light p,
  .image-bg.bg-light span,
  .image-bg.bg-light li {
    color: #777777;
  }
  .cover:first-child .fullscreen {
    max-height: 100%;
  }
  .cover.fullscreen .slides > li {
    height: 100vh;
  }
  .cover .slides li .container {
    z-index: 4;
    position: relative;
  }
  .cover .flex-control-nav {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: .9;
  }
  .cover .flex-control-nav:hover {
    opacity: 1;
  }
  .cover .align-bottom {
    padding: 0 32px;
    bottom: 16px;
  }
  .cover .align-top {
    padding: 0 32px;
  }
  .map-holder {
    overflow: hidden;
    position: relative;
  }
  .map-holder iframe {
    border: none;
    position: absolute;
    width: 100%;
    height: 180%;
    top: -40%;
    left: 0;
    z-index: 1;
  }
  .map-holder:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .map-holder.interact:before {
    width: 0;
  }
  .map-holder.inline {
    height: 400px;
    overflow: hidden;
  }
  .map-canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  footer.bg-dark a {
    color: #fff;
  }
  .footer-1 .logo {
    max-height: 90px;
  }
  .footer-1 .sub {
    opacity: .5;
  }
  .social-list {
    margin: 0;
  }
  .image-bg .social-list a {
    color: #fff;
  }
  .bg-dark .social-list a,
  .image-bg .social-list a {
    color: #fff;
    opacity: .5;
  }
  .bg-dark .social-list a:hover {
    opacity: 1;
  }
  .image-bg .social-list a {
    opacity: 1;
  }
  .bg-light .social-list a {
    color: #222;
  }
  .back-to-top {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .back-to-top:hover {
    opacity: 1;
  }
  .bg-dark .back-to-top {
    border-color: #fff;
  }
  .bg-dark .back-to-top:active,
  .bg-dark .back-to-top:focus {
    color: #fff;
  }
  .bg-dark .back-to-top:hover {
    background: none;
  }
  .mr0 {
    margin-right: 0;
  }
  .mb0 {
    margin-bottom: 0 !important;
  }
  .mb8 {
    margin-bottom: 8px;
  }
  .mb16 {
    margin-bottom: 16px;
  }
  .mb24 {
    margin-bottom: 24px;
  }
  .mb30 {
    margin-bottom: 30px;
  }
  .mb32 {
    margin-bottom: 32px;
  }
  .mb40 {
    margin-bottom: 40px;
  }
  .mb48 {
    margin-bottom: 48px;
  }
  .mb56 {
    margin-bottom: 56px;
  }
  .mb64 {
    margin-bottom: 64px;
  }
  .mb72 {
    margin-bottom: 72px;
  }
  .mb80 {
    margin-bottom: 80px;
  }
  .mb88 {
    margin-bottom: 88px;
  }
  .mb96 {
    margin-bottom: 96px;
  }
  .mb104 {
    margin-bottom: 104px;
  }
  .mb112 {
    margin-bottom: 112px;
  }
  .mb120 {
    margin-bottom: 120px;
  }
  .mb160 {
    margin-bottom: 160px;
  }
  .mt0 {
    margin-top: 0 !important;
  }
  .mt8 {
    margin-top: 8px;
  }
  .mt16 {
    margin-top: 16px;
  }
  .mt24 {
    margin-top: 24px;
  }
  .mt32 {
    margin-top: 32px;
  }
  .mt40 {
    margin-top: 40px;
  }
  .mt48 {
    margin-top: 48px;
  }
  .mt56 {
    margin-top: 56px;
  }
  .mt64 {
    margin-top: 64px;
  }
  .mt72 {
    margin-top: 72px;
  }
  .mt80 {
    margin-top: 80px;
  }
  .mt88 {
    margin-top: 88px;
  }
  .mt96 {
    margin-top: 96px;
  }
  .mt104 {
    margin-top: 104px;
  }
  .mt112 {
    margin-top: 112px;
  }
  .mt120 {
    margin-top: 120px;
  }
  .mt160 {
    margin-top: 160px;
  }
  .p32 {
    padding: 0 32px;
  }
  .p24 {
    padding: 24px;
  }
  .p0 {
    padding: 0;
  }
  .pt0 {
    padding-top: 0;
  }
  .pt8 {
    padding-top: 8px;
  }
  .pt16 {
    padding-top: 16px;
  }
  .pt24 {
    padding-top: 24px;
  }
  .pt32 {
    padding-top: 32px;
  }
  .pt40 {
    padding-top: 40px;
  }
  .pt48 {
    padding-top: 48px;
  }
  .pt64 {
    padding-top: 64px;
  }
  .pt72 {
    padding-top: 72px;
  }
  .pt80 {
    padding-top: 80px;
  }
  .pt88 {
    padding-top: 88px;
  }
  .pt96 {
    padding-top: 96px;
  }
  .pt104 {
    padding-top: 104px;
  }
  .pt112 {
    padding-top: 112px;
  }
  .pt120 {
    padding-top: 120px;
  }
  .pt160 {
    padding-top: 160px;
  }
  .pt180 {
    padding-top: 180px;
  }
  .pt240 {
    padding-top: 240px;
  }
  .pb0 {
    padding-bottom: 0;
  }
  .pb8 {
    padding-bottom: 8px;
  }
  .pb16 {
    padding-bottom: 16px;
  }
  .pb24 {
    padding-bottom: 24px;
  }
  .pb32 {
    padding-bottom: 32px;
  }
  .pb40 {
    padding-bottom: 40px;
  }
  .pb48 {
    padding-bottom: 48px;
  }
  .pb56 {
    padding-bottom: 56px;
  }
  .pb64 {
    padding-bottom: 64px;
  }
  .pb72 {
    padding-bottom: 72px;
  }
  .pb80 {
    padding-bottom: 80px;
  }
  .pb88 {
    padding-bottom: 88px;
  }
  .pb96 {
    padding-bottom: 96px;
  }
  .pb104 {
    padding-bottom: 104px;
  }
  .pb112 {
    padding-bottom: 112px;
  }
  .pb120 {
    padding-bottom: 120px;
  }
  .pb160 {
    padding-bottom: 160px;
  }
  .pb180 {
    padding-bottom: 180px;
  }
  .pb240 {
    padding-bottom: 240px;
  }





input,
button,
select,
textarea {
}
input[type="text"],
button,
textarea,
select,
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bg-secondary input[type="text"],
.bg-secondary textarea,
.bg-secondary select {
  background: #fff;
}
.input-lh {
  line-height: 50px;
}
.attempted-submit .field-error {
  outline: 1px red !important;
}
.input-with-label span {
  font-size: 11px;
  text-transform: uppercase;
  color: #292929;
  letter-spacing: 1px;
  font-weight: 700;
  display: block;
  cursor: default;
}
input[type="text"],
input[type="password"] {
  background: #f5f5f5;
  border: none;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-weight: 500;
  margin-bottom: 24px;
  border-radius: 0;
}
.image-bg input[type="text"],
.image-bg textarea {
  color: #555;
}
.image-bg.bg-light input.transparent,
.image-bg.bg-light button.transparent {
  border-color: #292929;
}
input.transparent,
button.transparent {
  background: none;
  color: #919191 !important	;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 10px 20px #e1e1e1;
}
input[type="text"]:focus,
input[type="password"]:focus {
  outline: 1px solid #ccc;
}
textarea {
  width: 100%;
  border: none;
  background: #f5f5f5;
  margin-bottom: 24px;
  border-radius: 0;
  padding: 16px 20px;
}
textarea:focus {
  outline: 1px solid #ccc;
}
::-webkit-input-placeholder {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #777;
  font-size: 11px;
}
:-moz-placeholder {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #777;
  font-size: 11px;
}
::-moz-placeholder {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #777;
  font-size: 11px;
}
:-ms-input-placeholder {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #777;
  font-size: 11px;
}
input.transparent::-webkit-input-placeholder,
button.transparent::-webkit-input-placeholder {
  color: #fff;
}
input.transparent::-moz-input-placeholder,
button.transparent::-moz-input-placeholder {
  color: #fff;
}
input.transparent:-moz-input-placeholder,
button.transparent:-moz-input-placeholder {
  color: #fff;
}
input.transparent:-ms-input-placeholder,
button.transparent:-ms-input-placeholder {
  color: #fff;
}
input[type="submit"],
button[type="submit"] {
  border-radius: 30px;
    background-color: #85479B;
    width: 100% !important;
    color: #fff;
    min-width: 0 !important;
    text-align: center;
    border: 0;
    font-size: 16px;
    padding: 10px;
    height: 60px;
}

.searchbox {
  height: 40px !important;
  line-height: 40px !important; 
  border: 0 !important;
  background: #fff !important;
  color: #000 !important;
  width: 30px !important;
  font-size: 17px !important;
  position: absolute;
  margin-right: -30px;
}

.searchboxinput {
  background: #fff !important;
  border: 1px solid #cecece !important;
  height: 40px !important;
  padding-left: 20px !important;
  margin-bottom: 24px;
  border-radius: 15px !important;
  padding-right: 20px;
}

.bg-primary input[type="submit"],
.bg-primary button[type="submit"] {
  background: #fff;
  color: #47b475;
}
input[type="submit"]:focus,
button[type="submit"]:focus {
  outline: none;
}
input[type="submit"].hollow,
button[type="submit"].hollow {
  background: none;
  border: 2px solid #47b475;
  color: #47b475;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
input[type="submit"].hollow:hover,
button[type="submit"].hollow:hover {
  background: #47b475;
  color: #fff;
}
.select-option {
  position: relative;
  cursor: pointer;
  height: 50px;
  overflow: hidden;
  margin-bottom: 24px;
}
.select-option i {
  position: absolute;
  font-size: 18px;
  right: 20px;
  top: 14px;
  z-index: 2;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  cursor: pointer;
}
.select-option:focus i {
  color: #fff;
}
.select-option select {
  margin-bottom: 0;
}
select {
    height: 30px;
    width: 100%;
    border-radius: 15px;
    border: 0;
    outline: none;
    padding-right: 20px;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #777;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
    border-bottom: 1px solid #cecece;
    margin-bottom: 10px;
}
select:focus {
  background: transparent;
}

    select::after {
        content: "\e628";
        font-family: "IRANSansXFaNum-Regular", sans-serif !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        font-size: 11px;
        display: inline-block;
        margin-left: 8px;
    }
label {
  display: inline-block;
  margin-bottom: 0px !important;
  font-weight: 700 !important;
  color: #5D74D5;
  font-size: 12px;
}
.checkbox-option,
.radio-option {
  display: inline-block;
  width: 50px;
  height: 25px;
  border-radius: 25px;
  border: 1px solid #47b475;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 24px;
}
.checkbox-option .inner,
.radio-option .inner {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #47b475;
  position: relative;
  top: 2px;
  left: 2px;
  display: inline-block;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.checkbox-option.checked .inner {
  transform: translate3d(25px, 0, 0);
  -webkit-transform: translate3d(25px, 0, 0);
  -moz-transform: translate3d(25px, 0, 0);
  background: #47b475;
}
.checkbox-option input {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.radio-option {
  width: 25px;
  height: 25px;
  text-align: left;
}
.radio-option:nth-of-type(n+2) {
  margin-left: 24px;
}
.radio-option input {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.radio-option .inner {
  border: none;
  width: 19px;
  height: 19px;
  left: 2px;
  transform: scale(0);
  -webkit-transform: scale(0);
}
.radio-option + span {
  display: inline-block;
  line-height: 25px;
}
.radio-option.checked .inner {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.radio-option.checked .inner {
  background: #47b475;
}
form.thirds input,
form.thirds button {
  width: 32%;
  float: left;
  margin-left: 1%;
  margin-bottom: 16px;
}
form.halves input,
form.halves button {
  width: 46%;
  float: left;
  margin-left: 2.5%;
  margin-bottom: 16px;
}
form.halves p,
form.thirds p,
form.halves span,
form.thirds span {
  clear: both;
}
.form-error,
.form-success {
  background: #58ce38;
  padding: 12px;
  width: 80%;
  color: #fff;
  clear: both;
  display: block;
  max-width: 700px;
  position: relative;
  top: 16px;
  margin: 0 auto;
  word-break: break-word;
}
.form-error {
  background: #ce3838;
}
.form-error a,
.form-success a {
  display: block;
  color: #fff;
}
.attempted-submit .field-error {
  outline: 1px solid #ce3838 !important;
}
form iframe.mail-list-form {
  display: none;
}
.form-loading {
  border: 3px solid #ffffff;
  border-radius: 30px;
  height: 30px;
  left: 50%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  margin: 0px auto;
  top: 50%;
  width: 30px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsate 1s ease-out;
  -moz-animation-iteration-count: infinite;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  z-index: 99999;
}
button[type="submit"] .form-loading {
    height: 25px;
    width: 25px;
    display: inline-block;
    top: 9px;
    position: relative;
    left: 0;
  }
  .btn-white .form-loading {
    border: 3px solid #c8c8c8;
  }




  .widget {
    margin-bottom: 48px;
  }
  .link-list {
    line-height: 32px;
  }
  .link-list a:after {
    content: "\e628";
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 11px;
    display: inline-block;
    margin-left: 8px;
  }
  .widget ul:last-child,
  .widget p:last-child {
    margin-bottom: 0;
  }
  .widget .title {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 12px;
  }
  .widget hr {
    margin-bottom: 12px;
  }
  .recent-posts {
    line-height: 24px;
  }
  .recent-posts li {
    margin-bottom: 8px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
  }
  .recent-posts .date {
    display: block;
    letter-spacing: 0;
    opacity: .8;
  }
  .recent-posts li:hover .date {
    opacity: 1;
  }
  .tags {
    overflow: hidden;
  }
  .tags li {
    float: left;
    margin: 0 4px 4px 0;
  }
  .tags .btn-sm {
    padding: 0 8px;
    margin: 0;
  }
  .widget .gallery {
    overflow: hidden;
  }
  .widget .gallery li {
    width: 33.33333%;
    float: left;
    padding: 0 4px 4px 0;
  }
  .twitter-feed .user,
  .twitter-feed .interact {
    display: none;
  }
  .widget .twitter-feed .timePosted {
    display: none;
  }
  .widget .tweet {
    margin-bottom: 0;
  }
  .widget .twitter-feed .slides li {
    margin-bottom: 24px;
  }
  .widget .twitter-feed .slides li:last-child {
    margin-bottom: 0;
  }
  .widget .twitter-feed .slides li:nth-of-type(n+3) {
    display: none;
  }
  .widget .twitter-feed .slides li:before {
    position: relative;
    top: 6px;
    float: left;
    display: inline-block;
    margin-right: 8px;
    color: #292929;
    content: "\e74b";
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 13px;
  }
  .widget .twitter-feed p {
    padding-left: 22px;
    position: relative;
  }
  .bg-dark .widget .twitter-feed .slides li:before {
    color: #fff;
  }
  .widget .instafeed li {
    width: 33.3333%;
    display: inline-block;
    padding: 0 4px 4px 0;
  }
  .widget .instafeed li:nth-of-type(n+7) {
    display: none;
  }
  .widget .cart-overview img {
    width: 25%;
    padding-right: 2%;
  }
  .widget .cart-overview .description {
    display: inline-block;
    width: auto;
    line-height: 24px;
  }
  .widget .cart-overview span {
    display: block;
  }
  .widget .cart-overview li {
    margin-bottom: 24px;
    overflow: hidden;
  }
  .widget .cart-overview li:last-child {
    margin-bottom: 0;
  }
  .widget .cart-controls {
    max-height: 30px;
    line-height: 30px;
  }
  .cart-overview a {
    color: #292929;
  }
  .cart-overview a:hover {
    color: #47b475;
  }
  .widget .flex-direction-nav li a {
    width: 16px;
    height: 16px;
    margin: -8px 0 0;
  }
  .widget .flex-direction-nav li a:before {
    font-size: 16px;
  }
  .widget .flex-direction-nav li a.flex-next {
    right: 8px;
  }
  .widget .flex-direction-nav li a.flex-prev {
    left: 8px;
  }
  .widget .flex-control-nav {
    display: none;
  }
  .widget .image-slider {
    margin: 0;
  }



  .nav-container {
    -webkit-backface-visibility: hidden;
    max-width: 100%;
    margin-bottom: 30px;
  }
  nav {
    background: transparent;
    -webkit-backface-visibility: hidden;
    max-width: 100%;
  }
  nav ul {
    margin-bottom: 0;
  }
  .module {
    display: inline-block;
     padding: 0 140px; 
  }
  .module-group {
    display: inline-block;
  }
  .module.left,
  .module-group.left {
    float: left;
  }
  .module.right,
  .module-group.right {
    float: right;
  }
  nav .btn,
  .nav-bar .btn {
    margin: 0;
    height: auto;
  }
  .nav-utility {
    height: 45px;
    line-height: 43px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
  }
  .nav-utility i {
    position: relative;
    top: 1px;
  }
  .nav-bar {
    height: 100px;
    max-height: 100px;
    line-height: 90px;
    border-bottom: transparent;
  }
  .nav-bar .module,
  .nav-bar .module-group {
    height: 100px;
  }
  .nav-bar a {
    display: inline-block;
    height: 100px;
  }
  .logo {
    max-height: 90%;
  }
  .logo-light {
    display: none;
  }
  nav.nav-centered .logo {
    max-height: 64px;
    margin: 64px 0 40px 0;
  }
  nav.bg-dark .logo-light {
    display: inline;
  }
  nav.bg-dark .logo-dark {
    display: none;
  }
  .has-dropdown {
    padding-right: 18px;
  }
  .has-dropdown:after {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    content: "\e64b";
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
  }
  .menu {
    width: 100%;
    height: 55px;
    margin-left: 20px;
  }
  .menu.inline-block {
    width: auto;
  }
  .menu li a {
    font-size: 13px;
    font-weight: 700;
    color: #292929;
    opacity: 0.5;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    max-width: 100%;
    white-space: normal;
  }
  .menu li a:hover {
    opacity: 1 !important;
  }
  .menu > li {
    margin-left: 45px;
    float: right;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 1;
  }
  .menu > li:last-child {
    margin-left: 0;
  }
  .menu > li:last-child > ul {
    right: 0;
  }
  .menu > li:last-child > ul ul {
    left: auto;
    right: 100%;
  }
  .menu > li ul {
    width: 200px;
    padding: 8px 0;
    background: #292929;
    position: absolute;
    z-index: 99;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    visibility: hidden;
    margin-top: -1px;
  }
  .menu > li > ul > li {
    position: relative;
    line-height: 24px;
    width: 100%;
    vertical-align: top;
  }
  .menu > li > ul > li i {
    display: inline-block;
    margin-right: 2px;
  }
  .menu > li > ul > .has-dropdown:after {
    color: #fff;
    top: 5px;
    right: 24px;
    content: "\e649";
  }
  .menu > li > ul li a {
    color: #fff;
    height: auto;
    padding: 6px 24px;
  }
  .menu > li > ul > li > ul {
    left: 100%;
    top: 0;
  }
  .menu > li:hover > ul {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
  }
  .menu > li > ul > li:hover > ul,
  .has-dropdown:hover .mega-menu ul {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
  }
  .mega-menu {
    width: auto !important;
    white-space: nowrap;
    line-height: 24px;
  }
  .mega-menu ul {
    position: relative !important;
    left: auto !important;
    padding: 0 !important;
  }
  .mega-menu > li {
    width: 200px !important;
    overflow: hidden;
    display: inline-block;
  }
  .mega-menu .title {
    letter-spacing: 1px;
    color: #fff;
    display: inline-block;
    padding: 6px 24px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
  }
  .make-right {
    right: 0;
  }
  .module.widget-handle {
    border-left: 1px solid #ccc;
    padding: 0 24px;
    cursor: pointer;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
  }
  nav.nav-centered .module.widget-handle {
    border: none !important;
  }
  .module.widget-handle i {
      font-size: 20px;
      line-height: 53px;
      opacity: 0.5;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
    }
    .module.widget-handle:hover i,
    .module.active i {
      opacity: 1;
    }
    .widget-handle .function {
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
      cursor: default;
      width: 200px;
      background: #292929;
      position: absolute;
      z-index: 99;
      opacity: 0;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transform: translate3d(0, 10px, 0);
      -webkit-transform: translate3d(0, 10px, 0);
      -moz-transform: translate3d(0, 10px, 0);
      visibility: hidden;
      margin-top: -2px;
      right: 0;
    }
    .module.widget-handle:hover .function {
      opacity: 1;
      transform: translate3d(0, 0px, 0);
      -webkit-transform: translate3d(0, 0px, 0);
      -moz-transform: translate3d(0, 0px, 0);
      visibility: visible;
    }
    .module.widget-handle .title {
      font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-size: 11px;
      font-weight: 600;
      display: none;
      opacity: .5;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
    }
    .module.widget-handle .title:hover {
      opacity: 1;
    }
    .widget-handle .cart {
      position: relative;
    }
    .widget-handle .cart .label {
      width: 17px;
      height: 17px;
      font-size: 10px;
      line-height: 17px;
      padding: 0;
      text-align: center;
      position: absolute;
      background: #47b475;
      top: 10px;
      right: -10px;
      border-radius: 50%;
    }
    .widget-handle .search-form {
      padding: 8px;
      display: inline-block;
      width: 100%;
      line-height: 50px;
    }
    .widget-handle .search-form input {
      margin: 0;
      font-size: 16px;
    }
    nav .widget {
      margin: 0;
      padding: 24px;
    }
    nav .widget .title {
      display: none !important;
    }
    nav .widget,
    nav .widget a:not(.btn) {
      color: #fff;
    }
    nav .widget hr {
      border-color: #777;
      margin-bottom: 16px;
    }
    nav .widget hr:first-of-type {
      display: none;
    }
    .cart-widget-handle .function {
      width: auto;
      background: #fff;
    }
    .cart-widget-handle .function span {
      color: #222 !important;
    }
    nav .cart-overview {
      min-width: 300px;
      margin-bottom: 16px;
    }
    nav .cart-overview a {
      height: auto;
    }
    .language .menu > li ul {
      max-width: 150px;
    }
    .nav-open {
      max-height: 10000px !important;
      height: auto !important;
    }
    .nav-open .mobile-toggle {
      border-bottom: 1px solid #ccc;
    }
    .has-offscreen-nav .main-container {
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
    }
    .offscreen-container {
      position: fixed;
      transform: translate3d(200%, 0, 0);
      -webkit-transform: translate3d(200%, 0, 0);
      -moz-transform: translate3d(200%, 0, 0);
      width: 50%;
      top: 0;
      height: 100%;
      min-height: 100vh;
      z-index: 20;
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      overflow: hidden;
    }
    .offscreen-container.reveal-nav {
      transform: translate3d(100%, 0, 0);
      -webkit-transform: translate3d(100%, 0, 0);
      -moz-transform: translate3d(100%, 0, 0);
    }
    .main-container.reveal-nav {
      transform: translate3d(-50%, 0, 0);
      -webkit-transform: translate3d(-50%, 0, 0);
      -moz-transform: translate3d(-50%, 0, 0);
    }
    .offscreen-left .offscreen-container {
      transform: translate3d(-50%, 0, 0);
      -webkit-transform: translate3d(-50%, 0, 0);
      -moz-transform: translate3d(-50%, 0, 0);
    }
    .offscreen-left .offscreen-container.reveal-nav {
      transform: translate3d(0%, 0, 0);
      -webkit-transform: translate3d(0%, 0, 0);
      -moz-transform: translate3d(0%, 0, 0);
    }
    .offscreen-left .main-container.reveal-nav,
    .offscreen-left nav.reveal-nav {
      transform: translate3d(50%, 0, 0) !important;
      -webkit-transform: translate3d(50%, 0, 0) !important;
      -moz-transform: translate3d(50%, 0, 0) !important;
    }
    .offscreen-container .close-nav {
      position: absolute;
      right: 24px;
      top: 16px;
      z-index: 24;
      font-size: 20px;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      opacity: .5;
    }
    .offscreen-container .close-nav:hover {
      opacity: 1;
    }
    .offscreen-container.bg-dark .close-nav i {
      color: #fff;
    }
    nav.outOfSight {
      transform: translate3d(0, -200px, 0);
      -webkit-transform: translate3d(0, -200px, 0);
      -moz-transform: translate3d(0, -200px, 0);
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
    }
    nav.scrolled {
      transform: translate3d(0, 0px, 0);
      -webkit-transform: translate3d(0, 0px, 0);
      -moz-transform: translate3d(0, 0px, 0);
    }
    nav.fixed,
    nav.absolute {
      top: 0;
      width: 100%;
      z-index: 999;
      left: 0;
      right: 0;
      margin: 0 auto;
      padding: 0;
    }
    nav.absolute {
      position: absolute;
    }
    nav.fixed {
      position: fixed;
      visibility: hidden;
      opacity: 0;
    }
    nav.fixed .nav-utility {
      display: none;
    }
    nav.fixed.scrolled {
      visibility: visible;
      opacity: 1;
    }
    nav.transparent {
      background: none;
    }
    nav.transparent .menu > li > a,
    nav.transparent .module.widget-handle i,
    nav.transparent .nav-utility {
      color: #a2a2a2;
    }
    nav.transparent .nav-utility,
    nav.transparent .nav-bar {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    nav.transparent .module.widget-handle {
      border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
    }
    nav.transparent .menu > li > a,
    nav.transparent .module.widget-handle i {
      opacity: 1;
    }
    nav.transparent .has-dropdown:after {
      color: #fff;
    }
    nav.transparent .logo-dark {
      display: none;
    }
    nav.transparent .logo-light {
      display: inline;
    }
    nav.transparent.fixed {
      background: #fff;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px; 
    }
    nav.transparent.fixed .logo-light {
      display: none;
    }
    nav.transparent.fixed .logo-dark {
      display: inline;
    }
    nav.transparent.fixed .menu > li > a,
    nav.transparent.fixed .module.widget-handle i {
      color: #292929;
    }
    nav.transparent.fixed .menu > .has-dropdown:after {
      color: #fff;
      color: #292929;
    }
    nav.transparent.fixed .module.widget-handle {
      border-left: 1px solid #ccc;
    }
    nav.transparent.fixed .menu > li > a,
    nav.transparent.fixed .module.widget-handle i {
      opacity: .5;
    }
    nav.bg-dark .menu > li > a,
    nav.bg-dark .module.widget-handle i,
    nav.bg-dark .nav-utility {
      color: #fff;
      opacity: .7;
    }
    nav.bg-dark .module.widget-handle {
      border-left: 1px solid rgba(255, 255, 255, 0.2);
    }
    nav.bg-dark .nav-utility,
    nav.bg-dark .nav-bar {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    nav.transparent.fixed.bg-dark {
      background: #292929;
    }
    nav.transparent.fixed.bg-dark .menu > li > a,
    nav.transparent.fixed.bg-dark .module.widget-handle i {
      color: #fff;
    }
    nav.nav-centered.outOfSight .logo {
      display: none;
    }
    .nav-is-overlay nav {
      opacity: 1;
      visibility: visible;
      transform: translate3d(0, 0, 0) !important;
      -webkit-transform: translate3d(0, 0, 0) !important;
      -moz-transform: translate3d(0, 0, 0) !important;
    }



.sliderpic {
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
    position: absolute;
    width: 85%;
    text-align: center;
    margin-right: 0;
    margin-top: 5%;
}
  .sliderplate {
    background-color: #312a89; 
    width: 100%; 
    height: 400px; 
    border-top-right-radius: 100px; 
    border-top-left-radius: 100px; 
    border-bottom-right-radius: 100px;
  }
.sliderbotsearchbox {
    background-color: #fff;
    padding: 16px 5px 12px 0;
    min-height: 40px;
    border-radius: 50px;
    box-shadow: hsl(0, 0%, 80%) 0 0 16px;
    width: 100%;
    float: right;
    top: -14px;
    z-index: 99;
}
  .sliderbotsearchbox-inn {
    background-color: #fff; 
    padding: 15px; 
    min-height: 40px; 
    border-radius: 30px; 
    box-shadow: hsl(0, 0%, 80%) 0 0 16px;
    width: none !important;
    float: right;
  }

  .melkitem-wbox {
    background-color: #fff; 
    padding: 15px; 
    min-height: 40px; 
    border-radius: 30px; 
    box-shadow: hsl(0, 0%, 80%) 0 0 16px;
    float: right;
    width: 100%;
  }

  .filteritem-img {
    width:20%; 
    float: right; 
    padding-left: 5px;
    padding-top: 0px;
  }

  .filteritem-choose {
    width:70%; 
    float: right; 
    padding-right: 5px;
  }
  .melkitem-box {
    background-color: #fff; 
    border-radius: 15px; 
    box-shadow: hsl(0, 0%, 80%) 0 0 16px; 
    float: right; 
    padding: 0 8px;
    margin-bottom: 20px;
  }
  
  .melkitemonv {
    display: block;
    float: right;
  }

  .melkitemonv-txt {
    font-weight: 700; 
    color: #5D74D5;
  }

  .melkitemtype {
    display: block;
    float: left;
  }
  .w30 {
    width: 20px;
  }
  .plr {
    padding: 0 5px;
    float: right;
  }

  .plr-inn {
    padding: 0 5px;
    display: block;
    padding: 10px 0;
  }

  .melkitem-price {
    float: right;
    padding-right: 8px;
  }

  .melkitem-more {
    float: left;
    padding-left: 8px;
    font-size: 11px;

  }
.melkitem-image {
    margin-top: 8px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    width: auto;
    height: 247px;
}
  .customdiv {
    width: 100%; 
    float: initial;
  }
  .blogimage {
    border-radius: 50px;
  }
  .mainfeat {
    display: flex;
    flex-wrap: nowrap;
  }
  .w100 {
    width: 100% !important;
    text-align: center;
  }
  .onvcol {
    color: #5D74D5;
  }
  .socialbox {
    background-color: #5D74D5;
    border-radius: 50px;
    padding: 10px;
    color: #fff !important;
  }
  .pl0 {
    padding-left: inherit !important;
  }
  .pr20 {
    padding-right: 9%;
  }

  .dflex {
    display: flex;
  }

  .activeitem {
    display: inline !important;
    border: 1px solid #5D74D5;
    padding: 7px 20px;
    border-radius: 20px;
    color: #5D74D5 !important;
  }

  form.example input[type=text] {
    padding: 10px 40px 10px 10px;
    font-size: 17px;
    border: 1px solid #ececec;
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    margin-top: 18px;
  }
  
  form.example button {
    float: left;
    padding: 10px;
    color: #a6a6a6;
    font-size: 17px;
    border-left: none;
    cursor: pointer;
    position: absolute;
    width: 30px !important;
    height: 30px;
    background: transparent;
    line-height: 70px;
  }
  
  
  
  form.example::after {
    content: "";
    clear: both;
    display: table;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0 !important;
    left: 0;
    width: 100%;
    text-align: center;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #312a89 !important;
}

.minh {
  padding: 20px 0 !important;
}
.minhb {
  padding-bottom: 20px !important;
}
.price {
  background-color: #312a89;
  color: #fff;
  padding: 8px 10px;
  text-align: center;
  border-radius: 15px;
  display: inline-block;
  width: 200px;
  font-size: 17px;
}
.melkitem-galley {
    border-radius: 40px;
    width: 100%;
    height: auto;
}
.melkitem-feat {
  padding: 10px;
  border: 1px solid #aaa;
  border-radius: 10px;
  margin: 5px 2px;
  display: inline-block;
}

.event-box {
  background-color: #fff; 
  border-radius: 15px; 
  box-shadow: hsl(0, 0%, 80%) 0 0 16px; 
  float: right; 
  padding: 0 8px;
  margin-bottom: 20px;
  min-height:550px;
}

.event-box-inner {
  background-color: #fff; 
  border-radius: 15px; 
  box-shadow: hsl(0, 0%, 80%) 0 0 16px; 
  padding: 0 8px;
  margin-bottom: 20px;
}
.event-image {
  border-radius: 15px;
  width: 100%;
}
.advance {
    font-weight: 700;
    line-height: 19px;
    margin-top: 5px;
}
.setpad {
    padding: 10px 5px 0 0;
}
.tag-sale {
    background-color: #f49275;
    padding: 7px;
    border-radius: 10px;
    color: #fff;
    margin-left: 4px;
}
.tag-type {
    background-color: #bf40ab;
    padding: 7px;
    border-radius: 10px;
    color: #fff;
    margin-left: 4px;
}
.mr5 {
    margin-right: 5px;
}
.page-back {
    background-color: #dacadf;
    border-radius: 20px;
    max-width: 300px;
    padding: 5px;
}

.steakbut {
    bottom: 0px;
    position: sticky;
    top: 75%;
}

.neg-mt {
    margin-top: -35px;
}

.melkitem-box {
    background-color: #fff;
    border-radius: 20px;
    /*    -webkit-box-shadow: -2px 6px 15px rgb(0 0 0 / 25%);
*/ float: right;
    padding: 0 8px;
    margin-bottom: 20px;
    height: 390px;
    width: 95%;
}

.tag-sale {
    background-color: #f49275;
    padding: 7px;
    border-radius: 10px;
    color: #fff;
    margin-left: 4px;
    font-size: 9px;
    font-weight: 700;
}

.tag-type {
    background-color: #bf40ab;
    padding: 7px;
    border-radius: 10px;
    color: #fff;
    margin-left: 2px;
    font-size: 9px;
    font-weight: 700;
}

.alt-type {
    Font-family: "IRANSansXFaNum-Bold", sans-serif !important;
    margin-bottom: 5px !important;
}

.mt-25{
    margin-top:25px;
}