﻿#loginpage{
	min-height:800px;
	max-width:300px;
	
	
  }
}
.form-control{
	width:300px;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoblack';
    src: url('../fonts/roboto-black-webfont.woff2') format('woff2'),
         url('../fonts/roboto-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),
         url('../fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('../fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotothin';
    src: url('../fonts/roboto-thin-webfont.woff2') format('woff2'),
         url('../fonts/roboto-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/Roboto-Condensed-Bold.woff2') format('woff2'),
         url('../fonts/Roboto-Condensed-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




body {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #777777;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
p {
    line-height: 1.7;
    margin: 0 0 20px;
}
h1 {
    font-family: robotobold;
    font-weight: 400;
    font-size: 40px;
    line-height: 44px;
    color: #034d77;
}
h2{
    font-family: robotobold;
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    color: #054468;
}
h3 {
    font-family: open_sansbold;
    font-weight: 500;
    font-size: 25px;
    line-height: 32px;
    color: #1e4470;
}
h4 {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #1d2127;
}

/*Css Customize 14-02-2018*/
.full-width-cont {
    margin-left: calc(-100vw / 2 + 500px / 2);
    margin-right: calc(-100vw / 2 + 500px / 2);
}
#main .container .full-width-cont .container {
    width: 1140px;
}
.full-width-cont.z-med-news {
    background-image: url(../images/blue_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.full-width-cont.company-value {
    background-image: url(../images/pricing_bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.porto-wrap-container .wpb_wrapper {
    margin-bottom: 30px;
}
#banner-wrapper .carousel-inner .carousel-caption {
    text-align: left;
    top: 25%;
	width:32%;
}
#banner-wrapper .carousel-inner .carousel-caption h2 {
    font-size: 40px;
	line-height:50px;
    font-weight: 800;
    text-shadow: none;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    white-space: normal;
	-webkit-transition:2s all ease-in-out .1s;
	-moz-transition:2s all ease-in-out .1s;
	-ms-transition:2s all ease-in-out .1s;
	-o-transition:2s all ease-in-out .1s;
	transition:2s all ease-in-out .1s;
}
#banner-wrapper .carousel-inner .carousel-caption h5
{
	font-size: 36px;
    line-height: 45px;
	white-space:normal;
	font-weight:100;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow:none;
	color:#054468;
	-webkit-transition:2s all ease-in-out .1s;
	-moz-transition:2s all ease-in-out .1s;
	-ms-transition:2s all ease-in-out .1s;
	-o-transition:2s all ease-in-out .1s;
	transition:2s all ease-in-out .1s;
}
#banner-wrapper .carousel-inner .carousel-caption p
{
	font-size: 15px;
    line-height: 22px;
	font-weight:500;
	text-shadow:none;
	color:#230000;
	-webkit-transition:2s all ease-in-out .1s;
	-moz-transition:2s all ease-in-out .1s;
	-ms-transition:2s all ease-in-out .1s;
	-o-transition:2s all ease-in-out .1s;
	transition:2s all ease-in-out .1s;
}
#banner-wrapper .carousel-inner .carousel-caption a.banner-btn
{
	font-size: 17px;
    line-height: 17px;
    font-weight: 900;
	color:#fff;
	background:rgba(236, 150, 1, 0.75);
	font-family: Lato;
    text-transform: uppercase;
	text-shadow:none;
	padding:12px 35px;
	border-radius:3px;
	margin-top:20px;
	display:inline-block
}
#banner-wrapper .carousel-inner .carousel-caption a.banner-btn:hover, #banner-wrapper .carousel-inner .carousel-caption a.banner-btn:focus
{
	text-decoration:none;
	background: #ca8004;
}
#banner-wrapper .slide .carousel-control, #banner-wrapper .slide .carousel-control:hover {
    background: none;
}

#main-menu .navbar div#bs-example-navbar-collapse-1 ul li a:hover {
    color: #054468;
}
#main-menu .navbar div#bs-example-navbar-collapse-1 ul li.active a {
background: transparent;
    color: #054468;
}
#main-menu .navbar div#bs-example-navbar-collapse-1 ul li.active a {
    background: none;
}
#main-menu nav.navbar.navbar-default {
    background: none;
    border: none;
}
#main-menu .navbar div#bs-example-navbar-collapse-1 {
    padding: 0;
}
#main-menu .navbar div#bs-example-navbar-collapse-1 ul li {
    margin-top: 10px;
}
#main-menu .navbar div#bs-example-navbar-collapse-1 ul li a {
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
}
#banner-wrapper .slide .carousel-indicators li {
    width: 13px;
    height: 13px;
}
#main-menu .navbar div#bs-example-navbar-collapse-1 ul li a {
    background: none;
}
#main-menu .navbar ul li ul.dropdown-menu {
    margin-top: 19px;
    background-color: #ffffff;
    border-top-color: #0088cc;
    border-top-width: 5px;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
#main-menu .navbar div#bs-example-navbar-collapse-1 ul li ul li a {
    font-size: 14px;
    color: #777777;
	padding:8px 15px;
}
#main-menu .navbar div#bs-example-navbar-collapse-1 ul li ul li:last-child {
    border-bottom: 0;
}
#main-menu .navbar div#bs-example-navbar-collapse-1 ul li ul li {
    border-bottom: 1px solid #f2f2f2;
	margin-top: 0;
}
#main-menu .navbar div#bs-example-navbar-collapse-1 ul li ul li a:hover {
    background-color:#f79f44;
}
#banner-wrapper .slide .carousel-control span {
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    padding: 9px;
    width: 40px;
    height: 40px;
	font-size:20px;
}
.wpb_wrapper div.button2 a:hover, .wpb_wrapper div.button2 a:focus {
    text-decoration: none;
}
.porto-wrap-container .wpb_wrapper
{
    animation: .7s 1 cubic-bezier(.175,.885,.32,1.275);
	-webkit-animation: .7s 1 cubic-bezier(.175,.885,.32,1.275);
    -o-animation: .7s 1 cubic-bezier(.175,.885,.32,1.275);
}
.cd-top {
  display: inline-block;
 width: 45px;
    height: 42px;
    right: 20px;
  position: fixed;
  bottom: 0;
  
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
   
    border-radius: 4px 4px 0 0;
  background: rgba(64, 64, 64, 0.75) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.no-touch .cd-top:hover {
  background-color: none;
  opacity: 1;
}
/*Css Customize 14-02-2018*/

/* blog - start */

.blog{
	background-image: url(../images/inner-banner-blog..jpg) !important;
}
.blog-home-cont{
	margin:30px 0 30px 0;
}
/* blog Innerpage - end */


/*Blog.html design chanegs 20-02-2018 Start*/
#header .header-top {
    position: relative;
    font-size: 15px;
	border-bottom: 1px solid #ededed;
    background: #ffffff;
	padding: 10px 0 5px;
}
#header .header-contact .nav-top span {
    display: block;
    line-height: 21px;
    margin-bottom: 2px;
    margin-top: 5px;
}

#header .header-contact .nav-top i {
    position: relative;
    top: 1px;
    margin-right: 6px;
    margin-left: 0;
}
#header .header-top .header-contact * {
    color: #777777;
}
#header .header-top .header-contact a {
    color: #0088cc;
}
#header .header-top .header-contact a, #header .header-top .header-contact span {
    font-size: 14px;
}
#header .header-contact .nav-top a, #header .header-contact .nav-top span {
    font-size: 15px;
    padding: 6px 10px;
}
#header .header-contact .nav-top a:hover, #header .header-contact .nav-top a:focus {
    background: none;
}
#header .header-top .header-contact li.phone span {
    font-size: 14px;
}
.post-content {
    background: #f5f5f5;
    padding: 20px 20px 20px;
	display:inline-block;
}
.page-top {
    padding: 90px 0;
    margin-bottom: 50px;
    text-align: center;
    background-position: center;
	background-repeat:no-repeat;
}
.post-content .entry-content {
    margin: 10px 0;
}
.page-top .page-title {
	color: #123b63;
    font-family: robotobold;
    display: inline-block;
    font-size:42px;
    font-weight: 800;
    margin: 0;
    min-height: 37px;
    line-height: 46px;
    padding: 0 0 2px;
    letter-spacing: 0;
    text-transform: none;
}
#header .header-right {
    text-align: right;
}
.header-right .navbar-nav {
    float: right;
}
.blog-home-cont a.pt-right {
    float: right;
	background: #0088cc;
}
.blog-home-cont h4 a:hover, .blog-home-cont h4 a:focus {
    text-decoration: none;
}
#footer {
    color: #777777;
    background-color: #ebebeb;
}
#footer .footer-bottom {
    background-color: #060606;
}
#footer > .container {
    padding-top: 40px;
    padding-bottom: 30px;
}
.newslet-head {
    background: url(../images/newsletter-icon.png) no-repeat left top;
    padding-left: 60px;
    background-size: 50px;
}
#text-2 img {
    margin-bottom: 15px;
}
#footer .widget-title {
    color: #3f3f3f;
    font-weight: 700;
    font-size: 25px;
}
.menu-our-services-footer-container {
    margin-top: 15px;
}
#footer .widget > div > ul, #footer .widget > ul {
    border-color: rgba(119, 119, 119, 0.3);
}
#footer .widget > div > ul {
    font-size: 16px;
    margin-top: 19px;
    margin-bottom: 0;
	padding-left:15px;
	list-style:none;
}
#footer .widget > div > ul, #footer .widget > ul {
    border-color: rgba(119, 119, 119, 0.3);
}
#footer .widget_nav_menu a {
    color: #777;
}
#footer #nav_menu-2 ul li:before
{
	content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333;
    margin-left: -11px;
    margin-right: 5px;
}
#footer .widget > div > ul li {
    line-height: 40px;
    border-bottom: 1px solid #dcdcdc;
}

#footer .zmed-services h3, #footer .reach-us h3{
    margin-top: 0;
	line-height:1.4;
}
#footer .newslet-head h2 {
    color: #3f3f3f;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 24px;
    margin-top: 0;
    letter-spacing: -1px;
    line-height: 32px;
}
#footer .social-icons ul.social-icons-lists {
    display: inline-block;
    border: 0;
    padding: 0;
}
#footer .social-icons h3 {
    display: inline-block;
}
#footer .footer-bottom {
    padding: 15px 0;
}
#footer .footer-bottom div.container div.footer-right {
    font-size: 13px;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    text-align: center;
    display: block;
	color:#fff;
}
#footer-2{
background-color: #060606;
}
.footer-newsletter .textwidget {
    margin-bottom: 30px;
}
.footer-newsletter .box-content form p input {
    background: #fff;
    border-radius: 0;
    height: 50px;
    max-width: 100%;
	padding: 10px;
    width: 100%;
}
.footer-newsletter .box-content form p {
    width: 60%;
    float: left;
}
.footer-newsletter .box-content form input.news-btn
{
    width: 40%;
	height: 50px;
    background: #f26228;
	box-shadow:none;
	border:none;
	color:#fff;
	
}
.footer-newsletter div.social-icons {
    float: left;
}

/*Blog.html design chanegs 20-02-2018 END*/

/*Bloginnerpage.html design chanegs 20-02-2018 START*/
.post-date .day {
    color: #0088cc;
    display: block;
	background: #f4f4f4;
    border-radius: 2px 2px 0 0;
    display: block;
    font-size: 16px;
    font-weight: 500;
    font-weight: bold;
    padding: 10px 0;
}
.post-date .month
{
	background:#0088cc;
    display: block;
	border-radius: 0 0 2px 2px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
    color: #fff;
    font-size: 15px;
    padding: 0 0 2px;
}
.post-date {
    float: left;
    text-align: center;
	width:7%;
}
div.blog-inner {
    padding: 30px 0;
}
.post h2, .post-block.post-share h3
{
	font-family: robotolight;
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
	color:#0088cc;
}
.post-block.post-share h3 i {
    margin-right: 10px;
}
.post-content {
    background: #f5f5f5;
    padding: 14px;
	
	display:block;
    padding-bottom: 48px;
    margin-bottom: 37px;
}
.blog-post-content .post-content {
    background: #f5f5f5;
    padding: 14px;
    
    display:block;
  
}
.post-block.post-share {
    border-top: 1px solid #ddd;
}
.sidebar-content h3
{
    line-height: 1.4;
    font-weight: 700;
    color: #313131;
    text-transform: uppercase;
    text-decoration: none;
	font-size:18px;
	margin-top:0;
	margin-bottom:15px;
	font-family:robotobold;
}
.sidebar-content ul {
    list-style: none;
	padding-left:0;
}
.sidebar-content ul li a{
    color: #666666;
	font-size:14px;
}
.sidebar-content ul li:before
{
	content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333;
    margin-left: 2px;
    margin-right: 5px;
}          
.sidebar-content ul li {
    border-bottom: 1px solid #ededed;
    padding: 6px 0;
}
.share-links {
    display: inline-block;
}
.post-block.post-share h3
{
	display:inline-block;
}
.share-links ul {
    padding-left: 10px;
}
.share-links .social-icons-lists.icons-background-rounded .socicon {
    border-radius: 4px;
}
/*Bloginnerpage.html design chanegs 20-02-2018 END*/


/*homepagedesign START - 20-02-2018 */

.home-content {
	padding-top: 5%; 
    padding-bottom: 6%; 
}
.home-content .main-content-intro h1{

    color: #054468;
    line-height: 50px;	
	width: 60%;
    margin: 0 auto;
	font-family: Roboto;
	
}
.home-content .main-content-intro{
	padding-bottom: 30px;
	text-align: center;
}
.info-icon .img-icon {
   
    max-width: 100%!important;
    border-radius: 0!important;
    box-shadow: none!important;
    display: block;
    font-size: inherit;
}
.home-content .main-content-intro p{
		width: 70%;
    margin: 0 auto;
	padding:25px 0;	
}

.home-content .electronic-claims{
	padding:30px 30px 40px 30px;
	background-color: #f0f0f0;
}

  .home-content .electronic-claims .info-box{
}
	

.home-content  .electronic-claims .info-icon{
	display: table-cell;
    vertical-align: middle;
   
}
.home-content  .electronic-claims .info-title{
	display: table-cell;
    vertical-align: middle;
    font-size: 20px;
	color: #232323;
    font-weight: 400;
     padding-left: 20px;
}
.home-content .electronic-claims  h3{
	padding-bottom:25px;
	margin-top: 0;
	font-weight:0;
	font-family: Roboto;
	
}
.home-content .electronic-claims .seperator-line{
	background-image: -webkit-linear-gradient(left, transparent, grey, transparent); background-image: linear-gradient(to right, transparent, grey, transparent);
}
.home-content .electronic-claims .seperator-line hr{
	margin:18px 0;
	height: 1px;
}
.value_company{
		background-image: url(../images/pricing_bg-1.jpg);
		padding: 2% 0;
    color: #fff;
    text-align: center;
    background-attachment: fixed;
		}
.value_company h1{
	color:#fff;
	font-family: Roboto;
		
}
.value_company .value{
	padding-top:20px;
	
}
.value_company .value h1{
	font-size:50px;
	color:#fff;
	font-family: Roboto;
		
}
.value_company .value h1 span{
	font-size:30px;
	
}
.services {
	margin: 20px 0;
}
.services .service-list{
	padding-bottom:6%;
	
}
.services .service-list h2{
	font-family: Roboto;
	
}
.services .service-list ul{
	    list-style: none;
		padding-left:0;
		margin-bottom:30px;
	
}
.services .service-list  a{
	background-color: #10406c;
    color: #ffffff;
	    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571;
	 text-decoration: none;
}
.services .service-list a:hover {
    background-color: #092e50;
}
.services .service-list ul li::before {
    content: "✓";
    color: green;
    font-size: 18px;
    padding-right: 9px;
    font-weight: 600;
}
.news{
		background-image: url(../images/blue_bg.jpg);
		padding: 50px 0;
		
		
}
.news h1{
	color: #fff;
	font-family: Roboto;
	padding:  0;
		
}
.news p{
	color: #fff;

}
.news .news-content{
margin:0 5%;
	
}
.news  .news_header{
	padding-bottom:20px;
	
}
.news .news-box{
	    background-color: #f0f0f0 ;
		padding:15px;
}
.news .news-box h4{ 
padding:10px 0;

    color: #10406c;
    line-height: 25px;
    text-align: left;
    font-family: Lato;
    font-weight: 700;
    font-style: normal;
}
.news .news-box .seperator-line{
	background-image: -webkit-linear-gradient(left, transparent, grey, transparent); background-image: linear-gradient(to right, transparent, grey, transparent);
}
.news .news-box .seperator-line hr{
	margin:7px 0;
	height: 1px;
}
.news .news-content .read_more{
	text-align:center;
	
}
.news .news-content .read_more a{
	
	font-size:20px;
    color: #10406c !important;
	
}
.news .news-content .arrow{
	display:inline-block;	
}
.news .news_list_tab .calender{
	
	color: #ffffff;
    background: #1f70bc;
   font-size: 60px;
    padding: 24px;
    margin: 0;
	text-align:center;
}
.news .news_list_tab{
    background: #fff;
	margin-bottom: 22px !important;
	padding:0;
}
.news .news_list_tab .news_title a{
	
	  color: #1f70bc;
	  vertical-align:middle;
}
.news .news_list_tab .news_title a h4{
	padding-top:20px;
	color: #1e4470;
	font-size:22px;
	text-align:left;
	 font-weight: 500;
	 font-family: Roboto;
}
.partners{
	margin:40px 0;
}
.partners h1{
	text-align: center;
	font-family: Roboto;
	padding:15px;
}
/*homepagedesign End - 20-02-2018 */


/*Home health billing START - 21-02-2018 */
.home-health {
margin-bottom: 40px;	
}
.home-health h1{
	
	font-family: Roboto;
	padding-bottom: 30px;
	
}

.home-billing-request {
      padding: 15px;
    border: 1px solid #123b63;
    display: inline-block;
}
.home-billing-request p{
	margin:0;
}
.home-billing-request a{
	background-color: #ff9c00;
    color: #ffffff;
	padding: 11px 70px;
    display: inline-block;
	text-decoration:none;
}
.home-billing-request a:hover {
	background-color: #e4841c;
	 transition: background-color 0.3s ease;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
    background-repeat: repeat-x;
    background-size: 200%;
    background-position: 0 -100%;
}
.home-health-billing-clients{
	
    padding: 50px 0;
}
.home-health-billing-clients .service h3{
	
	font-family: Roboto Condensed;
    
	margin-bottom: 25px;
}
.home-health-billing-clients .service .service-list ul{
	list-style:none;
	margin: 0;
    padding: 0;
}

.home-health-billing-clients .service .service-list ul li span{
	color: #304e70;
	padding-left:10px;
	    display: table-cell;
		vertical-align:middle;
}
.home-health-billing-clients .service .service-list ul li .tab-list{
	display:table;
	
}
.home-health-billing-clients .service .service-list ul li{
    font-family: "Roboto Condensed";
    
    font-size: 18px;
    letter-spacing: .-5px;
	padding:5px 0;
	display: inline-block;
    clear: none!important;
   
    float: left;
    padding: 6px 0;
}
.home-health-billing-clients .service .service-list ul li:nth-child(odd){
	    padding-right: 20px!important;
    clear: left!important;
	
}
.home-health-billing-clients .service .service-list ul li{
	
}
.home-health-billing-clients .service .service-list{
	box-shadow: 0 0 40px rgba(153, 153, 153, 0.23);
    background: #fff;
    padding: 20px !important;
    float: left;
	margin-bottom: 20px;
	
	
}
/*Home health billing END - 21-02-2018 */

/*DME start - 21-02-2018 */
.dme-billing-request p {
    margin: 0;
    padding-top: 11px;
}
.dme-billing-request{
  padding: 15px;
  border: 1px solid #123b63;
  display : inline-block;	
}


/*DME end - 21-02-2018 */



/*hospice start - 21-02-2018 */
.hospice {
    margin: 8% 0;
  
}
.hospice p{
    margin:0;
	
  
}
/*hospice end - 21-02-2018 */

/*Personal Assistance Service start - 21-02-2018 */
.pas {
    margin: 8% 0; 
}
.pas p{
	margin:0;
}
/*Personal Assistance Service end - 21-02-2018 */

/*contact us start - 21-02-2018 */

.contact-us{
	background-image: url(../images/contact-banner.jpg) !important;
}
.contact-form{
	margin: 0;
    padding: 0;
}
.contact-form h1{
	font-family:roboto;
	padding-bottom:20px;
	padding-top:0;
	margin-top: 0;
}
.contact-form label{
	width: 90%;
    display: inline-block;
}
.contact-form textarea{
    height: 65px;
    width: 100%;
	padding-left: 10px;
	font-weight: 100;
	}
.contact-form input{
	width: 100%;
    height: 45px;
	padding-left: 10px;
	font-family: Roboto;
	font-weight: 100;
}
.contact-form .recaptcha{
	margin-bottom: 15px;
	
}
.contact-form input[type="submit"]{
	background: #0088cc;

    color: #fff;
    padding: 6px 10px;
    border-radius: 3px;
    line-height: 1.42857;
	border:0;
}

.contact-form  input[type="submit"]:hover{
	background: #0972a7;
    border-color: #0088cc;
	-webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
	
}
.contact-form  
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.contact-form  .submit-button{
	
}
.contact-form  input[type="submit"] {
    width: 90%;
}
.contact .main-content{
	padding-top: 35px;
	padding-bottom: 70px;
}
.contact .main-content .icon-wrapper{
	color: #333;
    font-size: 16px;
    display: inline-block;
	
}.contact .main-content .icon-header{
	padding-top:6%;
}
.contact .main-content .icon-header span{
	
}
.contact .main-content .address{
	font-size: 14px;
	margin-bottom: 6px;

	
	
}
.contact .main-content .address i{
	font-size: 16px;
}
.contact .main-content .address .address-icon{
	display:inline-block;
	margin-right: 15px;
	    width: 10px;
    height: 10px;
	float:left;
	
}
.contact .main-content .address .address-title{
	display:inline-block;
	color: #1e4470;
	font-weight:600;
	
}
.contact .main-content .address .address-title a{
	display:inline-block;
	color: #1e4470;
	
}
/*contact us end - 21-02-2018 */
	.enquiry{
		background-color:#000;
		
	}
	.enquiry h1{
		
		color:#fff !important;
	}
	.enquiry-form label {
    width: 100%;
    display: inline-block;
	
	}
	.enquiry-form input[type="submit"] {
    width: 100%;
    }
	.enquiry-form
	input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], textarea, select {
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
    text-align: left;
    background: #fff;
    color: #777;
	}
/* enquiry - start*/

/* enquiry - end

/*Slick css*/
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/**/


/*Desktop css changes*/
div.about-infor
{
	margin-top:20px;
}
.aboutus-main
{
	margin-bottom:30px;
}

.header-main.sticky {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 15;
    background: #fff;
}
.header-main {
    position: relative;
}
/*Desktop css changes*/

.reach-us .address-icon {
    display: inline-block;
    margin-right: 15px;
    width: 10px;
    height: 10px;
    float: left;
}
.reach-us .address-title {
    display: inline-block;
    color: #777;
    font-weight: normal;
}
.reach-us .icon-header {
    margin-top: 25px;
}

.cta-btn h3
{
	margin-bottom:30px;
	font-size:25px;
	font-family: robotobold;
	color:#3f3f3f;
}
.cta-btn a.contact-btn
{
	font-size: 18px;
    line-height: 17px;
    font-weight: 600;
    color: #fff;
    background: rgba(236, 150, 1, 0.75);
    text-shadow: none;
    padding: 10px 35px;
    border-radius: 3px;
}
.cta-btn a.contact-btn:hover
{
	    background-color: #e4841c;
    transition: background-color 0.3s ease;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
    background-repeat: repeat-x;
    background-size: 200%;
}
.cta-btn a.contact-btn:hover, .cta-btn a.contact-btn:focus
{
	text-decoration:none;
}
.cta-btn {
    padding-top:14px;
}
.tooltip.bottom { margin-top: 10px;   }