@charset "UTF-8";

/*!normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss*/
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}


header,
nav {
    display: block
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

menu {
    display: block
}

html {
    box-sizing: border-box;
    font-size: 100%
}

*,
::after,
::before {
    box-sizing: inherit
}

body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}


input {
    font-family: inherit
}


div,
li,
ul {
    margin: 0;
    padding: 0
}


i {
    font-style: italic;
    line-height: inherit
}

a {
    line-height: inherit;
    color: #1779ba;
    text-decoration: none;
    cursor: pointer
}

a:focus,
a:hover {
    color: #1468a0
}

a img {
    border: 0
}


ul {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6
}

li {
    font-size: inherit
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc
}


ul ul {
    margin-left: 1.25rem;
    margin-bottom: 0
}

@media print {
    * {
        background: 0 0 !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }
}


[type=search] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}


[type=search]:focus {
    outline: 0;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow .5s, border-color .25s ease-in-out
}

input::-webkit-input-placeholder {
    color: #cacaca
}

input:-ms-input-placeholder {
    color: #cacaca
}

input::placeholder {
    color: #cacaca
}

input:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed
}

input[type=search] {
    box-sizing: border-box
}

[type=checkbox] {
    margin: 0 0 1rem
}

[type=checkbox]+label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0
}

[type=checkbox]+label[for] {
    cursor: pointer
}

label>[type=checkbox] {
    margin-right: .5rem
}

label {
    display: block;
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #0a0a0a
}

/*
style 532
*/
.red-bg-color{
    background-color: #ed3833;
    color: white;
}

.menu-wrapper{
    padding-top: 10px !important;
}
.block-doctor-photo{
    display: flex;
    justify-content: center;
}
.doctor-photo-1{
    width:300px;
}
.res-im{
    max-width: 300px;
}
.res-im img{
    width: 100%;
}
.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}


.menu a {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: .7rem 1rem
}

.menu a,
.menu input {
    margin-bottom: 0
}

.menu input {
    display: inline-block
}

.menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.menu .active>a {
    background: #1779ba;
    color: #fefefe
}

.label {
    display: inline-block;
    padding: .33333rem .5rem;
    border-radius: 0;
    font-size: .8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #1779ba;
    color: #fefefe
}

@-webkit-keyframes shake-7 {

    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }

    15%,
    25%,
    35%,
    45%,
    5%,
    55%,
    65%,
    75%,
    85%,
    95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

@keyframes shake-7 {

    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }

    15%,
    25%,
    35%,
    45%,
    5%,
    55%,
    65%,
    75%,
    85%,
    95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

@-webkit-keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes wiggle-7deg {

    40%,
    50%,
    60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    35%,
    45%,
    55%,
    65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    0%,
    100%,
    30%,
    70% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes wiggle-7deg {

    40%,
    50%,
    60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    35%,
    45%,
    55%,
    65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    0%,
    100%,
    30%,
    70% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@font-face {
    font-family: SF UI Display Semibold;
    src: url(../SFUIDisplay-Semibold.otf) format("opentype")
}

ul,
ul ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

a {
    color: #e61645
}

@font-face {
    font-family: slick;
    src: url(../fonts/slick.eot);
    src: url(../fonts/slick.eot) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../images/slick.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    max-width: 63.75rem;
    margin: 0 auto
}

#search {
    display: none
}

@media screen and (max-width: 63.9375em) {
    #search {
        top: 48px
    }
}

body {
    background-color: #fff;
    color: #26292e;
    font-family: pt sans, sans-serif;
    overflow-x: hidden
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}


img {
    border: 0;
    display: inline-block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

svg:not(:root) {
    overflow: hidden;
}

ul {
    -webkit-padding-start: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

header {
    position: fixed;
    padding: 12px 0;
    width: 100%;
    z-index: 99;
    top: 0;
    background: #ed3833;
}



.dws-menu {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.dws-menu * {
    margin: 0;
    padding: 0;
}

.header-logo {
    width: 200px;
}

.navbar-logo {
    align-items: center;
    display: inline-flex;
    padding-left: 24px;
    margin-right: 14px;
}

.search-button-mobile {
    display: none;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 44px;
    position: absolute;
    right: 40px;
    top: 5px;
    width: 47px;
}

.dws-menu [type=checkbox] {
    display: none;
}

.dws-menu label.toggleMenu {
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    display: none;
    font-size: 14px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 6px;
    width: 47px;
}

.dws-menu>ul {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}


.dws-menu ul {
    list-style-type: none;
}

.dws-menu>ul li {
    position: relative;
    display: flex;
    align-items: center;
}

.dws-menu>ul li a {
    display: flex;
    padding: 0;
    margin: 0 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    transition: all .3s ease;
    border-bottom: 2px solid transparent;
}

.dws-menu>ul li a.active {
    border-bottom: 2px solid #fff;
}

.dws-menu>ul li a:hover {
    border-bottom: 2px solid #fff;
}

.dws-menu li ul li {
    display: none;
    max-height: 0;
}

.nav-margin {
    margin-left: auto;
}

.nav-donate {
    background: #fff;
    margin: -10px 0 -10px 10px;
    padding: 5px 15px;
}

ul li.nav-donate a {
    color: #ff7542;
    margin: 0;
}

ul li.nav-donate a.active,
ul li.nav-donate a:hover {
    border-bottom: 2px solid #ff7542;
}

.nav-live a::before {
    height: 20px;
    width: 20px;
    padding-right: 7px;
    vertical-align: middle;
}

.nav-live a::before {
    content: url('../images/live-white.svg');
}

#mobile-menu-footer,
#soc-media {
    width: unset;
}

#search-button {
    margin-right: 10px;
    margin-left: 10px;
    border-bottom: none;
}

#mobile-menu-footer ul li {
    display: inline-table;
}

#mobile-menu-footer ul li.active {
    display: none;
}

#soc-media {
    display: none;
}

@media screen and (min-width:769px) {
    body {
        width: 100%;
        min-width: 1020px;
        max-width: 100%;
    }

    .logo {
        background: none;
    }

    .logo img {
        display: block;
    }

    #lang {
        display: none;
    }
}

.custom-lang-selector .custom-lang-selector-item {
    background-color: #F06414;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    margin-left: 10px;
    margin-right: 10px;
    max-height: initial;
    padding: 5px 10px 5px 6px;
    text-align: right;
    text-decoration: none;
    width: 54px;
}
#mobile-menu-footer ul li {
    display: inline-table;
}
.custom-lang-selector {
    display: inline-block;
    position: relative;
}
#mobile-menu-footer .custom-lang-selector-other {
    display: none;
    position: absolute;
}
.custom-lang-selector-arrow::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid #fff;
    content: "";
    display: inline-block;
    margin-right: 3px;
}
#mobile-menu-footer .custom-lang-selector:hover .custom-lang-selector-other {
    display: block;
    z-index: 12;
}