.cookieConsents {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 9999;
    background-color: #155ea5;
    padding: 0;
}

.loader-wrapper {
    width: 100%;
    height: 100%;
    text-align: center;
}

.close {
    opacity: 0;
    transition: 1.5s;
}

/*********************************************************************/

/********************** PRE-LOADER DE LOADING ************************/

/*********************************************************************/

#loader-l,
#loader-o,
#loader-a,
#loader-d,
#loader-i,
#loader-n,
#loader-g {
    position: relative;
    display: inline-block;
    color: transparent;
    font-size: 4em;
    font-family: cursive;
    top: 40%;
    left: 0%;
    animation: fade 2s linear infinite;
}

#loader-l {
    animation-delay: 0.75s;
}

#loader-o {
    animation-delay: 1s;
}

#loader-a {
    animation-delay: 1.25s;
}

#loader-d {
    animation-delay: 1.5s;
}

#loader-i {
    animation-delay: 1.75s;
}

#loader-n {
    animation-delay: 2s;
}

#loader-g {
    animation-delay: 2.25s;
}

@keyframes fade {
    0% {
        text-shadow: 0 0 0 #fff;
    }
    80% {
        text-shadow: 0 0 19px #ccc;
    }
    100% {
        text-shadow: 0 0 19px #000;
    }
}

/* ==========================================================================
   Importing: Fonts
   ========================================================================== */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");
@font-face {
    font-family: "poppinsbold";
    src: url("../fonts/poppins-bold.eot");
    src: url("../fonts/poppins-bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/poppins-bold.woff2") format("woff2"),
        url("../fonts/poppins-bold.woff") format("woff"),
        url("../fonts/poppins-bold.ttf") format("truetype"),
        url("../fonts/poppins-bold.svg#poppinsbold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "poppinslight";
    src: url("../fonts/poppins-light.eot");
    src: url("../fonts/poppins-light.eot?#iefix") format("embedded-opentype"),
        url("../fonts/poppins-light.woff2") format("woff2"),
        url("../fonts/poppins-light.woff") format("woff"),
        url("../fonts/poppins-light.ttf") format("truetype"),
        url("../fonts/poppins-light.svg#poppinslight") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "poppinsmedium";
    src: url("../fonts/poppins-medium.eot");
    src: url("../fonts/poppins-medium.eot?#iefix") format("embedded-opentype"),
        url("../fonts/poppins-medium.woff2") format("woff2"),
        url("../fonts/poppins-medium.woff") format("woff"),
        url("../fonts/poppins-medium.ttf") format("truetype"),
        url("../fonts/poppins-medium.svg#poppinsmedium") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "poppinsregular";
    src: url("../fonts/poppins-regular.eot");
    src: url("../fonts/poppins-regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/poppins-regular.woff2") format("woff2"),
        url("../fonts/poppins-regular.woff") format("woff"),
        url("../fonts/poppins-regular.ttf") format("truetype"),
        url("../fonts/poppins-regular.svg#poppinsregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "poppinssemibold";
    src: url("../fonts/poppins-semibold.eot");
    src: url("../fonts/poppins-semibold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/poppins-semibold.woff2") format("woff2"),
        url("../fonts/poppins-semibold.woff") format("woff"),
        url("../fonts/poppins-semibold.ttf") format("truetype"),
        url("../fonts/poppins-semibold.svg#poppinssemibold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "FrutigerLTArabic-45Light";
    src: url("../fonts/FrutigerLTArabic-45Light.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/FrutigerLTArabic-45Light.woff") format("woff"),
        url("../fonts/FrutigerLTArabic-45Light.ttf") format("truetype"),
        url("../fonts/FrutigerLTArabic-45Light.svg#FrutigerLTArabic-45Light")
            format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "FrutigerLTArabic-55Roman";
    src: url("../fonts/FrutigerLTArabic-55Roman.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/FrutigerLTArabic-55Roman.woff") format("woff"),
        url("../fonts/FrutigerLTArabic-55Roman.ttf") format("truetype"),
        url("../fonts/FrutigerLTArabic-55Roman.svg#FrutigerLTArabic-55Roman")
            format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "FrutigerLTArabic-65Bold";
    src: url("../fonts/FrutigerLTArabic-65Bold.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/FrutigerLTArabic-65Bold.woff") format("woff"),
        url("../fonts/FrutigerLTArabic-65Bold.ttf") format("truetype"),
        url("../fonts/FrutigerLTArabic-65Bold.svg#FrutigerLTArabic-65Bold")
            format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "FrutigerLTArabic-75Black";
    src: url("../fonts/FrutigerLTArabic-75Black.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/FrutigerLTArabic-75Black.woff") format("woff"),
        url("../fonts/FrutigerLTArabic-75Black.ttf") format("truetype"),
        url("../fonts/FrutigerLTArabic-75Black.svg#FrutigerLTArabic-75Black")
            format("svg");
    font-weight: normal;
    font-style: normal;
}

html {
    line-height: 1.4;
}

html,
body {
    color: #282828;
    font-family: "poppinsregular";
    font-size: 14px;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
														  * Remove the gap between audio, canvas, iframes,
														  * images, videos and the bottom of their containers:
														  * https://github.com/h5bp/html5-boilerplate/issues/440
														  */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
														  * Remove default fieldset styles.
														  */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
														  * Allow only vertical resizing of textareas.
														  */

textarea {
    resize: vertical;
}

/* ==========================================================================
															Browser Upgrade Prompt
															========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
															Author's custom styles
															========================================================================== */

html,
body {
    height: 100%;
}

.main-wrapper {
    /* padding-bottom: 62px; */
    width: 100%;
    /* background: #fbfbfb; */
}

.main-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-wrapper a {
    text-decoration: none;
    line-height: 1;
}

.inner-banner-wrap {
    height: 9vh !important;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.inner-banner-wrap h2 {
    font-family: "poppinssemibold";
    font-size: 30px;
    color: #ffffff;
    margin-top: 50px;
    /* text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5); */
    text-align: center;
}

.inner-banner-wrap .badge {
    font-size: 16px;
    padding: 0;
    display: block;
    margin-top: 14px;
}

.inner-banner-wrap p {
    color: #ffffff;
}

.inner-content-main {
    position: relative;
}

.inner-content-main .inner-content-wrap {
    background-color: #ffffff;
    border-radius: 15px;
    /* border-top-right-radius: 15px; */
    border: 2px solid #999999;
    /* border-bottom-left-radius: 15px; */
    margin-top: -70px;
    /* margin-bottom: 50px; */
    padding: 45px 35px 55px;
    box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.08);
    /* margin-bottom: 40px; */
}

.detailed-content-wrap {
    position: relative;
}

.detailed-content-wrap ul {
    list-style: disc;
    padding-left: 15px;
    margin-bottom: 12px;
}

.detailed-content-wrap li {
    line-height: 30px;
}

.detailed-content-wrap hr {
    border-top-color: #eaeaea;
}

.detailed-content-wrap h4 {
    color: #17a2b8;
    font-size: 18px;
    font-family: "poppinsmedium";
    margin-top: 30px;
    margin-bottom: 15px;
}

.detailed-content-wrap .btn {
    background-color: #17a2b8;
    padding: 12px 14px;
    width: 150px;
    color: #ffffff;
}

.detailed-content-wrap .btn:hover {
    background-color: #0998a0;
}

h3 {
    font-weight: 600;
}

/* ============================== Custom Page Styles ============================== */

.sticky-header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
}

.pre-header-wrap {
    position: relative;
    color: #ffffff;
    height: 45px;
}

.header-logo-nav-wrap {
    position: relative;
    padding: 12px 0;
    width: 1200px;
    margin: 0 auto;
    border-radius: 12px;
}

.logo-nav-block {
    display: flex;
    align-items: center;
    position: relative;
}

.site-logo {
    max-width: 300px;
    margin: 0 auto;
    box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    background: #ffffff;
}

.site-logo img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.feedback-wrap {
    min-height: 280px;
}

.feedback-wrap label {
    cursor: pointer;
}

.feedback-wrap .content-header {
    margin-bottom: 30px;
}

.feedback-wrap .content-header p a {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    font-family: "poppinssemibold";
    color: #282828;
}

.feedback-wrap .content-header p a:hover {
    color: #0998a0;
}

.feedback-wrap .custom-file {
    height: auto;
}

.feedback-wrap .custom-file-label {
    line-height: 3;
}

.feedback-wrap .custom-file-label::after {
    padding: 0.4rem 1.5rem;
    height: auto;
    color: #fff;
    background-color: #17a2b8;
    line-height: 3.5;
}

.feedback-wrap .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Upload";
}

.feedback-wrap .form-block .btn {
    width: 160px;
    line-height: 35px;
    background-color: #f8f8f8;
    margin-right: 10px;
    font-family: "poppinsmedium";
}

.feedback-wrap .form-block .btn-submit {
    background-color: #17a2b8;
    color: #ffffff;
}

.feedback-wrap .form-block .btn-submit:hover {
    background-color: #0998a0;
}

.feedback-wrap .form-block .btn-reset:hover {
    background-color: #e7e7e7;
}

.feedback-wrap .btn-grp {
    text-align: center;
}

.feedback-question-wrap .form-group h3 {
    font-family: "poppinsmedium";
    font-size: 15px;
    /* margin-bottom: 6px; */
    line-height: 28px;
    /* border-bottom: 1px dashed #d9e7e8; */
    /* padding-bottom: 3px; */
    font-weight: 500;
}

.feedback-question-wrap .form-group .form-check:not(:last-child) {
    margin-bottom: 20px;
}

.feedback-question-wrap .form-group label {
    color: #3a3a3a;
    font-size: 14px;
}

.action-button-wrap {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* border: 1px dashed #f2f2f2; */
    /* background: #faffff; */
    border-radius: unset;
    overflow: hidden;
}

.action-button-wrap .btn {
    width: 160px;
    line-height: 35px;
    font-size: 15px;
    color: #ffffff;
    margin-right: 10px;
    background-color: #155ea5;
    font-family: "poppinsmedium";
}

.action-button-wrap .btn-act:hover {
    background-color: #1e7bbd;
    color: #ffffff;
}

.feedback-rating {
    text-align: center;
}

.feedback-rating .form-group .form-check-input {
    display: none;
}

.thanks-wrap {
    height: calc(100vh - 62px) !important;
}

.feedback-branch-list .card-header {
    color: #ffffff;
    background-color: #155ea5;
    text-transform: uppercase;
}

.feedback-branch-list .branch-item .card {
    background: transparent;
    transition: all 0.3s ease-in-out;
}

.feedback-branch-list .branch-item:hover .card,
.feedback-branch-list .branch-item:focus .card {
    background: #155ea5;
    color: #ffffff;
}

.feedback-branch-list .card-body {
    transition: all 0.3s ease-in-out;
    background: #f5f5f5;
    padding: 35px 155px;
}

.feedback-branch-list .card-body .card-body:hover,
.feedback-branch-list .card-body .card-body:focus {
    box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.08);
}

.feedback-branch-list .card-body .card-title {
    font-size: 14px;
    font-family: "poppinsmedium";
}

.feedback-branch-list .btn-info {
    color: #ffffff;
    padding: 10px 15px;
}

.feedback-branch-list .btn-info:focus {
    box-shadow: none;
    outline: 0;
}

.feedback-doctor-list .branch-item .card-body {
    position: relative;
    padding: 0 !important;
    overflow: hidden;
}

.feedback-doctor-list .branch-item .card-body img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease-in-out;
}

.feedback-doctor-list .branch-item .card-body .card-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
    background: #282828;
    color: #fff;
    padding: 15px 8px 15px;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}

.feedback-doctor-list .branch-item:hover .card-body img,
.feedback-doctor-list .branch-item:focus .card-body img {
    transform: scale(1.1);
}

.feedback-doctor-list .branch-item:hover .card-body .card-title,
.feedback-doctor-list .branch-item:focus .card-body .card-title {
    background: #155ea5;
}

.copyright-wrap {
    background-color: #155ea5;
    color: #8c8c8c;
    text-align: center;
    padding: 20px 15px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 20px;
}

.copyright-wrap p {
    margin-bottom: 0;
    font-size: 12px;
    color: white;
}

.copyright-wrap p a {
    color: #ffffff;
}

.copyright-wrap p a:hover {
    color: #ffffff;
}

/*Cookie Consent Begin*/

/* 
#cookieConsent {
    background-color: #08a99a;
    min-height: 35px;
    font-size: 14px;
    color: #ccc;
    text-align: center;
    line-height: 35px;
    padding: 8px 0 8px 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
    align-items: center;
    justify-content: center;
} */

#cookieConsent a {
    color: #155ea5;
    text-decoration: none;
}

#cookieConsent a.cookieConsentOK {
    background-color: #f1d600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    margin: 0 60px 0 10px;
}

#cookieConsent a.cookieConsentOK:hover {
    background-color: #e0c91f;
}

#cookieConsent .btnClose {
    position: fixed;
    top: 25px;
    right: 45px;
    display: inline-flex;
    font-size: 35px;
    color: #4e4b4b;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.5);
    padding: 5px 6px 0;
    border-radius: 34px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}

#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}

#closeCookieConsent:hover {
    color: #fff;
}

.open-form {
    overflow: auto;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.open-form img {
    background-color: #ffffff;
    border-radius: 8px;
    animation: heart-zoom 2000ms infinite;
    margin-bottom: 33px;
    width: 400px;
    height: 125px;
}

body.hasFormPopup {
    overflow: hidden;
}

/*Cookie Consent End*/

/* ============================== Custom Page Styles ============================== */

@keyframes heart-zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

.emoji {
    width: 120px;
    height: 120px;
    margin: 15px 15px 40px;
    background: #ffda6a;
    display: inline-block;
    border-radius: 50%;
    position: relative;
}

.emoji:after {
    position: absolute;
    bottom: -40px;
    font-size: 18px;
    width: 60px;
    left: calc(50% - 30px);
    color: #8a8a8a;
}

.emoji__face,
.emoji__eyebrows,
.emoji__eyes,
.emoji__mouth,
.emoji__tongue,
.emoji__heart,
.emoji__hand,
.emoji__thumb {
    position: absolute;
}

.emoji__face:before,
.emoji__face:after,
.emoji__eyebrows:before,
.emoji__eyebrows:after,
.emoji__eyes:before,
.emoji__eyes:after,
.emoji__mouth:before,
.emoji__mouth:after,
.emoji__tongue:before,
.emoji__tongue:after,
.emoji__heart:before,
.emoji__heart:after,
.emoji__hand:before,
.emoji__hand:after,
.emoji__thumb:before,
.emoji__thumb:after {
    position: absolute;
    content: "";
}

.emoji__face {
    width: inherit;
    height: inherit;
}

.emoji--like {
    background: #ffffff;
}

.emoji--like:after {
    content: "";
}

.emoji--like .emoji__hand {
    left: 25px;
    bottom: 30px;
    width: 20px;
    height: 40px;
    background: #b38170;
    border-radius: 5px;
    z-index: 0;
    animation: hands-up 2s linear infinite;
}

.emoji--like .emoji__hand:before {
    left: 25px;
    bottom: 5px;
    width: 40px;
    background: inherit;
    height: 10px;
    border-radius: 2px 10px 10px 2px;
    box-shadow: 1px -9px 0 1px #b38170, 2px -19px 0 2px #b38170,
        3px -29px 0 3px #b38170;
}

.emoji--like .emoji__thumb {
    border-bottom: 20px solid #b38170;
    border-left: 20px solid transparent;
    top: -25px;
    right: -25px;
    z-index: 2;
    transform: rotate(5deg);
    transform-origin: 0% 100%;
    animation: thumbs-up 2s linear infinite;
}

.emoji--like .emoji__thumb:before {
    border-radius: 50% 50% 0 0;
    background: #b38170;
    width: 10px;
    height: 12px;
    left: -10px;
    top: -8px;
    transform: rotate(-15deg);
    transform-origin: 100% 100%;
    box-shadow: -1px 4px 0 -1px #b38170;
}

.emoji--love {
    background: #f55064;
}

.emoji--love:after {
    content: "";
}

.emoji--love .emoji__heart {
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    width: 80px;
    height: 80px;
    animation: heart-beat 1s linear infinite alternate;
}

.emoji--love .emoji__heart:before,
.emoji--love .emoji__heart:after {
    left: calc(50% - 20px);
    top: calc(50% - 32px);
    width: 40px;
    height: 64px;
    background: #ffffff;
    border-radius: 20px 20px 0 0;
}

.emoji--love .emoji__heart:before {
    transform: translate(20px) rotate(-45deg);
    transform-origin: 0 100%;
}

.emoji--love .emoji__heart:after {
    transform: translate(-20px) rotate(45deg);
    transform-origin: 100% 100%;
}

.emoji--haha:after {
    content: "";
}

.emoji--haha .emoji__face {
    animation: haha-face 2s linear infinite;
}

.emoji--haha .emoji__eyes {
    width: 26px;
    height: 6px;
    border-radius: 2px;
    left: calc(50% - 13px);
    top: 35px;
    transform: rotate(20deg);
    background: transparent;
    box-shadow: -25px 5px 0 0 #000000, 25px -5px 0 0 #000000;
}

.emoji--haha .emoji__eyes:after {
    left: 0;
    top: 0;
    width: 26px;
    height: 6px;
    border-radius: 2px;
    transform: rotate(-40deg);
    background: transparent;
    box-shadow: -25px -5px 0 0 #000000, 25px 5px 0 0 #000000;
}

.emoji--haha .emoji__mouth {
    width: 80px;
    height: 40px;
    left: calc(50% - 40px);
    top: 50%;
    background: #000000;
    border-radius: 0 0 40px 40px;
    overflow: hidden;
    z-index: 1;
    animation: haha-mouth 2s linear infinite;
}

.emoji--haha .emoji__tongue {
    width: 70px;
    height: 30px;
    background: #f55064;
    left: calc(50% - 35px);
    bottom: -10px;
    border-radius: 50%;
}

.emoji--yay:after {
    content: "";
    animation: yay-reverse 1s linear infinite;
}

.emoji--yay .emoji__face {
    animation: yay 1s linear infinite alternate;
}

.emoji--yay .emoji__eyebrows {
    left: calc(50% - 3px);
    top: 30px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: transparent;
    box-shadow: -6px 0 0 0 #000000, -36px 0 0 0px #000000, 6px 0 0 0 #000000,
        36px 0 0 0px #000000;
}

.emoji--yay .emoji__eyebrows:before,
.emoji--yay .emoji__eyebrows:after {
    width: 36px;
    height: 18px;
    border-radius: 60px 60px 0 0;
    background: transparent;
    border: 6px solid black;
    box-sizing: border-box;
    border-bottom: 0;
    bottom: 3px;
    left: calc(50% - 18px);
}

.emoji--yay .emoji__eyebrows:before {
    margin-left: -21px;
}

.emoji--yay .emoji__eyebrows:after {
    margin-left: 21px;
}

.emoji--yay .emoji__mouth {
    top: 60px;
    background: transparent;
    left: 50%;
}

.emoji--yay .emoji__mouth:after {
    width: 80px;
    height: 80px;
    left: calc(50% - 40px);
    top: -75px;
    border-radius: 50%;
    background: transparent;
    border: 6px solid #000000;
    box-sizing: border-box;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 1;
}

.emoji--yay .emoji__mouth:before {
    width: 6px;
    height: 6px;
    background: transparent;
    border-radius: 50%;
    bottom: 5px;
    left: calc(50% - 3px);
    box-shadow: -25px 0 0 0 #000000, 25px 0 0 0 #000000,
        -35px -2px 30px 10px #d5234c, 35px -2px 30px 10px #d5234c;
}

.emoji--wow:after {
    content: "";
}

.emoji--wow .emoji__face {
    animation: wow-face 3s linear infinite;
}

.emoji--wow .emoji__eyebrows {
    left: calc(50% - 3px);
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: transparent;
    box-shadow: -18px 0 0 0 #000000, -33px 0 0 0 #000000, 18px 0 0 0 #000000,
        33px 0 0 0 #000000;
    animation: wow-brow 3s linear infinite;
}

.emoji--wow .emoji__eyebrows:before,
.emoji--wow .emoji__eyebrows:after {
    width: 24px;
    height: 20px;
    border: 6px solid #000000;
    box-sizing: border-box;
    border-radius: 50%;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    top: -3px;
    left: calc(50% - 12px);
}

.emoji--wow .emoji__eyebrows:before {
    margin-left: -25px;
}

.emoji--wow .emoji__eyebrows:after {
    margin-left: 25px;
}

.emoji--wow .emoji__eyes {
    width: 16px;
    height: 24px;
    left: calc(50% - 8px);
    top: 35px;
    border-radius: 50%;
    background: transparent;
    box-shadow: 25px 0 0 0 #000000, -25px 0 0 0 #000000;
}

.emoji--wow .emoji__mouth {
    width: 30px;
    height: 45px;
    left: calc(50% - 15px);
    top: 50%;
    border-radius: 50%;
    background: #000000;
    animation: wow-mouth 3s linear infinite;
}

.emoji--sad:after {
    content: "";
}

.emoji--sad .emoji__face {
    animation: sad-face 2s ease-in infinite;
}

.emoji--sad .emoji__eyebrows {
    left: calc(50% - 3px);
    top: 35px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: transparent;
    box-shadow: -40px 9px 0 0 #000000, -25px 0 0 0 #000000, 25px 0 0 0 #000000,
        40px 9px 0 0 #000000;
}

.emoji--sad .emoji__eyebrows:before,
.emoji--sad .emoji__eyebrows:after {
    width: 30px;
    height: 20px;
    border: 6px solid #000000;
    box-sizing: border-box;
    border-radius: 50%;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    top: 2px;
    left: calc(50% - 15px);
}

.emoji--sad .emoji__eyebrows:before {
    margin-left: -30px;
    transform: rotate(-30deg);
}

.emoji--sad .emoji__eyebrows:after {
    margin-left: 30px;
    transform: rotate(30deg);
}

.emoji--sad .emoji__eyes {
    width: 14px;
    height: 16px;
    left: calc(50% - 7px);
    top: 50px;
    border-radius: 50%;
    background: transparent;
    box-shadow: 25px 0 0 0 #000000, -25px 0 0 0 #000000;
}

.emoji--sad .emoji__eyes:after {
    background: #548dff;
    width: 12px;
    height: 12px;
    margin-left: 6px;
    border-radius: 0 100% 40% 50% / 0 50% 40% 100%;
    transform-origin: 0% 0%;
    animation: tear-drop 2s ease-in infinite;
}

.emoji--sad .emoji__mouth {
    width: 60px;
    height: 80px;
    left: calc(50% - 30px);
    top: 80px;
    box-sizing: border-box;
    border: 6px solid #000000;
    border-radius: 50%;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    background: transparent;
    animation: sad-mouth 2s ease-in infinite;
}

.emoji--sad .emoji__mouth:after {
    width: 6px;
    height: 6px;
    background: transparent;
    border-radius: 50%;
    top: 4px;
    left: calc(50% - 3px);
    box-shadow: -18px 0 0 0 #000000, 18px 0 0 0 #000000;
}

.emoji--angry {
    background: linear-gradient(#d5234c -10%, #ffda6a);
    background-size: 100%;
    animation: angry-color 2s ease-in infinite;
}

.emoji--angry:after {
    content: "";
}

.emoji--angry .emoji__face {
    animation: angry-face 2s ease-in infinite;
}

.emoji--angry .emoji__eyebrows {
    left: calc(50% - 3px);
    top: 55px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: transparent;
    box-shadow: -44px 5px 0 0 #000000, -7px 16px 0 0 #000000,
        7px 16px 0 0 #000000, 44px 5px 0 0 #000000;
}

.emoji--angry .emoji__eyebrows:before,
.emoji--angry .emoji__eyebrows:after {
    width: 50px;
    height: 20px;
    border: 6px solid #000000;
    box-sizing: border-box;
    border-radius: 50%;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    top: 0;
    left: calc(50% - 25px);
}

.emoji--angry .emoji__eyebrows:before {
    margin-left: -25px;
    transform: rotate(15deg);
}

.emoji--angry .emoji__eyebrows:after {
    margin-left: 25px;
    transform: rotate(-15deg);
}

.emoji--angry .emoji__eyes {
    width: 12px;
    height: 12px;
    left: calc(50% - 6px);
    top: 70px;
    border-radius: 50%;
    background: transparent;
    box-shadow: 25px 0 0 0 #000000, -25px 0 0 0 #000000;
}

.emoji--angry .emoji__mouth {
    width: 36px;
    height: 18px;
    left: calc(50% - 18px);
    bottom: 15px;
    background: #000000;
    border-radius: 50%;
    animation: angry-mouth 2s ease-in infinite;
}

.smiley_active {
    box-shadow: 0px 0px 25px 10px #f55064;
}

.smiley_input {
    display: none;
}

@keyframes heart-beat {
    25% {
        transform: scale(1.1);
    }
    75% {
        transform: scale(0.6);
    }
}

@keyframes haha-face {
    10%,
    30%,
    50% {
        transform: translateY(25px);
    }
    20%,
    40% {
        transform: translateY(15px);
    }
    60%,
    80% {
        transform: translateY(0);
    }
    70%,
    90% {
        transform: translateY(-10px);
    }
}

@keyframes haha-mouth {
    10%,
    30%,
    50% {
        transform: scale(0.6);
        top: 45%;
    }
    20%,
    40% {
        transform: scale(0.8);
        top: 45%;
    }
    60%,
    80% {
        transform: scale(1);
        top: 50%;
    }
    70% {
        transform: scale(1.2);
        top: 50%;
    }
    90% {
        transform: scale(1.1);
        top: 50%;
    }
}

@keyframes yay {
    25% {
        transform: rotate(-15deg);
    }
    75% {
        transform: rotate(15deg);
    }
}

@keyframes wow-face {
    15%,
    25% {
        transform: rotate(20deg) translateX(-25px);
    }
    45%,
    65% {
        transform: rotate(-20deg) translateX(25px);
    }
    75%,
    100% {
        transform: rotate(0deg) translateX(0);
    }
}

@keyframes wow-brow {
    15%,
    65% {
        top: 25px;
    }
    75%,
    100%,
    0% {
        top: 15px;
    }
}

@keyframes wow-mouth {
    10%,
    30% {
        width: 20px;
        height: 20px;
        left: calc(50% - 10px);
    }
    50%,
    70% {
        width: 30px;
        height: 40px;
        left: calc(50% - 15px);
    }
    75%,
    100% {
        height: 50px;
    }
}

@keyframes sad-face {
    25%,
    35% {
        top: -15px;
    }
    55%,
    95% {
        top: 10px;
    }
    100%,
    0% {
        top: 0;
    }
}

@keyframes sad-mouth {
    25%,
    35% {
        transform: scale(0.85);
        top: 70px;
    }
    55%,
    100%,
    0% {
        transform: scale(1);
        top: 80px;
    }
}

@keyframes tear-drop {
    0%,
    100% {
        display: block;
        left: 35px;
        top: 15px;
        transform: rotate(45deg) scale(0);
    }
    25% {
        display: block;
        left: 35px;
        transform: rotate(45deg) scale(2);
    }
    49.9% {
        display: block;
        left: 35px;
        top: 65px;
        transform: rotate(45deg) scale(0);
    }
    50% {
        display: block;
        left: -35px;
        top: 15px;
        transform: rotate(45deg) scale(0);
    }
    75% {
        display: block;
        left: -35px;
        transform: rotate(45deg) scale(2);
    }
    99.9% {
        display: block;
        left: -35px;
        top: 65px;
        transform: rotate(45deg) scale(0);
    }
}

@keyframes hands-up {
    25% {
        transform: rotate(15deg);
    }
    50% {
        transform: rotate(-15deg) translateY(-10px);
    }
    75%,
    100% {
        transform: rotate(0deg);
    }
}

@keyframes thumbs-up {
    25% {
        transform: rotate(20deg);
    }
    50%,
    100% {
        transform: rotate(5deg);
    }
}

@keyframes angry-color {
    45%,
    60% {
        background-size: 250%;
    }
    85%,
    100%,
    0% {
        background-size: 100%;
    }
}

@keyframes angry-face {
    35%,
    60% {
        transform: translateX(0) translateY(10px) scale(0.9);
    }
    40%,
    50% {
        transform: translateX(-5px) translateY(10px) scale(0.9);
    }
    45%,
    55% {
        transform: translateX(5px) translateY(10px) scale(0.9);
    }
}

@keyframes angry-mouth {
    25%,
    50% {
        height: 6px;
        bottom: 25px;
    }
}

@media (max-width: 1200px) {
    .sticky-header {
        padding-left: 10px;
        padding-right: 10px;
    }
    .header-logo-nav-wrap {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 992px) {
    .inner-banner-wrap {
        padding: 0 15px;
        min-height: auto;
    }
}

@media (max-height: 1024px) and (max-width: 480px) {
    .copyright-wrap {
        position: static;
    }
    .main-wrapper {
        padding-bottom: 0;
    }
}

@media (max-height: 767px) {
    .copyright-wrap {
        position: static;
        text-align: center;
    }
    .main-wrapper {
        /* padding-bottom: 30px; */
    }
}

@media (max-width: 767px) {
    .sticky-header {
        padding-top: 15px;
    }
    .pre-header-wrap {
        display: none;
    }
    .detailed-content-column-reverse {
        flex-direction: column-reverse;
    }
    .detailed-content-column-reverse .content-img {
        margin-top: 3rem;
    }
    .detailed-content-wrap
        > .row:not(.detailed-content-column-reverse)
        .content-img {
        margin-top: 3rem;
    }
    .feedback-wrap .form-block .btn {
        width: 125px;
    }
    .action-button-wrap .btn {
        width: 100px;
    }
}

@media (max-width: 575px) {
    .inner-content-main .inner-content-wrap {
        padding: 30px 20px 40px;
    }
    .appointment-wrap .form-block .btn {
        width: 105px;
        line-height: 30px;
    }
}

/* ==========================================================================
															Common Styles
															========================================================================== */

::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #ebebeb;
}

::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    width: 4px;
    border-radius: 0px;
    height: 10px !important;
    background-color: #08a99a;
}

::-moz-scrollbar-track {
    border-radius: 0px;
    background-color: #000;
}

::-moz-scrollbar {
    width: 4px;
    background-color: #fff;
}

::-moz-scrollbar-thumb {
    border-radius: 0px;
    background-color: #17a2b8;
}

::-o-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #010101;
    border-radius: 10px;
    background-color: #000;
}

::-o-scrollbar {
    width: 4px;
    background-color: #fff;
}

::-o-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #010101;
    background-color: #17a2b8;
}

.ltr {
    direction: ltr !important;
}

.slick-slider .slick-slide:focus {
    outline: none;
}

.slick-prev:before,
.slick-next:before {
    color: #6e7c7c;
}

.slick-slide img:focus {
    outline: 0;
}

.slick-slide a:focus {
    outline: 0;
}

.dir_ltr {
    direction: ltr !important;
    display: inline-block;
}

span:focus,
a:focus {
    box-shadow: none;
    outline: 0;
}

p {
    line-height: 22px;
}

.form-group {
    margin-bottom: 30px;
}

.form-group label {
    font-family: "poppinsmedium";
    color: #282828;
    display: block;
}

.form-group .form-control {
    height: 60px;
    padding: 8px 20px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
}

.form-group .form-control:focus {
    box-shadow: none;
    outline: 0;
    border-color: #bc8f79;
}

.form-group textarea {
    resize: none;
}

.form-group textarea.form-control {
    height: inherit;
}

.form-control,
select,
.custom-select {
    border-radius: 0;
}

.form-control:focus,
select:focus,
.custom-select:focus {
    box-shadow: none;
    outline: 0;
    border-color: #0998a0;
}

.form-control[readonly] {
    background-color: #ffffff !important;
}

.btn:focus {
    box-shadow: none;
    outline: 0;
}

.rating-star {
    background: url(../img/icons/rating-star.png) no-repeat;
    background-size: 37px 13px;
    display: inline-block;
    height: 13px;
    width: 13px;
}

.rating-star-half {
    background-position: -13px 0;
}

.rating-star-empty {
    background-position: -25px 0;
}

.social-links a {
    display: inline-block;
    color: #282828;
}

.social-links a:not(:last-child) {
    margin-right: 22px;
}

#ui-datepicker-div {
    display: none;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    color: #78909c;
}

.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
}

.ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: 0.25rem;
    line-height: 2rem;
    transition: 0.3s all;
    color: #546e7a;
    font-size: 0.875rem;
    text-decoration: none;
}

.ui-datepicker-calendar tbody td a:hover {
    background-color: rgba(70, 63, 110, 0.12);
}

.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: #17a2b8;
    color: white;
}

.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    transition: 0.3s all;
}

.ui-datepicker-header a.ui-corner-all:hover {
    background-color: #eceff1;
}

.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: 50%;
    transform: rotate(180deg);
}

.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%;
}

.ui-datepicker-header a > span {
    display: none;
}

.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    padding-bottom: 0.25rem;
}

.ui-datepicker-week-col {
    color: #78909c;
    font-weight: 400;
    font-size: 0.75rem;
}

/*
														  * Hide visually and from screen readers
														  */

.hidden {
    display: none !important;
}

/*
														  * Hide only visually, but have it available for screen readers:
														  * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
														  *
														  * 1. For long content, line feeds are not interpreted as spaces and small width
														  *    causes content to wrap 1 word per line:
														  *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
														  */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
}

/*
														  * Extends the .visuallyhidden class to allow the element
														  * to be focusable when navigated to via the keyboard:
														  * https://www.drupal.org/node/897638
														  */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
														  * Hide visually and from screen readers, but maintain layout
														  */

.invisible {
    visibility: hidden;
}

/*
														  * Clearfix: contain floats
														  *
														  * For modern browsers
														  * 1. The space content is one way to avoid an Opera bug when the
														  *    `contenteditable` attribute is included anywhere else in the document.
														  *    Otherwise it causes space to appear at the top and bottom of elements
														  *    that receive the `clearfix` class.
														  * 2. The use of `table` rather than `block` is only necessary if using
														  *    `:before` to contain the top-margins of child elements.
														  */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
															EXAMPLE Media Queries for Responsive Design.
															These examples override the primary ('mobile first') styles.
															Modify as content requires.
															========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
    (-webkit-min-device-pixel-ratio: 1.25),
    (min-resolution: 1.25dppx),
    (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
															Print styles.
															Inlined to avoid the additional HTTP request:
															https://www.phpied.com/delay-loading-your-print-css/
															========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
															* Don't show links that are fragment identifiers,
															* or use the `javascript:` pseudo protocol
															*/
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
															* Printing Tables:
															* http://css-discuss.incutio.com/wiki/Printing_Tables
															*/
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

.pattern-top-1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
}

.pattern-top-2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
}

.logo-box {
    border: 10px solid white;
    padding: 60px 200px 76px;
}

.logo-box h2 {
    color: white;
}

@media only screen and (max-width: 767px) {
    .logo-box {
        border: 5px solid white !important;
        padding: 26px 25px 26px !important;
    }
    .open-form img {
        width: 80% !important;
    }
    .inner-banner-wrap h2 {
        font-family: "poppinssemibold";
        font-size: 21px;
    }
    .rate {
        padding: 10px 0px !important;
    }
    .rate:not(:checked) > label {
        font-size: 35px !important;
    }
    .card-header h3 {
        font-size: 17px !important;
    }
    .thanku h2 {
        font-weight: 600;
        font-size: 18px;
        color: #0c849b;
    }
    .thankyou-image {
        width: 60%;
    }
    .star-rating label {
        margin-right: 6px !important;
        margin-left: 6px !important;
    }
    .star-rating {
        /* border: solid 1px #ccc; */
        display: flex;
        flex-direction: row-reverse;
        font-size: 45px !important;
        justify-content: center;
        padding: 23px 39px !important;
        text-align: center;
        /* width: 5em; */
        align-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 1250px) {
    .inner-banner-wrap {
        height: 35vh !important;
    }
}

.thumb {
    width: 13%;
    margin-top: -17px;
    border: 3px solid white;
    padding: 4px 9px;
    border-radius: 4px;
}

@media only screen and (max-width: 991px) {
    .feedback-branch-list .card-body {
        transition: all 0.3s ease-in-out;
        background: #f5f5f5;
        padding: 54px 39px;
    }
}

.option-group {
    background: white;
    padding: 40px 23px;
    border-radius: 8px;
}

input[type="radio"] {
    -webkit-appearance: none;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    outline: none;
    border: 2px solid #155ea5;
}

input[type="radio"]:before {
    content: "";
    width: 75%;
    height: 76%;
    /* margin: 7% 7%; */
    border-radius: 100%;
    position: absolute;
}

input[type="radio"]:checked:before {
    background: green;
}

.btn-rating {
    background-color: #155ea5 !important;
}

.thanku {
    text-align: center;
}

.thanku h2 {
    font-weight: 600;
    font-size: 25px;
    color: #0c849b;
}

/* component */

.star-rating {
    /* border: solid 1px #ccc; */
    display: flex;
    flex-direction: row-reverse;
    font-size: 65px;
    justify-content: center;
    padding: 37px 20px;
    text-align: center;
    /* width: 5em; */
    align-content: center;
    align-items: center;
}

.star-rating input {
    display: none;
}

.star-rating label {
    color: #ccc;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 10px;
}

.star-rating :checked ~ label {
    color: #fc0;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
    color: #fc0;
}
.parsley-required,
.parsley-type {
    text-align: center;
    color: red;
    margin-top: 10px;
}
