html,
body {
    width: 100vw;
    overflow-x: hidden;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    background: #FFFFFF;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

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

i, span, a {
    display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #0b6749;
}

p, ul, ol {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: inherit;
}

img {
    max-width: 100%;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.slick-slide {
    outline: 0;
}

@media (max-width: 767px) {
    .container.mob-container {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 1600px) {
    .custom-container {
        max-width: 1500px !important;
    }
}

.main-btn {
    display: inline-block;
    position: relative;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 0;
    padding: 0 40px 0 40px;
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    border-radius: 40px;
    color: #000000;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    letter-spacing: -0.02em;
    background-color: #FFC000;
}

.main-btn i {
    position: absolute;
    right: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.main-btn:hover {
    background-color: #0b6749;
    color: #fff;
    border-color: #FFC000;
    -webkit-box-shadow: 0px 10px 30px rgba(39, 162, 122, 0.2);
    box-shadow: 0px 10px 30px rgba(39, 162, 122, 0.2);
}

.main-btn:hover i {
    color: #FFC000;
}

.main-btn.main-btn-2 {
    background-color: #0b6749;
    color: #fff;
    -webkit-box-shadow: 0px 10px 30px rgba(39, 162, 122, 0.2);
    box-shadow: 0px 10px 30px rgba(39, 162, 122, 0.2);
}

.main-btn.main-btn-2 i {
    color: #FFC000;
}

.main-btn.main-btn-2:hover {
    background-color: #FFC000;
    color: #0b6749;
    -webkit-box-shadow: 0px 10px 30px rgba(255, 190, 0, 0.2);
    box-shadow: 0px 10px 30px rgba(255, 190, 0, 0.2);
}

.main-btn.main-btn-2:hover i {
    color: #0b6749;
}

.main-btn.main-btn-3 {
    background: #fff;
    color: #0b6749;
}

.main-btn.main-btn-3 i {
    color: #0b6749;
}

.main-btn.main-btn-3:hover {
    background: #0b6749;
    color: #fff;
}

.main-btn.main-btn-3:hover i {
    color: #FFC000;
}

.main-btn.main-btn-4:hover {
    background: #fff;
    color: #0b6749;
}

.main-btn.main-btn-4:hover i {
    color: #0b6749;
}

@media (max-width: 992px) {
    .main-btn {
        width: 100%;
        margin-bottom: 10px;
    }
}

.section-title {
    padding-bottom: 9px;
}

.section-title .title {
    font-size: 38px;
    letter-spacing: 0;
    line-height: 1.5;
    color: #0b6749;
}

.section-title .title span {
    color: #e98c00;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-title .title {
        font-size: 36px;
        line-height: 1.5;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title .title {
        font-size: 36px;
        line-height: 1.5;
    }
}

@media (max-width: 992px) {
    .section-title .title {
        text-align: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-title .title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .section-title .title {
        font-size: 28px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .section-title .title .heightlight,
    .section-title .title span {
        display: contents;
    }
}

::-webkit-input-placeholder {
    color: #252525 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #252525 !important;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #252525 !important;
    opacity: 1;
}

::placeholder {
    color: #252525 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #252525 !important;
}

::-ms-input-placeholder {
    color: #252525 !important;
}

@media (max-width: 767px) {
    .doctor-profile .dr-content {
        padding-left: 15px;
    }
}

.doctor-profile .dr-content h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
}

.doctor-profile .dr-content img {
    width: 20px
};

.doctor-profile .dr-content p {
    font-size: 14px;
    line-height: 1.3;
    padding-top: 10px;
}

.flying-menu {
    position: fixed;
    right: 0;
    top: calc(60% - 50px);
    width: 82px;
    background: #fff;
    right: 0;
    z-index: 10001;
    overflow: hidden;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    -webkit-box-shadow: 0 5px 22px #6f8fea29;
    box-shadow: 0 5px 22px #6f8fea29;
}

@media (max-width: 767px) {
    .flying-menu {
        top: calc(65% - 0px);
    }
}

.flying-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.flying-menu ul li {
    border-bottom: 1px solid #effcfa;
}

.flying-menu ul li a {
    font: normal normal 600 12px/16px 'Poppins', sans-serif;
    padding: 9px;
    color: #000000;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.flying-menu ul li a.active,
.flying-menu ul li a.hover {
    background: #ffc000;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.flying-menu ul li a .icon {
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    margin-bottom: 7px;
    background-repeat: no-repeat;
    background-position: center center;
}

.flying-menu ul li a .icon.book-doctor {
    background-image: url('../images/doctor.png');
    background-size: 35px;
}

.flying-menu ul li a .icon.call-expert {
    background-image: url('../images/support.png');
    background-size: 35px;
}

.header-nav {
    position: relative;
    right: 0;
    left: 0;
    z-index: 99;
    background-color: #0b6749;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nav {
        padding: 20px 0;
    }
}

@media (max-width: 767px) {
    .header-nav {
        padding: 5px 0;
    }
}

.header-nav.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #0b6749;
    background-size: 100% 100%;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
    z-index: 999;
    -webkit-animation: sticky 1.2s;
    animation: sticky 1.2s;
}

.header-nav.sticky .navbar .navbar-nav .nav-item a {
    line-height: 80px !important;
}

.header-nav.sticky .navbar .navbar-nav .nav-item .sub-menu li a {
    line-height: 30px !important;
}

.header-nav .navigation .navbar {
    position: relative;
    padding: 0;
}

.header-nav .navigation .navbar .side-menu__toggler {
    display: none;
    cursor: pointer;
}

.header-nav .navigation .navbar .side-menu__toggler i {
    color: #fff;
    font-size: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nav .navigation .navbar .side-menu__toggler {
        display: block;
    }
}

@media (max-width: 767px) {
    .header-nav .navigation .navbar .side-menu__toggler {
        display: block;
    }
}

.header-nav .navigation .navbar .navbar-brand {
    display: block;
}

@media (max-width: 767px) {
    .header-nav .navigation .navbar .navbar-brand {
        margin: 0 auto;
    }
}

.header-nav .navigation .navbar .navbar-brand img {
    width: 100px;
}

@media (max-width: 767px) {
    .header-nav .navigation .navbar .navbar-brand img {
        width: 85px;
    }
}

.header-nav .navigation .navbar .navbar-brand-2 {
    display: none;
}

.header-nav .navigation .navbar .country-flag img {
    border: 5px solid #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(60, 110, 203, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(60, 110, 203, 0.2);
}

.header-nav .navigation .navbar .navbar-toggler {
    border: 0;
    padding: 10px 12px;
    border-radius: 0;
}

.header-nav .navigation .navbar .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 5px 0;
    display: block;
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}

.header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nav .navigation .navbar .navbar-collapse {
        position: absolute;
        top: 106%;
        left: 0;
        width: 100%;
        background-color: #FFC000;
        z-index: 8;
        padding: 10px 16px;
        -webkit-box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
    }
}

@media (max-width: 767px) {
    .header-nav .navigation .navbar .navbar-collapse {
        position: absolute;
        top: 106%;
        left: 0;
        width: 100%;
        background-color: #FFC000;
        z-index: 8;
        padding: 10px 16px;
        -webkit-box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nav .navigation .navbar .navbar-nav {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .header-nav .navigation .navbar .navbar-nav {
        margin-right: 0;
    }
}

.header-nav .navigation .navbar .navbar-nav .nav-item {
    position: relative;
}

.header-nav .navigation .navbar .navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    line-height: 20px;
    margin-left: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item a {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item a {
        color: #fff;
    }
}

@media (max-width: 767px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item a {
        color: #fff;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item a>i {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item a>i {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item a {
        padding: 0 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item a {
        padding: 0;
        display: block;
        border: 0;
        margin: 0;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item a {
        padding: 0;
        display: block;
        border: 0;
        margin: 0;
        line-height: 40px;
    }
}

.header-nav .navigation .navbar .navbar-nav .nav-item a span {
    padding-left: 5px;
    font-size: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item a span {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item a span {
        display: none;
    }
}

.header-nav .navigation .navbar .navbar-nav .nav-item:first-child a {
    margin-left: 0;
}

.header-nav .navigation .navbar .navbar-nav .nav-item:last-child a {
    margin-right: 0;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
    position: absolute;
    right: 0;
    top: 110%;
    width: 200px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    z-index: 99;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    border-top: 4px solid #FFC000;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        right: auto;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: all 0s ease-out 0s;
        transition: all 0s ease-out 0s;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-align: left;
        border-top: 0;
    }
}

@media (max-width: 767px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        right: auto;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: all 0s ease-out 0s;
        transition: all 0s ease-out 0s;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-align: left;
        border-top: 0;
    }
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li {
    position: relative;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-nav-toggler {
    color: #0b6749;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a {
    display: block;
    padding: 12px 24px;
    position: relative;
    color: #7e7e7e;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 0;
    margin: 0 0;
    line-height: 30px;
    border-top: 1px solid #FFC000;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a i {
    float: right;
    font-size: 14px;
    margin-top: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a i {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a i {
        display: none;
    }
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a .sub-nav-toggler i {
    display: inline-block;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-menu {
    right: auto;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-menu {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-menu {
        padding-left: 30px;
    }
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li:hover .sub-nav-toggler {
    color: #fff;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li:hover>a {
    background-color: #0b6749;
    color: #fff !important;
}

.header-nav .navigation .navbar .navbar-nav .nav-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
        display: inline-block;
        position: absolute;
        top: -14px;
        right: 0;
        padding: 10px 14px;
        font-size: 16px;
        background: none;
        border: 0;
        color: #fff;
    }
}

@media (max-width: 767px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
        display: inline-block;
        position: absolute;
        top: -14px;
        right: 0;
        padding: 10px 14px;
        font-size: 16px;
        background: none;
        border: 0;
        color: #fff;
    }
}

@-webkit-keyframes sticky {
    0% {
        top: -200px;
    }

    100% {
        top: 0;
    }
}

@keyframes sticky {
    0% {
        top: -200px;
    }

    100% {
        top: 0;
    }
}

.off_canvars_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    cursor: crosshair;
    background: #232323;
    top: 0;
}

.off_canvars_overlay.active {
    opacity: .5;
    visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .offcanvas_menu {
        display: block;
    }
}

@media (max-width: 767px) {
    .offcanvas_menu {
        display: block;
    }
}

.offcanvas_menu_wrapper {
    width: 100vw;
    position: fixed;
    background: #FFC000;
    z-index: 9999;
    top: 0;
    height: 100vh;
    -webkit-transition: .5s;
    transition: .5s;
    left: 0;
    margin-left: -100vw;
    padding: 100px 15px 30px;
    overflow-y: auto;
}

.offcanvas_menu_wrapper.active {
    margin-left: 0;
}

.offcanvas_menu_wrapper .slinky-theme-default {
    background: inherit;
    min-height: 300px;
    overflow-y: auto;
}

.offcanvas_menu_wrapper .header-btn {
    margin-bottom: 30px;
}

.offcanvas_menu_wrapper .header-btn a {
    color: #252525;
}

.offcanvas_menu_wrapper .header-btn a:hover {
    color: #252525;
}

.offcanvas_main_menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.offcanvas_main_menu li {
    position: relative;
}

.offcanvas_main_menu li:last-child {
    margin: 0;
}

.offcanvas_main_menu li span.menu-expand {
    position: absolute;
    right: 0;
}

.offcanvas_main_menu li a {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #086142;
    text-align: center;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.offcanvas_main_menu li a:hover {
    color: white;
    border-bottom: 1px solid white;
}

.offcanvas_main_menu li ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.offcanvas_main_menu li ul.sub-menu {
    padding-left: 20px;
}

.offcanvas_footer {
    margin-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.offcanvas_footer span a {
    font-size: 14px;
    font-weight: 600;
    color: #086142;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.offcanvas_footer span a:hover {
    color: white;
}

.canvas_close {
    position: absolute;
    top: 40px;
    right: 30px;
}

.canvas_close a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    line-height: 34px;
    border: 1px solid #FFC000;
    border-radius: 50%;
    color: #086142;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.canvas_close a:hover {
    background: #FFC000;
    border-color: white;
    color: white;
}

.canvas_open a {
    font-size: 26px;
    width: 50px;
    height: 42px;
    display: block;
    line-height: 39px;
    text-align: center;
    border: 1px solid #232323;
    color: #252525;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.canvas_open a:hover {
    color: #FFC000;
    border-color: #FFC000;
}

.offcanvas-social {
    margin-bottom: 40px;
}

.offcanvas-social ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.offcanvas-social ul li {
    display: inline-block;
}

.offcanvas-social ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    background-color: #ffae00;
    border-radius: 50%;
    margin: 0 5px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    display: inline-block;
}

.offcanvas-social ul li a:hover {
    background: #0e7050;
    color: white;
}

.hero-area {
    position: relative;
    background-color: #185943;
}

.hero-area.bg_cover {
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .hero-area {
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-content {
        text-align: left;
    }
}

.hero-content .title {
    font-size: 42px;
    line-height: 1.3;
    color: #f8fbff;
    font-weight: 600;
    letter-spacing: 0;
    padding-right: 0px;
    padding-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-content .title {
        font-size: 38px;
        line-height: 60px;
    }
}

@media (max-width: 992px) {
    .hero-content .title {
        font-size: 36px;
        line-height: 1.5;
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-content .title {
        padding-right: 0;
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .hero-content .title {
        padding-right: 0;
        font-size: 26px;
        line-height: 1.3;
        padding-bottom: 10px;
    }
}

.hero-content .title span {
    color: #e98c00;
    display: contents;
}

.hero-content .lead {
    font-weight: 400;
}

.hero-content ul li {
    display: flex;
    font-size: 20px;
    line-height: 1.7;
    margin-right: 10px;
}

@media (max-width: 992px) {
    .hero-content ul li {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .hero-content ul {
        display: none;
    }
}

.hero-form {
    content: '';
    position: relative;
    right: 0;
    left: 0;
    width: 100%;
    background-color: #0b6749;
    border-radius: 10px 10px 0 0;
    z-index: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-form {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .hero-form {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.form-head {
    width: 100%;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .form-head {
        font-size: 20px;
    }

    .form-head.p-4 {
        padding: 1rem .2rem !important;
    }
}

.form-body {
    width: 100%;
    float: left;
    border-radius: 0 0 10px 10px;
    background-color: #f0f5f5;
    padding: 20px 30px;
}

@media (max-width: 767px) {
    .form-body {
        font-size: 20px;
    }

    .form-body p.mb-4 {
        margin-bottom: .5rem !important;
    }
}

.form-body textarea {
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    resize: none;
}

.form-body:before {
    display: none;
}

.form-body .orcall {
    position: relative;
    display: block;
    text-align: center;
}

.form-body .orcall::before {
    content: '';
    height: 1px;
    width: 40%;
    background: #0b6749;
    left: 0;
    top: 13px;
    display: block;
    position: absolute;
}

.form-body .orcall strong {
    text-transform: uppercase;
    color: #0b6749;
    font-size: 13px;
}

.form-body .orcall::after {
    content: '';
    height: 1px;
    width: 40%;
    background: #0b6749;
    right: 0;
    top: 13px;
    position: absolute;
    display: block;
}

.form-body .anchor-text {
    color: #0b6749;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.1;
    text-align: center;
}

.form-body .anchor-text a {
    color: #1b5c46;
}

@media (max-width: 767px) {
    .form-body .orcall::before {
        width: 35%;
    }
    .form-body .orcall::after {
        width: 35%;
    }
}

/* Features Area */
.features-area {
    position: relative;
    padding-bottom: 0px;
}

@media (max-width: 992px) {
    .features-area {
        padding: 0 15px 113px 15px;
    }
}

@media (max-width: 767px) {
    .features-area {
        margin-top: 30px;
        padding: 0;
    }
}

.features-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0px;
    height: 330px;
    width: 100%;
    background-image: url('../images/bg-shape.png');
    opacity: .5;
    background-size: 100% 100%;
}

@media (max-width: 767px) {
    .features-area::before {
        background-image: none;
    }
}

.features-box {
    -webkit-box-shadow: inset 0px 0px 20px rgba(255, 190, 0, 0.5);
    box-shadow: inset 0px 0px 20px rgba(255, 190, 0, 0.5);
    background: #fff;
    background-image: url('../images/what-is-kidney-disease-image.png');
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features-box {
        background-size: cover;
    }
}

@media (max-width: 992px) {
    .features-box {
        background: #fff;
        background-image: url('../images/what-causes-sinusitis.jpg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center bottom;
        background-size: 100% 20%;
    }
}

@media (max-width: 767px) {
    .features-box {
        padding: 10px;
        background-size: cover;
        background-image: none;
        padding: 0 20px !important;
    }
}

.features-area .section-title .title span {
    color: #d35a05;
}

.features-item {
    padding-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .features-item {
        padding-right: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .features-item {
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features-item {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .features-item {
        padding-right: 0;
    }
}

.features-item i {
    color: #FFC000;
    font-size: 60px;
}

@media (max-width: 767px) {
    .features-item p {
        font-size: 15px;
    }
}

.features-item b {
    color: #d35a05;
}

.capture-area {
    width: 100vw;
    overflow: hidden;
    position: relative;
    padding-top: 113px;
    z-index: 10;
}

.capture-area .container {
    overflow: visible;
}

.capture-area .container .col-12 {
    overflow: visible;
}

.capture-area .section-title .title span {
    color: #d35a05;
}

.capture-active {
    overflow: visible;
}

.capture-active .slick-list {
    overflow: visible;
}

.capture-active .slick-arrow {
    position: absolute;
    top: -76px;
    font-size: 40px;
    color: #0b6749;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    z-index: 99;
    cursor: pointer;
}

.capture-active .slick-arrow:hover {
    color: #FFC000;
}

.capture-active .slick-arrow.prev {
    right: 70px;
}

.capture-active .slick-arrow.next {
    right: 15px;
}

.capture-item {
    background: #fff;
    margin: 0;
    margin-right: 15px;
    -webkit-box-shadow: inset 0px 0px 15px 0px rgba(255, 190, 0, 0.7);
    box-shadow: inset 0px 0px 15px 0px rgba(255, 190, 0, 0.7);
}

.capture-item .capture-thumb img {
    width: 100%;
    padding: 10px;
}

.capture-item .capture-content {
    padding: 20px 30px;
}

.capture-item .capture-content i {
    color: #FFC000;
    font-size: 60px;
}

.capture-item .capture-content .title {
    font-size: 20px;
    text-align: center;
}

/* FAQs Area */
.faq-area {
    padding-bottom: 120px;
    position: relative;
    z-index: 9;
    padding-top: 112px;
    background: #0b6749;
}

@media (max-width: 992px) {
    .faq-area {
        padding: 50px 0 50px 0;
    }
}

.faq-area .section-title .title {
    color: #fff;
}

.faq-area .section-title .title span {
    color: #ffc000;
}

.faq-box {
    background: #fff;
    padding: 27px 70px 70px;
    -webkit-box-shadow: 0px 30px 50px rgba(255, 190, 0, 0.1);
    box-shadow: 0px 30px 50px rgba(255, 190, 0, 0.1);
    position: relative;
    z-index: 10;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .faq-box {
        padding: 27px 30px 84px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-box {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .faq-box {
        padding: 10px 15px !important;
    }
}

@media (max-width: 992px) {
    .faq-box {
        margin: 0 10px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.faq-box::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-image: url('../images/various-types-of-kidney-disease.png');
    background-size: 75% 100%;
    background-repeat: no-repeat;
    background-position: center right;
}

@media (max-width: 992px) {
    .faq-box::before {
        background-image: none;
    }
}

/* FAQs Accrodion */
.faq-accrodion {
    margin-top: 56px;
    margin-right: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-accrodion {
        margin-top: 30px;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .faq-accrodion {
        margin-top: 10px;
        margin-right: 0;
    }
}

.faq-accrodion .accrodion {
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.faq-accrodion .accrodion::before {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 0px;
    right: 0px;
    border-radius: 0px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-image: -webkit-gradient(linear, left top, right top, from(var(--thm-primary)), to(var(--thm-base)));
    background-image: linear-gradient(90deg, var(--thm-primary) 0%, var(--thm-base) 100%);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    border-radius: 5px;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.faq-accrodion .accrodion+.accrodion {
    margin-top: 10px;
}

.faq-accrodion .accrodion.active .accrodion-inner {
    background-color: transparent;
}

.faq-accrodion .accrodion.active::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.faq-accrodion .accrodion.active .accrodion-title {
    padding-bottom: 0;
}

.faq-accrodion .accrodion.active .accrodion-title h4 {
    color: #0b6749;
}

.faq-accrodion .accrodion.active .accrodion-title::before {
    opacity: 0;
}

.faq-accrodion .accrodion.active .accrodion-title::after {
    opacity: 1;
    color: #0b6749;
}

.faq-accrodion .accrodion .accrodion-inner {
    background-color: transparent;
    padding: 12px 0;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 0px;
}

@media (max-width: 992px) {
    .faq-accrodion .accrodion .accrodion-inner {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .faq-accrodion .accrodion .accrodion-inner {
        padding-left: 10px;
    }
}

.faq-accrodion .accrodion .accrodion-title {
    padding: 0px 32px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

@media (max-width: 767px) {
    .faq-accrodion .accrodion .accrodion-title {
        padding: 0 38px 0 30px;
    }
}

.faq-accrodion .accrodion .accrodion-title::before {
    content: "\f13a";
    font-size: 20px;
    font-weight: 400;
    color: #d35a05;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: 'Font Awesome 5 Pro';
}

@media (max-width: 767px) {
    .faq-accrodion .accrodion .accrodion-title::before {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.faq-accrodion .accrodion .accrodion-title::after {
    content: "\f139";
    font-weight: 400;
    font-size: 20px;
    color: #d35a05;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: 'Font Awesome 5 Pro';
}

@media (max-width: 767px) {
    .faq-accrodion .accrodion .accrodion-title::after {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.faq-accrodion .accrodion .accrodion-title h4 {
    margin: 0;
    color: #d35a05;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
}

@media (max-width: 767px) {
    .faq-accrodion .accrodion .accrodion-title h4 {
        font-size: 17px;
    }
}

.faq-accrodion .accrodion .accrodion-content .inner {
    padding: 0 38px;
    padding-right: 70px;
    padding-top: 29px;
    padding-bottom: 0px;
}

@media (max-width: 992px) {
    .faq-accrodion .accrodion .accrodion-content .inner {
        padding-top: 10px;
        padding-left: 32px;
    }
}

@media (max-width: 767px) {
    .faq-accrodion .accrodion .accrodion-content .inner {
        padding-right: 30px;
    }
}

.faq-accrodion .accrodion .accrodion-content p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.faq-accrodion .accrodion .accrodion-content ul,
.faq-accrodion .accrodion .accrodion-content ol {
    margin: 0px;
    padding: 0px;
    list-style-type: decimal;
    margin-top: 20px;
    padding-left: 20px;
}

.faq-accrodion .accrodion .accrodion-content ul li,
.faq-accrodion .accrodion .accrodion-content ol li {
    margin-bottom: 15px;
}

/* Intro Area */
.intro-area {
    position: relative;
    z-index: 11;
    padding-top: 113px;
    position: relative;
}

@media (max-width: 992px) {
    .intro-area {
        padding-top: 50px;
    }
}

.intro-area::before {
    position: absolute;
    content: '';
    left: -35px;
    top: 62%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url('../images/features-shape.jpg');
    width: 850px;
    height: 600px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .intro-area::before {
        width: 600px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .intro-area::before {
        width: 470px;
    }
}

@media (max-width: 992px) {
    .intro-area::before {
        top: initial;
        bottom: 450px;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .intro-area::before {
        background-image: none;
        bottom: 750px;
    }
}

.intro-area .section-title .title {
    color: #0b6749;
}

.intro-area .section-title .title span {
    color: #d35a05;
}

.intro-area p {
    font-size: 22px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .intro-thumb {
        margin-bottom: 40px;
        margin-top: 30px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .intro-thumb {
        margin-bottom: 40px;
        margin-top: 30px;
        text-align: center;
    }
}

.intro-thumb img {
    -webkit-box-shadow: 0px 30px 50px 0px rgba(255, 168, 0, 0.3);
    box-shadow: 0px 30px 50px 0px rgba(255, 168, 0, 0.3);
    border-radius: 30px;
}

@media (max-width: 992px) {
    .intro-content {
        margin: 0 auto;
    }
}

.intro-content .intro-item {
    position: relative;
    padding-left: 90px;
}

@media (max-width: 767px) {
    .intro-content .intro-item {
        padding-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .intro-content .intro-item {
        padding-left: 80px;
    }
}

@media (max-width: 992px) {
    .intro-content .intro-item {
        padding: 0 15px;
    }
}

.intro-content .intro-item i {
    font-size: 50px;
    color: #FFC000;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 767px) {
    .intro-content .intro-item i {
        position: static;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .intro-content .intro-item i {
        position: absolute;
        margin-bottom: 0px;
    }
}

@media (max-width: 992px) {
    .intro-content .intro-item i {
        left: -60px;
    }
}

.intro-content .intro-item img {
    font-size: 50px;
    color: #FFC000;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 767px) {
    .intro-content .intro-item img {
        position: static;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .intro-content .intro-item img {
        position: absolute;
        margin-bottom: 0px;
    }
}

@media (max-width: 992px) {
    .intro-content .intro-item img {
        left: -60px;
    }
}

.intro-content .intro-item .title {
    font-size: 20px;
    color: #d35a05;
}

.intro-content .intro-item p {
    font-size: 16px;
    line-height: 30px;
    color: #252525;
}

.intro-content .intro-btns {
    margin-top: 35px;
}

@media (max-width: 992px) {
    .intro-content .intro-btns {
        margin: 40px auto 0 auto;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
}

.intro-content .intro-btns ul li {
    margin-right: 10px;
}

@media (max-width: 992px) {
    .intro-content .intro-btns ul li {
        width: 100%;
        text-align: center;
        margin-bottom: 0px;
    }
}

/* Precautions */
.precautions {
    position: relative;
    z-index: 11;
    position: relative;
}
.precautions::before {
    position: absolute;
    content: '';
    right: 0;
    top: 59%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url('../images/features-shape.jpg');
    width: 850px;
    height: 500px;
}
@media (max-width: 767px) {
    .precautions::before {
        top: 72%;
    }
}
.precautions .section-title .title span {
    color: #d35a05;
}
.precautions .intro-content .intro-item {
    position: relative;
    padding-left: 30px;
    /* height: 30px; */
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.precautions .intro-content .intro-item img {
    font-size: 50px;
    color: #FFC000;
    position: absolute;
    left: 0;
    top: inherit;
}
.precautions .intro-content .intro-item .title {
    font-size: 22px;
    color: #252525;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 0;
}

/* Testimonial */
.testimonial-area {
    width: 100vw;
    position: relative;
    z-index: 10;
}

@media (max-width: 992px) {
    .testimonial-area {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .testimonial-area {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.testimonial-area .section-title {
    padding-bottom: 21px;
}

.testimonial-area .section-title .title span {
    color: #d35a05;
}

@media (max-width: 767px) {
    .testimonial-area .section-title {
        text-align: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-area .section-title {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .testimonial-area .section-title .title {
        font-size: 32px;
        line-height: 42px;
    }
}

.testimonial-item {
    -webkit-box-shadow: inset 0px 0px 10px 5px rgba(255, 168, 0, 0.45);
    box-shadow: inset 0px 0px 10px 5px rgba(255, 168, 0, 0.45);
    padding: 30px 30px;
    text-align: center;
    background: #fff;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .testimonial-item {
        margin: 0 10px;
        padding: 10px;
    }
}

.testimonial-item img {
    display: inline-block;
}

.testimonial-item p {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 26px;
}

@media (max-width: 767px) {
    .testimonial-item p {
        font-size: 16px;
        line-height: 1.5;
    }
}

.testimonial-item .title {
    font-size: 16px;
    color: #252525;
    font-weight: 600;
}

.testimonial-item span {
    font-size: 14px;
}

.testimonial-item span img {
    width: 20px;
}

.testimonial-active .slick-arrow {
    position: absolute;
    top: -76px;
    font-size: 40px;
    color: #0b6749;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    z-index: 99;
    cursor: pointer;
}

.testimonial-active .slick-arrow:hover {
    color: #FFC000;
}

.testimonial-active .slick-arrow.prev {
    right: 70px;
}

.testimonial-active .slick-arrow.next {
    right: 15px;
}

/* Why Section */
.why-section .section-title .title span {
    color: #d35a05;
}

.why-section .why-choose-card h5 {
    color: #d35a05;
}

.media-partners .section-title .title span {
    color: #d35a05;
}

.about-area .section-title .title span {
    color: #d35a05;
}

/* Download App */
.download-app-area {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
    z-index: 10;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .download-app-area {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .download-app-area {
        padding-bottom: 0;
    }
}

.download-app-area::before {
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    width: 1480px;
    background-image: url('../images/download-bg.jpg');
    z-index: -1;
    background-size: cover;
    background-position: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .download-app-area::before {
        width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .download-app-area::before {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .download-app-area::before {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .download-app-content {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .download-app-area::before {
        width: 100%;
    }
    .download-app-content {
        text-align: center;
    }
}

.download-app-content .title {
    font-size: 36px;
    line-height: 56px;
    padding-bottom: 20px;
    text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .download-app-content .title {
        font-size: 32px;
        line-height: 46px;
    }
}

@media (max-width: 767px) {
    .download-app-content .title {
        font-size: 27px;
        line-height: 36px;
    }
}

.download-app-content p {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #000;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .download-app-content p {
        font-size: 18px;
        font-weight: 400;
    }
}

.hero-content ul {
    padding-left: 0px;
    list-style-type: none;
}

.hero-content ul img {
    display: inline-block;
    position: relative;
    top: 5px;
    width: 18px;
    height: 18px;
    margin-right: 12px;
    filter: brightness(0) invert(1);
}

.hero-content ul span strong {
    color: #FFC000;
}

.lead {
    font-weight: 500;
}

.wrapper-content h4 {
    text-decoration: underline;
}

.wrapper-content ul li strong {
    text-transform: uppercase;
    color: #0b6749;
}

.footer-area {
    width: 100%;
    background-color: #0b6749;
}

.footer-area .copyright {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

.footer-about p {
    color: #fff;
    line-height: 30px;
    padding-right: 80px;
    padding-top: 40px;
    padding-bottom: 18px;
}

@media (max-width: 992px) {
    .footer-about p {
        padding-right: 30px;
    }
}

.footer-about ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-about ul li a {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 51px;
    border-radius: 50%;
    background: #00452e;
    color: #1d8360;
    font-size: 20px;
    margin-right: 10px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.footer-about ul li a:hover {
    background: #FFC000;
    color: #0b6749;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-list {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .footer-list {
        padding-left: 0;
    }
}

.footer-list .title {
    font-size: 14px;
    font-weight: 600;
    color: #95cebb;
    text-transform: capitalize;
}

.footer-list ul {
    margin-top: 48px;
}

.footer-list ul li a {
    font-weight: 500;
    color: #fff;
    line-height: 40px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.footer-list ul li a:hover {
    color: #FFC000;
}

.footer-list .input-box {
    margin-top: 60px;
    position: relative;
}

.footer-list .input-box input {
    width: 100%;
    line-height: 60px;
    background: #034f36;
    border-radius: 40px;
    color: #95cebb;
    font-size: 14px;
    font-weight: 500;
    border: 0;
    padding-left: 40px;
}

.footer-list .input-box input::-webkit-input-placeholder {
    opacity: 1;
    color: #95cebb;
}

.footer-list .input-box input:-ms-input-placeholder {
    opacity: 1;
    color: #95cebb;
}

.footer-list .input-box input::-ms-input-placeholder {
    opacity: 1;
    color: #95cebb;
}

.footer-list .input-box input::placeholder {
    opacity: 1;
    color: #95cebb;
}

.footer-list .input-box button {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    background: #FFC000;
    color: #0b6749;
    font-size: 20px;
    width: 66px;
    line-height: 48px;
    border-radius: 40px;
}

@media (max-width: 992px) {
    .footer-list .input-box {
        width: 90%;
    }
}

.footer-list.footer-newsleatter {
    margin-left: -30px;
}

@media (max-width: 767px) {
    .footer-list.footer-newsleatter {
        margin-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-list.footer-newsleatter {
        margin-left: 0;
    }
}

.back-to-top {
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #FFC000;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    cursor: pointer;
    -webkit-box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.09);
}

.back-to-top i {
    color: #fff;
}

.back-to-top:hover {
    background-color: #FFC000;
}

.about-doctor {
    width: 100%;
    padding: 22px 0;
    float: left;
    background: #EFEFEF;
    border-top: 1px solid #004613;
    clear: both;
}

#thankyou .about-doctor {
    padding-bottom: 80px;
}