.logo img
{
	/*width:90%;*/
}

.scrolled .logo img
{
	/*width:58%;*/
}

.scrolled .logo_content
{
	padding: 0px;
}

.emergencies span
{
	padding-left: 15px;
	padding-right: 15px;
	color: #dfacbd;
}

.emergencies em
{
	font-weight: 300;
}

.main_nav ul li a:hover
{
	color:#dfacbd;
}

.home_content_inner img
{
	margin-bottom: 15px;
}

.home_content_inner .home_title h2
{
	color:#fff;
}

.logo_container
{
	width: 345px;
}

.logo
{
	/*margin-top: 27px;*/
	margin-top: -10px;
}

.logo .logo_cancer
{
	width:51%;
}
.logo .logo_mission
{
	width:51%; 
}

.scrolled .logo .logo_cancer
{
	width:36%;
	margin-right: 5%;
}

.scrolled .logo .logo_mission
{
	width:36%;
	margin-left: 5%;
}

.emergencies a
{
	font-style: none;
	letter-spacing: 1px;
  color:#fff;
	/*text-transform: uppercase;
	font-size: 13px;*/
}

.contact_text p
{
	text-align: justify;
}


/* About us - Starts */

/*.home_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.parallax-window {
    min-height: 400px;
    background: transparent;
}*/

/* Services - Starts */

.tabs-left .nav
{
	display: unset !important;
}

.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-left > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;  
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  border-right-color: #ffffff;
}

.mt35
{
	margin-top: 35px;
}

.plr0
{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.tabs-left ul li
{
	margin-left: 0px;	
    /*padding: 8px 10px;*/
    width: 100%;
}

.tabs-left ul li a {
    color: #A62A4D;
    text-transform: none;
    font-weight: 500;
    padding: 8px 10px;
    display: inline-block;
    width:100%;
}

/*.tabs-left ul li:hover {
    background-color: #A62A4D;
}*/

.tabs-left ul li:hover a, .tabs-left ul li a.active {
    color: #dfacbd;
    background-color: #A62A4D;
}

.tabs-left ul li < a.active {
    background-color: #A62A4D;
}

.tabs-left ul li
{
	border-bottom: 1px solid #0691E0;
	/*padding-top: 10px;
    padding-bottom: 10px;*/
}

.section_title h3 {
    font-size: 24px;
    font-weight: 500;
    color: #232323;
}

/*.tabs-left ul li:not(:first-child) 
{
    border-top: 1px solid #0691E0;
}*/

.CardiacTab ul li
{
    border-bottom:0px;    
}

.CardiacTab ul li
{
    list-style-type:disc;
    list-style-position: inside;
    text-indent: -20px;
    padding-left: 40px;
}


/* Services - Ends */

/* Interesting Cases - Starts */

.box_archives
{
    background: #A62A4D;
    width:100%;
    padding: 40px;

}

.box_archives:hover {
    box-shadow: 0px 15px 49px rgba(0,0,0,0.59);
}

.box_archives::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
     background: #0691E0; 
    content: '';
}

.box_archives a
{
    color:#fff;
}
.box_archives a:hover
{
    color:#dfacbd;
}

.comment_button a, .btn_upcoming a
{
    color:#fff !important;
}

.txt-right
{
    text-align: right;
}

.btn_upcoming_on
{
    display: block;
    position: fixed;
    top: 90%;
    right: 0%;
    z-index: 999;
}

.btn_upcoming_on a
{
    padding: 15px 17px;
    line-height: unset;
}

.div_upcoming_events_on
{
    display: block;    
    z-index: 999;
    position: fixed;
    top: 68.5%;
    right: 2%;
}

.btn_upcoming_off, .div_upcoming_events_off
{
    display:none;
}

.btn_upcoming
{
    width: 50px;
    border: 1px solid #fff;
    border-bottom-width: 0px;
}

.p40
{
    padding: 40px !important;
}

.div_upcoming_events
{
    color:#fff;
}

.div_upcoming_events li
{
    margin-bottom: 15px;
}

.div_upcoming_events li:last-child {
  margin-bottom: 0px;
}
.box_auto
{
    width: 100%;    
    /* background: #283290; */
     background: #A62A4D; 
    padding-left: 42px;
    padding-top: 29px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.close
{
    cursor: pointer;
}

.close:focus, .modal-footer button:focus
{
    outline: 0px;
}

.modal-footer button
{
    cursor: pointer;    
}

.m-b-20
{
    margin-bottom: 20px;
}

.txt-right
{
    text-align: right;
}

/* Interesting Cases - Ends */

/* Online Appointments */

.contact_input {
    position: relative;
    width: 100%;
    height: 44px;
    border: none;
    outline: none;
    background: #f5f7fa;
    padding-left: 25px;
}

.btn_div
{
    width:133px;
}

.colff
{
    color:#ffffff;
}

.btn_app_off, .div_appointments_off
{
    display:none;
}

.btn_app
{
    width: 50px;
    border: 1px solid #fff;
    border-bottom-width: 0px;
}

.div_appointments_on
{
    display: block;    
    z-index: 999;
    position: fixed;
    top: 56.5%;
    right: 2%;
}

.btn_app_on
{
    
    display: block;
    position: fixed;
    top: 83.5%;
    right: 0%;
    z-index: 999;
}

.btn_app_on a
{
    padding: 15px 18px;    
    line-height: unset;    
}
.btn_app_on a i
{
  color:#fff;
}

.btn_close
{
    color:#fff;
    border:0px;
    background-color: transparent;
    padding: 10px;
    position: absolute;
    right: 5px;
    top: 0px;
    cursor: pointer;
}
/* Footer - Starts */
.foo-add
{
    padding-left: 40px !important;
}

.width100
{
    width:100%;
}

.mb30
{
    margin-bottom: 30px;
}
.cur-pointer
{
    cursor: pointer;
}

.txt-right
{
    text-align: right;
}
/* Footer - Ends */

.pdf-mar
{
    margin-top: 40px;
    margin-bottom: 100px;    
}

.m-t-20
{
    margin-top: 20px;
}