/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src:
    url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
    url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.f-bold {
  font-weight: bold;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

@media (min-width: 767px) {
  html {
    font-size: 14px;
  }

  .closeMenu {
    display: none;
  }

  .sm-default > li > a {
    padding: 5px 10px;
  }

  .sm > li > a .sub-arrow {
    background: url(/UI/Styles/Default/images/caret.png) no-repeat;
    width: 12px !important;
    height: 10px !important;
    left: 8px !important;
    top: 42% !important;
  }

  .has-submenu {
    padding: 5px 10px 5px 25px !important;
  }

  .sm-default a {
    color: #10649b;
    text-shadow: none;
    padding: 10px 0;
  }

  .sm-default a::before {
    color: #000;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    content: attr(data-hover);
    position: absolute;
    -webkit-transition:
      -webkit-transform 0.3s,
      opacity 0.3s;
    -moz-transition:
      -moz-transform 0.3s,
      opacity 0.3s;
    transition:
      transform 0.3s,
      opacity 0.3s;
    pointer-events: none;
  }

  .sm-default a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #f00;
    opacity: 0;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition:
      -webkit-transform 0.3s,
      opacity 0.3s;
    -moz-transition:
      -moz-transform 0.3s,
      opacity 0.3s;
    transition:
      transform 0.3s,
      opacity 0.3s;
    pointer-events: none;
  }

  .sm-default a:hover::before,
  .sm-default a:focus::before {
    opacity: 0;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  .sm-default a:hover::after,
  .sm-default a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }

  .sm-default a span.sub-arrow {
    color: transparent;
  }
}

#_divimage .modal-content .btn-oto24-outline.pl30.pr30 {
  border-radius: 50px !important;
}

#SubmitProblem .modal-header .close {
  background-color: transparent;
  border: unset;
}

@media (max-width: 767px) {
  .PnlRight #ManagebuttonRight {
    padding: 0px 15px;
  }
  .filterside {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE و Edge قدیمی */
  }
  .filterside::-webkit-scrollbar {
    display: none; /* Chrome, Safari و Edge جدید */
  }

  .container--timeline.right {
    right: 0 !important;
  }
  .modal-dialog:not(
    .YearSelectorModal .modal-dialog,
    .BrandSelectorModal .modal-dialog,
    #AddCompare .modal-dialog,
    #SubmitProblem .compareDialog
  ) {
    width: auto !important;
  }

  #_divimage .modal-content label {
    font-size: 13px !important;
  }

  .HomeSearchBtn::before {
    position: absolute;
    content: "جستجو";
    font-size: 14px;
    color: #fff;

    left: 44%;
    margin-top: 8px;
  }

  .mainHomeBlock {
    box-shadow: unset !important;
  }

  .menuRul .col-xs-12:last-child {
    border-bottom: 2px solid #f1b4b4;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }

  #mobileCarousel .left.carousel-control,
  #mobileCarousel .right.carousel-control {
    display: none;
  }

  .row.lastview-row .text-truncate {
    margin-bottom: 4px !important;
    margin-top: 4px;
  }

  .info-form h1 {
    margin-top: 24px !important;
  }

  #Career-Opportunities .eForm_forms .contentSectionTemplate {
    margin-top: -60px;
  }

  #Career-Opportunities #panel {
    padding: 0 !important;
  }

  #Career-Opportunities .eForm_forms .btn.btn-success {
    margin-left: 0 !important;
  }

  .qrCodeImg {
    margin-top: 0 !important;
  }

  .container.disFlex.pt50.pb50
    .col-xs-12.col-md-6.align-self-center
    img.center-block:not(.qrCodeImg) {
    margin-top: 20px !important;
  }

  /*********TitmeLine********/
  .AciveStep .rwzLink::before {
    width: 16px !important;
    height: 16px !important;
    top: 34px !important;
    right: 3px !important;
    z-index: 10;
  }

  .add-single-card-ad .rwzLI::before {
    height: 91px !important;
    right: 63px !important;
    top: 5px !important;
    transform: rotate(90deg) !important;
  }

  .add-single-card-ad .RadWizard_Bootstrap .rwzBreadCrumb .rwzSelected .rwzLink,
  .add-single-card-ad .RadWizard_Bootstrap .rwzBreadCrumb .rwzLink {
    padding: 0px 0px 35px 0px !important;
  }

  .rwzBreadCrumb {
    display: flex !important;
  }

  .add-single-card-ad .RadWizard_Bootstrap .rwzBreadCrumb .rwzLI {
    min-width: 66px !important;
  }

  .add-single-card-ad .rwzBreadCrumb {
    width: 100% !important;
  }

  .rwzVertical .rwzBreadCrumb .rwzLI {
    min-width: 90px !important;
  }

  .rwzContentWrapper {
    width: 100% !important;
    margin: auto !important;
  }

  .AddSingleDisableStep .rwzLink::before {
    width: 16px !important;
    height: 16px !important;
    box-shadow: 0 0 20px -5px #5f5858 !important;
  }

  .DisableStep .rwzLink::before {
    width: 16px !important;
    height: 16px !important;
    top: 34px !important;
    right: 10px !important;
  }

  [id*="divshowonetyp"] .itemtemplate.cmpItems {
    border-bottom: 4px solid #cccccc7a;
  }

  [id*="divshowonetyp"] .itemtemplate.cmpItems .cmpName {
    font-size: 14px !important;
  }

  [id*="divshowonetyp"] .itemtemplate.cmpItems .naghdi,
  .justAdCarBoxType1 .PriceOrExchnage {
    font-size: 14px !important;
  }

  .forsat--h1 {
    margin-top: 50px !important;
    font-size: 16px !important;
    font-weight: bold;
  }

  [id*="centerFull"] {
    padding: 0;
  }

  .container.disFlex.pt50.pb50 {
    padding-inline: 0;
  }

  .forsat--p {
    font-size: 13px !important;
  }

  html {
    font-size: 12px;
  }

  html,
  body {
    overflow-x: hidden !important;
  }

  .container {
    overflow-x: hidden !important;
  }

  .menuIn {
    animation: fadeInRight 1s forwards;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 100000;
  }

  .menuOut {
    animation: fadeOutRight 1s forwards;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 100000;
  }

  .closeMenu {
    margin: 20px;
    cursor: pointer;
  }

  .socialDiv,
  .copyDiv {
    text-align: center;
  }

  .navbar-toggle {
    float: none !important;
  }

  .headerSpace {
    padding-top: 0px !important;
  }

  .Oto24.oto24CheckBox.oto24Radio {
    margin-top: 24px !important;
  }
}

body {
  font-family: "iran_sansregular";
  font-size: 1rem;
  direction: rtl;
  overflow-x: hidden !important;
  line-height: 1.829;
  color: #000;
}

html {
  overflow-x: hidden !important;
}

a,
a:hover,
a:focus {
  text-decoration: none !important;
  outline: none !important;
}

@font-face {
  font-family: "iran_sansregular";
  src:
    url("AddOn/fonts/IranSans-Farsi-numerals/Webfonts/Woff2/IRANSansXFaNum-Regular.woff2")
      format("woff2"),
    url("AddOn/fonts/IranSans-Farsi-numerals/Webfonts/Woff/IRANSansXFaNum-Regular.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "iran_sansregularBold";
  src:
    url("AddOn/fonts/IranSans-Farsi-numerals/Webfonts/Woff2/IRANSansXFaNum-Bold.woff2"),
    url("AddOn/fonts/IranSans-Farsi-numerals/Webfonts/Woff/IRANSansXFaNum-Bold.woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 900;
  src: url("AddOn/fonts/iransans5/IRANSansWeb_Black.eot");
  src:
    url("AddOn/fonts/iransans5/IRANSansWeb_Black.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("AddOn/fonts/iransans5/IRANSansWeb_Black.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("AddOn/fonts/iransans5/IRANSansWeb_Black.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("AddOn/fonts/iransans5/IRANSansWeb_Black.ttf") format("truetype");
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: bold;
  src: url("AddOn/fonts/iransans5/IRANSansWeb_Bold.eot");
  src:
    url("AddOn/fonts/iransans5/IRANSansWeb_Bold.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("AddOn/fonts/iransans5/IRANSansWeb_Bold.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("AddOn/fonts/iransans5/IRANSansWeb_Bold.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("AddOn/fonts/iransans5/IRANSansWeb_Bold.ttf") format("truetype");
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 500;
  src: url("AddOn/fonts/iransans5/IRANSansWeb_Medium.eot");
  src:
    url("AddOn/fonts/iransans5/IRANSansWeb_Medium.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("AddOn/fonts/iransans5/IRANSansWeb_Medium.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("AddOn/fonts/iransans5/IRANSansWeb_Medium.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("AddOn/fonts/iransans5/IRANSansWeb_Medium.ttf") format("truetype");
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 300;
  src: url("AddOn/fonts/iransans5/IRANSansWeb_Light.eot");
  src:
    url("AddOn/fonts/iransans5/IRANSansWeb_Light.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("AddOn/fonts/iransans5/IRANSansWeb_Light.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("AddOn/fonts/iransans5/IRANSansWeb_Light.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("AddOn/fonts/iransans5/IRANSansWeb_Light.ttf") format("truetype");
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 200;
  src: url("AddOn/fonts/iransans5/IRANSansWeb_UltraLight.eot");
  src:
    url("AddOn/fonts/iransans5/IRANSansWeb_UltraLight.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("AddOn/fonts/iransans5/IRANSansWeb_UltraLight.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("AddOn/fonts/iransans5/IRANSansWeb_UltraLight.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("AddOn/fonts/iransans5/IRANSansWeb_UltraLight.ttf") format("truetype");
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url("AddOn/fonts/iransans5/IRANSansWeb.eot");
  src:
    url("AddOn/fonts/iransans5/IRANSansWeb.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("AddOn/fonts/iransans5/IRANSansWeb.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/ url("AddOn/fonts/iransans5/IRANSansWeb.woff")
      format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("AddOn/fonts/iransans5/IRANSansWeb.ttf") format("truetype");
}

h1.searchTitle {
  font-family: "iran_sansregularBold";
}

#myCarousel {
  font-family: IRANSans;
}

#myCarousel h2 {
  font-size: 2.2rem;
  font-weight: 700;
}

#myCarousel p.lh-xlg {
  font-size: 1.3rem;
  line-height: 2 !important;
}

.menuLevel0 {
  list-style: outside none none;
  padding-right: 0;
}

.menuLevel0 li {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  padding-bottom: 5px;
}

.menuLevel1 {
  margin-top: 8px;
  padding-right: 0px;
  padding-top: 10px;
}

.menuLevel0 span {
  color: #fff;
  font-size: 1.1rem;
}

.menuLevel1 span {
  color: #fff;
  font-size: 1rem;
  transition: all 0.3s ease 0s;
}

.menuLevel1 span:hover {
  color: #ddd;
  padding-right: 7px;
}

.carousel-caption {
  text-align: right;
  top: 10%;
}

.carousel-indicators li {
  background: rgba(0, 0, 0, 0.4);
  border: medium none;
  height: 12px;
  width: 12px;
}

.carousel-indicators .active {
  background: #fff;
  border: 1px solid #ff4747;
  height: 12px;
  width: 25px;
  margin-bottom: 1px;
}

.searchBox {
  display: none;
  background: #222;
  padding: 10px;
  margin-top: 10px;
}

.mini-Search .input-sm {
  background: transparent !important;
  font-size: 1rem;
  box-shadow: none;
  border: none;
  color: #fff !important;
}

/* general style */

.pt0 {
  padding-top: 0;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt150 {
  padding-top: 150px;
}

.pr0 {
  padding-right: 0;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pl0 {
  padding-left: 0;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pb0 {
  padding-bottom: 0;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb150 {
  padding-bottom: 150px;
}

.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mr0 {
  margin-right: 0;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.ml0 {
  margin-left: 0px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.noPadding {
  padding-left: 0;
  padding-right: 0;
}

.mainBG {
  background: #133780;
}

.mainColor {
  color: #133780;
}

.white-color {
  color: #ffffff;
}

.dark-color {
  color: #000;
}

header .navbar {
  min-height: 0;
  margin-bottom: 0;
}

.sm-default a span {
  font-size: 1rem;
}

.fs1 {
  font-size: 3rem;
}

.fs2 {
  font-size: 2rem;
}

.fs3 {
  font-size: 1.5rem;
}

.fs4 {
  font-size: 1rem;
}

.fs5 {
  font-size: 0.8rem;
}

.fs6 {
  font-size: 0.6rem;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs17 {
  font-size: 17px;
}

.fs18 {
  font-size: 18px;
}

.fs19 {
  font-size: 19px;
}

.fs20 {
  font-size: 20px;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.relPos {
  position: relative;
}

.absPos {
  position: absolute;
}

.align-self-center {
  align-self: center !important;
}

.disFlex {
  display: flex;
  flex-wrap: wrap;
}

.btn-pills {
  border-radius: 100px;
}

.lh-lg {
  line-height: 1.3;
}

.text-white {
  color: #fff !important;
}

.rounded-2 {
  border-radius: 7px !important;
}

.rounded-3 {
  border-radius: 10px !important;
}

.rounded-4 {
  border-radius: 20px !important;
}

.text-small {
  font-size: 0.8em;
}

.bg-white {
  background: #fff;
}

.z-index-2 {
  z-index: 2;
}

.overflow-hidden {
  overflow: hidden;
}

.position-relative {
  position: relative;
}

.border-bottom {
  border-bottom: 1px solid #ccc;
}

.text-black {
  color: #000 !important;
}

.text-truncate:not(.justAdCarBoxType1 .firstShowTitle .text-truncate) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-100 {
  width: 100% !important;
}

/* end of general style */

.shadow-lg {
  box-shadow: 0 0 20px -3px #eceaf4;
}

#carouselButtons {
  position: absolute;
  bottom: -40px;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  width: 100%;
  line-height: 1;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

#playButton {
  display: none;
}

.slogan-move span {
  display: inline-block;
  padding: 10px 10px;
  color: #fff;
  width: 250px;
  text-align: center;
}

.slogan-bg {
  background: #ff4747;
}

.slogan-move {
  position: absolute;
  /* white-space: nowrap; */
  display: flex;
  float: left;
  transition: opacity 250ms ease-out;
  will-change: auto;
}

.slogan-move div {
  float: left;
  display: flex;
}

.slogan-one {
  top: 150px;
}

@keyframes slogan-right {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(3000px);
    transform: translateX(3000px);
  }
}

@keyframes slogan-left {
  from {
    -webkit-transform: translateX(2500px);
    transform: translateX(2500px);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slogan-right-three {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slogan-one.slogan-right {
  animation: slogan-right 35s linear infinite normal;
}

.slogan-two.slogan-left {
  animation: slogan-left 30s linear infinite normal;
}

.slogan-three.slogan-right {
  animation: slogan-right-three 26s linear infinite normal;
}

#homeCarousel {
  top: -90px;
  margin-bottom: -10px;
}

.slogan-two {
  top: 260px;
}

.slogan-three {
  top: 370px;
}

.cpointer {
  cursor: pointer;
}

.float-nav .logo {
  width: 80%;
  margin-top: 7px;
  margin-bottom: 7px;
  transition: 0.4s;
}

.fixed-nav .logo {
  width: 60%;
  margin-top: 4px;
  margin-bottom: 4px;
  transition: 0.4s;
}

.align-self-center {
  align-self: center !important;
}

label.toggle-menu {
  display: flex;
  flex-direction: column;
  width: 45px;
  cursor: pointer;
  direction: ltr;
  margin-top: 3px;
}

label.toggle-menu span {
  background: #888888;
  border-radius: 10px;
  height: 5px;
  margin: 4px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.toggle-menu span:nth-of-type(1) {
  width: 50%;
}

.toggle-menu span:nth-of-type(2) {
  width: 100%;
}

.toggle-menu span:nth-of-type(3) {
  width: 75%;
}

.toggle-menu input[type="checkbox"] {
  display: none;
}

.toggle-menu input[type="checkbox"]:checked ~ span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(6px, 0px);
}

.toggle-menu input[type="checkbox"]:checked ~ span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}

.toggle-menu input[type="checkbox"]:checked ~ span:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(19px, -8px) rotatez(45deg);
}

.btn-oto24 {
  background-color: #ff4747;
  background-image: none !important;
  border-color: #ff4747;
  color: #fff;
  transition: 0.4s;
  border-radius: 10px;
}

.btn-oto24:hover {
  background-color: #fff;
  border-color: #ff4747;
  color: #ff4747;
  transition: 0.4s;
  border-radius: 10px;
}

.btn-oto24-outline {
  background-color: #fff !important;
  border-color: #ff4747 !important;
  color: #ff4747;
  transition: 0.4s;
  border-radius: 30px;
}

.btn-black-outline {
  background-color: transparent !important;
  background-image: none !important;
  border-color: #000 !important;
  color: #000;
  transition: 0.4s;
  border-radius: 10px;
}

.btn-black-outline:hover {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff;
  transition: 0.4s;
  border-radius: 10px;
}

.border-pills {
  border-radius: 30px !important;
}

.menu-box {
  display: none;
}

.toggle-navbar {
  display: inline-block;
}

.pwaLinks img {
  width: 140px;
  background: #fff;
  border-radius: 100px;
  padding: 5px;
  box-shadow: 0 0 15px -4px #aebccf;
  transition: 0.4s;
}

.pwaLinks {
  transition: 0.4s;
}

.pwaLinks:hover img {
  border: 3px solid #ff4747;
  background: #e8ebf1;
}

.pwaLinks h2 a {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 25px;
  color: #000;
  font-family: "iran_sansregularBold";
}

.pwaLinks p {
  color: #6d6e70;
  font-size: 15px;
  line-height: 2.4;
}

.pwaLinks:hover h2 a {
  color: #ff4747;
}

.pwaLinks:hover p {
  color: #444;
}

@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translate3d(25%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightSmall {
  animation-name: fadeInRightSmall;
}

@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    transform: translate3d(-25%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}

@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0, 25%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}

@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    transform: translate3d(0, -25%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownSmall {
  animation-name: fadeInDownSmall;
}

#homeCarousel .carousel-inner::before {
  background: #ff4747;
  position: absolute;
  left: 30px;
  right: 30px;
  top: 190px;
  bottom: 60px;
  content: "";
}

.lightColor {
  color: #6d6e70;
}

.lightColor a {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.lightColor a p {
  margin: 0 !important;
}

.footerMenu .FooterMenuUL {
  display: block;
  margin: 0;
  font-family: inherit;
}

footer {
  border-top: 3px solid #ff4747;
}

.footerLogo img {
  margin: 0 auto;
  display: block;
  width: 240px;
  background: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.footerLogo::before {
  background: #ccc;
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  top: 40px;
}

#backtotop {
  border: 1px solid #ccc;
  border-radius: 50px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s;
}

#backtotop:hover {
  background: #ff4747;
}

.enamad {
  border: 1px solid #ccc;
  border-radius: 100px;
  padding: 9px 14px;
  transition: 0.4s;
}

.enamad img {
  width: 80px;
}

.enamad:hover {
  box-shadow: 0 0 14px -6px #000;
}

.topHeader {
  z-index: 1020;
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0 0 14px -8px #555;
}

.menu-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(-40deg, #b72424, #ff4747);
  z-index: 1010;
}

.headerSpace {
  padding-top: 90px;
}

.menuCul ul {
  list-style: none;
  padding: 0;
}

.menuCul ul li {
  position: relative;
  margin-bottom: 5px;
}

.menuCul ul li a {
  color: #fff;
  font-size: 16px;
  transition: 0.4s;
  padding: 10px 20px;
  display: inline-block;
}

.menuCul ul li a:hover {
  background: #fff;
  color: #ff4747;
  border-radius: 40px;
}

.menuRul a {
  color: #fff;
  font-size: 16px;
}

.menuRul a {
  color: #fff;
  padding: 12px 0;
  display: inline-block;
}

.menuRul .menuRulBb {
  border-bottom: 2px solid #f1b4b4;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.menuRul > div {
  padding-right: 0;
}

.btn-oto24-outline:hover {
  background: #ff4747 !important;
  color: #fff !important;
}

ul.FooterMenuUL li {
  margin: 0 0px 0 30px;
}

.fixed-nav {
  box-shadow: 0 0 14px -8px #555;
}

.menu-box > .container {
  padding-top: 130px;
  transition: 0.4s;
}

.fixed-nav + .menu-box > .container {
  padding-top: 90px;
}

.btn-white {
  background: #fff;
  color: #ff4747;
  transition: 0.4s;
  border: 1px solid #fff;
}

.btn-white:hover {
  background: #e8ebf1;
  color: #ff4747;
}

.mainModuleOto24 .panel.panel-default {
  border-radius: 20px;
  border: none;
  box-shadow: 0px 3px 20px -10px #777;
  padding: 10px 20px 10px 0px;
}

footer {
  background: #fff;
}

/*-----------------------------radio buttom style-------------------------------*/

.oto24Radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.oto24Radio input[type="radio"] + label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  position: relative;
  top: -2px;
  margin-right: 0.2em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  margin-left: 8px;
}

.oto24Radio input[type="radio"]:checked + label:before {
  background-color: #e65353 !important;
  box-shadow: inset 0 0 0 3px #f4f4f4;
}

.oto24Radio input[type="radio"]:focus + label:before {
  outline: none;
  border-color: #3197ee;
}

.oto24Radio input[type="radio"]:disabled + label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.oto24Radio input[type="radio"] + label:empty:before {
  margin-right: 0;
}

/*-----------------------------end of radio buttom style-------------------------------*/

.oto24 {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 30%;
}

.car {
  position: absolute;
  top: 25%;
  left: 40%;
  width: 30%;
}

.cloud1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
}

.cloud2 {
  position: absolute;
  top: 40%;
  right: 0;
  width: 30%;
}

.cloud3 {
  position: absolute;
  top: 10%;
  right: 40%;
  width: 10%;
}

.cloud4 {
  position: absolute;
  top: 5%;
  right: 60%;
  width: 20%;
}

.cloud5 {
  position: absolute;
  top: 40%;
  right: 85%;
  width: 30%;
}

.contentBG {
  background: #ededed;
  padding-top: 30px;
  padding-bottom: 30px;
}

.boxTitle {
  font-size: 25px;
  transition: 0.5s;
  margin-bottom: 10px;
  color: #000;
}

.boxBody {
  transition: 0.5s;
  margin-bottom: 10px;
  font-size: 15px;
  color: #777;
}

.box1:hover .boxTitle {
  color: #ff3000;
}

.box1:hover .boxBody {
  color: #ff3000;
}

.newsImg img {
  display: block;
  height: auto;
  width: 100%;
  transition: 0.5s;
}

.newsBG {
  background: #dddddb;
  padding-top: 50px;
  padding-bottom: 5px;
  min-height: 240px;
  transition: 0.5s;
}

.mainNews {
  position: relative;
  margin-bottom: 10px;
}

.readMore {
  width: 15px;
  height: 15px;
  background: #ff2f01;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: 5px;
  transition: 0.5s;
}

.newsTitle {
  color: #132249;
  font-size: 19px;
  transition: 0.5s;
}

.mainNews:hover .newsBG {
  background: #fe3000;
}

.mainNews:hover .readMore {
  background: #989da1;
}

.mainNews:hover .newsTitle,
.mainNews:hover {
  color: #fff;
}

.mainNews:hover .newsImg img {
  transform: scale(1.1);
}

.m-t-news {
  font-size: 30px;
  color: #15214b;
  margin-top: 10px;
}

.newsUnder {
  display: inline-block;
  margin-bottom: 40px;
}

.m-t-news span {
  display: inline-block;
  background: #fff;
  z-index: 2;
  padding: 0 40px;
}

.m-t-news hr {
  position: relative;
  top: 43px;
  z-index: -1;
  border-color: #26325a;
}

.newsArchive a {
  color: #989da1;
}

/* Extra styles for the cancel button */

.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the image and position the close button */

.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

/* The Modal (background) */

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 100 !important;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  background-color: rgb(255 71 71 / 56%);
}

.modal-dialog,
.modal-content {
  z-index: 101 !important;
}

.rcbSlide {
  z-index: 100001 !important;
}

.modal-backdrop {
  z-index: 99 !important;
}

/* Modal Content/Box */

/* The Close Button (x) */

.imgcontainer .close {
  position: absolute;
  right: 10%;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
  opacity: 1;
  background: #f00;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  transform: 0.5;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */

.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s;
  margin: 15% auto 0 auto;
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
  }
}

@keyframes animatezoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

/* Change styles for span and cancel button on extra small screens */

@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }

  .cancelbtn {
    width: 100%;
  }
}

.loginPnl {
  background: rgba(128, 128, 128, 0.5) none repeat scroll 0 0;
  border-radius: 8px;
  padding: 40px 10px;
}

.loginTxt {
  background: rgb(255, 255, 255) none repeat scroll 0 0 !important;
  border: 1px solid #115ba8;
  border-radius: 4px;
  color: #14143f;
  padding: 10px;
  width: 100%;
}

.login-button {
  background: #fe0000;
  border: medium none;
  border-radius: 4px;
  color: #fff;
  padding: 10px;
  width: 100%;
}

.etc-login-form {
  color: #fff;
  font-size: 0.8em;
  margin-top: 8px;
}

.ForgetCheckBox label {
  color: #14143f;
  font-size: 0.8em;
}

.ForgetCheckBox {
  color: #fff;
  margin-top: 30px;
}

.ForgetCheckBox a {
  color: #14143f;
}

.loginChkSave input {
  margin-left: 4px;
}

.redirect {
  display: none;
}

.loginDiv {
  background: #fff none repeat scroll 0 0;
  border-radius: 10px;
  padding: 30px 20px 20px;
}

.closeLogin {
  cursor: pointer;
  padding: 15px 0;
  transition: all 0.6s ease 0s;
}

.closeLogin:hover {
  transform: rotate(360deg);
}

.repeatedPnl {
  margin-top: 20px;
}

/**************************SVG Style***********************/

.arzyabist0 {
  fill: url(#SVGID_1_);
}

.arzyabist1 {
  fill: url(#SVGID_2_);
}

.arzyabist2 {
  fill: #ffffff;
}

.arzyabist3 {
  fill: #858585;
}

.arzyabist0 {
  fill: #7e7e7e;
  stroke: #7b43ff;
  stroke-width: 2px;
  stroke-dashoffset: -500;
  stroke-dasharray: 10000;
  stroke-linecap: butt;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
}

.arzyabist1 {
  fill: #7e7e7e;
  stroke: #777;
  stroke-width: 2px;
  stroke-dashoffset: -500;
  stroke-dasharray: 10000;
  stroke-linecap: butt;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
}

.box1:hover .arzyabist0 {
  fill: #226aff;
  stroke-dashoffset: 0;
  stroke-dasharray: 600;
}

.box1:hover .arzyabist1 {
  fill: #c025ff;
  stroke-dashoffset: 0;
  stroke-dasharray: 400;
}

.box1:hover .arzyabist2 {
  fill: #d5afff;
}

.box1:hover .arzyabist3 {
  fill: #8cc0ff;
}

.heart-path {
  fill: #7e7e7e;
  stroke: #000;
  stroke-width: 2px;
  stroke-dashoffset: -500;
  stroke-dasharray: 10000;
  stroke-linecap: butt;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
}

.box1:hover .heart-path {
  fill: pink;
  stroke-dashoffset: 0;
  stroke-dasharray: 400;
}

.box1:hover .tik {
  fill: green;
}

.jostojost0 {
  fill: url(#SVGID_1_);
  stroke: #7b43ff;
  stroke-width: 2px;
  stroke-dashoffset: -2500;
  stroke-dasharray: 10000;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
}

.jostojost1 {
  fill: url(#SVGID_2_);
  stroke: #777;
  stroke-width: 2px;
  stroke-dashoffset: -2500;
  stroke-dasharray: 10000;
  transition: all 0.5s ease-out;
  transform-origin: center center;
}

.jostojost2 {
  fill: url(#SVGID_3_);
  stroke: #777;
  stroke-width: 2px;
  stroke-dashoffset: -2500;
  stroke-dasharray: 10000;
  transition: all 0.5s ease-out;
}

.jostojost3 {
  fill: url(#SVGID_4_);
  stroke: #777;
  stroke-width: 2px;
  stroke-dashoffset: -2500;
  stroke-dasharray: 10000;
  transition: all 0.5s ease-out;
}

.jostojost4 {
  fill: url(#SVGID_5_);
  stroke: #777;
  stroke-width: 2px;
  stroke-dashoffset: -2500;
  stroke-dasharray: 10000;
  transition: all 0.5s ease-out;
}

.jostojost5 {
  fill: url(#SVGID_6_);
  stroke: #777;
  stroke-width: 2px;
  stroke-dashoffset: -2500;
  stroke-dasharray: 10000;
  transition: all 0.5s ease-out;
}

.jostojost6 {
  fill: url(#SVGID_7_);
  stroke: #777;
  stroke-width: 2px;
  stroke-dashoffset: -2500;
  stroke-dasharray: 10000;
  transition: all 0.5s ease-out;
}

.jostojost7 {
  fill: url(#SVGID_8_);
  stroke: #777;
  stroke-width: 2px;
  stroke-dashoffset: -2500;
  stroke-dasharray: 10000;
  transition: all 0.5s ease-out;
}

.jostojost8 {
  fill: url(#SVGID_9_);
  stroke: #777;
  stroke-width: 2px;
  stroke-dashoffset: -2500;
  stroke-dasharray: 10000;
  transition: all 0.5s ease-out;
}

.jostojost9 {
  fill: url(#SVGID_10_);
  stroke: #777;
  stroke-width: 2px;
  stroke-dashoffset: -2500;
  stroke-dasharray: 10000;
  transition: all 0.5s ease-out;
}

.jostojost10 {
  fill: url(#SVGID_11_);
  stroke: #777;
  stroke-width: 1px;
  stroke-dashoffset: -2500;
  stroke-dasharray: 10000;
  transition: all 2s ease-out;
  transform-origin: 48% 54% !important;
}

.box1:hover .jostojost0 {
  fill: #9737ff;
  stroke-dashoffset: 0;
  stroke-dasharray: 700;
}

.box1:hover .jostojost1 {
  fill: #8340ff;
  transform: scale(1.2);
  transform-origin: center center;
}

.box1:hover .jostojost2 {
  fill: #d5afff;
}

.box1:hover .jostojost3 {
  fill: #8cc0ff;
}

.box1:hover .jostojost4 {
  fill: #8cc0ff;
}

.box1:hover .jostojost5 {
  fill: #8cc0ff;
}

.box1:hover .jostojost6 {
  fill: #d6afff;
}

.box1:hover .jostojost7 {
  fill: #bcb5ff;
}

.box1:hover .jostojost8 {
  fill: #b3b7ff;
}

.box1:hover .jostojost9 {
  fill: #000;
}

.box1:hover .jostojost10 {
  fill: #c025ff;
  transform: scale(1.3);
  stroke-dashoffset: 0;
  stroke-dasharray: 300;
  transform-origin: center center;
}

svg#moghayese {
  height: 130px;
}

.moghayeseDot {
  fill: #7d7d7d;
  stroke: #000;
  stoke-width: 2px;
  stroke-dasharray: 10000px;
  stroke-dashoffset: -2000px;
  transition: all 2s ease-out;
}

.moghayeseCar1 {
  fill: #7d7d7d;
  stroke-width: 2px;
  stroke-dashoffset: -25000px;
  stroke-dasharray: 10000px;
  transition: all 2s ease;
}

.moghayeseCar2 {
  fill: #7d7d7d;
  stroke-width: 2px;
  stroke-dashoffset: -25000px;
  stroke-dasharray: 10000px;
  transition: all 2s ease;
}

.moghayeseCircle {
  fill: #7d7d7d;
  transform-origin: center;
}

.moghayeselight {
  fill: #ffffff;
}

.box1:hover .moghayeseDot {
  fill: pink;
  stroke-dasharray: 400px;
  stroke-dashoffset: 0px;
}

.box1:hover .moghayeseCar1 {
  fill: #177fff;
  stroke-dasharray: 1000px;
  stroke-dashoffset: -100px;
  animation: changeCar1 0.5s linear infinite alternate;
}

.box1:hover .moghayeseCar2 {
  fill: #ff1717;
  stroke-dasharray: 1000px;
  stroke-dashoffset: -100px;
  animation: changeCar2 0.5s linear infinite alternate;
}

.box1:hover .moghayeseCircle {
  fill: #ff1717;
  stroke-dasharray: 400px;
  stroke-dashoffset: 0px;
  animation: rotateCircle 0.5s linear;
}

@keyframes changeCar1 {
  0% {
    fill: #177fff;
  }

  100% {
    fill: #ff1717;
  }
}

@keyframes changeCar2 {
  0% {
    fill: #ff1717;
  }

  100% {
    fill: #177fff;
  }
}

@keyframes rotateCircle {
  0% {
    transform: rotate(0deg);
    opacity: 0;
  }

  100% {
    transform: rotate(180deg);
    opacity: 1;
  }
}

/**************************End Of SVG Style***********************/

.checkbox label::before {
  background-color: #fff;
  border: 1px solid rgba(120, 130, 140, 0.21);
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 17px;
  left: 2px;
  margin-left: -20px;
  outline: 0 none;
  position: absolute;
  transition: all 0.3s ease-in-out 0s;
  width: 17px;
}

.checkbox label::after {
  color: #3e4d6c;
  display: inline-block;
  font-size: 11px;
  height: 16px;
  left: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: 0;
  width: 16px;
}

.checkbox label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}

.checkbox {
  padding-left: 20px;
}

.checkbox input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  outline: 0 none;
  z-index: 1;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #00c292;
  border-color: #00c292;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox input[type="checkbox"]:checked + label::after {
  content: "";
  font-family: FontAwesome;
}

.checkbox label {
  display: inline-block;
  margin-right: 20px !important;
  padding-left: 5px;
  padding-right: 0 !important;
  position: relative;
}

.checkbox label:first-child {
  margin-right: 0 !important;
}

/*-----------------------------checkbox buttom style-------------------------------*/

.oto24CheckBox input[type="checkbox"] + label::before {
  background-color: #fff;
  border: 1px solid #7e7e7e;
  border-radius: 1px;
  content: "";
  display: inline-block;
  height: 17px;
  right: -20px;
  margin-left: -20px;
  outline: 0 none;
  position: absolute;
  transition: all 0.3s ease-in-out 0s;
  width: 17px;
  border-radius: 2px;
}

.oto24CheckBox input[type="checkbox"] + label::after {
  color: #3e4d6c;
  display: inline-block;
  font-size: 11px;
  height: 16px;
  right: -18px;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: -1px;
  width: 16px;
}

.oto24CheckBox label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}

.oto24CheckBox .checkbox {
  padding-left: 20px;
}

.oto24CheckBox input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  outline: 0 none;
  z-index: 1;
}

.oto24CheckBox input[type="checkbox"]:checked + label::before {
  background-color: #fe0000;
  border-color: #fe0000;
}

.oto24CheckBox input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.oto24CheckBox input[type="checkbox"]:checked + label::after {
  content: "";
  font-family: FontAwesome;
}

.oto24CheckBox label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
  padding-right: 0 !important;
  margin-right: 5px !important;
}

/*-----------------------------end of checkbox buttom style-------------------------------*/

/*-----------------------------radio buttom style-------------------------------*/

/*-----------------------------end of radio buttom style-------------------------------*/

.btn-oto24 {
  background-color: #ff4747;
  background-image: none !important;
  border-color: #ff4747;
  color: #fff;
  transition: 0.4s;
  border-radius: 3px;
}

.btn-oto24Silver {
  background-color: #e5e5e5 !important;
  background-image: none !important;
  border-color: #e5e5e5 !important;
  color: #000;
  transition: 0.4s;
  border-radius: 30px;
}

.btn-oto24:hover {
  background-color: transparent !important;
  background-image: none !important;
  border-color: #ff4747 !important;
  color: #333;
}

.btn-oto24:hover {
  background-color: transparent !important;
  background-image: none !important;
  border-color: #e5e5e5 !important;
  color: #333;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: rgba(53, 126, 250, 0.8);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: -15px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

.rulesBorder {
  padding: 35px 0 0;
}

.loginBtnPage {
  display: block;
  text-align: center;
  background: #13aa13;
  border-radius: 0 0 7px 7px;
  padding: 14px;
  color: #fff;
  transition: 0.4s;
}

.loginBtnPage:hover {
  background: #70e770;
  color: #13aa13;
}

.rulesBorder ul li {
  padding: 20px 40px 15px 10px;
  background: url(/UI/Styles/oto97/images/rulesList.png);
  background-repeat: no-repeat;
  background-position: right 20px;
  font-size: 16px;
}

.rulesBorder ul {
  padding-right: 20px;
  list-style: none;
}

@media (max-width: 767px) {
  .mainModuleOto24 .nav.nav-tabs.home-oto24 li {
    width: 25%;
  }

  .forsat {
    height: unset !important;
    /* background-image: url("/UI/Styles/oto1400/images/forsat-head.png") !important; */
    background-image: url("/UI/Styles/oto1400/images/forsat-head.webp") !important;
  }

  .forsat-mobileImg {
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 26px;
  }

  .forsat-form {
    top: unset !important;
    margin: unset !important;
    width: 100% !important;

    left: 0 !important;
  }

  .forsat-form .container.eForm.eFormView {
    overflow-x: unset !important;
    padding: 0 !important;
  }

  .forsat-form .col-xs-12.eForm_forms {
    padding: 0 !important;
  }

  .forsat-form .container-fluid.eForm.setFont {
    padding: unset !important;
  }

  [id*="CaptchaImageUP"] {
    margin-top: 10px;
  }

  .forsat-form [id*="tblForm"] {
    padding: unset !important;
    box-shadow: unset !important;
  }

  .coment {
    margin-top: 50px !important;
  }

  footer {
    display: block !important;
  }

  #help-user-activity .col-md-offset-4 .mainGuideSvg {
    width: 28% !important;
  }

  #help-user-activity .HomePrice {
    margin-top: 5px !important;
  }

  #help-user-activity .HomePrice > a {
    font-size: 13px;
    padding: 8px 15px 8px 5px;
  }

  .forsat-form .RadCaptcha.RadCaptcha_Default [id*="SpamProtectorPanel"] > div {
    display: block !important;
  }

  .forsat-form .row.mtb-5.alert.alert-info {
    width: 100% !important;
  }

  .forsat-form .RadCaptcha.RadCaptcha_Default input[type="text"] {
    margin-left: unset !important;
  }
}

.loginLinks a {
  display: inline-block;
}

.loginBorder {
  border-right: 1px solid #bcbcbc;
  padding-right: 17px;
}

.RadWindow.RadWindow_Bootstrap.rwNormalWindow.rwTransparentWindow.RadWindow_rtl {
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.borderTitle {
  font-size: 20px;
  border-bottom: 5px solid #d5d5d6;
  display: inline-block;
  padding: 0px 6px 6px 6px;
  color: #ed1c24;
  margin-bottom: 30px;
}

.box1 {
  border: 1px solid #e8e8e8;
  transition: 0.4s;
}

.box1:hover {
  border: 1px solid #ee3634;
  box-shadow: 2px 5px 17px -5px #838383;
}

.NewsTCPagerField {
  display: none;
}

.nhDate span {
  display: inline-block;
  color: #e31224;
}

.nhTitle {
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
  color: #5b5b5b;
}

.nhAbs {
  color: #737373;
  margin-bottom: 20px;
}

.nhLink a {
  display: inline-block;
  color: #333;
  background: #efefef;
  padding: 7px 40px;
  border-radius: 2px;
  border: 1px solid #efefef;
  transition: 0.4s;
}

.nhLink a:hover {
  color: #fff;
  background: #ed1c24;
  border: 1px solid #ed1c24;
}

.menuLevel0 li a::before {
  content: "";
  background: #ed1c24;
  position: absolute;
  top: 10px;
  right: 0;
  height: 7px;
  width: 15px;
  border-radius: 30px;
  transition: 0.4s;
}

.menuLevel0 li a {
  position: relative;
}

.menuLevel0 > li > a:hover {
  padding: 3px 35px 3px 0;
}

.menuLevel0 > li > a:hover::before {
  content: "";
  background: #fff;
  position: absolute;
  top: 10px;
  right: 0;
  height: 7px;
  width: 25px;
  border-radius: 30px;
}

.nhDate span::before {
  content: "";
  background: #e31224;
  height: 3px;
  width: 40px;
  position: absolute;
  bottom: -10px;
  border-radius: 4px;
}

.aboutTitle {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 30px;
  font-size: 22px;
  color: #ed1c24;
}

.aboutMore a {
  background: #ed1c24;
  padding: 0px 24px 7px 20px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 5px;
  color: #fff;
  font-size: 22px;
  border-radius: 2px;
  box-shadow: 2px 2px 8px -2px #737373;
  transition: 0.4s;
  border: 1px solid #ed1c24;
}

.aboutMore a:hover {
  background: transparent;
  color: #ed1c24;
  border: 1px solid #ed1c24;
  box-shadow: none;
}

a {
  color: #333;
}

.tarefeh .blue-td {
  background: #f5f5f5 !important;
  color: #858585 !important;
  text-align: right !important;
  padding-right: 30px !important;
}

.tarefe-table td {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  color: #5e5e5e !important;
  width: 25% !important;
  border: none !important;
}

.tarefe-table {
  border: none;
}

.tarefeh .content__wrapper {
  padding: 20px 0 0 0 !important;
}

.checkJournalLogoBox {
  position: relative;
  margin-top: 30px;
}

.checkJournalAbs {
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 180px;
  width: 160px;
  box-shadow: 0 1px 20px -5px #b5b5b5;
}

.input-group-addon {
  -webkit-padding: 6px 12px !important;
  -moz-padding: 6px 12px !important;
  -o-padding: 6px 12px !important;
  padding: 6px 12px !important;
}

.snk .input-group-addon {
  border-radius: 0 !important;
}

.snk {
  margin-bottom: 6px;
}

.signUpForm .snk {
  margin-bottom: 11px;
}

.snk .form-control {
  height: 38px !important;
}

.input-group-addon:first-child {
  border-left: none !important;
}

.snk .riTextBox.riEnabled {
  font-family: byekan !important;
}

.rulesTitle span {
  color: #ff4747;
}

.rslHandle {
  display: none !important;
}

.btn-success {
  background-color: #22ae87 !important;
  color: rgba(255, 255, 255, 0.84) !important;
  background-image: none !important;
  border-color: #22ae87 !important;
}

.RadSlider .rslHorizontal .rslTrack {
  height: 2px !important;
}

.SRDescriptionTDiv span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s;
}

.srNaghdiMar {
  margin-top: 18px;
  display: block;
  font-family: "iran_sansregularBold";
}

.fixFooter {
  position: fixed !important;
  bottom: 0;
  left: 0;
  right: 0;
}

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 10px;
}

.back-to-top span {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50px;
  width: 50px;
  height: 50px;
  padding: 0;
  text-align: center;
  line-height: 50px;
  font-size: 23px;
}

.gohToSignIn {
  color: #000;
  text-align: right;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #dcdcdc;
}

.gohToSignIn a {
  color: #ff4747;
}

.btn-submiSU span {
  position: relative;
}

.btn-submiSU span::before {
  position: absolute;
  height: 2px;
  width: 20px;
  content: "";
  top: 14px;
  right: -30px;
  background: #fff;
  border-radius: 2px;
}

.btn-submiSU span::after {
  position: absolute;
  height: 2px;
  width: 20px;
  content: "";
  top: 14px;
  left: -30px;
  background: #fff;
  border-radius: 2px;
}

.signUpForm .oto24CheckBox input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  outline: 0 none;
  z-index: 100;
  position: absolute;
  right: 0;
}

.menuFull {
  background: #616161;
}

.loginHrefP {
  padding-left: 10px;
}

.contact img {
  filter: brightness(1) invert(1);
}

.PnlLeft .fixSec .remove-col,
.PnlLeft .fixSec .car-img,
.PnlLeft .fixSec .car-price {
  display: block !important;
}

.PnlLeft .row.sec-image.floatSec.fixSec.container {
  position: relative;
  top: 0;
  box-shadow: none !important;
  padding-left: 0;
  padding-right: 0;
}

.pt0 {
  padding-top: 0px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb0 {
  padding-bottom: 0px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt0 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.smallSignin .col-md-4 {
  width: 100%;
}

.smallSignin .pr35 {
  padding-right: 0;
}

.smallSignin .mt30 {
  padding-right: 30px;
}

.MLModule .oto97LoginPic {
  margin-bottom: 20px;
}

.MLModule .btn-primary {
  background: #ff4747 !important;
  border: medium none;
  border-radius: 4px;
  color: #fff;
  padding: 10px;
  width: 100%;
}

.text-oto24 {
  color: #ff5959;
}

.rounded-pills {
  border-radius: 50rem;
}

header .ModuleContainer > .col-xs-12 {
  min-height: 0;
}

header .dropdown-menu {
  top: 40px;
  min-width: 220px;
  left: 0 !important;
  right: auto;
  border-radius: 10px !important;
  padding: 0;
  overflow: hidden;
  border: none;
}

.dropHeader img {
  height: 28px;
  width: 60px;
  filter: brightness(0) opacity(0.5);
}

.dropHeader > div {
  padding-left: 0;
  display: flex;
}

.dropHeader > div a {
  border-bottom: 1px solid #ccc;
  padding-bottom: 13px;
  padding-top: 13px;
}

.dropHeader > div:last-child a {
  border-bottom: none;
}

.dropHeader > div span {
  padding-bottom: 13px;
  padding-top: 13px;
}

.dropHeader img,
.dropHeader span,
.dropHeader a {
  align-self: center !important;
}

.dropHeader span,
.dropHeader a {
  width: 100%;
}

.dropHeader > div:first-child img {
  filter: brightness(1) opacity(1) !important;
}

.dropHeader > div:first-child {
  color: #ff4747;
  background: #ffeae9;
}

.dropHeader > div:hover img {
  filter: brightness(1);
}

.dropHeader > div:hover a {
  color: #ff4747 !important;
}

.menuRul > div a:hover {
  background: #fff;
  color: #ff4747;
  border-radius: 40px;
}

.menuRul > div a {
  transition: 0.4s;
  padding: 10px 20px;
  display: inline-block;
}

header .btn-primary {
  display: none;
}

.text-black {
  color: #000;
}

#backtotop:hover img {
  filter: brightness(0) invert(1);
}

.minHeightHtml {
  flex-grow: 1;
}

.onePageTem {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.btn-otomenu {
  background: transparent !important;
  border-color: #fff !important;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.btn-otomenu:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #ff4747 !important;
}

.btn-otomenu:focus {
  color: #fff !important;
}

.slider-1 {
  min-height: 500px;
  width: 100%;
  background: #ffdd6e;
  color: #03045e;
}

.slider-1 a {
  color: #03045e;
  border: 3px solid #03045e !important;
}

.slider-1 a:hover {
  color: #fff !important;
  border: 3px solid #03045e !important;
  background: #03045e !important;
}

.slider-1-2,
.slider-1-3,
.slider-1-4,
.slider-1-5,
.slider-1-6,
.slider-1-7,
.slider-1-8 {
  position: absolute;
}

.slider-1-2 {
  bottom: 22px;
  right: 30px;
  width: 147px;
  transform: rotate(24deg);
  z-index: 4;
}

.slider-1-3 {
  bottom: 84px;
  right: 109px;
  width: 16px;
  z-index: 6;
}

.slider-1-4 {
  right: 110px;
  bottom: 46px;
  width: 11.3px;
  transform-origin: 4px 0;
  z-index: 5;
}

.slider-1-5 {
  width: 11px;
  bottom: 74px;
  right: 109px;
  transform: rotate(-149deg);
  transform-origin: 6px 3px;
  z-index: 5;
}

.slider-1-6 {
  top: 108px;
  left: 11px;
  z-index: 2;
  width: 32%;
}

.slider-1-7 {
  top: 0;
  left: 16px;
  z-index: 1;
}

.slider-1-8 {
  top: 0;
  left: 17px;
  z-index: 1;
}

.slider-1-4 {
  animation: minutes 3s linear 0.5s forwards alternate;
}

@keyframes minutes {
  0% {
    transform: rotate(200deg);
    right: 110px;
    bottom: 46px;
  }

  100% {
    transform: rotate(1630deg);
    right: 107px;
    bottom: 46px;
  }
}

.slider-1-5 {
  animation: hours 3s linear 0.5s forwards alternate;
}

@keyframes hours {
  0% {
    transform: rotate(-149deg);
    bottom: 74px;
    right: 109px;
  }

  100% {
    transform: rotate(46deg);
    right: 113px;
    bottom: 62px;
  }
}

.slider-1-6 {
  animation: clouds 5s cubic-bezier(0.71, 0.99, 0.86, 0.93) forwards alternate;
}

@keyframes clouds {
  0% {
    transform: translate(0px, 0px);
  }

  20% {
    transform: translate(10px, 6px);
  }

  36% {
    transform: translate(1px, -8px);
  }

  55% {
    transform: translate(-8px, 2px);
  }

  70% {
    transform: translate(1px, -5px);
  }

  85% {
    transform: translate(-6px, 5px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.slider-1-7 {
  margin-top: 15px;
  animation: ads1 0.5s ease-in-out 3.3s forwards alternate;
}

@keyframes ads1 {
  0% {
    top: 0;
  }

  100% {
    top: 57px;
  }
}

.slider-1-8 {
  margin-top: 10px;
  animation: ads2 0.7s ease-in-out 3.5s forwards alternate;
}

@keyframes ads2 {
  0% {
    top: 0;
  }

  100% {
    top: -174px;
  }
}

.slider-2 {
  min-height: 500px;
  width: 100%;
  background: #ff9380;
  color: #fff;
}

.slider-2 a {
  color: #fff;
  border: 3px solid #fff !important;
}

.slider-2 a:hover {
  color: #ff9380 !important;
  border: 3px solid #fff !important;
  background: #fff !important;
}

.slider-2-2,
.slider-2-3 {
  position: absolute;
}

.slider-2-2 {
  bottom: 0;
  left: 0px;
  z-index: 1;
}

.slider-2-3 {
  bottom: 0;
  left: 0px;
  z-index: 2;
}

.slider-2-2 {
  animation: light1 1s linear infinite alternate;
}

.slider-2-3 {
  animation: light1 1s linear infinite alternate;
}

@keyframes light1 {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  35% {
    opacity: 1;
  }

  40% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  52% {
    opacity: 1;
  }

  54% {
    opacity: 0;
  }

  56% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.digit {
  display: inline-block;
  font-size: 200px;
  color: #fff;
  height: 180px;
  line-height: 1;
}

.time-part-wrapper {
  display: inline-block;
  margin-right: 50px;
  position: relative;
}

.time-part-wrapper:not(:last-child):after {
  content: ":";
  display: block;
  width: 30px;
  height: 230px;
  position: absolute;
  top: 0px;
  right: -30px;
  color: #fff;
  font-size: 200px;
  line-height: 0.9;
}

.time-part {
  width: 140px;
  text-align: center;
  height: 180px;
  overflow: hidden;
  display: inline-block;
  margin-left: -5px;
  box-sizing: border-box;
}

.active .time-part .digit-wrapper {
  animation-timing-function: cubic-bezier(1, 0, 1, 0);
}

.active .time-part.minutes.tens .digit-wrapper {
  animation-name: minutes-tens;
  animation-duration: 3600s;
  animation-iteration-count: 1;
}

.active .time-part.minutes.ones .digit-wrapper {
  animation-name: minutes-ones;
  animation-duration: 600s;
  animation-iteration-count: 6;
}

.active .time-part.seconds.tens .digit-wrapper {
  animation-name: seconds-tens;
  animation-duration: 60s;
  animation-iteration-count: 60;
}

.active .time-part.seconds.ones .digit-wrapper {
  animation-name: seconds-ones;
  animation-duration: 10s;
  animation-iteration-count: 360;
}

.active .time-part.hundredths.tens .digit-wrapper {
  animation-name: hundredths-tens;
  animation-duration: 1s;
  animation-iteration-count: 3600;
}

.active .time-part.hundredths.ones .digit-wrapper {
  animation-name: hundredths-ones;
  animation-duration: 0.1s;
  animation-iteration-count: 36000;
}

@keyframes minutes-tens {
  0% {
    transform: translateY(-180px);
  }

  16.66667% {
    transform: translateY(-360px);
  }

  33.33333% {
    transform: translateY(-540px);
  }

  50% {
    transform: translateY(-720px);
  }

  66.66667% {
    transform: translateY(-900px);
  }

  83.33333% {
    transform: translateY(-1080px);
  }
}

@keyframes minutes-ones {
  0% {
    transform: translateY(-180px);
  }

  10% {
    transform: translateY(-360px);
  }

  20% {
    transform: translateY(-540px);
  }

  30% {
    transform: translateY(-720px);
  }

  40% {
    transform: translateY(-900px);
  }

  50% {
    transform: translateY(-1080px);
  }

  60% {
    transform: translateY(-1260px);
  }

  70% {
    transform: translateY(-1440px);
  }

  80% {
    transform: translateY(-1620px);
  }

  90% {
    transform: translateY(-1800px);
  }
}

@keyframes seconds-tens {
  0% {
    transform: translateY(-180px);
  }

  16.66667% {
    transform: translateY(-360px);
  }

  33.33333% {
    transform: translateY(-540px);
  }

  50% {
    transform: translateY(-720px);
  }

  66.66667% {
    transform: translateY(-900px);
  }

  83.33333% {
    transform: translateY(-1080px);
  }
}

@keyframes seconds-ones {
  0% {
    transform: translateY(-180px);
  }

  10% {
    transform: translateY(-360px);
  }

  20% {
    transform: translateY(-540px);
  }

  30% {
    transform: translateY(-720px);
  }

  40% {
    transform: translateY(-900px);
  }

  50% {
    transform: translateY(-1080px);
  }

  60% {
    transform: translateY(-1260px);
  }

  70% {
    transform: translateY(-1440px);
  }

  80% {
    transform: translateY(-1620px);
  }

  90% {
    transform: translateY(-1800px);
  }
}

@keyframes hundredths-tens {
  0% {
    transform: translateY(-180px);
  }

  10% {
    transform: translateY(-360px);
  }

  20% {
    transform: translateY(-540px);
  }

  30% {
    transform: translateY(-720px);
  }

  40% {
    transform: translateY(-900px);
  }

  50% {
    transform: translateY(-1080px);
  }

  60% {
    transform: translateY(-1260px);
  }

  70% {
    transform: translateY(-1440px);
  }

  80% {
    transform: translateY(-1620px);
  }

  90% {
    transform: translateY(-1800px);
  }
}

@keyframes hundredths-ones {
  0% {
    transform: translateY(-180px);
  }

  10% {
    transform: translateY(-360px);
  }

  20% {
    transform: translateY(-540px);
  }

  30% {
    transform: translateY(-720px);
  }

  40% {
    transform: translateY(-900px);
  }

  50% {
    transform: translateY(-1080px);
  }

  60% {
    transform: translateY(-1260px);
  }

  70% {
    transform: translateY(-1440px);
  }

  80% {
    transform: translateY(-1620px);
  }

  90% {
    transform: translateY(-1800px);
  }
}

.wrapper {
  width: 1000px;
  position: absolute;
  transform: scale(0.12);
  transform-origin: 0 0;
  left: 216px;
  top: 31px;
  direction: ltr;
}

.wrapper:before,
.wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  height: 20px;
  z-index: 10;
}

.wrapper,
.wrapper * {
  font-family: "iran_sansregular" !important;
}

.lh-xlg {
  line-height: 2.5;
}

.slider-3 {
  min-height: 646px;
  width: 100%;
  background: #f7f7f7;
  background-image: url(/UI/Styles/oto1400/images/banner1405.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.slider-3 h2 {
  color: #000;
}

.slider-3 .typing-title-bold{
  color: #ff4747;
}

.slider-3 p {
  color: #000;
}

.slider-3 a {
  color: #ff4747;
  border: 3px solid #ff4747 !important;
}

.slider-3 a:hover {
  color: #fff !important;
  border: 3px solid #ff4747 !important;
  background: #ff4747 !important;
}

.slider-4 {
  min-height: 500px;
  width: 100%;
  background: #ff6464;
  color: #fff;
}

.slider-4 a {
  color: #fff;
  border: 3px solid #fff !important;
}

.slider-4 a:hover {
  color: #ff6464 !important;
  border: 3px solid #fff !important;
  background: #fff !important;
}

.slider-4-2 {
  position: absolute;
}

.slider-4-2 {
  top: 0;
  right: 0px;
  opacity: 0;
}

.slider-4-1 {
  animation: door1 2.5s linear infinite;
}

@keyframes door1 {
  0% {
    opacity: 1;
  }

  45% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  95% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.slider-4-2 {
  animation: door2 2.5s linear infinite;
}

@keyframes door2 {
  0% {
    opacity: 0;
  }

  45% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  95% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.slider-5 {
  min-height: 500px;
  width: 100%;
  background: #27a987;
  color: #fff;
}

.slider-5 a {
  color: #fff;
  border: 3px solid #fff !important;
}

.slider-5 a:hover {
  color: #27a987 !important;
  border: 3px solid #fff !important;
  background: #fff !important;
}

.slider-6 {
  min-height: 500px;
  width: 100%;
  background: #a745fe;
  color: #fff;
}

.slider-6 a {
  color: #fff;
  border: 3px solid #fff !important;
}

.slider-6 a:hover {
  color: #a745fe !important;
  border: 3px solid #fff !important;
  background: #fff !important;
}

#myCarousel .carousel-control {
  background: none !important;
  opacity: 1;
}

.text-bold {
  font-weight: bold;
}

.href-ul {
  list-style: none;
}

.href-ul li {
  position: relative;
  margin-bottom: 4px;
}

.href-ul li::before {
  position: absolute;
  content: "";
  background: #ff4747;
  top: 8px;
  right: -18px;
  width: 8px;
  height: 8px;
  border-radius: 10px;
}

.aboutAccordion h4 a[aria-expanded="false"] .expand_caret,
.aboutAccordion h4 a .expand_caret {
  transform: rotate(0deg);
  filter: brightness(0) opacity(0.7);
  transition: 0.4s;
}

.aboutAccordion h4 a[aria-expanded="true"] .expand_caret {
  transform: rotate(180deg) !important;
  filter: brightness(0) opacity(0.7);
  transition: 0.4s;
}

li.href-ul {
  position: relative;
}

#myCarousel .glyphicon-chevron-left::before,
#myCarousel .glyphicon-chevron-right::before {
  content: "" !important;
}

#myCarousel .glyphicon-chevron-left {
  background: url(/UI/Styles/oto1400/images/left.svg);
  background-size: cover;
}

#myCarousel .glyphicon-chevron-right {
  background: url(/UI/Styles/oto1400/images/right.svg);
  background-size: cover;
}

.menu-tiggle-div {
  float: left;
}

.glyphicon-chevron-right {
  right: 40px !important;
}

.glyphicon-chevron-left {
  left: 25px !important;
}

.carousel-indicators {
  width: 100%;
  right: 0;
  text-align: right;
  margin-right: 0;
  bottom: 0px;
}

@media (max-width: 1500px) {
  .carousel-indicators {
    width: 100%;
    right: 0;
    text-align: center;
    margin-right: 0;
    bottom: 70px;
  }
}

.btn-outline-slider1 {
  background-color: transparent !important;
  background-image: none !important;
  border: 3px solid #03045e !important;
  color: #03045e;
  transition: 0.4s;
  border-radius: 3px;
}

.btn-outline-slider1:hover {
  background: #231f20 !important;
  border-color: #231f20 !important;
  color: #fff;
}

.btn-white-outline {
  background-color: transparent !important;
  background-image: none !important;
  border: 3px solid #fff !important;
  color: #fff;
  transition: 0.4s;
  border-radius: 3px;
}

.btn-white-outline:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #e72b2b;
}

.btn-outline-slider3 {
  background-color: #ff4747 !important;
  background-image: none !important;
  border: solid 3px #ff4747 !important;
  color: #fff !important;
  transition: 0.4s;
  border-radius: 3px;
}

.btn-outline-slider3:hover {
  background: #e72b2b !important;
  border-color: #e72b2b !important;
  color: #fff !important;
}

.btn-outline-slider6 {
  background-color: transparent !important;
  background-image: none !important;
  border: solid 3px #fff !important;
  color: #fff;
  transition: 0.4s;
  border-radius: 3px;
}

.btn-outline-slider6:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #a744fe;
}

.disnone {
  display: none;
}

.mobcss {
  width: 70%;
  top: -12px;
  position: relative;
}

.forsat {
  margin-top: 6%;
  color: #fff;
  padding: 10px;
  /* background-image: url(/Upload/Modules/Contents/asset0/backforsat.png); */
  background-image: url(/UI/Styles/oto1400/images/backforsat.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  height: 570px;
}

.forsat--h1 {
  margin: 24px 0;
  font-size: 25px;
}

.forsat--p {
  margin-bottom: 30px;
  font-size: 15px;
}

.forsat-form {
  position: relative;
  top: -200px;
  width: 80%;
  left: 3%;
  margin: auto;
}

.forsat-form .btn-success {
  background-color: #ff4747 !important;
  border-color: #ff4747 !important;
}

.forsat-form .titleSection.text-bold {
  display: none;
}

.forsat-form .eForm .mb-20 {
  margin-bottom: 0px;
}

.forsat-form .form-control {
  border-radius: 8px !important;
}

.coment {
  background-color: #f1f1f1;
  padding: 30px 0;
  margin-top: -100px;
}

.coment h2 {
  text-align: center;
  margin-bottom: 45px;
  position: relative;
}

.coment h2::before {
  position: absolute;
  width: 48px;
  height: 45px;
  background-image: url(/Upload/Modules/Contents/asset0/kama.png);
  content: "";
  background-size: 80% 80%;
  background-repeat: no-repeat;
  right: 25%;
  top: -32px;
}

.coment h2::after {
  position: absolute;
  width: 48px;
  height: 45px;
  background-image: url(/Upload/Modules/Contents/asset0/aksekama.png);
  content: "";
  background-size: 80% 80%;
  background-repeat: no-repeat;
  left: 26%;
  top: -31px;
}

.coment--item__one {
  background-color: #fff;
  padding: 10px;
  border-radius: 12px;
  width: 65%;
  position: relative;
  right: 20%;
}

.coment--item__thoo {
  background-color: #fff;
  width: 65%;
  padding: 10px;
  border-radius: 12px;
  right: 20%;
  position: relative;
  top: 173px;
}

.coment--item__tree {
  background-color: #fff;
  padding: 10px;
  border-radius: 12px;
  width: 65%;
  position: relative;
  right: 14%;
  top: 172px;
}

.border-l {
  border-left: 1px solid #f14747;
  height: 500px;
}

.back-r {
  background-image: url(/UI/Styles/oto1400/images/bg-right.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  min-height: 293px;
}

.back-l {
  background-image: url(/UI/Styles/oto1400/images/bg-left.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  min-height: 385px;
}

.timeline::after {
}

.container--timelineleft.left {
  left: -60% !important;
}

.content.content-l,
.content.content-r {
  max-width: 400px;
}

.right::before {
  left: 121px !important;
}
.container--timelineleft::after {
  right: -10% !important;
}

.forsat-form .RadCaptcha.RadCaptcha_Default input[type="text"] {
  border: 1px solid #ccc !important;
  height: 45px !important;
  margin-left: 10px;
}

.forsat-form .RadCaptcha.RadCaptcha_Default input[type="text"]:focus {
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6) !important;
  border: 1px solid #66afe9 !important;
  outline: unset !important;
}

/**********/
.forsat-form .ruFileWrap.ruStyled input:first-child {
  background-color: #f7f7f7 !important;
  border: unset !important;
  width: 100%;
  height: 57px;
  position: relative;
}

.forsat-form .ruFileWrap.ruStyled {
  border-radius: 10px !important;
  height: 57px !important;
  background-color: #f7f7f7 !important;
}

.forsat-form .ruFileWrap.ruStyled input[type="button"] {
  position: absolute;
  left: 50%;
  color: #000 !important;
  background: transparent !important;
  border: unset !important;
  height: 57px;
}

.forsat-form .ruFileWrap.ruStyled {
  position: relative;
  margin-top: -25px;
}

.forsat-form .ruFileWrap.ruStyled input[type="button"] {
  display: none !important;
}

.forsat-form .RadAsyncUpload.RadUpload {
  width: 100%;
}

.forsat-form input,
.forsat-form textarea,
.forsat-form select {
  border-radius: 10px !important;
  margin-top: 5px;
}

.forsat-form textarea {
  padding-top: 12px !important;
}

.forsat-form .mainRow {
  margin-bottom: 20px !important;
}

.forsat-form .ruButton.ruBrowse.ruButtonHover .ruButtonFocu {
  border: unset !important;
}

.forsat-form .RadAsyncUpload {
  position: relative;
  display: block;
}

.forsat-form .RadAsyncUpload::after {
  content: "فرمت قابل قبول: Pdf, zip, jpg, png";
  position: absolute;
  left: 0;

  color: #333;
  font-size: 14px;
}

.forsat-form .RadUpload .ruInputs li {
  margin-bottom: 10px !important;
}

.forsat-form .RadCaptcha.RadCaptcha_Default [id*="SpamProtectorPanel"] {
  display: flex;
  flex-direction: row-reverse;
  align-items: end;
  justify-content: flex-end;
}

.forsat-form .RadCaptcha.RadCaptcha_Default [id*="SpamProtectorPanel"] > div {
  display: flex;
  flex-direction: row-reverse !important;
  align-items: center;

  position: relative;
  top: -10px;
}

.forsat-form .RadCaptcha.RadCaptcha_Default [id*="SpamProtectorPanel"] p {
  display: flex;
  flex-direction: column-reverse;
}

.forsat-form [id*="tblForm"] {
  background: #fff;
  border-radius: 30px;
  box-shadow: 7px 14px 12px 2px rgba(0, 0, 0, 0.14);
  padding-bottom: 50px;
}

.forsat-form .ruFileWrap.ruStyled {
  position: relative;
  display: block;
}

.forsat-form .ruFileWrap.ruStyled:after {
  content: "انتخاب فایل رزومه";
  position: absolute;
  left: 0;
  color: #333;
  font-size: 14px;
  text-align: center;
  width: 100%;
  /* height: 57px; */
  margin-top: 20px;
}

.RadAjaxPanel
  .col-xs-12.itemtemplate.cmpItems.white-bg.pt10
  .col-xs-12.col-md-4
  [id*="hlAddress"]
  img {
  border-radius: 10px !important;
}

.noPadding.multyItem .col-xs-7.halfPadding.abdydas.pr14 {
  justify-content: flex-start !important;
}

.noPadding.multyItem .col-xs-5.halfPadding.text-left {
  justify-content: flex-end !important;
}

.itemtemplate.cmpItems.halfPadding.disFlex .col-xs-12.multyItemTxt.white-bg {
  padding: 15px 15px !important;
}

.row.disFlex .col-xs-12.noPadding.multyItem,
.adCarBox.adCarBoxType2 .itemtemplate.cmpItems {
  background: #fff;

  border: 1px solid #cccccc7a;
  border-radius: 16px;
}

.adCarBox.adCarBoxType2 .notecaradid {
  justify-content: space-between !important;
}

.cmpurl img.cmpPics {
  border-width: 0px !important;
  border-radius: 12px !important;
  height: unset;
}

span.checkboxcompare,
a.NoteBook {
  font-size: 13px !important;
}

.col-xs-12.noteCarFixed.white-bg {
  height: 54px !important;
  background: transparent !important;
}

.itemtemplate.cmpItems:not(
    .col-md-4.col-xs-12.itemtemplate.cmpItems.halfPadding.disFlex
  )
  .text-truncate,
.itemtemplate.cmpItems:not(
    .col-md-4.col-xs-12.itemtemplate.cmpItems.halfPadding.disFlex
  )
  .col-xs-12.fs18 {
  padding: 0;
}

.col-xs-12.itemtemplate.cmpItems:not(
    .col-md-4.col-xs-12.itemtemplate.cmpItems.halfPadding.disFlex
  )
  .notecaradid,
.adCarBox.adCarBoxType1 .notecaradid {
  margin-bottom: -10px !important;
}

#first-left-timeline::after {
  content: "";
  position: absolute;
  width: 80px !important;
  height: 80px !important;
  right: -7%;
  background-image: url("/UI/Styles/oto1400/images/mrs-arab.jpg");
  /* border: 4px solid #FF9F55; */
  top: -13px;
  background-size: 100%;
  border-radius: 50%;
  z-index: 1;
  background-repeat: no-repeat;
  border: 5px solid #ff4747;
}

#first-right-timeline::after {
  background-image: url("/UI/Styles/oto1400/images/mr-bagheri.jpg");
}

#two-right-timeline::after {
  background-image: url("/UI/Styles/oto1400/images/mirazimi.png");
}

#third-right-timeline::after {
  background-image: url("/UI/Styles/oto1400/images/nezari.png");
}

#two-left-timeline::after {
  background-image: url("/UI/Styles/oto1400/images/zia.jpg");
}

#two-left-timeline::after {
  content: "";
  position: absolute;
  width: 80px !important;
  height: 80px !important;
  right: -7%;
  background-image: url("/UI/Styles/oto1400/images/zia.jpg");
  /* border: 4px solid #FF9F55; */
  top: -13px;
  background-size: 100%;
  border-radius: 50%;
  z-index: 1;
  background-repeat: no-repeat;
  border: 5px solid #ff4747;
}

#two-left-timeline::after,
#two-left-timeline::after,
#two-right-timeline::after,
#two-right-timeline::after,
#third-right-timeline::after,
#first-right-timeline::after {
  border: 5px solid #ff4747;
  width: 80px !important;
  height: 80px !important;
  top: -13px;
}

.content.content-l p,
.content.content-r p {
  font-size: 13px !important;
  text-align: justify;
}

/*******Loading********/
@keyframes dot-keyframes {
  0% {
    opacity: 0.4;
    transform: scale(1, 1);
  }

  50% {
    opacity: 1;
    transform: scale(1.2, 1.2);
  }

  100% {
    opacity: 0.4;
    transform: scale(1, 1);
  }
}

.loading-dots {
  text-align: center;
  width: 100%;
}

.loading-dots--dot {
  animation: dot-keyframes 1.5s infinite ease-in-out;
  background-color: #ff4747;
  border-radius: 10px;
  display: inline-block;
  height: 10px;
  width: 10px;
}

.loading-dots--dot:nth-child(2) {
  animation-delay: 0.5s;
}

.loading-dots--dot:nth-child(3) {
  animation-delay: 1s;
}

.otoLodading {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 999;
}

.lodaing-backdrop {
  z-index: 1;
  position: relative;
  background-color: rgba(255, 0, 0, 0.5);
}

.loading-whiteBox {
  position: relative;
  top: 40%;
  right: 38%;
  background-color: #fff;
  border-radius: 20px;
  width: 255px;
  height: 163px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
}

.loading-whiteBox img {
  padding-top: 14px;
  height: 112px;
}

.loading-whiteBox .loading-dots {
  margin-top: 11px;
}

.forsat-form .btn.btn-success {
  background-color: #ff4747;
  border-color: #ff4747;
  border-radius: 30px;
  width: 179px;
  color: #fff !important;
  padding: 14px 0px 11px;
  font-size: 14px !important;
}

.container-fluid.Terms-and-rules {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  background: url(/UI/Styles/oto1400/images/condition-head.png) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 44px 0px;
}

.container-fluid.Terms-and-rules h1 {
  margin: 0;
  color: #fff;
  font-size: 22px;
}

.condition h3 {
  color: #ff4747 !important;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 33px 0px 23px;
}

.condition h3 span {
  color: #ff4747 !important;
}

.container-fluid.condition-bg-white {
  background-color: #fff;
}

.container.condition span {
  font-weight: bold;
}

.container.condition p {
  text-align: justify;
}

.container.condition div:not(:last-child) {
  border-bottom: 1px dashed #ff4747;
  padding-bottom: 18px;
}

.container.condition ul li::marker {
  color: #ff4747;
}

.condition-title-list {
  margin-top: 30px;
  color: #000;
  font-weight: 700;
}

.condition-title-list ul li {
  margin-bottom: 8px;
}

.condition-title-list ul li a {
  color: #000;
}

.condition-title-list ul {
  padding: 0 !important;
  list-style: none;
}

@media (max-width: 767px) {
  .srNaghdiMar {
    font-size: 14px;
  }

  .adCarBox.adCarBoxType2 .itemtemplate.cmpItems {
    border: unset;
  }

  .Oto-PUI {
    margin-top: 24px !important;
  }

  .row.ContentRowSt .container {
    overflow-x: hidden !important;
  }

  .container-fluid.eForm.eFormView {
    padding-inline: 0 !important;
  }

  .col-xs-12.contentSectionTemplate .formCol6,
  .col-xs-12.contentSectionTemplate .formCol12 {
    margin-bottom: 10px;
    padding-inline: 8px !important;
  }

  #Form1 #PortalAjaxManagerSU + .container-fluid.px-0 {
    padding-inline: 0 !important;
  }

  .container-fluid.InnerPage.onePageTem .minHeightHtml > .row > .container {
    padding-inline: 0 !important;
  }

  .info-form,
  .info-form .bg-waite {
    padding-inline: 0;
  }

  [id*="dvType"].col-md-3.col-xs-12 select {
    margin-bottom: 15px;
  }

  .spanlabel {
    position: unset !important;
  }
}

.guideContainer > h5 {
  line-height: 1.5;
}

.guideContainer > h5 + p {
  text-align: justify;
}

.row.noteBookMD.oto24CheckBox.oto24Radio .itemtemplate.cmpItems {
  margin-bottom: 0 !important;
}

.row.noteBookMD.oto24CheckBox.oto24Radio .noteBookBox {
  padding-top: 25px !important;
  padding-bottom: 0 !important;
}

.row.itemtemplate.cmpItems.noteBookBox.mt-20:first-child {
  margin-top: 20px !important;
}

.row.itemtemplate.cmpItems.noteBookBox.mt-20 {
  margin-top: 0px !important;
}

.row.itemtemplate.cmpItems.noteBookBox.mt-20 a.cmpurl img {
  border-radius: 12px !important;
}

.noteBookTitle {
  display: flex;
  align-items: center;
}

.noteBookTitle img {
  width: 27px !important;
  height: 27px;
  position: unset !important;
  margin-left: 5px;
}

a.AddNoteTxt,
a.showlocation {
  cursor: pointer !important;
}

.row.notebookPriceBlock:not(.row.notebookPriceBlock.divMarTop10) {
  margin-top: 10px !important;
}

.cmpPaneDiv {
  background: #e1e4eb !important;
}

.cmpNum {
  background: #e1e4eb !important;
  color: #595959 !important;
  padding-right: 60px !important;
}

.oto24CheckBox label {
  color: #595959 !important;
}

.text-truncate.cmpName {
  color: #000 !important;
}

input {
  font-family: "iran_sansregular" !important;
}

/*****Notification*****/

.RadNotification.RadNotification_Bootstrap.rnRoundedCorners.rnShadows.radnote-success.rnRtl {
  border-right: 5px solid #93c939;
  border-radius: 12px;
}

.RadNotification.RadNotification_Bootstrap.rnRoundedCorners.rnShadows.radnote-success.rnRtl
  .rnTitleBar {
  background-color: #fff !important;
  border-bottom: unset !important;
  min-height: 25px !important;
}

.RadNotification.RadNotification_Bootstrap.rnRoundedCorners.rnShadows.radnote-success.rnRtl
  .rnCloseIcon {
  color: #93c939 !important;
}

.radnote-success .rnContent a.active {
  color: #93c939 !important;
  position: relative;
  top: 10px;
  text-decoration: underline;
}

.RadNotification.RadNotification_Bootstrap.rnRoundedCorners.rnShadows.radnote-success.rnRtl
  .rnIcon {
  background-image: unset !important;
}

.RadNotification.RadNotification_Bootstrap.rnRoundedCorners.rnShadows.radnote-success.rnRtl
  .rnIcon::before {
  position: absolute;
  content: "";
  background-image: url("/UI/Styles/oto1400/images/success.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}

.radnote-success .rnContentWrapper {
  margin-top: -10px;
  display: flex;
  align-items: center;
}

.radnote-success .rnContent {
  margin-right: 10px;
}

/*********Error*******/
.RadNotification.RadNotification_Bootstrap.rnRoundedCorners.rnShadows.radnote-error.rnRtl {
  border-right: 5px solid #ff6c5f;
  border-radius: 12px;
  width: 375px !important;
}

.RadNotification.RadNotification_Bootstrap.rnRoundedCorners.rnShadows.radnote-error.rnRtl
  .rnTitleBar {
  background-color: #fff !important;
  border-bottom: unset !important;
  min-height: 25px !important;
}

.RadNotification.RadNotification_Bootstrap.rnRoundedCorners.rnShadows.radnote-error.rnRtl
  .rnCloseIcon {
  color: #ff6c5f !important;
}

.radnote-error .rnContent a.active {
  color: #ff6c5f !important;
  position: relative;
  top: 10px;
  text-decoration: underline;
}

.radnote-error .rnContentWrapper {
  margin-top: -10px;
  display: flex;
  align-items: center;
  width: 365px !important;
}

.radnote-error .rnContent {
  margin-right: 10px;
}

.RadNotification.RadNotification_Bootstrap.rnRoundedCorners.rnShadows.radnote-error.rnRtl
  .rnIcon {
  background-image: unset !important;
}

.RadNotification.RadNotification_Bootstrap.rnRoundedCorners.rnShadows.radnote-error.rnRtl
  .rnIcon::before {
  position: absolute;
  content: "";
  background-image: url("/UI/Styles/oto1400/images/error.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}

.container.eFormView-Container.px-0 {
  width: 100%;
  margin: auto;
}

.RadUpload_rtl.RadUpload_Bootstrap .ruUploadProgress.ruUploadSuccess {
  background-position: 103% -9px !important;
  position: relative;
  top: 11px;
}

input.ruButton.ruRemove {
  position: absolute;
  top: 11px;
  left: 10px;
  color: white;
  background: #ff4747;
}

.copyDiv.lightColor p {
  font-size: 13px;
  margin-bottom: 0;
  margin-right: 5px;
}

.copyDiv.lightColor {
  display: flex;
  align-items: center;
}

.copyDiv.lightColor a:hover {
  color: #ff4747 !important;
}

.search-users {
  font-size: 17px !important;
}

/******** Start Responsive Styles********/
@media (max-width: 991px) {
  .carousel.slide.d-none-mobile {
    display: none;
  }
  .SearchResult
    .Oto-divfilter
    .Oto-ShowfilterBox
    .FiltersDivU-Box
    .btn.btn-closeFilter {
    margin-top: 5px !important;
  }
  .adCarBox.adCarBoxType1 .col-xs-12.col-md-8.justAdCarBoxType1.noPaddingR {
    margin-top: 12px !important;
    line-height: 18px !important;
  }
  .filterside {
    display: none;
  }
  .close-filterImg {
    filter: brightness(0);
    width: 11px;
  }
  .float-nav .logo {
    width: 130px !important;
    margin-top: 4px !important;
    margin-bottom: 2px !important;
  }

  #MobileRowReverse {
    flex-direction: column-reverse;
  }

  .bg-white.bannerback h4,
  #BannerPages h4 {
    font-size: 14px !important;
  }

  #BannerPages {
    margin-top: -68px;
    padding: 0px 28px;
  }

  [id*="centerFull"] .bannerback,
  [id*="centerFull"] .bannerback p.text-center {
    padding: 0px 28px;
  }

  #Banner-accardion h4 {
    font-size: 16px !important;
  }

  #Banner-accardion .panel-title {
    font-size: 13px !important;
  }

  #Banner-accardion {
    padding: 0px 38px !important;
  }

  .aboutAccordion .row.mb30 {
    margin-bottom: 16px !important;
  }

  #Banner-accardion .bg-white.pl40.pr40,
  #Banner-accardion .bg-white.pl30.pr40 {
    padding-left: 10px !important;
    padding-right: 20px !important;
  }

  .forsat--img.d-none-mobile {
    display: none;
  }

  footer#d-none-mobile {
    display: none;
  }

  .row.FooterRowst.has-padding-xs {
    padding: 0px 15px;
  }

  .ChooseBrands img.cpointer img {
    margin-top: 8px;
  }

  .menu-box > .container {
    padding-top: 20px !important;
  }

  #d-none-mobile {
    display: none;
  }

  .topHeader .col-md-3 {
    display: flex;

    align-items: center;
  }

  .menu-box {
    width: 100%;
    z-index: 100000;
  }

  .footerLogo {
    display: none;
  }

  .search-users {
    font-size: 16px !important;
    color: #292929;
  }

  .menuRul > div a {
    padding: 5px 0px !important;
    font-size: 14px !important;
  }

  .menu-box {
    padding: 0px 0px 30px !important;
    overflow-y: scroll;
  }

  .login.d-none-mobile {
    display: none;
  }

  p.brand-description {
    display: none;
  }

  .pwaLinks img {
    width: 100px !important;
  }

  .pwaLinks h2 a {
    font-size: 13px !important;
  }

  .pb150 {
    padding-bottom: 24px !important;
  }

  #homeCarousel {
    top: unset !important;
    margin-bottom: unset !important;
  }

  #salogan-slider .col-md-4.col-xs-6.col-xs-offset-4 {
    margin-right: 26.333333%;
    margin-left: 0;
  }

  .slogan-one {
    top: 60px !important;
  }

  .slogan-two {
    top: 135px !important;
  }

  .slogan-three {
    top: 200px !important;
  }

  .salogan-footer {
    margin-top: 18px;
    margin-bottom: 18px !important;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .salogan-footer span,
  .salogan-footer a {
    font-size: 16px !important;
  }

  .lastview-row {
    margin: 7px 0px !important;
  }

  .regular.slider.slick-vertical
    .slick-track
    .slick-slide:not(
      .carPriceMainBox .regular.slider.slick-vertical .slick-track .slick-slide
    ) {
    margin-top: -12px !important;
  }

  /***Footer***/
  ul.FooterMenuUL li {
    margin: 0px 0px 10px 10px !important;
  }

  #FooterMenuUL li:nth-child(1),
  #FooterMenuUL li:nth-child(2),
  #FooterMenuUL li:nth-child(3) {
    flex-grow: 1;
    text-align: right;
    display: flex;
  }

  #FooterMenuUL li:nth-child(1) {
    flex-grow: 1;
    display: flex;
  }

  #FooterMenuUL {
    display: flex;
    flex-wrap: wrap;
  }

  .row.home-footer {
    padding: 0px 15px;
  }

  .container-fluid.mainPage #FooterMenuUL {
    padding: 0px 15px;
  }

  .copyDiv.lightColor p {
    font-size: 11px !important;
  }

  .enamad img {
    width: 70px !important;
  }

  footer .middleRow {
    margin-bottom: 15px;
    justify-content: space-between;
    padding: 0px 15px;
  }

  .copyDiv.lightColor {
    padding: 0px 30px;
  }

  .col-md-12.paragraph.p1 {
    padding: 0 !important;
  }

  .enamad {
    padding: 5px 9px !important;
  }

  .carousel-indicators {
    bottom: 10px !important;
    padding-right: 0;
  }

  .slider-1.disFlex,
  .slider-3.disFlex,
  .slider-2.disFlex,
  .slider-4.disFlex,
  .slider-5.disFlex,
  .slider-6.disFlex {
    min-height: 300px !important;
  }

  .slider-1.disFlex .container.mt50.pt10,
  .slider-3.disFlex .container.mt50.pt10,
  .slider-2.disFlex .container.mt50.pt10,
  .slider-4.disFlex .container.mt50.pt10,
  .slider-5.disFlex .container.mt50.pt10,
  .slider-6.disFlex .container.mt50.pt10 {
    margin-top: 10px !important;
  }

  .slider-1.disFlex .position-relative.pt30,
  .slider-3.disFlex .position-relative.pt30,
  .slider-2.disFlex .position-relative.pt30,
  .slider-4.disFlex .position-relative.pt30,
  .slider-5.disFlex .position-relative.pt30,
  .slider-6.disFlex .position-relative.pt30 {
    padding-top: 0 !important;
  }

  .slider-2.disFlex .wrapper {
    left: 45px !important;
    top: 4px !important;
  }

  #myCarousel h2 {
    font-size: 1.2rem !important;
  }

  #myCarousel p.lh-xlg {
    font-size: 1rem !important;
    margin-bottom: 15px !important;
  }

  #myCarousel .btn {
    font-size: 1rem !important;
  }

  .slider-1.disFlex .position-relative.pull-left {
    margin-top: 40px;
  }

  #myCarousel {
    z-index: 1;
  }

  label.toggle-menu span {
    height: 3px !important;
    margin: 3px 0 !important;
  }

  .toggle-menu input[type="checkbox"]:checked ~ span:nth-of-type(3) {
    transform: translate(10px, -8px) rotatez(45deg) !important;
  }

  .desktop-logo {
    display: none;
  }

  .register-aghahiBtn {
    width: 35px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  [id*="hllogin"] {
    width: 100px;
    display: flex;
    justify-content: center;
    height: 35px;
    margin-top: 10px !important;
    align-items: center;
  }

  .register-aghahiBtn,
  [id*="hllogin"] {
    font-size: 13px !important;
    margin: 0 !important;
  }

  [id*="hllogin"] {
    padding: 7px 10px !important;
  }

  .leftHeader {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }

  .toggle-menu span:nth-of-type(3),
  .toggle-menu span:nth-of-type(1) {
    width: 38% !important;
  }

  .toggle-menu span:nth-of-type(2) {
    width: 57% !important;
  }

  .toggle-menu input[type="checkbox"]:checked ~ span:nth-of-type(2) {
    transform-origin: top;
    transform: rotatez(-45deg) translate(2px, 1px) !important;
  }

  a.dropdown-toggle,
  .Oto-loginBtn {
    border: unset !important;
  }

  a.dropdown-toggle span,
  .Oto-loginBtn span {
    display: none;
  }

  a.dropdown-toggle {
    background-image: url("/UI/Styles/oto1400/images/mobile-user.svg");
    margin-top: 8px;
  }

  .Oto-loginBtn {
    background-image: url("/UI/Styles/oto1400/images/oto-login.svg");
    background-repeat: no-repeat;
    background-position: bottom left;
  }

  a.dropdown-toggle:hover,
  .Oto-loginBtn:hover {
    background-color: unset !important;
  }

  .register-aghahiBtn.d-none-mobile {
    display: none;
  }

  .register-aghahiBtn.d-none-desktop {
    background-color: unset !important;
    color: #888;
    border: unset !important;
    background-image: url("/UI/Styles/oto1400/images/more-after.png") !important;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .register-aghahiBtn.d-none-mobile span {
    display: none;
  }

  .register-aghahiBtn.d-none-desktop {
    background-color: unset !important;
    border: unset;
    padding: unset !important;
  }

  div.line {
    border: 1px solid #ccc;
    height: 20px;
  }

  .footerMenu .FooterMenuUL,
  .footerMenu .FooterMenuUL li {
    list-style: none !important;
  }

  #mobileCarousel .slider img {
    width: 100% !important;
    border-radius: unset !important;
    height: 100%;
  }

  #mobileCarousel .slider {
    margin: unset !important;
  }

  #mobileCarousel .right.carousel-control,
  #mobileCarousel .left.carousel-control {
    background-image: unset !important;
  }

  #mobileCarousel .carousel-inner {
    overflow: unset !important;
  }

  .panel-body.form-horizontal [id*="lbSearch"] {
    margin-top: -15px !important;
  }

  .panel-body.form-horizontal button.mt30 {
    margin-top: 16px !important;
  }

  .panel-body.form-horizontal {
    padding: 0px 24px !important;
    overflow: hidden;
  }

  .mainModuleOto24 .panel.panel-default {
    border-radius: 0 !important;
    padding: 10px 20px 10px 0px !important;
    box-shadow: unset !important;
  }

  .panel-body.form-horizontal .mbMobile20 {
    margin-bottom: 30px !important;
  }

  #first-circleRow {
    margin-bottom: 32px !important;
    margin-top: 4px !important;
  }

  .d-none-mobile.slogan-move,
  .salogan-d-none-mobile {
    display: none;
  }

  .search-users {
    margin-top: 24px !important;
  }

  .lastview-row {
    padding-right: 0px !important;
  }

  .regular.slider:not(.carPriceMainBox .regular.slider) {
    margin: 20px auto 24px !important;
  }

  .footerLogo img {
    width: 202px !important;
  }

  .footerMenu {
    margin: 16px 0px !important;
  }

  .header-container {
    overflow-x: unset !important;
  }

  .mainModuleOto24 .panel.panel-default {
    padding: 0 !important;
  }

  .panel-body.form-horizontal [id*="lbSearch"] {
    width: 34px;
    position: relative;
  }

  .filterside {
    position: fixed;
    bottom: 0;
    z-index: 10000;
    right: 0;
    height: 100%;
    overflow-y: scroll;
    background-color: #fff;
  }

  body.filter-active .filterside {
    background-color: #fff;
    padding: 0;

    overflow-x: hidden;
    display: block;
  }

  body.filter-active .filterside {
    float: right;
    left: -18px;
  }

  body.fixed .filterside.filterside-fixed {
    top: unset !important;
  }

  body.rspSR {
    margin-top: 6px !important;
  }

  .mobile-filterImg {
    border-radius: 8px;
    width: 19px;
    margin-left: 3px;
  }

  body.filter-active [id="pnlsearch"] {
    padding: 0px !important;
  }

  body.filter-active .form-group {
    margin-bottom: 24px;
  }

  body.filter-active .cmpPane {
    z-index: 0 !important;
  }

  /* body.filter-active {
    width: 100%;
    height: 100%;
  } */

  .Agahi-filter {
    position: relative;
    margin-top: 10px;
  }

  .filterside .sideBarLbl,
  .filterside .fs16 {
    font-size: 13px !important;
  }

  .container-fluid.PageTemp.onePageTem .row.oto-mb20 {
    margin-bottom: 4px !important;
  }

  /******itemtemplate cmpItems******/

  .itemtemplate.cmpItems .cmpPics {
    width: 100% !important;
  }

  .rspR {
    margin-top: 3px !important;
  }

  .col-md-1.sortByShow.first-show {
    padding: 0 !important;
  }

  .col-md-1.sortByShow.last-show {
    padding-right: 0 !important;
  }

  .sortByDiv .col-md-10.col-xs-6 {
    padding: 0;
  }

  [id*="lbcaradtitle2"],
  .fs18,
  .noteBookTitle {
    font-size: 16px !important;
  }

  .noteBookTitle,
  .noteBookTitlePanel {
    margin-top: 24px !important;
  }

  .noteBookBox {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .row.sugDiv a.sug-a > .col-xs-12:first-child {
    height: unset !important;
  }

  .row.itemtemplate.cmpItems.noteBookBox [id*="lbsummary"] {
    font-size: 13px !important;
  }

  .row.notecaradid .col-xs-12.col-md-3 {
    padding: 0px 5px !important;
    border-left: 1px solid #ccc;
  }

  .row.notecaradid .col-xs-12.col-md-3 a,
  .row.notecaradid .col-xs-12.col-md-3 span {
    width: 80px !important;
  }

  .row.notecaradid .col-xs-12.col-md-1 {
    border-right: 1px solid #ccc;
  }

  .row.notecaradid .col-xs-12.col-md-1 a {
    padding: 0px !important;
  }

  .row.notecaradid .col-xs-12.col-md-2.Child-pointer .checkboxcompare {
    border-left: 1px solid #ccc !important;
    padding-left: 6px !important;
  }

  .notecaradid img {
    display: none !important;
  }

  .sugDiv {
    min-height: unset !important;
  }

  .titlecomplist {
    font-size: 11px !important;
  }

  a.showcomparlist {
    font-size: 11px !important;
  }

  .noteBookMD.oto24CheckBox.oto24Radio .col-xs-offset-2,
  .rtsNotePro .col-xs-offset-2 {
    margin-right: unset !important;
  }

  .Oto-filterBox {
    display: flex;
    justify-content: space-between;

    padding: 16px;
  }

  /********Register-agahi**********/
  #ManagebuttonRight {
    animation: unset !important;
  }

  #OtosideRightMenu {
    display: none;
  }

  #OtosideRightMenu {
    position: fixed;
    bottom: 0;
    z-index: 10000;
    right: 0;
    height: 100%;
    overflow-y: scroll;
    width: 100%;
    background-color: #f1f1f1;
    overflow-x: hidden;
  }

  .closeSideMenu {
    float: left;
    width: 35px !important;
    height: 35px !important;
    opacity: 1 !important;
    margin-left: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .closeSideMenu img {
    width: 15px !important;
    filter: brightness(0.1);
  }

  .oto-mnprofileName {
    display: none;
  }

  .Oto-PUI {
    background-color: transparent !important;
    padding: unset !important;
  }

  .Oto24 .PnlLeft {
    margin-top: 14px;
  }

  .switch-field label {
    font-size: 13px !important;
  }

  .RadWizard_Bootstrap .rwzBreadCrumb .rwzLink {
    padding: 10px 15px !important;
  }

  .mobile-MenuBtn {
    border-radius: 8px;
    justify-content: center;
    height: 38px;
    width: 95% !important;
    border: 1px solid #ff4747;
    padding-right: 16px;
    background: #ff6d6d2b;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e91515;
    font-weight: bold;
  }

  .Oto24 .text-left.profileInfoDiv a,
  .mobile-MenuBtn span {
    margin-top: 4px;
  }

  .Oto24 .text-left.profileInfoDiv {
    background: #f2f4f9;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px 0px 0px 8px;
    margin-top: 0px;
    justify-content: center;
    width: 48%;
    border-radius: 8px;
  }

  .comparecaradMain #caradinfo .sec-image.floatSec .item2.col-xs-6,
  .comparecaradMain #caradinfo .sec-image.floatSec .item1.col-xs-6 {
    padding-right: 0 !important;
  }

  .AddSingleActiveStep .rwzLink::before {
    width: 23px !important;
    height: 23px !important;
  }

  .RadWizard .rwzBreadCrumb .rwzText {
    font-size: 9.5px !important;
  }

  .userCarAdForm .form-control {
    padding: 0px 15px !important;
  }

  .Oto24 .Defaultselected,
  .Oto24 .Defaultselected input {
    font-size: 13px !important;
  }

  [id*="pnlUserCarAd"] .fs16 {
    font-size: 13px !important;
  }

  #modal1 .modal-body {
    height: 100vh !important;
  }

  .mainGuideSvg {
    margin-top: 24px !important;
  }

  #help-user-activity .row.panel-body.border-bottom.disFlex {
    padding: 0 0px 5px !important;
  }

  #help-user-activity:not(
    .row.exhibition-advertisement,
    .row.Chat-advertiser,
    .row.Technical-comparison
  ) {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  #help-user-activity {
    padding-top: 0px !important;
    line-height: 30px;

    margin-top: 34px;
  }

  .user-activity-help-title {
    font-size: 14px !important;
  }

  .aboutBack img {
    width: 34px !important;
  }

  #help-user-activity .row.panel-body img {
    width: 40px !important;
  }

  .forsat-form .RadCaptcha.RadCaptcha_Default [id*="SpamProtectorPanel"] {
    display: flex !important;
    flex-direction: column-reverse !important;
    align-items: unset !important;
    justify-content: unset !important;
  }

  #mobileCarousel {
    margin-top: 26px !important;
  }

  .menuRul > div a:hover,
  .menuCul ul li a:hover {
    background: unset !important;
    color: #ffffff96 !important;
  }

  .menuCul ul li a {
    padding: 5px 0px !important;
    font-size: 14px !important;
  }

  .fixed-nav .logo {
    width: 130px !important;
  }

  #selectcarinfo .col-xs-12.col-md-4 img {
    width: 170px;
  }

  .oto24exSignUp .form-control {
    font-size: 13px !important;
  }

  .oto24exSignUp .selectImg.pr50.pl0 {
    padding-right: 15px !important;
    margin-top: 16px !important;
  }

  .oto24exSignUp [id*="exhibitionaddress"] .col-xs-12.col-md-8 {
    padding-left: 0;
  }

  .oto24exSignUp [id*="exhibitionactivitytype"] {
    margin-bottom: 16px !important;
  }

  .oto24exSignUp label {
    font-size: 12px !important;
  }

  .pnlTopPrice {
    padding: 16px 0px 0px !important;
  }

  .Oto24 .pnlTopPrice {
    border-radius: 0 !important;
  }

  .pnlsliderPrice td.rcbInputCell.rcbInputCellRight,
  .pnlsliderPrice
    .RadComboBox_Bootstrap
    .rcbFocused
    .rcbReadOnly
    .rcbInputCell {
    border-color: #ccc !important;
    box-shadow: unset !important;
  }

  .PriceNoChange {
    min-width: 59px !important;
    font-size: 10px !important;
  }

  .PriceDown,
  .PriceUp {
    min-width: 60px !important;
    font-size: 10px !important;
  }

  .col-xs-6.npr.npl.price-car-main .price-car-year.fs12 {
    font-size: 10px !important;
  }

  .col-xs-6.npr.npl.price-car-main .col-xs-4 {
    font-size: 13px !important;
  }

  .pnlsliderPrice .slick-vertical .slick-slide {
    padding-right: 5px !important;
  }

  .pnlsliderPrice td input {
    font-size: 13px !important;
  }

  .oto24exSignUp .RadUpload .ruStyled .ruFileInput,
  .oto24exSignUp .RadUpload .ruFakeInput {
    padding: 0 !important;
  }
}

/*********End Mobile************/
@media (min-width: 768px) and (max-width: 991px) {
  .container--timeline::after {
    right: 84% !important;
  }

  .headerSpace {
    padding-top: 0px !important;
  }

  .forsat-mobileImg {
    display: flex;
    justify-content: center;
  }

  .Oto-PUI {
    margin-top: 52px !important;
  }

  .forsat {
    height: 484px !important;
  }

  #help-user-activity {
    margin-top: 80px !important;
  }
}

@media (max-width: 375px) {
  .content-r::before {
    right: -38px !important;
  }

  .container--timeline::after {
    right: -12% !important;
    left: unset !important;
  }

  .content-r::after {
    right: -17px !important;
  }

  .content-l::before {
    right: -12% !important;
  }

  .content-l::after {
    right: -14px !important;
  }
}

@media (min-width: 376px) and (max-width: 480px) {
  .content-l::before {
    right: -14% !important;
  }

  .content-l::after {
    right: -24px !important;
  }

  .content-r::before {
    right: -47px !important;
  }

  .container--timeline::after {
    right: -12% !important;
    left: unset !important;
  }
}

@media (min-width: 992px) {
  .RadNotification.RadNotification_Bootstrap.rnRoundedCorners.rnShadows.radnote-error.rnRtl,
  .RadNotification.RadNotification_Bootstrap.rnRoundedCorners.rnShadows.radnote-success.rnRtl {
    left: 1200px !important;
  }
  .OptionList-page [id*="AddSingleCarAd_OptionList__div1"],
  .OptionList-page [id*="AddSingleCarAd_OptionList__div2"],
  .OptionList-page [id*="AddSingleCarAd_OptionList__div3"],
  .OptionList-page [id*="AddSingleCarAd_OptionList__div4"],
  .OptionList-page [id*="divSelectAllOptions"] {
    width: 96.5%;
    margin-right: 16px;
    margin-left: 16px;
  }
  .OptionList-page .OptionListBtn .btn.btn-oto24 {
    margin-left: 16px;
  }
  #mobileCarousel {
    display: none;
  }
  .oto24-Price .breadcrumb {
    margin: -15px 0px -11px 15px !important;
  }

  .oto24-shasi .breadcrumb {
    margin: -16px 0px 0px 15px !important;
  }

  .oto24-Brands .breadcrumb {
    margin: -18px 7px 0px 15px !important;
  }

  .content-l::before {
    right: -42% !important;
  }

  .forsat-form [id*="tblForm"] {
    padding-right: 80px;
    padding-left: 80px;
  }
  #_body.adCarBoxType2 .box-item img {
    width: 15% !important;
  }
  .justAdCarBoxType2.secShowDetBox .ellipsis a img {
    width: 15% !important;
  }

  .SearchResult .ResultPageBox .col-xs-12.col-md-3 {
    padding: 0;
  }
  .fs-lg-18 {
    font-size: 18px;
  }
  .HomeSearchBtn label {
    display: none;
  }

  .itemtemplate.cmpItems:not(
      .col-md-4.col-xs-12.itemtemplate.cmpItems.halfPadding.disFlex
    )
    .col-xs-12.col-md-12.noPaddingR.mt20 {
    margin-top: 20px !important;
  }

  .modal
    .modal-dialog:not(
      #_divimage .modal-dialog,
      #AddCompare .modal-dialog,
      #detailmodal .modal-dialog,
      .modal-dialog.modal-lg.IntelUpdateDialog
    ) {
    max-width: 25rem;
  }

  .modal
    .modal-dialog
    .modal-content:not(
      .ImageSeprator #modal1 .modal-content,
      #savemodal .modal-content,
      .modal.brand-modal .modal-content,
      #detailmodal .modal-dialog .modal-content
    ) {
    height: 80vh;
  }

  .modal-dialog,
  .modal-content {
    margin-top: 80px !important;
  }

  footer .middleRow {
    padding-left: 0;
  }

  .mobile-headerMenu,
  .mobile-CloseMenu {
    display: none;
  }

  .forsat--img.d-none-desktop {
    display: none;
  }

  .forsat-form .RadCaptcha.RadCaptcha_Default [id*="SpamProtectorPanel"] > div {
    display: flex !important;
  }

  .mobile-logo,
  .Oto-filterBox {
    display: none;
  }

  .panel-body.form-horizontal [id*="lbSearch"] {
    margin-top: 31px !important;
  }

  .redBg.d-none-desktop {
    display: none;
  }

  #first-circleRow {
    padding-bottom: 50px !important;
  }

  .carousel.d-none-desktop {
    display: none;
  }

  .register-aghahiBtn.d-none-desktop {
    display: none;
  }

  a.dropdown-toggle {
    padding: 10px 30px !important;
  }

  .register-aghahiBtn {
    margin: 0px 4px 0px 20px;
    padding: 10px 30px !important;
  }

  #d-none-desktop {
    display: none;
  }

  .login.d-none-desktop {
    display: none;
  }

  .oto-btn-oto24-outline {
    background-color: #fff !important;
    border-color: #ff4747 !important;
    color: #ff4747;
    transition: 0.4s;
    border-radius: 10px;
  }

  .oto-btn-oto24-outline:hover {
    /* background: #ff4747 !important; */
    color: #ff4747 !important;
  }

  .search-users {
    margin-top: 50px !important;
  }

  .footerMenu {
    margin: 20px 0px;
  }

  /********Filter********/
  .oto-mobile-filter.d-none-desktop {
    display: none;
  }
}

@media (max-width: 576px) {
  .cmCheckTick {
    margin-right: 2px !important;
  }

  .onPageTem .minHeightHtml .com-xs-12 {
    padding: 0 !important;
  }

  .PnlLeft .divMarTop10 .panel .row > .col-xs-12 .panel-body {
    padding: 0 !important;
  }

  .PnlLeft .divMarTop10 .panel .row > .col-xs-12 .panel-body > .col-xs-12 {
    padding: 10px !important;
  }

  .Result-text-truncate .text-truncate {
    margin-bottom: 3px !important;
  }

  .Result-text-truncate .text-truncate span:first-child {
    display: none;
  }

  .OTO24Result {
    padding: 0 !important;
  }

  .Result-text-truncate {
    padding-left: 0 !important;
  }

  .itemtemplate.cmpItems .firstShowTitle {
    margin-bottom: 0px !important;
  }

  .col-xs-12.noPadding.Result img.pull-right.smallStamp {
    width: 28px !important;
  }
}

#help-user-activity .row.panel-body {
  margin-bottom: 20px;
}

.container-fluid .row.module-title.text-center {
  margin-top: 100px;
}

/* ---------------------------------------------------------------------- */
/* .RadNotification.RadNotification_Bootstrap.rnRoundedCorners.rnShadows.radnote-error.rnRtl {
  position: absolute !important;
  bottom: 0 !important;
  right: 0 !important;
} */

.mm-opening:has(#menuyear1) .mm-navbar .mm-btn:last-child {
  top: unset !important;
}
.mm-opening:has(#menuyear1) .mm-navbars-top:after {
  margin-right: unset !important;
}

/**********NewResonsive**********/
#divPwa {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.divPwa-content {
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 14px -8px #555;
  padding: 6px 10px 5px;
}

.divPwa-content span {
  font-weight: bold;
  line-height: 2;
  font-size: 12px;
  margin: 10px 0px;
  color: #000;
}

.divPwa-content p {
  font-size: 12px !important;
}

.divPwa-logo {
  width: 42px;
}

.divPwa-Btns a {
  font-size: 12px;
  padding: 5px;
  background-color: #ff1717;
  color: #fff;
}

.divPwa-Btns img {
  margin-bottom: 10px;
  width: 12px;
}

.divPwa-logo img {
  width: 100%;
}

.divPwa-Btns {
  display: flex;
  flex-direction: column-reverse;
  align-items: baseline;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .OtoHeaderMobileBtns {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-left: -6px;
  }

  .register-aghahiBtn {
    position: absolute;
    width: auto;
    left: 56px;
    flex-grow: 2;
    z-index: 10;
  }

  .btn.active,
  .btn:active {
    box-shadow: unset !important;
    outline: unset !important;
  }

  .menu-tiggle-div.d-none-xs {
    display: none;
  }

  .topHeader .Mobile-toggleMnu img {
    width: 40px !important;
    position: relative;
    left: 8px;
  }

  .mobile-CloseMenu {
    float: left;
    width: 48px !important;
    margin: 5px;
  }

  .col-xs-12.menu-box .container {
    overflow: auto !important;
  }

  .register-aghahiBtn {
    height: 30px;
    padding: 12px 16px 10px 16px !important;
  }

  .menu-box-Register {
    margin-top: 2rem;
  }
}

@media (min-width: 992px) {
  .FiltersDivU-Box::-webkit-scrollbar {
    height: 4px; /* برای اسکرول افقی فقط height مهمه */
    background-color: transparent;
  }
  .FiltersDivU-Box::-webkit-scrollbar-thumb {
    background-color: red;
    border-radius: 10px;
  }
  .FiltersDivU-Box::-webkit-scrollbar-track {
    background-color: #ccc;
  }
  .FiltersDivU-Box {
    overflow-x: auto;
    max-height: calc(2 * 4em);
    overflow-y: hidden;
    white-space: nowrap;
    row-gap: 0.5em;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    padding-top: 7px;
  }
  .d-none-lg.d-none-md.Mobile-toggleMnu {
    display: none;
  }

  #_divimage .modal-content {
    height: 100% !important;
  }

  #_divimage .modal-dialog {
    width: 900px !important;
  }
}

/*******Style Module*********/
@media (max-width: 991px) {
  .panel-body.form-horizontal button[id*="btnbrand"],
  .panel-body.form-horizontal button[id*="btnyear"],
  .panel-body.form-horizontal button[id*="btnyear2"] {
    border: unset;
    border-radius: unset;
    border-bottom: 1px solid #ccc;
    box-shadow: unset;
    background-color: unset;
  }

  .panel-body.form-horizontal .Choose-Brand {
    display: none;
  }

  .row.first-circleRow {
    padding-top: 10px;
    padding-bottom: 14px;
  }

  .row.first-circleRow h2,
  .cnt-cnt-div span.cnt-cnt .pwaLinks h2 {
    margin-top: 4px !important;
  }

  #HomeSearchBtn {
    background-color: #ff4747;
    border-radius: 50px;
  }

  .regular.slider.slick-vertical.slick-initialized.slick-slider
    .slick-track
    .slick-slide {
    margin-bottom: unset !important;
  }
}

@media (max-width: 1024px) {
  .bannerback {
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
}

@media (min-width: 768px) {
  .CarPriceDescription {
    position: relative;
    top: -45px;
  }
  .srNaghdiMar {
    font-size: 16px;
  }

  .adCarBox.adCarBoxType2 .itemtemplate.cmpItems {
    padding: 13px 13px 0px !important;
  }

  .text-left.middleRow .recive-app {
    margin: 0px 20px;
  }

  #help-user-activity .col-md-3.col-xs-6.Linkcolor {
    margin-bottom: 28px;
  }

  .forsat-form .btn-success {
    margin-left: 15px !important;
  }

  .aboutBack {
    display: none !important;
  }

  [id*="divshowonetyp"] .itemtemplate.cmpItems {
    border: 1px solid #cccccc7a;
    border-radius: 16px;
  }

  .adCarBox.adCarBoxType1 .itemtemplate.cmpItems {
    padding: 20px !important;
    border: 1px solid #cccccc7a;
    border-radius: 16px;
  }

  .sidebar__inner {
    background-color: #fff;
    border: 1px solid #cccccc7a;
    border-radius: 16px;
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .container--timeline {
    margin-right: 20.5% !important;
  }
  .filterside {
    width: 100%;
  }
  .CarPriceDescription {
    position: relative;
    top: -80px;
  }
  body.filter-active .filterside {
    width: 100%;
  }
  .aboutBack {
    margin-top: 2rem;
    padding: 0;
  }

  .adCarBox.adCarBoxType2 .itemtemplate.cmpItems {
    padding: 0 !important;
  }

  .fr-view .h2style .col-md-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .Linkcolor p.text-center {
    min-width: max-content;
  }
}

.input-group .exihibition-activity-type .rcbInputCell.rcbInputCellRight:focus,
.input-group .exihibition-activity-type .rcbArrowCell.rcbArrowCellLeft:focus {
  border-bottom: 1px solid #8c8c8c !important;
  border-radius: 0 !important;
  border: none;
}

#Career-Opportunities .eForm_forms .dxcaControl > table > tbody {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

#Career-Opportunities .eForm_forms .dxca-imageDiv img {
  width: 115px !important;
  height: auto !important;
}

#Career-Opportunities .eForm_forms .dxca-imageDiv {
  width: 50px !important;
  background-color: transparent !important;
  border: unset !important;
}

#Career-Opportunities
  .eForm_forms
  .dxeTextBoxSys.dxeTextBox.dxeTextBoxDefaultWidthSys {
  height: 40px !important;
  border-radius: 8px;
  border-color: #ccc;
}

#Career-Opportunities .eForm_forms .dxEditors_caRefresh {
  margin-right: 12px;
}

.AdvBoxModule .advboxCaptcha input {
  margin-top: 12px;
  border-radius: 8px;
  height: 40px;
}

.aboutAccordion .collapse.in {
  border-top: 1px solid #ccc;
}

.border-top::before {
  content: unset !important;
}

.aboutAccordion .row.mb30 {
  border: 1px solid #ccc;
}

.aboutAccordion .pb30.pt30.block.collapsed,
.aboutAccordion .pb30.pt30.block {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

h6 {
  line-height: 2;
}

.oto-takhfif {
  width: 100% !important;
  height: unset !important;
  object-fit: unset !important;
  margin: unset !important;
}

@media (max-width: 767px) {
  .col-md-3.col-xs-6.Linkcolor a img {
    margin-bottom: 8px !important;
  }

  .mainGuideSvg {
    padding: 8px !important;
  }

  .row.exhibition-advertisement,
  .row.Chat-advertiser,
  .row.Technical-comparison {
    padding: 0px 30px !important;
  }

  .forsat-form .mainRow {
    margin-bottom: 4px !important;
  }

  .col-xs-12.contentSectionTemplate .formCol6 span,
  .col-xs-12.contentSectionTemplate .formCol12 span {
    font-size: 12px !important;
  }

  .col-xs-12.contentSectionTemplate
    .col-12.col-xs-12.formCol12
    span.glyphicon-asterisk {
    position: absolute;
  }

  .coment h3 {
    font-size: 16px !important;
  }

  .container-fluid.sendLinkBg p.text-white.fs18.mb20.mt30 {
    font-size: 14px !important;
  }

  .sendLinkMain input {
    font-size: 13px;
  }

  .row.first-circleRow {
    margin-bottom: 0 !important;
  }
}

[id*="ShowMessage"] > .row {
  width: unset !important;
}

.panel-body.form-horizontal .form-control.text-right [id*="lblbrand"] {
  padding: 0 !important;
}

.row.first-circleRow {
  margin-bottom: 34px;
}

.panel.panel-default .panel-body.form-horizontal button {
  border: unset;
  box-shadow: unset;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  background-color: transparent;
}

.YearSelector button {
  border-bottom: none;
}

.FromYear .col-xs-12 {
  padding: 0;
}

#cmpCompare .cmpNum img {
  display: none;
}

.sortByDiv .rcbReadOnly td {
  border: unset;
  border-bottom: 1px solid #ccc;
  border-radius: 0 !important;
}

.sortByDiv td.RadComboBox_Bootstrap_rtl .rcbArrowCell.rcbArrowCellLeft {
  border-radius: 0 !important;
}

.panel-body.form-horizontal .Choose-Brand,
.panel-body.form-horizontal .priceLvlMain label {
  color: #000 !important;
  font-weight: bold !important;
  font-family: "iran_sansregularBold";
}

.Modal-year-head .close-filterImg {
  display: none !important;
}

#divShowmoreDiv p {
  font-size: 15px;
}

.row [id*="_top"] {
  margin-top: -10px;
}

.LeftSideBox {
  min-height: 400px;
  background-color: #fff;

  border: 1px solid #cccccc7a;
  border-radius: 16px;
  padding: 24px 8px;

  margin-top: 24px;
}

#lastPostBox {
  display: flex;
  align-items: center;
  margin: 16px 0px;
}

#lastPostBox .lastPostImg a img {
  width: 100%;
  border-radius: 8px;
}

#lastPostBox .text-truncate {
  font-size: 13px;
  margin: 0;
  padding-bottom: 6px;
}

#lastPostBox .lastPostDate {
  font-size: 12px;
  float: left;
  margin-top: 4px;
  color: #cbcbcb;
}

#lastPostBox .col-md-5.lastPostImg {
  padding: 0;
}

#lastPostBox .col-4.lastPostImg {
  margin-left: 16px;
}

.TopRightContent,
.RightBottomContent {
  padding: 20px 38px;
}

.TopRightContent h2.text-main {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 19px;
}

.LeftSide .content-title {
  font-size: 22px;
  margin-right: 12px;
}

.content-title::before {
  background: #ed3f3f;
  height: 29px;
  width: 4px;
  position: absolute;
  top: -4px;
  right: -12px;
  content: "";
}

[id*="toprightside"] {
  padding-left: 12px;
}

.RightBottomBlog {
  margin-top: 26px;
}

.RightBottomBlog img.ImageClass {
  width: 100%;
}

.RightBottomBlog h3.text-main {
  font-size: 14px;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 16px;
  font-weight: bold;
}

.TopRight-Desc {
  padding-top: 12px;
}

.RightBottomContent p {
  font-size: 12px;
  line-height: 24px;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}

.mainNewsImg img {
  width: 100%;
}

#BottomRightThemplate {
  margin-bottom: 24px;
}

#BottomRightThemplate .mainNewsImg {
  height: 229px;
}

/***Detail News****/
.DetailTitleBox {
  text-align: center;
  background: url(/UI/Styles/oto1400/images/condition-head.png) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 44px 0px 36px;
  color: #fff;
}

.container-fluid.px-0 {
  padding: 0;
}

.detail-descbox {
  padding: 20px;
  margin: 24px 0px;
  border: 1px solid #cccccc7a;
  border-radius: 16px;
}

.Detail-DescBox-info {
  margin-bottom: 10px;
}

.detail-contentbox,
.detail-contentbox p,
.detail-contentbox span {
  font-family: "iran_sansregular";
}

.Detail-relatedBox .Related-themplate {
  background: #fff;
  border: 1px solid #cccccc7a;
  border-radius: 16px;
  padding: 20px 24px;
  width: 49%;
}

.Detail-relatedBox .Related-themplate::before {
  background: #ed3f3f;
  height: 29px;
  width: 4px;
  position: absolute;
  top: 50px;
  right: -2px;
  content: "";
}

.Detail-relatedBox > div {
  display: flex;
  justify-content: space-between;
}

.Related-themplate-Content h3 {
  font-size: 18px;
}

.Related-themplate-Content h3 {
  font-size: 18px;
  margin-bottom: 14px;
}

.Detail-relatedBox {
  margin-top: 24px;
}

.DetailTitleBox h1 {
  font-size: 26px;
}

.Detail-HasBorder {
  border: 1px solid #cccccc7a;
  border-radius: 16px;
}

.detail-image img {
  border-radius: 16px;
}

.detail-image {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .DetailTitleBox h1 {
    font-size: 17px;
  }

  .DetailTitleBox {
    padding: 62px 0px 29px;
  }

  .detail-image img {
    width: 100%;
  }

  .Detail-relatedBox .Related-themplate {
    padding: 8px 18px;
    width: 100%;
  }

  .Detail-relatedBox > div {
    flex-direction: column;
    gap: 10px;
  }

  .Related-themplate-Content p {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/************* estaji************ */
.compare-samples {
  flex-wrap: wrap;
  justify-content: flex-start !important;
  width: 100%;
  margin: 0 auto;
  margin-top: 15px;
}

.compare-samples a {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 30px 0px;
  margin: 0 5px;
  margin-bottom: 20px;
  gap: 0;
  flex-direction: column;
  padding-bottom: 10px;
}

.compare-sample-car-top {
  display: flex;
  flex-direction: row;
}

.compare-samples a .d-flex.flex-column {
  padding: 0 10px;
}

.compare-samples a .d-flex.flex-column .compare-sample-car-brand:first-child {
  font-weight: 700;
  color: #000;
  padding-bottom: 10px;
}

.compare-sample-car {
  flex-direction: column;
  width: 179px;
}

.compare-sample-car img {
  width: 92%;
}

.compare-sample-car:first-child {
  padding-left: 5px;
  padding-right: 15px;
}

.compare-sample-car:first-child::after {
  position: absolute;
  width: 2px;
  height: 75px;
  content: "";
  background-color: #ccc;
  border-radius: 5px;
  margin-right: 15px;
  margin-top: 25px;
}

.compare-sample-car:nth-child(2) {
  padding-right: 15px;
  padding-left: 5px;
  padding-top: 10px;
}

.check-journal-boxces {
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 0 5px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.check-journal-boxces-text {
  height: 80px;
}

.check-journal-boxces img {
  width: 90%;
  padding-right: 30px;
}

.row.Oto24 .col-xs-12.col-md-4.mb-20 {
  min-height: 600px;
}

.row.Oto24
  #selectcarinfo
  .col-md-12.col-xs-12.text-left.mt-10.text-center.pt20 {
  padding-top: 0 !important;
}

.row.Oto24 #selectcarinfo .col-xs-12.col-md-8.noPadding img {
  height: 540px;
  margin-top: 20px;
  width: 96% !important;
}

.checkJournal-middle-title,
.compare-sample-car-middle-title {
  font-size: 16px;
  font-weight: 700;
}

.checkJournal-middle-title {
  margin-bottom: 10px !important;
  padding-right: 25px;
}

#selectcarinfo {
  margin-bottom: 20px;
}

.compareMain #selectcarinfo .col-xs-12.col-md-4 {
  height: 600px;
}

.compareMain #selectcarinfo .text-center.fs18.mb30 {
  margin-bottom: 45px !important;
}

.compareMain #selectcarinfo .col-xs-12.col-md-4 img {
  margin-bottom: 30px !important;
}

.CampareMainBtn {
  margin-top: 45px !important;
}

#selectcarinfo .text-center.fs18.mb30 {
  margin-bottom: 0 !important;
}

.compare-sample-car-brand:nth-child(2),
.compare-sample-car-brand:nth-child(3),
.check-journal-boxces-text {
  transition: color 0.2s ease-in-out;
}

.compare-sample-car-brand:nth-child(2):hover,
.compare-sample-car-brand:nth-child(3):hover,
.check-journal-boxces-text:hover {
  color: #ff4747;
  cursor: pointer;
}

@media (max-width: 767px) {
  .compare-samples a {
    margin-right: 15px;
  }

  .compare-samples a {
    flex-direction: row;
    width: 92%;
    padding: 0;
  }

  .compare-samples a div {
    flex-direction: column;
  }

  .compare-sample-car:first-child::after {
    rotate: 90deg;
    height: 35px;
    margin-right: -35px;
    margin-top: 38px;
  }

  .compare-sample-car img {
    width: 92%;
  }

  .compare-sample-car {
    width: 90px;
  }

  .compare-samples a .d-flex.flex-column {
    padding: 15px 10px;
  }

  .compare-samples a {
    display: flex;
  }

  .compare-sample-car-brand span {
    font-size: 0.8rem;
  }

  .check-journal-boxces {
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 47% !important;
    margin: 0 5px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .check-journal-boxces img {
    width: 100%;
    padding-right: 0;
  }

  .check-journal-boxces-text {
    height: 85px;
    font-size: 11px;
  }

  .row.Oto24 .col-xs-12.col-md-4.mb-20 {
    min-height: 320px;
  }

  .col-md-12.col-xs-12.text-left.mt-10.text-center.pt20 {
    padding-top: 10px !important;
  }

  .row.Oto24 #selectcarinfo .col-xs-12.col-md-8.noPadding img {
    height: 100%;
  }

  #selectcarinfo {
    margin-bottom: 0;
  }

  .compareMain #selectcarinfo {
    margin-bottom: 40px;
  }

  .compare-sample-car-middle-title {
    padding: 0 30px;
  }

  .compareMain #selectcarinfo .col-xs-12.col-md-4 {
    height: 270px;
    padding: 20px 15px !important;
  }

  .Oto24 .breadcrumb,
  .Oto24.breadcrumb {
    margin: 30px 15px 0px 15px !important;
  }

  .row.Oto24.compareMain.mt20 {
    margin-top: 0;
  }

  .row.Oto24 #selectcarinfo .col-xs-12.col-md-8.noPadding img {
    margin-top: 0;
  }

  .compare-samples {
    width: 100% !important;
  }

  .row.Oto24 .col-xs-12.white-bg {
    padding-left: 10px;
    padding-right: 10px;
  }

  .CarPriceDetail .row.pnlChartTitle.cpdTitle {
    margin-top: 40px !important;
  }

  .oto24-car-Price .breadcrumb {
    margin: 24px -15px -20px 0 !important;
  }

  .oto24-detailprice .breadcrumb {
    margin: 15px -15px -20px 0 !important;
    padding-right: 28px !important;
  }

  .compareMain .breadcrumb {
    margin: 30px -15px -10px 0 !important;
    padding-right: 28px !important;
  }

  .oto24-checkjournal-breadcruomb .breadcrumb {
    margin: 50px -15px 0px 0 !important;
    padding-right: 28px !important;
  }

  .showCarInfo.shciMain .breadcrumb {
    margin: 10px -15px 30px 0 !important;
    padding-right: 48px !important;
  }

  .signUpForm .breadcrumb {
    margin: 58px -15px -35px 0 !important;
    padding-right: 20px !important;
  }

  .addSingleCarAddMain .breadcrumb {
    margin: 60px -15px -35px 0 !important;
    padding-right: 46px !important;
  }

  .breadcrumb {
    white-space: nowrap;
    overflow: scroll;
    text-overflow: clip;
  }
}

.forsat-form
  .container-fluid.eForm.setFont
  .row
  .col-xs-12
  .row
  .col-xs-12
  .container-fluid.eForm.eFormView
  .mainForm
  .container.eFormView-Container.px-0
  .col-12.col-xs-12.formCol12
  .upload-resome-file
  h4 {
  margin-right: 10px;
}

.col-12.col-xs-12.formCol12 .glyphicon-asterisk {
  position: absolute;
  top: 11px;
}

@media (max-width: 767px) {
  .forsat-form
    .container-fluid.eForm.setFont
    .container-fluid.eForm.eFormView
    .mainForm
    .container.eFormView-Container.px-0
    .row
    .col-xs-12.text-left
    div {
    padding-bottom: 15px;
  }

  .forsat-form .RadAsyncUpload::after {
    margin-top: 16px;
  }

  .forsat-form .container-fluid.eForm.eFormView .mainForm .dxcaControl label {
    margin-top: 32px;
  }
}

.SearchResult
  .col-md-5.col-xs-12.pull-left.sortByDiv
  .row.filter-Row
  .col-md-10.col-xs-8 {
  padding-left: 0 !important;
}

.SearchResult .ResultPageBox .col-xs-12.col-md-3.filterside.filterside {
  border: 1px solid #cccccc7a !important;
  border-radius: 16px;
}

.SearchResult .ResultPageBox .filterside-fixed aside {
  top: -26px;
}

@media (max-width: 767px) {
  .SearchResult .ResultPageBox .col-xs-12.col-md-3.filterside.filterside {
    border: none !important;
  }

  .Unloginn .Unlogin-lastRegisterBtn a {
    top: 610px !important;
    height: 40px !important;
  }

  .SearchResult .filterside .rspSR .col-xs-12.form-horizontal {
    padding-right: 15px !important;
  }
}

.SearchResult
  .col-xs-12.form-horizontal
  .BrandAndModelControl
  .form-control.text-right
  span {
  white-space: pre-wrap !important;
}

.SearchResult .firstShowTitle {
  padding-right: 30px !important;
}

.modal
  .modal-dialog
  .modal-content:not(
    .YearSelectorModal .modal-dialog .modal-content,
    .BrandSelectorModal .modal-dialog .modal-content,
    .ImageSeprator #modal1 .modal-content,
    #savemodal .modal-content,
    .modal.brand-modal .modal-content,
    #detailmodal .modal-dialog .modal-content
  ) {
  height: auto !important;
}

.modal
  .modal-dialog:not(
    .YearSelectorModal .modal-dialog,
    .BrandSelectorModal .modal-dialog,
    #_divimage .modal-dialog,
    #AddCompare .modal-dialog,
    #detailmodal .modal-dialog,
    .modal-dialog.modal-lg.IntelUpdateDialog
  ) {
  max-width: 34.3rem !important;
}

.ResultPageBox
  .filterside
  .list-group.searchbox:has(span[id*="lbselected"])
  a::before {
  content: unset;
}

.ResultPageBox
  .filterside
  .list-group.searchbox
  span[id*="lbselected"]::before {
  border: 1px solid #fe0000;
  border-radius: 50%;
  padding: 2px;
  font-size: 11px;
}

.ResultPageBox .filterside .list-group.searchbox:has(span[id*="lbselected"]) a {
  margin-right: 0px !important;
}

.ResultPageBox .filterside .list-group.searchbox li a {
  margin-right: 13px;
}

.ResultPageBox .filterside .list-group.searchbox li a::before {
  color: #ccc;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-left: 2px;
  content: " ";
  position: absolute;

  width: 15px;
  height: 15px;
  margin-right: -22px;
  border-radius: 50%;
}

.rpFirst a::before {
  border: unset !important;
}

.SearchResult .filterside.filterside-fixed aside {
  border-radius: 8px;
}

.rpHovered {
  border: unset !important;
}

@media (max-width: 767px) {
  .filterside
    .col-xs-12.form-horizontal
    .form-group
    .BrandAndModelControl
    .form-control.text-right {
    padding-top: 0 !important;
  }

  .col-xs-12.noPadding.rspSR
    .rpRootGroup
    .rpItem.rpFirst
    .rpSlide.RadTouchExtender {
    overflow: unset !important;
  }

  .fixSec {
    position: fixed !important;
    top: 68px !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 900 !important;
    margin: 0 auto !important;
    background: #e1e4eb !important;
    transition: 0.4s !important;
  }

  .sec-image.floatSec.fixSec.container {
    background-color: #e1e4eb !important;
    height: auto !important;
    padding-top: 0 !important;
  }

  .sec-image.floatSec.fixSec.container img {
    display: none !important;
  }

  .sec-image.floatSec.fixSec {
    top: 47px !important;
  }

  #carinfo {
    padding-left: 0px;
    padding-right: 0px;
  }

  #carinfo:not(.header1.col-xs-12),
  #carinfo:not(.panel-title.header2),
  #carinfo:not(.col-xs-12.header1) {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header1.col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
    z-index: 10;
  }

  #technical .sec-image .car-name span {
    font-size: 12px !important;
  }

  .modal-dialog.compareDialog .close {
    font-size: 32px !important;
  }
}

#AddCompare .RadComboBox_Bootstrap table td.rcbInputCell,
.RadComboBox_Bootstrap table td.rcbArrowCell {
  border: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #ccc !important;
  border-radius: 0 !important;
}

@media (min-width: 767px) {
  .fixSec {
    top: 53px !important;
  }
}

.adcars-title-and-timer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.adcars-title-and-timer .col-xs-12.col-md-12.npr .time {
  margin-top: 0 !important;
}

.lbAddCompareFix {
  right: 0;
  width: 100%;
  bottom: 0px;
  padding-top: 32px !important;
  padding-bottom: 32px !important;
  height: auto !important;
}

.adcars-title-and-timer
  .row.justAdCarBoxType1.justAdCarBoxType1-title
  .firstShowTitle {
  width: 100%;
}

@media (max-width: 767px) {
  .adcars-title-and-timer {
    display: flex;
    flex-direction: column;
  }

  .adcars-title-and-timer .time {
    padding-right: 52px;
    padding-bottom: 8px;
  }

  .compareMain .sec-image.floatSec.fixSec.container {
    background-color: #e1e4eb !important;
  }

  #comparetabscontent .item5 {
    padding-bottom: 0 !important;
  }

  #AddCompare .close {
    padding-top: 6px !important;
  }

  #AddCompare {
    height: 700px;
    bottom: 0;
  }

  #AddCompare .lbAddCompareFix {
    z-index: 1000;
    border-top: unset;
    position: fixed !important;
    bottom: 0px;
    right: 0% !important;
    width: 100% !important;
    border-top: 10px solid #fff;
    background: #fff !important;
  }

  .compareMain #technical .car-name {
    padding-top: 23px !important;
  }

  #_divimage .Unlogin-lastRegisterBtn .col-xs-12.text-left.mt20.mb10 {
    background-color: #fff !important;
    padding: 20px 0 !important;
    z-index: 1000 !important;
    height: 60px !important;
  }

  .row.addSingleCarAddMain .Unlogin-lastRegisterBtn a {
    position: unset !important;
    top: 627px !important;
    width: 94% !important;
  }

  #_PriceFromModel_menuBrand
    .mm-panel.mm-opened
    .mm-listview
    .oto24Radio.modalListControl
    table,
  #_PriceToModel_menuBrand
    .mm-panel.mm-opened
    .mm-listview
    .oto24Radio.modalListControl
    table {
    right: 10px;
  }

  #AddCompare .modal-dialog.compareDialog .modal-title {
    text-align: center !important;
  }

  #AddCompare #SubmitProblem .modal-header .close {
    padding-top: 5px !important;
    padding-left: 0 !important;
  }

  #_divimage .Unlogin-lastRegisterBtn {
    position: fixed !important;
    bottom: 0px !important;
    right: 0 !important;
    width: 100% !important;
  }
  #_divimage .Unlogin-lastRegisterBtn a {
    position: unset !important;
    width: 94%;
  }

  .row.register_divimage_registerBtn.Unlogin-lastRegisterBtn
    .col-xs-12.text-left.mt20.mb10 {
    right: 15px !important;
  }

  #AddCompare .form-group {
    margin-bottom: 0 !important;
  }

  #AddCompare .modal-dialog.compareDialog .modal-body {
    overflow-y: unset !important;
  }

  #AddCompare
    .col-xs-12.col-md-10.col-md-offset-1.form-horizontal
    .form-group
    .col-xs-12 {
    bottom: 0 !important;
  }

  #AddCompare .modal.in .modal-dialog {
    height: auto !important;
    overflow-y: unset !important;
  }

  #AddCompare
    .col-xs-12.noPadding.rspSR
    .col-xs-12.form-horizontal
    .form-group
    .col-md-12.col-xs-12.disFlex:first-child {
    margin-bottom: 20px !important;
  }

  .row.Oto24.compareMain.mt20 .col-xs-12.comparetabsDiv-title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .row.Oto24.compareMain.mt20 #technical .sec-image .car-name {
    font-weight: normal !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .row.Oto24.compareMain.mt20 .comparetabsDiv {
    margin-bottom: 0 !important;
  }

  #technical
    .row.sec-image.floatSec.disFlex.w100Float.fixSec.container
    .item5.col-xs-6
    a
    .nextToIcon {
    color: #000 !important;
  }

  .modal-dialog.compareDialog.col-md-4.col-xs-12
    .col-xs-12.form-horizontal.text-center.carAcComTitle {
    width: 101% !important;
    margin-bottom: 16px !important;
  }

  #AddCompare .RadComboBox_Bootstrap table td.rcbInputCell,
  .RadComboBox_Bootstrap table td.rcbArrowCell {
    border: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0 !important;
  }

  .Oto24.cadMainDiv.mb40
    .row.pr15.carad-detailRight
    .col-md-11.npr
    .cadTitleDetail {
    font-size: 15px !important;
  }

  .compareMain #ctl08_ctl00__pnlsearch {
    padding-bottom: 0 !important;
  }

  .compareMain #outsideview .row.sec-image.floatSec.disFlex.w100Float.py10 img {
    width: 90% !important;
  }

  .compareMain #technical .row.sec-image.floatSec.disFlex.w100Float {
    padding-top: 11px !important;
  }

  .compareMain #technical .item5.col-xs-6 a {
    padding-top: 20px !important;
  }

  .compareMain
    .row.sec-image.floatSec.disFlex.w100Float.fixSec.container
    .item5
    a {
    flex-direction: row !important;
  }

  .compareMain .row.sec-image.floatSec.disFlex.w100Float .item5.col-xs-6 a {
    flex-direction: column !important;
    padding-top: 35px !important;
  }

  .compareMain .item5.col-xs-6 .nextToIcon {
    font-size: 12px !important;
  }

  .compareMain #comparetabscontent .glyphicon.glyphicon-plus-sign {
    top: -15px !important;
  }

  .compareMain
    #technical
    .row.sec-image.floatSec.disFlex.w100Float
    .item5.col-xs-6
    a {
    padding-top: 35px !important;
    padding-right: 50px !important;
  }

  .compareMain #comparetabscontent {
    overflow-x: unset !important;
    padding-right: 0 !important;
  }

  .row.addSingleCarAddMain .rwzContentWrapper .rwzContent {
    overflow: unset !important;
  }
}

@media (min-width: 992px) {
  .lbAddCompareFix {
    width: 27%;
    right: 35%;
    bottom: 1px;
    z-index: 5000 !important;
  }
}

@media (max-width: 767px) {
  .row.Oto24.oto24-checkjournal-breadcruomb
    #selectcarinfo
    .col-xs-12.col-md-8.noPadding
    img {
    width: 100% !important;
  }

  .row.Oto24.oto24-checkjournal-breadcruomb
    .container.checkJournal-middle-title {
    font-size: 15px !important;
  }

  .row.Oto24.showCarInfo.shciMain .text-dark h1 {
    line-height: 32px;
  }

  .row.Oto24.showCarInfo.shciMain
    .showCarInfo-image
    .slider.slider-nav.slick-initialized.slick-slider
    button {
    display: none !important;
  }

  .row.Oto24.showCarInfo.shciMain #CommentsSection {
    margin-top: -64px !important;
  }

  .row.sec-image.floatSec.disFlex.w100Float.fixSec.container .item1.col-xs-6,
  .row.sec-image.floatSec.disFlex.w100Float.fixSec.container .item2.col-xs-6 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .compareMain
    #technical
    .row.sec-image.floatSec.disFlex.w100Float
    .item1.col-xs-6
    .car-name,
  .compareMain
    #technical
    .row.sec-image.floatSec.disFlex.w100Float
    .item2.col-xs-6
    .car-name {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .row.Oto24.showCarInfo.shciMain .navbar-fixed-top {
    position: fixed !important;
    top: 45px !important;
  }
}

.compareMain #technical .row.sec-image.floatSec.disFlex.w100Float .car-img img {
  width: 80% !important;
}

.oto24-checkjournal-breadcruomb .breadcrumb {
  margin: -18px 15px 5px 15px !important;
}

.showCarInfo.shciMain .breadcrumb {
  margin: -8px 20px 20px 15px !important;
}

.row.Oto24.showCarInfo.shciMain #PropertySection .showmore h4 {
  color: rgb(255, 0, 77) !important;
  line-height: 32px !important;
}

.row.Oto24.compareMain.mt20 .breadcrumb {
  margin: -28px 15px 0px 15px !important;
}

.compareMain .comparetabsDiv-title {
  margin-bottom: 0;
}

.carPriceMainBox .carPriceMainTitle {
  padding: 0 20px;
}

.row.Oto24.carPriceMainBox .breadcrumb {
  margin: -8px 15px 20px 15px !important;
}

.oto24-detailprice .breadcrumb {
  margin: -50px 0px 10px 0px !important;
}

.SearchResult .firstShowTitle {
  padding-right: 18px !important;
}

.oto24CheckBox .adCarBox.adCarBoxType1 .adcars-title-and-timer {
  margin-bottom: 8px !important;
}

.Oto24.oto24CheckBox.oto24Radio.SearchResult
  .pull-left.sortByDiv
  .filter-Row
  .col-md-10.col-xs-8 {
  width: 85.333333% !important;
}

.SearchResult .breadcrumb {
  margin: 0px -13px 20px 15px !important;
}

.filterside.filterside-fixed
  .col-xs-12.noPadding.rspSR
  .col-xs-12.form-horizontal
  .form-group
  .col-xs-12.sideBarLbl {
  margin-bottom: 10px !important;
}

.cadMainDiv .breadcrumb {
  margin: -28px -8px 20px 15px !important;
}

.cadMainDiv .row .container {
  border: 1px solid #ccc;
  border-radius: 32px;
  padding-top: 16px;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.cadMainDiv .cadMainDiv.row {
  border-radius: 32px;
  margin-top: 32px;
}

.carPriceMainBox .carPriceMainTitle {
  margin-bottom: 0 !important;
}

.carPriceMainBox .carPriceMainTitle .priceTilte .fs18.mb0.mt0 {
  padding-top: 5px;
}

.adCarBoxType2 .adcars-title-and-timer .col-xs-12.col-md-12.npr {
  padding-right: 13px !important;
  padding-left: 13px !important;
}

.adCarBoxType2 .notecaradid .NoteBook {
  padding-right: 0 !important;
}

.SearchResult .pull-right .searchTitle {
  margin-bottom: 20px !important;
}

@media (max-width: 767px) {
  .row.Oto24.compareMain.mt20 .breadcrumb {
    margin: 32px -14px 0px 15px !important;
  }

  .row.Oto24.carPriceMainBox .breadcrumb {
    margin: 55px 0px 0px 15px !important;
  }

  .carPriceMainBox .carPriceMainTitle {
    margin-top: 8px !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .oto24-detailprice .breadcrumb {
    margin: 20px 0px 10px 0px !important;
  }

  .CarPriceDetail .row.pnlChartTitle.cpdTitle {
    margin-top: 16px !important;
  }

  .CarPriceDetail .CPItem.CPDTipMobile.ChangePriceBox {
    justify-content: center !important;
  }

  .SearchResult .firstShowTitle {
    padding-right: 18px !important;
  }

  .box.adCarBox.adCarBoxType2 .box-item {
    border-bottom: 4px solid #cccccc7a;
    margin-bottom: 16px;
  }

  .adCarBox .col-xs-12.justAdCarBoxType2.secShowDetBox .ellipsis a {
    color: #000 !important;
  }

  .box.adCarBox.adCarBoxType1 .justAdCarBoxType1 .firstShowTitle a span {
    color: #000 !important;
  }

  .oto24CheckBox label {
    margin-right: 0 !important;
  }

  .oto24CheckBox .adCarBox.adCarBoxType1 .adcars-title-and-timer {
    margin-bottom: 0 !important;
  }

  #main-nav .col-md-9.col-xs-6.text-left.align-self-center.leftHeader {
    padding-left: 15px !important;
  }

  .Oto24.cadMainDiv.mb40
    .col-md-11.npr.carad-detailRightTitle
    .carad-detail-CarName {
    padding-right: 8px !important;
  }

  .Oto24.cadMainDiv.mb40 .carad-detailRight .carad-detail-RedIcon .smallStamp {
    height: 43px;
  }

  .cadMainDiv .main .slider.slider-nav.slick-initialized.slick-slider button {
    display: none !important;
  }

  .cadMainDiv .breadcrumb {
    margin: 30px 5px 12px 15px !important;
  }

  .oto24-checkjournal-breadcruomb .breadcrumb {
    margin: 56px -11px 0px 15px !important;
  }

  .showCarInfo.shciMain .breadcrumb {
    margin: 8px -17px 20px 15px !important;
  }

  .SearchResult .breadcrumb {
    margin: 20px -13px 8px 15px !important;
  }

  .Oto24.oto24CheckBox.oto24Radio.SearchResult .pull-right h1.searchTitle {
    margin-top: 0px !important;
  }

  .cadMainDiv .tzhDetail .col-xs-12.noPadding,
  .cadMainDiv .row .container {
    border: none !important;
    width: 100% !important;
  }

  .cadMainDiv .tzhDetail .col-xs-12.noPadding {
    margin-top: -12px !important;
  }
}

.oto24-aboutUs-breadcromb-content .breadcrumb {
  margin: 80px -10px -60px 0px;
}

.oto24-contactUs-breadcromb-content .breadcrumb {
  margin: 112px -6px -60px 0px;
  background-color: unset !important;
}

.oto24-policy-breadcromb-content .breadcrumb {
  margin: 50px -10px 0 0;
}

.signUpForm .breadcrumb {
  margin: 12px -15px -28px 15px;
}

.oto24-helper-breadcromb-content .breadcrumb {
  margin: 22px -10px -28px 15px;
}

.RadComboBox_Bootstrap .rcbInput {
  font-family: "iran_sansregular" !important;
}

@media (max-width: 767px) {
  .oto24-aboutUs-breadcromb-content .breadcrumb {
    margin: 74px -14px 0px 0px;
  }

  .oto24-contactUs-breadcromb-content .breadcrumb {
    margin: 76px -10px 0px 0px;
  }

  .oto24-policy-breadcromb-content .breadcrumb {
    margin: 44px -1px 0 0;
  }

  .signUpForm .breadcrumb {
    margin: 63px -15px -35px 0 !important;
  }

  .oto24-helper-breadcromb-content .breadcrumb {
    margin: 74px -15px 0px 15px;
  }
}

.SearchResult
  .adCarBox.adCarBoxType1
  .itemtemplate.cmpItems
  .col-xs-12.col-md-12.npr {
  padding-right: 16px;
  padding-top: 16px;
}

.SearchResult
  .adCarBox.adCarBoxType2
  .itemtemplate.cmpItems
  .col-xs-12.col-md-12.npr
  .time {
  padding-right: 16px;
}

.Oto24.cadMainDiv.mb40 .cadMainDiv.row {
  width: 105.3% !important;
}

.cadMainDiv .row .col-xs-12.mt-20.npr {
  width: 103%;
}

.HasBorderRight {
  display: none;
}

.optionDTitle {
  padding-top: 0 !important;
}

[id*="bottom"]
  .regular.slider.slick-vertical
  .slick-slide
  span:not(.slick-slide.slick-active span) {
  font-weight: 400 !important;
}

[id*="bottom"] .regular.slider.slick-vertical .slick-slide.slick-active span {
  font-family: "iran_sansregularBold";
}

.search-users {
  font-family: "iran_sansregularBold";
}

.oto24-compare .breadcrumb {
  margin: 15px 15px -20px 15px !important;
}

.row.Oto24.compareMain .col-xs-12.white-bg .compare-samples {
  margin-right: 0 !important;
  margin-left: 0 !important;
  width: 100% !important;
}

.row.Oto24.compareMain .col-xs-12.white-bg .compare-samples a {
  margin: 8px 15px !important;
}

.SearchResult
  .adCarBox.adCarBoxType1
  .itemtemplate.cmpItems
  .col-xs-12.col-md-12.npr
  .time
  .QuickTitmeText {
  font-size: 14px !important;
}

.SearchResult
  .adCarBox.adCarBoxType1
  .itemtemplate.cmpItems
  .col-xs-12.col-md-12.npr
  .time {
  margin-top: -4px !important;
}
.CarAdDetailMap{margin-bottom: 24px;}
@media (max-width: 767px) {
  .Oto24.cadMainDiv.mb40 .cadMainDiv.row {
    border: none !important;
  }

  .oto24-compare .breadcrumb {
    margin: 52px -13px -20px 15px !important;
    padding-right: 28px !important;
  }

  .row.Oto24.cpdMainBox .CarPriceDetail .row.pnlChartTitle.cpdTitle {
    margin-top: 16px !important;
  }

  .SearchResult
    .adCarBox.adCarBoxType1
    .itemtemplate.cmpItems
    .col-xs-12.col-md-12.npr
    .time
    span:first-child {
    font-size: 10px !important;
    padding: 4px 10px !important;
    margin-top: 12px !important;
    background-color: #e1e2ec;
    display: inline;
    border-radius: 20px !important;
  }

  .SearchResult
    .adCarBox.adCarBoxType1
    .itemtemplate.cmpItems
    .col-xs-12.col-md-12.npr
    .time
    span:nth-child(2) {
    font-size: 10px !important;
    padding: 4px 10px !important;
    padding-right: 24px !important;
    margin-top: 12px !important;
    background-color: #e1e2ec;
    display: inline;
    border-radius: 20px !important;
    margin-right: -35px !important;
  }

  .SearchResult
    .adCarBox.adCarBoxType1
    .itemtemplate.cmpItems
    .col-xs-12.col-md-12.npr
    .time {
    margin-top: -5px !important;
  }
}

.pricestatus {
  align-items: center !important;
  padding-bottom: 6px !important;
}

.cadMainDiv .cadMainDiv.row .col-xs-12.tzhDetail.halfPadding.mt-10 {
  border: 1px solid #ccc !important;
  border-radius: 32px;
  margin-top: 32px;
  width: 102.5% !important;
  margin-right: -14px !important;
}

.justAdCarBoxType2.secShowDetBox {
  min-height: 222px !important;
}

.oto24-aboutUs-breadcrumb .breadcrumb {
  margin: 70px -7px -62px 15px;
}

.oto24-ContactUs-breadcrumb .breadcrumb {
  margin: 101px 0px -100px 15px;
  background-color: #fff !important;
}

.oto24-pollicy-breadcrumb .breadcrumb {
  margin: 40px -11px -24px 15px;
}

.signUpForm .breadcrumb {
  margin: 5px -11px -29px 15px !important;
}

.oto24-Help-content-breadcrumb .breadcrumb {
  margin: 14px -12px -50px 15px;
}

.oto24-job-opportunity-breadcrumb .breadcrumb {
  margin: 0px -15px 0px 15px;
}

.oto24-job-opportunity-breadcrumb {
  text-align: right;
}

.oto24-job-opportunity-breadcrumb .breadcrumb li a {
  color: #fff !important;
}

.oto24-job-opportunity-breadcrumb .breadcrumb li span {
  color: #fff !important;
}

@media (max-width: 767px) {
  .oto24-aboutUs-breadcrumb .breadcrumb {
    margin: 62px -13px 0px 15px;
  }

  .oto24-ContactUs-breadcrumb .breadcrumb {
    margin: 60px -9px 0px 15px;
  }

  .oto24-pollicy-breadcrumb .breadcrumb {
    margin: 31px 0px -9px 15px;
  }

  .signUpForm .breadcrumb {
    margin: 53px -22px -35px 0 !important;
  }

  .oto24-Help-content-breadcrumb .breadcrumb {
    margin: 64px -15px 0px 15px;
  }

  .oto24-job-opportunity-breadcrumb .breadcrumb {
    margin: 25px -25px 0px 15px;
  }
}

.oto24-main-page-Desc {
  background-color: #fafafa;
  margin-bottom: 32px;
}

.oto24-main-page-Desc h3 {
  font-size: 18px;
  margin-top: 46px;
  margin-bottom: 22px;
  font-family: "iran_sansregularBold" !important;
}

.oto24-main-page-Desc p {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  text-align: justify;
  line-height: 32px;
}

.oto24-main-page-Desc a {
  font-size: 18px;
  font-weight: 500;
  color: #ff4747;
  text-align: justify;
  line-height: 32px;
}

@media (max-width: 767px) {
  .oto24-main-page-Desc p {
    font-size: 14px;
    line-height: 28px;
  }

  .oto24-main-page-Desc p a {
    font-size: 14px;
  }

  .oto24-main-page-Desc h3 {
    font-size: 16px;
    margin-top: 24px;
    margin-bottom: 10px;
  }
  .px-sm-30 {
    padding: 0px 30px;
  }
  .oto24-main-page-Desc.px-sm-30 {
    padding: 0px 30px;
  }
  .oto24-main-page-Desc:not(.oto24-main-page-Desc.px-sm-30) {
    padding: 0 15px;
  }

  .oto24-shasi .breadcrumb {
    margin: 50px 0px -21px 15px !important;
  }

  .oto24-Brands .breadcrumb {
    margin: 50px 0px -16px 15px !important;
  }

  .brand-header,
  .shasi-header,
  .price-header {
    padding-top: 25px !important;

    z-index: 10;
    background-color: #fff;
    width: 104% !important;
  }

  .fixed .brand-header,
  .fixed .shasi-header,
  .fixed .price-header {
    padding-top: 30px;

    width: 104% !important;
    z-index: 10;
    background-color: #fff;
    top: 45px !important;
  }

  .oto24-Price .breadcrumb {
    margin: 47px 0px -26px 15px !important;
  }

  .oto24-shasi .shadow-lg,
  .oto24-Brands .shadow-lg {
    box-shadow: unset !important;
  }
}

.cadMainDiv .cadMainDiv.row {
  margin-top: 0 !important;
}

.cadMainDiv .cadMainDiv.row .col-xs-12.tzhDetail.halfPadding.mt-10 {
  margin-top: -10px !important;
  padding-bottom: 16px !important;
  padding-top: 16px !important;
}

@media (max-width: 767px) {
  .showCarInfo.shciMain #CommentsSection h2.text-bold.fs16 {
    line-height: 32px !important;
    font-size: 14px !important;
    font-weight: unset !important;
    font-family: "iran_sansregularBold" !important;
  }
}

.adCarBox.adCarBoxType1 .itemtemplate.cmpItems {
  width: 98% !important;
}

.col-xs-12.cmp.choZB.text-left {
  left: 18px !important;
}

.SearchResult
  .pull-left.sortByDiv
  .filter-Row
  .sortByShow
  .glyphicon.glyphicon-th:before {
  margin-right: 14px !important;
}

.filter-Row .sortByShow .glyphicon-th-list:before {
  margin-right: 14px !important;
}

#_body.adCarBoxType2 {
  width: 99% !important;
}

.adCarBoxType2 .box-Image.col-xs-12.col-md-4 {
  width: 100% !important;
}

#_body.adCarBoxType2 .box-item .cmpPics {
  width: 100% !important;
}

@media (max-width: 767px) {
  .adCarBox.adCarBoxType1 .itemtemplate.cmpItems {
    width: 100% !important;
  }

  .SearchResult
    .pull-left.sortByDiv
    .filter-Row
    .sortByShow
    .glyphicon.glyphicon-th:before {
    margin-right: unset !important;
  }

  .filter-Row .sortByShow .glyphicon-th-list:before {
    margin-right: unset !important;
  }

  #_body.adCarBoxType2 {
    width: 100% !important;
  }

  #_body.adCarBoxType2 .box-item img {
    width: unset !important;
  }

  #_body.adCarBoxType2 .box-item .box-Image img {
    width: 100% !important;
  }

  .col-xs-12.cmp.choZB.text-left {
    left: 0 !important;
  }

  .cadMainDiv .cadMainDiv.row .col-xs-12.tzhDetail.halfPadding.mt-10 {
    border: none !important;
    margin-right: 0 !important;
  }

  .cadMainDiv .row .col-xs-12.mt-20.npr {
    width: 100% !important;
  }
}

.SearchResult .adCarBoxType2 .justAdCarBoxType2.secShowDetBox {
  min-height: 170px !important;
}

.adCarBox.adCarBoxType2 .box-item .itemtemplate .col-xs-12.col-md-12.npr {
  min-height: 35px !important;
}

.BrandAndModelControl button {
  padding-right: 0 !important;
}

.ChoiceYear .col-md-6.col-xs-6 button {
  padding-right: 0;
}

.form-group.PayType .col-xs-12.d-Flex.justify-content-space-between input {
  height: 32px !important;
  justify-content: center !important;
}

.form-group.CarStatus .col-xs-12.d-Flex.justify-content-space-between input {
  height: 32px !important;
  justify-content: center !important;
}

.firstchild {
  padding-right: 20px !important;
}

#_StateAndCity_menuBrand,
#_BrandAndModel_menuBrand {
  color: #000 !important;
}

.form-group:last-child .col-md-12.col-xs-12.disFlex {
  padding-top: 15px;
}
.inputLabel {
  color: #000 !important;
}

@media (max-width: 767px) {
  .inputLabel {
    font-size: 14px !important;
  }

  .form-horizontal .form-group:last-child {
    margin-bottom: 0 !important;
  }

  .form-group.CarStatus {
    margin-bottom: 16px !important;
  }
}

.compareMain .comparetabsDiv-title h1 {
  margin-bottom: 32px !important;
}

.compareMain #comparetabs li:not(.active) a {
  font-family: "iran_sansregularBold";

  color: #000 !important;
}

.compareMain #comparetabs li a:active {
  font-family: "iran_sansregularBold";
  color: #ff4747 !important;
}

.compareMain #comparetabs li a:focus {
  font-family: "iran_sansregularBold";
  color: #ff4747 !important;
}

.compareMain .comparetabsDiv {
  border-bottom: 5px solid #e1e2ec;
}

.compareMain #comparetabs li {
  margin-bottom: -5px;
}

.compareMain .item5 a {
  color: #000 !important;
}

.SearchResult .firstShowTitle {
  font-family: "iran_sansregularBold";
}

.SearchResult
  .adCarBoxType1
  .box-item
  .justAdCarBoxType1
  .col-xs-12.col-md-12.noPaddingR.mt20.text-truncate-data
  .text-truncate
  span:first-child {
  font-family: "iran_sansregularBold";
}

.SearchResult
  .adCarBoxType1
  .box-item
  .justAdCarBoxType1
  .col-xs-12.col-md-12.noPaddingR.mt20.text-truncate-data
  .text-truncate
  span:nth-child(2) {
  color: #474747 !important;
}

.SearchResult .adCarBoxType1 .box-item .itemtemplate.cmpItems {
  border-color: #ccc;
}

.SearchResult .adCarBoxType1 .box-item .itemtemplate.cmpItems .dividerOto {
  border-color: #ccc;
}

.SearchResult .justAdCarBoxType2 .col-xs-12.ellipsis a {
  font-family: "iran_sansregularBold";
  color: #000;
}

.SearchResult .ResultPageBox .col-xs-12.col-md-3 {
  border-color: #ccc;
}

.SearchResult .adCarBoxType2 .box-item .itemtemplate.cmpItems {
  border-color: #ccc;
}

.compareMain #technical .item1 .car-name {
  font-family: "iran_sansregularBold";
}

.compareMain #technical .item2 .car-name {
  font-family: "iran_sansregularBold";
}

.compareMain #outsideview .item1 .car-name {
  font-family: "iran_sansregularBold";
}

.compareMain #outsideview .item2 .car-name {
  font-family: "iran_sansregularBold";
}

.col-xs-12.header1 {
  font-family: "iran_sansregularBold";
}

.ExhInfoBorder {
  border: 1px solid #ccc;
  border-radius: 32px;
  padding: 15px;
  width: 105.5%;
  margin-bottom: 32px;
}

.ExhibitionCarAds .breadcrumb {
  margin: -11px -5px 35px 15px !important;
}

.pnlExhibition-left .oto24CheckBox.oto24Radio .firstShowTitle {
  font-family: "iran_sansregularBold";
}

.oto24CheckBox.oto24Radio
  .cmpItems
  .col-xs-12.col-md-8.noPaddingR
  .col-xs-12.col-md-12
  .text-truncate
  span:first-child {
  font-family: "iran_sansregularBold";
}

.oto24CheckBox.oto24Radio
  .cmpItems
  .col-xs-12.col-md-8.noPaddingR
  .col-xs-12.col-md-12
  .text-truncate
  span:nth-child(2) {
  color: #474747;
}

.pnlExhibition-left .listborder.oto24CheckBox.oto24Radio {
  border-color: #ccc;
}

@media (max-width: 767px) {
  .ExhInfoBorder {
    border: none;
    margin-bottom: 32px;
  }

  .ExhibitionCarAds .breadcrumb {
    margin: 50px -14px -40px 15px !important;
  }
}

@media (min-width: 768px) {
  .inputLabel {
    font-size: 15px !important;
  }

  .rplsearchDiv .rpLink {
    padding: 12px 15px !important;
  }
}

@media (max-width: 767px) {
  .cadMainDiv .ExhInfoBorder {
    padding: 0 !important;
    width: 109% !important;
    margin-bottom: 16px !important;
  }

  .cadMainDiv .ExhInfoBorder .carExbDetailMar {
    line-height: 26px;
  }

  .cadMainDiv .ExhInfoBorder .lbexhibitiontitle {
    font-family: "iran_sansregularBold";
  }

  .cadMainDiv .breadcrumb {
    margin: 16px -2px 12px 15px !important;
  }
}

#SmartUpdate .BuySmartUpdateRow .rcbReadOnly .rcbInputCell.rcbInputCellRight {
  border: none !important;
  box-shadow: unset !important;
  border-bottom: 1px solid #ccc !important;
  border-radius: 0 !important;
}
#SmartUpdate .BuySmartUpdateRow .rcbReadOnly .rcbArrowCell.rcbArrowCellLeft {
  border-radius: 0 !important;
}

#SmartUpdate .BuySmartUpdateRow .updatePriceBl {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  border-radius: 0 !important;
}

.rtsNotePro .col-md-4.col-xs-12.col-xs-offset-2 {
  margin-right: 68% !important;
}

.rtsNotePro
  .col-md-4.col-xs-12.col-xs-offset-2
  .rcbInputCell.rcbInputCellRight {
  border: 0 !important;
  border-bottom: 1px solid #ccc !important;
  border-radius: 0 !important;
}

.rtsNotePro .col-md-4.col-xs-12.col-xs-offset-2 .rcbArrowCell.rcbArrowCellLeft {
  border: 0 !important;
  border-bottom: 1px solid #ccc !important;
  border-radius: 0 !important;
}

.rtsNotePro .noteBookBox a.pointer.removeAHover {
  color: #000 !important;
}

@media (max-width: 767px) {
  .rtsNotePro .col-md-4.col-xs-12.col-xs-offset-2 {
    margin-right: 0% !important;
  }
}

.cadMainDiv .breadcrumb {
  margin: -42px -8px 32px 15px !important;
}

.ExhibitionCarAds .breadcrumb {
  margin: -11px -5px 10px 15px !important;
}

.ExhibitionInfo-SideBar .ExhibitionInfo-Address span:first-child {
  width: 50px !important;
}

@media (max-width: 767px) {
  .cadMainDiv .breadcrumb {
    margin: 20px 0px 14px 15px !important;
  }

  .ExhibitionCarAds .breadcrumb {
    margin: 44px -14px -50px 15px !important;
  }

  .ExhibitionInfo-SideBar .ExhibitionInfo-Address span:first-child {
    width: 34px !important;
  }
}

#menubrand {
  color: #000 !important;
}

.ExhInfoBorder-border-bottom {
  display: none;
}

.ExhibitionInfo-SideBar-bottom {
  display: none;
}

@media (max-width: 767px) {
  body:has(.cadMainDiv .row.ExhInfoBorder) {
    display: block;
    border-top: 4px solid #ccc;
  }

  .ExhibitionInfo-SideBar-bottom {
    display: block;
    border-top: 4px solid #ccc;
    margin-top: 90px;
    margin-bottom: -60px;
  }

  .col-xs-12.col-md-9.noPaddingL.noPaddingRMobile.pnlResExCA.pnlExhibition-left
    .oto24CheckBox
    .itemtemplate.cmpItems
    .row:nth-child(2) {
    display: flex !important;
  }

  .col-xs-12.col-md-9.noPaddingL.noPaddingRMobile.pnlResExCA.pnlExhibition-left
    .oto24CheckBox
    .itemtemplate.cmpItems
    .row:nth-child(2)
    .col-xs-12.col-md-8.noPaddingR
    span {
    margin-top: 0 !important;
  }
  .col-xs-12.col-md-9.noPaddingL.noPaddingRMobile.pnlResExCA.pnlExhibition-left
    .oto24CheckBox
    .itemtemplate.cmpItems
    .row:nth-child(2)
    .col-xs-12.col-md-8.noPaddingR
    .col-xs-12.col-md-12.mt20:nth-child(2) {
    margin-top: 4px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .col-xs-12.col-md-9.noPaddingL.noPaddingRMobile.pnlResExCA.pnlExhibition-left
    .oto24CheckBox
    .itemtemplate.cmpItems
    .row:nth-child(2)
    .col-xs-12.col-md-8.noPaddingR
    .col-xs-12.col-md-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 8px !important;
  }

  .col-xs-12.col-md-9.noPaddingL.noPaddingRMobile.pnlResExCA.pnlExhibition-left
    .oto24CheckBox
    .itemtemplate.cmpItems
    .row:nth-child(2)
    .col-xs-12.col-md-8.noPaddingR
    .col-xs-12.col-md-12.mt20:nth-child(2)
    .text-truncate
    span:first-child {
    display: none !important;
  }

  .col-xs-12.col-md-9.noPaddingL.noPaddingRMobile.pnlResExCA.pnlExhibition-left
    .oto24CheckBox
    .itemtemplate.cmpItems
    .row:nth-child(2)
    .col-xs-12.col-md-8.noPaddingR
    .col-xs-12.col-md-12.mt20:nth-child(2)
    .text-truncate {
    margin-bottom: 2px !important;
  }

  .pnlExhibition-left .oto24CheckBox.oto24Radio .firstShowTitle {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.profile-caradLike
  .itemtemplate.cmpItems.noteBookBox
  .col-xs-12.pointer.removeAHover
  .row:nth-child(2)
  .col-xs-10
  img {
  display: none;
}

.noteBookTitlePanel img.smallStamp {
  width: 23px;
  height: 23px;
  margin-right: -10px !important;
}

.noteBookTitlePanel {
  padding-right: 0 !important;
}

.profile-caradLike
  .itemtemplate.cmpItems.noteBookBox
  .col-xs-12
  .row:nth-child(2)
  .col-xs-12.col-md-9.xs-noPadding {
  margin-top: 8px;
}

.profile-caradLike
  .itemtemplate.cmpItems.noteBookBox
  .pointer.removeAHover
  .col-xs-12
  .row
  .col-xs-12 {
  line-height: 30px;
}

.profile-caradLike
  .itemtemplate.cmpItems.noteBookBox
  .pointer.removeAHover
  .col-xs-12
  .row
  .col-xs-12
  span:first-child {
  font-family: "iran_sansregularBold";
}

.profile-caradLike
  .itemtemplate.cmpItems.noteBookBox
  .pointer.removeAHover
  .row:nth-child(2) {
  margin-bottom: 5px;
}

.rplsearchDiv .rpLink {
  padding: 10px 15px !important;
}

.RadPanelBar_rtl .rpRootLink .rpExpandHandle {
  right: auto !important;
  left: 15px !important;
}

.SearchResult
  .ResultPageBox
  .filterside
  .form-horizontal
  .PayType
  .col-xs-12.sideBarLbl {
  margin-bottom: 12px;
}
.SearchResult
  .ResultPageBox
  .filterside
  .form-horizontal
  .CarStatus
  .col-xs-12.sideBarLbl {
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .rplsearchDiv .rpLink {
    padding: 10px 15px !important;
  }
}

.compareMain
  .modal-dialog
  .modal-content
  .modal-body
  .col-xs-12.col-md-12.pull-left.lbAddCompareFix {
  width: 100% !important;
  border-top: 1px solid #ccc !important;
}

.lbAddCompareFix {
  bottom: 1px !important;
  border-top: 1px solid #ccc !important;
}

@media (max-width: 767px) {
  .compareMain
    #AddCompare
    .modal-dialog
    .modal-content
    .modal-body
    .col-xs-12.col-md-12.pull-left.lbAddCompareFix {
    bottom: -60px !important;
  }

  .lbAddCompareFix {
    bottom: -100px !important;
  }

  #AddCompare {
    height: 100vh !important;
  }

  .pnlsliderPrice .regular1 .slick-list,
  .pnlsliderPrice .regular .slick-list,
  .pnlsliderPrice .regular1,
  .pnlsliderPrice .regular {
    height: 90px !important;
  }

  .pnlsliderPrice .pnlTopPrice .col-md-6.col-xs-12 {
    height: 118px !important;
  }

  .ColorFilter.col-xs-6.halfPadding6.filterColorCol6.Active .ChkColor::before {
    margin-top: -28px !important;
  }

  .compareMain
    #technical
    .row.sec-image.floatSec.disFlex.w100Float
    .car-img
    img {
    width: 100% !important;
  }

  .compareMain #technical .car-name {
    padding-top: 0px !important;
  }

  .compareMain
    #technical
    .row.sec-image.floatSec.disFlex.w100Float
    .item1.col-xs-6
    .car-img,
  .compareMain
    #technical
    .row.sec-image.floatSec.disFlex.w100Float
    .item2.col-xs-6
    .car-img,
  .compareMain
    #outsideview
    .row.sec-image.floatSec.disFlex.w100Float
    .item1.col-xs-6
    .car-img,
  .compareMain
    #outsideview
    .row.sec-image.floatSec.disFlex.w100Float
    .item2.col-xs-6
    .car-img {
    margin-top: 16px;
  }

  .row.Oto24.compareMain.mt20 #technical .sec-image .car-name {
    margin-bottom: 8px !important;
  }

  .compareMain #comparetabscontent .glyphicon.glyphicon-plus-sign {
    top: -25px !important;
  }

  .compareMain
    #technical
    .row.sec-image.floatSec.disFlex.w100Float
    .item5.col-xs-6
    a {
    padding-top: 60px !important;
    padding-right: 50px !important;
  }
  .compareMain
    #outsideview
    .row.sec-image.floatSec.disFlex.w100Float
    .item5.col-xs-6
    a {
    padding-top: 60px !important;
    padding-right: 0px !important;
  }
}

.compareMain
  #technical
  .row.sec-image.floatSec.disFlex.w100Float.container
  .item1.col-xs-6
  .car-name,
.compareMain
  #technical
  .row.sec-image.floatSec.disFlex.w100Float.container
  .item2.col-xs-6
  .car-name {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .compareMain
    #technical
    .row.sec-image.floatSec.disFlex.w100Float.container
    .item5.col-xs-6
    a {
    padding-top: 28px !important;
    padding-right: 50px !important;
  }

  .compareMain
    #technical
    .row.sec-image.floatSec.disFlex.w100Float.container
    .item5.col-xs-6
    a
    .glyphicon.glyphicon-plus-sign {
    top: -15px !important;
    right: -10px !important;
  }
}

.filterside
  .rplsearchDiv
  .rpRootGroup
  .rpItem
  .list-group.searchbox
  .RemoveFilter {
  text-align: center;
}

.SearchResult .cmpItems .PriceOrExchnage .lbpreghestDark {
  padding-right: 0;
}

.SearchResult .cmpItems .PriceOrExchnage span .col-xs-6:nth-child(2) {
  padding-right: 0;
}

.SearchResult .cmpItems .PriceOrExchnage.secShowPrice .col-xs-6:nth-child(2) {
  padding-right: 0;
}

.SearchResult .cmpItems .justAdCarBoxType2 .PriceOrExchnage.secShowPrice {
  display: flex;
}

.SearchResult
  .cmpItems
  .justAdCarBoxType2
  .PriceOrExchnage.secShowPrice
  .col-xs-6
  div {
  font-size: 16px;
}

.SearchResult .cmpItems .PriceOrExchnage.secShowPrice .col-xs-6:nth-child(2) {
  display: none;
}

@media (max-width: 767px) {
  .SearchResult .cmpItems .PriceOrExchnage > span {
    display: flex;
    flex-direction: column;
  }

  .SearchResult .cmpItems .PriceOrExchnage span .col-xs-6:nth-child(2) {
    margin-top: 8px;
  }
}

.Oto24 .carselected.mngcaradfullname {
  height: auto;
}

.container-fluid.px-0.lastdescBg {
  background-color: #fafafa;
  margin: 0 !important;
}

.container-fluid.px-0.lastdescBg .row:first-child {
  background-color: #fafafa;
}

/* @media (max-width: 767pc) {
  #detailmodal
    .modal-body
    .numberAlert
    .col-xs-9.self-align-center.detailmodal-alert {
    padding-left: 0;
  }

  #detailmodal .modal-body .numberAlert .numberalert-Icon img {
    height: 65px !important;
  }
} */

#menuyear1 #_divYear1 .inputFillYear .inputLabel {
  line-height: 35px !important;
}

#menuyear1.menuyear1-search-page #_divYear1 .inputFillYear .inputLabel {
  line-height: 24px !important;
}

@media (min-width: 991px) {
  .filterside .sticky-fixed {
    width: 290px;
    border-radius: 16px;
  }

  .sticky {
    /* overflow-y: scroll; */
    overflow-x: hidden;
  }

  .sticky::-webkit-scrollbar {
    background-color: transparent;
    width: 0px !important;
  }

  .sticky::-webkit-scrollbar-track,
  .sticky::-webkit-scrollbar-thumb {
    background-color: transparent;
    width: 0px !important;
  }

  .sticky-fixed .col-xs-12.noPadding.rspSR {
    background: unset !important;
  }
}

.cadMainDiv #divphone .divtamas.ShowPhone,
.cadMainDiv #divphone #divnote a {
  border-radius: 30px !important;
}

#_divwizard .RadWizard.RadWizard_Bootstrap {
  box-shadow: unset !important;
  border: 1px solid #f3f3f3 !important;
  border-radius: 16px;
}

@media (max-width: 767px) {
  #_divwizard .RadWizard.RadWizard_Bootstrap {
    box-shadow: unset !important;
    border: none !important;
    border-radius: 16px;
  }

  .myPaymentDiv .mypSPrice {
    margin-bottom: 100px;
  }

  .myPaymentDiv .myPayBox .myPayBody .noPadding.lightColor .col-md-4.text-left {
    margin-top: -20px;
  }

  .MyPayment-Btns {
    padding-bottom: 20px !important;
    left: 15px !important;
  }

  .carPriceMainBox {
    padding: 0px 15px;
  }
}

.SearchResult
  .adCarBoxType2
  .PriceOrExchnage.ellipsis.secShowPrice
  .col-xs-6:nth-child(2) {
  display: block;
}

.SearchResult .adCarBoxType2 .PriceOrExchnage.ellipsis.secShowPrice .col-xs-6 {
  width: 100% !important;
}

.SearchResult
  .adCarBoxType2
  .PriceOrExchnage.ellipsis.secShowPrice
  .col-xs-6
  span {
  font-size: 15px !important;
}

.topFooter .middleRow {
  align-items: center;
}

@media (max-width: 767px) {
  .SearchResult .adCarBoxType1 .PriceOrExchnage span .col-xs-6 {
    width: 100% !important;
  }
  .ImageSeprator img.img-responsive {
    max-width: unset !important;
    width: 100%;
  }
}

.instagram-logo {
  margin-right: 17px;
  width: 42px !important;
}

.instagram-logo img {
  width: 100%;
}

@media (max-width: 767px) {
  .instagram-logo {
    margin-right: 0;
    width: 42px !important;
  }

  .instagram-logo {
    width: 100%;
  }
}

.filterside-fixed aside {
  overflow: unset !important;
  margin-top: 30px !important;
}

@media (min-width: 991px) {
  .SearchResult .filterside .rpItem .form-horizontal {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .form-group.ChoiceCity,
  .form-group.ChoiceBreandModel,
  .form-group.ChoiceYear,
  .form-group.PayType,
  .form-group.CarStatus {
    height: 70px;
    padding-top: 2px;
  }

  .form-group.PayType {
    height: 88px;
  }

  .filterside-fixed {
    top: -90px !important;
  }

  .sidebar-stoper {
    height: 500px !important;
  }

  .sticky {
    border: 1px solid #ccc;
    border-radius: 20px;
  }
}

@media (max-width: 767px) {
  .oto24-compare
    .compareMain
    .col-xs-12
    .compare-samples
    a
    .d-flex.flex-column {
    width: 262px;
  }

  .oto24-compare
    .compareMain
    .col-xs-12
    .compare-samples
    a
    .d-flex.flex-column
    .compare-sample-car-brand
    span {
    font-size: 11px;
    font-weight: 600;
  }

  .oto24-compare
    .compareMain
    .col-xs-12
    .compare-samples
    a
    .d-flex.flex-column
    .compare-sample-car-brand {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .oto24-compare
    .compareMain
    .col-xs-12
    .compare-samples
    a
    .d-flex.flex-column
    .compare-sample-car-brand:first-child {
    font-size: 14px;
    font-family: "iran_sansregularBold";
  }

  .modal-content .modal-body .col-xs-12.col-md-12.pull-left.lbAddCompareFix {
    bottom: -100px !important;
  }

  #AddCompare .col-xs-12.col-md-10.col-md-offset-1.form-horizontal {
    padding-bottom: 128px;
  }

  #AddCompare
    .col-xs-12.col-md-10.col-md-offset-1.form-horizontal
    .form-group
    .rcbInputCellRight
    input,
  .rcbScroll.rcbWidth.RadTouchExtender {
    font-family: "iran_sansregularBold" !important;
  }

  @supports (-webkit-touch-callout: none) {
    .modal-content .modal-body .col-xs-12.col-md-12.pull-left.lbAddCompareFix {
      bottom: 0 !important;
    }
  }
}

.about-paragraph-section p,
.about-paragraph-section div {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  text-align: justify;
  line-height: 32px;
}

.btn.btn-closeFilter img {
  width: 8px;
}

.col-xs-12.white-bg:has(.check-journal-boxces) {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .about-paragraph-section p,
  .about-paragraph-section div {
    font-size: 14px !important;
    line-height: 28px !important;
  }
  .Oto24
    .myAdLastChild
    .bottomborderMyAd
    .col-xs-12.noPadding.divMarBottom10.divMarTop10
    .btnMarR.adBtnDefault
    a.btn.btn-oto24-outline.pull-left.mr20.pl30.pr30.pt10.pb10.dropdown-toggle {
    background-image: unset !important;
  }

  .enamad img {
    width: 50px !important;
  }
}

@media (min-width: 991px) {
  .col-xs-12.noPadding.rspSR {
    border: none;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .ResultPageBox .col-xs-12.col-md-3 {
    border: none !important;
    border-radius: 16px;
  }

  .filterside-fixed aside {
    overflow: unset !important;
    border-radius: 20px !important;
    height: 100vh !important;
  }
}

@media (max-width: 767px) {
  .topHeader .col-md-3 {
    justify-content: space-between;
  }

  .HomeSearchBtn {
    background-position: 62% !important;
  }

  [id*="divEdit"] .text-left.pull-left a {
    width: 48% !important;
    margin-bottom: 8px !important;
  }
}

@media (min-width: 1200px) {
  .check-journal-boxces {
    width: 24% !important;
  }
  .content-r::before {
    left: -38.3% !important;
  }
  .content-r::after {
    left: -143px !important;
  }
  .content-l::after {
    right: -132px !important;
  }
  .container--timeline::after {
    right: 82% !important;
  }

  .container--timeline.right {
    right: 0 !important;
  }

  .sidebar-stoper {
    height: 0px !important;
  }
}

.highcharts-legend .highcharts-graph,
.highcharts-legend .highcharts-point {
  transform: translate(20px, 3px);
}

.mm-listview .oto24Radio.modalListControl {
  padding: 0px 16px;
}

body:has(.addSingleCarAddMain) #divPwa {
  display: none !important;
}

@media (min-width: 768px) {
  .carPriceMainBox .pnlTopPrice .col-md-6.col-xs-12 {
    width: 50% !important;
  }
}

/* main server */

.SearchResult .checkboxcompare label {
  color: #595959 !important;
}

.SearchResult.oto24CheckBox input[type="checkbox"] + label::before {
  border-color: #7e7e7e !important;
}

body:has(
    [id*="RadWindowManager1"],
    [id*="pnlUserCarAd"],
    [id*="pnlGridSingle"],
    .mobile-MenuBtn.profile-Menu,
    #ManagebuttonRight
  )
  #divPwa {
  display: none !important;
}

body:has([id*="RadWindowManager1"]) [id*="divEdit"] .text-left.pull-left {
  left: 0;
}
body:has([id*="RadWindowManager1"], [id*="pnlGridSingle"], #ManagebuttonRight) {
  overflow-y: hidden;
}

.btn-outline-slider3{
  background-color: #ff4747;
}

/* .slider-3 h2,
.slider-3 p.text-light {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    width: 0;
}


.slider-3 h2 {
    border-left: 3px solid #fff;
    animation:
        typingTitle 3s steps(18, end) forwards,
        blink .8s step-end infinite;
}


.slider-3 p.text-light {
    border-left: 3px solid #fff;
    animation:
        typingText 4s steps(45, end) forwards;
    animation-delay: 3s; 
}

@keyframes typingTitle {
    from { width: 0; }
    to   { width: 18ch; }
}

@keyframes typingText {
    from { width: 0; }
    to   { width: 45ch; }
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
} */

