/*===========================
      01.COMMON css 
===========================*/

@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800|Open+Sans:300,400,600,700&amp;display=swap");
body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #798795;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.upload-img{
    margin-bottom:15px;
}

img {
  max-width: 100%;
}
a:focus, input:focus, textarea:focus, button:focus {
  text-decoration: none;
  outline: none;
}
a:focus, a:hover {
  text-decoration: none;
}
i, span, a {
  display: inline-block;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  color: #010101;
  margin: 0px;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #798795;
  margin: 0px;
}
.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
/*===== All Button Style =====*/
.quicklink {
    display:none !important;
}
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 25px;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #F4743B
}
.main-btn:hover {
  background-color: #fff;
  color: #F4743B;
  border-color: #F4743B;
}
.main-btn.main-btn-2 {
  background-color: #fff;
  color: #F4743B;
  border-color: #F4743B;
}
.main-btn.main-btn-2:hover {
  background-color: #F4743B;
  border-color: #F4743B;
  color: #fff;
}
/*===== All Section Title Style =====*/

.section-title .sub-title {
  font-size: 16px;
  font-weight: 400;
  color: #798795;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 768px) {
  .section-title .sub-title {
    font-size: 14px;
  }
  .inbox_people{
      width:100% !important;
      
      overflow-y:scroll;
  }
  .mesgs {
    
   width:100% !important;
}
.inbox_chat {
    height: 107px !important; 
    overflow-y: scroll;
}

.quicklink {
    display:flex !important;
}
.quicklink .category-col {
    width: 20% !important;
}
.quicklink .category-col {
    /* width: 10%; */
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.quicklink .single-header-category .category-icon {
    width: 50px !important;
    height: 40px !important;
    /* line-height: 60px; */
    text-align: center;
    border-radius: 3px;
    margin: 0 auto;
}
.quicklink {
    padding-top: 0px;
     margin-left: 0px !important; 
    margin-right: 0px;
}
.quicklink .single-header-category .title {
    margin-top: 5px;
    font-size: 12px !important;
    font-weight: bold !important;
    color: #000;
}
.footer-white .footer-copyright-text {
    background-color: #050505;
    /*z-index: 999999 !important;*/
    /*position: absolute !important;*/
    width: 100% !important;
}
.display-block{
    display:block !important;
}
.display-none{
    display:none !important;
}
.display-none1{
    display:none;
}


/*.pb-1 {*/
/*    padding-bottom: 5px !important;*/
/*}*/
/*.pt-1 {*/
/*    padding-top: 0px !important;*/
/*}*/
}
.section-title .main-title {
 font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
}
.section-title .main-title span{
  font-size: 24px;
    font-weight: bold;
   color:#F4743B;
}
@media (max-width: 767px) {
  .section-title .main-title {
    font-size: 28px;
  }
}
/*===== All Ads More Style =====*/

.ads-more {
  margin-top: 70px;
  text-align: center;
}
.ads-more p {
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  font-family: "Nunito", sans-serif;
  text-decoration: underline;
}
.ads-more p a {
  color: #F4743B;
  font-weight: 600;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: underline;
}
.ads-more p a i {
  margin-left: 8px;
}
.ads-more p a:hover {
  color: #F4743B;
}
/*===== All Check Box Style =====*/

.check-box input[type="checkbox"], .check-box input[type="radio"] {
  display: none;
}
.check-box input[type="checkbox"]+label, .check-box input[type="radio"]+label {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -1px 8px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border: 1px solid rgba(1, 1, 1, 0.1);
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 3px;
}
.check-box input[type="checkbox"]+label::before, .check-box input[type="radio"]+label::before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  background: none;
  color: #fff;
  width: 100%;
  height: 100%;
  line-height: 100%;
  text-align: center;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 3px;
  font-size: 14px;
  background-color: #F4743B;
}
.check-box input[type="checkbox"]:checked+label, .check-box input[type="radio"]:checked+label {
  border-color: #F4743B;
}
.check-box input[type="checkbox"]:checked+label::before, .check-box input[type="radio"]:checked+label::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.check-box span {
  font-size: 14px;
  color: #798795;
}
/*===== All Pagination Style =====*/

.seylon-pagination .pagination li {
  padding: 0 5px;
}
.seylon-pagination .pagination li a {
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  background-color: #fff;
  border: 1px solid rgba(1, 1, 1, 0.1);
  color: #010101;
  border-radius: 3px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.seylon-pagination .pagination li a.active, .seylon-pagination .pagination li a:hover {
  color: #fff;
  background-color: #F4743B;
  border-color: #F4743B;
}
/*===== All Form Style =====*/

.single-form {
  margin-top: 15px;
}
.single-form label {
  display: block;
  margin-bottom: 15px;
  color: #010101;
}
.single-form input, .single-form textarea {
  width: 100%;
  height: 45px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 0 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.single-form input:focus, .single-form textarea:focus {
  border-color: #F4743B;
}
.single-form textarea {
  height: 200px;
  padding-top: 10px;
  resize: none;
}
.single-form .main-btn {
  width: 160px;
}
.single-form .main-btn:hover {
  background-color: #F4743B;
  color: #fff;
}
/*===== All Preloader =====*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99999;
}
.preloader .load {
  background-image: url(../images/preloader.gif);
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  height: 30%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .preloader .load {
    width: 50%;
    height: 50%;
  }
}
/*===========================
      02.HEADER css 
===========================*/

body.active {
  overflow: hidden;
}
.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-box-shadow: 0px 5px 30px 0px rgb(25 26 26 / 7%);
    -moz-box-shadow: 0px 5px 30px 0px rgba(25, 26, 26, 0.07);
    box-shadow: 0px 5px 30px 0px rgb(25 26 26 / 7%);

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .desktoplogo {
    display: none;
  }
}
@media (max-width: 767px) {
  .desktoplogo {
    display: none;
  }
}
.header-menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-menu.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(1, 1, 1, 0.1);
  -moz-box-shadow: 0px 10px 25px 0px rgba(1, 1, 1, 0.1);
  box-shadow: 0px 10px 25px 0px rgba(1, 1, 1, 0.1);
  z-index: 99;
  -webkit-animation: sticky 1.5s;
  -moz-animation: sticky 1.5s;
  -o-animation: sticky 1.5s;
  animation: sticky 1.5s;
}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.horizontalMenucontainer {
  background-size: cover;
  overflow: hidden;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.desktoplogo img {
  width: 100%;
}
.horizontalMenu {
  color: #fff;
  padding: 0;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .horizontalMenu {
    width: 100%;
    left: 0;
    overflow-y: hidden;
    padding: 0;
    top: 0;
    position: fixed;
    visibility: hidden;
    margin: 0px;
  }
}
@media (max-width: 767px) {
  .horizontalMenu {
    width: 100%;
    left: 0;
    overflow-y: hidden;
    padding: 0;
    top: 0;
    position: fixed;
    visibility: hidden;
    margin: 0px;
  }
}
.horizontalMenu .horizontalMenu-list {
  position: static;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .horizontalMenu .horizontalMenu-list {
    height: auto;
    min-height: 100%;
    width: 270px;
    background-color: #fff;
    padding-bottom: 0;
    margin-left: -270px;
    display: block;
    text-align: left;
    position: relative;
    z-index: 99999999;
  }
}
@media (max-width: 767px) {
  .horizontalMenu .horizontalMenu-list {
    height: auto;
    min-height: 100%;
    width: 270px;
    background-color: #fff;
    padding-bottom: 0;
    margin-left: -270px;
    display: block;
    text-align: left;
    position: relative;
    z-index: 99999999;
  }
}
.horizontalMenu .horizontalMenu-list>li {
  display: inline-block;
  position: relative;
  padding: 26px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .horizontalMenu .horizontalMenu-list>li {
    width: 100%;
    display: block;
    position: relative;
    white-space: inherit;
    padding: 0;
    border-bottom: 1px solid rgba(1, 1, 1, 0.3);
  }
}
@media (max-width: 767px) {
  .horizontalMenu .horizontalMenu-list>li {
    width: 100%;
    display: block;
    position: relative;
    white-space: inherit;
    padding: 0;
    border-bottom: 1px solid rgba(1, 1, 1, 0.3);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .horizontalMenu .horizontalMenu-list>li.position-static {
    position: relative !important;
  }
}
@media (max-width: 767px) {
  .horizontalMenu .horizontalMenu-list>li.position-static {
    position: relative !important;
  }
}
.horizontalMenu .horizontalMenu-list>li .horizontalMenu-click {
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 100%;
  display: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .horizontalMenu .horizontalMenu-list>li .horizontalMenu-click {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .horizontalMenu .horizontalMenu-list>li .horizontalMenu-click {
    display: inline-block;
  }
}
.horizontalMenu .horizontalMenu-list>li .horizontalMenu-click i {
  display: block;
  line-height: 50px;
  width: 50px;
  text-align: center;
  font-size: 16px;
  color: #798795;
  text-align: center;
  float: right;
}
.horizontalMenu .horizontalMenu-list>li .horizontalMenu-click.ws-activearrow i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.horizontalMenu .horizontalMenu-list>li>a {
     font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 5px 5px;
        line-height: 12px;
    /* border-radius: 5px; */
    border-right: 1px solid #ddd;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .horizontalMenu .horizontalMenu-list>li>a {
    color: #010101;
    display: block;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .horizontalMenu .horizontalMenu-list>li>a {
    color: #010101;
    display: block;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
  }
}
.horizontalMenu .horizontalMenu-list>li>a i {
  font-size: 12px;
  padding-left: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .horizontalMenu .horizontalMenu-list>li>a i {
    display: none;
  }
}
@media (max-width: 767px) {
  .horizontalMenu .horizontalMenu-list>li>a i {
    display: none;
  }
}
.horizontalMenu .horizontalMenu-list>li.active>a {
  color: #fff;
  background-color: #F4743B;
}
.horizontalMenu .horizontalMenu-list>li.active>.horizontalMenu-click02 i, .horizontalMenu .horizontalMenu-list>li.active>.horizontalMenu-click i {
  color: #fff;
}
.horizontalMenu .horizontalMenu-list>li:hover>a {
  color: #fff;
  /*background-color: #F4743B;*/
}
.horizontalMenu .horizontalMenu-list>li:hover>.horizontalMenu-click02 i, .horizontalMenu .horizontalMenu-list>li:hover>.horizontalMenu-click i {
  color: #fff;
}
.horizontalMenu .horizontalMenu-list>li .sub-menu {
  width: 200px;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  text-align: left;
  padding: 16px 0;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(1, 1, 1, 0.1);
  -moz-box-shadow: 0px 10px 30px 0px rgba(1, 1, 1, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(1, 1, 1, 0.1);
  z-index: 99;
  -webkit-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -ms-transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  transform: rotateX(-75deg);
  transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  opacity: 0;
  visibility: hidden;
  padding: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .horizontalMenu .horizontalMenu-list>li .sub-menu {
    display: none;
    position: relative;
    top: 0px;
    background-color: #fff;
    border: none;
    padding: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    transform-style: flat;
    -o-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    -webkit-transform-style: flat;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .horizontalMenu .horizontalMenu-list>li .sub-menu {
    display: none;
    position: relative;
    top: 0px;
    background-color: #fff;
    border: none;
    padding: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    transform-style: flat;
    -o-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    -webkit-transform-style: flat;
    width: 100%;
  }
}
.horizontalMenu .horizontalMenu-list>li .sub-menu::after {
  position: absolute;
  top: -5px;
  left: 12px;
  display: inline-block;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  content: '';
}
.horizontalMenu .horizontalMenu-list>li .sub-menu li {
  display: block;
  padding: 0;
  position: relative;
}
.horizontalMenu .horizontalMenu-list>li .sub-menu li a {
  display: block;
  color: #010101;
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 400;
}
.horizontalMenu .horizontalMenu-list>li .sub-menu li a i {
  float: right;
  margin-top: 4px;
}
.horizontalMenu .horizontalMenu-list>li .sub-menu li.active>a {
  color: #fff;
  background-color: #F4743B;
  margin-right: 0;
}
.horizontalMenu .horizontalMenu-list>li .sub-menu li:hover>a {
  color: #fff;
  background-color: #F4743B;
  margin-right: 0;
}
.horizontalMenu .horizontalMenu-list>li .sub-menu li:hover>.horizontalMenu-click02 i {
  color: #fff;
}
.horizontalMenu .horizontalMenu-list>li .sub-menu li .horizontalMenu-click02 {
  height: 37px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 100%;
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .horizontalMenu .horizontalMenu-list>li .sub-menu li .horizontalMenu-click02 {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .horizontalMenu .horizontalMenu-list>li .sub-menu li .horizontalMenu-click02 {
    display: inline-block;
  }
}
.horizontalMenu .horizontalMenu-list>li .sub-menu li .horizontalMenu-click02 i {
  display: block;
  line-height: 37px;
  width: 37px;
  text-align: center;
  font-size: 16px;
  color: #798795;
  text-align: center;
  float: right;
}
.horizontalMenu .horizontalMenu-list>li .sub-menu li .horizontalMenu-click02 i.horizontalMenu-rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.horizontalMenu .horizontalMenu-list>li .sub-menu li .sub-menu {
  top: -10px;
  left: 105%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -ms-transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  transform: rotateX(-75deg);
  transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .horizontalMenu .horizontalMenu-list>li .sub-menu li .sub-menu {
    display: none;
    position: relative;
    top: 0px;
    left: 0;
    background-color: #fff;
    border: none;
    padding: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    transform-style: flat;
    -o-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    -webkit-transform-style: flat;
  }
}
@media (max-width: 767px) {
  .horizontalMenu .horizontalMenu-list>li .sub-menu li .sub-menu {
    display: none;
    position: relative;
    top: 0px;
    left: 0;
    background-color: #fff;
    border: none;
    padding: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    transform-style: flat;
    -o-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    -webkit-transform-style: flat;
  }
}
.horizontalMenu .horizontalMenu-list>li .sub-menu li .sub-menu::after {
  display: none;
}
.horizontalMenu .horizontalMenu-list>li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
  transition: transform 0.3s, opacity 0.3s;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}
.horizontalMenu .horizontalMenu-list>li:hover .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}
.horizontalMenu .horizontalMenu-list>li .horizontal-megamenu {
  width: 100%;
  left: 0px;
  position: absolute;
  top: 100%;
  z-index: 1000;
  margin: 0px;
  text-align: left;
  -webkit-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -ms-transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  transform: rotateX(-75deg);
  transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .horizontalMenu .horizontalMenu-list>li .horizontal-megamenu {
    display: none;
    position: relative;
    top: 0px;
    padding: 0px 0px;
    border: solid 0px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    transform-style: flat;
    -o-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    -webkit-transform-style: flat;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .horizontalMenu .horizontalMenu-list>li .horizontal-megamenu {
    display: none;
    position: relative;
    top: 0px;
    padding: 0px 0px;
    border: solid 0px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    transform-style: flat;
    -o-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    -webkit-transform-style: flat;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .horizontalMenu .horizontalMenu-list>li .horizontal-megamenu .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .horizontalMenu .horizontalMenu-list>li .horizontal-megamenu .container {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .horizontalMenu .horizontalMenu-list>li .horizontal-megamenu .container .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .horizontalMenu .horizontalMenu-list>li .horizontal-megamenu .container .row {
    margin: 0;
  }
}
.horizontalMenu .horizontalMenu-list>li .horizontal-megamenu .megamenu-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(1, 1, 1, 0.1);
  -moz-box-shadow: 0px 10px 30px 0px rgba(1, 1, 1, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(1, 1, 1, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .horizontalMenu .horizontalMenu-list>li .horizontal-megamenu .megamenu-content {
    padding: 0;
    border: 0;
  }
}
@media (max-width: 767px) {
  .horizontalMenu .horizontalMenu-list>li .horizontal-megamenu .megamenu-content {
    padding: 0;
    border: 0;
  }
}
.horizontalMenu .horizontalMenu-list>li .horizontal-megamenu .megamenu-content .link-list {
  border-left: 1px solid #e8ebf3;
  width: 20%;
  position: relative;
  min-height: 1px;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .horizontalMenu .horizontalMenu-list>li .horizontal-megamenu .megamenu-content .link-list {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .horizontalMenu .horizontalMenu-list>li .horizontal-megamenu .megamenu-content .link-list {
    padding: 0;
    width: 100%;
  }
}
.horizontalMenu .horizontalMenu-list>li .horizontal-megamenu .megamenu-content .link-list:first-child {
  border: 0;
}
.horizontalMenu .horizontalMenu-list>li .horizontal-megamenu .megamenu-content .link-list li.title {
  font-size: 16px;
  font-weight: 600;
  color: #010101;
  padding: 8px 12px;
}
.horizontalMenu .horizontalMenu-list>li .horizontal-megamenu .megamenu-content .link-list li a {
  display: block;
  color: #010101;
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 400;
}
.horizontalMenu .horizontalMenu-list>li .horizontal-megamenu .megamenu-content .link-list li a i {
  float: right;
  margin-top: 4px;
}
.horizontalMenu .horizontalMenu-list>li .horizontal-megamenu .megamenu-content .link-list li a.active {
  color: #fff;
  background-color: #F4743B;
  margin-right: 0;
}
.horizontalMenu .horizontalMenu-list>li .horizontal-megamenu .megamenu-content .link-list li:hover>a {
  color: #fff;
  background-color: #F4743B;
  margin-right: 0;
}
.horizontalMenu .horizontalMenu-list>li:hover .horizontal-megamenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
  transition: transform 0.3s, opacity 0.3s;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}
.horizontalMenu .horizontalMenu-list>li:last-child {
  border-bottom: 0;
  /*padding: 20px;*/
   padding: 0px;
}
.horizontalMenu .horizontalMenu-list>li .main-btn {
  width: 100%;
  height: 36px;
  line-height: 36px;
  border-radius: 3px;
  color: #fff;
  background-color: #F4743B;
}
.horizontalMenu .horizontalMenu-list>li .main-btn:hover {
  background-color: #F4743B;
}
.horizontal-btn .main-btn {
  background-color: rgba(255, 255, 255, 0.15);
}
.horizontal-btn .main-btn:hover {
  background-color: #F4743B;
  color: #fff;
}
.overlapblackbg {
  right: 0;
  width: 100%;
  height: 100vh;
  min-height: 100%;
  position: fixed;
  top: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(1, 1, 1, 0.45);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.horizontal-header {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 5px 0;
}
.horizontal-header .navtoggle {
  font-size: 26px;
  color: #fff;
}
.horizontal-header .callusbtn {
  font-size: 26px;
  color: #fff;
}
.active .horizontalMenu {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  visibility: visible;
  z-index: 1000;
  top: 0;
  height: 100% !important;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.active .horizontalMenu .overlapblackbg {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.active .horizontalMenu .horizontalMenu-list {
  margin-left: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.active .horizontalMenucontainer {
  margin-left: 270px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
/*===== sticky =====*/

.sticky {
  border-bottom: 0;
}
.sticky .horizontalMenu .horizontalMenu-list>li>a {
  color: #010101;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky .horizontalMenu .horizontalMenu-list>li>a {
    color: #010101;
  }
}
@media (max-width: 767px) {
  .sticky .horizontalMenu .horizontalMenu-list>li>a {
    color: #010101;
  }
}
.sticky .horizontalMenu .horizontalMenu-list>li.active>a {
  color: #fff;
  background-color: #F4743B;
}
.sticky .horizontalMenu .horizontalMenu-list>li.active>.horizontalMenu-click02 i, .sticky .horizontalMenu .horizontalMenu-list>li.active>.horizontalMenu-click i {
  color: #fff;
}
.sticky .horizontalMenu .horizontalMenu-list>li:hover>a {
  /*color: #fff;*/
  /*background-color: #F4743B;*/
}
.sticky .horizontalMenu .horizontalMenu-list>li .main-btn {
  color: #fff;
}
.sticky .horizontal-btn .main-btn {
  background-color: #F4743B;
}
.sticky .horizontal-btn .main-btn:hover {
  background-color: #F4743B;
  color: #fff;
}
.sticky .horizontal-header .navtoggle {
  color: #010101;
}
.sticky .horizontal-header .callusbtn {
  color: #010101;
}
/*===== header menu 3 =====*/

.header-menu-3 {
  border-color: rgba(1, 1, 1, 0.2);
  background-color:#fff;
}
.header-menu-3 .horizontalMenu .horizontalMenu-list>li>a {
  color: #010101;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu-3 .horizontalMenu .horizontalMenu-list>li>a {
    color: #010101;
  }
}
@media (max-width: 767px) {
  .header-menu-3 .horizontalMenu .horizontalMenu-list>li>a {
    color: #010101;
  }
}
.header-menu-3 .horizontalMenu .horizontalMenu-list>li.active>a {
  color: #fff;
  background-color: #F4743B;
}
.header-menu-3 .horizontalMenu .horizontalMenu-list>li.active>.horizontalMenu-click02 i, .header-menu-3 .horizontalMenu .horizontalMenu-list>li.active>.horizontalMenu-click i {
  color: #fff;
}
.header-menu-3 .horizontalMenu .horizontalMenu-list>li:hover>a {
  color: #F4743B;
 /* background-color: #F4743B;*/
}
.header-menu-3 .horizontalMenu .horizontalMenu-list>li .sub-menu li.active>a {
  background-color: #F4743B;
}
.header-menu-3 .horizontalMenu .horizontalMenu-list>li .sub-menu li:hover>a {
  color: #fff;
  background-color: #F4743B;
  margin-right: 0;
}
.header-menu-3 .horizontalMenu .horizontalMenu-list>li .horizontal-megamenu .megamenu-content .link-list li a.active {
  color: #fff;
  background-color: #F4743B;
  margin-right: 0;
}
.header-menu-3 .horizontalMenu .horizontalMenu-list>li .horizontal-megamenu .megamenu-content .link-list li:hover>a {
  color: #fff;
  background-color: #F4743B;
  margin-right: 0;
}
.header-menu-3 .horizontalMenu .horizontalMenu-list>li .main-btn {
  color: #fff;
  background-color: #F4743B;
}
.header-menu-3 .horizontalMenu .horizontalMenu-list>li .main-btn:hover {
  background-color: #F4743B;
}
.header-menu-3 .horizontal-btn .main-btn {
  background-color: #F4743B;
}
.header-menu-3 .horizontal-btn .main-btn:hover {
  background-color: #F4743B;
  color: #fff;
}
.header-menu-3 .horizontal-header .navtoggle {
  color: #010101;
}
.header-menu-3 .horizontal-header .callusbtn {
  color: #010101;
}
/*===== header menu 4 =====*/

.header-menu-4 {
  border-color: rgba(255, 255, 255, 0.2);
}
.header-menu-4 .desktoplogo {
  display: none;
}
.header-menu-4 .horizontalMenu .horizontalMenu-list>li.active>a {
  color: #fff;
  background-color: #07bfa7;
}
.header-menu-4 .horizontalMenu .horizontalMenu-list>li:hover>a {
  color: #fff;
  background-color: #07bfa7;
}
.header-menu-4 .horizontalMenu .horizontalMenu-list>li .sub-menu li.active>a {
  background-color: #07bfa7;
}
.header-menu-4 .horizontalMenu .horizontalMenu-list>li .sub-menu li:hover>a {
  color: #fff;
  background-color: #07bfa7;
}
.header-menu-4 .horizontalMenu .horizontalMenu-list>li .horizontal-megamenu .megamenu-content .link-list li a.active {
  color: #fff;
  background-color: #07bfa7;
}
.header-menu-4 .horizontalMenu .horizontalMenu-list>li .horizontal-megamenu .megamenu-content .link-list li:hover>a {
  color: #fff;
  background-color: #07bfa7;
}
.header-menu-4 .horizontalMenu .horizontalMenu-list>li .main-btn {
  color: #fff;
  background-color: #07bfa7;
}
.header-menu-4 .horizontalMenu .horizontalMenu-list>li .main-btn:hover {
  background-color: rgba(7, 191, 167, 0.5);
}
.header-menu-4 .horizontal-btn .main-btn {
  background-color: #07bfa7;
}
.header-menu-4 .horizontal-btn .main-btn:hover {
  background-color: rgba(7, 191, 167, 0.5);
  color: #fff;
}
.header-menu-4.sticky .desktoplogo {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu-4.sticky .desktoplogo {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-menu-4.sticky .desktoplogo {
    display: none;
  }
}
/*===== header menu 5 =====*/

.header-menu-5 {
  border-color: rgba(1, 1, 1, 0.2);
  background-color: #fff;
}
.header-menu-5 .horizontalMenu .horizontalMenu-list>li>a {
  color: #010101;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu-5 .horizontalMenu .horizontalMenu-list>li>a {
    color: #010101;
  }
}
@media (max-width: 767px) {
  .header-menu-5 .horizontalMenu .horizontalMenu-list>li>a {
    color: #010101;
  }
}
.header-menu-5 .horizontalMenu .horizontalMenu-list>li.active>a {
  color: #fff;
  background-color: #ec7424;
}
.header-menu-5 .horizontalMenu .horizontalMenu-list>li.active>.horizontalMenu-click02 i, .header-menu-5 .horizontalMenu .horizontalMenu-list>li.active>.horizontalMenu-click i {
  color: #fff;
}
.header-menu-5 .horizontalMenu .horizontalMenu-list>li:hover>a {
  color: #fff;
  background-color: #ec7424;
}
.header-menu-5 .horizontalMenu .horizontalMenu-list>li .sub-menu li.active>a {
  background-color: #ec7424;
}
.header-menu-5 .horizontalMenu .horizontalMenu-list>li .sub-menu li:hover>a {
  color: #fff;
  background-color: #ec7424;
  margin-right: 0;
}
.header-menu-5 .horizontalMenu .horizontalMenu-list>li .horizontal-megamenu .megamenu-content .link-list li a.active {
  color: #fff;
  background-color: #ec7424;
  margin-right: 0;
}
.header-menu-5 .horizontalMenu .horizontalMenu-list>li .horizontal-megamenu .megamenu-content .link-list li:hover>a {
  color: #fff;
  background-color: #ec7424;
  margin-right: 0;
}
.header-menu-5 .horizontalMenu .horizontalMenu-list>li .main-btn {
  color: #fff;
  background-color: #ec7424;
}
.header-menu-5 .horizontalMenu .horizontalMenu-list>li .main-btn:hover {
  background-color: #F4743B;
}
.header-menu-5 .horizontal-btn .main-btn {
  background-color: #ec7424;
}
.header-menu-5 .horizontal-btn .main-btn:hover {
  background-color: rgba(236, 116, 36, 0.8);
  color: #fff;
}
.header-menu-5 .horizontal-header .navtoggle {
  color: #010101;
}
.header-menu-5 .horizontal-header .callusbtn {
  color: #010101;
}
/*===== header Top =====*/

.header-top {
  background-color: #010101;
  padding-bottom: 10px;
  padding-top: 1px;
}
.header-top-left {
  margin-top: 9px;
}
.header-top-left .header-meta li {
  display: inline-block;
}
.header-top-left .header-meta li+li {
  margin-left: 15px;
}
.header-top-left .header-meta li a {
  font-size: 14px;
  font-weight: 400;
  color: #798795;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header-top-left .header-meta li a i {
  margin-right: 3px;
}
.header-top-left .header-meta li a:hover {
  color: #07bfa7;
}
.header-top-right {
  margin-top: 9px;
}
.header-top-right .header-follow .social li {
  display: inline-block;
}
.header-top-right .header-follow .social li+li {
  margin-left: 10px;
}
.header-top-right .header-follow .social li span {
  font-size: 14px;
  font-weight: 400;
  color: #798795;
}
.header-top-right .header-follow .social li a {
  font-size: 14px;
  color: #798795;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header-top-right .header-follow .social li a:hover {
  color: #07bfa7;
}
.header-top-right .header-follow .header-login {
  padding-left: 25px;
}
.header-top-right .header-follow .header-login li a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  line-height: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0 15px;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .header-top-right .header-follow .header-login li a {
    padding: 0 10px;
  }
}
.header-top-right .header-follow .header-login li a i {
  margin-right: 3px;
}
.header-top-right .header-follow .header-login li a:hover {
  background-color: #07bfa7;
}
/*===== header Top 2 =====*/

.header-top-2 {
  background-color: #F4743B;
}
.header-top-2 .header-top-left .header-meta li a {
  color: #fff;
}
.header-top-2 .header-top-left .header-meta li a:hover {
  color: #F4743B;
}
.header-top-2 .header-top-right .header-follow .social li span {
  color: #fff;
}
.header-top-2 .header-top-right .header-follow .social li a {
  color: #fff;
}
.header-top-2 .header-top-right .header-follow .social li a:hover {
  color: #F4743B;
}
.header-top-2 .header-top-right .header-follow .header-login li a {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
}
.header-top-2 .header-top-right .header-follow .header-login li a:hover {
  background-color: #F4743B;
}
/*===== header Top 3 =====*/

.header-top-3 {
  background-color: #F4743B;
}
.header-top-3 .header-top-left .header-meta li a {
  color: #fff;
}
.header-top-3 .header-top-left .header-meta li a:hover {
  color: #F4743B;
}
.header-top-3 .header-top-right .header-follow .social li span {
  color: #fff;
}
.header-top-3 .header-top-right .header-follow .social li a {
  color: #fff;
}
.header-top-3 .header-top-right .header-follow .social li a:hover {
  color: #F4743B;
}
.header-top-3 .header-top-right .header-follow .header-login li a {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
}
.header-top-3 .header-top-right .header-follow .header-login li a:hover {
  background-color: #F4743B;
}
/*===== header Center =====*/

.header-center {
  padding-bottom: 20px;
}
.header-center-wrapper {
  padding-top: 20px;
}
.header-center-wrapper .get-quote .get-icon i {
  font-size: 28px;
  color: #fff;
  line-height: 35px;
}
.header-center-wrapper .get-quote .get-text {
  padding-left: 15px;
}
.header-center-wrapper .get-quote .get-text .title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.header-center-wrapper .get-quote .get-text p {
  font-size: 14px;
  color: #798795;
  line-height: 22px;
}
.header-search {
  padding-top: 20px;
}
.header-search .search-seylon {
  display: inline-block;
}
@media (max-width: 767px) {
  .header-search .search-seylon {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-search .search-seylon {
    display: inline-block;
  }
}
.header-search .search-seylon .seylon-dropdown {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .header-search .search-seylon .seylon-dropdown {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-search .search-seylon .seylon-dropdown {
    display: inline-block;
  }
}
.header-search .search-seylon .seylon-dropdown .seylon-toggler {
  padding-left: 20px;
  padding-right: 40px;
  display: inline-block;
  line-height: 50px;
  height: 50px;
  cursor: pointer;
  border: 0;
  border-right: 0;
  position: relative;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #fff;
  color: #010101;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-search .search-seylon .seylon-dropdown .seylon-toggler {
    padding-right: 35px;
  }
}
@media (max-width: 767px) {
  .header-search .search-seylon .seylon-dropdown .seylon-toggler {
    padding-left: 10px;
    padding-right: 20px;
    display: block;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-search .search-seylon .seylon-dropdown .seylon-toggler {
    display: inline-block;
    padding-left: 20px;
    padding-right: 40px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
.header-search .search-seylon .seylon-dropdown .seylon-toggler::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 15px;
  background-color: #798795;
  top: 15px;
  right: 0;
}
@media (max-width: 767px) {
  .header-search .search-seylon .seylon-dropdown .seylon-toggler::before {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-search .search-seylon .seylon-dropdown .seylon-toggler::before {
    width: 1px;
    height: 15px;
    top: 15px;
    bottom: auto;
  }
}
.header-search .search-seylon .seylon-dropdown .seylon-toggler span {
  font-size: 14px;
  color: #010101;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 767px) {
  .header-search .search-seylon .seylon-dropdown .seylon-toggler span {
    font-size: 13px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-search .search-seylon .seylon-dropdown .seylon-toggler span {
    font-size: 14px;
  }
}
.header-search .search-seylon .seylon-dropdown .seylon-toggler i {
  margin-left: 5px;
  font-size: 14px;
  color: #010101;
  position: absolute;
  top: 35%;
  right: 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-search .search-seylon .seylon-dropdown .seylon-toggler i {
    right: 10px;
  }
}
.header-search .search-seylon .seylon-dropdown .seylon-toggler.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header-search .search-seylon .seylon-dropdown .seylon-dropdown-menu {
  width: 215px;
  padding: 5px 20px 15px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-color: #fff;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
}
.header-search .search-seylon .seylon-dropdown .seylon-dropdown-menu li {
  margin-top: 10px;
}
.header-search .search-seylon .seylon-dropdown .seylon-dropdown-menu li a {
  font-size: 14px;
  color: #798795;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header-search .search-seylon .seylon-dropdown .seylon-dropdown-menu li a:hover {
  color: #F4743B;
}
.header-search .search-form {
  min-width: 340px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-search .search-form {
    min-width: 65%;
  }
}
@media (max-width: 767px) {
  .header-search .search-form {
    min-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-search .search-form {
    min-width: 65%;
  }
}
.header-search .search-form input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 0;
  border-left: 0;
  border-right: 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  .header-search .search-form input {
    height: 40px;
  }
}
.header-search .search-form button {
  background: #07bfa7;
  border: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  float: left;
  font-size: 1em;
  font-weight: normal;
  height: 50px;
  letter-spacing: .05em;
  min-width: 50px;
  outline: none;
  padding: 0;
  position: static;
  text-align: center;
  width: auto;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 767px) {
  .header-search .search-form button {
    min-width: 40px;
    height: 40px;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .header-search .search-form button {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
/*===========================
    03.HEADER BANNER css 
===========================*/

.header-banner {
  height: 800px;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 1400px) {
  .header-banner {
    height: 950px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-banner {
    height: 700px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-banner {
    height: 650px;
  }
}
.header-banner-1::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, #0fa9d0 0%, #3fbd52 100%);
  background: -o-linear-gradient(left, #0fa9d0 0%, #3fbd52 100%);
  background: linear-gradient(to right, #0fa9d0 0%, #3fbd52 100%);
  z-index: -1;
  opacity: 0.7;
}
.header-content {
  padding-top:200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-content {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .header-content {
    padding-top: 40px;
  }
  .header-banner-3 {
      margin-top:115px !important;
      height: auto !important;
  }
}
.header-content .sub-title {
  font-size: 24px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-content .sub-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-content .sub-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .header-content .sub-title {
    font-size: 18px;
  }
}
.header-content .main-title {
  font-size: 70px;
  font-weight: 300;
  color: #fff;
  margin-top: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-content .main-title {
    font-size: 54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-content .main-title {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .header-content .main-title {
    font-size: 32px;
  }
}
.header-content p {
  font-size: 18px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .header-content p {
    font-size: 16px;
  }
}
.header-content .header-form {
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(105, 99, 255, 0.14);
  -moz-box-shadow: 0px 0px 10px 0px rgba(105, 99, 255, 0.14);
  box-shadow: 0px 0px 10px 0px rgba(105, 99, 255, 0.14);
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  border-radius: 50px;
  margin-top: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-content .header-form {
    border-radius: 30px;
  }
}
@media (max-width: 767px) {
  .header-content .header-form {
    border-radius: 30px;
  }
}
.header-content .header-form .single-form {
  margin-top: 9px;
  width: 33.33%;
  position: relative;
  padding: 0 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-content .header-form .single-form {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header-content .header-form .single-form {
    width: 100%;
  }
}
.header-content .header-form .single-form input {
  width: 100%;
  height: 60px;
  border-radius: 50px;
  border: 0;
  padding: 0 20px;
  font-size: 16px;
  font-style: italic;
  color: #798795;
}
@media (max-width: 767px) {
  .header-content .header-form .single-form input {
    height: 50px;
    font-size: 14px;
  }
}
.header-content .header-form .single-form input::placeholder {
  opacity: 1;
  color: #798795;
}
.header-content .header-form .single-form input::-moz-placeholder {
  opacity: 1;
  color: #798795;
}
.header-content .header-form .single-form input::-moz-placeholder {
  opacity: 1;
  color: #798795;
}
.header-content .header-form .single-form input::-webkit-input-placeholder {
  opacity: 1;
  color: #798795;
}
.header-content .header-form .single-form button {
  position: absolute;
  top: 0px;
  right: 5px;
  font-size: 24px;
  color: #fff;
  border: 0;
  background-color: #F4743B;
  height: 60px;
  width: 90px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .header-content .header-form .single-form button {
    position: relative;
    width: 100%;
    margin-top: 10px;
    height: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-content .header-form .single-form button {
    position: absolute;
    width: 80px;
    margin-top: 0;
  }
}
.header-content .header-form .single-form button:hover {
  background-color: #F4743B;
}
.header-content .header-form .single-form .nice-select {
  width: 100%;
  border-radius: 50px;
  height: 60px;
  padding: 0 20px;
  float: none;
  border: 0;
}
@media (max-width: 767px) {
  .header-content .header-form .single-form .nice-select {
    height: 50px;
  }
}
.header-content .header-form .single-form .nice-select::after {
  width: 8px;
  height: 8px;
  right: 20px;
  border-color: #798795;
}
.header-content .header-form .single-form .nice-select .current {
  line-height: 60px;
  font-size: 16px;
  font-style: italic;
  color: #798795;
}
@media (max-width: 767px) {
  .header-content .header-form .single-form .nice-select .current {
    line-height: 50px;
    font-size: 14px;
  }
}
.header-content .header-form .single-form .nice-select .list {
  width: 100%;
}
/*===== header content 2 =====*/

.header-content-2 .sub-title {
  color: #F4743B;
}
.header-content-2 .main-title {
  color: #fff;
}
.header-content-2 p {
  color: #798795;
}
.header-content-2 .header-form {
  background-color: #262938;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header-content-2 .header-form .single-form {
  padding: 0;
}
.header-content-2 .header-form .single-form input {
  background-color: #262938;
}
@media (max-width: 767px) {
  .header-content-2 .header-form .single-form input {
    height: 50px;
    font-size: 14px;
  }
}
.header-content-2 .header-form .single-form input::placeholder {
  opacity: 1;
  color: #798795;
}
.header-content-2 .header-form .single-form input::-moz-placeholder {
  opacity: 1;
  color: #798795;
}
.header-content-2 .header-form .single-form input::-moz-placeholder {
  opacity: 1;
  color: #798795;
}
.header-content-2 .header-form .single-form input::-webkit-input-placeholder {
  opacity: 1;
  color: #798795;
}
.header-content-2 .header-form .single-form button {
  color: #fff;
  background-color: #F4743B;
  right: 0;
}
.header-content-2 .header-form .single-form button:hover {
  background-color: #F4743B;
}
.header-content-2 .header-form .single-form .nice-select {
  background-color: #262938;
  border-color: #262938;
}
.header-content-2 .header-form .single-form .nice-select .current {
  color: #798795;
}
/*===== header content 3 =====*/
/*.glow{
   z-index: -1;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 500px;
    position: absolute;
    top: -87px;
    background-image: url(../images/banner.jpg);
}*/
.header-banner-3 {
  /*height: auto;*/
  /*padding-top: 120px;*/
  /*padding-top: 180px;*/
  /*padding-bottom: 20px;*/
  /* background-image: url(../images/backhome.jpg);*/

    /*background-size: contain;*/
    /*background-size: contain;*/
    /*background-repeat:no-repeat;*/
    /*background-position:bottom;*/
        /*margin-top: 40px;*/

}
.header-banner-3
{
        height: 600px;
    /* padding-top: 120px; */
    /* padding-top: 180px; */
    padding-bottom: 20px;
    background-image: url(../images/backhome.png);
    /* background-size: contain; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: 40px;
}


.header-content-3 .main-title {
  color: #010101;
}
.header-content-3 p {
  color: #798795;
}
.header-category {
  padding-top: 0px;
  margin-left: 10px;
  margin-right: 0px;
}
.header-category .category-col {
 /* width: 10%;*/
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-category .category-col {
    width: 14.28%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-category .category-col {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .header-category .category-col {
    width: 50%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-category .category-col {
    width: 25%;
  }
}
/*.header-category .category-col:nth-child(10n+1) .single-header-category .category-icon {
  background-color:#e5e3e2;
}
.header-category .category-col:nth-child(10n+2) .single-header-category .category-icon {
  background-color: #e5e3e2;
}
.header-category .category-col:nth-child(10n+3) .single-header-category .category-icon {
  background-color: #e5e3e2;
}
.header-category .category-col:nth-child(10n+4) .single-header-category .category-icon {
  background-color: #e5e3e2;
}
.header-category .category-col:nth-child(10n+5) .single-header-category .category-icon {
  background-color: #e5e3e2;
}
.header-category .category-col:nth-child(10n+6) .single-header-category .category-icon {
  background-color: #e5e3e2;
}
.header-category .category-col:nth-child(10n+7) .single-header-category .category-icon {
  background-color: #e5e3e2;
}
.header-category .category-col:nth-child(10n+8) .single-header-category .category-icon {
  background-color: #e5e3e2;
}
.header-category .category-col:nth-child(10n+9) .single-header-category .category-icon {
  background-color:#e5e3e2;
}
.header-category .category-col:nth-child(10n+10) .single-header-category .category-icon {
  background-color:#fff;
}*/
.header-category .single-header-category {
 /* margin-top: 30px;*/
}
.header-category .single-header-category .category-icon {
        width: 60px;
    height: 50px;
 line-height: 60px;
  text-align: center;
  border-radius: 3px;
  margin: 0 auto;
}
.header-category .single-header-category .category-icon img {
  padding: 8px;
}
.header-category .single-header-category .title {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
      color: #000;
}
.header-category .single-header-category p {
  font-size: 14px;
  color: #798795;
}
.header-form-2 {

 background-color:#ffffffdb;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(1, 1, 1, 0.08);
  -moz-box-shadow: 0px 0px 30px 0px rgba(1, 1, 1, 0.08);
  box-shadow: 0px 0px 30px 0px rgba(1, 1, 1, 0.08);
  /*padding-bottom: 50px;*/
  padding-bottom: 10px;
  padding-left: 85px;
  padding-right: 85px;
  /*padding-top: 35px;*/
  padding-top: 10px;
  /*margin-top: 55px;*/
      margin-top: 90px;
  border-radius: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-form-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .header-form-2 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.header-form-2 .single-form {
  margin-top: 15px;
  width: 100%;
  position: relative;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-form-2 .single-form {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header-form-2 .single-form {
    width: 100%;
  }
}
.header-form-2 .single-form input {
  width: 100%;
  height: 45px;
  border-radius: 5px;
  border: 0;
  padding: 0 20px;
  font-size: 16px;
  font-style: italic;
  color: #000;
  /*border: 1px solid #F4743B;
  background-color: #F4743B26;*/
}
@media (max-width: 767px) {
  .header-form-2 .single-form input {
    height: 50px;
    font-size: 14px;
  }
}
.header-form-2 .single-form input::placeholder {
  opacity: 1;
  color: #798795;
}
.header-form-2 .single-form input::-moz-placeholder {
  opacity: 1;
  color: #798795;
}
.header-form-2 .single-form input::-moz-placeholder {
  opacity: 1;
  color: #798795;
}
.header-form-2 .single-form input::-webkit-input-placeholder {
  opacity: 1;
  color: #798795;
}
.header-form-2 .single-form button {
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 24px;
  color: #fff;
  border: 0;
  background-color: #F4743B;
  height: 45px;
  width: 90px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.searchproperty{
   position: relative !important;
  font-size: 24px;
  color: #fff;
  border: 0;
  background-color: #F4743B;
  width: 100% !important;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .header-form-2 .single-form button {
    position: relative;
    width: 100%;
    margin-top: 10px;
    height: 50px;
    right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-form-2 .single-form button {
    position: absolute;
    width: 80px;
    margin-top: 0;
    right: 15px;
  }
}
.header-form-2 .single-form button:hover {
  background-color: #F4743B;
}
.header-form-2 .single-form .nice-select {
  width: 100%;
  border-radius: 5px;
  height: 45px;
  padding: 0 20px;
  border: 0;
  float: none;
  border: 1px solid #F4743B;
}
@media (max-width: 767px) {
  .header-form-2 .single-form .nice-select {
    height: 50px;
  }
}
.header-form-2 .single-form .nice-select::after {
  width: 8px;
  height: 8px;
  right: 20px;
  border-color: #798795;
}
.header-form-2 .single-form .nice-select .current {
  line-height:45px;
  font-size: 16px;
  font-style: italic;
  color: #798795;
}
@media (max-width: 767px) {
  .header-form-2 .single-form .nice-select .current {
    line-height: 50px;
    font-size: 14px;
  }
}
.header-form-2 .single-form .nice-select .list {
  width: 100%;
}
/*===== header content 4 =====*/

.header-banner-4::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, 0.3);
  z-index: -1;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .header-content-4 {
    padding-top: 120px;
  }
}
.header-content-4 .sub-title {
  color: #07bfa7;
}
.header-content-4 .main-title {
  color: #fff;
}
.header-content-4 p {
  color: #798795;
}
/*===== header content 5 =====*/

.header-banner-5::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, 0.3);
  z-index: -1;
  opacity: 0.7;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-content-5 {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .header-content-5 {
    padding-top: 100px;
  }
}
.header-content-5 .sub-title {
  color: #07bfa7;
}
.header-content-5 .main-title {
  color: #fff;
}
.header-content-5 p {
  color: #798795;
}
.header-category-2 {
  padding-top: 20px;
}
.header-category-2 .single-header-category-2 {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-category-2 .single-header-category-2 img {
    width: 40 px;
  }
}
@media (max-width: 767px) {
  .header-category-2 .single-header-category-2 img {
    width: 30px;
  }
}
.header-category-2 .single-header-category-2 p {
  color: #fff;
  margin-top: 10px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .header-category-2 .single-header-category-2 p {
    font-size: 14px;
  }
}
/*===========================
      04.CATEGORY css 
===========================*/

.category-title .title {
  font-size: 24px;
  font-weight: bold;
}
.category-title .title span{
  font-size: 24px;
  font-weight: bold;
  color:#F4743B;
}
@media (max-width: 767px) {
  .category-title .title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .category-title .title {
    font-size: 20px;
  }
}
.single-category a {
  display: block;
  padding: 30px 20px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-category a {
    padding: 30px 6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-category a {
    padding: 30px 10px;
  }
}
@media (max-width: 767px) {
  .single-category a {
    padding: 20px 6px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-category a {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .single-category a img {
    height: 23px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-category a img {
    height: inherit;
  }
}
.single-category a .title {
  font-size: 16px;
  font-weight: 600;
  color: #010101;
  margin-top: 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-category a .title {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .single-category a .title {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-category a .title {
    font-size: 16px;
  }
}
.single-category a p {
  font-size: 16px;
  color: #798795;
  margin-top: 4px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .single-category a p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-category a p {
    font-size: 16px;
  }
}
.single-category a:hover {
  border-color: #F4743B;
}
.single-category a:hover .title {
  color: #F4743B;
}
.category-2 {
  background-color: #f6f6f6;
}
.category-2 .single-category a {
  border: 0;
}
.category-2 .single-category a:hover {
  background-color: #F4743B;
}
.category-2 .single-category a:hover .title {
  color: #fff;
}
.category-2 .single-category a:hover p {
  color: #fff;
}
.single-category-2 {
  background-color: #fff;
      margin-bottom: 20px;
}
.single-category-2 .category-image {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.single-category-2 .category-image a {
  display: block;
}
.single-category-2 .category-image img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.single-category-2 .category-image .ctg-title {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  z-index: 5;
}
.single-category-2 .category-image .ctg-title .title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.single-category-2 .category-image .ctg-title p {
  font-size: 14px;
  color: #fff;
}
.single-category-2 .category-image::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #010101;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0.5;
}
.single-category-2 .category-content {
 padding: 10px 8px 10px;
  border: 1px solid rgba(1, 1, 1, 0.1);
     border-radius: 10px;
      height: 190px;
          /*box-shadow: 0 8px 12px -1px rgb(0 0 0 / 10%);*/
    /*-webkit-box-shadow: 0 8px 12px -1px rgb(0 0 0 / 10%);*/
      box-shadow:0 8px 12px -1px rgb(254 103 1 / 13%);
    -webkit-box-shadow: 0 8px 12px -1px rgb(254 103 1 / 13%);
        border-bottom: 2px solid #F4743B;
}
.single-category-2 .category-content:hover{
    /*box-shadow: 0 16px 30px 0 rgb(0 0 0 / 30%);*/
    /*-webkit-box-shadow: 0 16px 30px 0 rgb(0 0 0 / 30%);*/
    /*-moz-box-shadow: 0 16px 30px 0 rgba(0,0,0,.3);*/
     box-shadow: 0 16px 30px 0 rgb(254 103 1 / 40%);
    -webkit-box-shadow: 0 16px 30px 0 rgb(254 103 1 / 40%);
    -moz-box-shadow:0 16px 30px 0 rgb(254 103 1 / 40%);
  }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-category-2 .category-content {
    padding: 5px 20px 20px;
  }
}
@media (max-width: 767px) {
  .single-category-2 .category-content {
    padding: 10px 30px 30px;
  }
}
.single-category-2 .category-content .category-list li a {
  margin-top: 5px;
     font-size: 13px;
    font-weight: 600;
  color: #333;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.single-category-2 .category-content .category-list li a:hover {
  color: #F4743B;
  text-decoration: underline;
}
.single-category-2:hover .category-image {
  overflow: hidden;
}
.single-category-2:hover .category-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.single-category-2:hover .category-image::before {
  background-color: #07bfa7;
}
.single-category-2.category-3:hover .category-image {
  overflow: hidden;
}
.single-category-2.category-3:hover .category-image::before {
  background-color: #ec7424;
}
/*===========================
    05.CLASSIFED ADS css 
===========================*/

.ads-bg {
  /*background-color: #f5f9ff;*/
}
.ads-product-wrapper .nav .nav-item {
  padding: 0 25px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .ads-product-wrapper .nav .nav-item {
    padding: 0;
    width: 50%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ads-product-wrapper .nav .nav-item {
    padding: 0 10px;
    width: auto;
  }
}
.ads-product-wrapper .nav .nav-item a {
  font-size: 14px;
  font-weight: 600;
  color: #798795;
  text-transform: uppercase;
  position: relative;
  padding-left: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.ads-product-wrapper .nav .nav-item a::before {
  width: 10px;
  height: 10px;
  background-color: #798795;
  border-radius: 50%;
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  opacity: 0.3;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.ads-product-wrapper .nav .nav-item a:hover, .ads-product-wrapper .nav .nav-item a.active {
  color: #F4743B;
}
.ads-product-wrapper .nav .nav-item a:hover::before, .ads-product-wrapper .nav .nav-item a.active::before {
  opacity: 1;
  background-color: #F4743B;
}
/*===========================
    06.ADS PRODUCT css 
===========================*/

.single-ads-product {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
    /*  box-shadow: 0 8px 12px -1px rgb(0 0 0 / 10%);*/
    /*-webkit-box-shadow: 0 8px 12px -1px rgb(0 0 0 / 10%);*/
     box-shadow: 0 8px 12px -1px rgb(254 103 1 / 13%);
    -webkit-box-shadow: 0 8px 12px -1px rgb(254 103 1 / 13%);
}
.single-ads-product:hover
{
    /*  box-shadow: 0 16px 30px 0 rgb(0 0 0 / 30%);*/
    /*-webkit-box-shadow: 0 16px 30px 0 rgb(0 0 0 / 30%);*/
    /*-moz-box-shadow: 0 16px 30px 0 rgba(0,0,0,.3);*/
    box-shadow:0 16px 30px 0 rgb(254 103 1 / 40%);
     -webkit-box-shadow:0 16px 30px 0 rgb(254 103 1 / 40%);
     -moz-box-shadow:0 16px 30px 0 rgb(254 103 1 / 40%);
}
.single-ads-product .product-image {
  position: relative;
  overflow: hidden;
  position: relative;
}

.single-ads-product  .product-image a:after {
  content: "";
  width: 100%;
  height:150px;
  
  background: url(https://myspotbh.com/ads_spot/assets/webcss/images/watermark.svg) no-repeat;
     position: absolute;
    top: 0%;
    left: 15%;
}
.single-details-image a:after {
  content: "";
  width: 80px;
  height:80px;
  
  background: url(https://myspotbh.com/ads_spot/assets/webcss/images/watermark.svg) no-repeat;
     position: absolute;
    top: 40%;
    left: 42%;
}
.fancybox-content:after {
  content: "";
  width: 80px;
  height:80px;
  
  background: url(https://myspotbh.com/ads_spot/assets/webcss/images/watermark.svg) no-repeat;
     position: absolute;
    top: 40%;
    left: 45%;
}

.single-ads-product .product-image a{
 display:block;
}
.single-ads-product .product-image a{
	width: 100%;
  height: 150px;
}
.single-ads-product .product-image img {
  width: 100%;
  height: 150px;
 
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.single-ads-product .product-image .stacker {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #f85c70;
  color: #fff;
  font-size: 13px;
  padding: 0 10px;
  border-radius: 3px;
  font-weight: 600;
}
.single-ads-product .product-content {
     padding: 3px 7px;
  border-top: 1px solid #e8e8e8;
  text-align: center;
}
.single-ads-product .product-content p {
    color:#333;
	font-weight:500;
	font-size:14px;
	line-height:24px;
	
}
.single-ads-product .product-content .sub-title {
  font-size: 14px;
  font-weight: 600;
  color: #F4743B;
}
.single-ads-product .product-content .main-title a {
  color: #010101;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-top: 5px;
}
.single-ads-product .product-content .main-title a:hover {
  color: #F4743B;
}
.single-ads-product .product-content .location {
  font-size: 14px;
  margin-top: 10px;
}
.single-ads-product .product-content .price-rating .price {
  font-size: 14px;
  color: #F4743B;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
  margin-top: 2px;
      text-align: center;

}
.single-ads-product .product-content .price-rating .rating {
  margin-top: 15px;
}
.single-ads-product .product-content .price-rating .rating li {
  display: inline-block;
  font-size: 14px;
  color: #ccc;
}
.single-ads-product .product-content .main-btn {
  margin-top: 15px;
  width: 100%;
  border: 1px solid #e8e8e8;
  color: #798795;
  font-weight: 600;
}
.single-ads-product .product-content .main-btn:hover {
  background-color: #F4743B;
  border-color: #F4743B;
  color: #fff;
}
.single-ads-product:hover .product-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.single-ads-product.ads-product-2 .product-content .main-title a:hover {
  color: #F4743B;
}
.single-ads-product.ads-product-2 .product-content .main-btn:hover {
  background-color: #F4743B;
  border-color: #F4743B;
}
.single-ads-product.ads-product-3 .product-content .main-title a:hover {
  color: #F4743B;
}
.single-ads-product.ads-product-3 .product-content .main-btn:hover {
  background-color: #F4743B;
  border-color: #F4743B;
}
.single-ads-product.ads-product-4 .product-content .main-title a:hover {
  color: #07bfa7;
}
.single-ads-product.ads-product-4 .product-content .main-btn:hover {
  background-color: #07bfa7;
  border-color: #07bfa7;
}
.single-ads-product.ads-product-5 .product-content .main-title a:hover {
  color: #ec7424;
}
.single-ads-product.ads-product-5 .product-content .main-btn:hover {
  background-color: #ec7424;
  border-color: #ec7424;
}
.ads-product-list .product-image {
  width: 50%;
}
@media (max-width: 767px) {
  .ads-product-list .product-image {
    width: 100%;
  }
 .single-ads-product  .product-image a:after {
  content: "";
    width: 100%;
    height: 100px;
    /* opacity: 0.3; */
    /* background: url(https://myspotbh.com/ads_spot/assets/webcss/images/logo-6.jpg) no-repeat; */
    position: absolute;
    top: 0%;
    left: 28%;

}

}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ads-product-list .product-image {
    width: 50%;
  }
}
.ads-product-list .product-image img {
  width: 100%;
  height: 100%;
}
.ads-product-list .product-content {
  border-top: 0;
  border-left: 1px solid #e8e8e8;
  width: 50%;
}
@media (max-width: 767px) {
  .ads-product-list .product-content {
    width: 100%;
    border-top: 1px solid #e8e8e8;
    border-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ads-product-list .product-content {
    width: 50%;
    border-top: 0;
    border-left: 1px solid #e8e8e8;
  }
}
/*===========================
      07.LOCATION css 
===========================*/

.single-location {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  z-index: 5;
}
.single-location::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, #0fa9d0 0%, #3fbd52 100%);
  background: -o-linear-gradient(left, #0fa9d0 0%, #3fbd52 100%);
  background: linear-gradient(to right, #0fa9d0 0%, #3fbd52 100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  z-index: 5;
}
.single-location img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.single-location a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.single-location .location-title {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 45px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  z-index: 8;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-location .location-title {
    font-size: 20px;
  }
}
.single-location.location-2::before {
  background: -webkit-linear-gradient(left, #1e2130 0%, #F4743B 100%);
  background: -o-linear-gradient(left, #1e2130 0%, #F4743B 100%);
  background: linear-gradient(to right, #1e2130 0%, #F4743B 100%);
}
.single-location.location-3::before {
  background: -webkit-linear-gradient(left, #1e2130 0%, #ec7424 100%);
  background: -o-linear-gradient(left, #1e2130 0%, #ec7424 100%);
  background: linear-gradient(to right, #1e2130 0%, #ec7424 100%);
}
.single-location:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.single-location:hover::before {
  opacity: 0.7;
  visibility: visible;
}
/*===========================
      08.BRAND css 
===========================*/

.brand-bg {
  background-color: #f5f9ff;
}
.brand-title .title {
  font-size: 32px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .brand-title .title {
    font-size: 20px;
  }
}
.brand-title p {
  color: #F4743B;
  margin-top: 10px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .brand-title p {
    font-size: 16px;
  }
}
.brand-wrapper {
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 70px;
}
.brand-col {
  width: 10%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand-col {
    width: 14.28%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-col {
    width: 16.66%;
  }
}
@media (max-width: 767px) {
  .brand-col {
    width: 50%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .brand-col {
    width: 25%;
  }
}
.single-brand {
  text-align: center;
  margin-top: 70px;
}
.single-brand .title {
  font-weight: 300;
  font-size: 18px;
  color: #798795;
  margin-top: 15px;
}
/*===== Brand 2 =====*/

.brand-wrapper-2 {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 20px;
}
.brand-col-2 {
  width: 12.5%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand-col-2 {
    width: 14.28%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-col-2 {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .brand-col-2 {
    width: 50%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .brand-col-2 {
    width: 25%;
  }
}
.single-brand-2 {
  text-align: center;
  -webkit-box-shadow: 0px 2px 30px 0px rgba(25, 26, 26, 0.1);
  -moz-box-shadow: 0px 2px 30px 0px rgba(25, 26, 26, 0.1);
  box-shadow: 0px 2px 30px 0px rgba(25, 26, 26, 0.1);
  padding: 20px 5px;
  border-radius: 5px;
  margin-top: 30px;
}
.single-brand-2 .title {
  font-weight: 300;
  font-size: 18px;
  color: #798795;
  margin-top: 15px;
}
/*===========================
      09.BLOG css 
===========================*/

.single-blog {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(1, 1, 1, 0.03);
  -moz-box-shadow: 0px 10px 30px 0px rgba(1, 1, 1, 0.03);
  box-shadow: 0px 10px 30px 0px rgba(1, 1, 1, 0.03);
}
.single-blog .blog-image {
  position: relative;
  overflow: hidden;
}
.single-blog .blog-image img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.single-blog .blog-image::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(1, 1, 1, 0.54);
  z-index: 5;
}
.single-blog .blog-author .quote i {
  width: 85px;
  height: 75px;
  background-color: #f5f9ff;
  text-align: center;
  line-height: 70px;
  color: #798795;
  font-size: 50px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .single-blog .blog-author .quote i {
    width: 75px;
    height: 65px;
    line-height: 65px;
    font-size: 40px;
  }
}
.single-blog .blog-author .author-content {
  padding-left: 15px;
}
.single-blog .blog-author .author-content .text {
  font-size: 16px;
  font-weight: 600;
  color: #010101;
}
.single-blog .blog-author .author-content .author-name a {
  margin-top: 5px;
  color: #798795;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.single-blog .blog-author .author-content .author-name a:hover {
  color: #F4743B;
}
.single-blog .blog-content {
  padding: 20px 25px 25px;
  background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog .blog-content {
    padding: 15px 20px 20px;
  }
}
@media (max-width: 767px) {
  .single-blog .blog-content {
    padding: 15px 20px 20px;
  }
}
.single-blog .blog-content .blog-meta li {
  display: inline-block;
}
.single-blog .blog-content .blog-meta li+li {
  margin-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog .blog-content .blog-meta li+li {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .single-blog .blog-content .blog-meta li+li {
    margin-left: 10px;
  }
}
.single-blog .blog-content .blog-meta li a {
  font-size: 14px;
  color: #798795;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog .blog-content .blog-meta li a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .single-blog .blog-content .blog-meta li a {
    font-size: 13px;
  }
}
.single-blog .blog-content .blog-meta li a i {
  margin-right: 4px;
}
.single-blog .blog-content .blog-title a {
  font-size: 18px;
  font-weight: 700;
  color: #010101;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-top: 10px;
}
.single-blog .blog-content .blog-title a:hover {
  color: #F4743B;
}
.single-blog .blog-content p {
  margin-top: 10px;
}
.single-blog .blog-content .main-btn {
  margin-top: 20px;
  width: 100%;
  border: 1px solid #e8e8e8;
  color: #798795;
  font-weight: 600;
}
.single-blog .blog-content .main-btn:hover {
  background-color: #F4743B;
  border-color: #F4743B;
  color: #fff;
}
.single-blog:hover .blog-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.single-blog:hover .blog-author .quote i {
  color: #F4743B;
}
.single-blog.blog-2 .blog-content .blog-title a:hover {
  color: #F4743B;
}
.single-blog.blog-2 .blog-content .main-btn:hover {
  background-color: #F4743B;
  border-color: #F4743B;
}
.single-blog.blog-2:hover .blog-author .quote i {
  color: #F4743B;
}
.single-blog.blog-3 .blog-content .blog-title a:hover {
  color: #F4743B;
}
.single-blog.blog-3 .blog-content .main-btn:hover {
  background-color: #F4743B;
  border-color: #F4743B;
}
.single-blog.blog-3:hover .blog-author .quote i {
  color: #F4743B;
}
.single-blog.blog-4 .blog-content .blog-title a:hover {
  color: #07bfa7;
}
.single-blog.blog-4 .blog-content .main-btn:hover {
  background-color: #07bfa7;
  border-color: #07bfa7;
}
.single-blog.blog-4:hover .blog-author .quote i {
  color: #07bfa7;
}
.single-blog.blog-5 .blog-content .blog-title a:hover {
  color: #ec7424;
}
.single-blog.blog-5 .blog-content .main-btn:hover {
  background-color: #ec7424;
  border-color: #ec7424;
}
.single-blog.blog-5:hover .blog-author .quote i {
  color: #ec7424;
}
/*===========================
      10.FOOTER css 
===========================*/

.footer-area {
  background-color: #191a1a;
}
.footer-top .single-visitor span {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .footer-top .single-visitor span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-top .single-visitor span {
    font-size: 18px;
  }
}
.footer-top .single-visitor p {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .footer-top .single-visitor p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer-top .single-visitor p {
    font-size: 16px;
  }
}
.footer-top .footer-follow .title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .footer-top .footer-follow .title {
    font-size: 20px;
  }
}
.footer-top .footer-follow .social li {
  display: inline-block;
  margin-left: 20px;
}
.footer-top .footer-follow .social li a {
  font-size: 18px;
  color: #798795;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .footer-top .footer-follow .social li a {
    font-size: 16px;
  }
}
.footer-top .footer-follow .social li a:hover {
  color: #F4743B;
}
.footer-top .footer-follow.follow-2 .social li a:hover {
  color: #F4743B;
}
.footer-top .footer-follow.follow-3 .social li a:hover {
  color: #07bfa7;
}
.footer-top .footer-follow.follow-4 .social li a:hover {
  color: #ec7424;
}
.footer-widget {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-widget .footer-about p {
  margin-top: 30px;
}
.footer-widget .footer-title {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget .footer-title {
    font-size: 20px;
  }
}
.footer-widget .footer-title::before {
  position: absolute;
  content: '';
  width: 50px;
  height: 5px;
  border-radius: 5px;
  background-color: #fff;
  opacity: 0.1;
  left: 0;
  bottom: 0;
}
.footer-widget .footer-link .link-wrapper .link {
  width: 50%;
}
@media (max-width: 767px) {
  .footer-widget .footer-link .link-wrapper .link {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer-widget .footer-link .link-wrapper .link {
    width: 50%;
  }
}
.footer-widget .footer-link ul li a {
  color: #798795;
  font-size: 14px;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget .footer-link ul li a {
    font-size: 14px;
  }
}
.footer-widget .footer-link ul li a:hover {
  padding-left: 5px;
  color: #F4743B;
}
.footer-widget .footer-contact .single-contact .contact-icon i {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.2);
}
.footer-widget .footer-contact .single-contact .contact-content {
  padding-left: 20px;
}
.footer-widget .footer-contact .single-contact .contact-content p {
  font-size: 14px;
  line-height: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget .footer-contact .single-contact .contact-content p {
    font-size: 16px;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .footer-widget .footer-contact .single-contact .contact-content p {
    font-size: 16px;
    line-height: 27px;
  }
}
.footer-widget.widget-2 .footer-link ul li a:hover {
  color: #F4743B;
}
.footer-widget.widget-3 .footer-link ul li a:hover {
  color: #07bfa7;
}
.footer-widget.widget-4 .footer-link ul li a:hover {
  color: #ec7424;
}
.footer-copyright-text {
  background-color: #131313;
}
@media (max-width: 767px) {
  .footer-copyright-text-wrapper .footer-copyright p {
    font-size: 14px;
  }
}
.footer-copyright-text-wrapper .footer-copyright p a {
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.footer-copyright-text-wrapper .footer-copyright p a:hover {
  color: #F4743B;
}
.footer-copyright-text-wrapper .footer-text .link li {
  display: inline-block;
}
.footer-copyright-text-wrapper .footer-text .link li+li {
  margin-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-copyright-text-wrapper .footer-text .link li+li {
    margin-left: 25px;
  }
}
@media (max-width: 767px) {
  .footer-copyright-text-wrapper .footer-text .link li+li {
    margin-left: 15px;
  }
}
.footer-copyright-text-wrapper .footer-text .link li a {
  font-size: 16px;
  color: #798795;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .footer-copyright-text-wrapper .footer-text .link li a {
    font-size: 14px;
  }
}
.footer-copyright-text-wrapper .footer-text .link li a:hover {
  color: #F4743B;
}
.footer-copyright-text-2 .footer-copyright p a:hover {
  color: #F4743B;
}
.footer-copyright-text-2 .footer-text .link li a:hover {
  color: #F4743B;
}
.footer-copyright-text-3 .footer-copyright p a:hover {
  color: #07bfa7;
}
.footer-copyright-text-3 .footer-text .link li a:hover {
  color: #07bfa7;
}
.footer-copyright-text-4 .footer-copyright p a:hover {
  color: #ec7424;
}
.footer-copyright-text-4 .footer-text .link li a:hover {
  color: #ec7424;
}
/*===== Footer White =====*/

.footer-white {
  background-color: #000;
}
.footer-white .footer-top .single-visitor span {
  color: #010101;
}
.footer-white .footer-top .footer-follow .title {
  color: #010101;
}
.footer-white .footer-top .footer-follow .social li a:hover {
  color: #F4743B;
}
.footer-white .footer-widget {
  border-top: 1px solid rgba(1, 1, 1, 0.1);
}
.footer-white .footer-widget .footer-title {
  color: #fff;
}
.footer-white .footer-widget .footer-title::before {
  background-color: #010101;
}
.footer-white .footer-widget .footer-link ul li a:hover {
  padding-left: 5px;
  color: #F4743B;
}
.footer-white .footer-widget .footer-contact .single-contact .contact-icon i {
  color: #fff;
}
.footer-white .footer-copyright-text {
  background-color: #050505;
}
.footer-white .footer-copyright-text-2 .footer-copyright p a {
  color: #F4743B;
}
.footer-white .footer-copyright-text-2 .footer-copyright p a:hover {
  color: #F4743B;
}
.footer-white .footer-copyright-text-2 .footer-text .link li a:hover {
  color: #F4743B;
}
/*===== Go Top =====*/

.go-top-area {
  position: relative;
  z-index: 9999;
}
.go-top-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 24px;
  color: #fff;
  background-color: #F4743B;
  z-index: 9999;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  -ms-transition: all 0.9s ease-out 0s;
  -o-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-right: 0;
}
.go-top-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.go-top-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.go-top-area .go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #F4743B;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.go-top-area .go-top:focus, .go-top-area .go-top:hover {
  color: #fff;
}
.go-top-area .go-top:focus::before, .go-top-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}
.go-top-area .go-top:focus i:first-child, .go-top-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top-area .go-top:focus i:last-child, .go-top-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.go-top-area .go-top.active {
  top: 88%;
  -webkit-transform: translateY(-98%);
  -moz-transform: translateY(-98%);
  -ms-transform: translateY(-98%);
  -o-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .go-top-area .go-top.active {
    top: 93%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .go-top-area .go-top.active {
    top: 93%;
  }
}
.go-top-wrap {
  position: relative;
}
.go-top-wrap .go-top-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  background: #F4743B;
}
.go-top-wrap .go-top-btn i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}
.go-top-wrap .go-top-btn::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  -moz-animation: ripple 1.6s ease-out infinite;
  -o-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  background: #F4743B;
}
.go-top-wrap .go-top-btn:hover {
  background-color: #131313;
  color: #fff;
}
.go-top-2 .go-top {
  background-color: #F4743B;
}
.go-top-2 .go-top::before {
  background-color: #F4743B;
}
.go-top-2 .go-top-wrap .go-top-btn {
  background: #F4743B;
}
.go-top-2 .go-top-wrap .go-top-btn::after {
  background: #F4743B;
}
.go-top-3 .go-top {
  background-color: #F4743B;
}
.go-top-3 .go-top::before {
  background-color: #F4743B;
}
.go-top-3 .go-top-wrap .go-top-btn {
  background: #F4743B;
}
.go-top-3 .go-top-wrap .go-top-btn::after {
  background: #F4743B;
}
.go-top-4 .go-top {
  background-color: #07bfa7;
}
.go-top-4 .go-top::before {
  background-color: #07bfa7;
}
.go-top-4 .go-top-wrap .go-top-btn {
  background: #07bfa7;
}
.go-top-4 .go-top-wrap .go-top-btn::after {
  background: #07bfa7;
}
.go-top-5 .go-top {
  background-color: #ec7424;
}
.go-top-5 .go-top::before {
  background-color: #ec7424;
}
.go-top-5 .go-top-wrap .go-top-btn {
  background: #ec7424;
}
.go-top-5 .go-top-wrap .go-top-btn::after {
  background: #ec7424;
}
@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}
@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}
/*===========================
      11.BANNER css 
===========================*/

@media (max-width: 767px) {
  .banner-area {
    background-position: left center;
  }
}
.banner-content .sub-title {
  font-size: 18px;
  font-weight: 300;
  color: #798795;
}
@media (max-width: 767px) {
  .banner-content .sub-title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-content .sub-title {
    font-size: 18px;
  }
}
.banner-content .main-title {
  font-size: 48px;
  font-weight: 300;
  color: #fff;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .banner-content .main-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-content .main-title {
    font-size: 40px;
  }
}
.banner-content p {
  margin-top: 30px;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  letter-spacing: 3px;
  color: #F4743B;
  font-weight: 300;
}
@media (max-width: 767px) {
  .banner-content p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-content p {
    font-size: 26px;
  }
}
.banner-content .main-btn {
  margin-top: 45px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.banner-content .main-btn:hover {
  background-color: #F4743B;
  border-color: #F4743B;
  color: #fff;
}
.banner-content.banner-2 p {
  color: #ec7424;
}
.banner-content.banner-2 .main-btn:hover {
  background-color: #ec7424;
  border-color: #ec7424;
  color: #fff;
}
/*===========================
      12.PRICING css 
===========================*/

.single-pricing {
  -webkit-box-shadow: 0px 2px 30px 0px rgba(25, 26, 26, 0.08);
  -moz-box-shadow: 0px 2px 30px 0px rgba(25, 26, 26, 0.08);
  box-shadow: 0px 2px 30px 0px rgba(25, 26, 26, 0.08);
}
.single-pricing .pricing-header {
  background-color: #F4743B;
  padding: 45px 0 25px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.single-pricing .pricing-header .title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.single-pricing .pricing-header .price {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-top: 5px;
}
.single-pricing .pricing-header .price span {
  font-size: 24px;
  font-weight: 700;
}
.single-pricing .pricing-header p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.single-pricing .pricing-body {
  padding: 20px;
}
.single-pricing .pricing-body .pricing-list li {
  color: #798795;
  margin-top: 20px;
  font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-pricing .pricing-body .pricing-list li {
    font-size: 15px;
  }
}
.single-pricing .pricing-body .main-btn {
  width: 100%;
  background-color: transparent;
  color: #798795;
  font-weight: 600;
  border: 1px solid rgba(121, 135, 149, 0.1);
  margin-top: 45px;
}
.single-pricing:hover .pricing-header {
  background-color: #F4743B;
}
.single-pricing:hover .pricing-body .main-btn {
  background-color: #F4743B;
  color: #fff;
}
.single-pricing.pricing-2 .pricing-header {
  background-color: #F4743B;
}
.single-pricing.pricing-2:hover .pricing-header {
  background-color: #F4743B;
}
.single-pricing.pricing-2:hover .pricing-body .main-btn {
  background-color: #F4743B;
}
.single-pricing.pricing-3 .pricing-header {
  background-color: #010101;
}
.single-pricing.pricing-3:hover .pricing-header {
  background-color: #07bfa7;
}
.single-pricing.pricing-3:hover .pricing-body .main-btn {
  background-color: #07bfa7;
}
.single-pricing.pricing-4 .pricing-header {
  background-color: #010101;
}
.single-pricing.pricing-4:hover .pricing-header {
  background-color: #ec7424;
}
.single-pricing.pricing-4:hover .pricing-body .main-btn {
  background-color: #ec7424;
}
/*===========================
      13.COUNTER css 
===========================*/

.counter-area {
  position: relative;
}
.counter-area::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(1, 1, 1, 0.8);
}
.counter-wrapper {
  border-top: 1px solid #e8e8e8;
}
.counter-wrapper .row .counter-col:nth-child(4n+1) .single-counter .count {
  color: #fb2602;
}
.counter-wrapper .row .counter-col:nth-child(4n+1) .single-counter .count i {
  color: #fb2602;
  background-color: #ffe6e2;
}
.counter-wrapper .row .counter-col:nth-child(4n+2) .single-counter .count {
  color: #a639ee;
}
.counter-wrapper .row .counter-col:nth-child(4n+2) .single-counter .count i {
  color: #a639ee;
  background-color: #f5e6fe;
}
.counter-wrapper .row .counter-col:nth-child(4n+3) .single-counter .count {
  color: #06bfd6;
}
.counter-wrapper .row .counter-col:nth-child(4n+3) .single-counter .count i {
  color: #06bfd6;
  background-color: #e3f8fa;
}
.counter-wrapper .row .counter-col:nth-child(4n+4) .single-counter .count {
  color: #c8a605;
}
.counter-wrapper .row .counter-col:nth-child(4n+4) .single-counter .count i {
  color: #c8a605;
  background-color: #fff9dd;
}
.single-counter .count {
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.single-counter .count i {
  width: 23px;
  height: 23px;
  line-height: 23px;
  border-radius: 3px;
  text-align: center;
}
.single-counter p {
  font-size: 18px;
  margin-top: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-counter p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .single-counter p {
    font-size: 16px;
  }
}
.single-counter-2 .count {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-counter-2 .count {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .single-counter-2 .count {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-counter-2 .count {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .single-counter-2 p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-counter-2 p {
    font-size: 16px;
  }
}
/*===========================
      14.GET SEARCH css 
===========================*/

.get-search-area-bg {
  background-color: #f6f6f6;
}
.get-search-form {
  background-color: #07bfa7;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(1, 1, 1, 0.08);
  -moz-box-shadow: 0px 0px 30px 0px rgba(1, 1, 1, 0.08);
  box-shadow: 0px 0px 30px 0px rgba(1, 1, 1, 0.08);
  padding-bottom: 50px;
  padding-left: 85px;
  padding-right: 85px;
  padding-top: 35px;
  margin-top: -80px;
  border-radius: 5px;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .get-search-form {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .get-search-form {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 15px;
  }
}
.get-search-form .single-form {
  margin-top: 15px;
  width: 33.33%;
  position: relative;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .get-search-form .single-form {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .get-search-form .single-form {
    width: 100%;
  }
}
.get-search-form .single-form input {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  border: 0;
  padding: 0 20px;
  font-size: 16px;
  font-style: italic;
  color: #798795;
}
@media (max-width: 767px) {
  .get-search-form .single-form input {
    height: 50px;
    font-size: 14px;
  }
}
.get-search-form .single-form input::placeholder {
  opacity: 1;
  color: #798795;
}
.get-search-form .single-form input::-moz-placeholder {
  opacity: 1;
  color: #798795;
}
.get-search-form .single-form input::-moz-placeholder {
  opacity: 1;
  color: #798795;
}
.get-search-form .single-form input::-webkit-input-placeholder {
  opacity: 1;
  color: #798795;
}
.get-search-form .single-form button {
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 24px;
  color: #fff;
  border: 0;
  background-color: #39ccb9;
  height: 60px;
  width: 90px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .get-search-form .single-form button {
    position: relative;
    width: 100%;
    margin-top: 10px;
    height: 50px;
    right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .get-search-form .single-form button {
    position: absolute;
    width: 80px;
    margin-top: 0;
    right: 15px;
  }
}
.get-search-form .single-form button:hover {
  background-color: #F4743B;
}
.get-search-form .single-form .nice-select {
  width: 100%;
  border-radius: 5px;
  height: 60px;
  padding: 0 20px;
  border: 0;
  float: none;
}
@media (max-width: 767px) {
  .get-search-form .single-form .nice-select {
    height: 50px;
  }
}
.get-search-form .single-form .nice-select::after {
  width: 8px;
  height: 8px;
  right: 20px;
  border-color: #798795;
}
.get-search-form .single-form .nice-select .current {
  line-height: 60px;
  font-size: 16px;
  font-style: italic;
  color: #798795;
}
@media (max-width: 767px) {
  .get-search-form .single-form .nice-select .current {
    line-height: 50px;
    font-size: 14px;
  }
}
.get-search-form .single-form .nice-select .list {
  width: 100%;
}
.get-search-form.search-form-bg {
  background-color: #F4743B;
}
/*===== Get Search 2 =====*/

.get-search-title .title {
  font-size: 32px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .get-search-title .title {
    font-size: 20px;
  }
}
.get-search-title p {
  color: #F4743B;
  margin-top: 10px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .get-search-title p {
    font-size: 16px;
  }
}
.get-search-form-2 {
  background-color: #fff;
  padding-bottom: 50px;
  padding-left: 85px;
  padding-right: 85px;
  padding-top: 35px;
  border-radius: 5px;
  position: relative;
  z-index: 5;
  border: 2px solid rgba(1, 1, 1, 0.07);
  margin-top: 50px;
  z-index: 9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .get-search-form-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .get-search-form-2 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 15px;
  }
}
.get-search-form-2 .single-form {
  margin-top: 15px;
  width: 33.33%;
  position: relative;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .get-search-form-2 .single-form {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .get-search-form-2 .single-form {
    width: 100%;
  }
}
.get-search-form-2 .single-form input {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  border: 0;
  padding: 0 20px;
  font-size: 16px;
  font-style: italic;
  color: #798795;
  border: 2px solid rgba(1, 1, 1, 0.07);
}
@media (max-width: 767px) {
  .get-search-form-2 .single-form input {
    height: 50px;
    font-size: 14px;
  }
}
.get-search-form-2 .single-form input::placeholder {
  opacity: 1;
  color: #798795;
}
.get-search-form-2 .single-form input::-moz-placeholder {
  opacity: 1;
  color: #798795;
}
.get-search-form-2 .single-form input::-moz-placeholder {
  opacity: 1;
  color: #798795;
}
.get-search-form-2 .single-form input::-webkit-input-placeholder {
  opacity: 1;
  color: #798795;
}
.get-search-form-2 .single-form button {
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 24px;
  color: #fff;
  border: 0;
  background-color: #ec7424;
  height: 60px;
  width: 90px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .get-search-form-2 .single-form button {
    position: relative;
    width: 100%;
    margin-top: 10px;
    height: 50px;
    right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .get-search-form-2 .single-form button {
    position: absolute;
    width: 80px;
    margin-top: 0;
    right: 15px;
  }
}
.get-search-form-2 .single-form button:hover {
  background-color: #F4743B;
}
.get-search-form-2 .single-form .nice-select {
  width: 100%;
  border-radius: 5px;
  height: 60px;
  padding: 0 20px;
  border: 0;
  float: none;
  border: 2px solid rgba(1, 1, 1, 0.07);
}
@media (max-width: 767px) {
  .get-search-form-2 .single-form .nice-select {
    height: 50px;
  }
}
.get-search-form-2 .single-form .nice-select::after {
  width: 8px;
  height: 8px;
  right: 20px;
  border-color: #798795;
}
.get-search-form-2 .single-form .nice-select .current {
  line-height: 60px;
  font-size: 16px;
  font-style: italic;
  color: #798795;
}
@media (max-width: 767px) {
  .get-search-form-2 .single-form .nice-select .current {
    line-height: 50px;
    font-size: 14px;
  }
}
.get-search-form-2 .single-form .nice-select .list {
  width: 100%;
}
/*===========================
     15.PAGE BANNER css 
===========================*/

.page-banner1 {
  position: relative;
  /*background: -webkit-linear-gradient(left, #8d3c06 0%, #e76813 100%);
  background: -o-linear-gradient(left, #8d3c06 0%, #e76813 100%);
 background: linear-gradient(to right, #8d3c06 0%, #e76813 100%);*/
    padding-top:85px;
    /*padding-bottom: 50px;*/
    /*background-image: url(../images/banner-2.jpg);*/
    background-size: cover;
}
.page-banner {
  position: relative;
  /*background: -webkit-linear-gradient(left, #8d3c06 0%, #e76813 100%);
  background: -o-linear-gradient(left, #8d3c06 0%, #e76813 100%);
 background: linear-gradient(to right, #8d3c06 0%, #e76813 100%);*/
    padding-top:0px;
    padding-bottom: 50px;
    background-image: url(../images/banner-2.jpg);
    background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-banner {
    padding-top: 100px;
    padding-bottom: 180px;
  }
}
@media (max-width: 767px) {
  .page-banner {
    /*padding-top: 80px;*/
    /*padding-bottom: 160px;*/
        padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-banner1 {
    padding-top: 115px;
   
  }
  .single-ads-product .product-image img {
    width: 100%;
    height:100px !important;
   
}
	.single-ads-product .product-image a {
    width: 100%;
    height:100px !important;
   
}
}
.page-banner-content {
  padding-top: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-banner-content {
    padding-top: 105px;
  }
}
@media (max-width: 767px) {
  .page-banner-content {
    /*padding-top: 105px;*/
  }
}
.page-banner-content .title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .page-banner-content .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-banner-content .title {
    font-size: 40px;
  }
}
.page-banner-content p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .page-banner-content p {
    font-size: 16px;
  }
}
/*===========================
       16.ABOUT css 
===========================*/

.about-image {
  max-width: 510px;
}
.about-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .about-image img {
    height: 420px;
  }
}
.about-content {
  max-width: 510px;
}
.about-content .sub-title {
  font-size: 18px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #F4743B;
}
@media (max-width: 767px) {
  .about-content .sub-title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-content .sub-title {
    font-size: 18px;
  }
}
.about-content .main-title {
  font-size: 32px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .about-content .main-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-content .main-title {
    font-size: 32px;
  }
}
.about-content p {
  margin-top: 20px;
}
.about-content .about-items {
  margin-top: 30px;
}
.about-content .about-items .about-icon i {
  text-align: center;
  width: 70px;
  height: 70px;
  line-height: 66px;
  border: 2px solid;
  border-radius: 5px;
  font-size: 36px;
}
@media (max-width: 767px) {
  .about-content .about-items .about-icon i {
    width: 50px;
    height: 50px;
    line-height: 46px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-content .about-items .about-icon i {
    width: 70px;
    height: 70px;
    line-height: 66px;
    font-size: 36px;
  }
}
.about-content .about-items .about-items-text {
  padding-left: 25px;
  max-width: 320px;
}
.about-content .about-items .about-items-text .title {
  font-size: 18px;
}
.about-content .about-items .about-items-text p {
  margin-top: 10px;
}
.about-content .about-items:nth-child(2n+1) .about-icon i {
  color: #F4743B;
  border-color: rgba(33, 200, 122, 0.3);
}
.about-content .about-items:nth-child(2n+1) .about-items-text .title {
  color: #F4743B;
}
.about-content .about-items:nth-child(2n+2) .about-icon i {
  color: #F4743B;
  border-color: rgba(105, 99, 255, 0.3);
}
.about-content .about-items:nth-child(2n+2) .about-items-text .title {
  color: #F4743B;
}
/*===========================
     17.HIW IT WORK css 
===========================*/

.work-wrapper .work-col:nth-child(6n+1) .single-work .work-icon span {
  background-color: #F4743B;
}
.work-wrapper .work-col:nth-child(6n+1) .single-work .work-icon span::before, .work-wrapper .work-col:nth-child(6n+1) .single-work .work-icon span::after {
  background-color: #F4743B;
}
.work-wrapper .work-col:nth-child(6n+1) .single-work .work-icon .sub-title {
  color: #F4743B;
}
.work-wrapper .work-col:nth-child(6n+2) .single-work .work-icon span {
  background-color: #F4743B;
}
.work-wrapper .work-col:nth-child(6n+2) .single-work .work-icon span::before, .work-wrapper .work-col:nth-child(6n+2) .single-work .work-icon span::after {
  background-color: #F4743B;
}
.work-wrapper .work-col:nth-child(6n+2) .single-work .work-icon .sub-title {
  color: #F4743B;
}
.work-wrapper .work-col:nth-child(6n+3) .single-work .work-icon span {
  background-color: #F4743B;
}
.work-wrapper .work-col:nth-child(6n+3) .single-work .work-icon span::before, .work-wrapper .work-col:nth-child(6n+3) .single-work .work-icon span::after {
  background-color: #F4743B;
}
.work-wrapper .work-col:nth-child(6n+3) .single-work .work-icon .sub-title {
  color: #F4743B;
}
.work-wrapper .work-col:nth-child(6n+4) .single-work .work-icon span {
  background-color: #F4743B;
}
.work-wrapper .work-col:nth-child(6n+4) .single-work .work-icon span::before, .work-wrapper .work-col:nth-child(6n+4) .single-work .work-icon span::after {
  background-color: #F4743B;
}
.work-wrapper .work-col:nth-child(6n+4) .single-work .work-icon .sub-title {
  color: #F4743B;
}
.work-wrapper .work-col:nth-child(6n+5) .single-work .work-icon span {
  background-color: #07bfa7;
}
.work-wrapper .work-col:nth-child(6n+5) .single-work .work-icon span::before, .work-wrapper .work-col:nth-child(6n+5) .single-work .work-icon span::after {
  background-color: #07bfa7;
}
.work-wrapper .work-col:nth-child(6n+5) .single-work .work-icon .sub-title {
  color: #07bfa7;
}
.work-wrapper .work-col:nth-child(6n+6) .single-work .work-icon span {
  background-color: #ec7424;
}
.work-wrapper .work-col:nth-child(6n+6) .single-work .work-icon span::before, .work-wrapper .work-col:nth-child(6n+6) .single-work .work-icon span::after {
  background-color: #ec7424;
}
.work-wrapper .work-col:nth-child(6n+6) .single-work .work-icon .sub-title {
  color: #ec7424;
}
.single-work .work-icon span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: relative;
  background-color: #F4743B;
  z-index: 5;
}
.single-work .work-icon span::before, .single-work .work-icon span::after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg);
  background-color: #F4743B;
  z-index: -1;
}
.single-work .work-icon span::after {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}
.single-work .work-icon span i {
  font-size: 16px;
  color: #fff;
}
.single-work .work-icon .sub-title {
  display: inline-block;
  padding-left: 10px;
  font-size: 18px;
}
.single-work .title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .single-work .title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-work .title {
    font-size: 24px;
  }
}
.single-work p {
  margin-top: 20px;
}
/*===========================
     18.ADS SIDEBAR css 
===========================*/

.ads-sidebar .sidebar-title {
  border: 1px solid rgba(1, 1, 1, 0.1);
  padding: 15px 20px;
}
.ads-sidebar .sidebar-title .title {
  font-size: 16px;
  font-weight: 700;
}
.ads-sidebar .sidebar-title .title i {
  margin-right: 3px;
}
.ads-sidebar-title .title {
  font-size: 24px;
  font-weight: 700;
  color: #010101;
}
.sidebar-category {
  border: 1px solid rgba(1, 1, 1, 0.1);
  border-radius: 10px;
}
.sidebar-category .list li+li .single-list-category {
  border-top: 1px solid rgba(1, 1, 1, 0.1);
}
.sidebar-category .list li a {
  display: block;
}
.sidebar-category .list .single-list-category {
  padding: 15px 20px;
}
.sidebar-category .list .single-list-category .category-icon img {
  height: 20px;
}
.sidebar-category .list .single-list-category .category-text {
  text-align: right;
}
.sidebar-category .list .single-list-category .category-text .title {
  font-size: 16px;
  font-weight: 600;
  color: #010101;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.sidebar-category .list .single-list-category .category-text p {
  font-size: 14px;
  line-height: 22px;
}
.sidebar-category .list .single-list-category:hover .category-text .title {
  color: #F4743B;
}
.price-range-wrapper {
  border: 1px solid rgba(1, 1, 1, 0.1);
  border-top: 0;
  padding: 30px 20px;
}
.price-range-wrapper .slider-range {
  height: 2px;
  width: 100%;
  border: 0;
  border-radius: 0;
  background-color: #010101;
}
.price-range-wrapper .slider-range .ui-slider-range {
  background-color: #F4743B;
}
.price-range-wrapper .slider-range .ui-slider-handle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid #F4743B;
  background-color: #fff;
  top: -5px;
  cursor: pointer;
}
.price-range-wrapper .range {
  margin-top: 20px;
  white-space: nowrap;
}
.price-range-wrapper .range input {
  width: 32.5%;
  height: 35px;
  border-radius: 3px;
  background-color: #f3f3f3;
  border: 0;
  font-size: 14px;
  color: #798795;
  text-align: center;
}
.price-range-wrapper .range button {
  width: 32.5%;
  height: 35px;
  border-radius: 3px;
  background-color: #F4743B;
  border: 0;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.price-range-wrapper .range button:hover {
  background-color: #fff;
}
.condition-wrapper {
  border: 1px solid rgba(1, 1, 1, 0.1);
  border-top: 0;
  padding: 10px 20px;
}
.condition-wrapper .condition-check li+li {
  margin-top: 10px;
}
.sidebar-rating .rating-wrapper {
  border: 1px solid rgba(1, 1, 1, 0.1);
  border-top: 0;
  padding: 30px 20px;
}
.sidebar-rating .rating-wrapper .rating-list li+li {
  margin-top: 10px;
}
.sidebar-rating .rating-wrapper .rating-list .single-rating .rating-icon {
  padding-left: 5px;
}
.sidebar-rating .rating-wrapper .rating-list .single-rating .rating-icon i {
  font-size: 14px;
  color: #FFAB53;
}
.sidebar-ads .single-popular-ads .ads-thumb img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-ads .single-popular-ads .ads-thumb img {
    width: 60px;
    height: 60px;
  }
}
.sidebar-ads .single-popular-ads .ads-content {
  padding-left: 15px;
}
.sidebar-ads .single-popular-ads .ads-content .title a {
  font-size: 16px;
  font-weight: 700;
  color: #010101;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-ads .single-popular-ads .ads-content .title a {
    font-size: 14px;
  }
}
.sidebar-ads .single-popular-ads .ads-content p {
  font-size: 14px;
  margin-top: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-ads .single-popular-ads .ads-content p {
    font-size: 13px;
    margin-top: 0;
  }
}
.sidebar-ads .single-popular-ads .ads-content p i {
  font-size: 12px;
  margin-right: 3px;
}
.sidebar-ads .single-popular-ads .ads-content .price-rating {
  margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-ads .single-popular-ads .ads-content .price-rating {
    margin-top: 5px;
  }
}
.sidebar-ads .single-popular-ads .ads-content .price-rating .price {
  font-size: 16px;
  font-weight: 600;
  color: #010101;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-ads .single-popular-ads .ads-content .price-rating .price {
    font-size: 14px;
  }
}
.sidebar-ads .single-popular-ads .ads-content .price-rating .rating {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.sidebar-ads .single-popular-ads .ads-content .price-rating .rating li {
  font-size: 13px;
  color: #798795;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-ads .single-popular-ads .ads-content .price-rating .rating li {
    font-size: 12px;
  }
}
.sidebar-ads .single-popular-ads:hover .ads-content .title a {
  color: #F4743B;
}
/*===========================
     19.ADS PAGE css 
===========================*/

.ads-top-bar .list-grid-menu .nav li {
  margin-right: 25px;
}
@media (max-width: 767px) {
  .ads-top-bar .list-grid-menu .nav li {
    margin-right: 15px;
  }
}
.ads-top-bar .list-grid-menu .nav li a {
  font-size: 20px;
  color: #010101;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .ads-top-bar .list-grid-menu .nav li a {
    font-size: 18px;
  }
}
.ads-top-bar .list-grid-menu .nav li a.active, .ads-top-bar .list-grid-menu .nav li a:hover {
  color: #F4743B;
}
.ads-top-bar .list-grid-menu .sort-by label {
  margin-bottom: 0;
  font-size: 14px;
  color: #010101;
  display: inline-block;
  margin-right: 10px;
}
.ads-top-bar .list-grid-menu .sort-by .nice-select {
  width: 150px;
  border-radius: 5px;
  height: 40px;
  padding: 0 20px;
  float: none;
  border: 1px solid rgba(1, 1, 1, 0.1);
}
.ads-top-bar .list-grid-menu .sort-by .nice-select:focus {
  border-color: rgba(1, 1, 1, 0.1);
}
.ads-top-bar .list-grid-menu .sort-by .nice-select::after {
  width: 8px;
  height: 8px;
  right: 20px;
  border-color: #798795;
}
.ads-top-bar .list-grid-menu .sort-by .nice-select .current {
  line-height: 40px;
  font-size: 14px;
  color: #798795;
}
.ads-top-bar .list-grid-menu .sort-by .nice-select .list {
  width: 100%;
}
.ads-top-bar .show-result p {
  color: #010101;
  font-size: 14px;
}
/*===========================
    20.ADS DETAILS PAGE css 
===========================*/

.ads-details-image .details-image .single-details-image img {
  width: 100%;
      height: 250px;
}
.ads-details-image .details-image-thumb {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.ads-details-image .details-image-thumb .single-details-image-thumb {
  padding: 0 10px;
}
.ads-details-image .details-image-thumb .single-details-image-thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100px;
  height: 100px;
}
.ads-details-image .details-image-thumb .slick-arrow {
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.ads-details-image .details-image-thumb .slick-arrow.next {
  left: auto;
  right: -10px;
}
.ads-details-content .title {
  font-size: 18px;
  font-weight: 700;
}
.ads-details-content .rating {
  margin-top: 10px;
}
.ads-details-content .rating li {
  display: inline-block;
  font-size: 14px;
  color: #b1b1b1;
}
.ads-details-content .rating li.active {
  color: #ffa800;
}
.ads-details-content .reviews {
  font-size: 14px;
  margin-top: 10px;
}
.ads-details-content .reviews strong {
  color: #010101;
  margin-right: 10px;
}
.ads-details-content .price-stock {
  margin-top: 15px;
}
.ads-details-content .price-stock .price {
  color: #010101;
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  font-weight: 700;
  width: 50%;
}
.ads-details-content .price-stock .price del {
  color: #999;
  font-weight: 400;
  font-size: 16px;
}
.ads-details-content .price-stock .stock {
  width: 50%;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 700;
}
.ads-details-content .price-stock .stock span {
  color: #010101;
  margin-right: 10px;
}
.ads-details-content .text {
  font-size: 14px;
  margin-top: 15px;
}
.ads-details-content .ads-details-wrapper {
  border-top: 1px solid rgba(1, 1, 1, 0.1);
  margin-top: 30px;
}
.ads-details-content .ads-details-wrapper .share {
  margin-top: 30px;
}
.ads-details-content .ads-details-wrapper .share .social li {
  display: inline-block;
}
.ads-details-content .ads-details-wrapper .share .social li+li {
  margin-left: 10px;
}
.ads-details-content .ads-details-wrapper .share .social li .title {
  font-size: 16px;
  color: #010101;
}
.ads-details-content .ads-details-wrapper .share .social li a {
  font-size: 16px;
}
.ads-details-content .ads-details-wrapper .share .social li:nth-of-type(2) a {
  color: #3b5999;
}
.ads-details-content .ads-details-wrapper .share .social li:nth-of-type(3) a {
  color: #55acee;
}
.ads-details-content .ads-details-wrapper .share .social li:nth-of-type(4) a {
  color: #3b5998;
}
.ads-details-content .ads-details-wrapper .share .social li:nth-of-type(5) a {
  color: #0077B5;
}
.ads-details-content .ads-details-wrapper .share .social li:nth-of-type(6) a {
  color: #e4405f;
}
.ads-details-content .ads-details-wrapper .ads-details-contact {
  margin-top: 30px;
}
.ads-details-content .ads-details-wrapper .ads-details-contact .title {
  font-size: 16px;
  color: #010101;
}
.ads-details-content .ads-details-wrapper .ads-details-contact .ads-details-contact-wrapper .contact-btn {
  background-color: #F4743B;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 50px;
  border-radius: 5px;
}
.ads-details-content .ads-details-wrapper .ads-details-contact .ads-details-contact-wrapper .contact-btn a {
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.ads-details-content .ads-details-wrapper .ads-details-contact .ads-details-contact-wrapper .contact-btn p {
  font-size: 13px;
  color: #fff;
  line-height: 22px;
}
.ads-details-content .ads-details-wrapper .ads-details-contact .ads-details-contact-wrapper .contact-btn i {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 24px;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ads-details-content .ads-details-wrapper .ads-details-contact .ads-details-contact-wrapper .ads-details-message {
  padding-left: 30px;
}
.ads-details-content .ads-details-wrapper .ads-details-contact .ads-details-contact-wrapper .ads-details-message a {
  color: #F4743B;
  font-size: 36px;
  line-height: 40px;
}
.Product-tab {
  padding: 30px 50px;
  border: 1px solid rgba(1, 1, 1, 0.1);
}
@media (max-width: 767px) {
  .Product-tab {
    padding: 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .Product-tab {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .Product-tab .nav {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .Product-tab .nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
.Product-tab .nav li {
  margin-right: 5px;
  margin-bottom: 20px;
}
.Product-tab .nav li a {
  padding: 0px 20px;
  height: 45px;
  line-height: 45px;
  background-color: #f6f6f6;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #010101;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .Product-tab .nav li a {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .Product-tab .nav li a {
    width: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
.Product-tab .nav li a.active {
  background-color: #F4743B;
  color: #fff;
}
.Product-tab .tab-content .tab-pane .Product-tab-cont>p {
  padding-bottom: 20px;
}
.Product-tab .tab-content .tab-pane .Product-tab-cont>h6 {
  font-size: 15px;
  font-weight: 700;
  color: #2c2d3e;
  padding-bottom: 15px;
}
.Product-tab .tab-content .tab-pane .Product-tab-cont .product_tab_list {
  padding-left: 40px;
}
.Product-tab .tab-content .tab-pane .Product-tab-cont .product_tab_list li {
    position: relative;
    font-size: 15px;
    color: #010101;
    display: inline-block;
    padding: 0px 10px 9px 10px;
    width: 40%;
  
}
.Product-tab .tab-content .tab-pane .Product-tab-cont .product_tab_list li::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
     background-color: #F4743B;
    border: 1px solid #F4743B;
  left: -20px;
  top: 7px;
}
.Product-tab .tab-content .tab-pane .Product-tab-cont .product_tab_list1 {
  padding-left: 5px;
}
.Product-tab .tab-content .tab-pane .Product-tab-cont .product_tab_list1 li {
    position: relative;
    font-size: 15px;
    color: #010101;
    display: inline-block;
    padding: 10px 10px 9px 10px;
    width: 40%;
  
}



.Product-tab .tab-content .tab-pane .comment ul li+li .singel-comment {
  margin-top: 30px;
}
.Product-tab .tab-content .tab-pane .comment .singel-comment {
  position: relative;
}
@media (max-width: 767px) {
  .Product-tab .tab-content .tab-pane .comment .singel-comment .thum {
    margin-left: 80px;
    padding-bottom: 20px;
  }
  .Product-tab .tab-content .tab-pane .Product-tab-cont .product_tab_list1 li {
    position: relative;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    display: inline-block;
    padding: 10px 0px 9px 0px;
    width: 45%;
 }
  .Product-tab .tab-content .tab-pane .Product-tab-cont .product_tab_list li {
   
    width: 100%;
  }
}
.Product-tab .tab-content .tab-pane .comment .singel-comment .thum img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.Product-tab .tab-content .tab-pane .comment .singel-comment .cont {
  padding: 25px 60px;
  border: 1px solid rgba(1, 1, 1, 0.1);
  margin-left: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .Product-tab .tab-content .tab-pane .comment .singel-comment .cont {
    margin-left: 0;
    padding: 20px;
    padding-top: 20px;
    position: relative;
    margin-left: 0;
  }
}
.Product-tab .tab-content .tab-pane .comment .singel-comment .cont::before {
  position: absolute;
  content: '';
  top: -1px;
  left: -89px;
  width: 90px;
  height: 90px;
  border-top: 1px solid rgba(1, 1, 1, 0.1);
  background-color: #fff;
}
@media (max-width: 767px) {
  .Product-tab .tab-content .tab-pane .comment .singel-comment .cont::before {
    width: 70px;
    height: 70px;
    top: -69px;
    left: -1px;
    border-top: 0;
    border-left: 1px solid rgba(1, 1, 1, 0.1);
  }
}
.Product-tab .tab-content .tab-pane .comment .singel-comment .cont::after {
  position: absolute;
  content: '';
  top: -32px;
  left: -76px;
  width: 126px;
  height: 90px;
  border-bottom: 1px solid rgba(1, 1, 1, 0.1);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .Product-tab .tab-content .tab-pane .comment .singel-comment .cont::after {
    width: 98px;
    height: 70px;
    top: -94px;
    left: 10px;
  }
}
.Product-tab .tab-content .tab-pane .comment .singel-comment .cont .author_name {
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 12px;
}
.Product-tab .tab-content .tab-pane .comment .singel-comment .cont p {
  padding-bottom: 10px;
}
.Product-tab .tab-content .tab-pane .comment .singel-comment .cont ul li {
  display: inline-block;
}
.Product-tab .tab-content .tab-pane .comment .singel-comment .cont ul li+li {
  margin-left: 35px;
}
@media (max-width: 767px) {
  .Product-tab .tab-content .tab-pane .comment .singel-comment .cont ul li+li {
    margin-left: 20px;
  }
}
.Product-tab .tab-content .tab-pane .comment .singel-comment .cont ul li a {
  font-size: 14px;
  color: #131313;
}
.Product-tab .tab-content .tab-pane .comment .replay {
  padding-left: 80px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .Product-tab .tab-content .tab-pane .comment .replay {
    padding-left: 0;
  }
}
.Product-tab .tab-content .tab-pane .review ul li+li {
  margin-top: 30px;
}
.Product-tab .tab-content .tab-pane .review .singel-review {
  position: relative;
  background-color: #fff7f7;
  padding: 30px;
  border: 1px solid rgba(1, 1, 1, 0.1);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .Product-tab .tab-content .tab-pane .review .singel-review {
    padding: 20px;
  }
}
.Product-tab .tab-content .tab-pane .review .singel-review .review-thum {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.Product-tab .tab-content .tab-pane .review .singel-review .review-thum .review-img img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.Product-tab .tab-content .tab-pane .review .singel-review .review-thum .review-head .author_name {
  color: #010101;
  font-size: 16px;
}
.Product-tab .tab-content .tab-pane .review .singel-review .review-thum .review-head span {
  color: #010101;
  font-size: 14px;
}
.Product-tab .tab-content .tab-pane .review .singel-review .date {
  position: absolute;
  right: 30px;
  top: 30px;
}
@media (max-width: 767px) {
  .Product-tab .tab-content .tab-pane .review .singel-review .date {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .Product-tab .tab-content .tab-pane .review .singel-review .date {
    position: absolute;
    right: 30px;
    top: 30px;
    margin-top: 0;
  }
}
.Product-tab .tab-content .tab-pane .review .singel-review .date span {
  font-size: 14px;
  font-weight: 700;
}
.Product-tab .tab-content .tab-pane .review .singel-review .review-cont p {
  padding-top: 10px;
  padding-bottom: 8px;
}
.Product-tab .tab-content .tab-pane .review .singel-review .review-cont .rating {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Product-tab .tab-content .tab-pane .review .singel-review .review-cont .rating ul {
  overflow: hidden;
}
.Product-tab .tab-content .tab-pane .review .singel-review .review-cont .rating ul li {
  float: left;
  margin-top: 0;
  color: #ffa800;
  font-size: 14px;
}
.Product-tab .tab-content .tab-pane .review .singel-review .review-cont .rating span {
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
}
.Product-tab .tab-content .tab-pane .reviwe-form .form_title {
  font-size: 30px;
  font-weight: 700;
  color: #010101;
}
.Product-tab .tab-content .tab-pane .reviwe-form .form-box {
  margin-top: 30px;
}
.Product-tab .tab-content .tab-pane .reviwe-form .form-box input, .Product-tab .tab-content .tab-pane .reviwe-form .form-box textarea {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border: 1px solid rgba(1, 1, 1, 0.1);
  border-radius: 5px;
  font-size: 14px;
  color: #131313;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.Product-tab .tab-content .tab-pane .reviwe-form .form-box input:focus, .Product-tab .tab-content .tab-pane .reviwe-form .form-box textarea:focus {
  border-color: #F4743B;
}
.Product-tab .tab-content .tab-pane .reviwe-form .form-box textarea {
  height: 220px;
  padding-top: 15px;
  resize: none;
}
.Product-tab .tab-content .tab-pane .reviwe-form .note {
  margin-top: 30px;
}
.Product-tab .tab-content .tab-pane .reviwe-form .note p span {
  font-weight: 700;
  margin-right: 10px;
  color: #131313;
}
.Product-tab .tab-content .tab-pane .reviwe-form .rating {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Product-tab .tab-content .tab-pane .reviwe-form .rating span {
  font-weight: 700;
  margin-right: 10px;
  font-size: 14px;
  margin-right: 10px;
}
.Product-tab .tab-content .tab-pane .reviwe-form .rating ul li {
  display: inline-block;
  color: #010101;
  font-weight: 700;
  font-size: 14px;
}
.Product-tab .tab-content .tab-pane .reviwe-form .rating ul li a {
  font-size: 14px;
  color: #999;
}
.Product-tab .tab-content .tab-pane .reviwe-form button {
  padding: 0 50px;
  font-size: 16px;
  line-height: 45px;
  color: #fff;
  background-color: #F4743B;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
  border-radius: 5px;
  margin-top: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.Product-tab .tab-content .tab-pane .reviwe-form button:hover {
  background-color: #F4743B;
}
/*===========================
  21.SELLER AUTHOR LIST css 
===========================*/

.single-seller-author .seller-author-wrapper .author-image img {
  width: 80px;
  border-radius: 50%;
}
.single-seller-author .seller-author-wrapper .author-content {
  padding-left: 15px;
}
.single-seller-author .seller-author-wrapper .author-content .author-name a {
  font-size: 16px;
  color: #010101;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.single-seller-author .seller-author-wrapper .author-content .author-name a:hover {
  color: #F4743B;
}
.single-seller-author .seller-author-wrapper .author-content .online, .single-seller-author .seller-author-wrapper .author-content .offline {
  font-size: 14px;
  color: #798795;
  display: block;
  padding-left: 14px;
  position: relative;
}
.single-seller-author .seller-author-wrapper .author-content .online::before, .single-seller-author .seller-author-wrapper .author-content .offline::before {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  background-color: #F4743B;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}
.single-seller-author .seller-author-wrapper .author-content .follow {
  height: 30px;
  line-height: 30px;
  background-color: #f0efff;
  color: #798795;
  font-size: 14px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 0 15px;
  margin-top: 10px;
}
.single-seller-author .seller-author-wrapper .author-content .follow:hover {
  background-color: #F4743B;
  color: #fff;
}
.single-seller-author .seller-about {
  margin-top: 15px;
}
.single-seller-author .seller-about title {
  font-size: 16px;
  font-weight: 700;
  color: #010101;
}
.single-seller-author .seller-about p {
  margin-top: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-seller-author .seller-wrapper {
    display: block !important;
  }
}
.single-seller-author .seller-wrapper .author-btn {
  background-color: #F4743B;
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 50px;
  border-radius: 5px;
}
.single-seller-author .seller-wrapper .author-btn a {
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.single-seller-author .seller-wrapper .author-btn p {
  font-size: 12px;
  color: #fff;
  line-height: 22px;
}
.single-seller-author .seller-wrapper .author-btn i {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 24px;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.single-seller-author .seller-wrapper .author-message {
  padding-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-seller-author .seller-wrapper .author-message {
    padding-left: 0;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-seller-author .seller-wrapper .author-message {
    padding-left: 10px;
  }
}
.single-seller-author .seller-wrapper .author-message a {
  color: #F4743B;
  font-size: 36px;
  line-height: 40px;
}
/*===========================
       22.SIGN IN css 
===========================*/

.sing-in-area {
  position: relative;
}
.sing-in-form-area .sing-in-title {
  font-size: 32px;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  color: #000;
}
.sing-in-form-area .sing-in-title i {
  color: #F4743B
  margin-right: 8px;
}
.sing-in-form-area .sing-in-title span {
  font-weight: 400;
}
.sing-in-form-area .text {
  font-size: 16px;
  margin-top: 25px;
}
.sing-in-form-area .sing-in-form-wrapper {
  padding-top: 10px;
}
.sing-in-form-area .sing-in-form-wrapper .new-user .text {
  font-size: 18px;
  color: #F4743B;
}
.sing-in-form-area .sing-in-form-wrapper .new-user .text a {
  color: #010101;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.sing-in-form-area .sing-in-form-wrapper .new-user .text a:hover {
  color: #F4743B;
}
.sing-in-form-area .single-form label {
  margin-bottom: 5px;
  display: block;
  font-size: 18px;
  color: #010101;
}
.sing-in-form-area .single-form input {
  width: 100%;
  -webkit-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.08);
  border-radius: 7px;
  background-color: #fff;
  padding: 0 30px;
  height: 50px;
  border: 0;
  color: #010101;
  font-size: 18px;
}
.sing-in-form-area .single-form .form-checkbox span {
  font-size: 18px;
  color: #798795;
}
.sing-in-form-area .single-form .form-checkbox input[type="checkbox"] {
  display: none;
}
.sing-in-form-area .single-form .form-checkbox input[type="checkbox"]+label {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -1px 15px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #798795;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.sing-in-form-area .single-form .form-checkbox input[type="checkbox"]+label::before {
  color: #fff;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  position: absolute;
  text-align: center;
  left: 2px;
  top: -4px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.sing-in-form-area .single-form .form-checkbox input[type="checkbox"]:checked+label {
  background: #F4743B;
  border-color: #F4743B;
}
.sing-in-form-area .single-form .form-checkbox input[type="checkbox"]:checked+label::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.sing-in-form-area .single-form .form-forget a {
  font-size: 18px;
  color: #F4743B;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.sing-in-form-area .single-form .form-forget a:hover {
  color: #F4743B;
}
.sing-in-form-area .single-form .main-btn {
  width: 100%;
  border-radius: 7px;
  height: 50px;
  line-height: 50px;
  -webkit-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.08);
  font-size: 18px;
  font-weight: 700;
}
.sing-in-form-area .single-form .main-btn:hover {
  background-color: #F4743B;
  color: #fff;
  -webkit-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.3);
}
.sing-in-form-area .single-form .facebook-sing-up a {
    width: 100%;
    height: 50px;
    line-height: 65px;
    text-align: center;
    border-radius: 7px;
    background-color: #FFF;
    font-weight: 700;
    font-size: 18px;
    COLOR: rgb(98, 100, 101);
}
.sing-in-form-area .single-form .gooogle-sing-up a {
  width: 100%;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 7px;
  background-color: #df3527;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
.sing-up-area {
  position: relative;
}
.sing-up-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sing-up-image {
    position: relative;
    width: 720px;
    margin: 0 auto;
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .sing-up-image {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sing-up-image {
    width: 540px;
  }
}
.sing-up-image .image {
  padding-left: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sing-up-image .image {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .sing-up-image .image {
    padding-left: 0;
  }
}
/*===========================
       23.FAQ css 
===========================*/

.faq-accordion .accordion .card {
  margin-top: 20px;
  padding: 0;
  border-radius: 0;
  border: 0;
}
.faq-accordion .accordion .card .card-header {
  padding: 15px 20px;
  border: 1px solid rgba(1, 1, 1, 0.1);
  margin-bottom: 0;
  background: none;
}
.faq-accordion .accordion .card .card-header a {
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  color: #010101;
  display: block;
  position: relative;
  padding-right: 25px;
}
@media (max-width: 767px) {
  .faq-accordion .accordion .card .card-header a {
    font-size: 16px;
  }
}
.faq-accordion .accordion .card .card-header a::before {
  position: absolute;
  content: '\f068';
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 18px;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.faq-accordion .accordion .card .card-header a.collapsed::before {
  content: '\f067';
}
.faq-accordion .accordion .card .card-body {
  padding: 0;
  border: 1px solid rgba(1, 1, 1, 0.1);
  border-top: 0;
  padding: 15px 20px;
}
.faq-help {
  padding: 70px 30px;
  max-width: 470px;
  border: 1px solid rgba(1, 1, 1, 0.1);
  margin-left: auto;
  position: relative;
}
.faq-help::before {
  position: absolute;
  content: '';
  background-image: url(../images/faq-bg.png);
  background-size: contain;
  background-position: center center;
  width: 70%;
  height: 70%;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.06;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-help {
    margin-right: auto;
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .faq-help {
    margin-right: auto;
    padding: 40px 20px;
  }
}
.faq-help .title {
  font-size: 32px;
  font-weight: 700;
  color: #010101;
}
@media (max-width: 767px) {
  .faq-help .title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-help .title {
    font-size: 30px;
  }
}
.faq-help p {
  font-size: 18px;
  color: #798795;
  line-height: 28px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .faq-help p {
    font-size: 16px;
  }
}
.faq-help .main-btn {
  width: 100%;
  margin-top: 30px;
}
.faq-help .main-btn:hover {
  background-color: #F4743B;
  color: #fff;
}
/*===========================
    25.BLOG SIDEBAR css 
===========================*/

.blog-sidebar .sidebar-title {
  border: 1px solid rgba(1, 1, 1, 0.1);
  padding: 15px 20px;
}
.blog-sidebar .sidebar-title .title {
  font-size: 20px;
  font-weight: 700;
  color: #010101;
}
.blog-sidebar .sidebar-title .title i {
  margin-right: 3px;
}
.sidebar-search .sidebar-search-wrapper {
  position: relative;
  border: 1px solid rgba(1, 1, 1, 0.1);
  border-top: 0;
  padding: 30px 20px;
}
.sidebar-search .sidebar-search-wrapper input {
  width: 100%;
  height: 50px;
  border: 1px solid rgba(1, 1, 1, 0.1);
  padding: 0 20px;
  color: #010101;
  font-size: 16px;
}
.sidebar-search .sidebar-search-wrapper button {
  padding: 0;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 30px;
  right: 20px;
  border: 0;
  background-color: #F4743B;
  color: #fff;
  font-size: 18px;
}
.blog-sidebar-category .blog-sidebar-category-wrapper {
  position: relative;
  border: 1px solid rgba(1, 1, 1, 0.1);
  border-top: 0;
  padding: 30px 20px;
}
.blog-sidebar-category .blog-sidebar-category-wrapper ul li+li {
  margin-top: 10px;
}
.blog-sidebar-category .blog-sidebar-category-wrapper ul li a {
  font-size: 16px;
  color: #798795;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: block;
}
.blog-sidebar-category .blog-sidebar-category-wrapper ul li a span {
  float: right;
}
.blog-sidebar-category .blog-sidebar-category-wrapper ul li a:hover {
  color: #F4743B;
}
.blog-sidebar-category .blog-sidebar-category-wrapper ul li a i {
  margin-right: 5px;
  font-size: 18px;
}
.sidebar-archive .sidebar-archive-wrapper {
  position: relative;
  border: 1px solid rgba(1, 1, 1, 0.1);
  border-top: 0;
  padding: 30px 20px;
}
.sidebar-archive .sidebar-archive-wrapper ul li+li {
  margin-top: 10px;
}
.sidebar-archive .sidebar-archive-wrapper ul li a {
  font-size: 16px;
  color: #798795;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: block;
}
.sidebar-archive .sidebar-archive-wrapper ul li a span {
  float: right;
}
.sidebar-archive .sidebar-archive-wrapper ul li a:hover {
  color: #F4743B;
}
.sidebar-archive .sidebar-archive-wrapper ul li a i {
  margin-right: 5px;
  font-size: 18px;
}
.sidebar-tags .sidebar-tags-wrapper {
  position: relative;
  border: 1px solid rgba(1, 1, 1, 0.1);
  border-top: 0;
  padding: 20px 20px 30px;
}
.sidebar-tags .sidebar-tags-wrapper ul {
  margin-left: -3px;
  margin-right: -3px;
}
.sidebar-tags .sidebar-tags-wrapper ul li {
  display: inline-block;
  margin-top: 10px;
  padding: 0 3px;
}
.sidebar-tags .sidebar-tags-wrapper ul li a {
  border: 1px solid rgba(1, 1, 1, 0.1);
  font-size: 14px;
  color: #798795;
  height: 30px;
  line-height: 28px;
  padding: 0 8px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.sidebar-tags .sidebar-tags-wrapper ul li a:hover {
  background-color: #F4743B;
  color: #fff;
  border-color: #F4743B;
}
/*===========================
    26.BLOG POST PAGE css 
===========================*/

.sing-blog-post .blog-post-image img {
  width: 100%;
}
.sing-blog-post .blog-post-content {
  margin-top: 20px;
}
.sing-blog-post .blog-post-content .blog-meta li {
  display: inline-block;
}
.sing-blog-post .blog-post-content .blog-meta li+li {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .sing-blog-post .blog-post-content .blog-meta li+li {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sing-blog-post .blog-post-content .blog-meta li+li {
    margin-left: 30px;
  }
}
.sing-blog-post .blog-post-content .blog-meta li a {
  font-size: 16px;
  color: #798795;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .sing-blog-post .blog-post-content .blog-meta li a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sing-blog-post .blog-post-content .blog-meta li a {
    font-size: 15px;
  }
}
.sing-blog-post .blog-post-content .blog-meta li a i {
  margin-right: 3px;
}
.sing-blog-post .blog-post-content .blog-meta li a:hover {
  color: #F4743B;
}
.sing-blog-post .blog-post-content .post-title a {
  font-size: 32px;
  font-weight: 700;
  color: #010101;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .sing-blog-post .blog-post-content .post-title a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sing-blog-post .blog-post-content .post-title a {
    font-size: 28px;
  }
}
.sing-blog-post .blog-post-content .post-title a:hover {
  color: #F4743B;
}
.sing-blog-post .blog-post-content .author {
  margin-top: 10px;
  color: #F4743B;
  font-size: 16px;
}
.sing-blog-post .blog-post-content .author a {
  color: #F4743B;
}
.sing-blog-post .blog-post-content p {
  margin-top: 10px;
}
.sing-blog-post .blog-post-content .main-btn {
  margin-top: 30px;
}
.sing-blog-post .blog-post-content .main-btn i {
  margin-left: 5px;
}
.sing-blog-post .blog-post-content .main-btn:hover {
  background-color: #F4743B;
  color: #fff;
}
.sing-blog-post .blog-audio-url iframe {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.sing-blog-post.blog-quota {
  padding: 50px 70px;
  border: 5px solid #F4743B;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .sing-blog-post.blog-quota {
    padding: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sing-blog-post.blog-quota {
    padding: 40px;
  }
}
.sing-blog-post.blog-quota::before {
  position: absolute;
  content: '';
  width: 150px;
  height: 130px;
  background-color: #F4743B;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .sing-blog-post.blog-quota::before {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sing-blog-post.blog-quota::before {
    width: 100px;
    height: 100px;
  }
}
.sing-blog-post.blog-quota .blog-quota-content {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .sing-blog-post.blog-quota .blog-quota-content {
    padding-bottom: 10px;
  }
}
.sing-blog-post.blog-quota .blog-quota-content .blog-quota-icon i {
  font-size: 50px;
  color: #fff;
}
@media (max-width: 767px) {
  .sing-blog-post.blog-quota .blog-quota-content .blog-quota-icon i {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sing-blog-post.blog-quota .blog-quota-content .blog-quota-icon i {
    font-size: 40px;
  }
}
.sing-blog-post.blog-quota .blog-quota-content .blog-quota-title {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .sing-blog-post.blog-quota .blog-quota-content .blog-quota-title {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sing-blog-post.blog-quota .blog-quota-content .blog-quota-title {
    padding-left: 40px;
  }
}
.sing-blog-post.blog-quota .blog-quota-content .blog-quota-title .title {
  font-size: 18px;
  font-weight: 700;
  color: #010101;
}
@media (max-width: 767px) {
  .sing-blog-post.blog-quota .blog-quota-content .blog-quota-title .title {
    font-size: 16px;
  }
}
.sing-blog-post.blog-quota .blog-quota-content .blog-quota-title span a {
  color: #F4743B;
  font-weight: 700;
  color: #F4743B;
  margin-top: 5px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .sing-blog-post.blog-quota .blog-quota-content .blog-quota-title span a {
    font-size: 14px;
  }
}
.sing-blog-post.blog-video .blog-post-video {
  position: relative;
}
.sing-blog-post.blog-video .blog-post-video img {
  width: 100%;
}
.sing-blog-post.blog-video .blog-post-video .play {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  font-size: 20px;
  color: #F4743B;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*===========================
    27.BLOG DETAILS css 
===========================*/

.blog-details-content img {
  width: 100%;
}
.blog-details-content .blog-meta {
  padding-top: 25px;
}
.blog-details-content .blog-meta li {
  display: inline-block;
}
.blog-details-content .blog-meta li+li {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .blog-details-content .blog-meta li+li {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-content .blog-meta li+li {
    margin-left: 30px;
  }
}
.blog-details-content .blog-meta li a {
  font-size: 16px;
  color: #798795;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .blog-details-content .blog-meta li a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-content .blog-meta li a {
    font-size: 15px;
  }
}
.blog-details-content .blog-meta li a i {
  margin-right: 3px;
}
.blog-details-content .blog-meta li a:hover {
  color: #F4743B;
}
.blog-details-content .title {
  font-size: 30px;
  font-weight: 700;
  color: #010101;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .blog-details-content .title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-content .title {
    font-size: 26px;
  }
}
.blog-details-content p {
  margin-top: 30px;
}
.blog-details-content .blockquote {
  background-color: #F4743B;
  padding: 50px 70px;
  position: relative;
  z-index: 5;
  border-radius: 5px;
  margin-top: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-content .blockquote {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .blog-details-content .blockquote {
    padding: 30px;
  }
}
.blog-details-content .blockquote .quota-icon {
  width: 130px;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: -1;
  opacity: 0.15;
}
@media (max-width: 767px) {
  .blog-details-content .blockquote .quota-icon {
    width: 80px;
  }
}
.blog-details-content .blockquote p {
  font-size: 32px;
  font-weight: 300;
  color: #fff;
  line-height: 48px;
  margin-top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-content .blockquote p {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .blog-details-content .blockquote p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-content .blockquote p {
    font-size: 22px;
    line-height: 34px;
  }
}
.blog-details-content .list {
  list-style-type: decimal;
  padding-left: 20px;
  padding-top: 10px;
}
.blog-details-content .list li {
  margin-top: 15px;
}
.blog-details-content .share {
  border-top: 1px solid rgba(1, 1, 1, 0.1);
  margin-top: 30px;
  padding-top: 30px;
}
.blog-details-content .share .share-title {
  font-size: 16px;
  font-weight: 700;
  color: #010101;
}
.blog-details-content .share .social li {
  display: inline-block;
  margin-left: 15px;
}
.blog-details-content .share .social li a {
  font-size: 16px;
}
.blog-details-content .share .social li:nth-of-type(1) a {
  color: #3b5999;
}
.blog-details-content .share .social li:nth-of-type(2) a {
  color: #55acee;
}
.blog-details-content .share .social li:nth-of-type(3) a {
  color: #3b5998;
}
.blog-details-content .share .social li:nth-of-type(4) a {
  color: #0077B5;
}
.blog-details-content .share .social li:nth-of-type(5) a {
  color: #e4405f;
}
.comment-title .title {
  font-size: 24px;
  font-weight: 700;
  color: #010101;
}
.blog-comment {
  padding-top: 50px;
}
.blog-comment ul li .singel-comment {
  margin-top: 30px;
}
.blog-comment .singel-comment {
  position: relative;
}
@media (max-width: 767px) {
  .blog-comment .singel-comment .thum {
    margin-left: 80px;
    padding-bottom: 20px;
  }
}
.blog-comment .singel-comment .thum img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.blog-comment .singel-comment .cont {
  padding: 25px 60px;
  border: 1px solid rgba(1, 1, 1, 0.1);
  margin-left: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .blog-comment .singel-comment .cont {
    margin-left: 0;
    padding: 20px;
    padding-top: 20px;
    position: relative;
    margin-left: 0;
  }
}
.blog-comment .singel-comment .cont::before {
  position: absolute;
  content: '';
  top: -1px;
  left: -89px;
  width: 90px;
  height: 90px;
  border-top: 1px solid rgba(1, 1, 1, 0.1);
  background-color: #fff;
}
@media (max-width: 767px) {
  .blog-comment .singel-comment .cont::before {
    width: 70px;
    height: 70px;
    top: -69px;
    left: -1px;
    border-top: 0;
    border-left: 1px solid rgba(1, 1, 1, 0.1);
  }
}
.blog-comment .singel-comment .cont::after {
  position: absolute;
  content: '';
  top: -32px;
  left: -76px;
  width: 126px;
  height: 90px;
  border-bottom: 1px solid rgba(1, 1, 1, 0.1);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .blog-comment .singel-comment .cont::after {
    width: 98px;
    height: 70px;
    top: -94px;
    left: 10px;
  }
}
.blog-comment .singel-comment .cont .author_name {
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 12px;
}
.blog-comment .singel-comment .cont p {
  padding-bottom: 10px;
}
.blog-comment .singel-comment .cont ul li {
  display: inline-block;
}
.blog-comment .singel-comment .cont ul li+li {
  margin-left: 35px;
}
@media (max-width: 767px) {
  .blog-comment .singel-comment .cont ul li+li {
    margin-left: 20px;
  }
}
.blog-comment .singel-comment .cont ul li a {
  font-size: 14px;
  color: #131313;
}
.blog-comment .replay {
  padding-left: 80px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .blog-comment .replay {
    padding-left: 0;
  }
}
.blog-form {
  padding-top: 45px;
}
/*===========================
     28.CONTACT css 
===========================*/

#contact-map {
  height: 550px;
}
@media (max-width: 767px) {
  #contact-map {
    height: 350px;
  }
}
.form-group {
  margin-bottom: 0;
}
.list-unstyled li {
  font-size: 13px;
  margin-left: 2px;
  margin-top: 5px;
  color: #f00;
}
.contact-title {
  font-size: 24px;
}
.form-message {
  margin-left: 15px;
}
.form-message.error, .form-message.success {
  font-size: 16px;
  color: #131313;
  background-color: #fff;
  padding: 10px 15px;
  margin-top: 15px;
  background-color: #f5f9ff;
}
.form-message.error {
  color: #f00;
}
.single-info {
  margin-top: 15px;
}
.single-info .icon i {
  font-size: 24px;
  color: #010101;
  width: 35px;
}
.single-info .content {
  padding-left: 10px;
}
/*===========================
    29.PROFILE css 
===========================*/

.profile-sidebar-title {
  border-bottom: 1px solid rgba(1, 1, 1, 0.1);
  padding: 12px 20px;
}
.profile-sidebar-title .title {
  font-size: 18px;
  font-weight: 700;
  color: #010101;
}
.profile-sidebar-title .title i {
  margin-right: 3px;
}
/*===== Profile Sidebar =====*/

.profile-card {
  border: 1px solid rgba(1, 1, 1, 0.1);
}
.profile-card .profile-user {
  padding: 30px 20px 25px;
}
.profile-card .profile-user .profile-author img {
  width: 100px;
  border-radius: 50%;
}
.profile-card .profile-user .profile-author-name {
  padding-top: 10px;
}
.profile-card .profile-user .profile-author-name .name a {
  font-size: 18px;
  font-weight: 600;
  color: #010101;
}
.profile-card .profile-user .profile-author-name .sub-title {
  font-size: 14px;
  color: #798795;
}
.profile-card .profile-link ul li a {
  display: block;
  font-size: 16px;
  color: #010101;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-top: 1px solid rgba(1, 1, 1, 0.1);
}
.profile-card .profile-link ul li a i {
  margin-right: 5px;
}
.profile-card .profile-link ul li a.active, .profile-card .profile-link ul li a:hover {
  background-color: #F4743B;
  color: #fff;
  border-color: #F4743B;
}
/*===== Profile Dashboard =====*/

.profile-dashboard {
  border: 1px solid rgba(1, 1, 1, 0.1);
}
.profile-dashboard-wrapper {
  padding: 20px;
  padding-top: 0;
}
.profile-dashboard-wrapper .row .dashboard-col:nth-child(3n+1) .dashboard-stat {
  background-color: #F4743B;
}
.profile-dashboard-wrapper .row .dashboard-col:nth-child(3n+2) .dashboard-stat {
  background-color: #07bfa7;
}
.profile-dashboard-wrapper .row .dashboard-col:nth-child(3n+3) .dashboard-stat {
  background-color: #ec7424;
}
.profile-dashboard-wrapper .dashboard-stat {
  padding: 30px 20px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.profile-dashboard-wrapper .dashboard-stat .title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.profile-dashboard-wrapper .dashboard-stat p {
  color: #fff;
  font-size: 14px;
  margin-top: 3px;
}
.profile-dashboard-wrapper .dashboard-stat i {
  font-size: 120px;
  color: #fff;
  position: absolute;
  bottom: -25px;
  right: 10px;
  opacity: 0.2;
  z-index: -1;
}
/*===== Profile Ads Table =====*/

.profile-ads-table .table thead tr th {
  border: 1px solid rgba(1, 1, 1, 0.1);
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #010101;
}
.profile-ads-table .table thead tr th.checkbox {
  min-width: 40px;
}
.profile-ads-table .table thead tr th.items {
  min-width: 220px;
}
.profile-ads-table .table thead tr th.price {
  min-width: 100px;
}
.profile-ads-table .table thead tr th.status {
  min-width: 112px;
}
.profile-ads-table .table thead tr th.action {
  min-width: 157px;
}
.profile-ads-table .table tbody tr td {
  border: 1px solid rgba(1, 1, 1, 0.1);
  padding: 8px 15px;
  vertical-align: middle;
}
.profile-ads-table .table .check-box input[type="checkbox"] {
  display: none;
}
.profile-ads-table .table .check-box input[type="checkbox"]+label {
  border-color: #010101;
  margin: 0;
}
.profile-ads-table .table .check-box input[type="checkbox"]:checked+label {
  border-color: #F4743B;
}
.profile-ads-table .table .table-items .items-thumb img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  object-position: center;
}
.profile-ads-table .table .table-items .items-content {
  padding-left: 15px;
}
.profile-ads-table .table .table-items .items-content .title a {
  font-size: 16px;
  color: #010101;
}
.profile-ads-table .table .table-items .items-content .review {
  margin-top: 5px;
}
.profile-ads-table .table .table-items .items-content .review li {
  display: inline-block;
  font-size: 12px;
}
.profile-ads-table .table .table-items .items-content .review li i {
  color: #ffa800;
}
.profile-ads-table .table .table-items .items-content .review li span {
  margin-left: 5px;
}
.profile-ads-table .table .table-category, .profile-ads-table .table .table-price {
  font-size: 14px;
  color: #010101;
}
.profile-ads-table .table .table-status {
  font-size: 14px;
  color: #fff;
  padding: 0 5px;
  line-height: 24px;
  display: inline-block;
  border-radius: 3px;
}
.profile-ads-table .table .published {
  background-color: #fa3;
}
.profile-ads-table .table .featured {
  background-color: #F4743B;
}
.profile-ads-table .table .active {
  background-color: #00e682;
}
.profile-ads-table .table .expired {
  background-color: #fb5b50;
}
.profile-ads-table .table .sold {
  background-color: #1594ef;
}
.profile-ads-table .table .table-action li {
  display: inline-block;
}
.profile-ads-table .table .table-action li a {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
.profile-ads-table .table .table-action li:nth-of-type(4n+1) a {
      background-color: #ff382b;
}
.profile-ads-table .table .table-action li:nth-of-type(4n+2) a {
  background-color: #ff382b;
}
.profile-ads-table .table .table-action li:nth-of-type(4n+3) a {
  background-color: #0ab2e6;
}
.profile-ads-table .table .table-action li:nth-of-type(4n+4) a {
  background-color: #F4743B;
}
/*===== Edit Profile Form =====*/

.profile-edit {
  border: 1px solid rgba(1, 1, 1, 0.1);
}
.profile-edit .profile-form {
  padding: 20px;
  padding-top: 0;
}
.profile-edit .profile-form .single-form label {
  margin-bottom: 10px;
  font-size: 14px;
  color: #010101;
}
.profile-edit .profile-form .single-form textarea, .profile-edit .profile-form .single-form input {
  border: 1px solid rgba(1, 1, 1, 0.1);
  border-radius: 0;
  font-size: 14px;
  height: 40px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.profile-edit .profile-form .single-form textarea:focus, .profile-edit .profile-form .single-form input:focus {
  border-color: #F4743B;
}
.profile-edit .profile-form .single-form textarea {
  height: 200px;
}
.profile-edit .profile-form .single-form .nice-select {
  width: 100%;
  border-radius: 0;
  height: 40px;
  padding: 0 20px;
  border: 0;
  float: none;
  border: 1px solid rgba(1, 1, 1, 0.1);
}
.profile-edit .profile-form .single-form .nice-select::after {
  width: 8px;
  height: 8px;
  right: 20px;
  border-color: #798795;
}
.profile-edit .profile-form .single-form .nice-select .current {
  line-height: 36px;
  font-size: 14px;
  color: #798795;
}
.profile-edit .profile-form .single-form .nice-select .list {
  width: 100%;
  border-radius: 0;
}
.profile-edit .profile-form .single-form .nice-select .list .option {
  min-height: 30px;
  line-height: 30px;
}
.profile-edit .profile-form .custom-file [type="file"] {
  display: none;
}
.profile-edit .profile-form .custom-file label {
  width: 100%;
  height: 40px;
  border: 1px solid rgba(1, 1, 1, 0.1);
  position: relative;
}
.profile-edit .profile-form .custom-file label span {
  line-height: 40px;
  padding: 0 20px;
  font-size: 14px;
}
.profile-edit .profile-form .custom-file label::before {
  content: "Browse";
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
  background-color: #F4743B;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
/*===== My Ads =====*/

.profile-my-ads {
  border: 1px solid rgba(1, 1, 1, 0.1);
}
.profile-my-ads-wrapper {
  padding: 20px;
  padding-top: 0;
}
.profile-my-ads-wrapper .nav {
  padding-top: 10px;
}
.profile-my-ads-wrapper .nav .nav-item a {
  margin-top: 10px;
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
  font-size: 14px;
  color: #010101;
   width: 100%;
  border: 1px solid rgba(1, 1, 1, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.profile-my-ads-wrapper .nav .nav-item a.active, .profile-my-ads-wrapper .nav .nav-item a:hover {
  background-color: #F4743B;
  border-color: #F4743B;
  color: #fff;
 


}
.btn-primary {
    color: #fff;
    background-color: #f4743b;
    border-color: #f4743b;
}
/*===== Payments =====*/

.profile-payments, .payments-invoice {
  border: 1px solid rgba(1, 1, 1, 0.1);
}
.payments-method {
  padding: 20px;
}
@media (max-width: 767px) {
  .payments-method .nav {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .payments-method .nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
.payments-method .nav .nav-item a {
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
  font-size: 14px;
  color: #010101;
  border: 1px solid rgba(1, 1, 1, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: block;
  background-color: #f6f6f6;
}
.payments-method .nav .nav-item a i {
  margin-right: 3px;
}
.payments-method .nav .nav-item a.active, .payments-method .nav .nav-item a:hover {
  background-color: #F4743B;
  border-color: #F4743B;
  color: #fff;
}
.payments-method .credit-card {
  padding: 0;
}
.payments-method .paypal {
  padding-top: 20px;
}
.payments-method .paypal .title {
  font-size: 16px;
  font-weight: 600;
}
.payments-method .paypal .main-btn {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-weight: 600;
  margin-top: 20px;
}
.payments-method .paypal p {
  margin-top: 25px;
  font-size: 14px;
}
.payments-method .paypal p strong {
  color: #010101;
}
.payments-method .bank {
  padding-top: 20px;
}
.payments-method .bank .bank-title {
  font-size: 16px;
  font-weight: 600;
}
.payments-method .bank .card-text {
  margin-bottom: 0;
  margin-top: 20px;
}
.payments-method .bank .card-text dt {
  color: #010101;
  margin-bottom: 5px;
  font-size: 14px;
}
.payments-method .bank .card-text dd {
  margin-bottom: 0;
  font-size: 14px;
}
.payments-method .bank p {
  margin-top: 25px;
  font-size: 14px;
}
.payments-method .bank p strong {
  color: #010101;
}
.payments-invoice-table {
  padding: 20px;
}
.payments-invoice-table .table thead tr th {
  padding: 8px 10px;
  font-size: 15px;
  font-weight: 600;
  color: #010101;
}
.payments-invoice-table .table thead tr th.invoice {
  min-width: 100px;
}
.payments-invoice-table .table thead tr th.category {
  min-width: 90px;
}
.payments-invoice-table .table thead tr th.date {
  min-width: 130px;
}
.payments-invoice-table .table thead tr th.price {
  min-width: 80px;
}
.payments-invoice-table .table thead tr th.due-date {
  min-width: 100px;
}
.payments-invoice-table .table thead tr th.action {
  min-width: 90px;
}
.payments-invoice-table .table tbody tr td {
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 400;
  color: #798795;
  vertical-align: middle;
}
/*=====  =====*/

/*=====  =====*/

/*=====  =====*/

/*===========================
      30.AD POSTS css 
===========================*/

.ad-posts-title {
  border-bottom: 1px solid rgba(1, 1, 1, 0.1);
  padding: 12px 20px;
}
.ad-posts-title .title {
  font-size: 20px;
  font-weight: 700;
  color: #010101;
}
.ad-posts-title .title i {
  margin-right: 3px;
}
.ad-posts-wrapper {
 /* border: 1px solid rgba(1, 1, 1, 0.1);*/
}
.ad-posts-wrapper .ad-posts-form {
  padding: 20px;
  padding-top: 0;
}
.ad-posts-wrapper .ad-posts-form .single-form {
  margin-top: 20px;
}
.ad-posts-wrapper .ad-posts-form .single-form label {
  margin-bottom: 10px;
  font-size: 14px;
  color: #010101;
}
.ad-posts-wrapper .ad-posts-form .single-form textarea, .ad-posts-wrapper .ad-posts-form .single-form input {
  border: 1px solid rgba(1, 1, 1, 0.1);
  border-radius: 0;
  font-size: 14px;
  height: 40px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.ad-posts-wrapper .ad-posts-form .single-form textarea:focus, .ad-posts-wrapper .ad-posts-form .single-form input:focus {
  border-color: #F4743B;
}
.ad-posts-wrapper .ad-posts-form .single-form textarea {
  height: 200px;
}
.ad-posts-wrapper .ad-posts-form .single-form .nice-select {
  width: 100%;
  border-radius: 0;
  height: 40px;
  padding: 0 20px;
  border: 0;
  float: none;
  border: 1px solid rgba(1, 1, 1, 0.1);
}
.ad-posts-wrapper .ad-posts-form .single-form .nice-select::after {
  width: 8px;
  height: 8px;
  right: 20px;
  border-color: #798795;
}
.ad-posts-wrapper .ad-posts-form .single-form .nice-select .current {
  line-height: 36px;
  font-size: 14px;
  color: #798795;
}
.ad-posts-wrapper .ad-posts-form .single-form .nice-select .list {
  width: 100%;
  border-radius: 0;
}
.ad-posts-wrapper .ad-posts-form .single-form .nice-select .list .option {
  min-height: 30px;
  line-height: 30px;
}
.ad-posts-wrapper .ad-posts-form .single-form .ads-custom-fild label {
  margin-bottom: 0;
}
.ad-posts-wrapper .ad-posts-form .single-form .ads-custom-fild+.ads-custom-fild {
  margin-left: 25px;
}
.pt-50 {
    padding-top: 30px;
}
.pb-50 {
    padding-bottom: 30px;
}
@media (max-width: 767px) {
  .ad-posts-wrapper .ad-posts-form .single-form.package-fild .ads-custom-fild {
    width: 50%;
    margin-left: 0;
  }
}
@media (max-width: 360px) {
.quicklink .single-header-category .title {
    margin-top: 5px;
    font-size: 11px !important;
    font-weight: bold !important;
    color: #000;
}
}
@media (max-width: 320px) {
.quicklink .single-header-category .title {
    margin-top: 5px;
    font-size: 10px !important;
    font-weight: bold !important;
    color: #000;
}
}

.ad-posts-wrapper .ad-posts-form .single-form .ads-file input[type="file"] {
  display: none;
}
.ad-posts-wrapper .ad-posts-form .single-form .ads-file label {
  text-align: center;
  width: 100%;
  display: block;
  background-color: #f6f6f6;
  border: 1px dashed rgba(1, 1, 1, 0.2);
  padding: 30px 0;
  border-radius: 3px;
}
.ad-posts-wrapper .ad-posts-form .single-form .ads-file label i {
  font-size: 40px;
  color: #798795;
}
.ad-posts-wrapper .ad-posts-form .single-form .ads-file label p {
  font-size: 14px;
  color: #798795;
  padding-top: 10px;
}
/*# sourceMappingURL=style.css.map */

/* signup social buttons */

 .social-signup{
    background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 16px center;
    margin: 12px 0px;
    -webkit-box-pack: start;
    justify-content: flex-start;
    border: 1px solid rgb(98, 100, 101);
    padding-left: 0px;
    color: rgb(98, 100, 101);
    width:100%;
    height: 48px;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }

  /*************** css for chatpage  ***************/


img{ max-width:100%;}
.inbox_people {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  overflow: hidden;
  width: 40%; border-right:1px solid #c4c4c4;
}
.inbox_msg {
  /*border: 1px solid #c4c4c4;*/
  clear: both;
  overflow: hidden;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);	
}
.top_spac{ margin: 20px 0 0;}


.recent_heading {float: left; width:40%;}
.srch_bar {
  display: inline-block;
  text-align: right;
  width: 60%; padding:
}
.headind_srch{ padding:10px 29px 10px 20px; overflow:hidden; border-bottom:1px solid #c4c4c4;}

.recent_heading h4 {
  color: #F4743B;
  font-size: 21px;
  margin: auto;
}
.srch_bar input{ border:1px solid #cdcdcd; border-width:0 0 1px 0; width:80%; padding:2px 0 4px 6px; background:none;}
.srch_bar .input-group-addon button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  color: #707070;
  font-size: 18px;
}
.srch_bar .input-group-addon { margin: 0 0 0 -27px;}

.chat_ib h5{ font-size:15px; color:#464646; margin:0 0 8px 0;}
.chat_ib h5 span{ font-size:13px; float:right;}
.chat_ib p{ font-size:14px; color:#989898; margin:auto}
.chat_img {
  float: left;
  width: 11%;
}
.chat_ib {
  float: left;
  padding: 0 0 0 15px;
  width: 88%;
}

.chat_people{ overflow:hidden; clear:both;}
.chat_list {
  border-bottom: 1px solid #c4c4c4;
  margin: 0;
  padding: 18px 16px 10px;
}
.inbox_chat { height: 550px; overflow-y: scroll;}

.active_chat{ background:#ebebeb;}

.incoming_msg_img {
  display: inline-block;
  width: 6%;
}
.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
 }
 .received_withd_msg p {
  background: #ebebeb none repeat scroll 0 0;
    border-radius: 15px;
    color: #646464;
    font-size: 14px;
    margin: 0;
    padding: 14px 10px 14px 12px;
    width: 100%;
}
.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}
.received_withd_msg { width: 80%;}
.mesgs {
  float: left;
  padding: 30px 15px 0 25px;
  width: 60%;
}

 .sent_msg p {
  background: #F4743B none repeat scroll 0 0;
    border-radius: 15px;
    font-size: 14px;
    margin: 0;
    color: #fff;
    padding: 14px 10px 14px 12px;
    width: 100%;
}
.outgoing_msg{ overflow:hidden; margin:26px 0 26px;}
.sent_msg {
  float: right;
  width: 70%;
}
.input_msg_write input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 48px;
  width: 100%;
}

.type_msg {border-top: 1px solid #c4c4c4;position: relative;}
.msg_send_btn {
  background: #F4743B none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 33px;
}
.messaging { padding: 0 0 50px 0;}
.msg_history {
  /*height: 516px;*/
	height:auto;
  overflow-y: auto;
}
.category-area h6 {
    font-size: 14px;
}
.search-single{
      background-color: #F4743B;
    height: 60px;
    width: 90px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-top: 10px;
    color: #fff;
}

.rentsearch, .salesearch{
      /*background-color: #000;*/
    padding-top: 0px;
    padding-bottom: 15px;
        margin-top: 10px;
}

#search-widget {
    border-radius: 6px;
    float: left;
    padding: 12px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ddd;
}
#search-widget-form {
    overflow: visible!important;
}
#search-widget #email_alerts-top-wrap {
    float: right;
}
#search-widget #search-header {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px;
}
#search-widget .widget-dropdown {
    margin-bottom: 12px;
}
#search-widget select {
    background: #fff;
    width: 100%;
    cursor: pointer;
}
#search-widget input:not([type=submit]), #search-widget label, #search-widget select {
    font-family: proxima-nova,noto,helvetica,arial,sans-serif;
    font-size: 13px;
        height: 38px;
    line-height: 1.5;
    box-sizing: border-box;
}
input[type=text], select {
    transition: all .2s;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 6px;
    padding: 4px;
    color: #2b2d2e;
    caret-color: #e00000;
    border: 1px solid #b6b8b9;
}
#search-widget .fields {
    margin-top: 12px;
}
#search-widget #keywords, #search-widget .group, #search-widget .range-fields {
    margin-bottom: 16px;
}
#search-widget .heading {
    color: #2b2d2e;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}
#search-widget .range-fields-inputs {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
}
#search-widget .range-fields-inputs input:first-child, #search-widget .range-fields-inputs select:first-child {
    margin-right: 4px;
    width:50%;
    height:38px;
}
#search-widget .range-fields-inputs input:last-child, #search-widget .range-fields-inputs select:last-child {
    margin-left: 4px;
    width:50%;
    height:38px;
}
#search-widget #keywords, #search-widget .group, #search-widget .range-fields {
    margin-bottom: 16px;
}
#search-widget input:not([type=submit]) {
    border: 1px solid #a6a6a6;
    padding: 2px 8px 1px;
    border-radius: 4px;
        width: 100%;
}
#search-widget #search-button {
    font-weight: 600;
}
#advanced-search-content input#search-button-mini, #search-widget #email_alerts, #search-widget #search-button {
        width: 100%;
    margin-bottom: 8px;
    border: 1px solid #F4743B;
    padding: 5px;
    background-color: #F4743B;
    color: #fff;
}
.flame-button--tertiary:not(:disabled):active {
    background-color: #2b2d2e;
    border-color: #2b2d2e;
    color: #fff;
    box-shadow: none;
    text-decoration: none;
}
.flame-button--tertiary:not(:disabled):hover {
    background-color: #626465;
    border-color: #626465;
    color: #fff;
    text-decoration: none;
}
.mysearchform{
      width: 100%;
    padding-top: 0px;
    background-color: #000;
    margin-top: 10px;
   
}
.premium{
    position:absolute;
}
/*** breadcumb  css ***/

.breadcumb ul {
  list-style-type: none;
  margin: 0;
  
  color: #333;
  margin-left: -5px;
  border: 1px solid #ddd;
    padding: 5px;
 
}

.breadcumb ul li {
  display: inline-block;
  position: relative;
  padding-right: 2em;
  margin: 0;
}
.breadcumb ul li:after {
    content: '/';
    position: absolute;
    display: inline-block;
    right: 0;
    width: 2em;
    text-align: center;
  }
.breadcumb ul li:last-child {
  font-weight: bold;
  color:#F4743B;
}
  .breadcumb ul li:last-child:after {
    content: '';
  }

.breadcumb ul li a {
  text-decoration: none;
  display: inline-block;
  color: #333;
  white-space: nowrap;
}
 .breadcumb ul li a:hover {
    text-decoration: underline;
  }


/****css for dealer page ****/

.onoff {
  /*margin-left: -27px;*/
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative;
  cursor: pointer;
  width: 55px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.onoff label {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #7b7979;
  border-radius: 5px;
  font-weight: bold;
  color: #FFF;
  -webkit-transition: background 0.3s, text-indent 0.3s;
  -moz-transition: background 0.3s, text-indent 0.3s;
  -o-transition: background 0.3s, text-indent 0.3s;
  transition: background 0.3s, text-indent 0.3s;
  text-indent: 27px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
}
.onoff label:after {
  content: 'NO';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  font-size: 12px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35);
  z-index: 1;
}
.onoff label:before {
     content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #FFF;
    position: absolute;
    z-index: 2;
    top: 6px;
    left: 3px;
  display: block;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.onoff input:checked + label {
  background: #F4743B;
  text-indent: 8px;
}
.onoff input:checked + label:after {
  content: 'YES';
  color: #fff;
}
.onoff input:checked + label:before {
  left: 35px;
}

.files input {
    outline: 2px dashed #F4743B;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 90px 0px 85px 35%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}
.files1 input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 90px 0px 85px 35%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}
.files2 input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 90px 0px 85px 35%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}
.files input:focus{     outline: 2px dashed #92b0b3;  outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3;
 }
 .files1 input:focus{     outline: 2px dashed #92b0b3;  outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3;
 }
 .files2 input:focus{     outline: 2px dashed #92b0b3;  outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3;
 }
.files{ position:relative}
.files1{ position:relative}
.files2{ position:relative}
.files:after {  pointer-events: none;
    position: absolute;
    top: 25px;
    left: 0;
    width: 50px;
    right: 0;
    height: 56px;
    content: "";
    background-image: url(https://myspotbh.com/ads_spot/assets/webcss/newimages/file.png);
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}
.files1:after {  pointer-events: none;
    position: absolute;
    top: 25px;
    left: 0;
    width: 50px;
    right: 0;
    height: 56px;
    content: "";
    background-image: url(https://myspotbh.com/ads_spot/assets/webcss/newimages/file.png);
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}
.files2:after {  pointer-events: none;
    position: absolute;
    top: 25px;
    left: 0;
    width: 50px;
    right: 0;
    height: 56px;
    content: "";
    background-image: url(https://myspotbh.com/ads_spot/assets/webcss/newimages/file.png);
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}
.color input{ background-color:#f1f1f1;}
.files:before {
    position: absolute;
    bottom: 10px;
    left: 0;  pointer-events: none;
    width: 100%;
    right: 0;
    height: 40px;
    content: " Drag here and click to upload file (Recommended size 150X100 in px) ";
    display: block;
    margin: 0 auto;
    color:#F4743B;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}
.files1:before {
    position: absolute;
    bottom: 10px;
    left: 0;  pointer-events: none;
    width: 100%;
    right: 0;
    height: 40px;
    content: "License (PDF/JPG/JPEG/PNG less than 2 MB) ";
    display: block;
    margin: 0 auto;
    color: #F4743B;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}
.files2:before {
    position: absolute;
    bottom: 10px;
    left: 0;  pointer-events: none;
    width: 100%;
    right: 0;
    height: 40px;
    content: "Passport Copy (PDF/JPG/JPEG/PNG less than 2 MB) ";
    display: block;
    margin: 0 auto;
    color: #F4743B;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}

.amlabel {
        border: 1px solid #F4743B;
    height: 40px;
}
.amlabel span{
        background-color: #F4743B;
    color: #fff;
    padding: 7px 10px 7px 10px;
}
@media (max-width: 414px){
.single-ads-product .product-image a:after {
    content: "";
    width: 100%;
    height: 100px;
    /* opacity: 0.3; */
    /* background: url(https://myspotbh.com/ads_spot/assets/webcss/images/logo-6.jpg) no-repeat; */
    position: absolute;
    top: 0%;
    left: 20%;
}
}


