@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i);body {
    font-family: Roboto, sans-serif !important;
    font-size: 14px;
    color: #9c9c9c
}

.pd-tb-10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.pd-tb-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.pd-tb-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.pd-tb-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.pd-tb-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.mg-tb-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.mg-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.mg-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.mg-tb-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.mg-tb-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.mg-tp-10 {
    margin-top: 10px
}

.mg-bt-10 {
    margin-bottom: 10px
}

.mg-tp-20 {
    margin-top: 20px
}

.mg-bt-20 {
    margin-bottom: 20px !important
}

.mg-tp-30 {
    margin-top: 30px
}

.mg-bt-30 {
    margin-bottom: 30px
}

.mg-tp-40 {
    margin-top: 40px
}

.mg-bt-40 {
    margin-bottom: 40px
}

.mg-tp-50 {
    margin-top: 50px
}

.mg-tp-100 {
    margin-top: 100px
}

.mg-tp-180 {
    margin-top: 180px
}

.mg-bt-50 {
    margin-bottom: 50px
}

.pd-bt-10 {
    margin-bottom: 10px
}

.pd-tp-20 {
    padding-top: 20px
}

.pd-bt-20 {
    padding-bottom: 20px
}

.pd-tp-30 {
    padding-top: 30px
}

.pd-bt-30 {
    padding-bottom: 30px
}

.pd-tp-40 {
    padding-top: 40px
}

.pd-tp-50 {
    padding-top: 50px
}

.pd-tp-180 {
    padding-top: 180px
}

.pd-tp-100 {
    padding-top: 100px
}

.pd-tp-150 {
    padding-top: 150px
}

.pd-bt-40 {
    padding-bottom: 40px
}

.pd-bt-60 {
    padding-bottom: 60px
}

.pd-lt-10 {
    padding-left: 10px
}

.pd-rt-10 {
    padding-right: 10px
}

.pd-lt-20 {
    padding-left: 20px
}

.pd-rt-20 {
    padding-right: 20px
}

.pd-lt-30 {
    padding-left: 30px
}

.pd-rt-30 {
    padding-right: 30px
}

.pd-lt-40 {
    padding-left: 40px
}

.pd-rt-40 {
    padding-right: 40px
}

.pd-lt-50 {
    padding-left: 50px
}

.pd-rt-50 {
    padding-right: 50px
}

.pd-lt-60 {
    padding-left: 60px
}

.pd-rt-60 {
    padding-right: 60px
}

.pd-lt-70 {
    padding-left: 70px
}

.pd-rt-70 {
    padding-right: 70px
}

.pd-lr-10 {
    padding-left: 10px;
    padding-right: 10px
}

.pd-lr-20 {
    padding-left: 20px;
    padding-right: 20px
}

.pd-lr-30 {
    padding-left: 30px;
    padding-right: 30px
}

.pd-lr-40 {
    padding-left: 40px;
    padding-right: 40px
}

.pd-lr-50 {
    padding-left: 50px;
    padding-right: 50px
}

.grey-bg {
    background: #f5f5f5
}

.show-xs {
    display: none !important
}

.btn-read {
    outline: 0 !important;
    color: #fff;
    background-color: #721ac5;
    border-color: #721ac5;
    width: 150px;
    text-align: center;
    border-radius: 50px !important;
    font-size: 14px;
    font-weight: 500 !important
}

.btn-read:focus,
.btn-read:hover {
    color: #fff !important;
    outline: 0 !important
}

.btn-book {
    outline: 0 !important;
    color: #fff;
    background-color: #6d06e5;
    border-color: #6d06e5;
    width: 130px;
    text-align: center;
    border-radius: 50px !important;
    font-size: 14px;
    font-weight: 500 !important;
    height: 37px
}

.btn-book:focus,
.btn-book:hover {
    color: #fff !important;
    outline: 0 !important
}

.text-white {
    color: #fff
}

.full-height {
    min-height: calc(100vh);
   /* display: block !important;*/
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mainmenu-area {
    border-radius: 0 !important
}

.mainmenu-area.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999
}

.navigation .nav-header>ul {
    padding: 0;
    margin: 0;
    display: inline-block
}

.navigation .nav-header>ul>li {
    display: inline-block;
    position: relative;
    padding: 23px 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.navigation .nav-header>ul>li>a {
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 5px 2px;
    transition: all .3s ease
}

.navigation li ul {
    float: left;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 35px;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.navigation li:hover ul {
    opacity: 1;
    top: 50px;
    visibility: visible
}

.navbar-brand {
    outline: 0
}

.navigation li ul li {
    float: none;
    width: 100%
}

.navigation li ul a:hover {
    background: rgba(0, 0, 0, .7);
    text-decoration: none
}

.navigation .nav-header>ul>li.active>a,
.navigation .nav-header>ul>li:hover>a {
    color: #fff;
    border-bottom: 2px solid #d3186e;
    text-decoration: none
}

.navigation .nav-header>ul.number_head>li.active>a,
.navigation .nav-header>ul.number_head>li:hover>a {
    border: none
}

.navigation .nav-header>ul>li:hover>ul {
    opacity: 1;
    visibility: visible
}

.navigation .nav-header>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .7);
    width: 240px;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    box-shadow: 2px 0 11px -3px rgba(0, 0, 0, .2);
    transition: all .5s ease
}

.navigation .nav-header>ul>li>ul>li {
    display: block;
    position: relative
}

.navigation .nav-header>ul>li>ul>li:last-child>a {
    border-bottom: 0
}

.navigation .nav-header>ul>li>ul>li>a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    padding: 12px 19px;
    border-bottom: 1px solid #e9e9e9;
    transition: all .3s ease
}

.mainmenu-area .navbar-brand {
    height: auto;
    padding: 20px 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.navbar.navbar-inverse.mainmenu-area.shrink .navbar-brand {
    padding: 10px 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.mainmenu-area .navbar-brand img {
    max-width: 45%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.navbar.navbar-inverse.mainmenu-area.shrink .navbar-brand img {
    max-width: 40%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.mainmenu-area #myNavbar .navigation .nav-header {
    margin: 10px 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.mainmenu-area #myNavbar .number_head li a {
    background: #d3186e;
    padding: 5px 15px;
    border-radius: 15px;
    font-weight: 600
}

.mainmenu-area #myNavbar .number_head li a:hover {
    border: none !important
}

.mainmenu-area #myNavbar .number_head li {
    padding: 23px 0 23px 40px
}

.navbar.mainmenu-area {
    margin-bottom: 0
}

.navbar.navbar-inverse.mainmenu-area {
    border: none;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.navbar.navbar-inverse.mainmenu-area.shrink #myNavbar .navigation .nav-header {
    margin: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.navbar.navbar-inverse.mainmenu-area.shrink .nav-header>ul>li {
    padding: 15px 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.slide_1 {
    background-image: url(../img/banner1.webp), url(../img/banner.jpg)
}

.slide_2 {
    background-image: url(../img/banner1.webp), url(../img/banner.jpg)
}

.slide_3 {
    background-image: url(../img/banner1.webp), url(../img/banner.jpg)
}

.carousel-caption {
    bottom: 0 !important;
    right: 0 !important;
    text-shadow: none !important;
    left: 5% !important;
    text-align: left !important;
    margin-top: 30vh;
    position: relative !important
}

.carousel-bg .carousel-inner .item {
    background-size: cover;
    background-position: center;
    height: 100vh
}

.carousel-caption h1 {
    color: #e30d6f;
    font-size: 44px;
    font-weight: 700;
    margin-top: 0;
    line-height: 44px
}

.carousel-caption .small_head {
    color: #e30d6f;
    font-size: 62px;
    font-weight: 300 !important;
    margin-bottom: 0;
    line-height: 60px
}

.carousel-caption p {
    color: #1d1d1d;
    font-size: 24px;
    margin-top: 25px
}

.details {
    margin: 50px 0
}

.details h1 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 3px
}

.details .back-link {
    text-align: center
}

.details .back-link a {
    display: inline-block;
    margin: 20px 0;
    padding: 15px 30px;
    background: #333;
    color: #fff;
    border-radius: 24px
}

.details .back-link a svg {
    margin-right: 10px;
    vertical-align: text-top;
    display: inline-block
}

.title h2 {
    color: #e30d6f;
    font-size: 34px
}

.title h2 {
    font-size: 44px;
    line-height: 48px
}

.title h2 span {
    font-size: 40px;
    font-weight: 300
}

.contain_block p {
    color: #868282;
    line-height: 27px;
    font-size: 17px
}

.luxury_massage .img-block img {
    max-width: 75%
}

.services_block {
    background: url(../img/Image_2.webp), url(../img/Image_2.jpg);
    background-size: cover;
    height: 100vh
}

.services_block .contain_block {
    padding-top: 15vh;
    max-width: 500px
}

.services_block .title h2 {
    font-size: 50px;
    line-height: 54px
}

.services_block .title h2 span {
    font-size: 45px;
    font-weight: 300
}

.services_block .contain_block p {
    color: #000
}

.content {
    position: relative;
    max-width: 400px;
    overflow: hidden
}

.service_data {
    width: 90%;
    margin-bottom: 40px
}

.content .content-overlay {
    background: #ef559b;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s
}

.content:hover .content-overlay {
    opacity: 1
}

.content-image {
    width: 100%
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.content:hover .content-details {
    top: 40%;
    left: 50%;
    opacity: 1
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: .15em;
    margin-bottom: .5em;
    text-transform: uppercase
}

.content-details p {
    color: #fff
}

.range_block .service_data h3 {
    color: #818181;
    font-weight: 400;
    font-size: 20px
}

.range_block .service_data .btn {
    margin-top: 0
}

.fadeIn-top {
    top: 20%
}

.range_block a:hover {
    text-decoration: none
}

.wizard {
    margin: 20px auto
}

.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom: none !important;
    display: none
}

.wizard>div.wizard-inner {
    position: relative
}

.wizard .nav-tabs>li.active>a p {
    color: #f853a6 !important
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    left: 3%;
    right: 0;
    top: 42%
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:focus,
.wizard .nav-tabs>li.active>a:hover {
    color: #f853a6 !important;
    cursor: default;
    border: 0;
    border-bottom-color: transparent
}

.wizard .nav-tabs>li>a p {
    color: #292929;
    font-size: 16px
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #e1e1e1;
    border: 2px solid #e0e0e0;
    z-index: 2;
    left: 0;
    text-align: center;
    font-size: 25px;
    color: #e30d6f;
    font-weight: 700;
    margin-bottom: 10px
}

span.round-tab i {
    color: #555
}

.wizard li.active span.round-tab {
    background: #f853a6;
    border: 2px solid #f853a6;
    font-weight: 700;
    color: #fff
}

.wizard li.active span.round-tab i {
    color: #5bc0de
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333
}

.wizard .nav-tabs>li {
    width: 25%
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: .1s ease-in-out
}

.wizard .nav-tabs>li a {
    width: 140px;
    height: 95px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 100%;
    padding: 0;
    text-align: center;
    background: 0 0 !important;
    border: none !important
}

.wizard .nav-tabs>li a:hover {
    background: 0 0
}

.wizard .tab-pane {
    position: relative;
    padding-top: 50px
}

.block_div {
    display: block
}

.wizard h3 {
    margin-top: 0
}

.wizard .offer_inputs .radio-inline input {
    top: 0
}

.offer_inputs .form-control.col-sm-5 {
    width: 41.66%;
    margin-right: 10px
}

.btn-large {
    min-width: 220px !important
}

.next-step {
    outline: 0;
    min-width: 150px;
    border-radius: 50px !important;
    background: #721ac5;
    border-color: #721ac5;
    color: #fff;
    font-size: 16px !important;
    height: 37px
}

.next-step:hover {
    color: #fff !important
}

.time_slot li {
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 10px 15px;
    border: 1px solid #ccc;
    color: #000;
    border-radius: 0;
    margin-bottom: 10px;
    cursor: pointer
}

.time_slot li:focus,
.time_slot li:hover {
    background: #f52080;
    color: #fff;
    border-color: #f52080
}

.time_slot li.current {
    color: #fff;
    border-color: #f52080
}

.prev-step {
    outline: 0;
    color: #fff;
    background-color: #d3186e;
    border-color: #d3186e;
    width: 150px;
    text-align: center;
    border-radius: 50px !important;
    font-size: 14px;
    height: 37px
}

.prev-step:hover {
    color: #fff !important
}

.my_map {
    border: 0;
    width: 100%;
    height: 350px
}

.my_map iframe {
    border: 0;
    width: 100%;
    height: 400px
}

.thanku_book img {
    margin: 0 auto
}

.ex_datein label {
    display: block
}

.ex_datein input {
    max-width: 30%;
    display: inline-block
}

.tab-pane .radio-inline img {
    max-width: 100px
}

footer {
    background: #151414
}

footer ul {
    padding-left: 0
}

footer ul li {
    font-size: 13px
}

footer .address ul {
    padding-left: 0
}

footer .address img {
    margin-bottom: 5px
}

footer .address p {
    font-size: 13px
}

footer .address li {
    color: #fff;
    list-style-type: none;
    font-size: 13px;
    vertical-align: top
}

footer .address i {
    color: #d3186e;
    padding-right: 5px;
    font-size: 14px
}

footer .links ul {
    max-width: 80%
}

footer .links ul li {
    border-bottom: 1px dashed #e7e6e6;
    list-style-type: none;
    padding: 7px 0
}

footer .foot-title {
    text-transform: uppercase;
    font-size: 16px;
    margin: 20px 0
}

footer .foot_about p {
    font-size: 15px
}

.lower_footer {
    background: #282a2b;
    padding: 15px 0
}

.lower_footer ul {
    margin-bottom: 0
}

.lower_footer ul li {
    list-style-type: none;
    display: inline-block;
    border: 1px solid #fff;
    padding: 0;
    width: 30px;
    text-align: center;
    height: 30px;
    margin-right: 5px;
    line-height: 24px
}

.lower_footer p {
    padding: 6px 0 !important;
    font-size: 13px;
    margin-bottom: 0
}

.lower_footer ul li i {
    font-size: 17px;
    font-size: 16px;
    line-height: 28px
}

.service_img {
    background: url(../img/testimonials.jpg) no-repeat center;
    height: 350px;
    width: 100%;
    background-size: cover
}

h3.sevice_sub_title {
    color: #d3186e
}

.service_details p {
    color: #666464;
    font-size: 14px;
    line-height: 24px
}

.service_details .detail_block p {
    margin-bottom: 20px
}

h4.sevice_sub_title {
    color: #ea3387;
    font-size: 17px
}

.service_book_now {
    background: #00f;
    width: 200px
}

.booking-block p {
    margin: 0
}

.booking-block h3 {
    margin: 5px;
    color: #000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px
}

.booking-block {
    max-width: 300px;
    padding: 20px 0;
    border-bottom: 1px solid #3f3f3f
}

.rate_blocks {
    margin: 0 auto;
    max-width: 100%;
    padding-top: 50%
}

.rate_head {
    color: #d3186e
}

.heading_bk {
    font-size: 38px
}

.service_gallery img {
    margin-bottom: 16px;
    min-height: 261px
}

.contact_form form .form-control {
    border-radius: 0;
    border: 1px solid #eee;
    min-height: 40px
}

.address_area li {
    display: inline-block
}

.contact_call li {
    list-style-type: none
}

.contact_form li i {
    padding-right: 10px
}

.contact_address {
    overflow: auto
}

.service_gallery .col-md-4 {
    padding-left: 8px;
    padding-right: 8px
}

.address_area {
    overflow: auto;
    margin-bottom: 10px
}

.contact_address i {
    color: #ff3579;
    font-size: 22px
}

.contact_address a {
    color: #4e4e4e;
    line-height: 26px;
    text-decoration: none;
    display: inline-block
}

.contact_address a:hover {
    text-decoration: none
}

.wizard .form-control {
    border-radius: 0;
    border: 1px solid #e6e4e4;
    min-height: 40px
}

.wizard .form-group label,
.wizard .label_format {
    font-weight: 400;
    color: #000;
    font-size: 15px
}

.wizard .radio-inline input {
    top: 23%
}

ul.time_slot {
    padding-left: 0
}

.ui-widget-header {
    border: 1px solid #d3186e !important;
    background: #d3186e !important;
    color: #fff;
    border-radius: 0 !important
}

.ui-datepicker table {
    background: #d3186e
}

.ui-widget-content {
    color: #fff !important
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3186e !important;
    background: #d3186e !important;
    font-weight: 700;
    color: #f5f5f5 !important
}

.ui-datepicker {
    padding: 0 !important;
    border-radius: 0
}

.small-btn {
    padding: 6px 20px !important;
    font-size: 14px !important;
    width: 110px;
    height: auto;
    margin: 5px
}

.other_packages .title p {
    max-width: 70%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 32px;
    color: #818181
}

.Packages .single_package p {
    font-size: 22px;
    margin-bottom: 10px
}

.other_packages .Packages {
    overflow: auto
}

.Packages .single_package p span {
    float: right;
    color: #e30d6f;
    margin-right: 30px
}

.single_package {
    color: #000;
    text-decoration: none
}

.single_package:hover {
    color: #e30d6f;
    text-decoration: none
}

.selectarrowdiv {
    position: relative
}

.selectarrowdiv:after {
    content: '\f107';
    font: normal normal normal 17px/1 FontAwesome;
    color: #d3186e;
    right: 25px;
    top: 20px;
    height: 34px;
    padding: 15px 0 0 8px;
    position: absolute;
    pointer-events: none;
    font-size: 22px
}

.selectcalenderdiv:after {
    content: '\f073';
    font: normal normal normal 17px/1 FontAwesome;
    color: #d3186e;
    right: 25px;
    top: 20px;
    height: 34px;
    padding: 15px 0 0 8px;
    position: absolute;
    pointer-events: none;
    font-size: 22px
}

.security_code:after {
    content: '\f128';
    font: normal normal normal 17px/1 FontAwesome;
    color: #d3186e;
    right: 25px;
    top: 20px;
    height: 34px;
    padding: 15px 0 0 8px;
    position: absolute;
    pointer-events: none;
    font-size: 18px
}

.offer_inputs .input-group-btn .btn.btn-default {
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid #d3186e;
    background: #d3186e;
    color: #fff
}

select::-ms-expand {
    display: none
}

html {
    scroll-behavior: smooth
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input [type=number] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.book_confirm_detail p span {
    font-weight: 500
}

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

footer ul li a:hover {
    color: #fff;
    text-decoration: none
}

form #card_number {
    background-image: url(../img/images.png), url(../img/images.png);
    background-position: 2px -121px, 260px -61px;
    background-repeat: no-repeat;
    background-size: 120px 361px, 120px 361px;
    padding-left: 54px;
    width: 225px
}

.other_packages .accordion {
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 20px;
    transition: .4s;
    margin-bottom: 0
}

.single_package.accordion.active {
    color: #e30d6f
}

.other_packages .accordion:hover,
.other_packages .active {
    background-color: #fff
}

.other_packages .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: 700;
    float: right;
    margin-left: 5px;
    font-size: 24px
}

.other_packages .accordion:hover p,
.other_packages .active p {
    color: #e30d6f
}

.other_packages .active:after {
    content: "\2212";
    color: #e30d6f
}

.other_packages .panel {
    padding: 0 18px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
    border: none
}

.team_member img {
    border: 5px solid #d3186d;
    width: 250px;
    auto
}

.team_member .member_detail {
    padding: 0 10px 10px 10px
}

.about .about_content {
    max-width: 85%;
    margin: 0 auto;
    color: #868282;
    line-height: 27px;
    font-size: 17px
}

.dropdown i {
    margin-left: 4px
}

.massage_type .massage_content {
    margin: 0 auto;
    color: #868282;
    line-height: 25px;
    font-size: 16px
}

.massage-content li,
.massage-content p {
    text-align: justify;
    color: #868282;
    line-height: 25px;
    font-size: 16px
}

.massage-content li {
    list-style-type: square
}

.experties .heading h2 {
    margin-top: 5px;
    margin-bottom: 20px
}

.massage-content ul {
    padding-left: 15px
}

.experties .experties-content p {
    text-align: justify;
    color: #868282;
    line-height: 27px;
    font-size: 17px
}

.img-fluid.heading-left-img {
    max-width: 180px;
    margin-bottom: 15px
}

.experties .col-sm-8 {
    padding-right: 50px
}

.experties .full-sec .full-sec-content.about_company {
    padding-bottom: 50px;
    padding-top: 50px
}

.experties .about_img {
    border: 3px solid #ff007d;
    position: static
}

.experties .full-sec .full-image {
    max-width: none;
    margin-right: -15px
}

.experties .about_img img {
    margin: 40px;
    position: relative;
    box-shadow: 0 0 10px #000;
    max-width: none;
    margin-left: -40px
}

.experties.left-side .about_img img {
    margin: 40px;
    position: relative;
    box-shadow: 0 0 10px #000;
    max-width: none;
    margin-right: -40px
}

.experties.left-side .col-sm-8 {
    padding-right: 15px;
    padding-left: 50px
}

.service-page .msg_type .card p {
    min-height: 90px
}

.experties .experties-content {
    padding-right: 50px
}

.conclude .colclude-content p {
    color: #868282;
    line-height: 24px;
    font-size: 16px
}

.rate_blocks.horizontal_rates .booking-block {
    min-width: 250px;
    display: inline-block;
    margin: 10px 20px
}

.rate_blocks.horizontal_rates {
    max-width: 100%;
    padding-top: 0;
    text-align: center
}

.lower_footer ul li a {
    color: #fff
}

.modal-content {
    box-shadow: none !important;
    background: 0 0 !important;
    border: none !important
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 9999
}

.my-float {
    margin-top: 16px
}

.lower_footer a,
.lower_footer a:hover {
    color: #fff
}

.error {
    color: red
}

.error#success_msg {
    color: green
}

.icon_footer a {
    color: #fff
}

#popup {
    display: none;
    position: absolute;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 50px 2px #000;
    z-index: 99999
}

.my_close {
    position: absolute !important;
    z-index: 999 !important;
    right: 16px !important;
    padding: 10px;
    background: #000;
    color: #000 !important;
    opacity: .5 !important
}

.left_border {
    border-left: 1px solid #d3186e;
    font-size: 12px
}

.about h1 span {
    color: #e30d6f
}

.float_wp_right {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 9999
}