@charset "UTF-8";

.rq-btn-primary {
    background: #e8b600; 
    /*background: #1398f3;*/
    color: #f3f3f3;
    font-weight: 500;
    border-radius: 2;
    
}
.rq-btn-primary:hover{
    background: #D68100; 
}

.container2 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;max-width: 1200px;margin: 0 auto;
}


@media (min-width: 768px) {
/*  .container2 {
    position: relative;
    width: 100%;
  }*/
}
@media (min-width: 992px) {
  .container2 {
    /* width: 970px; */
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container2 {
    /* width: 1170px; */
    width: 1230px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.rq-search-single {
  position: relative;
  width: 20%;
  height: 60px;
  text-align: left;
  padding: 15px 0 15px 15px;
}
@media (max-width: 991px) {
  .rq-search-single {
    width: 100%;
    margin-bottom: 10px;
  }
}
.rq-search-single.search-btn {
  padding: 0;
  position: relative;
}
.rq-search-single.search-btn .rq-search-content {
  border-right: 0;
  border-radius: 0 2px 2px 0;
}
.rq-search-single.search-btn .rq-search-content .rq-btn {
  font-size: 13px;
  height: 100%;
  border-radius: 0 2px 2px 0;
  font-weight: 600;
}
@media (max-width: 680px) {
    .rq-search-container .rq-search-single {
            margin-bottom: 0;
    }
    .rq-search-container .rq-search-single + .rq-search-single {
            border-top: 1px solid #dddddd;
    }
    .rq-search-content .rq-search-heading {
            font-size: 14px;
    }	
    .rq-search-content input[type="text"],
    .rq-search-content .selectize-control .selectize-input .item {
        font-size: medium;
    }
    .rq-search-container .rq-search-single.search-btn .rq-search-content .rq-btn {
            font-size: 16px;
    }
}
@media (min-width: 992px) {
    .rq-search-container {
        background-color: #1398f3;
    }
    .rq-search-container .rq-search-single {
            height: 100px;
            background-color: #ffffff;
    }
    .rq-search-content .rq-search-heading {
            margin-bottom: 18px;
            padding-top: 10px;
            font-size: 18px;
    }
    .rq-search-content input[type="text"].rq-form-element {
            height: 29px;
            margin-top: -2px;
            font-size: 24px;
            font-weight: bold;
            vertical-align: bottom;
    }
    .rq-search-content .datepicker-arrow {
            top: 43px;
    }
    .rq-search-content .selectize-control .selectize-input .item {	
            font-size: 24px;
            font-weight: bold;
    }
    .rq-search-content .selectize-dropdown-content .option {
            font-size: 18px;
            font-weight: bold;
    }
    .rq-search-single.search-btn .rq-search-content .rq-btn {
            font-size: 22px;
    }
}

/* 글자깨지는 폰트 수정 여기부터 START */

.rq-search-content .selectize-dropdown-content .option {
	font-weight: normal;
}


.rq-search-single.search-btn .rq-search-content .rq-btn i {
  font-size: 18px;
  position: relative;
  top: 4px;
  padding-left: 4px;
}
.rq-search-content {
  position: relative;
  width: 100%;
  height: 100%;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 991px) {
  .rq-search-content {
    border-right: 0;
  }
}
.rq-search-content.last-child {
  border-right: 1px solid transparent;
}
.rq-search-content .rq-search-heading {
  display: block;
  font-size: 12px;
  /* color: #efa80f; */
  color: #1398f3;
  font-weight: 600;
  text-transform: uppercase;
  /* font-family: "Montserrat-Regular"; */
  /**/
  line-height: 12px;
}
/*.rq-search-content input[type="text"] {
  border: 0;
  color: #000000;
  font-weight: 500;
  font-size: 13px;
}*/
.datepicker-arrow {
  position: absolute;
  top: 13px;
  right: 15px;
  border: 0;
  color: #a6a6a6;
  font-size: 12px;
}
.active.start-date.available,
.active.end-date.in-range.available {
  /* background: #efa80f; */
  /* background: #e3333e; */
  background: #1398f3;
}
.active.start-date.available:hover,
.active.end-date.in-range.available:hover {
  /* background: #efa80f; */
  /* background: #e3333e; */
  background: #1398f3;
}
.active.end-date.in-range.available.off {
  background: inherit;
}
.active.end-date.in-range.available.off:hover {
  color: inherit;
}
.daterangepicker td.in-range {
  background: rgba(239, 168, 15, 0.3);
}
.range_inputs .btn-success {
  /* background: #efa80f; */
  background: #e3333e;
  /* border-color: #efa80f; */
  border-color: #e3333e;
}
.range_inputs .btn-success:hover {
  /* background: #d7970d; */
  background: #e3333e;
  /* border-color: #d7970d; */
  border-color: #e3333e;
}
.daterangepicker_input .input-mini.active {
  /* border-color: #efa80f; */
  border-color: #e3333e;
}
.rq-search-content .selectize-control {
  height: 33px;
}
.rq-search-content .selectize-control .selectize-input {
  border: 0;
  box-shadow: none;
  font-weight: 500;
  padding: 4px 0 4px;
  padding-left: 0px;
  border-radius: 0;
  font-size: 14px;
}
.rq-search-content .selectize-control .selectize-input .item {
  color: #000000;
  font-size: 13px;
}
.rq-search-content .selectize-control .selectize-input input[type="text"] {
  border-bottom: 0;
  font-size: 14px;
}
.rq-search-content .selectize-control .selectize-input:after {
  content: "\f123";
  /*font-family: "Ionicons";*/
  position: absolute;
  top: 7px;
  right: 24px;
  border: 0;
  color: #a6a6a6;
  font-size: 12px;
}
.rq-search-content .selectize-control .selectize-input.input-active:after {
  content: "\f126";
  /*font-family: "Ionicons";*/
  position: absolute;
  top: 7px;
  right: 24px;
  border: 0;
  color: #a6a6a6;
  font-size: 12px;
}
.rq-search-content .selectize-dropdown {
  margin: -1px 0;
  border-radius: 0 0 2px 2px;
  border: 0;
  padding-bottom: 10px;
  box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.1) !important;
}
.rq-search-content .selectize-dropdown .option.active {
  background: #f3f3f3;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 10px -5 8px;
}
.ui-datepicker-header {
  position: relative;
  padding: 8px 0 !important;
  text-align: center;
  color: #333333;
  background: transparent;
  font-size: 16px;
  border: 0;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: 4px !important;
  left: 3px;
  padding: 10px;
  line-height: 14px;
  font-size: 14px;
  cursor: pointer;
  opacity: 1;
  border: 0;
  transition: all 0.3s ease;
}
.ui-datepicker-prev:active {
  left: 1px;
}
.ui-datepicker-next:active {
  right: 1px;
}
.ui-datepicker-next {
  left: auto;
  right: 3px;
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: none;
}
.ui-datepicker-prev:before,
.ui-datepicker-next:before {
  display: inline-block;
/*  font-family: FontAwesome;*/
  content: "\f0d9";
}
.ui-datepicker-next:before {
  content: "\f0da";
}
.ui-datepicker-next-hover,
.ui-datepicker-prev-hover {
  background: transparent !important;
  border: 0 !important;
}
.ui-datepicker-calendar {
  margin: 0;
  width: 100%;
}
.ui-datepicker thead {
  border: 0;
}
.ui-datepicker-calendar th {
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  color: #c4c4c4;
}
.ui-datepicker-calendar tr {
  border: 0;
}
.ui-datepicker-calendar td {
  padding: 0;
  text-align: center;
  border: 0;
}
.ui-datepicker-calendar td a {
  display: block;
  border: 0;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  line-height: 32px;
}
.ui-datepicker {
  background-color: #fff;
  width: 300px;
  padding-bottom: 20px;
}
.ui-datepicker-calendar td a:hover {
  color: #fff;
  /* background-color: #efa80f; */
  background-color: #e3333e;
  font-weight: bold;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  color: #000000;
  border: 0;
  background: transparent;
  text-align: center;
}
.rq-footer {
  position: relative;
  width: 100%;
  height: auto;
  /* font-family: "Montserrat-Regular"; */
/*  font-family: "NanumSquare";*/
  background: #212020;
}
.rq-main-footer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .rq-main-footer {
    padding: 40px 0 0 !important;
  }
}
.rq-main-footer .toggle-widget {
  position: relative;
  display: block;
  width: 100%;
  background: #000000;
  border: 0;
  padding: 15px;
  text-align: left;
  text-transform: uppercase;
  outline: 0;
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition: all 0.3s ease;
}
.rq-main-footer .toggle-widget:hover {
  color: #ffffff;
}
.rq-main-footer .toggle-widget:before {
  content: "\4c";
/*  font-family: 'ElegantIcons';*/
  position: absolute;
  right: 10px;
  text-align: center;
  color: #ffffff;
  line-height: 20px;
  font-size: 30px;
}
.rq-main-footer .toggle-widget.active:before {
  content: "\4b";
}
@media (min-width: 768px) {
  .rq-main-footer .toggle-widget {
    display: none;
  }
}
@media (max-width: 767px) {
  .rq-main-footer .footer-widget {
    display: none;
  }
}
.rq-main-footer .widget-list {
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .rq-main-footer .widget-list {
    margin-bottom: 40px;
  }
}
.rq-main-footer .widget-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rq-main-footer .widget-list ul.address li a {
  /*  */
  /**/
}
.rq-main-footer .widget-list ul li a {
  text-transform: capitalize;
  color: #999;
}
.rq-main-footer .widget-list ul li a:hover {
  color: #fff;
}
.rq-main-footer .widget-list .rq-newsletter {
  position: relative;
}
.rq-main-footer .widget-list .rq-newsletter h5 {
  margin: 0;
  color: #999;
}
.rq-main-footer .widget-list .rq-newsletter form {
  position: relative;
  margin-top: 15px;
}
.rq-main-footer .widget-list .rq-newsletter form input {
  color: #fff;
}
.rq-main-footer .widget-list .rq-newsletter form button {
  position: absolute;
  right: 0;
  top: 5px;
  background: transparent;
  padding: 0;
  font-size: 22px;
}
.rq-main-footer .widget-list .rq-newsletter form button:hover {
  color: #f3f3f3;
}
.rq-copyright-section {
  position: relative;
  width: 100%;
  height: auto;
}
.rq-copyright-section .copyright-content {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 45px 0 35px;
  border-top: 1px solid #4a4848;
}
@media (max-width: 767px) {
  .rq-copyright-section .copyright-content {
    border-top: 0;
  }
}
.rq-copyright-section p {
  float: left;
  margin: 0;
  padding: 0;
  color: #666666;
}
.rq-copyright-section p a {
  /*  */
  /**/
  color: #666666;
}
.rq-copyright-section p a img {
  height: 25px;
  margin-right: 15px;
  position: relative;
  top: -7px;
  width: auto;
}
@media (max-width: 767px) {
  .rq-copyright-section p {
    float: none;
    display: block;
  }
}
.rq-copyright-section .social-list {
  float: right;
  margin: 0;
  padding: 0;
}
.rq-copyright-section .social-list li {
  display: inline-block;
  margin: 0 6px;
}
.rq-copyright-section .social-list li:last-child {
  margin-right: 0;
}
.rq-copyright-section .social-list li a {
  font-size: 16px;
}
.rq-copyright-section .social-list li a:hover {
  /* color: #efa80f; */
  color: #e3333e;
}
@media (max-width: 767px) {
  .rq-copyright-section .social-list {
    float: none;
    display: block;
    margin-top: 25px;
  }
}
.rq-copyright-section .secondary-copyright {
  position: relative;
  padding: 0 0 50px;
  margin: 0;
  text-align: center;
  float: none;
}
.rq-footer {
  position: relative;
  width: 100%;
  height: auto;
}
.rq-main-footer {
  position: relative;
  width: 100%;
  height: auto;
  background: #212020;
  padding: 45px 0;
}
.rq-main-footer .rq-footer-social {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .rq-main-footer .rq-footer-social {
    margin-bottom: 25px;
  }
}
.rq-main-footer .rq-footer-social li {
  display: inline-block;
  text-transform: uppercase;
}
.rq-main-footer .rq-footer-social li a {
  padding: 0 22.5px;
  color: #999;
}
.rq-main-footer .rq-footer-social li a:hover {
  color: #fff;
}
.rq-main-footer .secondary-footer-logo {
  position: relative;
  width: 100px;
  margin: 0 auto 50px;
}
.rq-main-footer .secondary-footer-logo img {
  width: 100%;
}
.rq-partners-section {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .rq-partners-section {
    display: none;
  }
}
.rq-partners-section .partners-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: baseline;
}
.rq-partners-section .partner-single {
  position: relative;
  margin: 10px;
}
.rq-partners-section .partner-single a {
  position: relative;
}
.rq-partners-section .partner-single a img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition: all 0.3s ease;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
  opacity: 0.4;
}
.rq-partners-section .partner-single a img:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  opacity: 1;
}
.rq-content-block {
  position: relative;
  width: 100%;
  height: auto;
  padding: 105px 0 90px;
  background: #fff;
}
@media (max-width: 767px) {
  .rq-content-block {
    padding: 45px 0 45px;
  }
}
.rq-content-block.small-padding-top {
  padding-top: 80px;
}
.rq-content-block.gray-bg {
  /* background: #f3f3f3; */
  background: #ffffff;
}
.rq-content-block.with-bg-img .rq-block-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  z-index: 9;
  background-color: rgba(22, 29, 36, 0.8);
}
.rq-content-block.with-border-bottom {
  border-bottom: 1px solid #cccccc;
}
.rq-content-block.with-bg-color {
  /* background: #efa80f; */
  background: #e3333e;
  overflow: hidden;
}
.rq-content-block.no-bottom-padding {
  padding: 105px 0 0;
}
@media (max-width: 767px) {
  .rq-content-block.no-bottom-padding {
    padding: 60px 0 0;
  }
}
.rq-content-block.vertical-line:before {
  content: '';
  position: absolute;
  top: 0;
  left: 45%;
  width: 1px;
  height: 100%;
  background-color: #cccccc;
}
@media (min-width: 1500px) {
  .rq-content-block.vertical-line:before {
    width: 1px;
  }
}
@media (max-width: 991px) {
  .rq-content-block.vertical-line:before {
    display: none;
  }
}
.rq-content-block .bg-large-text {
  position: absolute;
  top: 372px;
  left: -68px;
  font-size: 300px;
  letter-spacing: 150px;
  text-transform: uppercase;
  font-weight: 600;
  opacity: .3;
}
.rq-title-container {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 60px;
  z-index: 20;
}
@media (max-width: 767px) {
  .rq-title-container {
    padding-bottom: 40px;
  }
}
h1.rq-title {
  line-height: 48px;
}
@media (max-width: 767px) {
  .mission-content .rq-title {
    padding-left: 30px;
  }
}
.rq-title {
  margin: 0;
  font-weight: 300;
  padding-left: 55px;
  line-height: 36px;
  text-transform: capitalize;
}
.with-bg-img .rq-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .rq-title {
    font-size: 24px;
    padding-left: 0;
  }
}
.rq-title.no-padding {
  padding-left: 0;
}
.rq-title.light {
  font-weight: 400 !important;
}
.rq-title .rq-dot {
  /* color: #efa80f; */
  color: #e3333e;
}
.rq-title strong {
  /* color: #efa80f; */
  color: #e3333e;
}
.rq-subtitle {
  color: #999;
  margin: 0 auto;
  max-width: 768px;
}
.with-bg-img .rq-subtitle {
  color: #999999;
}
.rq-interested-category {
  position: relative;
  width: 100%;
  height: auto;
}
.rq-category-single {
  position: relative;
  width: 100%;
  height: 270px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  padding: 20px;
}
.rq-category-single .rq-overlay {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition: all 0.3s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.4);
}
:hover.rq-category-single .rq-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
.rq-category-single span {
  text-transform: uppercase;
  color: #fff;
  z-index: 20;
  font-size: 18px;
}
.explore-company {
  position: relative;
  width: 100%;
  height: auto;
}
.rq-masonry-item {
  padding: 0 15px 30px;
}
.rq-masonry-item.item-width {
  width: 33.33333%;
  height: 370px;
}
@media (max-width: 991px) {
  .rq-masonry-item.item-width {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .rq-masonry-item.item-width {
    width: 100%;
  }
}
.rq-masonry-item.item-width-double {
  width: 66.66666%;
}
@media (max-width: 991px) {
  .rq-masonry-item.item-width-double {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .rq-masonry-item.item-width-double {
    width: 100%;
  }
}
.rq-masonry-item .rq-company-single {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 25px;
}
.rq-masonry-item .rq-company-single .rq-overlay {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition: all 0.3s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  z-index: 9;
  background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(top, transparent 50, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
  background: linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
}
:hover.rq-masonry-item .rq-company-single .rq-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
.rq-masonry-item .rq-company-single span {
  position: relative;
  z-index: 20;
}
.rq-masonry-item .rq-company-single .company-name {
  /* font-family: "Montserrat-Regular"; */
  /*font-family: "NanumSquare";*/
  text-transform: uppercase;
  font-size: 16px;
  color: #f1f1f1;
}
.rq-masonry-item .rq-company-single .location {
  /*  */
  /**/
  font-size: 13px;
  color: #999999;
  padding: 0 0 4px;
}
.rq-masonry-item .rq-company-single .location i {
  padding-right: 13px;
}
.rq-masonry-item .rq-company-single .company-experties {
  /*  */
  /**/
  font-size: 13px;
  color: #ffffff;
}
.rq-view-more {
  position: relative;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
}
.rq-view-more a {
  position: relative;
  color: #000000;
  text-transform: uppercase;
  padding: 15px 0;
}
.rq-view-more a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 36%;
  height: 2px;
  width: 50px;
  background: #000;
}
.rq-view-more a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 36%;
  height: 2px;
  width: 50px;
  background: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition: all 0.3s ease;
}
.rq-view-more a:hover::after {
  top: 100%;
}
.rq-news-from-blog {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.rq-news-from-blog a {
  position: relative;
  display: block;
}
.rq-news-from-blog a:last-child .rq-news-single {
  border-bottom: 1px solid transparent;
}
.rq-news-from-blog a:hover {
  background: #f4f4f4;
}
.rq-news-from-blog a:hover .rq-news-heading {
  transform: translateY(-200%);
  position: absolute;
  opacity: 0;
}
.rq-news-from-blog a:hover .rq-news-content {
  position: relative;
  transform: translateY(0);
  opacity: 1;
}
.rq-news-single {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 30px 0;
  overflow: hidden;
  border-bottom: 1px solid #dbdbdb;
}
.rq-news-single .rq-news-heading {
  transform: translateY(0);
  transition: transform .5s ease;
  position: relative;
  opacity: 1;
  padding: 15px 0 14px;
}
.rq-news-single .rq-news-heading .heading {
  text-transform: uppercase;
  color: #000000;
  font-size: 16px;
}
.rq-news-single .rq-news-heading .meta {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #999999;
}
.rq-news-single .rq-news-heading .meta span {
  /* font-family: "Montserrat-Regular"; */
  /*font-family: "NanumSquare";*/
  color: #000000;
  padding-right: 7px;
}
.rq-news-single .rq-news-content {
  position: absolute;
  transition: transform .5s ease;
  transform: translateY(200%);
  opacity: 0;
}
.rq-news-single .rq-news-content .author-img {
  height: 80px;
  width: 80px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 10%;
}
@media (max-width: 991px) {
  .rq-news-single .rq-news-content .author-img {
    left: 1%;
  }
}
@media (max-width: 767px) {
  .rq-news-single .rq-news-content .author-img {
    display: none;
  }
}
.rq-news-single .rq-news-content .rq-post-content {
  max-width: 545px;
  margin: 0 auto;
  padding: 0 15px;
  color: #000000;
}
.rq-news-single .rq-news-content .continue-button.rq-btn {
  padding-bottom: 0;
}
.rq-testimonial-content {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 30;
  text-align: center;
  background: #fff;
  padding: 90px;
}
@media (max-width: 767px) {
  .rq-testimonial-content {
    padding: 30px;
  }
}
.rq-testimonial-content .rq-title {
  padding-left: 0;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .rq-testimonial-content .rq-title {
    margin-bottom: 30px;
  }
}
.rq-testimonial-content .item .author-name-title {
  display: block;
  margin-top: 75px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .rq-testimonial-content .item .author-name-title {
    margin-top: 50px;
  }
}
.rq-testimonial-content .item .author-name-title img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 25px;
}
.rq-testimonial-content .item .author-name-title a {
  display: block;
  font-style: normal;
  color: #000000;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}
@media (max-width: 500px) {
  .rq-testimonial-content .item .author-name-title a {
    font-size: 15px;
  }
}
.rq-testimonial-content .item .author-name-title a span {
  padding-left: 3px;
  /* color: #efa80f; */
  color: #e3333e;
}
.rq-testimonial-content .item .author-name-title a .ion-ios-minus-empty {
  position: relative;
  top: 2px;
}
.rq-testimonial-content .item .author-name-title cite {
  font-style: normal;
  font-size: 16px;
  color: #717479;
}
.testimonial-wrapper {
  position: relative;
}
.testimonial-wrapper.flexslider {
  margin: 0;
}
.testimonial-wrapper .testimoinal-text {
  font-size: 18px;
  font-style: normal;
  line-height: 34px;
  color: #000000;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .testimonial-wrapper .testimoinal-text {
    font-size: 14px;
  }
}
.testimonial-wrapper .flex-direction-nav {
  display: none;
}
.bredcrumb-title {
  position: relative;
}
.bredcrumb-title.small {
  margin-bottom: 30px;
}
.bredcrumb-title.small .rq-title {
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 15px;
  font-weight: 600;
}
.bredcrumb-title.text-center .rq-title {
  text-align: center;
}
.bredcrumb-title.text-center .rq-subtitle {
  text-align: center;
}
.bredcrumb-title.text-center .rq-subtitle.breadcrumb {
  margin: 0 auto;
}
.bredcrumb-title .rq-title {
  font-weight: 500;
  line-height: 36px;
  padding-bottom: 25px;
  padding-left: 0;
}
@media (max-width: 767px) {
  .bredcrumb-title .rq-title {
    padding-bottom: 10px;
  }
}
.rq-subtitle.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}
.rq-subtitle.breadcrumb a {
  /*  */
  /**/
}
.rq-subtitle.breadcrumb a:hover {
  color: #000000;
}
.rq-subtitle.breadcrumb li {
  font-weight: 500;
}
.rq-subtitle.breadcrumb li.active {
  color: #000000;
}
.rq-subtitle.breadcrumb.secondary li:first-child:before {
  display: none;
}
.rq-subtitle.breadcrumb.secondary li:before {
  content: "\35";
  /*font-family: 'ElegantIcons';*/
  padding: 0 2px 0 0px;
}
.rq-blog-listing {
  position: relative;
  width: 100%;
  height: auto;
}
.rq-listing-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  padding: 30px 0;
  margin-bottom: 30px;
}
.rq-listing-wrapper .rq-listing-single {
  text-align: center;
  position: relative;
  margin-bottom: 70px;
}
.rq-listing-wrapper .rq-listing-single .rq-listing-title {
  text-transform: capitalize;
  margin: 0;
  padding-top: 37.5px;
  padding-bottom: 15px;
  font-weight: 600;
}
.rq-listing-wrapper .rq-listing-single .rq-listing-title a {
  color: #000000;
}
.rq-listing-wrapper .rq-listing-single .rq-listing-title a:hover {
  color: #999999;
}
.rq-listing-wrapper .rq-listing-single .rq-listing-meta {
  position: relative;
  margin-bottom: 20px;
}
.rq-listing-wrapper .rq-listing-single .rq-listing-meta .v-line {
  padding: 0 10px;
}
.rq-listing-wrapper .rq-listing-single .rq-listing-meta a {
  /*  */
  /**/
  color: #999999;
  font-size: 13px;
}
.rq-listing-wrapper .rq-listing-single .rq-listing-meta a:hover {
  color: #000000;
}
.rq-listing-wrapper .rq-listing-single .post-content,
.rq-listing-wrapper .rq-listing-single .post-content p {
  font-size: 13px;
  display: block;
  color: #666666;
  margin-bottom: 15px;
  font-weight: 500;
}
.rq-listing-wrapper .rq-listing-single .post-content .first-line,
.rq-listing-wrapper .rq-listing-single .post-content p .first-line {
  display: block;
}
.rq-listing-standard-image-post {
  position: relative;
}
.rq-listing-standard-image-post img {
  width: 100%;
}
.rq-listing-standard-image-post iframe {
  width: 100%;
}
.rq-listing-standard-video-post {
  position: relative;
}
.rq-listing-standard-video-post iframe {
  width: 100%;
}
.rq-listing-standard-video-post .feature-image {
  position: relative;
  width: 100%;
}
.rq-listing-standard-video-post .feature-image img {
  width: 100%;
}
.rq-listing-standard-video-post .feature-image i {
  position: absolute;
  left: 45%;
  top: 45%;
  z-index: 30;
  height: 50px;
  width: 50px;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 52px;
  border-radius: 50%;
  font-size: 24px;
  padding-left: 5px;
  cursor: pointer;
}
.rq-listing-gallery-post {
  position: relative;
}
.rq-listing-gallery-post .rq-gallery-content {
  position: relative;
  width: 100%;
}
.rq-listing-gallery-post .rq-gallery-content .flexslider {
  margin: 0;
}
.rq-listing-gallery-post .rq-gallery-content .custom-navigation {
  position: absolute;
  top: 46%;
  z-index: 50;
  width: 100%;
}
.rq-listing-gallery-post .rq-gallery-content .custom-navigation a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  display: block;
  line-height: 44px;
  font-size: 16px;
  color: #000000;
}
.rq-listing-gallery-post .rq-gallery-content .custom-navigation a i {
  font-weight: bold;
}
.rq-listing-gallery-post .rq-gallery-content .custom-navigation .flex-prev {
  position: absolute;
  left: 20px;
}
.rq-listing-gallery-post .rq-gallery-content .custom-navigation .flex-next {
  position: absolute;
  right: 20px;
}
.rq-blog-listing .nav-tabs {
  border-bottom: 0;
  margin-top: 0;
  text-align: center;
}
.rq-blog-listing .nav-tabs li {
  float: none;
  display: inline-block;
  border: 0;
}
.rq-blog-listing .nav-tabs li.active a {
  color: #000000;
  border: 0;
}
.rq-blog-listing .nav-tabs li.active a:focus {
  border: 0;
}
.rq-blog-listing .nav-tabs li a {
  border: 0;
  text-transform: capitalize;
  color: #999999;
  font-weight: 500;
  font-size: 16px;
}
.rq-blog-listing .nav-tabs li a:hover {
  background: transparent;
  color: #000000;
}
.rq-pagination {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 50px;
  text-align: center;
  padding: 10px 0 15px;
}
.rq-pagination .rq-pagination-list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.rq-pagination .rq-pagination-list li {
  display: inline-block;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .rq-pagination .rq-pagination-list li.pagin-text {
    display: none;
  }
}
.rq-pagination .rq-pagination-list li.active a {
  color: #000000;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.rq-pagination .rq-pagination-list li a {
  padding: 1px 11px;
  margin: 0 5px;
  color: #000000;
  border-bottom: 1px solid transparent;
  border: 1px solid #cccccc;
}
.rq-pagination .rq-pagination-list li a:hover {
  color: #000000;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.rq-pagination .rq-pagination-list li a.center-dot {
  border-color: transparent;
}
.rq-pagination .rq-pagination-list li a span i {
  position: relative;
  top: 2px;
}
.rq-pagination .rq-pagination-list-secondary {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.rq-pagination .rq-pagination-list-secondary li {
  display: inline-block;
}
.rq-pagination .rq-pagination-list-secondary li.active a {
  color: #000000;
  border-bottom: 1px solid #000000;
}
.rq-pagination .rq-pagination-list-secondary li a {
  font-weight: 500;
  /* font-family: "Montserrat-Regular"; */
  /*font-family: "NanumSquare";*/
  padding: 6px;
  margin: 0 5px;
  border-bottom: 1px solid transparent;
}
.rq-call-to-action {
  position: relative;
  width: 100%;
  height: auto;
  padding: 70px 0;
  /* background: #efa80f; */
  background: #e3333e;
  text-align: center;
}
@media (max-width: 480px) {
  .rq-call-to-action {
    padding: 45px 0;
  }
}
.rq-call-to-action h2 {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-weight: 300;
}
.rq-call-to-action h2 span {
  font-weight: 400;
  padding-left: 5px;
}
@media (max-width: 991px) {
  .rq-call-to-action h2 {
    line-height: 48px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .rq-call-to-action h2 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .rq-call-to-action h2 {
    font-size: 14px;
    line-height: 24px;
  }
}
.rq-mission-block {
  position: relative;
  width: 100%;
  height: auto;
  box-shadow: 0 24px 34px -14px rgba(0, 0, 0, 0.3);
  background: #fff;
}
.rq-mission-block .mission-content {
  position: relative;
  padding: 65px 0;
}
.rq-mission-block .mission-content .rq-title {
  position: relative;
  padding-bottom: 45px;
  margin-bottom: 0;
}
.rq-mission-block .mission-content .rq-title .rq-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  display: block;
  height: 1px;
  background: #000000;
}
.rq-mission-block .mission-content .mission-text {
  margin: 0;
  padding: 60px 0 60px 55px;
}
@media (max-width: 767px) {
  .rq-mission-block .mission-content .mission-text {
    padding: 30px;
  }
}
.rq-mission-block .mission-content address {
  font-style: normal;
  padding-left: 55px;
}
@media (max-width: 767px) {
  .rq-mission-block .mission-content address {
    padding: 0 30px;
  }
}
.rq-mission-block .mission-content address a {
  color: #000000;
  font-weight: 600;
}
.rq-mission-block .mission-content address a:hover {
  /* color: #efa80f; */
  color: #e3333e;
}
.rq-mission-block .mission-content address cite {
  font-style: normal;
}
.rq-mission-block .mission-image {
  position: relative;
  height: 443px;
  margin: 30px;
  /* background: #efa80f; */
  background: #e3333e;
}
@media (max-width: 991px) {
  .rq-mission-block .mission-image {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .rq-mission-block .mission-image {
    display: none;
  }
}
.rq-mission-block .mission-image img {
  position: absolute;
  top: 136px;
  width: 536px;
  left: 0;
}
@media (max-width: 991px) {
  .rq-mission-block .mission-image img {
    width: 100%;
    bottom: 50px;
  }
}
.rq-browse-section {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 60px;
}
@media (max-width: 767px) {
  .rq-browse-section {
    flex-direction: column;
  }
}
.rq-browse-section h1 {
  line-height: 48px;
}
@media (max-width: 767px) {
  .rq-browse-section h1 {
    display: none;
  }
}
.rq-browse-section a {
  color: #000000;
  font-weight: 500;
}
@media (max-width: 767px) {
  .rq-browse-section a {
    text-align: center;
    width: 100%;
    margin-top: 30px;
  }
}
.rq-browse-section a i {
  padding-left: 5px;
}
.rq-browse-section a:hover {
  /* color: #efa80f; */
  color: #e3333e;
}
.rq-tips-tricks {
  position: relative;
  width: 100%;
  height: auto;
  padding: 105px 0 75px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .rq-tips-tricks {
    padding: 45px 0 45px;
  }
}
.rq-tips-tricks .rq-title {
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .rq-tips-tricks .rq-title {
    padding-bottom: 30px;
  }
}
.rq-tips-tricks .rq-tips-single {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition: all 0.3s ease;
  position: relative;
  margin-bottom: 30px;
  background: #fff;
  padding-bottom: 3px;
}
.rq-tips-tricks .rq-tips-single h4 {
  line-height: 24px;
  display: block;
}
.rq-tips-tricks .rq-tips-single:hover {
  box-shadow: 0 24px 34px -14px rgba(0, 0, 0, 0.3);
}
.rq-tips-tricks .rq-tips-single:hover h4 a {
  text-decoration: underline;
}
.rq-tips-tricks .rq-tips-single:hover .rq-btn {
  /* color: #efa80f; */
  color: #e3333e;
}
.rq-tips-tricks .rq-tips-single .image-container {
  position: relative;
  width: 100%;
}
.rq-tips-tricks .rq-tips-single .image-container img {
  width: 100%;
}
.rq-tips-tricks .rq-tips-single .tips-content {
  position: relative;
  padding: 25px;
}
.rq-tips-tricks .rq-tips-single .tips-content .date {
  display: block;
  font-size: 13px;
  color: #cccccc;
}
.rq-tips-tricks .rq-tips-single .tips-content h4 {
  margin: 0;
  padding: 20px 0;
  font-size: 17px;
}
.rq-tips-tricks .rq-tips-single .tips-content h4 a {
  color: #000000;
  /*  */
  /**/
  font-weight: 500;
}
.rq-tips-tricks .rq-tips-single .tips-content .rq-btn {
  padding: 0;
  text-transform: capitalize;
  /*  */
  /**/
  font-size: 13px;
}
.rq-counting-list {
  position: relative;
  z-index: 10;
  padding-top: 75px;
}
@media (max-width: 991px) {
  .rq-counting-list {
    top: 0;
    padding-top: 45px;
  }
}
.rq-counting-list.home-two-version {
  top: 0;
  margin: 45px 0;
  padding-top: 0;
}
@media (max-width: 991px) {
  .rq-counting-list.home-two-version {
    padding-top: 0;
  }
}
.rq-counting-list.home-two-version ul li {
  border-color: #cccccc;
  border-color: rgba(221, 221, 221, 0.4);
}
.rq-counting-list ul {
  padding-left: 0;
}
.rq-counting-list ul li {
  display: inline-block;
  color: #ffffff;
  padding: 0 100px;
  border-right: 1px solid #c0c0c0;
}
@media (max-width: 1199px) {
  .rq-counting-list ul li {
    padding: 0 25px;
  }
}
@media (max-width: 420px) {
  .rq-counting-list ul li {
    _display: block;
    border-right: 0;
    margin-bottom: 15px;
    padding: 0 15px;
  }
}
.rq-counting-list ul li:last-child {
  border-right: 0;
}
.rq-counting-list ul li .count-result {
  display: block;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  width: 158px;
}
@media (max-width: 991px) {
  .rq-counting-list ul li .count-result {
    font-size: 36px;
    line-height: 36px;
    width: 158px;
  }
}
@media (max-width: 620px) {
  .rq-counting-list ul li .count-result {
    font-size: 18px;
    line-height: 18px;
    width: 120px;
  }
}
@media (max-width: 480px) {
  .rq-counting-list ul li .count-result {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    width: auto;
  }
}
.rq-counting-list ul li .count-category {
  display: block;
  font-size: 16px;
  padding-top: 10px;
  text-transform: capitalize;
}
@media (max-width: 480px) {
  .rq-counting-list ul li .count-category {
    font-size: 14px;
    line-height: 14px;
  }
}
.rq-car-listing-tab {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 75px;
}
@media (max-width: 991px) {
  .rq-car-listing-tab {
    padding: 0 15px;
  }
}
.rq-car-listing-tab .nav-tabs.parent-tab {
  border-bottom: 0;
  margin-top: 0;
  text-align: left;
}
.rq-car-listing-tab .nav-tabs.parent-tab li {
  float: none;
  display: inline-block;
  border: 0;
  border-right: 1px solid #cccccc;
}
.rq-car-listing-tab .nav-tabs.parent-tab li:last-child {
  border-right: 1px solid transparent;
}
.rq-car-listing-tab .nav-tabs.parent-tab li:first-child a {
  padding-left: 0;
}
.rq-car-listing-tab .nav-tabs.parent-tab li.active a {
  color: #000000;
  border: 0;
}
.rq-car-listing-tab .nav-tabs.parent-tab li.active a:focus {
  border: 0;
}
.rq-car-listing-tab .nav-tabs.parent-tab li a {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #cccccc;
}
.rq-car-listing-tab .nav-tabs.parent-tab li a:hover,
.rq-car-listing-tab .nav-tabs.parent-tab li a:focus {
  outline: 0;
  background: transparent;
  color: #000000;
}
@media (max-width: 480px) {
  .rq-car-listing-tab .nav-tabs.parent-tab li a {
    font-size: 14px;
    padding: 0 10px;
  }
}
.child-tab-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
}
.child-tab-wrapper .nav-tabs {
  position: relative;
  border-bottom: 0;
  margin-top: 50px;
  width: 40%;
  height: 325px;
  overflow: auto;
  float: left;
  text-align: left;
}
@media (max-width: 991px) {
  .child-tab-wrapper .nav-tabs {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}
.child-tab-wrapper .nav-tabs li {
  position: relative;
  float: none;
  display: block;
  border: 0;
  padding: 10px;
  margin: 5px;
}
.child-tab-wrapper .nav-tabs li:first-child {
  margin-top: 0;
}
.child-tab-wrapper .nav-tabs li:hover {
  background: #efeeee;
}
.child-tab-wrapper .nav-tabs li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 125px;
}
.child-tab-wrapper .nav-tabs li.active {
  background: #efeeee;
}
.child-tab-wrapper .nav-tabs li.active a {
  color: #000000;
  border: 0;
  background: #efeeee;
}
.child-tab-wrapper .nav-tabs li.active a:focus {
  border: 0;
}
.child-tab-wrapper .nav-tabs li a {
  border: 0;
  padding-left: 140px;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  font-weight: 500;
}
.child-tab-wrapper .nav-tabs li a:hover,
.child-tab-wrapper .nav-tabs li a:focus {
  outline: 0;
  background: transparent;
  color: #000000;
}
@media (max-width: 480px) {
  .child-tab-wrapper .nav-tabs li a {
    font-size: 14px;
  }
}
.child-tab-wrapper .nav-tabs li a span {
  display: block;
}
.child-tab-wrapper .nav-tabs li a .title {
  text-transform: capitalize;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}
.child-tab-wrapper .nav-tabs li a .car-des {
  font-size: 13px;
  color: #999999;
  padding-top: 5px;
}
.child-tab-wrapper .nav-tabs li a .rent-price {
  padding-top: 8px;
  color: #999999;
  font-weight: 300;
}
.child-tab-wrapper .nav-tabs li a .rent-price b {
  font-weight: normal;
  font-size: 12px;
}
.child-tab-wrapper .tab-content {
  position: relative;
  margin-top: -60px;
  width: 50%;
  float: right;
  text-align: center;
}
.child-tab-wrapper .tab-content {
  position: relative;
  margin-top: -60px;
  width: 50%;
  float: right;
  text-align: center;
}
@media (max-width: 991px) {
  .child-tab-wrapper .tab-content {
    width: 100%;
    float: none;
    margin-top: 75px;
  }
}
.child-tab-wrapper .rq-tab-car-details {
  position: relative;
  width: 100%;
}
.child-tab-wrapper .rq-tab-car-details .car-logo {
  position: relative;
  width: 50px;
  margin: 0 auto;
}
.child-tab-wrapper .rq-tab-car-details .car-logo img {
  width: 100%;
}
.child-tab-wrapper .rq-tab-car-details h3 {
  color: #000000;
}
.child-tab-wrapper .rq-tab-car-details .large-image-wrapper {
  position: relative;
  width: 100%;
  margin: 45px auto 0;
  padding-top: 40px;
  height: 270px;
}
@media (max-width: 1199px) {
  .child-tab-wrapper .rq-tab-car-details .large-image-wrapper {
    height: 270px;
    padding-top: 60px;
  }
}
@media (min-width: 1600px) {
  .child-tab-wrapper .rq-tab-car-details .large-image-wrapper {
    height: 350px;
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .child-tab-wrapper .rq-tab-car-details .large-image-wrapper {
    height: 390px;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .child-tab-wrapper .rq-tab-car-details .large-image-wrapper {
    height: 270px;
  }
}
@media (max-width: 480px) {
  .child-tab-wrapper .rq-tab-car-details .large-image-wrapper {
    height: 190px;
  }
}
.child-tab-wrapper .rq-tab-car-details .large-image-wrapper .image-bg {
  position: absolute;
  top: 0;
  left: 15%;
  /* background: #efa80f; */
  background: #e3333e;
  display: block;
  width: 70%;
  height: 100%;
}
@media (max-width: 991px) {
  .child-tab-wrapper .rq-tab-car-details .large-image-wrapper .image-bg {
    height: 100%;
  }
}
.child-tab-wrapper .rq-tab-car-details .large-image-wrapper .image-bg.ford {
  background: #bce4e6;
}
.child-tab-wrapper .rq-tab-car-details .large-image-wrapper .image-bg.kia {
  background: #e6dabc;
}
.child-tab-wrapper .rq-tab-car-details .car-details-option {
  margin-top: 25px;
  position: relative;
  display: flex;
  justify-content: space-around;
  color: #000000;
}
@media (max-width: 767px) {
  .child-tab-wrapper .rq-tab-car-details .car-details-option {
    justify-content: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .child-tab-wrapper .rq-tab-car-details .car-details-option span {
    width: 100%;
    margin-bottom: 10px;
  }
}
.child-tab-wrapper .rq-tab-car-details .car-details-option i {
  color: #999999;
  padding-right: 7px;
  font-size: 17px;
}
.child-tab-wrapper .rq-tab-car-details .car-details-option .red-section {
  color: #cc3333;
  padding: 0 3px;
  font-weight: 500;
}
.blog-post-single-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  background: #f3f3f3;
}
.blog-post-single-wrapper .rq-content-block {
  top: -90px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .blog-post-single-wrapper .rq-content-block {
    top: 0;
    margin: 25px 0 37.5px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.blog-post-single-wrapper .post-content {
  position: relative;
  font-size: 13px;
  padding: 60px 0 30px;
}
.blog-post-single-wrapper .post-content strong {
  color: #000000;
}
.blog-post-single-wrapper .post-share {
  position: relative;
  width: 100%;
  display: flex;
}
.blog-post-single-wrapper .post-share span {
  text-transform: uppercase;
  /*  */
  
  font-weight: 500;
  color: #000000;
  font-size: 16px;
}
.blog-post-single-wrapper .post-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.blog-post-single-wrapper .post-share ul li {
  display: inline-block;
  margin: 0 7px;
}
.blog-post-single-wrapper .post-share ul li a {
  font-size: 16px;
}
.blog-post-single-wrapper .single-sub-title {
  text-transform: capitalize;
  border-bottom: 1px solid #ebebeb;
  font-size: 24px;
  margin-bottom: 55px;
  padding-bottom: 25px;
  font-weight: 500;
}
.rq-single-post-header {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #ebebeb;
}
@media (max-width: 991px) {
  .rq-single-post-header {
    flex-direction: column;
  }
}
.rq-single-post-header .author-info-content {
  position: relative;
  padding-left: 100px;
}
@media (max-width: 991px) {
  .rq-single-post-header .author-info-content {
    margin-bottom: 37.5px;
  }
}
.rq-single-post-header .author-info-content .author-img {
  position: absolute;
  left: 0;
  top: -15px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.rq-single-post-header .author-info-content .author-name {
  display: block;
  font-size: 18px;
}
.rq-single-post-header .author-info-content .author-name a {
  text-transform: capitalize;
  color: #000000;
  font-weight: 600;
  line-height: 26px;
}
.rq-single-post-header .author-info-content .author-role {
  font-size: 13px;
  color: #999999;
}
.rq-single-post-header .post-cat-tag {
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .rq-single-post-header .post-cat-tag {
    flex-direction: column;
  }
  .rq-single-post-header .post-cat-tag .post-cat-tag-single {
    margin-bottom: 25px;
  }
}
.rq-single-post-header .post-cat-tag .post-cat-tag-single {
  position: relative;
  padding-right: 60px;
}
.rq-single-post-header .post-cat-tag .post-cat-tag-single span {
  display: block;
}
.rq-single-post-header .post-cat-tag .post-cat-tag-single .cat-title {
  /*  */
  
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
}
.rq-single-post-header .post-cat-tag .post-cat-tag-single .cat-details {
  font-size: 13px;
  color: #999999;
}
.post-comment-section {
  position: relative;
}
.comment-wrapper {
  position: relative;
  margin-bottom: 70px;
}
.comment-wrapper .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comment-wrapper .comment-list .comment {
  display: flex;
  margin-bottom: 30px;
}
.comment-wrapper .comment-list .comment .comment-author-img {
  position: relative;
  width: 70px;
  margin-right: 30px;
}
.comment-wrapper .comment-list .comment .comment-details {
  position: relative;
  background: #f3f3f3;
  padding: 20px 25px;
  width: 100%;
}
.comment-wrapper .comment-list .comment .comment-details:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: -15px;
  top: 15px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 25px solid #f3f3f3;
}
.comment-wrapper .comment-list .comment .comment-details span {
  display: block;
  font-size: 13px;
}
.comment-wrapper .comment-list .comment .comment-details .author-name {
  margin-bottom: 5px;
}
.comment-wrapper .comment-list .comment .comment-details .author-name .name {
  text-transform: capitalize;
  color: #000000;
  /* font-family: "Montserrat-Regular"; */
  font-family: "NanumSquare";
  font-weight: 600;
}
.comment-wrapper .comment-list .comment .comment-details .author-name .reply {
  font-style: italic;
  text-transform: capitalize;
  /*  */
  
  color: #33cccc;
}
.comment-wrapper .comment-list .comment .comment-details .author-name .reply:hover {
  text-decoration: underline;
}
.comment-wrapper .comment-list .comment .comment-details .comment-text {
  color: #666666;
  margin-bottom: 8px;
}
.comment-wrapper .comment-list .comment .comment-details .date {
  color: #999999;
  font-size: 11px;
  /* font-family: "Montserrat-Regular"; */
  font-family: "NanumSquare";
}
.related-posts {
  position: relative;
  padding: 50px 0 25px;
}
.related-posts .rq-blog-grid-wrapper {
  margin-bottom: 0;
}
.related-posts .rq-blog-grid-single {
  height: 300px;
}
.related-posts .rq-blog-grid-single .rq-listing-meta {
  font-size: 11px;
}
.related-posts .single-sub-title {
  border-bottom: 1px solid #ebebeb;
}
.comment-respond {
  position: relative;
  margin-bottom: 75px;
}
.comment-respond .continue-btn {
  border-bottom: 1px solid #000000;
  padding-left: 0;
  padding-right: 0;
  margin-top: 15px;
}
.comment-input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 25px;
  padding: 10px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition: all 0.3s ease;
  outline: 0;
}
.comment-input:focus,
.comment-input:active {
  border-color: #000000;
}
textarea.comment-input {
  height: 150px;
}
input.comment-input::-webkit-input-placeholder,
textarea.comment-input::-webkit-input-placeholder {
  color: #999999;
}
input.comment-input:-moz-placeholder,
textarea.comment-input:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}
input.comment-input::-moz-placeholder,
textarea.comment-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}
input.comment-input:-ms-input-placeholder,
textarea.comment-input:-ms-input-placeholder {
  color: #999999;
}
.blog-grid-wrapper {
  position: relative;
}
.blog-grid-wrapper:before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 1px;
  left: 71%;
  background: #cccccc;
  /*@media (min-width: 1400px) {*/
  /*width: 2px;*/
  /*}*/
}
@media (max-width: 991px) {
  .blog-grid-wrapper:before {
    display: none;
  }
}
.rq-blog-grid-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 135px;
}
.rq-blog-grid-wrapper .rq-pagination {
  margin-top: 37.5px;
}
.rq-sidebar {
  position: relative;
  width: 100%;
  height: auto;
  padding-left: 62.5px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .rq-sidebar {
    padding-left: 0;
  }
}
.rq-blog-grid-single {
  position: relative;
  width: 100%;
  height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 25px;
  margin-bottom: 30px;
}
.rq-blog-grid-single .rq-overlay {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition: all 0.3s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  z-index: 9;
  background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(top, transparent 50, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
  background: linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
}
:hover.rq-blog-grid-single .rq-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
.rq-blog-grid-single span {
  position: relative;
  z-index: 20;
}
.rq-blog-grid-single .company-name {
  /*  */
  
  text-transform: uppercase;
  font-size: 18px;
  color: #f1f1f1;
  padding-bottom: 10px;
}
.rq-blog-grid-single .rq-listing-meta {
  position: relative;
  color: #cccccc;
  font-weight: 500;
  font-size: 13px;
  /*  */
  
}
.rq-blog-grid-single .rq-listing-meta b {
  color: #999999;
  font-weight: normal;
  padding-right: 3px;
}
.rq-blog-grid-single .rq-listing-meta .v-line {
  padding: 0 10px;
}
.rq-how-it-work-content {
  position: relative;
}
.how-it-work-single {
  position: relative;
  padding: 80px 60px;
  background: #fff;
  text-align: center;
  margin-bottom: 25px;
  border-radius: 4px;
}
@media (max-width: 1199px) {
  .how-it-work-single {
    padding: 80px 40px;
  }
}
.how-it-work-single img {
  height: 120px;
  width: auto;
  margin: 0 auto 25px;
}
.how-it-work-single h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500;
}
.how-it-work-single p {
  font-size: 13px;
  color: #999999;
  margin: 0;
}
.rq-download-app-section {
  position: relative;
}
.rq-download-app-section .mobile-image-content {
  position: relative;
  max-width: 460px;
  margin: 0 auto;
}
.rq-download-app-section .mobile-image-content img {
  width: 100%;
  position: absolute;
}
@media (max-width: 991px) {
  .rq-download-app-section .mobile-image-content img {
    position: relative;
  }
}
.rq-download-app-section .app-text-section {
  position: relative;
}
.rq-download-app-section .app-text-section h5 {
  color: #ffffff;
}
.rq-download-app-section .app-text-section h1 {
  color: #ffffff;
  font-weight: 300;
}
@media (max-width: 767px) {
  .rq-download-app-section .app-text-section h1 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  .rq-download-app-section .app-text-section h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
.rq-download-app-section .app-text-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 45px;
}
.rq-download-app-section .app-text-section ul li {
  padding: 3px 0 3px 20px;
  color: #ffffff;
}
.rq-download-app-section .app-text-section ul li:before {
  content: "\f375";
  font-family: "Ionicons";
  position: absolute;
  left: 0;
}
.rq-download-app-section .app-text-section .app-download-btn {
  position: relative;
  margin: 15px 0 0;
  display: flex;
}
@media (max-width: 991px) {
  .rq-download-app-section .app-text-section .app-download-btn {
    justify-content: center;
  }
}
.rq-download-app-section .app-text-section .app-download-btn a {
  margin-right: 30px;
}
@media (max-width: 991px) {
  .rq-download-app-section .app-text-section .app-download-btn a {
    margin-bottom: 15px;
  }
}
.rq-download-app-section .app-text-section .app-download-btn a:last-child {
  margin-right: 0;
}
.rq-download-app-section .app-text-section .app-download-btn a img {
  width: auto;
  height: 55px;
}
@media (max-width: 480px) {
  .rq-download-app-section .app-text-section .app-download-btn a img {
    height: 40px;
  }
}
.newsletter-content {
  position: relative;
  width: 100%;
  height: auto;
}
.newsletter-content h2 {
  font-weight: 300;
  margin: 0;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .newsletter-content h2 {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
.newsletter-content h2 strong {
  /* color: #efa80f; */
  color: #e3333e;
}
.rq-newsletter-form {
  position: relative;
}
.rq-newsletter-form input {
  width: 100%;
  height: 60px;
  background: #fff;
  border: 1px solid #cdcdcd;
  padding: 13px 131px 10px 25px;
  outline: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition: all 0.3s ease;
  color: #000000;
}
.rq-newsletter-form input:focus,
.rq-newsletter-form input:active {
  border-color: #000000;
}
.rq-newsletter-form button {
  position: absolute;
  right: 13px;
  top: 13px;
}
.rq-about-us-content-wrapper {
  position: relative;
  width: 100%;
}
.about-us-content-single {
  position: relative;
  margin-bottom: 80px;
}
.about-us-content-single .brand-title {
  margin: 0;
  margin-bottom: 25px;
  padding-top: 4px;
  line-height: 36px;
  font-weight: 500;
}
.about-us-content-single .brand-title .dot {
  /* color: #efa80f; */
  color: #e3333e;
}
@media (max-width: 991px) {
  .about-us-content-single .brand-title {
    margin-bottom: 50px;
  }
}
.about-us-content-single .about-us-text {
  position: relative;
}
.about-us-content-single .about-us-text p {
  color: #666666;
  font-weight: 500;
  font-size: 13px;
}
.about-us-content-single .about-us-text p strong {
  color: #000000;
}
.about-us-content-single .contact-single {
  position: relative;
  padding-left: 25px;
}
.about-us-content-single .contact-single i {
  position: absolute;
  left: 0;
  top: 5px;
}
.about-us-content-single .contact-single p {
  margin: 0;
  color: #666666;
  padding-bottom: 8px;
  font-weight: 500;
  font-size: 13px;
}
.about-us-content-single .opening-hour {
  position: relative;
  padding-top: 25px;
}
.about-us-content-single .opening-hour p {
  font-weight: 500;
  color: #666666;
  font-size: 13px;
}
.about-us-content-single .opening-hour p span {
  padding-left: 25px;
  color: #000000;
}
.rq-team-members {
  position: relative;
}
.rq-team-members .member-single {
  position: relative;
  width: 210px;
  height: 210px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .rq-team-members .member-single {
    margin-left: auto;
    margin-right: auto;
  }
}
.rq-team-members .member-single:hover .member-info {
  opacity: 1;
  visibility: visible;
}
.rq-team-members .member-single .member-info {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition: all 0.5s ease;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.rq-team-members .member-single .member-info a {
  color: #000000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.rq-team-members .member-single .member-info p {
  text-transform: uppercase;
  padding: 0 0 15px;
  color: #000000;
  margin: 0;
}
.rq-team-members .member-single .member-info ul {
  margin: 0;
  padding: 0;
}
.rq-team-members .member-single .member-info ul li {
  display: inline-block;
  margin: 0 5px;
}
.rq-team-members .member-single .member-info ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition: all 0.3s ease;
}
.rq-team-members .member-single .member-info ul li a:hover .social_twitter {
  color: #00ccff;
}
.rq-team-members .member-single .member-info ul li a:hover .social_facebook {
  color: #3b5998;
}
.rq-team-members .member-single .member-info ul li a:hover .social_dribbble {
  color: #ea4c89;
}
.inner-page-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}
.inner-page-banner .rq-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
}
.inner-page-banner .rq-title-container {
  text-align: left;
  padding: 0;
}
.inner-page-banner .rq-title-container.text-center {
  text-align: center;
}
.inner-page-banner .rq-title-container.text-center .breadcrumb.rq-subtitle {
  text-align: center;
  margin: 0 auto;
}
.inner-page-banner .rq-title-container .rq-title {
  color: #ffffff;
  font-size: 48px;
}
.inner-page-banner .rq-title-container .breadcrumb.rq-subtitle {
  margin: 0;
  text-align: left;
}
.inner-page-banner .rq-title-container .breadcrumb.rq-subtitle li a:hover {
  color: #ffffff;
}
.inner-page-banner .rq-title-container .breadcrumb.rq-subtitle li.active {
  color: #ffffff;
}
.rq-contact-us-grid-block {
  position: relative;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .rq-contact-us-grid-block {
    margin-bottom: 30px;
  }
}
.rq-contact-us-grid-block .row .col-md-4:last-child .grid-block-single {
  border-right: 0;
}
.rq-contact-us-grid-block .grid-block-single {
  position: relative;
  margin-bottom: 90px;
  text-align: center;
  border-right: 1px solid #cccccc;
}
@media (max-width: 991px) {
  .rq-contact-us-grid-block .grid-block-single {
    border-right: 0;
    margin-bottom: 45px;
  }
}
.rq-contact-us-grid-block .grid-block-single i {
  font-size: 24px;
  color: #cccccc;
}
.rq-contact-us-grid-block .grid-block-single h3 {
  color: #000000;
  margin: 15px 0;
  padding-top: 10px;
  /*  */
  
  font-weight: 600;
}
.rq-contact-us-grid-block .grid-block-single p {
  margin: 0;
  font-size: 13px;
  color: #666666;
}
.rq-contact-us-form-content {
  position: relative;
  text-align: center;
  max-width: 770px;
  margin: 0 auto;
}
.rq-contact-us-form-content h3 {
  color: #000000;
  line-height: 36px;
  margin: 0;
  /*  */
  
  font-weight: 600;
}
.rq-contact-us-form-content form {
  position: relative;
  width: 100%;
  margin: 60px 0 90px;
}
.contact-form-input {
  width: 100%;
  margin-bottom: 25px;
  border-color: transparent;
  outline: 0;
  padding: 15px 25px;
  background: #f3f3f3;
  border-width: 1px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition: all 0.3s ease;
}
.contact-form-input:focus,
.contact-form-input:active {
  border-color: #000000;
}
textarea.contact-form-input {
  height: 210px;
  overflow: auto;
  resize: none;
}
.submit-btn {
  position: relative;
  margin-top: 10px;
}
.submit-btn .rq-btn {
  padding: 15px 25px;
}
.rq-contact-us-map {
  position: relative;
  margin-top: 25px;
  margin-bottom: 90px;
  width: 100%;
  height: 400px;
}
.rq-contact-us-map #map {
  width: 100%;
  height: 100%;
}
.rq-registration-content-single {
  position: relative;
  margin-bottom: 90px;
}
.rq-registration-content-single.small-bottom-margin {
  margin-bottom: 25px;
}
.rq-registration-content-single h4 {
  margin: 0;
  text-transform: capitalize;
  font-weight: 600;
}
.rq-registration-content-single .subtitle {
  margin: 0;
}
.rq-registration-content-single h5 {
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
  padding-top: 5px;
}
.rq-registration-content-single .rq-login-form {
  position: relative;
  padding: 0 0 60px;
  border-bottom: 1px solid #f3f3f3;
}
.rq-registration-content-single .rq-login-form.no-border {
  border-bottom: 0;
  padding-bottom: 0;
}
.rq-registration-content-single .rq-login-form .remember-me {
  position: relative;
}
@media (max-width: 991px) {
  .rq-registration-content-single .rq-login-form .remember-me {
    margin-top: 15px;
  }
}
.rq-registration-content-single .rq-login-form .remember-me .rq-checkbox {
  padding-right: 50px;
}
.rq-registration-content-single .rq-login-form .remember-me .rq-checkbox label {
  font-size: 13px;
  padding-left: 23px;
}
.rq-registration-content-single .rq-login-form .remember-me .rq-checkbox label:before {
  top: -1px;
  font-size: 14px;
}
@media (max-width: 400px) {
  .rq-registration-content-single .rq-login-form .remember-me .forgotpass {
    display: block;
  }
}
.rq-registration-content-single .rq-login-form .remember-me .forgotpass a {
  color: #33cccc;
  font-size: 13px;
}
.rq-registration-content-single form {
  position: relative;
  width: 100%;
  padding-top: 60px;
  margin-bottom: 50px;
}
.rq-registration-content-single form .rq-btn {
  height: 55px;
  padding-left: 40px;
  padding-right: 40px;
}
.rq-registration-content-single form .register-button {
  position: relative;
  width: 100%;
  margin-top: 22.5px;
  margin-bottom: 10px;
}
.rq-form-control {
  position: relative;
  width: 100%;
  border: 1px solid #cccccc;
  background: #fff;
  outline: 0;
  padding: 15px 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition: all 0.3s ease;
  color: #000000;
  margin-bottom: 30px;
}
.rq-form-control.small {
  padding: 10px 20px;
}
.rq-form-control:focus,
.rq-form-control:active {
  border-color: #000000;
}
.rq-form-control.reverse {
  background: #f3f3f3;
  border-color: #f3f3f3;
}
.rq-form-control.reverse:focus,
.rq-form-control.reverse:active {
  background: #fff;
  border-color: #cccccc;
}
.rq-checkbox {
  position: relative;
}
.rq-checkbox input[type="checkbox"] {
  display: none;
}
.rq-checkbox label {
  padding-left: 25px;
  font-weight: normal;
  color: #666666;
}
.rq-checkbox label:before {
  content: "\56";
  font-family: 'ElegantIcons';
  position: absolute;
  left: 0;
  font-size: 17px;
}
.rq-checkbox input[type="checkbox"]:checked + label:before {
  content: "\5a";
  /* color: #efa80f; */
  color: #e3333e;
}
.rq-radiobox {
  position: relative;
  display: block;
}
.rq-radiobox input[type="radio"] {
  display: none;
}
.rq-radiobox label {
  padding-left: 25px;
  font-weight: normal;
  color: #666666;
}
.rq-radiobox label:before {
  content: "\5b";
  font-family: 'ElegantIcons';
  position: absolute;
  left: 0;
  font-size: 17px;
}
.rq-radiobox input[type="radio"]:checked + label:before {
  content: "\5c";
  /* color: #efa80f; */
  color: #e3333e;
}
.social-login {
  position: relative;
  display: flex;
}
@media (max-width: 480px) {
  .social-login {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .social-login h5 {
    margin-bottom: 20px;
  }
}
.social-login ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 25px;
}
@media (max-width: 480px) {
  .social-login ul {
    margin-left: 0;
  }
}
.social-login ul li {
  display: inline-block;
  margin: 0 10px;
  margin-bottom: 15px;
}
.social-login ul li a {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
  color: #ffffff;
}
.social-login ul li a.fb {
  background: #3b5998;
}
.social-login ul li a.fb:hover {
  background: #2d4373;
}
.social-login ul li a.tw {
  background: #00ccff;
}
.social-login ul li a.tw:hover {
  background: #00a3cc;
}
.social-login ul li a.gp {
  background: #cc0000;
}
.social-login ul li a.gp:hover {
  background: #990000;
}
.social-login ul li a.ln {
  background: #336699;
}
.social-login ul li a.ln:hover {
  background: #264c73;
}
.social-login ul li a.rs {
  background: #ff9900;
}
.social-login ul li a.rs:hover {
  background: #cc7a00;
}
.rq-feature-list {
  position: relative;
  margin: 25px 0;
  padding: 0;
  list-style: none;
}
.rq-feature-list li {
  position: relative;
  display: inline-block;
  width: 49%;
  padding: 4px 35px;
}
.rq-feature-list li:before {
  content: "\f375";
  font-family: "Ionicons";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
  color: #669933;
}
@media (max-width: 991px) {
  .rq-feature-list li {
    width: 100%;
  }
}
.rq-checkout-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.rq-checkout-wrapper .panel-group {
  position: relative;
}
.rq-checkout-wrapper .panel-group .panel {
  border-radius: 0;
  margin-top: 0;
  border-bottom: 0;
  border-color: #cccccc;
}
.rq-checkout-wrapper .panel-group .panel:last-child {
  border-bottom: 1px solid #cccccc;
}
.rq-checkout-wrapper .panel {
  border-radius: 0;
  margin-top: 0;
}
.rq-checkout-wrapper .panel-heading {
  padding: 0;
  background: #fff;
}
.rq-checkout-wrapper .panel-heading .panel-title {
  font-weight: 600;
  font-size: 18px;
}
.rq-checkout-wrapper .panel-heading .panel-title a {
  display: block;
  padding: 30px;
}
.rq-checkout-wrapper .panel-body {
  padding: 0 75px 75px;
}
@media (max-width: 767px) {
  .rq-checkout-wrapper .panel-body {
    padding: 0 30px 30px;
  }
}
.rq-checkout-wrapper .panel-body .panel-subtitle {
  position: relative;
}
.rq-checkout-wrapper .panel-body .panel-subtitle h5 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.rq-checkout-wrapper .panel-body .rq-radiobox label {
  color: #000000;
  font-weight: 600;
  font-size: 13px;
  text-transform: capitalize;
}
.rq-checkout-wrapper .panel-body .rq-radiobox-content {
  position: relative;
  margin-bottom: 25px;
}
.rq-checkout-wrapper .guest-btn {
  position: relative;
  width: 100%;
  text-align: right;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .rq-checkout-wrapper .guest-btn {
    margin-bottom: 50px;
  }
}
.rq-checkout-wrapper .rq-checkout-form {
  position: relative;
}
.rq-checkout-wrapper .rq-checkout-form .rq-form-control {
  margin-bottom: 0;
}
.rq-checkout-wrapper .rq-checkout-form label {
  font-size: 13px;
  font-weight: 500;
  color: #000000;
}
.rq-checkout-wrapper .rq-checkout-form .required {
  color: #ff0000;
}
.rq-checkout-wrapper .rq-checkout-form .login-button {
  display: flex;
  position: relative;
  width: 100%;
  margin-top: 50px;
  align-items: baseline;
  justify-content: space-between;
}
.rq-checkout-wrapper .rq-checkout-form .login-button a {
  color: #000000;
  font-size: 13px;
  font-weight: 500;
}
.rq-checkout-wrapper .rq-checkout-form .login-button a:hover {
  color: #666666;
}
.widget-categories {
  position: relative;
}
.widget-categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-categories ul li {
  position: relative;
  padding: 5px 0 5px 20px;
}
.widget-categories ul li:before {
  content: "\35";
  font-family: 'ElegantIcons';
  position: absolute;
  left: 0;
  top: 4px;
  color: #666666;
}
.widget-categories ul li a {
  /*  */
  
  display: inlin-block;
  color: #666666;
}
.widget-categories ul li a span {
  float: right;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-collapse.collapsing {
  position: relative;
  transition: height .4s;
  overflow: hidden;
}
.panel-collapse.collapse {
  overflow: hidden;
  height: 0 !important;
}
.panel-collapse.collapse.in {
  height: auto !important;
  overflow: visible;
}
.rq-listing-details {
  position: relative;
  top: -1px;
}
.rq-listing-details .location-map {
  position: relative;
  padding-top: 60px;
}
.rq-listing-details .location-map .rq-contact-us-map {
  margin-bottom: 15px;
}
.rq-listing-details .location-map .rq-contact-us-map #listing-map {
  width: 100%;
  height: 100%;
}
.rq-listing-details .rq-listing-gallery-post .rq-gallery-content .custom-navigation .flex-prev,
.rq-listing-details .rq-listing-gallery-post .rq-gallery-content .custom-navigation .flex-next {
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  color: #ffffff;
}
.listing-page-title {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
}
.listing-page-title h3 {
  text-transform: capitalize;
  margin: 0;
  font-weight: 400;
  color: #000000;
  /*  */
  
}
.section-title {
  display: block;
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  /*  */
  
  font-weight: 400;
  color: #000000;
  margin-bottom: 30px;
}
.rq-listing-details .flexslider .slides > li:first-child {
  display: block;
  -webkit-backface-visibility: visible;
}
.rq-listing-details .flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.rq-listing-details .custom-navigation {
  top: 42% !important;
}
@media (max-width: 480px) {
  .rq-listing-details .custom-navigation {
    top: 37% !important;
  }
}
.rq-listing-promo-wrapper {
  position: relative;
  width: 100%;
  padding-top: 45px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .rq-listing-promo-wrapper {
    padding-bottom: 20px;
    padding-top: 0;
  }
}
@media (max-width: 450px) {
  .rq-listing-promo-wrapper {
    padding-top: 0;
  }
}
.rq-listing-promo-wrapper .rq-listing-promo-content {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .rq-listing-promo-wrapper .rq-listing-promo-content {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .rq-listing-promo-wrapper .rq-listing-promo-content {
    justify-content: center;
  }
}
@media (max-width: 450px) {
  .rq-listing-promo-wrapper .rq-listing-promo-content {
    flex-direction: row;
    justify-content: center;
  }
}
.rq-listing-promo-wrapper .rq-listing-promo-content .rq-listing-item {
  position: relative;
  margin-bottom: 25px;
  padding: 0 60px 0 45px;
}
@media (max-width: 450px) {
  .rq-listing-promo-wrapper .rq-listing-promo-content .rq-listing-item {
    text-align: center;
    padding: 15px 0;
    width: 50%;
  }
  .rq-listing-promo-wrapper .rq-listing-promo-content .rq-listing-item:first-child {
    width: 100%;
  }
}
.rq-listing-promo-wrapper .rq-listing-promo-content .rq-listing-item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
}
@media (max-width: 450px) {
  .rq-listing-promo-wrapper .rq-listing-promo-content .rq-listing-item img {
    position: relative;
  }
}
.rq-listing-promo-wrapper .rq-listing-promo-content .rq-listing-item h6 {
  margin: 0;
  color: #999999;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
}
.rq-listing-promo-wrapper .rq-listing-promo-content .rq-listing-item h4 {
  margin: 0;
  font-weight: 600;
}
.rq-feature-tab {
  position: relative;
}
.rq-feature-tab .nav-tabs {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}
.rq-feature-tab .nav-tabs li {
  margin-bottom: 0;
}
.rq-feature-tab .nav-tabs li a {
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 500px) {
  .rq-feature-tab .nav-tabs li a {
    font-size: 14px;
    padding-left: 0;
  }
}
.rq-feature-tab .tab-content {
  position: relative;
  padding: 60px;
}
@media (max-width: 991px) {
  .rq-feature-tab .tab-content {
    padding: 30px 0;
  }
}
.rq-feature-tab .tab-content p {
  color: #000000;
}
.rq-feature-tab .tab-content .rq-single-post-header {
  border-bottom: 0;
  padding-top: 0;
}
.rq-feature-tab .tab-content .rq-single-post-header .author-img {
  top: 0;
  width: 75px;
  height: 75px;
}
.rq-feature-tab .tab-content .rq-single-post-header .author-name {
  margin-bottom: 10px;
}
.rq-feature-tab .tab-content .rq-single-post-header .author-name span {
  margin-left: 25px;
  /* color: #efa80f; */
  color: #e3333e;
}
.rq-feature-tab .tab-content .review-form {
  position: relative;
}
.rq-feature-tab .tab-content .review-form h4 {
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #000000;
  font-weight: 500;
}
.rq-feature-tab .tab-content .review-form .review-star {
  position: relative;
  margin-bottom: 15px;
}
.rq-feature-tab .tab-content .review-form .review-star a {
  color: #000000;
  font-size: 18px;
}
.rq-feature-tab .tab-content .review-form .review-star a:hover {
  /* color: #efa80f; */
  color: #e3333e;
}
.rq-feature-tab .tab-content .review-form .comment-respond {
  margin-bottom: 0;
}
.rq-feature-tab .tab-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 25px;
}
.rq-feature-tab .tab-content ul li {
  position: relative;
  display: inline-block;
  width: 33%;
  color: #000000;
  padding-left: 40px;
  font-weight: 500;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 1199px) {
  .rq-feature-tab .tab-content ul li {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .rq-feature-tab .tab-content ul li {
    padding-right: 25px;
    width: 46%;
  }
}
@media (max-width: 520px) {
  .rq-feature-tab .tab-content ul li {
    width: 100%;
  }
}
.rq-feature-tab .tab-content ul li.checked:before {
  content: "\4e";
  font-family: 'ElegantIcons';
  position: absolute;
  left: 0;
  color: #669933;
}
.rq-feature-tab .tab-content ul li.unchecked:before {
  content: "\4d";
  font-family: 'ElegantIcons';
  position: absolute;
  left: -2px;
  color: #cc0000;
  font-size: 18px;
}
.rq-car-booking-section {
  position: relative;
  width: 100%;
  height: auto;
}
.rq-car-booking-section .rq-search-container {
  box-shadow: none;
  border: 1px solid #dedede;
}
.rq-car-booking-section .booking-details {
  position: relative;
}
.rq-car-booking-section .booking-details .booking-section-single {
  position: relative;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .rq-car-booking-section .booking-details .booking-section-single {
    padding: 60px 0 0;
  }
}
.rq-car-booking-section .booking-details .booking-section-single .section-adding-option {
  position: relative;
}
.rq-car-booking-section .booking-details .booking-section-single .section-adding-option label {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 40px;
  font-weight: 500;
}
.rq-car-booking-section .booking-details .booking-section-single .section-adding-option label span {
  color: #cc0000;
  float: right;
}
@media (max-width: 480px) {
  .rq-car-booking-section .booking-details .booking-section-single .section-adding-option label span {
    float: none;
    display: block;
  }
}
.rq-car-booking-section .total-price {
  position: relative;
  margin: 0;
  /*  */
  
  text-align: center;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 767px) {
  .rq-car-booking-section .total-price {
    margin-top: 50px;
    line-height: 36px;
  }
}
.rq-car-booking-section .total-price span {
  color: #cc0000;
  font-weight: 600;
}
.rq-car-booking-section .book-btn {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
.rq-checkbox-secondary {
  position: relative;
}
.rq-checkbox-secondary input[type="checkbox"] {
  display: none;
}
.rq-checkbox-secondary label {
  cursor: pointer;
  padding-left: 25px;
  font-weight: normal;
  color: #000000;
}
.rq-checkbox-secondary label:before {
  content: "\f372";
  font-family: 'Ionicons';
  position: absolute;
  left: 0;
  font-size: 17px;
}
.rq-checkbox-secondary input[type="checkbox"]:checked + label:before {
  content: "\f374";
  color: #669933;
}
.related-car-faq {
  position: relative;
  padding-bottom: 45px;
}
.related-car-faq .nav-tabs {
  width: 100%;
  height: 315px;
}
@media (max-width: 991px) {
  .related-car-faq .nav-tabs {
    margin-top: 10px;
    margin-bottom: 50px;
  }
}
.related-car-faq .nav-tabs li {
  margin: 0;
  border-bottom: 1px solid #ebebeb;
}
.rq-faqs {
  position: relative;
  margin-top: 70px;
}
@media (max-width: 991px) {
  .rq-faqs {
    margin-top: 10px;
  }
}
.rq-faqs .faq-single {
  position: relative;
  margin-bottom: 20px;
}
.rq-faqs .faq-single a {
  position: relative;
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  color: #000000;
  padding-right: 25px;
}
.rq-faqs .faq-single a:before {
  content: "\4c";
  font-family: 'ElegantIcons';
  position: absolute;
  right: 0;
  height: 20px;
  text-align: center;
  width: 20px;
  background: #808080;
  color: #ffffff;
  line-height: 20px;
}
.rq-faqs .faq-single a.active:before {
  content: "\4b";
  background: #000000;
}
.rq-faqs .faq-single .hidden-content {
  position: relative;
  padding: 0 25px 0;
  margin: 0;
  line-height: 21px;
  font-size: 13px;
}
.rq-shopping-content-block {
  position: relative;
}
.rq-cart-items {
  position: relative;
  margin-bottom: 37.5px;
}
.rq-cart-items h4 {
  margin: 0;
  font-weight: 600;
}
.rq-cart-items .cart-items-table {
  position: relative;
  padding-top: 45px;
  widht: 100%;
}
.rq-cart-items .cart-items-table table {
  position: relative;
  width: 100%;
  min-width: 900px;
}
.rq-cart-items .cart-items-table table thead {
  border-bottom: 1px solid #cccccc;
}
.rq-cart-items .cart-items-table table thead tr th {
  padding-bottom: 15px;
  padding-top: 15px;
  font-weight: 600;
  color: #000000;
  text-align: left;
  padding-left: 21px;
}
.rq-cart-items .cart-items-table table thead tr th:first-child {
  width: 54%;
  padding-left: 100px;
}
.rq-cart-items .cart-items-table table tbody {
  position: relative;
}
.rq-cart-items .cart-items-table table tbody tr td {
  padding: 25px 25px 35px;
  border-bottom: 1px solid #cccccc;
  vertical-align: baseline;
  color: #000000;
}
.rq-cart-items .cart-items-table table tbody tr td .close-edit-btn {
  position: relative;
}
.rq-cart-items .cart-items-table table tbody tr td .close-edit-btn a {
  display: block;
  color: #cccccc;
}
.rq-cart-items .cart-items-table table tbody tr td .close-edit-btn a .icon_close {
  font-size: 24px;
  left: -8px;
  position: relative;
}
.rq-cart-items .cart-items-table table tbody tr td .close-edit-btn a:hover {
  color: #000000;
}
.rq-cart-items .cart-items-table table tbody tr td:first-child img {
  width: 150px;
  float: left;
  margin-right: 30px;
}
.rq-cart-items .cart-items-table table tbody tr td:first-child .details h5 {
  margin: 0;
  color: #000000;
  font-weight: 600;
  padding-bottom: 15px;
}
.rq-cart-items .cart-items-table table tbody tr td:first-child .details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rq-cart-items .cart-items-table table tbody tr td:first-child .details ul li {
  font-size: 13px;
  color: #cccccc;
  font-weight: 600;
}
.rq-cart-items .cart-items-table table tbody tr td:first-child .details ul li span {
  color: #000000;
  font-weight: 500;
}
.rq-cart-items .checkout-btn {
  position: relative;
  width: 100%;
  padding: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rq-cart-items .checkout-btn a {
  margin-bottom: 30px;
}
.rq-cart-items .checkout-btn .left-section a {
  margin-right: 30px;
}
.rq-billing-info {
  position: relative;
}
.rq-billing-info .info-single {
  position: relative;
}
.rq-billing-info .info-single .rq-cart-options-title {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.rq-billing-info .info-single .rq-cart-options-title h4 {
  margin: 0;
  /* font-family: "Montserrat-Regular"; */
  font-family: "NanumSquare";
  font-weight: 600;
}
.rq-billing-info .info-single .rq-cart-options-content {
  position: relative;
  padding: 45px 0;
}
.rq-billing-info .info-single .rq-cart-options-content .select-box {
  margin-bottom: 25px;
}
.rq-billing-info .info-single .rq-cart-options-content .selectize-input {
  height: 50px;
  line-height: 39px;
  border-radius: 0;
  box-shadow: none;
  padding-left: 20px;
}
.rq-billing-info .info-single .rq-cart-options-content p {
  position: relative;
  top: -8px;
  font-style: italic;
  color: #666666;
  font-weight: 500;
}
.rq-grand-total {
  position: relative;
  padding: 40px;
  background: #efefef;
}
.rq-grand-total h5 {
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  justify-content: flex-end;
}
.rq-grand-total h5 span {
  padding-left: 25px;
}
.rq-grand-total h4 {
  margin: 0;
  text-transform: capitalize;
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 25px;
}
.rq-grand-total h4 span {
  color: #cc0000;
}
.rq-grand-total p {
  position: relative;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
}
.listing-search-container {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.listing-search-container h2 {
  margin: 0;
  font-weight: 300;
  padding-bottom: 10px;
}
.listing-search-container h2 .dot {
  /* color: #efa80f; */
  color: #e3333e;
}
.listing-search-container .search-btn i {
  top: 2px !important;
}
.rq-listing-top-bar-filter-option {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 25px;
  /* margin-top: 65px; */
  margin-top: 25px;
}
.rq-listing-top-bar-filter-option h5 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  padding-right: 125px;
}
@media (max-width: 991px) {
  .rq-listing-top-bar-filter-option h5 {
    padding-right: 70px;
  }
}
@media (max-width: 767px) {
  .rq-listing-top-bar-filter-option h5 {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}
.rq-listing-top-bar-filter-option .filter-list {
  position: relative;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.rq-listing-top-bar-filter-option .filter-single {
  position: relative;
}
@media (max-width: 767px) {
  .rq-listing-top-bar-filter-option .filter-single {
    min-width: 130px;
  }
}
@media (max-width: 600px) {
  .rq-listing-top-bar-filter-option .filter-single {
    width: 50%;
    margin-bottom: 15px;
  }
}
@media (max-width: 450px) {
  .rq-listing-top-bar-filter-option .filter-single:nth-child(2n + 1) .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.rq-listing-top-bar-filter-option .filter-single .btn-group {
  position: relative;
}
.rq-listing-top-bar-filter-option .filter-single .btn-group.open button {
  background: transparent !important;
  outline: 0;
  box-shadow: none;
}
.rq-listing-top-bar-filter-option .filter-single .btn-group button {
  border: 0;
  background: transparent;
  margin-right: 40px;
  padding-left: 30px;
  color: #000000;
  outline: 0;
  box-shadow: none;
  font-weight: 500;
}
@media (max-width: 767px) {
  .rq-listing-top-bar-filter-option .filter-single .btn-group button {
    padding-left: 0;
  }
}
.rq-listing-top-bar-filter-option .filter-single .btn-group .dropdown-menu {
  border-radius: 0;
  min-width: 200px;
  padding: 25px 15px;
  box-shadow: none;
  z-index: 80 !important;
}
.rq-listing-top-bar-filter-option .filter-single .btn-group .dropdown-menu .rq-checkbox label {
  cursor: pointer;
  color: #000000;
  font-size: 13px;
}
.rq-listing-top-bar-filter-option .filter-single .btn-group .dropdown-menu .rq-checkbox label:before {
  top: 0;
}
.rq-listing-top-bar-filter-option .rq-grid-list-view-option {
  position: relative;
}
@media (max-width: 767px) {
  .rq-listing-top-bar-filter-option .rq-grid-list-view-option {
    display: none;
  }
}
.rq-listing-top-bar-filter-option .rq-grid-list-view-option a {
  font-size: 24px;
  margin-left: 10px;
}
.rq-listing-top-bar-filter-option .rq-grid-list-view-option a .ion-grid {
  position: relative;
  top: -2px;
  font-size: 19px;
}
.rq-listing-top-bar-filter-option .rq-grid-list-view-option a.active {
  color: #000000;
}
.rq-pricing-slider {
  position: relative;
  padding: 15px 0 0;
}
.rq-pricing-slider #slider-range {
  height: 2px;
  border-radius: 0;
  border: 0;
  background-color: #cccccc;
}
.rq-pricing-slider .ui-slider-range.ui-widget-header.ui-corner-all {
  border-radius: 0;
  /* background-color: #efa80f; */
  background-color: #e3333e;
}
.rq-pricing-slider .ui-slider-handle {
  width: 10px;
  height: 20px;
  border-radius: 0;
  border: 0;
  /* background-color: #efa80f; */
  background-color: #e3333e;
  top: -9px;
  outline: 0;
}
.rq-pricing-slider .ui-slider-handle:focus,
.rq-pricing-slider .ui-slider-handle:active {
  outline: 0;
  border: 0;
}
.rq-pricing-slider p {
  margin: 0;
  display: flex;
  padding-top: 15px;
  font-size: 13px;
}
.rq-pricing-slider p label {
  font-weight: normal;
  text-transform: capitalize;
  color: #000000;
  margin: 0;
}
.rq-pricing-slider p input {
  padding: 0;
  padding-left: 10px;
  color: #000000;
  font-weight: normal;
  /*  */
  
  border: 0;
  outline: 0;
}
.rq-car-listing-wrapper {
  position: relative;
}
.rq-car-listing-wrapper .rq-listing-grid {
  position: relative;
}
.listing-single {
  position: relative;
  margin-bottom: 30px;
/*  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition: all 0.3s ease;*/
}
.listing-single:hover {
  /*box-shadow: 0px 2px 39px rgba(0, 0, 0, 0.2);*/
}
.listing-single:hover .car-name a {
  /*color: #D68100;*/
   /*color: #e3333e;*/ 
  /*color: #1a6e01;*/
}
.listing-single .listing-img {
  width: 100%;
  position: relative;
  display: block;
  border: 1px solid #cccccc;
  border-radius: 10px 10px 0px 0px;
  padding: 20px 0 10px 0;
}
.listing-single .listing-details {
  position: relative;
  padding: 25px 25px;
  border: 1px solid #cccccc;
  border-top: 0;
  background-color: #fff;
  text-align: left;
}
.listing-single .listing-details .rating-list {
  display: none;
}
.listing-single .listing-details h5 {
  margin: 0;
}
.listing-single .listing-details h3 {
  /*  */
  
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.listing-single .listing-details h3 a {
  /*  */
  
  color: #000000;
}
.listing-single .listing-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.listing-single .listing-details ul li {
/*  color: #999999;
  font-size: 12px;
  font-weight: 600;
  margin: 2px 0;*/
}
.listing-single .listing-details ul li span {
  color: #000000;
  font-weight: 500;
}
.listing-single .listing-details .listing-footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  margin-top: 25px;
  border-top: 10px solid #cccccc;
}
.listing-single .listing-details .listing-footer span {
  color: #999999;
  font-weight: 500;
}
.listing-single .listing-details .listing-footer span .price {
  color: #cc0000;
  font-weight: 600;
}
.listing-single .listing-details .listing-footer span a {
  color: #333333;
  border-bottom: 1px solid #cccccc;
  font-weight: 500;
}
.listing-single .listing-details .listing-footer span a:hover {
  /* border-color: #efa80f; */
/*  border-color: #e3333e;*/
}
.rq-listing-list {
  position: relative;
}
.rq-listing-list .col-md-4 {
  width: 50%;
}

.listing-single .listing-footer {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #cccccc;
    border-top: 0;
    padding: 10px 15px;
    background-color: #ffffff;
}

@media (max-width: 991px) {
  .rq-listing-list .col-md-4 {
    width: 100%;
  }
}
.rq-listing-list .listing-single {
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .rq-listing-list .listing-single {
    flex-direction: column;
  }
}
.rq-listing-list .listing-single .listing-img {
  width: 45%;
  height: 263px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .rq-listing-list .listing-single .listing-img {
    width: 100%;
    min-height: auto;
    height: auto;
  }
}
.rq-listing-list .listing-single .listing-img img {
  height: 100%;
  width: auto;
}
@media (max-width: 767px) {
  .rq-listing-list .listing-single .listing-img img {
    width: 100%;
    height: auto;
  }
}
.rq-listing-list .listing-single .listing-details {
  width: 55%;
  text-align: left;
  border-top: 1px solid #cccccc;
  border-left: 0;
  paddding: 30px;
}
@media (max-width: 767px) {
  .rq-listing-list .listing-single .listing-details {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .rq-listing-list .listing-single .listing-details {
    border-top: 0;
    border-left: 1px solid #cccccc;
  }
}
.rq-listing-list .listing-single .listing-details .car-brand {
  display: none;
}
.rq-listing-list .listing-single .listing-details h3 {
  font-size: 18px;
  clor: #000000;
  margin: 0;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rq-listing-list .listing-single .listing-details .rating-list {
  display: block;
  position: relative;
}
.rq-listing-list .listing-single .listing-details .rating-list li {
  display: inline-block;
  /* color: #efa80f; */
  color: #e3333e;
}
.rq-listing-list .listing-single .listing-details .listing-footer {
  margin-top: 15px;
  padding-top: 15px;
}
.rect-auto,
.c100.p51 .slice,
.c100.p52 .slice,
.c100.p53 .slice,
.c100.p54 .slice,
.c100.p55 .slice,
.c100.p56 .slice,
.c100.p57 .slice,
.c100.p58 .slice,
.c100.p59 .slice,
.c100.p60 .slice,
.c100.p61 .slice,
.c100.p62 .slice,
.c100.p63 .slice,
.c100.p64 .slice,
.c100.p65 .slice,
.c100.p66 .slice,
.c100.p67 .slice,
.c100.p68 .slice,
.c100.p69 .slice,
.c100.p70 .slice,
.c100.p71 .slice,
.c100.p72 .slice,
.c100.p73 .slice,
.c100.p74 .slice,
.c100.p75 .slice,
.c100.p76 .slice,
.c100.p77 .slice,
.c100.p78 .slice,
.c100.p79 .slice,
.c100.p80 .slice,
.c100.p81 .slice,
.c100.p82 .slice,
.c100.p83 .slice,
.c100.p84 .slice,
.c100.p85 .slice,
.c100.p86 .slice,
.c100.p87 .slice,
.c100.p88 .slice,
.c100.p89 .slice,
.c100.p90 .slice,
.c100.p91 .slice,
.c100.p92 .slice,
.c100.p93 .slice,
.c100.p94 .slice,
.c100.p95 .slice,
.c100.p96 .slice,
.c100.p97 .slice,
.c100.p98 .slice,
.c100.p99 .slice,
.c100.p100 .slice {
  clip: rect(auto, auto, auto, auto);
}
.pie,
.c100 .bar,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.c100.p100 .fill {
  position: absolute;
  border: 0.08em solid #307bbb;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.pie-fill,
.c100.p51 .bar:after,
.c100.p51 .fill,
.c100.p52 .bar:after,
.c100.p52 .fill,
.c100.p53 .bar:after,
.c100.p53 .fill,
.c100.p54 .bar:after,
.c100.p54 .fill,
.c100.p55 .bar:after,
.c100.p55 .fill,
.c100.p56 .bar:after,
.c100.p56 .fill,
.c100.p57 .bar:after,
.c100.p57 .fill,
.c100.p58 .bar:after,
.c100.p58 .fill,
.c100.p59 .bar:after,
.c100.p59 .fill,
.c100.p60 .bar:after,
.c100.p60 .fill,
.c100.p61 .bar:after,
.c100.p61 .fill,
.c100.p62 .bar:after,
.c100.p62 .fill,
.c100.p63 .bar:after,
.c100.p63 .fill,
.c100.p64 .bar:after,
.c100.p64 .fill,
.c100.p65 .bar:after,
.c100.p65 .fill,
.c100.p66 .bar:after,
.c100.p66 .fill,
.c100.p67 .bar:after,
.c100.p67 .fill,
.c100.p68 .bar:after,
.c100.p68 .fill,
.c100.p69 .bar:after,
.c100.p69 .fill,
.c100.p70 .bar:after,
.c100.p70 .fill,
.c100.p71 .bar:after,
.c100.p71 .fill,
.c100.p72 .bar:after,
.c100.p72 .fill,
.c100.p73 .bar:after,
.c100.p73 .fill,
.c100.p74 .bar:after,
.c100.p74 .fill,
.c100.p75 .bar:after,
.c100.p75 .fill,
.c100.p76 .bar:after,
.c100.p76 .fill,
.c100.p77 .bar:after,
.c100.p77 .fill,
.c100.p78 .bar:after,
.c100.p78 .fill,
.c100.p79 .bar:after,
.c100.p79 .fill,
.c100.p80 .bar:after,
.c100.p80 .fill,
.c100.p81 .bar:after,
.c100.p81 .fill,
.c100.p82 .bar:after,
.c100.p82 .fill,
.c100.p83 .bar:after,
.c100.p83 .fill,
.c100.p84 .bar:after,
.c100.p84 .fill,
.c100.p85 .bar:after,
.c100.p85 .fill,
.c100.p86 .bar:after,
.c100.p86 .fill,
.c100.p87 .bar:after,
.c100.p87 .fill,
.c100.p88 .bar:after,
.c100.p88 .fill,
.c100.p89 .bar:after,
.c100.p89 .fill,
.c100.p90 .bar:after,
.c100.p90 .fill,
.c100.p91 .bar:after,
.c100.p91 .fill,
.c100.p92 .bar:after,
.c100.p92 .fill,
.c100.p93 .bar:after,
.c100.p93 .fill,
.c100.p94 .bar:after,
.c100.p94 .fill,
.c100.p95 .bar:after,
.c100.p95 .fill,
.c100.p96 .bar:after,
.c100.p96 .fill,
.c100.p97 .bar:after,
.c100.p97 .fill,
.c100.p98 .bar:after,
.c100.p98 .fill,
.c100.p99 .bar:after,
.c100.p99 .fill,
.c100.p100 .bar:after,
.c100.p100 .fill {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c100 {
  position: relative;
  font-size: 120px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  float: left;
  margin: 0 0.1em 0.1em 0;
  background-color: #ccc;
}
.c100 *,
.c100 *:before,
.c100 *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.c100.center {
  float: none;
  margin: 0 auto;
}
.c100.big {
  font-size: 240px;
}
.c100.small {
  font-size: 80px;
}
.c100 > span {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  width: 5em;
  line-height: 5em;
  font-size: 0.2em;
  color: #ccc;
  display: block;
  text-align: center;
  white-space: nowrap;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.c100:after {
  position: absolute;
  top: 0.08em;
  left: 0.08em;
  display: block;
  content: " ";
  border-radius: 50%;
  background-color: #f5f5f5;
  width: 0.84em;
  height: 0.84em;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}
.c100.p1 .bar {
  -webkit-transform: rotate(3.6deg);
  -moz-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  -o-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}
.c100.p2 .bar {
  -webkit-transform: rotate(7.2deg);
  -moz-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  -o-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}
.c100.p3 .bar {
  -webkit-transform: rotate(10.8deg);
  -moz-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  -o-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}
.c100.p4 .bar {
  -webkit-transform: rotate(14.4deg);
  -moz-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  -o-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}
.c100.p5 .bar {
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  transform: rotate(18deg);
}
.c100.p6 .bar {
  -webkit-transform: rotate(21.6deg);
  -moz-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  -o-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}
.c100.p7 .bar {
  -webkit-transform: rotate(25.2deg);
  -moz-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  -o-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}
.c100.p8 .bar {
  -webkit-transform: rotate(28.8deg);
  -moz-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  -o-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}
.c100.p9 .bar {
  -webkit-transform: rotate(32.4deg);
  -moz-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  -o-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}
.c100.p10 .bar {
  -webkit-transform: rotate(36deg);
  -moz-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -o-transform: rotate(36deg);
  transform: rotate(36deg);
}
.c100.p11 .bar {
  -webkit-transform: rotate(39.6deg);
  -moz-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  -o-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}
.c100.p12 .bar {
  -webkit-transform: rotate(43.2deg);
  -moz-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  -o-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}
.c100.p13 .bar {
  -webkit-transform: rotate(46.800000000000004deg);
  -moz-transform: rotate(46.800000000000004deg);
  -ms-transform: rotate(46.800000000000004deg);
  -o-transform: rotate(46.800000000000004deg);
  transform: rotate(46.800000000000004deg);
}
.c100.p14 .bar {
  -webkit-transform: rotate(50.4deg);
  -moz-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  -o-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}
.c100.p15 .bar {
  -webkit-transform: rotate(54deg);
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -o-transform: rotate(54deg);
  transform: rotate(54deg);
}
.c100.p16 .bar {
  -webkit-transform: rotate(57.6deg);
  -moz-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  -o-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}
.c100.p17 .bar {
  -webkit-transform: rotate(61.2deg);
  -moz-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  -o-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}
.c100.p18 .bar {
  -webkit-transform: rotate(64.8deg);
  -moz-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  -o-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}
.c100.p19 .bar {
  -webkit-transform: rotate(68.4deg);
  -moz-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  -o-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}
.c100.p20 .bar {
  -webkit-transform: rotate(72deg);
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -o-transform: rotate(72deg);
  transform: rotate(72deg);
}
.c100.p21 .bar {
  -webkit-transform: rotate(75.60000000000001deg);
  -moz-transform: rotate(75.60000000000001deg);
  -ms-transform: rotate(75.60000000000001deg);
  -o-transform: rotate(75.60000000000001deg);
  transform: rotate(75.60000000000001deg);
}
.c100.p22 .bar {
  -webkit-transform: rotate(79.2deg);
  -moz-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  -o-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}
.c100.p23 .bar {
  -webkit-transform: rotate(82.8deg);
  -moz-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  -o-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}
.c100.p24 .bar {
  -webkit-transform: rotate(86.4deg);
  -moz-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  -o-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}
.c100.p25 .bar {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c100.p26 .bar {
  -webkit-transform: rotate(93.60000000000001deg);
  -moz-transform: rotate(93.60000000000001deg);
  -ms-transform: rotate(93.60000000000001deg);
  -o-transform: rotate(93.60000000000001deg);
  transform: rotate(93.60000000000001deg);
}
.c100.p27 .bar {
  -webkit-transform: rotate(97.2deg);
  -moz-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  -o-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}
.c100.p28 .bar {
  -webkit-transform: rotate(100.8deg);
  -moz-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  -o-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}
.c100.p29 .bar {
  -webkit-transform: rotate(104.4deg);
  -moz-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  -o-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}
.c100.p30 .bar {
  -webkit-transform: rotate(108deg);
  -moz-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  -o-transform: rotate(108deg);
  transform: rotate(108deg);
}
.c100.p31 .bar {
  -webkit-transform: rotate(111.60000000000001deg);
  -moz-transform: rotate(111.60000000000001deg);
  -ms-transform: rotate(111.60000000000001deg);
  -o-transform: rotate(111.60000000000001deg);
  transform: rotate(111.60000000000001deg);
}
.c100.p32 .bar {
  -webkit-transform: rotate(115.2deg);
  -moz-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  -o-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}
.c100.p33 .bar {
  -webkit-transform: rotate(118.8deg);
  -moz-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  -o-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}
.c100.p34 .bar {
  -webkit-transform: rotate(122.4deg);
  -moz-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  -o-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}
.c100.p35 .bar {
  -webkit-transform: rotate(126deg);
  -moz-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  -o-transform: rotate(126deg);
  transform: rotate(126deg);
}
.c100.p36 .bar {
  -webkit-transform: rotate(129.6deg);
  -moz-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  -o-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}
.c100.p37 .bar {
  -webkit-transform: rotate(133.20000000000002deg);
  -moz-transform: rotate(133.20000000000002deg);
  -ms-transform: rotate(133.20000000000002deg);
  -o-transform: rotate(133.20000000000002deg);
  transform: rotate(133.20000000000002deg);
}
.c100.p38 .bar {
  -webkit-transform: rotate(136.8deg);
  -moz-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  -o-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}
.c100.p39 .bar {
  -webkit-transform: rotate(140.4deg);
  -moz-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  -o-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}
.c100.p40 .bar {
  -webkit-transform: rotate(144deg);
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -o-transform: rotate(144deg);
  transform: rotate(144deg);
}
.c100.p41 .bar {
  -webkit-transform: rotate(147.6deg);
  -moz-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  -o-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}
.c100.p42 .bar {
  -webkit-transform: rotate(151.20000000000002deg);
  -moz-transform: rotate(151.20000000000002deg);
  -ms-transform: rotate(151.20000000000002deg);
  -o-transform: rotate(151.20000000000002deg);
  transform: rotate(151.20000000000002deg);
}
.c100.p43 .bar {
  -webkit-transform: rotate(154.8deg);
  -moz-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  -o-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}
.c100.p44 .bar {
  -webkit-transform: rotate(158.4deg);
  -moz-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  -o-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}
.c100.p45 .bar {
  -webkit-transform: rotate(162deg);
  -moz-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  -o-transform: rotate(162deg);
  transform: rotate(162deg);
}
.c100.p46 .bar {
  -webkit-transform: rotate(165.6deg);
  -moz-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  -o-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}
.c100.p47 .bar {
  -webkit-transform: rotate(169.20000000000002deg);
  -moz-transform: rotate(169.20000000000002deg);
  -ms-transform: rotate(169.20000000000002deg);
  -o-transform: rotate(169.20000000000002deg);
  transform: rotate(169.20000000000002deg);
}
.c100.p48 .bar {
  -webkit-transform: rotate(172.8deg);
  -moz-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  -o-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}
.c100.p49 .bar {
  -webkit-transform: rotate(176.4deg);
  -moz-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  -o-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}
.c100.p50 .bar {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c100.p51 .bar {
  -webkit-transform: rotate(183.6deg);
  -moz-transform: rotate(183.6deg);
  -ms-transform: rotate(183.6deg);
  -o-transform: rotate(183.6deg);
  transform: rotate(183.6deg);
}
.c100.p52 .bar {
  -webkit-transform: rotate(187.20000000000002deg);
  -moz-transform: rotate(187.20000000000002deg);
  -ms-transform: rotate(187.20000000000002deg);
  -o-transform: rotate(187.20000000000002deg);
  transform: rotate(187.20000000000002deg);
}
.c100.p53 .bar {
  -webkit-transform: rotate(190.8deg);
  -moz-transform: rotate(190.8deg);
  -ms-transform: rotate(190.8deg);
  -o-transform: rotate(190.8deg);
  transform: rotate(190.8deg);
}
.c100.p54 .bar {
  -webkit-transform: rotate(194.4deg);
  -moz-transform: rotate(194.4deg);
  -ms-transform: rotate(194.4deg);
  -o-transform: rotate(194.4deg);
  transform: rotate(194.4deg);
}
.c100.p55 .bar {
  -webkit-transform: rotate(198deg);
  -moz-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  -o-transform: rotate(198deg);
  transform: rotate(198deg);
}
.c100.p56 .bar {
  -webkit-transform: rotate(201.6deg);
  -moz-transform: rotate(201.6deg);
  -ms-transform: rotate(201.6deg);
  -o-transform: rotate(201.6deg);
  transform: rotate(201.6deg);
}
.c100.p57 .bar {
  -webkit-transform: rotate(205.20000000000002deg);
  -moz-transform: rotate(205.20000000000002deg);
  -ms-transform: rotate(205.20000000000002deg);
  -o-transform: rotate(205.20000000000002deg);
  transform: rotate(205.20000000000002deg);
}
.c100.p58 .bar {
  -webkit-transform: rotate(208.8deg);
  -moz-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  -o-transform: rotate(208.8deg);
  transform: rotate(208.8deg);
}
.c100.p59 .bar {
  -webkit-transform: rotate(212.4deg);
  -moz-transform: rotate(212.4deg);
  -ms-transform: rotate(212.4deg);
  -o-transform: rotate(212.4deg);
  transform: rotate(212.4deg);
}
.c100.p60 .bar {
  -webkit-transform: rotate(216deg);
  -moz-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  -o-transform: rotate(216deg);
  transform: rotate(216deg);
}
.c100.p61 .bar {
  -webkit-transform: rotate(219.6deg);
  -moz-transform: rotate(219.6deg);
  -ms-transform: rotate(219.6deg);
  -o-transform: rotate(219.6deg);
  transform: rotate(219.6deg);
}
.c100.p62 .bar {
  -webkit-transform: rotate(223.20000000000002deg);
  -moz-transform: rotate(223.20000000000002deg);
  -ms-transform: rotate(223.20000000000002deg);
  -o-transform: rotate(223.20000000000002deg);
  transform: rotate(223.20000000000002deg);
}
.c100.p63 .bar {
  -webkit-transform: rotate(226.8deg);
  -moz-transform: rotate(226.8deg);
  -ms-transform: rotate(226.8deg);
  -o-transform: rotate(226.8deg);
  transform: rotate(226.8deg);
}
.c100.p64 .bar {
  -webkit-transform: rotate(230.4deg);
  -moz-transform: rotate(230.4deg);
  -ms-transform: rotate(230.4deg);
  -o-transform: rotate(230.4deg);
  transform: rotate(230.4deg);
}
.c100.p65 .bar {
  -webkit-transform: rotate(234deg);
  -moz-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  -o-transform: rotate(234deg);
  transform: rotate(234deg);
}
.c100.p66 .bar {
  -webkit-transform: rotate(237.6deg);
  -moz-transform: rotate(237.6deg);
  -ms-transform: rotate(237.6deg);
  -o-transform: rotate(237.6deg);
  transform: rotate(237.6deg);
}
.c100.p67 .bar {
  -webkit-transform: rotate(241.20000000000002deg);
  -moz-transform: rotate(241.20000000000002deg);
  -ms-transform: rotate(241.20000000000002deg);
  -o-transform: rotate(241.20000000000002deg);
  transform: rotate(241.20000000000002deg);
}
.c100.p68 .bar {
  -webkit-transform: rotate(244.8deg);
  -moz-transform: rotate(244.8deg);
  -ms-transform: rotate(244.8deg);
  -o-transform: rotate(244.8deg);
  transform: rotate(244.8deg);
}
.c100.p69 .bar {
  -webkit-transform: rotate(248.4deg);
  -moz-transform: rotate(248.4deg);
  -ms-transform: rotate(248.4deg);
  -o-transform: rotate(248.4deg);
  transform: rotate(248.4deg);
}
.c100.p70 .bar {
  -webkit-transform: rotate(252deg);
  -moz-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  -o-transform: rotate(252deg);
  transform: rotate(252deg);
}
.c100.p71 .bar {
  -webkit-transform: rotate(255.6deg);
  -moz-transform: rotate(255.6deg);
  -ms-transform: rotate(255.6deg);
  -o-transform: rotate(255.6deg);
  transform: rotate(255.6deg);
}
.c100.p72 .bar {
  -webkit-transform: rotate(259.2deg);
  -moz-transform: rotate(259.2deg);
  -ms-transform: rotate(259.2deg);
  -o-transform: rotate(259.2deg);
  transform: rotate(259.2deg);
}
.c100.p73 .bar {
  -webkit-transform: rotate(262.8deg);
  -moz-transform: rotate(262.8deg);
  -ms-transform: rotate(262.8deg);
  -o-transform: rotate(262.8deg);
  transform: rotate(262.8deg);
}
.c100.p74 .bar {
  -webkit-transform: rotate(266.40000000000003deg);
  -moz-transform: rotate(266.40000000000003deg);
  -ms-transform: rotate(266.40000000000003deg);
  -o-transform: rotate(266.40000000000003deg);
  transform: rotate(266.40000000000003deg);
}
.c100.p75 .bar {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.c100.p76 .bar {
  -webkit-transform: rotate(273.6deg);
  -moz-transform: rotate(273.6deg);
  -ms-transform: rotate(273.6deg);
  -o-transform: rotate(273.6deg);
  transform: rotate(273.6deg);
}
.c100.p77 .bar {
  -webkit-transform: rotate(277.2deg);
  -moz-transform: rotate(277.2deg);
  -ms-transform: rotate(277.2deg);
  -o-transform: rotate(277.2deg);
  transform: rotate(277.2deg);
}
.c100.p78 .bar {
  -webkit-transform: rotate(280.8deg);
  -moz-transform: rotate(280.8deg);
  -ms-transform: rotate(280.8deg);
  -o-transform: rotate(280.8deg);
  transform: rotate(280.8deg);
}
.c100.p79 .bar {
  -webkit-transform: rotate(284.40000000000003deg);
  -moz-transform: rotate(284.40000000000003deg);
  -ms-transform: rotate(284.40000000000003deg);
  -o-transform: rotate(284.40000000000003deg);
  transform: rotate(284.40000000000003deg);
}
.c100.p80 .bar {
  -webkit-transform: rotate(288deg);
  -moz-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  -o-transform: rotate(288deg);
  transform: rotate(288deg);
}
.c100.p81 .bar {
  -webkit-transform: rotate(291.6deg);
  -moz-transform: rotate(291.6deg);
  -ms-transform: rotate(291.6deg);
  -o-transform: rotate(291.6deg);
  transform: rotate(291.6deg);
}
.c100.p82 .bar {
  -webkit-transform: rotate(295.2deg);
  -moz-transform: rotate(295.2deg);
  -ms-transform: rotate(295.2deg);
  -o-transform: rotate(295.2deg);
  transform: rotate(295.2deg);
}
.c100.p83 .bar {
  -webkit-transform: rotate(298.8deg);
  -moz-transform: rotate(298.8deg);
  -ms-transform: rotate(298.8deg);
  -o-transform: rotate(298.8deg);
  transform: rotate(298.8deg);
}
.c100.p84 .bar {
  -webkit-transform: rotate(302.40000000000003deg);
  -moz-transform: rotate(302.40000000000003deg);
  -ms-transform: rotate(302.40000000000003deg);
  -o-transform: rotate(302.40000000000003deg);
  transform: rotate(302.40000000000003deg);
}
.c100.p85 .bar {
  -webkit-transform: rotate(306deg);
  -moz-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  -o-transform: rotate(306deg);
  transform: rotate(306deg);
}
.c100.p86 .bar {
  -webkit-transform: rotate(309.6deg);
  -moz-transform: rotate(309.6deg);
  -ms-transform: rotate(309.6deg);
  -o-transform: rotate(309.6deg);
  transform: rotate(309.6deg);
}
.c100.p87 .bar {
  -webkit-transform: rotate(313.2deg);
  -moz-transform: rotate(313.2deg);
  -ms-transform: rotate(313.2deg);
  -o-transform: rotate(313.2deg);
  transform: rotate(313.2deg);
}
.c100.p88 .bar {
  -webkit-transform: rotate(316.8deg);
  -moz-transform: rotate(316.8deg);
  -ms-transform: rotate(316.8deg);
  -o-transform: rotate(316.8deg);
  transform: rotate(316.8deg);
}
.c100.p89 .bar {
  -webkit-transform: rotate(320.40000000000003deg);
  -moz-transform: rotate(320.40000000000003deg);
  -ms-transform: rotate(320.40000000000003deg);
  -o-transform: rotate(320.40000000000003deg);
  transform: rotate(320.40000000000003deg);
}
.c100.p90 .bar {
  -webkit-transform: rotate(324deg);
  -moz-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  -o-transform: rotate(324deg);
  transform: rotate(324deg);
}
.c100.p91 .bar {
  -webkit-transform: rotate(327.6deg);
  -moz-transform: rotate(327.6deg);
  -ms-transform: rotate(327.6deg);
  -o-transform: rotate(327.6deg);
  transform: rotate(327.6deg);
}
.c100.p92 .bar {
  -webkit-transform: rotate(331.2deg);
  -moz-transform: rotate(331.2deg);
  -ms-transform: rotate(331.2deg);
  -o-transform: rotate(331.2deg);
  transform: rotate(331.2deg);
}
.c100.p93 .bar {
  -webkit-transform: rotate(334.8deg);
  -moz-transform: rotate(334.8deg);
  -ms-transform: rotate(334.8deg);
  -o-transform: rotate(334.8deg);
  transform: rotate(334.8deg);
}
.c100.p94 .bar {
  -webkit-transform: rotate(338.40000000000003deg);
  -moz-transform: rotate(338.40000000000003deg);
  -ms-transform: rotate(338.40000000000003deg);
  -o-transform: rotate(338.40000000000003deg);
  transform: rotate(338.40000000000003deg);
}
.c100.p95 .bar {
  -webkit-transform: rotate(342deg);
  -moz-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  -o-transform: rotate(342deg);
  transform: rotate(342deg);
}
.c100.p96 .bar {
  -webkit-transform: rotate(345.6deg);
  -moz-transform: rotate(345.6deg);
  -ms-transform: rotate(345.6deg);
  -o-transform: rotate(345.6deg);
  transform: rotate(345.6deg);
}
.c100.p97 .bar {
  -webkit-transform: rotate(349.2deg);
  -moz-transform: rotate(349.2deg);
  -ms-transform: rotate(349.2deg);
  -o-transform: rotate(349.2deg);
  transform: rotate(349.2deg);
}
.c100.p98 .bar {
  -webkit-transform: rotate(352.8deg);
  -moz-transform: rotate(352.8deg);
  -ms-transform: rotate(352.8deg);
  -o-transform: rotate(352.8deg);
  transform: rotate(352.8deg);
}
.c100.p99 .bar {
  -webkit-transform: rotate(356.40000000000003deg);
  -moz-transform: rotate(356.40000000000003deg);
  -ms-transform: rotate(356.40000000000003deg);
  -o-transform: rotate(356.40000000000003deg);
  transform: rotate(356.40000000000003deg);
}
.c100.p100 .bar {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.c100:hover {
  cursor: default;
}
.c100:hover > span {
  width: 3.33em;
  line-height: 3.33em;
  font-size: 0.3em;
  color: #307bbb;
}
.c100:hover:after {
  top: 0.04em;
  left: 0.04em;
  width: 0.92em;
  height: 0.92em;
}
.c100.dark {
  background-color: #777;
}
.c100.dark .bar,
.c100.dark .fill {
  border-color: #c6ff00 !important;
}
.c100.dark > span {
  color: #777;
}
.c100.dark:after {
  background-color: #666;
}
.c100.dark:hover > span {
  color: #c6ff00;
}
.c100.green .bar,
.c100.green .fill {
  border-color: #4db53c !important;
}
.c100.green:hover > span {
  color: #4db53c;
}
.c100.green.dark .bar,
.c100.green.dark .fill {
  border-color: #5fd400 !important;
}
.c100.green.dark:hover > span {
  color: #5fd400;
}
.c100.orange .bar,
.c100.orange .fill {
  border-color: #dd9d22 !important;
}
.c100.orange:hover > span {
  color: #dd9d22;
}
.c100.orange.dark .bar,
.c100.orange.dark .fill {
  border-color: #e08833 !important;
}
.c100.orange.dark:hover > span {
  color: #e08833;
}
.element-single {
  position: relative;
  margin-bottom: 100px;
  display: block;
}
.elements-title {
  color: #000000;
  /*  */
  
  margin: 0;
  padding-bottom: 45px;
  font-weight: 600;
}
@media (max-width: 991px) {
  #elements-menu-sticky-wrapper {
    display: none;
  }
}
@media (max-width: 991px) {
  #elements-menu {
    display: none;
  }
}
.button-content {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .button-content {
    flex-direction: column;
    align-items: center;
  }
}
.button-content button {
  margin-right: 15px;
  margin-bottom: 15px;
}
.rq-facts-box {
  position: relative;
}
.rq-facts-single {
  position: relative;
}
@media (max-width: 767px) {
  .rq-facts-single {
    text-align: center;
  }
}
.rq-facts-single i {
  /* color: #efa80f; */
  color: #e3333e;
  font-size: 36px;
}
.rq-facts-single .fact-box-count {
  margin: 0;
  display: block;
  font-size: 24px;
  color: #000000;
  /*  */
  
  padding: 15px 0 5px;
  font-weight: 600;
}
.rq-facts-single p {
  font-size: 13px;
  font-weight: 500;
}
.rq-progress-bar-content {
  position: relative;
}
.cirle-progress {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-top: 50px;
  margin-bottom: 50px;
}
.cirle-progress .progress-single {
  margin-right: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.cirle-progress .progress-single .c100 {
  background-color: #D8D6D6;
}
.cirle-progress .progress-single span {
  /* color: #efa80f; */
  color: #e3333e;
}
.progress-single {
  position: relative;
  margin-bottom: 25px;
}
.progress-single .progress-title {
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
  padding-bottom: 10px;
}
.progress-single .progress {
  height: 4px;
  border-radius: 0;
  overflow: visible;
}
.progress-single .progress .progress-bar {
  /* color: #efa80f; */
  color: #e3333e;
  /* background: #efa80f; */
  background: #e3333e;
  box-shadow: none;
}
.progress-single .progress .progress-bar span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
}
.progress-single .fill,
.progress-single .bar {
  /* border-color: #efa80f !important; */
  border-color: #e3333e !important;
}
.rq-tabs {
  position: relative;
}
.rq-tabs.vertical .nav-tabs {
  border-bottom: 0;
  float: left;
  width: 100px;
  border-right: 1px solid #cccccc;
}
.rq-tabs.vertical .nav-tabs li {
  display: block;
  border: 0;
  border-right: 2px solid transparent;
  width: 100%;
  margin: 0;
}
.rq-tabs.vertical .nav-tabs li.active {
  border: 0;
  /* border-right: 2px solid #efa80f; */
  border-right: 2px solid #e3333e;
}
.rq-tabs.vertical .nav-tabs li a {
  padding: 10px 0;
}
.rq-tabs.vertical .tab-content {
  margin-left: 100px;
  border-bottom: 0;
  padding: 0 25px;
}
.rq-tabs .nav-tabs {
  border-bottom: 0;
  margin-top: 0;
  text-align: left;
  border-bottom: 1px solid #cccccc;
}
.rq-tabs .nav-tabs li {
  float: none;
  display: inline-block;
  border: 0;
  border-bottom: 2px solid transparent;
  margin: 0 10px;
}
.rq-tabs .nav-tabs li:focus {
  outline: 0;
}
.rq-tabs .nav-tabs li:first-child {
  margin-left: 0;
}
.rq-tabs .nav-tabs li.active {
  /* border-bottom: 2px solid #efa80f; */
  border-bottom: 2px solid #e3333e;
}
.rq-tabs .nav-tabs li.active a {
  color: #000000;
  border: 0;
}
.rq-tabs .nav-tabs li.active a:focus {
  border: 0;
}
.rq-tabs .nav-tabs li a {
  border: 0;
  padding: 0;
  outline: 0;
  padding-bottom: 15px;
  text-transform: uppercase;
  color: #999999;
  font-weight: 400;
  font-size: 18px;
  font-weight: 500;
}
.rq-tabs .nav-tabs li a:hover {
  background: transparent;
  color: #000000;
}
.rq-tabs .tab-content {
  position: relative;
  padding: 25px 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 50px;
}
.rq-elements-menu.nav {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rq-elements-menu.nav > li {
  border-bottom: 1px solid #cccccc;
}
.rq-elements-menu.nav > li:before {
  content: "\45";
  font-family: 'ElegantIcons';
  position: absolute;
  left: 0;
  top: 10px;
  color: #cccccc;
}
.rq-elements-menu.nav > li:hover:before {
  /* color: #efa80f; */
  color: #e3333e;
}
.rq-elements-menu.nav > li.active a {
  /* color: #efa80f; */
  color: #e3333e;
}
.rq-elements-menu.nav > li.active:before {
  /* color: #efa80f; */
  color: #e3333e;
}
.rq-elements-menu.nav > li > a {
  padding-left: 25px;
}
.rq-elements-menu.nav > li > a:hover,
.rq-elements-menu.nav > li > a:focus,
.rq-elements-menu.nav > li > a:active {
  background-color: transparent;
  /* color: #efa80f; */
  color: #e3333e;
}
.rq-elements-menu.nav > li > a i {
  float: right;
}
.rq-accordions {
  position: relative;
}
.rq-accordions .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #f0f0f0;
  margin-bottom: 15px;
}
.rq-accordions .panel-body {
  padding: 30px;
}
.rq-accordions .panel-heading {
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.rq-accordions .panel-heading h4 a {
  display: block;
  padding: 15px;
  position: relative;
  padding-left: 75px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 1px solid #f0f0f0;
}
.rq-accordions .panel-heading h4 a.collapsed {
  border-bottom: 1px solid transparent;
}
.rq-accordions .panel-heading h4 a.collapsed i {
  background: #f0f0f0;
  color: #999999;
}
.rq-accordions .panel-heading h4 a.collapsed:before {
  content: "\4c";
  color: #000000;
}
.rq-accordions .panel-heading h4 a i {
  width: 55px;
  position: absolute;
  /* height: 103%; */
  height: 102%;
  /* left: -1px; */
  left: 0;
  /* top: -1px; */
  top: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #efa80f; */
  background-color: #e3333e;
  color: #ffffff;
}
.rq-accordions .panel-heading h4 a:before {
  content: "\4b";
  /* color: #efa80f; */
  color: #e3333e;
  font-family: 'ElegantIcons';
  position: absolute;
  right: 0;
  top: 0;
  height: 101%;
  width: 50px;
  font-size: 24px;
  text-align: center;
  border-left: 1px solid #f0f0f0;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.time-content {
  position: relative;
  padding: 20px 0;
  margin: 40px 0;
}
@media (max-width: 520px) {
  .time-content {
    margin: 15px 0;
  }
  .time-content:before,
  .time-content:after {
    display: none;
  }
}
.time-content #countdowntimer {
  font-size: 87.5px;
  /*  */
  
  color: #000000;
  text-align: center;
}
@media (max-width: 520px) {
  .time-content #countdowntimer {
    font-size: 36px;
  }
}
.time-content #countdowntimer span {
  line-height: 125px;
}
.time-content .timer-division {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  font-size: 16px;
}
@media (max-width: 520px) {
  .time-content .timer-division {
    display: none;
  }
}
.time-content .timer-division li {
  display: inline-block;
  text-transform: capitalize;
  /*  */
  
  color: #cccccc;
  font-weight: 500;
  padding-left: 20px;
}
.rq-pricing-table-wrapper {
  position: relative;
  width: 100%;
  border: 1px solid #cccccc;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .rq-pricing-table-wrapper {
    border: 0;
    flex-direction: column;
  }
}
.rq-pricing-table-wrapper .rq-pricing-item {
  position: relative;
  padding: 30px;
  border-right: 1px solid #cccccc;
  width: 33.33%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition: all 0.3s ease;
}
.rq-pricing-table-wrapper .rq-pricing-item:last-child {
  border-right: 0;
}
@media (max-width: 767px) {
  .rq-pricing-table-wrapper .rq-pricing-item:last-child {
    border-right: 1px solid #cccccc;
  }
}
@media (max-width: 767px) {
  .rq-pricing-table-wrapper .rq-pricing-item {
    border: 1px solid #cccccc;
    width: 100%;
    margin-bottom: 25px;
  }
}
.rq-pricing-table-wrapper .rq-pricing-item:hover {
  background: #f7f7f7;
}
.rq-pricing-table-wrapper .rq-pricing-item:hover .btn-price {
  /* background: #efa80f; */
  background: #e3333e;
  color: #ffffff;
}
.rq-pricing-table-wrapper .rq-pricing-item h4 {
  text-transform: uppercase;
  margin: 0;
  /* color: #efa80f; */
  color: #e3333e;
  font-weight: 500;
}
.rq-pricing-table-wrapper .rq-pricing-item .rq-price {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #cccccc;
}
.rq-pricing-table-wrapper .rq-pricing-item .rq-price h2 {
  margin: 0;
  font-weight: 500;
  font-size: 40px;
  padding: 37.5px 0 25px;
}
.rq-pricing-table-wrapper .rq-pricing-item .rq-price h2 span {
  font-size: 20px;
  text-transform: capitalize;
  color: #000000;
  font-weight: 300;
  padding-left: 5px;
}
.rq-pricing-table-wrapper .rq-pricing-item .rq-price span {
  color: #999999;
  font-weight: 500;
}
.rq-pricing-table-wrapper .rq-pricing-item .rq-pricing-details {
  position: relative;
}
.rq-pricing-table-wrapper .rq-pricing-item .rq-pricing-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
  min-height: 180px;
}
.rq-pricing-table-wrapper .rq-pricing-item .rq-pricing-details ul li {
  color: #000000;
  padding: 6px 0;
  font-weight: 500;
}
.rq-pricing-table-wrapper .rq-pricing-item .rq-pricing-details ul li i {
  color: #669933;
  padding-right: 10px;
}
.rq-pricing-table-wrapper .rq-pricing-item .rq-pricing-button {
  position: relative;
  margin: 20px 0;
}
.btn-price {
  background: #f1f5f5;
  /* font-family: "Montserrat-Regular"; */
  font-family: "NanumSquare";
  font-weight: 500;
  color: #000000;
  padding: 10px 30px;
  border: 1px solid #cccccc;
  line-height: 24px;
}
.btn-price.fluid {
  width: 100%;
}
.btn-price:hover,
.btn-price:focus {
  /* background: #efa80f; */
  background: #e3333e;
  color: #ffffff;
  /* border-color: #efa80f; */
  border-color: #e3333e;
}
.browse-cars {
  position: relative;
  text-align: center;
  padding-top: 45px;
}
.browse-cars a {
  color: #000000;
  font-weight: 600;
  border-bottom: 2px solid #999999;
}
.browse-cars a:hover {
  border-color: #000000;
}
.rq-secondary-slider {
  position: relative;
  padding: 22.5px 0 0;
}
.owl-loop {
  padding: 0 120px;
}
@media (max-width: 600px) {
  .owl-loop {
    padding: 0 37.5px;
  }
}
.owl-loop .owl-prev,
.owl-loop .owl-next {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 72px;
  position: absolute;
  top: 50%;
  line-height: 1;
  /* color: #efa80f; */
  color: #e3333e;
}
.owl-loop .owl-dots {
  display: none !important;
}
.owl-loop .owl-prev {
  left: 40px;
}
@media (max-width: 600px) {
  .owl-loop .owl-prev {
    left: 5px;
  }
}
.owl-loop .owl-next {
  right: 40px;
}
@media (max-width: 600px) {
  .owl-loop .owl-next {
    right: 5px;
  }
}
.owl-loop .owl-item {
  position: relative;
}
.owl-loop .owl-item img {
  top: 160px;
  width: 160px;
  margin: 0 auto;
}
.owl-loop .owl-item .car-details-bg {
  display: none;
}
.owl-loop .owl-item h5 {
  text-align: center;
  top: 140px;
  position: relative;
}
.owl-loop .owl-item h5 a {
  font-weight: 600;
  color: #000000;
  font-size: 13px;
}
.owl-loop .owl-item .item {
  opacity: .2;
}
.owl-loop .owl-item.center {
  position: relative;
}
.owl-loop .owl-item.center .item {
  position: relative;
  height: 350px;
  opacity: 1;
}
@media (min-width: 1300px) {
  .owl-loop .owl-item.center .item {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .owl-loop .owl-item.center .item {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .owl-loop .owl-item.center .item {
    height: 400px;
  }
}
.owl-loop .owl-item.center .item img {
  top: 125px;
  width: 100%;
}
.owl-loop .owl-item.center .car-details-bg {
  position: absolute;
  top: 0;
  left: 10%;
  display: flex;
  flex-direction: column;
  /* background: #efa80f; */
  background: #e3333e;
  height: 100%;
  width: 80%;
}
.owl-loop .owl-item.center .car-details-bg span {
  font-size: 24px;
  color: #fff;
  justify-content: flex-end;
  padding: 30px;
  display: flex;
}
.owl-loop .owl-item.center .car-details-bg .owl-title-area {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 22.5px;
}
.owl-loop .owl-item.center .car-details-bg .owl-title-area h4 {
  width: 100%;
  margin: 0;
}
.owl-loop .owl-item.center .car-details-bg .owl-title-area h4 a {
  color: #fff;
  font-weight: 600;
}
.owl-loop .owl-item.center .car-details-bg .owl-title-area span {
  justify-content: center;
  padding: 0;
  font-size: 13px;
}
.owl-loop .owl-item.center .car-details-bg .owl-title-area span i {
  padding: 0 2px;
}
.owl-loop .owl-item.center h5 {
  display: none;
}
.owl-dots {
  margin-top: 25px;
}
.owl-dot {
  position: relative;
  display: inline-block;
}
.owl-dot span {
  visibility: hidden;
}

.owl-dot.active:before {
  height: 3px;
}
.owl-dot:before {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  background: #000000;
  top: 5px;
  left: 0;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.details-slider {
  position: relative;
}
.details-slider .owl-prev,
.details-slider .owl-next {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 25px;
  position: absolute;
  top: 42%;
  line-height: 1;
  color: #ffffff;
  width: 40px;
  background: rgba(0, 0, 0, 0.5);
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.details-slider .owl-prev {
  left: 40px;
}
@media (max-width: 600px) {
  .details-slider .owl-prev {
    left: 5px;
  }
}
.details-slider .owl-next {
  right: 40px;
}
@media (max-width: 600px) {
  .details-slider .owl-next {
    right: 5px;
  }
}
.details-slider .owl-dots {
  display: none !important;
}
