@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
body {
  font-family: Lato,sans-serif;
  font-weight: 300;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }

html {
  font-family: Lato,sans-serif;
  font-weight: 300;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }

#main-menu {
  position: relative;
  margin-top: 10px; }
  #main-menu a {
    padding: 10px 7px 20px;
    font-family: Lato,sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 16px; }
  #main-menu ul > li:hover > a {
    background-color: #4682bf; }
  #main-menu li:hover .sub-menu {
    display: block; }
    #main-menu li:hover .sub-menu a {
      background-color: transparent !important; }
  #main-menu .sub-menu {
    display: none;
    background-color: #4682bf;
    top: 40px;
    z-index: 9999999;
    position: absolute;
    left: 0;
    overflow: hidden; }
    #main-menu .sub-menu li {
      min-width: 250px;
      list-style: none;
      display: block; }
      #main-menu .sub-menu li a {
        margin: 0 20px;
        border-bottom: 1px solid #85b4e4;
        color: #fff !important;
        display: block;
        padding: 15px 0; }
        #main-menu .sub-menu li a:hover {
          color: #fff !important;
          text-decoration: none !important; }
      #main-menu .sub-menu li:last-child a {
        border: 0; }
      #main-menu .sub-menu li:hover {
        background-color: #4682bf; }

.full-menu_content {
  border: 1px solid #FFF;
  position: relative;
  padding: 10px 10px 25px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(50, 50, 50, 0.39);
  -moz-box-shadow: 0 4px 6px 0 rgba(50, 50, 50, 0.39);
  box-shadow: 0 4px 6px 0 rgba(50, 50, 50, 0.39);
  background-color: #88a81a; }
  .full-menu_content h3 {
    color: #fff; }

.fullmenu {
  left: 0;
  width: 100%; }
  .fullmenu h3 {
    margin-top: 5px;
    margin-left: 10px; }
  .fullmenu ul {
    border: 0 !important;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.63) !important;
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.63) !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.63) !important; }
  .fullmenu li {
    list-style: disc !important;
    margin: 0 10px;
    border-bottom: 1px solid #FFF !important;
    min-width: inherit !important;
    width: 18%;
    float: left; }
    .fullmenu li .badge {
      float: right; }
    .fullmenu li a {
      padding: 10px 5px !important; }

.sub_menu-wrapper {
  display: none;
  padding-top: 23px;
  position: absolute;
  left: 0;
  float: left;
  z-index: 999999; }

#menu-main-menu li {
  float: left;
  list-style: none; }

#menu-main-menu a {
  display: block; }

ul#menu-top-menu li:hover a {
  color: #9c0; }

ul#menu-top-menu li:hover .sub_menu-wrapper {
  display: block !important; }

.hcol_content ul {
  padding-left: 30px; }

.logo-head {
  width: 240px; }

#header {
  padding: 15px 0 0;
  background-color: #FFFF;
  border-bottom: 1px solid #DDD; }
  #header .h1 {
    padding-bottom: 5px;
    margin: 0;
    font-family: Lato,sans-serif;
    font-weight: 700;
    font-size: 16px; }

#main-menu a {
  color: #4682bf;
  font-weight: 500; }

#main-menu ul > li:hover > a {
  background-color: #4682bf;
  color: #FFF; }

.floating_button {
  display: none; }

#floating-container {
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 10px;
  right: 20px;
  z-index: 50; }
  #floating-container .floating-menus > div {
    position: fixed;
    right: 50px; }
    #floating-container .floating-menus > div span {
      background-color: #4682bf;
      color: #fff;
      padding: 5px 10px;
      border-radius: 5px;
      box-shadow: 0px 1px 2px #b0bec5;
      display: inline-block;
      text-align: right; }
      #floating-container .floating-menus > div span a {
        color: #000;
        display: block; }
    #floating-container .floating-menus > div:nth-of-type(1) {
      bottom: 90px;
      animation: one 0.1s linear; }
    #floating-container .floating-menus > div:nth-of-type(2) {
      bottom: 150px;
      animation: two 0.125s linear; }
  #floating-container .fab-button {
    position: absolute;
    color: #fff;
    padding: 10px 13px;
    border-radius: 50%;
    background-color: #4682bf;
    cursor: pointer;
    box-shadow: 0px 3px 3px #bdbdbd; }
    #floating-container .fab-button i {
      font-size: 40px; }

@media only screen and (max-width: 767px) {
  #topheader .navbar {
    min-height: 0; }
  .navbar-header {
    position: absolute;
    top: -80px;
    right: -20px; }
  .navbar-collapse {
    background: #000; }
  span.icon-bar {
    background: #000; }
  #main-menu {
    display: block !important; }
    #main-menu a {
      color: #fff; }
    #main-menu .sub-menu {
      background-color: #000;
      top: 0;
      position: relative; }
      #main-menu .sub-menu li a {
        color: #4682bf !important;
        border-bottom: none; }
      #main-menu .sub-menu li:hover {
        background-color: transparent; }
    #main-menu ul > li:hover .sub-menu {
      display: none; }
    #main-menu ul > li:hover > a {
      background-color: #000;
      color: #4682bf; }
    #main-menu ul > li.open a {
      background-color: #000; }
    #main-menu ul > li.open .sub-menu {
      display: block; }
    #main-menu ul > li > ul > li {
      padding-right: 0;
      padding-left: 0; }
  .floating_button {
    display: block; }
  div#topheader {
    float: none !important; }
  #menu-main-menu li {
    float: none !important;
    padding: 0 10px;
    border-bottom: 1px solid #444; }
    #menu-main-menu li:last-child {
      border-bottom: none; }
  .submenu_ls .caret {
    display: block !important;
    float: right; }
  .navbar {
    min-height: 0;
    border: none;
    margin-bottom: 0; }
  ul.sub-menu li:first-child {
    border-top: 1px solid #444; }
  .caret {
    margin-top: 14px;
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent; }
  div#phn_no {
    display: none; }
  div#head-social {
    position: absolute;
    left: -5px;
    top: 60px; } }

.page-id-181 .imgcpathc {
  float: left;
  width: inherit !important; }

#we_recommendlist .thumbnail {
  max-height: 200px;
  overflow: hidden; }
  #we_recommendlist .thumbnail:hover {
    padding: 0; }
  #we_recommendlist .thumbnail img {
    width: 100%;
    height: auto; }

.rqs_appointment .catpchainput {
  width: 70%;
  float: left;
  margin-left: 10px; }

.submenu_ls .caret {
  display: none !important; }

.catpchainput {
  float: right;
  width: 70%; }

#collapseThree #btnsubmit {
  margin-top: 10px; }

#collapseThree .catpchainput {
  width: 68%; }

#collapseThree .wpcf7-captchac {
  width: 30%; }

.tab-content > .tab-pane {
  margin: 30px 0 20px; }

.bx-wrapper {
  margin: 0 auto !important; }
  .bx-wrapper .bx-viewport {
    left: 0 !important;
    border: 0 !important; }

#lc_container iframe {
  width: 100%;
  height: 400px; }

#lc_container .featuredimage img {
  width: 100%;
  height: auto;
  border: 1px inset #333;
  float: left;
  margin-top: 10px;
  margin-right: 30px;
  margin-bottom: 15px; }

.listleft a {
  padding: 3px 0;
  display: block;
  color: #333; }
  .listleft a:hover {
    color: #2a6496; }

.limv_left {
  margin-bottom: 10px;
  margin-left: 30px; }
  .limv_left li {
    margin: 5px 0; }

.wercmd {
  padding: 0 20px; }

.cls_lkog li {
  min-height: 90px;
  text-align: justify;
  list-style: none;
  float: left; }

#bnr {
  background-color: #4682bf;
  position: relative;
  overflow: hidden; }
  #bnr .panel-heading {
    background-color: #f0f0f0; }
    #bnr .panel-heading:hover {
      background-color: #e1e1e1; }
  #bnr .activeheading {
    background-color: #e1e1e1; }
  #bnr .wpcf7-validation-errors {
    margin: 0;
    font-size: 12px; }
  #bnr .col-md-3 {
    background-color: #4682bf; }
  #bnr .panel-default > .panel-heading {
    padding: 0 0 0 15px; }
  #bnr .panel-group {
    margin: 0; }
    #bnr .panel-group .panel-title {
      font-size: 22px;
      font-family: Lato,sans-serif;
      color: #000; }
      #bnr .panel-group .panel-title a {
        display: block;
        background-repeat: no-repeat;
        background-position: left center;
        padding: 18px 10px 18px 54px; }
    #bnr .panel-group h4 {
      font-weight: 300 !important; }
    #bnr .panel-group .panel + .panel {
      margin-top: 0; }
  #bnr .panel-body {
    padding: 10px 25px; }
    #bnr .panel-body .h1 {
      margin: 0 0 10px;
      padding: 10px 0 15px 50px;
      font-size: 22px; }
    #bnr .panel-body .fields {
      padding: 0 10px 10px; }
    #bnr .panel-body input[type=submit] {
      padding: 10px 40px;
      font-family: Lato,sans-serif;
      font-weight: 400;
      width: inherit;
      font-size: 16px;
      border: 0;
      text-transform: uppercase;
      background-color: #fc0; }
    #bnr .panel-body select {
      line-height: 30px !important;
      display: block;
      border: 1px solid #CCC;
      line-height: 16px;
      padding: 6px 10px;
      font-size: 14px;
      color: #000;
      width: 100%; }
    #bnr .panel-body input {
      border: 1px solid #CCC;
      line-height: 16px;
      padding: 6px 10px;
      font-size: 14px;
      color: #000;
      width: 100%; }
  #bnr .wpcf7-not-valid {
    background-color: #fed0d1;
    border: 1px solid red !important; }
  #bnr .wpcf7-not-valid-tip {
    display: none; }
  #bnr .panel {
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
    border: 0; }
    #bnr .panel .accordion_ico01 {
      background-image: url(../images/accordion_ico_01.png); }
    #bnr .panel .accordion_ico02 {
      background-image: url(../images/accordion_ico_02.png); }
  #bnr .panel-collapse {
    color: #fff;
    background-color: #4682bf; }
  #bnr .row {
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%; }
  #bnr .col {
    padding: 0 !important;
    position: relative;
    height: 100%; }
  #bnr .container-fluid {
    padding: 0 !important; }
  #bnr ul li {
    list-style: none; }

#shfrm {
  position: relative; }
  #shfrm .hcol_content {
    display: none;
    position: absolute;
    z-index: 999999;
    left: 0;
    width: 100%; }
  #shfrm #cnt_form {
    margin: 0 40px; }
    #shfrm #cnt_form .wpcf7-validation-errors {
      color: #fff; }
  #shfrm input[type=text] {
    width: 100% !important; }
  #shfrm input[type=tel] {
    width: 100% !important; }
  #shfrm input[type=email] {
    width: 100% !important; }
  #shfrm select {
    width: 100% !important; }
  #shfrm textarea {
    width: 100% !important; }
  #shfrm:hover {
    background-color: #006f9f; }
    #shfrm:hover .ph_top_ico03 {
      background-image: url(../images/accordion_ico_03_hover.png); }
    #shfrm:hover .hcol_content {
      display: block; }
    #shfrm:hover .h1 {
      color: #fff; }

a:focus {
  text-decoration: none !important; }

a:hover {
  text-decoration: none !important; }

.yourphysio li {
  margin: 10px 0 !important; }
  .yourphysio li a {
    padding: 10px !important; }

#help_links .thumbnail {
  border: 0; }
  #help_links .thumbnail .link {
    color: #4682bf; }
  #help_links .thumbnail h3 {
    margin-top: 0; }
  #help_links .thumbnail img {
    border: 1px solid #CCC;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

#help_links h3 {
  color: #4682bf;
  font-size: 17px; }

.bgyellow_center {
  background-color: #ffe84d !important; }
  .bgyellow_center h4 {
    text-align: center; }

.imgresponsive {
  width: 100%;
  height: auto; }

.pitalic {
  font-style: italic;
  font-weight: 300; }

.cntelsdr li {
  margin: 20px 0;
  list-style: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 20px;
  background-color: #def1f9;
  width: 300px; }
  .cntelsdr li .discli li {
    padding: 3px 0;
    width: inherit !important;
    background-color: transparent !important; }
  .cntelsdr li h4 {
    color: #000; }

#cnt_form {
  margin: 30px 0; }
  #cnt_form #btnsubmit {
    border: 1px solid #fff;
    padding: 10px 40px;
    text-transform: uppercase;
    color: #000;
    background-color: #fc0; }
  #cnt_form label {
    float: left;
    text-align: right;
    width: 30%;
    font-weight: 400 !important; }
    #cnt_form label:after {
      content: ":";
      padding: 0 3px; }
  #cnt_form form {
    margin: 30px 0; }
  #cnt_form .fields {
    margin: 10px 0; }
  #cnt_form input[type=text] {
    width: 60%;
    border: 1px solid #CCC;
    padding: 5px 10px; }
  #cnt_form input[type=tel] {
    width: 60%;
    border: 1px solid #CCC;
    padding: 5px 10px; }
  #cnt_form input[type=email] {
    width: 60%;
    border: 1px solid #CCC;
    padding: 5px 10px; }
  #cnt_form select {
    width: 60%;
    border: 1px solid #CCC;
    padding: 5px 10px; }
  #cnt_form textarea {
    width: 60%;
    border: 1px solid #CCC;
    padding: 5px 10px; }

.lc_cnt {
  float: left; }

.lc_ulli {
  margin: 40px 0 0; }
  .lc_ulli li {
    margin-bottom: 10px;
    display: block;
    list-style: none; }
    .lc_ulli li:after {
      content: " ";
      clear: both;
      display: block; }
    .lc_ulli li label {
      float: left;
      color: #666;
      width: 200px; }

.listlocation li {
  margin-bottom: 10px;
  margin-right: 5px;
  width: 13%;
  float: left;
  list-style: none; }
  .listlocation li a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 10px 5px;
    background-color: #999; }
    .listlocation li a:hover {
      background-color: #4682bf; }

.listlocation .active {
  background-color: #4682bf; }

ul.ulsdr_left li {
  width: 300px;
  margin: 20px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  list-style: none;
  border: 1px solid #fff; }
  ul.ulsdr_left li:hover {
    background: rgba(255, 255, 255, 0.2); }
  ul.ulsdr_left li a {
    font-size: 18px;
    color: #fff !important;
    display: block;
    padding: 15px 20px; }

ul.subcheck {
  margin: 5px 0 5px 30px; }
  ul.subcheck li {
    background-image: url(../images/subcheck.png);
    background-repeat: no-repeat;
    background-position: left 6px;
    padding-left: 20px;
    list-style: none; }

ul.discli {
  margin-bottom: 20px;
  margin-left: 50px; }

.discli li {
  margin: 2px 0;
  list-style: disc; }

#pg_vcnt .row {
  margin: 0 !important; }

#pg_vcnt a {
  color: #f63; }

#pg_vcnt .hcol_content {
  margin-top: 20px;
  padding-bottom: 30px;
  padding-right: 30px;
  max-width: 720px;
  min-width: 720px; }

#pg_vcnt h1 {
  color: #000;
  font-size: 30px; }

#pg_vcnt h2 {
  font-size: 24px; }

#pg_vcnt h3 {
  font-size: 18px;
  color: #4682bf; }

#pg_vcnt .h3list {
  margin-bottom: 20px;
  margin-left: 40px; }

#pg_vcnt .col_right {
  background-size: 100% auto;
  min-height: 500px;
  background-repeat: no-repeat;
  background-color: #4682bf;
  margin-right: -50px; }

#pgclient {
  padding-top: 10px;
  background-color: #eaeaea; }

.ph_top_ico01 {
  background-image: url(../images/accordion_ico_01.png); }

.ph_top_ico02 {
  background-image: url(../images/accordion_ico_02.png); }

.ph_top_ico03 {
  background-image: url(../images/accordion_ico_03.png); }

#pg_top {
  padding: 0;
  background-color: #eaeaea; }
  #pg_top .col-md-4 a {
    display: table-cell;
    vertical-align: middle; }
  #pg_top .h1 {
    font-weight: 300 !important;
    display: table-cell;
    vertical-align: middle;
    background-position: left center;
    padding: 25px 0 20px 55px;
    font-size: 22px;
    margin: 0;
    min-height: 42px;
    color: #000;
    background-repeat: no-repeat; }
  #pg_top a:hover {
    text-decoration: none; }

.pqmiddle {
  padding: 10px 0 0 55px !important; }

#symptoms {
  display: inline-block;
  position: relative; }
  #symptoms .frntbottom {
    top: -100px !important; }
  #symptoms .point01 {
    left: 140px;
    top: 45px; }
  #symptoms .point02 {
    left: 125px;
    top: 90px; }
  #symptoms .point021 {
    left: 138px;
    top: 140px; }
  #symptoms .point03 {
    left: 208px;
    top: 80px; }
  #symptoms .point04 {
    left: 220px;
    top: 145px; }
  #symptoms .point05 {
    left: 185px;
    top: 180px; }
  #symptoms .point06 {
    left: 85px;
    top: 225px; }
  #symptoms .point07 {
    left: 200px;
    top: 275px; }
  #symptoms .point08 {
    left: 110px;
    top: 365px; }
  #symptoms .point09 {
    left: 200px;
    top: 390px; }
  #symptoms .point10 {
    left: 190px;
    top: 460px; }
  #symptoms .sym_back {
    background-image: url(../images/symtoms_ico03.png) !important; }
    #symptoms .sym_back:hover {
      background-image: url(../images/symtoms_ico02.png) !important; }
  #symptoms .frnt {
    cursor: pointer;
    position: absolute;
    display: inline-block;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/symtoms_ico01.png);
    height: 41px; }
    #symptoms .frnt:hover {
      position: absolute;
      display: inline-block;
      width: 40px;
      background-image: url(../images/symtoms_ico02.png);
      height: 41px; }
      #symptoms .frnt:hover .details {
        -webkit-animation: animdetails .5s;
        animation: animdetails .5s;
        opacity: 1;
        display: block; }

.frntbottom:after {
  bottom: 50px !important;
  top: auto !important; }

#fulcontainer {
  float: left;
  margin-left: 20px;
  width: 85%; }

.hm_img {
  position: relative;
  bottom: -30px;
  width: 100%;
  min-height: 482px; }

#phn_no a .h1 {
  color: #000 !important; }

.t_details {
  background-image: url(../images/tiny.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 13px;
  color: #ff3;
  font-size: 12px;
  float: right; }

.details {
  display: none;
  opacity: 0;
  top: -15px;
  right: 45px;
  padding: 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999999;
  position: absolute;
  text-align: left;
  min-width: 261px; }
  .details:after {
    background-repeat: no-repeat;
    content: " ";
    display: block;
    position: absolute;
    background-image: url(../images/arrowright.png);
    width: 9px;
    top: 30px;
    right: -8px;
    height: 17px; }
  .details p {
    font-size: 12px !important;
    color: #ccc; }
    .details p strong {
      color: #fff; }
  .details strong {
    font-weight: 700; }
  .details h6 {
    color: #fff;
    font-weight: 700; }

strong {
  font-family: Lato,sans-serif !important; }

#h_cnt {
  width: 100%;
  overflow: hidden;
  background-color: #4682bf; }
  #h_cnt .hcol_content {
    padding: 10px 20px; }
  #h_cnt .col_left {
    position: relative;
    background-color: #4682bf;
    height: 704px;
    color: #fff; }
  #h_cnt .row {
    margin: 0 !important; }
    #h_cnt .row:after {
      content: " ";
      display: block;
      position: absolute;
      z-index: 999999999;
      right: -98%;
      width: 100%;
      height: 100%;
      background-color: #e1e1e1; }
  #h_cnt .col_right {
    background-color: #e1e1e1;
    text-align: center; }
  #h_cnt .col {
    padding: 20px 0 0; }

.h_btop {
  text-align: center; }
  .h_btop h3 {
    margin-top: 0;
    font-size: 30px; }

.footer_top {
  padding: 30px 0 40px;
  text-align: center; }
  .footer_top .h1 {
    font-weight: 300 !important; }
  .footer_top ul li {
    display: inline-block; }

.footer_main {
  text-align: center; }
  .footer_main ul {
    display: inline-block; }
    .footer_main ul li {
      margin-bottom: 5px;
      list-style: none;
      text-align: left; }
      .footer_main ul li a {
        color: #fff; }
  .footer_main .slist li {
    list-style: disc; }
    .footer_main .slist li:first-child {
      list-style: none !important;
      margin-left: -20px; }

#footer .footer_main {
  padding: 30px 0;
  min-height: 200px;
  background-color: #4682bf; }
  #footer .footer_main li {
    color: #fff; }
    #footer .footer_main li a:hover {
      color: #b3eaff; }

#footer .footer_bottom {
  text-align: center;
  padding: 30px 0;
  background-color: #000; }

#footer p {
  color: #999; }
  #footer p a {
    color: #999; }

#footer .menu > li {
  margin: 0 0 10px; }
  #footer .menu > li .sub-menu {
    margin-left: 10px;
    display: none; }
  #footer .menu > li > a {
    color: #88a81a;
    font-family: font_bold; }

#quicklinks {
  margin: 20px 0; }
  #quicklinks h3 {
    color: #4682bf;
    font-size: 18px;
    text-align: center;
    background-position: top center;
    background-repeat: no-repeat;
    display: block;
    padding-top: 95px; }
  #quicklinks a {
    color: #4682bf; }
    #quicklinks a:hover {
      color: #b3eaff; }
  #quicklinks p {
    text-align: center; }

.h1 {
  font-family: Lato,sans-serif !important; }

.h2 {
  font-family: Lato,sans-serif !important; }

.h3 {
  font-family: Lato,sans-serif !important; }

.h4 {
  font-family: Lato,sans-serif !important; }

.h5 {
  font-family: Lato,sans-serif !important; }

.h6 {
  font-family: Lato,sans-serif !important; }

h1 {
  font-family: Lato,sans-serif !important; }

h2 {
  font-family: Lato,sans-serif !important; }

h3 {
  font-family: Lato,sans-serif !important; }

h4 {
  font-family: Lato,sans-serif !important; }

h5 {
  font-family: Lato,sans-serif !important; }

h6 {
  font-family: Lato,sans-serif !important; }

p {
  font-size: 14px; }

.ulbanner img {
  width: 100%; }

.qck_icon01 {
  background-image: url(../images/quick_icons_01.png); }

.qck_icon02 {
  background-image: url(../images/quick_icons_02.png); }

.qck_icon03 {
  background-image: url(../images/quick_icons_03.png); }

.qck_icon04 {
  background-image: url(../images/quick_icons_04.png); }

.iconcrd01 {
  margin: 0;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(../images/icon_acd01.png); }

ul {
  margin: 0;
  padding: 0; }

.bnr {
  width: 100%;
  position: relative;
  background-size: 100%;
  display: block; }

.banner01 {
  background-image: url(../images/banners/banners01.jpg); }

.clear {
  clear: both; }

.phone_ico {
  padding-left: 30px;
  background-image: url(../images/phone_ico.png);
  background-repeat: no-repeat;
  background-position: left center; }

@keyframes one {
  from {
    bottom: 80px; }
  to {
    bottom: 90px; } }

@keyframes two {
  from {
    bottom: 120px; }
  to {
    bottom: 150px; } }

@keyframes animdetails {
  0% {
    opacity: .2; }
  25% {
    opacity: .4; }
  50% {
    opacity: .8; }
  100% {
    opacity: 1; } }
