body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333;
    width: 100%;
    overflow-x: hidden;
    font-weight: 500;
}

*:focus {
    outline: 0 !important;
}

a,
a:hover {
    color: #333;
}

.all-wrapper {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

input {
    font-size: 14px !important;
}

input::placeholder,
textarea::placeholder {
    font-size: 13px !important;
}

a,
a:hover {
    text-decoration: none;
}

p {
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 0px !important;
}

h1 {
    font-size: 2.5rem;
}

h6 {
    font-size: 1rem;
}

.inverse {
    background-color: #fff !important;
    color: #084b9c !important;
}

.btn-rafa {
    border: 0px;
    padding: 10px 20px 10px 20px;
    background-color: #042666;
    color: #fff;
    font-weight: 600;
    position: relative;
    margin: 10px 0px;
}

.btn-rafa span {
    position: relative;
    z-index: 33;
}

.btn-rafa:hover::after,
.btn-rafa:hover::before {
    height: 100%;
    transition: 0.3s height ease-in;
}

.btn-rafa::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: #0ca657;
    opacity: 0.6;
    transition: 0.3s height ease-in;
}

.btn-rafa::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: #0ca657;
    opacity: 0.6;
    transition: 0.3s height ease-in;
}

.wrapper {
    padding: 10vh 0;
}

#loading {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 2000;
    top: 0;
    background: #f4f5f6;
    background-image: url(../img/loader.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.loader {
    background-position: center center;
    background-image: url(../img/loader.gif);
    background-repeat: no-repeat;
    text-align: center;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}


/* -----------------------------------------------header-start-----------------------------*/

.heading {
    margin: 0px auto;
    position: relative;
    ;
}

.white {
    margin: 0px auto !important;
}

.white h1,
.white h6 {
    color: #fff !important;
}

.heading h1 {
    color: #253750;
    font-weight: 400;
}

.heading h1 span {
    font-weight: 700;
}

.heading h6 {
    color: #042666;
    font-weight: 500;
}

.heading img {
    max-height: 10px;
}

header .top-contact {
    background-color: #011659;
    padding: 10px 0px;
}

header .top-contact .social-icons {
    padding-left: 0px;
}

header .top-contact .social-icons li {
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    padding-top: 6px;
    padding-left: 1px;
    border-radius: 50%;
    color: #fff;
    list-style: none;
    margin-right: 5px;
    border: #0ca657 1px solid;
}

header .top-contact .top-contact-widget {
    display: inline-flex;
    padding: 0px 20px;
}

header .top-contact .top-contact-widget .icon {
    width: 60px;
    padding-right: 10px;
    border-right: 1px solid #ddd;
}

header .top-contact .top-contact-widget .top-contact-content {
    padding-left: 10px;
}

header .top-contact .top-contact-widget .top-contact-content h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
    margin-bottom: 3px;
}

header .top-contact .top-contact-widget .top-contact-content p {
    line-height: 18px;
    font-size: 12px;
    color: #fff;
}

header .top-contact .top-contact-widget .top-contact-content h5 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
}

header .top-contact .top-contact-widget .icon img {
    max-width: 100%;
}

header .top-navbar {
    padding: 10px;
}

header .top-navbar .navbar-brand img {
    min-width: 150px;
}

header .top-navbar .container {
    padding: 0px;
}

header .top-navbar .navbar-expand-md {
    padding: 0px;
}

header .top-navbar .nav-item {
    position: relative;
    color: #fff;
    padding: 0px 15px;
}

header .navbar-light .navbar-nav .nav-item:last-child {
    background-color: #13316e !important;
}

header .navbar-light .navbar-nav .nav-link.active {
    color: #2a7abc !important;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.fixed-top {
    background-color: #fff;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(224, 77, 152, 0.8);
    -moz-box-shadow: 0px 0px 15px 0px rgba(224, 77, 152, 0.8);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease-in;
    padding: 0px 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.fixed-top .navbar-brand img {
    max-width: 140px;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes slide {
    from {
        background-position: 0 0
    }
    to {
        background-position: 20000px 0
    }
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0
    }
    to {
        background-position: 20000px 0
    }
}

header .navbar-toggler .icon-bar {
    height: 2px;
    background-color: #0ca657;
    width: 30px;
    display: block;
    margin-bottom: 7px;
}

header .navbar-toggler .icon-bar:nth-of-type(3) {
    top: 0px;
}

header .navbar-toggler .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
}

header .navbar-toggler.active .icon-bar:nth-of-type(1) {
    top: 9px;
    transform: rotate(45deg);
}

header .navbar-toggler.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}

header .navbar-toggler.active .icon-bar:nth-of-type(3) {
    top: -9px;
    transform: rotate(-45deg);
}

header .dropdown-toggle:hover~.dropdown-menu {
    display: block !important;
    padding: 0px;
    transition: 0s 180s;
}

.dropdown-menu {}

header .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    font-size: 12px;
    padding: 8px 20px;
    border-bottom: 1px dotted #6fbe44;
    text-transform: uppercase;
}

header .dropdown-toggle::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #6fbe44;
    left: 5px;
    top: 8px;
    opacity: 0;
    border: 0px;
    transition: all 0.3s ease-in;
}

header .top-navbar .nav-item .nav-link {
    color: #1a1a1a;
    font-weight: 600;
    padding: 0px 15px;
    font-size: 14px;
    position: relative;
    padding: 0px 15px;
}

header .top-navbar .nav-item .menu-button {
    background-color: #011659;
    color: #fff;
    padding: 8px 15px;
    margin-top: -8px;
}

header .top-navbar .nav-item {
    padding: 10px 10px;
}

header .top-navbar .nav-item a {
    padding: 0px 0px;
    width: 100%;
}

.slider-wrapper {
    background-color: #011659;
}

.slider-wrapper .swiper-container {
    height: calc(100vh - 120px);
}

.slider-wrapper .swiper-slide {
    overflow: hidden;
}

.slider-wrapper .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}

.slider-wrapper .copy {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    letter-spacing: 0.06em;
}

.swiper-button-prev,
.swiper-button-next {
    height: 29px !important;
}

.slider-wrapper .slider-content {
    margin-top: 15vh;
    padding: 0vh 10vh;
    width: 50%;
}

.slider-wrapper .slider-content h1 {
    font-size: 3.5vw;
    font-weight: 900;
    color: #fff;
}

.slider-wrapper .slider-content h1 span {
    color: #53c0d0;
}

.slider-wrapper .slider-content p {
    color: #fff;
    font-size: 16px;
}

.main-features-wrapper {
    margin-top: -80px;
    position: relative;
    z-index: 888;
}

.main-features-wrapper .features-box {
    background-color: #0ca657;
}

.main-features-wrapper .features-box:first-child,
.main-features-wrapper .features-box:last-child {
    background-color: #011659;
    position: relative;
    overflow: hidden;
}

.main-features-wrapper .features-box .shape {
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 102%;
}

.main-features-wrapper .features-box .features-content {
    text-align: center;
    padding: 40px 20px 60px 20px;
}

.main-features-wrapper .features-box .features-content img {
    max-width: 100px;
}

.main-features-wrapper .features-box .features-content h2 {
    color: #fff;
    font-size: 24px;
    margin-top: 15px;
    font-weight: 600;
}

.main-features-wrapper .features-box .features-content p {
    color: #fff;
    font-weight: 400;
}

.about-wrapper {}

.about-wrapper .container {
    position: relative;
}

.about-wrapper .contact {
    position: relative;
}

.about-wrapper .contact .contact-widget {
    width: 70%;
    background-color: #fff;
    box-shadow: 1px -2px 40px -3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px -2px 40px -3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px -2px 40px -3px rgba(0, 0, 0, 0.3);
}

.about-wrapper .contact .contact-widget .contact-description {
    background-color: #011659;
    color: #fff;
    padding: 30px 25px;
    font-size: 16px;
}

.about-wrapper .contact .contact-widget .contact-detail {
    list-style: none;
    font-size: 15px;
    padding: 20px 25px 10px 50px;
    margin-bottom: 0px;
}

.about-wrapper .contact .contact-widget .contact-detail li {
    margin-bottom: 15px;
    position: relative;
}

.about-wrapper .contact .contact-widget .contact-detail li:last-child {
    margin-bottom: 0px;
}

.about-wrapper .contact .contact-widget .contact-detail li i {
    position: absolute;
    left: -22px;
    top: 1px;
    font-size: 18px;
}

.about-wrapper .contact .contact-widget .contact-detail span {
    font-weight: 600;
    margin-right: 3px;
}

.about-wrapper .contact .contact-widget .working-time {
    list-style: none;
    text-align: left;
    padding: 0px 20px 10px 18px;
}

.about-wrapper .contact .contact-widget .working-time li {
    padding: 10px 15px;
    text-align: right;
    position: relative;
    border-bottom: 1px dashed #c6c5c5;
}

.about-wrapper .contact .contact-widget .working-time li:last-child {
    border-bottom: 0px;
}

.about-wrapper .contact .contact-widget .working-time li span {
    position: absolute;
    left: 18px;
}

.about-wrapper .contact::after {
    /* content: "";
    position: absolute;
    top: -10%;
    right: -10%;
    background-image: url('../images/about.jpg');
    width: 100%;
    height: 120%;
    z-index: -1;
    background-size: cover; */
}

.speciality-wrapper {
    background-color: #f9f9f9;
}

.speciality-wrapper .container {
    position: relative;
}

.speciality-wrapper .speciality-box {
    background-color: #fff;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 0px;
    padding-bottom: 20px;
    -webkit-box-shadow: 1px -2px 40px -3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px -2px 40px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 1px -2px 40px -3px rgba(0, 0, 0, 0.3);
}

.speciality-wrapper .speciality-box .speciality-img {
    transition: all 0.5s ease-in;
    width: 80px;
    margin: 0px auto;
    background-color: #011659;
    padding: 18px;
}

.speciality-wrapper .speciality-box .speciality-img.green {
    background-color: #0ca657;
}

.speciality-wrapper .speciality-box .speciality-img img {
    transition: all 0.5s ease-in;
}

.speciality-wrapper .speciality-box .speciality-content {
    padding: 15px;
    position: relative;
}

.speciality-wrapper .speciality-box .speciality-content span.num {
    position: absolute;
    font-size: 50px;
    font-weight: 700;
    left: 10px;
    top: 0;
    z-index: 1;
    opacity: 0.2;
    color: #d9d9da;
}

.speciality-wrapper .speciality-box .speciality-content h3 {
    color: #011659;
    font-size: 18px;
    font-weight: 700;
}

.speciality-wrapper .speciality-box .speciality-content p {
    font-size: 14px !important;
    line-height: 25px;
}

.testimonial-wrapper {}

.testimonial-wrapper h4 {
    color: #011659;
    font-weight: 600;
    font-size: 18px;
    margin-top: 15px;
}

.testimonial-wrapper .owl-carousel span {
    color: #202020;
    margin-left: 5px;
    font-weight: 400;
}

.testimonial-wrapper .owl-nav button {
    position: absolute;
    top: 0;
    background-color: #53c0d0;
    color: #53c0d0;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.testimonial-wrapper .owl-nav button.owl-prev {
    left: 0;
    display: none;
}

.testimonial-wrapper .owl-nav button.owl-next {
    right: 0;
    display: none;
}

.testimonial-wrapper .owl-dots {
    padding-top: 15px;
}

.testimonial-wrapper .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #011659 !important;
    margin: 0 3px;
}

.testimonial-wrapper .owl-dots button.owl-dot.active {
    background-color: #53c0d0 !important;
}

.testimonial-wrapper .owl-dots button.owl-dot:focus {
    outline: none;
}

.testimonial-wrapper .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.testimonial-wrapper i {
    font-size: 30px;
    color: #dfdfdf;
}

footer {
    background-color: #011659;
}

footer h4 {
    font-size: 18px;
    margin-top: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

footer a,
footer a:hover {
    color: #fff;
}

footer .footer-about img {
    max-width: 200px;
    margin-bottom: 20px;
}

footer .footer-about p {
    color: #fff;
}

footer .social-icons {
    padding-left: 0px;
    margin-top: 15px;
}

footer .social-icons li {
    float: left;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 18px;
    padding-top: 8px;
    padding-left: 1px;
    border-radius: 50%;
    color: #fff;
    list-style: none;
    margin-right: 5px;
    border: #0ca657 1px solid;
}

footer .quick-links ul {
    padding-left: 0px;
}

footer .quick-links a {
    list-style: none;
    position: relative;
    margin-bottom: 15px;
    padding-left: 15px;
    display: block;
}

footer .quick-links a::before {
    position: absolute;
    content: "\e930";
    font-family: 'feather' !important;
    left: 0;
    border-radius: 50%;
    color: #0ca657;
}

footer .working-time {
    list-style: none;
    text-align: left;
    padding: 0px;
}

footer .working-time li {
    padding: 10px 0px;
    text-align: right;
    position: relative;
    border-bottom: 1px dashed #c6c5c5;
    color: #fff;
}

footer .working-time li:last-child {
    border-bottom: 0px;
}

footer .working-time li span {
    position: absolute;
    left: 0px;
}

footer .copyrights .container {
    color: #fff;
    border-top: 1px solid #0ca657;
    padding-top: 25px;
}

.inner-header {
    background-image: url(../images/pharmacy-background.webp);
    background-size: cover;
    padding: 10vh 0vh 13vh 0vh;
    text-align: center;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}

.inner-header h1 {
    color: #011659;
    font-weight: 800;
}

.bg-overlay {
    margin-top: -4.4vw;
    position: relative;
    z-index: 99;
}

.contact-wrapper .contact-form {
    padding: 40px 30px;
}

.contact-wrapper .contact-form .form-control {
    border-radius: 0px;
    padding: 25px 15px;
    font-size: 14px;
}

.contact-wrapper .contact-form textarea {
    padding: 15px 15px !important;
    font-size: 14px;
}