@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */

body {
  max-width: 100%;
  margin: 0 auto !important; 
  float: none !important; 
  font-family: "Microsoft JhengHei, 微軟正黑體, Droid Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.8;
  color: #333;
  background: rgba(255,255,255,0.02);
}

.clearboth{
  clear: both;
}

.left{
  float: left;
}

.right{
  float: right;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #00A292;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #00A292;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Droid Sans", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #00A292;
}

::-moz-selection {
  color: #fff;
  background: #00A292;
}

::selection {
  color: #fff;
  background: #00A292;
}

.cwh-container {
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  padding-left: 0;
}

.cwh-nav {
  border-top: 6px solid #00BEAC;
  position: fixed;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  z-index: 1001;
  background: #fff;
  webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}


/*-------------------Nav--------------------*/

.cwh-nav #cwh-logo {
  font-size: 20px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.cwh-nav img {
  max-height: 74px;
  width: auto;
}

.cwh-nav #cwh-logo em {
  color: #00A292;
}
.cwh-nav a {
  padding: 0px 0;
  color: #000;
}

.cwh-nav ul {
  padding: 0;
  margin: 15px 20px 0 0;
}
.cwh-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.cwh-nav ul li a {
  font-size: 16px;
  padding: 30px 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.cwh-nav ul li a:hover, .cwh-nav ul li a:focus, .cwh-nav ul li a:active {
  color: #00A292;
}
.cwh-nav ul li.has-dropdown {
  position: relative;
}
.cwh-nav ul li.has-dropdown .dropdown {
  width: 130px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.cwh-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.cwh-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.cwh-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.cwh-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}
.cwh-nav ul li.has-dropdown .dropdown li a:hover {
  color: #000;
}
.cwh-nav ul li.has-dropdown .dropdown li.active > a {
  color: #000 !important;
}
.cwh-nav ul li.has-dropdown:hover a, .cwh-nav ul li.has-dropdown:focus a {
  color: #fff;
}
.cwh-nav ul li.btn-cta a {
  color: #fff;
}
.cwh-nav ul li.btn-cta a span {
  border: none !important;
  background: #00A292;
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.cwh-nav ul li.btn-cta a:hover span {
  background: #ff6540;
  color: #fff;
}
.cwh-nav ul li.active > a {
  color: #00A292 !important;
}

/*-------------------nav END--------------------*/

/*-------------------header--------------------*/

.header {
  margin-top: 74px;
  font-size: 5vw;
  font-weight: bold;
  color: #fff;
  background-color:#80827C;
  background-image: /*url(../images/bannermask.png),*/ url(../images/bannercat_a.png), url(../images/bannercat_b.png), url(../images/bannercat_c.png), url(../images/bannercat_d.png), url(../images/bannercat_e.png), url(../images/bannercat.png);
  background-position: /*bottom,*/ left, 25%, 50%, 75%, right, left;
  background-repeat: /*no-repeat,*/ no-repeat;
  background-size: 20%, 20%, 20%, 20%, 20%, 100%;
  height: 480px;
}

.sm_text{
  font-size: 2.6vw;
  line-height: 1vw;
  margin-bottom: 3%;
}

.heading {
  padding-top:100px;
}

.mask{
  max-width: 1346px;
  padding: 0 3%;
  margin: 0 auto;
}

.immigration{
  margin-top: 74px;
  padding: 20px 5% 50px;
  background-image: url(../images/Dog.png), url(../images/immigration_banner.png);
  background-repeat: no-repeat, no-repeat;
  background-color:#F0EBE9;
  background-position: 95% 30px, center 0;
  background-size: 40%, cover;
}

.immigration_content{
  max-width:1000px;
  margin: 0 auto;
}

.immigration_logo img{
  width: 55%;
  margin-left: -20px;
  float: left;
  margin-bottom: 30px;
}



.imm_dis_top{
    margin-top: 0;
    font-size: 40px;
    line-height: 80px;
    text-shadow: none;
}

.imm_dis{
  clear: both;
  font-size:1.3em;
  font-family: PingFangHK-Medium;
  text-shadow: 0 0 8px #095A83;
  line-height: 35px;
  width:55%;

  color: #fff;
}

.imm_dis_2{
  font-size: 25px;
  color: #564D49;
  text-shadow: none;
  line-height: 35px;
  margin-top:30px;
  }

.noticeboard{
  font-weight: 100;
  width: 100%;
  margin-top:-35px;
  padding: 25px 5%;
  margin:0 auto;
}

.notice_title{
  font-weight: bold;
  font-size: 40px;
}

.notice{
  clear: both;
  line-height: 50px;
}

.last{
  border-bottom: 0;
}

.notice_more{
  font-size:22px;
  font-weight: normal;
  clear: both;
}

.notice_more img{
  width: 30px;
  margin-left:10px;
}

.noticedate{
  font-size: 18px;
  font-weight: normal;
  margin-right: 20px;
  float: left;
  color: #00BEAC;
}

.noticecontent{
  line-height: 35px;
  font-size: 24px;
  float: left;
  color: #000;
}

.booking{
  width: 372px;
  background: url(../images/bookingbtn.png);
  font-size:28px;
  color: #000;
  background-repeat: no-repeat;
  background-size: 372px;
  padding: 0 0 0 20px;
  margin-top: 15px;
  float:left;
  line-height: 58px;
  font-weight: bold;
}

.booking img{
  float: right;
  height: 58px;
  width: 58px;
  border:0;
  padding:0;
  margin: 0
}

.tel {
  clear: none;
  float: left;
}
}

/*-------------------header END--------------------*/

/*-------------------service--------------------*/

.service {
  background-color: #F6F6F6;
  text-align: center;
}

.service_border{
  padding: 40px 4%;
  max-width: 1396px;
  margin: 0 auto;
  text-align: center;
}

.service ul {
  text-align: left;
  padding-left: 2px;
}

.service li{
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: left 7px;
  background-size: 10px;
  list-style-type: none;
  padding-left: 30px;
  font-size: 18px;
  line-height: 24px;
  margin-top: 14px
}

.servicebox01 { 
  padding: 0 0 31%;
  background-image: url(../images/Service01.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;             
}

.servicebox02 {
  padding: 0 0 31%;
  background-image: url(../images/Service02.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}

.servicebox03 {
  padding: 0 0 31%;
  background-image: url(../images/Service03.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}

/*-------------------service END--------------------*/

/*-------------------catgallery--------------------*/

.cat01 {
  float: right;
  padding-left: 3%;
  width: 57%;
}

.gallery_border{
  padding: 40px 5%;
  max-width: 1366px;
  margin: 0 auto;
}

.catgallery{
  background-image: url(../images/bg.png);
  background-size: 40px;
  text-align: center
}

.catgallery img{
  width: 100%;
}

.gallerybox{
  margin: 10px 0;
  text-align: left;
}

/*-------------------catgallery END--------------------*/

/*-------------------All--------------------*/

.col-container {
    display: table; /* Make the container element behave like a table */
    width: 100% /* Set full-width to expand the whole page */
}

.col {
    display: table-cell;
    border:15px #F6F6F6 solid;
    width: 33%; /* Make elements inside the container behave like table cells */
    background-color: #FFF;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 15px;
}

.topic {
  font-size: 50px;
  display: inline-block;
  background-image: url(../images/topicbg.png);
  background-size: 100%;
  background-repeat: repeat-x;
  background-position: 0 80%;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.title{
  font-size: 30px;
  font-weight: bold;
  text-align: left;
}
/*-------------------All END--------------------*/

/*-------------------contact us--------------------*/

.contactus{
  border-top: #fff 1px solid;
  text-align: center;
}

.contactus img{
  width: 100%;
}

.icon img{
  width: 45px;
  margin: 10px 7px 20px 7px;
}

.contactus_border{
    padding: 50px 0 30px;
}

.contactus_text{
  line-height: 40px;
}

.photo{
  background-image: url(../images/ClinicPhoto.png);
  background-size: cover;
  background-position: top center;
  height: 600px;
}

.wrapper {
  width:100%;
  margin:0 auto;
}

.h_iframe {
  position:relative;
  padding-top: 40%;
}

.h_iframe iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

/*-------------------contact us END--------------------*/

/*-------------------footer--------------------*/

.footer{
  background-color: #34302F;
  color: #fff;
  font-size: 12px;
  padding: 20px 30px
}

/*-------------------footer END--------------------*/

/*#cwh-footer .copyright .block {
  display: block;
}*/

/*-------------------go to top--------------------*/

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(225, 225, 225, 0.3);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}
/*-------------------go to top END--------------------*/

/*-------------------Nav--------------------*/

#cwh-offcanvas {
  position: absolute;
  position: fixed;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.offcanvas #cwh-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#cwh-offcanvas a {
  color: rgba(255, 255, 255, 0.8);
}
#cwh-offcanvas a:hover {
  color: rgba(255, 255, 255, 1);
}
#cwh-offcanvas ul {
  padding: 0;
  margin: 0;
}
#cwh-offcanvas ul li {
  padding: 5px;
  margin: 0;
  list-style: none;
}
#cwh-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#cwh-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#cwh-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#cwh-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.cwh-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.cwh-nav-toggle.active i::before, .cwh-nav-toggle.active i::after {
  background: #444;
}
.cwh-nav-toggle:hover, .cwh-nav-toggle:focus, .cwh-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.cwh-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.cwh-nav-toggle i::before, .cwh-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.cwh-nav-toggle.cwh-nav-white > i {
  color: #fff;
  background: #fff;
}
.cwh-nav-toggle.cwh-nav-white > i::before, .cwh-nav-toggle.cwh-nav-white > i::after {
  background: #fff;
}

.cwh-nav-toggle i::before {
  top: -7px;
}

.cwh-nav-toggle i::after {
  bottom: -7px;
}

.cwh-nav-toggle:hover i::before {
  top: -10px;
}

.cwh-nav-toggle:hover i::after {
  bottom: -10px;
}

.cwh-nav-toggle.active i {
  background: transparent;
}

.cwh-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.cwh-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.cwh-nav-toggle {
  position: fixed;
  right: 0px;
  top: 10px;
  z-index: 21;
  padding: 8px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}

/*-------------------Nav END--------------------*/


.catgalleryheader{
  margin-top: 74px;
  background-image: url(../images/CatGalleryBannerMask.png), url(../images/CatGalleryBanner.png);
  background-position: bottom, center center;
  background-repeat: repeat-x, no-repeat;
  background-size: auto 80px, cover;
  height: 680px;
}






@media screen and (max-width: 992px) {

.immigration{
  margin-top: 74px;
  padding: 20px 5% 30px;
  background-image: url(../images/Dog.png), url(../images/immigration_banner.png);
  background-repeat: no-repeat, no-repeat;
  background-color:#F0EBE9;
  background-position: 110% 30px, center 0;
  background-size: 48%, cover;
}

.immigration_logo img{
  width: 55%;
  margin-left: -20px;
  float: left;
  margin-bottom: 30px;
}

.notice_title{
  font-weight: bold;
  font-size: 30px;
}

.notice_more img{
  width: 30px;
  margin-left:10px
}

.header {
  height: 400px;
}

.heading {
  padding-top: 90px;
}

.service_border{
  padding: 40px 1.5%;
  max-width: 1396px;
  margin: 0 auto;
}

.col {
    display: table-cell;
    border:10px #F6F6F6 solid;
    width: 33%; /* Make elements inside the container behave like table cells */
    background-color: #FFF;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 15px;
}

.gallery_border{
  padding: 40px 20px;
  max-width: 1366px;
}

.photo{
  background-image: url(../images/ClinicPhoto.png);
  background-size: cover;
  background-position: top center;
  height: 500px;
}

}



@media screen and (max-width: 767px) {

.immigration{
  margin-top: 74px;
  padding: 20px 5% 30px;
  background-image: url(../images/Dog.png), url(../images/immigration_banner.png);
  background-repeat: no-repeat, no-repeat;
  background-color:#F0EBE9;
  background-position: 115% 30px, center 0;
  background-size: 53%, cover;
}

.mask{
  padding: 0;
  margin: 0 auto;
}

.noticeboard{
  font-weight: 100;
  width: 100%;
  padding: 15px 30px
}

.notice{
  clear: both;
  line-height: 35px;
}

.notice_more{
  font-size:22px;
  font-weight: normal;
  line-height: 55px;
  clear: none;
  float: right;
}

.notice_more img{
  width: 30px;
  margin-left:10px
}

.heading {
  padding-top: 50px;
}

.header {
  padding:0 30px 10px;
  font-size: 6.2vw;
  height: 270px;
}

.sm_text{
  font-size: 3.2vw;
}

.booking{
  width: 198px;
  background: url(../images/bookingbtn_mobile.png);
  font-size: 21px;
  color: #000;
  background-repeat: no-repeat;
  background-size: 191px;
  padding: 0 0 0 20px;
  margin-top: 10px;
  float:left;
  font-weight: bold;
  line-height: 40px
}

.booking img{
  float: right;
  height: 65px;
  width: 65px;
}

.tel {
  clear: both;
  line-height:12px;
}


/*
.cattips{
  padding: 0;
}

.cat img{
  padding: 40px 0 30px 0;
}

.cattips img {padding-top:30px;}

.dogtips{
  padding-left: 0;
  padding: 10px 0 0
}
*/

.cat01 {
  float: left;
  padding-left: 0;
  width: 100%;
  padding-bottom: 20px
}

/*-------------------767 All--------------------*/

.gallry_border{
  padding: 20px 20px;
}
/*-------------------767 All END--------------------*/

/*-------------------767 catgallery--------------------*/

.cat01 {
  float: left;
  padding-left: 0;
  width: 100%
}

/*-------------------767 catgallery END--------------------*/

/*-------------------767 Nav--------------------*/

.cwh-nav .menu-1, .cwh-nav .menu-2 {
    display: none;
}

/*-------------------767 Service--------------------*/

.col-container {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}

.col {
    display: block; width: 100% /* Make elements inside the container behave like table cells */
}

.servicebox01 { 
  padding: 8px 15px 94%;
  background-image: url(../images/Service01.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;             
}

.servicebox02 {
  padding: 8px 15px 94%;
  background-image: url(../images/Service02.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}

.servicebox03 {
  padding: 8px 15px 94%;
  background-image: url(../images/Service03.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}

/*-------------------767 Service END--------------------*/

/*#cwh-footer .copyright .pull-left,
  #cwh-footer .copyright .pull-right {
    float: none !important;
    text-align: center;
  }
*/

/*-------------------767 Nav--------------------*/

#cwh-offcanvas {
    display: block;
}

.cwh-nav-toggle {
    display: block;
  }

.owl-theme .owl-controls .owl-nav {
    display: none;}

/*-------------------767 Nav END--------------------*/

}







@media only screen and (max-width: 480px) {

.immigration{
  margin-top: 74px;
  padding: 20px 5% 50px;
  background-image: url(../images/Dog.png), url(../images/immigration_banner.png);
  background-repeat: no-repeat, no-repeat;
  background-color:#F0EBE9;
  background-position: 118% 30px, center 0;
  background-size: 55%, cover;
}

.immigration_logo img{
  width: 60%;
  margin-left: -10px;
  float: left;
  margin-bottom: 20px;
}

.imm_dis{
  clear: both;
  font-size:20px;
  font-family: PingFangHK-Medium;
  text-shadow: 0 0 8px #095A83;
  line-height: 30px;
  width:55%;

  color: #fff;
}

.imm_dis_top{
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    text-shadow: none;
}

.imm_dis_2{
  font-size: 20px;
  color: #564D49;
  text-shadow: none;
  line-height: 30px;
  }

.noticeboard{
  font-weight: 100;
  width: 100%;
}

.notice_more {
  clear: none;
  float: right;
}

.notice_more img{
  width: 28px;
  margin-left:10px
}

.service {
  background-color: #F6F6F6;
  text-align: center;
}

.header {
  padding:0 20px 10px;
  font-size: 6.8vw;
  background-size: 20%, 20%, 20%, 20%, 20%, cover;
  height: 220px
}

.heading {
  padding-top: 30px;
  width: 55%;
  float: left
}

.sm_text{
  font-size: 3.5vw;
}

.booking{
  width: 100%;
  height: auto;
  background: url(../images/bookingbtn_mobile.png);
  font-size: 5vw;
  color: #000;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 0 0 0 10%;
  margin-top: 15px;
  float:left;
  font-weight: bold;
  line-height: 10.5vw;
}

.booking img{
  float: right;
  height: 38.7%;
  width: 38.7%;
  border:0;
  padding:0;
  margin: 0
}

.tel {
  clear: both;
  float: left;
}

.photo{
  background-image: url(../images/ClinicPhoto.png);
  background-size: cover;
  background-position: top center;
  height: 300px;
}



}


}



/*# sourceMappingURL=style.css.map */
