@charset "UTF-8";
/*
Theme Name: weightlosssurgery
Theme URI: https://wordpress.org/themes/twentynineteen/
Author: the Devlogix team
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Requires at least: WordPress 4.9.6
Version: 1.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twentynineteen
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Normalize
# Typography
	## Headings
	## Copy
# Elements
	## Lists
	## Tables
# Forms
	## Buttons
	## Fields
# Navigation
	## Links
	## Menus
	## Next & Previous
# Accessibility
# Alignments
# Clearings
# Layout
# Widgets
# Content
	## Archives
	## Posts and pages
	## Comments
# Blocks
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*
 * Chrome renders extra-wide &nbsp; characters for the Hoefler Text font.
 * This results in a jumping cursor when typing in both the Classic and block
 * editors. The following font-face override fixes the issue by manually inserting
 * a custom font that includes just a Hoefler Text space replacement for that
 * character instead.
 */

@font-face {
font-family: 'Gill Sans Regular';
font-style: normal;
font-weight: normal;
src: local('fonts/Gill Sans Regular'), 
url('fonts/Gill Sans.woff') format('woff');
}
@font-face {
font-family: 'Gill Sans Light';
font-style: normal;
font-weight: normal;
src: local('fonts/Gill Sans Light'), url('fonts/Gill Sans Light.woff') format('woff');
}
a:hover,a:active,a:focus{
text-decoration:none;
outline:none;
}
@font-face {
font-family: 'Gill Sans Medium';
font-style: normal;
font-weight: normal;
src: local('fonts/Gill Sans Medium'), url('fonts/Gill Sans Medium.woff') format('woff');
}

@font-face {
font-family: 'Gill Sans Bold';
font-style: normal;
font-weight: normal;
src: local('fonts/Gill Sans Bold'), url('fonts/Gill Sans Bold.woff') format('woff');
}


@font-face {
    font-family: 'Bebas Neue';
    src: url('fonts/BebasNeue-Regular.eot');
    src: url('fonts/BebasNeue-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/BebasNeue-Regular.woff2') format('woff2'),
        url('fonts/BebasNeue-Regular.woff') format('woff'),
        url('fonts/BebasNeue-Regular.ttf') format('truetype'),
        url('fonts/BebasNeue-Regular.svg#BebasNeue-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('fonts/ProximaNova-Bold.eot');
    src: url('fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('fonts/ProximaNova-Bold.woff') format('woff'),
        url('fonts/ProximaNova-Bold.ttf') format('truetype'),
        url('fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('fonts/ProximaNova-Regular.eot');
    src: url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('fonts/ProximaNova-Regular.woff') format('woff'),
        url('fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Semibold';
    src: url('fonts/ProximaNova-Semibold.eot');
    src: url('fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('fonts/ProximaNova-Semibold.woff') format('woff'),
        url('fonts/ProximaNova-Semibold.ttf') format('truetype'),
        url('fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Light';
    src: url('fonts/ProximaNova-Light.eot');
    src: url('fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova-Light.woff2') format('woff2'),
        url('fonts/ProximaNova-Light.woff') format('woff'),
        url('fonts/ProximaNova-Light.ttf') format('truetype'),
        url('fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
    font-weight: 600;
    font-style: normal;
}

.skip-link{display:none;}
.form-wrap{
max-width: 390px;
width:100%;
margin:auto;
background:#0a2544;
}
.hero-header .form-wrap{
right:6%;
top:15%;
position: absolute;
background: rgba(223, 211, 205, 0.68);
border-radius: 15px 0 15px 15px;
}
#site-container{
position:relative;
overflow-x: hidden;
}
img{
max-width:100%;
}
.logo img{
max-width:450px;
}
body{
font-family: 'Gill Sans Regular';
}
.tv_video {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.home-header__video-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
.home-header__video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-family: object-fit\:cover;
    object-fit: cover;
    will-change: object-fit;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}


.p-1 input{
    width: 100%;
    margin-top: 10px;
    height: 35px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    background-color: #eae8e8;
    border: none;
}

.p-1 textarea{
        width: 100%;
    border: 2px solid;
    padding: 10px;
    margin-bottom: 25px;
    margin-top: 10px;
    height: 100px;
    resize: none;
    border-radius: 10px;
    background-color: #eae8e8;
    border: none;
}

.button3 {
    width: 200px;
    padding: 10px 45px;
    
    background-color: #275eef;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 10px;
}

.container {
    margin: 0 auto;
    max-width:1260px;
    padding: 44px 15px 44px;
    position: relative;
    transition: opacity .3s;
	width:auto;
}
.hero-header{
background:url(images/hero-banner.jpg) center top;
background-size:cover;
min-height: 760px;
position:relative;
}
.logo a{
position:relative;
}
.logo::before{
background: url(images/logo-bg.png) left top;
    content: "";
    height: 300px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
        left: -13%;
    top: 0;
	right:0;
}
.hero-header .container{
min-height: 100vh;
}
.mb-45{
margin-bottom:45px;
}

@media (min-width: 769px){
.mb-65{
margin-bottom:45px;
}
}
@media (min-width: 1025px){

#site-container:before {
    min-width: 40px;
}
}
.hero-box{
max-width:380px;
position: absolute;
top: 35%;
}

.hero-box .textbox{
background: rgba(10, 37, 68, 0.76);
padding:3px 20px 23px 9px;
margin-bottom:15px;
color:#fff;
border-radius: 0 18px 18px 0;
position:relative;
}
.hero-box .textbox::before{
position:absolute;
top:0;
bottom:0;
right:100%;
content:"";
background: rgba(10, 37, 68, 0.76);
width:200%;
}
.hero-box .textbox h1{
    font-family: 'Bebas Neue';
    font-size: 72px;
    color: #fff;
    font-weight: normal;
    line-height: 66px;
	margin-bottom:5px;
}
.hero-box .textbox span{
    display: block;
    font-family: 'ProximaNova-Semibold';
	text-transform:uppercase;
    font-size: 54px;
	line-height: 52px;
}
.hero-box .textbox p{
	font-family: 'ProximaNova-Light';
    font-size: 31px;
    line-height: 35px;
	margin:0 0 5px;
}
.hero-box .textbox a{
color:#fff;
font-size:20px;
border-bottom:1px solid #6c7787;
display:inline-block;
font-family: 'ProximaNova-Regular';
line-height: 20px;
}
.btn-default{
display: inline-block;
 padding:11px 25px;
 color: #fff;
 background: #0a2543;
 font-size: 15px;
}
.section-title{
 margin: 0 0 45px;
}
.section-title .h2{
    display: block;
    font-family:'ProximaNova-Semibold';
    text-transform:capitalize;
    font-size:26px;
    margin:0 0 0;
	color:#0a2544;
}
.section-title .h1{
    display: block;
    font-family: 'ProximaNova-Semibold';
    font-size:39px;
	text-transform:uppercase;
   margin:0;
   color:#0a2544;
}
.section-title .h1 span.sup{
display: inline-block;
    vertical-align: top;
    font-size: 26px;
}
.ptbox{
position:relative;
text-align:right;
}
.ptbox::before{
content: "";
    background: #bde5dd;
    top: 15px;
    bottom: 0;
    left: 30px;
    right: 3px;
    display: block;
    position: absolute;
    z-index: -1;
}
.ptbox h4{
font-size:24px;
 font-family: 'ProximaNova-Semibold';
}
.section{
padding:40px 0;
}
.listone{
list-style:none;
margin:0;
font-size:22px;
}
.listone li{
line-height: 36px;
}
.docter-sectoin{
margin:0;
color:#0a2544;
font-family: 'Gill Sans Light';
background:#d7dbdf;
}
.sec-info{
text-align:center;
max-width:600px;
margin:auto;
}
.caltoaction{
text-align:center;
background:url(images/bg1.jpg) no-repeat center;
background-size:cover;
line-height: 38px;
}
.caltoaction p{
font-size:35px;
color:#0a2544;
 font-family: 'ProximaNova-Semibold';
}
@media (min-width: 769px){
.caltoaction{
text-align:left;
}
}
.headinline{
    margin-bottom: 50px;
    border-bottom: 2px solid #0b2644;
    color: #0b2644;
    margin-top: -25px;
}
.headinline span{
    display: inline-block;
    font-size: 39px;
    text-transform: uppercase;
    font-family: 'ProximaNova-Semibold';
    background: #fff;
    padding-right: 10px;
    position: relative;
    bottom: -28px;
}
@media (min-width: 992px){

.pt-0{
padding-top:0;
}
.pb-0{
padding-bottom:0;
}	
.sec-info{
margin-top:105px;
}
}
.sec-info p{
font-size:20px;
}
.clear{
clear:both;
}
.testi-img{
display:inline-block;
max-width: 350px;
vertical-align:bottom;
}
#testimonialslider .item{
}
.testi-name{
margin: 0 10px 0;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 20%;
    left: 45%;
    max-width: 290px;
}
.testi-name h3{
font-size: 23px;
font-family: 'Gill Sans Medium';
color: #323232;
}
.testi-name h3 span{
display: block;
    border-top: 1px solid #323232;
    font-style: italic;
    padding:11px 0;
    margin: 13px 0 0;
    color: #0a2544;
    text-align: center;
    font-family: 'Gill Sans Regular';
}
.textimonialbox{
    padding:0 25px 0 25px;
    color: #0a2544;
}
.testiinfo p{
font-size:18px;
}
.testiinfo span{
font-family: 'Gill Sans Medium';
} 
.state-ofart .owl-carousel .owl-controls{
bottom:45%;
width: 98%;
margin:auto;
left:0;
right:0;
}
.location-box .colored{
background: #b8e4ef;
    padding: 0 32px 32px;
    border-radius: 0 0 0 15px;
}
.lc-map span{
display:block;
color:#263238;
font-family: 'ProximaNova-Semibold';
}
.lc-map span.location-distanse{
    font-size: 26px;
    margin: 15px 0;
}
.mt-10{
margin-top:10px;
}
.lc-map span.lc-minutes{
font-size:26px;
line-height: 38px;
}
.lc-map span.lc-time{
font-size:53px;
line-height: 38px;
}
.lc-map span.lc-time sub{
    bottom: 0;
    margin-right: 6px;
}
.titlelocation{
    background: #b8e4ef;
    font-size: 35px;
    color: #0a2544;
    font-family: 'ProximaNova-Semibold';
    /* margin: 0; */
    padding: 15px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    text-transform: uppercase;
    border-radius: 15px 0 0 0;
}
#accordion .accordion-toggle {
    position: relative;
    display: block;
    padding: 0 0 15px;
    border: none;
    border-bottom: 0;
    font-size: 21px;
	margin-bottom:0;
    cursor: pointer;
}
#accordion .accordion-toggle.expanded{
padding-bottom:3px;
}
#accordion .accordion-content {
    display: none;
    padding: 3px 0 1px;
	font-size:17px;
}
#accordion .accordion-toggle.expanded::before {
	font-weight: 900;
	content: "-";
}
#accordion .accordion-toggle::before {
	width: 15px;
	height: 15px;
	font-weight: 900;
	content: "+";
	position: absolute;
	right: 0;
	top: 0;
	text-align:center;
}
.faqbox{
background: #66809a;
    padding: 6% 7%;
    color: #fff;
    border-radius: 25px 0 25px 25px;
}
.faqbox h4.faqtitle{
font-size:35px;
font-family: 'ProximaNova-Semibold';
margin-bottom:30px;
}
.owl-nav div {
  bottom: 0;
    width: 18px;
    color: #fff;
    line-height: 34px;
    text-align: center;
    background: url(images/arrows.png) center no-repeat;
    background-size: 38px;
	font-size:0;
}
.owl-nav .owl-next {
    right:0;
    position: absolute;
	background-position:right;
}
.owl-nav .owl-prev {
    left:0;
    position: absolute;
    font-size: 0;
	background-position:left;
}
.owl-carousel .owl-controls{
position: absolute;
    width: 100%;
      bottom: 30%;

}
.footer-section{
 background: url(images/footer-bg.jpg) top center #0e335e no-repeat;
 padding-top:470px;
 background-size:cover;
}
.testimonial-slider .owl-dots .owl-dot{width:18px;height:18px;background:#d6e9f2;margin:0 3px;display:inline-block;}
.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.owl-carousel .owl-animated-in{z-index:0;}
.owl-carousel .owl-animated-out{z-index:1;}
.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut;}
@-webkit-keyframes fadeOut{0%{opacity:1;}
100%{opacity:0;}
}
@keyframes fadeOut{0%{opacity:1;}
100%{opacity:0;}
}
.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out;}
.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1;}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px, 0px, 0px);}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.owl-carousel.owl-loaded{display:block;}
.owl-carousel.owl-loading{opacity:0;display:block;}
.owl-carousel.owl-hidden{opacity:0;}
.owl-carousel .owl-refresh .owl-item{display:none;}
.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.owl-carousel .owl-item img{display:block;max-width:100%;-webkit-transform-style:preserve-3d;height:auto;}
.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto;}
.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab;}
.owl-carousel.owl-rtl{direction:rtl;}
.owl-carousel.owl-rtl .owl-item{float:right;}
.no-js .owl-carousel{display:block;}
.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease;}
.owl-carousel .owl-item img{transform-style:preserve-3d;}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000;}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url("owl.video.play.png") no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease;}
.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3, 1.3);-moz-transition:scale(1.3, 1.3);-ms-transition:scale(1.3, 1.3);-o-transition:scale(1.3, 1.3);transition:scale(1.3, 1.3);}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon{display:none;}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease;}
.owl-carousel .owl-video-frame{position:relative;z-index:1;}
.hospital-section{
background:#ebebeb;
}
.hospital-info{
background:#0a2544;
text-align:center;
padding:30px;
color:#fff;
}
.hospital-info h4{
font-family: 'Gill Sans Bold';
font-size:17px;
line-height:20px;
padding-top:10px;
}
.hospital-info p{
font-family: 'Gill Sans Light';
    color: #ebebeb;
    font-size: 18px;
    padding: 0 28px;
    line-height: 20px;
}
.btn-download{
   background: #0b2644;
    padding: 15px 33px 16px;
    color: #e9e6e4;
    font-size: 20px;
    line-height: 22px;
    text-decoration: none;
    border: 0;
    border-radius: 10px 0 10px 10px;
}
.btn-download span{
display:inline-block;
vertical-align:middle;
}
.btn-download span.arrows-right{
background: url(images/arrow.png) center no-repeat;
width:33px;
height:19px;
margin-left: 25px;
}
.btn-download:hover{
color: #e9e6e4;
}

.video-box{
    padding: 55px 35px 35px;
}
.video-box h4{
color:#0a2544;
font-family: 'Gill Sans Bold';
text-transform:uppercase;
font-size:20px;
}
.locaton-section{
text-align:center;
}
.location-box .lc-box{
display:inline-block;
max-width:300px;
margin:5px 11px; 
}
.location-box .lc-box h5{
color:#0a2544;
font-family: 'Gill Sans Bold';
font-size:25px;
}
.location-box .lc-box h5 span{
display:block;
font-family: 'Gill Sans Medium';
}
.fill-form-section{
background:#ebebeb;
color:#0a2544;
}
.footer-block{
position:relative;
margin:15px 0;
}
.fooerlogo{
margin-bottom:25px;
}
.fooerlogo img{
max-width:250px;
}
.footer-block ul{
margin:0;
padding:0;
list-style:none;
}
ul.flist li{
color:#fff;
}
ul.flist li a{
color: #ffffff;
display: block;
font-size:17px;
padding:6px 4px;
text-transform: uppercase;
}
.cal-icon{
margin-bottom:30px;
}
.cal-icon a{
color:#fff;
font-size:15px;
display:inline-block;
margin-top:5px; 
}

.cal-icon img{
max-width:50px;
}
ul.cllist li{
    color: #fff;
    text-transform: uppercase;
    font-size:17px;
    margin-bottom: 15px;
    line-height: 25px;
}
ul.cllist li a{
color:#0a2544;
font-family: 'Gill Sans Bold';
display:block;
}
.social-icon{
}
.social-icon a{
margin:5px 8px;
background:#fff;
border-radius:50%;
width:40px;
height:40px;
display:inline-block;
}
.social-icon img{
max-width:100%;
}
.bottom-footer{
border-top: 1px solid #244972;
color: #fff;
padding-top: 17px;
text-align:center;
padding-bottom: 25px;
}
@media (min-width: 769px){
.social-icon{
text-align:right;
}	
.bottom-footer{
text-align:left;
}
}
@media (min-width: 992px){
.footer-block ul.flist{
    max-width: 365px;
    margin-left:auto;
	    margin-right:auto;
}
.blocktwo{
padding-top: 119px;
}
.blockthree{
padding-top: 185px;
margin: auto;
}
}
.form-wrap iframe{
    border: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}
.blockthree{
max-width: 301px;
margin:25px auto;
}
@media (max-width:992px){
.hero-header .form-wrap{
position:relative;
margin:auto;
right:inherit;
}	
.hero-header .container ,.hero-header{
    min-height: auto;
	height:auto;
}
.logo{
text-align:center;
}
.logo img{
max-width:270px;
margin:auto;
}
.hero-box{
position:relative;
margin:25px auto;
}
.our-services-section{
    margin: 10px 10px 10px 0;
position:relative;
}
.our-services-section::before{
    background: rgba(10, 37, 68, 0.76);
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	content:"";
}
.section-title{
font-size: 39px;
    line-height: 19px;
}
.location-box .lc-box h5{
font-size: 20px;
}
.hero-box .textbox span{
font-size: 30px;
    line-height: 42px;
}
.listone,.sec-info p,.testiinfo p,ul.flist li a{
font-size: 17px;
}
.listone li {
    line-height: 31px;
}
}
.faq-section{
    margin-bottom: -455px;
}
@media (max-width: 769px){
#accordion .accordion-toggle{
font-size: 18px;
}
#accordion .accordion-content{
 padding-right: 19px;
}
.faqbox{
padding: 16px;
}
.testi-name{
    max-width: inherit;
    left: 0;
    /* width: 100%; */
    top: inherit;
    bottom: 0;
    background: rgba(255, 255, 255, 0.69);
    right: 0;
    border-radius: 0 17px 0 0;
}
.textimonialbox{
padding:0;
}
.section-title .h1{
font-size:22px;
}
.hero-box .textbox h1{
font-size: 49px;
line-height: 46px;
}
.caltoaction p{
font-size:23px;
line-height: 25px;
}
.btn-download{
display: block;
    padding: 0;
	    line-height: 48px;
    height: 55px;
}
.titlelocation{
text-align:center;
font-size:25px;
}
.lc-map span.lc-time{
font-size:38px;
}
.testi-name h3{
text-align:center;
font-size: 19px;
margin-top: 10px;
}
.ptbox h4{
font-size: 21px;
padding-bottom: 7px;
}
.headinline span{
font-size:22px;
}
.testi-name h3 span{
font-size:14px;
margin: 9px 0 0;
}
.section{
padding:0;
}
.logo::before{
 background-size: cover;
 height: 118px;
}
.hero-box{
max-width: 260px;
}
}