.body {
    line-height: 1.4;
    font-family: "Source Sans Pro", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    color: #777777;
    line-height: 1.8em;
    font-weight: 400;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
    font-family: "Roboto", sans-serif;
    height: 500px;
}

p {
    font-family: "Source Sans Pro", sans-serif;
    color: #333333;
    font-size: 16px;
    position: relative;
    line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    margin: 0px;
}

.page-wrapper {
    overflow: hidden;
}

a {
    text-decoration: none;
    cursor: pointer;
}

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

input,
button,
select,
textarea {
    font-family: "Roboto", sans-serif;
}

.section-title h3 {
    font-size: 38px;
    line-height: 50px;
    color: #222222;
    font-weight: 700;
    font-family: "Source Sans Pro", sans-serif;
}

.section-title span {
    color: #222222;
    font-weight: 400;
}

.section-title p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #777777;
    font-family: "Roboto", sans-serif;
}

li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.btn-style-one {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 27px;
    padding: 8px 36px;
    background: #48bdc5;
    border: 1px solid #48bdc5;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.btn-style-one:hover {
    color: #48bdc5;
    border: 1px solid #48bdc5;
    background: #ffffff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.section {
    padding: 100px 0;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.bg-gray {
    background: #fafafa;
}

.logo {
    display: inline-block;
}

.header-top {
    background: #ffffff;
    border-bottom: 1px solid #ececec;
}

.header-top .top-right {
    float: right;
}

@media (max-width: 767px) {
    .header-top .top-right {
        float: unset;
        text-align: center;
    }
}

.header-top .top-right .social-links {
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    .header-top .top-right .social-links {
        padding-left: 0;
    }
}

.header-top .top-right .social-links li {
    display: inline-block;
}

.header-top .top-right .social-links li i {
    width: 50px;
    height: 56px;
    line-height: 56px;
    margin: -1px;
    font-size: 16px;
    color: #777777;
    font-weight: 600;
    text-align: center;
    border: 1px solid #ececec;
}

.header-top .top-right .social-links li:hover i {
    color: #7b64cb;
    border-color: #7b64cb;
}

.header-uper {
    padding: 40px 0px;
}

.header-uper .logo {
    float: left;
}

.header-uper .right-side {
    float: right;
}

@media (max-width: 991px) {
    .header-uper .right-side {
        float: unset;
        text-align: center;
    }
}

.header-uper .contact-info {
    float: left;
}

@media (max-width: 991px) {
    .header-uper .contact-info {
        padding-left: 0;
        float: unset;
        margin-bottom: 30px;
    }
}

.header-uper .link-btn {
    float: right;
}

@media (max-width: 991px) {
    .header-uper .link-btn {
        float: unset;
    }
}

.header-uper .contact-info .item {
    position: relative;
    display: inline-block;
    padding-left: 70px;
    margin-right: 40px;
}

.header-uper .contact-info .item .icon-box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    text-align: center;
    line-height: 53px;
    border: 1px solid #5ec5cc;
}

.header-uper .contact-info .item .icon-box i:before {
    color: #5ec5cc;
    font-size: 22px;
}

.header-uper .contact-info .item strong {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #222222;
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
}

.header-uper .contact-info .item span {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #777777;
    font-family: "Roboto", sans-serif;
}

.header-uper .right-side .link-btn {
    margin-left: 20px;
    margin-top: 5px;
}

.navbar {
    margin-bottom: 0;
    background: #48bdc5;
    border: none;
    border-radius: 0;
}

.navbar .navbar-nav li a {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    padding: 25px 20px;
}

.navbar .navbar-nav li a:hover {
    color: #fff;
}

.navbar .navbar-nav li.active a {
    background: transparent;
    color: #fff;
    font-weight: bold;
}

.navbar .navbar-nav li.active a:hover {
    background: transparent;
    color: #fff;
}

.accordion-section .accordion-holder {
    margin-top: 60px;
}

.accordion-section .accordion-holder .panel-default {
    box-shadow: none;
    border-radius: 0;
}

.accordion-section .accordion-holder .panel-default .panel-heading {
    background: #fff;
    padding: 0;
    border-radius: 0;
}

.accordion-section .accordion-holder .panel-default .panel-heading h4 {
    position: relative;
}

.accordion-section .accordion-holder .panel-default .panel-heading h4 a {
    font-weight: bold;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    display: block;
    background: #48bdc5;
    color: #fff;
    padding: 20px 30px;
    transition: all .3s ease;
}

.accordion-section .accordion-holder .panel-default .panel-heading h4 a:before {
    content: '\f106';
    position: absolute;
    right: 20px;
    font-family: FontAwesome;
}

.accordion-section .accordion-holder .panel-default .panel-heading h4 a.collapsed {
    background: #fff;
    color: #000;
}

.accordion-section .accordion-holder .panel-default .panel-heading h4 a.collapsed:before {
    content: '\f107';
    position: absolute;
    font-family: FontAwesome;
}

.accordion-section .accordion-holder .panel-default .panel-heading h4 a.collapsed:hover {
    color: #48bdc5;
}

.accordion-section .accordion-holder .panel-default .panel-body {
    padding: 20px 30px;
}

.hero-slider {
    height: 600px;
}

.hero-slider .slider-item {
    height: 600px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.hero-slider .slider-item:before {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    content: '';
    top: 0;
    height: 100%;
    width: 100%;
}

.hero-slider .content {
    position: relative;
    z-index: 2;
}

.hero-slider .content.style h2 {
    font-size: 60px;
}

@media (max-width: 767px) {
    .hero-slider .content.style h2 {
        font-size: 30px;
    }
}

.hero-slider .content.style .offer-text {
    letter-spacing: 7px;
    font-size: 15px;
    margin-bottom: 5px;
}

.hero-slider .content.style .tag-text {
    font-size: 20px;
    font-weight: normal;
}

.hero-slider .content.style .btn-main {
    border-radius: 3px;
    padding: 16px 50px;
    font-weight: 700;
}

.hero-slider .content h2 {
    font-size: 35px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #fff;
}

.hero-slider .content p {
    font-size: 26px;
    color: #fff;
}

.hero-slider .content .btn-white {
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    border: 1px solid #fff;
    transition: all .3s ease;
}

.hero-slider .content .btn-white:hover {
    background: #fff;
    color: #000;
}

.hero-slider .slick-dots {
    bottom: 20px;
}

.hero-slider .slick-dots li {
    margin: 0 3px;
}

.hero-slider .slick-dots li button:before {
    font-size: 15px;
}

.hero-slider .slick-dots li.slick-active button:before {
    color: #fff;
}

.hero-slider .slick-prev {
    left: 20px;
    z-index: 100;
}

.hero-slider .slick-prev:before {
    content: '\f177';
    font-family: "FontAwesome";
}

.hero-slider .slick-next {
    right: 20px;
    z-index: 100;
}

.hero-slider .slick-next:before {
    content: '\f178';
    font-family: "FontAwesome";
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.cta {
    padding: 40px 0;
}

.cta .cta-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .cta .cta-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.cta .cta-block .emmergency {
    background: #48bdc5;
}

.cta .cta-block .emmergency a {
    color: #fff;
    font-size: 30px;
}

.cta .cta-block .emmergency p {
    padding-top: 20px;
}

.cta .cta-block .top-doctor {
    background: #5bc4cb;
}

.cta .cta-block .top-doctor .btn-main {
    margin-top: 10px;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    transition: all .3s ease;
}

.cta .cta-block .top-doctor .btn-main:hover {
    background: #fff;
    color: #48bdc5;
}

.cta .cta-block .working-time {
    background: #6fcbd1;
}

.cta .cta-block .working-time ul {
    margin: 0;
    padding: 0;
}

.cta .cta-block .working-time ul li {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.cta .cta-block .working-time ul li span {
    float: right;
}

.cta .cta-block .working-time ul li:not(:last-child) {
    border-bottom: 1px solid #fff;
}

.cta .cta-block .item {
    padding: 20px 30px;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
}

.cta .cta-block .item i,
.cta .cta-block .item h2,
.cta .cta-block .item p {
    transition: all .2s ease;
    color: #fff;
}

.cta .cta-block .item i {
    font-size: 30px;
    margin-bottom: 20px;
}

.cta .cta-block .item h2 {
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 25px;
    margin-bottom: 30px;
}

.cta .cta-block .item p {
    font-size: 16px;
    line-height: 19px;
}

.contact .contact-form .form-control {
    margin-bottom: 30px;
}

.contact .address-block .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .contact .address-block .media {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }
    .contact .address-block .media:last-child {
        margin-bottom: 30px;
    }
}

.contact .address-block .media i {
    color: #48bdc5;
    font-size: 30px;
    margin-right: 35px;
    width: 40px;
    display: block;
}

@media (max-width: 767px) {
    .contact .address-block .media i {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.contact .address-block .media .media-body h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.contact .address-block .media .media-body p {
    line-height: 25px;
}

.contact .address-block .media:not(:last-child) {
    margin-bottom: 20px;
}

.form-control {
    box-shadow: none;
    border-radius: 0;
    padding: 15px 20px;
    font-size: 14px;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #48bdc5;
}

.form-control.main {
    padding: 20px;
}

.feature-section {
    position: relative;
    overflow: hidden;
}

.feature-section .image-content .section-title {
    margin-bottom: 20px;
}

.feature-section .image-content .section-title h3 {
    position: relative;
    padding-bottom: 15px;
}

.feature-section .image-content .section-title p {
    margin-bottom: 40px;
}

.feature-section .image-content .item {
    position: relative;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .feature-section .image-content .item {
        padding: 0 30px;
    }
}

.feature-section .image-content .icon-box {
    height: 50px;
    margin-bottom: 20px;
}

.feature-section .image-content .item h6 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    color: #222222;
    font-family: "Roboto", sans-serif;
}

.feature-section .image-content .item p {
    font-size: 15px;
    line-height: 28px;
}

.feature-section .contact-info .item {
    position: relative;
    display: inline-block;
    margin: -2px;
    padding: 22px 67px 20px 105px;
}

.feature-section .contact-info .item:nth-child(1) {
    background: #8383d1;
}

.feature-section .contact-info .item:nth-child(2) {
    background: #7491ce;
}

.feature-section .contact-info .item:nth-child(3) {
    background: #6fb4d0;
}

.feature-section .contact-info .icon-box {
    position: absolute;
    top: 40px;
    left: 45px;
}

.feature-section .contact-info i:before {
    font-size: 30px;
    color: #ffffff;
}

.feature-section .contact-info h6 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #ffffff;
    font-family: "Source Sans Pro", sans-serif;
}

.feature-section .contact-info p {
    font-size: 15px;
    line-height: 28px;
    font-weight: 600;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
}

.feature-section.style-two {
    position: relative;
    padding: 0px;
    margin-top: -56px;
    margin-bottom: -50px;
    z-index: 11;
}

.service-tab-section {
    position: relative;
}

.service-tab-section .outer-box {
    position: relative;
    z-index: 1;
}

.tabs .nav-tabs>li,
.tabs .nav-pills>li {
    float: none;
    display: inline-block;
    margin-bottom: 10px;
}

.tabs .nav-tabs {
    text-align: center;
    border-bottom: 0;
    margin-bottom: 20px;
}

.tabs .nav-tabs li:not(:last-child) {
    margin-right: 10px;
}

.tabs .nav-tabs li a {
    text-transform: capitalize;
    font-size: 20px;
    padding: 10px 25px;
    font-weight: 600;
    color: #4d4d4d;
    font-family: "Source Sans Pro", sans-serif;
    border: 2px solid #48bdc5;
    border-radius: 0;
    transition: all .3s ease;
}

.tabs .nav-tabs li a:hover {
    background: #48bdc5;
    color: #fff;
    border: 2px solid #48bdc5;
}

.tabs .nav-tabs li.active a {
    color: #fff;
    background: #48bdc5;
    border: 2px solid #48bdc5;
}

.tab-content {
    position: relative;
    float: left;
    width: 100%;
    z-index: 99;
}

.service-box {
    position: relative;
    width: 100%;
}

.service-box img {
    border-radius: 14px;
    width: 100%;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
}

.service-box .contents {
    margin-left: 30px;
}

@media (max-width: 991px) {
    .service-box .contents {
        margin-left: 0;
        margin-top: 50px;
    }
}

.service-box .contents .btn-style-one {
    margin-top: 20px;
}

.service-box .section-title h3 {
    position: relative;
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 45px;
    color: #000;
    text-transform: uppercase;
}

.service-box .section-title h3:before {
    position: absolute;
    left: 0px;
    content: '';
    bottom: 0px;
    background: #333333;
    height: 1px;
    width: 55px;
}

.service-box .text {
    position: relative;
    margin-bottom: 15px;
}

.service-box .text p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    padding-top: 5px;
}

.service-box .icon-box {
    position: absolute;
    top: 0px;
    left: -5px;
}

.service-box .content-list {
    padding-left: 0;
}

.service-box .content-list li {
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    padding: 7px 0px;
    list-style: none;
}

.service-box .content-list li i:before {
    margin-right: 15px;
}

.team-section {
    position: relative;
    background: #ffffff;
    z-index: 1;
}

.team-section .section-title h3 {
    position: relative;
    padding-bottom: 30px;
}

.team-section .section-title p {
    font-size: 15px;
    line-height: 26px;
    color: #777777;
    font-weight: 400;
    padding-bottom: 30px;
}

.team-section .team-member {
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
}

.team-section .team-member img {
    width: 100%;
}

.team-section .team-member .contents {
    background: #fff;
    padding: 20px 10px;
}

.team-section .team-member .contents h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #000;
    position: relative;
}

.team-section .team-member .contents h4:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    background: #777777;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.team-section .team-member .contents .btn-main {
    margin-top: 30px;
    background: #fff;
    text-transform: uppercase;
    color: #48bdc5;
    padding: 10px 25px;
    border: 1px solid #48bdc5;
    transition: all .2s ease-in;
}

.team-section .team-member .contents .btn-main:hover {
    background: #48bdc5;
    color: #fff;
}

.testimonial-section {
    position: relative;
    background-size: cover !important;
    padding: 40px 0px;
    background-repeat: no-repeat !important;
}

.testimonial-section:before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(72, 189, 197, 0.7);
}

.testimonial-section img {
    border-radius: 13px;
    margin: 10px auto;
    display: block;
}

.testimonial-section .section-title h3 {
    position: relative;
    padding-bottom: 30px;
    color: #ffffff;
}

.testimonial-section .section-title h3 span {
    color: #ffffff;
}

.testimonial-section .testimonial-carousel .slide-item {
    outline: 0;
}

.testimonial-section .testimonial-carousel .slick-dots li button:before {
    font-size: 15px;
    color: #fff;
}

.testimonial-section .inner-box {
    position: relative;
    padding: 60px 30px;
    background: #fff;
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
}

.testimonial-section .inner-box h6 {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: normal;
}

.testimonial-section .inner-box p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #1a1a1a;
}

.testimonial-section .inner-box .image-box {
    position: absolute;
    top: -45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    border: 5px solid #fff;
}

.testimonial-section .inner-box .image-box img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.contact-area {
    padding-left: 70px;
}

.contact-area form {
    margin-top: 60px;
}

.contact-area .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-area input,
.contact-area textarea {
    position: relative;
    width: 100%;
    height: 50px;
    color: #777777;
    padding: 10px 25px;
    background: #f4f4f4;
    display: block;
    border: 1px solid #ececec;
}

.contact-area .form-group select {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    height: 50px;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #ececec;
    background: #f4f4f4 url(../images/icons/icon-select.png) right center no-repeat;
    cursor: pointer;
}

.contact-area .form-group option {
    font-weight: normal;
    display: block;
    white-space: pre;
    height: 50px;
    padding: 20px;
}

.contact-area .form-group option:hover {
    background: #7b64cb;
}

.contact-area textarea {
    height: 190px;
    resize: none;
}

.contact-area button {
    width: 100%;
    height: 50px;
}

.contact-area .form-group i {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 15px;
}

.right-side .search-box {
    position: relative;
    margin-bottom: 40px;
}

.right-side .text-title h6 {
    position: relative;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #222222;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: "Source Sans Pro", sans-serif;
}

.right-side .text-title h6:before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: '';
    height: 1px;
    width: 40px;
    background: #48bdc5;
}

.right-side .search-box input {
    height: 50px;
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 26px;
    color: #777777;
    font-weight: 400;
    background: #ffffff;
    border: 1px solid #ececec;
}

.right-side .search-box button {
    position: absolute;
    top: 12px;
    right: 20px;
    background: #ffffff;
}

.right-side .search-box i:before {
    font-size: 20px;
}

.right-side .categorise-menu {
    margin-bottom: 20px;
}

.right-side .categorise-list {
    padding-left: 0;
}

.right-side .categorise-list li {
    padding: 15px 0px;
    border-bottom: 1px solid #e0e0e0;
}

.right-side .categorise-list li:last-child {
    border-bottom: none;
}

.right-side .categorise-list li:first-child {
    padding-top: 10px;
}

.right-side .categorise-list li a {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.right-side .categorise-list li a:hover {
    color: #48bdc5;
}

.right-side .categorise-list li span {
    float: right;
}

.right-side .tag-list {
    position: relative;
    margin-right: -6px;
}

.right-side .tag-list a {
    border-radius: 4px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #777777;
    padding: 6px 26px;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
    border: 1px solid #48bdc5;
    transition: all 0.5s ease;
}

.right-side .tag-list a:hover {
    background: #48bdc5;
    color: #fff;
}

.appointment-image-holder {
    padding: 20px;
}

.appointment-image-holder img {
    border-radius: 14px;
    margin-top: -10px;
}

.story {
    padding: 100px 0;
}

.story img {
    border-radius: 14px;
    width: 100%;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    .story .story-content {
        margin-top: 50px;
    }
}

.story .story-content h2 {
    text-transform: uppercase;
    color: #000;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 40px;
    text-transform: capitalize;
}

.story .story-content .tagline {
    color: #48bdc5;
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
    font-family: "Source Sans Pro", sans-serif;
    margin-bottom: 20px;
}

.story .story-content p {
    font-size: 16px;
    line-height: 19px;
}

.story .story-content h6 {
    margin-top: 30px;
    color: #333333;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
}

.gallery {
    padding: 100px 0;
}

.gallery .gallery-item {
    margin-top: 30px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
}

.gallery .gallery-item img {
    width: 100%;
}

.gallery .gallery-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
    top: 0;
    opacity: 0;
    transition: all .3s ease;
}

.gallery .gallery-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.gallery .gallery-item h3 {
    position: absolute;
    z-index: 5;
    bottom: 70px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    opacity: 0;
    transition: all .3s ease;
    padding: 30px;
    font-family: "Source Sans Pro", sans-serif;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.gallery .gallery-item p {
    position: absolute;
    z-index: 5;
    bottom: 20px;
    color: #fff;
    font-weight: normal;
    opacity: 0;
    transition: all .3s ease;
    padding: 30px;
    font-size: 14px;
    line-height: 16px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.gallery .gallery-item:hover:before {
    opacity: 1;
}

.gallery .gallery-item:hover h3,
.gallery .gallery-item:hover p {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.page-title {
    position: relative;
    padding: 80px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.page-title:before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(19, 38, 70, 0.6);
}

.page-title .title-text h1 {
    position: relative;
    font-size: 40px;
    color: #ffffff;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-family: "Source Sans Pro", sans-serif;
}

.page-title .title-text .title-menu {
    padding-left: 0;
}

.page-title .title-text .title-menu li {
    position: relative;
    color: #48bdc5;
    font-size: 17px;
    display: inline-block;
    line-height: 30px;
    text-transform: capitalize;
}

.page-title .title-text .title-menu li a {
    margin-right: 8px;
    color: #ffffff;
    font-weight: 500;
    transition: all 500ms ease;
}

.page-title .title-text .title-menu li a:hover {
    color: #48bdc5;
    transition: all 500ms ease;
}

.footer-bottom {
    padding: 24px 0px;
    background: #0d1a2f;
}

.footer-bottom .copyright-text {
    float: left;
}

.footer-bottom .copyright-text p {
    font-size: 15px;
    font-weight: 400;
    color: #ababab;
    line-height: 26px;
    margin-bottom: 0px;
    letter-spacing: .5px;
    text-transform: capitalize;
}

.footer-bottom .copyright-text a {
    color: #ababab;
}

.footer-bottom .footer-bottom-link {
    float: right;
    margin-bottom: 0px;
    padding-left: 0;
}

.footer-bottom .footer-bottom-link li {
    display: inline-block;
    margin-left: 32px;
}

.footer-bottom .footer-bottom-link li a {
    font-size: 15px;
    line-height: 26px;
    color: #ababab;
    font-weight: 400;
}

.scroll-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    color: #ffffff;
    font-size: 24px;
    line-height: 45px;
    width: 50px;
    height: 50px;
    border: 1px solid #7b64cb;
    background: #7b64cb;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    display: none;
    border-radius: 25px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.scroll-to-top:hover {
    background: #ffffff;
    color: #7b64cb;
    border-color: #7b64cb;
    transition: all 500ms ease;
}

@media only screen and (max-width: 1200px) {
    .service-section .filter {
        margin-bottom: 20px !important;
    }
    .footer-bottom .copyright-text {
        float: none !important;
        text-align: center;
        margin-bottom: 20px;
    }
    .footer-bottom .footer-bottom-link {
        float: none !important;
        text-align: center;
    }
    .feature-section.style-two {
        margin-bottom: 0px !important;
    }
    .feature-section .contact-info .item {
        display: block !important;
        margin-bottom: 20px !important;
    }
}

@media only screen and (max-width: 1100px) {
    .service-tab-section .tab-content {
        width: 60% !important;
    }
}

@media only screen and (max-width: 991px) {
    .service-tab-section .tab-content .inner-box {
        padding-left: 0px;
    }
    .feature-section .image-content {
        margin-left: 0px !important;
        margin-top: 40px;
    }
    .feature-section .contact-info .item {
        width: 100%;
        margin-right: 30px !important;
        margin-bottom: 20px !important;
    }
    .service-tab-section .tab-list-column {
        width: 100% !important;
    }
    .service-tab-section .tab-content .inner-box {
        float: none !important;
        padding-left: 115px !important;
        max-width: 700px !important;
    }
    .service-tab-section .tab-content {
        width: 100% !important;
    }
    .service-tab-section .tab-content .content-list {
        margin-top: 40px !important;
    }
    .service-section .inner-box {
        margin-bottom: 40px !important;
    }
    .fact-counter .column .item {
        margin-bottom: 40px !important;
    }
    .contact-area {
        margin-top: 70px !important;
        padding-left: 0px !important;
    }
    .footer-bottom .footer-bottom-link {
        margin-top: 30px;
    }
    .service-details .right-side {
        margin-left: 0px !important;
    }
    .feature-section.style-two {
        margin-bottom: 40px !important;
    }
}

@media only screen and (max-width: 767px) {
    .service-tab-section .tab-content .inner-box {
        margin-left: 0px !important;
    }
    .rev_slider_wrapper .tp-caption img {
        display: none;
    }
    .header-uper .right-side {
        float: none !important;
        text-align: center !important;
    }
    .header-uper .contact-info {
        float: none !important;
        margin-bottom: 30px !important;
    }
    .header-uper .logo {
        margin-bottom: 40px !important;
    }
    .hero-slider .content.style h2 {
        font-size: 34px;
        padding: 0 20px;
    }
    .hero-slider .content.style .tag-text {
        font-size: 20px;
        font-weight: normal;
        line-height: inherit;
        padding: 10px 20px;
    }
    #adesao h3 {
        color: #FFF;
        font-size: 20px;
        padding: 0 0 30px;
    }
    .navbar .navbar-nav li a {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 17px;
        color: #fff;
        text-transform: uppercase;
        padding: 14px 30px;
    }
    .navbar-default .navbar-toggle {
        border-color: #fff;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .header-uper .contact-info .item {
        text-align: left !important;
        margin-left: 40px !important;
        margin-right: 0px !important;
    }
    .header-uper .link-btn {
        float: none !important;
        margin-left: 0px !important;
    }
    .work-skill .knob {
        display: inline-block !important;
    }
    .work-skill .skills h6 {
        margin-bottom: 40px;
    }
    .service-two .social-links li .border-shep {
        display: none !important;
    }
    .service-two .social-links li {
        margin-bottom: 20px;
    }
    .service-two .link-buttons li {
        margin-bottom: 20px;
    }
    .service-two .left-side {
        padding: 50px 0px !important;
    }
    .fixed-header {
        background: #000000 !important;
    }
    .google-map-area {
        margin-right: 0px !important;
    }
}

@media only screen and (max-width: 567px) {
    .header-uper .contact-info {
        margin-bottom: 0px !important;
    }
    .header-uper .contact-info .item {
        margin-left: 0px !important;
        margin-bottom: 30px !important;
    }
    .service-tab-section .tab-content .inner-box {
        padding-left: 20px !important;
    }
}

@media only screen and (max-width: 467px) {
    .rev_slider_wrapper .tp-caption {
        display: none !important;
    }
}

@media only screen and (max-width: 350px) {
    .feature-section .contact-info .item {
        padding-left: 50px !important;
        padding-right: 0px !important;
    }
    .feature-section .contact-info .icon-box {
        left: 10px !important;
    }
}


/*# sourceMappingURL=maps/style.css.map */


/*     CSS MODIFICADO      */

.page-title .title-text .title-menu li {
    color: #47046c;
}

.page-title:before {
    background-color: rgba(0, 0, 0, .7);
}

.navbar {
    background-color: #6F6869;
}

.navbar .navbar-nav li a {
    color: #FFF;
    font-weight: bold;
}

.navbar .navbar-nav li.active a {
    font-weight: bold;
    color: #FFF;
}

.btn-style-one {
    background-color: #47046c;
    border-color: #47046c
}

.btn-style-one:hover {
    border-color: #47046c;
    color: #47046c;
}

.page-wrapper {
    overflow: visible;
}

.section-title p {
    font-size: 16px !important;
}

.header-uper {
    padding: 0 0 !important;
}

.header-uper .right-side .link-btn {
    margin-top: 20px !important;
}

.header-uper .contact-info .item .icon-box i:before {
    color: #4B5154;
}

.header-uper .contact-info .item .icon-box {
    border-color: #4B5154;
}

.header-uper .contact-info .item {
    margin-top: 10px !important;
}

.hero-slider .content {
    margin-top: 100px;
}

.hero-slider .form_pesquisar #autocomplete_endereco {
    width: 500px;
    display: block;
    margin: 10px auto;
    padding: 10px;
    border: none;
}

.hero-slider .content h2 {
    text-transform: none;
}

.hero-slider .content.style h2 {
    font-size: 50px;
}

.hero-slider .btn-pesquisa {
    background-color: #47046c;
    color: #FFF;
    padding: 10px;
    border-radius: 5px;
    width: 30%;
}

.pols_online .btn-pesquisa {
    margin-top: 10px;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    font-size: 14px !important;
}

.pols_online .btn-pesquisa:hover {
    background-color: rgba(255, 255, 255, .9);
    color: #48BDC5 !important;
    transition: 0.50s !important;
}

.cta .cta-block .emmergency {
    background-color: #9975ae;
}

.cta .cta-block .top-doctor {
    background-color: #47046c;
}

.cta .cta-block .working-time {
    background-color: #9975ae;
}

#aplicativo .bg_video {
    position: absolute;
    top: 20px;
    right: 0px;
    display: block;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    z-index: -1000;
    height: auto;
}

#aplicativo h2 {
    color: #47046c;
}

#aplicativo img {
    width: 80%;
    display: block;
    margin: 0 auto;
}

#aplicativo .texto {
    color: #FFF;
    background-color: rgba(0, 0, 0, .7);
    padding: 30px;
    margin-top: 7%;
}

#aplicativo .texto p {
    color: #FFF;
}

#aplicativo .appstore img {
    display: inline;
    width: 145px;
    margin-top: 20px;
}

#hospital {
    background-image: url('../images/pols/hospital.jpg');
    background-size: cover;
    width: 100%;
    height: 450px;
}

#hospital .texto {
    background-color: rgba(0, 0, 0, .7);
    padding: 30px;
    margin-top: 30px;
}

#hospital .texto h2 {
    color: #FEBB2E;
}

#hospital .texto p {
    color: #FFF;
}

#hospital .texto button {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 27px;
    padding: 8px 36px;
    background: #55293A;
    border: 1px solid #55293A;
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#regiao {
    background-image: url('../images/pols/regiao.jpg');
    background-size: cover;
    width: 100%;
    height: 450px;
}

#regiao .texto {
    background-color: rgba(0, 0, 0, .7);
    padding: 30px;
    margin-top: 30px;
}

#regiao .texto h2 {
    color: #FEBB2E;
}

#regiao .texto p {
    color: #FFF;
}

#regiao .texto button {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 27px;
    padding: 8px 36px;
    background: #55293A;
    border: 1px solid #55293A;
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#economia {
    background-image: url('../images/pols/economia.jpg');
    background-size: cover;
    width: 100%;
    height: 450px;
}

#economia .texto {
    background-color: rgba(0, 0, 0, .7);
    padding: 30px;
    margin-top: 30px;
}

#economia .texto h2 {
    color: #FEBB2E;
}

#economia .texto p {
    color: #FFF;
}

#economia .texto button {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 27px;
    padding: 8px 36px;
    background: #55293a;
    border: 1px solid #55293a;
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#seguros_porto {
    /* margin-top: 360px; */
}

.tabs .nav-tabs li.active a {
    background-color: #47046c;
    border-color: #47046c;
}

.tabs .nav-tabs li a {
    border-color: #47046c;
}

.tabs .nav-tabs li a:hover {
    background-color: #47046c;
    border-color: #47046c;
}

#saude .contents .btn-pesquisa {
    border: 1px solid #47046c;
    background-color: #FFF;
    color: #47046c;
}

#saude .contents .btn-pesquisa:hover {
    font-size: 14px;
    color: #ffffff;
    padding: 10px 25px;
    background: #47046c;
    border: 1px solid #47046c;
    display: inline-block;
    transition: 0.50s;
}

.cta .cta-block .emmergency a:hover {
    color: #47046c !important;
}

.cta .cta-block .top-doctor a:hover {
    color: #47046c !important;
}

.cta .cta-block .working-time a:hover {
    color: #47046c !important;
}

#seguros .contents .btn-pesquisa {
    border: 1px solid #47046c;
    background-color: #FFF;
    color: #47046c;
}

#seguros .contents .btn-pesquisa:hover {
    font-size: 14px;
    color: #ffffff;
    padding: 10px 25px;
    background: #47046c;
    border: 1px solid #47046c;
    display: inline-block;
    transition: 0.50s;
}

#amil-dental .inner_box p {
    height: 80px;
}

#amil-dental .btn_amil {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 27px;
    padding: 8px 36px;
    background: #55293a;
    border: 1px solid #55293a;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease
}

#amil-dental .btn_amil:hover {
    border: 1px solid #55293a;
    background-color: #FFF;
    color: #55293a;
    transition: 0.50s;
}

#panflecor {
    background-image: url('../images/panflecor/panflecor-bg.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
}

#panflecor .texto-panflecor {
    background-color: rgba(0, 0, 0, .7);
    padding: 30px;
}

#panflecor .texto-panflecor h2 {
    color: #9975ae;
}

#panflecor h3 {
    margin: 10px 0;
    color: #FFF;
}

#panflecor .texto-panflecor p {
    color: #FFF;
}

#panflecor .texto-panflecor .btn_panflecor {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 27px;
    padding: 8px 36px;
    background: #9975ae;
    border: 1px solid #9975ae;
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease
}

#panflecor .texto-panflecor .btn_panflecor:hover {
    border: 1px solid #9975ae;
    background-color: #FFF;
    color: #9975ae;
    transition: 0.50s;
}

#panflecor img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.testimonial-section:before {
    background-color: #9975ae;
}

.testimonial-section .testimonial-carousel img {
    width: 120px;
}

#pme_saude img {
    width: 100%;
    display: block;
    margin: 20px auto;
}

#pme_saude .texto-pme {
    margin-top: 2%;
}

#pme_saude .btn_pme {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 27px;
    padding: 8px 36px;
    background: #47046c;
    border: 1px solid #47046c;
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease
}

#pme_saude .btn_pme:hover {
    border: 1px solid #47046c;
    background-color: #FFF;
    color: #47046c;
    transition: 0.50s;
}

#adesao {
    background-color: #9975ae;
    padding: 80px 0;
}

#adesao h2 {
    color: #FFF;
}

#adesao h3 {
    color: #FFF;
}

#adesao img {
    width: 100%;
    display: block;
    margin: 20px auto;
}

#adesao .texto-adesao {
    margin-top: 2%;
}

#adesao .btn-pesquisa {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 27px;
    padding: 8px 36px;
    margin-top: 5px;
    display: block;
    margin: 8px auto;
    background: #47046c;
    border: 1px solid #47046c;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease
}

#adesao .btn_adesao:hover {
    border: 1px solid #47046c;
    background-color: #FFF;
    color: #47046c;
    transition: 0.50s;
}

.accordion-section .accordion-holder .panel-default .panel-heading h4 a.collapsed:hover {
    color: #47046c;
}

.accordion-section .accordion-holder .panel-default .panel-heading h4 a {
    background-color: #47046c;
}

.footer-bottom {
    background-color: #9975ae;
}

.footer-bottom .copyright-text p {
    color: #FFF;
}

.footer-bottom .copyright-text p a {
    color: #47046c;
}

#lista_telefones a {
    color: #848484;
}

.contact .address-block .media i {
    display: table-column;
    padding: 0px 0px;
}

.contact button {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 27px;
    padding: 8px 36px;
    background: #47046c;
    border: 1px solid #47046c;
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width: 50%;
}

.contact button:hover {
    border: 1px solid #47046c;
    background-color: #FFF;
    color: #47046c;
    transition: 0.50s;
}

.contact #iframe_mapa {
    border: none;
    height: 400px;
    margin-top: 20px;
}

.contact #lista_redes img {
    width: 40px;
    margin: 0 2px;
}

.contact .address-block .media .media-body h3 {
    color: #9975ae;
}

.media .appstore {
    width: 100px;
    display: inline-block;
}


/*==========  CSS BOTAO WHATS  ===========*/

#bt_whatsapp {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 30;
}

#bt_whatsapp img {
    width: 70px;
}


/*============= CSS GENIUS =============*/

.modal {
    overflow-y: auto !important;
}

#genius {
    margin-top: 80px;
}

#genius .close {
    opacity: 1;
}

#genius .modal-content {
    height: 370px;
}

#genius .modal-body {
    margin: -25px 5px 5px 5px;
    background-color: #FFF;
    height: 300px;
}

#genius_btn {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 30;
}

#genius_btn img {
    width: 120px;
}

#genius .modal-header {
    border-bottom: none;
}

#genius .genius_img {
    width: 20%;
    z-index: 99999;
}

#genius .genius_img img {
    width: 200px;
    margin-top: 20px;
    margin-left: 10px;
}

#genius .texto {
    width: 32.5%;
    position: relative;
    box-shadow: 1px 1px 10px #dedede;
    left: -40px;
    top: -20px;
    height: 365px;
}

#genius .texto h2 {
    text-align: left;
    color: #47046c;
    font-size: 40px;
    margin-top: 70px;
    margin-left: 50px;
}

#genius .texto p {
    max-width: 250px;
    font-size: 20px;
    color: #000;
    margin-top: 10px;
    margin-left: 40px;
    text-align: center;
}

#genius .btn-pesquisa {
    width: 200px;
    border: none;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-left: 60px;
    border-radius: 5px;
    background-color: #47046c;
    padding: 10px;
}

#genius .btn_sair {
    margin-left: 95px;
    text-decoration: underline;
    color: #000;
    position: relative;
    top: 10px;
    font-size: 16px;
    text-align: center;
}

::placeholder {
    color: black;
}

@media (max-width: 768px) {
    .hero-slider .form_pesquisar #economize {
        width: 80%;
    }
    .section {
        padding: 50px 0;
    }
    #seguros_porto {
        margin-top: 0px;
    }
    .logo {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .logo figure img {
        display: block;
        margin: 0 auto;
    }
    .header-uper .right-side .link-btn {
        margin-bottom: 10px !important;
    }
    .header-uper .logo {
        margin-bottom: 0 !important;
    }
    .testimonial-section .testimonial-carousel img {
        width: 100%;
    }
    .contact button {
        width: 100%;
    }
    #aplicativo .bg_video {
        display: none;
    }
}

#modal-container-1 .modal-content {
    height: 432px;
}

#modal-container-1 .close {
    position: absolute;
    top: 20px;
    right: 20px;
}

#modal-container-1 .form-control {
    margin: 5px 0px;
}

#modal-container-1 .btn {
    margin-left: 15px
}

@media screen and (max-width:540px) {
    .tabs .nav-tabs li {
        width: 100%;
    }
}

#smartbanner {
    position: relative !important;
    height: auto !important;
}