/**
 * [Table of contents]
 *
 * [&. Content / #key]
 * [Let press Ctrl + f and type of paste the key, then press Enter to search the content ]
 *
 * Summary:
 *
 *  0. VARIABLE LESS
 *      - 0.1. Color
 *  1. GLOBAL STYLE
 *      - 1.1. BREADCRUMB & BUTTON & LINE
 *      - 1.2. HEADER AND SUB-HEADER
 *      - 1.3. TEXT-DESCRIPTION
 *      - 1.4. CONTACT-FORM
 *      - 1.5. SIDEBAR
 *      - 1.6. FUN FACT
 *      - 1.7. WHAT WE DO
 *      - 1.8. TESTIMONIALS
 *      - 1.9. TEAM
 *      - 1.10. WHY CHOOSE US
 *      - 1.11. HOW WE DO IT
 *      - 1.12. FEATURE
 *      - 1.13. HOW WE DO
 *      - 1.14. BLOCKQUOTE
 *      - 1.15. RECENT NEWS
 *      - 1.16. SLIDER
 *      - 1.17. BACK TO TOP
 *      - 1.18. PAGE LOADER
 *      - 1.19. DATE PICKER
 *      - 1.20. SLICK DOTS
 *      - 1.21. WHAT WE DO CANCER CENTER
 *      - 1.22. WHAT WE DO DERMATOLOGY
 *      - 1.23. TEXT BELOW SLIDER
 *      - 1.24. SEARCH BLOCK
 *      - 1.25. INTRO BLOCK
 *      - 1.26. MISSION BLOCK
 *      - 1.27. FEATURE JOB BLOCK
 *      - 1.28. EDUCATION & EXPERIENCE BLOCK
 *      - 1.29. CERTIFICATION BLOCK
 *      - 1.30. MAKE CONTENT LEFT RIGHT WITH SIDEBAR
 *      - 1.31. READ MORE BTN
 *      - 1.32. APPOINTMENT BOARD IN SLIDER
 *      - 1.33. CLIENTS
 *      - 1.xx. EFFECT
 *  2. WIDGET
 *      - 2.1. RECENT POSTS
 *      - 2.2. CATEGORY & ARCHIVE
 *      - 2.3. TAGS
 *      - 2.4. POST META
 *      - 2.5. LIST META
 *      - 2.6. LIST SOCIALS
 *      - 2.7. PAGINATION
 *  3. PAGE
 *      - 3.1. PAGES 404
 *		- 3.2. FAQ
 *		- 3.3. GALLERY
 *		- 3.4. CONTACT
 *		- 3.5. BLOG
 *		- 3.6. DEPARTMENT
 *		- 3.7. ABOUT US
 *		- 3.8. DOCTOR
 *		- 3.9. SERVICES
 *		- 3.10. APPOINTMENT
 *		- 3.11. DEPARTMENT DETAIL
 *		- 3.12. BLOG DETAIL
 *      - 3.13. SERVICES DETAIL
 *      - 3.14 INDEX
 *      - 3.15 INDEX HEART CENTER
 *      - 3.16 INDEX CANCER CENTER
 *      - 3.17 INDEX DERMATOLOGY
 *      - 3.18 INDEX PEDIATRIC
 *      - 3.19 INDEX VET CLINIC
 *      - 3.20 INDEX DENTAL CARE
 *      - 3.21 PATIENTS GUIDE
 *      - 3.22 CAREER
 *      - 3.23 BLOG 2 COL VARIATION
 *      - 3.24 BLOG 2 COL WITH SIDEBAR
 *      - 3.25 BLOG 2 COL NO SIDEBAR
 *      - 3.26 BLOG 3 COL NO SIDEBAR
 *      - 3.27 BLOG FULL WIDTH
 *      - 3.28 PRICING
 *      - 3.29 LOCATION
 *      - 3.30 HEADER AND SLIDER OPTIONS
 *      - 3.31 HOME PRENANCY
 *      - 3.32 HOME PSYCHOLOGY
 *      - 3.33 HOME ENT CENTER
 *      - 3.34 HOME DR NUTRITION
 *      - 3.35 HOME OPHTHALMOLOGY
 *      - 3.36 HOME ORTHOPEDIC
 *      - 3.37 LANDING PAGE
 *      - 3.38 COMMING SOON
 *  4. PLUGIN
 *      - 4.1. jQuery Plugin 1
 *      - 4.2. jQuery Plugin 2
 *  5. RESPONSIVE
 *  6. ADDITIONAL
 */
/*=============================
 =====   VARIABLE LESS    =====
 =============================*/
/**
 * [Table of contents]
 *
 * [&. Content / #key]
 * [Let press Ctrl + f and type of paste the key, then press Enter to search the content ]
 *
 * Summary:
 *
 *  0. VARIABLE LESS
 *    - 0.1. Color
 *    - 0.2. Font
 *  1. MIXINS


/*=============================
 =====   VARIABLE LESS    =====
 =============================*/
/*----------  0.1. Color  ----------*/
/*----------  0.2. Font  ----------*/
/*=============================
 ====  END VARIABLE LESS   ====
 =============================*/
/*=============================
 =====       MIXINS       =====
 =============================*/
/*=============================
 ====      END MIXINS      ====
 =============================*/
/*----------  0.1. Color  ----------*/
/*=============================
 ====  END VARIABLE LESS   ====
 =============================*/
/*=============================
 ======   GLOBAL STYLE   ======
 =============================*/
/*----------  1.1. Breadcrumb & buttons & line  ----------*/
.breadcrumb {
    background-image: url(../images/common/background/background-pattern.jpg);
    background-repeat: repeat;
    background-size: 0.6%;
    padding: 0;
    margin: 0;
    border-radius: 0
}

.breadcrumb .breadcrumb-wrapper {
    position: relative;
    overflow: hidden
}

.breadcrumb .breadcrumb-content {
    padding: 65px 0;
    margin: 0;
    display: block;
    list-style: none
}

.breadcrumb .breadcrumb-content .breadcrumb-list {
    display: inline-block;
    text-transform: capitalize;
    position: relative
}

.breadcrumb .breadcrumb-content .breadcrumb-list.active {
    color: #fff
}

.breadcrumb .breadcrumb-content .breadcrumb-list + .breadcrumb-list:before {
    content: '\f105';
    font-size: 14px;
    font-family: "fontawesome";
    color: #71828f;
    margin: 0 10px
}

.breadcrumb .breadcrumb-content .breadcrumb-link {
    color: #d4e3ee
}

.breadcrumb .breadcrumb-content .breadcrumb-link:hover {
    color: #349cab
}

.breadcrumb .breadcrumb-text {
    margin: 0;
    font-size: 65.75px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #2c3a44;
    text-transform: uppercase;
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%)
}

.btn-wrapper button {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s
}

.btn-wrapper .btn {
    background-color: #0f77ad;
    padding: 0 40px;
    border: 2px solid #0f77ad;
    line-height: 40px;
    text-transform: uppercase;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    margin-right: 10px;
    position: relative;
    letter-spacing: 2px
}

.btn-wrapper .btn:last-child {
    margin-right: 0
}

.btn-wrapper .btn:hover {
    color: #0f77ad;
    background-color: #fff
}

.btn-wrapper .btn-transparent {
    background-color: transparent;
    color: #0f77ad
}

.btn-wrapper .btn-transparent:hover {
    color: #fff
}

.btn-for-icon {
    position: relative;
    display: inline-block;
    overflow: hidden
}

.btn-for-icon i {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s
}

.btn-for-icon .icon2 {
    position: absolute
}

.btn-for-icon.top .icon2 {
    top: -100%;
    left: 0
}

.btn-for-icon.bottom .icon2 {
    top: 100%;
    left: 0
}

.btn-for-icon.left .icon2 {
    left: -100%;
    top: 0
}

.btn-for-icon.right .icon2 {
    left: 100%;
    top: 0
}

.line {
    width: 64px;
    height: 2px;
    background-color: #349cab;
    margin: 0 auto
}

.typo-line {
    display: inline-block;
    position: relative;
    margin: 0 0 13px
}

.typo-line:before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #cad2d8
}

.typo-line:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    width: 35%;
    height: 2px;
    margin: auto;
    background-color: #349cab
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}
/*----------  1.2. Header & sub-header  ----------*/
.sub-header {
    color: #0f77ad;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin: 0;
    -wenkit-font-smoothing: subpixel-antialiased
}

.header {
    color: #51616b;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 32px;
    text-transform: capitalize;
    margin: 0;
    -wenkit-font-smoothing: subpixel-antialiased
}
/*----------  1.3. Description  ----------*/
.description {
    color: #51616b;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    -wenkit-font-smoothing: subpixel-antialiased
}
/*----------  1.4. Contact form  ----------*/
.make-app-btn {
    position: relative;
    top: -61px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    padding: 18px 30px;
    background-color: #1c90cd;
    z-index: 1;
    letter-spacing: 1px;
    -webkit-font-smoothing: subpixel-antialiased
}

.appointment-form {
    position: relative;
    top: -61px;
    padding: 15px 15px 25px;
    background-color: #0f77ad;
    z-index: 1
}

.appointment-form .btn-wrapper {
    width: 100%;
    height: 49px;
    border: 0
}

.appointment-form .btn-make-app {
    background-color: #1c90cd;
    border-color: #1c90cd;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 100%;
    border-radius: 0;
    height: 49px;
    line-height: 45px
}

.appointment-form .btn-make-app:hover {
    border-color: #fff
}

.form-md-line-input {
    position: relative;
    margin: 0 0 15px;
    padding-top: 15px;
    line-height: 1
}

.form-md-line-input .form-control {
    background: 0 0;
    border: 0;
    border-bottom: 2px solid #5cacd6;
    border-radius: 0;
    color: #fff;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px
}

.form-md-line-input .form-control.form-textarea {
    resize: vertical;
    height: 98px
}

.form-md-line-input .form-control ~ label {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none
}

.form-md-line-input .form-control ~ label:after {
    content: '';
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 0;
    visibility: hidden;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all
}

.form-md-line-input .form-control.edited:not([readonly]) ~ label,
.form-md-line-input .form-control:focus:not([readonly]) ~ label,
.form-md-line-input .form-control ~ label {
    opacity: 1;
    filter: alpha(opacity=100)
}

.form-md-line-input.form-md-floating-label .form-control ~ label {
    font-size: 16px;
    top: 25px;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    color: #92bfd7;
    font-weight: normal
}

.form-md-line-input.form-md-floating-label .form-control.edited ~ label,
.form-md-line-input.form-md-floating-label .form-control:focus:not([readonly]) ~ label,
.form-md-line-input.form-md-floating-label .form-control[readonly] ~ label,
.form-md-line-input.form-md-floating-label .form-control ~ .uplabel {
    top: 0;
    font-size: 13px
}

.sbOptions {
    background-color: #fff;
    border: solid 1px #efefef;
    border-bottom: 2px solid #0f77ad
}

.sbOptions li {
    border: 0
}

.sbOptions li + li {
    border-top: 1px solid #d9e7ee
}

.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
    color: #555;
    text-indent: 0;
    height: 34px;
    line-height: 34px
}
/*----------  1.5. Sidebar  ----------*/
.widget-sidebar .title {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #51616b;
    margin: 0 0 27px
}

.widget-sidebar + .widget-sidebar {
    margin-top: 75px
}
/*----------  1.6. fun fact  ----------*/
.fun-fact {
    position: relative;
    text-align: center;
    padding: 65px 0 78px
}

.fun-fact.style-2 .progress-container .description-counter {
    color: #51616b
}

.fun-fact.style-3 {
    padding: 0
}

.fun-fact.style-3 .progress-container .description-counter {
    color: #fff
}

.fun-fact.style-3 .progress-container .progress-inner {
    padding: 65px 0 78px;
    width: 25%;
    float: left;
    background-color: #b7c439
}

.fun-fact.style-3 .progress-container .progress-inner .counter-inner {
    color: #fff
}

.fun-fact.style-3 .progress-inner.style-2 {
    background-color: #f04e4e
}

.fun-fact.style-3 .progress-inner.style-3 {
    background-color: #38cadb
}

.fun-fact.style-3 .progress-inner.style-4 {
    background-color: #6739b6
}

.progress-inner {
    text-align: center;
    font-family: 'Montserrat', sans-serif
}

.progress-inner .counter-inner {
    color: #b7c439
}

.progress-inner.style-2 .counter-inner {
    color: #f04e4e
}

.progress-inner.style-3 .counter-inner {
    color: #38cadb
}

.progress-inner.style-4 .counter-inner {
    color: #6739b6
}

.counter-inner {
    font-size: 74.43px;
    margin: 0 0 7px;
    font-weight: bold
}

.description-counter {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize
}
/*----------  1.7. what we do  ----------*/
.whatwedo {
    text-align: center
}

.whatwedo .services-wrapper {
    display: inline-block;
    margin-top: 40px;
    margin-bottom: -38px
}

.whatwedo .description {
    position: relative
}

.services-content {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    padding: 0 20px 35px;
    margin-bottom: 30px
}

.services-content:before {
    content: '';
    position: absolute;
    top: 32px;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #f0f5f8;
    background-color: transparent
}

.services-content:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 32px;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #f0f5f8;
    background-color: #f0f5f8;
    transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in
}

.services-content .services-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    position: relative;
    font-size: 16px;
    height: 36px;
}

.services-content .services-title a {
    color: #51616b
}

.services-content .services-title:hover a {
    color: #349cab
}

.services-content .description {
    position: relative
}

.services-content .line {
    position: relative;
    margin: 15px auto 30px
}

.services-content .btn-for-icon i {
    display: block;
    font-size: 36px;
    color: #349cab;
    width: 64px;
    line-height: 64px;
    background-color: #fff;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.services-content .btn-for-icon .icon2 {
    background-color: #349cab;
    color: #fff
}

.services-content.new-style .description {
    height: 48px;
    overflow: hidden;
    max-width: 230px;
    margin: 0 auto
}

.services-content.style-3 {
    overflow: visible;
    cursor: pointer;
    position: relative;
    margin-bottom: 50px;
    padding: 0
}

.services-content.style-3:before,
.services-content.style-3:after {
    display: none
}

.services-content.style-3:hover .btn-for-icon i {
    -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
    animation-name: hvr-icon-bob-float, hvr-icon-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate
}

.services-content.style-3:hover .btn-for-icon:before {
    opacity: 1;
    -webkit-animation-name: hvr-icon-bob-float-hoz, hvr-icon-bob-hoz;
    animation-name: hvr-icon-bob-float-hoz, hvr-icon-bob-hoz;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate
}

.services-content.style-3 .btn-for-icon {
    overflow: visible;
    display: inline-block;
    vertical-align: middle;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}

.services-content.style-3 .btn-for-icon:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.services-content.style-3 .btn-for-icon i {
    width: auto;
    height: auto;
    background-color: transparent;
    display: block;
    font-size: 50px;
    line-height: 1
}

.services-content.style-4 {
    padding: 0 15px 38px
}

.services-content.style-4 .line {
    background-color: #54addb
}

.services-content.style-4:before {
    background-color: #1e8bc4;
    border: 0;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
    -webkit-transition: transform 0.2s ease-in;
    -moz-transition: transform 0.2s ease-in;
    -o-transition: transform 0.2s ease-in
}

.services-content.style-4:after {
    border: 0;
    background-color: #f1622a
}

.services-content.style-4 .btn-for-icon {
    overflow: visible
}

.services-content.style-4 .btn-for-icon i {
    line-height: 60px;
    border: 2px solid #f1622a;
    color: #fff;
    background-color: #f1622a
}

.services-content.style-4 .btn-for-icon .icon1 {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s
}

.services-content.style-4 .btn-for-icon .icon2 {
    top: 0;
    background-color: #fff;
    color: #f1622a;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s
}

.services-content.style-4:hover:before {
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -webkit-transition: -webkit-transform 0.3s 0.1s ease-in;
    transition: -webkit-transform 0.3s 0.1s ease-in;
    transition: transform 0.3s 0.1s ease-in;
    transition: transform 0.3s 0.1s ease-in, -webkit-transform 0.3s 0.1s ease-in;
    -webkit-transition: transform 0.3s 0.1s ease-in;
    -moz-transition: transform 0.3s 0.1s ease-in;
    -o-transition: transform 0.3s 0.1s ease-in
}

.services-content.style-4:hover .btn-for-icon .icon1 {
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0)
}

.services-content.style-4:hover .btn-for-icon .icon2 {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}

.services-content.style-4 .services-title {
    margin-bottom: 0
}

.services-content.style-4 .services-title a {
    color: #fff
}

.services-content.style-4 .line {
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s
}

.services-content:hover:after {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0)
}

.services-content:hover .btn-for-icon.top .icon2,
.services-content:hover .btn-for-icon.bottom .icon2 {
    top: 0
}

.services-content:hover .btn-for-icon.top .icon1 {
    transform: translateY(100%);
    -webkit-transform: translateY(100%)
}

.services-content:hover .btn-for-icon.bottom .icon1 {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%)
}

.services-content:hover .btn-for-icon.left .icon2,
.services-content:hover .btn-for-icon.right .icon2 {
    left: 0
}

.services-content:hover .btn-for-icon.left .icon1 {
    transform: translateX(100%);
    -webkit-transform: translateX(100%)
}

.services-content:hover .btn-for-icon.right .icon1 {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%)
}

.services-content:hover:after {
    transform: translateY(0);
    -webkit-transform: translateY(0)
}

.services-item .services-content.style-3 .btn-for-icon i {
    color: #6fdec5
}

.services-item.style-2 .services-content.style-3 .btn-for-icon i {
    color: #f27070
}

.services-item.style-3 .services-content.style-3 .btn-for-icon i {
    color: #836ed0
}

.services-item.style-4 .services-content.style-3 .btn-for-icon i {
    color: #f7cb34
}

.services-item.style-5 .services-content.style-3 .btn-for-icon i {
    color: #f488ca
}

.services-item.style-6 .services-content.style-3 .btn-for-icon i {
    color: #51aaf6
}

.services-item.style-7 .services-content.style-3 .btn-for-icon i {
    color: #71c363
}

.services-item.style-8 .services-content.style-3 .btn-for-icon i {
    color: #728df2
}
/*----------  1.8. testimonials  ----------*/
.testimonials {
    position: relative;
    text-align: center
}

.testimonials:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.14
}

.testimonials .close-bracket-wrapper {
    position: relative;
    display: table;
    margin: 0 auto 28px
}

.testimonials .close-bracket-wrapper i {
    color: #fff;
    font-size: 30px
}

.testimonials .slider-testimonials .item {
    padding: 0 0 7px
}

.testimonials .slider-testimonials .testimonial-graph {
    font-style: italic;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 18px
}

.testimonials .slider-testimonials .sub-header {
    color: #fff;
    display: block;
    width: 100%
}

.testimonials .slider-testimonials .owl-dots {
    margin: 30px auto 0;
    display: table
}

.testimonials .slider-testimonials .owl-dot {
    width: 63px;
    height: 40px;
    float: left;
    margin: auto;
    margin-right: 10px;
    position: relative;
    background-color: #fff
}

.testimonials .slider-testimonials .owl-dot:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.21;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover
}

.testimonials .slider-testimonials .owl-dot:hover:before,
.testimonials .slider-testimonials .owl-dot.active:before {
    opacity: 1
}

.testimonials .slider-testimonials .owl-dot:last-child {
    margin-right: 0
}

.testimonials .slider-testimonials .owl-dot:nth-child(1):before {
    background-image: url(../images/testimonials/testimonials-1.jpg)
}

.testimonials .slider-testimonials .owl-dot:nth-child(2):before {
    background-image: url(../images/testimonials/testimonials-2.jpg)
}

.testimonials .slider-testimonials .owl-dot:nth-child(3):before {
    background-image: url(../images/testimonials/testimonials-3.jpg)
}

.testimonials .slider-testimonials .owl-dot:nth-child(4):before {
    background-image: url(../images/testimonials/testimonials-4.jpg)
}

.testimonials .slider-testimonials .owl-dot:nth-child(5):before {
    background-image: url(../images/testimonials/testimonials-5.jpg)
}

.testimonials .slider-testimonials .owl-dot:nth-child(6):before {
    background-image: url(../images/testimonials/testimonials-2.jpg)
}

.testimonials .owl-dots .owl-dot span:before,
.testimonials .nav-testimonial {
    display: none
}

.testimonials.testimonials-style-2:before {
    display: none
}

.testimonials.testimonials-style-2 .item {
    padding-top: 15px;
    margin-top: -15px;
    overflow: hidden
}

.testimonials.testimonials-style-2 .slider-testimonials-inner {
    position: relative;
    padding: 30px 20px 17px;
    margin-top: 12px;
    border: 2px solid #3d4b55;
    border-top: 0
}

.testimonials.testimonials-style-2 .close-bracket-wrapper {
    position: absolute;
    top: -14px;
    left: 50%;
    padding: 0;
    width: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    line-height: 1
}

.testimonials.testimonials-style-2 .close-bracket-wrapper i {
    font-size: 24px;
    color: #f04e4e
}

.testimonials.testimonials-style-2 .close-bracket-wrapper .line-top {
    position: absolute;
    top: 14px;
    height: 2px;
    background-color: #3d4b55
}

.testimonials.testimonials-style-2 .close-bracket-wrapper .line-top.line-top-left {
    left: 0;
    right: 50%;
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px)
}

.testimonials.testimonials-style-2 .close-bracket-wrapper .line-top.line-top-right {
    left: 50%;
    right: 0;
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px)
}

.testimonials.testimonials-style-2 .sub-header {
    color: #fff;
    margin-bottom: 8px
}

.testimonials.testimonials-style-2 .description {
    color: #a6b4bd
}

.testimonials.testimonials-style-2 .nav-testimonial {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0
}

.testimonials.testimonials-style-2 .nav-testimonial .nav-testimonial-inner-left,
.testimonials.testimonials-style-2 .nav-testimonial .nav-testimonial-inner-right {
    color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -675px;
    margin-top: -23.5px;
    font-size: 32px;
    border: 2px solid #647480;
    width: 47px;
    height: 47px;
    line-height: 43px;
    text-align: center;
    opacity: 0.5;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s
}

.testimonials.testimonials-style-2 .nav-testimonial .nav-testimonial-inner-left:hover,
.testimonials.testimonials-style-2 .nav-testimonial .nav-testimonial-inner-right:hover {
    opacity: 1
}

.testimonials.testimonials-style-2 .nav-testimonial .nav-testimonial-inner-right {
    left: auto;
    right: 50%;
    margin-left: 0;
    margin-right: -675px
}

.testimonials.testimonials-style-2 .owl-dots {
    display: none
}
/*----------  1.9. team  ----------*/
.our-team {
    text-align: center;
    z-index: 2
}

.our-team .team-wrapper {
    margin-top: 33px
}

.our-team .team-wrapper-2 {
    display: inline-block;
    margin-bottom: -48px
}

.our-team .team-wrapper-2 .team-inner {
    margin-bottom: 40px;
    overflow: hidden;
}

.our-team .team-inner {
    position: relative
}

.our-team .team-inner:hover .face.front {
    top: 105%
}

.our-team .team-inner:hover .face.back {
    top: 0
}

.our-team .team-inner:hover:before {
    border-bottom-color: #0f77ad;
    transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -o-transition: border-color 0.3s
}

.our-team .team-inner:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.our-team .team-inner:hover .line-effect:before,
.our-team .team-inner:hover .line-effect:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s
}

.our-team .team-inner:before,
.our-team .team-inner:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    border-left: 2px solid #d9e7ee;
    border-right: 2px solid #d9e7ee;
    border-bottom: 2px solid #d9e7ee;
    z-index: 1
}

.our-team .team-inner:before {
    transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s
}

.our-team .team-inner:after {
    border-color: #0f77ad;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.our-team .team-inner .team-img img {
    margin: 0 auto;
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.our-team .team-inner .team-img:before,
.our-team .team-inner .team-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 2px;
    background-color: #d9e7ee;
    z-index: 1
}

.our-team .team-inner .team-img:after {
    left: auto;
    right: 0
}

.our-team .team-inner .team-flipcard {
    top: auto;
    position: absolute;
    bottom: 2px;
    left: 2px;
    right: 2px;
    height: 62px;
    z-index: 2
}

.our-team .team-inner .team-flipcard .face {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.our-team .team-inner .team-flipcard .front {
    background-color: rgba(255, 255, 255, 0.83);
    transition: top 0.5s;
    -webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -o-transition: top 0.5s
}

.our-team .team-inner .team-flipcard .back {
    background-color: rgba(15, 119, 173, 0.83);
    top: 105%;
    transition: top 0.5s;
    -webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -o-transition: top 0.5s
}

.our-team .team-inner .team-flipcard .back .team-title {
    position: relative;
    display: inline-block;
    color: #fff
}

.our-team .team-inner .team-flipcard .back .team-title:before,
.our-team .team-inner .team-flipcard .back .team-title:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-color: #fff;
    border-style: solid;
    transition: 0.5s cubic-bezier(1, 0.2, 0.26, 0.7);
    -webkit-transition: 0.5s cubic-bezier(1, 0.2, 0.26, 0.7);
    -moz-transition: 0.5s cubic-bezier(1, 0.2, 0.26, 0.7);
    -o-transition: 0.5s cubic-bezier(1, 0.2, 0.26, 0.7);
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    opacity: 0
}

.our-team .team-inner .team-flipcard .back .team-title:before {
    left: 0;
    bottom: 0;
    border-right: 0;
    border-top: 0;
    border-bottom-width: 2px;
    border-left-width: 2px
}

.our-team .team-inner .team-flipcard .back .team-title:after {
    top: 0;
    right: 0;
    border-left: 0;
    border-bottom: 0;
    border-top-width: 2px;
    border-right-width: 2px
}

.our-team .team-inner .team-flipcard .back .team-title:hover:before,
.our-team .team-inner .team-flipcard .back .team-title:hover:after {
    transition: 2s cubic-bezier(0.14, 1.13, 0, 0.91);
    -webkit-transition: 2s cubic-bezier(0.14, 1.13, 0, 0.91);
    -moz-transition: 2s cubic-bezier(0.14, 1.13, 0, 0.91);
    -o-transition: 2s cubic-bezier(0.14, 1.13, 0, 0.91);
    opacity: 1
}

.our-team .team-inner .team-flipcard .back .team-title:hover:before {
    transform: translate(-15px, 2px);
    -webkit-transform: translate(-15px, 2px);
    -moz-transform: translate(-15px, 2px);
    -ms-transform: translate(-15px, 2px);
    -o-transform: translate(-15px, 2px)
}

.our-team .team-inner .team-flipcard .back .team-title:hover:after {
    transform: translate(15px, -2px);
    -webkit-transform: translate(15px, -2px);
    -moz-transform: translate(15px, -2px);
    -ms-transform: translate(15px, -2px);
    -o-transform: translate(15px, -2px)
}

.our-team .team-inner .team-flipcard .back .list-socials li .socials-link {
    color: #fff
}

.our-team .team-inner .team-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #51616b;
    font-weight: bold;
    text-transform: capitalize;
    display: block;
    margin-top: 10px
}

.our-team .team-inner .line-effect:before,
.our-team .team-inner .line-effect:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 2px;
    background-color: #0f77ad;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    z-index: 2
}

.our-team .team-inner .line-effect:after {
    left: auto;
    right: 0;
    -webkit-transform-origin: right center;
    transform-origin: right center
}

.our-team .team-inner .team-sub-title {
    font-weight: 500;
    color: #0f77ad
}

.our-team .nav-doctor {
    position: absolute;
    top: 61%;
    left: 0;
    width: 100%
}

.our-team .nav-doctor .nav-doctor-inner-left,
.our-team .nav-doctor .nav-doctor-inner-right {
    text-align: center;
    font-size: 28px;
    width: 40px;
    line-height: 36px;
    border: 2px solid #51616b;
    color: #51616b;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -55px;
    opacity: 0.3
}

.our-team .nav-doctor .nav-doctor-inner-left:hover,
.our-team .nav-doctor .nav-doctor-inner-right:hover {
    opacity: 1
}

.our-team .nav-doctor .nav-doctor-inner-right {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -55px
}
/*----------  1.10. why choose us  ----------*/
.why-choose-us-wrapper {
    padding: 75px 0 80px;
    position: relative;
    z-index: 1
}

.why-choose-us-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.why-choose-us-wrapper .why-choose-us-title {
    color: #fff;
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin: 0
}

.why-choose-us-wrapper .description {
    width: 80%;
    color: #c7d8e3;
    margin: 25px 0
}

.why-choose-us-wrapper .btn-wrapper .btn-transparent {
    border-color: #fff;
    color: #fff
}

.why-choose-us-wrapper .btn-wrapper .btn-transparent:hover {
    color: #51616b
}

.why-choose-us-wrapper .btn-wrapper .btn-transparent:before {
    background-color: #fff
}

.why-choose-us-wrapper img {
    position: absolute;
    right: 50%;
    margin-right: -770px;
    bottom: 0;
    height: 430px;
    width: auto
}
/*----------  1.11. how we do it  ----------*/
.how-we-do-it-wrapper {
    text-align: center;
    padding: 73px 0 80px
}

.how-we-do-it-wrapper .howwedoit-content {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 78px 0 -38px
}

.howwedoit-inner {
    position: relative;
    padding: 23px 0;
    margin-bottom: 30px;
    font-size: 0
}

.howwedoit-inner:hover:before {
    right: -15px;
    border-color: #349cab
}

.howwedoit-inner:hover .btn-for-icon.top .icon2,
.howwedoit-inner:hover .btn-for-icon.bottom .icon2 {
    top: 0
}

.howwedoit-inner:hover .btn-for-icon.top .icon1 {
    transform: translateY(100%);
    -webkit-transform: translateY(100%)
}

.howwedoit-inner:hover .btn-for-icon.bottom .icon1 {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%)
}

.howwedoit-inner:hover .btn-for-icon.left .icon2,
.howwedoit-inner:hover .btn-for-icon.right .icon2 {
    left: 0
}

.howwedoit-inner:hover .btn-for-icon.left .icon1 {
    transform: translateX(100%);
    -webkit-transform: translateX(100%)
}

.howwedoit-inner:hover .btn-for-icon.right .icon1 {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%)
}

.howwedoit-inner:before {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 28px;
    right: 133.5px;
    border: 2px solid #d9e7ee;
    background-color: transparent;
    z-index: -1;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s
}

.howwedoit-inner .btn-for-icon {
    vertical-align: middle;
    width: 56px;
    margin-right: 10px;
    overflow: hidden
}

.howwedoit-inner .btn-for-icon i {
    display: inline-block;
    text-align: center;
    width: 56px;
    line-height: 56px;
    font-size: 36px
}

.howwedoit-inner .btn-for-icon i.icon1 {
    color: #349cab;
    background-color: #fff
}

.howwedoit-inner .btn-for-icon i.icon2 {
    color: #fff;
    background-color: #349cab
}

.howwedoit-inner .btn-for-icon i.icon-ambulance1 {
    font-size: 26px
}

.howwedoit-inner .btn-for-icon i.icon-dosage-medical-tool {
    font-size: 30px
}

.howwedoit-inner .howwedoit-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #51616b;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold
}
/*----------  1.12. feature  ----------*/
.list-features {
    margin: 0
}

.list-features .feature-1,
.list-features .feature-2,
.list-features .feature-3,
.list-features .feature-4,
.list-features .feature-5,
.list-features .feature-6,
.list-features .feature-7,
.list-features .feature-8,
.list-features .feature-9,
.list-features .feature-10 {
    width: 20%;
    cursor: pointer
}

.feature-1,
.feature-2,
.feature-3,
.feature-4,
.feature-5,
.feature-6,
.feature-7,
.feature-8,
.feature-9,
.feature-10 {
    position: relative;
    float: left;
    padding: 15px;
    background-color: #b7c439;
    color: #fff;
    text-align: center;
    z-index: 1;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s
}

.feature-1 i,
.feature-2 i,
.feature-3 i,
.feature-4 i,
.feature-5 i,
.feature-6 i,
.feature-7 i,
.feature-8 i,
.feature-9 i,
.feature-10 i {
    webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    display: inline-block;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    width: auto;
    overflow: hidden;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s
}

.feature-1 .description,
.feature-2 .description,
.feature-3 .description,
.feature-4 .description,
.feature-5 .description,
.feature-6 .description,
.feature-7 .description,
.feature-8 .description,
.feature-9 .description,
.feature-10 .description {
    color: #fff;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s
}

.feature-1.style-2,
.feature-2.style-2,
.feature-3.style-2,
.feature-4.style-2,
.feature-5.style-2 {
    padding: 0 15px;
    background-color: transparent
}

.feature-1.style-2 i,
.feature-2.style-2 i,
.feature-3.style-2 i,
.feature-4.style-2 i,
.feature-5.style-2 i {
    color: #b7c439
}

.feature-1.style-2 .header-feature,
.feature-2.style-2 .header-feature,
.feature-3.style-2 .header-feature,
.feature-4.style-2 .header-feature {
    color: #51616b
}

.feature-1.style-2 .description,
.feature-2.style-2 .description,
.feature-3.style-2 .description,
.feature-4.style-2 .description {
    color: #63727b
}

.feature-1.style-3,
.feature-2.style-3,
.feature-3.style-3,
.feature-4.style-3 {
    height: 285px;
    padding: 40px 45px;
    background-color: transparent
}

.feature-1.style-3:hover,
.feature-2.style-3:hover,
.feature-3.style-3:hover,
.feature-4.style-3:hover {
    background-color: transparent
}

.feature-1.style-3 i,
.feature-2.style-3 i,
.feature-3.style-3 i,
.feature-4.style-3 i,
.feature-1.style-3 .header-feature,
.feature-2.style-3 .header-feature,
.feature-3.style-3 .header-feature,
.feature-4.style-3 .header-feature,
.feature-1.style-3 .description,
.feature-2.style-3 .description,
.feature-3.style-3 .description,
.feature-4.style-3 .description {
    color: #fff
}

.feature-1.style-3:before,
.feature-2.style-3:before,
.feature-3.style-3:before,
.feature-4.style-3:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 290px;
    height: 290px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: rgba(228, 206, 77, 0.9);
    z-index: -1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.feature-1.style-3 .description,
.feature-2.style-3 .description,
.feature-3.style-3 .description,
.feature-4.style-3 .description {
    height: 72px;
    overflow: hidden
}

.feature-1.style-3.big:before,
.feature-2.style-3.big:before,
.feature-3.style-3.big:before,
.feature-4.style-3.big:before {
    width: 345px;
    height: 345px
}

.feature-1:hover i,
.feature-2:hover i,
.feature-3:hover i,
.feature-4:hover i,
.feature-5:hover i,
.feature-6:hover i,
.feature-7:hover i,
.feature-8:hover i,
.feature-9:hover i,
.feature-10:hover i {
    -webkit-animation: effectHover 1s linear 0s forwards;
    animation: effectHover 1s linear 0s forwards
}

.header-feature {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    height: 32px;
    margin: 10px 0 0;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s
}

.feature-2 {
    background-color: #63b4bf
}

.feature-3 {
    background-color: #52abb8
}

.feature-4 {
    background-color: #4ba5b2
}

.feature-5 {
    background-color: #329aa9
}

.feature-6 {
    background-color: #2b93a2
}

.feature-7 {
    background-color: #228796
}

.feature-8 {
    background-color: #187b89
}

.feature-9 {
    background-color: #127482
}

.feature-10 {
    background-color: #0d6c7a
}
/*----------  1.13. how we do  ----------*/
.howwedo {
    position: relative;
    min-height: 350px
}

.howwedo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 41.66666667%;
    bottom: 0
}

.howwedo-left-wrapper {
    padding: 100px 0
}

.howwedo-left-wrapper .header {
    margin: 0 0 5px;
    color: #fff
}

.howwedo-left-wrapper .howwedo-wrapper {
    padding-top: 30px
}

.howwedo-left-wrapper .howwedo-wrapper .description {
    color: #a6b4bd;
    font-size: 14px
}

.howwedo-left-wrapper .howwedo-title {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    margin: 0 0 20px
}

.howwedo-left-wrapper .description {
    color: #aec5d1;
    font-size: 15px
}

.howwedo-left-wrapper .description + .description {
    margin-top: 23px
}

.list-howwedo {
    margin: 20px 0 0
}

.list-howwedo li > .description {
    position: relative
}

.list-howwedo li > .description:before {
    content: '\f00c';
    font-family: "fontawesome";
    font-size: 12px;
    color: #606c72;
    margin-right: 15px
}

.slider-howwedo {
    position: absolute;
    top: 0;
    left: 58.333333%;
    right: 0;
    bottom: 0;
    max-height: 600px
}

.slider-howwedo .owl-stage-outer,
.slider-howwedo .owl-stage,
.slider-howwedo .owl-item {
    height: 100%
}

.slider-howwedo .slider-howwedo-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 15%
}

.slider-howwedo .slider-howwedo-wrapper .item {
    height: 100%;
    color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative
}

.slider-howwedo .slider-howwedo-wrapper .item img {
    position: absolute;
    left: -9999px;
    top: -9999px
}

.slider-howwedo .thumbs-howwedo {
    display: inline-block;
    padding: 12.5px 12.5px 0;
    position: absolute;
    top: 85%;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden
}

.slider-howwedo .thumbs-howwedo .thumb-item {
    position: relative;
    height: 100%;
    display: block;
    color: transparent;
    opacity: 0.21;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.slider-howwedo .thumbs-howwedo .thumb-item.active {
    opacity: 1
}

.slider-howwedo .thumbs-howwedo .thumb-item img {
    position: absolute;
    left: -9999px;
    top: -9999px
}

.slider-howwedo .nav-howwedo {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 15%;
    text-align: center
}

.slider-howwedo .nav-howwedo i {
    font-size: 16px;
    color: #252f36;
    width: 24px;
    height: 24px;
    line-height: 20px;
    border: 2px solid #252f36;
    opacity: 0.21;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s
}

.slider-howwedo .nav-howwedo i:hover {
    opacity: 1
}

.slider-howwedo .nav-howwedo .nav-howwedo-left {
    position: absolute;
    left: 12.5px;
    bottom: 10px
}

.slider-howwedo .nav-howwedo .nav-howwedo-right {
    position: absolute;
    left: 41.5px;
    bottom: 10px
}
/*----------  1.14. blockquote  ----------*/
.blockquote {
    text-align: center;
    padding: 0;
    margin: 23px 0 0;
    border: 0
}

.blockquote .quote-text {
    font-weight: 300;
    font-style: italic;
    font-size: 24px;
    color: #51616b;
    line-height: 36px
}

.blockquote .quote-footer {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #a5afb5;
    text-transform: uppercase
}

.blockquote .quote-footer:before {
    display: none
}
/*----------  1.15. recent news  ----------*/
.recent-news {
    text-align: center
}

.recent-news .recent-news-wrapper {
    position: relative;
    width: 100%
}

.recent-news .recent-news-list {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0
}

.recent-news .recent-news-list .slick-dots li {
    margin: 0 3px
}

.recent-news .recent-news-list .slick-dots li button:before {
    font-size: 12px;
    opacity: 1;
    color: #d7e2e9
}

.recent-news .recent-news-list .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #a8bbc7
}

.recent-news .recent-news-item {
    margin: 0 15px;
    padding: 50px 0 0
}

.recent-news .slick-dots {
    margin-top: 20px
}

.recent-news-item {
    display: table;
    width: 100%
}

.recent-news-item:hover .recent-news-content:before,
.recent-news-item:hover .recent-news-content:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.recent-news-item:hover .recent-news-content:before {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.recent-news-item .recent-news-image {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    position: relative;
    z-index: 2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.recent-news-item .recent-news-image > img {
    position: absolute;
    top: -9999px;
    left: -9999px
}

.recent-news-item .recent-news-content {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 60%;
    padding: 15px;
    border-top: 2px solid #d9e7ee;
    border-right: 2px solid #d9e7ee;
    border-bottom: 2px solid #d9e7ee;
    position: relative;
    z-index: 1;
    transition: border-color 0.3s ease-in;
    -webkit-transition: border-color 0.3s ease-in;
    -moz-transition: border-color 0.3s ease-in;
    -o-transition: border-color 0.3s ease-in
}

.recent-news-item .recent-news-content:before,
.recent-news-item .recent-news-content:after {
    content: '';
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: 0;
    right: -2px;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    border-top: 2px solid #0f77ad;
    border-bottom: 2px solid #0f77ad;
    z-index: -1;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
    -webkit-transition: transform 0.3s ease-in;
    -moz-transition: transform 0.3s ease-in;
    -o-transition: transform 0.3s ease-in;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.recent-news-item .recent-news-content:after {
    border-top: 0;
    border-bottom: 0;
    border-right: 2px solid #0f77ad;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.recent-news-item .recent-news-content .recent-news-title {
    margin-top: 0;
    margin-bottom: 0;
    min-height: 78px;
}

.recent-news-item .recent-news-content .recent-news-title a {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: bold;
    color: #51616b
}

.recent-news-item .recent-news-content .recent-news-title a:hover {
    color: #0f77ad
}

.recent-news-item .recent-news-content .recent-news-description {
    margin-bottom: 10px
}

.recent-news-item .recent-news-content .post-date {
    position: absolute;
    top: -15px;
    left: 50%;
    min-width: 180px;
    background-color: #fff;
    margin-left: -90px;
    text-align: center;
    padding-right: 25px
}

.recent-news-item .recent-news-content .post-date span.date {
    left: 15px
}

.recent-news-2 {
    text-align: center
}

.recent-news-2 .recent-news-wrapper {
    margin-top: 33px
}

.recent-news-2 .recent-news-item {
    margin: 0
}

.recent-news-2 .post-wrapper {
    text-align: left
}

.recent-news-2 .post-wrapper .post-content {
    padding: 24px 27px 24px
}

.recent-news-2 .post-wrapper .post-content:before {
    top: 60%
}

.recent-news-2 .post-wrapper .post-content .post-meta {
    margin-bottom: 20px
}

.recent-news-2 .post-wrapper .post-content .post-title {
    font-size: 18px;
    margin-bottom: 0
}

.recent-news-2 .grid-item {
    width: 50%;
    float: left;
    padding-left: 15px;
    margin-bottom: 30px
}

.recent-news-2 .grid-item:last-child {
    margin-bottom: 0
}

.recent-news-2 .grid-item.height-2x {
    padding-left: 0;
    padding-right: 15px;
    margin-bottom: 0
}

.recent-news-2 .recent-news-item {
    padding: 20px 0 0
}
/*----------  1.16. slider  ----------*/
.slider-medic {
    -webkit-font-smoothing: subpixel-antialiased
}

.slider-medic .typo-wrapper {
    position: relative
}

.slider-medic .typo-adds-on {
    width: 100%;
    padding: 0 15px;
    margin-top: -32px;
    position: absolute;
    left: auto;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    display: none
}

.slider-medic .typo-adds-on.active {
    display: block
}

.slider-medic .sub-header {
    font-size: 22px
}

.slider-medic .header {
    font-size: 48px;
    margin: 0 0 5px
}

.slider-medic .description {
    width: 35%;
    margin-bottom: 35px
}

.slider-medic .description ~ .btn-wrapper .btn {
    width: auto
}

.slider-medic .description ~ .btn-wrapper .btn:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff
}

.slider-medic .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%
}

.slider-medic .owl-nav .owl-prev,
.slider-medic .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    font-size: 30px;
    border: 2px solid #0F77AD;
    color: #0F77AD;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    opacity: 0.5;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s
}

.slider-medic .owl-nav .owl-prev:hover,
.slider-medic .owl-nav .owl-next:hover {
    opacity: 1
}

.slider-medic .owl-nav .owl-prev {
    left: -100px
}

.slider-medic .owl-nav .owl-next {
    right: -100px
}

.slider-medic:hover .owl-nav .owl-prev {
    left: 15px
}

.slider-medic:hover .owl-nav .owl-next {
    right: 15px
}

.slider-medic .slider-wrapper .item {
    background-repeat: no-repeat;
    /*-ms-background-size: cover;
    background-size: cover;*/
    background-position: center center
}

.slider-medic .slide-1,
.slider-medic .slide-4,
.slider-medic .slide-5,
.slider-medic .slide-6,
.slider-medic .slide-7,
.slider-medic .slide-8,
.slider-medic .slide-14,
.slider-medic .slide-15 {
    height: 600px
}

.slider-medic .slide-1 .item,
.slider-medic .slide-4 .item,
.slider-medic .slide-5 .item,
.slider-medic .slide-6 .item,
.slider-medic .slide-7 .item,
.slider-medic .slide-8 .item,
.slider-medic .slide-14 .item,
.slider-medic .slide-15 .item {
    height: 600px
}

.slider-medic .slide-2,
.slider-medic .slide-10 {
    height: 786px
}

.slider-medic .slide-2 .item,
.slider-medic .slide-10 .item {
    height: 786px
}

.slider-medic .slide-2 .typo-adds-on,
.slider-medic .slide-10 .typo-adds-on {
    text-align: right;
    right: 50%;
    margin-right: -585px;
    margin-top: -144px
}

.slider-medic .slide-2 .description,
.slider-medic .slide-10 .description {
    float: right
}

.slider-medic .slide-2 .btn-wrapper,
.slider-medic .slide-10 .btn-wrapper {
    clear: right
}

.slider-medic .slide-3 {
    height: 786px
}

.slider-medic .slide-3 .item {
    height: 786px
}

.slider-medic .slide-3 .make-app-inner {
    position: absolute;
    bottom: 0
}

.slider-medic .slide-4 .typo-adds-on,
.slider-medic .slide-7 .typo-adds-on,
.slider-medic .slide-8 .typo-adds-on,
.slider-medic .slide-14 .typo-adds-on,
.slider-medic .slide-15 .typo-adds-on {
    margin-top: 0
}

.slider-medic .slide-5 .typo-adds-on {
    margin-top: -28px
}

.slider-medic .slide-5 .header {
    color: #523855
}

.slider-medic .slide-5 .description ~ .btn-wrapper .btn {
    background-color: #ec3460;
    border-color: #ec3460
}

.slider-medic .slide-5 .description ~ .btn-wrapper .btn:hover {
    background-color: #fff;
    color: #ec3460
}

.slider-medic .slide-5 .owl-nav .owl-prev,
.slider-medic .slide-5 .owl-nav .owl-next {
    border-color: #ec3460;
    color: #ec3460
}

.slider-medic .slide-6 .typo-adds-on {
    margin-top: -16px
}

.slider-medic .slide-6 .owl-nav .owl-prev,
.slider-medic .slide-6 .owl-nav .owl-next {
    border-color: #f1622a;
    color: #f1622a
}

.slider-medic .slide-9 {
    height: 800px;
    text-align: center
}

.slider-medic .slide-9 .typo-adds-on {
    width: 1170px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 68px
}

.slider-medic .slide-9 .item {
    height: 800px
}

.slider-medic .slide-10 .typo-adds-on {
    margin-top: -129px
}

.slider-medic .slide-11,
.slider-medic .slide-12,
.slider-medic .slide-13 {
    height: 800px
}

.slider-medic .slide-11 .item,
.slider-medic .slide-12 .item,
.slider-medic .slide-13 .item {
    height: 800px
}

.slider-medic .slide-11 .typo-adds-on,
.slider-medic .slide-12 .typo-adds-on,
.slider-medic .slide-13 .typo-adds-on {
    margin-top: 75px;
    width: 1170px
}

.slider-medic .slide-13 .typo-adds-on {
    text-align: right
}

.slider-medic .slide-13 .description {
    float: right
}

.slider-medic .slide-13 .description ~ .btn-wrapper {
    clear: right
}

.slider-medic .slide-14 .typo-adds-on {
    width: 1170px;
    text-align: right
}

.slider-medic .slide-14 .description {
    float: right
}

.slider-medic .slide-14 .description ~ .btn-wrapper {
    clear: right
}

.slider-medic .slide-16 {
    height: 800px
}

.slider-medic .slide-16 .typo-adds-on {
    text-align: right;
    width: 1170px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 68px
}

.slider-medic .slide-16 .description {
    float: right
}

.slider-medic .slide-16 .description ~ .btn-wrapper {
    clear: right
}

.slider-medic .slide-16 .item {
    height: 800px
}

.btn-wrapper.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    text-decoration: none;
    opacity: 0;
    z-index: -1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s
}

.btn-wrapper.back-to-top > i {
    font-size: 24px
}

.btn-wrapper.back-to-top .btn {
    border-color: #349cab;
    color: #349cab;
    font-size: 24px;
    padding: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 46px
}

.btn-wrapper.back-to-top .btn:hover {
    color: #fff;
    background-color: #349cab
}

.btn-wrapper.back-to-top.show {
    opacity: 1;
    z-index: 1000
}
/*----------  1.18. page loading  ----------*/
/* Begin page-loader */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background-color: #fff;
    z-index: 1000;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

#loader-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 10000
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 550px;
    height: 550px;
    margin: -275px 0 0 -275px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 9999
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

#loader-wrapper .loader-section.section-left {
    left: 0
}

#loader-wrapper .loader-section.section-right {
    right: 0
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.loaded #loader-wrapper img,
.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out
}

.no-js #loader-wrapper {
    display: none
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%
}

.hidden {
    display: none!important;
    visibility: hidden
}
/*----------  1.19. date picker  ----------*/
.datepicker {
    border-radius: 0
}

.datepicker table tr th {
    border-radius: 0
}

.datepicker table tr td {
    padding: 7px;
    border-radius: 0
}

.datepicker table tr td.active {
    background-image: none!important;
    background-color: #0f77ad!important
}

.datepicker table tr td span {
    border-radius: 0
}

.datepicker table tr td span.active {
    background-image: none!important;
    background-color: #0f77ad!important
}
/*----------  1.20. slick dots  ----------*/
.slick-dots {
    position: relative;
    bottom: auto;
    display: block;
    margin: 10px 0 0;
    padding: 0
}

.slick-dots li {
    height: 10px
}

.slick-dots li button,
.slick-dots li span {
    height: 10px;
    padding: 0
}

.slick-dots li button:before,
.slick-dots li span:before {
    font-size: 12px;
    line-height: 10px;
    height: 10px
}

.owl-dots {
    margin-top: 15px
}

.owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.owl-dots .owl-dot span {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    position: relative
}

.owl-dots .owl-dot span:before {
    font-family: 'slick';
    font-size: 12px;
    line-height: 10px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px;
    height: 10px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    opacity: 1;
    color: #d7e2e9
}

.owl-dots .owl-dot.active span:before {
    opacity: 1;
    color: black
}

.owl-dots .owl-dot:hover span:before {
    opacity: 1;
    color: black
}
/*----------  1.21. what we do  ----------*/
.whatwedo-cancer-center .services-wrapper {
    display: inline-block;
    margin-bottom: -58px
}
/*----------  1.22. what we do  ----------*/
.whatwedo-dermatology .services-wrapper {
    display: inline-block;
    margin-top: 40px;
    margin-bottom: -30px
}

.whatwedo-dermatology .whatwedo-dermatology-before-img {
    float: right
}

.whatwedo-dermatology img {
    display: inline-block;
    width: 80%
}
/*----------  1.23. text below slider  ----------*/
.text-below-slider {
    padding: 40px 0
}

.text-below-slider .text-inner {
    display: table;
    width: 100%
}

.text-below-slider .text-left {
    display: table-cell;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle
}

.text-below-slider .text-right {
    display: table-cell;
    vertical-align: middle
}

.text-below-slider .btn-wrapper .btn-transparent {
    border-color: #fff;
    color: #fff
}

.text-below-slider .btn-wrapper .btn-transparent:hover {
    background-color: #fff;
    color: #ff85be
}
/*----------  1.24. search block  ----------*/
.search-block .form-group {
    margin-bottom: 23px
}

.search-block .nav-tabs {
    border-bottom: 0
}

.search-block .nav-tabs > li {
    width: 50%
}

.search-block .nav-tabs > li.active > a,
.search-block .nav-tabs > li.active > a:focus,
.search-block .nav-tabs > li.active > a:hover {
    color: #000;
    background-color: #f5f8fa
}

.search-block .nav-tabs > li a {
    padding: 19px 15px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    border: 0;
    border-radius: 0;
    background-color: #f8fafb;
    margin-right: 0
}

.search-block .search-type > li {
    width: 50%;
    display: inline-block;
    float: left
}

.search-block .search-type > li.active > a,
.search-block .search-type > li.active > a:focus,
.search-block .search-type > li.active > a:hover {
    color: #000;
    border: 2px solid #ebeff2;
    background-color: #f5f8fa;
    -webkit-transition: none;
    transition: none
}

.search-block .search-type > li a {
    padding: 16px 30px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    border: 0;
    border: 2px solid #f8fafb;
    background-color: #f8fafb;
    -webkit-transition: none;
    transition: none
}

.search-block .custom-select-form {
    position: relative
}

.search-block .custom-select-form select {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 2px solid #ecf2f6;
    padding-left: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.search-block .custom-select-form:before {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    bottom: 8px;
    right: 2px;
    font-size: 16px
}

.search-block .custom-input-form {
    position: relative
}

.search-block .custom-input-form input {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 2px solid #ecf2f6;
    padding-left: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.search-block .custom-input-form:before {
    content: "\f002";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    bottom: 8px;
    right: 2px;
    font-size: 16px
}

.search-block .search-form {
    padding: 40px 30px;
    border: 2px solid #f5f8fa;
    border-top: 0
}

.search-block .search-form .title {
    display: block;
    font-family: 'montserrat';
    text-transform: none
}

.search-block .radio-btn-wrapper {
    position: relative;
    display: inline-block;
    padding-right: 40px
}

.search-block .radio-btn-wrapper:last-child {
    padding-right: 0
}

.search-block .radio-btn-wrapper .radio-btn {
    display: none
}

.search-block .radio-btn-wrapper .radio-btn:checked ~ label.radio-label:before {
    content: '\f00c'
}

.search-block .radio-btn-wrapper .radio-label {
    color: #6e747c;
    position: relative;
    font-weight: normal;
    padding-left: 30px;
    margin-bottom: 0;
    width: 100%;
    cursor: pointer
}

.search-block .radio-btn-wrapper .radio-label:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    height: 16px;
    line-height: 16px;
    font-size: 1rem;
    width: 16px;
    color: #6e747c;
    font-family: FontAwesome;
    font-weight: normal;
    display: inline-block;
    border: 1px solid #d3d3d3;
    text-indent: 0
}

.search-block .radio-btn-wrapper:after {
    content: '';
    display: table;
    clear: both
}

.search-block .btn-wrapper {
    padding-top: 20px
}

.search-block .btn-wrapper .text-btn-between {
    padding: 0 20px 0 15px;
    color: #a7b1b8;
    font-family: 'Montserrat', sans-serif
}

.search-block .btn-wrapper .view-all {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    background-color: transparent;
    border: 0;
    padding: 0;
    color: #349cab;
    text-decoration: underline;
    letter-spacing: 0
}

.search-block .btn-wrapper .view-all:hover {
    color: #0f77ad
}

.search-block.of-search-result .form-group {
    margin-bottom: 20px
}

.search-block.of-search-result .form-group:last-child {
    margin-bottom: 0
}

.search-block.of-search-result .search-form {
    position: relative;
    padding: 0;
    border: 0
}

.search-block.of-search-result .search-form .title {
    font-size: 14px;
    margin-bottom: 7px;
    text-align: left
}

.search-block.of-search-result .search-form .btn-wrapper {
    position: absolute;
    padding: 0 20px;
    text-align: center;
    background-color: #FFF;
    bottom: -65px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

.search-block.of-search-result .search-form .btn-wrapper .btn {
    margin-right: 0
}

.search-block.of-search-result .search-form .btn-wrapper .view-all {
    padding: 5px 0 0 0
}

.search-block.of-search-result .second-form {
    padding: 22px 30px 60px;
    border: 2px solid #f5f8fa
}

.search-block.of-search-result .radio-btn-wrapper {
    padding-bottom: 10px;
    padding-right: 0;
    display: block
}
/*----------  1.25. intro block  ----------*/
.intro-block .description {
    font-size: 15px
}

.intro-block .about-us-inner {
    margin-top: 20px
}

.intro-block .about-us-inner .about-us-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #51616b
}

.intro-block .about-us-inner > .description {
    margin-top: 10px
}

.intro-block .about-us-inner .list-our-mission {
    margin: 12px 0 0;
    padding: 0
}

.intro-block .about-us-inner .list-our-mission > li:before {
    content: '\f00c';
    font-size: 12px;
    font-family: 'fontawesome';
    color: #b7c6cf;
    margin-right: 18px
}

.intro-block .btn-wrapper {
    padding-top: 50px
}

.intro-block .video-thumbnails {
    margin-right: 45px
}

.intro-block .video-thumbnails .video-bg img {
    width: 100%
}

.intro-block-2 .intro-list li {
    padding-bottom: 20px
}

.intro-block-2 .intro-list li:last-child {
    padding-bottom: 0
}

.intro-block-2 .intro-list li:before {
    content: '\f00c';
    font-family: "fontawesome";
    font-size: 12px;
    color: #b7c6cf;
    margin-right: 15px
}

.intro-block-2 .section-1 {
    width: 66%
}

.intro-block-2 .section-2 {
    padding-top: 25px
}
/*----------  1.26. mission block  ----------*/
.mission-block {
    padding-top: 10px
}
/*----------  1.27. feature job block  ----------*/
.featured-job-block {
    position: relative;
    background-color: #eef5f9
}

.featured-job-block > div {
    padding-top: 70px;
    padding-bottom: 80px;
    background-color: #fafdff;
    margin-left: 0;
    position: relative
}

.featured-job-block .img-wrapper {
    position: absolute;
    right: -202px;
    top: 0;
    overflow: hidden;
    height: 100%
}

.featured-job-block .img-wrapper img {
    width: 250px
}

.featured-job-block .job-list {
    max-height: 430px;
    height: 100%;
    width: 75%;
    padding-top: 40px
}

.featured-job-block .job-list li {
    padding-bottom: 30px
}

.featured-job-block .job-list li:last-child {
    padding-bottom: 0
}

.featured-job-block .job-list .mCSB_scrollTools {
    position: absolute;
    left: 0
}

.featured-job-block .job-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #0f77ad;
    width: 10px
}

.featured-job-block .job-list .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.featured-job-block .job-list .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #0f77ad
}

.featured-job-block .job-list .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #d2d3d4
}

.featured-job-block .job-list .mCSB_container {
    margin-left: 40px
}
/*----------  1.28. education, experience block  ----------*/
.education-block,
.experience-block {
    width: 50%;
    float: left
}

.education-block {
    padding-right: 15px
}

.education-block ul > li:before {
    content: '\f00c';
    font-size: 12px;
    font-family: 'fontawesome';
    color: #b7c6cf;
    margin-right: 18px
}

.experience-block {
    padding-left: 15px
}

.experience-block span {
    display: block;
    padding-bottom: 24px
}

.experience-block span:last-child {
    padding-bottom: 0
}
/*----------  1.29. certification block  ----------*/
.certification-block {
    clear: both;
    padding-top: 70px;
    padding-bottom: 15px
}

.certification-block .certificate-wrapper {
    margin: 0 -15px
}

.certification-block .certificate-wrapper .award {
    margin: 0 15px
}

.certification-block .certificate-wrapper .award img {
    margin: auto
}
/*----------  1.30. make content left or right with sidebar  ----------*/
.content-with-sidebar-left {
    float: right
}

.content-with-sidebar-right {
    float: left
}
/*----------  1.31. read more btn  ----------*/
.read-more {
    display: block;
    text-align: right;
    margin-top: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #0f77ad;
    font-weight: bold
}

.read-more i {
    font-weight: bold;
    margin-left: 10px
}

.read-more:hover {
    color: #349cab
}
/*----------  1.32. appointment board in slider  ----------*/
.with-appointment-board {
    position: relative
}

.with-appointment-board .make-app-inner {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -570px;
    width: 570px
}

.with-appointment-board .make-app-btn,
.with-appointment-board .appointment-form {
    top: auto
}

.with-appointment-board .appointment-form {
    padding: 15px 30px 40px
}

.with-appointment-board .appointment-form .btn-wrapper {
    margin-top: 30px
}
/*----------  1.33. clients  ----------*/
.clients {
    position: relative;
    z-index: 1
}

.clients img {
    opacity: 0.6;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s
}

.clients .active-logo {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.clients .item-logo:hover img {
    opacity: 0
}

.clients .item-logo:hover .active-logo {
    opacity: 1
}

.clients .owl-dots {
    display: none
}
/*----------  1.xx. effect  ----------*/
@keyframes effectHover {
    20% {
        -webkit-transform: rotate(10deg) scale(1.15);
        transform: rotate(10deg) scale(1.15)
    }
    40% {
        -webkit-transform: rotate(-10deg) scale(1.15);
        transform: rotate(-10deg) scale(1.15)
    }
    60% {
        -webkit-transform: rotate(10deg) scale(1.15);
        transform: rotate(10deg) scale(1.15)
    }
    80% {
        -webkit-transform: rotate(-10deg) scale(1.15);
        transform: rotate(-10deg) scale(1.15)
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }
}

@-webkit-keyframes effectHover {
    20% {
        -webkit-transform: rotate(10deg) scale(1.15)
    }
    40% {
        -webkit-transform: rotate(-10deg) scale(1.15)
    }
    60% {
        -webkit-transform: rotate(10deg) scale(1.15)
    }
    80% {
        -webkit-transform: rotate(-10deg) scale(1.15)
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes hvr-icon-bob {
    0% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@keyframes hvr-icon-bob {
    0% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@-webkit-keyframes hvr-icon-bob-float {
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@keyframes hvr-icon-bob-float {
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@-webkit-keyframes hvr-icon-bob-hoz {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes hvr-icon-bob-hoz {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@-webkit-keyframes hvr-icon-bob-float-hoz {
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes hvr-icon-bob-float-hoz {
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

.delay-1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.delay-2 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.delay-3 {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.delay-4 {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}
/* Enter your code */
/*=============================
 ======  	 WIDGET      ======
 =============================*/
/*----------  2.1. Recent posts  ----------*/
.recent-post-wrapper .post-list {
    margin: 0
}

.recent-post-wrapper .post-list .media {
    margin: 0;
    padding-bottom: 20px
}

.recent-post-wrapper .post-list .media:last-child {
    padding-bottom: 0
}

.recent-post-wrapper .post-list .media + .media {
    padding-top: 20px;
    border-top: 2px solid #f1f6fd
}

.recent-post-wrapper .post-list .media-left {
    padding-right: 20px
}

.recent-post-wrapper .post-list .media-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin: -5px 0 8px
}

.recent-post-wrapper .post-list .media-heading a {
    color: #51616b
}

.recent-post-wrapper .post-list .media-heading a:hover {
    color: #0f77ad
}
/*----------  2.2. category & archive lists  ----------*/
.category-list .category + .category .category-link,
.archive-list .category + .category .category-link,
.category-list .archive + .archive .category-link,
.archive-list .archive + .archive .category-link,
.category-list .category + .category .archive-link,
.archive-list .category + .category .archive-link,
.category-list .archive + .archive .archive-link,
.archive-list .archive + .archive .archive-link {
    padding-top: 10px;
    border-top: 2px solid #f1f6fd
}

.category-list .category-link,
.archive-list .category-link,
.category-list .archive-link,
.archive-list .archive-link {
    display: block;
    padding: 0 0 10px 0;
    font-family: 'Montserrat', sans-serif;
    color: #51616b
}

.category-list .category-link:hover,
.archive-list .category-link:hover,
.category-list .archive-link:hover,
.archive-list .archive-link:hover {
    color: #0f77ad;
    padding-left: 10px
}

.category-list .category-link:hover i,
.archive-list .category-link:hover i,
.category-list .archive-link:hover i,
.archive-list .archive-link:hover i {
    padding-right: 15px
}

.category-list .category-link i,
.archive-list .category-link i,
.category-list .archive-link i,
.archive-list .archive-link i {
    float: right;
    line-height: 24px;
    padding-right: 30px;
    transition: padding-right 0.5s;
    -webkit-transition: padding-right 0.5s;
    -moz-transition: padding-right 0.5s;
    -o-transition: padding-right 0.5s
}
/*----------  2.3. tag  ----------*/
.tag-list {
    margin: -7px 0 0 -3.5px
}

.tag-list .tag {
    padding: 7px 3.5px 0
}

.tag-list .tag-link {
    padding: 3px 18px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    color: #7b8890;
    background-color: transparent;
    border: 2px solid #f1f6fd
}

.tag-list .tag-link:hover {
    color: #3e8cb9;
    background-color: #f1f6fd
}
/*----------  2.4. date meta  ----------*/
.post-date {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #51616b;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    left: -50px;
    margin-right: -13px
}

.post-date .date {
    font-size: 23px;
    color: #cdd9e1;
    font-weight: bold;
    position: relative;
    top: 0;
    left: 20px;
    z-index: -1;
    line-height: 0
}
/*----------  2.5. list meta  ----------*/
.list-meta {
    font-size: 12px;
    margin-left: 0;
    margin-bottom: -9px
}

.list-meta .author {
    padding-left: 4px
}

.list-meta i {
    font-size: 12px;
    margin-right: 8px
}

.list-meta i.fa-user {
    color: #7ccbf4
}

.list-meta i.fa-comment {
    color: #6ac683
}

.list-meta i.fa-heart {
    color: #fa7575
}

.list-meta li {
    position: relative;
    padding: 0 0 5px;
    margin-right: 6px;
    color: #9fb4c2
}

.list-meta li a {
    color: #9fb4c2
}

.list-meta li a:hover {
    color: #51616b
}

.list-meta li + li:before {
    content: '|';
    margin: 0 6px 0 0;
    color: #c7d5de
}
/*----------  2.6. list socials  ----------*/
.list-socials {
    margin: 0 0 0 -7.5px
}

.list-socials li {
    padding: 0 7.5px
}

.list-socials li .socials-link {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s
}

.list-socials li .socials-link:before {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: -3px;
    height: 10px;
    width: 20px;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0) 90%);
    background: -webkit-radial-gradient(center ellipse, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0) 90%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0) 90%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.list-socials li .socials-link:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.list-socials li .socials-link:hover:before {
    opacity: 0.3;
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
}
/*----------  2.7. pagination  ----------*/
.pagination-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pagination-wrapper .pagination {
    margin: 80px 0 0;
    padding: 0;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif
}

.pagination-wrapper .pagination > .pagi-inner > .pagi-link {
    padding: 12px;
    line-height: 8px;
    border: 2px solid transparent;
    color: #7b8890
}

.pagination-wrapper .pagination > .pagi-inner > .pagi-link:hover,
.pagination-wrapper .pagination > .pagi-inner > .pagi-link:focus {
    background-color: transparent;
    border-bottom-color: #0f77ad;
    color: #0f77ad
}

.pagination-wrapper .pagination > .active > .pagi-link,
.pagination-wrapper .pagination > .active > .pagi-link:hover,
.pagination-wrapper .pagination > .active > .pagi-link:focus {
    background-color: transparent;
    border-color: #d9e7ee;
    color: #7b8890
}

.pagination-wrapper .pagination > li:first-child > .pagi-link,
.pagination-wrapper .pagination > li:last-child > .pagi-link {
    border-radius: 0;
    position: relative
}

.pagination-wrapper .pagination > li:first-child > .pagi-link {
    padding-left: 0;
    padding-right: 0;
    margin-right: 16px
}

.pagination-wrapper .pagination > li:last-child > .pagi-link {
    padding-left: 0;
    padding-right: 0;
    margin-left: 16px
}

.pagination-wrapper .pagination > li:first-child > .pagi-link:after,
.pagination-wrapper .pagination > li:first-child > .pagi-link:hover:after,
.pagination-wrapper .pagination > li:last-child > .pagi-link:before,
.pagination-wrapper .pagination > li:last-child > .pagi-link:hover:before {
    content: '';
    position: absolute;
    top: 8.5px;
    width: 2px;
    height: 14px;
    background-color: #d9e7ee
}

.pagination-wrapper .pagination > li:first-child > .pagi-link:after {
    right: -16px
}

.pagination-wrapper .pagination > li:last-child > .pagi-link:before {
    left: -16px
}
/*----------  2.7. other services  ----------*/
.widget-other-services .howwedoit-content {
    display: block;
    margin: 0
}

.widget-other-services .btn-for-icon {
    vertical-align: middle;
    width: 36px;
    margin-right: 25px;
    overflow: hidden
}

.widget-other-services .btn-for-icon i {
    display: inline-block;
    text-align: center;
    width: 36px;
    line-height: 36px;
    font-size: 24px
}

.widget-other-services .btn-for-icon i.icon1 {
    color: #349cab;
    background-color: #fff
}

.widget-other-services .btn-for-icon i.icon2 {
    color: #fff;
    background-color: #349cab
}

.widget-other-services .btn-for-icon i.icon-ambulance1 {
    font-size: 18px
}

.widget-other-services .btn-for-icon i.icon-dosage-medical-tool {
    font-size: 22px
}

.widget-other-services .howwedoit-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #51616b;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold
}

.widget-other-services .howwedoit-title:hover {
    color: #349cab
}

.widget-other-services .howwedoit-inner {
    position: relative;
    padding: 15px 0;
    margin-bottom: 20px
}

.widget-other-services .howwedoit-inner:last-child {
    margin-bottom: 0
}

.widget-other-services .howwedoit-inner:hover:before {
    border-color: #349cab
}

.widget-other-services .howwedoit-inner:hover .btn-for-icon.top .icon2,
.widget-other-services .howwedoit-inner:hover .btn-for-icon.bottom .icon2 {
    top: 0
}

.widget-other-services .howwedoit-inner:hover .btn-for-icon.top .icon1 {
    transform: translateY(100%);
    -webkit-transform: translateY(100%)
}

.widget-other-services .howwedoit-inner:hover .btn-for-icon.bottom .icon1 {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%)
}

.widget-other-services .howwedoit-inner:hover .btn-for-icon.left .icon2,
.widget-other-services .howwedoit-inner:hover .btn-for-icon.right .icon2 {
    left: 0
}

.widget-other-services .howwedoit-inner:hover .btn-for-icon.left .icon1 {
    transform: translateX(100%);
    -webkit-transform: translateX(100%)
}

.widget-other-services .howwedoit-inner:hover .btn-for-icon.right .icon1 {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%)
}

.widget-other-services .howwedoit-inner:before {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 16px;
    right: 0;
    border: 2px solid #d9e7ee;
    background-color: transparent;
    z-index: -1;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s
}
/*----------  2.8.appointment  ----------*/
.widget-make-appointment .make-app-btn {
    top: auto;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    display: block;
    background-color: #1c90cd;
    text-align: center;
    padding: 20px 0
}

.widget-make-appointment .appointment-form {
    top: auto;
    padding: 15px 30px 40px;
    background-color: #0f77ad
}

.widget-make-appointment .appointment-form .btn-wrapper {
    width: 100%;
    border: 0;
    margin-top: 30px
}

.widget-make-appointment .appointment-form .form-md-line-input .form-control {
    border-bottom: 2px solid #5cacd6;
    color: #fff
}

.widget-make-appointment .appointment-form .form-md-line-input.form-md-floating-label .form-control ~ label {
    color: #92bfd7
}

.widget-make-appointment .appointment-form .btn-make-app {
    width: 100%
}
/*=============================
 ======       PAGE       ======
 =============================*/
/*----------  3.1. 404  ----------*/
.page-404-wrapper {
    padding: 94px 0 130px
}

.page-404-wrapper .page-404-inner {
    position: relative
}

.page-404-wrapper .page-not-found {
    color: #51616b;
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    position: relative;
    left: -6px
}

.page-404-wrapper .page-not-found .title-404 {
    font-weight: bold;
    font-size: 190px;
    color: #e6eef3;
    margin: 0;
    letter-spacing: 18px
}

.page-404-wrapper .page-not-found .description-404 {
    position: absolute;
    left: 70px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%)
}

.page-404-wrapper .whoops {
    position: relative;
    margin-top: -57px
}

.page-404-wrapper .img-doctor {
    position: absolute;
    bottom: -130px;
    right: -200px;
    width: auto;
    height: 506px
}

.page-404-wrapper .page-404-text {
    margin: -5px 0 43px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #51616b;
    text-transform: uppercase
}

.page-404-wrapper .btn-wrapper .btn:hover {
    color: #fff;
    background-color: #349cab;
    border-color: #349cab
}
/*----------  3.2. faq  ----------*/
.faq-wrapper .faq-group {
    margin: 0
}

.faq-wrapper .faq-group .panel + .panel {
    margin-top: 30px
}

.faq-wrapper .faq-panel {
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #edf2f5;
    box-shadow: none
}

.faq-wrapper .faq-panel > .panel-heading + .panel-collapse > .panel-body {
    border-top: 2px solid #edf2f5;
    padding: 30px
}

.faq-wrapper .faq-panel .panel-heading {
    position: relative;
    color: #51616b;
    background-color: transparent;
    border: 0;
    padding: 0;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s
}

.faq-wrapper .faq-panel .panel-heading:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    display: inline-block;
    text-align: center;
    content: '+';
    font-size: 14px;
    width: 30px;
    line-height: 30px;
    background-color: #edf2f5;
    color: #969595;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s
}

.faq-wrapper .faq-panel .panel-heading.active {
    color: #0f77ad
}

.faq-wrapper .faq-panel .panel-heading.active:before {
    content: '-';
    background-color: #349cab;
    color: #fff
}

.faq-wrapper .description {
    margin-bottom: 25px
}

.faq-wrapper .description:last-child {
    margin-bottom: 0
}

.panel-title {
    display: block;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    position: relative
}

.panel-title a {
    display: block;
    min-height: 28px;
    vertical-align: sub;
    padding-left: 55px;
    padding-right: 15px;
    padding-bottom: 5px
}
/*----------  3.3. gallery  ----------*/
.gallery-wrapper .filter-button-group {
    margin-left: -25px;
    margin-bottom: -35px
}

.gallery-wrapper .filter-button-group .btn {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    color: #51616b;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;
    margin: 0 25px 35px
}

.gallery-wrapper .filter-button-group .btn:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #349cab;
    bottom: -15px;
    left: 0;
    opacity: 0
}

.gallery-wrapper .filter-button-group .btn.active,
.gallery-wrapper .filter-button-group .btn:hover {
    background-color: transparent;
    box-shadow: none;
    color: #0f77ad
}

.gallery-wrapper .filter-button-group .btn.active:after,
.gallery-wrapper .filter-button-group .btn:hover:after {
    -webkit-animation: fadeInUp 0.2s;
    animation: fadeInUp 0.2s;
    -wenkit-animation: fadeInUp 0.2s;
    opacity: 1
}

.gallery-wrapper .galleryContainer {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 80px
}

.gallery-wrapper .galleryContainer .alldepartment {
    position: relative;
    width: 50%;
    float: left;
    overflow: hidden;
    border: 15px solid #fff;
    height: 346px
}

.gallery-wrapper .galleryContainer .alldepartment .bg-overlay {
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s
}

.gallery-wrapper .galleryContainer .alldepartment:hover .bg-overlay {
    opacity: 0.86
}

.gallery-wrapper .galleryContainer .alldepartment > img {
    position: absolute;
    top: -9999px;
    left: -9999px
}

.gallery-wrapper .galleryContainer .hover-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.gallery-wrapper .galleryContainer .bg-overlay {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0f77ad
}

.gallery-wrapper .galleryContainer .bg-overlay .title-hover {
    font-size: 16px;
    margin: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.gallery-wrapper .galleryContainer .bg-overlay .title-hover .link-gallery {
    display: table;
    background: url(../images/gallery/zoom-gallery.png) center center no-repeat;
    background-size: contain;
    width: 36px;
    height: 37px;
    margin: 0 auto 22px;
    position: relative;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s
}

.gallery-wrapper .btn-wrapper {
    margin-top: 30px
}

.gallery-wrapper .btn-wrapper .btn {
    width: 100%;
    height: 56px;
    background-color: #e8f1f6;
    border-color: #e8f1f6;
    line-height: 52px;
    color: #51616b;
    padding: 0
}

.gallery-wrapper .btn-wrapper .btn:hover {
    color: #fff;
    background-color: #0F77AD;
    border-color: #0F77AD
}

.gallery-wrapper.gallery-3col .galleryContainer .alldepartment {
    width: 33.3333%;
    height: 275px
}

.gallery-wrapper.gallery-3col-masonry .galleryContainer .alldepartment {
    width: 33.3333%;
    height: 275px
}

.gallery-wrapper.gallery-3col-masonry .galleryContainer .alldepartment.height-gallery-2x {
    height: 550px
}

.gallery-wrapper.gallery-4col .galleryContainer .alldepartment {
    width: 25%;
    height: 180px
}
/*----------  3.4. contact  ----------*/
.contact-wrapper .contact-info {
    position: relative;
    text-align: center;
    padding: 0 25px 30px;
    overflow: hidden
}

.contact-wrapper .contact-info:before {
    content: '';
    position: absolute;
    background-color: transparent;
    top: 32px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 2px solid #d9e7ee;
    z-index: -1
}

.contact-wrapper .contact-info:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 32px;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #f0f5f8;
    background-color: #f0f5f8;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s
}

.contact-wrapper .contact-info:hover .btn-for-icon.top .icon2,
.contact-wrapper .contact-info:hover .btn-for-icon.bottom .icon2 {
    top: 0
}

.contact-wrapper .contact-info:hover .btn-for-icon.top .icon1 {
    transform: translateY(100%);
    -webkit-transform: translateY(100%)
}

.contact-wrapper .contact-info:hover .btn-for-icon.bottom .icon1 {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%)
}

.contact-wrapper .contact-info:hover .btn-for-icon.left .icon2,
.contact-wrapper .contact-info:hover .btn-for-icon.right .icon2 {
    left: 0
}

.contact-wrapper .contact-info:hover .btn-for-icon.left .icon1 {
    transform: translateX(100%);
    -webkit-transform: translateX(100%)
}

.contact-wrapper .contact-info:hover .btn-for-icon.right .icon1 {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%)
}

.contact-wrapper .contact-info:hover:after {
    transform: translateY(0);
    -webkit-transform: translateY(0)
}

.contact-wrapper .contact-info .btn-for-icon i {
    display: block;
    font-size: 36px;
    color: #349cab;
    width: 64px;
    line-height: 64px;
    background-color: #fff;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.contact-wrapper .contact-info .btn-for-icon .icon2 {
    background-color: #349cab;
    color: #fff
}

.contact-wrapper .contact-info .line {
    margin: 15px auto 25px
}

.contact-wrapper .contact-info .contact-title {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    color: #51616b;
    margin-bottom: 7px
}

.contact-wrapper .contact-info .info-inner + .info-inner:before {
    content: '-';
    margin: 0 7px
}

.contact-wrapper .contact-info .info-inner + .info-inner.phone:before {
    margin: 0 15px
}

.contact-form-wrapper {
    margin-top: 85px;
    clear: left;
    float: left;
    width: 100%;
    position: relative;
    text-align: center
}

.contact-form-wrapper .contact-form-content {
    width: 50%;
    position: relative
}

.contact-form-wrapper .contact-form-content.left {
    float: left;
    padding-left: 15px
}

.contact-form-wrapper .contact-form-content.right {
    float: right;
    padding-right: 15px
}

.contact-form-wrapper .map-contact-style {
    position: absolute;
    right: 0
}

.contact-form-wrapper > .img-vet-contact,
.contact-form-wrapper > .img-doctor-contact,
.contact-form-wrapper > .img-kids-contact {
    position: absolute;
    bottom: 0;
    right: -420px;
    height: 605px;
    display: none;
    z-index: 1
}

.contact-form-wrapper > .img-doctor-contact.img2 {
    right: -520px
}

.contact-form-inner {
    position: relative;
    padding: 23px 30px 40px;
    border: 2px solid #d9e7ee
}

.contact-form-inner .typo-line {
    position: absolute;
    background-color: #fff;
    top: -12px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    padding: 0 50px
}

.contact-form-inner .typo-line:before {
    left: 50px;
    right: 50px;
    width: auto;
    bottom: -4px
}

.contact-form-inner .typo-line:after {
    bottom: -4px;
    width: 20%
}

.contact-form-inner .sub-header {
    white-space: nowrap
}

.contact-form-inner .header {
    margin-bottom: 5px
}

.contact-form-inner .appointment-form {
    top: auto;
    background-color: transparent;
    padding: 0;
    margin-top: 8px
}

.contact-form-inner .appointment-form .form-md-line-input.form-md-floating-label .form-control ~ label {
    text-align: left;
    color: #7b8890
}

.contact-form-inner .appointment-form .form-md-line-input .form-control {
    border-color: #ecf2f6;
    color: #51616b
}

.contact-form-inner .appointment-form .btn-wrapper {
    margin-top: 30px
}

.contact-form-inner .appointment-form .btn-wrapper .btn:hover {
    border-color: #1c90cd
}

.map-content .logo {
    margin: 12px 0
}

.map-content .g-address,
.map-content .g-phone-num {
    font-size: 14px;
    font-weight: 500;
    color: #000
}

.map-content .g-address i,
.map-content .g-phone-num i {
    color: #349cab;
    font-size: 15px;
    padding-right: 5px
}
/*----------  3.5. blog  ----------*/
.post-inner {
    position: relative;
    width: 100%
}

.post-inner:hover .post-content {
    border-color: #0f77ad
}

.post-inner:hover .post-content:before {
    background-color: #0f77ad
}

.post-inner + .post-inner {
    margin-top: 80px
}

.post-content {
    padding: 42px 27px 32px;
    border-right: 2px solid #d9e7ee;
    border-bottom: 2px solid #d9e7ee;
    position: relative;
    transition: border-color 0.3s ease-in;
    -webkit-transition: border-color 0.3s ease-in;
    -moz-transition: border-color 0.3s ease-in;
    -o-transition: border-color 0.3s ease-in
}

.post-content:before {
    content: '';
    position: absolute;
    width: 2px;
    top: 45.5%;
    bottom: 0;
    left: 0;
    background-color: #d9e7ee;
    transition: background-color 0.3s ease-in;
    -webkit-transition: background-color 0.3s ease-in;
    -moz-transition: background-color 0.3s ease-in;
    -o-transition: background-color 0.3s ease-in
}

.post-content.no-thumbnails-image {
    border-top: 2px solid #d9e7ee
}

.post-img-wrapper {
    position: relative
}

.post-image {
    position: relative;
    *height: 409px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.post-image > img {
    position: absolute;
    top: -9999px;
    left: -9999px
}

.post-meta {
    margin: 0 0 12px
}

.post-meta .post-date {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #51616b;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    left: -50px;
    margin-right: -13px
}

.post-meta .post-date .date {
    font-size: 21px;
    color: #cdd9e1;
    font-weight: bold;
    position: relative;
    top: 4px;
    left: 20px;
    z-index: -1;
    line-height: 0
}

.post-meta .list-meta {
    display: inline-block
}

.post-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    margin: 0 0 10px
}

.post-title a {
    color: #51616b
}

.post-title a:hover {
    color: #0f77ad
}

.description {
    color: #63727b
}

.post-nav {
    position: absolute;
    right: 10px;
    top: auto;
    bottom: 10px;
    text-align: center;
    z-index: 1
}

.post-nav i {
    border: 2px solid #252f36;
    color: #252f36;
    font-size: 16px;
    line-height: 20px;
    width: 24px;
    background-color: transparent;
    opacity: 0.3;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s
}

.post-nav i:hover {
    opacity: 1
}

.post-nav a + a i {
    margin-left: 5px
}

.video-thumbnails {
    position: relative;
    padding-top: 25px;
    padding-bottom: 56.25%
}

.video-thumbnails iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.video-thumbnails .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.video-thumbnails .video-bg img {
    position: absolute;
    top: -9999px;
    left: -9999px
}

.video-thumbnails .hide-video {
    display: none
}

.video-thumbnails .show-video {
    display: block
}

.video-thumbnails .video-button-play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2)
}

.video-thumbnails .video-button-play i {
    cursor: pointer;
    position: absolute;
    color: #fff;
    font-size: 83.77px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.video-thumbnails .video-button-close {
    position: absolute;
    bottom: 40px;
    right: 10px
}

.video-thumbnails .video-button-close i {
    cursor: pointer;
    font-size: 36px;
    color: #fff
}

.audio-thumbnails {
    position: relative
}

.audio-thumbnails .mejs-container {
    background-image: url(../images/common/background/background-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.audio-thumbnails .mejs-container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(15, 119, 173, 0.87)
}

.audio-thumbnails .mejs-container .mejs-controls .mejs-currenttime-container {
    display: none
}

.audio-thumbnails .mejs-container .mejs-controls {
    background: transparent;
    top: 0;
    left: 30px;
    right: 30px;
    margin: auto;
    width: auto
}

.audio-thumbnails .mejs-container .mejs-controls .mejs-time {
    padding-right: 23px
}

.audio-thumbnails .mejs-container .mejs-controls .mejs-time span {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 11px
}

.audio-thumbnails .mejs-container .mejs-controls .mejs-volume-button button {
    background: none
}

.audio-thumbnails .mejs-container .mejs-controls .mejs-volume-button:after {
    font-family: 'fontawesome';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 30px
}

.audio-thumbnails .mejs-container .mejs-controls .mejs-volume-button.mejs-mute:after {
    content: '\f028'
}

.audio-thumbnails .mejs-container .mejs-controls .mejs-volume-button.mejs-unmute:after {
    content: '\f026'
}

.audio-thumbnails .mejs-container .mejs-controls .mejs-playpause-button {
    position: relative
}

.audio-thumbnails .mejs-container .mejs-controls .mejs-playpause-button button {
    background: none
}

.audio-thumbnails .mejs-container .mejs-controls .mejs-playpause-button:after {
    font-family: 'fontawesome';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 30px
}

.audio-thumbnails .mejs-container .mejs-controls .mejs-playpause-button.mejs-play:after {
    content: '\f04b'
}

.audio-thumbnails .mejs-container .mejs-controls .mejs-playpause-button.mejs-pause:after {
    content: '\f04c'
}

.audio-thumbnails .mejs-controls .mejs-time-rail {
    padding-top: 3px
}

.audio-thumbnails .mejs-controls .mejs-time-rail span {
    height: 13px;
    border-radius: 10px;
    -webkit-border-radius: 10px
}

.audio-thumbnails .mejs-controls .mejs-time-rail .mejs-time-float {
    background: transparent;
    border: 0;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    top: -20px
}

.audio-thumbnails .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    top: 15px;
    border-radius: 0;
    border-color: #fff transparent transparent transparent
}

.audio-thumbnails .mejs-controls .mejs-time-rail .mejs-time-float-corner:after {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: 2px;
    height: 13px;
    background: #6ac683
}

.audio-thumbnails .mejs-controls .mejs-time-rail .mejs-time-total {
    background: #469cca
}

.audio-thumbnails .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: rgba(15, 119, 173, 0.3)
}

.audio-thumbnails .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #ccedff
}

.audio-thumbnails .mejs-controls .mejs-horizontal-volume-slider {
    width: 83px
}

.audio-thumbnails .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.audio-thumbnails .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    top: 8px;
    height: 13px;
    border-radius: 10px;
    -webkit-border-radius: 10px
}

.audio-thumbnails .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: #469cca;
    width: 100%
}

.audio-thumbnails .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #6ac683
}
/*----------  3.6. department  ----------*/
.department-wrapper .department-inner {
    width: 100%
}

.department-wrapper .department-inner .department-img,
.department-wrapper .department-inner .department-body {
    width: 100%;
    padding: 0 15px
}

.department-wrapper .department-inner .department-body {
    position: relative;
    border-top: 2px solid #d9e7ee;
    border-right: 2px solid #d9e7ee;
    border-bottom: 2px solid #d9e7ee;
    border-left: 2px solid #d9e7ee;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.department-wrapper .department-inner .department-body:before,
.department-wrapper .department-inner .department-body:after {
    content: '';
    position: absolute;
    background-color: transparent;
    top: -2px;
    bottom: -2px;
    right: -2px;
    left: -2px;
    border-left: 2px solid #0f77ad;
    margin: auto;
    border-right: 2px solid #0f77ad;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: -1;
    -webkit-transition: -webkit-transform 1.0s ease-in;
    transition: -webkit-transform 1.0s ease-in;
    transition: transform 1.0s ease-in;
    transition: transform 1.0s ease-in, -webkit-transform 1.0s ease-in;
    -webkit-transition: transform 1.0s ease-in;
    -moz-transition: transform 1.0s ease-in;
    -o-transition: transform 1.0s ease-in
}

.department-wrapper .department-inner .department-body:before {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.department-wrapper .department-inner .department-body:after {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    border-right: 0;
    border-top: 2px solid #0f77ad;
    border-bottom: 2px solid #0f77ad;
    border-left: 0;
    -webkit-transition: -webkit-transform 0.5s linear;
    transition: -webkit-transform 0.5s linear;
    transition: transform 0.5s linear;
    transition: transform 0.5s linear, -webkit-transform 0.5s linear;
    -webkit-transition: transform 0.5s linear;
    -moz-transition: transform 0.5s linear;
    -o-transition: transform 0.5s linear
}

.department-wrapper .department-inner.text-right .department-body {
    border-left: 2px solid #d9e7ee;
    border-right: 0
}

.department-wrapper .department-inner.text-right .department-body:before {
    border-left: 2px solid #0f77ad;
    border-right: 0
}

.department-wrapper .department-inner.text-right .department-body:after {
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.department-wrapper .department-inner.text-right .typo-line {
    margin-left: 0;
    margin-right: -20px;
    padding-left: 35px;
    padding-right: 20px
}

.department-wrapper .department-inner.text-right .typo-line:before {
    left: 35px;
    right: 20px
}

.department-wrapper .department-inner.text-right .typo-line:after {
    left: 35px;
    right: 20px
}

.department-wrapper .department-inner.text-right .department-body > .btn-wrapper {
    left: 20px;
    padding-left: 35px;
    padding-right: 20px
}

.department-wrapper .department-inner.text-right .department-head .head-avatar-right {
    padding-left: 15px;
    padding-right: 0
}

.department-wrapper .department-inner .department-img-left,
.department-wrapper .department-inner .department-img-right {
    position: relative;
    overflow: hidden
}

.department-wrapper .department-inner .department-img-left img.below,
.department-wrapper .department-inner .department-img-right img.below {
    position: absolute;
    top: 0;
    left: auto;
    padding-right: 15px;
    right: 0;
    height: 100%;
    opacity: 0;
    max-width: none;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s
}

.department-wrapper .department-inner .department-img-right img.below {
    padding-left: 15px;
    padding-right: 0;
    left: 0;
    right: auto
}

.department-wrapper .department-inner:hover .department-img-left img.below,
.department-wrapper .department-inner:hover .department-img-right img.below {
    opacity: 1
}

.department-wrapper .department-inner:hover .department-body:before,
.department-wrapper .department-inner:hover .department-body:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.department-wrapper .department-inner:hover .department-body:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.department-wrapper .department-inner:hover .department-body:after {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.department-wrapper .department-img-left .department-img {
    padding-left: 0;
    float: left
}

.department-wrapper .department-img-left .department-body {
    float: right
}

.department-wrapper .department-img-right .department-img {
    padding-right: 0;
    float: right
}

.department-wrapper .department-img-right .department-body {
    float: left
}

.department-wrapper .head-avatar-left .head-avatar,
.department-wrapper .head-avatar-right .head-avatar {
    width: 79px
}

.department-wrapper .head-avatar-left .head-avatar {
    padding-right: 15px;
    float: left
}

.department-wrapper .head-avatar-right .head-avatar {
    padding-left: 15px;
    float: right
}

.department-wrapper .department-inner + .department-inner {
    margin-top: 80px
}

.department-wrapper .department-head-wrapper .head-title {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-bottom: 15px;
    color: #51616b
}

.department-wrapper .department-head {
    width: 100%
}

.department-wrapper .department-head .head-name {
    font-family: 'Montserrat', sans-serif;
    color: #63727b;
    position: relative;
    display: inline-block;
    top: -6px
}

.department-wrapper .department-head .head-name:hover {
    color: #0f77ad
}

.department-wrapper .department-head .list-socials {
    margin: -4px 0 0
}

.department-wrapper .department-head .list-socials > li {
    padding: 0
}

.department-wrapper .department-head .list-socials .socials-link {
    width: 32px;
    display: inline-block;
    text-align: center;
    position: relative
}

.department-wrapper .department-head .list-socials .socials-link:before {
    left: 0;
    right: 0;
    margin: auto;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 90%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 90%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 90%)
}

.department-wrapper .department-head .list-socials .socials-link i {
    width: 100%;
    line-height: 32px;
    background: transparent;
    color: #0f77ad
}

.department-wrapper .typo-line {
    margin: 0 0 9px;
    top: -8px;
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 35px;
    background-color: #fff
}

.department-wrapper .typo-line:before {
    left: 20px;
    right: 35px;
    width: auto
}

.department-wrapper .typo-line:after {
    left: 20px;
    right: 35px;
    width: 25%
}

.department-wrapper .btn-wrapper {
    position: relative;
    display: inline-block;
    top: 2px;
    left: -20px;
    margin-top: 25px;
    padding-left: 20px;
    padding-right: 35px;
    background-color: #fff
}

.department-wrapper .btn-wrapper .btn {
    width: auto
}

.department-wrapper .btn-wrapper .btn:before {
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.department-wrapper .description {
    margin: 8px 0 25px
}

.department-wrapper .department-list-check {
    margin: 20px 0 0;
    padding: 0
}

.department-wrapper .department-list-check > li {
    position: relative
}

.department-wrapper .department-list-check > li:before {
    content: '\f00c';
    font-family: 'fontawesome';
    font-size: 12px;
    color: #b7c6cf;
    margin-right: 18px
}
/*----------  3.7. about us  ----------*/
.about-us-wrapper .about-us-content {
    position: relative
}

.about-us-wrapper .about-us-content .header {
    margin: 0 0 3px
}

.about-us-wrapper .about-us-content .header ~ .description {
    font-size: 15px
}

.about-us-wrapper .about-us-content .description ~ .about-us-inner {
    margin-top: 27px
}

.about-us-wrapper .about-us-content .about-us-inner + .about-us-inner {
    margin-top: 20px
}

.about-us-wrapper .about-us-content .about-us-inner .about-us-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #51616b
}

.about-us-wrapper .about-us-content .about-us-inner > .description {
    margin-top: 10px
}

.about-us-wrapper .fun-fact .progress-container .description-counter {
    color: #51616b
}

.list-our-mission {
    margin: 12px 0 0;
    padding: 0
}

.list-our-mission > li:before {
    content: '\f00c';
    font-size: 12px;
    font-family: 'fontawesome';
    color: #b7c6cf;
    margin-right: 18px
}
/*----------  3.8. doctor  ----------*/
.doctor-wrapper .doctor-head-inner {
    position: relative;
    padding-top: 100px
}

.doctor-wrapper .doctor-head-inner:hover .doctor-body:before,
.doctor-wrapper .doctor-head-inner:hover .doctor-body:after,
.doctor-wrapper .doctor-head-inner:hover .doctor-title:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}

.doctor-wrapper .doctor-head-inner:hover .doctor-body:after {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.doctor-wrapper .doctor-head-inner:hover .doctor-title:after {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.doctor-wrapper .doctor-img {
    width: 33.3333%;
    padding: 0 15px;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    z-index: 2
}

.doctor-wrapper .doctor-img img {
    width: auto;
    height: 460px;
    object-fit: cover
}

.doctor-wrapper .doctor-img:before {
    content: '';
    position: absolute;
    right: 25px;
    bottom: 0;
    height: 65%;
    width: 100%;
    background-color: #fff;
    z-index: -1
}

.doctor-wrapper .doctor-body {
    position: relative;
    left: 22%;
    width: 78%;
    padding: 50px 30px 50px 135px;
    border-right: 2px solid #d9e7ee;
    border-bottom: 2px solid #d9e7ee;
    z-index: 1
}

.doctor-wrapper .doctor-body > .description {
    margin-top: 25px
}

.doctor-wrapper .doctor-body:before,
.doctor-wrapper .doctor-body:after {
    content: '';
    position: absolute;
    left: -2px;
    right: -2px;
    top: 0;
    bottom: -2px;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    border-top: 2px solid #0f77ad;
    border-bottom: 2px solid #0f77ad;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.5s linear;
    transition: -webkit-transform 0.5s linear;
    transition: transform 0.5s linear;
    transition: transform 0.5s linear, -webkit-transform 0.5s linear;
    -webkit-transition: transform 0.5s linear;
    -moz-transition: transform 0.5s linear;
    -o-transition: transform 0.5s linear;
    z-index: -1
}

.doctor-wrapper .doctor-body:before {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.doctor-wrapper .doctor-body:after {
    border-top: 0;
    border-bottom: 0;
    border-right: 2px solid #0f77ad;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -webkit-transition: -webkit-transform 0.5s ease-in;
    transition: -webkit-transform 0.5s ease-in;
    transition: transform 0.5s ease-in;
    transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
    -webkit-transition: transform 0.5s ease-in;
    -moz-transition: transform 0.5s ease-in;
    -o-transition: transform 0.5s ease-in;
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.doctor-wrapper .doctor-title {
    display: block;
    font-size: 28px;
    font-weight: bold;
    color: #51616b;
    font-family: 'Montserrat', sans-serif;
    position: relative
}

.doctor-wrapper .doctor-title:hover {
    color: #0f77ad
}

.doctor-wrapper .doctor-title:before,
.doctor-wrapper .doctor-title:after {
    content: '';
    position: absolute;
    right: -30px;
    left: -138px;
    top: -50px;
    height: 50px;
    border-top: 2px solid #d9e7ee;
    border-left: 2px solid #d9e7ee;
    z-index: -2
}

.doctor-wrapper .doctor-title:before {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.doctor-wrapper .doctor-title:after {
    -webkit-transform-origin: center top;
    transform-origin: center top;
    border-top: 0;
    border-color: #0f77ad;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s
}

.doctor-wrapper .doctor-sub-title {
    font-size: 16px;
    font-weight: 500;
    color: #0f77ad;
    margin: 4px 0 10px
}

.doctor-wrapper .doctor-info i {
    font-weight: 16px;
    color: #0f77ad
}

.doctor-wrapper .doctor-info .info-inner {
    display: inline-block;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #51616b;
    margin-right: 67px
}

.doctor-wrapper .doctor-info .info-inner:hover {
    color: #349cab
}

.doctor-wrapper .doctor-info .info-inner i {
    margin-right: 10px
}

.doctor-wrapper .doctor-info .info-inner:last-child {
    margin-right: 0
}

.doctor-wrapper .doctor-info .list-socials {
    display: inline-block;
    margin: 0 0 0 -7.5px
}

.doctor-wrapper .doctor-info .list-socials li {
    padding: 0 7.5px
}

.doctor-wrapper .doctor-info .list-socials li .socials-link {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s
}

.doctor-wrapper .doctor-info .list-socials li .socials-link:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: -5px;
    height: 10px;
    width: 100%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.doctor-wrapper .doctor-info .list-socials li .socials-link:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.doctor-wrapper .doctor-info .list-socials li .socials-link:hover:before {
    opacity: 0.3;
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
}

.doctor-wrapper .doctor-sign {
    position: absolute;
    right: 20px;
    padding: 0 25px;
    background-color: #fff;
    bottom: -40px;
    z-index: 1
}

.doctor-wrapper .our-team {
    margin-top: 80px
}

.doctor-wrapper.of-find-doctor:last-child {
    padding-bottom: 0;
    padding-top: 0
}

.doctor-wrapper.of-find-doctor .doctor-head-inner {
    padding-top: 30px
}

.doctor-wrapper.of-find-doctor + .doctor-wrapper.of-find-doctor .doctor-head-inner {
    padding-top: 70px
}

.doctor-wrapper.of-find-doctor .doctor-img {
    padding-left: 0;
    width: 36.3333%
}

.doctor-wrapper.of-find-doctor .doctor-img img {
    height: 140px
}

.doctor-wrapper.of-find-doctor .doctor-title {
    font-size: 16px
}

.doctor-wrapper.of-find-doctor .doctor-title:before,
.doctor-wrapper.of-find-doctor .doctor-title:after {
    right: -31px;
    left: -62px;
    top: -30px;
    height: 17px
}

.doctor-wrapper.of-find-doctor .doctor-sub-title {
    font-size: 14px
}

.doctor-wrapper.of-find-doctor .doctor-body {
    padding-left: 60px;
    padding-top: 30px;
    padding-bottom: 20px
}

.doctor-wrapper.of-search-result .doctor-head-inner {
    padding-top: 75px
}

.doctor-wrapper.of-search-result .doctor-img {
    padding-left: 0
}

.doctor-wrapper.of-search-result .doctor-img img {
    height: 310px
}

.doctor-wrapper.of-search-result .doctor-body {
    padding: 30px 30px 50px 70px
}

.doctor-wrapper.of-search-result .doctor-body > .description {
    margin-top: 15px
}

.doctor-wrapper.of-search-result .doctor-title:before,
.doctor-wrapper.of-search-result .doctor-title:after {
    left: -75px;
    top: -30px
}

.doctor-wrapper.of-search-result .doctor-body:before,
.doctor-wrapper.of-search-result .doctor-body:after {
    left: -4px
}

.doctor-wrapper.of-search-result .doctor-sign {
    bottom: -18px
}

.doctor-wrapper.of-search-result .doctor-sign .view-all {
    text-transform: uppercase;
    background-color: #FFF;
    border: 0;
    padding: 0 15px;
    color: #349cab;
    text-decoration: underline;
    font-weight: bold
}

.doctor-block .contact-wrapper {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding: 30px;
    border: 2px solid #eef3f6
}

.doctor-block .contact-wrapper span {
    font-family: 'Montserrat', sans-serif;
    padding-left: 15px
}

.doctor-block .contact-wrapper i {
    font-size: 30px;
    padding-top: 20px;
    display: block;
    color: #349cab
}

.visit-doctor-wrapper {
    padding-top: 80px
}

.doctor-result .title {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #51616b;
    margin: 0 0 10px
}

.doctor-body-wrapper {
    padding-top: 80px
}

.doctor-body-wrapper .title {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #51616b;
    margin: 0 0 40px
}
/*----------  3.9. services  ----------*/
.services-main .whatwedo {
    text-align: left
}

.services-main .whatwedo .services-wrapper {
    text-align: center;
    margin-top: 34px
}

.services-main .whatwedo .header ~ .description {
    width: 55%
}

.services-main .testimonials .close-bracket-wrapper .close-bracket-1 {
    opacity: 1
}

.services-main .testimonials .slider-testimonials .testimonial-graph {
    color: #51616b
}

.services-main .testimonials .slider-testimonials .sub-header {
    color: #0f77ad
}

.services-main .testimonials .slider-testimonials .owl-dot {
    background-color: #b1bec5
}
/*----------  3.10. appointment  ----------*/
.appointment-wrapper {
    position: relative;
    overflow: hidden
}

.appointment-wrapper .make-apppointment {
    margin-top: 85px
}

.appointment-wrapper .appointment-content {
    text-align: center;
    border: 2px solid #d9e7ee
}

.appointment-wrapper .appointment-content .typo-line {
    top: -12px;
    background-color: #fff;
    padding: 0 30px;
    margin-bottom: 1px
}

.appointment-wrapper .appointment-content .typo-line:before {
    left: 30px;
    width: auto;
    right: 30px
}

.appointment-wrapper .appointment-content .typo-line:after {
    width: 25%
}

.appointment-wrapper .appointment-content .header {
    padding: 0 30px
}

.appointment-wrapper .appointment-content .header ~ .description {
    margin-top: 9px;
    padding: 0 30px
}

.appointment-wrapper .make-app-inner .make-app-btn {
    display: none
}

.appointment-wrapper .appointment-form {
    text-align: left;
    top: auto;
    background-color: transparent;
    padding: 8px 15px 25px
}

.appointment-wrapper .appointment-form .form-md-line-input .form-control {
    color: #7b8890;
    border-color: #d9e7ee
}

.appointment-wrapper .appointment-form .form-md-line-input.form-md-floating-label .form-control ~ label {
    color: #7b8890
}

.appointment-wrapper .appointment-form .btn-wrapper .btn {
    border-color: #0f77ad;
    background-color: #0f77ad
}

.appointment-wrapper .appointment-form .btn-wrapper .btn:hover {
    background-color: #fff
}

.appointment-wrapper .img-app-left {
    position: absolute;
    bottom: -70px;
    left: 50%;
    margin-left: -1080px;
    opacity: 0
}

.appointment-wrapper .img-app-right {
    position: absolute;
    left: auto;
    right: 50%;
    margin-right: -915px;
    bottom: 0;
    width: auto;
    height: 546px;
    opacity: 0
}

.appointment-wrapper .list-features .feature-1:hover,
.appointment-wrapper .list-features .feature-2:hover,
.appointment-wrapper .list-features .feature-3:hover,
.appointment-wrapper .list-features .feature-4:hover {
    color: #fff
}

.appointment-wrapper .list-features .feature-1:hover i,
.appointment-wrapper .list-features .feature-2:hover i,
.appointment-wrapper .list-features .feature-3:hover i,
.appointment-wrapper .list-features .feature-4:hover i {
    color: #fff
}

.appointment-wrapper .list-features .feature-1:hover .header-feature,
.appointment-wrapper .list-features .feature-2:hover .header-feature,
.appointment-wrapper .list-features .feature-3:hover .header-feature,
.appointment-wrapper .list-features .feature-4:hover .header-feature {
    color: #fff
}

.appointment-wrapper .list-features .feature-1:hover .description,
.appointment-wrapper .list-features .feature-2:hover .description,
.appointment-wrapper .list-features .feature-3:hover .description,
.appointment-wrapper .list-features .feature-4:hover .description {
    color: #fff
}

.appointment-wrapper .list-features .feature-1:hover {
    background-color: #b7c439
}

.appointment-wrapper .list-features .feature-2:hover {
    background-color: #f04e4e
}

.appointment-wrapper .list-features .feature-3:hover {
    background-color: #38cadb
}

.appointment-wrapper .list-features .feature-4:hover {
    background-color: #6739b6
}

.appointment-wrapper .list-features .feature-1,
.appointment-wrapper .list-features .feature-3 {
    background-color: #f5f8fa
}

.appointment-wrapper .list-features .feature-2,
.appointment-wrapper .list-features .feature-4 {
    background-color: #ecf2f6
}

.appointment-wrapper .list-features i {
    color: #349cab
}

.appointment-wrapper .list-features .header-feature {
    color: #51616b
}

.appointment-wrapper .list-features .description {
    color: #63727b
}
/*----------  3.11. department detail  ----------*/
.department-detail-wrapper .howwedo {
    margin: 100px 0 215px
}

.department-detail-wrapper .howwedo:before {
    display: none
}

.department-detail-wrapper .howwedo-left-wrapper {
    padding: 0 0 55px
}

.department-detail-wrapper .howwedo-left-wrapper .header,
.department-detail-wrapper .howwedo-left-wrapper .description,
.department-detail-wrapper .howwedo-left-wrapper .howwedo-title {
    color: #51616b
}

.department-detail-wrapper .howwedo-left-wrapper .howwedo-wrapper .description {
    color: #63727b
}

.department-detail-wrapper .slider-howwedo .thumbs-howwedo {
    padding-left: 0;
    padding-right: 0
}

.department-detail-wrapper .doctor-wrapper {
    background-color: #f5f9fb
}

.department-detail-wrapper .doctor-wrapper .doctor-img:before {
    display: none
}

.department-detail-wrapper .doctor-wrapper .doctor-title:before,
.department-detail-wrapper .doctor-wrapper .doctor-title:after {
    display: none
}

.department-detail-wrapper .doctor-wrapper .doctor-head-inner {
    padding-top: 0
}

.department-detail-wrapper .doctor-wrapper .doctor-img {
    width: 41.6667%;
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto
}

.department-detail-wrapper .doctor-wrapper .doctor-img img {
    height: auto
}

.department-detail-wrapper .doctor-wrapper .doctor-body {
    position: relative;
    width: 58.3333%;
    padding: 78px 15px 76px 15px;
    left: 41.6667%;
    right: auto;
    bottom: auto;
    border: 0
}

.department-detail-wrapper .doctor-wrapper .doctor-body:before,
.department-detail-wrapper .doctor-wrapper .doctor-body:after {
    display: none
}

.department-detail-wrapper .doctor-wrapper .doctor-sign {
    background-color: transparent;
    right: 0;
    bottom: -70px;
    padding: 0
}

.department-detail-wrapper .our-team {
    text-align: left;
    padding: 73px 0 80px
}

.department-detail-wrapper .our-team .header ~ .description {
    width: 55%;
    padding: 4px 0 0
}

.department-detail-wrapper .our-team .team-wrapper {
    text-align: center
}
/*----------  3.12. blog detail  ----------*/
.blog-detail-wrapper .post-image img {
    position: relative;
    top: auto;
    left: auto
}

.blog-detail-wrapper .post-single .share {
    font-size: 12px;
    float: right;
    margin-top: 1px
}

.blog-detail-wrapper .post-single .share .list-socials {
    display: inline-block;
    margin-left: 4px
}

.blog-detail-wrapper .post-single .share .socials-link {
    color: #96a5ad
}

.blog-detail-wrapper .post-single .share .socials-link:before {
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 90%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 90%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 90%)
}

.blog-detail-wrapper .post-single .share .socials-link:hover {
    color: #0f77ad
}

.blog-detail-wrapper .post-single .list-meta {
    display: inline-block
}

.blog-detail-wrapper .post-single .post-meta {
    margin-top: 33px
}

.blog-detail-wrapper .post-single .post-date {
    left: -20px;
    margin-right: 14px
}

.blog-detail-wrapper .post-single .post-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 31px;
    line-height: 1.3;
    font-weight: bold;
    margin: 12px 0 33px
}

.blog-detail-wrapper .post-single .recent-slide {
    margin-top: 40px
}

.blog-detail-wrapper .post-single .recent-slide .media {
    padding-bottom: 20px;
    border-bottom: 2px solid #f1f6fd
}

.blog-detail-wrapper .post-single .recent-slide .media .media-left img {
    width: auto
}

.blog-detail-wrapper .post-single .recent-slide .list-meta {
    display: block
}

.blog-detail-wrapper .post-single .recent-slide .owl-nav .owl-prev,
.blog-detail-wrapper .post-single .recent-slide .owl-nav .owl-next {
    position: absolute;
    left: 0;
    top: auto;
    bottom: -21px;
    color: #e2eaef;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase
}

.blog-detail-wrapper .post-single .recent-slide .owl-nav .owl-next {
    right: 0;
    left: auto
}

.blog-detail-wrapper .comments {
    margin-top: 95px
}

.blog-detail-wrapper .comments .comment-respond-title {
    margin: 0;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #51616b
}

.blog-detail-wrapper .comments .comment-meta {
    float: left;
    background-color: #dce6ec;
    width: 54px;
    height: 54px;
    position: relative
}

.blog-detail-wrapper .comments .comment-meta .avatar {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.blog-detail-wrapper .comments .comment-content {
    padding-left: 70px
}

.blog-detail-wrapper .comments .comment-content .comment-author {
    position: relative;
    top: -7px
}

.blog-detail-wrapper .comments .comment-content .url {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #51616b;
    position: relative;
    top: 2px
}

.blog-detail-wrapper .comments .comment-content .url:hover {
    color: #349cab
}

.blog-detail-wrapper .comments .comment-content .info {
    color: #9fb4c2;
    font-size: 12px
}

.blog-detail-wrapper .comments .comment-content .info:hover {
    color: #349cab
}

.blog-detail-wrapper .comments .comment-content .info i {
    margin-right: 8px
}

.blog-detail-wrapper .comments .comment-content .info i.fa-reply {
    color: #349cab
}

.blog-detail-wrapper .comments .comment-content .author-info + .author-info:before {
    content: '|';
    font-weight: 500;
    color: #c7d5de;
    margin: 0 13px
}

.blog-detail-wrapper .comments .comment-content .description {
    margin-top: 5px
}

.blog-detail-wrapper .comments .commentlist {
    margin-top: 27px;
    margin-bottom: 72px
}

.blog-detail-wrapper .comments .commentlist .li-comment + .li-comment {
    padding-top: 25px;
    border-top: 2px solid #f1f6fd
}

.blog-detail-wrapper .comments .commentlist .children {
    padding-left: 25px;
    padding-top: 25px
}

.blog-detail-wrapper .comments .commentlist .children .li-comment {
    padding: 25px 0;
    border-top: 2px solid #f1f6fd
}

.blog-detail-wrapper .appointment-form {
    top: auto;
    padding: 10px 0 0;
    background-color: transparent
}

.blog-detail-wrapper .appointment-form .form-md-line-input .form-control {
    border-color: #ecf2f6;
    color: #7b8890
}

.blog-detail-wrapper .appointment-form .form-md-line-input.form-md-floating-label .form-control ~ label {
    color: #7b8890
}

.blog-detail-wrapper .appointment-form .btn-wrapper {
    height: 50px;
    margin-top: 30px
}

.blog-detail-wrapper .appointment-form .btn-wrapper .btn:hover {
    background-color: #fff
}

.blog-detail-wrapper .appointment-form .btn-make-app {
    width: auto;
    background-color: #0f77ad;
    border-color: #0f77ad
}

.post-single-content p + p {
    color: #51616b;
    font-size: 14px;
    line-height: 24px;
    margin: 25px 0 0
}

.post-single-content blockquote {
    text-align: center;
    border: 2px solid #d9e7ee;
    padding: 27px 60px 30px;
    margin: 35px 0;
    position: relative
}

.post-single-content blockquote:before {
    content: url(../images/testimonials/close-bracket-2.png);
    position: absolute;
    background-color: #fff;
    padding: 0 44px;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

.post-single-content blockquote p {
    font-weight: 300;
    font-style: italic;
    font-size: 24px;
    color: #51616b;
    line-height: 36px
}

.post-single-content blockquote footer {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #a5afb5;
    text-transform: uppercase
}

.post-single-content blockquote footer:before {
    display: none
}

.post-single-content ol li {
    color: #51616b;
    font-size: 14px;
    line-height: 24px;
    margin: 0
}

.post-single-content .list-blog-inner {
    margin: 30px 0
}

.post-single-content ul {
    padding: 0;
    margin: 30px 0;
    font-size: 0
}

.post-single-content ul > li {
    position: relative;
    list-style-type: none;
    padding: 0 0 0 25px;
    color: #51616b;
    font-size: 14px;
    line-height: 24px;
    margin: 0
}

.post-single-content ul > li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f00c';
    font-family: "fontawesome";
    font-size: 12px;
    color: #b7c6cf
}

.post-single-content .tag-post-wrapper {
    position: relative;
    margin: 26px 0 30px
}

.post-single-content .tag-post-wrapper .category-text {
    display: table-cell;
    vertical-align: top;
    color: #96a5ad;
    line-height: 21px
}

.post-single-content .tag-post-wrapper .category-text:before {
    content: '\f02b';
    font-family: 'fontawesome';
    color: #96a5ad;
    font-size: 16px;
    margin: 0 10px 0 5px
}

.post-single-content .tag-post-list {
    display: table-cell;
    vertical-align: top
}

.post-single-content .tag-post-list .post-tag-link {
    color: #96a5ad
}

.post-single-content .tag-post-list .post-tag-link:hover {
    color: #0f77ad
}

.post-single-content .tag-post-list li {
    padding: 0 5px;
    width: auto;
    display: inline-block;
    float: none
}

.post-single-content .tag-post-list li:before {
    display: none
}

.post-single-content .tag-post-list li:after {
    content: ',';
    position: relative;
    left: 2px;
    color: #96a5ad;
    margin-right: 0
}

.post-single-content .tag-post-list li:last-child:after {
    display: none
}

.post-single-content .panel-default {
    margin: 0;
    border: 2px solid #f1f6fd;
    border-radius: 0;
    box-shadow: none
}

.post-single-content .panel-default > .panel-heading {
    padding: 15px 15px 0;
    color: #51616b;
    background-color: transparent;
    border-color: transparent
}

.post-single-content .panel-default .panel-title a {
    color: #0f77ad;
    display: table-cell;
    padding-left: 5px;
}

.post-single-content .panel-default .panel-title a:hover {
    color: #349cab
}

.post-single-content .panel-default .author-image {
    float: left;
    margin-right: 15px
}

.post-single-content .panel-default .panel-body {
    padding: 10px 15px 15px
}
/*----------  3.13. services detail  ----------*/
.services-detail-wrapper .post-img-wrapper {
    position: relative;
    margin-bottom: 34px
}

.services-detail-wrapper .post-single .share {
    font-size: 12px;
    float: right;
    margin-top: 1px
}

.services-detail-wrapper .post-single .share .list-socials {
    display: inline-block;
    margin-left: 4px
}

.services-detail-wrapper .post-single .share .socials-link {
    color: #96a5ad
}

.services-detail-wrapper .post-single .share .socials-link:before {
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 90%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 90%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 90%)
}

.services-detail-wrapper .post-single .share .socials-link:hover {
    color: #0f77ad
}

.services-detail-wrapper .post-single .list-meta {
    display: inline-block
}

.services-detail-wrapper .post-single .post-meta {
    margin-top: 33px
}

.services-detail-wrapper .post-single .post-date {
    left: -20px;
    margin-right: 14px
}

.services-detail-wrapper .post-single .post-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 31px;
    line-height: 1.3;
    font-weight: bold;
    margin: 12px 0 33px
}

.services-detail-wrapper .post-nav {
    position: absolute;
    left: 10px;
    right: auto;
    top: auto;
    bottom: 10px;
    text-align: center;
    z-index: 1
}

.services-detail-wrapper .post-nav i {
    border: 2px solid #252f36;
    color: #252f36;
    font-size: 16px;
    line-height: 20px;
    width: 24px;
    background-color: transparent;
    opacity: 0.3;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s
}

.services-detail-wrapper .post-nav i:hover {
    opacity: 1
}

.services-detail-wrapper .post-nav a + a i {
    margin-left: 5px
}
/*----------  3.14. index  ----------*/
.home-appointment {
    position: relative;
    overflow: visible;
    z-index: 1
}

.home-appointment.index-1 .make-app-inner {
    margin-bottom: -22px
}

.home-appointment.index-2 .make-apppointment {
    margin-top: 0
}

.home-appointment.index-2 .appointment-content {
    text-align: center;
    border: 2px solid #d9e7ee;
    position: relative;
    background-color: #fff;
    border-top: 0
}

.home-appointment.index-2 .appointment-content:before,
.home-appointment.index-2 .appointment-content:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 42.4%;
    height: 2px;
    background-color: #d9e7ee
}

.home-appointment.index-2 .appointment-content:after {
    left: auto;
    right: 0
}

.home-appointment.index-2 .appointment-content .header {
    padding: 0 30px
}

.home-appointment.index-2 .appointment-content .header ~ .description {
    margin-top: 9px;
    padding: 0 30px
}

.home-appointment.index-2 .appointment-content .typo-line {
    background-color: transparent;
    top: -12px;
    padding: 0 30px;
    margin-bottom: 1px
}

.home-appointment.index-2 .appointment-content .typo-line:before {
    left: 30px;
    width: auto;
    right: 30px
}

.home-appointment.index-2 .appointment-content .typo-line:after {
    width: 25%
}

.home-appointment.index-2 .make-app-inner .make-app-btn {
    display: none
}

.home-appointment.index-2 .appointment-form {
    text-align: left;
    top: auto;
    background-color: transparent;
    padding: 8px 15px 25px
}

.home-appointment.index-2 .appointment-form .form-md-line-input .form-control {
    color: #7b8890;
    border-color: #d9e7ee
}

.home-appointment.index-2 .appointment-form .form-md-line-input.form-md-floating-label .form-control ~ label {
    color: #7b8890
}

.home-appointment.index-2 .appointment-form .btn-wrapper .btn {
    border-color: #0f77ad;
    background-color: #0f77ad
}

.home-appointment.index-2 .appointment-form .btn-wrapper .btn:hover {
    background-color: #fff
}

.home-appointment .feature-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%)
}

.home-appointment .list-features .feature-1,
.home-appointment .list-features .feature-1:hover,
.home-appointment .list-features .feature-2,
.home-appointment .list-features .feature-3,
.home-appointment .list-features .feature-4 {
    background-color: #74c1cc;
    color: #fff
}

.home-appointment .list-features .feature-1 i,
.home-appointment .list-features .feature-1:hover i,
.home-appointment .list-features .feature-2 i,
.home-appointment .list-features .feature-3 i,
.home-appointment .list-features .feature-4 i {
    color: #fff
}

.home-appointment .list-features .header-feature,
.home-appointment .list-features .description {
    color: #fff
}

.home-appointment .list-features .feature-2,
.home-appointment .list-features .feature-2:hover {
    background-color: #63b4bf
}

.home-appointment .list-features .feature-3,
.home-appointment .list-features .feature-3:hover {
    background-color: #52abb8
}

.home-appointment .list-features .feature-4,
.home-appointment .list-features .feature-4:hover {
    background-color: #4ba5b2
}
/*----------  3.15. index heart center ----------*/
.heart-center .typo-line:after {
    background-color: #f04e4e
}

.heart-center.btn-wrapper .btn {
    background-color: #f04e4e;
    border-color: #f04e4e
}

.heart-center.btn-wrapper .btn:hover {
    color: #f04e4e;
    background-color: #fff
}

.heart-center.btn-wrapper .btn-transparent {
    color: #f04e4e
}

.heart-center.howwedo {
    position: relative
}

.heart-center.howwedo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.14
}

.heart-center.howwedo .video-thumbnails {
    padding-top: 57px
}

.heart-center.howwedo .howwedo-left-wrapper {
    padding: 0
}

.heart-center.howwedo .typo-line .sub-header {
    color: #fff
}

.heart-center.howwedo .btn-wrapper {
    margin-top: 32px
}

.heart-center.why-choose-us-wrapper .description {
    color: #ffe6e6
}

.heart-center.why-choose-us-wrapper .btn-wrapper .btn-transparent:hover {
    color: #f04e4e
}

.heart-center.whatwedo .services-content .btn-for-icon i {
    color: #f04e4e
}

.heart-center.whatwedo .services-content .btn-for-icon .icon2 {
    background-color: #f04e4e;
    color: #fff
}

.heart-center.whatwedo .services-content .line {
    background-color: #f04e4e
}

.heart-center.whatwedo .services-content .services-title:hover a {
    color: #f04e4e
}

.heart-center.fun-fact .progress-container .description-counter {
    color: #51616b
}
/*----------  3.16. index heart center ----------*/
.cancer-center .typo-line:after {
    background-color: #ee5e5e
}

.cancer-center.btn-wrapper .btn {
    background-color: #ee5e5e;
    border-color: #ee5e5e
}

.cancer-center.btn-wrapper .btn:hover {
    color: #ee5e5e;
    background-color: #fff
}

.cancer-center.btn-wrapper .btn-transparent {
    color: #ee5e5e
}

.cancer-center.why-choose-us-wrapper-new {
    position: relative;
    padding: 100px 0;
    background-image: none
}

.cancer-center.why-choose-us-wrapper-new:before {
    display: none
}

.cancer-center.why-choose-us-wrapper-new .header ~ .description {
    color: #51616b;
    margin: 2px 0 40px
}

.cancer-center.why-choose-us-wrapper-new .description {
    color: #63727b;
    margin: 0;
    width: 100%
}

.cancer-center.why-choose-us-wrapper-new .video-thumbnails {
    padding-top: 63px
}

.cancer-center.why-choose-us-wrapper-new img {
    position: absolute;
    top: auto;
    bottom: 100px;
    left: 58.3333%;
    right: auto;
    height: 66%;
    margin-left: 30px
}

.cancer-center.why-choose-us-wrapper-new .faq-group {
    margin: 0
}

.cancer-center.why-choose-us-wrapper-new .faq-group .panel + .panel {
    margin-top: 35px
}

.cancer-center.why-choose-us-wrapper-new .faq-panel {
    border: 0;
    border-radius: 0;
    box-shadow: none
}

.cancer-center.why-choose-us-wrapper-new .faq-panel > .panel-heading + .panel-collapse > .panel-body {
    border: 0;
    padding: 25px 0 15px 30px
}

.cancer-center.why-choose-us-wrapper-new .faq-panel .panel-heading {
    position: relative;
    color: #51616b;
    background-color: transparent;
    border: 0;
    padding: 0;
    border-bottom: 2px solid #edf2f5;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s
}

.cancer-center.why-choose-us-wrapper-new .faq-panel .panel-heading:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    display: inline-block;
    text-align: center;
    content: '+';
    font-size: 14px;
    font-family: "fontawesome";
    width: 30px;
    line-height: 30px;
    background-color: #edf2f5;
    color: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s
}

.cancer-center.why-choose-us-wrapper-new .faq-panel .panel-heading.active {
    color: #51616b
}

.cancer-center.why-choose-us-wrapper-new .faq-panel .panel-heading.active:before {
    content: '-';
    background-color: #ee5e5e;
    color: #fff
}

.cancer-center.why-choose-us-wrapper-new .panel-heading.active .panel-title a,
.cancer-center.why-choose-us-wrapper-new .panel-title:hover a,
.cancer-center.why-choose-us-wrapper-new .panel-title:focus a {
    color: #ee5e5e
}

.cancer-center.why-choose-us-wrapper-new .description {
    margin-bottom: 25px
}

.cancer-center.why-choose-us-wrapper-new .description:last-child {
    margin-bottom: 0
}

.cancer-center.fun-fact .progress-container .progress-inner .counter-inner {
    color: #fff
}

.whatwedo-cancer-center .services-content .services-title:hover a {
    color: #ee5e5e
}
/*----------  3.17. index dermatology ----------*/
.dermatology .typo-line:after {
    background-color: #ff85be
}

.dermatology .sub-header {
    color: #30cddb
}

.dermatology.slider-medic .sub-header,
.dermatology.slider-medic .header {
    color: #fff
}

.dermatology.slider-medic .header {
    margin: 0 0 40px
}

.dermatology.slider-medic .btn-wrapper .btn:nth-child(1) {
    background-color: #ff85be;
    border-color: #ff85be;
    color: #fff
}

.dermatology.slider-medic .btn-wrapper .btn:nth-child(2) {
    background-color: #fff;
    border-color: #fff;
    color: #36cedc
}

.dermatology.slider-medic .btn-wrapper .btn:hover {
    background-color: #fff;
    border-color: #ff85be;
    color: #ff85be
}

.dermatology.slider-medic .owl-nav .owl-prev,
.dermatology.slider-medic .owl-nav .owl-next {
    border-color: #ff85be;
    color: #ff85be
}

.dermatology.text-below-slider .btn-wrapper .btn-transparent {
    border-color: #fff;
    color: #fff
}

.dermatology.text-below-slider .btn-wrapper .btn-transparent:hover {
    color: #ff85be
}

.dermatology.about-us-wrapper .about-us-content img {
    padding: 0;
    top: auto;
    bottom: 100px;
    width: auto;
    height: 421px;
    left: 58.3333%;
    margin-left: 60px
}

.dermatology .list-features .feature-1 {
    background-color: #4cdfec
}

.dermatology .list-features .feature-1:hover {
    background-color: rgba(183, 196, 57, 0.9)
}

.dermatology .list-features .feature-2,
.dermatology .list-features .feature-4 {
    background-color: #27dae9
}

.dermatology .list-features .feature-2:hover {
    background-color: rgba(240, 78, 78, 0.9)
}

.dermatology .list-features .feature-4:hover {
    background-color: rgba(103, 57, 182, 0.9)
}

.dermatology .list-features .feature-3 {
    background-color: #22d0df
}

.dermatology .list-features .feature-3:hover {
    background-color: rgba(56, 202, 219, 0.9)
}

.dermatology.why-choose-us-wrapper-new {
    position: relative;
    padding: 100px 0
}

.dermatology.why-choose-us-wrapper-new:before {
    display: none
}

.dermatology.why-choose-us-wrapper-new .header ~ .description {
    color: #51616b;
    margin: 2px 0 40px
}

.dermatology.why-choose-us-wrapper-new .description {
    color: #63727b;
    margin: 0;
    width: 100%
}

.dermatology.why-choose-us-wrapper-new .video-thumbnails {
    padding-top: 63px
}

.dermatology.why-choose-us-wrapper-new .faq-group {
    margin: 0
}

.dermatology.why-choose-us-wrapper-new .faq-group .panel + .panel {
    margin-top: 32px
}

.dermatology.why-choose-us-wrapper-new .faq-panel {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none
}

.dermatology.why-choose-us-wrapper-new .faq-panel > .panel-heading + .panel-collapse > .panel-body {
    border: 0;
    padding: 25px 0 0 30px
}

.dermatology.why-choose-us-wrapper-new .faq-panel .panel-heading {
    position: relative;
    color: #51616b;
    background-color: transparent;
    border: 0;
    padding: 0;
    border-bottom: 2px solid #edf2f5;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s
}

.dermatology.why-choose-us-wrapper-new .faq-panel .panel-heading:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    content: '+';
    font-size: 14px;
    width: 30px;
    line-height: 30px;
    background-color: #edf2f5;
    color: #969595;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s
}

.dermatology.why-choose-us-wrapper-new .faq-panel .panel-heading.active {
    color: #51616b
}

.dermatology.why-choose-us-wrapper-new .faq-panel .panel-heading.active:before {
    content: '-';
    background-color: #ff85be;
    color: #fff
}

.dermatology.why-choose-us-wrapper-new .panel-heading.active .panel-title a,
.dermatology.why-choose-us-wrapper-new .panel-title:hover a,
.dermatology.why-choose-us-wrapper-new .panel-title:focus a {
    color: #ff85be
}

.dermatology.why-choose-us-wrapper-new .description {
    margin-bottom: 25px
}

.dermatology.why-choose-us-wrapper-new .description:last-child {
    margin-bottom: 0
}

.dermatology.fun-fact .progress-container .progress-inner .counter-inner {
    color: #fff
}

.dermatology.whatwedo-dermatology {
    text-align: center
}

.dermatology.whatwedo-dermatology .services-content.style-3 {
    margin-bottom: 32px
}

.dermatology.whatwedo-dermatology .services-content.style-3 .btn-for-icon i {
    color: #ff85be
}

.dermatology.whatwedo-dermatology .services-content.style-3 .services-title:hover a {
    color: #ff85be
}

.dermatology.why-choose-us-wrapper .why-choose-us-title {
    color: #51616b
}

.dermatology.why-choose-us-wrapper .description {
    color: #63727b
}

.dermatology.why-choose-us-wrapper .btn-wrapper .btn {
    background-color: #ff85be;
    border-color: #ff85be;
    color: #fff
}

.dermatology.why-choose-us-wrapper .btn-wrapper .btn:hover {
    background-color: #fff;
    color: #ff85be
}

.dermatology.why-choose-us-wrapper img {
    margin-right: -890px;
    bottom: -42px;
    height: 290px
}

.dermatology.our-team .team-flipcard .back {
    background-color: rgba(34, 208, 223, 0.83)
}

.dermatology.our-team .team-inner:after {
    border-color: #22d0df
}

.dermatology.our-team .team-inner .line-effect:before,
.dermatology.our-team .team-inner .line-effect:after {
    background-color: #22d0df
}

.dermatology.our-team .team-inner:hover:before {
    border-bottom-color: #22d0df
}

.dermatology.testimonials .slider-testimonials-inner {
    border-color: #4ae7f5
}

.dermatology.testimonials .close-bracket-wrapper .line-top {
    background-color: #4ae7f5
}

.dermatology.testimonials .close-bracket-wrapper i {
    color: #fff
}

.dermatology.testimonials .description {
    color: #defafc
}

.dermatology.testimonials .nav-testimonial .nav-testimonial-inner-left,
.dermatology.testimonials .nav-testimonial .nav-testimonial-inner-right {
    border: 2px solid #4ae7f5
}
/*----------  3.18. index pediatric ----------*/
.pediatric .typo-line:after {
    background-color: #93c524
}

.pediatric.text-below-slider .btn-wrapper .btn-transparent:hover {
    color: #93c524
}

.pediatric.why-choose-us-wrapper-new {
    position: relative;
    padding: 100px 0
}

.pediatric.why-choose-us-wrapper-new:before {
    display: none
}

.pediatric.why-choose-us-wrapper-new .header {
    color: #fff
}

.pediatric.why-choose-us-wrapper-new .header ~ .description {
    color: #aec5d1;
    margin: 2px 0 40px
}

.pediatric.why-choose-us-wrapper-new .description {
    color: #a6b4bd;
    margin: 0;
    width: 100%
}

.pediatric.why-choose-us-wrapper-new .faq-group {
    margin: 0
}

.pediatric.why-choose-us-wrapper-new .faq-group .panel + .panel {
    margin-top: 32px
}

.pediatric.why-choose-us-wrapper-new .faq-panel {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none
}

.pediatric.why-choose-us-wrapper-new .faq-panel > .panel-heading + .panel-collapse > .panel-body {
    border: 0;
    padding: 25px 0 0 30px
}

.pediatric.why-choose-us-wrapper-new .faq-panel .panel-heading {
    position: relative;
    color: #fff;
    background-color: transparent;
    border: 0;
    padding: 0;
    border-bottom: 2px solid #323d44;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s
}

.pediatric.why-choose-us-wrapper-new .faq-panel .panel-heading:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    content: '+';
    width: 30px;
    line-height: 30px;
    background-color: #344048;
    color: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s
}

.pediatric.why-choose-us-wrapper-new .faq-panel .panel-heading.active {
    color: #fff
}

.pediatric.why-choose-us-wrapper-new .faq-panel .panel-heading.active:before {
    content: '-';
    background-color: #5f6a71
}

.pediatric.why-choose-us-wrapper-new .panel-heading.active .panel-title a,
.pediatric.why-choose-us-wrapper-new .panel-title:hover a,
.pediatric.why-choose-us-wrapper-new .panel-title:focus a {
    color: #93c524
}

.pediatric.why-choose-us-wrapper-new .description {
    margin-bottom: 25px
}

.pediatric.why-choose-us-wrapper-new .description:last-child {
    margin-bottom: 0
}

.pediatric.why-choose-us-wrapper-new img {
    position: absolute;
    top: 0;
    height: 100%;
    margin: auto;
    left: 58.3333%
}

.pediatric.testimonials .slider-testimonials-inner {
    border-color: #b5de5b
}

.pediatric.testimonials .close-bracket-wrapper .line-top {
    background-color: #b5de5b
}

.pediatric.testimonials .close-bracket-wrapper i {
    color: #fff
}

.pediatric.testimonials .nav-testimonial .nav-testimonial-inner-left,
.pediatric.testimonials .nav-testimonial .nav-testimonial-inner-right {
    border: 2px solid #b5de5b
}

.pediatric.testimonials .description {
    color: #edfad1
}

.pediatric.whatwehelp .header {
    margin-bottom: 7px
}

.pediatric.whatwehelp .header ~ .description {
    width: 70%
}

.pediatric.whatwehelp .header ~ img {
    position: relative;
    left: -30px;
    margin-top: 20px
}

.pediatric.whatwehelp .video-thumbnails {
    padding-bottom: 39.25%
}

.pediatric.whatwehelp .services-wrapper {
    display: inline-block;
    margin-top: 0;
    margin-bottom: -43px
}

.pediatric.whatwehelp .services-title {
    margin-top: 14px
}

.pediatric.whatwehelp .services-title:hover a {
    color: #93c524
}

.pediatric.whatwehelp .services-content .btn-for-icon i {
    font-size: 40px
}

.pediatric.whatwehelp .services-item .btn-for-icon i {
    color: #d2e426
}

.pediatric.whatwehelp .services-item.style-2 .btn-for-icon i {
    color: #f04e4e
}

.pediatric.whatwehelp .services-item.style-3 .btn-for-icon i {
    color: #7ed8e5
}

.pediatric.whatwehelp .services-item.style-4 .btn-for-icon i {
    color: #9872da
}

.pediatric.whatwehelp .services-item.style-5 .btn-for-icon i {
    color: #fa49ce
}

.pediatric.whatwehelp .services-item.style-6 .btn-for-icon i {
    color: #f5960f
}
/*----------  3.19. index vet clinic ----------*/
.vet-clinic .typo-line:after {
    background-color: #ec3460
}

.vet-clinic.btn-wrapper .btn {
    background-color: #ec3460;
    border-color: #ec3460
}

.vet-clinic.btn-wrapper .btn:hover {
    color: #ec3460;
    background-color: #fff
}

.vet-clinic.btn-wrapper .btn-transparent {
    color: #f04e4e
}

.vet-clinic.howwedo {
    position: relative
}

.vet-clinic.howwedo:before {
    display: none
}

.vet-clinic.howwedo .list-features {
    position: relative;
    top: -154px;
    left: 0;
    z-index: 1;
    margin-bottom: -62px;
    display: inline-block
}

.vet-clinic.howwedo .list-features .description {
    color: #fdfef7
}

.vet-clinic.howwedo .video-thumbnails {
    padding-top: 57px
}

.vet-clinic.howwedo .howwedo-left-wrapper {
    padding: 0
}

.vet-clinic.howwedo .typo-line .sub-header {
    color: #fff
}

.vet-clinic.howwedo .btn-wrapper {
    margin-top: 32px
}

.vet-clinic.howwedo .header ~ .description {
    color: #dccfde
}

.vet-clinic.howwedo .description {
    color: #e7dee8
}

.vet-clinic.whatwedo-dermatology {
    text-align: center
}

.vet-clinic.whatwedo-dermatology .services-wrapper {
    margin-bottom: -10px
}

.vet-clinic.whatwedo-dermatology .services-content.style-3 {
    margin-bottom: 32px
}

.vet-clinic.whatwedo-dermatology .services-content.style-3 .services-title:hover a {
    color: #ec3460
}

.vet-clinic.whatwedo-dermatology .services-content.style-3 .btn-for-icon i {
    color: #ec3460
}

.vet-clinic.whatwedo-dermatology img {
    width: 108%;
    max-width: none;
    margin-left: -30px
}

.vet-clinic.why-choose-us-wrapper .description {
    color: #f2e2f4
}

.vet-clinic.why-choose-us-wrapper .btn-wrapper .btn-transparent:hover {
    color: #523855
}

.vet-clinic.why-choose-us-wrapper img {
    position: absolute;
    right: 50%;
    margin-right: -946px;
    bottom: -95px;
    height: 460px;
    width: auto
}

.vet-clinic.testimonials .slider-testimonials-inner {
    border-color: #f190a7
}

.vet-clinic.testimonials .close-bracket-wrapper .line-top {
    background-color: #f190a7
}

.vet-clinic.testimonials .close-bracket-wrapper i {
    color: #fff
}

.vet-clinic.testimonials .description {
    color: #edfad1
}

.vet-clinic.testimonials .nav-testimonial .nav-testimonial-inner-left,
.vet-clinic.testimonials .nav-testimonial .nav-testimonial-inner-right {
    border: 2px solid #f190a7
}

.vet-clinic.our-team .team-inner .team-flipcard .back {
    background-color: rgba(236, 52, 96, 0.83)
}

.vet-clinic.our-team .team-inner:after {
    border-color: #ec3460
}

.vet-clinic.our-team .team-inner .line-effect:before,
.vet-clinic.our-team .team-inner .line-effect:after {
    background-color: #ec3460
}

.vet-clinic.our-team .team-inner .team-sub-title {
    color: #ec3460
}

.vet-clinic.our-team .team-inner:hover:before {
    border-bottom-color: #ec3460
}

.vet-clinic.fun-fact .progress-container .description-counter {
    color: #51616b
}
/*----------  3.20. index denatal care ----------*/
.dental-care .typo-line:after {
    background-color: #f1622a
}

.dental-care.btn-wrapper .btn {
    background-color: #f1622a;
    border-color: #f1622a
}

.dental-care.btn-wrapper .btn:hover {
    color: #f1622a;
    background-color: #fff
}

.dental-care.btn-wrapper .btn-transparent {
    color: #f1622a
}

.dental-care.howwedo {
    position: relative
}

.dental-care.howwedo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.14
}

.dental-care.howwedo .video-thumbnails {
    padding-top: 57px
}

.dental-care.howwedo .howwedo-left-wrapper {
    padding: 0
}

.dental-care.howwedo .typo-line .sub-header {
    color: #fff
}

.dental-care.howwedo .btn-wrapper {
    margin-top: 32px
}

.dental-care.howwedo .header ~ .description {
    color: #dccfde
}

.dental-care.howwedo .description {
    color: #e7dee8
}

.dental-care.whatwedo .services-wrapper {
    position: relative;
    width: 100%;
    margin-top: -32px;
    z-index: 1
}

.dental-care.whatwedo .services-content .services-title:hover a {
    color: #eees
}

.dental-care.whatwedo .services-item {
    width: 25%;
    float: left
}

.dental-care.whatwedo .services-item .services-content:hover .line {
    background-color: #ee9776
}

.dental-care.whatwedo .services-item.style-2 .services-content:before {
    background-color: #2b95cc
}

.dental-care.whatwedo .services-item.style-2 .services-content .line {
    background-color: #54addb
}

.dental-care.whatwedo .services-item.style-2 .services-content:hover .line {
    background-color: #ee9776
}

.dental-care.whatwedo .services-item.style-3 .services-content:before {
    background-color: #35a2db
}

.dental-care.whatwedo .services-item.style-3 .services-content .line {
    background-color: #59b2e0
}

.dental-care.whatwedo .services-item.style-3 .services-content:hover .line {
    background-color: #ee9776
}

.dental-care.whatwedo .services-item.style-4 .services-content:before {
    background-color: #43ade5
}

.dental-care.whatwedo .services-item.style-4 .services-content .line {
    background-color: #6ac2ef
}

.dental-care.whatwedo .services-item.style-4 .services-content:hover .line {
    background-color: #ee9776
}

.dental-care.why-choose-us-wrapper-new {
    position: relative
}

.dental-care.why-choose-us-wrapper-new .header,
.dental-care.why-choose-us-wrapper-new .header ~ .description {
    width: 75%
}

.dental-care.why-choose-us-wrapper-new img {
    position: absolute;
    left: 50%;
    margin-left: -640px;
    bottom: 0;
    height: 53%;
    width: auto
}

.dental-care.why-choose-us-wrapper-new .list-features .feature-1,
.dental-care.why-choose-us-wrapper-new .list-features .feature-2,
.dental-care.why-choose-us-wrapper-new .list-features .feature-3,
.dental-care.why-choose-us-wrapper-new .list-features .feature-4 {
    width: 50%;
    border: 1px solid #fff
}

.dental-care.why-choose-us-wrapper-new .list-features .feature-1 i,
.dental-care.why-choose-us-wrapper-new .list-features .feature-2 i,
.dental-care.why-choose-us-wrapper-new .list-features .feature-3 i,
.dental-care.why-choose-us-wrapper-new .list-features .feature-4 i {
    color: #f1622a;
    font-size: 40px;
    line-height: 40px;
    height: 40px
}

.dental-care.why-choose-us-wrapper-new .list-features .feature-1:hover i,
.dental-care.why-choose-us-wrapper-new .list-features .feature-2:hover i,
.dental-care.why-choose-us-wrapper-new .list-features .feature-3:hover i,
.dental-care.why-choose-us-wrapper-new .list-features .feature-4:hover i,
.dental-care.why-choose-us-wrapper-new .list-features .feature-1:hover .header-feature,
.dental-care.why-choose-us-wrapper-new .list-features .feature-2:hover .header-feature,
.dental-care.why-choose-us-wrapper-new .list-features .feature-3:hover .header-feature,
.dental-care.why-choose-us-wrapper-new .list-features .feature-4:hover .header-feature,
.dental-care.why-choose-us-wrapper-new .list-features .feature-1:hover .description,
.dental-care.why-choose-us-wrapper-new .list-features .feature-2:hover .description,
.dental-care.why-choose-us-wrapper-new .list-features .feature-3:hover .description,
.dental-care.why-choose-us-wrapper-new .list-features .feature-4:hover .description {
    color: #fff
}

.dental-care.why-choose-us-wrapper-new .list-features .feature-1,
.dental-care.why-choose-us-wrapper-new .list-features .feature-4 {
    background-color: #ecf2f6
}

.dental-care.why-choose-us-wrapper-new .list-features .feature-2,
.dental-care.why-choose-us-wrapper-new .list-features .feature-3 {
    background-color: #f6fafc
}

.dental-care.why-choose-us-wrapper-new .list-features .feature-1:hover {
    background-color: #b7c439
}

.dental-care.why-choose-us-wrapper-new .list-features .feature-2:hover {
    background-color: #f04e4e
}

.dental-care.why-choose-us-wrapper-new .list-features .feature-3:hover {
    background-color: #38cadb
}

.dental-care.why-choose-us-wrapper-new .list-features .feature-4:hover {
    background-color: #6739b6
}

.dental-care.why-choose-us-wrapper-new .list-features .header-feature {
    color: #51616b;
    margin-top: 28px
}

.dental-care.why-choose-us-wrapper-new .list-features .description {
    color: #63727b
}

.dental-care.fun-fact .progress-container .description-counter {
    color: #51616b
}
/*----------  3.21. patients guide ----------*/
.guide-main .why-choose-us-wrapper {
    margin-top: 70px
}
/*----------  3.22. career ----------*/
.career-main .post-single-content p {
    margin-bottom: 5px;
    margin-top: 0
}

.career-main .job-content .btn-wrapper {
    margin-top: 80px
}

.career-main .job-content .btn-wrapper a {
    width: 48%
}

.job-list li {
    padding-bottom: 40px
}

.job-list li:last-child {
    padding-bottom: 0
}

.job-list .job-detail {
    display: block;
    padding-bottom: 5px;
    font-family: 'Montserrat', sans-serif
}

.job-list .job-detail:last-child {
    padding-bottom: 0
}

.address i {
    padding-right: 5px
}
/*----------  3.23. Blog 2 col variration ----------*/
.blog-2col .recent-news-list {
    margin: 0 -15px
}

.blog-2col .recent-news-item {
    padding: 0 15px;
    margin-bottom: 70px
}

.blog-2col .pagination-wrapper {
    margin-top: -70px
}

.blog-2col .grid-item {
    width: 50%
}
/*----------  3.24. Blog 2 col with sidebar ----------*/
.blog-2col-sidebar .pagination-wrapper {
    margin-top: -70px
}

.blog-2col-sidebar .grid-item {
    width: 50%
}

.blog-2col-sidebar .recent-news-list {
    margin: 0 -15px
}

.blog-2col-sidebar .recent-news-item {
    padding: 0 15px;
    margin-bottom: 70px
}

.blog-2col-sidebar .recent-news-item .recent-news-image {
    display: block;
    height: 220px;
    width: 100%
}

.blog-2col-sidebar .recent-news-item .recent-news-content {
    display: block;
    width: 100%;
    border-top: 0;
    border-left: 2px solid #d9e7ee
}

.blog-2col-sidebar .recent-news-item .recent-news-content .post-date {
    position: relative;
    top: -5px;
    left: auto;
    margin-left: -58px
}

.blog-2col-sidebar .recent-news-item .recent-news-content .post-date .date {
    background-color: #fff
}

.blog-2col-sidebar .recent-news-item .recent-news-content:before,
.blog-2col-sidebar .recent-news-item .recent-news-content:after {
    display: none
}

.blog-2col-sidebar .recent-news-item .recent-news-content:hover {
    border-color: #0f77ad
}
/*----------  3.25. Blog 2 col non sidebar ----------*/
.blog-2col-non-sidebar .post-wrapper {
    margin-bottom: -75px
}

.blog-2col-non-sidebar .grid-item {
    width: 50%;
    padding: 0 15px 75px
}

.blog-2col-non-sidebar .post-image {
    height: 422px
}

.blog-2col-non-sidebar .post-image.video-thumbnails {
    padding: 0
}

.blog-2col-non-sidebar .post-inner + .post-inner {
    margin-top: 0
}
/*----------  3.26 Blog 3 col no sidebar ----------*/
.blog-3col .pagination-wrapper {
    position: absolute;
    bottom: 0
}

.blog-3col .grid-item {
    width: 33.33333%
}

.blog-3col .recent-news-list {
    margin: 0 -15px
}

.blog-3col .recent-news-item {
    padding: 0 15px;
    margin-bottom: 70px
}

.blog-3col .recent-news-item .recent-news-image {
    display: block;
    height: 220px;
    width: 100%
}

.blog-3col .recent-news-item .recent-news-content {
    display: block;
    width: 100%;
    border-top: 0;
    border-left: 2px solid #d9e7ee
}

.blog-3col .recent-news-item .recent-news-content .post-date {
    position: relative;
    top: -5px;
    left: auto;
    margin-left: -58px
}

.blog-3col .recent-news-item .recent-news-content .post-date .date {
    background-color: #fff
}

.blog-3col .recent-news-item .recent-news-content:before,
.blog-3col .recent-news-item .recent-news-content:after {
    display: none
}

.blog-3col .recent-news-item .recent-news-content:hover {
    border-color: #0f77ad
}
/*----------  3.27. Blog full width ----------*/
.blog-full-width .video-thumbnails {
    padding-bottom: 35%
}

.blog-full-width .video-thumbnails .video-bg img {
    height: auto
}
/*----------  3.28. pricing  ----------*/
.table-order-medic-wrapper {
    padding-top: 85px
}

.form-choose-wrapper {
    padding: 15px 0 25px
}

.form-choose-department .text-chooose-department {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    position: relative
}

.form-choose-department i {
    position: absolute;
    top: auto;
    bottom: 2px;
    right: 0;
    background-color: #0f77ad;
    color: #92bfd7;
    font-size: 16px;
    width: 30px;
    line-height: 30px;
    text-align: right
}

.form-choose-department .form-select {
    position: relative
}

.form-choose-department .form-select .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background-color: #0F77AD
}

.form-choose-department .form-select.form-md-line-input.form-md-floating-label .form-control ~ label {
    font-size: 14px
}

.form-choose-department .form-search {
    margin: 0
}

.form-choose-department .form-search.form-md-line-input.form-md-floating-label .form-control ~ label {
    font-size: 14px
}

.form-choose-department .form-search .search-btn {
    position: absolute;
    top: auto;
    bottom: 2px;
    right: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none
}

.sbHolder {
    background: 0 0;
    border: 0;
    border-bottom: 2px solid #ecf2f6;
    border-radius: 0;
    color: #555;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    height: 34px
}
.sbToggle {
    display: none;
}
.form-choose-department .sbSelector:link,
.form-choose-department .sbSelector:visited,
.form-choose-department .sbSelector:hover {
    color: #fffs;
}
.form-choose-department .sbHolder {
    border-bottom: 2px solid #5cacd6;
}

.pricing-main {
    position: relative
}

.pricing-main .make-apppointment {
    margin-top: 100px
}

.pricing-main .appointment-content {
    text-align: center;
    border: 2px solid #d9e7ee
}

.pricing-main .appointment-content .typo-line {
    top: -12px;
    background-color: #fff;
    padding: 0 30px;
    margin-bottom: 1px
}

.pricing-main .appointment-content .typo-line:before {
    left: 30px;
    width: auto;
    right: 30px
}

.pricing-main .appointment-content .typo-line:after {
    width: 25%
}

.pricing-main .appointment-content .header {
    padding: 0 30px
}

.pricing-main .appointment-content .header ~ .description {
    margin-top: 9px;
    padding: 0 30px
}

.pricing-main .make-app-inner .make-app-btn {
    display: none
}

.pricing-main .appointment-form {
    text-align: left;
    top: auto;
    background-color: transparent;
    padding: 8px 15px 25px
}

.pricing-main .appointment-form .form-md-line-input .form-control {
    color: #7b8890;
    border-color: #d9e7ee
}

.pricing-main .appointment-form .form-md-line-input.form-md-floating-label .form-control ~ label {
    color: #7b8890
}

.pricing-main .appointment-form .btn-wrapper .btn {
    border-color: #0f77ad;
    background-color: #0f77ad
}

.pricing-main .appointment-form .btn-wrapper .btn:hover {
    background-color: #fff
}

.pricing-main .img-app-left {
    position: absolute;
    bottom: -70px;
    left: 50%;
    margin-left: -1080px;
    opacity: 0
}

.pricing-main .img-app-right {
    position: absolute;
    left: auto;
    right: 50%;
    margin-right: -915px;
    bottom: 0;
    width: auto;
    height: 546px;
    opacity: 0
}

.pricing-main .text-chooose-department {
    float: left;
    width: 21.6667%;
    top: 25px;
    padding-right: 30px
}

.pricing-main .form-select {
    width: 45%;
    float: left;
    padding-right: 30px
}

.pricing-main .form-select i {
    right: 30px
}

.pricing-main .form-search {
    float: left;
    width: 33.3333%
}

.pricing-header {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    color: #51616b;
    text-transform: capitalize;
    font-weight: bold;
    margin: 35px 0 10px
}

.table-order-medic {
    margin: 0
}

.table-order-medic thead tr {
    background-color: #0f77ad
}

.table-order-medic thead tr th {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px;
    border: 0
}

.table-order-medic thead tr th + th {
    border-left: 1px solid #2a8bbe
}

.table-order-medic tbody tr {
    background-color: #f8fbfc
}

.table-order-medic tbody tr:nth-of-type(even) {
    background-color: #edf2f5
}

.table-order-medic tbody tr td {
    font-size: 15px;
    border: 0;
    padding: 15px
}

.table-order-medic tbody tr td + td {
    border-left: 1px solid #e9e9e9
}

.table-order-medic tbody tr.insurance td,
.table-order-medic tbody tr.total td {
    font-size: 16px
}

.table-order-medic tbody tr.insurance td:first-child {
    font-weight: bold
}

.table-order-medic tbody tr.total td {
    text-transform: uppercase;
    font-weight: bold
}

.table-order-medic .price {
    position: relative
}

.table-order-medic .price:before {
    content: '$'
}

.table-order-medic .checkbox,
.table-order-medic .radio {
    display: inline-block;
    margin: 0
}

.table-order-medic .checkbox + .checkbox,
.table-order-medic .radio + .checkbox,
.table-order-medic .checkbox + .radio,
.table-order-medic .radio + .radio {
    margin-left: 25px
}

.table-order-medic .checkbox input[type=checkbox],
.table-order-medic .radio input[type=checkbox],
.table-order-medic .checkbox input[type=radio],
.table-order-medic .radio input[type=radio] {
    margin-left: 0;
    display: none
}

.table-order-medic .checkbox .check-label,
.table-order-medic .radio .check-label {
    position: relative;
    padding-left: 22px
}

.table-order-medic .checkbox .check-label:before,
.table-order-medic .radio .check-label:before {
    content: '\f1db';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #bac9d3;
    left: 0;
    top: 0
}

.table-order-medic .checkbox input[type=checkbox]:checked + .check-label:before,
.table-order-medic .radio input[type=checkbox]:checked + .check-label:before,
.table-order-medic .checkbox input[type=radio]:checked + .check-label:before,
.table-order-medic .radio input[type=radio]:checked + .check-label:before {
    content: '\f058';
    color: #0f77ad
}
/*----------  3.29. location  ----------*/
.location-main .map-contact-style {
    width: 100%;
    height: 485px
}

.location-entry {
    padding: 75px 0 0
}

.location-wrapper {
    margin-bottom: -60px
}

.location-wrapper + .location-wrapper {
    border-top: 2px solid #f6fafc;
    padding-top: 55px;
    margin-top: 60px
}

.location-wrapper.location-address-no-border-inner .location-address-with-border {
    padding: 0 0 30px;
    border: 0
}

.location-wrapper.location-address-no-border-inner .location-address-content {
    padding: 0 15px 60px
}

.location-wrapper.location-address-no-border-inner .location-text {
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    margin-bottom: 8px
}

.location-address-content {
    width: 50%;
    float: left;
    padding: 10px 15px 60px
}

.location-address-content .description + .description {
    margin-top: 20px
}

.location-header {
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    color: #51616b;
    text-transform: capitalize;
    font-weight: bold;
    margin: 0 0 35px
}

.location-text {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #51616b
}

.location-address-with-border {
    border-top: 2px solid #f6fafc;
    border-left: 2px solid #f6fafc;
    border-right: 2px solid #f6fafc;
    position: relative;
    padding: 15px 23px 30px
}

.location-address-with-border .location-text {
    position: absolute;
    background-color: #fff;
    padding: 0 35px 0 15px;
    top: -17px;
    left: 8px
}

.location-address-with-highlight {
    background-color: #f6fafc;
    padding: 25px 25px 20px
}

.location-address-with-highlight .location-info-with-icon {
    width: 33.3333%;
    float: left
}

.location-address-with-highlight .location-info-with-icon i {
    margin-right: 10px
}

.location-tele-info {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #51616b;
    font-weight: bold;
    margin: 0 0 10px
}

.list-location-info {
    margin-left: -10px
}

.list-location-info .location-info-with-icon {
    padding: 0 10px
}

.location-info-with-icon {
    color: #63727b;
    margin-bottom: 5px
}

.location-info-with-icon i {
    color: #349cab;
    margin-right: 18px
}

.location-info-with-icon .location-link {
    color: #349cab;
    text-decoration: underline
}

.location-info-with-icon .location-link:hover {
    color: #0f77ad
}
/*----------  3.30. header and slider options  ----------*/
.header-slider-options-wrapper .home-appointment {
    background-image: none
}

.header-slider-options-wrapper .slider-medic.with-appointment-board {
    margin-bottom: 100px
}

.header-slider-options-wrapper .slider-medic .slide-5 .typo-adds-on {
    margin-top: 0
}

.header-slider-options-wrapper .list-feature-prenancy {
    margin-bottom: 195px
}
/*----------  3.31. home prenancy  ----------*/
.home-prenancy {
    position: relative;
    overflow: visible;
    z-index: 1
}

.home-prenancy .typo-line:after {
    background-color: #4bcfde
}

.home-prenancy .make-apppointment {
    margin-top: 85px
}

.home-prenancy .appointment-content {
    text-align: center;
    border: 2px solid #d9e7ee;
    position: relative;
    background-color: #fff;
    border-top: 0
}

.home-prenancy .appointment-content:before,
.home-prenancy .appointment-content:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 42.4%;
    height: 2px;
    background-color: #d9e7ee
}

.home-prenancy .appointment-content:after {
    left: auto;
    right: 0
}

.home-prenancy .appointment-content .header {
    padding: 0 30px
}

.home-prenancy .appointment-content .header ~ .description {
    margin-top: 9px;
    padding: 0 30px
}

.home-prenancy .appointment-content .typo-line {
    background-color: transparent;
    top: -12px;
    padding: 0 30px;
    margin-bottom: 1px
}

.home-prenancy .appointment-content .typo-line:before {
    left: 30px;
    width: auto;
    right: 30px
}

.home-prenancy .appointment-content .typo-line:after {
    width: 25%
}

.home-prenancy .make-app-inner .make-app-btn {
    display: none
}

.home-prenancy .appointment-form {
    text-align: left;
    top: auto;
    background-color: transparent;
    padding: 8px 15px 25px
}

.home-prenancy .appointment-form .form-md-line-input .form-control {
    color: #7b8890;
    border-color: #d9e7ee
}

.home-prenancy .appointment-form .form-md-line-input.form-md-floating-label .form-control ~ label {
    color: #7b8890
}

.home-prenancy .appointment-form .btn-wrapper .btn {
    border-color: #0f77ad;
    background-color: #0f77ad
}

.home-prenancy .appointment-form .btn-wrapper .btn:hover {
    background-color: #fff
}

.home-prenancy.btn-wrapper .btn {
    background-color: #4bcfde;
    border-color: #4bcfde
}

.home-prenancy.btn-wrapper .btn:hover {
    color: #4bcfde;
    background-color: #fff
}

.home-prenancy.btn-wrapper .btn-transparent {
    color: #4bcfde
}

.home-prenancy .feature-wrapper {
    position: absolute;
    top: -222px;
    left: 0;
    right: 0;
    margin: auto
}

.home-prenancy .bg-curve-back {
    position: absolute;
    content: '';
    top: auto;
    bottom: 63px;
    left: 0;
    width: 100%;
    height: 100px;
    overflow: hidden;
    z-index: -1
}

.home-prenancy .bg-curve-back:before {
    position: absolute;
    content: '';
    top: 0;
    left: -25%;
    right: -25%;
    bottom: -300px;
    background-color: #fcfeff;
    border-radius: 50%;
    -webkit-border-radius: 50%
}

.home-prenancy.whatwedo .services-content .btn-for-icon i {
    color: #46c9d9
}

.home-prenancy.whatwedo .services-content .btn-for-icon .icon2 {
    background-color: #46c9d9;
    color: #fff
}

.home-prenancy.whatwedo .services-content .line {
    background-color: #46c9d9
}

.home-prenancy.whatwedo .services-content .services-title:hover a {
    color: #46c9d9
}

.home-prenancy.testimonials .slider-testimonials .owl-dot {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    margin-right: 25px
}

.home-prenancy.testimonials .slider-testimonials .owl-dot:before {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden
}

.home-prenancy.testimonials .slider-testimonials .owl-dot:nth-child(1):before {
    background-image: url(../images/testimonials/testimonials-6.jpg)
}

.home-prenancy.testimonials .slider-testimonials .owl-dot:nth-child(2):before {
    background-image: url(../images/testimonials/testimonials-7.jpg)
}

.home-prenancy.testimonials .slider-testimonials .owl-dot:nth-child(3):before {
    background-image: url(../images/testimonials/testimonials-8.jpg)
}

.home-prenancy.testimonials .slider-testimonials .owl-dot:nth-child(4):before {
    background-image: url(../images/testimonials/testimonials-9.jpg)
}

.home-prenancy.testimonials .slider-testimonials .owl-dot:nth-child(5):before {
    background-image: url(../images/testimonials/testimonials-10.jpg)
}
/*----------  3.32. home psychology  ----------*/
.home-psychology .typo-line:after {
    background-color: #6c69de
}

.home-psychology.slider-medic .typo-line:before {
    background-color: #fff
}

.home-psychology.slider-medic .btn-wrapper .btn:nth-child(2) {
    background-color: #fff;
    border-color: #fff;
    color: #6c69de
}

.home-psychology.slider-medic .btn-wrapper .btn:hover {
    background-color: #fff;
    border-color: #6c69de;
    color: #6c69de
}

.home-psychology.slider-medic .owl-nav .owl-prev,
.home-psychology.slider-medic .owl-nav .owl-next {
    border-color: #6c69de;
    color: #6c69de
}

.home-psychology.testimonials .slider-testimonials-inner {
    border-color: #7a77ee
}

.home-psychology.testimonials .close-bracket-wrapper .line-top {
    background-color: #7a77ee
}

.home-psychology.testimonials .close-bracket-wrapper i {
    color: #fff
}

.home-psychology.testimonials .nav-testimonial .nav-testimonial-inner-left,
.home-psychology.testimonials .nav-testimonial .nav-testimonial-inner-right {
    border: 2px solid #7a77ee
}

.home-psychology.testimonials .description {
    color: #dad9ff
}

.make-appointment-psychology {
    padding: 40px 0
}

.make-appointment-psychology .appointment-form {
    background-color: transparent;
    top: auto;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px
}

.make-appointment-psychology .appointment-form .btn-make-app {
    background-color: #535276;
    border-color: #535276;
    width: auto;
    float: right
}

.make-appointment-psychology .appointment-form .btn-make-app:hover {
    background-color: #fff;
    border-color: #fff;
    color: #535276
}

.make-appointment-psychology .make-app-btn {
    top: auto;
    padding: 0 0 7px;
    background-color: transparent
}

.make-appointment-psychology .form-md-line-input .form-control {
    border-bottom-color: #5a5876;
    color: #9b9bb4
}

.make-appointment-psychology .form-md-line-input.form-md-floating-label .form-control ~ label {
    color: #9b9bb4
}

.wedo-psychology-wrapper {
    position: relative
}

.wedo-psychology-wrapper img {
    position: absolute;
    bottom: 0;
    left: 59%;
    height: 475px;
    margin-left: -280px;
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg)
}

.wedo-psychology-wrapper .wedo-psychology-inner {
    position: absolute;
    right: 0;
    left: 59%;
    top: 0;
    bottom: 0;
    margin-left: -15px;
    z-index: 1
}

.wedo-psychology-wrapper .howwedo-left-wrapper {
    padding: 0 0 0 55px;
    position: relative
}

.wedo-psychology-wrapper .howwedo-left-wrapper .sub-header {
    color: #cdcbf7
}

.wedo-psychology-wrapper .howwedo-left-wrapper .typo-line:before {
    background-color: #9b99d9
}

.wedo-psychology-wrapper .howwedo-left-wrapper .typo-line:after {
    background-color: #fff
}

.wedo-psychology-wrapper .howwedo-left-wrapper .description {
    color: #d8d7fc
}

.wedo-psychology-wrapper .howwedo-left-wrapper .howwedo-wrapper .description,
.wedo-psychology-wrapper .howwedo-left-wrapper .list-howwedo li > .description {
    color: #e8e7f9
}

.wedo-psychology-wrapper .howwedo-left-wrapper .list-howwedo li > .description:before {
    color: #a4a2f1
}

.wedo-psychology-left {
    width: 41.6667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.wedo-psychology-left .header ~ .description {
    color: #51616b;
    margin: 2px 0 40px
}

.wedo-psychology-left .description {
    color: #63727b;
    margin: 0;
    width: 100%
}

.wedo-psychology-left .faq-group {
    margin: 0
}

.wedo-psychology-left .faq-group .panel + .panel {
    margin-top: 32px
}

.wedo-psychology-left .faq-panel {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none
}

.wedo-psychology-left .faq-panel > .panel-heading + .panel-collapse > .panel-body {
    border: 0;
    padding: 25px 0 0 30px
}

.wedo-psychology-left .faq-panel .panel-heading {
    position: relative;
    color: #51616b;
    background-color: transparent;
    border: 0;
    padding: 0;
    border-bottom: 2px solid #dae6e8;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s
}

.wedo-psychology-left .faq-panel .panel-heading:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    content: '+';
    font-size: 14px;
    width: 30px;
    line-height: 30px;
    background-color: #d5e2e4;
    color: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s
}

.wedo-psychology-left .faq-panel .panel-heading.active {
    color: #51616b
}

.wedo-psychology-left .faq-panel .panel-heading.active:before {
    content: '-';
    background-color: #6c69de;
    color: #fff
}

.wedo-psychology-left .panel-heading.active .panel-title a,
.wedo-psychology-left .panel-title:hover a,
.wedo-psychology-left .panel-title:focus a {
    color: #6c69de
}

.wedo-psychology-left .description {
    margin-bottom: 25px
}

.wedo-psychology-left .description:last-child {
    margin-bottom: 0
}

.wedo-psychology-right {
    width: 41%;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 1;
    position: relative
}

.video-psychology-wrapper {
    position: relative
}

.video-psychology-wrapper .video-thumbnails {
    padding-bottom: 40.35%
}
/*----------  3.33. home ent center  ----------*/
.home-ent-center {
    position: relative
}

.home-ent-center .typo-line:after {
    background-color: #f1622a
}

.home-ent-center .sub-header {
    color: #22adf9
}

.home-ent-center .video-thumbnails {
    margin-top: 30px;
    padding-bottom: 40.35%
}

.home-ent-center.btn-wrapper .btn {
    background-color: #22adf9;
    border-color: #22adf9
}

.home-ent-center.btn-wrapper .btn:hover {
    color: #22adf9;
    background-color: #fff
}

.home-ent-center.btn-wrapper .btn-transparent {
    color: #22adf9
}

.home-ent-center .about-us-initial {
    text-align: center
}

.home-ent-center .about-us-initial .description {
    width: 55%;
    margin: auto
}

.home-ent-center.about-us-wrapper .about-us-content .btn-wrapper {
    margin-top: 33px
}

.home-ent-center.about-us-wrapper .about-us-content .btn-wrapper .btn {
    border-color: #f1622a;
    background-color: #f1622a
}

.home-ent-center.about-us-wrapper .about-us-content .btn-wrapper .btn:hover {
    background-color: #fff;
    color: #f1622a
}

.home-ent-center.about-us-wrapper .about-us-content img {
    padding-left: 0;
    padding-bottom: 0;
    bottom: 0;
    width: auto;
    height: 100%
}

.home-ent-center.slider-medic .owl-nav .owl-prev,
.home-ent-center.slider-medic .owl-nav .owl-next {
    border-color: #22adf9;
    color: #22adf9
}

.home-ent-center.testimonials .slider-testimonials-inner {
    border-color: #dbe7e9
}

.home-ent-center.testimonials .close-bracket-wrapper .line-top {
    background-color: #dbe7e9
}

.home-ent-center.testimonials .close-bracket-wrapper i {
    color: #f1622a
}

.home-ent-center.testimonials .nav-testimonial .nav-testimonial-inner-left,
.home-ent-center.testimonials .nav-testimonial .nav-testimonial-inner-right {
    border: 2px solid #dbe7e9
}

.home-ent-center.testimonials .sub-header {
    color: #51616b
}

.home-ent-center.testimonials .description {
    color: #63727b
}

.home-ent-center .progress-inner .counter-inner {
    color: #fff
}

.home-ent-center.our-team .team-inner .team-flipcard .back {
    background-color: rgba(34, 173, 249, 0.83)
}

.home-ent-center.our-team .team-inner .team-sub-title {
    color: #22adf9
}

.home-ent-center.our-team .team-inner:after {
    border-color: #22adf9
}

.home-ent-center.our-team .team-inner .line-effect:before,
.home-ent-center.our-team .team-inner .line-effect:after {
    background-color: #22adf9
}

.home-ent-center.our-team .team-inner:hover:before {
    border-bottom-color: #22adf9
}

.home-ent-center.why-choose-us-wrapper .why-choose-us-title {
    color: #51616b
}

.home-ent-center.why-choose-us-wrapper .description {
    color: #63727b
}

.home-ent-center.why-choose-us-wrapper .btn-wrapper .btn {
    background-color: #22adf9;
    border-color: #22adf9;
    color: #fff
}

.home-ent-center.why-choose-us-wrapper .btn-wrapper .btn:hover {
    background-color: #fff;
    color: #22adf9
}

.home-ent-center.why-choose-us-wrapper img {
    margin-right: -910px;
    bottom: -10px;
    height: 525px
}

.whatwedo-ent-center {
    background-color: #1c262d;
    text-align: center
}

.whatwedo-ent-center .typo-line:before {
    background-color: #384955
}

.whatwedo-ent-center .header a,
.whatwedo-ent-center .services-content .services-title a {
    color: #fff
}

.whatwedo-ent-center .header:hover a,
.whatwedo-ent-center .services-content .services-title:hover a {
    color: #22adf9
}

.whatwedo-ent-center .services-content .description {
    color: #90a0a9
}

.whatwedo-ent-center .services-wrapper {
    text-align: left;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: -60px
}

.whatwedo-ent-center .services-content.style-3 .btn-for-icon:before {
    background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(255, 255, 255, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    z-index: 1
}

.whatwedo-ent-center .slick-dots li button:before {
    color: white
}
/*----------  3.34. home dr nutrition  ----------*/
.home-nutrition .typo-line:after {
    background-color: #7fc241
}

.home-nutrition .sub-header {
    color: #693f17
}

.home-nutrition .btn-wrapper .btn {
    background-color: #7fc241;
    border-color: #7fc241
}

.home-nutrition .btn-wrapper .btn:hover {
    color: #7fc241;
    background-color: #fff
}

.home-nutrition .btn-wrapper .btn-transparent {
    color: #7fc241
}

.home-nutrition.slider-medic .btn-wrapper .btn:nth-child(1) {
    background-color: #7fc241;
    border-color: #7fc241;
    color: #fff
}

.home-nutrition.slider-medic .btn-wrapper .btn:nth-child(2) {
    background-color: #fff;
    border-color: #fff;
    color: #693f17
}

.home-nutrition.slider-medic .btn-wrapper .btn:hover {
    background-color: #fff;
    border-color: #7fc241;
    color: #7fc241
}

.home-nutrition.slider-medic .owl-nav .owl-prev,
.home-nutrition.slider-medic .owl-nav .owl-next {
    border-color: #7fc241;
    color: #7fc241
}

.home-nutrition.howwedo {
    background-color: #f1f7f8;
    background-image: none
}

.home-nutrition.howwedo:before {
    display: none
}

.home-nutrition.howwedo .video-thumbnails {
    padding-top: 57px
}

.home-nutrition.howwedo .howwedo-left-wrapper {
    padding: 0
}

.home-nutrition.howwedo .howwedo-left-wrapper .header,
.home-nutrition.howwedo .howwedo-left-wrapper .description {
    color: #51616b
}

.home-nutrition.howwedo .howwedo-left-wrapper .howwedo-wrapper .description {
    color: #63727b
}

.home-nutrition.howwedo .howwedo-title {
    color: #51616b
}

.home-nutrition.howwedo .btn-wrapper {
    margin-top: 32px
}

.home-nutrition.our-team {
    position: relative
}

.home-nutrition.our-team .team-flipcard .back {
    background-color: rgba(105, 63, 23, 0.83)
}

.home-nutrition.our-team .team-inner .team-sub-title {
    color: #693f17
}

.home-nutrition.our-team .team-inner:after {
    border-color: #693f17
}

.home-nutrition.our-team .team-inner .line-effect:before,
.home-nutrition.our-team .team-inner .line-effect:after {
    background-color: #693f17
}

.home-nutrition.our-team .team-inner:hover:before {
    border-bottom-color: #693f17
}

.home-nutrition.why-choose-us-wrapper .why-choose-us-title {
    color: #51616b
}

.home-nutrition.why-choose-us-wrapper .description {
    color: #63727b
}

.home-nutrition.why-choose-us-wrapper .btn-wrapper .btn {
    color: #fff
}

.home-nutrition.why-choose-us-wrapper .btn-wrapper .btn:hover {
    color: #7fc241
}

.home-nutrition.why-choose-us-wrapper img {
    margin-right: -950px;
    bottom: 0;
    height: 495px
}

.home-nutrition.testimonials {
    background-color: #7fc241
}

.home-nutrition.testimonials .slider-testimonials-inner {
    border-color: #90d551
}

.home-nutrition.testimonials .close-bracket-wrapper .line-top {
    background-color: #90d551
}

.home-nutrition.testimonials .close-bracket-wrapper i {
    color: #fff
}

.home-nutrition.testimonials .nav-testimonial .nav-testimonial-inner-left,
.home-nutrition.testimonials .nav-testimonial .nav-testimonial-inner-right {
    border: 2px solid #90d551
}

.home-nutrition.testimonials .sub-header {
    color: #fff
}

.home-nutrition.testimonials .description {
    color: #edfad1
}

.home-nutrition.testimonials img {
    position: absolute;
    top: -175px;
    left: 50%;
    margin-left: -1020px;
    display: none
}

.home-nutrition .progress-inner .counter-inner {
    color: #fff
}

.whatwedo-nutrition {
    padding-top: 30px
}

.nutrition-services-content {
    position: relative;
    border-top: 2px solid #e9eff2;
    border-bottom: 2px solid #e9eff2;
    border-left: 2px solid #693f17;
    border-right: 2px solid #693f17;
    padding: 40px 100px 40px 30px;
    z-index: 1
}

.nutrition-services-content:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.nutrition-services-content:hover:after {
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.nutrition-services-content:before,
.nutrition-services-content:after {
    position: absolute;
    content: '';
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    margin: auto;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.4s ease-in;
    transition: -webkit-transform 0.4s ease-in;
    transition: transform 0.4s ease-in;
    transition: transform 0.4s ease-in, -webkit-transform 0.4s ease-in;
    -webkit-transition: transform 0.4s ease-in;
    -moz-transition: transform 0.4s ease-in;
    -o-transition: transform 0.4s ease-in
}

.nutrition-services-content:before {
    border-top: 2px solid #693f17;
    border-bottom: 2px solid #693f17;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.nutrition-services-content:after {
    border-left: 2px solid #e9eff2;
    border-right: 2px solid #e9eff2;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.nutrition-services-content img {
    z-index: -1;
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    height: 100%;
    width: auto
}

.nutrition-services-content .services-title {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin: 0
}

.nutrition-services-content .description {
    margin-top: 11px
}

.nutrition-services-content .nutrition-btn {
    margin-top: 17px;
    font-weight: 900;
    font-size: 12px;
    color: #693f17;
    text-transform: uppercase;
    position: relative
}

.nutrition-services-content .nutrition-btn:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    top: auto;
    left: 0;
    bottom: -1px;
    background-color: #cca27a
}

.nutrition-services-content .nutrition-btn:hover,
.nutrition-services-content .nutrition-btn:focus {
    color: #7fc241;
    text-decoration: none
}

.nutrition-services-content .nutrition-btn:hover:before,
.nutrition-services-content .nutrition-btn:focus:before {
    background-color: #7fc241
}
/*----------  3.35. home ophthalmology  ----------*/
.home-ophthalmology .typo-line:after {
    background-color: #89a8c0
}

.home-ophthalmology .list-features {
    margin-top: -15px
}

.home-ophthalmology .list-features .feature-1,
.home-ophthalmology .list-features .feature-2,
.home-ophthalmology .list-features .feature-3,
.home-ophthalmology .list-features .feature-4 {
    width: 100%;
    padding-top: 15px
}

.home-ophthalmology .progress-inner .counter-inner {
    color: #fff
}

.home-ophthalmology.feature-wrapper .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%
}

.home-ophthalmology.feature-wrapper .owl-prev,
.home-ophthalmology.feature-wrapper .owl-next {
    position: absolute;
    font-size: 48px;
    color: #ebeaea;
    margin-top: -24px;
    left: -30px;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s
}

.home-ophthalmology.feature-wrapper .owl-prev:hover,
.home-ophthalmology.feature-wrapper .owl-next:hover {
    color: #cfcfcf
}

.home-ophthalmology.feature-wrapper .owl-next {
    left: auto;
    right: -30px
}

.home-ophthalmology.feature-wrapper .owl-dots {
    display: none
}

.home-ophthalmology.text-below-slider .btn-wrapper .btn-transparent {
    border-color: #fff;
    color: #fff
}

.home-ophthalmology.text-below-slider .btn-wrapper .btn-transparent:hover {
    background-color: #fff;
    color: #89a8c0
}

.home-ophthalmology.whatwedo .services-content .btn-for-icon i {
    color: #89a8c0
}

.home-ophthalmology.whatwedo .services-content .btn-for-icon .icon2 {
    background-color: #89a8c0;
    color: #fff
}

.home-ophthalmology.whatwedo .services-content .line {
    background-color: #89a8c0
}

.home-ophthalmology.whatwedo .services-content .services-title:hover a {
    color: #89a8c0
}

.home-ophthalmology.testimonials {
    background-color: #283138
}

.home-ophthalmology.testimonials .slider-testimonials-inner {
    border-color: #3d4b55
}

.home-ophthalmology.testimonials .close-bracket-wrapper .line-top {
    background-color: #3d4b55
}

.home-ophthalmology.testimonials .close-bracket-wrapper i {
    color: #89a8c0
}

.home-ophthalmology.testimonials .nav-testimonial .nav-testimonial-inner-left,
.home-ophthalmology.testimonials .nav-testimonial .nav-testimonial-inner-right {
    border: 2px solid #647480
}

.home-ophthalmology.testimonials .sub-header {
    color: #fff
}

.home-ophthalmology.testimonials .description {
    color: #a6b4bd
}

.home-ophthalmology.testimonials img {
    position: absolute;
    top: -175px;
    left: 50%;
    margin-left: -1020px;
    display: none
}
/*----------  3.36. home orthopedic  ----------*/
.home-orthopedic .typo-line:after {
    background-color: #e68a59
}

.home-orthopedic.slider-medic .sub-header,
.home-orthopedic.slider-medic .header {
    color: #fff
}

.home-orthopedic.slider-medic .description {
    color: #f4f4f4
}

.home-orthopedic.slider-medic .owl-nav .owl-prev,
.home-orthopedic.slider-medic .owl-nav .owl-next {
    border-color: #e68a59;
    color: #e68a59
}

.home-orthopedic.feature-wrapper .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%
}

.home-orthopedic.feature-wrapper .owl-prev,
.home-orthopedic.feature-wrapper .owl-next {
    position: absolute;
    font-size: 48px;
    color: #ebeaea;
    margin-top: -24px;
    left: -30px;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s
}

.home-orthopedic.feature-wrapper .owl-prev:hover,
.home-orthopedic.feature-wrapper .owl-next:hover {
    color: #cfcfcf
}

.home-orthopedic.feature-wrapper .owl-next {
    left: auto;
    right: -30px
}

.home-orthopedic.feature-wrapper .owl-dots {
    display: none
}

.home-orthopedic.text-below-slider .btn-wrapper .btn-transparent {
    border-color: #fff;
    color: #fff
}

.home-orthopedic.text-below-slider .btn-wrapper .btn-transparent:hover {
    background-color: #fff;
    color: #e68a59
}

.home-orthopedic.whatwedo .services-content .btn-for-icon i {
    color: #e68a59
}

.home-orthopedic.whatwedo .services-content .btn-for-icon .icon2 {
    background-color: #e68a59;
    color: #fff
}

.home-orthopedic.whatwedo .services-content .line {
    background-color: #e68a59
}

.home-orthopedic.whatwedo .services-content .services-title:hover a {
    color: #e68a59
}

.home-orthopedic.why-choose-us-wrapper-new {
    position: relative;
    padding: 100px 0
}

.home-orthopedic.why-choose-us-wrapper-new:before {
    display: none
}

.home-orthopedic.why-choose-us-wrapper-new .header {
    color: #fff
}

.home-orthopedic.why-choose-us-wrapper-new .header ~ .description {
    color: #aec5d1;
    margin: 2px 0 40px
}

.home-orthopedic.why-choose-us-wrapper-new .description {
    color: #a6b4bd;
    margin: 0;
    width: 100%
}

.home-orthopedic.why-choose-us-wrapper-new .faq-group {
    margin: 0
}

.home-orthopedic.why-choose-us-wrapper-new .faq-group .panel + .panel {
    margin-top: 32px
}

.home-orthopedic.why-choose-us-wrapper-new .faq-panel {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none
}

.home-orthopedic.why-choose-us-wrapper-new .faq-panel > .panel-heading + .panel-collapse > .panel-body {
    border: 0;
    padding: 25px 0 0 30px
}

.home-orthopedic.why-choose-us-wrapper-new .faq-panel .panel-heading {
    position: relative;
    color: #fff;
    background-color: transparent;
    border: 0;
    padding: 0;
    border-bottom: 2px solid #323d44;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s
}

.home-orthopedic.why-choose-us-wrapper-new .faq-panel .panel-heading:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    content: '+';
    width: 30px;
    line-height: 30px;
    background-color: #344048;
    color: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s
}

.home-orthopedic.why-choose-us-wrapper-new .faq-panel .panel-heading.active {
    color: #fff
}

.home-orthopedic.why-choose-us-wrapper-new .faq-panel .panel-heading.active:before {
    content: '-';
    background-color: #5f6a71
}

.home-orthopedic.why-choose-us-wrapper-new .panel-heading.active .panel-title a,
.home-orthopedic.why-choose-us-wrapper-new .panel-title:hover a,
.home-orthopedic.why-choose-us-wrapper-new .panel-title:focus a {
    color: #e68a59;
}

.home-orthopedic.why-choose-us-wrapper-new .description {
    margin-bottom: 25px
}

.home-orthopedic.why-choose-us-wrapper-new .description:last-child {
    margin-bottom: 0
}

.home-orthopedic.why-choose-us-wrapper-new img {
    position: absolute;
    top: 0;
    height: 100%;
    margin: auto;
    left: 58.3333%
}

.home-orthopedic.why-choose-us-wrapper .description {
    color: #ffe6e6
}

.home-orthopedic.why-choose-us-wrapper .btn-wrapper .btn-transparent:hover {
    color: #e68a59
}

.home-orthopedic.why-choose-us-wrapper img {
    margin-right: -1040px
}

.home-orthopedic.testimonials .slider-testimonials-inner {
    border-color: #3d4b55
}

.home-orthopedic.testimonials .close-bracket-wrapper .line-top {
    background-color: #3d4b55
}

.home-orthopedic.testimonials .close-bracket-wrapper i {
    color: #fff
}

.home-orthopedic.testimonials .nav-testimonial .nav-testimonial-inner-left,
.home-orthopedic.testimonials .nav-testimonial .nav-testimonial-inner-right {
    border: 2px solid #3d4b55
}

.home-orthopedic.testimonials .sub-header {
    color: #fff
}

.home-orthopedic.testimonials .description {
    color: #a6b4bd
}

.home-orthopedic.testimonials img {
    position: absolute;
    top: -175px;
    left: 50%;
    margin-left: -1020px;
    display: none
}
/*----------  3.37. landing page  ----------*/
.landing-page .sub-header {
    color: #52a5db
}

.landing-page .typo-line:after {
    background-color: #7fc241
}

.landing-page.slider-medic .header {
    color: #fff
}

.landing-page.slider-medic .description {
    color: #f8f8f8
}

.landing-page.slider-medic .owl-nav .owl-prev,
.landing-page.slider-medic .owl-nav .owl-next {
    border-color: #7fc241;
    color: #7fc241
}

.landing-page.slider-medic .btn-wrapper .btn:nth-child(1) {
    background-color: #7fc241;
    border-color: #7fc241;
    color: #fff
}

.landing-page.slider-medic .btn-wrapper .btn:nth-child(2) {
    background-color: #fff;
    border-color: #fff;
    color: #693f17
}

.landing-page.slider-medic .btn-wrapper .btn:hover {
    background-color: #fff;
    border-color: #7fc241;
    color: #7fc241
}

.landing-page.whatwedo-landing-page {
    text-align: center
}

.landing-page.whatwedo-landing-page .services-wrapper {
    display: inline-block;
    margin-top: 80px;
    margin-bottom: -60px
}

.landing-page.whatwedo-landing-page .services-content {
    text-align: left
}

.landing-page.about-us-wrapper img {
    height: 100%;
    width: auto;
    padding-bottom: 55px;
    left: 66.67%;
    padding-left: 15px
}

.landing-page.why-choose-us-wrapper .why-choose-us-title {
    color: #51616b
}

.landing-page.why-choose-us-wrapper .description {
    color: #63727b
}

.landing-page.why-choose-us-wrapper .btn-wrapper .btn {
    color: #fff;
    background-color: #7fc241;
    border-color: #7fc241
}

.landing-page.why-choose-us-wrapper .btn-wrapper .btn:hover {
    color: #7fc241;
    background-color: #fff
}

.landing-page.why-choose-us-wrapper img {
    height: 495px;
    margin-right: -755px
}

.landing-page.testimonials .slider-testimonials-inner {
    border-color: #3d4b55
}

.landing-page.testimonials .close-bracket-wrapper .line-top {
    background-color: #3d4b55
}

.landing-page.testimonials .close-bracket-wrapper i {
    color: #fff
}

.landing-page.testimonials .nav-testimonial .nav-testimonial-inner-left,
.landing-page.testimonials .nav-testimonial .nav-testimonial-inner-right {
    border: 2px solid #3d4b55
}

.landing-page.testimonials .sub-header {
    color: #fff
}

.landing-page.testimonials .description {
    color: #a6b4bd
}

.landing-page.testimonials img {
    position: absolute;
    top: -175px;
    left: 50%;
    margin-left: -1020px;
    display: none
}

.landing-page .progress-inner .counter-inner {
    color: #fff
}

.landing-page.index-2 .appointment-form .btn-wrapper .btn {
    border-color: #7fc241;
    background-color: #7fc241
}

.landing-page.index-2 .appointment-form .btn-wrapper .btn:hover {
    background-color: #fff;
    color: #7fc241
}
/*----------  3.38. comming soon  ----------*/
.coming-soon-wrapper {
    position: relative;
    height: 100vh
}

.coming-soon-wrapper .coming-soon-header {
    font-size: 32px;
    line-height: 38px;
    color: #51616b;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin: 32px 0 22px
}

.coming-soon-wrapper .description {
    font-size: 15px
}

.coming-soon-wrapper .countdown-section {
    text-align: center;
    display: inline-block;
    margin: 52px 0 40px;
    position: relative
}

.coming-soon-wrapper .countdown-section + .countdown-section {
    margin-left: 60px
}

.coming-soon-wrapper .countdown-amount {
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #0f77ad;
    display: block;
    position: relative;
    margin-bottom: 35px
}

.coming-soon-wrapper .countdown-amount:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    top: auto;
    bottom: -22px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #86bc42
}

.coming-soon-wrapper .countdown-period {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #0f77ad
}

.coming-soon-wrapper .btn-wrapper .btn {
    padding: 0 23px
}

.coming-soon-1 .logo-brand {
    margin: auto
}

.coming-soon-1 .coming-soon-content {
    position: relative;
    text-align: center;
    padding: 80px 290px;
    background-color: rgba(255, 255, 255, 0.5)
}

.coming-soon-1 .coming-soon-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.coming-soon-2 .coming-soon-content {
    position: relative;
    width: 70%;
    padding-right: 110px
}

.coming-soon-2 .img-coming-soon-right {
    position: absolute;
    top: 0;
    right: 0;
    left: 67%;
    bottom: 0;
    margin: auto;
    overflow: hidden
}

.coming-soon-2 .img-coming-soon-right img {
    position: absolute;
    top: -9999px;
    left: -9999px
}

.coming-soon-2 .coming-soon-inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.coming-soon-2 .coming-soon-header,
.coming-soon-2 .countdown-amount,
.coming-soon-2 .countdown-period {
    color: #fff
}

.coming-soon-2 .description {
    color: #ecf1f4;
    width: 85%
}

.coming-soon-2 .countdown-amount:before {
    width: 50px;
    height: 2px;
    background-color: #349cab
}

.coming-soon-2 .countdown-section + .countdown-section .countdown-amount:after {
    content: ':';
    position: absolute;
    left: -33px;
    top: 40%;
    font-weight: normal;
    color: #fff;
    line-height: 0
}

.coming-soon-2 .btn-wrapper .btn-transparent {
    border-color: #fff;
    color: #fff
}

.coming-soon-2 .btn-wrapper .btn-transparent:hover {
    background-color: #349cab;
    border-color: #349cab
}

.coming-soon-2 .list-socials {
    position: absolute;
    bottom: 0;
    right: 42%
}

.coming-soon-2 .list-socials .socials-link {
    color: #fff
}
/*----------  3.28. timetable  ----------*/
.timetable-main {
    position: relative
}

.timetable-main .make-apppointment {
    margin-top: 100px
}

.timetable-main .appointment-content {
    text-align: center;
    border: 2px solid #d9e7ee
}

.timetable-main .appointment-content .typo-line {
    top: -12px;
    background-color: #fff;
    padding: 0 30px;
    margin-bottom: 1px
}

.timetable-main .appointment-content .typo-line:before {
    left: 30px;
    width: auto;
    right: 30px
}

.timetable-main .appointment-content .typo-line:after {
    width: 25%
}

.timetable-main .appointment-content .header {
    padding: 0 30px
}

.timetable-main .appointment-content .header ~ .description {
    margin-top: 9px;
    padding: 0 30px
}

.timetable-main .make-app-inner .make-app-btn {
    display: none
}

.timetable-main .appointment-form {
    text-align: left;
    top: auto;
    background-color: transparent;
    padding: 8px 15px 25px
}

.timetable-main .appointment-form .form-md-line-input .form-control {
    color: #7b8890;
    border-color: #d9e7ee
}

.timetable-main .appointment-form .form-md-line-input.form-md-floating-label .form-control ~ label {
    color: #7b8890
}

.timetable-main .appointment-form .btn-wrapper .btn {
    border-color: #0f77ad;
    background-color: #0f77ad
}

.timetable-main .appointment-form .btn-wrapper .btn:hover {
    background-color: #fff
}

.calendar {
    font-family: 'Montserrat', sans-serif
}
/* Enter your code */
/*=============================
 ======     END PAGE     ======
 =============================*/
/*=============================
 ======      ADDITIONAL      ======
 =============================*/

.text-random-departments:nth-child(odd) {
    text-align: left;
}

.text-random-departments:nth-child(even) {
    text-align: right;
}

.text-random-departments {
    cursor: pointer;
}
.xfieldimagegallery {margin: 0;padding: 0;  list-style: none;clear: both;}.xfieldimagegallery li {list-style: none;margin: 0;padding: 0; }.xfieldimagegallery li img {float: left;margin-right: 5px;border: 5px solid #fff;width: 100px;height: 100px;transition: box-shadow 0.5s ease;object-fit: cover;}.xfieldimagegallery li img:hover {box-shadow: 0px 0px 7px rgba(0,0,0,0.4);}.objectfit {object-fit: cover;width: 100%;height:255px!important}
.padding-top-50 {
    padding-top: 50px;
}
.yvelas-naxva {
    margin-top: 30px;
}
.yvelas-naxva a:hover {
    color: #51616b;
}
.margin-left-20 {
    margin-left: 20px;
}
.droshebi:hover {
    opacity: 0.8;
}
.appointments-menu-link {
    padding: 10px;
    border-radius: 0 10px;
    background-color: #ffc107;
}
.appointments-menu-link i, .appointments-menu-link p {
    color: #272727!important;
}

.appointments-menu-link:hover, .appointments-menu-link:focus, .appointments-menu-link:active {
    background-color: #ffa31c;
} 
.appointments-menu-link-mobile {
    display: none;
}
    
@media screen and (max-width: 768px) {
    .appointments-menu-link {
        display: none;
    }
    .appointments-menu-link-mobile {
        border-radius: 0 10px;
        background-color: #ffc107;
        display: inline-block;
        position: absolute;
        width: 16%;
        padding: 10px 2px;
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        color: #121212;
        top: 15px;
        right: 10px;
        height: 50px;
    }
    .appointments-menu-link-mobile:hover, .appointments-menu-link-mobile:focus, .appointments-menu-link-mobile:active {
        background-color: #ffa31c;
    }   
}
    