.head-top {
  padding: 15px 0;
  background: #fff; }

.bag-header {
  padding: 85px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, right top, from(#00000085), to(#00000085)), url(../images/bagBac.png);
  background: linear-gradient(to right, #00000085, #00000085), url(../images/bagBac.png);
  background-size: cover;
  display: flex;
  }
  .bag-header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    margin: 0;
    list-style: none; }
    .bag-header ul li {
      position: relative; }
      .bag-header ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 25px;
        font-family: b-rg; }
      .bag-header ul li:not(:last-of-type)::before {
        content: '/';
        position: absolute;
        left: 7px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        color: #fff;
        font-size: 18px; }
        html[dir="ltr"] .bag-header ul li:not(:last-of-type)::before {
          right: 7px;
          left: unset; 
          content: ' ';}
         
      .bag-header ul li:not(:last-of-type) a {
        margin-left: 20px; }
        html[dir="ltr"] .bag-header ul li:not(:last-of-type) a {
          margin-right: 20px;
          margin-left: 0; }

.exhibitions-section {
  padding: 60px 0;
  background-color: #F8F9FB; }
  .exhibitions-section .left .add {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 22px 40px;
    font-family: b-rg;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    background-color: #fff; }
    @media (max-width: 991px) {
      .exhibitions-section .left .add {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .exhibitions-section .left .add h3 {
      font-size: 18px; }
      @media (max-width: 991px) {
        .exhibitions-section .left .add h3 {
          margin-bottom: 10px; } }
    .exhibitions-section .left .add a {
      background: transparent linear-gradient(125deg, #FFAE4B 0%, #FF8D3A 100%) 0% 0% no-repeat padding-box;
      width: 117px;
      height: 35px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #fff;
      border-radius: 100px;
      font-size: 18px;
      -webkit-transition: .5s;
      transition: .5s; }
      .exhibitions-section .left .add a:hover {
        -webkit-transform: translateY(-2px);
                transform: translateY(-2px); }
  .exhibitions-section .control-container {
    margin-top: 23px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 42px 40px;
    font-family: b-rg;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    background-color: #fff; }
    @media (max-width: 991px) {
      .exhibitions-section .control-container {
        padding: 22px 20px; } }

.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .box:not(:first-of-type) {
    margin-top: 30px; }
  .box h3 {
    margin-bottom: 14px;
    font-family: b-bd;
    font-size: 20px; }
  .box .nice-select {
    width: 100%;
    border-radius: 100px;
    padding-left: 24px;
    padding-right: 30px;
    border: solid 1px #707070; }
    html[dir="rtl"] .box .nice-select {
      text-align: right !important; }
    .box .nice-select .current {
      font-size: 16px;
      color: #000;
      font-family: b-rg; }
  .box .nice-select:after {
    right: 24px;
    border-color: #000; }
    html[dir="rtl"] .box .nice-select:after {
      right: unset;
      left: 24px; }

.radio-container {
  width: 100%;
  margin-top: 30px; }
  .radio-container h3 {
    margin-bottom: 14px;
    font-family: b-bd;
    font-size: 20px; }
  .radio-container .radio-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .radio-container .radio-content .radio-box {
      width: calc(100%/2);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 23px; }
      .radio-container .radio-content .radio-box label {
        font-family: b-lt;
        font-size: 16px;
        margin-left: 7px; }
        html[dir="ltr"] .radio-container .radio-content .radio-box label {
          margin-left: 0;
          margin-right: 7px; }
      .radio-container .radio-content .radio-box .radio-them {
        margin-top: 5px;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background-color: #fff;
        border: 1px solid #70707032;
        position: relative; }
        .radio-container .radio-content .radio-box .radio-them span {
          position: absolute;
          width: 50%;
          height: 50%;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          background-color: #707070;
          border-radius: 50%;
          -webkit-transition: .5s;
          transition: .5s;
          opacity: 0; }
        .radio-container .radio-content .radio-box .radio-them input[type="radio"] {
          opacity: 0;
          position: absolute;
          top: 0;
          left: 60%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
          .radio-container .radio-content .radio-box .radio-them input[type="radio"]:checked ~ span {
            opacity: 1; }
  .radio-container .all-link {
    color: #2C43A4;
    font-size: 14px;
    font-family: b-bd; }

.btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 30px; }
  .btns button {
    width: 111px;
    height: 40px;
    font-size: 16px;
    font-family: b-rg;
    color: #000;
    border-radius: 100px;
    border: 1px solid #707070;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .5s;
    transition: .5s; }
    .btns button:hover {
      border: 1px solid #3851B8;
      background-color: #3851B8;
      color: #fff; }

.top-par {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 27px 21px 20px;
  color: #000;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  background-color: #fff; }
  .results .top-par {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  @media (max-width: 991px) {
    .top-par {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 20px; } }
  .top-par h3 {
    font-family: b-bd;
    font-size: 18px;
    margin-left: 40px; }
    html[dir="ltr"] .top-par h3 {
      margin-left: 0;
      margin-right: 40px; }
    @media (max-width: 991px) {
      .top-par h3 {
        margin-bottom: 10px;
        text-align: center;
        margin-left: 0; } }
  .top-par .tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 991px) {
      .top-par .tools {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .top-par .tools ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 991px) {
        .top-par .tools ul {
          display: none; } }
      .top-par .tools ul li {
        font-size: 20px;
        color: #00000024;
        cursor: pointer;
        -webkit-transition: .5s;
        transition: .5s; }
        .top-par .tools ul li.active {
          color: #000; }
        .top-par .tools ul li:hover {
          color: #3851B8; }
        .top-par .tools ul li:not(:last-of-type) {
          margin-left: 10px; }
          html[dir="ltr"] .top-par .tools ul li:not(:last-of-type) {
            margin-left: 0;
            margin-right: 10px; }
    .top-par .tools .controls {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 20px; }
      @media (max-width: 991px) {
        .top-par .tools .controls {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      html[dir="ltr"] .top-par .tools .controls {
        margin-left: 20px;
        margin-right: 0px; }
      .top-par .tools .controls .con {
        margin-right: 10px; }
        @media (max-width: 991px) {
          .top-par .tools .controls .con {
            margin-right: 0; } }
      .top-par .tools .controls h4 {
        color: #000;
        font-family: b-bd;
        font-size: 14px; }
        @media (max-width: 991px) {
          .top-par .tools .controls h4 {
            margin-bottom: 10px; } }
      .top-par .tools .controls .nice-select {
        border-radius: 100px;
        margin-left: 10px;
        margin-right: 10px;
        width: 60px;
        height: 22px;
        border: solid 1px #707070;
        padding-right: 18px;
        padding-left: 30px; }
        html[dir="ltr"] .top-par .tools .controls .nice-select {
          padding-right: 30px;
          padding-left: 18px; }
        html[dir="rtl"] .top-par .tools .controls .nice-select {
          text-align: right !important; }
        .top-par .tools .controls .nice-select .current {
          font-size: 10px;
          color: #000;
          font-family: b-rg;
          position: absolute;
          top: -50%;
          right: 10px; }
        .top-par .tools .controls .nice-select:after {
          left: 8px;
          border-color: #000; }
          html[dir="rtl"] .top-par .tools .controls .nice-select:after {
            right: unset; }
        .top-par .tools .controls .nice-select:hover {
          border-color: #4559AC; }
          .top-par .tools .controls .nice-select:hover .current {
            color: #4559AC; }
          .top-par .tools .controls .nice-select:hover:after {
            border-color: #4559AC; }
      .top-par .tools .controls button {
        width: 60px;
        height: 22px;
        background-color: #fff;
        border: 1px solid #707070;
        border-radius: 100px;
        font-size: 10px;
        color: #000;
        font-family: b-rg;
        outline: none;
        -webkit-transition: .5s;
        transition: .5s; }
        .top-par .tools .controls button:not(:last-of-type) {
          margin-left: 10px; }
        .top-par .tools .controls button:hover {
          color: #4559AC;
          border-color: #4559AC; }

.card-box .card {
  width: 100%;
  padding: 22px 30px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 20px; }
  .results .card-box .card {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border: 1px solid #DCDCDC; }
  .card-box .card .price {
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }
    html[dir="ltr"] .card-box .card .price {
      margin-left: auto;
      margin-right: 0; }
    .card-box .card .price p {
      color: #FFB059;
      font-size: 25px;
      margin-bottom: 50px; }
    .card-box .card .price a {
      width: 134px;
      height: 43px;
      background: transparent linear-gradient(133deg, #3851B8 0%, #2B42A3 100%) 0% 0% no-repeat padding-box;
      border-radius: 22px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #FFFFFF;
      font-size: 11px; }
  .card-box .card .img-box {
    width: 207px;
    height: 159px;
    border-radius: 20px;
    position: relative; }
    .card-box .card .img-box .stars {
      position: absolute;
      bottom: 14px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      color: #FFB059; }
    .card-box .card .img-box .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 50%;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: .5s;
      transition: .5s;
      opacity: 0; }
      .card-box .card .img-box .overlay a {
        background-color: #2C43A4;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 10px;
        font-family: b-rg;
        padding: 7px 10px;
        border-radius: 100px; }
  .card-box .card:hover .img-box .overlay {
    top: 0%;
    opacity: 1; }
  .card-box .card .info {
    margin-right: 30px; }
    html[dir="ltr"] .card-box .card .info {
      margin-right: 0px;
      margin-left: 30px; }
    .card-box .card .info h3 {
      margin-bottom: 10px;
      color: #000;
      font-size: 20px;
      font-family: b-bd; }
    .card-box .card .info .top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 20px; }
      .card-box .card .info .top p:not(:last-of-type) {
        margin-left: 10px;
        margin-bottom: 0; }
        html[dir="ltr"] .card-box .card .info .top p:not(:last-of-type) {
          margin-right: 10px;
          margin-left: 0px; }
    .card-box .card .info p {
      color: #000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      justify-content: center;
      }
      .card-box .card .info p span {
        color: #000;
        font-family: b-rg;
        font-size: 16px; }
      .card-box .card .info p:not(:last-of-type) {
        margin-bottom: 10px; }
      .card-box .card .info p i {
        margin-left: 3px; }
        html[dir="ltr"] .card-box .card .info p i {
          margin-left: 0;
          margin-right: 3px; }

.card-box .type {
  position: absolute;
  top: 30px;
  left: 30px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFAE4B), to(#FF8D3A)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FFAE4B 0%, #FF8D3A 100%) 0% 0% no-repeat padding-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 13px;
  color: #fff; }
  html[dir="ltr"] .card-box .type {
    left: unset;
    right: 30px; }

.card-box.list-th-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .card-box.list-th-box .card {
    width: calc(100%/2.2);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px;
    text-align: center;
    }
    .results .card-box.list-th-box .card {
      width: calc(100%/3.2); }
      @media (max-width: 991px) {
        .results .card-box.list-th-box .card {
          width: calc(100%/2.2); } }
    .card-box.list-th-box .card .info {
      margin-right: 0; }
    .card-box.list-th-box .card .price {
      margin-right: 0;
      width: 100%; }
      .card-box.list-th-box .card .price P {
        margin-bottom: 10px; }
      .card-box.list-th-box .card .price a {
        margin: auto; }
  .card-box.list-th-box .img-box {
    margin-bottom: 15px;
    margin: 0 auto;
    margin-bottom: 10px;
    }
    .results .card-box.list-th-box .img-box {
      margin-left: auto;
      margin-right: auto; }
  .card-box.list-th-box .type {
    top: 5px;
    left: 5px; }

@media (max-width: 991px) {
  .card-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .card-box.list-th-box .card {
      padding: 20px 10px;
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 10px; } }
    @media (max-width: 991px) and (max-width: 991px) {
      .results .card-box .card {
        width: calc(100%/2.2); } }
    @media (max-width: 991px) and (max-width: 480px) {
      .results .card-box .card {
        width: 100%; } }

@media (max-width: 991px) {
      .card-box .card .info {
        margin-right: 0; }
      .card-box .card .price {
        margin-right: 0;
        width: 100%; }
        .card-box .card .price P {
          margin-bottom: 10px;
          text-align: center; }
        .card-box .card .price a {
          margin: auto; }
    .card-box .img-box {
      margin-bottom: 15px; }
      .results .card-box .img-box {
        margin-left: auto;
        margin-right: auto; }
    .card-box .type {
      top: 5px;
      left: 5px; } }

.nav-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px; }
  .nav-box .mypagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .nav-box .mypagination .mypage-item a {
      width: 34px;
      height: 34px;
      border: 1px solid #000;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 5px;
      color: #000;
      font-size: 13px; }
      .nav-box .mypagination .mypage-item a:hover {
        background-color: #ffffff85; }
    .nav-box .mypagination .dot {
      margin-top: auto;
      font-size: 20px;
      margin-right: 3px;
      margin-left: 3px; }

.agencies-section {
  padding: 60px 0;
  background-color: #F8F9FB; }
  .agencies-section .agencies-box a {
    text-decoration: none;
    background-color: #fff;
    border-radius: 22px;
    width: 100%;
    height: 212px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 48px;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s; }
    .agencies-section .agencies-box a h2 {
      font-size: 14px;
      font-family: b-bd;
      margin-bottom: 4px;
      margin-top: 6px; }
    .agencies-section .agencies-box a p {
      font-size: 12px;
      color: #FFAD6E;
      font-family: b-rg; }
    .agencies-section .agencies-box a:hover {
      -webkit-box-shadow: 0px 7px 12px #FF8D3A29;
              box-shadow: 0px 7px 12px #FF8D3A29;
      -webkit-transform: translateY(-4px);
              transform: translateY(-4px); }

.main-btn {
  width: 154px;
  height: 48px;
  background: transparent linear-gradient(126deg, #FFAE4B 0%, #FF8D3A 100%) 0% 0% no-repeat padding-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-radius: 100px;
  font-size: 18px;
  -webkit-transition: .5s;
  transition: .5s;
  margin: auto;
  margin-top: 10px; }
  .main-btn:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    color: #fff; }

/*sectioons*/
.sections-section {
  padding: 60px 0 40px;
  background-color: #F8F9FB; }
  .sections-section .heading {
    text-align: center;
    color: #000000;
    margin-bottom: 65px; }
    .sections-section .heading h2 {
      font-size: 32px;
      font-family: b-rg; }
    .sections-section .heading p {
      font-size: 16px;
      font-family: b-lt;
      margin-top: 16px; }
  .sections-section .sections-box {
    margin-bottom: 38px;
    border-radius: 23px;
    overflow: hidden; }
    .sections-section .sections-box a {
      width: 100%;
      height: 291px;
      display: block;
      position: relative;
      -webkit-transition: .5s;
      transition: .5s; }
      .sections-section .sections-box a .bacimg {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .sections-section .sections-box a .content {
        -webkit-transition: .5s;
        transition: .5s;
        border-radius: 13px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        bottom: 0;
        right: 0;
        background: #14141487;
        width: 100%;
        transition: .5s;
        padding: 26px 26px 16px;
        color: #fff; }
        .sections-section .sections-box a .content img {
          height: 24px;
          margin-left: 25px;
          -webkit-transition: .5s;
          transition: .5s;
          display: block; }
          html[dir="ltr"] .sections-section .sections-box a .content img {
            margin-right: 25px;
            margin-left: 0; }
        .sections-section .sections-box a .content h3 {
          font-size: 22px;
          font-family: b-rg;
          -webkit-transition: .5s;
          transition: .5s; }
        .sections-section .sections-box a .content p {
          opacity: 0;
          visibility: hidden;
          -webkit-transition: .5s;
          transition: .5s;
          font-family: b-lt;
          font-size: 25px;
          color: #fff; }
      .sections-section .sections-box a:hover .content {
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        top: 0;
        right: 0;
        background: #3851B885; }
        .sections-section .sections-box a:hover .content img {
          margin-left: 0; }
          html[dir="ltr"] .sections-section .sections-box a:hover .content img {
            margin-right: 0; }
        .sections-section .sections-box a:hover .content h3 {
          margin-top: 3px;
          margin-bottom: 8px; }
        .sections-section .sections-box a:hover .content p {
          opacity: 1;
          visibility: visible; }

.registration-section {
  padding: 50px 0;
  background-color: #F8F9FB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .registration-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .registration-section .registration-box {
    width: 760px;
    background-color: #fff;
    margin: auto;
    padding: 40px;
    height: 100%; }
    .registration-section .registration-box.pass {
      border: 1px solid #D9D9D9;
      border-radius: 42px; }
    @media (max-width: 991px) {
      .registration-section .registration-box {
        width: 100%;
        padding: 10px; } }
  .registration-section .top-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
    .registration-section .top-heading h2 {
      font-size: 30px;
      font-family: b-rg; }

.btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 44px;
  margin-bottom: 56px; }
  @media (max-width: 480px) {
    .btn-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 30px; } }
  .btn-box button {
    width: 212px;
    height: 60px;
    border: 1px solid #707070;
    border-radius: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 20px;
    font-family: b-rg;
    background-color: transparent;
    -webkit-transition: .5s;
    transition: .5s; }
    .btn-box button:first-of-type {
      margin-left: 40px; }
      html[dir="ltr"] .btn-box button:first-of-type {
        margin-left: 0;
        margin-right: 40px; }
      @media (max-width: 480px) {
        .btn-box button:first-of-type {
          margin-left: 0px;
          margin-right: 0px;
          margin-bottom: 20px; } }
    .btn-box button:hover {
      background-color: #3851B8;
      color: #fff; }

.input-box {
  position: relative;
  width: 100%;
  margin-bottom: 30px; }
  .rg2 .input-box {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 991px) {
      .rg2 .input-box {
        width: 100%; } }
  .input-box label, .input-box i, .input-box a {
    position: absolute; }
  .input-box label {
    color: #F49424;
    font-size: 16px;
    padding: 6px 11px;
    font-family: b-rg;
    background-color: #fff;
    top: -20px;
    right: 30px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0; }
  .input-box i {
    color: #00000036;
    font-size: 20px;
    top: 50%;
    left: 42px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: .5s;
    transition: .5s; }
    html[dir="ltr"] .input-box i {
      left: unset;
      right: 42px; }
  .input-box input,
  .input-box textarea {
    height: 60px;
    width: 100%;
    padding: 10px 38px;
    border: 1px solid #707070;
    border-radius: 37px;
    font-size: 20px; }
    .add-comment .input-box input, .add-comment
    .input-box textarea {
      border: 1px solid #70707035; }
    .input-box input::-webkit-input-placeholder, .input-box textarea::-webkit-input-placeholder {
      color: #00000054;
      -webkit-transition: .5s;
      transition: .5s; }
    .input-box input::-moz-placeholder, .input-box textarea::-moz-placeholder {
      color: #00000054;
      -moz-transition: .5s;
      transition: .5s; }
    .input-box input:-ms-input-placeholder, .input-box textarea:-ms-input-placeholder {
      color: #00000054;
      -ms-transition: .5s;
      transition: .5s; }
    .input-box input::-ms-input-placeholder, .input-box textarea::-ms-input-placeholder {
      color: #00000054;
      -ms-transition: .5s;
      transition: .5s; }
    .input-box input::placeholder,
    .input-box textarea::placeholder {
      color: #00000054;
      -webkit-transition: .5s;
      transition: .5s; }
      .add-comment .input-box input::-webkit-input-placeholder, .add-comment
      .input-box textarea::-webkit-input-placeholder {
        color: #000000; }
      .add-comment .input-box input::-moz-placeholder, .add-comment
      .input-box textarea::-moz-placeholder {
        color: #000000; }
      .add-comment .input-box input:-ms-input-placeholder, .add-comment
      .input-box textarea:-ms-input-placeholder {
        color: #000000; }
      .add-comment .input-box input::-ms-input-placeholder, .add-comment
      .input-box textarea::-ms-input-placeholder {
        color: #000000; }
      .add-comment .input-box input::placeholder, .add-comment
      .input-box textarea::placeholder {
        color: #000000; }
    .input-box input:focus::-webkit-input-placeholder, .input-box textarea:focus::-webkit-input-placeholder {
      color: transparent; }
    .input-box input:focus::-moz-placeholder, .input-box textarea:focus::-moz-placeholder {
      color: transparent; }
    .input-box input:focus:-ms-input-placeholder, .input-box textarea:focus:-ms-input-placeholder {
      color: transparent; }
    .input-box input:focus::-ms-input-placeholder, .input-box textarea:focus::-ms-input-placeholder {
      color: transparent; }
    .input-box input:focus::placeholder,
    .input-box textarea:focus::placeholder {
      color: transparent; }
    .input-box input:focus ~ label,
    .input-box textarea:focus ~ label {
      -webkit-transform: translateY(30px);
      transform: translateY(30px);
      opacity: 1;
      }
    .input-box input:focus ~ i,
    .input-box textarea:focus ~ i {
      color: #F49424; }
  .input-box textarea {
    height: 200px; }
    .input-box textarea ~ i {
      top: 40px; }
  .input-box a {
    bottom: -33px;
    left: 20px;
    text-decoration: none;
    color: #2E45A8;
    font-size: 16px;
    -webkit-transition: .5s;
    transition: .5s; }
    .input-box a:hover {
      color: #F49424; }
    html[dir="ltr"] .input-box a {
      right: 20px;
      left: unset; }
    .add-comment .input-box a {
      right: 20px;
      left: unset; }
      html[dir="ltr"] .add-comment .input-box a {
        right: unset;
        left: 20px; }

.select-box {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  height: 60px;
  padding: 10px 38px;
  border: 1px solid #707070;
  border-radius: 37px;
  font-size: 20px;
  -webkit-transition: .5s;
  transition: .5s; }
  .add-comment .select-box {
    border: 1px solid #70707035; }
  html[dir="rtl"] .select-box {
    text-align: right !important; }
  .select-box .current {
    font-size: 20px;
    color: #000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 40px;
    -webkit-transition: .5s;
    transition: .5s;
    white-space: break-spaces;
    text-align: center;
    }
    html[dir="ltr"] .select-box .current {
      right: unset;
      left: 40px; }
  .select-box:after {
    left: 42px;
    width: 10px;
    height: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    right: unset;
    border-color: #000; }
    html[dir="ltr"] .select-box:after {
      left: unset;
      right: 42px; }
  .select-box:hover {
    border-color: #F49424; }
    .select-box:hover .current {
      color: #F49424; }
    .select-box:hover:after {
      border-color: #F49424; }
#pro2 .custom-file {
    margin-bottom: 40px;
}
.custom-file {
  position: relative; }
  .custom-file input {
    position: absolute;
    opacity: 0;
    visibility: hidden; }
  .custom-file label {
    cursor: pointer;
    width: 100%;
    height: 60px;
    padding: 10px 38px;
    border: 1px solid #707070;
    border-radius: 37px;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .custom-file label i {
      color: #00000036;
      font-size: 20px; }
    .custom-file label span {
      font-size: 20px;
      color: #00000054; }

.terms-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px; }
  @media (max-width: 480px) {
    .terms-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0px; } }
  .add-comment .terms-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .add-comment .terms-box div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .terms-box .check-box input {
    position: absolute;
    opacity: 0;
    visibility: hidden; }
    .terms-box .check-box input:checked ~ label span::before {
      opacity: 1; }
  .terms-box .check-box label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 480px) {
      .terms-box .check-box label {
        margin-bottom: 30px; } }
    .add-comment .terms-box .check-box label {
      margin-right: 10px; }
    .terms-box .check-box label span {
      width: 18px;
      height: 18px;
      background: #F8F9FB 0% 0% no-repeat padding-box;
      display: block;
      border-radius: 50%;
      margin-left: 7px;
      position: relative; }
      .rg2 .terms-box .check-box label span {
        margin-right: 7px; }
        html[dir="ltr"] .rg2 .terms-box .check-box label span {
          margin-left: 7px;
          margin-right: 0px; }
      html[dir="ltr"] .terms-box .check-box label span {
        margin-right: 7px;
        margin-left: 0px; }
      .terms-box .check-box label span::before {
        content: '';
        position: absolute;
        -webkit-transition: .5s;
        transition: .5s;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background-color: #707070;
        width: 60%;
        height: 60%;
        border-radius: 50%;
        opacity: 0; }
  .terms-box a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
    -webkit-transition: .5s;
    transition: .5s; }
    .terms-box a i {
      margin-right: 13px;
      font-size: 20px; }
      .add-comment .terms-box a i {
        margin-left: 13px;
        margin-right: 0; }
    .terms-box a:hover {
      color: #F49424; }

.sign-box {
  margin-top: 36px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 480px) {
    .sign-box {
      margin-top: 16px; } }
  .sign-box button {
    width: 282px;
    height: 60px;
    background: transparent linear-gradient(224deg, #FFAE4B 0%, #FF8D3A 100%) 0% 0% no-repeat padding-box;
    border-radius: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    margin: auto;
    border: none;
    outline: none;
    font-size: 20px;
    margin-bottom: 20px; }
    @media (max-width: 480px) {
      .sign-box button {
        width: 202px; } }
  .sign-box p {
    font-size: 16px;
    color: #000; }
    .sign-box p a {
      color: #FF8D3A;
      text-decoration: none; }

.profile-section {
  padding: 105px 0;
  background-color: #F8F9FB; }
  @media (max-width: 991px) {
    .profile-section {
      padding: 50px 0; } }
  .profile-section .header-top .user-box {
    background: transparent linear-gradient(4deg, #FFAE4B 0%, #FF8D3A 100%) 0% 0% no-repeat padding-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
    text-align: center;
    padding: 20px 0;
    }
    .profile-section .header-top .user-box .img-box {
      }
      .profile-section .header-top .user-box .img-box img {
        border-radius: 50%;
        -o-object-fit: cover;
        object-fit: cover;
        height: 125px;
        width: 125px;
        margin-bottom: 15px;
        }
    .profile-section .header-top .user-box .caption {
      color: #FFFFFF;
      margin-right: 20px;
      }
      .profile-section .header-top .user-box .caption h3 {
        font-size: 22px;
        font-family: b-bd; }
      .profile-section .header-top .user-box .caption .stars {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 5px; }
        .profile-section .header-top .user-box .caption .stars i {
          color: #FFFFFF;
          font-size: 12px; }
          .profile-section .header-top .user-box .caption .stars i:not(:last-of-type) {
            margin-right: 5px; }
            html[dir="ltr"] .profile-section .header-top .user-box .caption .stars i:not(:last-of-type) {
              margin-right: 0;
              margin-left: 5px; }
  .profile-section .nav-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .profile-section .nav-header li a {
      padding: 20px;
      position: relative; }
      @media (max-width: 375px) {
        .profile-section .nav-header li a {
          padding: 10px; } }
      .profile-section .nav-header li a:after {
        content: '';
        position: absolute;
        left: 0;
        width: 0;
        height: 3px;
        background-color: #ff9b53;
        bottom: 0px;
        -webkit-transition: all .3s;
        transition: all .3s; }
      .profile-section .nav-header li a:hover, .profile-section .nav-header li a.active {
        -webkit-transition: all .3s;
        transition: all .3s; }
        .profile-section .nav-header li a:hover:after, .profile-section .nav-header li a.active:after {
          right: 0;
          left: auto;
          width: 100%;
          -webkit-transition: all .3s;
          transition: all .3s; }

.content-bottom {
  padding: 58px 78px;
  margin-top: 46px;
  background-color: #fff;
  border: 1px solid #DFDFDF;
  border-radius: 12px; }
  @media (max-width: 375px) {
    .content-bottom {
      padding: 20px; } }
  .content-bottom h2 {
    margin-bottom: 34px;
    font-size: 22px; }
  .content-bottom .content {
    margin-bottom: 52px; }
    .content-bottom .content p {
      font-size: 16px;
      color: #00000085;
      margin-bottom: 17px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .content-bottom .content p span {
        color: #000;
        margin-left: 3px; }
        html[dir="ltr"] .content-bottom .content p span {
          margin-right: 3px;
          margin-left: 0; }
  .content-bottom .bottom-content p {
    font-size: 16px;
    font-family: b-lt;
    margin-bottom: 10px; }

.card-section {
  padding: 52px 0 0; }
  .card-section h2 {
    margin-bottom: 43px;
    font-size: 25px; }
  .card-section .card-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .card-section .card-container .card {
      width: calc(100%/3.2);
      height: 120px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 20px 30px;
      background-color: #fff;
      border-radius: 4px;
      margin-top:5px;
       }
      @media (max-width: 1024px) {
        .card-section .card-container .card {
          padding: 10px; } }
      @media (max-width: 768px) {
        .card-section .card-container .card {
          width: calc(100%/2.2);
          margin-top: 10px; } }
      @media (max-width: 480px) {
        .card-section .card-container .card {
          width: 100%; } }
      .card-section .card-container .card:not(:last-of-type) {
        margin-left: 30px; }
        @media (max-width: 1024px) {
          .card-section .card-container .card:not(:last-of-type) {
            margin-left: 10px; } }
      .card-section .card-container .card h3 {
        font-size: 12px;
        margin-bottom: 3px; }
      .card-section .card-container .card p {
        font-size: 12px; }
      .card-section .card-container .card img {
        width: 114px;
        height: 85px;
        margin-left: 30px; }
        html[dir="ltr"] .card-section .card-container .card img {
          margin-right: 30px;
          margin-left: 0; }

.about-top {
  background: #F8F9FB 0% 0% no-repeat padding-box; }
  .about-top h2 {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px; }
  .about-top p {
    font-family: b-lt;
    font-size: 20px;
    margin-bottom: 20px; }

.about-bottom {
  padding: 70px 0 40px;
  background: #fff;
  text-align: center; }
  .about-bottom h2 {
    font-size: 20px;
    margin-bottom: 50px; }
  .about-bottom .icon-box {
    width: 211px;
    height: 211px;
    background: #F8F9FB 0% 0% no-repeat padding-box;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 28px; }
  .about-bottom .content {
    margin-bottom: 30px; }
    .about-bottom .content h3 {
      font-size: 18px;
      margin-bottom: 9px; }
    .about-bottom .content p {
      font-size: 16px;
      font-family: b-lt; }

.car-advertising {
  padding: 75px 0;
  background-color: #F8F9FB; }
  .car-advertising .slder {
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 17px;
    padding: 55px 70px; }
    @media (max-width: 991px) {
      .car-advertising .slder {
        padding: 25px; } }
    @media (max-width: 480px) {
      .car-advertising .slder {
        padding: 15px; } }
    .car-advertising .slder .item {
      border-radius: 20px;
      overflow: hidden; }
    .car-advertising .slder .owl1 {
      margin-bottom: 68px; }
      @media (max-width: 991px) {
        .car-advertising .slder .owl1 {
          margin-bottom: 28px; } }
    .car-advertising .slder .owl-dots {
      display: none; }
    .car-advertising .slder .owl2 a {
      padding: 10px; }
      .car-advertising .slder .owl2 a img {
        border-radius: 15px; }
      @media (max-width: 991px) {
        .car-advertising .slder .owl2 a {
          padding: 2px; } }
    .car-advertising .slder .owl2 .owl-prev, .car-advertising .slder .owl2 .owl-next {
      height: 87%;
      background: transparent -webkit-gradient(linear, left top, left bottom, from(#3851B8), to(#2B42A3)) 0% 0% no-repeat padding-box;
      background: transparent linear-gradient(180deg, #3851B8 0%, #2B42A3 100%) 0% 0% no-repeat padding-box;
      border-radius: 6px; }
      .car-advertising .slder .owl2 .owl-prev i, .car-advertising .slder .owl2 .owl-next i {
        color: #fff; }
  .car-advertising .info-car {
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 17px;
    margin-top: 60px; }
    .car-advertising .info-car .heading-car {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 40px 40px 20px;
      border-bottom: 1px solid #D9D9D9; }
      @media (max-width: 480px) {
        .car-advertising .info-car .heading-car {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .car-advertising .info-car .heading-car h2 {
        font-size: 20px;
        color: #000; }
        @media (max-width: 480px) {
          .car-advertising .info-car .heading-car h2 {
            margin-bottom: 15px; } }
      .car-advertising .info-car .heading-car .left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .car-advertising .info-car .heading-car .left .like {
          margin-left: 30px; }
          .car-advertising .info-car .heading-car .left .like span {
            color: #2B42A3; }
        .car-advertising .info-car .heading-car .left span {
          font-size: 20px; }
    .car-advertising .info-car .content {
      padding: 40px; }
      .car-advertising .info-car .content .top {
        margin-bottom: 36px; }
        .car-advertising .info-car .content .top h2 {
          font-size: 25px;
          color: #000;
          margin-bottom: 14px; }
          @media (max-width: 480px) {
            .car-advertising .info-car .content .top h2 {
              font-size: 20px; } }
        .car-advertising .info-car .content .top p {
          font-size: 18px;
          color: rgba(0, 0, 0, 0.685);
          font-family: b-lt; }
          .car-advertising .info-car .content .top p span {
            color: #000;
            font-family: b-rg; }
      .car-advertising .info-car .content .center {
        margin-bottom: 30px; }
        .car-advertising .info-car .content .center h3 {
          font-size: 20px;
          margin-bottom: 20px; }
        .car-advertising .info-car .content .center p {
          font-size: 16px;
          font-family: b-lt;
          margin-bottom: 10px; }
      .car-advertising .info-car .content .bottom h3 {
        font-size: 20px;
        margin-bottom: 20px; }
      .car-advertising .info-car .content .bottom .boxs-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .car-advertising .info-car .content .bottom .boxs-bottom .bottom-box {
          width: calc(100%/4.3);
          padding: 20px;
          border-radius: 15px;
          -webkit-box-shadow: 0 0 3px rgba(250, 75, 75, 0.493);
                  box-shadow: 0 0 3px rgba(250, 75, 75, 0.493);
          margin: 5px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          @media (max-width: 480px) {
            .car-advertising .info-car .content .bottom .boxs-bottom .bottom-box {
              width: 100%; } }
          .car-advertising .info-car .content .bottom .boxs-bottom .bottom-box h4 {
            margin-bottom: 7px;
            font-size: 18px; }
          .car-advertising .info-car .content .bottom .boxs-bottom .bottom-box span {
            font-family: b-lt;
            font-size: 16px; }
          .car-advertising .info-car .content .bottom .boxs-bottom .bottom-box p {
            color: #FF9A41;
            font-family: b-lt;
            font-size: 16px; }
  .car-advertising .map {
    margin-top: 60px; }
    .car-advertising .map .car {
      width: 100%;
      padding: 20px;
      background-color: #fff; }
      .car-advertising .map .car p {
        font-size: 20px;
        color: #FFB059; }
        .car-advertising .map .car p i {
          font-size: 30px;
          margin-left: 10px;
          color: #000; }
          html[dir="ltr"] .car-advertising .map .car p i {
            margin-right: 10px;
            margin-left: 0px; }
        .car-advertising .map .car p span {
          font-size: 20px;
          margin-left: 10px;
          color: #000; }
          html[dir="ltr"] .car-advertising .map .car p span {
            margin-right: 10px;
            margin-left: 0px; }
  .car-advertising .comments {
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 17px;
    margin-top: 60px; }
    .car-advertising .comments .heading-comments {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 40px 40px 20px;
      border-bottom: 1px solid #D9D9D9; }
      .car-advertising .comments .heading-comments h2 {
        font-size: 20px;
        color: #000; }
    .car-advertising .comments .comments-box .comment {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 40px; }
      @media (max-width: 480px) {
        .car-advertising .comments .comments-box .comment {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .car-advertising .comments .comments-box .comment:not(:last-of-type) {
        border-bottom: 1px solid #D9D9D9; }
      .car-advertising .comments .comments-box .comment .img-box {
        padding: 10px 15px;
        width: 195px;
        height: 125px; }
        @media (max-width: 480px) {
          .car-advertising .comments .comments-box .comment .img-box {
            width: 125px;
            height: 125px;
            margin-bottom: 20px; } }
        .car-advertising .comments .comments-box .comment .img-box img {
          width: 100%;
          height: 100%;
          border-radius: 50%; }
      .car-advertising .comments .comments-box .comment .headung {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (max-width: 480px) {
          .car-advertising .comments .comments-box .comment .headung {
            margin-bottom: 10px; } }
        .car-advertising .comments .comments-box .comment .headung h2 {
          font-size: 19px;
          margin-bottom: 10px; }
        .car-advertising .comments .comments-box .comment .headung span {
          color: #FFB059;
          font-size: 12px;
          display: block;
          margin-right: 14px; }
          html[dir="ltr"] .car-advertising .comments .comments-box .comment .headung span {
            margin-right: 0px;
            margin-left: 14px; }
      .car-advertising .comments .comments-box .comment .p-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10px; }
        .car-advertising .comments .comments-box .comment .p-top p {
          font-size: 12px;
          font-family: b-rg;
          margin-left: 10px; }
          html[dir="ltr"] .car-advertising .comments .comments-box .comment .p-top p {
            margin-right: 10px;
            margin-left: 0px; }
          .car-advertising .comments .comments-box .comment .p-top p i {
            font-size: 13px;
            margin-left: 10px; }
            html[dir="ltr"] .car-advertising .comments .comments-box .comment .p-top p i {
              margin-right: 10px;
              margin-left: 0px; }
      .car-advertising .comments .comments-box .comment .cap {
        width: 100%;
        font-size: 14px;
        font-family: b-lt; }
  .car-advertising .add-comment {
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 17px;
    margin-top: 60px; }
    @media (max-width: 480px) {
      .car-advertising .add-comment {
        padding: 20px;
        margin-bottom: 50px; } }
    .car-advertising .add-comment .heading-comments {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 40px 40px 20px;
      border-bottom: 1px solid #D9D9D9; }
      @media (max-width: 480px) {
        .car-advertising .add-comment .heading-comments {
          padding: 15px 0; } }
      .car-advertising .add-comment .heading-comments h2 {
        font-size: 20px;
        color: #000; }
    .car-advertising .add-comment form {
      padding-top: 40px;
      padding-bottom: 40px; }
  .car-advertising .user-box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .car-advertising .user-box h2 {
      font-size: 20px;
      margin-bottom: 18px; }
    .car-advertising .user-box .top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .car-advertising .user-box .top .img-box {
        width: 63px;
        height: 63px;
        border-radius: 50%;
        overflow: hidden;
        width: 20%; }
        @media (max-width: 768px) {
          .car-advertising .user-box .top .img-box {
            width: 10%; } }
        @media (max-width: 480px) {
          .car-advertising .user-box .top .img-box {
            width: 30%; } }
      .car-advertising .user-box .top .capt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0 10px;
        width: 80%; }
        .car-advertising .user-box .top .capt .state h3 {
          font-size: 13px;
          font-family: b-bd;
          margin-bottom: 2px; }
        .car-advertising .user-box .top .capt .state p {
          color: #B1B1B1;
          font-size: 9px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .car-advertising .user-box .top .capt .state p span {
            width: 7px;
            height: 7px;
            background-color: #00C783;
            border-radius: 50%;
            display: block;
            margin-left: 5px; }
            html[dir="ltr"] .car-advertising .user-box .top .capt .state p span {
              margin-right: 5px;
              margin-left: 0; }
    .car-advertising .user-box .bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 27px; }
      .car-advertising .user-box .bottom a {
        width: 279px;
        margin-bottom: 17px;
        height: 56px;
        background: transparent linear-gradient(143deg, #FFAE4B 0%, #FF8D3A 100%) 0% 0% no-repeat padding-box;
        font-size: 14px;
        color: #fff;
        border-radius: 33px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (max-width: 480px) {
          .car-advertising .user-box .bottom a {
            width: 259px; } }
        .car-advertising .user-box .bottom a:last-of-type {
          background: transparent linear-gradient(144deg, #3851B8 0%, #2B42A3 100%) 0% 0% no-repeat padding-box; }
        .car-advertising .user-box .bottom a i {
          margin-right: 18px; }
          html[dir="ltr"] .car-advertising .user-box .bottom a i {
            margin-right: 0px;
            margin-left: 18px; }
    .car-advertising .user-box .price {
      margin: auto; }
      .car-advertising .user-box .price p {
        color: #FFAE4B;
        font-size: 14px;
        font-family: b-rg; }
      .car-advertising .user-box .price h2 {
        font-size: 35px;
        font-family: b-rg; }
  .car-advertising .send {
    margin-top: 35px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    padding: 20px; }
    .car-advertising .send h2 {
      font-size: 20px;
      margin-bottom: 20px; }
    .car-advertising .send form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .car-advertising .send form input, .car-advertising .send form textarea {
        height: 39px;
        border: 1px solid #70707035;
        border-radius: 23px;
        padding: 10px 20px;
        margin-bottom: 20px; }
        .car-advertising .send form input:plasceholder, .car-advertising .send form textarea:plasceholder {
          color: rgba(0, 0, 0, 0.54); }
      .car-advertising .send form textarea {
        height: 126px; }
      .car-advertising .send form button {
        width: 184px;
        height: 39px;
        background: transparent linear-gradient(224deg, #FFAE4B 0%, #FF8D3A 100%) 0% 0% no-repeat padding-box;
        border-radius: 37px;
        border: none;
        margin: auto;
        color: #fff; }
  .car-advertising .latest {
    margin-top: 35px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D9D9D9;
    border-radius: 20px; }
    .car-advertising .latest .heading-latest {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 20px;
      border-bottom: 1px solid #D9D9D9; }
      .car-advertising .latest .heading-latest h2 {
        font-size: 20px;
        color: #000; }
    .car-advertising .latest .latest-card {
      padding: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .car-advertising .latest .latest-card .img-box {
        width: 114px;
        height: 85px;
        border-radius: 20px; }
      .car-advertising .latest .latest-card .info {
        margin-right: 20px; }
        html[dir="ltr"] .car-advertising .latest .latest-card .info {
          margin-right: 0px;
          margin-left: 20px; }
        .car-advertising .latest .latest-card .info h3 {
          font-size: 16px;
          margin-bottom: 6px;
          font-family: b-bd; }
      .car-advertising .latest .latest-card .stars {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 5px; }
        .car-advertising .latest .latest-card .stars i {
          color: #FFB059;
          font-size: 12px; }
          .car-advertising .latest .latest-card .stars i:not(:last-of-type) {
            margin-right: 5px; }
            html[dir="ltr"] .car-advertising .latest .latest-card .stars i:not(:last-of-type) {
              margin-right: 0;
              margin-left: 5px; }

.add-adv {
  padding: 75px 0;
  background-color: #F8F9FB; }
  .add-adv .add {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    margin-bottom: 30px; }
    .add-adv .add .heading {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 20px;
      border-bottom: 1px solid #D9D9D9;
      margin-bottom: 30px; }
      .add-adv .add .heading h2 {
        font-size: 20px;
        color: #000; }
    .add-adv .add form {
      padding: 20px; }
      .add-adv .add form .add-img {
        width: 100%;
        border: 1px solid #D9D9D9;
        border-radius: 20px;
        padding: 10px;
        /*margin-bottom: 30px; */
          
      }
        .add-adv .add form .add-img h2 {
          font-size: 18px; }
        .add-adv .add form .add-img input[type="file"] {
          margin: 15px 0; }
        .add-adv .add form .add-img .up {
          width: 100%;
          border: 2px dotted #D9D9D9;
          padding: 20px;
          height: 126px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          cursor: pointer; }
          .add-adv .add form .add-img .up i {
            font-size: 35px;
            color: #000; }

.left-box {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #D9D9D9;
  border-radius: 20px;
  margin-bottom: 30px; }
  .left-box .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 30px; }
    .left-box .heading h2 {
      font-size: 20px;
      color: #000; }
  .left-box .content-box {
    padding: 0 20px 20px; }
    .left-box .content-box .success-box {
      font-size: 18px;
      margin-bottom: 20px; }
      .left-box .content-box .success-box img {
        margin-left: 15px; }
    .left-box .content-box .cap {
      font-size: 13px;
      font-family: b-lt; }

.contact {
  padding: 75px 0; }
  .contact .top {
    margin-bottom: 20px; }
    .contact .top h2 {
      font-size: 20px;
      margin-bottom: 20px; }
    .contact .top p {
      font-size: 16px;
      font-family: b-lt; }
  .contact .bottom h3 {
    font-size: 16px;
    margin-bottom: 5px; }
  .contact .bottom p {
    margin-bottom: 10px;
    font-size: 16px; }
  .contact .contact-form {
    padding: 57px 45px 20px;
    -webkit-box-shadow: 0px 3px 6px #FFB15329;
            box-shadow: 0px 3px 6px #FFB15329;
    border: 1px solid #FFB153;
    border-radius: 22px; }
    @media (max-width: 991px) {
      .contact .contact-form {
        padding: 57px 15px 20px; } }
  .contact .sign-box button {
    margin-right: auto;
    margin-left: 0; }

.map-section h2 {
  font-size: 20px;
  margin-bottom: 46px;
  margin-top: 75px; }

.map-section .content {
  margin-bottom: 50px;
  padding: 20px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 4px 12px #FFD19A29;
          box-shadow: 0px 4px 12px #FFD19A29;
  border: 1px solid #FFD19A;
  border-radius: 22px; }
  .map-section .content h3 {
    font-size: 20px; }
    .map-section .content h3 i {
      margin-left: 20px;
      color: #4C61B6; }
  .map-section .content ul {
    padding: 20px; }
    .map-section .content ul li a {
      color: #000000;
      font-size: 16px;
      font-family: b-lt; }
      .map-section .content ul li a i {
        font-size: 11px;
        margin-left: 10px; }

.conditions-section {
  padding: 70px 0; }
  .conditions-section h2 {
    font-size: 20px;
    margin-bottom: 20px; }
  .conditions-section p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-family: b-lt;
    margin-bottom: 20px; }
    .conditions-section p span {
      width: 12px;
      height: 12px;
      background: #FFA345 0% 0% no-repeat padding-box;
      opacity: 0.27;
      border-radius: 50%;
      margin-left: 20px;
      display: block; }
.profile-section .header-top .user-box .caption h3 svg {
    margin-top: 6px;
    width: 135px;
    height: 135px;
}

.profile-section .header-top .user-box .img-box h3 {
    font-size: 22px;
    font-family: b-bd;
    color: #fff;
}
.profile-section .nav-header li.active a {
    background: none !important;
    border: none !important;
}
.profile-section .header-top .user-box .caption h3 svg rect {
    width: 135px;
    height: 135px;
}
.agreement-section {
  padding: 70px 0; }
  .agreement-section h2 {
    font-size: 20px;
    margin-bottom: 20px; }
  .agreement-section p {
    font-size: 14px;
    font-family: b-lt;
    line-height: 2; }

/*# sourceMappingURL=main.css.map */
/*.year.open .list{*/
/*        height: 200px;*/
/*    overflow-y: scroll;*/
/*}*/

.year.open .list{
        height: 200px;
        width:100%;
        border-radius: 20px;
        /*overflow-y: scroll;
        */
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
}

.year.open .list li{
    text-align: right;
}






.card-box.list-th-box .card:last-of-type {
    display: block;
}

.card-box.list-th-box .img-box img {
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
}