/*
YAZILIM ÜRÜNLERİNİN TELİF HUKUKU KAPSAMINDA KORUNMASI ;
Tüm Telif Hakkı Beatrise Software Ltd. ' ye aittir. 
Kopyalanması ve çoğaltılması durumunda; farkedilmesi durumunda;
Türk Ceza Kanunu'nun "Bilişim Suçları" adı altında düzenlediği 243. ve 244. maddeleri gereğince işleme alınacaktır.
*/

@import "https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap";
@import "https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap";
@import "https://fonts.googleapis.com/css2?family=Livvic:wght@100;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Livvic&display=swap";
@import url(../css/style.scss);
body {
    padding: 0;
    margin: 0;
    font-family: Livvic, sans-serif;
    font-size: 15px
}


/** Trustpilot Star Ranking **/

.stars-5 {
    background: url(../images/stars-5.svg)no-repeat 0% 100%;
    display: inline-block;
    background-size: auto 23px!important;
    width: 100%;
    height: 30px;
}

.stars-4-5 {
    background: url(../images/stars-4.5.svg)no-repeat 0% 100%;
    display: inline-block;
    background-size: auto 23px!important;
    width: 100%;
    height: 30px;
}

.stars-4 {
    background: url(../images/stars-4.svg)no-repeat 0% 100%;
    display: inline-block;
    background-size: auto 23px!important;
    width: 100%;
    height: 30px;
}

.stars-3-5 {
    background: url(../images/stars-3.5.svg)no-repeat 0% 100%;
    display: inline-block;
    background-size: auto 23px!important;
    width: 100%;
    height: 30px;
}

.stars-3 {
    background: url(../images/stars-3.svg)no-repeat 0% 100%;
    display: inline-block;
    background-size: auto 23px!important;
    width: 100%;
    height: 30px;
}


/** Trustpilot Star Ranking **/

.aon-med-team2 {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 30px;
    text-align: center;
}
.reviews-avatar img {
    width: 190px;
    height: 70px;
    border-radius: 15px;
    border: 4px solid #fff;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 20px 0rgba(0, 0, 0, .1);
    margin: 0 auto;
}
.reviews-button {
    display: block;
    margin: 0;
    padding: 3px 3px 3px 3px;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    cursor: pointer;
}
.site-button {
    background-size: 200% 100%;
    box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px, rgb(10 37 64 / 35%) 0px -2px 6px 0px inset;
    border-radius: 0px 12px 12px 0px;
    outline: none;
    color: #fff;
    padding: 5px 7px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-table;
    background: linear-gradient(200deg, #39e5d4, #22a3d6);
    border: none;
    font-size: 14px;
    transition: 0.5s all ease;
    border-radius: 5px;
}
.aon-search2-bar-wrap {
    background: #7dcbb4;
}
.display-none {
    display: none
}

a {
    -webkit-transition: .5s;
    transition: .5s;
    outline: 0 !important;
    text-decoration: none;
    color: #121521
}

a:hover {
    text-decoration: none;
    color: #1db4c1
}

button {
    outline: 0 !important
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: bottom
}

img {
    max-width: 100%;
    height: auto
}

p {
    color: #7f8897;
    padding-right: .5em;
    padding-left: .5em;
    line-height: 1.8;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 400;
    font-family: Livvic, sans-serif;
    text-align: justify
}

p:last-child {
    margin-bottom: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
    padding-left: .5em;
    padding-right: .5em
}

.link-trustpilot {
    display: inline-block;
    background: url(../img/trustpilot.svg) no-repeat 10px 4px;
    background-size: auto 19px;
    width: 106px;
    height: 30px;
    background-color: #fff;
    border-radius: 4px;
    padding: 6px 12px;
    vertical-align: middle
}

.best span {
    position: absolute
}

.best span:nth-child(5) {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#fff));
    background: linear-gradient(to left, rgba(43, 8, 8, 0), #fff);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite
}

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

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.best span:nth-child(2) {
    top: 0;
    right: 0;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#fff));
    background: linear-gradient(to top, rgba(43, 8, 8, 0), #fff);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.best span:nth-child(3) {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#fff));
    background: linear-gradient(to right, rgba(43, 8, 8, 0), #fff);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite
}

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

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.best span:nth-child(4) {
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#fff));
    background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #fff);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

ul.numbered-list {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    counter-reset: li;
    list-style-type: none;
    font-size: 16px;
    line-height: 24px
}

@media (max-width: 1023px) {
    ul.numbered-list {
        font-size: 15px;
        line-height: 20px
    }
}

ul.numbered-list li {
    position: relative;
    padding: 0 0 0 33px
}

ul.numbered-list li:before {
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    content: counter(li);
    counter-increment: li;
    height: 21px;
    width: 21px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 2px;
    background: linear-gradient(200deg, #45dacb, #30a7d6)
}

ul.numbered-list li:not(:last-child) {
    margin-bottom: 10px
}

@media (max-width: 1023px) {
    ul.numbered-list li:not(:last-child) {
        margin-bottom: 7px
    }
}

ul.numbered-list-lg {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    counter-reset: li;
    list-style-type: none;
    line-height: 27px;
    color: #7f8897;
    padding-right: .5em;
    padding-left: .5em;
    line-height: 1.8;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 400;
    font-family: Livvic, sans-serif;
    text-align: justify
}

@media (max-width: 1023px) {
    ul.numbered-list-lg {
        line-height: 1.7
    }
}

ul.numbered-list-lg li {
    position: relative;
    padding: 0 35px 0 70px
}

@media (max-width: 1023px) {
    ul.numbered-list-lg li {
        padding: 0 0 0 50px
    }
}

ul.numbered-list-lg li:before {
    position: absolute;
    line-height: 35px;
    font-weight: 400;
    font-family: Livvic, sans-serif;
    text-align: justify;
    content: counter(li);
    counter-increment: li;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    left: 15px;
    top: -4px;
    background: linear-gradient(200deg, #45dacb, #30a7d6)
}

@media (max-width: 1023px) {
    ul.numbered-list-lg li:before {
        font-size: 15px;
        line-height: 35px;
        left: 0
    }
}

ul.numbered-list-lg li:not(:last-child) {
    margin-bottom: 24px
}

@media (max-width: 1023px) {
    ul.numbered-list-lg li:not(:last-child) {
        margin-bottom: 20px
    }
}

ul.numbered-list-xl {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    counter-reset: li;
    list-style-type: none;
    font-size: 16px;
    line-height: 27px
}

@media (max-width: 1023px) {
    ul.numbered-list-xl {
        font-size: 15px;
        line-height: 20px
    }
}

ul.numbered-list-xl h5 {
    margin-bottom: 15px;
    top: 10px
}

@media (max-width: 1023px) {
    ul.numbered-list-xl h5 {
        margin-bottom: 7px;
        padding-top: 0
    }
}

ul.numbered-list-xl li {
    position: relative;
    padding: 0 0 0 110px
}

@media (max-width: 1023px) {
    ul.numbered-list-xl li {
        padding: 0 0 0 67px
    }
}

ul.numbered-list-xl li:before {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: 1em;
    font-weight: 700;
    font-family: Poppins, serif;
    content: attr(data-num);
    counter-increment: li;
    height: 83px;
    width: 83px;
    padding-left: 2px;
    border-radius: 50%;
    color: #1db4c1;
    left: 0;
    top: -6px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(101, 81, 46, 0.1);
    transition: .2s
}

@media (max-width: 1023px) {
    ul.numbered-list-xl li:before {
        font-size: 18px;
        height: 56px;
        width: 56px
    }
}

ul.numbered-list-xl li:hover:before {
    color: #fff;
    background: linear-gradient(200deg, #45dacb, #30a7d6)
}

ul.numbered-list-xl li:not(:last-child) {
    margin-bottom: 40px
}

@media (max-width: 1023px) {
    ul.numbered-list-xl li:not(:last-child) {
        margin-bottom: 20px
    }
}

.bg-fefefe {
    background-color: #fefefe
}

.bg-f4f9fd {
    background-color: #f4f9fd
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.request-callback {
    background: -webkit-linear-gradient(200deg, #39e5d4, #22a3d6);
    background: linear-gradient(200deg, #39e5d4, #22a3d6);
    background-position: 50% 50%;
    position: relative;
    padding: 24px 0 4px
}

.request-callback .section-heading .section__title:before {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    color: #fff;
    transform: translateY(-60%);
    font: normal normal normal 60px/1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smooth: antialiased
}

.request-callback .contact-form-action form .form-group .theme-btn {
    position: static;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 44px;
    padding: 0 10px;
    width: 100%;
    min-width: 100px
}

.request-callback .contact-form-action {
    position: relative;
    z-index: 10
}

.white-label {
    color: #fff
}

.hermes-label {
    color: #32d6d4
}

.privacy-label {
    font-family: Mukta, sans-serif;
    font-size: 14px;
    color: #fff;
    background-color: #1e1e1e61;
    border-radius: 5px;
    padding-left: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    z-index: 1
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.request-callback .section-heading {
    padding-bottom: 10px;
    margin-top: -5px
}

.request-callback .section-heading .section__title {
    color: #fff;
    font-size: 35px;
    position: relative;
    padding-left: 64px;
    font-weight: 600
}

.request-callback .section-heading .section__meta {
    background: 0 0;
    color: #fff;
    margin-bottom: 0;
    margin-left: 40px;
    line-height: 10px;
    font-weight: 400
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
    .request-callback {
        background: #25bdc8;
        background: linear-gradient(200deg, #45dacb, #30a7d6);
        background-position: 50% 50%;
        position: relative;
        padding: 24px 0 4px
    }

    .request-callback .section-heading .section__title:before {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 1;
        font-family: "Font Awesome 5 Free";
        content: "\f879";
        color: #fff;
        transform: translateY(-60%);
        font: normal normal normal 60px/1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smooth: antialiased
    }

    .request-callback .contact-form-action form .form-group .theme-btn {
        position: static;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        line-height: 44px;
        padding: 0 10px;
        width: 100%;
        min-width: 100px
    }

    .request-callback .contact-form-action {
        position: relative;
        z-index: 10
    }

    .white-label {
        color: #fff
    }

    .align-items-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .request-callback .section-heading {
        padding-bottom: 10px;
        margin-top: -5px
    }

    .request-callback .section-heading .section__title {
        color: #fff;
        font-size: 33px;
        position: relative;
        padding-left: 64px;
        font-weight: 600
    }

    .request-callback .section-heading .section__meta {
        background: 0 0;
        color: #fff;
        margin-bottom: 0;
        margin-left: 40px;
        line-height: 10px;
        font-weight: 400
    }

    .nice-select {
        -webkit-tap-highlight-color: transparent;
        background-color: #fff;
        border-radius: 5px;
        border: solid 1px #e8e8e8;
        box-sizing: border-box;
        clear: both;
        cursor: pointer;
        display: block;
        font-size: 14px;
        font-weight: 400;
        height: 42px;
        line-height: 40px;
        outline: 0;
        padding-left: 18px;
        padding-right: 30px;
        position: relative;
        text-align: left !important;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        white-space: nowrap;
        width: auto
    }

    .form-control-slider {
        border: none;
        height: 42px;
        border-bottom: 1px solid #eee;
        font-size: 14px;
        font-weight: 400;
        padding-left: 6px;
        padding-right: 0;
        padding-bottom: 0;
        border-radius: 5px
    }

    .form-control {
        border: none;
        height: 42px;
        border-bottom: 1px solid #eee;
        font-size: 16px;
        font-weight: 400;
        padding-left: 0;
        padding-right: 7px;
        padding-bottom: 2px;
        border-radius: 5px
    }

    .form-control:focus {
        -webkit-box-shadow: unset !important;
        box-shadow: unset !important;
        border-color: #1db4c1
    }
}

@media only screen and (min-width: 360px) and (max-width: 640px) {
    .request-callback {
        background: #25bdc8;
        background: linear-gradient(200deg, #45dacb, #30a7d6);
        background-position: 50% 50%;
        position: relative;
        padding: 24px 0 4px
    }

    .request-callback .section-heading .section__title:before {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 1;
        font-family: "Font Awesome 5 Free";
        content: "\f879";
        color: #fff;
        transform: translateY(-60%);
        font: normal normal normal 60px/1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smooth: antialiased
    }

    .request-callback .contact-form-action form .form-group .theme-btn {
        position: static;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        line-height: 44px;
        padding: 0 10px;
        width: 100%;
        min-width: 100px
    }

    .request-callback .contact-form-action {
        position: relative;
        z-index: 10
    }

    .white-label {
        color: #fff
    }

    .align-items-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .request-callback .section-heading {
        padding-bottom: 10px;
        margin-top: -5px
    }

    .request-callback .section-heading .section__title {
        color: #fff;
        font-size: 33px;
        position: relative;
        padding-left: 64px;
        font-weight: 600
    }

    .request-callback .section-heading .section__meta {
        background: 0 0;
        color: #fff;
        margin-bottom: 0;
        margin-left: 40px;
        line-height: 10px;
        font-weight: 400
    }

    .form-control-slider {
        border: none;
        height: 42px;
        border-bottom: 1px solid #eee;
        font-size: 16px;
        font-weight: 400;
        padding-left: 8px;
        padding-right: 0;
        padding-bottom: 2px;
        border-radius: 5px
    }

    .form-control {
        border: none;
        height: 42px;
        border-bottom: 1px solid #eee;
        font-size: 16px;
        font-weight: 400;
        padding-left: 0;
        padding-right: 7px;
        padding-bottom: 2px;
        border-radius: 5px
    }

    .form-control:focus {
        -webkit-box-shadow: unset !important;
        box-shadow: unset !important;
        border-color: #1db4c1
    }
}

@media only screen and (min-width: 375px) and (max-width: 667px) {
    .request-callback {
        background: #25bdc8;
        background: linear-gradient(200deg, #45dacb, #30a7d6);
        background-position: 50% 50%;
        position: relative;
        padding: 24px 0 4px
    }

    .request-callback .section-heading .section__title:before {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 1;
        font-family: "Font Awesome 5 Free";
        content: "\f879";
        color: #fff;
        transform: translateY(-60%);
        font: normal normal normal 60px/1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smooth: antialiased
    }

    .request-callback .contact-form-action form .form-group .theme-btn {
        position: static;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        line-height: 44px;
        padding: 0 10px;
        width: 100%;
        min-width: 100px
    }

    .request-callback .contact-form-action {
        position: relative;
        z-index: 10
    }

    .white-label {
        color: #fff
    }

    .align-items-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .request-callback .section-heading {
        padding-bottom: 10px;
        margin-top: -5px
    }

    .request-callback .section-heading .section__title {
        color: #fff;
        font-size: 33px;
        position: relative;
        padding-left: 64px;
        font-weight: 600
    }

    .request-callback .section-heading .section__meta {
        background: 0 0;
        color: #fff;
        margin-bottom: 0;
        margin-left: 40px;
        line-height: 10px;
        font-weight: 400
    }

    .form-control-slider {
        border: none;
        height: 42px;
        border-bottom: 1px solid #eee;
        font-size: 15px;
        font-weight: 400;
        padding-left: 8px;
        padding-right: 13px;
        padding-bottom: 2px;
        border-radius: 5px
    }

    .form-control {
        height: 42px;
        padding: 0 15px;
        font-size: 15px;
        line-height: initial;
        color: #121521;
        background-color: #fff;
        border: 1px solid #eee;
        border-radius: 5px;
        -webkit-transition: .5s;
        transition: .5s
    }

    .form-control:focus {
        -webkit-box-shadow: unset !important;
        box-shadow: unset !important;
        border-color: #1db4c1
    }
}

@media only screen and (min-width: 414px) and (max-width: 736px) {
    .request-callback {
        background: #25bdc8;
        background: linear-gradient(200deg, #45dacb, #30a7d6);
        background-position: 50% 50%;
        position: relative;
        padding: 24px 0 4px
    }

    .request-callback .section-heading .section__title:before {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 1;
        font-family: "Font Awesome 5 Free";
        content: "\f879";
        color: #fff;
        transform: translateY(-60%);
        font: normal normal normal 60px/1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smooth: antialiased
    }

    .request-callback .contact-form-action form .form-group .theme-btn {
        position: static;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        line-height: 44px;
        padding: 0 10px;
        width: 100%;
        min-width: 100px
    }

    .request-callback .contact-form-action {
        position: relative;
        z-index: 10
    }

    .white-label {
        color: #fff
    }

    .align-items-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .request-callback .section-heading {
        padding-bottom: 10px;
        margin-top: -5px
    }

    .request-callback .section-heading .section__title {
        color: #fff;
        font-size: 35px;
        position: relative;
        padding-left: 64px;
        font-weight: 600
    }

    .request-callback .section-heading .section__meta {
        background: 0 0;
        color: #fff;
        margin-bottom: 0;
        margin-left: 40px;
        line-height: 10px;
        font-weight: 400
    }

    .form-control-slider {
        border: none;
        height: 42px;
        border-bottom: 1px solid #eee;
        font-size: 18px;
        font-weight: 400;
        padding-left: 8px;
        padding-right: 7px;
        padding-bottom: 2px;
        border-radius: 5px
    }

    .form-control {
        height: 42px;
        padding: 0 15px;
        font-size: 15px;
        line-height: initial;
        color: #121521;
        background-color: #fff;
        border: 1px solid #eee;
        border-radius: 5px;
        -webkit-transition: .5s;
        transition: .5s
    }

    .form-control:focus {
        -webkit-box-shadow: unset !important;
        box-shadow: unset !important;
        border-color: #1db4c1
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .request-callback {
        background: #25bdc8;
        background: linear-gradient(200deg, #45dacb, #30a7d6);
        background-position: 50% 50%;
        position: relative;
        padding: 24px 0 4px
    }

    .request-callback .section-heading .section__title:before {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 1;
        font-family: "Font Awesome 5 Free";
        content: "\f879";
        color: #fff;
        transform: translateY(-60%);
        font: normal normal normal 60px/1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smooth: antialiased
    }

    .request-callback .contact-form-action form .form-group .theme-btn {
        position: static;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        line-height: 44px;
        padding: 0 10px;
        width: 100%;
        min-width: 100px
    }

    .request-callback .contact-form-action {
        position: relative;
        z-index: 10
    }

    .white-label {
        color: #fff
    }

    .align-items-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .request-callback .section-heading {
        padding-bottom: 10px;
        margin-top: -5px
    }

    .request-callback .section-heading .section__title {
        color: #fff;
        font-size: 33px;
        position: relative;
        padding-left: 64px;
        font-weight: 600
    }

    .request-callback .section-heading .section__meta {
        background: 0 0;
        color: #fff;
        margin-bottom: 0;
        margin-left: 40px;
        line-height: 10px;
        font-weight: 400
    }

    .nice-select {
        -webkit-tap-highlight-color: transparent;
        background-color: #fff;
        border-radius: 5px;
        border: solid 1px #e8e8e8;
        box-sizing: border-box;
        clear: both;
        cursor: pointer;
        display: block;
        font-size: 14px;
        font-weight: 400;
        height: 42px;
        line-height: 40px;
        outline: 0;
        padding-left: 18px;
        padding-right: 30px;
        position: relative;
        text-align: left !important;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        white-space: nowrap;
        width: auto
    }

    .form-control-slider {
        border: none;
        height: 42px;
        border-bottom: 1px solid #eee;
        font-size: 14px;
        font-weight: 400;
        padding-bottom: 0;
        border-radius: 5px
    }

    .form-control {
        border: none;
        height: 42px;
        border-bottom: 1px solid #eee;
        font-size: 16px;
        font-weight: 400;
        padding-bottom: 2px;
        border-radius: 5px
    }

    .form-control:focus {
        -webkit-box-shadow: unset !important;
        box-shadow: unset !important;
        border-color: #1db4c1
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .request-callback {
        background: #25bdc8;
        background: linear-gradient(200deg, #45dacb, #30a7d6);
        background-position: 50% 50%;
        position: relative;
        padding: 24px 0 4px
    }

    .request-callback .section-heading .section__title:before {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 1;
        font-family: "Font Awesome 5 Free";
        content: "\f879";
        color: #fff;
        transform: translateY(-60%);
        font: normal normal normal 60px/1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smooth: antialiased
    }

    .request-callback .contact-form-action form .form-group .theme-btn {
        position: static;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        line-height: 44px;
        padding: 0 10px;
        width: 100%;
        min-width: 100px
    }

    .request-callback .contact-form-action {
        position: relative;
        z-index: 10
    }

    .white-label {
        color: #fff
    }

    .align-items-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .request-callback .section-heading {
        padding-bottom: 10px;
        margin-top: -5px
    }

    .request-callback .section-heading .section__title {
        color: #fff;
        font-size: 33px;
        position: relative;
        padding-left: 64px;
        font-weight: 600
    }

    .request-callback .section-heading .section__meta {
        background: 0 0;
        color: #fff;
        margin-bottom: 0;
        margin-left: 40px;
        line-height: 10px;
        font-weight: 400
    }

    .nice-select {
        -webkit-tap-highlight-color: transparent;
        background-color: #fff;
        border-radius: 5px;
        border: solid 1px #e8e8e8;
        box-sizing: border-box;
        clear: both;
        cursor: pointer;
        display: block;
        font-size: 15px;
        font-weight: 400;
        height: 42px;
        line-height: 40px;
        outline: 0;
        padding-left: 18px;
        padding-right: 30px;
        position: relative;
        text-align: left !important;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        white-space: nowrap;
        width: auto
    }

    .form-control-slider {
        border: none;
        height: 42px;
        border-bottom: 1px solid #eee;
        font-size: 15px;
        font-weight: 400;
        padding-bottom: 0;
        border-radius: 5px
    }

    .form-control {
        border: none;
        height: 42px;
        border-bottom: 1px solid #eee;
        font-size: 16px;
        font-weight: 400;
        padding-bottom: 2px;
        border-radius: 5px
    }

    .form-control:focus {
        -webkit-box-shadow: unset !important;
        box-shadow: unset !important;
        border-color: #1db4c1
    }
}

.form-control-slider {
    height: 42px;
    padding: 0 15px;
    font-size: 15px;
    line-height: initial;
    padding-left: 27px;
    color: #121521;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s
}

.form-control {
    height: 42px;
    padding: 0 15px;
    font-size: 15px;
    line-height: initial;
    color: #121521;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s
}

.form-control:focus {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    border-color: #1db4c1
}

.btn {
    border: none;
    line-height: initial;
    border-radius: 5px;
    padding: 17px 50px 15.5px 25px;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 14px;
    font-family: Rubik, sans-serif;
    font-weight: 500
}

.hermes-btn {
    width: 100%;
    margin-top: 7.5px;
    border: none;
    height: 42px;
    line-height: 0;
    border-radius: 5px;
    padding: 17px 50px 15.5px 25px;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 15px;
    font-family: Rubik, sans-serif;
    font-weight: 500
}

.btn.disabled,
.btn:disabled {
    opacity: 1
}

.btn-whatsapp {
    border-radius: 2em;
    padding: 10px 15px;
    font-size: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
    background: linear-gradient(200deg, #39e5d4, #22a3d6);
    z-index: 100
}

.btn-whatsapp i {
    position: absolute;
    right: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    display: inline-block;
    height: 33px;
    width: 33px;
    line-height: 33px;
    color: #fff;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.btn-primary {
    background: linear-gradient(200deg, #39e5d4, #22a3d6);
    color: #fff
}

.btn-primary i {
    position: absolute;
    right: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    display: inline-block;
    height: 33px;
    width: 33px;
    line-height: 33px;
    color: #1db4c1;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.btn-primary.disabled,
.btn-primary:disabled {
    background: #22a3d6;
    color: #fff
}

.btn-primary:focus,
.btn-primary:hover {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    background: #121521 !important;
    color: #fff !important
}

.btn-primary:focus i,
.btn-primary:hover i {
    background-color: #fff;
    color: #1db4c1
}

.btn-light {
    background-color: #fff;
    color: #1db4c1
}

.btn-light i {
    position: absolute;
    right: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    display: inline-block;
    height: 33px;
    width: 33px;
    line-height: 34px;
    color: #1db4c1;
    border-radius: 50%;
    background-color: #f0f0f0
}

.btn-light.disabled,
.btn-light:disabled {
    background-color: #fff;
    color: #1db4c1
}

.btn-light:focus,
.btn-light:hover {
    background-color: #121521 !important;
    color: #fff !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important
}

.section-title {
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px
}

.section-title span {
    display: block;
    margin-bottom: 5px;
    color: #1db4c1;
    font-size: 17px;
    font-family: Rubik, sans-serif
}

.section-title h2 {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 600
}

.section-title p {
    max-width: 520px;
    margin: 10px auto 0
}

.preloader {
    position: fixed;
    left: 0;
    width: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 9999999;
    -webkit-transition: .9s;
    transition: .9s
}

.preloader .loader {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 45%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    -webkit-transition: .5s;
    transition: .5s
}

.preloader .loader .loader-outter {
    position: absolute;
    border: 4px solid #fff;
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
    animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite
}

.preloader .loader .loader-inner {
    position: absolute;
    border: 4px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    left: calc(40% - 21px);
    top: calc(40% - 21px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
    animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite
}

.preloader .loader .indicator {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1.5);
    transform: translateY(-50%) scale(1.5)
}

.preloader .loader .indicator svg polyline {
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.preloader .loader .indicator svg polyline#back {
    stroke: #fff
}

.preloader .loader .indicator svg polyline#front {
    stroke: #22a3d6;
    stroke-dasharray: 12, 36;
    stroke-dashoffset: 48;
    -webkit-animation: dash 1s linear infinite;
    animation: dash 1s linear infinite
}

.preloader::after,
.preloader::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
    z-index: -1;
    background: #22a3d6;
    -webkit-transition: .9s;
    transition: .9s
}

.preloader::after {
    left: auto;
    right: 0
}

.preloader.preloader-deactivate {
    visibility: hidden
}

.preloader.preloader-deactivate::after,
.preloader.preloader-deactivate::before {
    width: 0
}

.preloader.preloader-deactivate .loader {
    opacity: 0;
    visibility: hidden
}

@-webkit-keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes dash {
    62.5% {
        opacity: 0
    }

    to {
        stroke-dashoffset: 0
    }
}

@keyframes dash {
    62.5% {
        opacity: 0
    }

    to {
        stroke-dashoffset: 0
    }
}

.top-header {
    background-color: #f4f9fd;
    padding-top: 5px;
    padding-bottom: 5px
}

.header-contact-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.header-contact-info li {
    display: inline-block;
    margin-right: 20px;
    color: #121521;
    font-family: Rubik, sans-serif;
    font-size: 14px
}

.header-contact-info li i {
    color: #1db4c1;
    margin-right: 4px;
    width: 28px;
    height: 28px;
    display: inline-block;
    line-height: 28px;
    border-radius: 50%;
    background-color: #def5ee;
    text-align: center;
    font-size: 13px;
    -webkit-transition: .5s;
    transition: .5s
}

.header-contact-info li:last-child {
    margin-right: 0
}

.header-contact-info li:hover i {
    background: linear-gradient(200deg, #45dacb, #30a7d6);
    color: #fff
}

.header-right-content {
    text-align: right
}

.header-right-content .top-header-social {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.header-right-content .top-header-social li {
    display: inline-block;
    margin-right: 4px
}

.header-right-content .top-header-social li a {
    display: block;
    text-align: center;
    font-size: 14px
}

.header-right-content .top-header-social li a:hover {
    color: #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.header-right-content .top-header-social li:last-child {
    margin-right: 0
}

.header-right-content .lang-select li {
    margin-left: 15px;
    display: inline-block
}

.header-right-content .lang-select .nice-select {
    color: #121521;
    border-radius: 30px;
    border: none;
    height: unset;
    line-height: initial;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.02);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.02);
    background-color: #fff;
    padding: 8px 30px 8px 15px;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    font-weight: 500
}

.header-right-content .lang-select .nice-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

.header-right-content .lang-select .nice-select .list .option {
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 15px;
    text-align: center;
    line-height: 33px;
    min-height: 33px;
    padding-left: 0;
    padding-right: 0
}

.header-right-content .lang-select .nice-select .list .option:hover {
    background-color: #22a3d6 !important;
    color: #fff
}

.header-right-content .lang-select .nice-select .list .option.selected {
    background-color: transparent
}

.header-right-content .lang-select .nice-select:after {
    right: 15px;
    border-color: #121521;
    top: 58%
}

.fovia-responsive-nav {
    display: none
}

.navbar-brand img {
    width: 235px;
    height: 100%
}

.fovia-nav {
    background-color: #fff;
    padding: 5px 0
}

.fovia-nav .navbar {
    padding: 0
}

.fovia-nav .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0
}

.fovia-nav .navbar .navbar-nav {
    font-family: Rubik, sans-serif;
    margin-left: auto;
    margin-right: auto
}

.fovia-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding: 15px 0
}

.fovia-nav .navbar .navbar-nav .nav-item a {
    font-size: 14.5px;
    font-weight: 500;
    color: #121521;
    text-transform: capitalize;
    -webkit-transition: .5s;
    transition: .5s;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0
}

.fovia-nav .navbar .navbar-nav .nav-item a.active,
.fovia-nav .navbar .navbar-nav .nav-item a:focus,
.fovia-nav .navbar .navbar-nav .nav-item a:hover {
    color: #1db4c1
}

.fovia-nav .navbar .navbar-nav .nav-item a i {
    font-size: 10px;
    position: relative;
    top: -1px;
    margin-left: 1px
}

.fovia-nav .navbar .navbar-nav .nav-item:last-child a {
    margin-right: 0
}

.fovia-nav .navbar .navbar-nav .nav-item:first-child a {
    margin-left: 0
}

.fovia-nav .navbar .navbar-nav .nav-item.active a,
.fovia-nav .navbar .navbar-nav .nav-item:focus a,
.fovia-nav .navbar .navbar-nav .nav-item:hover a {
    color: #1db4c1
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    position: absolute;
    border: none;
    top: 80px;
    left: 0;
    width: 300px;
    z-index: 99;
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-top: 3px solid #22a3d6;
    padding: 20px 25px
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    padding: 0
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    text-transform: capitalize;
    padding: 10px 0;
    margin: 0;
    color: #121521;
    font-size: 14.5px
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active,
.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #1db4c1;
    background-color: #f4f9fd
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 220px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #121521
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active,
.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
    color: #1db4c1;
    background-color: #f4f9fd
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 220px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #121521;
    text-transform: capitalize
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active,
.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
    color: #1db4c1;
    background-color: #f4f9fd
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #121521;
    text-transform: capitalize
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active,
.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
    color: #1db4c1
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #121521;
    text-transform: capitalize
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active,
.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
    color: #1db4c1
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #121521;
    text-transform: capitalize
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active,
.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
    color: #1db4c1;
    background-color: #f4f9fd
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #121521;
    text-transform: capitalize
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active,
.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
    color: #1db4c1;
    background-color: #f4f9fd
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #1db4c1;
    background-color: #f4f9fd
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #1db4c1;
    background-color: #f4f9fd
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #1db4c1;
    background-color: #f4f9fd
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #1db4c1
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #1db4c1;
    background-color: #f4f9fd
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #1db4c1;
    background-color: #f4f9fd
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.fovia-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.fovia-nav .navbar .others-options .cart-btn {
    display: inline-block;
    position: relative;
    top: 3px;
    color: #121521;
    font-size: 17px
}

.fovia-nav .navbar .others-options .cart-btn:hover {
    color: #1db4c1
}

.fovia-nav .navbar .others-options .btn {
    margin-left: 15px;
    padding: 15px 25px 13.5px
}

.fovia-nav .navbar .others-options .option-item {
    color: #121521;
    display: inline-block;
    position: relative;
    line-height: initial;
    margin-left: 15px;
    top: 4px
}

.fovia-nav .navbar .others-options .option-item .search-btn {
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
    color: #121521
}

.fovia-nav .navbar .others-options .option-item .search-btn::before {
    font-size: 17px
}

.fovia-nav .navbar .others-options .option-item .search-btn:hover {
    color: #1db4c1
}

.fovia-nav .navbar .others-options .option-item .search-close-btn {
    cursor: pointer;
    display: none;
    font-size: 17px;
    -webkit-transition: .5s;
    transition: .5s;
    width: 17px;
    color: #121521
}

.fovia-nav .navbar .others-options .option-item .search-close-btn.active {
    display: block
}

.fovia-nav .navbar .others-options .option-item .search-close-btn:hover {
    color: #1db4c1
}

.navbar-area {
    background-color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0 15px 10px -15px rgba(0, 0, 0, 0.04);
    box-shadow: 0 15px 10px -15px rgba(0, 0, 0, 0.04);
    position: relative;
    z-index: 2
}

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    background: #fff !important;
    -webkit-animation: .5s ease-in-out 0 normal none 1 running fadeInDown;
    animation: .5s ease-in-out 0 normal none 1 running fadeInDown;
    -webkit-transition: .5s;
    transition: .5s
}

.search-overlay {
    display: none
}

.search-overlay.search-popup {
    position: absolute;
    top: 100%;
    width: 300px;
    right: 0;
    background: #fff;
    z-index: 2;
    padding: 20px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    margin-top: 20px
}

.search-overlay.search-popup .search-form {
    position: relative
}

.search-overlay.search-popup .search-form .search-input {
    display: block;
    width: 100%;
    height: 40px;
    line-height: initial;
    border: 1px solid #eee;
    padding-left: 10px;
    color: #121521;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 14px
}

.search-overlay.search-popup .search-form .search-input:focus {
    border-color: #1db4c1
}

.search-overlay.search-popup .search-form .search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    background: 0 0;
    border: none;
    width: 40px;
    outline: 0;
    color: #7d7d7d;
    -webkit-transition: .5s;
    transition: .5s
}

.search-overlay.search-popup .search-form .search-button:focus,
.search-overlay.search-popup .search-form .search-button:hover {
    color: #1db4c1
}

@media only screen and (max-width: 991px) {
    .navbar-area {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .navbar-area.is-sticky {
        border-bottom: none;
        -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1)
    }

    .fovia-responsive-nav {
        display: block
    }

    .fovia-responsive-nav .fovia-responsive-menu {
        position: relative
    }

    .fovia-responsive-nav .fovia-responsive-menu.mean-container .mean-nav ul {
        font-size: 14px
    }

    .fovia-responsive-nav .fovia-responsive-menu.mean-container .mean-nav ul li a.active {
        color: #fff
    }

    .fovia-responsive-nav .fovia-responsive-menu.mean-container .mean-nav ul li li a {
        font-size: 13.5px
    }

    .fovia-responsive-nav .fovia-responsive-menu.mean-container .navbar-nav {
        overflow-y: scroll;
        height: 350px;
        -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1)
    }

    .fovia-responsive-nav .mean-container a.meanmenu-reveal {
        color: #121521
    }

    .fovia-responsive-nav .mean-container a.meanmenu-reveal span {
        background: #121521
    }

    .fovia-responsive-nav .logo {
        position: relative;
        width: 230px;
        height: 100%;
        z-index: 999
    }

    .fovia-responsive-nav .others-options {
        position: absolute;
        right: 55px;
        top: -2px
    }

    .fovia-responsive-nav .others-options .btn {
        display: none
    }

    .fovia-responsive-nav .others-options .cart-btn {
        display: inline-block;
        position: relative;
        top: 3px;
        color: #121521;
        font-size: 17px
    }

    .fovia-responsive-nav .others-options .cart-btn:hover {
        color: #1db4c1
    }

    .fovia-responsive-nav .others-options .option-item {
        display: none;
        color: #121521;
        position: relative;
        line-height: initial;
        margin-left: 15px;
        top: 4px
    }

    .fovia-responsive-nav .others-options .option-item .search-btn {
        cursor: pointer;
        -webkit-transition: .5s;
        transition: .5s;
        color: #121521
    }

    .fovia-responsive-nav .others-options .option-item .search-btn::before {
        font-size: 17px
    }

    .fovia-responsive-nav .others-options .option-item .search-btn:hover {
        color: #1db4c1
    }

    .fovia-responsive-nav .others-options .option-item .search-close-btn {
        cursor: pointer;
        display: none;
        font-size: 17px;
        -webkit-transition: .5s;
        transition: .5s;
        width: 17px;
        color: #121521
    }

    .fovia-responsive-nav .others-options .option-item .search-close-btn.active {
        display: block
    }

    .fovia-responsive-nav .others-options .option-item .search-close-btn:hover {
        color: #1db4c1
    }

    .search-overlay.search-popup .search-form .search-input {
        width: 96%
    }

    .search-overlay.search-popup .search-form .search-button {
        height: 43px
    }

    .fovia-nav {
        display: none
    }
}

.site-menu .container .navbar .navbar-collapse .navbar-nav .dropdown.full-menu {
    position: static
}

.site-menu .container .navbar .navbar-collapse .navbar-nav .dropdown.full-menu .dropdown-menu {
    left: 0;
    right: 0
}

.site-menu .container .navbar .navbar-collapse .navbar-nav .dropdown.full-menu .dropdown-menu .dropdown-content {
    padding: 30px;
    position: relative
}

.site-menu .container .navbar .navbar-collapse .navbar-nav .dropdown.full-menu .dropdown-menu .dropdown-content .nav {
    position: static
}

.site-menu .container .navbar .navbar-collapse .navbar-nav .dropdown.full-menu .dropdown-menu .dropdown-content .nav li {
    display: block;
    float: none;
    margin-top: 0;
    padding-left: 15px;
    width: 100%;
    cursor: pointer;
    background: #f3f7f9;
    border-bottom: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative
}

.site-menu .container .navbar .navbar-collapse .navbar-nav .dropdown.full-menu .dropdown-menu .dropdown-content .nav li a {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding: 12px 0
}

.site-menu .container .navbar .navbar-collapse .navbar-nav .dropdown.full-menu .dropdown-menu .dropdown-content .nav li a.active {
    color: #22a3d6
}

.site-menu .container .navbar .navbar-collapse .navbar-nav .dropdown.full-menu .dropdown-menu .dropdown-content .nav li.active {
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.site-menu .container .navbar .navbar-collapse .navbar-nav .dropdown.full-menu .dropdown-menu .dropdown-content .nav li:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    color: #fff;
    content: "ï„¡";
    display: inline-block;
    font: normal normal normal 16px/1 Clinichub;
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.site-menu .container .navbar .navbar-collapse .navbar-nav .dropdown.full-menu .dropdown-menu .dropdown-content .nav li:hover:after {
    color: #22a3d6
}

.site-menu .container .navbar .navbar-collapse .navbar-nav .dropdown.full-menu .dropdown-menu .dropdown-content .nav li:hover a {
    color: #22a3d6
}

.site-menu .container .navbar .navbar-collapse .navbar-nav .dropdown.full-menu .dropdown-menu .dropdown-content .nav li.active a {
    color: #22a3d6
}

.site-menu .container .navbar .navbar-collapse .navbar-nav .dropdown.full-menu .dropdown-menu .dropdown-content .nav li:last-child {
    border: 0
}

.site-menu .container .navbar .navbar-collapse .navbar-nav .dropdown.full-menu .dropdown-menu .dropdown-content .tab-content .tab-header {
    margin-bottom: 10px
}

.site-menu .container .navbar .navbar-collapse .navbar-nav .dropdown.full-menu .dropdown-menu .dropdown-content .tab-content .tab-header h4 {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase
}

.site-menu .container .navbar .navbar-collapse .navbar-nav .dropdown.full-menu .dropdown-menu .dropdown-content .tab-content .tab-header h4 a {
    color: #fff
}

.site-menu .container .navbar .navbar-collapse .navbar-nav .dropdown.full-menu .dropdown-menu .dropdown-content .tab-content .tab-header h4 a:hover {
    color: #22a3d6
}

.site-menu .container .navbar .navbar-collapse .navbar-nav .dropdown.full-menu .dropdown-menu .dropdown-content .tab-content .tab-header .tab-divider {
    position: relative;
    width: 40px;
    height: 2px
}

.site-menu .container .navbar .navbar-collapse .navbar-nav .dropdown.full-menu .dropdown-menu .dropdown-content .tab-content .tab-header .tab-divider:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #22a3d6
}

.site-menu .container .navbar .navbar-collapse .navbar-nav .dropdown.full-menu .dropdown-menu .dropdown-content .tab-content .tab-header .tab-divider:after {
    position: absolute;
    content: "";
    right: 10px;
    left: auto;
    width: 6px;
    height: 100%;
    background-color: #fff
}

.site-menu .container .navbar .navbar-collapse .navbar-nav .dropdown.full-menu .dropdown-menu .dropdown-content .tab-content ul li a {
    display: inline-block;
    color: #7f8897;
    font-size: 14px;
    padding: 3px 0
}

.site-menu .container .navbar .navbar-collapse .navbar-nav .dropdown.full-menu .dropdown-menu .dropdown-content .tab-content ul li a:hover {
    color: #22a3d6
}

.site-menu .container .navbar .navbar-collapse .navbar-nav .dropdown.full-menu .dropdown-menu .dropdown-content .tab-content ul.two-columns li {
    display: block;
    float: left;
    width: 50%
}

.site-menu .container .navbar .navbar-collapse .navbar-nav .dropdown.full-menu .dropdown-menu .dropdown-content .tab-content ul.two-columns:after {
    display: block;
    width: 100%;
    clear: both
}

.site-menu .container .navbar .navbar-collapse .navbar-nav .dropdown.full-menu .dropdown-menu .dropdown-content .tab-content .tab-content-inner {
    margin: 20px 0 0
}

.site-menu .container .navbar .navbar-collapse .navbar-nav .dropdown.full-menu .dropdown-menu .dropdown-content .tab-content .tab-content-inner img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.site-menu .container .navbar .navbar-collapse .navbar-nav .dropdown.full-menu .dropdown-menu .dropdown-content .tab-content .tab-content-inner.without-header {
    margin: 0
}

.site-menu .container .navbar .navbar-collapse .navbar-nav .dropdown.full-menu .dropdown-menu:after {
    display: none
}

.treatment-options {
    position: relative;
    margin: 0 0 30px;
    background-size: cover;
    border-radius: 10px 10px 10px 10px;
    background: linear-gradient(200deg, #39e5d4, #22a3d6)
}

@media (max-width: 370px) {
    .treatment-options {
        margin: 0 0 15px
    }
}

.treatment-options .item-option {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    line-height: 50px;
    font-size: 15px;
    border-bottom: 1px solid #e9e9e9
}

@media (max-width: 767px) {
    .treatment-options .item-option {
        font-size: 13px;
        line-height: 42px
    }
}

.treatment-options .item-option:last-child {
    border-bottom: 0
}

.treatment-options .item-option .item-title {
    font-weight: 600;
    color: #fff
}

.treatment-options .item-option .item-title .item-icon {
    display: inline-block;
    width: 35px;
    padding-left: 10px;
    margin-right: 10px;
    text-align: center;
    font-size: 24px;
    vertical-align: middle
}

@media (max-width: 767px) {
    .treatment-options .item-option .item-title .item-icon {
        width: 30px;
        margin-right: 2px;
        font-size: 20px
    }
}

.treatment-options .item-option .item-value {
    color: #444;
    background-color: #fff;
    border-radius: 5px;
    margin-right: 10px;
    line-height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center
}

@media (max-width: 767px) {
    .treatment-options .theme-btn {
        font-size: 14px
    }
}

.main-banner {
    height: 575px;
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    image-rendering: auto
}

@media (max-width: 428px) {
    .main-banner {
        height: 300px;
        position: inherit;
        background-size: cover;
        background-repeat: no-repeat;
        image-rendering: auto
    }
}

.item-bg1 {
    background-image: url(../img/casas-banner2.webp)
}

.item-bg1 :hover {
    cursor: pointer
}

.item-bg2 {
    background-image: url(../img/main-banner2.jpg)
}

.item-bg3 {
    background-image: url(../img/main-banner3.jpg)
}

.main-banner-content {
    max-width: 850px
}

.main-banner-content span {
    margin-bottom: 15px;
    color: #000;
    font-family: Rubik, sans-serif
}

.main-banner-content h1 {
    margin-bottom: 0;
    font-size: 70px;
    font-weight: 700
}

.main-banner-content p {
    line-height: 1.8;
    color: #121521;
    max-width: 670px;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 20px
}

.main-banner-content .btn-box {
    margin-top: 30px
}

.main-banner-content .btn-box .btn-light {
    margin-left: 12px
}



.home-slides.owl-theme .owl-nav {
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .home-slides.owl-theme .owl-nav [class*=owl-] {
    color: #121521;
    margin: 0;
    padding: 0;
    background: #ffffff;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 51px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  
  .home-slides.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #22a3d6;
    color: #ffffff;
  }
  
  .home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 15px;
  }
  
  .home-slides.owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
  }
  
  .home-slides.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 3px;
    margin: 0 2px;
    background: #121521;
    border-radius: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .home-slides.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #22a3d6;
  }
  
  .home-slides.owl-theme .owl-dots .owl-dot.active span {
    width: 25px;
    background-color: #22a3d6;
  }
  
  .home-slides.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible;
  }
  


@-webkit-keyframes rotateMe {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotateMe {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateMeTwo {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes rotateMeTwo {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.main-services-area {
    padding-bottom: 70px;
    position: relative;
    z-index: -1;
}

.main-services-box {
    margin-bottom: 30px;
    border-radius: 10px 10px 10px 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    padding: 25px;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden;
    height:400px;
}

.main-services-box .icon {
    margin-bottom: 20px;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
    background: linear-gradient(200deg, #45dacb, #30a7d6);
    color: #fff;
    font-size: 25px;
    -webkit-transition: .5s;
    transition: .5s
}

.main-services-box h3 {
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 5px;
    font-size: 19px;
    font-weight: 700
}

.main-services-box h3 a {
    color: #121521
}

.main-services-box h3::before {
    width: 0;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.main-services-box p {
    line-height: 1.7;
    -webkit-transition: .5s;
    transition: .5s;
    margin-top: 10px;
    margin-bottom: 0
}

.main-services-box::before {
    width: 0;
    height: 100%;
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(200deg, #39e5d4, #22a3d6);
    -webkit-transition: .5s;
    transition: .5s
}

.main-services-box::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border: 10px solid #fff;
    left: -80px;
    bottom: -80px;
    border-radius: 50%;
    z-index: -1;
    opacity: .15;
    -webkit-transition: .5s;
    transition: .5s
}

.main-services-box:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.main-services-box:hover::before {
    width: 100%
}

.main-services-box:hover .icon {
    background-color: #49d685;
    color: #fff
}

.main-services-box:hover h3 a {
    color: #fff
}

.main-services-box:hover h3::before {
    width: 80px
}

.main-services-box:hover p {
    color: #fff
}

.main-services-box:hover::after {
    left: -50px;
    bottom: -50px
}

.shape2 {
    position: absolute;
    right: 0;
    bottom: -120px;
    z-index: -1;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite
}

.shape2 img {
    opacity: .7
}

@-webkit-keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.about-area {
    position: relative;
    z-index: 1
}

.about-image {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 10px 10px;
    background-image: url(../img/NHS-dentist.jpeg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.about-image img {
    display: none
}

.about-content {
    max-width: 555px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 50px
}

.about-content span {
    display: block;
    margin-bottom: 5px;
    color: #1db4c1;
    font-size: 17px;
    font-family: Rubik, sans-serif
}

.about-content h2 {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 40px;
    font-weight: 600
}

.about-content p {
    margin-top: 10px;
    margin-bottom: 0
}

.about-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 0
}

.about-content ul li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 34px;
    font-family: Rubik, sans-serif
}

.about-content ul li i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
    background-color: #d2f5e1;
    color: #1db4c1;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    font-size: 11px;
    position: absolute;
    left: 0;
    top: -2px
}

.about-content ul li:hover i {
    background: linear-gradient(200deg, #45dacb, #30a7d6);
    color: #fff
}

.about-content ul li:last-child {
    margin-bottom: 0
}

.about-content .btn {
    margin-top: 30px
}

.our-mission-area {
    position: relative;
    z-index: 1
}

.our-mission-image {
    width: 100%;
    height: 100%;
    background-image: url(../img/mission-img1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.our-mission-image img {
    display: none
}

.our-mission-content {
    max-width: 640px;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 50px
}

.our-mission-content .sub-title {
    display: block;
    margin-bottom: 5px;
    color: #1db4c1;
    font-size: 17px;
    font-family: Rubik, sans-serif
}

.our-mission-content h2 {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 40px;
    font-weight: 600
}

.our-mission-content p {
    margin-top: 10px;
    margin-bottom: 0
}

.our-mission-content ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin: 0 -15px
}

.our-mission-content ul li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    color: #7d7d7d;
    font-size: 14.5px;
    line-height: 1.7;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px
}

.our-mission-content ul li .icon {
    margin-bottom: 13px;
    -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.3);
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.3);
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    color: #1db4c1;
    font-size: 16px;
    -webkit-transition: .5s;
    transition: .5s
}

.our-mission-content ul li span {
    display: block;
    color: #121521;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 17px
}

.our-mission-content ul li:hover .icon {
    background: linear-gradient(200deg, #45dacb, #30a7d6);
    color: #fff;
    border-radius: 70% 30% 30% 70%/60% 40% 60% 40%
}

.shape3 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1
}

.shape3 img {
    opacity: .6
}

.approach-image {
    width: 100%;
    height: 100%;
    background-image: url(../img/approach-img1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.approach-image img {
    display: none
}

.approach-content {
    max-width: 640px;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 50px
}

.approach-content .sub-title {
    display: block;
    margin-bottom: 5px;
    color: #1db4c1;
    font-size: 17px;
    font-family: Rubik, sans-serif
}

.approach-content h2 {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 40px;
    font-weight: 600
}

.approach-content p {
    margin-top: 10px;
    margin-bottom: 0
}

.approach-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 0
}

.approach-content ul li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 34px;
    font-family: Rubik, sans-serif
}

.approach-content ul li i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
    background-color: #d2f5e1;
    color: #1db4c1;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    font-size: 11px;
    position: absolute;
    left: 0;
    top: -2px
}

.approach-content ul li:hover i {
    background: linear-gradient(200deg, #45dacb, #30a7d6);
    color: #fff
}

.approach-content ul li:last-child {
    margin-bottom: 0
}

.approach-content .btn {
    margin-top: 30px
}

.our-vision-area {
    position: relative;
    z-index: 1;
    padding-bottom: 70px
}

.single-vision-box {
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    padding: 25px 20px;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden
}

.single-vision-box .icon {
    margin-bottom: 20px;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
    background: linear-gradient(200deg, #45dacb, #30a7d6);
    color: #fff;
    font-size: 25px;
    -webkit-transition: .5s;
    transition: .5s
}

.single-vision-box h3 {
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 0;
    position: relative;
    font-size: 20px;
    font-weight: 700
}

.single-vision-box p {
    -webkit-transition: .5s;
    transition: .5s;
    margin-top: 12px;
    margin-bottom: 0
}

.single-vision-box::before {
    width: 0;
    height: 100%;
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(200deg, #45dacb, #30a7d6);
    -webkit-transition: .5s;
    transition: .5s
}

.single-vision-box::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border: 10px solid #fff;
    left: -80px;
    bottom: -80px;
    border-radius: 50%;
    z-index: -1;
    opacity: .15;
    -webkit-transition: .5s;
    transition: .5s
}

.single-vision-box:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.single-vision-box:hover::before {
    width: 100%
}

.single-vision-box:hover .icon {
    background-color: #49d685;
    color: #fff
}

.single-vision-box:hover h3 {
    color: #fff
}

.single-vision-box:hover p {
    color: #fff
}

.single-vision-box:hover::after {
    left: -50px;
    bottom: -50px
}

.fun-facts-area {
    position: relative;
    z-index: 1;
    background-color: #121521;
    background-image: url(../img/map-bg1.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.single-fun-facts {
    text-align: center
}

.single-fun-facts .icon {
    font-size: 45px;
    color: #1db4c1;
    margin-bottom: 10px
}

.single-fun-facts h3 {
    color: #fff;
    margin-bottom: 0;
    position: relative;
    padding-left: 5px;
    font-size: 50px;
    font-weight: 600
}

.single-fun-facts h3 .optional-icon {
    top: -25px;
    right: 5px;
    position: relative;
    font-size: 25px;
    font-weight: 300
}

.single-fun-facts p {
    color: #1db4c1;
    line-height: initial;
    margin-top: 5px;
    font-size: 20px
}

.services-area {
    position: relative;
    z-index: 1
}

.single-services-box {
    margin-bottom: 30px;
    position: relative;
    height:400px;
    padding: 40px 38px;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px 10px 10px 10px
}

.single-services-box.bg-1 {
    background-image: url(../img/services/services-gastric-sleeve.webp)
}

.single-services-box.bg-2 {
    background-image: url(../img/services/services-gastric-bypass.webp)
}

.single-services-box.bg-3 {
    background-image: url(../img/services/services-swallowable-balloon.webp)
}

.single-services-box.bg-4 {
    background-image: url(../img/services/services-rhinoplasty.webp)
}

.single-services-box.bg-5 {
    background-image: url(../img/services/services-hollywood-smile.webp)
}

.single-services-box.bg-6 {
    background-image: url(../img/services/dolgu-ve-botoks.webp)
}

.single-services-box.bg-7 {
    background-image: url(../img/services/7.jpg)
}

.single-services-box.bg-8 {
    background-image: url(../img/services/8.jpg)
}

.single-services-box.bg-9 {
    background-image: url(../img/services/9.jpg)
}

.single-services-box .icon {
    margin-bottom: 21px;
    text-align: center;
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
    background: linear-gradient(200deg, #45dacb, #30a7d6);
    color: #1db4c1;
    font-size: 30px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2)
}

.single-services-box:hover .icon {
    margin-bottom: 21px;
    text-align: center;
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
    background-color: #49d685;
    color: #49d685;
    font-size: 30px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2)
}

.single-services-box h3 {
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700
}

.single-services-box h3 a {
    display: inline-block
}

.single-services-box p {
    -webkit-transition: .5s;
    transition: .5s;
    margin-top: 12px;
    margin-bottom: 0
}

.single-services-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s
}

.single-services-box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(200deg, #45dacb, #30a7d6);
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden
}

.single-services-box .read-more-btn {
    color: #1db4c1;
    display: inline-block;
    margin-top: 18px;
    font-weight: 500;
    font-size: 14px;
    font-family: Rubik, sans-serif
}

.single-services-box .read-more-btn:hover {
    color: #121521
}

.single-services-box:hover {
    -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2)
}

.single-services-box:hover .icon {
    border-radius: 50%
}

.single-services-box:hover h3 {
    color: #fff
}

.single-services-box:hover h3 a {
    color: #fff
}

.single-services-box:hover p {
    color: #fff
}

.single-services-box:hover .read-more-btn {
    color: #fff
}

.single-services-box:hover .read-more-btn:hover {
    color: #121521
}

.single-services-box:hover::before {
    background: linear-gradient(200deg, #45dacb, #30a7d6);
    opacity: .8
}

.more-services-btn {
    text-align: center;
    margin-top: 20px
}

.services-details-desc .services-details-image {
    margin-bottom: 30px;
    background-image: url(assets/img/appointment-bg.jpg)
}

.services-details-desc h3 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 600;
    padding-right: .5em;
    padding-left: .5em
}

.services-details-desc .services-details-features {
    margin-top: 25px;
    margin-bottom: 25px
}

.services-details-desc .services-features-list {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0
}

.services-details-desc .services-features-list li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 34px;
    font-family: Livvic, sans-serif;
    color: #7f8897;
    font-size: 15px
}

.services-details-desc .services-features-list li i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
    background-color: #d2f5e1;
    color: #1db4c1;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    font-size: 11px;
    position: absolute;
    left: 0;
    top: -2px
}

.services-details-desc .services-features-list li:hover i {
    background: linear-gradient(200deg, #45dacb, #30a7d6);
    color: #fff
}

.services-details-desc .services-features-list li:last-child {
    margin-bottom: 0
}

.services-details-desc .wp-block-gallery.columns-3 {
    padding-left: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px -10px 30px
}

.services-details-desc .wp-block-gallery.columns-3 li {
    -ms-flex: 0 0 33.3333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-right: 10px;
    padding-left: 10px
}

.services-details-desc .wp-block-gallery.columns-3 li figure {
    margin-bottom: 0
}

.services-details-desc .chart-image {
    margin-top: 35px
}

.doctor-area {
    position: relative;
    z-index: 1;
    padding-bottom: 70px
}

.doctor-area .section-title {
    margin-bottom: 30px
}

.single-doctor-box {
    text-align: center;
    margin-bottom: 30px;
    padding: 25px;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s
}

.single-doctor-box .doctor-image {
    position: relative;
    border-radius: 4px
}

.single-doctor-box .doctor-image img {
    display: inline-block !important;
    width: 200px;
    height: 200px;
    margin: auto;
    object-fit: contain;
    background-position: center;
    border-radius: 4px
}

.single-doctor-box .doctor-image .details-btn {
    position: absolute;
    top: 50%;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 35px;
    height: 35px;
    background-color: #fff;
    line-height: 35px;
    border-radius: 50%;
    color: #1db4c1;
    opacity: 0;
    visibility: hidden;
    margin-top: 25px
}

.single-doctor-box .doctor-image .details-btn:hover {
    color: #fff;
    background-color: #121521
}

.single-doctor-box .doctor-image::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #22a3d691;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 4px
}

.single-doctor-box .doctor-content {
    margin-top: 22px
}

.single-doctor-box .doctor-content h3 {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 700
}

.single-doctor-box .doctor-content h3 a {
    display: inline-block
}

.single-doctor-box .doctor-content span {
    display: block;
    color: #1db4c1;
    font-size: 14.5px;
    margin-top: 5px
}

.single-doctor-box .doctor-content .social {
    padding-left: 0;
    list-style-type: none;
    margin-top: 18px;
    margin-bottom: 0
}

.single-doctor-box .doctor-content .social li {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px
}

.single-doctor-box .doctor-content .social li a {
    display: block;
    color: #1db4c1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #def5ee;
    text-align: center;
    font-size: 14px
}

.single-doctor-box .doctor-content .social li a:hover {
    color: #fff;
    background: linear-gradient(200deg, #45dacb, #30a7d6);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.single-doctor-box .doctor-content .social li:first-child {
    margin-left: 0
}

.single-doctor-box .doctor-content .social li:last-child {
    margin-right: 0
}

.single-doctor-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.single-doctor-box:hover .doctor-image .details-btn {
    margin-top: 0;
    opacity: 1;
    visibility: visible
}

.single-doctor-box:hover .doctor-image::before {
    opacity: .9;
    visibility: visible
}

.doctor-slides .single-doctor-box {
    margin-top: 30px
}

.doctor-slides.owl-theme .owl-nav {
    margin-top: 0
}

.doctor-slides.owl-theme .owl-nav [class*="owl-"] {
    color: #121521;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background: #f0f0f0;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 19px;
    position: absolute;
    left: -60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.doctor-slides.owl-theme .owl-nav [class*="owl-"]:hover {
    background: linear-gradient(200deg, #45dacb, #30a7d6);
    color: #fff
}

.doctor-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
    left: auto;
    right: -60px
}

.patient-area {
    position: relative;
    z-index: 1;
    padding-bottom: 70px
}

.patient-area .section-title {
    margin-bottom: 30px
}

.single-patient-box {
    text-align: center;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    padding-top: 25px
}

.single-patient-box .patient-image {
    position: relative
}

.single-patient-box .patient-image img {
    display: inline-block !important;
    width: 200px;
    height: 200px;
    margin: auto;
    object-fit: contain;
    background-position: center;
    border-radius: 4px
}

.single-patient-box .doctor-image .details-btn {
    position: absolute;
    top: 50%;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 35px;
    height: 35px;
    background-color: #fff;
    line-height: 35px;
    border-radius: 50%;
    color: #1db4c1;
    opacity: 0;
    visibility: hidden;
    margin-top: 25px
}

.single-patient-box .patient-image .details-btn:hover {
    color: #fff;
    background-color: #121521
}

.single-patient-box .patient-image::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #22a3d691;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

.single-patient-box .patient-content {
    margin-top: 22px
}

.single-docpatienttor-box .patient-content h3 {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 700
}

.single-patient-box .patient-content h3 a {
    display: inline-block
}

.single-patient-box .patient-content span {
    display: block;
    color: #1db4c1;
    font-size: 14.5px;
    margin-top: 5px
}

.single-patient-box .patient-content .social {
    padding-left: 0;
    list-style-type: none;
    margin-top: 18px;
    margin-bottom: 0
}

.single-patient-box .patient-content .social li {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px
}

.single-patient-box .patient-content .social li a {
    display: block;
    color: #1db4c1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #def5ee;
    text-align: center;
    font-size: 14px
}

.single-patient-box .patient-content .social li a:hover {
    color: #fff;
    background: linear-gradient(200deg, #45dacb, #30a7d6);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.single-patient-box .patient-content .social li:first-child {
    margin-left: 0
}

.single-patient-box .patient-content .social li:last-child {
    margin-right: 0
}

.single-patient-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.single-patient-box:hover .patient-image .details-btn {
    margin-top: 0;
    opacity: 1;
    visibility: visible
}

.single-patient-box:hover .doctor-image::before {
    opacity: .9;
    visibility: visible
}

.doctor-slides .single-patient-box {
    margin-top: 30px
}

.patient-slides.owl-theme .owl-nav {
    margin-top: 0
}

.patient-slides.owl-theme .owl-nav [class*="owl-"] {
    color: #121521;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background: #f0f0f0;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 19px;
    position: absolute;
    left: -60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.patient-slides.owl-theme .owl-nav [class*="owl-"]:hover {
    background: linear-gradient(200deg, #45dacb, #30a7d6);
    color: #fff
}

.patient-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
    left: auto;
    right: -60px
}

.youtube-area {
    position: relative;
    z-index: 1;
    padding-bottom: 70px
}

.youtube-area .section-title {
    margin-bottom: 30px
}

.single-youtube-box {
    text-align: center;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.1);
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.1);
    padding: 25px;
    border-radius: 10px 10px 10px 10px;
    -webkit-transition: .5s;
    transition: .5s
}

.single-youtube-box .youtube-image {
    position: relative;
    border-radius: 10px 10px 10px 10px
}

.single-youtube-box .youtube-image img {
    display: inline-block !important;
    width: auto !important;
    border-radius: 10px 10px 10px 10px
}

.single-youtube-box .youtube-image .details-btn {
    position: absolute;
    top: 50%;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 35px;
    height: 35px;
    background-color: #fff;
    line-height: 35px;
    border-radius: 10px 10px 10px 10px;
    color: #1db4c1;
    opacity: 0;
    visibility: hidden;
    margin-top: 25px
}

.single-youtube-box .youtube-image .details-btn:hover {
    color: #fff;
    background-color: #121521
}

.single-youtube-box .youtube-content {
    margin-top: 22px
}

.single-youtube-box .youtube-content h3 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700
}

.single-youtube-box .youtube-content h3 a {
    display: inline-block
}

.single-youtube-box .youtube-content span {
    display: block;
    color: #22a3d66e;
    font-size: 14.5px;
    margin-top: 5px
}

.single-youtube-box .youtube-content .social {
    padding-left: 0;
    list-style-type: none;
    margin-top: 18px;
    margin-bottom: 0
}

.single-youtube-box .youtube-content .social li {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px
}

.single-youtube-box .youtube-content .social li a {
    display: block;
    color: #22a3d677;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 10px 10px 10px 10px;
    background-color: #def5ee;
    text-align: center;
    font-size: 14px
}

.single-youtube-box .youtube-content .social li a:hover {
    color: #fff;
    background-color: #22a3d66c;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.single-youtube-box .youtube-content .social li:first-child {
    margin-left: 0
}

.single-youtube-box .youtube-content .social li:last-child {
    margin-right: 0
}

.single-youtube-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.single-youtube-box:hover .youtube-image .details-btn {
    margin-top: 0;
    opacity: 1;
    visibility: visible
}

.single-youtube-box:hover .youtube-image::before {
    opacity: .9;
    visibility: visible
}

.youtube-slides .single-youtube-box {
    margin-top: 30px
}

.youtube-slides.owl-theme .owl-nav {
    margin-top: 0
}

.youtube-slides.owl-theme .owl-nav [class*="owl-"] {
    color: #121521;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background: #f0f0f0;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px 10px 10px 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 19px;
    position: absolute;
    left: -60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.youtube-slides.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #22a3d679;
    color: #fff
}

.youtube-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
    left: auto;
    right: -60px
}

.doctor-details-area {
    position: relative;
    z-index: 1
}

.doctor-details-image {
    text-align: center;
    background-color: #fff;
    padding: 30px
}

.doctor-details-image img {
    border-radius: 10px 10px 10px
}

.doctor-details-image h3 {
    margin-bottom: 0;
    margin-top: 25px;
    font-size: 20px;
    font-weight: 700
}

.doctor-details-image h3 a {
    display: inline-block
}

.doctor-details-image span {
    display: block;
    color: #1db4c1;
    font-size: 14.5px;
    margin-top: 7px
}

.doctor-details-image .social {
    padding-left: 0;
    list-style-type: none;
    margin-top: 18px;
    margin-bottom: 0
}

.doctor-details-image .social li {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px
}

.doctor-details-image .social li a {
    display: block;
    color: #1db4c1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #def5ee;
    text-align: center;
    font-size: 14px
}

.doctor-details-image .social li a:hover {
    color: #fff;
    background: linear-gradient(200deg, #45dacb, #30a7d6);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.doctor-details-image .social li:first-child {
    margin-left: 0
}

.doctor-details-image .social li:last-child {
    margin-right: 0
}

.doctor-details-desc {
    padding-left: 20px
}

.doctor-details-desc h2 {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 40px;
    font-weight: 600
}

.doctor-details-desc p {
    margin-top: 15px
}

.doctor-details-desc .signature-image {
    margin-top: 25px
}

.skill-education-desc {
    margin-top: 100px
}

.skill-desc .sub-title {
    display: block;
    margin-bottom: 3px;
    color: #1db4c1;
    font-size: 17px;
    font-family: Rubik, sans-serif
}

.skill-desc h2 {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 40px;
    font-weight: 600
}

.skill-desc p {
    margin-top: 15px;
    margin-bottom: 0
}

.skill-desc ul {
    padding-left: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: Rubik, sans-serif;
    margin: 10px -15px 0
}

.skill-desc ul li {
    font-family: Rubik, sans-serif;
    -ms-flex: 0 0 45%;
    -webkit-box-flex: 0;
    flex: 0 0 45%;
    max-width: 45%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px
}

.skill-desc ul li span {
    padding-left: 34px;
    display: block;
    position: relative
}

.skill-desc ul li span i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
    background-color: #d2f5e1;
    color: #1db4c1;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    font-size: 11px;
    position: absolute;
    left: 0;
    top: -2px
}

.skill-desc ul li span:hover i {
    background: linear-gradient(200deg, #45dacb, #30a7d6);
    color: #fff
}

.education-desc .sub-title {
    display: block;
    margin-bottom: 3px;
    color: #1db4c1;
    font-size: 17px;
    font-family: Rubik, sans-serif
}

.education-desc h2 {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 40px;
    font-weight: 600
}

.education-desc p {
    margin-top: 15px;
    margin-bottom: 0
}

.education-desc ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin: 0 -15px
}

.education-desc ul li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    color: #7d7d7d;
    font-size: 14.5px;
    line-height: 1.7;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px
}

.education-desc ul li .icon {
    margin-bottom: 10px;
    -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.3);
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.3);
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    color: #1db4c1;
    font-size: 16px;
    -webkit-transition: .5s;
    transition: .5s
}

.education-desc ul li span {
    display: block;
    color: #121521;
    margin-bottom: 3px;
    font-weight: 600;
    font-size: 17px
}

.education-desc ul li:hover .icon {
    background: linear-gradient(200deg, #45dacb, #30a7d6);
    color: #fff;
    border-radius: 70% 30% 30% 70%/60% 40% 60% 40%
}

.justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important
}

.text__block {
    margin-top: 50px;
    padding-top: 45px;
    border-top: 2px solid rgba(255, 255, 255, 0.911)
}

.appointment-area {
    position: relative;
    z-index: 1;
    background-image: url(../img/appointment-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background: linear-gradient(15deg, #22a3d6, #39e5d4) !important
}

.appointment-content {
    position: relative;
    z-index: 2;
    padding: 60px;
    border-radius: 10px 10px 10px 10px;
    background-color: #fff;
  
}

.appointment-content::before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #fff;
    width: 96%;
    opacity: .62;
    height: 50%;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 3px
}

.appointment-content .sub-title {
    display: block;
    margin-bottom: 10px;
    color: #1db4c1;
    font-size: 17px;
    font-family: Rubik, sans-serif
}

.appointment-content h2 {
    margin-bottom: 0;
    max-width: 520px;
    line-height: 1.3;
    font-size: 40px;
    font-weight: 600
}

.appointment-content form {
    margin-top: 5px
}

.appointment-content form .form-group {
    position: relative;
    padding-left: 55px;
    margin-bottom: 0;
    margin-top: 30px
}

.appointment-content form .form-group .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #1db4c1;
    font-size: 35px
}

.appointment-content form .form-group label {
    display: block;
    color: #7d7d7d;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 500
}

.appointment-content form .form-group .form-control {
    border: none;
    height: 25px;
    border-bottom: 1px solid #eee;
    font-size: 17px;
    font-weight: 400;
    padding-left: 3px;
    padding-right: 0;
    padding-bottom: 2px;
    border-radius: 2px
}

.appointment-content form .form-group .form-control::-webkit-input-placeholder {
    color: #121521
}

.appointment-content form .form-group .form-control:-ms-input-placeholder {
    color: #121521
}

.appointment-content form .form-group .form-control::-ms-input-placeholder {
    color: #121521
}

.appointment-content form .form-group .form-control::placeholder {
    color: #121521
}

.appointment-content form .form-group .form-control:focus {
    border-color: #1db4c1;
    padding-left: 2px
}

.appointment-content form .form-group .nice-select {
    background-color: transparent;
    color: #121521;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #eee;
    height: unset;
    line-height: initial;
    padding: 0 35px 8px 0;
    font-size: 17px;
    font-weight: 400
}

.appointment-content form .form-group .nice-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    height: auto;
    overflow-y: scroll;
    padding-top: 10px;
    padding-bottom: 10px
}

.appointment-content form .form-group .nice-select .list .option {
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px
}

.appointment-content form .form-group .nice-select .list .option:hover {
    background-color: #22a3d6 !important;
    color: #fff
}

.appointment-content form .form-group .nice-select .list .option.selected {
    background-color: transparent
}

.appointment-content form .form-group .nice-select:after {
    right: 5px;
    border-color: #121521;
    height: 8px;
    width: 8px
}

.appointment-content form .submit-btn {
    text-align: center;
    margin-top: 35px
}

.appointment-top-area {
    position: relative;
    z-index: 1;
    background-image: url(../img/appointment-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.appointment-top-content {
    background-color: #fff;
    padding: 50px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    max-width: 600px;
    margin-left: auto;
    margin-right: 400px;
    border-radius: 10px 10px 10px 10px
}

@media only screen and (max-width: 414px) {
    .appointment-top-content {
        background-color: #fff;
        padding: 50px;
        position: relative;
        z-index: 1;
        -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
        box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
        max-width: 600px;
        margin-left: auto;
        margin-right: 0;
        border-radius: 10px 10px 10px 10px;
        top: -40px
    }
}

.appointment-top-content::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 96%;
    opacity: .62;
    height: 50%;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 3px
}

.appointment-top-content .sub-title {
    display: block;
    margin-bottom: 10px;
    color: #1db4c1;
    font-size: 17px;
    font-family: Rubik, sans-serif
}

.appointment-top-content h2 {
    margin-bottom: 0;
    max-width: 520px;
    line-height: 1.3;
    font-size: 30px;
    font-weight: 600
}

.appointment-top-content form {
    margin-top: 5px
}

.appointment-top-content form .form-group {
    position: relative;
    padding-left: 55px;
    margin-bottom: 0;
    margin-top: 4px
}

.appointment-top-content form .form-group .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #1db4c1;
    font-size: 35px
}

.appointment-top-content form .form-group label {
    display: block;
    color: #7d7d7d;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 400;
    text-align: left
}

.appointment-top-content form .form-group .form-control {
    border: none;
    height: auto;
    border-bottom: 1px solid #eee;
    font-size: 17px;
    font-weight: 400;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 8px
}

.appointment-top-content form .form-group .form-control::-webkit-input-placeholder {
    color: #121521
}

.appointment-top-content form .form-group .form-control:-ms-input-placeholder {
    color: #121521
}

.appointment-top-content form .form-group .form-control::-ms-input-placeholder {
    color: #121521
}

.appointment-top-content form .form-group .form-control::placeholder {
    color: #121521
}

.appointment-top-content form .form-group .form-control:focus {
    border-color: #1db4c1;
    padding-left: 2px
}

.appointment-top-content form .form-group .nice-select {
    background-color: transparent;
    color: #121521;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #eee;
    height: unset;
    line-height: initial;
    padding: 0 35px 8px 0;
    font-size: 17px;
    font-weight: 600
}

.appointment-top-content form .form-group .nice-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    height: 260px;
    overflow-y: scroll;
    padding-top: 10px;
    padding-bottom: 10px
}

.appointment-top-content form .form-group .nice-select .list .option {
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px
}

.appointment-top-content form .form-group .nice-select .list .option:hover {
    background-color: #22a3d6 !important;
    color: #fff
}

.appointment-top-content form .form-group .nice-select .list .option.selected {
    background-color: transparent
}

.appointment-top-content form .form-group .nice-select:after {
    right: 5px;
    border-color: #121521;
    height: 8px;
    width: 8px
}

.appointment-top-content form .submit-btn {
    text-align: center;
    margin-top: 35px
}

.appointment-footer-area {
    position: relative;
    z-index: 1;
    background-image: url(../img/appointment-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.appointment-footer-content {
    top: -45px;
    padding: 50px;
    position: relative;
    z-index: 1;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px 10px 10px 10px
}

@media only screen and (max-width: 414px) {
    .appointment-footer-content {
        padding: 50px;
        position: relative;
        z-index: 1;
        max-width: 500px;
        margin-left: auto;
        margin-right: 0;
        border-radius: 10px 10px 10px 10px;
        top: 5px
    }
}

.appointment-footer-content::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 96%;
    opacity: .62;
    height: 50%;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 3px
}

.appointment-footer-content .sub-title {
    display: block;
    margin-bottom: 10px;
    color: #1db4c1;
    font-size: 17px;
    font-family: Rubik, sans-serif
}

.appointment-footer-content h2 {
    margin-bottom: 0;
    max-width: 520px;
    line-height: 1.3;
    font-size: 25px;
    font-weight: 600;
    color: #fff
}

.appointment-footer-content form {
    margin-top: 5px
}

.appointment-footer-content form .form-group {
    position: relative;
    padding-left: 55px;
    margin-bottom: 0;
    margin-top: 4px
}

.appointment-footer-content form .form-group .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #1db4c1;
    font-size: 35px
}

.appointment-footer-content form .form-group label {
    display: block;
    color: #fff;
    margin-bottom: 1px;
    font-size: 13px;
    font-weight: 400;
    text-align: left
}

.appointment-footer-content form .form-group .form-control {
    border: none;
    height: 25px;
    border-bottom: 1px solid #eee;
    font-size: 17px;
    font-weight: 400;
    padding-left: 3px;
    padding-right: 0;
    padding-bottom: 2px;
    border-radius: 2px
}

.appointment-footer-content form .form-group .form-control::-webkit-input-placeholder {
    color: #000
}

.appointment-footer-content form .form-group .form-control:-ms-input-placeholder {
    color: #000
}

.appointment-footer-content form .form-group .form-control::-ms-input-placeholder {
    color: #000
}

.appointment-footer-content form .form-group .form-control::placeholder {
    color: #000
}

.appointment-footer-content form .form-group .form-control:focus {
    border-color: #1db4c1;
    padding-left: 2px
}

.appointment-footer-content form .form-group .nice-select {
    padding-left: 2px;
    color: #000;
    border: none;
    border-bottom: 1px solid #eee;
    height: auto
}

.appointment-footer-content form .form-group .nice-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    height: auto;
    overflow-y: scroll;
    padding-top: 10px;
    padding-bottom: 10px
}

.appointment-footer-content form .form-group .nice-select .list .option {
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px
}

.appointment-footer-content form .form-group .nice-select .list .option:hover {
    background-color: #22a3d6 !important;
    color: #fff
}

.appointment-footer-content form .form-group .nice-select .list .option.selected {
    background-color: transparent
}

.appointment-footer-content form .form-group .nice-select:after {
    right: 5px;
    border-color: #121521;
    height: 8px;
    width: 8px
}

.appointment-footer-content form .submit-btn {
    text-align: center;
    margin-top: 35px
}

.doctor-calendar-area {
    position: relative;
    z-index: 1
}

.doctor-calendar-table {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2)
}

.doctor-calendar-table table {
    margin-bottom: 0
}

.doctor-calendar-table table thead tr th {
    vertical-align: middle;
    text-align: center;
    background: linear-gradient(200deg, #45dacb, #30a7d6);
    border: none;
    color: #fff;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
    padding-top: 17px;
    padding-bottom: 15px
}

.doctor-calendar-table table tbody tr td {
    vertical-align: middle;
    text-align: center;
    border: 1px solid #eee;
    border-top: none;
    -webkit-transition: .5s;
    transition: .5s;
    white-space: nowrap;
    padding: 25px
}

.doctor-calendar-table table tbody tr td:first-child {
    border-left: none
}

.doctor-calendar-table table tbody tr td:last-child {
    border-right: none
}

.doctor-calendar-table table tbody tr td h3 {
    margin-bottom: 0;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 16px;
    font-weight: 600
}

.doctor-calendar-table table tbody tr td span {
    display: block;
    color: #7d7d7d;
    font-size: 14.5px;
    margin-top: 5px;
    -webkit-transition: .5s;
    transition: .5s
}

.doctor-calendar-table table tbody tr td span.time {
    display: inline-block;
    background-color: #dff5e8;
    color: #1db4c1;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    line-height: 65px;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 500;
    font-size: 16px
}

.doctor-calendar-table table tbody tr td:hover {
    background: linear-gradient(200deg, #45dacb, #30a7d6);
    border-color: #1db4c1
}

.doctor-calendar-table table tbody tr td:hover h3 {
    color: #fff
}

.doctor-calendar-table table tbody tr td:hover span {
    color: #fff
}

.doctor-calendar-table table tbody tr td:hover span.time {
    background-color: #fff;
    color: #1db4c1
}

.doctor-calendar-table table tbody tr:last-child td {
    border-bottom: none
}

.feedback-area {
    position: relative;
    z-index: 1
}

.feedback-slides {
    position: relative
}

.feedback-slides .client-feedback {
    position: relative;
    margin: 0 auto -35px;
    max-width: 900px
}

.feedback-slides .client-feedback .single-feedback {
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    position: relative;
    padding: 75px 90px 10px;
    border-radius: 5px;
    z-index: 1;
    margin: 35px 50px 65px
}

.feedback-slides .client-feedback .single-feedback h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700
}

.feedback-slides .client-feedback .single-feedback span {
    display: block;
    color: #1db4c1;
    margin-top: 5px;
    margin-bottom: 15px;
    font-family: Rubik, sans-serif;
    font-size: 14px
}

.feedback-slides .client-feedback .single-feedback p {
    font-size: 16px;
    line-height: 1.7
}

.feedback-slides .client-feedback .single-feedback::before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #fff;
    right: 0;
    left: 0;
    opacity: .9;
    height: 50%;
    bottom: -20px;
    left: 0;
    right: 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 30px 10px -20px rgba(0, 0, 0, 0.04);
    box-shadow: 0 30px 10px -20px rgba(0, 0, 0, 0.04);
    margin-left: 20px;
    margin-right: 20px
}

.feedback-slides .client-feedback .single-feedback::after {
    content: "";
    position: absolute;
    z-index: -1;
    background: #fff;
    -webkit-box-shadow: 0 30px 10px -20px rgba(0, 0, 0, 0.03);
    box-shadow: 0 30px 10px -20px rgba(0, 0, 0, 0.03);
    right: 0;
    left: 0;
    opacity: .7;
    height: 50%;
    bottom: -40px;
    left: 0;
    right: 0;
    border-radius: 3px;
    margin-left: 40px;
    margin-right: 40px
}

.feedback-slides .client-thumbnails {
    position: relative;
    max-width: 450px;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -80px
}

.feedback-slides .client-thumbnails .item .img-fill {
    cursor: pointer;
    position: relative;
    text-align: center
}

.feedback-slides .client-thumbnails .item .img-fill img {
    opacity: .7;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    position: relative;
    border: 2px solid #22a3d6;
    border-radius: 50%;
    padding: 3px;
    width: 85px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

.feedback-slides .client-thumbnails .item.slick-center .img-fill img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.feedback-slides .next-arrow,
.feedback-slides .prev-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #f0f0f0;
    border: none;
    color: #9f9f9f;
    z-index: 1;
    border-radius: 50%;
    line-height: 40px;
    outline: 0 !important;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden
}

.feedback-slides .next-arrow:hover,
.feedback-slides .prev-arrow:hover {
    color: #fff;
    background: linear-gradient(200deg, #45dacb, #30a7d6)
}

.feedback-slides .next-arrow {
    right: -20px
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.feedback-slides .prev-arrow {
    left: -20px
}

.feedback-slides:hover .next-arrow,
.feedback-slides:hover .prev-arrow {
    opacity: 1;
    visibility: visible
}

.feedback-slides .slick-list {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.feedbacks-area {
    position: relative;
    z-index: 1
}

.feedbacks-slides {
    position: relative
}

.feedbacks-slides .client-feedbacks {
    position: relative;
    margin: 0 auto -35px;
    max-width: 900px
}

.feedbacks-slides .client-feedbacks .single-feedbacks {
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    position: relative;
    padding: 75px 90px 10px;
    border-radius: 5px;
    z-index: 1;
    margin: 35px 50px 65px
}

.feedbacks-slides .client-feedbacks .single-feedbacks h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700
}

.feedbacks-slides .client-feedbacks .single-feedbacks span {
    display: block;
    color: #1db4c1;
    margin-top: 5px;
    margin-bottom: 15px;
    font-family: Rubik, sans-serif;
    font-size: 14px
}

.feedbacks-slides .client-feedbacks .single-feedbacks p {
    font-size: 16px;
    line-height: 1.7
}

.feedbacks-slides .client-feedbacks .single-feedbacks::before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #fff;
    right: 0;
    left: 0;
    opacity: .9;
    height: 50%;
    bottom: -20px;
    left: 0;
    right: 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 30px 10px -20px rgba(0, 0, 0, 0.04);
    box-shadow: 0 30px 10px -20px rgba(0, 0, 0, 0.04);
    margin-left: 20px;
    margin-right: 20px
}

.feedbacks-slides .client-feedbacks .single-feedbacks::after {
    content: "";
    position: absolute;
    z-index: -1;
    background: #fff;
    -webkit-box-shadow: 0 30px 10px -20px rgba(0, 0, 0, 0.03);
    box-shadow: 0 30px 10px -20px rgba(0, 0, 0, 0.03);
    right: 0;
    left: 0;
    opacity: .7;
    height: 50%;
    bottom: -40px;
    left: 0;
    right: 0;
    border-radius: 3px;
    margin-left: 40px;
    margin-right: 40px
}

.feedbacks-slides .client-thumbnails {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-left: auto;
    margin-right: auto
}

.feedbacks-slides .client-thumbnails .item .img-fill {
    cursor: pointer;
    position: relative;
    text-align: center
}

.feedbacks-slides .client-thumbnails .item .img-fill img {
    opacity: .3;
    filter: brightness(0) invert(1);
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    position: relative;
    padding: 3px;
    width: 100%;
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

.feedbacks-slides .client-thumbnails .item.slick-center .img-fill img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.feedbacks-slides .next-arrow,
.feedbacks-slides .prev-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #f0f0f0;
    border: none;
    color: #9f9f9f;
    z-index: 1;
    border-radius: 50%;
    line-height: 40px;
    outline: 0 !important;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden
}

.feedbacks-slides .next-arrow:hover,
.feedbacks-slides .prev-arrow:hover {
    color: #fff;
    background: linear-gradient(200deg, #45dacb, #30a7d6)
}

.feedbacks-slides .next-arrow {
    right: -20px
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.feedbacks-slides .prev-arrow {
    left: -20px
}

.feedbacks-slides:hover .next-arrow,
.feedbacks-slides:hover .prev-arrow {
    opacity: 1;
    visibility: visible
}

.feedbacks-slides .slick-list {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.faq-image {
    width: 100%;
    height: 100%;
    background-image: url(../img/appointment-doctor.jpeg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.faq-image img {
    display: none
}

.faq-accordion {
    max-width: 600px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 50px
}

.faq-accordion .sub-title {
    display: block;
    margin-bottom: 5px;
    color: #1db4c1;
    font-size: 17px;
    font-family: Rubik, sans-serif
}

.faq-accordion h2 {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 40px;
    font-weight: 600
}

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 30px
}

.faq-accordion .accordion .accordion-item {
    display: block;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    background: #fff;
    margin-bottom: 10px
}

.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0
}

.faq-accordion .accordion .accordion-title {
    padding: 12px 20px 12px 51px;
    color: #7f8897;
    position: relative;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
    display: block;
    font-size: 15px;
    font-weight: 500;
    font-family: Rubik, sans-serif
}

.faq-accordion .accordion .accordion-title i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    text-align: center;
    height: 100%;
    background: #d2f5e1;
    color: #1db4c1;
    font-size: 14px;
    -webkit-transition: .5s;
    transition: .5s
}

.faq-accordion .accordion .accordion-title i::before {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.faq-accordion .accordion .accordion-title.active {
    border-bottom-color: #eee
}

.faq-accordion .accordion .accordion-title.active i {
    background: linear-gradient(200deg, #45dacb, #30a7d6);
    color: #fff
}

.faq-accordion .accordion .accordion-title.active i::before {
    content: "\f068"
}

.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    padding: 15px;
    font-size: 14.5px
}

.faq-accordion .accordion .accordion-content.show {
    display: block
}

.faq-contact-area {
    position: relative;
    z-index: 1
}

.faq-contact-form {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto
}

.faq-contact-form form {
    text-align: center
}

.faq-contact-form form .form-group {
    margin-bottom: 15px
}

.faq-contact-form form .form-control {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    height: 57px
}

.faq-contact-form form .form-group {
    text-align: left
}

.faq-contact-form form .row {
    margin-left: -7px;
    margin-right: -7px
}

.faq-contact-form form .row .col-lg-12,
.faq-contact-form form .row .col-lg-6 {
    padding-left: 7px;
    padding-right: 7px
}

.faq-contact-form form textarea.form-control {
    height: auto;
    padding-top: 15px
}

.faq-contact-form form .btn {
    font-size: 16px;
    margin-top: 10px;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.5) !important;
    box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.5) !important
}

.faq-contact-form form .btn.disabled {
    cursor: not-allowed !important
}

.faq-contact-form form .btn.disabled:focus::before,
.faq-contact-form form .btn.disabled:hover::before {
    opacity: 1;
    visibility: visible
}

.faq-contact-form form .btn.disabled:focus::after,
.faq-contact-form form .btn.disabled:hover::after {
    opacity: 0;
    visibility: hidden
}

.faq-contact-form form .help-block ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 5px;
    margin-bottom: 0
}

.faq-contact-form form .help-block ul li {
    color: red
}

.faq-contact-form form #msgSubmit {
    margin-bottom: 0;
    text-align: center !important
}

.faq-contact-form form #msgSubmit.text-danger,
.faq-contact-form form #msgSubmit.text-success {
    margin-top: 8px;
    font-size: 20px;
    font-weight: 600
}

.partner-area {
    padding-bottom: 90px
}

.customers-partner-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.partner-item {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    width: 200px;
    padding-left: 5px;
    padding-right: 5px
}

.partner-item a {
    display: block;
    padding: 25px;
    width: 200px;
    background: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 10px
}

.partner-item a::after,
.partner-item a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

.partner-item a::before {
    left: 0;
    top: 0;
    border-left: 3px solid #22a3d6;
    border-top: 3px solid #22a3d6
}

.partner-item a::after {
    right: 0;
    bottom: 0;
    border-right: 3px solid #22a3d6;
    border-bottom: 3px solid #22a3d6
}

.partner-item a img {
    -webkit-transition: .5s;
    transition: .5s
}

.partner-item a:hover::after,
.partner-item a:hover::before {
    width: 40px;
    height: 40px;
    opacity: 1;
    visibility: visible
}

.partner-item a:hover img {
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
}

.partner-item:nth-child(6) {
    margin-left: 10%
}

.blog-area {
    padding-bottom: 70px
}

.blog-area .pagination-area {
    margin-bottom: 30px
}

.single-blog-post {
    margin-bottom: 30px;
    border-radius: 5px
}

.single-blog-post .post-image a {
    display: block
}

.single-blog-post .post-content {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    padding: 25px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    height:200px;
}

.single-blog-post .post-content .post-meta {
    margin-bottom: 15px
}

.single-blog-post .post-content .post-meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.single-blog-post .post-content .post-meta ul li {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    color: #7d7d7d;
    position: relative
}

.single-blog-post .post-content .post-meta ul li::before {
    position: absolute;
    right: -11px;
    top: 3px;
    width: 1px;
    height: 13px;
    background-color: #7d7d7d;
    content: "";
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg)
}

.single-blog-post .post-content .post-meta ul li a {
    color: #1db4c1
}

.single-blog-post .post-content .post-meta ul li:last-child {
    margin-right: 0
}

.single-blog-post .post-content .post-meta ul li:last-child::before {
    display: none
}

.single-blog-post .post-content h3 {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 700
}

.single-blog-post .post-content h3 a {
    display: inline-block
}

.single-blog-post .post-content p {
    margin-top: 12px;
    margin-bottom: 0
}

.blog-details-desc .article-content {
    margin-top: 30px
}

.blog-details-desc .article-content .entry-meta {
    margin-bottom: -10px
}

.blog-details-desc .article-content .entry-meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.blog-details-desc .article-content .entry-meta ul li {
    position: relative;
    display: inline-block;
    color: #121521;
    margin-right: 21px;
    font-family: Rubik, sans-serif
}

.blog-details-desc .article-content .entry-meta ul li span {
    display: inline-block;
    color: #121521
}

.blog-details-desc .article-content .entry-meta ul li a {
    display: inline-block;
    color: #7d7d7d
}

.blog-details-desc .article-content .entry-meta ul li a:hover {
    color: #1db4c1
}

.blog-details-desc .article-content .entry-meta ul li i {
    color: #1db4c1;
    margin-right: 2px
}

.blog-details-desc .article-content .entry-meta ul li::before {
    content: "";
    position: absolute;
    top: 11px;
    right: -15px;
    width: 6px;
    height: 1px;
    background: #22a3d6
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
    margin-right: 0
}

.blog-details-desc .article-content .entry-meta ul li:last-child::before {
    display: none
}

.blog-details-desc .article-content h3 {
    margin-bottom: 13px;
    margin-top: 25px;
    font-size: 23px;
    font-weight: 600
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
    padding-left: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px -10px
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
    -ms-flex: 0 0 33.3333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-right: 10px;
    padding-left: 10px
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
    margin-bottom: 0
}

.blog-details-desc .article-content .features-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 30px
}

.blog-details-desc .article-content .features-list li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 34px;
    font-family: Rubik, sans-serif
}

.blog-details-desc .article-content .features-list li i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
    background-color: #d2f5e1;
    color: #1db4c1;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    font-size: 11px;
    position: absolute;
    left: 0;
    top: -2px
}

.blog-details-desc .article-content .features-list li:hover i {
    background: linear-gradient(200deg, #45dacb, #30a7d6);
    color: #fff
}

.blog-details-desc .article-content .features-list li:last-child {
    margin-bottom: 0
}

.blog-details-desc .article-footer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px
}

.blog-details-desc .article-footer .article-tags {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.blog-details-desc .article-footer .article-tags span {
    display: inline-block;
    color: #121521;
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 2px
}

.blog-details-desc .article-footer .article-tags a {
    display: inline-block;
    color: #7d7d7d
}

.blog-details-desc .article-footer .article-tags a:hover {
    color: #1db4c1
}

.blog-details-desc .article-footer .article-share {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.blog-details-desc .article-footer .article-share .social {
    padding-left: 0;
    list-style-type: none;
    text-align: right;
    margin-bottom: 0
}

.blog-details-desc .article-footer .article-share .social li {
    display: inline-block
}

.blog-details-desc .article-footer .article-share .social li span {
    display: inline-block;
    margin-right: 2px;
    font-weight: 500;
    color: #7d7d7d
}

.blog-details-desc .article-footer .article-share .social li a {
    display: block;
    color: #1db4c1;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    background-color: #def5ee;
    text-align: center;
    font-size: 14px
}

.blog-details-desc .article-footer .article-share .social li a:hover {
    color: #fff;
    background: linear-gradient(200deg, #45dacb, #30a7d6);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.blog-details-desc .post-navigation {
    margin-top: 30px
}

.blockquote,
blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 50px !important;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px
}

.blockquote p,
blockquote p {
    color: #121521;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 20px !important
}

.blockquote cite,
blockquote cite {
    display: none
}

.blockquote::before,
blockquote::before {
    color: #efefef;
    content: "\f10e";
    position: absolute;
    left: 50px;
    top: -50px;
    z-index: -1;
    font-family: "Font Awesome 5 Free";
    font-size: 140px;
    font-weight: 900
}

.blockquote::after,
blockquote::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(200deg, #45dacb, #30a7d6);
    margin-top: 20px;
    margin-bottom: 20px
}

.post-navigation {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px
}

.post-navigation .navigation-links {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.post-navigation .navigation-links .nav-previous {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.post-navigation .navigation-links .nav-previous a i {
    margin-right: 2px
}

.post-navigation .navigation-links .nav-next {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right
}

.post-navigation .navigation-links .nav-next a i {
    margin-left: 2px
}

.post-navigation .navigation-links div a {
    display: inline-block;
    font-weight: 500
}

.comments-area {
    padding: 25px;
    margin-top: 30px;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.08);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.08);
    background-color: #fff
}

.comments-area .comments-title {
    position: relative;
    margin-bottom: 30px;
    line-height: initial;
    font-size: 20px;
    font-weight: 600
}

.comments-area .comments-title::before {
    content: "";
    height: 25px;
    width: 3px;
    left: -25px;
    position: absolute;
    background: #22a3d6;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.comments-area ol,
.comments-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.comments-area .children {
    margin-left: 20px
}

.comments-area .comment-body {
    border-bottom: 1px solid #eee;
    padding-left: 65px;
    color: #121521;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.comments-area .comment-body .reply {
    margin-top: 15px
}

.comments-area .comment-body .reply a {
    border: 1px solid #ded9d9;
    color: #121521;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    font-size: 13px;
    font-weight: 600
}

.comments-area .comment-body .reply a:hover {
    color: #fff;
    background: linear-gradient(200deg, #45dacb, #30a7d6);
    border-color: #1db4c1
}

.comments-area .comment-meta {
    margin-bottom: .8em
}

.comments-area .comment-author {
    font-size: 16px;
    margin-bottom: .4em;
    position: relative;
    z-index: 2
}

.comments-area .comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px
}

.comments-area .comment-author .fn {
    font-weight: 600
}

.comments-area .comment-author .says {
    display: none
}

.comments-area .comment-metadata {
    color: #7d7d7d;
    letter-spacing: .01em;
    font-size: 13px;
    font-weight: 500
}

.comments-area .comment-metadata a {
    color: #7d7d7d
}

.comments-area .comment-metadata a:hover {
    color: #1db4c1
}

.comments-area .comment-content p {
    font-size: 14px
}

.comments-area .comment-respond {
    margin-top: 30px
}

.comments-area .comment-respond .comment-reply-title {
    margin-bottom: 0;
    position: relative;
    font-size: 20px;
    font-weight: 600
}

.comments-area .comment-respond .comment-reply-title::before {
    content: "";
    height: 25px;
    width: 3px;
    left: -25px;
    position: absolute;
    background: #22a3d6;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
    display: inline-block
}

.comments-area .comment-respond .comment-form {
    overflow: hidden
}

.comments-area .comment-respond .comment-notes {
    margin-bottom: 0;
    margin-top: 10px
}

.comments-area .comment-respond .comment-notes .required {
    color: red
}

.comments-area .comment-respond .comment-form-comment {
    margin-top: 15px;
    float: left;
    width: 100%
}

.comments-area .comment-respond label {
    display: block;
    font-weight: 500;
    color: #121521;
    margin-bottom: 5px
}

.comments-area .comment-respond input[type="date"],
.comments-area .comment-respond input[type="datetime-local"],
.comments-area .comment-respond input[type="email"],
.comments-area .comment-respond input[type="month"],
.comments-area .comment-respond input[type="number"],
.comments-area .comment-respond input[type="password"],
.comments-area .comment-respond input[type="search"],
.comments-area .comment-respond input[type="tel"],
.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond input[type="time"],
.comments-area .comment-respond input[type="url"],
.comments-area .comment-respond input[type="week"],
.comments-area .comment-respond textarea {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.comments-area .comment-respond input[type="date"]:focus,
.comments-area .comment-respond input[type="datetime-local"]:focus,
.comments-area .comment-respond input[type="email"]:focus,
.comments-area .comment-respond input[type="month"]:focus,
.comments-area .comment-respond input[type="number"]:focus,
.comments-area .comment-respond input[type="password"]:focus,
.comments-area .comment-respond input[type="search"]:focus,
.comments-area .comment-respond input[type="tel"]:focus,
.comments-area .comment-respond input[type="text"]:focus,
.comments-area .comment-respond input[type="time"]:focus,
.comments-area .comment-respond input[type="url"]:focus,
.comments-area .comment-respond input[type="week"]:focus,
.comments-area .comment-respond textarea:focus {
    border-color: #1db4c1
}

.comments-area .comment-respond .comment-form-author {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-email {
    float: left;
    width: 50%;
    padding-left: 12px;
    margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-url {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-cookies-consent {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 6px
}

.comments-area .comment-respond .comment-form-cookies-consent label {
    display: inline-block;
    margin: 0;
    color: #7d7d7d;
    font-weight: 400
}

.comments-area .comment-respond .form-submit {
    float: left;
    width: 100%
}

.comments-area .comment-respond .form-submit input {
    background: #22a3d6;
    border: none;
    color: #fff;
    padding: 14px 30px 12px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    border-radius: 0;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px
}

.comments-area .comment-respond .form-submit input:focus,
.comments-area .comment-respond .form-submit input:hover {
    color: #fff;
    background-color: #121521
}

.page-title-area {
    height: 100px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.page-title-bg1 {
    background-color: #f3f7f9
}

.page-title-bg2 {
    background-color: #f3f7f9
}

.page-title-bg3 {
    background-color: #f3f7f9
}

.page-title-bg4 {
    background-color: #f3f7f9
}

.page-title-bg5 {
    background-color: #f3f7f9
}

.page-title-content {
    text-align: left
}

.page-title-content h2 {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 40px;
    font-weight: 600
}

.page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 15px;
    margin-bottom: 0
}

.page-title-content ul li {
    display: inline-block;
    position: relative;
    color: #1db4c1;
    font-size: 16px;
    font-family: Rubik, sans-serif;
    margin-left: 8px;
    margin-right: 8px
}

.page-title-content ul li a {
    color: #545a73
}

.page-title-content ul li a:hover {
    color: #1db4c1
}

.page-title-content ul li::before {
    content: "\f054";
    position: absolute;
    color: #545a73;
    right: -13px;
    top: 5px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 10px
}

.page-title-content ul li:last-child::before {
    display: none
}

.pagination-area {
    margin-top: 10px;
    text-align: center
}

.pagination-area .page-numbers {
    width: 40px;
    height: 40px;
    margin: 0 2px;
    display: inline-block;
    background-color: #fff;
    line-height: 40px;
    color: #121521;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600
}

.pagination-area .page-numbers.current,
.pagination-area .page-numbers:focus,
.pagination-area .page-numbers:hover {
    background: #22a3d6;
    color: #fff;
    -webkit-box-shadow: 0 2px 10px 0 #22a3d6;
    box-shadow: 0 2px 10px 0 #22a3d6
}

.widget-area .widget {
    margin-top: 35px;
    -webkit-box-shadow: 0 2px 48px 0 #000;
    box-shadow: -4px 5px 20px #000;
    background-color: #def5ed;
    padding: 25px;
    position: relative;
    margin-left: auto;
    border-radius: 10px 10px 10px 10px
}

.wwidget-area .widget {
    margin-top: 35px;
    -webkit-box-shadow: 0 2px 48px 0 #000;
    box-shadow: 0 2px 48px 0 #000;
    background-color: #fff;
    padding: 25px;
    position: relative;
    margin-left: auto;
    border-radius: 10px 10px 10px 10px
}

.widget-area .widget:first-child {
    margin-top: -25px
}

.widget-area .widget .widget-title {
    border-bottom: 1px solid #22a3d6;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
    font-size: 20px
}

.widget-area .widget .widget-title::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px;
    background: linear-gradient(200deg, #45dacb, #30a7d6)
}

.widget-area .widget_search form {
    position: relative
}

.widget-area .widget_search form label {
    display: block;
    margin-bottom: 0
}

.widget-area .widget_search form .screen-reader-text {
    display: none
}

.widget-area .widget_search form .search-field {
    background-color: transparent;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #eee;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.widget-area .widget_search form .search-field:focus {
    border-color: #1db4c1
}

.widget-area .widget_search form button {
    position: absolute;
    right: 0;
    outline: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    border: none;
    color: #fff;
    background: linear-gradient(200deg, #45dacb, #30a7d6);
    -webkit-transition: .5s;
    transition: .5s
}

.widget-area .widget_search form button:hover {
    color: #fff;
    background-color: #121521
}

.widget-area .widget_fovia_posts_thumb {
    position: relative;
    overflow: hidden
}

.widget-area .widget_fovia_posts_thumb .item {
    overflow: hidden;
    margin-bottom: 20px
}

.widget-area .widget_fovia_posts_thumb .item:last-child {
    margin-bottom: 0
}

.widget-area .widget_fovia_posts_thumb .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    position: relative;
    width: 80px;
    margin-right: 15px
}

.widget-area .widget_fovia_posts_thumb .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important
}

.widget-area .widget_fovia_posts_thumb .item .thumb .fullimage.bg1 {
    background-image: url(../img/blog/5.jpg)
}

.widget-area .widget_fovia_posts_thumb .item .thumb .fullimage.bg2 {
    background-image: url(../img/blog/8.jpg)
}

.widget-area .widget_fovia_posts_thumb .item .thumb .fullimage.bg3 {
    background-image: url(../img/blog/9.jpg)
}

.widget-area .widget_fovia_posts_thumb .item .info {
    overflow: hidden
}

.widget-area .widget_fovia_posts_thumb .item .info time {
    display: block;
    color: #7d7d7d;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 500
}

.widget-area .widget_fovia_posts_thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 600
}

.widget-area .widget_recent_entries ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.widget-area .widget_recent_entries ul li {
    position: relative;
    margin-bottom: 12px;
    color: #7d7d7d;
    padding-left: 17px;
    line-height: 1.5;
    font-weight: 500
}

.widget-area .widget_recent_entries ul li:last-child {
    margin-bottom: 0
}

.widget-area .widget_recent_entries ul li::before {
    background: #22a3d6;
    position: absolute;
    height: 7px;
    width: 7px;
    content: "";
    left: 0;
    top: 7px
}

.widget-area .widget_recent_entries ul li .post-date {
    display: block;
    font-size: 13px;
    color: #7d7d7d;
    margin-top: 4px
}

.widget-area .widget_recent_comments ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.widget-area .widget_recent_comments ul li {
    position: relative;
    margin-bottom: 12px;
    color: #7d7d7d;
    padding-left: 17px;
    line-height: 1.5;
    font-weight: 500
}

.widget-area .widget_recent_comments ul li:last-child {
    margin-bottom: 0
}

.widget-area .widget_recent_comments ul li::before {
    background: #22a3d6;
    position: absolute;
    height: 7px;
    width: 7px;
    content: "";
    left: 0;
    top: 7px
}

.widget-area .widget_recent_comments ul li span {
    display: inline-block
}

.widget-area .widget_recent_comments ul li a {
    display: inline-block
}

.widget-area .widget_archive ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.widget-area .widget_archive ul li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 17px;
    font-weight: 500
}

.widget-area .widget_archive ul li:last-child {
    margin-bottom: 0
}

.widget-area .widget_archive ul li::before {
    background: #22a3d6;
    position: absolute;
    height: 7px;
    width: 7px;
    content: "";
    left: 0;
    top: 7px
}

.widget-area .widget_categories ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.widget-area .widget_categories ul li {
    position: relative;
    margin-bottom: 12px;
    color: #7d7d7d;
    padding-left: 17px;
    font-weight: 500
}

.widget-area .widget_categories ul li:last-child {
    margin-bottom: 0
}

.widget-area .widget_categories ul li::before {
    background: #22a3d6;
    position: absolute;
    height: 7px;
    width: 7px;
    content: "";
    left: 0;
    top: 7px
}

.widget-area .widget_categories ul li a {
    display: inline-block
}

.widget-area .widget_categories ul li .post-count {
    float: right
}

.widget-area .widget_meta ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.widget-area .widget_meta ul li {
    position: relative;
    margin-bottom: 12px;
    color: #7d7d7d;
    padding-left: 17px;
    font-weight: 500
}

.widget-area .widget_meta ul li:last-child {
    margin-bottom: 0
}

.widget-area .widget_meta ul li::before {
    background: #22a3d6;
    position: absolute;
    height: 7px;
    width: 7px;
    content: "";
    left: 0;
    top: 7px
}

.widget-area .widget_tag_cloud .widget-title {
    margin-bottom: 12px
}

.widget-area .tagcloud a {
    display: inline-block;
    color: #7d7d7d;
    font-weight: 500;
    font-size: 14px !important;
    padding: 7px 10px;
    border: 1px dashed #eee;
    margin-top: 8px;
    margin-right: 4px
}

.widget-area .tagcloud a:focus,
.widget-area .tagcloud a:hover {
    background: linear-gradient(200deg, #45dacb, #30a7d6);
    color: #fff;
    border-color: #1db4c1
}

.widget-area .widget_services_list ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
    background-color: #fff
}

.widget-area .widget_services_list ul li a {
    display: block;
    position: relative;
    border-bottom: 1px solid #eee;
    color: #5d6576;
    z-index: 1;
    font-weight: 500;
    padding: 15px 35px 15px 15px
}

.widget-area .widget_services_list ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #121521;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden
}

.widget-area .widget_services_list ul li a i {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.widget-area .widget_services_list ul li a.active,
.widget-area .widget_services_list ul li a:hover {
    background: linear-gradient(200deg, #45dacb, #30a7d6);
    color: #fff;
    padding-left: 20px
}

.widget-area .widget_services_list ul li a.active::before,
.widget-area .widget_services_list ul li a:hover::before {
    opacity: 1;
    visibility: visible;
    width: 5px
}

.widget-area .widget_services_list ul li:last-child a {
    border-bottom: none
}

.widget-area .widget_download ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
    background-color: #fff
}

.widget-area .widget_download ul li a {
    display: block;
    position: relative;
    border-bottom: 1px solid #eee;
    color: #5d6576;
    z-index: 1;
    font-weight: 500;
    padding: 15px 35px 15px 15px
}

.widget-area .widget_download ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #121521;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden
}

.widget-area .widget_download ul li a i {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.widget-area .widget_download ul li a.active,
.widget-area .widget_download ul li a:hover {
    background: linear-gradient(200deg, #45dacb, #30a7d6);
    color: #fff;
    padding-left: 20px
}

.widget-area .widget_download ul li a.active::before,
.widget-area .widget_download ul li a:hover::before {
    opacity: 1;
    visibility: visible;
    width: 5px
}

.widget-area .widget_download ul li:last-child a {
    border-bottom: none
}

.widget-area .widget_appointment form {
    margin-top: 5px;
    text-align: center
}

.widget-area .widget_appointment form .form-group {
    position: relative;
    padding-left: 45px;
    text-align: left;
    margin-bottom: 0;
    margin-top: 10px
}

.widget-area .widget_appointment form .form-group .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #1db4c1;
    font-size: 30px
}

.widget-area .widget_appointment form .form-group label {
    display: block;
    color: #7d7d7d;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 400;
    text-align: left
}

.widget-area .widget_appointment form .form-group .form-control {
    border: none;
    height: 25px;
    border-bottom: 1px solid #eee;
    font-size: 17px;
    font-weight: 400;
    padding-left: 3px;
    padding-right: 0;
    padding-bottom: 2px;
    border-radius: 2px
}

.widget-area .widget_appointment form .form-group .form-control::-webkit-input-placeholder {
    color: #121521
}

.widget-area .widget_appointment form .form-group .form-control:-ms-input-placeholder {
    color: #121521
}

.widget-area .widget_appointment form .form-group .form-control::-ms-input-placeholder {
    color: #121521
}

.widget-area .widget_appointment form .form-group .form-control::placeholder {
    color: #121521
}

.widget-area .widget_appointment form .form-group .form-control:focus {
    border-color: #1db4c1;
    padding-left: 2px
}

.widget-area .widget_appointment form .form-group .nice-select {
    background-color: #fff;
    color: #121521;
    border-radius: 1;
    border: none;
    border-bottom: 1px solid #eee;
    height: unset;
    line-height: initial;
    padding: 0 35px 8px 0;
    font-size: 17px;
    font-weight: 400
}

.widget-area .widget_appointment form .form-group .nice-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    height: auto;
    overflow-y: scroll;
    padding-top: 10px;
    padding-bottom: 10px
}

.widget-area .widget_appointment form .form-group .nice-select .list .option {
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px
}

.widget-area .widget_appointment form .form-group .nice-select .list .option:hover {
    background-color: #22a3d6 !important;
    color: #fff
}

.widget-area .widget_appointment form .form-group .nice-select .list .option.selected {
    background-color: transparent
}

.widget-area .widget_appointment form .form-group .nice-select:after {
    right: 5px;
    border-color: #121521;
    width: 8px;
    height: 8px
}

.widget-area .widget_appointment form .btn {
    margin-top: 20px
}

.woocommerce-topbar {
    margin-bottom: 40px
}

.woocommerce-topbar .woocommerce-result-count p {
    font-size: 16px
}

.woocommerce-topbar .woocommerce-topbar-ordering {
    text-align: right
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select {
    background-color: #fff;
    color: #7d7d7d;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    float: unset;
    height: unset;
    line-height: initial;
    padding: 15px 35px 15px 20px;
    border-radius: 5px;
    font-size: 15px
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option {
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option:hover {
    background-color: #22a3d6 !important;
    color: #fff
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option.selected {
    background-color: transparent;
    font-weight: 600
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select:after {
    right: 20px;
    height: 8px;
    width: 8px
}

.single-product-box {
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05)
}

.single-product-box .product-image {
    overflow: hidden;
    position: relative;
    text-align: left
}

.single-product-box .product-image a img {
    -webkit-transition: .5s;
    transition: .5s
}

.single-product-box .product-image a img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    margin-left: 20px
}

.single-product-box .product-image .add-to-cart-btn {
    position: absolute;
    bottom: -46px;
    left: 0;
    width: 100%;
    background-color: #121521;
    color: #fff;
    padding: 12px 20px;
    opacity: 0;
    visibility: hidden;
    font-size: 15px;
    font-weight: 600
}

.single-product-box .product-image .add-to-cart-btn i {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.single-product-box .product-image .add-to-cart-btn:hover {
    background: linear-gradient(200deg, #45dacb, #30a7d6);
    color: #fff
}

.single-product-box .product-image .sale-btn {
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: red;
    color: #fff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    font-weight: 600;
    font-size: 14px
}

.single-product-box .product-content {
    padding: 25px
}

.single-product-box .product-content h3 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600
}

.single-product-box .product-content .price {
    color: #121521;
    font-family: Rubik, sans-serif;
    font-weight: 500;
    font-size: 14px
}

.single-product-box .product-content .price .old {
    text-decoration: line-through;
    color: #828893;
    font-size: 13px
}

.single-product-box .product-content .rating {
    margin-top: 10px;
    color: #ffb708;
    font-size: 13px
}

.single-product-box .product-content .rating i {
    margin-right: -1px
}

.single-product-box:hover .product-image a img:nth-child(2) {
    opacity: 1;
    visibility: visible;
    margin-left: 0
}

.single-product-box:hover .product-image .add-to-cart-btn {
    bottom: 0;
    opacity: 1;
    visibility: visible
}

.product-details-image img {
    border-radius: 5px
}

.product-details-desc h3 {
    margin-bottom: 18px;
    font-size: 30px;
    font-weight: 600
}

.product-details-desc p {
    margin-bottom: 0
}

.product-details-desc .price {
    margin-bottom: 15px;
    color: #121521;
    font-weight: 500
}

.product-details-desc .price .old-price {
    text-decoration: line-through;
    color: #828893;
    font-size: 14px
}

.product-details-desc .product-review {
    margin-bottom: 15px
}

.product-details-desc .product-review .rating {
    display: inline-block;
    padding-right: 5px;
    font-size: 14px
}

.product-details-desc .product-review .rating i {
    color: #ffba0a
}

.product-details-desc .product-review .rating-count {
    display: inline-block;
    color: #121521;
    border-bottom: 1px solid #121521;
    line-height: initial
}

.product-details-desc .product-review .rating-count:hover {
    color: #1db4c1;
    border-color: #1db4c1
}

.product-details-desc .product-add-to-cart {
    margin-top: 20px
}

.product-details-desc .product-add-to-cart .input-counter {
    max-width: 130px;
    min-width: 130px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    position: relative
}

.product-details-desc .product-add-to-cart .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 48px;
    -webkit-transition: .5s;
    transition: .5s
}

.product-details-desc .product-add-to-cart .input-counter span.minus-btn {
    left: 0
}

.product-details-desc .product-add-to-cart .input-counter span.plus-btn {
    right: 0
}

.product-details-desc .product-add-to-cart .input-counter span:hover {
    color: #1db4c1
}

.product-details-desc .product-add-to-cart .input-counter input {
    height: 45px;
    color: #121521;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600
}

.product-details-desc .product-add-to-cart .input-counter input::-webkit-input-placeholder {
    color: #121521
}

.product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
    color: #121521
}

.product-details-desc .product-add-to-cart .input-counter input::-ms-input-placeholder {
    color: #121521
}

.product-details-desc .product-add-to-cart .input-counter input::placeholder {
    color: #121521
}

.product-details-desc .product-add-to-cart .btn {
    height: 45px;
    top: -2px;
    position: relative;
    line-height: 48px;
    padding-top: 0;
    padding-bottom: 0
}

.product-details-desc .product-add-to-cart .btn i {
    margin-right: 2px
}

.product-details-desc .buy-checkbox-btn {
    margin-top: 20px
}

.product-details-desc .buy-checkbox-btn input {
    display: none
}

.product-details-desc .buy-checkbox-btn .cbx {
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.product-details-desc .buy-checkbox-btn .cbx span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    -webkit-transform: scale(1);
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #ebebeb;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: .5s;
    transition: .5s
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: .5s;
    transition: .5s
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #121521;
    display: block;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s
}

.product-details-desc .buy-checkbox-btn .cbx span:last-child {
    padding-left: 4px;
    color: #7d7d7d
}

.product-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
    border-color: #121521
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child {
    background: #121521;
    border-color: #121521;
    -webkit-animation: wave .4s ease;
    animation: wave .4s ease
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child:before {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.product-details-desc .buy-checkbox-btn .item:not(:first-child) {
    margin-top: 15px
}

.product-details-desc .buy-checkbox-btn .btn {
    display: block;
    width: 100%
}

.product-details-desc .buy-checkbox-btn .btn-light {
    background-color: #f2f2f2;
    border: none;
    padding: 17px 25px 15.5px
}

.product-details-desc .custom-payment-options {
    margin-top: 20px
}

.product-details-desc .custom-payment-options span {
    display: block;
    color: #7d7d7d;
    margin-bottom: 8px
}

.product-details-desc .custom-payment-options .payment-methods a {
    display: inline-block
}

.product-details-desc .custom-payment-options .payment-methods a img {
    width: 40px
}

.tab .tabs_item {
    display: none
}

.tab .tabs_item:first-child {
    display: block
}

.products-details-tab {
    margin-top: 50px
}

.products-details-tab .tabs {
    list-style-type: none;
    margin-bottom: -1px;
    padding-left: 0
}

.products-details-tab .tabs li {
    display: inline-block;
    line-height: initial;
    margin-right: 5px
}

.products-details-tab .tabs li a {
    display: inline-block;
    position: relative;
    color: #121521;
    border: 1px dashed #eee;
    font-weight: 600;
    font-size: 14px;
    padding: 15px 30px 15px 48px
}

.products-details-tab .tabs li a .dot {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    width: 12px;
    height: 12px;
    border: 1px solid #121521;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 50%
}

.products-details-tab .tabs li a .dot::before {
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    background: #121521;
    margin: 2px;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s
}

.products-details-tab .tabs li a:focus,
.products-details-tab .tabs li a:hover {
    color: #fff;
    background: linear-gradient(200deg, #45dacb, #30a7d6);
    border-color: #1db4c1
}

.products-details-tab .tabs li a:focus .dot,
.products-details-tab .tabs li a:hover .dot {
    border-color: #fff
}

.products-details-tab .tabs li a:focus .dot::before,
.products-details-tab .tabs li a:hover .dot::before {
    background: #fff
}

.products-details-tab .tabs li.current a {
    color: #fff;
    background: linear-gradient(200deg, #45dacb, #30a7d6);
    border-color: #1db4c1
}

.products-details-tab .tabs li.current a .dot {
    border-color: #fff
}

.products-details-tab .tabs li.current a .dot::before {
    background: #fff
}

.products-details-tab .tabs li:last-child {
    margin-right: 0
}

.products-details-tab .tab_content {
    border: 1px dashed #eee;
    padding: 30px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content p {
    margin-bottom: 20px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
    margin-bottom: 0
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: left
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
    border: 1px solid #eee;
    border-bottom: none;
    padding: 10px 15px;
    color: #7d7d7d
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li:last-child {
    border-bottom: 1px solid #eee
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
    display: inline-block;
    width: 30%;
    color: #121521;
    font-weight: 500
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
    position: relative
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
    display: inline-block
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
    color: #ffba0a
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
    color: #ebebeb;
    font-size: 14px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 5px;
    line-height: initial
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 25px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
    margin-top: 35px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
    margin-top: 30px;
    position: relative;
    padding-right: 200px;
    border-top: 1px dashed #eee;
    padding-top: 30px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
    color: #ffba0a
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
    font-size: 14px;
    color: #ebebeb
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
    margin-bottom: 10px;
    font-size: 13px;
    display: block
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
    font-weight: 600
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
    margin-bottom: 0
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
    position: absolute;
    right: 0;
    color: #7d7d7d;
    top: 40px;
    text-decoration: underline
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
    color: #1db4c1
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
    margin-top: 30px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form h3 {
    margin-bottom: 20px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form {
    max-width: 800px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
    margin-bottom: 15px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
    height: 55px;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.1) !important;
    box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.1) !important;
    border: none
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea.form-control {
    padding-top: 15px;
    height: auto
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .btn {
    margin-top: 10px;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.8) !important;
    box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.8) !important;
    padding-right: 25px
}

.related-products {
    margin-top: 70px
}

.related-products .section-title {
    margin-bottom: 10px
}

.related-products .single-product-box {
    margin-bottom: 0;
    margin-top: 30px
}

.cart-table table {
    margin-bottom: 0
}

.cart-table table thead tr th {
    border-bottom-width: 0;
    vertical-align: middle;
    padding: 20px 0;
    border: none;
    white-space: nowrap;
    font-weight: 500
}

.cart-table table tbody tr td {
    vertical-align: middle;
    color: #7d7d7d;
    white-space: nowrap;
    padding-left: 0;
    padding-right: 0;
    border-color: #eaedff;
    border-left: none;
    border-right: none
}

.cart-table table tbody tr td.product-thumbnail a {
    display: block
}

.cart-table table tbody tr td.product-thumbnail a img {
    width: 80px
}

.cart-table table tbody tr td.product-name a {
    color: #7d7d7d;
    font-weight: 500;
    display: inline-block
}

.cart-table table tbody tr td.product-name a:hover {
    color: #121521
}

.cart-table table tbody tr td.product-subtotal .remove {
    color: red;
    float: right;
    position: relative;
    top: -1px
}

.cart-table table tbody tr td.product-quantity .input-counter {
    max-width: 130px;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    position: relative
}

.cart-table table tbody tr td.product-quantity .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 48px;
    -webkit-transition: .5s;
    transition: .5s
}

.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
    left: 0
}

.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
    right: 0
}

.cart-table table tbody tr td.product-quantity .input-counter span:hover {
    color: #121521
}

.cart-table table tbody tr td.product-quantity .input-counter input {
    height: 45px;
    color: #121521;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600
}

.cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
    color: #121521
}

.cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
    color: #121521
}

.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
    color: #121521
}

.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
    color: #121521
}

.cart-table table tbody tr td.product-subtotal {
    overflow: hidden
}

.cart-buttons {
    margin-top: 30px;
    text-align: right
}

.cart-buttons .shopping-coupon-code {
    position: relative;
    max-width: 530px
}

.cart-buttons .shopping-coupon-code .form-control {
    height: 50px
}

.cart-buttons .shopping-coupon-code button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background: #121521;
    color: #fff;
    border: none;
    padding: 0 25px;
    font-weight: 500;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.cart-buttons .shopping-coupon-code button:hover {
    background: linear-gradient(200deg, #45dacb, #30a7d6)
}

.cart-totals {
    background: #fff;
    padding: 40px;
    max-width: 620px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    margin-left: auto;
    margin-top: 50px
}

.cart-totals h3 {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 600
}

.cart-totals ul {
    padding: 0;
    margin: 0 0 25px;
    list-style-type: none
}

.cart-totals ul li {
    border: 1px solid #eaedff;
    padding: 20px;
    color: #121521;
    overflow: hidden;
    font-weight: 500
}

.cart-totals ul li:first-child {
    border-bottom: none
}

.cart-totals ul li:last-child {
    border-top: none
}

.cart-totals ul li b {
    font-weight: 500
}

.cart-totals ul li span {
    float: right;
    color: #7d7d7d;
    font-weight: 400;
    font-size: 14px
}

.user-actions {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    padding: 18px 20px 15px;
    margin-bottom: 65px;
    border-top: 3px solid #22a3d6;
    position: relative
}

.user-actions::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -35px;
    width: 100%;
    height: 1px;
    background: #eee
}

.user-actions i {
    color: #1db4c1;
    margin-right: 2px
}

.user-actions span {
    display: inline-block;
    font-weight: 500;
    color: #1db4c1
}

.user-actions span a {
    display: inline-block;
    color: #121521
}

.user-actions span a:focus,
.user-actions span a:hover {
    color: #1db4c1
}

.billing-details .title {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 20px;
    font-weight: 600
}

.billing-details .title::before {
    content: "";
    position: absolute;
    background: #22a3d6;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px
}

.billing-details .form-group {
    margin-bottom: 20px
}

.billing-details .form-group label {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: 500
}

.billing-details .form-group label .required {
    color: red
}

.billing-details .form-group .nice-select {
    float: unset;
    line-height: 45px;
    color: #7d7d7d;
    font-weight: 500;
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0
}

.billing-details .form-group .nice-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

.billing-details .form-group .nice-select .list .option {
    -webkit-transition: .5s;
    transition: .5s;
    padding-left: 20px;
    padding-right: 20px
}

.billing-details .form-group .nice-select .list .option:hover {
    background-color: #22a3d6 !important;
    color: #fff
}

.billing-details .form-group .nice-select .list .option.selected {
    background-color: transparent;
    font-weight: 600
}

.billing-details .form-group .nice-select:after {
    right: 20px;
    width: 8px;
    height: 8px
}

.billing-details .form-group .form-control {
    height: 50px
}

.billing-details .form-group textarea.form-control {
    height: auto;
    padding-top: 15px
}

.billing-details .form-check {
    margin-bottom: 20px
}

.billing-details .form-check .form-check-label {
    color: #121521
}

.billing-details .form-check label {
    position: relative;
    left: -3px;
    top: 1px;
    font-size: 14px;
    font-weight: 500
}

.billing-details .col-lg-12:last-child .form-group {
    margin-bottom: 0
}

.order-details .title {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 21px;
    font-weight: 600
}

.order-details .title::before {
    content: "";
    position: absolute;
    background: #22a3d6;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px
}

.order-details .order-table table {
    margin-bottom: 0
}

.order-details .order-table table thead tr th {
    border-bottom-width: 0;
    vertical-align: middle;
    border-color: #eaedff;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 20px
}

.order-details .order-table table tbody tr td {
    vertical-align: middle;
    color: #7d7d7d;
    border-color: #eaedff;
    padding-left: 20px;
    padding-right: 20px
}

.order-details .order-table table tbody tr td.product-name a {
    color: #7d7d7d;
    display: inline-block;
    font-weight: 500
}

.order-details .order-table table tbody tr td.product-name a:hover {
    color: #1db4c1
}

.order-details .order-table table tbody tr td.order-shipping span,
.order-details .order-table table tbody tr td.order-subtotal span,
.order-details .order-table table tbody tr td.total-price span {
    color: #121521;
    font-weight: 500
}

.order-details .order-table table tbody tr td.order-subtotal-price,
.order-details .order-table table tbody tr td.product-subtotal,
.order-details .order-table table tbody tr td.shipping-price {
    font-weight: 500
}

.order-details .payment-box {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    margin-top: 30px;
    padding: 30px
}

.order-details .payment-box .payment-method p {
    font-size: 14px
}

.order-details .payment-box .payment-method p [type="radio"]:checked,
.order-details .payment-box .payment-method p [type="radio"]:not(:checked) {
    display: none
}

.order-details .payment-box .payment-method p [type="radio"]:checked+label,
.order-details .payment-box .payment-method p [type="radio"]:not(:checked)+label {
    padding-left: 27px;
    cursor: pointer;
    display: block;
    color: #121521;
    position: relative;
    margin-bottom: 8px;
    font-weight: 500
}

.order-details .payment-box .payment-method p [type="radio"]:checked+label::before,
.order-details .payment-box .payment-method p [type="radio"]:not(:checked)+label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff
}

.order-details .payment-box .payment-method p [type="radio"]:checked+label::after,
.order-details .payment-box .payment-method p [type="radio"]:not(:checked)+label::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #22a3d6;
    position: absolute;
    top: 6px;
    left: 3px;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s
}

.order-details .payment-box .payment-method p [type="radio"]:not(:checked)+label::after {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.order-details .payment-box .payment-method p [type="radio"]:checked+label::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.order-details .payment-box .btn.order-btn {
    display: block;
    margin-top: 25px;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
    box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
    padding-right: 25px
}

.contact-area {
    position: relative;
    z-index: 1
}

.contact-form form {
    text-align: center
}

.contact-form form .form-control {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    height: 57px
}

.contact-form form .form-group {
    text-align: left;
    margin-bottom: 15px
}

.contact-form form .row {
    margin-left: -7px;
    margin-right: -7px
}

.contact-form form .row .col-lg-12,
.contact-form form .row .col-lg-6 {
    padding-left: 7px;
    padding-right: 7px
}

.contact-form form textarea.form-control {
    height: auto;
    padding-top: 15px
}

.contact-form form .btn {
    font-size: 16px;
    margin-top: 10px;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.5) !important;
    box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.5) !important
}

.contact-form form .btn.disabled {
    cursor: not-allowed !important
}

.contact-form form .btn.disabled:focus::before,
.contact-form form .btn.disabled:hover::before {
    opacity: 1;
    visibility: visible
}

.contact-form form .btn.disabled:focus::after,
.contact-form form .btn.disabled:hover::after {
    opacity: 0;
    visibility: hidden
}

.contact-form form .help-block ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 5px;
    margin-bottom: 0
}

.contact-form form .help-block ul li {
    color: red
}

.contact-form form #msgSubmit {
    margin-bottom: 0;
    text-align: center !important
}

.contact-form form #msgSubmit.text-danger,
.contact-form form #msgSubmit.text-success {
    margin-top: 8px;
    font-size: 20px;
    font-weight: 600
}

.contact-info {
    padding-left: 25px
}

.contact-info ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.contact-info ul li {
    position: relative;
    padding-left: 95px;
    color: #7d7d7d;
    font-family: Rubik, sans-serif;
    margin-bottom: 35px
}

.contact-info ul li .icon {
    border: 1px dashed #22a3d6;
    width: 75px;
    height: 75px;
    line-height: 75px;
    color: #fff;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.contact-info ul li .icon::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #22a3d6;
    border-radius: 50%;
    margin: 6px;
    -webkit-box-shadow: 0 1px 3px 1px #22a3d6;
    box-shadow: 0 1px 3px 1px #22a3d6;
    z-index: -1
}

.contact-info ul li span {
    display: block;
    margin-bottom: 8px;
    color: #121521;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 600
}

.contact-info ul li a {
    color: #7d7d7d;
    display: block
}

.contact-info ul li a:hover {
    color: #1db4c1
}

.contact-info ul li:last-child {
    margin-bottom: 0
}

.bg-map {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    text-align: center;
    margin: 0 auto;
    opacity: .4
}

.error-area {
    height: 100vh
}

.error-content {
    text-align: center;
    margin: 0 auto;
    max-width: 700px
}

.error-content h3 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 45px;
    margin-bottom: 15px
}

.error-content p {
    max-width: 520px;
    margin: 0 auto 20px
}

.subscribe-area {
    border-bottom: 1px solid #272a35;
    margin-bottom: 60px;
    padding-bottom: 60px
}

.newsletter-content h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 600
}

.newsletter-content p {
    color: #cecece;
    max-width: 400px;
    margin-top: 10px;
    margin-bottom: 0
}

.newsletter-form {
    position: relative
}

.newsletter-form .input-newsletter {
    display: block;
    width: 100%;
    height: 70px;
    line-height: initial;
    border: none;
    background-color: #fff;
    border-radius: 70px;
    color: #121521;
    outline: 0;
    font-family: Rubik, sans-serif;
    font-size: 17px;
    padding: 0 165px 0 25px
}

.newsletter-form .input-newsletter::-webkit-input-placeholder {
    color: #7d7d7d
}

.newsletter-form .input-newsletter:-ms-input-placeholder {
    color: #7d7d7d
}

.newsletter-form .input-newsletter::-ms-input-placeholder {
    color: #7d7d7d
}

.newsletter-form .input-newsletter::placeholder {
    color: #7d7d7d
}

.newsletter-form button {
    position: absolute;
    right: 7.5px;
    top: 7.5px;
    border: none;
    line-height: initial;
    border-radius: 50px;
    padding: 1px 50px 0 25px;
    -webkit-transition: .5s;
    transition: .5s;
    background: linear-gradient(15deg, #22a3d6, #39e5d4) !important;
    height: 55px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-family: Rubik, sans-serif;
    font-weight: 500
}

.newsletter-form button i {
    position: absolute;
    right: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    display: inline-block;
    height: 33px;
    width: 33px;
    line-height: 33px;
    color: #fff;
    border-radius: 50%;
    background-color: #8ee9b2;
    -webkit-transition: .5s;
    transition: .5s
}

.newsletter-form button:focus,
.newsletter-form button:hover {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    background: #121521 !important;
    color: #fff !important
}

.newsletter-form button:focus i,
.newsletter-form button:hover i {
    background-color: #fff;
    color: #121521
}

.newsletter-form #validator-newsletter {
    position: absolute;
    left: 15px;
    bottom: -35px;
    color: #fff
}

@media only screen and (min-width: 360px) and (max-width: 667px) {
    .main-banner {
        background-size: contain
    }

    .display-none {
        display: inline
    }

    .go-widget-appointment {
        display: none
    }

    .go-widget-treatment {
        display: none
    }
}

.customers-partner-list img {
    border-radius: 5px
}

.footer-area {
    background-color: #3e3e3e;
    padding-top: 80px
}

.single-footer-widget {
    margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
    .single-footer-widget.pl-5 {
        margin-left: 0 !important
    }
}

.single-footer-widget .logo a {
    display: inline-block
}

.single-footer-widget .logo p {
    color: #cecece;
    margin-top: 15px;
    margin-bottom: 0
}

.single-footer-widget .social {
    padding-left: 0;
    list-style-type: none;
    margin-top: 18px;
    margin-bottom: 0
}

.single-footer-widget .social li {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px
}

.single-footer-widget .social li a {
    display: block;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #3a3c45;
    text-align: center;
    font-size: 14px
}

.single-footer-widget .social li a:hover {
    color: #fff;
    background: linear-gradient(200deg, #45dacb, #30a7d6);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.single-footer-widget .social li:first-child {
    margin-left: 0
}

.single-footer-widget .social li:last-child {
    margin-right: 0
}

.single-footer-widget h3 {
    margin-bottom: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 700
}

.single-footer-widget .departments-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.single-footer-widget .departments-list li {
    margin-bottom: 10px;
    color: #cecece;
    font-size: 14.5px;
    font-family: Rubik, sans-serif
}

.single-footer-widget .departments-list li a {
    display: inline-block;
    color: #cecece
}

.single-footer-widget .departments-list li a:hover {
    color: #1db4c1
}

.single-footer-widget .departments-list li:last-child {
    margin-bottom: 0
}

.single-footer-widget .links-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.single-footer-widget .links-list li {
    margin-bottom: 10px;
    color: #cecece;
    font-size: 14.5px;
    font-family: Rubik, sans-serif
}

.single-footer-widget .links-list li a {
    display: inline-block;
    color: #cecece
}

.single-footer-widget .links-list li a:hover {
    color: #1db4c1
}

.single-footer-widget .links-list li:last-child {
    margin-bottom: 0
}

.single-footer-widget .opening-hours {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.single-footer-widget .opening-hours li {
    color: #cecece;
    border-bottom: 1px solid #393c49;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: Rubik, sans-serif
}

.single-footer-widget .opening-hours li span {
    float: right
}

.single-footer-widget .opening-hours li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.copyright-area {
    text-align: center;
    border-top: 1px solid #272a35;
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 30px
}

.copyright-area p {
    line-height: initial;
    color: #fff;
    margin-bottom: 0
}

.copyright-area p a {
    color: #fff;
    display: inline-block
}

.copyright-area p a:hover {
    color: #1db4c1
}

.go-widget-appointment {
    position: fixed;
    height: 50px;
    width: 400px;
    bottom: auto;
    right: 30px;
    z-index: 2
}

.go-widget-appointment.active {
    top: 100%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    box-shadow: 0 2px 48px 0 #000
}

.go-widget-appointment:focus,
.go-widget-appointment:hover {
    color: #fff
}

.wwidget-area .widget {
    margin-top: 35px;
    -webkit-box-shadow: 0 2px 48px 0 #000;
    box-shadow: 0 2px 48px 0 #000;
    background-color: #fff;
    padding: 25px;
    position: relative;
    margin-left: auto;
    border-radius: 10px 10px 10px 10px
}

.wwidget-area .widget:first-child {
    margin-top: 0
}

.wwidget-area .widget .widget-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
    font-size: 20px
}

.wwidget-area .widget .widget-title::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px
}

.wwidget-area .widget_search form {
    position: relative
}

.wwidget-area .widget_search form label {
    display: block;
    margin-bottom: 0
}

.wwidget-area .widget_search form .screen-reader-text {
    display: none
}

.wwidget-area .widget_search form .search-field {
    background-color: transparent;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #eee;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.wwidget-area .widget_search form .search-field:focus {
    border-color: #1db4c1
}

.wwidget-area .widget_search form button {
    position: absolute;
    right: 0;
    outline: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    border: none;
    color: #fff;
    background: linear-gradient(200deg, #45dacb, #30a7d6);
    -webkit-transition: .5s;
    transition: .5s
}

.wwidget-area .widget_search form button:hover {
    color: #fff;
    background-color: #121521
}

.wwidget-area .widget_fovia_posts_thumb {
    position: relative;
    overflow: hidden
}

.wwidget-area .widget_fovia_posts_thumb .item {
    overflow: hidden;
    margin-bottom: 20px
}

.wwidget-area .widget_fovia_posts_thumb .item:last-child {
    margin-bottom: 0
}

.wwidget-area .widget_fovia_posts_thumb .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    position: relative;
    width: 80px;
    margin-right: 15px
}

.wwidget-area .widget_fovia_posts_thumb .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important
}

.wwidget-area .widget_fovia_posts_thumb .item .thumb .fullimage.bg1 {
    background-image: url(../img/blog/5.jpg)
}

.wwidget-area .widget_fovia_posts_thumb .item .thumb .fullimage.bg2 {
    background-image: url(../img/blog/8.jpg)
}

.wwidget-area .widget_fovia_posts_thumb .item .thumb .fullimage.bg3 {
    background-image: url(../img/blog/9.jpg)
}

.wwidget-area .widget_fovia_posts_thumb .item .info {
    overflow: hidden
}

.wwidget-area .widget_fovia_posts_thumb .item .info time {
    display: block;
    color: #7d7d7d;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 500
}

.wwidget-area .widget_fovia_posts_thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 600
}

.wwidget-area .widget_recent_entries ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.wwidget-area .widget_recent_entries ul li {
    position: relative;
    margin-bottom: 12px;
    color: #7d7d7d;
    padding-left: 17px;
    line-height: 1.5;
    font-weight: 500
}

.wwidget-area .widget_recent_entries ul li:last-child {
    margin-bottom: 0
}

.wwidget-area .widget_recent_entries ul li::before {
    background: #22a3d6;
    position: absolute;
    height: 7px;
    width: 7px;
    content: "";
    left: 0;
    top: 7px
}

.wwidget-area .widget_recent_entries ul li .post-date {
    display: block;
    font-size: 13px;
    color: #7d7d7d;
    margin-top: 4px
}

.wwidget-area .widget_recent_comments ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.wwidget-area .widget_recent_comments ul li {
    position: relative;
    margin-bottom: 12px;
    color: #7d7d7d;
    padding-left: 17px;
    line-height: 1.5;
    font-weight: 500
}

.wwidget-area .widget_recent_comments ul li:last-child {
    margin-bottom: 0
}

.wwidget-area .widget_recent_comments ul li::before {
    background: #22a3d6;
    position: absolute;
    height: 7px;
    width: 7px;
    content: "";
    left: 0;
    top: 7px
}

.wwidget-area .widget_recent_comments ul li span {
    display: inline-block
}

.wwidget-area .widget_recent_comments ul li a {
    display: inline-block
}

.wwidget-area .widget_archive ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.wwidget-area .widget_archive ul li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 17px;
    font-weight: 500
}

.wwidget-area .widget_archive ul li:last-child {
    margin-bottom: 0
}

.wwidget-area .widget_archive ul li::before {
    background: #22a3d6;
    position: absolute;
    height: 7px;
    width: 7px;
    content: "";
    left: 0;
    top: 7px
}

.wwidget-area .widget_categories ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.wwidget-area .widget_categories ul li {
    position: relative;
    margin-bottom: 12px;
    color: #7d7d7d;
    padding-left: 17px;
    font-weight: 500
}

.wwidget-area .widget_categories ul li:last-child {
    margin-bottom: 0
}

.wwidget-area .widget_categories ul li::before {
    background: #22a3d6;
    position: absolute;
    height: 7px;
    width: 7px;
    content: "";
    left: 0;
    top: 7px
}

.wwidget-area .widget_categories ul li a {
    display: inline-block
}

.wwidget-area .widget_categories ul li .post-count {
    float: right
}

.wwidget-area .widget_meta ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.wwidget-area .widget_meta ul li {
    position: relative;
    margin-bottom: 12px;
    color: #7d7d7d;
    padding-left: 17px;
    font-weight: 500
}

.wwidget-area .widget_meta ul li:last-child {
    margin-bottom: 0
}

.wwidget-area .widget_meta ul li::before {
    background: #22a3d6;
    position: absolute;
    height: 7px;
    width: 7px;
    content: "";
    left: 0;
    top: 7px
}

.wwidget-area .widget_tag_cloud .widget-title {
    margin-bottom: 12px
}

.wwidget-area .tagcloud a {
    display: inline-block;
    color: #7d7d7d;
    font-weight: 500;
    font-size: 14px !important;
    padding: 7px 10px;
    border: 1px dashed #eee;
    margin-top: 8px;
    margin-right: 4px
}

.wwidget-area .tagcloud a:focus,
.wwidget-area .tagcloud a:hover {
    background: linear-gradient(200deg, #45dacb, #30a7d6);
    color: #fff;
    border-color: #1db4c1
}

.wwidget-area .widget_services_list ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
    background-color: #fff
}

.wwidget-area .widget_services_list ul li a {
    display: block;
    position: relative;
    border-bottom: 1px solid #eee;
    color: #5d6576;
    z-index: 1;
    font-weight: 500;
    padding: 15px 35px 15px 15px
}

.wwidget-area .widget_services_list ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #121521;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden
}

.wwidget-area .widget_services_list ul li a i {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.wwidget-area .widget_services_list ul li a.active,
.wwidget-area .widget_services_list ul li a:hover {
    background: linear-gradient(200deg, #45dacb, #30a7d6);
    color: #fff;
    padding-left: 20px
}

.wwidget-area .widget_services_list ul li a.active::before,
.wwidget-area .widget_services_list ul li a:hover::before {
    opacity: 1;
    visibility: visible;
    width: 5px
}

.wwidget-area .widget_services_list ul li:last-child a {
    border-bottom: none
}

.wwidget-area .widget_download ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
    background-color: #fff
}

.wwidget-area .widget_download ul li a {
    display: block;
    position: relative;
    border-bottom: 1px solid #eee;
    color: #5d6576;
    z-index: 1;
    font-weight: 500;
    padding: 15px 35px 15px 15px
}

.wwidget-area .widget_download ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #121521;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden
}

.wwidget-area .widget_download ul li a i {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.wwidget-area .widget_download ul li a.active,
.wwidget-area .widget_download ul li a:hover {
    background: linear-gradient(200deg, #45dacb, #30a7d6);
    color: #fff;
    padding-left: 20px
}

.wwidget-area .widget_download ul li a.active::before,
.wwidget-area .widget_download ul li a:hover::before {
    opacity: 1;
    visibility: visible;
    width: 5px
}

.wwidget-area .widget_download ul li:last-child a {
    border-bottom: none
}

.wwidget-area .widget_appointment form {
    margin-top: 5px;
    text-align: center
}

.wwidget-area .widget_appointment form .form-group {
    position: relative;
    padding-left: 45px;
    text-align: left;
    margin-bottom: 0;
    margin-top: 10px
}

.wwidget-area .widget_appointment form .form-group .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #1db4c1;
    font-size: 30px
}

.wwidget-area .widget_appointment form .form-group label {
    display: block;
    color: #7d7d7d;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 400;
    text-align: left
}

.wwidget-area .widget_appointment form .form-group .form-control {
    border: none;
    height: 25px;
    border-bottom: 1px solid #eee;
    font-size: 17px;
    font-weight: 400;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 8px
}

.wwidget-area .widget_appointment form .form-group .form-control::-webkit-input-placeholder {
    color: #121521
}

.wwidget-area .widget_appointment form .form-group .form-control:-ms-input-placeholder {
    color: #121521
}

.wwidget-area .widget_appointment form .form-group .form-control::-ms-input-placeholder {
    color: #121521
}

.wwidget-area .widget_appointment form .form-group .form-control::placeholder {
    color: #121521
}

.wwidget-area .widget_appointment form .form-group .form-control:focus {
    border-color: #1db4c1;
    padding-left: 2px
}

.wwidget-area .widget_appointment form .form-group .nice-select {
    background-color: transparent;
    color: #121521;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #eee;
    height: unset;
    line-height: initial;
    padding: 0 35px 8px 0;
    font-size: 17px;
    font-weight: 400
}

.wwidget-area .widget_appointment form .form-group .nice-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    height: 260px;
    overflow-y: scroll;
    padding-top: 10px;
    padding-bottom: 10px
}

.wwidget-area .widget_appointment form .form-group .nice-select .list .option {
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px
}

.wwidget-area .widget_appointment form .form-group .nice-select .list .option:hover {
    background-color: #22a3d6 !important;
    color: #fff
}

.wwidget-area .widget_appointment form .form-group .nice-select .list .option.selected {
    background-color: transparent
}

.wwidget-area .widget_appointment form .form-group .nice-select:after {
    right: 5px;
    border-color: #121521;
    width: 8px;
    height: 8px
}

.wwidget-area .widget_appointment form .btn {
    margin-top: 20px
}

@media screen and(max-width:768px) {
    .wwidget-area .widget {
        margin-top: 35px;
        -webkit-box-shadow: 0 2px 48px 0 #000;
        box-shadow: 0 2px 48px 0 #000;
        background-color: #fff;
        padding: 25px;
        position: relative;
        margin-left: auto;
        border-radius: 10px 10px 10px 10px
    }

    .wwidget-area .widget:first-child {
        margin-top: 0
    }

    .wwidget-area .widget .widget-title {
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        margin-bottom: 20px;
        text-transform: capitalize;
        position: relative;
        font-weight: 600;
        font-size: 20px
    }

    .wwidget-area .widget .widget-title::before {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 50px;
        height: 1px
    }

    .wwidget-area .widget_search form {
        position: relative
    }

    .wwidget-area .widget_search form label {
        display: block;
        margin-bottom: 0
    }

    .wwidget-area .widget_search form .screen-reader-text {
        display: none
    }

    .wwidget-area .widget_search form .search-field {
        background-color: transparent;
        height: 50px;
        padding: 6px 15px;
        border: 1px solid #eee;
        width: 100%;
        display: block;
        outline: 0;
        -webkit-transition: .5s;
        transition: .5s
    }

    .wwidget-area .widget_search form .search-field:focus {
        border-color: #1db4c1
    }

    .wwidget-area .widget_search form button {
        position: absolute;
        right: 0;
        outline: 0;
        bottom: 0;
        height: 50px;
        width: 50px;
        border: none;
        color: #fff;
        background: linear-gradient(200deg, #45dacb, #30a7d6);
        -webkit-transition: .5s;
        transition: .5s
    }

    .wwidget-area .widget_search form button:hover {
        color: #fff;
        background-color: #121521
    }

    .wwidget-area .widget_fovia_posts_thumb {
        position: relative;
        overflow: hidden
    }

    .wwidget-area .widget_fovia_posts_thumb .item {
        overflow: hidden;
        margin-bottom: 20px
    }

    .wwidget-area .widget_fovia_posts_thumb .item:last-child {
        margin-bottom: 0
    }

    .wwidget-area .widget_fovia_posts_thumb .item .thumb {
        float: left;
        height: 80px;
        overflow: hidden;
        position: relative;
        width: 80px;
        margin-right: 15px
    }

    .wwidget-area .widget_fovia_posts_thumb .item .thumb .fullimage {
        width: 80px;
        height: 80px;
        display: inline-block;
        background-size: cover !important;
        background-repeat: no-repeat;
        background-position: center center !important
    }

    .wwidget-area .widget_fovia_posts_thumb .item .thumb .fullimage.bg1 {
        background-image: url(../img/blog/5.jpg)
    }

    .wwidget-area .widget_fovia_posts_thumb .item .thumb .fullimage.bg2 {
        background-image: url(../img/blog/8.jpg)
    }

    .wwidget-area .widget_fovia_posts_thumb .item .thumb .fullimage.bg3 {
        background-image: url(../img/blog/9.jpg)
    }

    .wwidget-area .widget_fovia_posts_thumb .item .info {
        overflow: hidden
    }

    .wwidget-area .widget_fovia_posts_thumb .item .info time {
        display: block;
        color: #7d7d7d;
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 12px;
        font-weight: 500
    }

    .wwidget-area .widget_fovia_posts_thumb .item .info .title {
        margin-bottom: 0;
        line-height: 1.5;
        font-size: 15px;
        font-weight: 600
    }

    .wwidget-area .widget_recent_entries ul {
        padding: 0;
        margin: 0;
        list-style-type: none
    }

    .wwidget-area .widget_recent_entries ul li {
        position: relative;
        margin-bottom: 12px;
        color: #7d7d7d;
        padding-left: 17px;
        line-height: 1.5;
        font-weight: 500
    }

    .wwidget-area .widget_recent_entries ul li:last-child {
        margin-bottom: 0
    }

    .wwidget-area .widget_recent_entries ul li::before {
        background: #22a3d6;
        position: absolute;
        height: 7px;
        width: 7px;
        content: "";
        left: 0;
        top: 7px
    }

    .wwidget-area .widget_recent_entries ul li .post-date {
        display: block;
        font-size: 13px;
        color: #7d7d7d;
        margin-top: 4px
    }

    .wwidget-area .widget_recent_comments ul {
        padding: 0;
        margin: 0;
        list-style-type: none
    }

    .wwidget-area .widget_recent_comments ul li {
        position: relative;
        margin-bottom: 12px;
        color: #7d7d7d;
        padding-left: 17px;
        line-height: 1.5;
        font-weight: 500
    }

    .wwidget-area .widget_recent_comments ul li:last-child {
        margin-bottom: 0
    }

    .wwidget-area .widget_recent_comments ul li::before {
        background: #22a3d6;
        position: absolute;
        height: 7px;
        width: 7px;
        content: "";
        left: 0;
        top: 7px
    }

    .wwidget-area .widget_recent_comments ul li span {
        display: inline-block
    }

    .wwidget-area .widget_recent_comments ul li a {
        display: inline-block
    }

    .wwidget-area .widget_archive ul {
        padding: 0;
        margin: 0;
        list-style-type: none
    }

    .wwidget-area .widget_archive ul li {
        position: relative;
        margin-bottom: 12px;
        padding-left: 17px;
        font-weight: 500
    }

    .wwidget-area .widget_archive ul li:last-child {
        margin-bottom: 0
    }

    .wwidget-area .widget_archive ul li::before {
        background: #22a3d6;
        position: absolute;
        height: 7px;
        width: 7px;
        content: "";
        left: 0;
        top: 7px
    }

    .wwidget-area .widget_categories ul {
        padding: 0;
        margin: 0;
        list-style-type: none
    }

    .wwidget-area .widget_categories ul li {
        position: relative;
        margin-bottom: 12px;
        color: #7d7d7d;
        padding-left: 17px;
        font-weight: 500
    }

    .wwidget-area .widget_categories ul li:last-child {
        margin-bottom: 0
    }

    .wwidget-area .widget_categories ul li::before {
        background: #22a3d6;
        position: absolute;
        height: 7px;
        width: 7px;
        content: "";
        left: 0;
        top: 7px
    }

    .wwidget-area .widget_categories ul li a {
        display: inline-block
    }

    .wwidget-area .widget_categories ul li .post-count {
        float: right
    }

    .wwidget-area .widget_meta ul {
        padding: 0;
        margin: 0;
        list-style-type: none
    }

    .wwidget-area .widget_meta ul li {
        position: relative;
        margin-bottom: 12px;
        color: #7d7d7d;
        padding-left: 17px;
        font-weight: 500
    }

    .wwidget-area .widget_meta ul li:last-child {
        margin-bottom: 0
    }

    .wwidget-area .widget_meta ul li::before {
        background: #22a3d6;
        position: absolute;
        height: 7px;
        width: 7px;
        content: "";
        left: 0;
        top: 7px
    }

    .wwidget-area .widget_tag_cloud .widget-title {
        margin-bottom: 12px
    }

    .wwidget-area .tagcloud a {
        display: inline-block;
        color: #7d7d7d;
        font-weight: 500;
        font-size: 14px !important;
        padding: 7px 10px;
        border: 1px dashed #eee;
        margin-top: 8px;
        margin-right: 4px
    }

    .wwidget-area .tagcloud a:focus,
    .wwidget-area .tagcloud a:hover {
        background: linear-gradient(200deg, #45dacb, #30a7d6);
        color: #fff;
        border-color: #1db4c1
    }

    .wwidget-area .widget_services_list ul {
        padding-left: 0;
        list-style-type: none;
        margin-bottom: 0;
        -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
        box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
        background-color: #fff
    }

    .wwidget-area .widget_services_list ul li a {
        display: block;
        position: relative;
        border-bottom: 1px solid #eee;
        color: #5d6576;
        z-index: 1;
        font-weight: 500;
        padding: 15px 35px 15px 15px
    }

    .wwidget-area .widget_services_list ul li a::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        background: #121521;
        -webkit-transition: .5s;
        transition: .5s;
        opacity: 0;
        visibility: hidden
    }

    .wwidget-area .widget_services_list ul li a i {
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .wwidget-area .widget_services_list ul li a.active,
    .wwidget-area .widget_services_list ul li a:hover {
        background: linear-gradient(200deg, #45dacb, #30a7d6);
        color: #fff;
        padding-left: 20px
    }

    .wwidget-area .widget_services_list ul li a.active::before,
    .wwidget-area .widget_services_list ul li a:hover::before {
        opacity: 1;
        visibility: visible;
        width: 5px
    }

    .wwidget-area .widget_services_list ul li:last-child a {
        border-bottom: none
    }

    .wwidget-area .widget_download ul {
        padding-left: 0;
        list-style-type: none;
        margin-bottom: 0;
        -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
        box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
        background-color: #fff
    }

    .wwidget-area .widget_download ul li a {
        display: block;
        position: relative;
        border-bottom: 1px solid #eee;
        color: #5d6576;
        z-index: 1;
        font-weight: 500;
        padding: 15px 35px 15px 15px
    }

    .wwidget-area .widget_download ul li a::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        background: #121521;
        -webkit-transition: .5s;
        transition: .5s;
        opacity: 0;
        visibility: hidden
    }

    .wwidget-area .widget_download ul li a i {
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .wwidget-area .widget_download ul li a.active,
    .wwidget-area .widget_download ul li a:hover {
        background: linear-gradient(200deg, #45dacb, #30a7d6);
        color: #fff;
        padding-left: 20px
    }

    .wwidget-area .widget_download ul li a.active::before,
    .wwidget-area .widget_download ul li a:hover::before {
        opacity: 1;
        visibility: visible;
        width: 5px
    }

    .wwidget-area .widget_download ul li:last-child a {
        border-bottom: none
    }

    .wwidget-area .widget_appointment form {
        margin-top: 5px;
        text-align: center
    }

    .wwidget-area .widget_appointment form .form-group {
        position: relative;
        padding-left: 45px;
        text-align: left;
        margin-bottom: 0;
        margin-top: 10px
    }

    .wwidget-area .widget_appointment form .form-group .icon {
        position: absolute;
        left: 0;
        top: 0;
        color: #1db4c1;
        font-size: 30px
    }

    .wwidget-area .widget_appointment form .form-group label {
        display: block;
        color: #7d7d7d;
        margin-bottom: 10px;
        font-size: 13px;
        font-weight: 400;
        text-align: left
    }

    .wwidget-area .widget_appointment form .form-group .form-control {
        border: none;
        height: 25px;
        border-bottom: 1px solid #eee;
        font-size: 17px;
        font-weight: 400;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 8px
    }

    .wwidget-area .widget_appointment form .form-group .form-control::-webkit-input-placeholder {
        color: #121521
    }

    .wwidget-area .widget_appointment form .form-group .form-control:-ms-input-placeholder {
        color: #121521
    }

    .wwidget-area .widget_appointment form .form-group .form-control::-ms-input-placeholder {
        color: #121521
    }

    .wwidget-area .widget_appointment form .form-group .form-control::placeholder {
        color: #121521
    }

    .wwidget-area .widget_appointment form .form-group .form-control:focus {
        border-color: #1db4c1;
        padding-left: 2px
    }

    .wwidget-area .widget_appointment form .form-group .nice-select {
        background-color: transparent;
        color: #121521;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #eee;
        height: unset;
        line-height: initial;
        padding: 0 35px 8px 0;
        font-size: 17px;
        font-weight: 400
    }

    .wwidget-area .widget_appointment form .form-group .nice-select .list {
        background-color: #fff;
        -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
        box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
        border-radius: 0;
        margin-top: 0;
        width: 100%;
        height: 260px;
        overflow-y: scroll;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .wwidget-area .widget_appointment form .form-group .nice-select .list .option {
        -webkit-transition: .5s;
        transition: .5s;
        font-size: 15px;
        padding-left: 20px;
        padding-right: 20px
    }

    .wwidget-area .widget_appointment form .form-group .nice-select .list .option:hover {
        background-color: #22a3d6 !important;
        color: #fff
    }

    .wwidget-area .widget_appointment form .form-group .nice-select .list .option.selected {
        background-color: transparent
    }

    .wwidget-area .widget_appointment form .form-group .nice-select:after {
        right: 5px;
        border-color: #121521;
        width: 8px;
        height: 8px
    }

    .wwidget-area .widget_appointment form .btn {
        margin-top: 20px
    }
}

.go-top {
    position: fixed;
    cursor: pointer;
    top: 50%;
    right: 15px;
    background: #d2f5e1;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
    background: linear-gradient(200deg, #39e5d4, #22a3d6);
    border-radius: 3px;
    font-size: 20px
}

.go-top.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible
}

.go-top:focus,
.go-top:hover {
    color: #fff;
    background: linear-gradient(200deg, #39e5d4, #22a3d6)
}

.go-widget-treatment {
    position: fixed;
    height: 50px;
    width: 400px;
    bottom: 150px;
    right: 30px;
    cursor: pointer;
    z-index: 4;
    text-align: center;
    height: 40px;
    opacity: 0;
    font-size: 20px
}

.go-widget-treatment.active {
    bottom: auto;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1
}

.go-widget-treatment:focus,
.go-widget-treatment:hover {
    color: #fff
}