
@font-face {
    font-family: fedrafont;
    src: url(fonts/fedra_sans_light.ttf);
  }
@font-face {
    font-family: fedrafont;
    src: url(fonts/fedra_sans_light.ttf);
  }
@font-face {
    font-family: fedrafont;
    src: url(fonts/fedra_sans_book.ttf);
  }
  p{font-family: fedrafont !important;}
h1, h2, h3, h4, h5, h6{font-family: fedrafont !important;}
ul{font-family: fedrafont !important;}
html {
  /*For smooth scrolling behavior*/
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}
body{
    margin: 0;
    padding: 0;
    max-width: 100%;
    overflow-x: hidden;
    font-family: fedrafont !important;
}
/*.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}*/

.navbar-brand{
    height: auto;
}

.navbar-collapse{
    padding: 0px;
}

.hidden-md{
    display: none;
}

.form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  transform: rotate(45deg);
}
#preloader{
    position: fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:99999; 
    background-color:#fff;
}

#status{
    position:absolute;
    top:50%; 
    left:50%; 
    margin:-100px 0 0 -100px;
    width:200px;
    height:200px;
    background-image:url(../img/icons/loader.gif);
    background-position:center;
    background-repeat:no-repeat;
    background-size:75px 75px;
} 
   
#content-wrapper {
    margin-top: 65px;
}
.form_text{
    color: #a9a584!important;
}
.checkboxx {
    float: left;
    margin-left: 15px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #000; 
}
#input_message .error{
    float: left;
    margin-bottom: 10px;
}
#input_message .form_text{
    display: flex;
    align-items: flex-start;
    float: left;
    margin: 0px;
    width: 100%;
}
.d-none.error {
    display: none;
    padding: 0px 5px;
}
.form-group{
    margin-bottom: 10px;
}
/*------------------------------------------*/
/*   Parallax Settings
/*------------------------------------------*/


.coutrycode-div {
    position: relative;display: block;
}
.dropdowncountry {
    position: absolute;
    bottom: 0px;
    height: 30px;
    border: none;
    left: 5px;
    outline: none;
    border-radius: 4px;
    color: #666;
    width: 25%;
/*    bottom: 0px;*/
    background-color: transparent;z-index: 1;display: ruby;
}
.dropdowncountry .title {
       padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    font-weight: 600;
    color: #000;display: flex;
}
.dropdowncountry .title .fa {
    float: right;
    margin-right: 3px;
    transition: transform .3s;
    padding-top: 3px;position: inherit;
    right: -10px;
}
.hide {
    max-height: 0 !important;
}
input#phone {
    padding-left: 59px;
}
.dropdowncountry .menudrop {
    transition: max-height .5s ease-out;
    max-height: 15em;
    overflow-y: scroll;
    width: 300px;
    position: absolute;
    z-index: 99;
    overflow-x: hidden;
    top: 31px;
    background-color: #fff;
}
.dropdowncountry .menudrop .option {
    margin: 0.3em 0.3em 0.3em 0.3em;
    margin-top: 0.3em;
}








.intro-parallax {
    /*background-attachment: fixed !important;*/
    background-position: center center;
    background-repeat: no-repeat;
}

#intro {
    background-image: url(../img/banner-top.jpg);
    margin-top: 80px;
    background-size: cover;
    min-height: 630px;
    max-height: 530px;
    /*  background-image: none;background-color: #ebdbdb;*/
}
/*#rtpcr-banner{background-image: url(../img/rtpcr-banner.jpg);}*/
#rtpcr-banner {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
}

.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg_text{
    padding-top: 26em;
}

.services { 
    position: relative;
    background-color: #d8c994;
}
.parallaxs{
    background-position: 50% 0px!important;
}
#customers-testimonials{
  margin-top: -60px;  
}
#call-to-action { 
    background-image:url(img/right-top.png); 
}

.right_side img{
  position: absolute;
   top: 210rem;
    right: 0px;
    height: 498px;
    width: 247px;
    /* display: block; */
    z-index: -1111;  
}
.left_side img{
position: absolute;
    top: 247rem;
    left: 2px;
    height: 634px;
    width: 454px;
    /* display: block; */
    z-index: -1111;   
}
.our_promis{
    background-image: url(../img/our_prpmioces.png);
   background-repeat: no-repeat;
   background-position: bottom;
   background-size: cover;
}.our_promis1{    background-image: url(../img/foot-img.jpg);    background-repeat: no-repeat !important;background-size: cover;margin-top: 0px !important;}
/*------------------------------------------*/
/*   Headers
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    margin-top: 0; 
    margin-bottom: 10px;
}

/*------------------------------------------*/
/*   Link Setting
/*------------------------------------------*/

a {
    text-decoration: none;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

a:hover {
    color: #444;
    text-decoration: none;
}

a:focus {
    color: #f8f8f8;
    outline: none;
    border: none;
    text-decoration: none;
} 

/*------------------------------------------*/
/*   Lists
/*------------------------------------------*/

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: none;
    outline-offset: 0px;
}
/*------------------------------------------*/
/*      Services css
/*------------------------------------------*/
.service{
    height: auto; 
    padding: 50px 0px 50px 0px;
}
.service p {font-weight: bold;}
.service-data h1{color: #610631;
    font-size: 40px;
    font-weight: 300;
    padding: 0 15%;
    text-align: center;
    margin-bottom: 15px;}
.service-data p b{
    font-size: 26px;
    color: #610631;
}
.service-data p{
    color: #610631;
    font-size: 18px;
    font-family: 'Verdana', sans-serif;
    font-weight: 300;
    padding: 0 15%;
    margin-bottom: 30px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 26px;
}
.titlebar {
    margin-bottom: 0px;
    display: block;
}

.titlebar h1 {
    color: #fff;
    font-weight: bold;
    margin-top: 0;
    font-size:26px;
    margin-bottom: 20px;
    text-align: center;
}

.titlebar p {
    color: #fff3dc;
    font-size: 16px;
    font-weight: 300;
    text-align:center;
    padding: 0 100px;
  margin-bottom: 40px;
}

/*****************************************
        Services css
*****************************************/
.services-wrap{padding:70px 0;}
.services-wrap h1{margin-top:0;}
.services-wrap ul{margin-top:120px;}
.serviceList h3{
    margin-bottom: 15px;
    margin-top: 0;
    text-align: center;
    color: #610631;
    font-weight: bold;
    font-size: 18px;
    
}
.serviceList h3 a{font-size:22px; color:#610631; text-decoration:none;}
.serviceList h3 a:hover{color:#f80606;}
.serviceList p{
    font-size:14px;
    min-height: 96px;
    color:#484737;
    text-align:Center;
    line-height:26px;
    
}
.shadow-effect{
    padding: 25px;
     
   
}
.serviceList{
    background: #fff;
    padding: 25px;
    height: 240px;
     box-shadow: 0 4px 3px rgba(0,0,0,0.1), 0 5px 5px rgba(0,0,0,0.1);
       border-bottom-right-radius: 12px;       
       border-bottom-left-radius: 12px;       
}
.promisList{
  background: #fff;
    padding: 25px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    min-height: 90px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}
.promisList h3{
  margin-bottom: 0px;
    margin-top: 0;
    text-align: center;
    color: #610631;
    font-weight: bold;
    font-size: 18px;
  
}
.promisList p{
 font-size: 14px;
    min-height: 96px;
    color: #484737;
    text-align: Center;
    line-height: 26px;   
}
.service_text{
   background: #fff;
    padding: 25px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    height: 230px;  
}
.serviceList .readmore a{padding: 10px 16px;}
.serviceImg{
    overflow:hidden;
    position:relative;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px
}
.services-wrap ul li .serviceImg img{transform: scale(1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;}

.serviceImg img{width:100%;}
.serviceWrp li{margin:10px;}
.services-wrap ul li:hover .serviceImg img{-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}


.serviceImg:before{position: absolute; content:"";
    width: 100%;
    left: 0;
    height: 100%;
    top: 100%;
    background-color:rgba(248, 6, 6, 0.41);
    visibility: hidden;
    transition: all 0.4s ease-in-out 0s;
    text-align: center;}


.services-wrap ul li:hover .serviceImg:before{z-index:1000;
    visibility: visible;
    transition: all 0.4s ease-in-out 0s;
    top: 0px;
}


.services-wrap .owl-controls{text-align:center; margin:0; position:absolute; top:-70px; left:50%; margin-left:-50px;}
.services-wrap .owl-nav div {
    display: inline-block !important;
    width: 60px;
    height: 60px;
    margin: 0 4px;
    line-height:72px; text-align:center; background:#b7c6c9;
}
.services-wrap .owl-nav div i {
    font-size:26px;
    color: #fff;
}


.services-wrap .owl-nav div:hover{background:#f80606;}
.services-wrap .owl-nav div{width:40px; height:40px; line-height:40px;}
.services-wrap .owl-nav div i{font-size:16px;}
.services-wrap .owl-next{margin-bottom:-20px !important;}
.services-wrap .owl-dots{display:none !important;}


/* ==========================================================================
   02. HEADER & NAVIGATION
   ========================================================================== */ 

/*------------------------------------------*/
/*   Logo Image    
/*------------------------------------------*/

.navbar-brand {
    padding: 15px 15px 10px;
}   
      
/*------------------------------------------*/
/*   Navigation Menu    
/*------------------------------------------*/
.fixed-top1{background-color: rgba(255, 255, 255) !important;
    border-bottom: 1px solid #ddd;}
.fixed{background-color: #fff !important; box-shadow: 0 0 3px rgb(35 35 35 / 44%) !important;} 
.navbar {   
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #ddd;
}

.navbar-nav > li > a {
    color: #610631; 
    display: block;
    padding: 0 20px;
    font-size: 15px;
    text-align:center;
    line-height: 50px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;

}
.navbar-nav > li p{font-weight: bold;
    color: #610631;
    margin-bottom: 0px;
    font-size: 22px;
    padding-top: 12px;
    padding-left: 15px;
  }
.navbar-nav > li p a{color: #d12239;}
.numbermob{font-weight: bold;
    color: #610631;
    margin-bottom: 0px;
    font-size: 22px;
    padding-top: 12px;}

.numbermob1{font-weight: bold;
    color: #610631;
    margin-bottom: 0px;
    font-size: 22px; display: none;
    padding-top: 12px;}
.numbermob1 a{color: #610631;}
.navbar-nav.navbar-right:last-child{margin-right: 0px;}
.navbar-nav > li >a,
.navbar-nav > li >.selected-nav {
    color: #610631;

}

.navbar-nav > li > a:hover,
.navbar-nav > li > a.selected-nav {
    background: none;
    color: #610631;
    border-bottom: 5px solid #610631;
    text-align: center;
    display: block;
    font-weight: bold;
  
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a.selected-nav::after {
    background: none;
    color: #610631;
    border-bottom: 5px solid #610631;
    margin: 0 auto;
    text-align: center;
    display: block;

}

/*------------------------------------------*/
/*   Responsive Menu    
/*------------------------------------------*/

.navbar-toggle {
    position: relative;
    float: right;
    padding: 10px;
    margin: 12px 30px 12px 0;
    background-color: none;
    border: 2px solid #444;
}

.navbar-toggle .icon-bar {
    background-color: #444;
    height: 2px;
}



/*------------------------------------------*/
/*   Responsive Menu    
/*------------------------------------------*/

.navbar-toggle {
    position: relative;
    float: right;
    padding: 10px;
    margin: 12px 30px 12px 0;
    background-color: none;
    border: 2px solid #444;
}

.navbar-toggle .icon-bar {
    background-color: #444;
    height: 2px;
}



/* ==========================================================================
   03. INTRO
   ========================================================================== */
 
#intro {
    padding-top: 0px;
    padding-bottom:0px;
    color: #fff;
} 
.fa-phone:before {
    font-size: 25px;
}
/*.intro-parallax{
    background-position: 50% -36px!important;
}*/
/*------------------------------------------*/
/*    Intro Section Description
/*------------------------------------------*/


#intro_description h1 {
    font-size: 35px;
    margin-bottom: 30px;
    color: #610631;
    font-weight: 600;
}

.intro_feature {
    margin-bottom: 20px;
}

.intro_feature h4 {
    font-weight: 600;
}

.intro_feature i {
    margin-right: 5px;
}

.intro_feature p {
    font-size: 26px;
    font-weight: 400;
    padding-left:0px;
    color: #484737;
}

/*------------------------------------------*/
/*    Intro Section Button
/*------------------------------------------*/

.intro_button {
    margin-top: 60px;
}

/*------------------------------------------*/
/*    Register Form
/*------------------------------------------*/

#intro_form {
    padding-left: 100px;
}

.form_register {
    width: 100%;
    background:#fff;
    margin: 0 auto;
    padding: 20px 30px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 500px;
    max-height: 570px;
    
}

.form_register h2 {
    color: #610631;
    /*text-align: center;*/
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size:22px;
}

/*------------------------------------------*/
/*    Register Form Input
/*------------------------------------------*/

.form_register .form-control {
    height: 40px;
    margin-bottom: 5px;
    border: 1px solid #494738;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 10px;
    font-size: 12px;
}

.pd-00{
  padding-right: 0px;  
}
input[type="text"],
input[type="email"],
textarea {
    color: #444;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    color: #000!important;
}

.form_register textarea {
    min-height:140px;
}

/*------------------------------------------*/
/*     Register Form Error Message 
/*------------------------------------------*/

.error {
    color: #fc0000;
    font-size: 13px;
    margin-bottom: 20px;
}


/* ==========================================================================
   02. services
   ========================================================================== */
 
.services {
    padding-top: 50px;
    padding-bottom: 30px;
}
.care_bg{
  background-color: #fff3dc; 
  padding: 20px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.care_bg img{
   margin: 0 15px 0 0;
    float: left;
    position: relative;
    top: -12px;
    height: 50px;
}
.care_disk{
   color:#000; 
   padding-left: 16px;
}
.care_disk li{
    font-size: 15px;
   color:#610631;
   list-style: disc;
   padding: 10px;
    padding-left:0px;
    text-align: left;
}
.care_bg h3{
    font-size:18px;
    color: #610631;
    font-weight: 300;
    margin-top: 0;
    text-align: left;
    font-weight:bold;
    position: relative;
    top: 5px;
}
.care_bg p{
    color:#484737;
    font-size:14px;
}
/*---------------------------------our Promics-----------------------------------*/
.promis_text h1{
  color: #fff;
    font-weight: bold;
    margin-top: 0;
    font-size: 26px;
    margin-bottom: 30px;
    text-align: center;  
}.promis_text h2{    text-align: center;    color: #fff;    font-size: 38px;padding-top: 0px;}
.promis_text p{
   color: #fff3dc;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    padding: 0 160px;
    margin-bottom: 30px; 
}
/*---------------------------------our Promics-----------------------------------*/
/*------------------------------------------*/
/*    Feature Box
/*------------------------------------------*/

.feature-box {
    margin-bottom: 50px;
    padding-left: 5px;
    padding-right: 5px;
}

/*------------------------------------------*/
/*    Feature Box Icon
/*------------------------------------------*/

.feature-box-icon {
    background-color: #666;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0px;
    top: 10px;
    border-radius: 30px;
    color: #FFF;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
}

/*------------------------------------------*/
/*    Feature Box Content
/*------------------------------------------*/

.feature-box-content {
    padding-left: 70px;
}

.feature-box-content h4 {
    font-weight: 700;
}

 
/* ==========================================================================
   04. ABOUT
   ========================================================================== */
  
#about-1 {
    padding-top: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

#about-2 {
    padding-top: 70px;
    padding-bottom: 80px;
}

#about-1 .titlebar {
    margin-bottom: 30px;
}

#about-1 h4, #about-2 h4  {
    font-weight: 600;
    margin-bottom: 15px;    
}

/*------------------------------------------*/
/*    About-1 Text
/*------------------------------------------*/

#about-1-text {
    padding-right: 35px;
}

/*------------------------------------------*/
/*    Accordion
/*------------------------------------------*/

#accordion_holder {
    margin-top: 40px;
}

.accordion {
    margin-bottom: 40px;
}

#text_1,
#text_2,
#text_3,
#text_4 { 
    width: 100%;
    display: block; 
    float: left; 
    padding: 0; 
    margin: 3px 0;  
    cursor: pointer;    
}

.accordion a { 
    color: #666; 
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 10px 40px 10px 15px;
    text-decoration: none; 
    display: block; 
    cursor: pointer; 
    background: rgba(170, 170, 170, 0.15) url(../img/icons/open.png) no-repeat center right;
}

.accordion li.active>a { 
    background: rgba(170, 170, 170, 0.15) url(../img/icons/close.png) no-repeat center right;  
    color: #151515;
    box-shadow: none;
}

/*------------------------------------------*/
/*    Accordion Answer
/*------------------------------------------*/

.accordion li div { 
    background: #fff;
    line-height: 22px;
    padding: 10px 10px; 
    margin-bottom: 5px;
    display: block; 
    clear: both; 
    float: left; 
}

/*------------------------------------------*/
/*   Video Holder
/*------------------------------------------*/

#video_holder p {
    margin-bottom: 30px;
}

/*------------------------------------------*/
/*    Video Content Settings
/*------------------------------------------*/ 

.video-block {
    position: relative;
    padding-bottom: 54.25%;
    padding-top: 20px;
    margin-top: 20px;
    height: 0;
    overflow: hidden;
}

.video-block iframe,
.video-block object,
.video-block embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:0;
}

/*------------------------------------------*/
/*   About-2 Text
/*------------------------------------------*/

#about-2-text {
    padding-left: 60px;
}

/*------------------------------------------*/
/*    Quote
/*------------------------------------------*/

#quote_holder {
    margin-top: 40px;
}

.quote-text {
    background: rgba(170, 170, 170, 0.15);
    border-left: none;
    color: rgba(85, 94, 106, 0.8);
    font-style: italic;
    line-height: 25px;
    margin: 0 0 30px 0;
    padding: 26px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 0 rgba(182, 196, 209, 0.3);
    -moz-box-shadow: 0 3px 0 rgba(182, 196, 209, 0.3);
    box-shadow: 0 3px 0 rgba(182, 196, 209, 0.3);
}

.quote-text:before {
    border: 14px solid transparent;
    z-index: 3;
    border-top-color: #f2f2f2;
    top: auto;
    right: auto;
    bottom: -28px;
    left: 30px;
}

.quote-text:after {
    border: solid 14px transparent;
    z-index: 2;
    border-width: 18px;
    border-top-color: rgba(182, 196, 209, 0.3);
    top: auto;
    right: auto;
    bottom: -36px;
    left: 26px;
}

.quote-text:before,
.quote-text:after,
.quote-text-up:before,
.quote-text-up:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
}

.quote-text a {
    color: #8c989e;
    font-weight: 400;
}

.quote-text a:hover {
    text-decoration: none;
}

.flexslider .slides img { 
    float: left;
    margin-right: 15px;
    margin-left: 6px;
    width: 75px;
    box-shadow: 0 0 5px rgba(140, 140, 140, 0.8);
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    border-radius: 1000px;
}

.quote-author {
    display: inline-block;
    font-size: 13px !important;
    line-height: 65px !important;
} 
 



 
/* ==========================================================================
   06. FAQs
   ========================================================================== */
select.form-control{color: #000 !important;}
.our_promis {
    padding-top: 60px;
    padding-bottom: 80px;
}.our_promis1 { padding-top: 60px;}
input.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

input.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}
/*------------------------------------------*/
/*    FAQs Titlebar
/*------------------------------------------*/

.our_promis {
    margin-bottom: 0px;
}.our_promis1 {}

/*------------------------------------------*/
/*    FAQs Question
/*------------------------------------------*/

.question {
    margin-bottom: 20px;
}
  
.question h4 {
    font-weight: 600;
}

.question p {
    color: #666;
}


 
/* ==========================================================================
   07. CLIENTS
   ========================================================================== */

 
#clients {
    padding-top: 60px;
    padding-bottom: 80px;
    border-top: 1px solid #ddd;
}   

#clients-titlebar {
    position: relative;
}   

/*------------------------------------------*/
/*   Clients Carousel Navigation
/*------------------------------------------*/

.customNavigation {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 10px;
}

.customNavigation .btn {
    padding: 4px 10px;
}

.customNavigation i {
    font-size: 20px;
    color: #fff;
}
  


/* ==========================================================================
   08. CALL TO ACTION
   ========================================================================== */

#call-to-action {
    padding-top:0px;
    padding-bottom: 40px;
}
.legacy{
        width: 100%;
    float: left;
    padding: 50px 0px;
    text-align: center;
}
.legacy h1 {
    color: #610631;
    font-size: 26px;
    font-weight: 300;
    text-align:center;
    margin-bottom: 15px;
  font-weight: bold;
}

.legacy p {
    color: #610631;
    font-size: 16px;
    font-weight: 300;
  margin-bottom: 30px;
  line-height: 26px;
  text-align: center;
    margin-bottom: 30px;
    line-height:26px;
}
.legacy_text p{
  color:#484737; 
  line-height:26px;
  font-size:14px;
    margin-bottom: 20px;
}
 
 
 .testimonials{
  

    }

#customers-testimonials 
    .item-details{
    
        color: #fff;
        padding: 20px 10px;
        text-align: left;
}   
    



    .item {
            text-align: center;
        margin-bottom:40px;
    }

.owl-carousel .owl-nav [class*='owl-'] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.owl-carousel .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}
.owl-carousel {
  position: relative;
/*  margin-top: -40px;*/
}
.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
    line-height: 50px;
    border-radius: 50%;
  position: absolute;
  top: 30%;
    font-size: 20px;
  color: #fff;
    text-align: center;
}
.owl-carousel .owl-prev {
  left: -70px;
  top: calc(50% - 25px);
}
.owl-carousel .owl-next {
  right: -70px;
  top: calc(50% - 25px);
}

.location1{
    width: 100%; float: left; padding: 50px 0px; background-image: url(../images/location.png);
    background-repeat: no-repeat; background-size: 100%;
}
.location-header{
    width: 100%;
}
.location1 h3{
    font-size: 26px;
    color: #fff3dc;
    text-align: center;
    padding-top: 175px;
    font-weight: bold;
        margin-bottom: 30px;
}
.location1 h5{font-size: 18px;
    font-weight: bold;
    color: #fff3dc;
  text-align: center;}
.location1 p{font-size: 16px;
    color: #fff3dc;
    text-align: left; font-weight: normal;}
.location1 ul{padding: 0px; padding-left: 15px;}
.location-header1 h2{
text-align: center;
color: #fff;
font-size: 38px;
padding-top: 40px;
}

.location{
    width: 100%;
    float: left; padding:50px 0px;
    background-image: url(../img/foot-img.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
}
.location h2{
    text-align: center;
    color: #fff;
    font-size: 38px;
    padding-top: 0px;
}
.location p{
    font-size: 18px;
    font-weight: normal;
    color: #fff3dc;
}
.location-footer{
    position: absolute;
    top: 30px;
}

.location-footer p{
    font-size: 14px;
    color: #fff3dc;
    font-weight: normal;
    text-align: left;
}
.location ul li{
    font-size: 14px;
    color: #fff3dc;
    font-weight: normal;
}
.location1 ul li{
    font-size: 16px;
    color: #fff3dc;
    font-weight: normal;
    line-height: 26px;
}
   
/* ==========================================================================
   09. FOOTER
   ========================================================================== */
.footer-bottom{width: 100%; float: left; padding:10px 0px; background-color: #67122f;}
.footer-bottom p{margin-bottom: 0px; color: #fff; font-size: 14px; font-weight: normal;}

#footer {
    background-color: #610631;
    padding: 60px 0 180px;
}   
 .section-bottom-bar {
    padding: 0px;
    border-top: 1px solid #13224e;
    background-color: #484737;
  margin: auto;
  
} 
.footer_logo img{
    height:140px;
}
.footer_logo p{
   color:#fff;
   font-size:15px;
   line-height:26px;
   margin-top: 50px;
}
.copyright {
    padding: 10px 0 0 0;
    float: left;
    color: #fff;
}
.powered {
    padding: 10px 0 5px 0;
    float: right;
    color: #fff;
}
/*------------------------------------------*/
/*   Footer Navigation Menu
/*------------------------------------------*/  
.footer-nav{
  position: relative;
    left: 7rem;
    top: 20rem;  
}
.list li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}
 
 
.footer_contact .list li {
    border-bottom: 0px;
    padding: 2px 0px;
     line-height: 32px;
    padding: 5px 0px 5px 0px;
    margin-right: 15px;
}
.footer_contact .list li a i {
    margin-right: 15px;
    font-size: 16px;
}
.footer-nav li {

    padding: 5px 10px 10px;
}
.footer-navs li {
    float: left;
    padding: 5px 10px 10px;
}
.footer-nav li a {
    color: #ffffff!important;
    font-size: 14px;
}

.footer-nav li a:hover {
    color: #428bca;
}

/*------------------------------------------*/
/*   Footer Copy 
/*------------------------------------------*/  

#footer_copy p {
    color: #666;
    font-size: 13px;
    margin-left: 10px;
}
.footer_contact{
    position: relative;
    top: 20rem;  
}
#footer_copy p span {
    color: #428bca;
}

/*------------------------------------------*/
/*   Footer Social Icons  
/*------------------------------------------*/

#footer_icons {
    margin:3px 0;
}

.footer-socials {
    display: inline-block; 
}

.footer-socials li {
    float: left;
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
    line-height: 70px;
}
.footer_contact h4{
    color:#fff;
}
.foo_social {
    width: 25px;
    height: 25px;
    text-align: center;
    color: #610631;
    font-size: 15px;
    line-height: 25px;
    margin: 0 5px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    text-decoration: none;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

/*------------------------------------------*/
/*   Footer Icons Hover 
/*------------------------------------------*/

.ico-facebook:hover {background-color: #3b5998;color: #f8f8f8;}
.ico-twitter:hover {background-color: #00a9ed;color: #f8f8f8;}
.ico-google-plus:hover {background-color: #cd1111;color: #f8f8f8;}
.ico-linkedin:hover {background-color: #015886;color: #f8f8f8;}
.ico-dribbble:hover {background-color: #d92d84;color: #f8f8f8;}
.ico-instagram:hover {background-color: #beb3a8;color: #f8f8f8;}
.ico-pinterest:hover {background-color: #ac281a;color: #f8f8f8;}
.ico-dropbox:hover {background-color: #008ad2;color: #f8f8f8;}
.ico-skype:hover {background-color: #00a9ed;color: #f8f8f8;}
.ico-youtube:hover {background-color: #cd1b20;color: #f8f8f8;}
.ico-tumblr:hover {background-color: #3a5976;color: #f8f8f8;}
.ico-vimeo:hover {background-color: #00adee;color: #f8f8f8;}
.ico-flickr:hover {background-color: #d2d2d2;color: #f8f8f8;}
.ico-github:hover {background-color: #222;color: #f8f8f8;}
.ico-renren:hover {background-color: #364a83;color: #f8f8f8;}
.ico-vk:hover {background-color: #3b5998;color: #f8f8f8;}
.ico-xing:hover {background-color: #015f5e;color: #f8f8f8;}
.ico-weibo:hover {background-color: #be4443;color: #f8f8f8;}
.ico-rss:hover {background-color: #ff6600;color: #f8f8f8;}

/*------------------------------------------*/
/*   Footer Newsletter Form
/*------------------------------------------*/

.subscribe-form {
    margin: 5px auto 0;
    position: relative;
    z-index: 10;
    width: 90%;
}

#newsletter_form p {
    color: #666;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    margin-top: 10px;
}

#newsletter_form p span {
    color: #428bca;
}

.subscribe-input {
    width: 68%;
    height: 30px;
    background-color: #aaa;
    color: #ddd;
    font-size: 14px;
    font-weight: 300;
    padding-left: 10px;
    border: none;
}

.subscribe-submit {
    width: 32%;
    height: 30px;
    background: #383e46;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-decoration:none;
    text-transform: uppercase;
    text-align:center;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    border:none;
    cursor: pointer;
    outline: 0;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.subscribe-submit:active {
    outline: 0;
}

.subscribe-submit:hover {
    background: #428bca;
}


 
/* ==========================================================================
   10. SCROLL TO TOP
   ========================================================================== */

#scrollUp {
    display: none;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-image: url(../img/icons/back-to-top.png);
    background-repeat: no-repeat;
    background-position: 50% 48%;
    background-color:rgba(123, 123, 123, 0.65); 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    transition: all 250ms linear;   
}

#scrollUp:hover {
    background-color: rgba(66, 139, 202, 0.95);
}

nav a#pull {  
    display: none;  
} 



/* ==========================================================================
   11. CONTACT FORM RESPONSE PAGE   
   ========================================================================== */
   
#form_response {
    margin: 50px auto; 
}

#form_response .img-responsive { display: inline-block; }

#form_response h1 {
    font-size: 40px; 
    font-weight: 700;
    margin-top: 10px;
}

#form_response p {
    font-size: 18px; 
    font-weight: 400;
    margin-bottom: 20px;
}


.pricediv{width: 100%; padding: 50px 0px;}
.pricediv h2{color: #610631;
    font-size: 40px;
    font-weight: 300;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 15px;}
.columns {
  float: left;
  width: 20%;
  padding: 8px;
}

.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-height: 340px;
  background-color: #f4f4f4;
}

.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
  background-color: #f4892f;
  color: white;
  font-size: 20px;
}

.price li {
  border-bottom: 1px solid #eee;
  padding: 5px 20px;
  text-align: left;
}
.price li:before{font-family: FontAwesome; content: "\f00c"; padding-right: 10px; height: 25px;
    float: left;}

.button {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}
#myCarousel{position: relative;}
#myCarousel .item {
    text-align: center;
    margin-bottom: 0px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 5px;
    padding: 4px 7px;
    background-color: #610631;
    border-radius: 50px;
    line-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{color: #fff;}
.header{background-color: #f4892f; text-align: left; padding: 10px 20px; 
  color: #fff; font-size: 18px; margin-bottom: 0px; border-radius: 8px 8px 0px 0px;}
  .grey{padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #f4892f;
    text-align: center; margin-bottom: 0px;
    line-height: 26px; border-radius: 0px 0px 8px 8px;}
    
    p.disclaimer {
    padding: 16px 20px 0 20px;
    float: left;
    width: 100%;
}
.form_text input[type="checkbox"], .form_text input[type="radio"] { 
    float: left;
}

@media screen and (max-width: 768px){
.promisList{margin-bottom: 40px;}

}
@media only screen and (max-width: 540px) {
  
  .benefit-card .card, .benefit-card1 .card, .benefit-card2 .card { 
    width: 100%!important; 
    margin-left: 0!important; 
        margin-top: 10px;
}

.benefit-card, .benefit-card1, .benefit-card2 { 
    flex-direction: column!important;
}




    img.logof {
    width: 60%;
}
.location p {
    font-size: 14px; 
}
.serviceList { 
    height: auto;
}


#intro_form {
    padding-left: 0px;
    position: inherit !important;
    top: 20%;
    }
    .columns {
    float: left;
    width: 100%;
    padding: 8px;
}
.price{min-height: auto}
.pricediv h2 {
    color: #610631;
    font-size: 30px; padding: 0px 15px}
}
@media screen and (max-width: 1024px){
    .checkboxx { 
        width: 85%;
    }
    
.location{background-size: 100% 100%}
.promisList{margin-bottom: 40px !important;}
.care_disk {
    color: #000;
    padding-left: 40px !important;
}
.owl-carousel .owl-prev {
    left: -25px !important;
}
.owl-carousel .owl-next {
    right: -25px;
}
}
@media screen and (max-width: 450px){
    .checkboxx { 
        width: 85%;
    }
    
    img.logof {
    width: 60%;
}
.location p {
    font-size: 14px; 
}


  .intro-parallax {
    background-position: inherit;
}
.promisList{margin-bottom: 35px;}
.our_promis {
    margin-bottom: 30px;
    padding-bottom: 25px;
}
.location h2 {
    font-size: 22px;
}
.promisList{margin-bottom: 30px !important;}
.owl-carousel .owl-next, .owl-carousel .owl-prev {
    width: 35px;
    height: 35px;
    line-height: 25px !important;
  }
.owl-carousel .owl-prev {
    left: -15px !important;
}
.owl-carousel .owl-next {
    right: -15px !important;
}
.fa{font-size: 15px !important;}
.care_disk {
    color: #000;
    padding-left: 40px !important;
}
.legacy h1{padding: 0px !important}
.legacy p{padding: 0px !important;}
.location{background-size: auto;}
.footer-bottom {text-align: center;}
.titlebar p{margin-bottom: 30px !important}
.footer-bottom .text-right {
    text-align: center !important;
}
@media screen and (max-width:768px){
  .navbar-nav > li > a{padding: 0px 10px}
  .checkboxx { 
    width: 85%;
}

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

    .checkboxx { 
        width: 85%;
    }
    


.numbermob1{display: inline-block;
    padding-top: 20px;
    padding-left: 30px;}
    
    .navbar-nav > li p{
        display: none;
    }
}
}
@media screen and (max-width: 375px){
    img.logof {
    width: 60%;
}
.location p {
    font-size: 14px; 
}
.serviceList { 
    height: auto;
}


  .numbermob1{font-size: 18px;}
  .navbar-toggle{margin: 12px 10px 12px 0;}
  .navbar-brand {
    padding: 15px 15px 10px !important;
}
}
@media screen and (max-width: 360px){
.location h2 {
    font-size: 20px;
}
.location p {
    font-size: 16px; 
}
.serviceList { 
    height: auto;
}

}
@media screen and (max-width: 320px){
    .serviceList {
    height: 310px!important;
}
    img.logof {
    width: 60%;
}
.serviceList { 
    height: auto;
}
.location p {
    font-size: 14px; 
}



.numbermob1 {
    font-size: 16px;
}
.navbar-brand {
    padding: 15px 5px 10px !important;
}
}
.physiotherapy-carousel{
    margin-top: 0px;
    margin-bottom: 40px;
}
.physiotherapy-carousel .card-body img{
    margin: 0px auto;
}
.physiotherapy-carousel.owl-theme .item{
    margin-bottom: 0px;
}
.physiotherapy-carousel.owl-theme .owl-controls .owl-nav .owl-prev, 
.physiotherapy-carousel.owl-theme .owl-controls .owl-nav .owl-next{
    top: calc(50% - 25px);
}
.service .physiotherapy-carousel p{
    margin-top: 10px;
}
.services .titlebar h2{
    color: #fff;
    text-align: center;
}
.physiotherapy-carousel .owl-stage,
.carousel-main .owl-stage{
    display: flex;
    flex-flow: nowrap;
}
.owl-carousel.carousel-main.owl-theme .owl-controls .owl-prev, 
.owl-carousel.carousel-main.owl-theme .owl-controls .owl-next{
    background: #fff;
    color: #610631;
}
.treatment-carousel.owl-theme .owl-controls .owl-prev, 
.treatment-carousel.owl-theme .owl-controls .owl-next{
    background: #fff;
    color: #610631;
}
.treatment-carousel.owl-theme .owl-controls .owl-prev:hover, 
.treatment-carousel.owl-theme .owl-controls .owl-next:hover{
    background: #fff;
    color: #610631;
}
.treatment-box{
    padding-bottom: 20px;
}

.benefits{
    width: 100%;
    padding: 50px 0px;
}
.benefits-top{
}
.benefits-header {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.benefits-header p{
    text-align: center;
}
.benefits-data{
    text-align: center;
}
.benefits-header p{
    color: #610631;
    font-size: 26px;
    font-family: georgia;
}
.benefits-data p{
    color: #484737;
    font-size: 18px;
    font-family: verdana;
    font-weight: normal;
    margin-bottom: 40px;
}

.benefit-card, .benefit-card1 , .benefit-card2{
    width: 100%;
    display: flex;
    flex-direction: row;
   
}
.benefit-card{
    top: 240px;
}
.benefit-card1{
    top: 480px;
}
.benefit-card2{
    top: 720px;
}
.benefit-card .card , .benefit-card1 .card , .benefit-card2 .card{
    box-shadow: 0 0 12px 1px rgb(97 6 49 / 40%);
    /*height: 220px;*/
    width: 40%;
    background-color: #fff;
    opacity: 0.9;
    margin-left: 6%;
    border-radius: 10px;
    margin-bottom: 30px;
}
.benefit-card .card .card-body > :nth-child(1), .benefit-card1 .card .card-body >:nth-child(1), .benefit-card2 .card .card-body >:nth-child(1){
    color: #610631;
    font-family: georiga;
    font-size: 18px;
    text-align: left;

}

.benefit-card .card .card-body ul, .benefit-card1 .card .card-body ul, .benefit-card2 .card .card-body ul{
padding-left: 20px;
}
.benefit-card .card .card-body ul li, .benefit-card1 .card .card-body ul li, .benefit-card2 .card .card-body ul li{
    color: #484737;
    font-weight: normal;
    font-family: verdana;
    font-size: 14px;
    margin-top: 4px;
}
.benefit-card-container .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}
.benefit-card-container .card-body{
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.benefit-card-container .card .card-body ul{
    margin-bottom: 1rem;
    padding: 0px;
}

@media only screen and (max-width: 1199px){
    .form_register{
        max-height: 590px;
        margin-top: 20px;
        margin-bottom: 20px;
    }


}

@media only screen and (max-width: 1024px){
   
   #intro{
        min-height: 520px;
    }

}

@media only screen and (max-width: 991px){
   
 #intro{
    background-image: url(../img/Home-Critical-Care.jpg);
    }
}