@charset "UTF-8";

body {
  background-color: #060000;
  font-family: "Open Sans Condensed", sans-serif;
}

. {
  background-image: url(images/locations-bg.png);
  background-repeat: no-repeat;
  background-size: 95% 100%;
  margin-bottom: 28px;
}

.mySlides {
  display: none;
}

.w3-badge,
.w3-left,
.w3-right {
  cursor: pointer;
}

.w3-content {
  max-width: 100% !important;
}

.image_full {
  display: block;
  width: 100%;
  margin: auto;
}

.image_mobile {
  display: none;
}

@media (max-width: 640px) and (min-width: 320px) {
  .image_full {
    display: none;
  }

  .image_mobile {
    display: block;
    padding-top: 45px;
  }
}

@media screen and (min-width: 300px) and (max-width: 640px) {
  .border-box-full {
    border: 10px;
    border-style: double;
    padding: 0 5px 3px 4px;
    background: #3c0003;
    background-clip: border-box;
  }
}

@media screen and (min-width: 641px) {
  .border-box-full {
    border: 10px;
    border-style: double;
    padding: 28px 118px 46px 43px;
    background: #3c0003;
    background-clip: border-box;
  }
}

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

*,
:after,
:before {
  box-sizing: border-box;
}

body {
  margin: 0;
  background-color: #031521;
}

a {
  text-decoration: none;
  color: #fff;
}

a img[alt="www.000webhost.com"] {
  display: none;
}

.navbar {
  width: 100%;
  top: 0;
  z-index: 1030;
  max-height: 50px;
}

.navbar.u {
  z-index: 1030;
}

.nav-head {
  display: none;
  height: 45px;
  background: linear-gradient(180deg, #031521, transparent);
  border-bottom: 1px solid #ff00009e;
}

.nav-head a.m {
  width: 33.33%;
  text-align: center;
  padding: 8px 10px;
  font-size: x-large;
}

.nav-head button {
  height: 100%;
  width: 50px;
  background: #0315210;
  border: 0;
}

.nav-head .menu {
  color: #fff;
  font-size: x-large;
  border-right: 1px solid #ff00009e;
  outline: 0;
}

.nav-head .menu-r {
  border-left: 1px solid #ff00009e;
}

.nav-area {
  width: 100%;
  display: flex;
  height: 50px;
}

.nav-area>a {
  width: 10%;
  border: 2px solid #fff;
  transition: background 0.5s, color 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: linear-gradient(98.3deg, rgba(0, 0, 0, 1) 10.6%, rgb(178 1 1) 97.7%);
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  border-radius: 50px;
  margin: 0 3px;
}

.nav-area>a:hover {
  background: linear-gradient(138deg, #b2001a, #031521);
  color: #ffffffd1;
}

a.nav-area-active {
  background-image: linear-gradient(98.3deg, rgba(0, 0, 0, 1) 10.6%, rgb(178 1 1) 97.7%);
  color: #ffffff !important;
}

.nav-area div {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}

.navbar>div:nth-child(4) {
  display: none;
}

.nav-area i {
  display: none;
}

.nav-area.m-active {
  transform: translateX(0);
}

.nav-area a:last-child {
  display: none;
}

.nav-social {
  display: none;
  position: fixed;
  bottom: 10px;
  height: 50px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: x-large;
  background: linear-gradient(0deg, #031521, transparent);
}

.nav-social i {
  padding: 0.4em;
  border: 1px solid #fff;
  border-radius: 5px;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .nav-head {
    display: flex;
    position: relative;
    width: 100%;
    z-index: 1030;
    background: #031521;
    top: 0;
  }

  .navbar {
    position: relative;
  }

  .nav-area {
    padding: 1em;
    height: 100vh;
    transform: translateX(-100%);
    transition: transform 0.3s;
    display: block;
    z-index: 1030;
    background: #031521;
    margin-top: 0px;
    overflow-y: hidden;
  }

  .nav-area>a {
    width: 30%;
    height: 90px;
    display: inline-table;
    margin-left: 2%;
    margin-top: 10px;
  }

  .nav-area a:first-child {
    display: none;
  }

  .nav-area i {
    display: inline-block;
    font-size: x-large;
    padding: 0.7em 0 0.4em;
  }

  .nav-area .center {
    margin-left: auto;
    margin-right: auto;
    transform: translateX(-0.1vw);
  }
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .nav-area>a {
    width: 20%;
  }

  .navbar>div:nth-child(4) {
    display: flex;
  }

  .nav-area .alt {}
}

.nav-social.ico-show {
  display: flex;
  justify-content: space-evenly;
}

@media (max-width: 1024px) and (min-width: 767px) {
  .margin-custom {
    margin-bottom: 51px;
  }
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
}

a:active,
a:link,
a:visited {
  color: #fff;
  text-decoration: none;
}

.svg-icon {
  width: 35px;
  margin: 0 auto;
  padding-top: 10px;
}

.svg-icon-footer {
  width: 24px;
  margin: 0 auto;
  padding-top: 10px;
  margin-left: 2px;
}

.svg-icon-review {
  width: 20px;
  padding-top: 10px;
}

.svg-icon-main {
  width: 25px;
  margin: 0 auto;
  padding-top: 0;
}

.svg-icon-main path {
  fill: #fff;
}

.svg-icon path {
  fill: #fff;
}

.svg-icon-review path {
  fill: #fc3;
}

.svg-icon-footer path {
  fill: #fff;
}

@media only screen and (min-width: 767px) {
  .nav-area .svg-icon {
    display: none;
  }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .mobiletest-html {
    overflow-x: hidden;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
  }
}

.col-lg-3,
.col-lg-9,
.col-md-3,
.col-md-9,
.col-sm-3,
.col-sm-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {

  .col-sm-3,
  .col-sm-9 {
    float: left;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-3 {
    width: 25%;
  }
}

@media (min-width: 992px) {

  .col-md-3,
  .col-md-9 {
    float: left;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-3 {
    width: 25%;
  }
}

@media (min-width: 1200px) {

  .col-lg-3,
  .col-lg-9 {
    float: left;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-3 {
    width: 25%;
  }
}

.container:after,
.container:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}

.container:after,
.row:after {
  clear: both;
}

.second-menu {
  background: #0315210005e;
}

.form-control {
  background: #383838;
  border: 1px solid #3a3a3a;
}

.second-menu ul {
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
  display: inline-block;
  list-style: none;
  background: linear-gradient(90deg, #031521, #b2001a, #031521);
}

.second-menu ul li {
  display: inline;
  color: #fff;
}

.second-menu ul li a {
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 0 10px;
  height: 28px;
  line-height: 41px;
  letter-spacing: 1px;
  border-left: 1px solid #3e3e3e;
  font-family: "Open Sans Condensed", sans-serif;
  text-shadow: 2px 2px 2px #031521;
}

.second-menu ul li a:hover {
  color: #ccc;
}

.second-menu ul li a:active,
.second-menu ul li a:focus {
  color: #ff7c7c;
}

.second-menu ul li:first-child a {
  border: 0;
}

.search-by-name select {
  background-color: #031521;
  border: 1px solid #c30005;
  color: #fff;
  height: 45px;
  line-height: 30px;
  padding: 4px 12px;
  font-family: "Open Sans Condensed", sans-serif;
  text-shadow: 2px 2px 2px #031521;
  margin: 6px 13px;
}

@media (max-width: 1200px) {
  .second-menu ul li a {
    font-size: 0.8em;
    padding: 0 7px;
  }
}

@media (max-width: 992px) {
  .second-menu ul li a {
    font-size: 17px;
    padding: 0 7px;
  }
}

@media (max-width: 768px) {
  body {
    background: #031521;
  }

  .search-by-name select {
    margin: 10px 0;
  }

  .second-menu ul {
    text-align: center;
  }
}

select {
  border: solid 1px #666;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  width: 100%;
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #ccc;
  background: #444;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
}

.col-lg-3,
.col-md-3 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col-md-3 {
    float: left;
  }

  .col-md-3 {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .col-lg-3 {
    float: left;
  }

  .col-lg-3 {
    width: 25%;
  }
}

.search-by-name {
  margin-bottom: 10px;
}

.main-heading {
  font-size: 32px;
  text-align: center;
  padding: 15px 0 10px 0;
  margin: auto;
  color: #ffe210;
  font-family: "Roboto Slab", serif;
  width: 100%;
  font-weight: 700;
}

.star>img {
  height: 100%;
}

div#per-image {
  display: inline;
}

.a-gallery {
  width: 100%;
  box-sizing: border-box;
  padding: 3%;
  text-align: center;
  margin: 0;
}

.a-gallery #per-image>div {
  width: 24%;
  box-sizing: border-box;
  padding: 3px 0 !important;
  text-align: center;
  margin: 5px 5px 25px 5px;
  display: inline-block;
  background: linear-gradient(57deg, #b2001a, #031521);
  color: #fff;
  font-size: 14px;
  font-family: "Roboto Slab", serif;
}

@media (max-width: 550px) {
  .a-gallery #per-image>div {
    width: 32%;
    padding: 2px 0 !important;
  }
}

@media (max-width: 425px) {
  .a-gallery #per-image>div {
    width: 48.33%;
    padding: 2px 0 !important;
  }
}

@media (min-width: 1024px) {
  .a-gallery #per-image>div {
    width: 23%;
  }
}

.img-rating {
  width: 15px;
}

.img-rating path {
  fill: #fff;
}

.name {
  font-size: 28px;
  padding-top: 10px;
  color: #fff;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
}

.category {
  font-size: 14px;
  padding-top: 6px;

  color: #fff;
  padding-bottom: 10px;
}

svg {
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0));
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0));
}

p {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 20px;
  color: #fff;
}

@media (min-width: 769px) {
  .window {
    margin-left: 1.5%;
  }
}

.window {
  background: linear-gradient(90deg, #031521, #b2001a, #031521);
  padding: 1px;
  border-radius: 4px;
  margin-bottom: 10px;
  text-align: center;
}

.window header {
  background: #031521;
  position: relative;
  display: block;
  padding: 0 10px;
  border: 3px solid #9f898c00;
  text-align: center;
}

.window header h3 {
  margin-bottom: 5px;
  padding-bottom: 9px;
  font-size: 22px;
  font-weight: 700;
  font-family: "Open Sans Condensed", sans-serif;
  color: #A50405;
}

.window header h3 i {
  margin-right: 10px;
}

.window article {
  border: 1px solid #A50405;
  padding: 10px 20px;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.window article ul {
  margin: 0;
  padding: 0;
}

.window article ul li {
  padding: 5px;
  list-style-type: none;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 16px;
  text-shadow: 0 0 3px #031521;
}

@media (min-width: 768px) {
  .row.d-flex {
    display: flex;
  }
}

a:hover {
  text-decoration: none;
  color: #d0d0d0;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  font-family: "Open Sans Condensed", sans-serif;
}

.btn:hover,
.call-btn:hover {
  color: #fff !important;
  background: linear-gradient(0deg, #031521, #b8001b);
}

.breadcrumb-custom {
  color: #fff;
  margin-left: 5px;
}

.breadcrumb-bg {
  background: #a30303;
  font-weight: 700;
}

.custom-container-breadcrumb {
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
}

img {
  vertical-align: middle;
}

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

.uk-h1,
h2 {
  margin: 0 0 20px 0;
  color: #A50405;
  text-transform: uppercase;
  font-size: 20px;
  text-shadow: 0 0 2px #031521;
  font-family: "Roboto Slab", serif;
}

*+.uk-h1,
*+h2 {
  margin-top: 40px;
}

.uk-h1 {
  font-size: 25px;
  line-height: 1.2;
}

h2 {
  font-size: 1.7rem;
  line-height: 1.3;
}

@media (min-width: 960px) {
  .uk-h1 {
    font-size: 2.625rem;
  }

  h2 {
    font-size: 2rem;
  }
}

.uk-heading-divider {
  padding-bottom: calc(5px+0.1em);
  border-bottom: calc(0.2px+0.05em) solid #e5e5e5;
}

.uk-section {
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 960px) {
  .uk-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.uk-section::after,
.uk-section::before {
  content: "";
}

.uk-section::after {
  clear: both;
}

.uk-section> :last-child {
  margin-bottom: 0;
}

.uk-section-large {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 60px;
  padding-right: 60px;
}

.uk-section-services {
  padding-top: 0;
  padding-bottom: 90px;
  padding-left: 90px;
  padding-right: 90px;
}

.uk-section-banner {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 60px;
  padding-right: 60px;
}

.uk-section-muted {
  margin: 10px;
}

.uk-section-secondary {
  margin: 0;
}

.uk-container {
  box-sizing: content-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 640px) {
  .uk-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 960px) {
  .uk-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.uk-container::after,
.uk-container::before {
  content: "";
  display: table;
}

.uk-container::after {
  clear: both;
}

.uk-container> :last-child {
  margin-bottom: 0;
}

.uk-container-large {
  max-width: 1600px;
}

.uk-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.uk-grid>* {
  margin: 0;
}

.uk-grid>*> :last-child {
  margin-bottom: 0;
  margin-bottom: 0;
  font-family: "Open Sans Condensed", sans-serif;
  color: #fff;
  font-size: 17px;
  text-shadow: 0 0 3px #031521;
}

.uk-grid {
  margin-left: -30px;
}

.uk-grid>* {
  padding-left: 30px;
}

@media (min-width: 1200px) {
  .uk-grid {
    margin-left: -40px;
  }

  .uk-grid>* {
    padding-left: 40px;
  }
}

.uk-grid-large {
  margin-left: -40px;
}

.uk-grid-large>* {
  padding-left: 40px;
}

@media (min-width: 1200px) {
  .uk-grid-large {
    margin-left: -70px;
  }

  .uk-grid-large>* {
    padding-left: 70px;
  }
}

@keyframes uk-fade-top-small {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

[class*="uk-width"] {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.uk-width-1-2 {
  width: 50%;
}

@media (min-width: 1200px) {
  .uk-width-1-2\@l {
    width: 50%;
  }
}

.uk-text-large {
  font-size: 1.5rem;
  line-height: 1.5;
}

.uk-text-center {
  text-align: center !important;
}

@media (min-width: 960px) {
  .uk-text-left\@m {
    text-align: left !important;
  }
}

.uk-background-cover {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.uk-background-cover {
  background-size: cover;
}

.uk-margin-small {
  margin-bottom: 10px;
  margin-top: 10px;
}

*+.uk-margin-small {
  margin-top: 10px !important;
}

.uk-margin-remove-adjacent+* {
  margin-top: 0 !important;
}

[class*="uk-position-left"],
[class*="uk-position-right"] {
  position: absolute !important;
}

.uk-position-left {
  top: 0;
  bottom: 0;
  left: 0;
}

.uk-position-right {
  top: 0;
  bottom: 0;
  right: 0;
}

.uk-position-relative {
  position: relative !important;
}

@media (min-width: 1200px) {
  .uk-hidden\@l {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .uk-visible\@l {
    display: none !important;
  }
}

.glow {
  color: #A50405;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  font-family: "Roboto Slab", serif;
}

.color-original {
  color: #A50405 !important;
}

strong {
  font-weight: 400;
  color: #A50405;
}

*,
::after,
::before {
  box-sizing: border-box;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.text-muted {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin: auto;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 26px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 1px #031521, 0 0 0 #031521, 0 0 18px #031521, 0 0 8px #031521,
    0 0 4px #031521, 0 0 0 #3b0009, 0 0 0 #031521;
}

.custom-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-1,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-1 {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-1 {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-1 {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-1 {
    max-width: 1140px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-lg-4,
.col-lg-6,
.col-lg-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

.row.custom-background {
  background: linear-gradient(0deg, #031521, #b8001b, #031521);
}

.custom-background {
  background: linear-gradient(0deg, #031521, #b8001b, #031521);
}

section {
  padding: 40px 0;
}

section h2 {
  font-size: 28px;
  text-align: left;
  font-family: "Roboto Slab", serif;
  margin-top: 34px;
  font-weight: 600;
  color: #A50405;
}

section h3 {
  font-size: 28px;
  text-align: left;
  font-family: "Roboto Slab", serif;
  margin-top: 34px;
  font-weight: 600;
  color: #A50405;
}

section h4 {
  font-size: 28px;
  text-align: left;
  font-family: "Roboto Slab", serif;
  margin-top: 34px;
  font-weight: 600;
  color: #A50405;
}

section h5 {
  font-size: 28px;
  text-align: left;
  font-family: "Roboto Slab", serif;
  margin-top: 34px;
  font-weight: 600;
  color: #A50405;
}

section h6 {
  font-size: 28px;
  text-align: left;
  font-family: "Roboto Slab", serif;
  margin-top: 34px;
  font-weight: 600;
  color: #A50405;
}

b,
strong {
  font-weight: 600 !important;
}

section.features .section-heading h2 {
  margin-top: 0;
}

section.features .section-heading p {
  margin-bottom: 0;
}

section.features .device-container,
section.features .feature-item {
  max-width: 325px;
  margin: 0 auto;
}

section.features .device-container {
  margin-bottom: 100px;
}

@media (min-width: 992px) {
  section.features .device-container {
    margin-bottom: 0;
  }
}

section.features .feature-item {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

section.features .feature-item h3 {
  font-size: 30px;
  font-family: "Open Sans Condensed", sans-serif;
  color: #A50405;
  text-shadow: 0 0 3px #031521;
}

section.features .feature-item i {
  font-size: 80px;
  display: block;
  margin-bottom: 15px;
  background: -webkit-gradient(linear,
      right top,
      left top,
      from(#7b4397),
      to(#dc2430));
  background: linear-gradient(to left, #7b4397, #dc2430);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-primary {
  color: #fdcc52;
}

.col-lg-4.my-auto {
  margin: auto;
}

.svg-icon-body {
  width: 60px;
  margin: 0 auto;
  padding-top: 10px;
}

.svg-icon-body path {
  fill: #fff;
}

.row.align-items-center.my-5 {
  margin-top: 10px;
}

.img-mid {
  margin: 0 auto;
  text-align: center;
}

.cont-mid {
  margin: 0 auto;
  text-align: justify;
  padding-bottom: 20px;
}

.head-blog {
  text-align: center;
  padding-top: 20px;
}

@media (min-width: 300px) and (max-width: 426px) {
  .cont-mid p {
    font-size: 16px;
  }
}

h4.card-title {
  text-align: center;
  font-size: 19px;
  color: #A50405;
  font-family: "Roboto Slab", serif;
}

*,
::after,
::before {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
  border-style: none;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-lg-3,
.col-md-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn:disabled {
  opacity: 0.65;
}

.btn-orange {
  color: #fff;
  background-color: #A50405;
  border-color: #007bff;
  font-family: "Open Sans Condensed", sans-serif;
  text-decoration: none;
}

.btn-orange:hover {
  color: #fff;
  background-color: #af001a;
  border-color: #0062cc;
}

.btn-orange:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 2rem;
  background-color: #950015;
  border-radius: 10px;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.h-100 {
  height: 100% !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
  margin-top: 10px;
}

.text-center {
  text-align: center !important;
  margin: 0 auto;
}

li {
  font-size: 16px;
  font-family: "Roboto Slab", serif;
}

h3 {
  color: #A50405;
  font-family: "Roboto Slab", serif;
}

.bottom-head {
  font-size: 1.7rem;
  line-height: 1.3;
}

[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 350px) {
  .col-s-1 {
    width: 8.33%;
  }

  .col-s-2 {
    width: 16.66%;
  }

  .col-s-3 {
    width: 25%;
  }

  .col-s-4 {
    width: 33.33%;
  }

  .col-s-5 {
    width: 41.66%;
  }

  .col-s-6 {
    width: 50%;
  }

  .col-s-7 {
    width: 58.33%;
  }

  .col-s-8 {
    width: 66.66%;
  }

  .col-s-9 {
    width: 75%;
  }

  .col-s-10 {
    width: 83.33%;
  }

  .col-s-11 {
    width: 91.66%;
  }

  .col-s-12 {
    width: 100%;
  }

  .col-s-20 {
    width: 20%;
  }
}

@media (max-width: 767px) {
  .col-xs-20 {
    width: 20%;
  }

  .col-xs-12 {
    width: 100%;
  }

  .col-xs-11 {
    width: 91.66666667%;
  }

  .col-xs-10 {
    width: 83.33333333%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-8 {
    width: 66.66666667%;
  }

  .col-xs-7 {
    width: 58.33333333%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-5 {
    width: 41.66666667%;
  }

  .col-xs-4 {
    width: 33.33333333%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-2 {
    width: 16.66666667%;
  }

  .col-xs-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 768px) {
  .col-sm-20 {
    width: 20%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 992px) {
  .col-md-20 {
    width: 20%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 1200px) {
  .col-lg-20 {
    width: 20%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }
}

.footer {
  font-size: 0;
  color: #fff;
  padding: 2vw;
  text-align: center;
  display: inline-block;
  border-top: 1px solid #ff000080;
  background: linear-gradient(0deg, #b8001b, #031521);
  float: left;
  width: 100%;
}

.footer>div {
  font-size: medium;
  display: inline-block;
  float: left;
}

.footer ul {
  list-style: none;
  text-align: left;
  padding: 0 1em;
}

.footer .s-i li {
  display: inline-block;
}

.footer li a {
  padding: 2px;
  width: 100%;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 14px;
}

.footer h3 {
  color: #A50405;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 400;
  text-shadow: 2px 1px 2px #031521;
}

h6 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  font-size: 15px;
  text-shadow: 2px 1px 2px #031521;
}

.custom-padding {
  padding: 25px;
}

@media (min-width: 1025px) {
  .custom-padding {
    padding: 1px;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .custom-padding {
    padding: 1px;
  }
}

html {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type="text"],
select {
  width: 100%;
  padding: 12px 12px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: "Open Sans Condensed", sans-serif;
}

button[type="submit"] {
  width: 100%;
  background-color: #A50405;
  color: #fff;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: "Open Sans Condensed", sans-serif;
}

div#demo {
  font-family: "Open Sans Condensed", sans-serif;
}

#demo div {
  color: #4ffb00;
}

lable1 {
  color: red;
}

@keyframes buttonanim {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.1);
  }

  40% {
    transform: scale(1);
  }

  60% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

div#check {
  animation: 0.8s infinite buttonanim;
}

*,
:after,
:before {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: #fff;
  font-family: "Roboto Slab", serif;
}

a:active,
a:link,
a:visited {
  color: #fff700;
  text-decoration: none;
}

.svg-icon {
  width: 35px;
  height: 55px;
  margin: 0 auto;
  padding-top: 10px;
}

.svg-icon-footer {
  width: 24px;
  margin: 0 auto;
  padding-top: 10px;
  margin-left: 2px;
}

.svg-icon-review {
  width: 20px;
  padding-top: 10px;
}

.svg-icon-main {
  width: 25px;
  margin: 0 auto;
  padding-top: 0;
}

.svg-icon-main path {
  fill: #fff;
}

.svg-icon path {
  fill: #A50405;
}

.svg-icon-review path {
  fill: #fc3;
}

.svg-icon-footer path {
  fill: #fff;
}

@media only screen and (min-width: 767px) {
  .nav-area .svg-icon {
    display: none;
  }
}

p {
  text-align: justify;
  font-family: "Arial", Arial;
  font-size: 20px;
  color: #f8cca5;
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .mobiletest-html {
    overflow-x: hidden;
  }
}

.img-rate {
  width: 15px;
  display: inline-block;
  cursor: pointer;
  margin-top: 5px;
}

.img-rate path {
  fill: #fc3;
}

.pic-heading {
  border: none;
  padding-top: 15px;
  margin-bottom: 0;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 400;
  color: #A50405;
  text-align: center;
}

.pic-container {
  padding: 10px 10px;
  margin: 0;
  width: 80%;
  margin: 0 auto;
}

div.pic-row {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  padding: 0;
}

div.pic-section {
  float: left;
  width: 18%;
  float: left;
}

img.img-responsive.lazy {
  width: 100%;
}

@media (min-width: 300px) and (max-width: 426px) {
  div.pic-section {
    padding: 3px;
    float: left;
    width: 48%;
    margin: 5px 3px 20px 3px;
  }

  .pic-container {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .new-top-right {
    width: 100%;
    margin-right: 0 !important;
  }

  .new-top-icon {
    width: 20%;
  }
}

@media (min-width: 426px) and (max-width: 769px) {
  div.pic-section {
    padding: 3px;
    float: left;
    width: 33.333%;
  }

  .pic-container {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .new-top-right {
    width: 100%;
    margin-right: 0 !important;
  }

  .new-top-icon {
    width: 20%;
  }
}

@media (min-width: 769px) {
  div.pic-section {
    padding: 5px 5px 5px 5px;
    float: left;
    width: 23%;
    margin: 10px 10px 30px 10px;
  }

  .pic-container {
    padding: 10px;
    margin: 0;
    width: 90%;
    margin: 0 auto;
  }
}

.pic-head {
  padding: 5px;
  position: relative;
  text-align: center;
  background: #031521;
}

.pic-head h4 {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #A50405;
  margin: 0;
}

a {
  text-decoration: none;
}

ul.rateus {
  list-style: none;
  margin: 0;
  left: 0;
  right: 0;
  padding: 0;
}

.rateus li {
  display: inline-block;
  padding: 1px;
  color: #fff;
}

.pic-data {
  position: relative;
  text-align: center;
  margin-top: -5px;

}

.pic-title p {
  text-align: center;
  font-family: "Open Sans Condensed", sans-serif;
  margin: 0;
  font-size: 12px;
}

.pic-title h3 {
  padding: 0;
  margin: 0;
}

.view-pic {
  padding: 5px;
}

img.lazy {
  width: 100%;
  transition: filter 0.5s ease-in-out;
}

.container-model {
  width: 80%;
  margin: 0 auto;
}

.secondary-header {
  color: #fff;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 400;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.secondary-text {
  font-family: "Open Sans Condensed", sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: justify;
}

.title-model {
  font-size: 25px;
  color: #A50405;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 400;
  margin: 5px 5px;
}

@media (max-width: 426px) {
  .container-model {
    width: 90%;
    margin: 0 auto;
  }

  .secondary-header {
    font-size: 18px;
  }

  .pic-data {
    min-height: 0;
  }
}

p a strong {
  font-weight: 400;
}

h1 a strong {
  color: #A50405;
}

*,
:after,
:before {
  box-sizing: border-box;
}

.pro-heading {
  border: 0;
  padding-top: 15px;
  margin-bottom: 0;
  font-family: "Francois One", sans-serif;
  font-weight: 400;
  color: #A50405;
}

.pro-container {
  padding: 10px 10px;
  margin: 0;
  width: 80%;
  margin: 0 auto;
}

ul.pro-row {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  padding: 0;
}

li.pro-section {
  float: left;
  width: 18%;
  float: left;
}

img.img-responsive.lazy {
  width: 100%;
}

@media (min-width: 300px) and (max-width: 426px) {
  li.pro-section {
    padding: 7px;
    float: left;
    width: 50%;
  }

  .pro-container {
    padding: 0;
    margin: 0;
    width: 100%;
  }
}

@media (min-width: 426px) and (max-width: 769px) {
  li.pro-section {
    padding: 7px;
    float: left;
    width: 33.333%;
  }

  .pro-container {
    padding: 0;
    margin: 0;
    width: 100%;
  }
}

@media (min-width: 769px) {
  li.pro-section {
    padding: 7px;
    float: left;
    width: 20%;
  }

  .pro-container {
    padding: 10px;
    margin: 0;
    width: 90%;
    margin: 0 auto;
  }
}

.catTitle {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  font-size: 17px;
  padding: 5px 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  font-weight: 700;
}

.pro-name {
  position: relative;
  bottom: 5px;
}

td a {
  color: #fff !important;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

p.MsoNormal {
  color: #fff;
  font-size: 15px;
  font-family: "Roboto Slab", serif;
}

p.about-details {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #fed161;
  padding: 0;
  margin: 0;
}

strong {
  font-weight: 400;
  color: #ffe210;
}

.right-image a strong {
  font-weight: 700;
}

.right-image b a {
  color: #fff812;
  font-weight: 600;
  text-decoration: underline;
}

.col-sm-2,
.col-sm-8,
.col-xs-12 {
  position: relative;
  min-height: 1px;
}

body {
  font-family: "Roboto Slab", serif;
}

.svg-icon-profile {
  width: 28px;
  margin: 0 auto;
  padding-top: 0;
  padding-right: 10px;
}

svg {
  -webkit-filter: drop-shadow(0 0 0 #031521);
  filter: drop-shadow(0 0 0 rgba(0, 0, 0));
}

.col-sm-6 {
  float: left;
}

.img-rate {
  width: 16px;
  display: inline-block;
  cursor: pointer;
  margin-top: 0;
  vertical-align: middle;
}

.img-rate path {
  fill: #fc3;
}

.svg-pos {
  padding-left: 60px;
}

.currency-svg {
  width: 40px;
  display: inline-block;
  cursor: pointer;
  margin-top: 5px;
}

.currency-svg path {
  fill: #fff;
}

.rate-pos {
  position: absolute;
  left: 5%;
  top: 12px;
}

.convert {
  font-size: 12px;
  text-transform: uppercase;
  position: absolute;
  left: 5%;
  top: 40px;
}

img {
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

textarea {
  overflow: auto;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-danger {
  color: #a94442;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

table {
  background-color: transparent;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type="range"] {
  display: block;
  width: 100%;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[readonly] {
  background-color: #eee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

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

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  font-family: "Roboto Slab", serif;
}

.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}

.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

input[type="submit"].btn-block {
  width: 100%;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  color: inherit;
  text-align: center;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}

.panel-title>a {
  color: inherit;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #031521;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}

.close:focus,
.close:hover {
  color: #031521;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner>.item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner>.item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-inner>.active {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.clearfix:after,
.container:after,
.panel-body:after,
.row:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.hidden {
  display: none !important;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

.btn:focus,
.btn:hover {
  outline: 0;
}

a,
a:focus,
a:hover {
  color: #fff;
}

.rating-stars>li {
  padding: 0;
}

#accordion .indicator,
#accordion1 .indicator {
  font-size: 15px;
}

.text-golden {
  color: #fc3;
}

.success {
  display: none;
}

.list-inline>li {
  padding: 0;
}

.subpage-menu-links {
  border-bottom: 1px solid #532821;
  padding-top: 10px;
}

.subpage-back-menu-list li {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
}

.subpage-back-menu-list li a {
  color: #fc3;
  font-weight: 400;
}

.sub-leftbar-escort-cat {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: relative;
}

.escorts-booking-btn {
  background: #A50405;
  font-size: 24px;
  padding: 10px;
  text-align: center;
  width: 100%;
}

.avs-abut-block .panel-default {
  background: 0;
  border: 0;
}

.avs-abut-block .panel-heading {
  border-radius: 0;
  background: linear-gradient(0deg, #9a0000, #031521);
  padding: 10px 25px 10px 30px;
  color: #fff;
  border-color: #a30303;
}

.avs-abut-block .panel-body {
  padding: 15px 30px;
  overflow: auto;
}

.avs-abut-block .panel-heading h4 a {
  font-size: 26px;
  font-family: "Roboto Slab", serif;
}

.avs-abut-block .panel-heading i.indicator {
  padding-top: 10px;
}

.escort-stats-short-info-table td,
.escort-stats-short-info-table tr {
  padding: 7px 15px 5px 0;
}

.escorts-rates-container td {
  font-size: 13px;
  padding: 5px 10px;
  text-transform: uppercase;
}

.escorts-reviwes-posted-by>h4 {
  font-weight: 400;
  font-size: 24px;
  margin: 0 0 4px;
  color: #A50405;
}

.reviews-post-date {
  color: #d8d8d8;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  font-family: "Roboto Slab", serif;
}

.escorts-reviwes-desc p {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 16px;
}

#escorts-reviews>li {
  border-bottom: 1px solid #3e3e3e;
  margin: 0 0 20px;
  padding-bottom: 10px;
}

.escorts-reviews-list {
  max-height: 600px;
  overflow: auto;
}

.reviews-cols .panel-body {
  padding-right: 20px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border: 0;
}

.empApply {
  border-radius: 0;
}

.empApply {
  background: #a30303;
  font-size: 20px;
  padding: 7px 10px;
  font-family: "Roboto Slab", serif;
}

.btn:focus {
  color: #fff;
}

.text-yellow {
  color: #fed161;
}

.success {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 7px #fff;
  color: #A50405;
  padding: 20px;
}

#accordion .indicator,
#accordion1 .indicator,
#accordion10 .indicator,
#accordion2 .indicator,
#accordion5 .indicator {
  font-size: 15px;
}

#ExpBooking {
  cursor: pointer;
  font-family: "Roboto Slab", serif;
}

.panel-default {
  border-color: #ffffb9;
}

.escort-stats-short-info-table {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
}

.list-inline {
  margin-left: 0;
  margin-bottom: 0;
}

a:focus,
a:hover {
  outline: 0;
  outline-offset: 0;
  text-decoration: none;
}

.panel-group {
  margin-bottom: 5px;
}

.rightREV .panel-body {
  padding: 0;
}

.rightREV #escorts-reviews>li {
  padding: 0 20px;
}

.button.b-close {
  background: #A50405;
  border-radius: 7px;
  box-shadow: none;
  color: #fff;
  font: 700 131% sans-serif;
  padding: 0 6px 1px;
  position: absolute;
  right: -7px;
  top: -10px;
  cursor: pointer;
}

.curN {
  cursor: pointer;
}

.default-outer {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding-bottom: 50px;
}

.sub-rightbar-escort-cat .avs-abut-block .panel-body {
  max-height: 100%;
}

.escorts-rates-container .responsive-table td {
  border: 1px solid #fff;
}

#avs-abut-Review .indicator {
  font-size: 15px;
}

.E-detail-star-tag {
  margin-top: 0 !important;
}

select {
  -webkit-appearance: none;
}

.right-photogallery-listing {
  padding: 0 10px;
  font-size: 0;
}

.right-photogallery-listing li {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  min-height: 305px;
  overflow: hidden;
  float: none;
  display: inline-block;
  font-size: 14px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .right-photogallery-listing li {
    min-height: 205px;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .right-photogallery-listing li {
    min-height: 135px;
  }
}

.form-control {
  color: #031521;
}

.form-control::-webkit-input-placeholder {
  color: #031521;
}

.form-control:-moz-placeholder {
  color: #031521;
}

.form-control::-moz-placeholder {
  color: #031521;
}

.form-control:-ms-input-placeholder {
  color: #031521;
}

body a {
  color: #ffffb9;
}

.curN {
  color: #fc3;
  font-size: 22px !important;
}

.accordion_Rates {
  margin-right: 60px;
}

#collapseFive .panel-body {
  max-height: none;
  overflow: auto;
  padding: 15px 35px;
}

.abut-desc-block {
  font-size: 18px;
  padding: 0 15px;
  font-weight: 300;
  margin: 0 0 36px;
}

@media only screen and (min-width: 240px) and (max-width: 320px) {
  .avs-abut-block .panel-heading {
    padding-left: 15px;
  }

  .accordion_Rates {
    margin-right: 30px;
  }

  .escorts-rates-container .responsive-table td {
    font-size: 10px;
  }

  .avs-abut-block .panel-body {
    padding: 15px 5px;
  }

  .right-photogallery-listing li {
    width: 33%;
  }

  .escort-stats-short-info-table {
    width: 100%;
  }

  .right-photogallery-listing li {
    margin-bottom: 0;
    padding: 5px;
  }

  .right-photogallery-listing>li {
    margin-left: 0;
    margin-bottom: 5px;
  }

  #post-reviews-form-btn .col-xs-12 {
    margin-bottom: 10px;
    padding: 0 !important;
  }
}

@media only screen and (min-width: 360px) and (max-width: 375px) {
  .avs-abut-block .panel-heading {
    padding-left: 15px;
  }

  .accordion_Rates {
    margin-right: 30px;
  }

  .escorts-rates-container .responsive-table td {
    font-size: 12px;
  }

  .right-photogallery-listing li {
    width: 33%;
  }

  .escort-stats-short-info-table {
    width: 100%;
  }

  .right-photogallery-listing li {
    margin-bottom: 0;
    padding: 5px;
  }

  .escort-stats-short-info-table td,
  .escort-stats-short-info-table tr {
    padding: 5px 0;
  }

  .avs-abut-block .panel-body {
    padding: 15px;
  }

  .right-photogallery-listing {
    margin-left: 15px;
    margin-right: 15px;
  }

  .right-photogallery-listing>li {
    margin-left: 0;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 380px) and (max-width: 400px) {
  .avs-abut-block .panel-heading {
    padding-left: 15px;
  }

  .accordion_Rates {
    margin-right: 30px;
  }

  .escorts-rates-container .responsive-table td {
    font-size: 12px;
  }

  .right-photogallery-listing li {
    width: 33%;
  }

  .escort-stats-short-info-table {
    width: 100%;
  }

  .right-photogallery-listing li {
    margin-bottom: 0;
    padding: 5px;
  }

  .escort-stats-short-info-table td,
  .escort-stats-short-info-table tr {
    padding: 5px 0;
  }

  .avs-abut-block .panel-body {
    padding: 15px;
  }

  .right-photogallery-listing {
    margin-left: 15px;
    margin-right: 15px;
  }

  .right-photogallery-listing>li {
    margin-left: 0;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 360px) and (max-width: 380px) {
  .escorts-rates-container .responsive-table td {
    font-size: 11.5px;
  }
}

@media only screen and (min-width: 414px) and (max-width: 480px) {
  .avs-abut-block .panel-heading {
    padding-left: 15px;
  }

  .accordion_Rates {
    margin-right: 30px;
  }

  .escorts-rates-container .responsive-table td {
    font-size: 14px;
  }

  .right-photogallery-listing li {
    width: 33%;
    margin: 0 !important;
  }

  .right-photogallery-listing {
    margin-left: 10px;
    margin-right: 10px;
  }

  .escort-stats-short-info-table {
    width: 100%;
  }

  .right-photogallery-listing li {
    margin-bottom: 0;
    padding: 5px;
  }

  .escort-stats-short-info-table td,
  .escort-stats-short-info-table tr {
    padding: 5px 0;
  }

  .avs-abut-block .panel-body {
    padding: 15px;
  }

  .right-photogallery-listing>li {
    margin-left: 0;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 533px) and (max-width: 599px) {
  .avs-abut-block .panel-heading {
    padding-left: 15px;
  }

  .accordion_Rates {
    margin-right: 30px;
  }

  .right-photogallery-listing li {
    width: 33%;
    margin: 0 !important;
  }

  .escort-stats-short-info-table {
    width: 100%;
  }

  .escorts-rates-container table {
    width: 100%;
  }

  .right-photogallery-listing li {
    margin-bottom: 0;
    padding: 5px;
  }

  .escort-stats-short-info-table td,
  .escort-stats-short-info-table tr {
    padding: 5px 0;
  }

  .avs-abut-block .panel-body {
    padding: 15px;
  }

  .right-photogallery-listing>li {
    margin-left: 15px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 603px) {
  .avs-abut-block .panel-heading {
    padding-left: 15px;
  }

  .accordion_Rates {
    margin-right: 30px;
  }

  .right-photogallery-listing li {
    width: 33%;
  }

  .escort-stats-short-info-table {
    width: 100%;
  }

  .escorts-rates-container table {
    width: 100%;
  }

  .right-photogallery-listing li {
    margin-bottom: 0;
    padding: 5px;
  }

  .escort-stats-short-info-table td,
  .escort-stats-short-info-table tr {
    padding: 5px 0;
  }

  .avs-abut-block .panel-body {
    padding: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .accordion_Rates {
    margin-right: 15px;
  }

  .escorts-rates-container td {
    font-size: 11px;
  }

  .stats-col>.panel-collapse>.panel-body,
  .stats-col>.panel-heading {
    padding-left: 10px;
  }

  .rates-col>.panel-collapse>.panel-body,
  .rates-col>.panel-heading {
    padding-left: 10px;
  }

  .reviews-cols>.panel-collapse>.panel-body,
  .reviews-cols>.panel-heading {
    padding-left: 10px;
  }

  .responsive-table td:nth-child(1) {
    padding-left: 0;
  }
}

@media only screen and (min-width: 980px) and (max-width: 1024px) {
  .accordion_Rates {
    margin-right: 15px;
  }

  .escorts-rates-container td {
    font-size: 10.6px;
  }

  .avs-abut-block .panel-heading {
    padding-left: 20px;
  }

  .rates-col>.panel-collapse>.panel-body {
    padding-left: 10px;
  }

  .rating-stars>li {
    width: 16%;
  }

  .rating-stars {
    display: -moz-box;
    display: -webkit-inline-box;
  }

  #ReivewWrite .form-group:nth-child(1),
  #ReivewWrite .form-group:nth-child(2) {
    width: 100%;
  }
}

@media only screen and (min-width: 1170px) and (max-width: 1280px) {
  .right-photogallery-listing li: nth-child(4n+1) {
    clear: both;
  }

  .rating-stars {
    display: block;
  }

  .rating-stars li {
    display: inline-block;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .right-photogallery-listing li: nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .right-photogallery-listing li: nth-child(4n+1) {
    clear: both;
  }
}

@media (max-width: 568px) and (min-width: 300px) {
  .form-control: :-moz-placeholder {
    color: #eac63e !important;
  }
}

img {
  max-width: 100%;
}

@media only screen and (min-width: 100px) and (max-width: 767px) {
  .abut-desc-block {
    padding: 0 5px;
    margin-bottom: 10px;
    clear: both;
  }

  .right-photogallery-listing li {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .right-photogallery-listing {
    margin: 0 !important;
  }

  .escort-stats-short-info {
    padding: 0 5px;
  }

  .ava-abut-middle-content {
    padding: 0 5px;
  }

  .ava-abut-middle-content>h1 {
    margin-top: 5px;
  }

  #collapseFive .panel-body {
    padding: 14px 5px;
  }

  #NCounting>li:first-child {
    margin-left: 4px !important;
  }

  .form-group.n_lev {
    display: table;
    float: none;
    margin: auto;
  }

  #NauGTYLevel+.col-lg-4.text-left,
  #NauGTYLevel~.col-lg-4.text-center,
  #NauGTYLevel~.col-lg-4.text-right {
    display: inline-block;
    margin-bottom: 17px;
    margin-left: -2px;
    width: 33%;
  }

  .avs-abut-block .panel-body {
    padding: 15px 10px;
  }

  #post-reviews-form-btn>.col-xs-12.col-sm-6 {
    padding: 0;
    margin: 0 auto 7px;
  }

  #EscortS_RatE>table {
    width: 100%;
  }

  .panel-group {
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 100px) and (max-width: 500px) {
  .right-photogallery-listing li {
    width: 33%;
  }

  .right-photogallery-listing li:nth-child(3n + 1) {
    clear: both;
  }

  .escorts-booking-btn {
    font-size: 21px;
    padding: 5px 10px;
  }

  .avs-abut-block .panel-heading h4 a {
    font-size: 21px;
  }

  .avs-abut-block .panel-heading i.indicator {
    padding-top: 5px;
  }

  .ava-abut-middle-content>h1 {
    font-size: 25px;
  }

  .ava-abut-middle-content>p {
    font-size: 13px;
  }

  .form-group.n_lev {
    width: 259px;
  }

  #NCounting>li {
    margin: 0 0 0 16px !important;
  }

  .rightREV #escorts-reviews>li {
    padding: 0 5px;
  }

  .avs-abut-block .panel-heading {
    padding: 10px 15px;
  }
}

@media only screen and (min-width: 501px) and (max-width: 767px) {
  .right-photogallery-listing li {
    width: 25%;
    margin-left: -2px;
  }

  .form-group.n_lev {
    width: 455px;
  }

  #NCounting>li {
    margin: 0 0 0 38px !important;
  }

  .ava-abut-middle-content>h1 {
    font-size: 27px;
  }

  .ava-abut-middle-content>p {
    font-size: 15px;
  }

  #post-reviews-form-btn>.col-xs-12.col-sm-6 {
    float: none;
    width: 75%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .avs-abut-block .panel-heading h4 a {
    font-size: 22px;
  }

  .escorts-booking-btn {
    font-size: 22px;
  }

  .avs-abut-block .panel-heading i.indicator {
    padding-top: 7px;
  }

  .ava-abut-middle-content>h1 {
    font-size: 22px;
  }

  .avs-abut-block .panel-body {
    padding: 5px 20px;
  }

  #collapseFive .panel-body {
    padding: 15px 5px;
  }

  #NCounting>li {
    margin: 0 0 0 17px !important;
  }

  #NCounting>li:first-child {
    margin: 0 0 0 12px !important;
  }

  #NauGTYLevel+.col-lg-4.text-left,
  #NauGTYLevel~.col-lg-4.text-center,
  #NauGTYLevel~.col-lg-4.text-right {
    display: inline-block;
    margin-bottom: 17px;
    margin-left: -2px;
    width: 33%;
  }

  .empApply {
    font-size: 17px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .avs-abut-block .panel-body {
    padding: 5px 15px !important;
  }

  .avs-abut-block .panel-heading h4 a {
    font-size: 24px;
  }

  #NCounting>li {
    margin: 0 0 0 16px !important;
  }

  #NCounting>li:first-child {
    margin-left: 4px !important;
  }

  #NauGTYLevel+.col-lg-4.text-left,
  #NauGTYLevel~.col-lg-4.text-center,
  #NauGTYLevel~.col-lg-4.text-right {
    display: inline-block;
    margin-bottom: 17px;
    margin-left: -2px;
    width: 33%;
  }

  .empApply {
    font-size: 15px !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1310px) {
  .container {
    width: 1199px;
  }

  .ava-abut-middle-content h1 {
    font-size: 30px;
  }

  .avs-abut-block .panel-body {
    padding: 15px 25px !important;
  }

  #NCounting>li {
    margin: 0 0 0 23px !important;
  }

  #NCounting>li:first-child {
    margin-left: 4px !important;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .rating-stars>li>img {
    width: 15px;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}

.dinner-date-text-danger {
  color: #a30303 !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  #post-reviews-form-btn .col-xs-12 {
    margin-bottom: 10px;
    padding: 0 !important;
  }

  .avs-abut-block .panel-heading {
    padding-left: 15px;
  }

  .accordion_Rates {
    margin-right: 10px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #post-reviews-form-btn .col-xs-12 {
    margin-bottom: 10px;
    padding: 0 !important;
  }

  .avs-abut-block .panel-heading {
    padding-left: 15px;
  }

  .accordion_Rates {
    margin-right: 10px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #post-reviews-form-btn .col-xs-12 {
    margin-bottom: 10px;
    padding: 0 !important;
  }

  .avs-abut-block .panel-heading {
    padding-left: 15px;
  }

  .accordion_Rates {
    margin-right: 10px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  #post-reviews-form-btn .col-xs-12 {
    margin-bottom: 10px;
    padding: 0 !important;
  }

  .avs-abut-block .panel-heading {
    padding-left: 15px;
  }

  .accordion_Rates {
    margin-right: 10px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #post-reviews-form-btn .col-xs-12 {
    margin-bottom: 10px;
    padding: 0 !important;
  }

  .avs-abut-block .panel-heading {
    padding-left: 15px;
  }

  .accordion_Rates {
    margin-right: 10px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #post-reviews-form-btn .col-xs-12 {
    margin-bottom: 10px;
    padding: 0 !important;
  }

  .avs-abut-block .panel-heading {
    padding-left: 15px;
  }

  .accordion_Rates {
    margin-right: 10px;
  }

  .escorts-rates-container .responsive-table td {
    font-size: 10px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  #post-reviews-form-btn .col-xs-12 {
    margin-bottom: 10px;
    padding: 0 !important;
  }

  .avs-abut-block .panel-heading {
    padding-left: 15px;
  }

  .accordion_Rates {
    margin-right: 10px;
  }

  .escorts-rates-container .responsive-table td {
    font-size: 11px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #post-reviews-form-btn .col-xs-12 {
    margin-bottom: 10px;
    padding: 0 !important;
  }

  .avs-abut-block .panel-heading {
    padding-left: 15px;
  }

  .accordion_Rates {
    margin-right: 10px;
  }

  .escorts-rates-container .responsive-table td {
    font-size: 11px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #post-reviews-form-btn .col-xs-12 {
    margin-bottom: 10px;
    padding: 0 !important;
  }

  .avs-abut-block .panel-heading {
    padding-left: 15px;
  }

  .accordion_Rates {
    margin-right: 10px;
  }

  .escorts-rates-container .responsive-table td {
    font-size: 11px;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  #post-reviews-form-btn .col-xs-12 {
    margin-bottom: 10px;
    padding: 0 !important;
  }

  .avs-abut-block .panel-heading {
    padding-left: 15px;
  }

  .accordion_Rates {
    margin-right: 10px;
  }

  .escorts-rates-container .responsive-table td {
    font-size: 12px;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  #post-reviews-form-btn .col-xs-12 {
    margin-bottom: 10px;
    padding: 0 !important;
  }

  .avs-abut-block .panel-heading {
    padding-left: 15px;
  }

  .accordion_Rates {
    margin-right: 10px;
  }

  .escorts-rates-container .responsive-table td {
    font-size: 12px;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  #post-reviews-form-btn .col-xs-12 {
    margin-bottom: 10px;
    padding: 0 !important;
  }

  .avs-abut-block .panel-heading {
    padding-left: 15px;
  }

  .accordion_Rates {
    margin-right: 10px;
  }

  .escorts-rates-container .responsive-table td {
    font-size: 12px;
  }
}

.blueimp-gallery {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-backface-visibility: hidden;
}

.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #031521;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none;
}

.blueimp-gallery>.slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.blueimp-gallery {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.blueimp-gallery>.next,
.blueimp-gallery>.prev {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #031521;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  cursor: pointer;
  display: none;
}

.blueimp-gallery>.next {
  left: auto;
  right: 15px;
}

.blueimp-gallery>.close,
.blueimp-gallery>.title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #031521;
  opacity: 0.8;
  display: none;
}

.blueimp-gallery>.close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}

.blueimp-gallery>.play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url(gallery-img/img/play-pause.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}

.blueimp-gallery>.close:hover,
.blueimp-gallery>.next:hover,
.blueimp-gallery>.play-pause:hover,
.blueimp-gallery>.prev:hover,
.blueimp-gallery>.title:hover {
  color: #fff;
  opacity: 1;
}

.blueimp-gallery-controls>.close,
.blueimp-gallery-controls>.next,
.blueimp-gallery-controls>.play-pause,
.blueimp-gallery-controls>.prev,
.blueimp-gallery-controls>.title {
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.blueimp-gallery>.close,
.blueimp-gallery>.next,
.blueimp-gallery>.play-pause,
.blueimp-gallery>.prev {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body:last-child .blueimp-gallery>.play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(gallery-img/img/play-pause.svg);
}

.blueimp-gallery>.indicator {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 15px;
  left: 15px;
  margin: 0 40px;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 10px;
  display: none;
}

.blueimp-gallery-controls>.indicator {
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.blueimp-gallery>.indicator {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.blueimp-gallery>.indicator {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 15px;
  left: 15px;
  margin: 0 40px;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 10px;
  display: none;
}

.blueimp-gallery-controls>.indicator {
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.blueimp-gallery>.indicator {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:hover,
.call-btn:hover {
  color: #fff !important;
  background: linear-gradient(0deg, #031521, #9a0000);
}

.curncy-img {
  margin: 0 4px;
  padding-bottom: 5px;
  width: 23px;
}

.NaughtyNess_count {
  margin: 10px 0;
}

output {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  text-align: center;
  width: 100%;
}

.rangeSlider,
.rangeSlider__fill {
  background: #fff;
  display: block;
  height: 10px;
  width: 100%;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.rangeSlider {
  position: relative;
}

.rangeSlider__fill {
  background: #16a085;
  position: absolute;
  top: 0;
  z-index: 2;
}

.rangeSlider__handle {
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -5px;
  z-index: 3;
  background-image: -webkit-gradient(linear,
      50% 0,
      50% 100%,
      color-stop(0, rgba(255, 255, 255, 0)),
      color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0),
      rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0),
      rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0),
      rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.rangeSlider__handle:after {
  content: "";
  display: block;
  background: #a30305;
  width: 10px;
  height: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear,
      50% 0,
      50% 100%,
      color-stop(0, rgba(0, 0, 0, 0.13)),
      color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13),
      rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13),
      rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.13),
      rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.13),
      rgba(255, 255, 255, 0));
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.rangeSlider__handle:active {
  background-image: -webkit-gradient(linear,
      50% 0,
      50% 100%,
      color-stop(0, rgba(0, 0, 0, 0.1)),
      color-stop(100%, rgba(0, 0, 0, 0.12)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.12));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.12));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}

#NauGTYLevel>input[type="range"]:focus+.rangeSlider .rangeSlider__handle {
  display: none;
  -webkit-box-shadow: 0 0 8px rgba(142, 68, 173, 0.9);
  -moz-box-shadow: 0 0 8px rgba(142, 68, 173, 0.9);
  box-shadow: 0 0 8px rgba(142, 68, 173, 0.9);
}

.rangeSlider__buffer {
  z-index: 1;
  position: absolute;
  top: 3px;
  height: 14px;
  background: #2c3e50;
  border-radius: 10px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.abut-desc-block>h1 {
  text-align: left;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.1;
  margin-top: 0;
  font-family: "Open Sans Condensed", sans-serif;
  color: #A50405;
  padding: 10px;
}

label {
  font-family: "Roboto Slab", serif;
}

.default-outer.without-sidebars>.container {
  max-width: 75%;
  width: 100%;
}

.default-outer.without-sidebars {
  padding: 0;
  position: relative;
}

.escort-write-review .reviews-cols label {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 8px;
}

.middle-section-right li:second {
  margin-bottom: 0;
}

#popup2 {
  top: 50% !important;
  left: 50% !important;
  position: fixed !important;
  transform: translate(-50%, -50%);
}

.escort-new-action-list {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}

.escort-new-action-list .price-gfe {
  font-size: 21px;
  background: url(imgs/gfe-bg.png) no-repeat;
  background-size: 100% 100%;
  color: #031521;
  text-align: center;
  font-weight: 600;
}

.escort-new-action-list .price-gfe,
.escort-new-action-list li .escorts-booking-btn,
.escort-new-action-list li a {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.escort-new-action-list li {
  width: calc(100% / 3);
  float: left;
  padding: 0 10px;
}

.escort-new-action-list .four-list li {
  width: calc(100% / 3);
}

.escort-new-action-list li a {
  display: block;
  background: linear-gradient(0deg, #9a0000, #031521, #a40000);
  color: #fff;
  text-align: center;
  padding: 8px 6px;
  font-size: 27px;
  font-weight: 500;
}

.escort-new-action-list ul {
  margin: 0 0 0 -10px;
  width: calc(100% + 20px);
  display: table;
}

.escort-new-action-list li .escorts-booking-btn {
  font-size: 27px;
  padding: 8px 6px;
  background: #A50405;
}

.avs-abut-block .ava-abut-middle-content h1 {
  font-size: 23px;
  line-height: 30px;
}

.avs-abut-block .ava-abut-middle-content p {
  line-height: 22px;
}

.gfe-static-text {
  padding: 12px 30px;
}

.escort-new-action-list li a img {
  position: relative;
  top: -1px;
  margin: 0 4px 0 0;
}

.gfe-static-text .honesty_is_the_policy_text {
  font-weight: 300;
  font-size: 16px;
  margin: 15px 0;
  line-height: normal;
  font-style: italic;
}

.right-photogallery-listing li {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  min-height: 305px;
  overflow: hidden;
  float: none;
  display: inline-block;
  font-size: 14px;
  width: 33.333%;
}

.inner-page .subpage-back-menu-list {
  position: absolute;
  top: -40px;
  left: 50%;
  background: 0;
  margin: 0 auto;
  padding: 8px 15px;
  width: 90%;
  transform: translateX(-50%);
}

body a {
  color: #f5c87c;
  font-weight: 500;
}

.template-inner {
  position: static;
}

.gold-select {
  background-repeat: no-repeat !important;
  background-position: right 8px center !important;
  color: #d4d4d4 !important;
  font-style: italic;
  background-color: transparent !important;
  min-height: 39px;
  border-radius: 10px !important;
  border: solid 1px #ffe065 !important;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  background-size: 15px !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.gold-select option {
  color: #031521;
}

.escort-detail-top-bar {
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 15px;
}

.escort-detail-top-bar .escort-details-name {
  font-size: 44px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 3px;
  font-family: "Open Sans Condensed", sans-serif;
  text-align: center;
}

.escort-detail-top-bar .detail-tagline {
  font-size: 20px;
  font-weight: 400;
  color: #fed161;
  font-family: "Open Sans Condensed", sans-serif;
  text-align: center;
  padding-top: 10px;
}

.escort-detail-top-bar .rating-stars {
  margin: 8px 0 15px;
}

.escort-detail-top-bar .rating-stars li {
  padding: 0 4px 0 0;
}

.escort-detail-top-bar .rating-stars li .fa {
  color: #f0c736;
  font-size: 23px;
}

.escort-tags li p {
  margin: 0;
  text-transform: capitalize;
}

.escort-tags li {
  padding: 2px 16px 2px 10px;
  background: url(imgs/detail-tag.png) no-repeat;
  background-size: 100% 100%;
  font-size: 13px;
  font-weight: 700;
  margin: 0 8px 0 0;
}

.escort-detail-top-bar .escort-tags {
  margin: 0 0 -10px;
}

.escort-detail-top-left {
  width: 20%;
  text-align: center;
}

.escort-detail-top-right {
  width: 80%;
  padding-left: 30px;
}

.escort-detail-top-left:after {
  content: " ";
  display: block;
  width: 1px;
  height: 70%;
  background: #d59a8c;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
}

.escort-detail-body-left,
.escort-detail-body-right {
  width: 20%;
  background: rgba(0, 0, 0, 0.3);
  padding: 0;
}

.escort-detail-body-center {
  width: 60%;
  padding-top: 0;
  background: #0315210007a;
}

.escort-details-body-content {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.escort-detail-body-left>.col-xs-12,
.escort-detail-body-right>.col-xs-12 {
  padding: 0;
}

.indicator.glyphicon-triangle-right:before {
  content: "\e252";
}

.right-photogallery-listing li img {
  width: 100%;
  margin-bottom: 12px;
}

.rightbar-cat-photogallery-section .pgallery-title {
  font-size: 36px;
  margin: 0 0 12px 10px;
  text-transform: capitalize;
  font-family: "Roboto Slab", serif;
}

.rightbar-cat-photogallery-section .pgallery-title span {
  text-transform: uppercase;
  color: #fed161;
  font-weight: 500;
}

.escort-description-col-jk {
  padding: 0;
}

#avs-abut-Review {
  display: table;
  width: 100%;
}

.Question-Stars label {
  font-size: 15px;
  font-weight: 400;
}

.Question-Stars .rating-stars li {
  font-size: 20px;
  color: #f0c736;
}

.Question-Stars:last-child .rating-stars {
  margin: 0;
}

body {
  overflow-x: hidden;
  background-color: #031521;
}

.escort-write-review .reviews-cols {
  background: 0;
  border: 0;
}

.escort-write-review .reviews-cols .panel-body {
  padding: 36px 20px !important;
  background: rgba(0, 0, 0, 0.6);
  margin: 10px 0 0;
}

.escort-write-review .panel-heading {
  display: table;
  width: auto;
  float: right;
  background: #A50405;
  border-radius: 0;
  margin: 0 0 10px;
  padding: 10px 36px;
  font-family: "Roboto Slab", serif;
}

.escort-write-review .panel-heading a {
  color: #fff;
  font-size: 18px;
}

.escort-write-review #NCounting>li {
  width: calc(100% / 10);
  float: left;
  margin: 0 !important;
  font-size: 14px;
  padding: 0 10px;
}

.escort-write-review .submit-btn {
  background: #A50405;
  color: #031521;
}

.escort-write-review #NCounting {
  margin: -7px 3px 0 5px;
  display: table;
  width: 100%;
  position: relative;
  top: 6px;
}

.escort-write-review .escorts-reviwes-full-container .form-control {
  background-color: transparent !important;
  border-radius: 10px !important;
  border: solid 1px #ffe065 !important;
  min-height: 39px !important;
  color: #fff !important;
  font-size: 16px !important;
}

.escort-write-review .escorts-reviwes-full-container .form-group {
  margin-bottom: 30px;
}

.escort-write-review ::-webkit-input-placeholder {
  color: #d4d4d4;
  font-style: italic;
}

.escort-write-review .form-control::-moz-placeholder {
  color: #d4d4d4;
  font-style: italic;
}

.escort-write-review :-ms-input-placeholder {
  color: #d4d4d4;
  font-style: italic;
}

.escort-write-review .form-control:-moz-placeholder {
  color: #d4d4d4;
  font-style: italic;
}

.rates-accordion .panel-body {
  padding: 0;
}

.rates-accordion .panel-body td {
  border: 0;
  border-right: solid 1px #999;
}

.rates-accordion .panel-body table {
  border-bottom: solid 1px #999;
}

.rates-accordion .panel-body .text-center {
  padding: 10px 0 8px;
  font-size: 14px;
  font-weight: 400;
}

.escort-details-body-content .panel table td {
  font-size: 16px;
  padding-bottom: 6px;
  font-weight: 400;
  font-family: "Roboto Slab", serif;
}

.escort-details-body-content .panel table .thead {
  font-weight: 600;
  padding-top: 20px;
}

.form-control option {
  color: #031521;
}

@media (min-width: 0) and (max-width: 321px) {
  .escort-new-action-list li.call-link-li a {
    font-size: 14px;
    padding: 0;
  }

  .svg-icon-profile {
    width: 24px;
  }
}

@media (min-width: 322px) and (max-width: 767px) {
  .escort-new-action-list li.call-link-li a {
    font-size: 16px;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .right-photogallery-listing li {
    min-height: auto !important;
    margin-bottom: 0 !important;
  }

  .sub-leftbar-escort-cat {
    margin-top: 20px;
  }

  .escort-new-action-list li {
    width: 100%;
    margin: 0 0 8px;
  }

  .escort-new-action-list li.call-link-li {
    width: 100%;
  }

  .escort-new-action-list li.call-link-li a img {
    max-width: 18px;
    margin: 0;
  }

  .escort-new-action-list li.call-link-li.one {
    padding-right: 10px;
  }

  .escort-new-action-list li.call-link-li.two {
    padding-left: 10px;
  }

  .pgallery-title {
    font-size: 23px;
  }

  .escort-new-action-list {
    margin: 0 0 13px;
  }

  .abut-desc-block {
    font-size: 15px;
    padding: 0;
  }

  .inner-page .subpage-back-menu-list {
    width: 100%;
  }

  .subpage-back-menu-list li {
    font-size: 15px;
  }

  .default-outer.without-sidebars>.container {
    max-width: 100%;
  }

  .template-inner {
    padding: 0;
  }

  .escort-write-review .reviews-cols label {
    font-size: 15px;
  }

  .empApply {
    margin-top: 20px;
  }

  .default-outer.without-sidebars {
    padding-top: 0 !important;
  }

  .abut-desc-block h1 {
    font-size: 25px;
  }

  .escort-detail-body-center,
  .escort-detail-body-left,
  .escort-detail-body-right {
    width: 100%;
  }

  .escort-detail-top-left,
  .escort-detail-top-right {
    width: 100%;
    padding: 0;
  }

  .escort-detail-top-left:after {
    display: none;
  }

  .escort-detail-top-bar .escort-details-name {
    font-size: 34px;
  }

  .escort-detail-top-bar .detail-tagline {
    font-size: 16px;
  }

  .escort-detail-top-bar .rating-stars li .fa {
    font-size: 20px;
  }

  .escort-new-action-list li:first-child {
    width: 100%;
  }

  .escort-new-action-list .four-list li:last-child {
    width: 100%;
  }

  .escort-detail-top-right {
    margin: 23px 0 0;
  }

  .escort-new-action-list li .escorts-booking-btn {
    font-size: 23px;
  }

  .escort-new-action-list .price-gfe,
  .escort-new-action-list li .escorts-booking-btn,
  .escort-new-action-list li a {
    height: 43px;
  }

  .escort-new-action-list .price-gfe {
    font-size: 18px;
    font-weight: 500;
  }

  .rightbar-cat-photogallery-section .pgallery-title {
    font-size: 25px;
  }

  .gfe-static-text {
    padding: 0 15px;
  }

  .escort-detail-body-center>.col-xs-12 {
    padding: 0;
  }

  body {
    overflow-x: hidden;
  }

  .row {
    margin: 0;
    width: 100%;
  }

  .escort-write-review .panel-heading {
    margin: 16px 0 10px;
    padding: 6px 20px;
  }

  .escort-write-review .panel-heading a {
    font-size: 15px;
  }

  .escort-write-review #NCounting>li {
    padding: 0 5px;
  }
}

@media (min-width: 1200px) and (max-width: 1700px) {
  .abut-desc-block>h1 {
    font-size: 32px;
  }

  .abut-desc-block {
    font-size: 15px;
  }

  .escort-write-review .reviews-cols label {
    font-size: 16px;
  }

  .escort-detail-top-bar .escort-details-name {
    font-size: 32px;
  }

  .escort-detail-top-bar .detail-tagline {
    font-size: 15px;
  }

  .escort-detail-top-bar .rating-stars li .fa {
    font-size: 18px;
  }

  .escort-new-action-list li .escorts-booking-btn {
    font-size: 20px;
  }

  .escort-new-action-list li a {
    font-size: 20px;
  }

  .escort-new-action-list .price-gfe {
    font-size: 16px;
    font-weight: 500;
  }

  .escort-new-action-list li a img {
    width: 20px;
  }

  .escort-new-action-list .price-gfe,
  .escort-new-action-list li .escorts-booking-btn,
  .escort-new-action-list li a {
    height: 49px;
  }

  .gfe-static-text .honesty_is_the_policy_text {
    font-size: 14px;
    margin: 2px 0;
  }

  .escort-detail-body-left .panel-title a,
  .escort-detail-body-right .panel-title a {
    font-size: 23px !important;
  }

  .escort-details-body-content .panel table td {
    font-size: 14px;
    padding-bottom: 4px;
  }

  .rightbar-cat-photogallery-section .pgallery-title {
    font-size: 32px;
  }

  .escort-details-body-content .rates-accordion .panel-body {
    padding: 0 !important;
  }

  .escort-details-body-content #EscortS_RatE {
    overflow-x: auto;
  }

  .escort-write-review .panel-heading a {
    font-size: 16px;
  }

  .escorts-reviwes-posted-by .reviews-post-date {
    margin: 0 0 6px;
  }

  .accordion_Rates {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .abut-desc-block>h1 {
    font-size: 30px;
  }

  .abut-desc-block {
    font-size: 15px;
    display: table;
    width: 100%;
  }

  .default-outer.without-sidebars>.container {
    max-width: 100%;
  }

  .escort-write-review .reviews-cols label {
    font-size: 16px;
  }

  .default-outer.without-sidebars {
    padding-top: 0 !important;
  }

  .escort-detail-top-left {
    width: 30%;
  }

  .escort-detail-top-right {
    width: 70%;
    padding: 0 10px;
  }

  .escort-detail-top-bar .escort-details-name {
    font-size: 24px;
  }

  .escort-detail-top-bar .detail-tagline {
    font-size: 15px;
  }

  .escort-tags li {
    padding: 2px 12px 2px 7px;
    font-size: 11px;
  }

  .escort-new-action-list li .escorts-booking-btn {
    font-size: 17px;
  }

  .escort-new-action-list li a {
    font-size: 16px;
  }

  .escort-new-action-list li a img {
    width: 17px;
  }

  .escort-new-action-list .price-gfe,
  .escort-new-action-list li .escorts-booking-btn,
  .escort-new-action-list li a {
    height: 41px;
  }

  .escort-details-body-content>div {
    width: 100%;
  }

  .escort-detail-body-center {
    margin: 0 0 30px;
  }

  .escort-new-action-list .four-list li {
    width: calc(100% / 3);
  }

  .escort-new-action-list .four-list li:nth-child(4) {
    position: absolute;
    top: -46px;
    right: 0;
    padding: 0;
    width: auto;
  }

  .escort-new-action-list .price-gfe {
    font-size: 15px;
    font-weight: 400;
    padding: 3px 20px;
    height: auto !important;
  }

  .escort-write-review #NCounting>li {
    padding-left: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .escort-write-review #NCounting>li {
    text-align: center;
    padding: 0 10px;
  }

  .escort-write-review #NCounting {
    left: -3px;
  }

  .abut-desc-block>h1 {
    font-size: 25px;
  }

  .abut-desc-block {
    font-size: 14px;
    display: table;
    width: 100%;
  }

  .default-outer.without-sidebars>.container {
    max-width: 95%;
  }

  .escort-write-review .reviews-cols label {
    font-size: 16px;
  }

  .escort-detail-top-bar .escort-details-name {
    font-size: 32px;
  }

  .escort-detail-top-bar .detail-tagline {
    font-size: 14px;
  }

  .escort-detail-top-bar .rating-stars li .fa {
    font-size: 18px;
  }

  .escort-detail-top-bar .rating-stars li {
    padding: 0 8px 0 0;
  }

  .escort-new-action-list li .escorts-booking-btn {
    font-size: 18px;
  }

  .escort-new-action-list li a {
    font-size: 18px;
  }

  .escort-new-action-list li a img {
    width: 18px;
  }

  .escort-new-action-list .price-gfe {
    font-size: 15px;
  }

  .escort-new-action-list .price-gfe,
  .escort-new-action-list li .escorts-booking-btn,
  .escort-new-action-list li a {
    height: auto;
  }

  .escort-tags li {
    padding: 2px 10px 2px 6px;
    font-size: 11px;
  }

  .gfe-static-text {
    padding: 3px 15px;
  }

  .gfe-static-text .honesty_is_the_policy_text {
    font-size: 13px;
  }

  .avs-abut-block .panel-heading .panel-title a {
    font-size: 20px;
  }

  .escort-details-body-content .panel table td {
    font-size: 13px;
  }

  #EscortS_RatE {
    overflow-x: auto;
  }

  .escort-detail-body-right {
    position: absolute;
    top: 49%;
    width: 30%;
  }

  .escort-detail-body-left {
    width: 30%;
  }

  .escort-detail-body-center {
    width: 70%;
    margin-bottom: 30px;
  }
}

#avs-abut-Review #escorts-reviews>li:first-child {
  padding-top: 15px;
}

#avs-abut-Review .panel-body {
  background: rgba(0, 0, 0, 0.4);
}

#avs-abut-Review #escorts-reviews>li:last-child {
  margin-bottom: 0;
}

.escort-stats-short-info {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 16px;
}

.blueimp-gallery,
.blueimp-gallery>.slides>.slide>.slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-backface-visibility: hidden;
}

.blueimp-gallery>.slides>.slide>.slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}

.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #031521;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none;
}

.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #031521;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.blueimp-gallery-display {
  display: block;
  opacity: 1;
}

.blueimp-gallery>.slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.blueimp-gallery-carousel>.slides {
  position: absolute;
}

.blueimp-gallery>.slides>.slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pgallery-title>h2 {
  margin-top: 0;
}

a:focus,
a:hover {
  outline: 0;
  outline-offset: 0;
  text-decoration: none;
}

.default-outer {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  color: #fff;
  padding-bottom: 50px;
}

.right-photogallery-listing li {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  min-height: 260px;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 992px) {
  .right-photogallery-listing li {
    min-height: 205px;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .right-photogallery-listing li {
    min-height: 135px;
  }
}

@media only screen and (min-width: 240px) and (max-width: 320px) {
  .pgallery-title h2 {
    font-size: 25px;
    margin-bottom: 0;
  }

  .right-photogallery-listing li {
    width: 33%;
  }

  .right-photogallery-listing li {
    margin-bottom: 0;
    padding: 5px;
  }

  .right-photogallery-listing>li {
    margin-left: 0;
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 360px) and (max-width: 375px) {
  .right-photogallery-listing li {
    width: 33%;
  }

  .right-photogallery-listing li {
    margin-bottom: 0;
    padding: 5px;
  }

  .right-photogallery-listing {
    margin-left: 15px;
    margin-right: 15px;
  }

  .right-photogallery-listing>li {
    margin-left: 0;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 380px) and (max-width: 400px) {
  .right-photogallery-listing li {
    width: 33%;
  }

  .right-photogallery-listing li {
    margin-bottom: 0;
    padding: 5px;
  }

  .right-photogallery-listing {
    margin-left: 15px;
    margin-right: 15px;
  }

  .right-photogallery-listing>li {
    margin-left: 0;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 414px) and (max-width: 480px) {
  .right-photogallery-listing li {
    width: 33%;
    margin: 0 !important;
  }

  .right-photogallery-listing {
    margin-left: 10px;
    margin-right: 10px;
  }

  .right-photogallery-listing li {
    margin-bottom: 0;
    padding: 5px;
  }

  .right-photogallery-listing>li {
    margin-left: 0;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 533px) and (max-width: 599px) {
  .right-photogallery-listing li {
    width: 33%;
    margin: 0 !important;
  }

  .right-photogallery-listing li {
    margin-bottom: 0;
    padding: 5px;
  }

  .right-photogallery-listing>li {
    margin-left: 15px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 603px) {
  .right-photogallery-listing li {
    width: 33%;
  }

  .right-photogallery-listing li {
    margin-bottom: 0;
    padding: 5px;
  }
}

@media only screen and (min-width: 1170px) and (max-width: 1280px) {
  .right-photogallery-listing li: nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .right-photogallery-listing li: nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .right-photogallery-listing li: nth-child(4n+1) {
    clear: both;
  }
}

img {
  max-width: 100%;
}

@media only screen and (min-width: 100px) and (max-width: 767px) {
  .right-photogallery-listing li {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .pgallery-title h2 {
    font-size: 25px;
    margin-bottom: 0;
  }

  .right-photogallery-listing {
    margin: 0 !important;
  }
}

@media only screen and (min-width: 100px) and (max-width: 350px) {
  h2 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 100px) and (max-width: 500px) {
  .right-photogallery-listing li {
    width: 33%;
  }

  .right-photogallery-listing li:nth-child(3n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 501px) and (max-width: 767px) {
  .right-photogallery-listing li {
    width: 25%;
    margin-left: -2px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1310px) {
  .container {
    width: 1199px;
  }
}

.blueimp-gallery {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-backface-visibility: hidden;
}

.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #031521;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none;
}

.blueimp-gallery>.slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.blueimp-gallery {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.blueimp-gallery>.next,
.blueimp-gallery>.prev {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #031521;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  cursor: pointer;
  display: none;
}

.blueimp-gallery>.next {
  left: auto;
  right: 15px;
}

.blueimp-gallery>.close,
.blueimp-gallery>.title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #031521;
  opacity: 0.8;
  display: none;
}

.blueimp-gallery>.close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}

.blueimp-gallery>.play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url(img/play-pause.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}

.blueimp-gallery>.close:hover,
.blueimp-gallery>.next:hover,
.blueimp-gallery>.play-pause:hover,
.blueimp-gallery>.prev:hover,
.blueimp-gallery>.title:hover {
  color: #fff;
  opacity: 1;
}

.blueimp-gallery-controls>.close,
.blueimp-gallery-controls>.next,
.blueimp-gallery-controls>.play-pause,
.blueimp-gallery-controls>.prev,
.blueimp-gallery-controls>.title {
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.blueimp-gallery>.close,
.blueimp-gallery>.next,
.blueimp-gallery>.play-pause,
.blueimp-gallery>.prev {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body:last-child .blueimp-gallery>.play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(img/play-pause.svg);
}

.blueimp-gallery>.indicator {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 15px;
  left: 15px;
  margin: 0 40px;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 10px;
  display: none;
}

.blueimp-gallery-controls>.indicator {
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.blueimp-gallery>.indicator {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.blueimp-gallery,
.blueimp-gallery>.slides>.slide>.slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-backface-visibility: hidden;
}

.blueimp-gallery>.slides>.slide>.slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}

.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #031521;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none;
}

.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #031521;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.blueimp-gallery-display {
  display: block;
  opacity: 1;
}

.blueimp-gallery>.slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.blueimp-gallery-carousel>.slides {
  position: absolute;
}

.blueimp-gallery>.slides>.slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.right-image p {
  margin-bottom: 0;
  font-family: "aerial", sans-serif;
  color: #fff;
  font-size: 17px;
  text-shadow: 0 0 3px #031521;
  letter-spacing: 0.8px;
  line-height: 28px;
  font-weight: 500;
}

.left-space {
  padding-left: 40px;
}

.right-space {
  padding-right: 40px;
}

.uk-section-small {
  padding: 15px;
  background-color: #031521;
}

.blink-bg {
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 50px;
  animation: blinkingBackground 2s infinite;
  border: 1px solid #fed161;
}

.main-heading-text {
  font-size: 20px;
  text-align: center;
  padding: 15px 0 15px 0;
  margin: auto;
  color: #A50405;
  font-family: "aerial", sans-serif;
  font-weight: 900;
}

.text-muted marquee {
  width: 290px;
  margin-left: 5%;
  vertical-align: bottom;
}

.top-bottom-space {
  padding: 24px 0;
}

.icon-bar {
  position: fixed;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999;
  right: 0;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #031521;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  bottom: 0;
  background: #031521;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  transition: 0.5s ease;
  opacity: 1;
  color: #fff;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

.uk-section-full {
  padding: 0;
  background-color: #031521;
}

@media (max-width: 480px) {
  .uk-section-full {
    padding: 20px 0;
  }
}

.best-escort-bg {
  height: 100% !important;
  background: url(images/best-escort-bg.jpg);
  background-repeat: repeat;
  background-position: center;
  background-size: auto 320%;
  margin-bottom: 0 !important;
}

.best-escort-bg .col.text-center {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.45098039215686275) !important;
  border-radius: 50px;
  padding: 10px 50px;
}

.background-splitbar-tags {
  height: 100% !important;
  background: url(images/tagsbg.jpg);
  background-repeat: repeat;
  background-position: center;
  background-size: auto 160%;
}

.best-escort-bg-tags {
  height: 100% !important;
  background: url(images/best-escort-bg.jpg);
  background-repeat: repeat;
  background-position: center center;
  background-size: auto 240%;
}

.footer-best-escort-bg-tags {
  height: 100% !important;
  background: url(images/best-escort-bg.jpg);
  background-repeat: repeat;
  background-position: center;
  background-size: auto 228%;
}

.best-escort-bg-tags h5 {
  margin-bottom: 20px;
}

.footer-splitter-background {
  height: 100% !important;
  background: url(images/best-escort-background.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.footer-splitter-background::before {
  position: absolute;
  background: #031521000bf;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

a.btn-book-now {
  border: 1px solid #fed161;
  padding: 12px 27px;
  text-transform: uppercase;
  width: auto;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  font-family: "aerial", sans-serif;
  font-size: 20px;
  letter-spacing: 0.8px;
}

a.btn-book-now:hover {
  color: #fff;
  border: 1px solid #fed161;
  background: linear-gradient(138deg, #b2001a, #031521);
}

a.btn-view-more {
  border: 1px solid #fed161;
  padding: 12px 30px;
  text-transform: uppercase;
  width: auto;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  font-family: "aerial", sans-serif;
  font-size: 20px;
  letter-spacing: 0.8px;
}

a.btn-view-more:hover {
  color: #fff;
  border: 1px solid #fed161;
  background: linear-gradient(138deg, #b2001a, #031521);
}

.view-more-text {
  margin: 0 auto;
  text-align: center;
}

.popular-tags ul {
  text-align: center;
}

.popular-tags ul li {
  list-style: none;
  display: inline-block;
}

.popular-tags ul li a {
  background: #031521;
  color: #fff;
  text-align: center;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 15px;
  margin-bottom: 5px;
  display: inline-block;
  font-family: "aerial", sans-serif;
  letter-spacing: 0.8px;
}

.popular-tags ul li a:hover {
  background: #A50405;
  text-decoration: none;
}

.popular-tags h2 {
  text-align: center;
  padding-bottom: 30px;
}

.footer-full h1 {
  color: #fff;
  text-align: left;
  font-weight: 700;
}

p.text-muted-full {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.8px;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.d-none {
  display: none !important;
}

.footer-splitter {
  height: 100% !important;
  background: url(images/Chennai_escorts_footer.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 140%;
}

.footer-splitter::before {
  position: absolute;
  background: #031521000bf;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.main-heading-2 {
  color: #fff;
  text-align: left;
  font-size: 26px;
  font-family: "Roboto Slab", serif;
  font-weight: 900;
  margin-top: 20px;
}

.text-muted-full-2 {
  font-size: 16px;
  margin: 10px 0;
  color: #fff;
  letter-spacing: 0.8px;
  font-weight: 600;
}

.footer-full a {
  font-size: 22px;
  font-family: "aerial", sans-serif;
  letter-spacing: 0.8px;
  color: #e7f604;
  font-weight: 600;
  margin-bottom: 30px;
  margin-right: 5px;
}

#contactForm .btn {
  border: 1px solid #fed161;
  transition: background 0.5s, color 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(138deg, #031521, #031521);
  text-transform: uppercase;
  font-family: "aerial", sans-serif;
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 20px;
  margin-top: 40px;
  font-weight: 900;
}





.w3-black-4,
.w3-hover-black:hover {
  color: #fff !important;
}

.w3-display-middle-4 {
  position: absolute;
  top: 78%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

a.btn-book-now-slider {
  background-color: #A50405;
  padding: 15px 30px;
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  font-family: "aerial", sans-serif;
  letter-spacing: 0.8px;
}

a.btn-book-now-slider:hover {
  background-color: #fff;
  color: #A50405;
}

.bubblesbarfull {
  position: fixed;
  opacity: 0.2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.sticky {
  position: relative;
  top: 0;
  width: 100%;
  background-color: #031521;
  z-index: 9999;
  border-bottom: 0px solid #404040;
}

.gallery-cont {
  padding-bottom: 0px;
}

.right-corner {
  position: absolute;
  width: 150px;
  height: 100px;
  padding-top: 0;
  padding-left: 0;
  margin-top: -14px;
  margin-left: -14px;
  color: #fff;
  overflow: hidden;
  text-align: center;
  box-shadow: inset 0 0 0 #999;
}

.right-corner-gallery {
  position: absolute;
  width: 150px;
  height: 100px;
  padding-top: 0;
  padding-left: 0;
  margin-top: -69px;
  margin-left: -14px;
  color: #fff;
  overflow: hidden;
  text-align: center;
  box-shadow: inset 0 0 0 #999;
}

.mobile-float-padd {
  display: none;
}

.popular-tags h5 {
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-family: "Roboto Slab", serif;
  margin-top: 0;
}

@media (max-width: 480px) {

  .tag1 {
    display: none;
  }


  .gallery-cont {
    padding-bottom: 0px;
  }

  .home-video-bg-section {
    width: 100% !important;
  }

  .all-video-bg-section {
    width: 100% !important;
  }

  center.all-video-bg-section iframe {
    height: 200px !important;
  }

  .nav-area div {
    font-size: 13px !important;
  }

  .uk-section-large {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .uk-section-services {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .title-main-heading {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
  }

  .heading-full {
    padding: 12px;
    width: 100%;
    text-align: center;
  }

  .background-splitbar h2 {
    margin-bottom: 10px;
    font-size: 18px;
    margin-top: 0;
  }

  .main-heading {
    font-size: 24px;
    line-height: 34px;
    font-weight: 800;
  }

  section h2 {
    font-size: 24px;
    font-family: "Roboto Slab", serif;
    margin-top: 34px;
    text-align: center;
  }

  .right-image a strong {
    font-weight: 800;
  }

  .right-space {
    padding-right: 0;
  }

  .main-heading-text {
    font-size: 18px;
  }

  .text-muted marquee {
    width: 230px;
    margin-top: 20px;
  }

  .text-muted {
    font-size: 15px;
  }

  .w3-container {
    display: none;
  }

  .sticky .classy-mobile-top {
    display: none;
  }

  .sticky .classy-padding-top {
    padding-top: 3.2em;
    padding-bottom: 0;
  }

  .nav-area>a {
    border-radius: 10px;
    margin: 8px 3px;
    vertical-align: middle;
  }

  .a-gallery #per-image>div {
    margin: 1px 1px 25px 1px;
  }

  .view-more-text {
    margin: 0 auto;
    text-align: center;
  }

  .margin-bottom-text-2 {
    margin-top: 2em;
  }

  .margin-bottom-text {
    margin-top: 2em;
  }

  .right-corner {
    width: 100px;
    margin-top: -10px;
  }

  .right-corner-gallery {
    width: 100px;
    margin-top: -53px;
  }

  .leftbar-avs-abut-container {
    padding: 0 15px;
  }

  .right-photogallery-listing {
    padding: 0 0;
  }

  .uk-section-small {
    padding: 0;
  }

  .mobile-view-hide {
    display: none;
  }

  .mobile-slider-hide {
    display: none;
  }

  .classy-logo-top {
    padding-top: 5em;
  }

  .desktop-view-hide {
    display: block !important;
  }

  .footer-splitter {
    background: #060000;
  }

  .footer-splitter-background {
    height: 100% !important;
    background: url(images/best-escort-mobile.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .footer-splitter-background::before {
    background: rgb(0 0 15 / 50%);
  }






  .footer-best-escort-bg-tags {
    height: 100% !important;
    background: url(images/best-escort-bg.jpg);
    background-repeat: repeat;
    background-position: center center;
    background-size: auto 60%;
  }

  a.btn-book-now {
    font-size: 14px;
    padding: 10px 22px;
  }

  .uk-section-banner {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-bar a {
    padding: 14px;
    font-size: 14px;
  }

  .floating-wpp-button {
    width: 62px !important;
    height: 62px !important;
  }

  .watsapp-float-app .floating-wpp-button {
    width: 46px !important;
    height: 46px !important;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
  }

  .watsapp-float-app .floating-wpp-button svg {
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
  }

  .locations-chennai h3 {
    text-align: center;
    font-size: 20px;
  }

  .name {
    font-size: 24px;
  }

  .img-rate {
    width: 14px;
  }




  .like-rate {
    margin-right: 10px !important;
    width: 20px !important;
  }

  .heart-rate {
    margin-left: 10px !important;
    width: 20px !important;
  }

  .text-align-left {
    text-align: center !important;
  }

  div.video-section {
    width: 100% !important;
  }



  .mobile-slider-top {
    margin-top: 0em;
  }

  .floating-wpp.watsapp-float-app {
    width: 100%;
    text-align: left;
    position: relative !important;
    bottom: 0 !important;
    padding-top: 0 !important;
  }

  .floating-wpp-button {
    float: left;
  }





  .mobile-float-padd {
    padding: 7px 0;
    display: block;
  }

  .floating-call-app {
    z-index: 1000;
    color: #031521;
    bottom: 20px;
    left: 0;
    font-size: 14px;
    transition: bottom 0.2s;
    width: 100%;
    background: linear-gradient(0deg, #d00000, #031521);
    border-radius: 50px;
    padding: 10px 0;
    border: 1px solid #fed161;
  }

  .floating-wpp.watsapp-float-app .floating-wpp-popup.active {
    bottom: 23px !important;
  }

  .best-escort-bg {
    background-size: auto 230%;
  }

  .home-intro p {
    font-size: 20px !important;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .gallery-cont {
    padding-bottom: 32px;
  }

  .home-video-bg-section {
    width: 100% !important;
  }

  .all-video-bg-section {
    width: 100% !important;
  }

  center.all-video-bg-section iframe {
    height: 200px !important;
  }

  .uk-section-large {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .uk-section-services {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .title-main-heading {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
  }

  .heading-full {
    padding: 20px;
    width: 100%;
  }

  .background-splitbar h2 {
    margin-bottom: 10px;
    font-size: 18px;
    margin-top: 0;
  }

  .main-heading {
    font-size: 24px;
    line-height: 34px;
    font-weight: 800;
  }

  section h2 {
    font-size: 24px;
    font-family: "Roboto Slab", serif;
    margin-top: 34px;
    text-align: center;
  }

  .right-image a strong {
    font-weight: 800;
  }

  .right-space {
    padding-right: 0;
  }

  .main-heading-text {
    font-size: 18px;
  }

  .text-muted marquee {
    width: 230px;
    margin-top: 20px;
  }

  .text-muted {
    font-size: 15px;
  }

  .w3-container {
    display: none;
  }

  .sticky .classy-mobile-top {
    display: none;
  }

  .sticky .classy-padding-top {
    padding-top: 3.2em;
    padding-bottom: 0;
  }

  .nav-area>a {
    border-radius: 10px;
    margin: 4px;
  }

  .a-gallery #per-image>div {
    margin: 1px 1px 25px 1px;
  }

  .view-more-text {
    margin: 0 auto;
    text-align: center;
  }

  .margin-bottom-text-2 {
    margin-top: 2em;
  }

  .margin-bottom-text {
    margin-top: 2em;
  }

  .right-corner {
    width: 100px;
    margin-top: -10px;
  }

  .right-corner-gallery {
    width: 100px;
    margin-top: -53px;
  }

  .leftbar-avs-abut-container {
    padding: 0 15px;
  }

  .right-photogallery-listing {
    padding: 0 0;
  }















  .uk-section-small {
    padding: 0;
  }

  .mobile-view-hide {
    display: none;
  }

  .mobile-slider-hide {
    display: none;
  }

  .classy-logo-top {
    padding-top: 5em;
  }

  .desktop-view-hide {
    display: block !important;
  }

  .footer-splitter {
    background: #060000;
  }

  .footer-splitter-background {
    height: 100% !important;
    background: url(images/best-escort-mobile.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .footer-splitter-background::before {
    background: rgb(0 0 15 / 50%);
  }

  .footer-best-escort-bg-tags {
    height: 100% !important;
    background: url(images/best-escort-bg.jpg);
    background-repeat: repeat;
    background-position: center center;
    background-size: auto 60%;
  }

  a.btn-book-now {
    font-size: 14px;
    padding: 10px 22px;
  }

  .uk-section-banner {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-bar a {
    padding: 14px;
    font-size: 14px;
  }

  .floating-wpp-button {
    width: 42px !important;
    height: 42px !important;
  }

  .locations-chennai h3 {
    text-align: center;
    font-size: 20px;
  }

  .name {
    font-size: 24px;
  }

  .img-rate {
    width: 14px;
  }

  .like-rate {
    margin-right: 10px !important;
    width: 20px !important;
  }

  .heart-rate {
    margin-left: 10px !important;
    width: 20px !important;
  }

  .text-align-left {
    text-align: center !important;
  }

  div.video-section {
    width: 100% !important;
  }

  .mobile-slider-top {
    margin-top: 2em;
  }

  .floating-wpp {
    width: 100%;
    text-align: left;
    position: relative !important;
    bottom: 0 !important;
    padding-top: 0 !important;
  }

  .floating-wpp-button {
    float: left;
  }

  .mobile-float-padd {
    padding: 7px 0;
    display: block;
  }

  .floating-call-app {
    z-index: 10000;
    color: #031521;
    position: fixed;
    bottom: 20px;
    left: 30px;
    font-size: 14px;
    transition: bottom 0.2s;
    width: 85%;
    background: linear-gradient(0deg, #d00000, #031521);
    border-radius: 50px;
    padding: 10px 0;
    border: 1px solid #fed161;
  }

  .floating-wpp .floating-wpp-popup.active {
    bottom: 23px !important;
  }

  .best-escort-bg {
    background-size: auto 145%;
  }

  .home-intro p {
    font-size: 20px !important;
  }
}

.desktop-view-hide {
  display: none;
}

ul.quick-links {
  -moz-column-count: 5;
  -moz-column-gap: 20px;
  -webkit-column-count: 5;
  -webkit-column-gap: 20px;
  column-count: 10;
  column-gap: 20px;
}

ul.quick-links li {
  width: 100%;
  color: #fff;
  min-width: calc(25% - 10px);
  margin: 0 4px 10px 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  display: inherit;
  transition: all .3s ease-in-out;
  font-family: open sans, sans-serif;
  border: 2px solid #8f1917;
  text-align: center;
  color: #fff;
  box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
  padding: 10px 20px !important;
}

ul.quick-links li a {
  color: #fff;
  font-family: "aerial", sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.8px;
}

ul.quick-links li a:hover {
  color: #A50405;
}

.pic-data-locations {
  position: relative;
  text-align: center;
  margin-top: -5px;

}

.locations-name {
  font-size: 18px;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #fff;
  font-family: "aerial", sans-serif;
  font-weight: 700;
}

.locations-category {
  font-size: 13px;

  color: #fff;
  margin-bottom: 20px;
  min-height: 75px;
}

p.pb-4.text-2 {
  color: #fff;
}

.locations-btn {
  padding: 12px;

}

.locations-btn a {
  background: #031521;
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid #031521;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 1.1em;
  font-weight: 600;
}

.locations-btn a:hover {
  background: linear-gradient(138deg, #b2001a, #031521);
  border: 1px solid #fed161;
}

.locations-btn1 {
  padding: 8px;

}

.locations-btn1 a {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 1.1em;
  font-weight: 600;
}



.pic-data-bottom {
  position: relative;
  text-align: center;
  margin-top: -5px;

  padding: 25px 15px;
}

.uk-section-white {
  background: #031521000;
  padding: 0px 5px 50px 5px;
}

.like-rate path {
  fill: #04cf00;
}

.like-rate {
  margin-right: 16px;
  width: 26px;
}

.heart-rate path {
  fill: red;
  animation: 0.87s infinite beatHeart;
}

.heart-rate {
  margin-left: 16px;
  width: 26px;
}

.home-intro {
  background-color: #212529;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 38.4px 0;
  padding: 1rem 0;
  position: relative;
  text-align: left;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.text-center {
  text-align: center !important;
}

.home-intro p {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0;
  text-align: unset;
  margin-top: 0;
}

.home-intro p a {
  font-weight: 600;
}

.home-intro p .highlighted-word {
  font-size: 1.6em;
}

.highlighted-word.highlighted-word-animation-1 {
  position: relative;
}

html .text-color-primary,
html .text-primary {
  color: #eb0304 !important;
}

.highlighted-word {
  font-family: "Shadows Into Light", cursive;
  font-weight: 500;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.text-5 {
  font-size: 1.5em !important;
}

.highlighted-word.highlighted-word-animation-1:after {
  content: "";
  position: absolute;
  right: calc(100% - 74px);
  bottom: -6px;
  background: url(images/pencil-blue-line.png);
  width: 74px;
  height: 15px;
  -webkit-animation-name: pencilAnimation;
  animation-name: pencilAnimation;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  overflow: hidden;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.home-intro p span:not(.highlighted-word) {
  color: #fff;
  display: block;
  font-size: 0.75em;
  font-weight: 300;
  padding-top: 5px;
  opacity: 0.7;
}

.text-align-left {
  text-align: left;
}

.title-main-heading {
  font-size: 28px;
  text-align: left;
  font-family: "Roboto Slab", serif;
  margin-top: 34px;
}

div.video-section {
  padding: 6px;
  float: left;
  width: 48%;
  margin: 10px;
}

.video-full-section {
  width: 70%;
}

.margin-bottom-text img {
  margin-bottom: 3em;
}

.margin-bottom-text-2 img {
  margin-bottom: 3em;
}

.margin-bottom-text-2 {
  margin-top: 3em;
}

.main-heading.footer-title {
  text-align: left;
  color: #fff;
}

.section-tertiary {
  background-color: #2baab1 !important;
  border-color: #26969c !important;
}

.section-tertiary h4 {
  color: #fff;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 27px;
  margin: 0 0 14px 0;
  font-family: "Roboto Slab", serif;
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.p-5 {
  padding: 3rem !important;
}

.form-control {
  border-color: rgba(0, 0, 0, 0.09);
}

.text-2 {
  font-size: 0.9em !important;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: "aerial", sans-serif;
}

.form-group:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.section-quaternary {
  background-color: #383f48 !important;
  border-color: #2d323a !important;
}

.section-quaternary h4 {
  color: #fff;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 27px;
  margin: 0 0 14px 0;
  font-family: "Roboto Slab", serif;
  text-align: center;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.section-quaternary h5 {
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  line-height: 18px;
  margin: 0 0 14px 0;
  text-transform: uppercase;
  font-family: "Roboto Slab", serif;
}

.text-light {
  color: #fff !important;
}

.room-suite-info label {
  font-family: "aerial", sans-serif;
  font-weight: 600;
}

.form-control-label {
  font-family: "aerial", sans-serif;
  font-weight: 600;
}

.d-sm-block {
  display: block !important;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

input[type="submit"].btn-block {
  width: 100%;
}

.btn-primary {
  background-color: #eb0304;
  border-color: #eb0304 #eb0304 #069;
  color: #fff;
}

.text-2 {
  font-size: 0.9em !important;
  letter-spacing: 0.8px;
}

.mb-10 {
  margin-bottom: 5em;
}

.col-md-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.padding-top-text {
  padding-top: 3em;
}

.form-group label {
  color: #fff;
  font-family: "aerial", sans-serif;
  font-weight: 600;
}

.padd-30 {
  padding: 0 30px;
}

.gallery-bg-section {
  background-image: url(images/gallery-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
}

.pricing-bg-section {
  background-image: url(images/gallery-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 95%;
}

.locations-bg-section {
  background-image: url(images/locations-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
}

.services-bg-section {
  background-image: url(images/services-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
}

.home-video-bg-section {
  background-image: url(images/home-video-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 65%;
  padding: 7px 6px 0 6px;
}

.all-video-bg-section {
  background-image: url(images/full-video-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 65%;
  padding: 7px 6px 0 6px;
}

.full-video-bg-section {
  background-image: url(images/full-video-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  padding: 7px 8px 2px 6px;
}

.video-bg-section {
  background-image: url(images/video-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
}

.blog-bg-section {
  background-image: url(images/full-blog-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  padding: 5px 7px;
}

.locations-chennai h2 {
  text-transform: inherit;
}

.new-arrival-bg {
  padding: 0;
  text-align: center;
}

.new-top-right {
  margin-right: 0;
}

.new-top-icon {
  float: right;
  margin-top: -5px;
  margin-bottom: 4px;
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.48);
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 20px;
  letter-spacing: 0.1rem;
  font-weight: 700;
  text-shadow: 0 0 3px #031521;
  color: #ffaf00;
  font-family: "aerial", sans-serif;
}

.pricing .text-uppercase {
  text-transform: uppercase !important;
}

.pricing .text-center {
  text-align: center !important;
  margin: 0 auto;
}

.pricing .card-price {
  font-size: 4rem;
  margin: 0;
  font-family: "aerial", sans-serif;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing hr {
  margin: 1.5rem 0;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.pricing ul li {
  margin-bottom: 1rem;
  color: #fff;
  font-family: "aerial", sans-serif;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 26px;
  font-size: 20px;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
  color: #fff;
}

.pricing strong {
  color: #fff;
  font-family: "aerial", sans-serif;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 26px;
  font-size: 20px;
}

ul.fa-ul {
  margin-bottom: 3em;
  margin-left: 3em;
}

.pricing .card-text {
  color: #fff;
  font-family: "aerial", sans-serif;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 24px;
}

section h2 {
  font-size: 20px;
  text-align: left;
  font-family: "Roboto Slab", serif;
  margin-top: 14px;
  font-weight: 600;
  color: #ffe109;
}

section h3 {
  font-size: 28px;
  text-align: left;
  font-family: "Roboto Slab", serif;
  margin-top: 34px;
  font-weight: 600;
  color: #eb0304;
}

section h4 {
  font-size: 20px;
  text-align: left;
  font-family: "Roboto Slab", serif;
  margin-top: 20px;
  font-weight: 600;
  color: #ffe109;

}

section h5 {
  font-size: 18px;
  text-align: center;
  font-family: "Roboto Slab", serif;
  margin-top: 34px;
  font-weight: 600;
  color: #eb0304;
}

section h6 {
  font-size: 28px;
  text-align: left;
  font-family: "Roboto Slab", serif;
  margin-top: 34px;
  font-weight: 600;
  color: #eb0304;
}

b,
strong {
  font-weight: 600 !important;
}

h6.card-price.text-center {
  color: #ffffff;
}

h3.mt-4.mb-4.pb-0.text-uppercase {
  color: #ffffff;
}

a.pinterest {
  color: #fca200;
  background: none;
  border: 1px solid #fca300;
  padding: 8px 14px;
  border-radius: 50%;
}

a.pinterest:hover {
  background: linear-gradient(138deg, #b2001a, #031521);
}

a.twitter {
  color: #fca200;
  background: none;
  border: 1px solid #fca300;
  padding: 8px 14px;
  border-radius: 50%;
}

a.twitter:hover {
  background: linear-gradient(138deg, #b2001a, #031521);
}

a.linkedin {
  color: #fca200;
  background: none;
  border: 1px solid #fca300;
  padding: 8px 14px;
  border-radius: 50%;
}

a.linkedin:hover {
  background: linear-gradient(138deg, #b2001a, #031521);
}

a.youtube {
  color: #fca200;
  background: none;
  border: 1px solid #fca300;
  padding: 8px 14px;
  border-radius: 50%;
}

a.youtube:hover {
  background: linear-gradient(138deg, #b2001a, #031521);
}

.top-social-media {
  padding: 30px 0;
  text-align: left;
}

.padd-top {
  margin-bottom: 10px;
}

.floating-wpp-button svg {
  display: none;
}

.floating-wpp-button {
  background: url("images/whatsapp-icon.png");
  background-color: rgb(37 211 102 / 0%) !important;
}

.callus-icon a img {
  width: 46px;
  height: 46px;
  right: 14px;
  position: relative;
  float: right;
}

ul.about-list-chennai li {
  margin-bottom: 10px;
  font-family: "aerial", sans-serif;
  color: #fff;
  font-size: 17px;
  text-shadow: 0 0 3px #031521;
  letter-spacing: 0.8px;
  line-height: 28px;
  font-weight: 500;
  text-align: justify;
}

.modal-adult {
  position: fixed;
  background-color: #031521000d9;
  z-index: 10000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.modal-inner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
}

.legal_age {
  text-align: center;
  color: #fdc689;
  font-size: 25px;
  font-weight: 900;
  position: relative;
}

.legal_age span {
  font-size: 60px;
  line-height: 60px;
  display: block;
}

.legal_age:after {
  content: "";
  text-align: center;
  height: 2px;
  background: #fdc689;
  width: 50%;
  margin: auto;
  margin-bottom: 10px;
  position: absolute;
  bottom: -18%;
  left: 26%;
}

.response {
  width: 100%;

}



.abtn {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #ffa700;
  border-color: #c88300;
  color: #031521;
  transition: background-color 300ms ease-out;
}

.abtn:hover {
  background-color: #c88300;
}

.please_age {
  text-align: center;
}




ul.tag1 li {
  background: linear-gradient(to right, #222221, #d50304, #161413);
  text-align: center;
  width: 100%;
  color: #fff;
  min-width: calc(25% - 10px);
  margin: 0 4px 10px 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  transition: all .3s ease-in-out;
  font-family: open sans, sans-serif;
  border-radius: 50px;

  color: #fff;
  box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
  padding: 10px 20px !important;
}

ul.tag1 li a {
  color: #fff
}



.marquee {
  width: 450px;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}


.marquee span {
  display: inline-block;
  padding-left: 100%;
  text-indent: 0;
  animation: marquee 15s linear infinite;
}



.marquee span:hover {
  animation-play-state: paused
}

/* Make it move */
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}


/*
     FILE ARCHIVED ON 18:05:48 Aug 18, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:54:31 Aug 16, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.492
  exclusion.robots: 0.024
  exclusion.robots.policy: 0.015
  esindex: 0.01
  cdx.remote: 8.52
  LoadShardBlock: 102.26 (3)
  PetaboxLoader3.datanode: 63.056 (4)
  PetaboxLoader3.resolve: 106.513 (2)
  load_resource: 73.52
*/