          
/*=======================================================================
basic
=========================================================================*/
 

* {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
   
    }



   html, body {
   width: 100%;
    margin: 0px;
    padding: 0px;
     height: 100%;
   
} 

 /*=======================================================================
title
=========================================================================*/
    
 .women{
    left: 10px;
    top: 70px;
    position: absolute;
    padding: 2px;
    width: 397px;
    min-height: 43px;
    font-family: Gentium Basic;
    font-size: 17px;
    font-weight: 700;
    line-height: 21.0px;

    color: #b32124;
    z-index: 39;
    word-wrap: break-word;
    }

 /*=======================================================================
nav
=========================================================================*/

 /*=======================================================================
nav
=========================================================================*/
    
#rc_logo {
 left: 30px;
 padding: 22px;
 position: absolute;
 color: #fff;
 font-size: 19px;
 font-family: Poppins;
 text-decoration: none;
}

#rc_logo a { 
color: inherit; 
text-decoration: none;
} 

.rc_nav {

  background-color: #b32124;
  text-align: center;
  z-index: 6;
 margin-top: 30px;
  margin-right: -10px; 
}

.rc_nav a {
 display: inline-block;
 margin-right: -4px;  /* inline-block gap fix */
 color: #fff;
 padding: 20px 20px;
 text-decoration: none;
 font-family: Poppins;
 font-size: 18px;
   
 -webkit-transition: background 0.3s linear;
 -moz-transition: background 0.3s linear;
 -ms-transition: background 0.3s linear;
 -o-transition: background 0.3s linear;
 transition: background 0.3s linear;
 z-index: 9;
}

.rc_nav a:hover {
  background-color: #ffffff;
  color: #b32124;
}

.rc_nav .icon {
  display: none;
}

.rc_content {
  text-align: center; 
  padding-left:14px; 
  font-family: Poppins; 
  margin-top: 100px;  
  color: #8e909b;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content{
  display: none;
  position: absolute;
  background-color: #b32124;
  min-width: 160px;
  box-shadow: white;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: white;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}
@media screen and (max-width: 820px) {
  .rc_nav a {display: none;}
  .rc_nav a.icon {
    float: right;
    display: block;
    width: 60px;
   
  }
}

@media screen and (max-width: 820px) {
  .rc_nav.responsive {position: relative; top: 73px;}
  .rc_nav.responsive .icon {
    position: fixed;
    right: 0;
    top: 0;
  }
  .rc_nav.responsive a {
    float: none;
    display: block;
    text-align: center;
  }

}


.about_text {
    width: 100%;
    height: auto;
    /* padding: 10px 20px; */
    font-family: 'Poppins', sans-serif;
    text-align: justify;
    line-height: 1.8;
    color: #212529;
    font-weight: 300;  
    font-size: 15px;
    
}



/*=======================================================================
gallery
=========================================================================*/
 .projects {
     position: relative;
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 1;
}
.paralax-container{
    width: 100%;
    height: 800px;
}


.team_area
    background{
        color: #f9fafa;
    }

.team_inner{
    margin-bottom: -50px;
    
}
.team_item{
    position: relative;
  text-align: center;
    margin-bottom: 50px;
    }
.team_item .team_img{
     position: relative;
     overflow: hidden;
     background-color: aqua;
}
.team_item .team_name h4{
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 20px;
   color:#cf1848;
    transition: all 300ms linear 0s;
}

.team_item .team_name p{
    margin-bottom: 0px;
    text-align: justify;
    padding: 9px;
   font-size: 13px;
 
      font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #1a1a1a;
}

.team_top{
    margin-top: 35px;
}
.button3 {
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 50px;
    padding: 5px 22px 12px 25px;
    background: transparent;
    font-size: 16px;
    color: #333333;
    font-weight: 900;
    height: 50px;
    z-index: 0;
    font-size: 18px;
}


 /*=======================================================================
hr line
=========================================================================*/

.col-right-line:before {
  position: absolute;
  content: " ";
  top: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background-color:#333333 ;
}


 /*=======================================================================
border
=========================================================================*/
#border{
    margin-left: 8px;
    top:1px;
   padding: 2px;
    width: 295px;
   height: 190px;
    color:#b32124;
    border: solid 2px;
    z-index: 62;
    word-wrap: break-word;
    }

.text{
     font-family: Open Sans;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-top:15px;
}



 /*=======================================================================
footer
=========================================================================*/
#footer{
    position: absolute;
    top: 145%;
    height: 100px;
    transform: translateY(-100%) ;
}


.social-icons {
    left: 945px;
    top: 37px;
    position: absolute;
    height: 35px;
    width: 35px;
    z-index: 1;
    display: block;
    opacity: 1.0;
}

.copy-right {
    left: 0px;
    top: 70px;
    position: absolute;
    padding: 2px;
    width: 936px;
    min-height: 37px;
    font-family: Open Sans;
    font-size: 11px;
    font-weight: 400;
    line-height: 15.0px;
    text-align: left;
    color: #282828;
    border-style: solid;
    z-index: 3;
    word-wrap: break-word;
}

.footer_policy {
    left: 0px;
    top: 51px;
    position: absolute;
    padding: 2px;
    width: 936px;
    min-height: 15px;
    font-family: Open Sans;
    font-size: 11px;
    font-weight: 400;
    line-height: 15.0px;
    text-align: left;
    color: #282828;
    border-style: solid;
    z-index: 4;
    word-wrap: break-word;
}
.footer_primary {
    left: 0px;
    top: 32px;
    position: absolute;
    padding: 2px;
    width: 456px;
    min-height: 17px;
    font-family: Open Sans;
    font-size: 11px;
    font-weight: 400;
    line-height: 15.0px;
    text-align: left;
    color: #282828;
    border-style: solid;
    z-index: 8;
    word-wrap: break-word;
}

/*=======================================================================
hypertension
=========================================================================*/
.hyper{
    left: -2px;
    top: 20px;
    position: absolute;
    padding: 2px;
    width: 296px;
    min-height: 59px;
    font-family: Raleway;
    font-size: 25px;
    font-weight: 400;
    line-height: 29.0px;
    text-align: left;
    color: #21b7e6;
   
    z-index: 49;
    word-wrap: break-word;
}

.reduce {
    left: 318px;
    top: 300px;
    position: absolute;
    padding: 2px;
    width: 198px;
    min-height: 59px;
    font-family: Raleway;
    font-size: 25px;
    font-weight: 400;
    line-height: 29.0px;
    text-align: left;
    color: #21b7e6;
  
    z-index: 51;
    word-wrap: break-word;
}

.heart{
    left: 5px;
    top: 40px;
    position: absolute;
    padding: 2px;
    width: 434px;
    min-height: 228px;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.0px;
    text-align: left;
   
    z-index: 50;
    word-wrap: break-word;
}
.echo{
    left: -2px;
    top: 320px;
    position: absolute;
    padding: 2px;
    width: 192px;
    min-height: 125px;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.0px;
    text-align: left;
    color: #282828;
     z-index: 48;
    word-wrap: break-word;
}
/*=======================================================================
influenza
=========================================================================*/

.treatment{
    left: -2px;
    top:-30px;
    position: absolute;
    padding: 2px;
    width: 646px;
    min-height: 59px;
    font-family: Raleway;
    font-size: 25px;
    font-weight: 400;
    line-height: 29.0px;
    text-align: left;
    color: #21b7e6;
  
    z-index: 51;
    word-wrap: break-word;
}

.anyone {
    left: -2px;
    top: 40px;
    position: absolute;
    padding: 2px;
    width: 646px;
    min-height: 151px;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.0px;
    text-align: left;
    color: #282828;
   z-index: 50;
    word-wrap: break-word;
}
/*=======================================================================
weight loss
=========================================================================*/
.medically {
    left: -2px;
    top: -20px;
    position: absolute;
    padding: 2px;
    width: 296px;
    min-height: 88px;
    font-family: Raleway;
    font-size: 22px;
    font-weight: 400;
    line-height: 29.0px;
    text-align: left;
    color: #21b7e6;
   
    z-index: 48;
    word-wrap: break-word;
}

.hormone {
    left: -2px;
    top: -20px;
    position: absolute;
    padding: 2px;
    width: 296px;
    min-height: 88px;
    font-family: Raleway;
    font-size: 22px;
    font-weight: 400;
    line-height: 29.0px;
    text-align: left;
    color: #21b7e6;
   
    z-index: 50;
    word-wrap: break-word;
}


/*=======================================================================
weight program
=========================================================================*/

.weight {
    left: -2px;
    top: 5px;
    position: absolute;
    padding: 2px;
    width: 296px;
    min-height: 177px;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.0px;
    text-align: left;
    color: #282828;
     z-index: 46;
    word-wrap: break-word;
}

.weight-sidebar {
    left: 25px;
    top:5px;
    position: absolute;
    padding: 2px;
    width: 296px;
    min-height: 203px;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.0px;
    text-align: left;
    color: #282828;
  z-index: 56;
    word-wrap: break-word;
}
.maintain {
    left: -250px;
    top: 280px;
    position: absolute;
    padding: 2px;
    width: 646px;
    min-height: 30px;
    font-family: Raleway;
    font-size: 25px;
    font-weight: 400;
    line-height: 29.0px;
    text-align: left;
    color: #21b7e6;
   z-index: 51;
    word-wrap: break-word;
}

.content {
    left: -250px;
    top: 310px;
    position: absolute;
    padding: 2px;
    width: 646px;
    min-height: 48px;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.0px;
    text-align: left;
    color: #282828;
   
    z-index: 50;
    word-wrap: break-word;
}
/*=======================================================================
pedractis
=========================================================================*/
.tretments{
  left: -2px;
    top:-10px;
    position: absolute;
    padding: 2px;
    width: 269px;
    min-height: 59px;
    font-family: Raleway;
    font-size: 25px;
    font-weight: 400;
    line-height: 29.0px;
    text-align: left;
    color: #21b7e6;
  
    z-index: 48;
    word-wrap: break-word;
}

/*=======================================================================
contact us
=========================================================================*/
.map {
    left: 10px;
    top: 50px;
    position: absolute;
    height: 300px;
    width: 460px;
    z-index: 42;
    border-width: 1px;
    border-color: #babec2;
    border-style: solid;
}
.payments{
    left: 10px;
    top:400px;
    position: absolute;
    padding: 2px;
    width: 90px;
    min-height: 22px;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.0px;
    text-align: left;
    color: #282828;
   z-index: 76;
    word-wrap: break-word;
}
.cards{
    left: 30px;
    top: 450px;
    position: absolute;
    height: 43px;
    width: 68px;
    z-index: 77;
    display: inline-block;
    opacity: 1.0;
}
.master {
    left: 100px;
    top: 450px;
    position: absolute;
    height: 43px;
    width: 68px;
    z-index: 78;
    display: block;
    opacity: 1.0;
}

.american{
    left: 170px;
    top: 450px;
    position: absolute;
    height: 43px;
    width: 49px;
    z-index: 79;
    display: block;
    opacity: 1.0;
}

.discover{
    left: 225px;
    top: 450px;
    position: absolute;
    height: 43px;
    width: 66px;
    z-index: 80;
    display: block;
    opacity: 1.0;
}
.personal {
    left: 295px;
    top: 450px;
    position: absolute;
    height: 43px;
    width: 68px;
    z-index: 81;
    display: block;
    opacity: 1.0;
}

.cash {
    left: 365px;
    top: 450px;
    position: absolute;
    height: 43px;
    width: 68px;
    z-index: 82;
    display: block;
    opacity: 1.0;
}
.video {
    left: 10px;
    top: 600px;
    position: absolute;
    height: 230px;
    width: 361px;
    z-index: 85;
   
}


.service-list {
    list-style-type: none;
    margin-left:0px;
    padding-left:0px;
    float: left;
    display: inline-block;
}


.service-list p {
    text-align: right; 
    margin: 0; 
    padding: 0;
}


ul.first{  float:left}

      ul.second{ float:right}