@font-face {
    font-family: 'Roboto';
    src: url('../ttf/roboto-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../ttf/roboto-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../ttf/roboto-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../ttf/roboto-mediumitalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../ttf/roboto-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../ttf/roboto-bolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

body {
    font-family: 'Roboto' !important;
}

.d-none {
    display: none;
}
.mb-0 {
    margin-bottom: 0;
}
.mb-4 {
    margin-bottom: 40px;
}
.mt-auto {
    margin-top: auto;
}
.mt-3 {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.pb-3 {
    padding-bottom: 30px;
}
.pr-23 {
    padding-right: 230px;
}
.pt-5 {
    padding-top: 50px;
}
.pt-24 {
    padding-top: 240px;
}
.w-30 {
    width: 33%;
}
.w-40 {
    width: 40%;
}
.w-50 {
    width: 50%;
}
.w-100 {
    width: 100%;
}
.br-24 {
    border-radius: 24px !important;
}
.bg-lblue {
    background-color: #8AD9F4;
}
.bg-lorange {
    background-color: #FFCF84;
}
.bg-orange,
.button.bg-orange {
    background-color: #FBAE25;
}
.bg-gray,
.button.bg-gray {
    background-color: #E5E5E5;
}
.bg-blue,
.button.bg-blue {
    background-color: #3EBBE2;
}
.btn-close {
    cursor: pointer;
    padding-left: 5px;
}
.sec-heading {
    color: #000;
    font-size: 40px;
    margin-bottom: 50px;
    text-align: center;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.no-wrap {
    flex-wrap: nowrap;
}
.flex-item {
    padding: 10px 9px;
}
/*-----start----- Ticker tape styles -----*/
.tickertape {
    align-items: center;
    background-color: #052366;
    color: #fff;
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    padding: 24px 50px;
}

.tickertape .tickertape-content {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

.tickertape .btn-close img {
    min-width: 14px
}
/*-----end----- Ticker tape styles -----*/

/*-----start----- Header styles -----*/
.custom_header {
    position: relative;
}

.custom_header .container {
    padding: 0 55px;
}

.custom_header .top_head_logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    width: 100%;
}

.custom_header .top_head_logo .btn-login {
    background-color: #F28521;
    border-radius: 60px;
    color: #000;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-left: 18px;
    padding: 14px 48px;
}

.custom_header .searchbar_search {
    position: absolute;
	left: 0;
	right: 0;
    top: 0;
    max-width: 1200px;
    z-index: 1000;
    background: #fff;
	margin-left: auto;
	margin-right: auto;
}

.custom_header .searchbar_search .input-group {
    width: 100%;
}

.custom_header .searchbar_search .input-group img {
    position: absolute;
    left: 0;
    z-index: 1000;
    top: 50%;
    transform: translateY(-50%);
}

.custom_header .searchbar_search .input-group input.form-control.search-field {
    height: 100px;
}

.custom_header .navbar.navbar-default.top_header{
    background: transparent;
    display: block;
    float: left;
    border: 0;
    margin-bottom: 0;
    width: 100%;
    font-family: Roboto;
}

.custom_header .nav-menu.flex {
    justify-content: space-between;
}

.custom_header .nav-menu.flex div a {
    color: #333333;
    font-size: 16px;
    line-height: 19px;
}

.custom_header .nav-menu.flex .nav-link_home{
    color: #00AF71;
    font-weight: 700;
}
/*-----end----- Header styles -----*/

/*-----start----- App Advert Banner -----*/
.appadvertbanner {
    color: #fff;
    background: #A50000;
    padding-top: 54px;
    clear: both;
    overflow: hidden;
    position: relative;
}

.appadvertbanner a.ios {
    margin-right: 15px;
}

.get {
    display: inline-block;
    padding-right: 0;
    padding-left: 33px;
    text-align: left;
}

.get h5{
    font-size: 24px;
    padding-left: 0;
    margin-bottom: 5px;
    margin-top: 16px;
}

.get p {
    font-size: 20px;
    line-height: 28px;
    vertical-align: middle;
    display: inline-block;
}

.appadvertbanner img.mobils_ios {
    max-height: 46px;
}
/*-----end----- App Advert Banner -----*/

/*-----start----- Home page custom footer -----*/
section.custom_footer {
    padding: 40px 0;
}

.footer_logo_section{
    padding: 0 8%;
}

.custom_footer .logo_footer{
    padding: 50px 0 0 0;
}

.custom_footer .healthhublogo{
    height: 105px;
}

.custom_footer .copyright{
    text-align: left;
    font-size: 10px;
    line-height: 8px;
    padding-top: 20px;
    padding-left: 8%;
}

.custom_footer .menu_title{
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
}

.custom_footer .nav-column {
    width: 20%;
} 

.custom_footer .nav_links {
    display: flex;
    flex-wrap: wrap;
}

.custom_footer .nav_links div {
    width: 100%;
}

.custom_footer .nav_links div a {
    color: #333;
    font-size: 14px;
    line-height: 28px;
}

.custom_footer .logo_title{
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 48px;
    border-bottom: 1px solid #000;
    margin-bottom: 25px;
}

.custom_footer .brand-logo {
    width: 46.66666667%;
}

.custom_footer .brand-logo .logo_item{
	padding: 0px;
}

.custom_footer .brand-logo .flex {
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin-right: 0;
    margin-left: 0;
}
.custom_footer .brand-logo .logo_item{
	width: 33%;
}

.custom_footer .brand-logo img {
    width: 70%;
    max-width: 130px;
}
/*-----end----- Home page custom footer -----*/
/*-----Start----- Widget -----*/
.sticky-footer {
    display: none;
    }
/*-----end----- Widget -----*/

/*-----start----- Widget footer-----*/
.header-follow-us {
   display: none;
}
/*-----end----- Widget footer-----*/

@media screen and (max-width: 1280px) {
    .container {
        padding: 0px;
    }

    .pr-23 {
        padding-right: 70px;
    }

    .appadvertbanner {
        padding-top: 50px;
    }
	
	.custom_header .searchbar_search {
		padding: 0 20px;
	}
}

@media screen and (max-width: 1024px) {
    .pr-23 {
        padding-right: 70px;
    }
    .az .button {
        font-size: 22px;
    }
}

@media screen and (max-width: 991px) {
    .pr-23 {
        padding-right: 0;
    }
    .pt-24 {
        padding-top: 100px;
    }
    .footer_logo_section {
        text-align: center;
    }

    .img-rel {
        display: block;
        margin: 40px auto -140px;
        padding-left: 0;
    }

    .healthservices .container {
        padding-top: 40px;
    }
    .healthservices img.phone {
        display: none;
    }
    .healthservices .col-button {
        padding-bottom: 40px;
    }
    .healthservices .button-content {
        font-size: 20px;
    }

    .health-atoz {
        background: #CFF4F1;
    }
    .health-atoz .sec-heading {
        margin: 0 0 20px 10px;
        text-align: center;
    }
    .health-atoz .container {
        width: 100%;
        padding: 40px 0;
    }
    .health-atoz .col-image {
        display: none;
    }
    .health-atoz .flex.button-group {
        justify-content: flex-start;
        max-width: 90%;
        margin: auto;
    }
    .health-atoz .flex-item {
        width: 50%;
        min-width: unset;
    }
    .health-atoz .button-content {
        font-size: 20px;
    }

	.hp .container .row {
		display: block;
	}
	
    .hp .button {
        padding: 20px 30px 0;
    }
    .hp .button.bg-orange {
        padding: 30px 20px 0;
    }
	.hp .mt-3 {
        font-size: 26px;
	}

    .featuredlinks .links-container li a  {
        font-size: 20px;
    }

	.custom_footer .logo_footer {
		padding: 0;
	}
	
	.custom_footer .copyright{
		padding-left: 0;
        text-align: center;
    }
	
	.custom_footer .nav_links div {
		width: 33%;
		padding: 15px;
	}
	
	.custom_footer .sp-mb-4 {
        margin-bottom: 40px;
    }

    .custom_footer .nav-column {
        width: unset;
    }

    .custom_footer .brand-logo {
        width: unset;
    }

    .custom_footer .brand-logo img {
        width: 60%;
    }
}

@media screen and (max-width: 900px) {
    .d-none {
        display: block;
    }
    .sp-mb-4 {
        margin-bottom: 40px;
    }
    .logo {
        padding-left: 40px;
    }
    .tickertape {
        font-size: 16px;
        padding: 15px 25px;
    }

    .custom_header .container {
        padding: 0 20px;
    }

    .custom_header .searchbar_search .input-group input.form-control.search-field {
        height: 64px;
    }

    .custom_header .top_head_logo {
        padding: 5px 0;
    }

    .custom_header .navbar-header {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -10px;
    }

    .custom_header .nav-menu.flex div {
        width: 33%;
        text-align: left;
        padding: 10px;
    }

    .hp .flex-item{
        padding: 20px;
    }
}

@media screen and (max-width: 768px) {
    .lh {
        background-position: left -300px center;
    }
    .list li .has-arrow,
    .list li .has-arrow:hover {
        border: 0;
    }
    
    .custom_footer .brand-logo .w-30 { width: 16%;}
    .custom_footer .logo_footer { display: none;}
    .custom_footer.brand-logo img {
        width: 70%;
    }

    .sec-heading {
        font-size: 30px;
    }

    .featuredlinks .row {
        display: block;
    }

    .featuredlinks .section-left {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .featuredlinks .section-right {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .featuredlinks .section-left .sec-heading {
        margin-top: 20px;
    }

    .featuredlinks .section-right .sec-heading {
        margin-top: 20px;
    }

    .links-container {
        margin: 0px 10% 10%;
    }

    .appadvertbanner {
        padding-top: 30px;
    } 

    .appadvertbanner .get p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 6px;
    }
    
}

/*Width to change to mobile banner is determined by the width of the portal banner*/
@media screen and (max-width: 728px) {
    .healthservices .ad-container .portal-ad {
        display: none;
    }

    .healthservices .ad-container .mobile-ad {
        display: inline-block;
    }
}

@media screen and (max-width: 660px) {
    .health-atoz .flex.button-group {
        justify-content: center;
    }
    .health-atoz .flex-item {
        width: 90%;
    }
    
}

@media screen and (max-width: 600px) {
    .mb-hidden { display: none;}
    .top_head_logo .btn-login {
        margin-left: 5px;
        padding: 10px 25px;
    }
    .w-30,
    .w-50 {
        width: 100%;
    }
    .footer_logo_section .w-30 {
        width: 33%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 2%;
    }

    .button {
        padding: 30px 20px;
    }
    .box {
        margin: 0;
        width: calc(100% - 50px);
    }
    .hp .flex-item {
        padding: 20px 0;
    }
    .hp .button .txt {
        margin-bottom: 25px;
    }
    .list {
        /*padding: 30px 20px;*/
    }
    .list li .has-arrow {
        padding-right: 25px;
    }
    .az .button {
        padding-left: 20px;
        padding-right: 20px;
    }

    .custom_header .nav-menu.flex div {
        width: 50%;
    }

    .custom_header .searchbar_search {
        padding: 0 15px;
    }
    
}

@media screen and (max-width: 480px) {
    .lh {
        background-position: left -500px center;
    }

    .custom_header img.search_button {
        width: 26px;
    }

    .custom_header .top_head_logo .btn-login {
        padding: 10px 20px;
    }

	.healthservices .flex-item {
		width: 100%;
		padding: 10px;
	}
	
    .featuredlinks .section-left .sec-heading {
        margin-bottom: 10px;
    }

    .featuredlinks .section-right .sec-heading {
        margin-bottom: 10px;
    }

    .appadvertbanner {
        padding-bottom: 20px;
        padding-top: 0px;
    }

    .appadvertbanner .mobil_ios_head  {
        display: none;
    }

    .appadvertbanner .get  {
        width: 100%;
        padding: 0;
    }

	.custom_footer .nav_links div {
		width: 50%;
		padding: 10px;
	}
	
	.footer_logo_section{
		padding: 0 3%;
	}
    
}

@media screen and (max-width:367px) {
    .custom_header .nav-menu.flex div {
        width: 100%;
    }
    
}