@charset "UTF-8";
body {
    background-color: #f2faeb;
    font-family: "Open Sans Condensed", sans-serif;
}
.mySlides {
    display: none;
}
.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: #f2faeb;
}
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, #000, 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 .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%;
    justify-content: center;
    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: linear-gradient(138deg, #000, #3dccb7);
    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, #000);
    color: #ffffffd1;
}
a.nav-area-active {
    background: #b2001a;
    color: #fff !important;
}
.nav-area div {
    font-size: 13px;
    font-weight: 600;
}
.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, #000, transparent);
}
.banner-area {
    background-size: cover;
    background-position: top center;
    background: #a2064e;
    text-align: center;
    padding: 30px 0;
}
.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: #3dccb7;
        top: 0;
        line-height: 2;
    }
    .navbar {
        position: relative;
    }
    .nav-area {
        padding: 1em;
        height: 100vh;
        transform: translateX(-100%);
        transition: transform 0.3s;
        display: block;
        z-index: 1030;
        background: #000;
        margin-top: 0;
        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-social.ico-show {
    display: flex;
    justify-content: space-evenly;
}
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;
    }
}
* {
    -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-md-3,
.col-md-4,
.col-md-9,
.col-sm-3,
.col-sm-9 .col-sm-4 {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}
@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%;
    }
}
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table;
}
.container:after,
.row:after {
    clear: both;
}
.second-menu {
    background: #0000005e;
}
.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, #000, #b2001a, #000);
}
.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 #000;
}
.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: #000;
    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 #000;
    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: #000;
    }
    .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-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%;
    }
}
.search-by-name {
    margin-bottom: 10px;
}
.main-heading {
    font-size: 32px;
    text-align: center;
    padding: 15px 0 10px 0;
    margin: auto;
    color: #e6750c;
    font-family: "Roboto Slab", serif;
    width: 100%;
    font-weight: 700;
}
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, #000);
    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: 768px) {
    .callnow {
        float: left !important;
        width: 100% !important;
        padding: 10px !important;
        margin: 8px 0 !important;
        border-radius: 5px !important;
        font-size: 12px !important;
    }
    .whatapp {
        float: right !important;
        width: 100% !important;
        padding: 10px !important;
        margin: 8px 0 !important;
        border-radius: 5px !important;
        font-size: 12px !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%;
    }
}
.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, #000, #b2001a, #000);
    padding: 1px;
    border-radius: 4px;
    margin-bottom: 10px;
    text-align: center;
}
.window header {
    background: #000;
    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: #8c0d00;
}
.window header h3 i {
    margin-right: 10px;
}
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, #000, #b8001b);
}
img {
    vertical-align: middle;
}
img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}
* + 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-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: 40px;
    padding-bottom: 40px;
    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;
    }
}
@media only screen and (min-width: 1024px) {
    .callnow {
        float: left !important;
        width: 40% !important;
        padding: 10px !important;
        margin: 8px 0 !important;
        border-radius: 5px !important;
        font-size: 12px !important;
    }

    .whatapp {
        float: right !important;
        width: 40% !important;
        padding: 10px !important;
        margin: 8px 0 !important;
        border-radius: 5px !important;
        font-size: 12px !important;
    }
}
.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 #000;
}
.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-margin-small {
    margin-bottom: 10px;
    margin-top: 10px;
}
* + .uk-margin-small {
    margin-top: 10px !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;
    }
}
.color-original {
    color: #8c0d00 !important;
    text-align: center;
}
strong {
    font-weight: 400;
    color: #8c0d00;
}
*,
::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: #e6750c;
    text-align: center;
    margin: auto;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 26px;
}
.container-1 {
    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;
}
section {
    padding: 100px 0;
}
section h2 {
    font-size: 28px;
    text-align: left;
    font-family: "Roboto Slab", serif;
    margin-top: 34px;
    font-weight: 600;
    color: #8c0d00;
}
section h3 {
    font-size: 28px;
    text-align: left;
    font-family: "Roboto Slab", serif;
    margin-top: 34px;
    font-weight: 600;
    color: #8c0d00;
}
section h4 {
    font-size: 28px;
    text-align: left;
    font-family: "Roboto Slab", serif;
    margin-top: 34px;
    font-weight: 600;
    color: #8c0d00;
}
section h5 {
    font-size: 28px;
    text-align: left;
    font-family: "Roboto Slab", serif;
    margin-top: 34px;
    font-weight: 600;
    color: #8c0d00;
}
section h6 {
    font-size: 28px;
    text-align: left;
    font-family: "Roboto Slab", serif;
    margin-top: 34px;
    font-weight: 600;
    color: #8c0d00;
}
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 {
    max-width: 325px;
    margin: 0 auto;
}
section.features .device-container {
    margin-bottom: 100px;
}
@media (min-width: 992px) {
    section.features .device-container {
        margin-bottom: 0;
    }
}
.text-primary {
    color: #fdcc52;
}
.svg-icon-body {
    width: 60px;
    margin: 0 auto;
    padding-top: 10px;
}
.svg-icon-body path {
    fill: #fff;
}
.head-blog {
    text-align: center;
    padding-top: 20px;
}
h4.card-title {
    text-align: center;
    font-size: 19px;
    color: #8c0d00;
    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-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%;
    }
}
.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;
}
.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: 18px;
    font-family: "Roboto Slab", serif;
    color: #fff;
}
h3 {
    color: #8c0d00;
    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 (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%;
    }
}
.footer {
    font-size: 0;
    color: #fff;
    padding: 2vw;
    text-align: center;
    display: inline-block;
    border-top: 1px solid #ff000080;
    background: linear-gradient(0deg, #b8001b, #000);
    float: left;
    width: 100%;
}
.footer > div {
    font-size: 13px;
    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: #8c0d00;
    text-transform: uppercase;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 400;
    text-shadow: 2px 1px 2px #000;
}
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 #000;
}
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;
}
@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: #fff;
    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: #8c0d00;
}
.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;
}
.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: #8c0d00;
    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: 5px 0 5px 0;
        float: left;
        width: 48%;
        margin: 5px 3px 20px 3px;
        border: 1px solid #b61d15;
    }
    .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 {
        border-radius: 6px;
        background: #000;
        padding: 5px 0 5px 0;
        float: left;
        width: 23%;
        margin: 10px 10px 30px 10px;
        border: 1px solid #b61d15;
    }
    .pic-container {
        padding: 10px;
        margin: 0;
        width: 90%;
        margin: 0 auto;
    }
}
.pic-head {
    padding: 5px;
    position: relative;
    text-align: center;
    background: #000;
}
.pic-head h4 {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #8c0d00;
    margin: 0;
}
a {
    text-decoration: none;
}
.pic-data {
    position: relative;
    text-align: center;
}
.girl-text {
    padding: 15px;
    background: #aa076b;
    background: -webkit-linear-gradient(to right, #7e5923, #fed167, #7e5923);
    background: linear-gradient(to right, #720101, #d00, #830202);
    border: 1px solid #e4b758 !important;
    text-align: center;
    margin-top: 5px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.girl-text a {
    font-size: 18px;
    font-weight: 600;
}
.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%;
}
.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: #8c0d00;
    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: #8c0d00;
}
*,
:after,
:before {
    box-sizing: border-box;
}
img.img-responsive.lazy {
    width: 100%;
}
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.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: #8c0d00;
}
.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 {
    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 #000);
    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;
}
img {
    border: 0;
}
input,
select {
    margin: 0;
    font: inherit;
    color: inherit;
}
select {
    text-transform: none;
}
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td {
    padding: 0;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.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;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
input[type="range"] {
    display: block;
    width: 100%;
}
.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;
}
.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;
}
.carousel {
    position: relative;
}
.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}
.clearfix:after,
.container:after,
.row:after {
    clear: both;
}
.hidden {
    display: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@-o-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
.btn:focus,
.btn:hover {
    outline: 0;
}
a,
a:focus,
a:hover {
    color: #fff;
}
.success {
    display: none;
}
.list-inline > li {
    padding: 0;
}
.escorts-booking-btn {
    background: #8c0d00;
    font-size: 24px;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.escorts-rates-container td {
    font-size: 13px;
    padding: 5px 10px;
    text-transform: uppercase;
}
.reviews-post-date {
    color: #d8d8d8;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    font-family: "Roboto Slab", serif;
}
#escorts-reviews > li {
    border-bottom: 1px solid #3e3e3e;
    margin: 0 0 20px;
    padding-bottom: 10px;
}
.escorts-reviews-list {
    max-height: 600px;
    overflow: auto;
}
.btn:focus {
    color: #fff;
}
.success {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 7px #fff;
    color: #8c0d00;
    padding: 20px;
}
.list-inline {
    margin-left: 0;
    margin-bottom: 0;
}
a:focus,
a:hover {
    outline: 0;
    outline-offset: 0;
    text-decoration: none;
}
.escorts-rates-container .responsive-table td {
    border: 1px solid #fff;
}
select {
    -webkit-appearance: none;
}
.form-control {
    color: #000;
}
.form-control::-webkit-input-placeholder {
    color: #000;
}
.form-control:-moz-placeholder {
    color: #000;
}
.form-control::-moz-placeholder {
    color: #000;
}
.form-control:-ms-input-placeholder {
    color: #000;
}
body a {
    color: #ffffb9;
}
@media only screen and (min-width: 240px) and (max-width: 320px) {
    .escorts-rates-container .responsive-table td {
        font-size: 10px;
    }
}
@media only screen and (min-width: 360px) and (max-width: 375px) {
    .escorts-rates-container .responsive-table td {
        font-size: 12px;
    }
}
@media only screen and (min-width: 380px) and (max-width: 400px) {
    .escorts-rates-container .responsive-table td {
        font-size: 12px;
    }
}
@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) {
    .escorts-rates-container .responsive-table td {
        font-size: 14px;
    }
}
@media only screen and (min-width: 533px) and (max-width: 599px) {
    .escorts-rates-container table {
        width: 100%;
    }
}
@media only screen and (min-width: 600px) and (max-width: 603px) {
    .escorts-rates-container table {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 800px) {
    .escorts-rates-container td {
        font-size: 11px;
    }
    .responsive-table td:nth-child(1) {
        padding-left: 0;
    }
}
@media only screen and (min-width: 980px) and (max-width: 1024px) {
    .escorts-rates-container td {
        font-size: 10.6px;
    }
}
@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) {
    #EscortS_RatE > table {
        width: 100%;
    }
}
@media only screen and (min-width: 100px) and (max-width: 500px) {
    .escorts-booking-btn {
        font-size: 21px;
        padding: 5px 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .escorts-booking-btn {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1310px) {
    .container {
        width: 1199px;
    }
}
@media (min-width: 0) and (max-width: 767px) {
    h3 {
        font-size: 22px;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .escorts-rates-container .responsive-table td {
        font-size: 12px;
    }
}
.btn:hover,
.call-btn:hover {
    color: #fff !important;
    background: linear-gradient(0deg, #000, #9a0000);
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
label {
    font-family: "Roboto Slab", serif;
}
.escort-new-action-list {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}
.escort-new-action-list .price-gfe {
    font-size: 21px;
    background: url(https://www.classybangaloreescorts.com/) no-repeat;
    background-size: 100% 100%;
    color: #000;
    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 li a {
    display: block;
    background: linear-gradient(0deg, #9a0000, #000, #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: #8c0d00;
}
.gfe-static-text {
    padding: 12px 30px;
}
.escort-new-action-list li a img {
    position: relative;
    top: -1px;
    margin: 0 4px 0 0;
}
body a {
    color: #f5c87c;
    font-weight: 500;
}
.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: #000;
}
.escort-tags li p {
    margin: 0;
    text-transform: capitalize;
}
.escort-tags li {
    padding: 2px 16px 2px 10px;
    background: url(https://www.classybangaloreescorts.com/) no-repeat;
    background-size: 100% 100%;
    font-size: 13px;
    font-weight: 700;
    margin: 0 8px 0 0;
}
.escort-details-body-content {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
body {
    overflow-x: hidden;
    background-color: #f2faeb;
}
.form-control option {
    color: #000;
}
@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) {
    .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;
    }
    .escort-new-action-list {
        margin: 0 0 13px;
    }
    .escort-new-action-list li:first-child {
        width: 100%;
    }
    .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;
    }
    .gfe-static-text {
        padding: 0 15px;
    }
    body {
        overflow-x: hidden;
    }
    .row {
        margin: 0;
        width: 100%;
    }
}
@media (min-width: 1200px) and (max-width: 1700px) {
    .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;
    }
    .escort-details-body-content #EscortS_RatE {
        overflow-x: auto;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .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-new-action-list .price-gfe {
        font-size: 15px;
        font-weight: 400;
        padding: 3px 20px;
        height: auto !important;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .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;
    }
    #EscortS_RatE {
        overflow-x: auto;
    }
}
a:focus,
a:hover {
    outline: 0;
    outline-offset: 0;
    text-decoration: none;
}
img {
    max-width: 100%;
}
@media only screen and (min-width: 100px) and (max-width: 350px) {
    h2 {
        font-size: 25px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1310px) {
    .container {
        width: 1199px;
    }
}
@media (max-width: 767px) and (min-width: 0) {
    .escort-new-action-list .price-gfe {
        font-size: 18px;
        font-weight: 500;
    }
}
@media (max-width: 992px) and (min-width: 768px) {
    .escort-new-action-list .price-gfe {
        font-size: 15px;
        font-weight: 400;
        padding: 3px 20px;
        height: auto !important;
    }
}
@media (max-width: 1200px) and (min-width: 992px) {
    .escort-new-action-list .price-gfe,
    .escort-new-action-list li .escorts-booking-btn,
    .escort-new-action-list li a {
        height: auto;
    }
}
@media (max-width: 1200px) and (min-width: 992px) {
    .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: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Roboto Slab", serif;
}
.escort-new-action-list .price-gfe {
    font-size: 16px;
    background: url(https://www.classybangaloreescorts.com/) no-repeat;
    background-size: 100% 100%;
    color: #000;
    text-align: center;
    font-weight: 600;
    margin: 0;
    font-family: "Roboto Slab", serif;
}
p.note_text {
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans Condensed", sans-serif;
}
.gallery-bg {
    background-color: #00000085;
}
.head-blog {
    text-align: center;
    padding-top: 20px;
}
.bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: #fff;
    border-radius: 20px;
}
.bar-4 {
    height: 9px;
    border-radius: 20px;
    background: #f1e767;
    background: -moz-linear-gradient(top, #f1e767 0, #feb645 100%);
    background: -webkit-linear-gradient(top, #f1e767 0, #feb645 100%);
    background: linear-gradient(to bottom, #f1e767 0, #feb645 100%);
}
.label-font {
    font-size: 13px;
}
.span_position {
    position: absolute;
    right: 0;
    bottom: -21px;
    line-height: normal;
    background: #fff;
    display: inline-block;
    padding: 0 6px;
    color: red;
    border-radius: 5px;
}
.text-center span {
    color: #fff;
}
.right-image p {
    margin-bottom: 0;
    margin-top: 12px;
    font-family: aerial, sans-serif;
    color: #000;
    font-size: 17px;
    text-shadow: 0 0 0 #000;
    letter-spacing: 0.8px;
    line-height: 26px;
    font-weight: 500;
}
.header {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab) !important;
}
.right-image p a {
    color: #ef0000;
    font-style: italic;
    font-weight: 600;
    text-decoration: underline;
}
.left-space {
    padding-left: 40px;
}
.right-space {
    padding-right: 40px;
}
.uk-section-small {
    padding: 10px 10px;
    background-color: #3dccb7;
}
.blink-bg {
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 50px;
    animation: blinkingBackground 2s infinite;
    border: 1px solid #fed161;
}
@keyframes blinkingBackground {
    0% {
        background-color: #000;
    }
    25% {
        background-color: #000;
    }
    50% {
        background-color: #8c0d00;
    }
    75% {
        background-color: #8c0d00;
    }
    100% {
        background-color: #000;
    }
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.main-heading-text {
    font-size: 20px;
    text-align: center;
    padding: 15px 0 15px 0;
    margin: auto;
    color: #8c0d00;
    font-family: aerial, sans-serif;
    font-weight: 900;
}
.top-bottom-space {
    padding: 0 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: #000;
}
.facebook {
    background: #3b5998;
    color: #fff;
}
.google {
    background: #dd4b39;
    color: #fff;
}
.linkedin {
    background: #007bb5;
    color: #fff;
}
.pinterest {
    background: #c8232c;
    color: #fff;
}
.content {
    margin-left: 25px;
    font-size: 30px;
}
.image {
    display: block;
    width: 100%;
    height: auto;
}
.heading-full {
    padding: 15px 0;
    width: 100%;
}
.uk-section-full {
    padding: 0;
    background-color: #000;
}
@media (max-width: 480px) {
    .uk-section-full {
        padding: 20px 0;
    }
}
.best-escort-bg {
    height: 100% !important;
    background: url(https_/www.tanujaoberoi.com/https_/www.tanujaoberoi.com/https_/www.tanujaoberoi.com/https_/www.tanujaoberoi.com/https_/ww/best-escort-bg.cf.delay);
    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;
}
.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: #000000bf;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
a.btn-book-now {
    border: 1px solid #b61d15;
    padding: 10px 10px;
    text-transform: uppercase;
    width: auto;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    font-family: aerial, sans-serif;
    font-size: 11px;
    letter-spacing: 0.8px;
}
a.btn-book-now:hover {
    color: #fff;
    border: 1px solid #fed161;
    background: linear-gradient(138deg, #b2001a, #000);
}
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, #000);
}
.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: #000;
    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: #8c0d00;
    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;
}
.d-none {
    display: none !important;
}
.footer-splitter {
    height: 100% !important;
    background: url(images/bangalore_escorts_footer.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 140%;
}
.footer-splitter::before {
    position: absolute;
    background: #000000bf;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.main-heading-2 {
    color: #fff;
    text-align: left;
    font-size: 20px;
    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: 16px;
    font-family: aerial, sans-serif;
    letter-spacing: 0.8px;
    color: #e7f604;
    font-weight: 600;
    margin-bottom: 30px;
    margin-right: 5px;
}
.mySlides::before {
    position: relative;
    background: #00000000;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.w3-large-1 {
    font-size: 20px !important;
    font-family: aerial, sans-serif;
    letter-spacing: 0.8px;
}
.w3-large-3 {
    font-size: 20px !important;
    font-family: aerial, sans-serif;
    letter-spacing: 0.8px;
}
.w3-container {
    padding: 0.01em 40px !important;
}
.w3-large-2 {
    font-size: 50px !important;
    font-weight: 700;
    font-family: "Roboto Slab", serif;
    letter-spacing: 0.8px;
}
a.btn-book-now-slider {
    background-color: #8c0d00;
    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: #8c0d00;
}
.gallery-cont {
    padding-bottom: 0;
}
.mobile-float-padd {
    display: none;
}
.popular-tags h5 {
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    font-family: "Roboto Slab", serif;
    margin-top: 0;
}
@media (max-width: 480px) {
    .gallery-cont {
        padding-bottom: 32px;
    }
    .home-video-bg-section {
        width: 100% !important;
    }
    .all-video-bg-section {
        width: 100% !important;
    }
    .nav-area div {
        font-size: 13px !important;
    }
    .uk-section-large {
        padding-left: 6px;
        padding-right: 10px;
        padding-top: 6px;
        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;
    }
    .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 {
        font-size: 15px;
    }
    .w3-container {
        display: none;
    }
    .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;
    }
    .uk-section-small {
        padding: 0 !important;
    }
    .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(https_/www.tanujaoberoi.com/https_/www.tanujaoberoi.com/images/best-escort-mobile.html);
        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;
    }
    .name {
        font-size: 24px;
    }
    .img-rate {
        width: 14px;
    }
    .like-rate {
        margin-right: 10px !important;
        width: 20px !important;
    }
    .text-align-left {
        text-align: center !important;
    }
    div.video-section {
        width: 100% !important;
    }
    .mobile-slider-top {
        margin-top: 0;
    }
    .floating-wpp.watsapp-float-app {
        width: 100%;
        text-align: left;
        position: relative !important;
        bottom: 0 !important;
        padding-top: 0 !important;
    }
    .mobile-float-padd {
        padding: 7px 0;
        display: block;
    }
    .floating-call-app {
        z-index: 1000;
        color: #000;
        position: fixed;
        bottom: 0;
        left: 0;
        font-size: 14px;
        transition: bottom 0.2s;
        width: 100%;
        background: linear-gradient(0deg, #d00000, #000);
        border-radius: 0;
        padding: 0 0;
        border: 0 solid #fed161;
    }
    .best-escort-bg {
        background-size: auto 230%;
    }
    .home-intro p {
        font-size: 20px !important;
    }
    .whats-app-mobile-icon {
        background-color: #0d9f16;
        width: 50%;
        text-align: center;
        padding: 12px;
        font-size: 20px;
        display: block !important;
    }
    .whats-app-mobile-icon i {
        margin-right: 5px;
    }
    .call-now-mobile-icon {
        background-color: #900;
        width: 50%;
        text-align: center;
        padding: 12px;
        font-size: 20px;
        display: block !important;
    }
    .call-now-mobile-icon i {
        margin-right: 5px;
    }
    .floating-desktop-view-hide {
        display: none;
    }
}
@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;
    }
    .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%;
    }
    .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 {
        font-size: 15px;
    }
    .w3-container {
        display: none;
    }
    .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;
    }
    .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;
    }
    .name {
        font-size: 24px;
    }
    .img-rate {
        width: 14px;
    }
    .like-rate {
        margin-right: 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;
    }
    .mobile-float-padd {
        padding: 7px 0;
        display: block;
    }
    .floating-call-app {
        z-index: 10000;
        color: #000;
        position: fixed;
        bottom: 20px;
        left: 30px;
        font-size: 14px;
        transition: bottom 0.2s;
        width: 92%;
        background: linear-gradient(0deg, #d0000000, #0000);
        border-radius: 50px;
        padding: 10px 0;
        border: 0 solid #fed161;
    }
    .best-escort-bg {
        background-size: auto 145%;
    }
    .home-intro p {
        font-size: 20px !important;
    }
    .whats-app-mobile-icon {
        background-color: #0d9f16;
        width: 50%;
        text-align: center;
        padding: 12px;
        font-size: 20px;
        display: block !important;
    }
    .whats-app-mobile-icon i {
        margin-right: 5px;
    }
    .call-now-mobile-icon {
        background-color: #900;
        width: 50%;
        text-align: center;
        padding: 12px;
        font-size: 20px;
        display: block !important;
    }
    .call-now-mobile-icon i {
        margin-right: 5px;
    }
    .floating-desktop-view-hide {
        display: none;
    }
}

.desktop-view-hide {
    display: none;
}
.call-now-mobile-icon,
.whats-app-mobile-icon {
    display: none;
}
ul.quick-links {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}
ul.quick-links li {
    color: #fff;
}
ul.quick-links li a {
    color: #fff;
    font-family: aerial, sans-serif;
    font-size: 18px;
    line-height: 2.5em;
    letter-spacing: 0.8px;
}
ul.quick-links li a:hover {
    color: #8c0d00;
}
ul.quick-links1 {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}
ul.quick-links1 li {
    color: #fff;
}
ul.quick-links1 li a {
    color: #fff;
    font-family: aerial, sans-serif;
    font-size: 18px;
    line-height: 2.5em;
    letter-spacing: 0.8px;
}
ul.quick-links1 li a:hover {
    color: #8c0d00;
}
.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-weight: 500;
    font-family: Lobster;
    background: linear-gradient(135deg, rgb(199 11 11) 36%, rgb(199 11 11) 50%, rgb(129 15 3) 70%) !important;
}
.locations-category {
    font-size: 13px;
    color: #fff;
    margin-bottom: 20px;
    min-height: 75px;
}
.price_head {
    background: #790003;
    display: inline-block;
    color: #fce690;
    padding: 12px 30px;
    border-radius: 0 0 20px 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 0 2px 10px rgb(0 0 0 / 60%);
}
.price {
    font-size: 30px;
    font-weight: 800;
    color: #790003;
    margin: 10px 0 20px;
}
.price_box {
    background: #fce690 !important;
    margin: 20px 5px;
    text-align: center;
    color: #000;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(255 255 255 / 70%);
    border: 2px solid #790003;
    position: relative;
    overflow: hidden;
}
.locations-btn a {
    background: linear-gradient(135deg, rgb(199 11 11) 50%, rgb(199 11 11) 50%, rgb(129 15 3) 70%) !important;
    padding: 10px 10px;
    border-radius: 50px;
    border: 1px solid #d18803;
    font-weight: 500;
    font-family: Lobster;
    font-size: 16px;
}
.locations-btn a:hover {
    background: linear-gradient(138deg, #b2001a, #000);
    border: 1px solid #fed161;
}
.price_box ul li {
    margin: 8px 0 !important;
    padding: 0 !important;
    list-style: none !important;
    display: flex !important;
    color: #790003 !important;
    align-items: center !important;
    font-size: 15.5px !important;
}
.price_box ul li img {
    margin-right: 7px !important;
}
.price_box .btnprice {
    border: #790003 solid 2px !important;
    margin-bottom: 25px !important;
    box-shadow: 0 0 5px rgb(0 0 0 / 60%) !important;
}
.heading_main {
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
}
.btnprice {
    background: #fce690 !important;
    color: #790003 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: normal !important;
    padding: 13px 30px 13px !important;
    border-radius: 30px !important;
    border: none !important;
    position: relative !important;
    cursor: pointer !important;
    display: inline-flex !important;
}
.price_bg {
    padding: 3rem 0 !important;
    min-height: 233px !important;
}
.containerpricelist {
    max-width: 1140px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.heading_main {
    margin-bottom: 2rem !important;
    text-align: center !important;
    position: relative !important;
}
.popular_tag {
    position: absolute;
    top: 22px;
    left: -33px;
    background: #790003;
    color: #fff;
    padding: 5px 30px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    transform: rotate(-45deg);
}
.heading {
    font-size: 30px !important;
    font-weight: 600 !important;
    position: relative !important;
    line-height: 1.2 !important;
    margin-bottom: 1rem !important;
    color: #790003 !important;
}
.headingp {
    color: #ef0000 !important;
}
.btnprice:hover {
    background: #790003 !important;
    color: #fce690 !important;
}

.pic-data-bottom {
    position: relative;
    text-align: center;
    margin-top: -5px;
    padding: 25px 15px;
}
.uk-section-white {
    background: #000;
    padding: 0 5px 50px 5px;
}
.like-rate path {
    fill: #04cf00;
}
.like-rate {
    margin-right: 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: 24px;
    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: #ef0000 !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;
}
.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;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.text-light {
    color: #fff !important;
}
.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: #8c0d00;
    border-color: #8c0d00 #8c0d00 #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;
}
.padd-30 {
    padding: 0 30px;
}
.gallery-bg-section {
    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-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
}
.services-bg-section {
    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(https_/www.tanujaoberoi.com/https_/www.tanujaoberoi.com/images/full-video-bg.html);
    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;
}
.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 #000;
    color: #ffaf00;
    font-family: aerial, sans-serif;
}
.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 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: 28px;
    text-align: center;
    font-family: "Roboto Slab", serif;
    margin-top: 0;
    font-weight: 600;
}
section h3,
section h3 strong {
    font-size: 28px;
    text-align: center;
    font-family: "Roboto Slab", serif;
    margin-top: 34px;
    font-weight: 600;
    text-transform: uppercase;
}
section h4 {
    font-size: 28px;
    text-align: center;
    font-family: "Roboto Slab", serif;
    margin-top: 20px;
    font-weight: 600;
    color: #ef0000;
    text-transform: uppercase;
}
section h5 {
    font-size: 28px;
    text-align: center;
    font-family: "Roboto Slab", serif;
    margin-top: 34px;
    font-weight: 600;
    color: #8c0d00;
}
section h6 {
    font-size: 28px;
    text-align: center;
    font-family: "Roboto Slab", serif;
    margin-top: 34px;
    font-weight: 600;
    color: #8c0d00;
}
b,
strong {
    font-weight: 600 !important;
}
h6.card-price.text-center {
    color: #fff;
}
a.pinterest {
    background: 0 0;
}
a.linkedin {
    background: 0 0;
}
.top-social-media {
    padding: 30px 0;
    text-align: left;
}
.padd-top {
    margin-bottom: 10px;
}
.callus-icon a img {
    width: 44px;
    height: 44px;
    right: 14px;
    position: relative;
    float: right;
    border: 2px solid #fed161;
    border-radius: 50px;
}
.click-nav ul {
    position: relative;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}
.click-nav ul li {
    position: relative;
    list-style: none;
    cursor: pointer;
}
.click-nav ul .clicker {
    margin-bottom: 0;
    position: relative;
    padding: 10px 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 5.6%, rgba(255, 0, 0, 1) 97.7%);
    font-size: 15px;
    -webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -ms-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    font-weight: 700;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.75);
    transition: background-color 0.25s;
    text-align: center;
    border: 1px solid #eec400 !important;
}
.click-nav ul li ul {
    margin-top: 5px;
    border: 1px solid #eec400 !important;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 5.6%, rgba(255, 0, 0, 1) 97.7%);
    width: 100%;
}
.click-nav ul li a {
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 35px;
    transition: background-color 0.25s;
    -webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -ms-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #000;
    font-weight: 700;
    border-bottom: 1px solid #eec400 !important;
    font-size: 14px;
    color: #fff !important;
}
.click-nav ul li a:hover {
    background-image: linear-gradient(107.2deg, rgba(150, 15, 15, 1) 10.6%, rgba(247, 0, 0, 1) 91.1%);
}
.click-nav ul li ul {
    position: absolute;
    left: 0;
    z-index: 999;
    display: none;
}
.click-nav span {
    padding: 0;
}
.bord {
    background: #000 none repeat scroll 0 0;
    border-radius: 10px;
    padding: 0;
    border: 1px solid #b61d15;
    margin-bottom: 5px;
}
.bord p {
    text-align: center;
}
.call-link.-phone {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 48px;
    max-width: 100%;
    padding: 0 16px;
    border: none;
    border-radius: 50px;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    background-position: 50%;
    cursor: pointer;
    transition: all 0.3s ease-in;
    white-space: nowrap;
    background: linear-gradient(135deg, rgb(199 11 11) 50%, rgb(199 11 11) 50%, rgb(199 11 11) 70%) !important;
    color: #101721;
}
@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}
.desktop-callus-icon-hide-floating {
    display: none;
} /*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont_v-4.7.0.eot);
    src: url(ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot) format("embedded-opentype"), url(https://www.tanujaoberoi.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff) format("woff2"),
        url(ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont_v-4.7.0.woff) format("woff"),
        url(ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont_v-4.7.0.ttf) format("truetype"),
        url(ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont_v-4.7.0-fontawesomeregular.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-user:before {
    content: "\f007";
}
.fa-check:before {
    content: "\f00c";
}
.fa-remove:before,
.fa-times:before {
    content: "\f00d";
}
.fa-home:before {
    content: "\f015";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-list:before {
    content: "\f03a";
}
.fa-image:before,
.fa-photo:before {
    content: "\f03e";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-play:before {
    content: "\f04b";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-comments:before {
    content: "\f086";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-link:before {
    content: "\f0c1";
}
.fa-cut:before {
    content: "\f0c4";
}
.fa-save:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-bars:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-down:before {
    content: "\f0dd";
}
.fa-sort-up:before {
    content: "\f0de";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-code:before {
    content: "\f121";
}
.fa-question:before {
    content: "\f128";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-won:before {
    content: "\f159";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-try:before {
    content: "\f195";
}
.fa-bank:before {
    content: "\f19c";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-car:before {
    content: "\f1b9";
}
.fa-support:before {
    content: "\f1cd";
}
.fa-send:before {
    content: "\f1d8";
}
.fa-send-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-bed:before,
.fa-hotel:before {
    content: "\f236";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-tv:before {
    content: "\f26c";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-industry:before {
    content: "\f275";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-percent:before {
    content: "\f295";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}
.fa-user-o:before {
    content: "\f2c0";
}
.fa-id-card:before {
    content: "\f2c2";
}
.fa-id-card-o:before {
    content: "\f2c3";
}
.fa-shower:before {
    content: "\f2cc";
}
.fa-s15:before {
    content: "\f2cd";
}
li {
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}
section h2 {
    margin-top: 10px;
}
li {
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}
section h2 {
    margin-top: 10px;
}
