.red {
  color: #c51515 !important;
}

.gray {
  color: #ccc;
}

.bg-white {
  background-color: #fff;
}

.bg-light {
	background-color: #f3f3f3;
}

.pd-titles-box {
  background-color: #fff;
  padding: 15px;
  position: relative;
}

.pd-titles-box i.icon-star {
  font-size: 18px;
}

.pd-titles-box .pd-title-title {
  font-size: 18px;
  font-weight: 600;
  color: #212121;
  margin: 0 5px 0 10px;
  word-spacing: 5px;
}

.pd-titles-box button.btn-black i {
  margin-left: 10px;
}

.pd-titles-box button.btn-black,
.pd-titles-box a.btn-black {
  background-color: #212121;
  color: white;
  font-size: 12px;
  padding: 5px;
}

.pd-titles-box .pd-title-icons li {
  padding-top: 5px;
}

.pd-titles-box .pd-title-icons li, .pd-titles-box .pd-title-icons li a {
  color: rgb(182, 182, 182);
  font-size: 15px;
  padding-top: 4px;
}

.pd-titles-box .pd-title-icons li:hover {
  text-decoration: none;
}

.pd-titles-box .fixed-features {
  position: absolute;
  background-color: #cacaca;
  right: 45%;
  top: 50px;
  z-index: 1;
  padding: 15px;
  display: none;
}

.fixed-features ul li {
  margin-bottom: 10px;
  font-weight: 700;
}

.fixed-features ul li::before {
  content: "\2022";
  color: red;
  font-weight: bold;
  display: inline-block;
  width: 1em;
}

.owl-dots {
  display: none;
}

.pd-titles-box .fixed-features.active {
  display: block;
}

.row-3 .col-md-8,
.row-3 .col-md-4 {
  margin-top: 10px;
}

.row-3 .col-md-8 img {
  height: 300px;
  width: 100%;
}

.days-work {
  background: #fff;
}

.days-work .only-days {
  background-color: #212121;
  width: 30%;
  color: white;
  border-radius: 0 5px 5px 0;
  display: inline-block;
}

.days-work .only-days li {
  padding: 11px 15px;
  border-bottom: 1px solid black;
}

.days-work .only-days li:last-child {
  border-bottom: none;
}

.days-work .only-days li.active {
  background-color: darkred;
  width: 100.4%;
}

.days-work .only-ours {
  width: 68%;
  display: inline-block;
  top: 0;
  position: absolute;
  text-align: center;
}

.days-work .only-ours > li {
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  height: 43px;
}

.days-work .only-ours > li:hover,
.days-work .only-ours > li.active {
  background-color: #d3d3d3;
}

.days-work .only-ours > li:last-child {
  border-bottom: 0;
}

.days-work .only-ours > li > ul li {
  direction: ltr;
  color: #31af18;
}

.days-work .only-ours > li > ul li:first-child::before {
  /*content: "|";*/
  content: "";
  /*margin: 0 8px 0 0;*/
  margin: 0 0px 0 0;
  color: #ccc;
}

.row-4 .col-1-5 {
  padding-right: 0;
}

.verf-box {
  background-color: #fff;
  padding: 15px;
  min-height: 312px;
}

.verf-box i {
  color: #31af18;
  font-size: 21px;
}

.verf-box p.byekan {
  font-size: 16px;
  margin: 26px 0 20px 0;
  color: gray;
}
.verf-box .rating-box {
	width: 80%;
    margin: 0 auto 0;
    display: inline-block;
}

.verf-box button i {
  margin-left: 8px;
  color: white;
}

.verf-box button,
.verf-box a {
  font-size: 12px;
}

.verf-box button.btn-success {
  background-color: #31af18;
  margin-bottom: 15px;
  margin-top: 20px;
}

.verf-box button.btn-warning {
  background-color: #f08731;
}

.offers {
  background-color: #212121;
  min-height: 312px;
}

.offers .offers-narrow {
  background-color: white;
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    101% 20%,
    101% 80%,
    94% 100%,
    6% 100%,
    0% 80%,
    0% 20%
  );
  clip-path: polygon(
    0 0,
    100% 0,
    101% 20%,
    101% 80%,
    94% 100%,
    6% 100%,
    0% 80%,
    0% 20%
  );
  padding: 14px;
}

.offers .offers-narrow li {
  color: gray;
  font-weight: bold;
  font-size: 11px;
}

.offers .offers-narrow li i {
  margin-left: 5px;
}

.offers .offers-narrow li:last-child {
  color: #31af18;
}

.offers .offers-narrow li:last-child::before {
  content: "|";
  color: gray;
  margin-left: 15px;
}

.offers .offer-details {
  padding: 15px;
  color: white;
}

.offers .offer-details p.title {
  font-size: 16px;
  margin-bottom: 10px;
}

.offers .offer-details p {
  font-size: 13px;
  line-height: 16px;
}

.offers .offer-details p:nth-child(3) {
  margin-bottom: 10px;
}

.offers .offer-details i {
  background-color: #fff;
  padding: 5px;
  color: #b3965f;
  margin-left: 10px;
}

.offers .offer-details a {
  color: #fff;
}

.offers .offer-details a:hover {
  text-decoration: none;
}

.offers .offer-flags {
  width: 86.5%;
  margin: 0 auto;
}

.offers .offer-flags li {
   margin: 0 6px 0 2px;
  text-align: center;
  color: #b3965f;
  padding: 10px;
  cursor: pointer;
  -webkit-clip-path: polygon(
    50% 0%,
    100% 0,
    100% 100%,
    77% 91%,
    51% 100%,
    27% 91%,
    0 100%,
    0 0
  );
  clip-path: polygon(
    50% 0%,
    100% 0,
    100% 100%,
    77% 91%,
    51% 100%,
    27% 91%,
    0 100%,
    0 0
  );
}

.offers .offer-flags li:last-child {
  margin-left: 0;
}

.offers .offer-flags li.active {
  background-color: #fff !important;
  color: #b3965f !important;
}

.offers .offer-flags li p.percent {
  font-size: 18px;
  font-weight: bold;
}

.offers .offer-flags li p.type {
  font-weight: bold;
}

.offers .offer-flags li img{
	width: 40px;
	height:40px;
	margin: 10px 0 20px 0;
}

.offers .offer-flags li.off-white {
  background-color: #b3965f;
  color: white;
}

.offers .offer-flags li.off-purple {
  background-color: #9c27b0;
  color: white;
}

.offers .offer-flags li.off-black {
  background-color: #212121;
}

.offers .offer-flags li.off-red {
  background-color: #f44336;
  color: white;
}

.offers .offer-flags li.off-blue {
  background-color: #3f51b5;
  color: white;
}

.offers .offer-flags li:first-child{
	margin-right: 1px;
}

.offer-table {
    background-color: #fff;
    padding: 5px 5px 0px 5px;
    max-height: 312px;
    min-height: 312px;
    overflow: auto;
    overflow-x: auto;
    direction: ltr;
	width: 100%;
}

.offer-table table{
	 direction: rtl;
}


.offer-table tr td select{
	width:100%;
	padding: 0;
	border: none
}

.offer-table tr td:nth-child(1){
	padding-bottom: 0 !important;
}

.offer-table tr td:nth-child(2){
	padding: 0 !important;
}

.offer-table p{
	float: right;
}


.box-location {
  min-height: 310px;
}

.offer-table p {
  margin-bottom: 1rem;
}

.offer-table table tr > td:first-child {
  color: gray;
}

.offer-table table {
  margin-bottom: 15px;
}

.row-4 {
  margin: 1rem 0;
}

.row-4 > .col-md-3 {
     width: 33.3%;
  padding-left: 0;
}

.box-location .row {
  padding: 15px 15px 0 15px;
}

.box-location p.superColor {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.row-4 .contact {
  margin-top: 0;
      height: 85px;
    min-height: 85px;
    max-height: 85px;

}

.box-location .minimap {
    margin-top: 20px
}

.box-location .minimap a {
  position: absolute;
  bottom: 50px;
  left: 20px;
  color: gray;
}

.row-5 {
  margin-bottom: 2rem;
}

.row-5 ul.nav-tabs {
  padding: 0 70px;
}

.row-5 ul.nav-tabs li {
  padding-left: 5px;
  width: 165px;
}

.row-5 ul.nav-tabs li a {
  background-color: #212121;
  color: white;
}

.row-5 ul.nav-tabs li.active a,
.row-5 ul.nav-tabs li.active:hover a {
  background-color: #c51515;
  color: white;
}

.row-5 .tab-content {
  padding: 30px 70px;
}

#it-def-1 p.red,#it-def-2 p.red,#it-def-3 p.red,#it-def-4 p.red,#it-def-5 p.red,#it-def-6 p.red {
  color: #c51515;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1rem;
}

/* it was p, not div */
#it-def-1 p.text-justify,#it-def-2 div.text-justify {
  color: #919191;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.row-6 i {
  font-size: 18px;
  margin-left: 10px;
}

.row-6 span {
  font-size: 18px;
  font-weight: bold;
}

.box-pp {
  padding: 10px;
  margin-bottom: 1rem;
}

.box-pp .box-pp-img img {
    margin-bottom: 1rem;
    max-height: 200px;
    min-height: 200px;
}

.box-pp .box-pp-details i {
  font-size: 15px;
  color: #919191;
}

.box-pp .box-pp-details span {
  font-size: 13px;
  color: #919191;
}

.box-pp .box-pp-details span.superColor {
  font-size: 15px;
  color: #919191;
  font-weight: bold;
}

.box-pp .box-pp-details p {
  font-size: 15px;
  color: #212121;
  font-weight: 100;
  margin: 1rem 0;
  min-height: 50px;
  max-height: 60px;
}

.modal-header {
  border-bottom: none;
}

.modal-footer {
  border-top: none;
}

.modal-header i {
  margin-left: 10px;
}

.modal-footer button i {
  margin-left: 10px;
}

.modal-box-offer {
  position: relative;
  background-color: #f8f8f8;
  display: flex;
}

.modal-box-offer input {
  margin-top: 3rem;
}

.modal-box-offer .flag-offer {
  text-align: center;
  margin-bottom: 1rem;
  color: white;
  padding: 3px 0;
}

.modal-box-offer .flag-offer h6,
.modal-box-offer .flag-offer h5 {
  margin: 3px 0;
}

.modal-box-offer .flag-offer span {
  font-size: 10px;
}

.modal-box-offer .col-md-9 .row-inner-1 p {
  font-size: 14px;
  margin-top: 10px;
}

.modal-box-offer .col-md-9 .row-inner-2 span.byekan {
  font-size: 11px;
  color: rgb(112, 112, 112);
}

.modal-box-offer .col-md-9 .row-inner-2 span {
  font-weight: bold;
  color: #31af18;
}

.row-1 {
  margin-bottom: 1rem;
}

.row-1 .col-md-6:first-child {
  padding-left: 25px;
}

.modal-box-offer.md-gold .flag-offer {
  background-color: #b3965f;
}

.modal-box-offer.md-gold p {
  color: #31af18;
}

.modal-box-offer .flag-offer {
	clip-path: polygon(
    50% 0%,
    100% 0,
    100% 100%,
    77% 91%,
    51% 100%,
    27% 91%,
    0 100%,
    0 0
  )
}

.modal-box-offer.md-black .flag-offer {
  background-color: #000;
}

.modal-box-offer.md-black p {
  color: #000;
}

.modal-box-offer.md-purple .flag-offer {
  background-color: purple;
}

.modal-box-offer.md-purple p {
  color: purple;
}

.modal-box-offer.md-red .flag-offer {
  background-color: red;
}

.modal-box-offer.md-red p {
  color: red;
}

.modal-box-offer.md-blue .flag-offer {
  background-color: darkblue;
}

.modal-box-offer.md-blue p {
  color: darkblue;
}

.owl-2 .box-customers {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin-bottom: 1rem;
}

.owl-2 .box-customers .box-customer-footer {
  padding: 10px;
  background-color: #ededed;
  text-align: center;
  border-radius: 0 0 5px 5px;
}

.owl-2 .box-customers .box-customer-img {
  padding: 28px;
  min-height: 100px;
}

.it-def-2 a {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.it-def-2 .row-inner-1 {
  margin: 1rem 0;
}

.it-def-2 a {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  text-decoration: none;
}

.it-def-2 a i {
  margin-left: 10px;
}

/* it was p, not div */
.it-def-2 div.collapse {
  padding: 20px 30px;
  border-right: 2px solid black;
  margin-right: 7px;
  transition: all 0.3s;
}

.it-def-2 a.active {
  font-size: 16px;
  font-weight: bold;
  color: darkred;
}

.it-def-2 hr {
  margin: 0;
  width: 50%;
  float: left;
  margin-top: 10px;
  border-top: 2px solid #ccc;
}

#it-def-3 {
  padding: 0;
}

ul.progress-1 li {
  display: flow-root;
  margin-bottom: 0.5rem;
  position: relative;
}

ul.progress-1 li span {
  float: left;
  margin-right: 10px;
}

ul.progress-1 li span {
  float: left;
  margin-right: 10px;
}

ul.progress-1 li span.rate-digit {
  position: absolute;
  left: 120px;
  top: 0;
  color: #b3965f !important;
}

ul.progress-1 li .progress-bar {
  float: left;
  background-color: #b3965f;
}

.progress-1 li .progress,
.progress-2 li .progress {
  height: 7px;
  margin-top: 8px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

ul.progress-2 li {
  display: flow-root;
  margin-bottom: 0.5rem;
  position: relative;
}

ul.progress-2 li span {
  float: left;
  margin-right: 10px;
}

ul.progress-2 li span {
  float: left;
  margin-right: 10px;
}

ul.progress-2 li span.rate-digit {
  position: absolute;
  left: 120px;
  top: 0;
  color: #c71d1d;
}

ul.progress-2 li .progress-bar {
  float: left;
  background-color: #c71d1d;
}

.days-work .only-checks {
  width: 85%;
  display: inline-block;
  top: 0;
  position: absolute;
}

.days-work .only-checks > li {
  padding: 10.8px 15px;
  border-bottom: 1px solid #ccc;
}

.days-work .only-checks > li:last-child {
  border-bottom: none;
}

.google-maps-link {
  display: none;
}

#text,
#text2 {
  display: none;
}
.btn-container {
  /* margin: 1rem auto 0 auto; */
  /* height: 20px; */
  /* width: 84.23px; */
  /* display: flex; */
  display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.btn-container i{
	padding-top: 10px;
}

.row-inner-showmore ul li i{
	margin:0 5px;
}

.btn-container a:hover {
  text-decoration: none;
}

.btn-container button:focus,
.btn-container button:hover {
  text-decoration: none;
  border: none;
  outline: none !important;
  color: #919191;
  text-decoration: none !important;
}

.timeTo {
  text-align: center;
}

.row-4 .col-1-5 {
  width: 16.6666%;
}

.scrollbar {
    float: right;
    overflow-y: scroll;
}

/**  STYLE 1 */
#style-2::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: gray;
}

#style-2::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.strength ul li:not(:first-child)::before{
	content:'*';
	width:5px;
	height:5px;
}

/* p.gray.margin-2remtb{ */
	/* min-height:65px; */
	/* max-height:65px; */
/* } */

.row-inner-2.clearfix{
	margin-bottom:20px;
}

#modaloffer .modal-body .col-md-12{
	margin-bottom: 10px;
}

#modaloffer .modal-dialog {
	width: 500px;
}

.scrolltop {
	bottom: 44%;
}


/*-------------------- Qestios&Answers ----------------------------------*/
.mrgb10 {
  margin-bottom: 10px;
}

.mrgb20 {
  margin-bottom: 20px;
}

.mrgb30 {
  margin-bottom: 30px;
}

.mrgt20 {
  margin-top: 20px;
}

.mrgt10 {
  margin-top: 10px;
}

.mrgt5 {
  margin-top: 5px;
}

.sortquestions::before {
  display: inline-block;
  content: attr(data-title);
  padding: 0 10px;
}

.sortquestions li a {
  padding: 0 15px;
  color: #333;
  display: block;
  position: relative;
}

.sortquestions li a.active {
  color: #c9ad76;
}

.sortquestions li a:focus {
  text-decoration: none;
}

.sortquestions li a.active::after {
  left: 0px;
  right: 0px;
  top: 158%;
  height: 1px;
  content: "";
  position: absolute;
  background: #c9ad76;
}

hr.customHrq {
  margin-top: 10px;
}

.questionlogo {
  padding-top: 5rem;
}

.questionlogo i {
  font-size: 50px;
}

p a.text-info {
  text-decoration: underline;
}

.answerbox {
  min-height: 220px;
  background-color: #f8f8f8;
  border: 2px solid #eeeeee;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative;
}

.answerbox .rectangle {
  width: 20px;
  height: 20px;
  background: #f8f8f8;
  transform: rotate(43deg);
  position: absolute;
  right: -11px;
  top: 48%;
  border-right: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
}

.answerbox.bg-white .rectangle {
  width: 20px;
  height: 20px;
  background: #ffffff;
  transform: rotate(43deg);
  position: absolute;
  right: -11px;
  top: 24%;
  border-right: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
}

.answerbox .footerq {
  line-height: 1.833;
  position: absolute;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  right: 0px;
  bottom: 15px;
  padding: 0px 29px;
}

.answerbox .footerq em {
  margin-left: auto;
  color: #919191;
  font-size: 11px;
}

.answerbox .footerq a.btn-link {
  float: left;
  position: relative;
  padding: 0;
  line-height: 2;
  text-decoration: none;
}

.answerbox .footerq a.btn-link:after {
  left: 0;
  right: 0;
  top: 50%;
  margin-top: 0.85em;
  content: "";
  position: absolute;
  border-bottom: 1px dashed lightseagreen;
}

.answerbox .footerq ul li span {
  margin-left: 5px;
}

.answerbox .footerq button.btn-link:focus,
.answerbox .footerq button.btn-link:hover {
  text-decoration: none;
  border: none;
  outline: none;
  color: lightseagreen;
}

.answerbox.bg-white {
  background-color: white !important;
}

.writeanswer {
  list-style-type: disc;
  padding: 20px;
}

.writeanswer h5 {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  text-align: justify
}

.writeanswer p {
  font-size: 10px;
  color: gray;
  text-align: justify
}

.icon-check.green {
  font-size: 60px;
}

#modal-id .modal-body p {
  margin-top: 3rem;
}

.paginationq {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 10.5px -10px;
}

.paginationq ul li a {
  color: #333;
  padding: 15px;
  font-family: "BYekan";
}

.paginationq ul li.active a {
  background-color: #c9ad76;
  color: white;
  font-size: 1.286rem;
  line-height: 34px;
  border-radius: 8px;
  padding: 10px;
}

/*-------------------- Qestios&Answers ----------------------------------*/

/*------------- Fanni -------------------------------------*/
ul.fanni {
  list-style: none;
}

ul.fanni li.l1main {
  position: relative;
  margin-right: 15px;
}

ul.fanni li.l1main::before {
  position: absolute;
  top: 8px;
  right: -15px;
  vertical-align: middle;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: rgb(219, 189, 14);
  content: "";
  border-radius: 50%;
}

ul.fanni li.l1main span.fanni-l1-title {
  font-weight: bold;
}

ul.fanni li.l1main .row {
 padding: 5px 0 5px 0;
}

ul.fanni li.l1main .row .col-md-2 {
  padding-right: 0;
  padding-left: 10px;
}

ul.fanni li.l1main .row .col-md-2 ul li {
  margin-bottom: 10px;
}

ul.fanni li.l1main .row .col-md-2 ul li a {
  background-color: #c3c3c3;
  color: white;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.fanni li.l1main .row .col-md-2 ul li.active a {
  background-color: #d83d3d;
}

ul.fanni li.l1main .row .col-md-10 .tab-content {
      padding: 0 0 0 10px;
}

ul.fanni li.l1main .row .col-md-10 .tab-content .tab-pane.active ul li {
  padding: 9px;
  color: white;
  background-color: #c3c3c3;
  margin-bottom: 10px;
  border-radius: 5px;
}

.tab-pane.active p.read-more button,
.tab-pane.active p.read-more i {
  color: #b6b0b0 ;
}

.tab-pane.active p.read-more button {
  text-decoration: none;
  outline: none;
}

.tab-pane.active p.read-more i {
  margin: 0 5px;
}

.sidebar-box .tab-pane.active ul li{
	border: 2px solid #d83d3d;
}

.sidebar-box {
  height: 125px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
}

.sidebar-box.alive {
  height: auto !important;
  overflow: visible;
  transform: all 0.3s;
}

.read-more {
  width: 100%;
  text-align: center;
  margin: 0;
     padding: 10px 0 0 0;

  background: -webkit-linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background-image: -moz-linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background-image: -o-linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background-image: linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background-image: -ms-linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.sidebar-box.alive .read-more {
  bottom: auto;
  padding-top: 0;
}

.sidebar-box .read-more button,
.sidebar-box .read-more button i {
  color: #919191;
  text-decoration: none;
}

.sidebar-box .read-more button:focus {
  outline: none;
}

.sidebar-box .read-more button i {
  margin-left: 5px;
}

/*------------- Fanni -------------------------------------*/



#modal-video .modal-body{
	padding: 10px;
	background-color: #ddd
}

.takhf-new ul li{
	font-family: "BYekan";
	font-size: 24px;
	font-weight: bold;
}

button.close{
	font-size: 35px;
    padding: 0;
    margin: 0;
}

.takhf-new {
    background: white;
    border-radius: 5px 0 5px 5px 0;
    padding: 3px;
    border: 2px solid gray;
	position: relative
}

.takhf-new ul li{
	padding: 0 20px
}

.takhf-new ul li span{
	font-size: 22px;
}

.row-4 .col-md-4{
	padding-left: 0;
}

#modal-video-survey button.close{
	font-size: 60px;
    font-weight: bold;
    float: right;
    position: absolute;
    right: 30px;
    top: 0px;
    z-index: 1;
	top:15px;
}

@media only screen and (min-width: 320px) and (max-width: 600px) {

	.narrow-nav-top.scrolled{
		position: relative;
		padding: 15px 0;
	}
	
	#my-nav.scrolled{
		position:relative;
		top: 0;
		padding-top:0;
	}
	
	#my-nav.scrolled .navbar {
		width: 100%;
		margin: 0 auto;
	}
	
	#my-nav.scrolled .navbar .menu-btn-div .btn-dark {
		width: 100%;
	}
	
	.page-body{
		margin-top: 0 !important;
	}
	
  .no-padding-xs {
    padding: 0;
  }

  .breadcrumb-super ol.breadcrumb li + li:before {
    padding: 0 0 0 3px;
    font-size: 8px;
  }

  .pd-titles-box .pd-title-title {
    font-size: 12px;
    word-spacing: 0;
  }

  .pd-titles-box button.btn-black,
  .pd-titles-box a.btn-black {
    font-size: 11px;
    padding: 5px;
    width: 48%;
    margin: 10px auto;
  }

  .pd-title-icons.pull-right.list-inline {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .col-md-4.col-xs-12.no-padding-left{
	  padding-right: 0;
  }
  
  .days-work .only-ours {
  width: 70%;
  }
  
  .row-4 .col-1-5 {
    width: 100%;
  }

  
  .row-4 .col-md-4.col-xs-12{
		padding: 0;
		margin-bottom: 1rem;
	}
  
  .verf-box {
    min-height: auto;
    margin-bottom: 10px;
  }

  .verf-box .rating-box {
    width: 35%;
  }

  .row-4 .col-md-5.col-xs-12 {
    padding: 0;
    margin-bottom: 10px;
  }

  .offers .offers-narrow li {
    font-size: 10px;
  }

  .offers .offer-flags li {
    margin: 0 6px;
    padding: 10px 9px;
  }

  .row-4 > .col-md-3 {
    width: 66.66666%;
  }

  .box-location p.superColor {
    font-size: 12px;
  }

  .row-5 ul.nav-tabs li {
    padding-left: 0;
	width: 100%;
  }

  .row-5 ul.nav-tabs {
    padding: 0;
	columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  }

  .row-5 .tab-content {
    padding: 20px;
  }

  .hidden-md.hidden-lg {
    margin-bottom: 10px;
  }

  .tab-pane .only-days,
  .tab-pane .only-checks {
    width: 50% !important;
  }

  .it-def-2 hr {
    width: 66%;
  }

  #it-ref-res-2-4 p {
    font-size: 18px;
    font-weight: bold;
    text-align: justify;
  }

  .progress-1 li .progress,
  .progress-2 li .progress {
    width: 115px;
  }

  .row-inner-3 .col-md-4.col-xs-12.text-right {
    margin-top: 20px;
  }
  
	/* p.gray.margin-2remtb { */
		/* min-height: 100px; */
		/* max-height: 101px; */
		/* margin-top: 1rem; */
	/* } */
  .scrolltop {
    bottom: 20%;
	}
	
	.sortquestions li{
		display: table-cell;
	}
	
	.sortquestions::before{
		margin-bottom: 10px;
	}
	
	.questionlogo i {
		font-size: 25px;
	}
	
	.questionlogo h3,.questionlogo span,.answerbox .footerq button.btn-link{
		font-size: 11px;
	}
	
	.footerq ul li,.footerq ul li button{
		font-size: 11px;
	}
	
	.sortquestions li a.active::after {
    top: 126%;
	}
	
	.offers .offer-flags{
	display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
	width: 100%;
	}
	
	.timeTo{
		display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 10.5px -10px;
	}
	
	.fx-list{
		display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
	}
	
	#modaloffer .modal-dialog {
		width: auto;
	}
	
	.row-6 i,.row-6 span {
		font-size: 17px
	}
	
	.box-pp .box-pp-img {
		margin-bottom: 1rem;
		/* min-height: 285px; */
	}
	
	#it-def-1 p.red, #it-def-2 p.red, #it-def-3 p.red, #it-def-4 p.red,#it-def-6 p.red {
   		font-size: 17px;
	}
	
	#it-def-1 p.text-justify, #it-def-2 p.text-justify {
		font-size: 14px;
	}
	
	.answerbox{
		padding: 15px;
	}
	
	/* .offers .offers-narrow { */
		/* padding: 16px; */
	/* } */

	ul.narrow-nav-top-reg li a, ul.narrow-nav-top-notifications li.narrow-nav-top-notifications-item a {
		font-size: 7px;
	}
	
	ul.narrow-nav-top-reg li i {
		font-size: 7px;
	}
	
	ul.narrow-nav-top-reg li a span{
		font-size: 7px !important;
	}
	
	ul.fanni li.l1main .row .col-md-2,ul.fanni li.l1main .row .col-md-10 {
		padding-right: 0px;
		padding-left: 10px;
	}
	
	
	hr.hidden-md.hidden-lg {
		margin-top: 0;
	}
	
	ul.fanni li.l1main .row .col-md-2 ul li. a {
		font-size: 12px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.sidebar-box .tab-pane.active ul li{
		border: 1px solid #d83d3d;
	}
	
	ul.fanni li.l1main .row .col-md-2 ul li a,.sidebar-box .tab-pane.active ul li {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.copyright-text{
		text-align: center;
	}
	
	.copyright-text p{
		font-size:13px;
	}
	
	.col-md-8.col-xs-12 .checkbox label {
		text-align: justify;
	}
	
	
}

@media screen and (max-width: 320px) {
	.days-work .only-ours > li > ul li {
		font-size: 10px;
	}
	
	.verf-box .rating-box {
		width: 50% !important;
	}
	
	.row-4 .col-md-4.col-xs-12{
		padding: 0;
		margin-bottom: 1rem;
	}
	
	.offers .offers-narrow li {
		font-size: 9px !important;
	}
	
	.offers .offer-flags li p.percent,.offers .offer-flags li p.sale,.offers .offer-flags li p.type {
		font-size: 12px;
	}
	
	.offers .offer-flags li {
		margin: 0 !important;
	}
	
	.box-location p.superColor
	{
		font-size: 10px;
	}
	
	.box-location span,.contact-title.superColor,
	.box-location span,.contact-info
	{
		font-size: 16px !important;
	}
	
	#it-def-1 p.red, #it-def-2 p.red, #it-def-3 p.red, #it-def-4 p.red,#it-def-6 p.red {
		font-size: 15px;
	}
	
	#it-def-1 p.text-justify, #it-def-2 p.text-justify {
		font-size: 12px;
	}
	
	#modaloffer .modal-dialog {
		width: 300px;
	}
	
	button.close {
		font-size: 20px;
	}
	
	.it-def-2 a, .it-def-2 a.active {
		font-size: 13px;
	}
	
	.days-work .only-days li, .days-work .only-checks > li {
		font-size: 11px;
	}
	
	ul.progress-1 li span,ul.progress-2 li span {
		font-size: 10px;
	}
	
	ul.progress-1 li span.rate-digit,ul.progress-2 li span.rate-digit  {
		left: 90px;
	}
	
	.progress-1 li .progress, .progress-2 li .progress {
		width: 100px !important;
	}
	
	p.gray.margin-2remtb {
		/* min-height: 100px !important; */
		/* max-height: 100px !important; */
		font-size: 11px;
		/* margin-top: 1rem !important; */
		/* margin-bottom: -10px; */
	}
	
	ul span.byekan{
		font-size:9px;
	}
	
	.sortquestions li a {
		font-size: 11px;
	}
	
	.sortquestions li a.active::after {
		top: 131%;
	}
	
	.answerbox p{
		font-size: 10px;
		text-align: justify
	}
	
	.answerbox .footerq {
		padding: 0px 5px;
	}
	
	.answerbox .footerq button.btn-link {
		font-size: 8px !important;
	}
	
	.answerbox h4{
		font-size: 15px;
	}
	
	.checkbox label{
		text-align: justify;
		padding: 0;
	}
	
	.paginationq ul li a {
		padding: 5px;
	}
	
	.row-6 i,.row-6 span {
		font-size: 14px !important
	}
	
	.box-pp .box-pp-img {
		margin-bottom: 1rem;
		/* max-height: 235px; */
		/* min-height: 235px; */
	}
	
	.superservice-nav li a {
		font-size: 9px !important;
	}
	
	.menu-search-div {
		width: 142px !important;
	}
	
	.days-work .only-days li{
		font-size: 11px;
	}
	
	.offers .offer-flags li {
		padding: 10px 6px;
	}
	
	#it-def-1 p.red, #it-def-2 p.red, #it-def-3 p.red, #it-def-4 p.red,#it-def-6 p.red {
   		font-size: 15px;
	} 
	
	#it-def-1 p.text-justify, #it-def-2 p.text-justify {
		font-size: 14px;
	}
	
	.days-work .only-ours > li {
		height: 38px;
	}
	
	.answerbox{
		padding: 15px;
	}
	
	ul.narrow-nav-top-reg li a, ul.narrow-nav-top-notifications li.narrow-nav-top-notifications-item a {
		font-size: 7px;
	}
	
	ul.narrow-nav-top-reg li i {
		font-size: 6px;
	}
	
	ul.narrow-nav-top-reg li a span{
		font-size: 6px !important;
	}
	
	#my-nav.scrolled {
		padding: 0 0 10px 0;
		box-shadow: none;
	}

	.offers {
		min-height: 300px;	
	}
	
	ul.fanni li.l1main .row .col-md-2 {
		padding-right: 10px;
	}
	
	ul.fanni li.l1main {
		margin-top: 3rem;
	}
	
	hr.hidden-md.hidden-lg {
		margin-top: 0;
	}
	
	ul.fanni li.l1main .row .col-md-2,ul.fanni li.l1main .row .col-md-10 {
		padding-right: 0px;
		padding-left: 10px;
	}
	
	ul.fanni li.l1main {
		margin-top: 0rem;
	}
	
	ul.fanni li.l1main .row .col-md-2 ul li a,.sidebar-box .tab-pane.active ul li {
		font-size: 11px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	ul.fanni li.l1main .row .col-md-10 ul li{
		padding: 9px !important
	}
	
	.box-footer .title {
		font-size: 19px;
	}
	
	.copyright-text{
		text-align: center;
	}
	
	.copyright-text p{
		font-size:11px;
	}
	
	.row-inner-2.clearfix {
		margin-bottom: 5px;
	}
	
	.col-md-8.col-xs-12 .checkbox label {
		font-size: 11px;
		text-align: justify;
	}
	
	.modal-box-offer .col-md-9 .row-inner-2 span {
		font-size: 11px;
		display: table;
		float: none !important;
	}
	
	.answerbox .footerq a.btn-link {
		font-size: 7px;
	}
	
}


