@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600,600i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700,900&display=swap');
@import url("bootstrap.css");
@import url("font-awesome.min.css");

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueRegular.eot');
    src: url('../fonts/HelveticaNeueRegular.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeueRegular.woff2') format('woff2'),  url('../fonts/HelveticaNeueRegular.woff') format('woff'),  url('../fonts/HelveticaNeueRegular.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
body {
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
}
html {
    scroll-behavior: smooth;
}
a {
    text-decoration: none!important;
}
:hover, a, h1, h2, h3, h4, h5, h6, li, p, ul {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
h1, h2, h3, h4, h5, h6 {
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #777;
}
::-moz-placeholder { /* Firefox 19+ */
color: #777;
}
:-ms-input-placeholder { /* IE 10+ */
color: #777;
}
:-moz-placeholder { /* Firefox 18- */
color: #777;
}
p {
    font-size: 16px;
    color: #777;
    line-height: 27px;
}
.no-margin {
    margin: 0!important;
    padding: 0!important
}
.center {
    margin: 0 auto!important;
    display: table!important;
    float: none!important
}
.nopadding {
    padding: 0px !important;
}


/*BEGIN: Navigation css*/
.mainnavigation .navbar-default {
    background-color: #fff;
    border-color: transparent;
    min-height: auto;
    margin-bottom: 0px;
}
.mainnavigation .navbar-default .navbar-nav > .active > a {
    background-color: transparent;
    color: #0054ac;
}
.mainnavigation .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #0054ac;
}
.mainnavigation .navbar-default .navbar-nav > li > a {
    color: #333;
    line-height: 68px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 8px;
    font: 18px Tahoma, Arial, Helvetica, sans-serif;

}
.mainnavigation .navbar-default .navbar-nav > li.nm a {
    padding: 15px 22px;
    font-weight: bold;
    font-size: 21px;
}
.mainnavigation .navbar-header {
    float: none;
    width: 100%;
}
.mainnavigation .navbar-brand {
    height: auto;
    padding: 0;
    margin-top: 15px;
}
.mainnavigation .col-md-12 {
    margin: 0!important;
    padding: 0!important;
}
/*END: Navigation css*/



/*BEGIN: Slider Css*/
.slider {
    margin-top: 50px;
}
.slider img {
    width: 100%;
}
.bannerheading h1 {
    color: rgb(191, 30, 46);
    text-shadow: none;
    font-size: 78px;
    font-weight: 700;
    font-family: 'Crimson Text', serif;
    margin: 0;
    padding: 0;
}
.slider .carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 40px;
    top: 15%;
    text-align: left;
}
.slider .carousel-control:hover {
    opacity: inherit;
}
.slider .carousel-caption1 {
    right: 0;
    left: 0;
    padding-bottom: 30px;
    top: 30%;
    text-align: center;
}

.slider .carousel-control.left {
    background: none;
}
.slider .carousel-control.right {
    background: none;
}
.slider .glyphicon-chevron-left:before {
    content: "\e079";
    font-size: 14px;
    color: #fff;
}
.slider .carousel-control .glyphicon-chevron-left, .slider .carousel-control .icon-prev {
    margin-left: 0;
    width: 40px;
    height: 40px;
    background: #000;
    opacity: inherit;
    line-height: 25px;
        display: flex;
    align-items: center;
    justify-content: center;
}
.slider .carousel-control .glyphicon-chevron-right, .slider .carousel-control .icon-next {
    margin-right: 0;
    width: 40px;
    height: 40px;
    background: #000;
    opacity: inherit;
    line-height: 25px;
        display: flex;
    align-items: center;
    justify-content: center;
}
.slider .glyphicon-chevron-right:before {
    content: "\e080";
    font-size: 14px;
    color: #fff;
}
/*END: Slider Css*/
/*BEGIN: Body Css*/
.mainbody {
    padding: 50px 0px;
}
.abetter .content h1  {
    font-size: 25px;
    color: #455269;
    text-align: left;
}

.content h1 {
    font-size: 25px;
    color: #2d2a2a;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 0 0 30px 0;
}
.contentheading h1 {
    font-size: 45px;
    color: #455269;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 30px 0 30px 0;
    text-align: center;
}
/*END: Body Css*/



/*BEGIN: Footer CSs*/
.mainfooter {
    background-color: #455269;
    padding: 40px 0;
}
.mainfooter h1 {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    margin: 20px 0 30px 0;
}
.mainfooter p {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
    line-height: 25px;
}
.mainfooter a {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
    line-height: 25px;
}
.mainfooter a:hover {
    color: rgb(191, 30, 46);
}
.footernav ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.footernav ul li {
    margin-bottom: 8px;
}
.footerlogo img {
    width: 70%;
    margin-bottom: 20px;
}
.scrolltop {
    position: relative;
}
.scrolltop a {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    border-radius: 100px;
    border: 1px solid #455269;
    color: #455269;
}
/*END: Footer CSs*/

/*BEGIN: Inner Pages Css*/
.innerbanner {
    padding: 80px 0;
    background-color: #aa0b37;
}
.innerbannerheading h1 {
    font-weight: 700;
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
.servicesbox h1 {
    font-size: 18px;
    line-height: 24px;
    color: #2d2a2a;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin: 30px 0 20px 0;
}
.servicesbox img {
    width: 100%;
}
.servicesbox a {
    display: table;
    background-color: #aa0b37;
    color: #fff;
    padding: 16px 23px;
    border-radius: 10px;
    margin-top: 30px;
}
.servicesbox a:hover {
    background-color: #455269;
    color: #fff;
}
.servicesbox {
    margin-bottom: 70px;
}
.servicesgrey {
    position: relative;
    background: #eeeeee;
    padding: 20px;
    margin-bottom: 20px;
    min-height: 485px;
}
.srBox  .col-md-4 {
    padding-right: 4px;
    padding-left: 4px;
}

.servicesgrey i {
    display: table;
    margin: 0px auto;
    border: 2px solid #aa0b37;
    color: #aa0b37;
    width: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 40px;
    border-radius: 100px;
}
.servicesgrey h1 {
    font-size: 21px;
    color: #2d2a2a;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin: 30px 0 20px 0;
}
.servicesgrey p {
    text-align: center;
}
.servicesgrey a {
    background-color: #aa0b37;
    color: #fff;
    padding: 15px 40px;
    border-radius: 10px;
    margin: 40px auto;
    align-items: center;
    justify-content: center;
    display: table;
    margin-bottom: 0;
}
.servicesgrey a:hover {
    background-color: #455269;
    color: #fff;
}
.srin_care a {
    background-color: #aa0b37;
    color: #fff;
    padding: 15px 40px;
    border-radius: 10px;
    margin: 40px auto;
    align-items: center;
    justify-content: center;
    display: table;
    margin-bottom: 0;
}
.srin_care a:hover {
    background-color: #455269;
    color: #fff;
}
.sr24attentive a {
    background-color: #aa0b37;
    color: #fff;
    padding: 15px 40px;
    border-radius: 10px;
    margin: 40px auto;
    align-items: center;
    justify-content: center;
    display: table;
    margin-bottom: 0;
}
.sr24attentive a:hover {
    background-color: #455269;
    color: #fff;
}
.ourteam a {
    background-color: #aa0b37;
    color: #fff;
    padding: 15px 40px;
    border-radius: 10px;
    margin: 40px auto;
    align-items: center;
    justify-content: center;
    display: table;
    margin-bottom: 0;
}
.ourteam a:hover {
    background-color: #455269;
    color: #fff;
}
.errandstransportation a {
    background-color: #aa0b37;
    color: #fff;
    padding: 15px 40px;
    border-radius: 10px;
    margin: 40px auto;
    align-items: center;
    justify-content: center;
    display: table;
    margin-bottom: 0;
}
.errandstransportation a:hover {
    background-color: #455269;
    color: #fff;
}

/*BEGIN: Inner Pages Css*/

/*END: Home Page css*/




/* MR  */

.inpage {
    position: relative;
    overflow: hidden;
    padding: 4% 0;
}
.mytext h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #2d2a2a;    
    margin-bottom: 20px;
    line-height: 1.4;
    display: block;
}
.mytext p {
    font-size: 16px;
    margin-bottom: 20px;
}
.mytext ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
.mytext li {
    color: #777;
    margin-bottom: 10px;
    position: relative;
    padding-left: 17px;
}
.mytext li:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 15px;
}
.custom_heading {
    margin-bottom: 20px;
    line-height: 1.4;
    display: block;
    font-weight: 700;
    font-size: 24px;
    color: #2d2a2a;
    font-family: 'Montserrat', sans-serif;
}
.hd2 {
    font-size: 30px;
    color: #000000;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.boxz {
    background: #eee;
    padding: 10px 25px;
    box-shadow: 0px 0px 0px 2px #777777;
}
.team_sec {
    padding: 4% 0;
    background-color: #eeeeee;
    overflow: hidden;
}
.team_sec .custom_heading {
    margin-top: 0;
}
.ticlist {
    list-style: none;
    padding: 0;
}
.ticlist li {
    color: #777;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.ticlist li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 15px;
    color: #aa0b37;
}
.team_third p {
    line-height: 25px;
    margin-bottom: 10px;
}
.schedules {
    margin-top: 40px;
    padding: 40px 15px;
    background-color: #eeeeee;
    overflow: hidden;
}
.margin40 {
    margin-top: 40px;
}
/* Hospital to me */
.tabz .nav-tabs {
    text-align: center;
    border: none;
    margin: 45px 0 30px;
}
.tabz .nav-tabs>li {
    float: none;
    display: inline-block;
    margin: -3px;
}
.tabz .nav-tabs>li>a {
    background: #aa0b37;
    border: 1px solid #e3e3e3;
    padding: 14px 20px;
    font-size: 17px;
    color: #ebebeb;
    border-radius: 0;
    margin: 0;
}
.tabz .nav-tabs>li.active>a, .tabz .nav-tabs>li.active>a:focus, .tabz .nav-tabs>li.active>a:hover {
    color: #ebebeb;
    background: #000;
    border: 1px solid #e3e3e3;
}
.tabz .nav-tabs>li >a:hover {
    background-color: #ebebeb;
    color: #666;
}
.grebg {
    border: 1px solid #eee;
    background-color: #eeeeee;
    border-radius: 1px;
    padding: 20px;
}
.tabz .grebg {
    min-height: 330px;
}
.tabz .rehab .hd2 {
    margin-top: 0;
    font-size: 28px;
    color: #2d2a2a;
}
.posthost .rehab p {
    line-height: 25px;

}



/* BEGIN: Cost Resources Css */

#cost-res .servicesbox h1 {
    font-size: 18px;
    color: #2d2a2a;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin: 30px 0 20px 0;
}

#cost-res .servicesbox p {
    font-size: 16px;
    color: #777;
    line-height: 27px;
}



#wb_contactusLayerText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_contactusLayerText1 div
{
   text-align: center;
}
#wb_contactusLayerText2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_contactusLayerText2 div
{
   text-align: left;
}
#wb_contactusLayerText3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_contactusLayerText3 div
{
   text-align: left;
}
#wb_contactusLayerText4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_contactusLayerText4 div
{
   text-align: left;
}
#wb_contactusLayerText5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_contactusLayerText5 div
{
   text-align: left;
}
#wb_contactusLayerText6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_contactusLayerText6 div
{
   text-align: left;
}
#email
{
   border: 1px solid #BFDBFF;
   background-color: #FFFFFF;
   background-image: none;
   color :#191970;
   font-family: "Times New Roman";
   font-weight: normal;
   font-size: 12px;
   line-height: 21px;
   padding: 0;
   margin: 0;
   text-align: left;
   vertical-align: middle;
}
#email:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_contactusLayerText7 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_contactusLayerText7 div
{
   text-align: left;
}
#cphone
{
   border: 1px solid #BFDBFF;
   background-color: #FFFFFF;
   background-image: none;
   color :#191970;
   font-family: "Times New Roman";
   font-weight: normal;
   font-size: 12px;
   line-height: 21px;
   padding: 0;
   margin: 0;
   text-align: left;
   vertical-align: middle;
}
#cphone:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#contactusLayer
{
   background-color: #8FBC8F;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 6px;
   box-shadow: 0px 3px 9px rgba(0,0,0,0.50);
}
#contactusLayerButton1
{
   border: 1px solid #2E6DA4;
   border-radius: 4px;
   background-color: #3370B7;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 11px;
   margin: 0;
}

.online_care{
    background: url('../images/cost-res-bg.jpg') no-repeat;
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 380px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.online_care h2{
    color: #FFF;
    font-weight: bold;
}

.online_care p{
    color: #FFF;
}

.form_sec{
    padding: 3% 0;
}

.form_content{
    background: #eee;
    padding: 20px;
    box-shadow: 0px 0px 0px 2px;
    border:  1px solid #777;
}

.form_content label {
    margin-bottom: 1px;
    font-weight: 400;
    font-size: 12px;
    padding: 0;
}

.form_content .form-group {
    margin-bottom: 9px;
}

.form_content .form-control {
    background-color: #eee;
    height: 40px;
    border-radius: inherit;
}

.form_content h4 {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0 3px 0;
}

.more_btn{
    display: table;
    background-color: #aa0b37;
    color: #fff;
    padding: 11px 29px;
    margin-top: 30px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.more_btn:hover{
    background-color: #455269;
    color: #fff;
}

.showmore-button {
    display: table;
    background-color: #aa0b37;
    color: #fff;
    padding: 15px 40px;
    border-radius: 10px;
    margin-top: 30px;
    cursor: pointer;
}

.timg {
    position: relative;
    margin-bottom: 15px;
}
/* End: Cost Resources Css */




/* MSQ Responsive Start */

@media only screen and (min-width: 1366px) and (max-width: 1920px){}
@media only screen and (min-width: 1200px) and (max-width: 1365px){}
@media only screen and (min-width: 992px) and (max-width: 1199px){

.mainnavigation .navbar-default .navbar-nav > li > a { padding: 15px 4px;font: 16px Tahoma, Arial, Helvetica, sans-serif; }
.mainnavigation .navbar-default .navbar-nav > li.nm a { padding: 15px 10px; font-size: 16px; } 
.bannerheading h1 { font-size: 65px; }
.content h1 { font-size: 20px; line-height: 25px; }
.content p { font-size: 16px;  line-height: 25px; }
.contentheading h1 {    font-size: 35px; }
body p { font-size: 15px; }
.tabz .nav-tabs>li>a { padding: 14px 13px; font-size: 14px; }
.margin40 { margin-top: 20px; }

}
@media only screen and (min-width: 768px) and (max-width: 991px){

.mainnavigation .navbar-brand {     float: none;    display: table; margin: 0 auto; }
.logo { margin-top: 25px; }
.mainnavigation .navbar-default .navbar-nav > li > a { padding: 15px 4px;font: 14px Tahoma, Arial, Helvetica, sans-serif; }
.mainnavigation .navbar-default .navbar-nav > li.nm  { display: block; float: none; clear: both; text-align: center; } 
.mainnavigation .navbar-default .navbar-nav > li.nm a {     padding: 4px 10px; font-size: 20px; } 
.bannerheading h1 { font-size: 50px; line-height: 55px; }
.content h1 { font-size: 20px; line-height: 25px; }
.content p { font-size: 16px;  line-height: 25px; }
.contentheading h1 {    font-size: 28px; }
.slider .carousel-caption { top: 14%; }
.servicesgrey h1 { font-size: 19px; }
.servicesgrey { height: 600px; }

.tabz .nav-tabs>li {     margin: 5px 0; } 
.tabz .rehab .hd2 { font-size: 24px; }
.servicesbox { margin-bottom: 34px; }

}
@media only screen and (min-width: 520px) and (max-width: 767px){

.mainnavigation .navbar-brand {     float: none;    display: table; margin: 0 auto; }
.logo { margin-top: 25px; }
.mainnavigation .navbar-default .navbar-nav > li { float: none; display: block; }
.mainnavigation .navbar-default .navbar-nav > li > a {     padding: 10px 17px; font: 16px Tahoma, Arial, Helvetica, sans-serif; }
.mainnavigation .navbar-default .navbar-nav > li.nm a {     padding: 4px 17px; font-size: 20px; } 
.bannerheading h1 { font-size: 50px; line-height: 55px; }
.content h1 { font-size: 18px; line-height: 25px; }
.content p { font-size: 16px;  line-height: 25px; }
.contentheading h1 {    font-size: 28px; }
.slider .carousel-caption { top: 14%; }
.slider .carousel-control {  width:  auto;}
.footerlogo img { width: auto; height: 100px; }
.innerbanner { padding: 30px 0; }
.innerbannerheading h1 { font-size: 30px; }
.servicesbox { margin-bottom: 34px; }


}
@media only screen and (min-width: 300px) and (max-width: 519px){

.mainnavigation .navbar-brand {     float: none;    display: table; margin: 0 auto; }
.logo { margin-top: 25px; }
.mainnavigation .navbar-default .navbar-nav > li { float: none; display: block; }
.mainnavigation .navbar-default .navbar-nav > li > a {     padding: 10px 17px; font: 16px Tahoma, Arial, Helvetica, sans-serif; }
.mainnavigation .navbar-default .navbar-nav > li.nm a {     padding: 4px 17px; font-size: 20px; } 
.content p { font-size: 16px;  line-height: 25px; }
.abetter .content h1 { font-size: 20px; line-height: 22px; margin-bottom: 15px; }
.content h1 { font-size: 18px; line-height: 25px;  }
.bannerheading h1 { font-size: 30px; line-height: 30px; }
.contentheading h1 {    font-size: 28px; }
.slider .carousel-caption { top: 11%; }
.slider .carousel-control {  width:  auto;}
.slider .carousel-control .glyphicon-chevron-right, .slider .carousel-control .icon-next { width: 30px; height: 30px; }
.slider .carousel-control .glyphicon-chevron-left, .slider .carousel-control .icon-prev {  width: 30px; height: 30px; }
.footerlogo img { width: auto; height: 100px; }
.innerbanner { padding: 40px 0; }
.innerbannerheading h1 { font-size: 26px; }
.tabz .nav-tabs {     margin: 15px 0 10px; }
.tabz .nav-tabs>li { display: block; }
.servicesbox { margin-bottom: 34px; }
.hd2, .tabz .rehab .hd2 { font-size: 23px; }
.margin40 { margin-top: 20px; }
.servicesgrey { min-height: auto; }
.servicesgrey a {   position: relative;     bottom: 0; left: 0;}

}




.navbar-default .navbar-toggle .icon-bar { background-color: #aa0b37; }
.navbar-default .navbar-toggle { border-color: #aa0b37; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {    background-color: #27aae2; }
