/*
@File: Jessica Escorts Service Template Styles
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #02162e;
}

a:hover, a:focus {
  color: #e24852;
  text-decoration: none;
}

button {
  outline: 0 !important;
}

p {
  margin-bottom: 15px;
  line-height: 1.8;
  color: #6b6b84;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}

p:last-child {
  margin-bottom: 0;
}

i {
  line-height: normal;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

.ptb-100 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-50 {
    padding-bottom: 50px;
}

.home-more-h2{padding: 0px 0px 18px; text-align: center;}

 .widget_media_image img{border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.ptb-50 {
  padding-top: 0px;
  padding-bottom: 50px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #02162e;
  font-family: "Mulish", sans-serif;
  font-weight: bold;
}

.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

/*================================================
Default btn CSS
=================================================*/
.default-btn {
  display: inline-block;
  background-color: #890009;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  padding: 12px 25px;
  font-weight: 400;
  font-size: 16px;
}

.default-btn:hover {
  background-color: #ffffff;
  color: #e24852;
}

/*================================================
Section Title CSS
=================================================*/
.section-title {
  text-align: center;
  margin-bottom: 45px;
}

.section-title span {
  font-weight: 600;
  color: #99010b;
}

.section-title h2 {
  font-size: 38px;
  margin-top: 14px;
  margin-bottom: 16px;
}

.section-title p {
  margin-bottom: 0;
  margin: auto;
}

.hotels-area {
    background-color: #93044e;
}

.hotels-area .section-title h2 {
    color: #ffffff;
}

.hotels-area .section-title p {
    color: #ffffff;
}
.pt-50{padding-top: 50px;}

.hotels-area .services-item .content {
    background-color: rgb(72 0 31);
    padding: 30px;
}
/*================================================
Top Area CSS
=================================================*/
.top-header {
  background-color: #5c0000;
  padding-top: 12px;
  padding-bottom: 12px;
}

.top-left {
  padding-left: 0;
  margin-bottom: 0;
}

.top-left li {
  color: #ffffff;
  display: inline-block;
  list-style-type: none;
 
}

.top-left li span{font-size: 26px;}

.top-left li i {
  color: #cae500;
  font-size: 36px;
  margin-right: 5px;
}
.top-left li a{color: #ffffff;font-size: 28px;}

.top-social {
  padding-left: 0;
  margin-bottom: 0;
  text-align: right;
}

.top-right{
  padding-left: 0;
    margin-bottom: 0;
    text-align: right;
    list-style: none;
    color: white;
}

.top-right  i {color: #fff138;}

.top-social li {
  list-style-type: none;
  display: inline-block;
  margin-right: 14px;
}

.top-social li:last-child {
  margin-right: 0;
}

.top-social li i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: transparent;
  border: 1px solid #eeeeee;
  text-align: center;
  border-radius: 30px;
  color: #ffffff;
  font-size: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-social li i:hover {
  background-color: #e24852;
  border: 1px solid #e24852;
  color: #ffffff;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}



/*================================================
Navbar Area CSS
=================================================*/
.main-responsive-nav {
  display: none;
}

.main-navbar {
  padding-top: 0;
  background: radial-gradient(circle,#b8001a 0,#fc6404 100%);
    box-shadow: 0 15px 15px -15px #000;
}

.main-navbar .container-fluid {
  max-width: 1470px;
}

.main-navbar .navbar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.main-navbar .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.main-navbar .navbar .navbar-nav {
  margin: auto;
}

.main-navbar .navbar .navbar-nav .nav-item {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}

.main-navbar .navbar .navbar-nav .nav-item a {
  color: #ffffff !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
  text-transform: capitalize;
  padding-left: 0;
  padding-right: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}

.main-navbar .navbar .navbar-nav .nav-item a i {
  font-size: 16px;
  position: relative;
  top: 2px;
  display: inline-block;
}

.main-navbar .navbar .navbar-nav .nav-item a:hover, .main-navbar .navbar .navbar-nav .nav-item a:focus, .main-navbar .navbar .navbar-nav .nav-item a.active {
  color: #f3f74f !important
}

.main-navbar .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.main-navbar .navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}

.main-navbar .navbar .navbar-nav .nav-item:hover a, .main-navbar .navbar .navbar-nav .nav-item.active a {
  color: #e24852;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
  border: none;
  top: 70px;
  left: 0;
  z-index: 99;
  opacity: 0;
  width: 250px;
  display: block;
  border-radius: 0;
  padding: 10px 0;
  margin-top: 15px;
  position: absolute;
  visibility: hidden;
  background: #9f0101;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li {
  margin: 0;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 10px 20px;
  position: relative;
  display: block;
  color: #6b6b84;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  margin: 0;
  position: absolute;
  top: 50%;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #e24852;
  letter-spacing: 1px;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  right: -250px;
  left: auto;
  margin-top: 15px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #02162e;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #e24852;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 250px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #02162e;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #e24852;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -250px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #02162e;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #e24852;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 250px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #02162e;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #e24852;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -250px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #02162e;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #e24852;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 250px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #02162e;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #e24852;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #e24852;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #e24852;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #e24852;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #e24852;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #e24852;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #e24852;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.main-navbar .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.main-navbar .navbar .others-options .option-item {
  margin-right: 20px;
}

.main-navbar .navbar .others-options .option-item:last-child {
  margin-right: 0;
}

.main-navbar .navbar .others-options .option-item .cart-btn {
  position: relative;
}

.main-navbar .navbar .others-options .option-item .cart-btn i {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #efefef;
  color: #e24852;
  font-size: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  font-weight: bold;
  border: 2px solid #efefef;
}

.main-navbar .navbar .others-options .option-item .cart-btn i:hover {
  background-color: transparent;
  color: #e24852;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}

.main-navbar .navbar .others-options .option-item .cart-btn span {
  position: absolute;
  right: -1px;
  top: 2px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  background: #e24852;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.main-navbar .navbar .others-options .option-item .search-btn {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 42px;
  text-align: center;
  background-color: #efefef;
  color: #e24852;
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  font-weight: bold;
  border: 2px solid #efefef;
  cursor: pointer;
}

.main-navbar .navbar .others-options .option-item .search-btn:hover {
  background-color: transparent;
  color: #e24852;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}

.main-navbar .navbar .others-options .option-item .close-btn {
  display: none;
  height: 45px;
  width: 45px;
  line-height: 42px;
  text-align: center;
  background-color: #efefef;
  color: #e24852;
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  font-weight: bold;
  border: 2px solid #efefef;
  cursor: pointer;
}

.main-navbar .navbar .others-options .option-item .close-btn:hover {
  background-color: transparent;
  color: #e24852;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}

.main-navbar .navbar .others-options .option-item .close-btn.active {
  display: block;
}

.main-navbar .navbar .others-options .option-item .burger-menu i {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 44px;
  text-align: center;
  background-color: #efefef;
  color: #e24852;
  font-size: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  font-weight: bold;
  border: 2px solid #efefef;
  cursor: pointer;
}

.main-navbar .navbar .others-options .option-item .burger-menu i:hover {
  background-color: transparent;
  color: #e24852;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}

.main-navbar .navbar .others-options .option-item .default-btn {
  border: 1px solid #e24852;
}

.p-relative .main-navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.p-relative .main-navbar .navbar {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  width: 100%;
  z-index: 9;
  left: 0;
  right: 0;
  max-width: 1295px;
  margin: auto;
}

.p-relative .main-navbar .navbar .navbar-brand {
  display: none;
}

.p-relative .main-navbar .navbar .navbar-nav {
  margin-left: 0;
}

.p-relative .main-navbar .navbar .navbar-nav .nav-item a {
  color: #02162e;
}

.p-relative.is-sticky .main-navbar {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: #ffffff !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.search-overlay {
  display: none;
}

.search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  background: #ffffff;
  z-index: 2;
  right: 0;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-top: 0;
}

.search-overlay.search-popup .search-form {
  position: relative;
}

.search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid #eeeeee;
  color: #02162e;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 4px;
  padding-left: 10px;
}

.search-overlay.search-popup .search-form .search-input:focus {
  border-color: #e24852;
}

.search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: transparent;
  border: none;
  width: 50px;
  outline: 0;
  color: #6b6b84;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
}

.search-overlay.search-popup .search-form .search-button:hover, .search-overlay.search-popup .search-form .search-button:focus {
  color: #e24852;
}

.search-overlay.search-popup .search-form .search-button i {
  font-size: 18px;
  font-weight: bold;
}


.others-option-for-responsive {
  display: none;
}

.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 9991;
  position: absolute;
  right: 60px;
  top: -28px;
}

.others-option-for-responsive .dot-menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #02162e;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #e24852;
}

.others-option-for-responsive .container {
  position: relative;
}

.others-option-for-responsive .container .container {
  position: absolute;
  right: 0;
  top: 10px;
  max-width: 260px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.others-option-for-responsive .option-inner .others-options .option-item {
  margin-right: 20px;
}

.others-option-for-responsive .option-inner .others-options .option-item:last-child {
  margin-right: 0;
}

.others-option-for-responsive .option-inner .others-options .option-item .cart-btn {
  position: relative;
}

.others-option-for-responsive .option-inner .others-options .option-item .cart-btn i {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #efefef;
  color: #e24852;
  font-size: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  font-weight: bold;
  border: 2px solid #efefef;
}

.others-option-for-responsive .option-inner .others-options .option-item .cart-btn i:hover {
  background-color: transparent;
  color: #e24852;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}

.others-option-for-responsive .option-inner .others-options .option-item .cart-btn span {
  position: absolute;
  right: -1px;
  top: 2px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  background: #e24852;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.others-option-for-responsive .option-inner .others-options .option-item .search-btn {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #efefef;
  color: #e24852;
  font-size: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  font-weight: bold;
  border: 2px solid #efefef;
  cursor: pointer;
}

.others-option-for-responsive .option-inner .others-options .option-item .search-btn:hover {
  background-color: transparent;
  color: #e24852;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}

.others-option-for-responsive .option-inner .others-options .option-item .close-btn {
  display: none;
  height: 45px;
  width: 45px;
  line-height: 42px;
  text-align: center;
  background-color: #efefef;
  color: #e24852;
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  font-weight: bold;
  border: 2px solid #efefef;
  cursor: pointer;
}

.others-option-for-responsive .option-inner .others-options .option-item .close-btn:hover {
  background-color: transparent;
  color: #e24852;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}

.others-option-for-responsive .option-inner .others-options .option-item .close-btn.active {
  display: block;
}

.others-option-for-responsive .option-inner .others-options .option-item .burger-menu i {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 44px;
  text-align: center;
  background-color: #efefef;
  color: #e24852;
  font-size: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  font-weight: bold;
  border: 2px solid #efefef;
  cursor: pointer;
}

.others-option-for-responsive .option-inner .others-options .option-item .burger-menu i:hover {
  background-color: transparent;
  color: #e24852;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}

.others-option-for-responsive .option-inner .others-options .option-item .default-btn {
  border: 1px solid #e24852;
}
.profile_img1{object-fit: cover;border-radius: 6px;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}

@media only screen and (max-width: 1199px) {
  .main-responsive-nav {
    display: block;
  }
  .main-responsive-nav .main-responsive-menu {
    position: relative;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul {
    font-size: 15px;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #e24852;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a i {
    display: none;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 14px;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .others-options {
    display: none !important;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    height: 255px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
  }
  .main-responsive-nav .mean-container a.meanmenu-reveal {
    color: #02162e;
  }
  .main-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #02162e;
    position: relative;
  }
  .main-responsive-nav .logo {
    position: relative;
    width:30%;
    z-index:9999;
  }
  .main-responsive-nav .logo img {
    max-width: 100px !important;
  }
  .navbar-area {
    background: radial-gradient(circle,#b8001a 0,#fc6404 100%);
    box-shadow: 0 15px 15px -15px #000;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .main-navbar {
    display: none;
  }
  .others-option-for-responsive {
    display: block;
  }
}

/*================================================
Main Slider Area CSS
=================================================*/
.main-slider-item {
  position: relative;
  z-index: 1;
  background-image: url(../img/slides/Jessica-slider-bg-1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 470px;
}

.main-slider-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  left: 0;
  right: 0;
  top: 0;
  opacity: .50;
  z-index: -1;
}

.main-slider-item.item-two {
  background-image: url(../img/slides/jessica-slider-bg-2.jpg);
}

.main-slider-item.item-three {
  background-image: url(../img/slides/jessica-slider-bg-3.jpg);
}

.main-slider-content {
  max-width: 650px;
  margin-top: 70px;
}

.main-slider-content strong {
  display: inline-block;
  padding: 5px 20px;
  background-color: #e24852;
  color: #ffffff;
  border-radius: 2px;
  font-size: 18px;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
}

.main-slider-content h2 {
  font-size: 55px;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 20px;
}

.main-slider-content p {
  margin-bottom: 0;
  color: #ffffff;
}

.main-slider-content .slider-btn {
  margin-top: 35px;
}

.main-slider-content .slider-btn .default-btn-two {
  display: inline-block;
  text-align: center;
  z-index: 1;
  background-color: #ffffff;
  color: #e24852;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  padding: 12px 25px;
  margin-left: 20px;
  font-weight: 400;
  font-size: 16px;
}

.main-slider-content .slider-btn .default-btn-two:hover {
  background-color: #e24852;
  color: #ffffff;
}

.home-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.home-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  outline: 0;
  width: 45px;
  height: 45px;
  line-height: 52px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  color: #e24852;
  border-radius: 50%;
  opacity: 1;
  visibility: hidden;
}

.home-slides.owl-theme .owl-nav [class*=owl-]:hover, .home-slides.owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #02162e;
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 10px;
}

.home-slides.owl-theme .owl-nav [class*=owl-] i {
  font-size: 25px;
  font-weight: bold;
}

.home-slides.owl-theme:hover .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
  left: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 20px;
}



/*================================================
About Area CSS
=================================================*/
.about-area {
  position: relative;
  z-index: 1;
}

.about-area::before {
  position: absolute;
  content: "";
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 30%;
  z-index: -1;
}

.about-area.bg-ffffff {
  overflow: hidden;
}

.about-area.bg-ffffff::before {
  display: none;
}

.about-content span {
  color: #cd0a17;
  font-weight: 500;
}

.about-content h3 {
  font-size: 38px;
  margin-top: 14px;
  margin-bottom: 16px;
}

.about-content p {
  margin-bottom: 0;
}

.about-content .about-list {
  padding-left: 0;
  margin-top: 25px;
  margin-bottom: 0;
}

.about-content .about-list li {
  list-style-type: none;
  color: #02162e;
  font-weight: 500;
  position: relative;
  margin-bottom: 18px;
}

.about-content .about-list li:last-child {
  margin-bottom: 0;
}

.about-content .about-list li i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: #f2f4fd;
  color: #e24852;
  text-align: center;
  font-size: 22px;
  border-radius: 30px;
  margin-right: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about-content .about-list li:hover i {
  background-color: #e24852;
  color: #ffffff;
}

.about-content .signature {
  position: relative;
  padding: 0px 235px 0 0;
  margin-top: 38px;
  display: inline-block;
}

.about-content .signature::before {
  position: absolute;
  left: 42%;
  top: 6px;
  width: 2px;
  content: '';
  height: 45px;
  background-color: #e24852;
}

.about-content .signature img {
  position: absolute;
  right: 35px;
  top: 10px;
}

.about-content .signature h4 {
  font-size: 20px;
  margin-bottom: 5px;
}

.about-content .signature span {
  font-size: 15px;
  color: #909090;
  font-weight: 500;
}

.about-inner {
  margin-top: 25px;
}

.about-inner .icon {
  margin-bottom: 12px;
}

.about-inner .icon i {
  font-size: 50px;
  color: #e24852;
}

.about-inner h4 {
  font-size: 25px;
  margin-bottom: 14px;
}

.about-inner p {
  margin-bottom: 0;
}

.about-image {
  position: relative;
  margin-bottom: 30px;
}

.about-image::before {
  position: absolute;
  content: "";
  height: 90%;
  width: 95%;
  background-color: #f65106;
  right: -30px;
  bottom: -30px;
  z-index: -1;
}

.about-image .about-years {
  display: inline-block;
  height: 120px;
  width: 120px;
  background-color: #f8f8f8;
  text-align: center;
  position: absolute;
  left: -50px;
  top: 80%;
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
  padding-top: 25px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about-image .about-years h5 {
  font-size: 30px;
  color: #e24852;
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about-image .about-years span {
  font-size: 20px;
  font-weight: bold;
  color: #02162e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about-image .about-years:hover {
  background-color: #e24852;
}

.about-image .about-years:hover h5 {
  color: #ffffff;
}

.about-image .about-years:hover span {
  color: #ffffff;
}

.about-warp {
  position: absolute;
  top: 100px;
}

.about-information {
  background-color: #efefef;
  padding: 30px;
  margin-top: 35px;
  position: relative;
  overflow: hidden;
}

.about-information::before {
  position: absolute;
  bottom: -16px;
  right: -5px;
  width: 0;
  height: 0;
  content: "";
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 25px solid #e6757c;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.about-information h5 {
  font-size: 22px;
  margin-bottom: 20px;
}

.about-information h6 {
  font-size: 22px;
  margin-bottom: 0;
}

.about-information h6 a {
  color: #e24852;
}

.about-information h6 i {
  font-size: 35px;
  margin-right: 5px;
}

.about-warp-image {
  position: relative;
  padding-bottom: 50px;
  padding-left: 50px;
}

.about-warp-image img:nth-child(2) {
  position: absolute;
  left: 35px;
  bottom: -22px;
  z-index: 1;
  padding: 0;
  border-top: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
}

.about-warp-image .about-years {
  display: inline-block;
  height: 120px;
  width: 120px;
  background-color: #f8f8f8;
  text-align: center;
  position: absolute;
  left: 5px;
  top: 85%;
  -webkit-transform: translateY(-85%);
          transform: translateY(-85%);
  padding-top: 25px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}

.about-warp-image .about-years h5 {
  font-size: 30px;
  color: #e24852;
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about-warp-image .about-years span {
  font-size: 20px;
  font-weight: bold;
  color: #02162e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about-warp-image .about-years:hover {
  background-color: #e24852;
}

.about-warp-image .about-years:hover h5 {
  color: #ffffff;
}

.about-warp-image .about-years:hover span {
  color: #ffffff;
}

/*================================================
Services Area CSS
=================================================*/
.services-area {
background-color: #380101;
}

.services-area .section-title span {
  color: #e24852;
}

.services-area .section-title h2 {
  color: #ffffff;
}

.services-area .section-title p {
  color: #ffffff;
}

.services-area.bg-ffffff {
  background-image: url(../img/services-bg2.jpg);
}

.services-area.bg-ffffff .section-title h2 {
  color: #02162e;
}

.services-area.bg-ffffff .section-title p {
  color: #6b6b84;
}

.services-area.bg-f1f0f3 {
  background-image: unset;
  background-color: #f1f0f3;
}

.services-area.bg-f1f0f3 .section-title h2 {
  color: #02162e;
}

.services-area.bg-f1f0f3 .section-title p {
  color: #6b6b84;
}

.services-area.bg-666666 {
  background-image: unset;
  background-color: #ffffff;
}

.services-area.bg-666666 .section-title h2 {
  color: #02162e;
}

.services-area.bg-666666 .section-title p {
  color: #6b6b84;
}

.services-item .image a img {
  display: inline-block;
}

.services-item .content {
  background-color: #1b242d;
  padding: 30px;
}

.services-item .content h3 {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 600;
}

.services-item .content h3 a {
  color: #ffffff;
}

.services-item .content h3 a:hover {
  color: #e24852;
}

.services-item .content p {
  color: #c4c4c5;
  font-size: 15px;
  text-transform: lowercase;
}
.testimonial-item strong{color:white;}
.testimonial-item b{color:white;}

.services-slider.owl-theme .owl-nav {
  margin-top: 0;
}

.services-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: -10px;
  top: 40%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  margin: 0;
  outline: 0;
  width: 45px;
  height: 45px;
  line-height: 52px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  color: #e24852;
  border-radius: 50%;
  opacity: 1;
  visibility: hidden;
}

.services-slider.owl-theme .owl-nav [class*=owl-]:hover, .services-slider.owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #02162e;
}

.services-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -10px;
}

.services-slider.owl-theme .owl-nav [class*=owl-] i {
  font-size: 25px;
  font-weight: bold;
}

.services-slider.owl-theme:hover .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
  left: -20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-slider.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -20px;
}

.single-services {
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services .image {
  position: relative;
}

.single-services .image a img {
  display: inline-block;
}

.single-services .image .icon {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  z-index: 9;
}

.single-services .image .icon i {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  color: #e24852;
  text-align: center;
  font-size: 30px;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services .content {
  background-color: #ffffff;
  padding: 45px 30px 30px 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  border-radius: 0 0 8px 8px;
}

.single-services .content h3 {
  font-size: 25px;
  margin-bottom: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services .content h3 a {
  color: #02162e;
}

.single-services .content p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
}

.single-services .content::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 0%;
  background: #e24852;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0 0 8px 8px;
}

.single-services:hover .content::before {
  height: 100%;
}

.single-services:hover .content h3 a {
  color: #ffffff;
}

.single-services:hover .content h3 a:hover {
  color: #e24852;
}

.single-services:hover .content p {
  color: #ffffff;
}

.single-services:hover .image .icon i {
  background-color: #02162e;
  color: #ffffff;
}

.single-services-item {
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  padding: 30px;
  margin-top: 20px;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}
.single-services-item p{text-transform: lowercase;}
.single-services-item h2{margin: 8px 0px;}

.single-services-item::before {
  content: '';
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 5px solid #e24852;
}

.single-services-item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
}

.single-services-item .icon {
  margin-bottom: 20px;
}

.single-services-item .icon i {
  display: inline-block;
  height: 65px;
  width: 65px;
  line-height: 65px;
  background-color: transparent;
  border: 1px dashed #e24852;
  color: #e24852;
  text-align: center;
  font-size: 30px;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-item h3 {
  font-size: 25px;
  margin-bottom: 14px;
}

.single-services-item h3 a {
  color: #02162e;
}

.single-services-item .learn-btn {
  color: #e24852;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-item .learn-btn i {
  font-size: 22px;
  position: relative;
  top: 3px;
}

.single-services-item:hover {
  margin-top: 0;
  margin-right: 0;
}

.single-services-item:hover::before {
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}

.single-services-item:hover .icon i {
  background-color: #e24852;
  color: #ffffff;
}

.single-services-item:hover .learn-btn {
  letter-spacing: 1px;
}

/*================================================
Choose Area CSS
=================================================*/
.choose-item {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 65px;
  margin-bottom: 35px;
}

.choose-item.two {
  margin-bottom: 0;
}

.choose-item .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.choose-item .icon i {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #e24852;
  color: #ffffff;
  font-size: 25px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.choose-item h3 {
  font-size: 25px;
  margin-bottom: 10px;
}

.choose-item:hover .icon i {
  background-color: #fdced2;
  color: #02162e;
}

.choose-image {
  text-align: center;
}

/*================================================
Video Area CSS
=================================================*/
.video-area {
  background-image: url(../img/Jessica-escorts-testimonial-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding-bottom: 165px;
}

.video-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000000;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0.9;
}

.video-content {
  position: relative;
  text-align: center;
}

.video-content h3 {
  font-size: 40px;
  margin-top: 20px;
  margin-bottom: 0;
  color: #ffffff;
}

/*================================================
Quote Area CSS
=================================================*/
.quote-area {
  margin-top: -100px;
  position: relative;
  z-index: 1;
}

.quote-area .container .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.quote-form {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  padding: 50px 40px;
  position: relative;
}

.quote-form .content {
  margin-bottom: 35px;
}

.quote-form .content span {
  color: #a70610;
  font-weight: 500;
}

.quote-form .content h3 {
  font-size: 32px;
  margin-top: 14px;
  margin-bottom: 0;
}

.quote-form .form-group {
  position: relative;
  margin-bottom: 15px;
}

.quote-form .form-group .form-control {
  padding: 15px 20px;
  border: 1px dashed #f6f6f6;
  color: #5d5d5d;
  border-radius: 10px;
  background-color: #f6f6f6;
  font-size: 14px;
  font-weight: 400;
  height: 60px;
}

.quote-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.quote-form .form-group i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  line-height: 1;
  font-size: 18px;
  color: #04b8e5;
}

.quote-form textarea {
  height: 130px !important;
}

.quote-form .nice-select {
  height: 60px;
  width: 100%;
  line-height: 48px;
  font-size: 15px;
  margin-bottom: 15px;
  padding-left: 20px;
  border: 1px dashed #f6f6f6;
  color: #5d5d5d;
  border-radius: 10px;
  background-color: #f6f6f6;
  padding-top: 5px;
}

.quote-form .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.quote-form .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #02162e;
  padding-left: 20px;
  padding-right: 20px;
}

.quote-form .nice-select .list .option:hover {
  background-color: #e24852 !important;
  color: #ffffff;
}

.quote-form .nice-select .list .option.selected {
  background-color: transparent;
  font-weight: 600;
}

.quote-form .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #04b8e5;
  right: 23px;
}

.quote-form .quote-btn {
  margin-top: 15px;
}

.quote-form .quote-btn .default-btn {
  border: 1px solid #890009;
  cursor: pointer;
}

.quote-image {
  background-image: url(../img/Kolkata-Escorts-Contact.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/*================================================
Projects Area CSS
=================================================*/
.projects-item {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.projects-item .image {
  position: relative;
}

.projects-item .image .icon {
  position: absolute;
  right: 12px;
  bottom: -10px;
  z-index: 9;
}

.projects-item .image .icon i {
  display: inline-block;
  height: 30px;
  width: 35px;
  line-height: 30px;
  background-color: #e24852;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  font-size: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.projects-item .content {
  background-color: #f6f6f6;
  padding: 30px;
  position: relative;
  z-index: 1;
  border-radius: 0 0 8px 8px;
}

.projects-item .content h3 {
  font-size: 25px;
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.projects-item .content::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 0%;
  background: #e24852;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0 0 8px 8px;
}

.projects-item:hover .image .icon i {
  background-color: #02162e;
  color: #ffffff;
}

.projects-item:hover .content::before {
  height: 100%;
}

.projects-item:hover .content h3 a {
  color: #ffffff;
}

.projects-item:hover .content span {
  color: #ffffff;
}

.projects-slider.owl-theme .owl-nav {
  margin-top: 0;
}

.projects-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: -10px;
  top: 40%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  margin: 0;
  outline: 0;
  width: 45px;
  height: 45px;
  line-height: 52px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  color: #e24852;
  border-radius: 50%;
  opacity: 1;
  visibility: hidden;
}

.projects-slider.owl-theme .owl-nav [class*=owl-]:hover, .projects-slider.owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #02162e;
}

.projects-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -10px;
}

.projects-slider.owl-theme .owl-nav [class*=owl-] i {
  font-size: 25px;
  font-weight: bold;
}

.projects-slider.owl-theme:hover .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
  left: -20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.projects-slider.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -20px;
}

.projects-area .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

/*================================================
Testimonial Area CSS
=================================================*/
.testimonial-area {
  background-image: url(../img/Jessica-escorts-testimonial-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.testimonial-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.8;
  z-index: -1;
}

.testimonial-area.bg-ffffff {
  background-image: unset;
}

.testimonial-area.bg-ffffff::before {
  display: none;
}

.testimonial-slider .testimonial-item {
  text-align: center;
  background-color: #e90a19;
  padding: 30px 90px;
  border-radius: 20px;
  margin-top: 25px;
}

.testimonial-slider .testimonial-item .info {
  margin-top: -55px;
  margin-bottom: 20px;
}

.testimonial-slider .testimonial-item .info img {
  display: inline-block;
  height: 100px;
  width: 100px;
  border-radius: 50px;
  margin-bottom: 16px;
}

.testimonial-slider .testimonial-item .info h3 {
  font-size: 25px;
  margin-bottom: 8px;
  color: #ffffff;
}

.testimonial-slider .testimonial-item .info span {
  color: #ffffff;
  font-weight: 500;
}

.testimonial-slider .testimonial-item .text p {
  margin-bottom: 0;
  font-style: italic;
  color: #ffffff;
  max-width: 850px;
  margin: auto;
}

.testimonial-slider .testimonial-item .icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.testimonial-slider .testimonial-item .icon i {
  font-size: 60px;
  color: #f9cbce;
}

.testimonial-slider.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid #e24852;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}

.testimonial-slider.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #e24852;
  border-radius: 50%;
  margin: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.testimonial-slider.owl-theme .owl-dots .owl-dot:hover span::before, .testimonial-slider.owl-theme .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.testimonial-slider.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 35px;
  line-height: 0;
}

.testimonial-slider.owl-theme .owl-nav {
  margin-top: 30px;
}

.testimonial-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  margin: 0;
  outline: 0;
  width: 45px;
  height: 45px;
  line-height: 52px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  color: #e24852;
  border-radius: 50%;
  opacity: 1;
  visibility: hidden;
}

.testimonial-slider.owl-theme .owl-nav [class*=owl-]:hover, .testimonial-slider.owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #02162e;
}

.testimonial-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 0;
}

.testimonial-slider.owl-theme .owl-nav [class*=owl-] i {
  font-size: 25px;
  font-weight: bold;
}

.testimonial-slider.owl-theme:hover .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
  left: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.testimonial-slider.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 5px;
}

.page-title-content span {
    margin-bottom: 0;
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 35px;
    font-weight: 500;
}


/*================================================
Blog Area CSS
=================================================*/
.blog-area {
  background-color: #fafafa;
}

.blog-item {
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-item .image {
  position: relative;
}

.blog-item .image .date {
  position: absolute;
  top: 0;
  left: 0;
}

.blog-item .image .date span {
  display: inline-block;
  padding: 10px 25px;
  background-color: #ffffff;
  color: #720209;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-item .content {
  padding: 25px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.blog-item .content h3 {
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 14px;
}

.blog-item .content h3 a {
  color: #02162e;
}

.blog-item .content .blog-btn {
  font-weight: 600;
  color: #7c0008;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-item:hover .image .date span {
  background-color: #e24852;
  color: #ffffff;
}

.blog-item:hover .content h3 a {
  color: #e24852;
}

.blog-item:hover .content .blog-btn {
  letter-spacing: 1px;
}


/*================================================
FAQ Area CSS
=================================================*/
.faq-content {
  margin-bottom: 32px;
}

.faq-content span {
  color: #e24852;
}

.faq-content h3 {
  font-size: 38px;
  margin-top: 14px;
  margin-bottom: 15px;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  display: block;
  background: #fef7fb;
  margin-bottom: 10px;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  padding: 25px 40px 20px 20px;
  color: #b10000;
  position: relative;
  display: block;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #02162e;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.faq-accordion .accordion .accordion-title.active i::before {
  content: "\f068";
  color: #e24852;
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 18px 20px;
  border-top: 1px solid #e24852;
  color: var(--optionalColor);
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

.faq-image {
  background-image: url(../img/faq.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.faq-contact-form #contactForm .form-group {
  margin-bottom: 15px;
}

.faq-contact-form #contactForm .form-group .form-control {
  height: 60px;
  padding: 0 0 0 15px;
  line-height: initial;
  color: #02162e;
  background-color: transparent;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 400;
}

.faq-contact-form #contactForm .form-group .form-control:focus {
  border-color: #e24852;
}

.faq-contact-form #contactForm .form-group textarea.form-control {
  height: auto;
  padding: 15px 0 0 15px;
}

.faq-contact-form #contactForm .form-group .help-block.with-errors ul {
  color: red;
  margin-bottom: 0;
  margin-top: 10px;
}

.faq-contact-form #contactForm #msgSubmit {
  margin: 0;
  font-size: 1.3rem;
}

.faq-contact-form #contactForm #msgSubmit.text-danger, .faq-contact-form #contactForm #msgSubmit.text-success {
  margin-top: 15px;
}

.faq-contact-form #contactForm .send-btn .default-btn {
  border: 1px solid #e24852;
}



/*================================================
Pricing Area CSS
=================================================*/
.single-pricing {
  margin-bottom: 30px;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-bottom: 35px;
}

.single-pricing .pricing-image {
  background-color: #fceeef;
  padding: 10px 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-pricing .pricing-image img{ height: 150px;}

.single-pricing  p{font-size: 12px!important;
    padding: 13px 12px 0px;}


.single-pricing .pricing-header {
  margin-top: 25px;
  padding: 0px 12px;
}

.single-pricing .pricing-header h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #e24852;
  margin-bottom: 15px;
}

.single-pricing .price {
  font-size: 35px;
  font-weight: 700;
  color: #02162e;
  line-height: 1;
  margin-bottom: 25px;
}

.single-pricing .price span {
  font-weight: 500;
  color: #6b6b84;
  display: block;
  font-size: 16px;
  margin-top: 12px;
}

.single-pricing .pricing-features {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  font-size: 12px;
}

.single-pricing .pricing-features li {
  margin-bottom: 12px;
  position: relative;
  text-transform: capitalize;
  font-weight: 500;
}

.single-pricing .pricing-features li:last-child {
  margin-bottom: 0;
}

.single-pricing .pricing-features li i {
  margin-right: 5px;
  color: #e24852;
}

.single-pricing .pricing-btn {
  margin-top: 25px;
}

.single-pricing .pricing-btn .default-btn {
  border: 1px solid #e24852;
}

.single-pricing:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-pricing:hover .pricing-image {
  background-color: #fdced2;
}

/*================================================
Page Title CSS
=================================================*/
.page-title-area {
  position: relative;
  z-index: 1;
  background-image: url('../img/jessica-escorts-service.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
}

.page-title-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000000;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: .50;
}

.escorts-bra {
    position: relative;
    background: url('../img/girl.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    height: 460px;
    width: 290px;
    margin: 0 auto;
}

.page-title-area.item-service {
  background-image: url('../img/Jessica Call Girls Booking.jpg');
  height: 240px!important;
}

.page-title-area.item-hotels {
  background-image: url('../img/escorts-hotels-kolkata.jpg');
  height: 240px!important;
}

.page-title-area.item-location {
  background-image: url('../img/kolkata escorts location.jpg');
  height: 240px!important;
}

.page-title-area.item-profile {
  background-image: url('../img/Jessica Escorts Service.jpg');
  height: 240px!important;
}

.page-title-area.item-404error {
  background-image: url('../img/404-error.jpg');
  height: 240px!important;
}

.page-title-area.item-blogs {
  background-image: url('../img/escorts latest blogs.jpg');
  height: 240px!important;
}

.page-title-area.item-page {
  background-image: url('../img/jessica-escorts-service.jpg');
  height: 240px!important;
}

.page-title-area.item-contact {
  background-image: url('../img/Contact Kolkata Escorts.jpg');
  height: 240px!important;
}

.page-title-area.item-single {
  background-image: url('../img/slides/Jessica-slider-bg-1.jpg');
  height: 240px!important;
}

.page-title-area.item-contact {
  background-image: url('../img/Contact Kolkata Escorts.jpg');
  height: 240px!important;
}



.page-title-content {
  text-align: center;
}

.page-title-content h2 {
  margin-bottom: 0;
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 35px;
}

.page-title-content ul {
  text-align: center;
  position: relative;
  right: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  top: 50%;
  
}

.page-title-content ul li {
  display: inline-block;
  margin-left: 15px;
  font-weight: 600;
  color: #e24852;
  position: relative;
}

.page-title-content ul li::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 6px;
  height: 12px;
  width: 1px;
  background-color: #e24852;
}

.page-title-content ul li:first-child {
  margin-left: 0;
}

.page-title-content ul li:first-child::before {
  display: none;
}

.page-title-content ul li a {
  display: block;
  color: #ffffff;
}


/*================================================
Contact Info Area CSS
=================================================*/
.contact-info-box {
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
}

.contact-info-box .icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #f5f5f5;
  border-radius: 50%;
  font-size: 35px;
  color: #e24852;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 12px;
  position: relative;
}

.contact-info-box .icon i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.contact-info-box h3 {
  margin-bottom: 12px;
  font-size: 23px;
  font-weight: 700;
}

.contact-info-box p {
  margin-bottom: 2px;
}

.contact-info-box p a {
  display: inline-block;
  color: #6b6b84;
}

.contact-info-box p a:hover {
  color: #e24852;
}

.contact-info-box p:last-child {
  margin-bottom: 0;
}

.contact-info-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.contact-info-box:hover .icon {
  background-color: #e24852;
  color: #ffffff;
  border-color: #e24852;
}


/*================================================
Product Details Area CSS
=================================================*/
.product-details-image {
  background-image: url(../img/product-details.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

.product-details-desc {
  padding: 15px;
  padding-left: 0;
  padding-right: 0;
}

.product-details-desc h3 {
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 700;
}

.product-details-desc .price {
  margin-bottom: 15px;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
}

.product-details-desc .price .old-price {
  text-decoration: line-through;
  color: #828893;
}

.product-details-desc p {
  margin-bottom: 0;
}

.product-details-desc .product-review {
  margin-bottom: 15px;
}

.product-details-desc .product-review .rating {
  display: inline-block;
  padding-right: 5px;
  font-size: 14px;
}

.product-details-desc .product-review .rating i {
  color: #ffba0a;
}

.product-details-desc .product-review .rating-count {
  display: inline-block;
  color: #000000;
  border-bottom: 1px solid #000000;
  line-height: initial;
}

.product-details-desc .product-review .rating-count:hover {
  color: #e24852;
  border-color: #e24852;
  text-decoration: none;
}

.product-details-desc .product-add-to-cart {
  margin-top: 20px;
}

.product-details-desc .product-add-to-cart .input-counter {
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.product-details-desc .product-add-to-cart .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 50px;
  height: 100%;
  line-height: 55px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-desc .product-add-to-cart .input-counter span.minus-btn {
  left: 0;
}

.product-details-desc .product-add-to-cart .input-counter span.plus-btn {
  right: 0;
}

.product-details-desc .product-add-to-cart .input-counter span:hover {
  color: #e24852;
}

.product-details-desc .product-add-to-cart .input-counter input {
  height: 50px;
  color: #000000;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}

.product-details-desc .product-add-to-cart .input-counter input::-webkit-input-placeholder {
  color: #000000;
}

.product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
  color: #000000;
}

.product-details-desc .product-add-to-cart .input-counter input::-ms-input-placeholder {
  color: #000000;
}

.product-details-desc .product-add-to-cart .input-counter input::placeholder {
  color: #000000;
}

.product-details-desc .product-add-to-cart .default-btn {
  position: relative;
  padding: 12px 30px;
  background-color: #e24852;
  color: #ffffff;
  border: 1px solid #e24852;
  cursor: pointer;
}

.product-details-desc .product-add-to-cart .default-btn i {
  margin-right: 2px;
}

.product-details-desc .product-add-to-cart .default-btn:hover {
  background-color: #ffffff;
  color: #e24852;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-desc .buy-checkbox-btn {
  margin-top: 20px;
}

.product-details-desc .buy-checkbox-btn input {
  display: none;
}

.product-details-desc .buy-checkbox-btn .cbx {
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  cursor: pointer;
}

.product-details-desc .buy-checkbox-btn .cbx span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  -webkit-transform: scale(1);
          transform: scale(1);
  vertical-align: middle;
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  display: block;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 1;
  border-radius: 50%;
  -webkit-transition: .6s;
  transition: .6s;
}

.product-details-desc .buy-checkbox-btn .cbx span:last-child {
  position: relative;
  top: 1px;
  padding-left: 4px;
  color: #666666;
}

.product-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
  border-color: #e24852;
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child {
  background: #e24852;
  border-color: #e24852;
  -webkit-animation: wave 0.4s ease;
          animation: wave 0.4s ease;
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child:before {
  -webkit-transform: scale(3.5);
          transform: scale(3.5);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.product-details-desc .buy-checkbox-btn .item:not(:first-child) {
  margin-top: 15px;
}

.product-details-desc .buy-checkbox-btn .btn-light {
  background-color: #f2f2f2;
  border: none;
  padding: 13px 25px 10px 25px;
  -webkit-transition: .6s;
  transition: .6s;
  font-weight: 600;
  display: block;
  width: 100%;
}

.product-details-desc .buy-checkbox-btn .btn-light:hover {
  background-color: #e24852;
  color: #ffffff;
}

.product-details-desc .products-share {
  margin-top: 30px;
}

.product-details-desc .products-share .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.product-details-desc .products-share .social li {
  display: inline-block;
}

.product-details-desc .products-share .social li span {
  display: inline-block;
  margin-right: 3px;
  font-weight: 700;
  position: relative;
  top: -2px;
}

.product-details-desc .products-share .social li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: #e24852;
  color: #ffffff;
  border: 1px solid #e24852;
  text-align: center;
  font-size: 18px;
  margin-left: 2px;
}

.product-details-desc .products-share .social li a:hover, .product-details-desc .products-share .social li a:focus {
  color: #e24852;
  background-color: transparent;
}

.product-details-desc .products-share .social li a.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #ffffff;
}

.product-details-desc .products-share .social li a.facebook:hover, .product-details-desc .products-share .social li a.facebook:focus {
  color: #3b5998;
  background-color: transparent;
}

.product-details-desc .products-share .social li a.twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: #ffffff;
}

.product-details-desc .products-share .social li a.twitter:hover, .product-details-desc .products-share .social li a.twitter:focus {
  color: #1da1f2;
  background-color: transparent;
}

.product-details-desc .products-share .social li a.linkedin {
  background-color: #007bb5;
  border-color: #007bb5;
  color: #ffffff;
}

.product-details-desc .products-share .social li a.linkedin:hover, .product-details-desc .products-share .social li a.linkedin:focus {
  color: #007bb5;
  background-color: transparent;
}

.product-details-desc .products-share .social li a.instagram {
  background-color: #c13584;
  border-color: #c13584;
  color: #ffffff;
}

.product-details-desc .products-share .social li a.instagram:hover, .product-details-desc .products-share .social li a.instagram:focus {
  color: #c13584;
  background-color: transparent;
}

.products-details-tab {
  margin-top: 50px;
}

.products-details-tab .tabs {
  list-style-type: none;
  margin-bottom: -1px;
  padding-left: 0;
}

.products-details-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 5px;
}

.products-details-tab .tabs li a {
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  color: #02162e;
  border: 1px dashed #eeeeee;
  text-decoration: none;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 30px;
  padding-left: 30px;
  font-weight: 600;
  font-size: 18px;
}

.products-details-tab .tabs li a:hover, .products-details-tab .tabs li a:focus {
  color: #ffffff;
  background-color: #e24852;
  border-color: #e24852;
}

.products-details-tab .tabs li.current a {
  color: #ffffff;
  background-color: #e24852;
  border-color: #e24852;
}

.products-details-tab .tabs li:last-child {
  margin-right: 0;
}

.products-details-tab .tab_content {
  border: 1px dashed #eeeeee;
  padding: 30px;
}

.products-details-tab .tab_content .tabs_item {
  display: none;
}

.products-details-tab .tab_content .tabs_item:first-child {
  display: block;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content p {
  margin-bottom: 20px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
  margin-bottom: 0;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
  position: relative;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
  display: inline-block;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
  color: #ffba0a;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
  color: #ffba0a;
  font-size: 14px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 5px;
  line-height: initial;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .default-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 8px 20px;
  background-color: #e24852;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
  border: 1px solid #e24852;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .default-btn:hover {
  background-color: #ffffff;
  color: #e24852;
  text-decoration: none;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
  margin-top: 35px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
  margin-top: 30px;
  position: relative;
  padding-right: 200px;
  border-top: 1px dashed #eeeeee;
  padding-top: 30px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
  color: #ffba0a;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
  font-size: 14px;
  color: #ffba0a;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
  margin-bottom: 10px;
  font-size: 13px;
  display: block;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
  font-weight: 600;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
  margin-bottom: 0;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
  position: absolute;
  right: 0;
  color: #666666;
  top: 40px;
  text-decoration: underline;
  font-weight: 500;
  font-size: 15px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
  color: #e24852;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
  margin-top: 30px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form h3 {
  margin-bottom: 20px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form {
  max-width: 100%;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
  margin-bottom: 15px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
  height: 55px;
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #02162e;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control:focus {
  background-color: transparent;
  border: 1px solid #e24852;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea.form-control {
  padding-top: 15px;
  height: auto;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form .default-btn {
  border: 1px solid #e24852;
  cursor: pointer;
}


/*================================================
Contact Area CSS
=================================================*/
.contact-form .form-group {
  margin-bottom: 15px;
}

.contact-form .form-group .form-control {
  display: block;
  width: 100%;
  height: 50px;
  outline: 0;
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 12px;
}

.contact-form .form-group .form-control:focus {
  outline: 0;
  background-color: #ffffff;
  border-color: #e24852;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-form .form-group textarea.form-control {
  height: 200px;
  padding: 8px 12px;
  line-height: 1.5rem;
}

.contact-form .form-group .help-block.with-errors ul {
  color: red;
  margin-bottom: 0;
  margin-top: 10px;
}

.contact-form .form-group label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.contact-form #msgSubmit {
  margin: 0;
  font-size: 1.3rem;
}

.contact-form #msgSubmit.text-danger, .contact-form #msgSubmit.text-success {
  margin-top: 15px;
}

.contact-form .default-btn {
  border: 1px solid #e24852;
}

.contact-form .form-check {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #6b6b84;
}

.contact-form .form-check a {
  color: #e24852;
}

/*================================================
Services Details Area CSS
=================================================*/
.services-details-desc h3 {
  margin-top: 30px;
  margin-bottom: 12px;
  font-size: 25px;
}

.services-details-desc p {
  margin-bottom: 12px;
}

.services-details-desc .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 0;
}

.services-details-desc .features-list li {
  position: relative;
  color: #02162e;
  margin-bottom: 15px;
  padding-left: 25px;
  line-height: 1.8;
  font-weight: 500;
  font-size: 18px;
}

.services-details-desc .features-list li i {
  color: #e24852;
  position: absolute;
  left: 0;
  top: 8px;
}

.services-details-desc .features-list li:last-child {
  margin-bottom: 0;
}

.services-details-desc .text-result h3 {
  margin-top: 30px;
  margin-bottom: 12px;
  font-size: 25px;
}

.services-details-desc .text-result p {
  margin-bottom: 0;
}

.services-details-desc .services-details-faq {
  margin-top: 30px;
}

.services-details-desc .services-details-faq .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.services-details-desc .services-details-faq .accordion .accordion-item {
  display: block;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #ffffff;
  margin-bottom: 10px;
}

.services-details-desc .services-details-faq .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.services-details-desc .services-details-faq .accordion .accordion-title {
  padding: 18px 20px 18px 55px;
  color: #02162e;
  position: relative;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  display: block;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
}

.services-details-desc .services-details-faq .accordion .accordion-title i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: #e24852;
  color: #ffffff;
}

.services-details-desc .services-details-faq .accordion .accordion-title i::before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 25px;
}

.services-details-desc .services-details-faq .accordion .accordion-title.active {
  border-bottom-color: #e24852;
}

.services-details-desc .services-details-faq .accordion .accordion-title.active i::before {
  content: "\f068";
}

.services-details-desc .services-details-faq .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 15px;
  font-size: 15px;
}

.services-details-desc .services-details-faq .accordion .accordion-content.show {
  display: block;
}


/*================================================
Sidebar Widget Area CSS
=================================================*/
.widget-area .widget {
  margin-top: 30px;
}

.widget-area .widget:first-child {
  margin-top: 0;
}

.widget-area .widget .widget-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 25px;
  text-transform: capitalize;
  position: relative;
  font-size: 20px;
}

.widget-area .widget .widget-title::before {
  content: '';
  position: absolute;
  background: #e24852;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}

.widget-area .widget_search {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  padding: 15px;
}

.widget-area .widget_search form {
  position: relative;
}

.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.widget-area .widget_search form .screen-reader-text {
  display: none;
}

.widget-area .widget_search form .search-field {
  background-color: transparent;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_search form .search-field:focus {
  border-color: #e24852;
}

.widget-area .widget_search form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  z-index: 1;
  border: none;
  color: #ffffff;
  background-color: #e24852;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.widget-area .widget_search form button:hover {
  background-color: #02162e;
  color: #ffffff;
}

.widget-area .widget_projects_info {
  background-color: #ffffff;
  -webkit-box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border-top: 3px solid #e24852;
  padding: 40px 30px;
}

.widget-area .widget_projects_info ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_projects_info ul li {
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  color: #6b6b84;
  font-weight: 600;
  font-size: 16.5px;
  padding-left: 35px;
  padding-bottom: 20px;
}

.widget-area .widget_projects_info ul li span {
  color: #02162e;
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}

.widget-area .widget_projects_info ul li a {
  display: block;
  color: #6b6b84;
  margin-bottom: 8px;
}

.widget-area .widget_projects_info ul li a:last-child {
  margin-bottom: 0;
}

.widget-area .widget_projects_info ul li a:hover {
  color: #e24852;
}

.widget-area .widget_projects_info ul li .icon {
  position: absolute;
  left: 0;
  top: 0;
  color: #e24852;
  font-weight: normal;
  font-size: 25px;
}

.widget-area .widget_projects_info ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.widget-area .widget_contact {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  height: 400px;
  text-align: center;
  margin-top: 30px;
  background-image: url(../img/jessica-escorts-service-contact.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.widget-area .widget_contact::before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  background-color: #000000;
  opacity: .50;
}

.widget-area .widget_contact .text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 35px;
}

.widget-area .widget_contact .text span {
  display: block;
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
}

.widget-area .widget_contact .text a {
  display: block;
  color: #ffffff;
  font-weight: 400;
  font-size: 25px;
  font-family: "Mulish", sans-serif;
}

.widget-area .widget_services_list ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_services_list ul li {
  margin-bottom: 12px;
}

.widget-area .widget_services_list ul li a {
  display: block;
  color: #02162e;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  padding: 20px 20px;
  position: relative;
  font-weight: 700;
}

.widget-area .widget_services_list ul li a i {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #02162e;
  font-size: 20px;
}

.widget-area .widget_services_list ul li a:hover {
  background-color: #e24852;
  color: #ffffff;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(254, 35, 9, 0.2);
          box-shadow: 0px 5px 28.5px 1.5px rgba(254, 35, 9, 0.2);
}

.widget-area .widget_services_list ul li a:hover i {
  right: 15px;
  color: #ffffff;
}

.widget-area .widget_services_list ul li a:hover i::after {
  background-color: rgba(255, 255, 255, 0.4);
}

.widget-area .widget_services_list ul li.active a {
  background-color: #97010b;
  color: #ffffff;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(254, 35, 9, 0.2);
          box-shadow: 0px 5px 28.5px 1.5px rgba(254, 35, 9, 0.2);
}

.widget-area .widget_services_list ul li.active a i {
  color: #ffffff;
}

.widget-area .widget_services_list ul li.active a i::after {
  background-color: rgba(255, 255, 255, 0.4);
}

.widget-area .widget_services_list ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_download_list {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  padding: 20px 20px;
}

.widget-area .widget_download_list ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_download_list ul li {
  margin-bottom: 10px;
}

.widget-area .widget_download_list ul li a {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  font-weight: 500;
  display: block;
  padding: 14px 15px;
}

.widget-area .widget_download_list ul li a:hover {
  background-color: #e24852;
  color: #ffffff;
}

.widget-area .widget_download_list ul li a i {
  margin-right: 5px;
  position: relative;
  top: 2px;
  font-size: 25px;
}

.widget-area .widget_download_list ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_lebo_posts_thumb {
  position: relative;
  overflow: hidden;
}

.widget-area .widget_lebo_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}

.widget-area .widget_lebo_posts_thumb .item:last-child {
  margin-bottom: 0;
}

.widget-area .widget_lebo_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}

.widget-area .widget_lebo_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}

.widget-area .widget_lebo_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url('../img/escorts latest blogs.jpg');
}

.widget-area .widget_lebo_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url('../img/escorts latest blogs.jpg');
}

.widget-area .widget_lebo_posts_thumb .item .thumb .fullimage.bg3 {
 background-image: url('../img/escorts latest blogs.jpg');
}

.widget-area .widget_lebo_posts_thumb .item .info {
  overflow: hidden;
  margin-top: 5px;
}

.widget-area .widget_lebo_posts_thumb .item .info time {
  display: block;
  color: #6b6b84;
  text-transform: capitalize;
  margin-top: -2px;
  margin-bottom: 5px;
  font-size: 14px;
}

.widget-area .widget_lebo_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 18px;
}

.widget-area .widget_lebo_posts_thumb .item .info .title a {
  display: inline-block;
}

.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  color: #6b6b84;
  padding-left: 14px;
  font-size: 15.5px;
  font-weight: 500;
}

.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
  background: #e24852;
  height: 8px;
  width: 8px;
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
  border-radius: 30px;
}

.widget-area .widget_categories ul li a {
  color: #02162e;
  display: block;
}

.widget-area .widget_categories ul li a:hover {
  color: #e24852;
}

.widget-area .widget_archive ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_archive ul li {
  position: relative;
  margin-bottom: 12px;
  color: #6b6b84;
  padding-left: 14px;
  font-size: 15.5px;
  font-weight: 500;
}

.widget-area .widget_archive ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_archive ul li::before {
  background: #e24852;
  height: 8px;
  width: 8px;
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
  border-radius: 30px;
}

.widget-area .widget_archive ul li a {
  color: #02162e;
  display: block;
}

.widget-area .widget_archive ul li a:hover {
  color: #e24852;
}

.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 12px;
}

.widget-area .tagcloud a {
  display: inline-block;
  color: #02162e;
  font-weight: 500;
  font-size: 14.5px !important;
  padding: 6px 13px;
  border: 1px dashed #eeeeee;
  margin-top: 8px;
  margin-right: 4px;
}

.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
  color: #ffffff;
  background-color: #e24852;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-desc .article-content {
  margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta {
  margin-bottom: -8px;
}

.blog-details-desc .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
  position: relative;
  display: inline-block;
  color: #02162e;
  margin-right: 20px;
}

.blog-details-desc .article-content .entry-meta ul li span {
  display: inline-block;
  color: #02162e;
  font-weight: 500;
}

.blog-details-desc .article-content .entry-meta ul li a {
  display: inline-block;
  color: #6b6b84;
}

.blog-details-desc .article-content .entry-meta ul li a:hover {
  color: #e24852;
}

.blog-details-desc .article-content .entry-meta ul li i {
  color: #e24852;
  margin-right: 2px;
}

.blog-details-desc .article-content .entry-meta ul li::before {
  content: '';
  position: absolute;
  top: 12px;
  right: -15px;
  width: 6px;
  height: 1px;
  background: #e24852;
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
  margin-right: 0;
}

.blog-details-desc .article-content .entry-meta ul li:last-child::before {
  display: none;
}

.blog-details-desc .article-content h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 25px;
}

.blog-details-desc .article-content h1 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 38px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
  -ms-flex: 0 0 33.3333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}

.blog-details-desc .article-content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 30px;
}

.blog-details-desc .article-content .features-list li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 34px;
  color: #6b6b84;
}

.blog-details-desc .article-content .features-list li i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 40px;
  background-color: #faf5f5;
  color: #e24852;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  font-size: 11px;
  position: absolute;
  left: 0;
  top: -2px;
}

.blog-details-desc .article-content .features-list li:hover i {
  background-color: #e24852;
  color: #ffffff;
}

.blog-details-desc .article-content .features-list li:last-child {
  margin-bottom: 0;
}

.blog-details-desc .article-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  color: #6b6b84;
}

.blog-details-desc .article-footer .article-tags span {
  display: inline-block;
  color: #02162e;
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  margin-right: 2px;
  font-weight: 500;
  color: #6b6b84;
}

.blog-details-desc .article-footer .article-tags a:hover {
  color: #e24852;
}

.blog-details-desc .article-footer .article-share {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-desc .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}

.blog-details-desc .article-footer .article-share .social li {
  display: inline-block;
}

.blog-details-desc .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 2px;
  font-weight: 500;
  color: #6b6b84;
}

.blog-details-desc .article-footer .article-share .social li a {
  display: block;
  color: #e24852;
  width: 30px;
  height: 30px;
  line-height: 34px;
  border-radius: 50%;
  background-color: #eeeef0;
  text-align: center;
}

.blog-details-desc .article-footer .article-share .social li a:hover {
  color: #ffffff;
  background-color: #e24852;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

blockquote, .blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 30px !important;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
}

blockquote p, .blockquote p {
  color: #02162e;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 20px !important;
}

blockquote cite, .blockquote cite {
  display: none;
}

blockquote::after, .blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #e24852;
  margin-top: 20px;
  margin-bottom: 20px;
}

.post-navigation {
  margin-top: 30px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 20px;
  padding-bottom: 20px;
}

.post-navigation .navigation-links {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-navigation .navigation-links .nav-previous {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.post-navigation .navigation-links .nav-previous a i {
  margin-right: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 22px;
  position: relative;
  top: 2px;
}

.post-navigation .navigation-links .nav-previous a:hover i {
  margin-right: 0;
}

.post-navigation .navigation-links .nav-next {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}

.post-navigation .navigation-links .nav-next a i {
  margin-left: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 22px;
  position: relative;
  top: 2px;
}

.post-navigation .navigation-links .nav-next a:hover i {
  margin-left: 0;
}

.post-navigation .navigation-links div a {
  display: inline-block;
  font-weight: 600;
}

.home-title{font-family: system-ui;font-weight: 800; font-size: 42px;}

.singe-profile h1{text-align: center;}
    .singe-profile h3{text-align: center;}
    .singe-profile hr{width: 258px;}
    .singe-profile p{font-size: 18px;line-height: 45px;}
    .singe-profile .review-title p{font-size: 12px;} 
    .product-review-form h3{font-size: 15px!important;} 
    .tabs li a{font-size: 12px!important}
    .review-item p{font-size: 18px;}
    .about-content table { border-collapse: collapse; border-spacing: 0; width: 100%; }
    .about-content th, td {text-align: left;padding: 5px 18px; border: 1px solid darkgrey;}
    .about-content tr:nth-child(even){background-color: #f2f2f2}
    .singe-profile ul{font-size: 16px!important;font-weight: 600;padding-left: 46px!important;padding-top: 12px;line-height: 26px;}
    .singe-profile ol{font-size: 16px!important;font-weight: 600;padding-left: 46px!important;padding-top: 12px;line-height: 26px;}


/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  background-color: #680303;
  padding-top: 65px;
  border-bottom: 1px solid #959595;
}

.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget .logo {
  margin-bottom: 25px;
}

.single-footer-widget .logo h2 a {
  color: #ffffff;
}

.single-footer-widget p {
  color: #ffffff;
  margin-bottom: 0;
}

.single-footer-widget .social {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 0;
}

.single-footer-widget .social li {
  display: inline-block;
  margin-right: 10px;
}

.single-footer-widget .social li:last-child {
  margin-right: 0;
}

.single-footer-widget .social li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: #e24852;
  color: #ffffff;
  border: 1px solid #e24852;
  text-align: center;
  font-size: 18px;
}

.single-footer-widget .social li a:hover, .single-footer-widget .social li a:focus {
  color: #e24852;
  background-color: transparent;
}

.single-footer-widget .social li a.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #ffffff;
}

.single-footer-widget .social li a.facebook:hover, .single-footer-widget .social li a.facebook:focus {
  color: #3b5998;
  background-color: transparent;
}

.single-footer-widget .social li a.twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: #ffffff;
}

.single-footer-widget .social li a.twitter:hover, .single-footer-widget .social li a.twitter:focus {
  color: #1da1f2;
  background-color: transparent;
}

.single-footer-widget .social li a.linkedin {
  background-color: #007bb5;
  border-color: #007bb5;
  color: #ffffff;
}

.single-footer-widget .social li a.linkedin:hover, .single-footer-widget .social li a.linkedin:focus {
  color: #007bb5;
  background-color: transparent;
}

.single-footer-widget .social li a.pinterest {
  background-color: #c13584;
  border-color: #c13584;
  color: #ffffff;
}

.single-footer-widget .social li a.pinterest:hover, .single-footer-widget .social li a.pinterest:focus {
  color: #c13584;
  background-color: transparent;
}

.single-footer-widget h3 {
  font-size: 22px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
  color: #f9ff19;
}

.single-footer-widget h3::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 2px;
  width: 50px;
  background-color: #e24852;
}

.single-footer-widget .quick-links {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .quick-links li {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 15px;
}

.single-footer-widget .quick-links li a {
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  position: relative;
}

.single-footer-widget .quick-links li a:hover {
  color: #e24852;
}

.single-footer-widget .quick-links li a:hover::before {
  width: 100%;
}

.single-footer-widget .quick-links li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #e24852;
}

.single-footer-widget .quick-links li i {
  color: #e24852;
}

.single-footer-widget .quick-links li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .footer-contact-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .footer-contact-info li {
  margin-bottom: 20px;
  color: #ffffff;
  position: relative;
  padding-left: 35px;
}

.single-footer-widget .footer-contact-info li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 25px;
  color: #e24852;
}

.single-footer-widget .footer-contact-info li span {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  color: #ffffff;
}

.single-footer-widget .footer-contact-info li a {
  display: inline-block;
  color: #ffffff;
  font-weight: 400;
  position: relative;
  font-size: 15px;
}

.single-footer-widget .footer-contact-info li a:hover {
  color: #e24852;
}

.single-footer-widget .footer-contact-info li a:hover::before {
  width: 100%;
}

.single-footer-widget .footer-contact-info li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #e24852;
}

.single-footer-widget .footer-contact-info li:last-child {
  margin-bottom: 0;
}

/*================================================
Copyright Section CSS
=================================================*/
.copyright-area {
  background-color: #5a0b00;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.copyright-area p {
  color: #ffffff;
}

.copyright-area p a {
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
}

.copyright-area p a:hover {
  color: #e24852;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  right: 20px;
  color: #ffffff;
  background-color: #02162e;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 40px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  font-size: 22px;
  -webkit-transition: .9s;
  transition: .9s;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
  text-align: center;
  font-size: 25px;
  margin-left: auto;
  margin-right: auto;
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 102px;
}

.go-top:hover {
  background-color: #e24852;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.jessica_gallery{padding:0 5px;display:flex;flex-wrap:wrap;justify-content:center;gap:10px}
.jessica_image{position:relative;flex:1 1 300px;height:0;padding-bottom:100%;overflow:hidden;border-radius:6px;border:3px solid #bd0719}
@media screen and (max-width:576px){
   	.jessica_gallery{max-width:540px;margin:0 auto}
   	.jessica_image{flex-basis:calc(50% - 12px)}
   }
   	
   	@media screen and (min-width:577px) and (max-width:768px){
   		.jessica_gallery{max-width:720px;margin:0 auto}
   		.jessica_image{flex-basis:calc(32.6% - 10px);padding-bottom:65%}
   	}
   	
   	@media screen and (min-width:769px) and (max-width:1200px){
   		.jessica_gallery{max-width:1140px;margin:0 auto}
   		.jessica_image{flex-basis:calc(25% - 6px);padding-bottom:60%}
   	}
   	
   	@media screen and (min-width:1201px){
   		.jessica_gallery{max-width:1500px;margin:0 auto}
        .jessica_image{flex-basis:calc(20% - 14px);padding-bottom:35%}
   	}
   				.jessica_image a>img{position:absolute;width:100%;height:100%;object-fit:cover;transition:transform .2s ease-in-out}
   				.jessica_image:hover img{transform:scale(1.05)}

   				.jessica_overlay{position:absolute;top:0;left:0;display:flex;background:linear-gradient(157.46deg,#830412 19.02%,#ff6816 87.63%);color:#fff;z-index:1;text-transform:uppercase;font-family:var(--bs-font);padding:3px 22px 2px 6px;-webkit-clip-path:polygon(0 0,100% 0,92% 100%,0 100%);clip-path:polygon(0 0,100% 0,92% 100%,0 100%)}


   				.jessica_details{position:absolute;bottom:0;left:0;right:0;background:radial-gradient(169.96% 71.53% at 0 20.35%,#7d0328 0,#380909 100%);color:#fff;padding:10px}

   				.jessica_category{font-size:16px;font-weight:700;display:block;margin-bottom:5px}
   				.jessica_profile-name {font-size:14px;display:block;margin-bottom:5px}
   				.jessica_verified{font-size:12px;font-weight:700;display:block;margin-bottom:5px;display:flex;align-items:center}
   				.jessica_verified img{margin-right:4px}
   				.jessica_overlay:after{content:"";height:calc(100% + 4px);width:0;position:absolute;left:-20%;top:-2px;background-color:hsla(0,0%,100%,.8);transform:rotate(18deg);animation:ribbon-container 7s infinite;box-shadow:0 0 8px 2px #fff}
   				
   				@keyframes ribbon-container{0%{left:0}20%{left:100%}to{left:105%}}

   				.jessica_image.VIP{border:3px solid #d90}
   				.jessica_image.VIP .jessica_overlay{background:linear-gradient(157.46deg,#ffc700 19.02%,#ff7600 87.63%);color:#000}
   				.jessica_image.VIP .jessica_verified img{filter:brightness(0)}
   				.jessica_image.VIP .jessica_details{background:radial-gradient(169.96% 71.53% at 0 20.35%,#ffc800 0,#ab3900 100%)}

          .pagination{margin: 33px 0px 6px;text-align: left;}
    .prev {background-color: white!important; color: black!important;padding: 8px 8px 8px!important;
    border-radius: 2px!important;}
    .next  {background-color: white!important; color: black!important;padding: 8px 8px 8px!important;
    border-radius: 2px!important;}
    .page-numbers{background-color: #bc0619; padding: 6px 12px; border-radius: 50%; margin: 10px;color: white;}
    .current{background-color: #9d9a9a!important; }
.choose-area{background-color: whitesmoke;}


    .img-tab {
    width: 20px;
}

.img-tab-2, .img-tab-3 {
    margin-right: 0.5rem!important;
}

.img-tab-4, .img-tab-4 {
    margin-bottom: 0.25rem!important;
}

img {
    vertical-align: middle;
    border-style: none;
}
  ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: auto;
    border-bottom: 1px solid #7a0000;
    width: 100%
  }

  ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 3px 21px;
    height: auto;
    line-height: 31px;
    border-top: 1px solid #7a0000;
    border-left: 1px solid #7a0000;
    border-bottom: 0;
    background-color: #000;
    color: #ccc;
    overflow: hidden;
    position: relative;
    height: auto
  }

  .tab_last {
    border-right: 1px solid #7a0000
  }

  ul.tabs li:hover {
    background-color: #f3a806;
    color: #fff
  }

  ul.tabs li.active {
    background-color: #db0a00;
    color: #fff !important;
    display: block
  }

  .tab_container {
    border: 1px solid #7a0000;
    border-top: 0;
    clear: both;
    float: left;
    width: 100%;
    background: transparent;
    overflow: auto;
    color: #fff
  }

  .tab_content {
    padding: 20px;
    display: none
  }

  .tab_drawer_heading {
    display: none
  }

  .tabcontainer {
    height: auto;
    overflow: hidden;
    margin-bottom: 20px
  }

  .tab_container h2 {
    margin: 10px 0 20px;
    padding: 0;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    color: #db0a00;
  }

  .tab_container p {
    color: #000;
  }

  ::-webkit-input-placeholder {
    color: #ffffff80
  }

  @media only screen and (max-width:767px) {
    .tabs {
      display: none
    }

    .tab_drawer_heading {
      background-color: #242424;
      color: #fff;
      border-top: 1px solid #7a0000;
      margin: 0;
      padding: 10px 20px;
      font-size: 18px;
      display: block;
      cursor: pointer;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      margin-bottom: 1px
    }

    .d_active {
      background-color: #db0a00;
      color: #fff
    }
  }

  @media screen and (max-width: 992px) and (min-width: 768px) {
    ul.tabs li {
      padding: 2px 9px;
      font-size: 14px
    }
  }
  
  
  .rateus{ list-style: none; margin: 0; left: 0; right: 0; padding:0 0 0 14px; color: gold;}
.rateus li {display: inline-block;}
.rateus li svg{width:14px;}		


.top-jessica {
    z-index: 1;
}


.bra {
    position: absolute;
    right: 46px;
    top: 122px;
    width: 85px;
    z-index: -1;
}

.swing-animation {
    webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}



.escort-profile-wrap { background: #700303; border: solid 4px #ffc00e;  margin-bottom: 20px; border-radius: 8px; padding: 20px;  }
.escort-image { position: relative; display: inline-block; }
.escorts-profile-name { color: #ffc100; font-size: 28px; padding: 0px 3px 13px; }
.escort-image img { max-width: 100%; padding: 6px;  border-radius: 10px; border: 1px solid white; }
.escort-profile-grid-view figure .badges, .escort-image .badges { position: absolute; bottom: 0; left: 0; width: 100%; background: rgba(1, 1, 1, .5); padding: 5px; }
.escorts-profile-name {  color: #f8be0b; font-size: 28px; margin-bottom: -17px;}
.description {color: white;}
.details p {padding: 9px 0 0; margin: 0; word-wrap: break-word; letter-spacing: .4px; line-height: 1.21; color: #fff; }
.exclusive { margin-top: 2px; margin-bottom: 10px; color: #d1a11a; display: inline; margin-right: 10px; }
.contact-me { background:#ffffff;  font-size: 15px; text-align: center; margin: 0; padding: 10px; border-radius: 4px;}
@media only screen and (max-width: 600px) { 
.escort-profile-wrap { height: 912px; }
.columns { width: 100%!important; float: none; }
}
.slide_cont{border: 2px solid red;padding: 7px 7px 0px;background-color: #d52b11;border-radius: 5px;margin: -1px;} .flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-prev-next-button{position:absolute;top:50%;width:44px;height:44px;border:none;border-radius:2px;background:hsla(0,0%,100%,.75);cursor:pointer;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button:hover{background:#fff}.flickity-prev-next-button:focus{outline:0;box-shadow:0 0 0 5px #09f}.flickity-prev-next-button:active{opacity:.6}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-prev-next-button:disabled{opacity:.3;cursor:auto}.flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-prev-next-button .arrow{fill:#333}*{box-sizing:border-box}.carousel{background:#fafafa}.carousel-main{margin-bottom:8px}.carousel-cell{width:100%;margin-right:8px;background:#8c8;border-radius:5px}.carousel-nav .carousel-cell{height:90px;width:120px}.carousel-main img{display:block;margin:0 auto}


.footer-mobile{display: none;}
.grecaptcha-badge {  visibility: hidden;  }
.desktop__whatsapp__Chat { display: flex; align-items: center; justify-content: center; text-decoration: none; position: fixed; bottom: 50px; left: 50px; z-index: 1;}
.desktop__whatsapp__Chat img { width: 54px; }
.bottom__call_navigation { display: none; }
 img, svg { vertical-align: middle; }
.mb-0 { margin-bottom: 0!important; }
@media screen and (max-width: 868px) {
.desktop__whatsapp__Chat {display: none;}  
.bottom__call_navigation { display: flex; align-items: center; width: 90%; position: fixed; bottom: 5px; height: 48px; left: 16px; right: 16px; border-radius: 5px; margin: auto; z-index: 9999; }
.chat { background-color: #4f457e; width: 50%; display: flex; align-items: center; justify-content: center; height: 100%; color: #ffffff; font-size: 16px; letter-spacing: 0.15px; font-weight: 600; z-index: 100; border-radius: 5px 0px 0px 5px; }
.call { background-color: #ab0000; width: 50%; display: flex; align-items: center; justify-content: center; height: 100%; color: #ffffff; font-size: 16px; letter-spacing: 0.15px; font-weight: 600; border-radius: 0px 5px 5px 0px; }
.chat a { margin-left: 8px;  text-decoration: none;  color: #ffffff; }
.call a {  margin-left: 8px; text-decoration: none; color: #ffffff; }
.footer-mobile {display: flex;}

}

::-webkit-scrollbar {
	width: 7px
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px inset 0 0 4px #cf2702;
	-webkit-border-radius: 2px;
	border-radius: 5px
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #cf2702;
	-webkit-box-shadow: inset 0 0 5px #cf2702
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #cf2702
}