﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Reddit+Sans:ital,wght@0,200..900;1,200..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 8px;
    height: 4px;
    background: #ccc;
}

::-webkit-scrollbar-thumb {
    background-color: #00ceff;
    -webkit-border-radius: 1ex;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
}


a {
    text-decoration: none;
    color: #000;
}

i {
    animation: fa 5s linear infinite;
}

@keyframes fa {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    5% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -15deg);
        -moz-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -15deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -15deg);
    }

    10% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 25deg);
        -moz-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 25deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 25deg);
    }

    15% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -10deg);
        -moz-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -10deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -10deg);
    }

    20% {
        -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
        -moz-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
        transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
    }

    80% {
        -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
        -moz-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
        transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
    }

    85% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 5deg);
        -moz-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 5deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 5deg);
    }

    90% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        -moz-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

p {
    text-align: justify;
    color: #000;
    font-size: 15px;
    font-family: "Reddit Sans", sans-serif;
}

.topbar {
    background-color: #1bbde4;
    padding: 5px;
}

    .topbar a {
        color: #fff;
        font-size: 14px;
    }

        .topbar a:hover {
            color: #000;
            font-weight: 600;
        }

    .topbar p {
        color: #fff;
        font-size: 14px;
        margin-bottom: 0px;
    }

.navbar .navbar-brand img {
    width: 200px;
}

.navbar .nav-link {
    font-size: 15px;
    font-weight: 400;
    color: #000 !important;
    margin-left: 10px;
}

.navbar .navbar-nav {
    margin-left: 50px;
}

.navbar .active {
    color: #7a8cc9 !important;
    font-weight: 700;
}

.navbar .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    font-size: 11px;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.navbar .dropdown-divider {
    height: 0;
    margin: 2px;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .15);
}

#carouselExampleCaptions .carousel-item img {
    width: 100%;
    height: 500px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: black;
}

#carouselExampleCaptions .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(359deg, #00000040, #00000070, #00000042, #0000006b);
}

.carousel-caption {
    bottom: 8.25rem;
    width: 50%;
}

    .carousel-caption p {
        color: #cbcbcb;
        text-align: start;
        font-weight: 500;
        font-size: 15px;
    }

    .carousel-caption h5 {
        color: #4eddff;
        text-align: start;
        font-weight: 700;
        font-size: 23px;
    }

    .carousel-caption h2 {
        color: #fff;
        text-align: start;
        font-weight: 700;
        font-size: 35px;
    }

.section_one h2 {
    color: #4eddff;
    font-weight: 700;
    font-size: 35px;
}

.section_one .card {
    border: none;
    margin-bottom: 20px;
}

    .section_one .card img {
        width: 100%;
        height: 300px;
    }

    .section_one .card .card-footer h6 {
        text-align: start;
    }

.section_one
.zoom {
    overflow: hidden;
}

    .section_one .zoom img {
        transition-duration: 4s;
        margin: 0 auto;
        display: block;
        width: 100%;
        height: 300px;
    }

        .section_one .zoom img:hover {
            transform: scale(1.2);
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            z-index: 0;
        }

.section_two h6 {
    color: #4eddff;
    text-align: start;
    font-weight: 700;
    font-size: 23px;
}

.section_two h2 {
    color: #000;
    text-align: start;
    font-weight: 700;
    font-size: 35px;
}

.section_two h3 {
    color: #000;
    text-align: start;
    font-weight: 700;
    font-size: 35px;
}

.section_two p {
    color: #959595;
    text-align: justify;
    font-weight: 500;
    font-size: 15px;
    word-spacing: 5px;
}

.section_two img {
    border-radius: 0px 0px 140px 25px;
}

.Section_three h6 {
    color: #4eddff;
    text-align: start;
    font-weight: 700;
    font-size: 23px;
}

.Section_three h2 {
    color: #000;
    text-align: start;
    font-weight: 700;
    font-size: 35px;
}

.Section_three h3 {
    color: #000;
    text-align: start;
    font-weight: 700;
    font-size: 35px;
}

.Section_three p {
    color: #959595;
    text-align: justify;
    font-weight: 500;
    font-size: 15px;
    word-spacing: 5px;
    snip1527
}

.section_four {
    background-image: linear-gradient(179deg, #fff0, #00000057, #0000001a, #fff0), url(../img/healthcare-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 100px;
}

    .section_four h2 {
        color: #4eddff;
        font-size: 35px;
        font-weight: 700;
    }

    .section_four p {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
    }


.snip1527 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #fff;
    float: left;
    font-family: Lato, Arial, sans-serif;
    font-size: 16px;
    margin: 10px 1%;
    max-width: 310px;
    min-width: 250px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
}

    .snip1527 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .snip1527 img {
        max-width: 100%;
        height: 400px;
        vertical-align: top;
        position: relative;
    }

    .snip1527 figcaption {
        padding: 25px 20px;
        position: absolute;
        bottom: 0;
        z-index: 1;
    }

        .snip1527 figcaption:before {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            content: "";
            background: -moz-linear-gradient( 90deg, #700877 0, #ff2759 100%, #ff2759 100% );
            background: -webkit-linear-gradient( 90deg, #700877 0, #ff2759 100%, #ff2759 100% );
            background: linear-gradient(90deg, #000000d1 0, #00000091 100%, #0000009c 100%);
            opacity: 0.8;
            z-index: -1;
        }

    .snip1527 .date {
        background-color: #4eddff;
        border-radius: 50%;
        color: #000;
        font-size: 18px;
        font-weight: 700;
        min-height: 48px;
        min-width: 48px;
        padding: 10px 0;
        position: absolute;
        right: 15px;
        text-align: center;
        text-transform: uppercase;
        top: -25px;
    }

        .snip1527 .date span {
            display: block;
            line-height: 14px;
        }

        .snip1527 .date .month {
            font-size: 11px;
        }

    .snip1527 h3,
    .snip1527 p {
        margin: 0;
        padding: 0;
    }

    .snip1527 h3 {
        display: inline-block;
        font-weight: 700;
        letter-spacing: -0.4px;
        margin-bottom: 5px;
        font-size: 23px;
        color: #4eddff;
    }

    .snip1527 p {
        font-size: 13px;
        line-height: 1.6em;
        margin-bottom: 0;
        color: #fff;
    }

    .snip1527 a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        z-index: 1;
    }

    .snip1527.hover img,
    .snip1527:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.news_resorces h2 {
    color: #4eddff;
    font-size: 35px;
    font-weight: 700;
}

.news_resorces .dis {
    text-align: center;
}





.listar-map-button {
    right: auto;
    /***
    box-shadow: 0 0 65px rgba(0,0,0,.07) inset, 0 0 35px rgba(0,0,0,.05) inset;**/
}

.listar-map-button-text span {
    background-color: #fff;
    color: #252525;
    text-shadow: none;
}

.listar-page-header-content .listar-map-button-text span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    height: 44px;
    line-height: 1.6;
    padding: 10px 25px;
    box-shadow: 0 0 300px rgba(0, 0, 0, 0.65), 0 0 30px rgba(0, 0, 0, 0.06);
    border-radius: 50px;
    background-color: rgba(35, 40, 45, 0.9);
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}


@keyframes wave {
    0% {
        background-position: 0;
    }

    100% {
        background-position: 1440px;
    }
}

.listar-feature-item-wrapper {
    margin-bottom: 120px;
    padding-left: 27px;
    padding-right: 27px;
}

.listar-feature-item {
    height: calc(100% - 20px);
}

    .listar-feature-item.listar-feature-has-link ~ .listar-feature-fix-bottom-padding.listar-fix-feature-arrow-button-height {
        position: relative;
        display: block;
        width: 100%;
        height: 30px;
    }








    .listar-feature-item .listar-feature-item-inner {
        padding: 50px 30px;
        border-radius: 6px;
        z-index: 5;
        position: relative;
        height: 100%;
    }

    .listar-feature-item .listar-feature-item-inner {
        padding-top: 60px;
        padding-bottom: 60px;
    }

        .listar-feature-item .listar-feature-item-inner:before {
            border: 0;
            box-shadow: 120px 0px 150px rgba(80, 80, 80, 0.15), 10px 0px 10px rgba(80, 80, 80, 0.02);
            border-radius: 1000px;
            background: rgba(255, 255, 255, 0);
            background: -moz-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 100% );
            background: -webkit-gradient( left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)) );
            background: -webkit-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 100% );
            background: -o-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 100% );
            background: -ms-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 100% );
            background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 100% );
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=1);
        }

        .listar-feature-item .listar-feature-item-inner:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

.listar-feature-right-border {
    position: absolute;
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    top: -12px;
    left: 50%;
    overflow: hidden;
}

.listar-feature-items {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.listar-feature-right-border:before,
.listar-hovering-features
.listar-feature-item
a:hover ~ .listar-feature-item-inner
.listar-feature-right-border:before {
    border: 11px solid #2f53bf;
}

.listar-feature-right-border:before,
.listar-hovering-features
.listar-feature-item
a:hover ~ .listar-feature-item-inner
.listar-feature-right-border:before,
.listar-hovering-features-grey
.listar-feature-item
a:hover ~ .listar-feature-item-inner
.listar-feature-right-border:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 11px solid #258bd5;
    border-radius: 800px;
    left: -50%;
}

.listar-feature-item .listar-feature-block-content-wrapper {
    position: relative;
    display: block;
    text-decoration: none;
    margin: -30px;
    padding: 30px;
    height: calc(100% + 100px);
}

.listar-features-design-2 .listar-feature-item-wrapper {
    margin-bottom: 120px;
    padding-left: 27px;
    padding-right: 27px;
}

.listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
    content: "";
    background-color: #fff;
    z-index: 6;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
}

.listar-feature-icon-wrapper {
    width: 148px;
    height: 148px;
    line-height: 148px;
    border-radius: 500px;
    position: relative;
    background-color: #fff;
    box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.06);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    vertical-align: middle;
    margin-left: -74px;
    top: -66px;
    margin-top: -74px;
}

.listar-feature-icon-inner {
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 500px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.14);
    background: #fff;
}

    .listar-feature-icon-inner div {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        display: inline-block;
        position: relative;
        width: 120px;
        height: 120px;
        line-height: 120px;
        text-align: left;
    }

    .listar-feature-icon-inner img {
        position: relative;
        margin: 0 auto;
        vertical-align: middle;
        display: inline-block;
        width: auto;
        left: 50%;
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
        -o-transform: translate(-50%);
        transform: translate(-50%);
        height: 55px;
    }

.listar-feature-item img,
.listar-feature-item i {
    position: relative;
    display: inline-block;
    border-bottom: 0;
    font-size: 40px;
    top: 0;
    padding: 0;
    color: #258bd5;
}

.listar-feature-with-image .listar-feature-content-wrapper {
    top: 0;
}

.listar-feature-content-wrapper {
    position: relative;
    margin-top: -15.5px;
}

.listar-feature-item .listar-feature-item-title {
    padding-top: 0;
    margin: 0 0 30px;
    text-align: center;
    line-height: 1.5;
}

    .listar-feature-item
    .listar-feature-item-title.listar-feature-counter-added > span {
        margin-left: 25px;
        border-radius: 0 50px 50px 0;
    }

    .listar-feature-item .listar-feature-item-title > span {
        box-shadow: 15px 20px 30px rgb(80 80 80 / 25%), 5px 0px 40px rgba(80, 80, 80, 0.1);
        padding: 10px 20px;
        display: inline-block;
        position: relative;
        background-color: #fff;
    }

        .listar-feature-item .listar-feature-item-title > span span {
            box-shadow: 15px 15px 30px rgba(80, 80, 80, 0.2), 5px 0px 80px rgba(80, 80, 80, 0.15);
            padding: 10px 0;
            display: inline-block;
            width: 50px;
            height: 50px;
            line-height: 30px;
            white-space: nowrap;
            position: absolute;
            top: -3px;
            left: -40px;
            border-radius: 50px;
            background-color: #4eddff;
            color: #fff;
        }

    .listar-feature-item .listar-feature-item-title span {
        display: inline-block;
        font-size: 14px;
        line-height: normal;
        font-weight: 400;
        text-shadow: none;
        border-radius: 50px;
        color: #00ceff;
        font-size: 18px;
    }

.listar-feature-item-excerpt {
    padding: 0 20px;
}

.listar-feature-item-excerpt {
    color: #252525;
    position: relative;
    top: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
}

.pset {
    padding-top: 100px;
}

.listar-map-button-text span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    height: 44px;
    line-height: 1.6;
    padding: 10px 25px;
    box-shadow: 0 0 31px rgba(0, 0, 0, 0.65), 0 0 4px rgba(0, 0, 0, 0.06);
    border-radius: 50px;
    background-color: rgba(35, 40, 45, 0.9);
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

.listar-map-button-text span {
    background-color: #fff;
    color: #252525;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .listar-map-button-text span:after {
        border: 12px solid #fff;
    }

    .listar-map-button-text span:after {
        content: "";
        position: absolute;
        top: -14px;
        left: -14px;
        width: calc(100% + 28px);
        height: calc(100% + 28px);
        border-radius: 36px;
    }

.listar-map-button:hover .listar-map-button-text span {
    padding: 10px 43px 10px 51px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.listar-feature-with-image .listar-feature-item a:before {
    content: "";
    position: absolute;
    top: -74px;
    left: 50%;
    margin-left: -74px;
    width: 148px;
    height: 148px;
    border-radius: 1000px;
    z-index: 10;
}

.listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
    margin-left: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    box-shadow: 10px 10px 40px rgba(80, 80, 80, 0.15), 15px 15px 30px rgba(80, 80, 80, 0.05), 0 0 120px rgba(80, 80, 80, 0.6);
    bottom: -30px;
    background-image: url("https://image.flaticon.com/icons/svg/2316/2316674.svg");
    background-size: 40%;
    color: #555;
    line-height: 52px;
}



@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

.clients .slider {
    background: pr;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: 150px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .clients .slider::before,
    .clients .slider::after {
        background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
        content: "";
        height: 100px;
        position: absolute;
        width: 200px;
        z-index: 2;
    }

    .clients .slider::after {
        right: 0;
        top: 0;
        -webkit-transform: rotateZ(180deg);
        transform: rotateZ(180deg);
    }

    .clients .slider::before {
        left: 0;
        top: 0;
    }

    .clients .slider .slide-track {
        -webkit-animation: scroll 40s linear infinite;
        animation: scroll 40s linear infinite;
        display: flex;
        width: calc(250px * 14);
    }

    .clients .slider .slide {
        height: 150px;
        width: 250px;
    }

.clients h2 {
    color: #4eddff;
    font-size: 35px;
    font-weight: 700;
}

.section_categories h2 {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 40px;
}

.section_categories .table .product_one {
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

    .section_categories .table .product_one:hover {
        color: #4eddff;
        font-weight: 600;
        font-size: 18px;
    }

.section_categories .table span {
    font-size: 15px;
}

footer {
    background-color: #8be9ff;
    padding-top: 100px;
}

    footer img {
        width: 200px;
        background-color: #fff;
    }

    footer a {
        color: #000;
        font-weight: 600;
    }

        footer a:hover {
            color: #576aab;
            font-weight: 700;
        }

    footer p {
        color: #000;
        font-weight: 600;
    }

    footer .socil_link {
        display: flex;
        justify-content: space-between;
    }

        footer .socil_link i {
            background-color: #fff;
            padding: 8px;
            border-radius: 50px;
            color: #4eddff;
        }

            footer .socil_link i:hover {
                background-color: #000;
                cursor: pointer;
            }

.banner_section {
    background-image: url('../img/aboutbanner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    padding-top: 150px;
}

    .banner_section p {
        text-align: center;
        font-weight: 600;
    }

    .banner_section h2 {
        text-align: center;
        font-size: 35px;
        font-weight: 700;
    }

.Quality_Assurance h6 {
    color: #4eddff;
    font-weight: 600;
    font-size: 20px;
}

.Quality_Assurance p {
    color: #777;
    font-weight: 500;
    font-size: 15px;
}

.contact_card .card {
    border: none;
    background-color: #1bbde4;
    padding: 25px;
    margin: 15px;
    height: 200px;
}

    .contact_card .card i {
        font-size: 50px;
        margin-bottom: 20px;
    }

    .contact_card .card p {
        text-align: center;
        font-weight: 600;
        font-size: 17px;
    }

    .contact_card .card a {
        text-align: center;
    }

        .contact_card .card a:hover {
            text-align: center;
            color: #576aab;
        }

.feedback h3 {
    font-size: 35px;
    font-weight: 700;
    color: #1bbde4;
    margin-bottom: 25px;
}

.feedback label {
    font-size: 16px;
    font-weight: 600;
}

.feedback input {
    border: none;
    border-bottom: 1px solid #777;
    width: 100%;
    font-size: 15px;
    box-shadow: 7px 5px 6px 0px #777;
    margin: 15px 0px;
    border-radius: 20px;
    padding: 5px 14px;
}

    .feedback input:focus {
        border: none;
        border-bottom: 1px solid #777;
        width: 100%;
        font-size: 15px;
        box-shadow: 7px 5px 6px 0px #777;
        margin: 15px 0px;
        border-radius: 20px;
        padding: 5px 14px;
    }

.feedback textarea {
    border: none;
    border-bottom: 1px solid #777;
    width: 100%;
    font-size: 15px;
    box-shadow: 7px 5px 6px 0px #777;
    margin: 15px 0px;
    border-radius: 20px;
    padding: 5px 14px;
}

    .feedback textarea:focus {
        border: none;
        border-bottom: 1px solid #777;
        width: 100%;
        font-size: 15px;
        box-shadow: 7px 5px 6px 0px #777;
        margin: 15px 0px;
        border-radius: 20px;
        padding: 5px 14px;
    }

#button {
    display: inline-block;
    background-color: #0085a5;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #button::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }

    #button:hover {
        cursor: pointer;
        background-color: #7680b1;
    }

    #button:active {
        background-color: #555;
    }

    #button.show {
        opacity: 1;
        visibility: visible;
    }


@media only screen and (max-width:800px) {
    p {
        font-size: 12px;
    }

    #carouselExampleCaptions .carousel-item img {
        height: 350px;
    }

    .carousel-caption {
        bottom: 0.25rem;
    }

    .section_one .zoom img {
        height: 200px;
    }

    .section_two h2 {
        font-size: 25px;
    }

    .section_two h6 {
        font-size: 17px;
    }

    .section_two p {
        font-size: 14px;
    }

    .Section_three h6 {
        font-size: 17px;
    }

    .Section_three h3 {
        font-size: 25px;
    }

    .section_one h2 {
        font-size: 25px;
    }

    .section_one .card .card-footer h6 {
        font-size: 15px;
    }

    .section_four h2 {
        font-size: 26px;
    }

    .section_four p {
        font-size: 16px;
    }

    .section_four {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .news_resorces h2 {
        font-size: 30px;
    }

    .listar-feature-item .listar-feature-item-title.listar-feature-counter-added > span {
        margin-left: 0px;
    }

    .listar-feature-item .listar-feature-block-content-wrapper {
        margin: -30px;
        padding: 10px;
        height: auto;
    }

    .clients h2 {
        font-size: 30px;
    }

    .listar-feature-right-border {
        display: none;
    }

    .listar-feature-item .listar-feature-item-title > span span {
        top: 10px;
    }
}

@media only screen and (max-width:500px) {

    .topbar a {
        font-size: 10px;
    }

    .topbar p {
        text-align: center;
        font-size: 10px;
    }

    .navbar .navbar-brand img {
        width: 165px;
    }

    .navbar .navbar-nav {
        margin-left: 0;
    }

    .carousel-caption h2 {
        font-size: 25px;
    }

    .carousel-caption h5 {
        font-size: 17px;
    }

    .carousel-caption {
        bottom: 2.25rem;
        width: 80%;
    }

        .carousel-caption p {
            font-size: 13px;
        }

    #carouselExampleCaptions .carousel-item img {
        height: 335px;
    }

    .section_one h2 {
        font-size: 25px;
    }

    .section_one .card .card-footer h6 {
        text-align: center;
    }

    .listar-feature-right-border {
        width: 10%;
    }

        .listar-feature-right-border:before, .listar-hovering-features .listar-feature-item a:hover ~ .listar-feature-item-inner .listar-feature-right-border:before, .listar-hovering-features-grey .listar-feature-item a:hover ~ .listar-feature-item-inner .listar-feature-right-border:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: -172px;
            border: 11px solid #258bd5;
            border-radius: 800px;
        }

    .listar-feature-item-wrapper {
        margin-bottom: 120px;
        padding-left: 0;
        padding-right: 0;
    }

    .listar-feature-item .listar-feature-block-content-wrapper {
        position: relative;
        display: block;
        text-decoration: none;
        margin: 0;
        padding: 0;
        height: calc(100% + 100px);
    }

    .snip1527 {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        color: #fff;
        float: left;
        font-family: Lato, Arial, sans-serif;
        font-size: 16px;
        margin: 10px 1%;
        max-width: 100%;
        min-width: 250px;
        overflow: hidden;
        position: relative;
        text-align: left;
        width: 100%;
    }

    .section_two h2 {
        font-size: 25px;
    }

    .section_two h6 {
        font-size: 17px;
    }

    .Section_three h6 {
        font-size: 17px;
    }

    .Section_three h3 {
        font-size: 25px;
    }

    .section_four h2 {
        font-size: 25px;
    }

    .section_four p {
        font-size: 15px;
    }

    .section_four {
        background-image: linear-gradient(179deg, #00000003, #00000059, #00000052, #00000040), url(../img/healthcare-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .news_resorces h2 {
        font-size: 25px;
    }

    .clients h2 {
        font-size: 25px;
    }
}
