@charset "UTF-8";

body{
   border:0;
   padding:0;
   margin:0;
   outline:0;
   font-family: 'Lato', sans-serif;
   color: #333333;
   background-color: #ffffff;
   overflow-x: hidden;
}
/* general styles */
p {
    font-size: 15px;    
}
h1 {
    font-size: 34px;
    line-height: 54px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 26px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}

.bg-img-massage {
    width: 100%;
    background: url(../images/massage/long-content.jpg)no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.blue-bg2 .blue-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f5f5f5f7;
    opacity: 0.6;
}

.blue-bg2 {
    position: relative;
}

.massage {
    position: relative;
    color: black;
}

.img-center {
    margin:0 auto;
    display: block;
}
.nomargin {
    margin:0 !important;
}
.text_green {
    color: #ff3466;
    border-radius: 50px;
}
.text_green a{
    color: #ff3466;
}
*{
    outline-color: transparent !important;  
}
a, a:hover, a:focus {
    text-decoration: none;
    outline: 0;
}
.btn, .btn:hover, a, a:hover {
    transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}
.navbar-fixed-top, .navbar-fixed-top.menu-shrink,
.card_image .inr_img, .card_image:hover .inr_img,
.card_image .inr_img .inr_imgsec, .card_image:hover .inr_img .inr_imgsec,
.addon_content .inr_ico:after, .addon_content:hover .inr_ico:after,
.footer_social li a:after, .footer_social li a:hover:after,
.partners-carousel .item, .partners-carousel .item:hover,
.navbar-default .navbar-toggle.collapsed .icon-bar,
.navbar-default .navbar-toggle .icon-bar,
.list_contact .inr_ico, .list_contact:hover .inr_ico {
    transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}
.mt100 {
    margin-top: 100px !important;
}
.mt80 {
    margin-top: 80px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.mt40 {
    margin-top: 40px !important;
}

.mt20 {
    margin-top: 20px !important;
}
.mr40 {
    margin-right: 40px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mb80 {
    margin-bottom: 80px !important;
}
.pt0 {
    padding-top: 0px !important;
}
.pt20 {
    padding-top: 20px !important;
}
.pt40 {
    padding-top: 40px !important;
}
.pt100 {
    padding-top: 180px !important;
}
.pb60 {
    padding-bottom: 60px !important;
}
.pb40 {
    padding-bottom: 40px !important;
}
.pb0 {
    padding-bottom: 0px !important;
}
.mt0 {
    margin-top: 0px !important;
}
.center-block {
    display: block;
    margin:0 auto;
}
.fn {
    float: none !important;
}
.btn {
    background-color: transparent;
    border-radius: 100px;
    -o-border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 6px 20px;
    text-transform: uppercase;
}
.btn-green {
    background-color:#ff3466;
    color: #fff;
}
.btn-green:hover {
    background-color: #ff3466;
    color: #fff;
    box-shadow:0 2px 3px 3px rgba(0, 0, 0, 0.2);
}
.btn i {
    margin-right: 10px;
}
.radiusful, .addon_content .inr_ico:after {    
    border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
}

/*	header */
.navbar-fixed-top {
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    z-index: 20;
    background-color: rgba(255, 255, 255, 0.1);
    border: 0 none;
    border-radius: 0;
    height: auto;
    margin-bottom: 0;
    padding: 10px;
}
.navbar-fixed-top .navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
    
        padding: 8px 0 0 0;
    width: 175px;
    height: auto;
}
.menu_top .nav li a {
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
    
    margin: 11px 5px;
    padding: 5px 15px;
    text-transform: uppercase;
    cursor: pointer;
    color:#fff;
}
.no_pad_nav {
    padding: 0 !important;
}

.inner_contact_sec {
    padding: 5px;
    background: #eee;
}

ul.number_nav li {
    color: #000;

    font-size: 15px;
    font-weight: 600;
}
ul.number_nav i {
    margin-right: 15px;
    color: #000;
}
ul.number_nav {
    padding: 0;
    list-style: none;
    margin: 0;
}
.no_col_pad {padding: 0;}
.text_right {
    text-align: right;
}
.menu_top .nav li.active a, .menu_top .nav li:hover a,
.menu_top .nav li a:focus, .menu_top .nav li a:active,
.menu_top .nav li.active a:hover, .menu_top .nav li.active a:focus  {
    background-color:#ff3466;
    color: #fff;
}
.menu_top li .sub-menu {
    display: none;
    left: 0;
    margin: 0;
    min-width: 200px;
    padding: 10px 0 0;
    position: absolute;
    top: 100%;
    width: 100%;
}
.menu_top li .sub-menu > div {
    background-color: #ff3466;
    border-radius: 12px;
    overflow:hidden;
}
.whole_width {width: 100%;}
.menu_top li .sub-menu::after {
    border-bottom: 10px solid #ff3466;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    display: block;
    left: 50px;
    position: absolute;
    top: 0;
}
.menu_top li .sub-menu li{
    list-style: none;
}
.menu_top li .sub-menu li:last-child a{
    border-bottom:0;
}
.menu_top li .sub-menu li a{
    border-bottom: 1px solid rgba(255,255,255,0.2);
    display: block;
    padding:10px;
    background-color: #ff3466;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    margin:0;
    border-radius: 0;
}
.menu_top li .sub-menu li:hover a{
    padding-left: 20px;
    background-color: rgba(0,0,0,0.1);
}
.navbar-brand img {width: 50px!important;}
.menu-shrink.menu_top .nav li .sub-menu a {
    margin:0;
}
.menu-shrink.navbar-fixed-top .navbar-brand {
        padding: 8px 0 0 0;
    width: 150px;
}
.navbar-default .navbar-toggle {
    border-color: #ff3466;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:active {
   background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ff3466;
}
.navbar-default .navbar-toggle .icon-bar.top {
    transform:rotate(45deg) scale(1.2) translate(4px, 4px); /*  */
}
.navbar-default .navbar-toggle .icon-bar.center {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    transform: rotate(-45deg) scale(1.2) translate(3px,-3px);
}
.navbar-default .navbar-toggle.collapsed .icon-bar {
    transform:none;
    background-color: #ff3466;
}
/*header*/

/*banner*/
.home_bg {
    height: auto;
    position: relative;
    margin-top: -30px;
}
.home_bg .inr_overlay{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color:rgba(38, 186, 154, 0.3); 
    background-color:rgba(255, 255, 255, 0.2);*/
}
.home_bg .hero-text {
    margin: 280px 0 0;
}
.home_bg .hero-text h2 {
    font-size: 35px;
    color: #fff;
    line-height: 30px;
    margin:0 0 30px;
}
.home_bg .hero-text p {
    font-size: 16px;
    color: #fff;
    margin:0 0 20px;
    line-height: 30px;
}
.home_bg .home_btn a {
    display: inline-block;
    vertical-align: middle;
    margin:0 20px 10px 0;
}
.home_bg .hero-text-img {
    margin: 150px 0 0;
}
/*banner*/

.main_sec {
    padding: 60px 0;
}
.mainslider_sec {
    padding: 100px 0 60px;
}
.gray_back {
    background-color: #f5f5f5;
}
.main_heading {
    text-align: center;
    margin-bottom: 20px;
}
.main_heading h3 {
    color: #505050;
    font-size: 40px;
    margin: 0 0 10px;
    padding:0 0 10px 0;
    position: relative;
}

.main_heading p {
    font-size: 18px;
    color: #787878; 
    margin:0;
}
.main_heading.white h3, .main_heading.white p {
    color: #fff;
}
.main_heading.white h3::after {
    background-color: #fff;
}
.main_heading h3::after {
    background-color: #ff3466;
    bottom: 0;
    content: "";
    height: 3px;
    left: calc(50% - 20px);
    position: absolute;
    width: 40px;
}

/*feature*/
.feature_list {
    margin:70px 0;
    cursor: pointer;
}
/* .fealist_left, .fealist_right {
    margin-top:40px;
} */
.feature_list li {
    display:inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    color: #505050;
}
/*.feature_list.active .icon {
    background-color: #26ba9a;
}*/
.feature_list .icon {
    border: 2px solid #ff3466;
    height: 60px;
    text-align: center;
    width: 60px;
    margin:0 10px;
    line-height: 52px;
    position: relative;
}
.feature_list .icon::after {
    background-color: #ff3466;
    content: "";
    height: 2px;
    left: 100%;
    position: absolute;
    top: 50%;
    width:0px;
    z-index: 2;
    transition: all 0.5s ease 0s;
}
.feature_list:hover .icon::after {
    width: 110px;
    transition: all 0.5s ease 0s;
}
.feature_list:hover .icon::after,.feature_list.active .icon::after {
   width: 110px;
   transition: all 0.5s ease 0s;
}
.feature_list .icon::before {
    background-color: #ff3466;
    box-shadow: 0 0 0 5px rgba(236, 76, 118 , 0.4);
    animation: shadzoom 1s infinite;
    border-radius: 100%;
    content: "";
    height: 20px;
    position: absolute;
    right: -125px;
    top: calc(50% - 10px);
    width: 20px;
    z-index: 2;
    opacity: 0;
    transition: all 1.5s ease 0s;
}
.feature_list:hover .icon::before, .feature_list.active .icon::before {
    opacity: 1;
    transition: all 1.5s ease 0s;
}
.feature_list:hover .icon::before {
    opacity: 1;
    transition: all 1.5s ease 0s;
}
.fealist_right .feature_list .icon::after {
    right: 100%;
    left: auto;
}
.fealist_right .feature_list .icon::before {
    left: -125px;
    right: auto;
}
@keyframes shadzoom {
    0% {
        box-shadow: 0 0 0 5px rgba(255, 55, 102, 0.4);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(255, 55, 102, 0.4);
    }
    100% {
        box-shadow: 0 0 0 5px rgba(255, 55, 102, 0.4);
    }
}
@-webkit-keyframes shadzoom {
    0% {
        box-shadow: 0 0 0 5px rgba(255, 55, 102, 0.4);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(255, 55, 102, 0.4);
    }
    100% {
        box-shadow: 0 0 0 5px rgba(255, 55, 102, 0.4);
    }
}
@-moz-keyframes shadzoom {
    0% {
        box-shadow: 0 0 0 5px rgba(255, 55, 102, 0.4);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(255, 55, 102, 0.4);
    }
    100% {
        box-shadow: 0 0 0 5px rgba(255, 55, 102, 0.4);
    }
}
@-o-keyframes shadzoom {
    0% {
        box-shadow: 0 0 0 5px rgba(255, 55, 102, 0.4);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(255, 55, 102, 0.4);
    }
    100% {
        box-shadow: 0 0 0 5px rgba(255, 55, 102, 0.4);
    }
}
.feature_list .icon img {
    display: inline-block;
    max-width: 70%;
    vertical-align: middle;
}
.feature_list .icon .inr_ico {
    background-image: url("https://www.uberdoo.com/images/movers/top_feature.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 55px;
    margin: 3px auto;
    width: 55px;
}

/*whatwill get*/
.addon_sec {
    background-color: #e5e5e5;
    position: relative;
}
.triangle_overlay {
    background-image: url(../images/triangle_overlay.jpg);
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    height: 100%;
    content: "";
    background-position: bottom center;
    background-attachment: fixed;
}
.addon_content .inr_ico {
    width: 100px;
    height: 100px;
    background-color: #fff;
    text-align: center;
    margin:20px auto 20px;
    position: relative;
    z-index: 0;
}
.addon_content .inr_ico:after {
    transform: scale(1.2);
    background-color: #fff;
    opacity: 0;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.addon_content:hover .inr_ico:after {
    transform: scale(1);
    opacity: 1;
}
.addon_content .inr_ico span {
    color: #ff3466;
    display: block;
    font-size: 18px;
    font-weight: 900;
    line-height: 23px;
    padding: 27px 10px;
    text-align: center;
    text-transform: uppercase;
}
.addon_content .inr_ico img {
    padding: 22px 10px;
}
.addon_content p{
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.custom_language {
    position: fixed;
    right: 10px;
    top: 43px;
    z-index: 25;
}
.customlanguage {

}

.addons_content .inr_ico img {
    height: 100px;
    padding: 28px 10px;
}

/*screen*/

.owl-carousel .owl-stage {
    margin:0 auto;
}
.screen-carousel .item {
   margin:15px;
}
.screen-carousel .item img{
    box-shadow:0 3px 8px rgba(0, 0, 0, 0.3);
    -o-box-shadow:0 3px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow:0 3px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:0 3px 8px rgba(0, 0, 0, 0.3);
    -ms-box-shadow:0 3px 8px rgba(0, 0, 0, 0.3);
}
.screen-carousel .item p{
   margin:10px 0;
   text-align: center;
   font-size: 18px;
   text-align: center;
   font-weight: 700;
   color: #adadad;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
    background-color:transparent;
    color: #ddd;
    font-size: 30px;
    height:40px;
    left:-28px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top:calc(50% - 20px);
    width: 40px;
    border:2px solid #ddd;
    border-radius: 100%;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i{    
    line-height: 32px;
}
.owl-nav .owl-next {
    right:-28px;
    left: auto;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    background-color: #ff3466;
    border:2px solid #ff3466;
    color:#fff;
}
.owl-carousel .owl-dots {
    bottom: -8%;
    display: block;
    height: auto;
    position: absolute;
    text-align: center;
    width: 100%;
}
.owl-carousel .owl-dot {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 100%;
    display: inline-block;
    height: 15px;
    margin: 0 5px;
    width: 15px;
}
.owl-carousel .owl-dot.active {
    background-color: #fff;
    border: 2px solid #fff;
}
/*technology*/
.tech_content .inr_img {
    display: table;
    height: 90px;
    line-height: 90px;
    text-align: center;
    width: 100%;
}
.tech_content .inr_img img {
    display: inline-block;
    vertical-align: middle;
}
.tech_content p {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #505050;
}

/*product*/
.product_sec .inr_sec p {
    margin:10px 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

/*casestudies*/

.testi-carousel .inr_img {
    /*border: 5px solid #fff;*/
    /* box-shadow: 0 0 30px rgba(0, 0, 0, 0.4); */
    height: 150px;
    margin: 0px auto;
    overflow: hidden;
    width: 150px;
}
.testi-carousel h3 {
    color: #fff;
    font-size: 18px;
    font-style: italic;
    line-height: 25px;
    margin: 0 0 20px;
    text-align: center;
}
.testi-carousel h3 span{
    color: #000;
    font-size: 20px;
    font-style: normal;
    display: block;
    text-align: right;
}

.testi-carousel p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    text-align:center;
}

/*partners*/
.partners-carousel .item {
    border: 1px solid #ddd;
    display: block;
    height: 80px;
    line-height: 52px;
    margin: 10px;
    padding: 10px;
    text-align: center;
}
.partners-carousel .item:hover {
    border: 1px solid #ff3466;
}
.partners-carousel .item img {
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    width: 100px;
}
.partners_carousel .owl-nav {
    display: none;
}

/*faq*/
.list_arrow li {
    position: relative;
    font-size: 16px;
    padding-left: 28px;
    margin-bottom: 25px;
}
.list_arrow li.panel {
    background-color: #fff;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}
.list_arrow li a {
    background-color: #e8e8e8;
    color: #3d3d3d;
    display: block;
    font-weight: 700;
    padding: 7px 7px 7px 15px;
    position: relative;
}
.list_arrow li a::after {
    background-color: #ff3466;
    color: #fff;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 20px;
    height: 100%;
    left: -28px;
    line-height: 38px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 33px;
}

/*services*/
.service_cont {
    margin-top:30px;
}
.service_cont h3 {
    margin:0 0 20px;
    font-size: 20px;
    font-weight: 700;
}
.service_cont p {
    color: #8b8b8b;
    font-size: 16px;
    margin: 0 0 20px;
}

/*footer*/
.footer {
    background: linear-gradient(to right, #20aac7 12%, #4def6e 70%);
    position: relative;
    padding:0px 0 0px;
    padding: 0px !important;
    
}
.footer .triangle_overlay {
    background-position: center;
}
.footer h3 {
    color: #fff;
    text-transform: capitalize;
    margin:0 0 20px;
    font-size: 20px;
    font-weight: 700;
}
.footer li a {
    color: #fff;
    padding: 1px;
    display: block; 
    font-size: 16px;
    padding-left: 0;
}
.footer_divider {
    width: 80%;
    height: 1px;
    /*background-color: rgba(255,255,255,0.2);*/
    margin:15px auto;
}
.footer_addres {
    line-height: 30px;
    color: #fff;
    font-size: 16px;
}
.footer_call  li span {
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.footer_call li {
   margin:0 0 20px 0;
}
.footer_social li a {
    color: #ff3466;
    height: 40px;
    line-height: 38px;
    padding: 0;
    text-align: center;
    width: 40px;
    position: relative;
    background-color: #fff;
    z-index:0;
}
.footer_social li a:after {
    background-color:#fff;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top:0;
    left: 0;
    transform: scale(1.3);
    opacity: 0;
    border-radius: 100%;
    z-index: -1;
}
.footer_social li a:hover:after {
    transform: scale(1);
    opacity: 1;
}
.footer_copy {
    color: #fff;
}
.footbot_list li a i {
    margin-left: 5px;
}

.footer_call i {

    font-size: 30px;
}
.saleszoechat {

    font-size: 16px !important;
}



/*sidebar*/
.sidebar-enquiry {
    background-color: transparent;
    /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); */
    height: auto;
    left: 0;
    position: fixed;
    top: 14%;
    width: auto;
    z-index: 10
}
.sidebar-pricing {
    right: -44px;
    left: auto;
    transition: all 0.3s ease 0s
}
.sidebar-enquiry form {
    margin: 0;
    padding: 20px
}
.sidebar-enquiry .phone_det {
    margin: 0;
    padding: 10px 20px 0;
    color: #fff
}
.sidebar-enquiry .phone_det ul {
    border-bottom: 1px dashed #404040;
    border-top: 1px dashed #404040;
    padding: 5px 0;
    width: 100%;
    color: #000
}
.sidebar-enquiry .inr_top {
    background-color: #ff3466;
    border-radius: 0 5px 5px 0;
    color: #fff;
    cursor: pointer;
    padding: 20px 4px;
    position: absolute;
    left: 100%;
    text-align: center;
    top: 128px;
    width: auto
}
.sidebar-pricing .inr_top {
    background-color: #555;
    border-radius: 5px 0 0 5px;
    right: 100%;
    left: auto
}
.sidebar-enquiry .inr_top p {
    padding: 0;
    margin: 0;
    border: 0;
    transform: rotate(-90deg)
}
.sidebar-enquiry .inr_bot {
    background-color: #fff;
    box-shadow:0 0 4px #888888;
}
.success_text {
    color: #02c923;
    font-weight: bold
}
.sidebar-enquiry .inr_bot h3 {
    color: #000;
    text-align: center;
    font-size: 18px;
    margin: 0;
    padding: 20px 0 10px
}
.sidebar-enquiry .form-control {
    background-color: rgba(0, 0, 0, 0.1);
    background-image: none;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    resize: none;
    width: 100%;
    min-width: 250px
}
.sidebar-enquiry .form-control::placeholder {
    color: #000
}
.sidebar-enquiry .form-control::-webkit-input-placeholder {
    color: #000
}
.sidebar-enquiry .form-control::-moz-placeholder {
    color: #000
}
.sidebar-enquiry .form-control:-ms-input-placeholder {
    color: #000
}
.sidebar-enquiry .form-control:-moz-placeholder {
    color: #000
}
.quote_form .button {
    background-color: #ff3466;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    height: auto;
    line-height: auto;
    padding: 8px 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    border: 0
}
.nomargin {
    margin: 0 !important
}
.modal-pricing .modal-dialog {
    margin: 100px auto;
    width: 400px
}
.modal-pricing h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: #ff3466;
    margin: 0;
    padding: 20px 0 0;
    text-align: center;
    font-weight: 600
}
.modal-pricing form {
    padding: 30px 20px
}
.modal-pricing .form-control {
    background-color: rgba(0, 0, 0, 0.1);
    background-image: none;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    resize: none;
    width: 100%;
    min-width: 250px
}
.modal-pricing .close {
    color: #555;
    float: right;
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
    opacity: 1;
    position: absolute;
    right: 10px;
    text-shadow: 0 1px 0 #fff;
    top: 6px;
    z-index: 2
}
select option {
    color: #000
}
.captcha_sec {
    margin-bottom: 20px;
}
.livechat_button.chat_now {
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 10;
}
/*contact us*/
.contact_bg {
    height: auto;
    margin-top:58px;
}
.contact_sec h2 {
    font-size: 35px;
    margin:0 0 20px;
    font-weight: 700;
}
.contact_sec h5 {
    font-size: 25px;
    margin:0 0 20px;
    font-weight: 700;
}
.contact_sec p {
    font-size: 14px;
    margin:0 0 20px;
}
.contact_form {
    position: relative;
}
.contact_form .quote_form {
    background-color: #fff;
    border-top: 10px solid #ff3466;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.57);
    margin-top: -150px;
    padding:20px 15px;
}
.quote_form h3 {
    font-size: 23px;
    margin:0 0 20px;
    font-weight: 700;
}
.quote_form .form-control {
    border-radius: 0;
    background-color: #EBEBEB;
    border:1px solid #ddd;
    box-shadow: none;
}
.quote_form .form-control:focus {
    box-shadow: none;
}
.quote_form textarea {
    resize: vertical;
}
.list_contact .inr_ico {
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.39);
    color: #ff3466;
    font-size: 20px;
    height: 50px;
    line-height: 48px;
    margin: 10px 0;
    position: relative;
    text-align: center;
    width: 50px;
}
.list_contact:hover .inr_ico {
    background-color: #ff3466;
    color: #fff;
}
.list_contact li a,.list_contact li {
    color: #505050;
    font-size: 18px;

}

.main_sec.partner_sec {
    padding: 23px 0;
}
.blogmain_content {

    display: none;
}
.toggle_about_btn {
    background-color: #fff;
    border-radius: 8px 8px 0 0;
    height: 38px;
    left: 50%;
    line-height: 36px;
    position: absolute;
    text-align: center;
    top: -38px;
    transform: translate(-50%, 0px);
    width: 200px;
}


button.close {
   background-color: #fff;
   border: 0 none;
   border-radius: 100%;
   color: #000;
   float: right;
   font-size: 23px;
   height: 30px;
   opacity: 1;
   position: absolute;
   right: -12px;
   text-shadow: 0 1px 0 #fff;
   top: -12px;
   width: 30px;
   z-index: 2;
}
.offers-modal.modal-dialog {

    width: 700px !important;
}
.livechat-link {

    margin-top: 30px;
}

/*technology*/



.tinder-features h3 {
    text-align: center;
    color:#ff3466;
}
.tinder-features h4 {
    text-align: center;
    color:#505050;
}

.integral-features {

    margin-top: 50px;
    min-height: 125px;
}
.integral-features h2 {
    text-align: center;
    color: #424446;
    font-size: 24px;
    font-weight: 700;
    
}
.integral-features p {
    text-align: center;
    color: #595d64;
    font-size: 16px;
}
.features-bg {

    background-color: #e5e5e5;
}
.media_features h4 {
text-align:right !important;
color: #ffbc05;
text-transform: capitalize;
margin-top: 5px;
}
.media_features1 h4 {
text-align:left !important;
color: #ff3466;
text-transform: capitalize;
margin-top: 60px;
line-height: 8px;
}
.media_features1 p {

  text-align: left;
}

.media_featuresright h4 {
text-align:left !important;
color: #ffbc05;
text-transform: capitalize;
}
.media_features p {
text-align:right !important;

}
.media {

    min-height: 165px !important;
}
.media_featuresright p {
text-align:left !important;

}
.media_features1 p {

  color:505050;
}

.img-shadow1 {
  margin-right: 30px;
  
  /*border-radius: 35px;
  box-shadow: 0px 0px 15px #bdb5b5;*/
  padding:15px;
}
.img-features {

  margin-top: 70px !important;
  height: 600px;
}
.media {

  padding-top: 60px;
}
.media_space {

  margin-top: 100px;
}

.tech_space {

  margin-top: 30px;
}
.media-object {
    display: block;
    width: 80px;
}
.media-heading {
    margin-top: 20px;
    margin-bottom: 5px;
    margin-left: 5%;
}
.media-body p{

    margin-left: 5%;
}
.download {
    background-color: #fcdb8d;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmNkYjhjIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmYmRiOGQiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjIxMTAwMDAwMDAwMDAwMDAyIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZjZGI4YyIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNTIzMzQwMjA2MTg1NTY3Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZiZGI4ZCIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNzM0MzQwMjA2MTg1NTY3MSIvPjxzdG9wIHN0b3AtY29sb3I9IiNmYmRiOGQiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    background-image: -webkit-gradient(linear, 0% 0%, 100% 0%,color-stop(0, rgb(252, 219, 140)),color-stop(0.211, rgb(251, 219, 141)),color-stop(0.523, rgb(252, 219, 140)),color-stop(0.734, rgb(251, 219, 141)),color-stop(1, rgb(251, 219, 141)));
    /* Android 2.3 */
    background-image: -webkit-repeating-linear-gradient(left,rgb(252, 219, 140) -31.2px,rgb(251, 219, 141) 21.1%);
    /* IE10+ */
    background-image: repeating-linear-gradient(to right,rgb(252, 219, 140) -31.2px,rgb(251, 219, 141) 21.1%);
    background-image: -ms-repeating-linear-gradient(left,rgb(252, 219, 140) -31.2px,rgb(251, 219, 141) 21.1%);
    padding-top: 30px;
    padding-bottom:30px;
   /* margin-top: 40px;*/
}
.downloads h3{
    margin-top: 35%;
    text-align: center;
} 
.downloads img {
    margin-top: 30%;
}

.menu_top.menu-shrink {
background-color: #fff !important;

}
.menu_top.menu-shrink .nav li a{
background-color: #fff !important;
    color: #000 !important;
    margin: 0px 5px;

}
.location {

    color:#fff;
    line-height: 30px;
}

.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

    .carousel-indicators {
     position:relative; 
}
.img-center {
    margin: 0 auto;
    display: block;
}
.main_sec.partner_sec {
    padding: 23px 0;
}
.tinder-feature img{
    height: 100%;
}
.tinder-feature {
    width: 130px;
    height: 130px;
    margin: 50px auto 0;
    border-radius: 100%;
    overflow: hidden;
}
.footer_social li a {
    color: #ff3466;
    height: 40px;
    line-height: 38px;
    padding: 0;
    text-align: center;
    width: 40px;
    position: relative;
    background-color: #fff;
    z-index: 0;
}
.home_btn img {

    width:180px;
}
.home_btns img {
    width: 173px;
}
.footer_copy a {

    color: #fff;
}
.terms_text h3 {
    font-weight: bold;
    color: #000;
    font-size: 18px;
    margin:10px 0 10px;
}
.terms_text p {
    line-height: 25px;
    margin:0 0 20px;
}
.main_sec.partner_sec {
    padding: 23px 0;
}
.blogmain_content {

    display: none;
}
.goog-logo-link {
   display:none !important;
} 

.goog-te-gadget{
   color: transparent !important;
}
.goog-te-gadget .goog-te-combo {
    
    color: #000 !important;
}


/*Success Modul popup style here*/
           
.successModul .modal-header {
    color: #fff;
    padding: 15px;
    border: none;
    background-color: #33b198;
}
.successModul .modal-footer {
    padding: 15px;
    text-align: center;
    border: none;
}
.succBtn {
    color: #666;
    font-size: 12px;
}
.succBtn:hover {
    color: #33b198;
    font-size: 12px;
    border-color: #33b198;
}
 .successModul .modal-body {
    position: relative;
    padding: 15px;
    text-align: center;
}
.successModul .modal-body p {
    text-align: center;
}
.close:hover, .close:focus {
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
    color: #ff0000;
}
.successModul .modal-dialog {
    margin-top: 10%;
}
.successModul .modal-open .modal {
    z-index: 1050;
    display: block;
}
.successModul .tick {
    background-color: #33b198;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 40px;
    border-radius: 50%;
    text-align: center;
    margin: 10px auto;
}


/*slide-bg*/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4, 
.fade-carousel .slides .slide-5,
.fade-carousel .slides .slide-6,
.fade-carousel .slides .slide-7,
.fade-carousel .slides .slide-8,
.slide-1-panda,
.slide-2-panda,
.slide-3-panda,
.slide-4-panda,
.slide-1-swigg,
.slide-2-swigg,
.slide-3-swigg,
.slide-4-swigg,
.slide-1-eat,
.slide-2-eat,
.slide-3-eat,
.slide-4-eat,
.slide-1-just,
.slide-2-just,
.slide-3-just,
.slide-4-just,
.slide-1-ifood,
.slide-2-ifood,
.slide-3-ifood,
.slide-4-ifood,
.slide-1-deliveroo,
.slide-2-deliveroo,
.slide-3-deliveroo,
.slide-4-deliveroo,
.slide-1-zomo,
.slide-2-zomo,
.slide-3-zomo,
.slide-4-zomo,
.slide-1-land,
.slide-2-land,
.slide-3-land,
.slide-4-land,
.slide-5-land,
.slide-6-land,
.slide-7-land,
.slide-8-land,
.slide-1-zoe,
.slide-2-zoe,
.slide-3-zoe,
.slide-4-zoe,
.slide-1-sni,
.slide-2-sni,
.slide-3-sni,
.slide-4-sni
 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../images/massage/1.jpg); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(../images/massage/2.jpg);
}
.fade-carousel .slides .slide-3 {
  background-image: url(../images/massage/3.jpg);
}





.home_bg .hero-text {
    margin: 192px 0 0;
}
.home_bg .hero-text-img {
    margin: 200px 0 0;
}
.home_bg .home_btn a {
    display: inline-block;
    vertical-align: middle;
    margin:0 20px 0 0;
}
.home_bg .hero-text h1 {
    font-size: 40px;
    color: #FFFF;
    line-height: 30px;
    margin:0 0 30px;
}
.home_bg .hero-text h3 {
    font-size: 35px;
    color: #FFFF;
    margin:0 0 20px;
    line-height: 30px;
        font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
}

/*end slide-bg*/

@media screen and (max-width: 767px){
#rc-imageselect, .g-recaptcha, .g-recaptcha-quote, .g-recaptcha-contact {
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;}
}