body {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #000;
  text-rendering: optimizeLegibility;
  background-color: #f5f5f5;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.subpage-common footer .more,
.table--ivf-package tfoot td,
.your-feedback form .rating-wrapper .order,
.section-special-offer .doctors__about h2,
.section-special-offer .slide__title--name {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}


.h1,.h2,.h3,h1,h2,h3 {
    font-weight: 700
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    color: #3c3c3c
}

.h1,.h2,.h3,.h4,h1,h2,h3,h4 {
    margin-bottom: 15px
}

.h1,h1 {
    font-size: 35px
}

.h2,h2 {
    font-size: 24px
}

.h3,.h4,h3,h4 {
    font-size: 18px
}



.btn {
    transition: all 0.3s ease-in-out;
}

.btn-default,
.btn-primary,
.btn-success {
    color: #fff !important;
    background-color: var(--button-color);
    border-color: var(--button-color); 
}

.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success,
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary,
.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default {
    background-color: #9477ce !important;
    border-color: #9477ce !important;
}


.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active,
.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active,
.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active {
    background-color: #e0d1ff !important;
    border-color: #e0d1ff !important;
}

.btn-success .badge,
.btn-primary .badge,
.btn-default .badge {
    color: #fff;
    background-color: var(--button-color) !important;
}


.progress {
    /* background-color: var(--button-color); */
    background-color: var(--button-color);
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    background: var(--button-color);
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot { background-color: #ffffff; }
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    background: #ffffff;
}

a {
    color: var(--button-color);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

a:hover,a:focus {
    color: #000;
    text-decoration: none;
}


@media (min-width: 768px) {
	.navbar {
		min-height:68px;
	}
	.navbar-brand {
		padding-left: 0 !important;
		padding-top: 10px !important;
	}
	.navbar-brand img {
		width:100% !important;
		height:initial;
	}
	.navbar_padding {
		height:100px;
	}
	.navbar_user {
		margin-top:11px;
	}
	#my_account_frm {
		margin-top:17px;
	}
	
	.navbar_user .navbar-nav>.open>a, 
	.navbar_user .navbar-nav>.open>a:hover, 
	.navbar_user .navbar-nav>.open>a:focus {
		background-color: var(--button-color);
		color:#fff;
	}
		
	.navbar_user>li>.dropdown-menu {
		background-color: var(--button-color);
		outline: none
	}
	.navbar_user .dropdown-menu>li>a:hover, 
	.navbar_user .dropdown-menu>li>a {
		color:#fff;
		background-color: var(--button-color);
		padding: 8px 20px;
		
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.navbar_user .dropdown-menu>li>a:hover, 
	.navbar_user .dropdown-menu>li>a:focus {
		background-color: var(--button-color);
        color:var(--button-color);
	}
}

.navbar-brand img {
    width:auto !important;
    height:50px !important;
    margin-top:0;
    margin-left:5px;
}

@media (max-width: 768px) {
	.navbar-brand {
		padding-left: 0 !important;
	}
    .navbar-brand img {
        width:auto !important;
        height:48px !important;
        margin-top:0;
    }
}

.navbar-default {
	background-color: #fff;
	border:none;
	
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
}

.navbar-default .navbar-nav>li>a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    color: #3c3c3c;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    letter-spacing: 1.0px;
    padding: 15px 10px;
}

.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus {
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
	color:var(--button-color);
	background:none;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
	color:var(--button-color);
	background:none;
}

.ob_service_category_title {
    color: #5a595a;
}

a {
    color: var(--button-color);
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    background: var(--button-color);
}


.online_booking a.list-group-item {
    color: var(--button-color);
}

.online_booking a.list-group-item:hover, .online_booking a.list-group-item:focus {
    color: #5a595a;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: var(--button-color);
    border-color: var(--button-color);
}


/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */



.clinic .clinic-details .col-sm-6 h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-weight: 400;
    line-height: 1;
    color: #ececec
}

.h1,.h2,.h3,h1,h2,h3 {
    margin-top: 22px
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small {
    font-size: 65%
}

.h4,.h5,.h6,h4,h5,h6 {
    margin-top: 11px;
    margin-bottom: 11px
}

.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-size: 75%
}

.h5,h5 {
    font-size: 16px
}

.h6,h6 {
    font-size: 14px
}


.btn {
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    padding: 9px;
    border-radius: 0
}

.btn.btn-primary {
    color: #fff;
    background-color: var(--button-color);
    border: 1px solid var(--button-color)
}

.btn.btn-primary:focus,.btn.btn-primary:hover {
    background-color: #9477ce;
}

.btn.btn-secondary,.btn.btn-secondary:focus,.btn.btn-secondary:hover {
    background-color: #fff
}

.btn.btn-secondary {
    color: var(--button-color);
    border: 1px solid #fff
}

.btn.btn-outline {
    color: var(--button-color);
    background-color: transparent;
    border: 1px solid var(--button-color);
    text-transform: none
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.btn.focus,.btn:focus,.btn:hover {
    text-decoration: none
}

.btn.active,.btn:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .75;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,fieldset[disabled] a.btn {
    pointer-events: none
}



input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
    width: 100%
}

.form-control {
    height: 37px;
    padding: 5px 8px;
    border-color: #ddd;
    border-radius: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1)
}

.form-actions .btn {
    font-size: 14px;
    font-weight: 700;
    height: 46px;
    padding: 11px 30px
}

.nav-pills {
    display: flex
}

.nav-pills>li,.nav-pills>li a {
    display: -webkit-box;
    display: -ms-flexbox
}

.nav-pills>li {
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.nav-pills>li a {
    color: var(--button-color);
    font-size: 15px;
    text-align: center;
    background-color: #eaeaea;
    border-radius: 0;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav-pills>li a:focus,.nav-pills>li a:hover {
    color: var(--button-color)!important;
    background-color: #bfcdc3!important
}

.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover {
    color: #bfcdc3!important;
    background-color: #f6f6f6!important
}

.tab-content {
    padding: 30px 40px;
    background: #f6f6f6
}

.tab-content h4 {
    text-transform: none
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

a.list-group-item,
.online_booking a.list-group-item {
    color: var(--button-color);
}

a.list-group-item,
.online_booking a.list-group-item {
    color: var(--button-color);
}

a.list-group-item:hover,
a.list-group-item:focus,
.online_booking a.list-group-item:hover, 
.online_booking a.list-group-item:focus {
    color: #9477ce;
}


.ob_payment_btn img {
    vertical-align: middle;
    background-color: #fff;
    padding: 5px 2px 2px 5px;
    border-radius: 6px;
    margin-right: 5px;
}

.alert {
    border-radius: 0;
}

.ob_appointment {
    border-radius: 0;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color:#9477ce;
}

label {
    margin-bottom: 10px;
    font-weight: normal;
}

.page-header {
    border-bottom: 1px solid #c1c1c1;
}


.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #ffffff;
}

.panel,
.panel-heading {
    border-radius:0;
}
.panel-primary>.panel-heading {
    background-color: #9477ce;
    border-color: #9477ce;
}
.panel-primary {
    border-color: #9477ce;
}

.ob_payment {
    border-radius:0;
}

#footer {
    box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.02);
    border-top:none;
    background-color:#fff;
}
@media (max-width: 480px) {
    nav.navbar-nav.navbar-search {
        width: 100%;
        margin: 0px;
    }
}
.main_content {
    min-height: 63vh;
    margin-top: 80px;
}
.main_content iframe {
    width: 100%;
    margin-top:20px;
}
.hidden-xs ul {
    z-index: 3;
}