/* Css For Docpro */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/


/***

====================================================================
  Reset
====================================================================

 ***/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}


/***

====================================================================
  Global Settings
====================================================================

 ***/


body {
    font-size: 1.7vmin;
    color: #0c5460;
    line-height: normal;
    font-weight: 400;
    background: #ffffff;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
        padding: 0px 15px;
    }
}

.large-container {
    max-width: 1500px;
    padding: 0px 15px;
    margin: 0 auto;
}

.container-fluid {
    padding: 0px;
}

.auto-container {
    position: static;
    max-width: 85%;
    padding: 0px 15px;
    margin: 0 auto;
}

.small-container {
    max-width: 680px;
    margin: 0 auto;
}

.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;
    width: 100%;
    min-width: 300px;
}


a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

a:hover {
    text-decoration: none;
    outline: none;
}

input, button, select, textarea {
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1.5vmin;
}

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

input {
    transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}

p {
    position: relative;
    font-family: 'Poppins', sans-serif;
    color: #0c5460;
    font-weight: 400;
    margin: 0px;
    transition: all 500ms ease;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    color: #00224f;
    margin: 0px;
    transition: all 500ms ease;
}

/* Preloader */

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/Ripple.svg);
}

.centred {
    text-align: center;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}


figure {
    margin: 0px;
}

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

/** button **/

.theme-btn-one {
    position: relative;
    display: inline-block;
    font-size: 1.7vmin;
    line-height: normal;
    font-weight: 600;
    color: #fff !important;
    text-align: center;
    padding: 1.7vmin 3vmin;
    border-radius: 1vmin;
    z-index: 1;
    box-shadow: 0 1vmin 3vmin #d5edea;
    border: 2px solid #04a0a3;
    transition: all 500ms ease;
    cursor: pointer;
}

.theme-btn-one:hover{
    border: 2px solid #004E75; 
}

.theme-btn-one i {
    position: relative;
    font-size: 1.5vmin;
    margin-left: 0.9vmin;
}

.theme-btn-one:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 30px;
    left: 0px;
    top: 0px;
    z-index: -1;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.theme-btn-one:hover:before {
    transform: scale(1, 1);
}

.theme-btn-two {
    position: relative;
    display: inline-block;
    font-size: 1.8vmin;
    line-height: normal;
    font-weight: 600;
    text-align: center;
    padding: 1.5vmin 2vmin;
    border-radius: 1vmin;
    z-index: 1;
    border: 2px solid #ebeef1;
    transition: all 500ms ease;
}

.theme-btn-two:hover {
    color: #fff;
}

.pagination {
    position: relative;
    display: block;
}

.pagination li {
    display: inline-block;
    margin: 0px 3px;
}

.pagination li a {
    position: relative;
    display: inline-block;
    font-size: 1.7vmin;
    font-weight: 500;
    height: 4vmin;
    width: 4vmin;
    line-height: 4vmin;
    background: transparent;
    border: 1px solid #e6e8ec;
    border-radius: 50%;
    text-align: center;
    color: #004E75;
    z-index: 1;
    transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current {
    color: #fff;
    box-shadow: 0 10px 10px #d5edea;
}

.sec-pad {
    padding: 5vmin 0px 5vmin 0px;
}

.mr-0 {
    margin: 0px;
}

.scroll-top {
    width: 5vmin;
    height: 5vmin;
    line-height: 5vmin;
    position: fixed;
    bottom: 105%;
    right: 3vmin;
    font-size: 2vmin;
    z-index: 99;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    transition: 1s ease;
    border-radius: 50%;
}

.scroll-top.open {
    bottom: 5vmin;
}

.scroll-top span {
    color: #fff;
}

.sec-title {
    position: relative;
    display: block;
    margin-bottom: 5vmin;
}

.sec-title.centred {
    text-align: center !important;
}

.sec-title p {
    position: relative;
    display: inline-block;
    font-size: 1.7vmin;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 1.7vmin;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 5vmin;
    line-height: normal;
    font-weight: 400;
}

.sec-title.light h2 {
    color: #fff;
}


/***

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    left: 0px;
    top: 0px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    width: 100%;
    z-index: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/** header-top **/

.header-top {
    position: relative;
    padding-top: 30px;
}

.main-header.style-one .header-top .info {
    position: relative;
    display: inline-block;
    background: #ebf7f6;
    border-radius: 5px;
    padding: 4px 12px;
}

.header-top .info li {
    position: relative;
    display: inline-block;
    margin: 0px 15px;
}

.header-top .info li a {
    position: relative;
    display: inline-block;
    color: #004E75;
    text-transform: capitalize;
}

.header-top .info li a:hover {

}

.header-top .info li.language {
    position: relative;
    cursor: pointer;
}

.header-top .info li.city-list-top {
    position: relative;
    cursor: pointer;
}

.header-top .info li:last-child {
    margin-right: 0px;
}

.header-top .info li.language:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    left: 0px;
    top: 3px;
}

.header-top .info li.city-list-top:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    left: 0px;
    top: 3px;
}

.header-top .info li.language:after {
    position: absolute;
    top: 1px;
    right: 0px;
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-size: 1.4vmin;
    font-weight: 500;
    color: #004E75;
}

.header-top .info li.city-list-top:after {
    position: absolute;
    top: 1px;
    right: -5px;
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-size: 1.4vmin;
    font-weight: 500;
    color: #004E75;
}

.header-top .info li.language a {
    padding-right: 20px;
}

.header-top .info li.city-list-top a {
    padding-right: 13px;
}

.header-top .info li.language .language-dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 4px;
    width: 150px;
    padding: 5px 0px;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.header-top .info li.city-list-top .city-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 11px;
    width: 150px;
    padding: 5px 0px;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.header-top .info li.language:hover .language-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.header-top .info li.city-list-top:hover .city-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.header-top .info li.language .language-dropdown li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0px 15px !important;
}

.header-top .info li.city-list-top .city-dropdown li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0px 0px !important;
}

.header-top .info li.language .language-dropdown li:last-child {
    border: none;
}

.header-top .info li.city-list-top .city-dropdown li:last-child {
    border: none;
}

.header-top .info li.language .language-dropdown li a {
    position: relative;
    display: block;
    padding: 5px 0px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: left;
}

.header-top .info li.city-list-top .city-dropdown li a {
    position: relative;
    display: block;
    padding: 5px 0px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: left;
}

.header-top .info li.language .language-dropdown li a:hover {

}

.header-top .info li.city-list-top .city-dropdown li a:hover {

}

.main-header .logo-box .logo {
    position: relative;
    max-width: 15vmin;
    width: 100%;
    z-index: 1;
    padding: 1vmin;
}

.main-header .logo-box .logo img {
    position: relative;
    width: 100%;
    min-width: 14vmin;
}

.main-header.style-one .logo-box {
    position: relative;
    padding: 19px 100px 30px 0px;
}

.main-header .logo-box .pattern {
    position: absolute;
    top: -66px;
    right: 60px;
    width: 604px;
    height: 166px;
    background-repeat: no-repeat;
    z-index: 1;
}

.main-header .logo-box .bg-color {
    position: absolute;
    top: -66px;
    right: 0px;
    width: 5000px;
    height: 166px;
    clip-path: polygon(0% 0%, 100% 0%, 99% 100%, 0% 100%, 0% 0%);
}

.main-header .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-header .btn-box .theme-btn-one {
    padding: 12px 30px;
    font-size: 1.7vmin;
    font-weight: 500;
    box-shadow: 0 0 1vmin #d5edea;
}

.main-header .btn-box .theme-btn-one i {
    font-size: 1.7vmin;
    margin-right: 10px;
    top: 3px;
    margin-left: 0px;
}

.main-header .outer-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}


/** main-menu **/

.main-menu {
    float: left;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    margin: 0px;
}

.main-menu .navigation > li {
    position: inherit;
    float: left;
    z-index: 2;
    padding: 35px 0px;
    margin: 0px 3px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation > li:last-child {
    margin-right: 0px !important;
}

.main-menu .navigation > li:first-child {
    margin-left: 0px !important;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 1.7vmin;
    line-height: normal;
    font-weight: 500;
    padding: 0px 1.8vmin;
    opacity: 1;
    color: #004E75;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {

}

.main-menu .navigation > li > a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    left: 0px;
    bottom: -12px;
    transform: scale(0, 0);
    transition: all 500ms ease;
    display: none;
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before {
    transform: scale(1, 1);
}

.main-menu .navigation > li.dropdown > a:after {
    position: relative;
    top: 2px;
    right: -10px;
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu {
    position: absolute;
    left: inherit; 
    top: 100%;
    width: 25vmin;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 0px 0px;
    background: #00A0A3;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    /* -webkit-box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
  box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2); */
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    border-radius: 1vmin;
}

.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    padding: 0px 0px;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.main-menu .navigation > li:hover > ul > li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.main-menu .navigation > li > ul > li:nth-child(2n+1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+4) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+5) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+6) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+7) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+8) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a {
    position: relative;
    display: block;
    padding: 2vmin 2vmin;
    line-height: normal;
    font-weight: 400;
    font-size: 1.5vmin;
    text-transform: capitalize;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover {

}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > a:hover {

}

.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 0px;
    top: 14px;
    display: block;
    line-height: 24px;
    font-size: 1.5vmin;
    font-weight: 800;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    right: 100%;
    top: 0%;
    width: 230px;
    z-index: 100;
    display: none;
    padding: 10px 0px;
    background: #004E75;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.main-menu .navigation > li > ul > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    padding: 0px 30px;
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    padding: 0px 30px;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.main-menu .navigation > li > ul > li:hover > ul > li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+4) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 14px 0px;
    line-height: 24px;
    font-weight: 400;
    font-size: 1.5vmin;
    text-transform: capitalize;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {

}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 1.5vmin;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 99%;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0%;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: -32px;
    top: 66px;
    width: 34px;
    height: 30px;
    text-align: center;
    font-size: 1.7vmin;
    line-height: normal;
    color: #3b3b3b;
    cursor: pointer;
    display: none;
    z-index: 5;
    transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn {

}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
    display: none;
}

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
}

.menu-area .mobile-nav-toggler .icon-bar {
    position: relative;
    height: 2px;
    width: 30px;
    display: block;
    margin-bottom: 5px;
    background-color: #3b3b3b;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
    margin-bottom: 0px;
}

.main-header .sticky-header .logo-box {
    padding: 1vmin 0px !important;
}

.main-header .sticky-header .main-menu .navigation > li {
    padding: 2vmin 0px !important;
}


/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu {
    position: absolute;
    width: 100%;
    padding: 30px 50px;
    left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4 {
    margin-bottom: 15px;
    color: #fff;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 50px 25px;
    text-align: left;
    padding-bottom: 100px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #202020;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 10px;
    line-height: normal;
    width: 24px;
    text-align: center;
    font-size: 4vmin;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li > ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 1.4vmin;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li > a {
    font-size: 3.5vmin;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li > a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 5px solid #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current > a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 4vmin;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    background: #fff;
    color: #3b3b3b;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    padding: 0px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 1.5vmin;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {

}

div#mCSB_1_container {
    top: 0px !important;
}

.mobile-menu .contact-info {
    position: relative;
    padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
    position: relative;
    display: block;
    font-size: 1.4vmin;
    color: rgba(255, 255, 255, 0.80) !important;
    margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a {
    color: rgba(255, 255, 255, 0.80);
}

.mobile-menu .contact-info ul li a:hover {

}

.mobile-menu .contact-info ul li:last-child {
    margin-bottom: 0px;
}


/** banner-section **/

.banner-section {
    position: relative;
    overflow: hidden;
    padding: 65px 0px 70px 0px;
}

.select-box li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 24px;
}

.select-box li:last-child {
    margin: 0px !important;
}

.select-box .single-checkbox {
    position: relative;
    display: block;
}

.select-box label {
    position: relative;
    display: block;
    padding-left: 20px;
    margin-right: 0px;
    margin-bottom: 0;
    color: #004E75;
    font-size: 17px;
    line-height: normal;
    font-weight: 500;
    cursor: pointer;
}

.select-box input[type="radio"] {
    display: none;
}

.select-box input[type="radio"] + label span {
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    background-color: transparent;
    border: 2px solid #004E75;
    border-radius: 50%;
    cursor: pointer;
    transition: all 300ms ease;
}

.select-box label span:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: -2px;
    top: -2px;
    border-radius: 50%;
    opacity: 0;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.select-box input[type="radio"]:checked + label span:before {
    opacity: 1;
    transform: scale(1, 1);
}

.select-box input[type="radio"]:checked + label span {

}

.collectionpointinner .content-box{padding-left:1.5vmin;}


.banner-section .content-box h1 {
    display: block;
    font-size: 75px;
    line-height: 80px;
    margin-bottom: 31px;
    font-weight: 900;
}

.banner-section .content-box p {
    font-size: 20px;
    line-height: 28px;
    color: #004E75;
    margin-bottom: 43px;
}

.banner-section .content-box form .form-group {
    position: relative;
    margin-bottom: 21px;
    margin-right: 100px;
}

.banner-section .content-box form .form-group input[type='text'] {
    position: relative;
    width: 100%;
    height: 70px;
    background: #fff;
    border-radius: 40px;
    padding: 10px 90px 10px 30px;
    font-size: 1.5vmin;
    color: #848484;
    border: 1px solid #fff;
    box-shadow: 0 10px 30px rgb(57 202 187 / 15%);
    transition: all 500ms ease;
}

.banner-section .content-box form .form-group input:focus {
    border-color: #004E75;
}

.banner-section .content-box form .form-group button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    font-size: 1.7vmin;
    color: #fff;
    cursor: pointer;
    transition: all 500ms ease;
}

.banner-section .content-box form .form-group input:focus + button,
.banner-section .content-box form .form-group button:hover {
    background: #004E75;
}

.banner-section .image-box {
    position: relative;
    display: block;
    margin-left: -40px;
}

.banner-section .image-box .image img {
    max-width: none;
    float: left;
}

.banner-section .pattern-layer {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.owl-nav-none .owl-nav,
.owl-dots-none .owl-dots {
    display: none !important;
}


/** clients-section **/

.clients-section {
    position: relative;
    padding: 95px 0px;
}

.clients-section .clients-logo-box {
    position: relative;
    display: block;
    
}

.clients-section .clients-logo-box img {
    display: block;
    max-width: 150px;
    min-width: 150px;
    margin: 0 auto;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    object-fit: cover;
}

.clients-section .clients-logo-box img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

.clients-section .pattern-layer .pattern-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 382px;
    height: 234px;
    background-repeat: no-repeat;
}

.clients-section .pattern-layer .pattern-2 {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 405px;
    height: 211px;
    background-repeat: no-repeat;
}


/** feature-section **/

.feature-section {
    position: relative;
    padding: 120px 0px;
}

.feature-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 5vmin 2vmin 4vmin 2vmin;
    border-radius: 1vmin;
    overflow: hidden;
    box-shadow: 0 10px 30px #eaf2f1;
    transition: all 500ms ease;
    text-align: center;
    max-height: 31px;
    min-height: 31vmin;
}

.feature-block-one .inner-box:hover {
    box-shadow: 0 20px 30px #cee4e2;
}

.feature-block-one .inner-box .icon-box {
    position: relative;
    min-height: 14vmin;
    /* margin-bottom: 5px; */
    max-width: 50%;
    margin: 0 auto 4vmin auto;
}

.feature-block-one .inner-box .icon-box img {
    display: inline-block;
    max-height: 14vmin;
}

.feature-block-one .inner-box .icon-box img.hc-logos{
    width: 100%;
    height: auto;
    max-width: 10vmin;
}

.feature-block-one .inner-box p {
    color: #004E75;
    margin-bottom: 0px;
    font-size: 1.7vmin;
}

.feature-block-one .inner-box h3 {
    font-size: 2vmin;
    line-height: normal;
    font-weight: 900;
    margin-top: 2.5vmin;
    margin-bottom: 1vmin;
}

.feature-block:nth-child(2) .feature-block-one .inner-box h3 {

}

.feature-block:nth-child(3) .feature-block-one .inner-box h3 {

}

.feature-block:nth-child(4) .feature-block-one .inner-box h3 {

}

.feature-block-one .inner-box .link a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 54px;
    text-align: center;
    font-size: 1.5vmin;
    background: #e6f5f3;
    border-radius: 50%;
    transform: scale(1, 1);
}

.feature-block-one .inner-box:hover .link a {
    transform: scale(0, 0);
}

.feature-block-one .inner-box .btn-box {
    position: absolute;
    left: 0px;
    bottom: 45px;
    width: 100%;
    text-align: center;
}

.feature-block-one .inner-box .btn-box .theme-btn-one {
    padding: 12px 30px;
    font-size: 1.4vmin;
    font-weight: 600;
    transform: scale(0, 0);
}

.feature-block-one .inner-box:hover .btn-box .theme-btn-one {
    transform: scale(1, 1);
}

.feature-block-one .inner-box .pattern{
    display: none;
}

.feature-block-one .inner-box .pattern .pattern-1 {
    position: absolute;
    left: -30px;
    top: 0px;
    width: 229px;
    height: 103px;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .pattern .pattern-1 {
    left: 0px;
    opacity: 1;
    z-index: 1;
}

.feature-block-one .inner-box .pattern .pattern-2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 149px;
    height: 87px;
    opacity: 0;
    background-repeat: no-repeat;
    transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .pattern .pattern-2 {
    opacity: 1;
}

.feature-section .pattern-layer .pattern-1 {
    position: absolute;
    left: 80px;
    bottom: 0px;
    width: 299px;
    height: 142px;
    background-repeat: no-repeat;
}

.feature-section .pattern-layer .pattern-2 {
    position: absolute;
    right: 80px;
    top: 0px;
    width: 299px;
    height: 142px;
    background-repeat: no-repeat;
}


/** about-section **/

.about-section {
    position: relative;
    padding: 110px 0px 120px 0px;
}

.image_block_1 .image-box {
    position: relative;
    display: block;
    max-width: 570px;
}

.image_block_1 .image-box .image img {
    position: relative;
    max-width: none;
    float: right;
}

.image_block_1 .image-box:before {
    position: absolute;
    content: '';
    background: #b7e9e1;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    left: 5px;
    top: 150px;
}

.image_block_1 .image-box .pattern .pattern-1 {
    position: absolute;
    right: 120px;
    top: 105px;
    width: 560px;
    height: 491px;
    z-index: -1;
    background-repeat: no-repeat;
}

.image_block_1 .image-box .pattern .pattern-2 {
    position: absolute;
    left: 0px;
    top: 170px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    opacity: 0.7;
    -webkit-animation: zoom-fade 3s infinite linear;
    animation: zoom-fade 3s infinite linear;
}

.image_block_1 .image-box .pattern .pattern-3 {
    position: absolute;
    top: 167px;
    right: 168px;
    width: 124px;
    height: 144px;
    z-index: 1;
    background-repeat: no-repeat;
}

.about-section .content_block_1 .content-box {
    margin-left: 50px;
}

.content_block_1 .content-box .text {
    margin-bottom: 24px;
}

.list-style-one {
    position: relative;
    display: block;
}

.list-style-one li {
    position: relative;
    display: block;
    font-size: 1.7vmin;
    line-height: normal;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    color: #00224f;
    font-weight: 500;
    margin-bottom: 8px;
    padding-left: 30px;
}

.list-style-one li:last-child {
    margin-bottom: 0px;
}

.list-style-one li:before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    left: 0px;
    top: 6px;
    border-radius: 50%;
}

.content_block_1 .content-box .list-style-one {
    margin-bottom: 34px;
}

.content_block_1 .content-box .sec-title {
    margin-bottom: 24px;
}


/** process-section **/

.process-section {
    position: relative;
    padding: 115px 0px 120px 0px;
}

.process-section .sec-title {
    margin-bottom: 50px;
}

.process-section .inner-content {
    position: relative;
    background: #fff;
    border-radius: 1vmin;
    overflow: hidden;
}

.processing-block-one .inner-box {
    position: relative;
    display: block;
    padding: 47px 40px 46px 40px;
}

.processing-block-one .inner-box:after {
    position: absolute;
    content: '';
    width: 145px;
    height: 6px;
    bottom: 0px;
    right: 40px;
    transition: all 500ms ease;
}

.processing-block:nth-child(2) .processing-block-one .inner-box:after {

}

.processing-block-one .inner-box:hover:after {
    width: 100%;
    right: 0px;
}

.processing-block-one .inner-box:before {
    position: absolute;
    content: '';
    background: #e4f2f1;
    width: 1px;
    height: 100%;
    top: 0px;
    right: -15px;
}

.processing-block:last-child .processing-block-one .inner-box:before {
    display: none;
}

.processing-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    min-height: 97px;
    margin-bottom: 10px;
}

.processing-block-one .inner-box .icon-box span {
    position: absolute;
    top: -2px;
    right: -35px;
    font-size: 24px;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    color: #fff;
    background: #004E75;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 24, 73, 0.3);
}

.processing-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 2.5vmin;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 22px;
}

.processing-block-one .inner-box h3 a {
    display: inline-block;
    color: #00224f;
}

.processing-block-one .inner-box h3 a:hover {

}

.process-section .pattern-layer .pattern-1 {
    position: absolute;
    left: 70px;
    bottom: 0px;
    width: 299px;
    height: 142px;
    background-repeat: no-repeat;
}

.process-section .pattern-layer .pattern-2 {
    position: absolute;
    left: 150px;
    top: 110px;
    width: 460px;
    height: 387px;
    background-repeat: no-repeat;
}

.process-section .pattern-layer .pattern-3 {
    position: absolute;
    right: 70px;
    top: 0px;
    width: 382px;
    height: 285px;
    background-repeat: no-repeat;
}

.process-section .pattern-layer .pattern-4 {
    position: absolute;
    right: 135px;
    bottom: 30px;
    width: 460px;
    height: 387px;
    background-repeat: no-repeat;
}


/** testimonial-section **/

.testimonial-section {
    position: relative;
    padding: 120px 0px;
}

.testimonial-section .owl-stage-outer {
    overflow: visible;
}

.testimonial-section .owl-item {
    opacity: 0;
    transition: all 500ms ease;
}

.testimonial-section .owl-item.active {
    opacity: 1;
}

.testimonial-section .bg-layer {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    top: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.testimonial-section .testimonial-inner {
    position: relative;
    background: #fff;
    padding: 63px 150px 70px 70px;
    border-radius: 1vmin;
    overflow: hidden;
    box-shadow: 0 0px 30px rgba(0, 24, 73, 0.1);
}

.testimonial-block-one .inner-box {
    position: relative;
    display: block;
}

.testimonial-block-one .inner-box .text {
    position: relative;
    margin-bottom: 30px;
}

.testimonial-block-one .inner-box .text p {
    font-size: 1.7vmin;
    line-height: normal;
    color: #004E75;
}

.testimonial-block-one .inner-box .author-info {
    position: relative;
    display: block;
    padding: 10px 0px 6px 90px;
}

.testimonial-block-one .inner-box .author-info .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 24, 73, 0.1);
}

.testimonial-block-one .inner-box .author-info .author-thumb img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-block-one .inner-box .author-info h3 {
    position: relative;
    font-size: 2vmin;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 0px;
}

.testimonial-block-one .inner-box .author-info .designaion {
    position: relative;
    display: block;
    font-size: 1.5vmin;
    line-height: 24px;
}

.nav-style-one .owl-prev,
.nav-style-one .owl-next {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #004E75;
    box-shadow: 0 0px 50px #d5edea;
    cursor: pointer;
    transition: all 500ms ease;
}

.nav-style-one .owl-prev:hover,
.nav-style-one .owl-next:hover {
    color: #fff;
}

.testimonial-section .nav-style-one .owl-prev,
.testimonial-section .nav-style-one .owl-next {
    display: block;
}

.testimonial-section .nav-style-one .owl-prev {
    margin-bottom: 10px;
}

.testimonial-section .owl-nav {
    position: absolute;
    right: -90px;
    bottom: -25px;
}

.testimonial-section .testimonial-inner .pattern {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 202px;
    height: 250px;
    background-repeat: no-repeat;
}

.testimonial-section .pattern-layer .pattern-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 239px;
    height: 376px;
    background-repeat: no-repeat;
}

.testimonial-section .pattern-layer .pattern-2 {
    position: absolute;
    left: 280px;
    bottom: 150px;
    width: 174px;
    height: 174px;
    background-repeat: no-repeat;
}

.bg-color-3 {
    background: #f3f3f9;
}


/** team-section **/

.team-section {
    position: relative;
    padding: 115px 0px 120px 0px;
}

.team-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    border-radius: 1vmin;
    padding: 35px 40px 31px 170px;
    margin-bottom: 30px;
    box-shadow: 0 20px 50px rgba(0, 24, 73, 0.07);
}

.team-block-one .inner-box .image-box {
    position: absolute;
    left: 40px;
    top: 40px;
    width: 100px;
    height: 100px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 24, 73, 0.2);
}

.team-block-one .inner-box .image-box img {
    width: 100%;
    border-radius: 20px;
}

.team-block-one .inner-box .content-box .like-box {
    position: absolute;
    top: 5px;
    right: 0px;
}

.team-block-one .inner-box .content-box .like-box a {
    position: relative;
    display: inline-block;
    font-size: 1.4vmin;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #eaf8f6;
    border-radius: 50%;
    z-index: 1;
}

.team-block-one .inner-box .content-box .like-box a:hover {
    color: #fff;
}

.team-block-one .inner-box .content-box .name-box li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
    font-size: 20px;
}

.team-block-one .inner-box .content-box .name-box li:nth-child(2) {
    top: 2px;
}

.team-block-one .inner-box .content-box .name-box li:last-child {
    top: 2px;
}

.team-block-one .inner-box .content-box .name-box li:last-child {
    margin: 0px !important;
}

.team-block-one .inner-box .content-box .name-box li h3 {
    position: relative;
    display: block;
    font-size: 2vmin;
    line-height: normal;
    font-weight: 700;
}

.team-block-one .inner-box .content-box .name-box li h3 a {
    display: inline-block;
    color: #004E75;
}

.team-block-one .inner-box .content-box .name-box li h3 a:hover {

}

.team-block-one .inner-box .content-box .designation {
    position: relative;
    display: block;
    font-size: 1.4vmin;
    line-height: 24px;
    margin-bottom: 8px;
}

.team-block-one .inner-box .content-box .text {
    position: relative;
    margin-bottom: 9px;
}

.team-block-one .inner-box .content-box .text p {
    line-height: normal;
}

.team-block-one .inner-box .content-box .rating li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 14px;
    margin-right: 3px;
}

.team-block-one .inner-box .content-box .rating li:last-child {
    margin-right: 0px !important;
    margin-left: 5px !important;
}

.team-block-one .inner-box .content-box .rating li a {
    display: inline-block;
    font-size: 1.4vmin;
    position: relative;
    color: #0c5460;
}

.team-block-one .inner-box .content-box .rating li a:hover {

}

.team-block-one .inner-box .content-box .rating,
.team-block-one .inner-box .content-box .link {
    position: relative;
    display: inline-block;
    float: left;
}

.team-block-one .inner-box .content-box .link {
    padding-left: 15px;
    margin-left: 15px;
}

.team-block-one .inner-box .content-box .link a {
    font-size: 1.4vmin;
}

.team-block-one .inner-box .content-box .link a:hover {
    color: #004E75 !important;
}

.team-block-one .inner-box .content-box .link.not-available a {

}

.team-block-one .inner-box .content-box .link:before {
    position: absolute;
    content: '';
    background: #e5e5e5;
    width: 1px;
    height: 18px;
    left: 0px;
    top: 4px;
}

.team-block-one .inner-box .content-box .rating-box {
    position: relative;
    margin-bottom: 5px;
}

.team-block-one .inner-box .content-box .location-box {
    position: relative;
    display: block;
}

.team-block-one .inner-box .content-box .location-box p {
    font-size: 1.4vmin;
    color: #0c5460;
}

.team-block-one .inner-box .content-box .location-box p i {
    margin-right: 8px;
}

.team-block-one .inner-box .pattern .pattern-1 {
    position: absolute;
    left: -30px;
    top: 0px;
    width: 254px;
    height: 115px;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 500ms ease;
}

.team-block-one .inner-box:hover .pattern .pattern-1 {
    left: 0px;
    opacity: 1;
}

.team-block-one .inner-box .pattern .pattern-2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 208px;
    height: 104px;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 500ms ease;
}

.team-block-one .inner-box:hover .pattern .pattern-2 {
    opacity: 1;
}

.team-section .more-btn {
    position: relative;
    margin-top: 30px;
}

.team-section .sec-title {
    margin-bottom: 50px;
}


/** search-doctors **/

.search-doctors {
    position: relative;
    padding: 115px 0px 120px 0px;
}

.doctors-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 60px 40px;
    border-radius: 1vmin;
}

.doctors-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 2.5vmin;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 27px;
}

.doctors-block-one .inner-box .doctors-list li {
    position: relative;
    display: block;
    font-size: 1.5vmin;
    line-height: normal;
    color: #004E75;
    margin-bottom: 10px;
}

.doctors-block-one .inner-box .doctors-list li:last-child {
    margin-bottom: 0px;
}

.doctors-block-one .inner-box .doctors-list li a {
    display: inline-block;
    color: #004E75;
}

.doctors-block-one .inner-box .doctors-list li a:hover {

}

.doctors-block-one .inner-box .doctors-list {
    position: relative;
    margin-bottom: 32px;
}

.doctors-block-one .inner-box .btn-box {
    position: absolute;
    left: 40px;
    bottom: 60px;
    transform: scale(0, 0);
    z-index: 1;
    transition: all 500ms ease;
}

.doctors-block-one .inner-box:hover .btn-box {
    transform: scale(1, 1);
}

.doctors-block-one .inner-box .btn-box .theme-btn-one {
    padding: 12px 30px;
}

.doctors-block-one .inner-box .pattern {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 193px;
    height: 99px;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 500ms ease;
}

.doctors-block-one .inner-box:hover .pattern {
    opacity: 1;
}

.doctors-block-one .inner-box .link a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 54px;
    text-align: center;
    font-size: 1.5vmin;
    background: #e6f5f3;
    border-radius: 50%;
    opacity: 1;
    transition: all 500ms ease;
}

.doctors-block-one .inner-box:hover .link a {
    opacity: 0;
}

.search-doctors .pattern-layer .pattern-1 {
    position: absolute;
    right: 70px;
    top: 0px;
    width: 348px;
    height: 227px;
    background-repeat: no-repeat;
}

.search-doctors .pattern-layer .pattern-2 {
    position: absolute;
    left: 190px;
    top: 120px;
    width: 460px;
    height: 387px;
    background-repeat: no-repeat;
}

.search-doctors .pattern-layer .pattern-3 {
    position: absolute;
    right: 115px;
    bottom: 60px;
    width: 460px;
    height: 387px;
    background-repeat: no-repeat;
}


/** cta-section **/

.cta-section {
    position: relative;
    padding-top: 80px;
}

.cta-section .image-box {
    position: relative;
    z-index: 1;

    margin-top: -125px;
}

.cta-section .image-box .image {
    position: relative;
    margin-bottom: -95px;
}

.cta-section .content_block_2 .content-box {
    position: relative;
    padding-bottom: 120px;
    margin-top: 35px;
}

.content_block_2 .content-box .text {
    position: relative;
    margin-bottom: 40px;
}

.content_block_2 .content-box .text p {
    color: #fff;
}

.content_block_2 .content-box .btn-box .download-btn {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 1.4vmin;
    line-height: normal;
    font-weight: 600;
    color: #fff;
    padding: 16px 50px 15px 90px;
    border-radius: 40px;
    z-index: 1;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.content_block_2 .content-box .btn-box .download-btn.app-store {
    margin-right: 30px;
}

.content_block_2 .content-box .btn-box .download-btn.play-store {

}

.content_block_2 .content-box .btn-box .download-btn i {
    position: absolute;
    left: 37px;
    top: 16px;
    font-size: 45px;
}

.content_block_2 .content-box .btn-box .download-btn span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
}

.content_block_2 .content-box .btn-box .download-btn h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: normal;
    color: #fff;
    font-weight: 600;
    transition: all 500ms ease;
}

.content_block_2 .content-box .btn-box .download-btn:hover {
    background: #004E75 !important;
}

.content_block_2 .content-box .btn-box .download-btn:hover h3 {
    color: #fff;
}

.content_block_2 .content-box .sec-title {
    margin-bottom: 32px;
}

.cta-section .pattern-layer .pattern-1 {
    position: absolute;
    left: 70px;
    bottom: 0px;
    width: 299px;
    height: 142px;
    background-repeat: no-repeat;
}

.cta-section .pattern-layer .pattern-2 {
    position: absolute;
    left: 240px;
    top: 15px;
    width: 460px;
    height: 387px;
    background-repeat: no-repeat;
}

.cta-section .pattern-layer .pattern-3 {
    position: absolute;
    right: 70px;
    top: 0px;
    width: 349px;
    height: 228px;
    background-repeat: no-repeat;
}


/** news-section **/

.news-section {
    position: relative;
    padding: 165px 0px 120px 0px;
}

.news-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 1vmin;
    box-shadow: 0 10px 30px rgba(0, 24, 73, 0.1);
}

.news-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    max-height: 24vmin;
}

#details .news-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    max-height: unset;
}

.news-block-one .inner-box .image-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0px;
    top: 0px;
    opacity: 0.9;
    z-index: 1;
    transition: all 500ms ease;
    display: none;
}

.news-block-one .inner-box:hover .image-box:before {
    height: 100%;
}

.news-block-one .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
    min-height: 24vmin;
}

#details .news-block-one .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
    min-height: unset;
    border-radius: 1.5vmin;
}

.news-block-one .inner-box:hover .image-box img {
    transform: scale(1.1);
}

.news-block-one .inner-box .image-box .link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    font-size: 0px;
    color: #fff;
    z-index: 2;
}

.news-block-one .inner-box .image-box .category {
    position: absolute;
    left: 3vmin;
    bottom: 2vmin;
    font-size: 1.2vmin;
    line-height: normal;
    font-weight: 500;
    color: #fff;
    padding: 0px 1.5vmin;
    border-radius: 3px;
    z-index: 2;
    text-transform: uppercase;
}

.news-block:nth-child(2) .news-block-one .inner-box .image-box .category {

}

.news-block:nth-child(3) .news-block-one .inner-box .image-box .category {

}

.news-block-one .inner-box .lower-content {
    position: relative;
    padding: 1.5vmin;
    max-height: 18vmin;
    min-height: 18vmin;
}

.news-block-one .inner-box .lower-content .link{
    position: absolute;
    bottom: 1.5vmin;
    right: 1.5vmin;
}

.news-block-one .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 2.2vmin;
    line-height: 3vmin;
    font-weight: 700;
    margin-bottom: 1.2vmin;
}

.news-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: #004E75;
    white-space: nowrap; 
  width: 100%; 
  overflow: hidden;
  text-overflow: ellipsis; 
}

.news-block-one p{font-size:1.8vmin;}

.news-block-one .inner-box .lower-content h3 a:hover {

}

.news-block-one .inner-box .lower-content .post-info li {
    position: relative;
    display: inline-block;
    font-size: 1.8vmin;
    margin-right: 2.5vmin;
    text-transform: uppercase;
}

.news-block-one .inner-box .lower-content .post-info li:last-child {
    margin: 0px !important;
    text-transform: capitalize;
}

.news-block-one .inner-box .lower-content .post-info li a {
    font-weight: 600;
    color: #2d2929;
}

.news-block-one .inner-box .lower-content .post-info li a:hover {

}

.news-block-one .inner-box .lower-content .post-info li img {
    margin-right: 1vmin;
}

.news-block-one .inner-box .lower-content .post-info {
    position: relative;
    margin-bottom: 2vmin;
}

.news-block-one .inner-box .lower-content .post-info li:before {
    position: absolute;
    content: '';
    background: #e5e7ec;
    width: 0.2vmin;
    height: 1.8vmin;
    top: 0vmin;
    right: -1.5vmin;
}

.news-block-one .inner-box .lower-content .post-info li:last-child:before {
    display: none;
}

.news-block-one .inner-box .lower-content .link a {
    position: relative;
    display: inline-block;
    width: 5vmin;
    height: 5vmin;
    line-height: 5.3vmin;
    text-align: center;
    font-size: 1.5vmin;
    background: #e6f5f3;
    border-radius: 50%;
    opacity: 1;
    transition: all 500ms ease;
}

.news-block-one .inner-box:hover .lower-content .link a {
    /* opacity: 0; */
}

.news-block-one .inner-box .lower-content .btn-box {
    position: absolute;
    left: 30px;
    bottom: 35px;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.news-block-one .inner-box .lower-content p {
    margin-bottom: 2.5vmin;
    font-size:1.8vmin;
}

.news-block-one .inner-box .lower-content .btn-box .theme-btn-one {
    padding: 12px 28px;
}

.news-block-one .inner-box:hover .lower-content .btn-box {
    transform: scale(1, 1);
}


/** agent-section **/

.agent-section {
    position: relative;
}

.agent-section .inner-container {
    position: relative;
    padding: 5vmin;
    border-radius: 1vmin;
    margin-bottom: -14vmin;
    z-index: 1;
}

.content_block_3 .content-box {
    position: relative;
    display: block;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    border-radius: 1vmin;
    padding: 3vmin;
    height: 15vmin;
}

.content_block_3 .content-box h3 {
    display: block;
    font-size: 2.8vmin;
    line-height: normal;
    font-weight: 900;
    color: #fff;
    margin-bottom: 14px;
}

.content_block_3 .content-box .support-box {
    position: relative;
    padding-left: 7.5vmin;
}

.content_block_3 .content-box .support-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 2.5vmin;
    line-height: normal;
}

.content_block_3 .content-box .support-box .icon-box:before {
    position: absolute;
    content: '';
    height: 6vmin;
    width: 6vmin;
    top: -0.5vmin;
    left: 0px;
    /* clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 60% 0%); */
    opacity: 0.1;
    border-radius: 1vmin;
}

.content_block_3 .content-box .support-box .icon-box i {
    margin: 1.3vmin 1.6vmin;
}

.content_block_3 .content-box .support-box span {
    font-size: 1.4vmin;
    line-height: normal;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1vmin;
    display: table;
}

.content_block_3 .content-box .support-box h3 {
    display: block;
    font-size: 2.2vmin;
    line-height: normal;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
}

.content_block_3 .content-box .support-box h3 a {
    display: inline-block;
}

.content_block_3 .content-box .support-box h3 a:hover {
    color: #fff;
}

.content_block_4 .content-box {
    position: relative;
    display: block;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    border-radius: 1vmin;
    padding: 3.1vmin;
    height: 15vmin;
}

.content_block_4 .content-box h3 {
    display: block;
    font-size: 2.8vmin;
    line-height: normal;
    font-weight: 900;
    color: #fff;
    margin-bottom: 1vmin;
}

.content_block_4 .content-box .subscribe-form .form-group {
    position: relative;
    margin: 0px;
    padding-right: 16vmin;
    border-radius: 30px;
    overflow: hidden;
}

.content_block_4 .content-box .subscribe-form .form-group input[type='email'] {
  position: relative;
    display: block;
    width: 95%;
    height: 5vmin;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.1);
    font-size: 15px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px 0px 0px 30px;
    transition: all 500ms ease;
}

.content_block_4 .content-box .subscribe-form .form-group input:focus {

}

.content_block_4 .content-box .subscribe-form .form-group button {
    display: flex;
    align-items: center;
    height: auto;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0px;
    padding: 1.7vmin 3vmin;
    box-shadow: none;
    transition: all 500ms ease;
    font-size: 1.5vmin;
    line-height: 0vmin;
}

.content_block_4 .content-box .subscribe-form .form-group button:before {
    border-radius: 0vmin 4vmin 4vmin 0vmin;
    background: #fff;
}

.content_block_4 .content-box .subscribe-form .form-group button:hover {

}

.content_block_4 .content-box .subscribe-form .form-group input::-webkit-input-placeholder {
    color: #fff;
}

.content_block_3 .content-box:before,
.content_block_4 .content-box:before {
    position: absolute;
    content: '';
    left: 40px;
    top: -1px;
    width: 145px;
    height: 5px;
}


/** main-footer **/

.main-footer {
    position: relative;
}

.footer-top {
    position: relative;
    background: #00A0A3;
    padding: 20vmin 0px 4vmin 0px;
}

.footer-top .pattern-layer .pattern-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 363px;
    height: 376px;
    background-repeat: no-repeat;
    opacity: 0.4;
}

.footer-top .pattern-layer .pattern-2 {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 470px;
    height: 365px;
    background-repeat: no-repeat;
    opacity: 0.4;
}

.footer-top .logo-widget .footer-logo {
    position: relative;
    max-width: 18vmin;
    width: 100%;
    margin-bottom: 2.3vmin;
}

.footer-top .logo-widget .footer-logo img {
    width: 100%;
}

.footer-top .logo-widget .text p {
    color: #fff;
    margin: 0px;
}

.footer-top .logo-widget {
    margin-right: 50px;
}

.footer-top .widget-title {
    position: relative;
    display: block;
    margin-bottom: 3.3vmin;
}

.footer-top .widget-title h3 {
    font-size: 2.5vmin;
    line-height: normal;
    color: #fff;
    font-weight: 700;
}

.footer-top .links-widget .links li {
    position: relative;
    display: block;
    margin-bottom: 5px;
}

.footer-top .links-widget .links li:last-child {
    margin-bottom: 0px;
}

.footer-top .links-widget .links li a {
    position: relative;
    display: inline-block;
    font-size: 1.7vmin;
    line-height: normal;
    color: #fff;
}

.footer-top .links-widget .links li a:hover {

}

.footer-top .links-widget .links li a:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    left: 0px;
    bottom: 0px;
    transition: all 500ms ease;
}

.footer-top .links-widget .links li a:hover:before {
    width: 100%;
}

.footer-top .links-widget {
    margin-left: 30px;
}

.footer-top .contact-widget .widget-content li {
    position: relative;
    display: block;
    font-size: 1.7vmin;
    line-height: normal;
    color: #fff !important;
    margin-bottom: 2vmin;
    padding-left: 3.4vmin;
}

.footer-top .contact-widget .widget-content li a {
    color: #fff;
}

.footer-top .contact-widget .widget-content li:last-child {
    margin-bottom: 0px;
}

.footer-top .contact-widget .widget-content li a:hover {

}

.footer-top .contact-widget .widget-content li i {
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 1.9vmin;
}

.footer-top .contact-widget .widget-content li:first-child i {
    top: 0px;
}

.footer-top .logo-widget {
    margin-top: -6px;
}

.footer-bottom {
    position: relative;
    width: 100%;
    background: #313131;
    padding: 15px 0px;
}

.footer-bottom .copyright p,
.footer-bottom .copyright p a {
    color: #fff;
}

.footer-bottom .copyright p a:hover {

}

.footer-bottom .footer-nav li {
    position: relative;
    display: inline-block;
    color: #fff;
    margin-right: 25px;
}

.footer-bottom .footer-nav li:last-child {
    margin: 0px !important;
}

.footer-bottom .footer-nav li a {
    color: #fff;
} 

.footer-bottom .footer-nav li a:hover {

}

.footer-bottom .footer-nav li:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 0.2vmin;
    height: 1.8vmin;
    top: 0vmin;
    right: -1.5vmin;
}

.footer-bottom .footer-nav li:last-child:before {
    display: none;
}


/***

====================================================================
                        Home-Page-Two
====================================================================

***/


/** header-style-two **/

.main-header.style-two .header-top {
    background: #004E75;
    padding: 1vmin 0px;
}

.main-header.style-two .header-top .info li a {
    color: #fff;
}

.main-header.style-two .header-top .info li.language:after {
    color: #fff;
}

.main-header.style-two .header-top .info li.city-list-top:after {
    color: #fff;
}

.main-header.style-two .header-top .top-left li {
    position: relative;
    display: inline-block;
    margin: 0px 40px 0px 0px;
    font-size: 1.4vmin;
    color: #fff;
    padding-left: 22px;
}

.main-header.style-two .header-top .top-left li:last-child {
    margin: 0px !important;
}

.main-header.style-two .header-top .top-left li a {
    color: #fff;
}

.main-header.style-two .header-top .top-left li a:hover {

}

.main-header.style-two .header-top .top-left li i {
    position: absolute;
    left: 0px;
    top: 6px;
    font-size: 1.4vmin;
}

.main-header.style-two .header-top .top-left li:before {
    /* position: absolute;
  content: '';
  background: rgba(255,255,255,0.2);
  width: 1px;
  height: 16px;
  top: 5px;
  right: -22px; */
}

.main-header.style-two .header-top .top-left li:last-child:before {
    display: none;
}

.main-header.style-two .logo-box {
    padding: 1vmin 0px;
}

.main-header.style-two .main-menu .navigation > li {
    padding: 2vmin 0px;
}


/** banner-style-two **/

.banner-section.style-two {
    position: relative;
    padding: 200px 0px 200px 0px;
}

.banner-section.style-two .content-box h1 {
    margin-bottom: 21px;
}

.banner-section.style-two .content-box p {
    margin-bottom: 33px;
}

.banner-section.style-two .bg-layer {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%, 0% 0%); */
}

.banner-section.style-two .pattern .pattern-1 {
    position: absolute;
    left: 40px;
    top: 0px;
    width: 366px;
    height: 257px;
    background-repeat: no-repeat;
}

.banner-section.style-two .pattern .pattern-2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 296px;
    height: 458px;
    background-repeat: no-repeat;
}

.banner-section.style-two .pattern .pattern-3 {
    position: absolute;
    left: 40px;
    bottom: 0px;
    width: 295px;
    height: 140px;
    background-repeat: no-repeat;
}

.banner-section.style-two .pattern .pattern-4 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 337px;
    height: 100%;
    background-repeat: no-repeat;
}


/** search-doctors-two **/

.search-doctors-two .doctors-block-one .inner-box {
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 24, 73, 0.1);
}

.search-doctors-two .inner-container {
    position: relative;
    margin-top: -140px;
    z-index: 1;
}

.search-doctors-two .doctors-block-one .inner-box .pattern-2 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 144px;
    height: 161px;
    background-repeat: no-repeat;
}


/** about-style-two **/

.about-style-two {
    position: relative;
    padding: 120px 0px;
}

.image_block_2 .image-box {
    position: relative;
    /* padding: 0px 100px 95px 60px; */
}

.about-style-two .image_block_2 .image-box {
    margin-right: 40px;
}

.image_block_2 .image-box .image {
    /* border-radius: 1vmin;
  box-shadow: 0 10px 40px rgba(0, 24, 73, 0.4); */
}

.image_block_2 .image-box .image img {
    width: 100%;
    border-radius: 1vmin;
}

.image_block_2 .image-box .image-2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.image_block_2 .image-box .image-content {
    position: absolute;
    top: 105px;
    right: 0px;
    background: #fff;
    max-width: 240px;
    width: 100%;
    border-radius: 1vmin;
    padding: 32px 20px 32px 90px;
    box-shadow: 17px 20px 80px rgba(0, 24, 73, 0.30);
}

.image_block_2 .image-box .image-content .icon-box {
    position: absolute;
    left: 23px;
    top: 23px;
}

.image_block_2 .image-box .image-content span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #004E75;
}

.image_block_2 .image-box .image-content h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: normal;
    font-weight: 900;
}

.image_block_2 .image-box .pattern .pattern-1 {
    position: absolute;
    left: 0px;
    top: 35px;
    width: 490px;
    height: 506px;
    background-repeat: no-repeat;
    z-index: -1;
}

.image_block_2 .image-box .pattern .pattern-2 {
    position: absolute;
    left: 60px;
    top: 0px;
    width: 123px;
    height: 144px;
    z-index: 1;
    background-repeat: no-repeat;
}

.image_block_2 .image-box .pattern .pattern-3 {
    position: absolute;
    right: 60px;
    top: 70px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    opacity: 0.8;
    z-index: 1;
    transition: all 500ms ease;
    -webkit-animation: zoom-fade 3s infinite linear;
    animation: zoom-fade 3s infinite linear;
}

.image_block_2 .image-box .pattern .pattern-4 {
    position: absolute;
    right: 20px;
    bottom: 50px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    opacity: 0.8;
    z-index: 1;
    transition: all 500ms ease;
    -webkit-animation: zoom-fade 3s infinite linear;
    animation: zoom-fade 3s infinite linear;
}

.image_block_2 .image-box .pattern .pattern-5 {
    position: absolute;
    left: 60px;
    top: 130px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 0.8;
    z-index: 1;
    transition: all 500ms ease;
    -webkit-animation: zoom-fade 3s infinite linear;
    animation: zoom-fade 3s infinite linear;
}


/** process-style-two **/

.process-style-two {
    position: relative;
    padding: 115px 0px 120px 0px;
}

.processing-block-two .inner-box {
    position: relative;
    display: block;
    padding: 0px 50px;
}

.process-style-two .inner-content {
    position: relative;
}

.process-style-two .inner-content .arrow {
    position: absolute;
    left: 270px;
    top: 65px;
    width: 650px;
    height: 51px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.processing-block-two .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 70px;
    line-height: 200px;
    text-align: center;
    margin-bottom: 33px;
    box-shadow: 0px 20px 40px rgba(0, 24, 73, 0.10);
}

.processing-block-two .inner-box .icon-box img {
    display: inline-block;
}

.processing-block-two .inner-box h3 {
    position: relative;
    display: block;
    font-size: 2vmin;
    line-height: normal;
    font-weight: 900;
}

.processing-block-two .inner-box h3 a {
    display: inline-block;
    color: #012550;
}

.processing-block-two .inner-box h3 a:hover {

}

.process-style-two .pattern-layer .pattern-1 {
    position: absolute;
    left: 150px;
    top: 110px;
    width: 460px;
    height: 387px;
    background-repeat: no-repeat;
}

.process-style-two .pattern-layer .pattern-2 {
    position: absolute;
    left: 70px;
    bottom: 0px;
    width: 299px;
    height: 142px;
    background-repeat: no-repeat;
}

.process-style-two .pattern-layer .pattern-3 {
    position: absolute;
    right: 70px;
    top: 0px;
    width: 382px;
    height: 285px;
    background-repeat: no-repeat;
}

.process-style-two .pattern-layer .pattern-4 {
    position: absolute;
    right: 140px;
    bottom: 30px;
    width: 460px;
    height: 387px;
    background-repeat: no-repeat;
}


/** team-style-two **/

.team-style-two {
    position: relative;
    padding: 110px 0px 140px 0px;
}

.team-block-two .inner-box {
    position: relative;
    display: block;
    border-radius: 1vmin;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 24, 73, 0.1);
    margin-bottom: 30px;
}

.team-block-two .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.team-block-two .inner-box .image-box a {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #eaf8f6;
    text-align: center;
    border-radius: 50%;
    font-size: 1.4vmin;
    z-index: 2;
}

.team-block-two .inner-box .image-box a:hover {
    color: #fff;
    background: #004E75;
}

.team-block-two .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.team-block-two .inner-box:hover .image-box img {
    transform: scale(1.1);
}

.team-block-two .inner-box .lower-content {
    position: relative;
    padding: 23px 30px 37px 30px;
}

.team-block-two .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 2vmin;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 0px;
}

.team-block-two .inner-box .lower-content h3 a {
    display: inline-block;
    color: #004E75;
}

.team-block-two .inner-box .lower-content h3 a:hover {

}

.team-block-two .inner-box .lower-content .designation {
    position: relative;
    display: block;
    font-size: 1.4vmin;
    margin-bottom: 5px;
}

.team-block-two .inner-box .lower-content .rating li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 14px;
    margin-right: 3px;
}

.team-block-two .inner-box .lower-content .rating li:last-child {
    margin-right: 0px;
}

.team-block-two .inner-box .lower-content .rating li a {
    display: inline-block;
    font-size: 1.4vmin;
    position: relative;
    color: #0c5460;
    margin-left: 6px;
}

.team-block-two .inner-box .lower-content .rating li a:hover {

}

.team-block-two .inner-box .lower-content .rating {
    position: relative;
    margin-bottom: 9px;
}

.team-block-two .inner-box .lower-content .location-box p {
    position: relative;
    padding-left: 20px;
    font-size: 1.4vmin;
    line-height: 20px;
}

.team-block-two .inner-box .lower-content .location-box p i {
    position: absolute;
    left: 0px;
    top: 2px;
    color: #c7c7c7;
}

.team-block-two .inner-box .pattern {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 153px;
    height: 82px;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 500ms ease;
}

.team-block-two .inner-box:hover .pattern {
    opacity: 1;
}

.team-style-two .more-btn {
    /* margin-top: 30px; */
}

.testimonial-section .image-layer {
    position: absolute;
    right: 290px;
    bottom: 0px;
}

.testimonial-section .pattern-layer .pattern-3 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/***

====================================================================
                        Home-Page-Three
====================================================================

***/


/** banner-style-three **/

.banner-section.style-three {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 115px 0px 315px 0px;
}

.banner-section.style-three:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.95;
}

.banner-section.style-three .pattern-layer {
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: inherit;
    width: 100%;
    height: 162px;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-section.style-three .content-box form .form-group input[type='text'] {
    box-shadow: 0 20px 30px rgba(57, 202, 187, 0.2);
}

.banner-section.style-three .content-box {
    max-width: 770px;
    margin: 0 auto;
}

.banner-section.style-three .content-box h1 {
    color: #fff;
    margin-bottom: 23px;
}

.banner-section.style-three .content-box p {
    color: #fff;
    margin-bottom: 33px;
}

.banner-section.style-three .select-box li {
    float: none;
    margin: 0px 12px;
}

.banner-section.style-three .select-box label {
    color: #fff;
}

.banner-section.style-three .content-box form .form-group {
    margin-right: 0px;
}

.banner-section.style-three .select-box input[type="radio"] + label span {
    border-color: #fff;
}

.anim-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.anim-icon .icon {
    position: absolute;
    background-repeat: no-repeat;
}

.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-y;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-y;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-y;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.float-bob-x {
    animation-name: float-bob-x;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-x;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-x;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-x;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-x;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.rotate-me {
    animation-name: rotateme;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 30s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 30s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.banner-section.style-three .anim-icon .icon-1 {
    width: 77px;
    height: 96px;
    left: 30px;
    top: 180px;
}

.banner-section.style-three .anim-icon .icon-2 {
    width: 338px;
    height: 226px;
    left: 150px;
    bottom: 100px;
}

.banner-section.style-three .anim-icon .icon-3 {
    width: 51px;
    height: 51px;
    left: 600px;
    bottom: 90px;
}

.banner-section.style-three .anim-icon .icon-4 {
    width: 76px;
    height: 77px;
    left: 50%;
    bottom: 150px;
}

.banner-section.style-three .anim-icon .icon-5 {
    width: 116px;
    height: 126px;
    left: 60%;
    bottom: 80px;
}

.banner-section.style-three .anim-icon .icon-6 {
    width: 84px;
    height: 73px;
    right: 275px;
    bottom: 230px;
}

.banner-section.style-three .anim-icon .icon-7 {
    width: 96px;
    height: 125px;
    right: 0px;
    bottom: 100px;
}

.banner-section.style-three .anim-icon .icon-8 {
    width: 79px;
    height: 76px;
    right: 60px;
    top: 200px;
}


/** category-section **/

.category-section {
    position: relative;
    padding: 115px 0px 120px 0px;
}

.category-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 70px;
    padding: 40px 15px;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 500ms ease;
}

.category-block-one .inner-box:hover {
    box-shadow: 0 20px 30px rgba(57, 202, 187, 0.15);
}

.category-block-one .inner-box .pattern .pattern-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 229px;
    height: 103px;
    opacity: 0;
    left: -30px;
    transition: all 500ms ease;
}

.category-block-one .inner-box:hover .pattern .pattern-1 {
    left: 0px;
    opacity: 1;
}

.category-block-one .inner-box .pattern .pattern-2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 149px;
    height: 87px;
    opacity: 0;
    transition: all 500ms ease;
}

.category-block-one .inner-box:hover .pattern .pattern-2 {
    opacity: 1;
}

.category-block-one .inner-box .icon-box {
    position: relative;
    min-height: 70px;
    margin-bottom: 15px;
}

.category-block-one .inner-box .icon-box img {
    transition: all 500ms ease;
    display: inline-block;
}

.category-block-one .inner-box:hover .icon-box img {
    transform: scale(1.1);
}

.category-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 25px;
}

.category-block-one .inner-box h3 a {
    display: inline-block;
    color: #004E75;
}

.category-block-one .inner-box h3 a:hover {

}

.category-block-one .inner-box .link a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 54px;
    text-align: center;
    font-size: 1.5vmin;
    background: #e6f5f3;
    border-radius: 50%;
    transform: scale(1, 1);
    transition: all 500ms ease;
}

.category-block-one .inner-box:hover .link a {
    transform: scale(0, 0);
}

.category-block-one .inner-box .btn-box {
    position: absolute;
    left: 0px;
    bottom: 40px;
    width: 100%;
    text-align: center;
}

.category-block-one .inner-box .btn-box a {
    padding: 12px 30px;
    transform: scale(0, 0);
}

.category-block-one .inner-box:hover .btn-box a {
    transform: scale(1, 1);
}

.category-section .more-btn {
    position: relative;
    /* margin-top: 30px; */
}

.category-section .pattern-layer .pattern-1 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 430px;
    height: 375px;
    background-repeat: no-repeat;
}

.category-section .pattern-layer .pattern-2 {
    position: absolute;
    right: 250px;
    top: 110px;
    width: 380px;
    height: 290px;
    background-repeat: no-repeat;
}

.mr-50 {
    margin-right: 50px;
}

.image_block_3 .image-box {
    position: relative;
    padding: 0px 60px 95px 100px;
    margin-right:
}

.about-style-two .image_block_3 .image-box {
    margin-left: 40px;
}

.image_block_3 .image-box .image {
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 24, 73, 0.4);
}

.image_block_3 .image-box .image img {
    width: 100%;
    border-radius: 15px;
}

.image_block_3 .image-box .image-2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.image_block_3 .image-box .image-content {
    position: absolute;
    top: 105px;
    left: 0px;
    background: #fff;
    max-width: 240px;
    width: 100%;
    border-radius: 1vmin;
    padding: 32px 20px 32px 90px;
    box-shadow: 17px 20px 80px rgba(0, 24, 73, 0.30);
}

.image_block_3 .image-box .image-content .icon-box {
    position: absolute;
    left: 23px;
    top: 23px;
}

.image_block_3 .image-box .image-content span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #004E75;
}

.image_block_3 .image-box .image-content h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: normal;
    font-weight: 900;
}

.image_block_3 .image-box .pattern .pattern-1 {
    position: absolute;
    left: 40px;
    top: 35px;
    width: 490px;
    height: 506px;
    background-repeat: no-repeat;
}

.image_block_3 .image-box .pattern .pattern-2 {
    position: absolute;
    top: 0px;
    right: 60px;
    width: 124px;
    height: 144px;
    background-repeat: no-repeat;
    z-index: 1;
}

.image_block_3 .image-box .pattern .pattern-3 {
    position: absolute;
    top: 70px;
    right: 0px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.5;
}


/** team-style-three **/

.team-style-three {
    position: relative;
    padding: 115px 0px 120px 0px;
}

.team-block-three .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 15px;
}

.team-block-three .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    max-height:100%;
}

.tab-content .team-block-three .inner-box .image-box img {
    transition: all 500ms ease;
    max-height: 28vmin;
    min-height: 28vmin;
    object-fit: cover;
    width: 100%;
    object-position: center;
}

.clinic-section .team-block-three .inner-box .image-box img {
    transition: all 500ms ease;
    max-height: 24vmin;
    min-height: 24vmin;
    object-fit: cover;
    width: 100%;
    object-position: center;
}

.tabs-content .team-block-three .inner-box .image-box img {
    transition: all 500ms ease;
    max-height: 24vmin;
    min-height: 25vmin;
    object-fit: cover;
    width: 100%;
    object-position: center;
}


.team-style-two .team-block-three .inner-box .image-box img {
    transition: all 500ms ease;
    max-height: 24vmin;
    min-height: 24vmin;
    object-fit: cover;
    width: 100%;
    object-position: center;
}

 .testgroup .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    max-height:450px;
}

.testgroup .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
    max-height:450px !important;
    height:450px !important;
}

.team-block-three .inner-box:hover .image-box img {
    transform: scale(1.1);
}

.team-block-three .inner-box .image-box a {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
    font-size: 1.4vmin;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #eaf8f6;
    border-radius: 50%;
    z-index: 1;
}

.team-block-three .inner-box .image-box a:hover {
    background: #004E75;
}

.team-block-three .inner-box .lower-content {
    position: relative;
     padding: 0vmin;
}

.team-block-three .inner-box .lower-content > div.p-3{
    padding: 1.5vmin;
}

.tab .team-block-three .inner-box .lower-content > div.lower-box{
    padding: 2.4vmin!important;
}

.team-block-three .inner-box .featuredtest{    
    padding-top:10px;
    padding-bottom:10px;
}

.team-block-three .inner-box .lower-content .name-box li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
    font-size: 20px;
}

.team-block-three .inner-box .lower-content .name-box li:nth-child(2) {
    top: 2px;
}

.team-block-three .inner-box .lower-content .name-box li:last-child {
    top: 2px;
}

.team-block-three .inner-box .lower-content .name-box li:last-child {
    margin: 0px !important;
}

.team-block-three .inner-box .lower-content .name-box li h3 {
    position: relative;
    display: block;
    font-size: 2vmin;
    line-height: normal;
    font-weight: 700;
}

.team-block-three .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 2.2vmin;
    line-height: normal;
    margin-bottom: 0.5vmin!important;
    font-weight: 700;
}

.team-block-three .inner-box .lower-content .name-box li h3 a {
    display: inline-block;
    color: #004E75;
}

.team-block-three .inner-box .lower-content a {
    
    color: #004E75;
    display: block;
    /*width: 170px;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

.team-block-three .inner-box .lower-content .name-box li h3 a:hover {

}

.team-block-three .inner-box .lower-content .designation {
    position: relative;
    display: block;
    font-size: 1.7vmin;
    line-height: normal;
    margin-bottom: 0px;
}

.team-block-three .inner-box .lower-content .rating li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 14px;
    margin-right: 3px;
}

.team-block-three .inner-box .lower-content .rating li:last-child {
    margin-right: 0px !important;
    margin-left: 5px !important;
}

.team-block-three .inner-box .lower-content .rating li a {
    display: inline-block;
    font-size: 1.4vmin;
    position: relative;
    color: #0c5460;
}

.team-block-three .inner-box .lower-content .rating li a:hover {

}

.team-block-three .inner-box .lower-content .rating-box {
    position: relative;
    margin-bottom: 0px;
}

.team-block-three .inner-box .lower-content .location-box {
    position: relative;
    display: block;
    margin-bottom: 22px;
}

.team-block-three .inner-box .lower-content .location-box p {
    font-size: 1.4vmin;
    color: #0c5460;
}

.team-block-three .inner-box .lower-content .location-box p i {
    margin-right: 8px;
}

.team-block-three .inner-box .lower-content .lower-box .text {
    position: relative;
    float: left;
    font-size: 1.4vmin;
    line-height: 44px;
}

.team-block-three .inner-box .lower-content .lower-box .text > div{
    margin-bottom: 0.5vmin;
    font-size: 1.7vmin;
}

.team-block-three .inner-box .lower-content .lower-box .text.not-available {

}

.team-block-three .inner-box .lower-content .lower-box a {
    position: relative;
    display: inline-block;
    float: right;
    font-size: 1.4vmin;
    line-height: normal;
    font-weight: 600;
    border: 2px solid #ebeef1;
    border-radius: 30px;
    text-align: center;
    padding: 7px 27px;
    text-align: center;
}

.team-block-three .inner-box .lower-content .lower-box a:hover {
    color: #fff;
}

.team-style-three .more-btn {
    position: absolute;
    top: 30px;
    right: 0px;
}

.team-style-three:before {
    position: absolute;
    content: '';
    width: calc(100% - 675px);
    height: 430px;
    top: 0px;
    right: 675px;
}

.team-style-three .pattern-layer .pattern-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 469px;
    height: 361px;
    background-repeat: no-repeat;
}

.team-style-three .pattern-layer .pattern-2 {
    position: absolute;
    right: 675px;
    top: 0px;
    width: 159px;
    height: 181px;
    background-repeat: no-repeat;
}

.team-style-three .pattern-layer .pattern-3 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 85px;
    height: 430px;
    background-repeat: no-repeat;
}


/** faq-section **/

.faq-section {
    position: relative;
}

.image_block_4 .image-box {
    position: relative;
    display: block;
    margin-right: 30px;
}

.image_block_4 .image-box .pattern {
    position: absolute;
    left: 0px;
    top: 120px;
    width: 558px;
    height: 449px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
}

.image_block_4 .image-box img {
    position: relative;
    width: 100%;
}

.faq-section .content_block_5 .content-box {
    margin-left: 40px;
    padding-bottom: 120px;
    margin-top: 30px;
}

.accordion-box .block {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 1vmin;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px #e3eae9;
    transition: all 500ms ease;
}

.accordion-box .block:last-child {
    margin-bottom: 0px;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    padding: 0px 35px 33px 30px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .acc-btn .icon-outer {
    position: absolute;
    width: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    right: 6px;
    text-align: center;
    cursor: pointer;
    transition: all 500ms ease;
    z-index: 1;
}

.accordion-box .block .acc-btn .icon-outer:after {
    position: absolute;
    content: "\f107";
    font-size: 24px;
    color: #00224f;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}

.accordion-box .block .acc-btn.active .icon-outer:after {
    opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer:before {
    position: relative;
    font-size: 24px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    margin: 0px;
    content: "\f106";
    color: #00224f;
}

.accordion-box .block .acc-btn {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 28px 80px 24px 30px;
    cursor: pointer;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 0px;
}


/** testimonial-style-two **/

.testimonial-style-two {
    position: relative;
    padding: 115px 0px 120px 0px;
}

.testimonial-style-two .owl-stage-outer {
    overflow: visible;
}

.testimonial-style-two .owl-item {
    opacity: 0;
    transition: all 500ms ease;
}

.testimonial-style-two .owl-item.active {
    opacity: 1;
}

.testimonial-block-two .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 49px 30px 50px 40px;
    border-radius: 1vmin;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.testimonial-block-two .inner-box .text {
    margin-bottom: 21px;
}

.testimonial-block-two .inner-box .text p {
    font-size: 1.7vmin;
    line-height: normal;
    color: #004E75;
}

.testimonial-block-two .inner-box .author-info {
    position: relative;
    padding: 7px 0px 1px 80px;
}

.testimonial-block-two .inner-box .author-info .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.testimonial-block-two .inner-box .author-info .author-thumb img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-block-two .inner-box .author-info h4 {
    font-size: 20px;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 0px;
}

.testimonial-block-two .inner-box .author-info .designation {
    position: relative;
    display: block;
    font-size: 1.4vmin;
    line-height: normal;
}

.testimonial-style-two .owl-dots {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 50px;
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: transparent;
    border: 2px solid #bfd5d3;
    border-radius: 50%;
    margin: 0px 10px;
    cursor: pointer;
    transition: all 500ms ease;
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot.active span,
.testimonial-style-two .owl-theme .owl-dots .owl-dot span:hover {

}

.testimonial-style-two .pattern-layer .pattern-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 239px;
    height: 376px;
    background-repeat: no-repeat;
}

.testimonial-style-two .pattern-layer .pattern-2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 129px;
    height: 226px;
    background-repeat: no-repeat;
}

.testimonial-style-two .pattern-layer .pattern-3 {
    position: absolute;
    left: 300px;
    bottom: 160px;
    width: 121px;
    height: 121px;
    background-repeat: no-repeat;
}

.testimonial-style-two .pattern-layer .pattern-4 {
    position: absolute;
    top: 0px;
    right: 50px;
    width: 321px;
    height: 179px;
    background-repeat: no-repeat;
}

.testimonial-style-two .pattern-layer .pattern-5 {
    position: absolute;
    right: 170px;
    bottom: 0px;
    width: 370px;
    height: 311px;
    background-repeat: no-repeat;
}

.pt-115 {
    padding-top: 115px;
}


/***

====================================================================
                        Home-Page-Four
====================================================================

***/


/** banner-style-four **/

.banner-section.style-four {
    padding: 190px 0px 310px 0px;
}

.banner-section.style-four .image-box .anim-icon .icon-1 {
    position: absolute;
    right: 150px;
    top: 0px;
    width: 12px;
    height: 13px;
}

.banner-section.style-four .image-box .anim-icon .icon-2 {
    position: absolute;
    left: 170px;
    top: 100px;
    width: 21px;
    height: 22px;
}

.banner-section.style-four .image-box .anim-icon .icon-3 {
    position: absolute;
    left: 150px;
    top: 155px;
    width: 12px;
    height: 13px;
}

.banner-section.style-four .image-box .anim-icon .icon-4 {
    position: absolute;
    left: 220px;
    top: 155px;
    width: 91px;
    height: 91px;
    border-radius: 50%;
    opacity: 0.8;
    z-index: 1;
}

.banner-section.style-four .image-box .anim-icon .icon-5 {
    position: absolute;
    left: 175px;
    top: 230px;
    width: 115px;
    height: 115px;
    z-index: -1;
}

.banner-section.style-four .pattern-layer .pattern-1 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 640px;
    height: 100%;
    background-repeat: no-repeat;
}

.main-header.style-two {
    box-shadow: 0 10px 30px rgb(57 202 187 / 10%);
}

.banner-section.style-four .pattern-layer .pattern-2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 239px;
    height: 376px;
    background-repeat: no-repeat;
}

.banner-section.style-four .pattern-layer .pattern-3 {
    position: absolute;
    left: 70px;
    top: 0px;
    width: 353px;
    height: 235px;
    background-repeat: no-repeat;
}

.banner-section.style-four .pattern-layer .pattern-4 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 246px;
    height: 387px;
    background-repeat: no-repeat;
}

.banner-section.style-four .pattern-layer .pattern-5 {
    position: absolute;
    left: 90px;
    bottom: 190px;
    width: 115px;
    height: 115px;
    background-repeat: no-repeat;
}

.banner-section.style-four .image-box {
    position: absolute;
    right: 165px;
    top: 64px;
    margin: 0px;
}

.feature-section.alternat-2 {
    padding: 0px;
}


/** about-style-three **/

.about-style-three {
    position: relative;
}

.about-style-three .image-box {
    position: relative;
}

.about-style-three .image-box .image {
    position: relative;
    float: left;
    border-radius: 1vmin;
}

.about-style-three .image-box .image img {
    width: 100%;
    border-radius: 1vmin;
}

.about-style-three .image-box .image-1 {
    margin-right: 10px;
}

.about-style-three .image-box:before {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}

.about-style-three .image-box:hover:before {
    -webkit-animation: shine 2s;
    animation: shine 2s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.about-style-three .sec-title {
    margin-bottom: 24px;
}

.about-style-three .title-inner {
    position: relative;
    margin-bottom: 52px;
}

.about-style-three .image-box .pattern .pattern-1 {
    position: absolute;
    left: -50px;
    top: 215px;
    width: 115px;
    height: 115px;
}

.about-style-three .image-box .pattern .pattern-2 {
    position: absolute;
    right: -35px;
    top: 40px;
    width: 115px;
    height: 115px;
}

.about-style-three .image-box .pattern .pattern-3 {
    position: absolute;
    top: -125px;
    right: -165px;
    width: 460px;
    height: 387px;
    background-repeat: no-repeat;
}

.process-style-two .pattern-layer .pattern-5 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 860px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}


/***

====================================================================
                        Home-Page-Five
====================================================================

***/

.main-header .outer-container {
    position: relative;
    padding: 0px 70px;
}

.menu-area {
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


/** banner-style-five **/

.banner-section.style-five {
    position: relative;
    padding-top: 110px;
    padding-bottom: 0px;
    overflow: visible;
}

.banner-section.style-five .map-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-section.style-five .content-inner {
    position: relative;
    min-height: 295px;
    display: block;
    width: 100%;
    margin-bottom: 100px;
}

.banner-section.style-five .content-inner .doctors-box {
    position: absolute;
    top: 0px;
    left: 80px;
    width: 240px;
    background: #fff;
    padding: 30px 30px 36px 30px;
    border-radius: 1vmin;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
}

.banner-section.style-five .content-inner .doctors-box .shape {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 90px;
    background-repeat: no-repeat;
}

.banner-section.style-five .content-inner .single-item:hover .doctors-box {
    left: 65px;
    opacity: 1;
    visibility: visible;
}

.banner-section.style-five .content-inner .location-pin {
    position: absolute;
    left: 0px;
    top: 125px;
    cursor: pointer;
    width: 45px;
    height: 57px;
}

.banner-section.style-five .content-inner .doctors-box:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 15px;
    height: 15px;
    left: -7px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.banner-section.style-five .content-inner .doctors-box .image {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 16px;
    z-index: 1;
}

.banner-section.style-five .content-inner .doctors-box .image img {
    width: 100%;
    border-radius: 50%;
}

.banner-section.style-five .content-inner .doctors-box h3 {
    font-size: 2vmin;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 2px;
}

.banner-section.style-five .content-inner .doctors-box h3 a {
    display: inline-block;
    color: #004E75;
}

.banner-section.style-five .content-inner .doctors-box h3 a:hover {

}

.banner-section.style-five .content-inner .doctors-box .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 13px;
}

.banner-section.style-five .content-inner .doctors-box .info li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
}

.banner-section.style-five .content-inner .doctors-box .info li:last-child {
    margin-bottom: 0px;
}

.banner-section.style-five .content-inner .doctors-box .info li a {
    display: inline-block;
    color: #0c5460;
}

.banner-section.style-five .content-inner .doctors-box .info li a:hover {

}

.banner-section.style-five .content-inner .doctors-box .info li i {
    margin-right: 10px;
}

.banner-section.style-five .content-inner .single-item.box-1 {
    position: absolute;
    left: 90px;
    top: 0px;
}

.banner-section.style-five .content-inner .single-item.box-2 {
    position: absolute;
    top: 0px;
    right: 300px;
}

.banner-section.style-five .content-inner .single-item.box-3 {
    position: absolute;
    top: -100px;
    right: 415px;
}

.banner-section.style-five .content-box {
    position: relative;
    margin-bottom: -130px;
    border-radius: 1vmin;
    padding: 43px 380px 41px 70px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.banner-section.style-five .content-box .image-box {
    position: absolute;
    right: -65px;
    bottom: -79px;
}

.banner-section.style-five .content-box h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 21px;
}

.banner-section.style-five .content-box form .form-group {
    margin-right: 0px;
    background: #fff;
    border-radius: 40px;
}

.banner-section.style-five .content-box .select-box label {
    color: #fff;
}

.banner-section.style-five .content-box .select-box input[type="radio"] + label span {
    border-color: #fff;
}

.nice-select:after {
    position: absolute;
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-size: 1.5vmin;
    top: 20px;
    right: 20px;
    color: #848484;
    font-weight: 400;
    border: none !important;
    transform: rotate(0deg) !important;
}

.nice-select {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    border: none !important;
    background: transparent;
    font-size: 1.5vmin;
    color: #848484;
    padding: 17px 40px;
}

.banner-section.style-five .content-box form .form-group .wide {
    position: relative;
    float: left;
    max-width: 240px;
    width: 100%;
}

.banner-section.style-five .content-box form .form-group input {
    float: left;
    width: 415px;
    border: none;
}

.banner-section.style-five .content-box form .form-group .wide:before {
    position: absolute;
    content: '';
    background: #e5e5e5;
    width: 1px;
    height: 40px;
    top: 15px;
    right: 0px;
}

.process-style-two.alternat-2 {
    background: #fff;
    padding-top: 240px;
}

.team-style-four {
    position: relative;
    padding: 115px 0px 90px 0px;
}

.team-style-four .team-block-three .inner-box {
    margin-bottom: 30px;
}


/** funfact-section **/

.funfact-section {
    position: relative;
    padding: 76px 0px 78px 0px;
}

.counter-block-one {
    position: relative;
    display: inline-block;
    text-align: center;
}

.counter-block-one .inner-box {
    position: relative;
    display: block;
    text-align: left;
}

.counter-block-one .inner-box .count-outer {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 60px;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

.counter-block-one .inner-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: normal;
    color: #fff;
    font-weight: 600;
}

.funfact-section .pattern-layer .pattern-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 382px;
    height: 100%;
    background-repeat: no-repeat;
}

.funfact-section .pattern-layer .pattern-2 {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 405px;
    height: 211px;
    background-repeat: no-repeat;
}

.pt-80 {
    padding-top: 80px;
}

.cta-section.alternat-2 .image-box {
    margin-left: 30px;
}

.cta-section.alternat-2 .pattern-layer .pattern-2 {
    left: inherit;
    right: 480px;
    top: 40px;
}


/***

====================================================================
                        About-Page
====================================================================

***/

/** page-title **/

.page-title {
    position: relative;
    padding: 38px 0px 35px 0px;
}

.page-title .title {
    position: relative;
    display: block;
    margin-bottom: 4px;
}

.page-title .title h1 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 900;
}

.page-title .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 1.7vmin;
    line-height: normal;
    color: #54717a;
    padding-right: 10px;
    margin-right: 2px;
}

.page-title .bread-crumb li:last-child {
    padding: 0px !important;
    margin: 0px !important;
}

.page-title .bread-crumb li a {
    color: #004E75;
}

.page-title .bread-crumb li a:hover {
    text-decoration: underline;
}

.page-title .bread-crumb li:before {
    position: absolute;
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    font-size: 1.5vmin;
    top: 1px;
    right: 0px;
    color: #004E75;
    font-weight: 400;
}

.page-title .bread-crumb li:last-child:before {
    display: none;
}

.page-title .pattern-layer .pattern-1 {
    position: absolute;
    left: 100px;
    top: 0px;
    width: 281px;
    height: 111px;
    background-repeat: no-repeat;
}

.page-title .pattern-layer .pattern-2 {
    position: absolute;
    right: 80px;
    bottom: 0px;
    width: 279px;
    height: 111px;
    background-repeat: no-repeat;
}

.pb-90 {
    padding-bottom: 90px;
}

.pt-125 {
    padding-top: 125px;
}


/** page-title-two **/

.page-title-two {
    position: relative;
    border-bottom: 1px solid #efefef;
}

.page-title-two .title-box {
    position: relative;
    padding: 5vmin 0px 5vmin 0px;
}

.page-title-two .title-box h1 {
    font-size: 4vmin;
    line-height: 5vmin;
    font-weight: 900;
    color: #fff;
}

.page-title-two .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 1.7vmin;
    line-height: normal;
    color: #54717a !important;
    padding-right: 1vmin;
    margin-right: 0.1vmin;
}

.page-title-two .bread-crumb li:last-child {
    padding: 0px !important;
    margin: 0px !important;
}

.page-title-two .bread-crumb li a {
    color: #004E75;
}

.page-title-two .bread-crumb li a:hover {
    text-decoration: underline;
}

.page-title-two .bread-crumb li:before {
    position: absolute;
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    font-size: 1.5vmin;
    top: 1px;
    right: 0px;
    color: #004E75;
    font-weight: 400;
}

.page-title-two .bread-crumb li:last-child:before {
    display: none;
}

.page-title-two .pattern-layer .pattern-1 {
    position: absolute;
    left: 15vmin;
    top: 0px;
    width: 28vmin;
    height: 11vmin;
    background-repeat: no-repeat;
    background-size: 100%;
}

.page-title-two .pattern-layer .pattern-2 {
    position: absolute;
    right: 15vmin;
    bottom: 0px;
    width: 28vmin;
    height: 11vmin;
    background-repeat: no-repeat;
    background-size: 100%;
}

.page-title-two .lower-content {
    padding: 13px 0px;
}

.content_block_5 .content-box .sec-title h3 {
    position: relative;
    display: block;
    font-size: 2.8vmin;
    line-height: 40px;
    font-weight: 700;
    margin-top: 45px;
}

.faq-page-section {
    position: relative;
    padding-top: 125px;
}

.faq-page-section .content_block_5 .content-box .sec-title {
    margin-bottom: 30px;
}

.faq-page-section .categories-list {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0 10px 30px #e3eae9;
    border-radius: 1vmin;
    overflow: hidden;
    max-width: 370px;
    width: 100%;
}

.faq-page-section .categories-list li {
    position: relative;
    display: block;
    background: #fff;
    font-size: 17px;
    line-height: 28px;
    font-weight: 600;
    padding: 0px 30px;
}

.faq-page-section .categories-list li:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    transition: all 500ms ease;
}

.faq-page-section .categories-list li:hover:before,
.faq-page-section .categories-list li.current:before {
    width: 100%;
}

.faq-page-section .categories-list li a {
    position: relative;
    display: block;
    color: #00224f;
    border-bottom: 1px solid #e5eded;
    padding: 16px 0px;
}

.faq-page-section .categories-list li:last-child a {
    border-bottom: none !important;
}

.faq-page-section .categories-list li:hover a,
.faq-page-section .categories-list li.current a {
    border-bottom: 1px solid transparent;
    color: #fff;
}

.faq-page-section .categories-list li a:before {
    position: absolute;
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    font-size: 17px;
    color: #00224f;
    top: 14px;
    right: 0px;
    transition: all 500ms ease;
}

.faq-page-section .categories-list li:hover a:before,
.faq-page-section .categories-list li.current a:before {
    color: #fff;
}

.faq-page-section .image-box {
    position: relative;
    margin: 61px 55px 0px -125px;
}

.faq-page-section .image-box .pattern {
    position: absolute;
    right: -20px;
    top: 90px;
    width: 452px;
    height: 366px;
    background-repeat: no-repeat;
    z-index: -1;
}

/** questions-section **/

.questions-section {
    position: relative;
}

.questions-section .form-inner form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.questions-section .form-inner form .form-group:last-child {
    margin-bottom: 0px;
}

.questions-section .form-inner form .form-group input[type='text'],
.questions-section .form-inner form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background: #fff;
    font-size: 1.4vmin;
    color: #848484;
    font-style: italic;;
    border: 1px solid #fff;
    padding: 10px 30px;
    border-radius: 40px;
    box-shadow: 0 10px 30px #e3eae9;
    transition: all 500ms ease;
}

.questions-section .form-inner form .form-group textarea {
    height: 220px;
    resize: none;
    padding-top: 30px;
}

.questions-section .form-inner form .form-group input:focus,
.questions-section .form-inner form .form-group textarea:focus {

}

.questions-section .pattern-layer .pattern-1 {
    position: absolute;
    left: 190px;
    top: 130px;
    width: 460px;
    height: 387px;
    background-repeat: no-repeat;
}

.questions-section .pattern-layer .pattern-2 {
    position: absolute;
    right: 120px;
    bottom: -50px;
    width: 460px;
    height: 387px;
    background-repeat: no-repeat;
}

.questions-section .pattern-layer .pattern-3 {
    position: absolute;
    top: 0px;
    right: 70px;
    width: 348px;
    height: 227px;
    background-repeat: no-repeat;
}


/***

====================================================================
                        Pricing-Page
====================================================================

***/

.pricing-section {
    position: relative;
}

.tabs-box .tab {
    position: relative;
    display: none;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab {
    display: block;
}

.tabs-box .tab {
    transform: scale(0.9, 0.9) translateY(0px);
}

.tabs-box .tab.active-tab {
    transform: scale(1) translateY(0px);
}

.pricing-block-one .pricing-table {
    position: relative;
    display: block;
    background: #fff;
    padding: 85px 40px 50px 40px;
    border-radius: 1vmin;
    overflow: hidden;
    transition: all 500ms ease;
}

.pricing-block-one .pricing-table.active {
    box-shadow: 0 20px 40px 10px #cde4e1;
}

.pricing-block-one .pricing-table .table-header h2 {
    font-size: 2.8vmin;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 5px;
}

.pricing-block-one .pricing-table .table-header h3 {
    position: relative;
    font-size: 2vmin;
    line-height: 32px;
    font-weight: 600;
}

.pricing-block-one .pricing-table .table-header {
    position: relative;
    margin-bottom: 34px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 23px;
}

.pricing-block-one .pricing-table .table-content ul li {
    position: relative;
    display: block;
    font-size: 1.4vmin;
    line-height: normal;
    color: #004E75;
    padding-left: 20px;
    margin-bottom: 14px;
}

.pricing-block-one .pricing-table .table-content ul li.light {
    color: #0c5460;
}

.pricing-block-one .pricing-table .table-content ul li.light:before {
    color: #d2d4d9;
}

.pricing-block-one .pricing-table .table-content ul li:last-child {
    margin-bottom: 0px;
}

.pricing-block-one .pricing-table .table-content ul li:before {
    position: absolute;
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-size: 10px;
    left: 0px;
    top: 0px;
    font-weight: 700;
}

.pricing-block-one .pricing-table .table-content {
    position: relative;
    margin-bottom: 37px;
}

.pricing-block-one .pricing-table .table-footer .link a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 54px;
    text-align: center;
    font-size: 1.5vmin;
    background: #e6f5f3;
    border-radius: 50%;
    transform: scale(1, 1);
}

.pricing-block-one .pricing-table:hover .table-footer .link a {
    transform: scale(0, 0);
}

.pricing-block-one .pricing-table .table-footer .btn-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    opacity: 0;
    transition: all 900ms ease;
}

.pricing-block-one .pricing-table:hover .table-footer .btn-box,
.pricing-block-one .pricing-table.active .table-footer .btn-box {
    opacity: 1;
}

.pricing-block-one .pricing-table .table-footer {
    position: relative;
}

.pricing-block-one .pricing-table .pattern .pattern-1 {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    width: 196px;
    height: 165px;
    background-repeat: no-repeat;
}

.pricing-block-one .pricing-table .pattern .pattern-2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 217px;
    height: 104px;
    background-repeat: no-repeat;
}

.pricing-block-one .pricing-table .table-footer .btn-box .theme-btn-one {
    padding: 12px 30px;
}

.pricing-block-one .pricing-table .pattern .pattern-3 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 159px;
    height: 70px;
    background-repeat: no-repeat;
}

.pricing-section .tab-btn-box .tab-btns {
    position: relative;
    display: inline-block;
    margin-bottom: 60px;
}

.pricing-section .tab-btn-box .tab-btns:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 40px;
    width: 90px;
    content: "";
    border-radius: 30px;
    box-shadow: 0 20px 40px 10px #c0e4e1;
}

.pricing-section .tab-btn-box .tab-btns li {
    position: relative;
    display: inline-block;
    min-width: 160px;
    text-align: right;
    font-size: 1.4vmin;
    padding: 7px 65px 3px 0px;
    line-height: normal;
    font-weight: 600;
    color: #004E75;
    cursor: pointer;
    transition: all 500ms ease;
}

.pricing-section .tab-btn-box .tab-btns li.active-btn {

}

.pricing-section .tab-btn-box .tab-btns li:last-child {
    padding-right: 0;
    padding-left: 65px;
    text-align: left;
}

.pricing-section .tab-btn-box .tab-btns li.active-btn:before {
    right: 7px;
}

.pricing-section .tab-btn-box .tab-btns li:before {
    position: absolute;
    top: 4px;
    height: 32px;
    width: 32px;
    border-radius: 30px;
    content: "";
    right: -43px;
    background: #fff;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-section .tab-btn-box .tab-btns li:last-child:before {
    display: none;
}


/***

====================================================================
                        Error-Page
====================================================================

***/

.error{color:red;}

.error-section {
    position: relative;
    padding: 100px 0px 120px 0px;
}

.error-section .inner-box .theme-btn-one i {
    margin-right: 10px;
}

.error-section .inner-box .error-image {
    position: relative;
    display: inline-block;
    margin-bottom: 60px;
}

.error-section .inner-box h1 {
    font-size: 200px;
    line-height: 200px;
    font-weight: 900;
    margin-bottom: 10px;
}

.error-section .inner-box h2 {
    position: relative;
    display: block;
    font-size: 2.8vmin;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 60px;
}


/***

====================================================================
                        Clinic-Page
====================================================================

***/

.select-field {
    position: relative;
    padding: 3vmin 0px;
    
}

.select-field .form-inner form {
    position: relative;
    float: none;
    min-width: 55vmin;
    width: 100%;
}

.tabs-box .select-field .form-inner form {
    position: relative;
    float: none;
    min-width: 500px;
    width: 100%;
}

.tabs-box .select-field {
    position: relative;
    padding: 3vmin 0px;
    width: 100%;
    left: 0%;
    overflow-y: hidden;
    border-radius: 1vmin;
}


.select-field .form-inner .select-box {
    float: left;
    margin-top: 15px;
}

.select-field .content-box form .form-group {
    position: relative;
    background: #fff;
    border-radius: 30px;
    margin-bottom: 0px;
}

.select-field .content-box form .form-group .wide {
    position: relative;
    float: left;
    max-width: 24vmin;
    width: 100%;
}

.select-field .content-box form .form-group input {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    border: none;
    height: 6vmin;
    font-size: 1.7vmin;
    color: #848484;
    padding: 1vmin 4vmin 1vmin 4vmin;
    border-radius: 0 30px 30px 0;
}

.select-field .content-box form .form-group .wide:before {
    position: absolute;
    content: '';
    background: #e5e5e5;
    width: 1px;
    height: 3vmin;
    top: 15px;
    right: 0px;
}

.select-field .content-box form .form-group button {
   position: absolute;
    top: 0.5vmin;
    right:  0.5vmin;
    width: 5vmin;
    height: 5vmin;
    line-height: 5vmin;
    text-align: center;
    border-radius: 50%;
    font-size: 1.7vmin;
    color: #fff;
    cursor: pointer;
    transition: all 500ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select-field .content-box form .form-group .nice-select {
    height: 6vmin;
    padding: 1.2vmin 1.5vmin;
}

.select-field .content-box form .form-group .nice-select:after {
    top: 1.5vmin;
}

/** clinic-section **/

.clinic-section {
    position: relative;
    padding: 8vmin 0px 2vmin 0px;
}

.clinic-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    border-radius: 1vmin;
    padding: 2.5vmin 4vmin 3vmin 16vmin;
    margin-bottom: 30px;
    box-shadow: 0 15px 40px 10px #edf1f1;
}

.clinic-block-one .inner-box .image-box {
    position: absolute;
    left: 4vmin;
    top: 4vmin;
    width: 10vmin;
    height: 10vmin;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 24, 73, 0.2);
}

.clinic-block-one .inner-box .image-box img {
    width: 100%;
    border-radius: 20px;
}

.clinic-block-one .inner-box .content-box .like-box {
    position: absolute;
    top: 4vmin;
    right: 4vmin;
}

.clinic-block-one .inner-box .content-box .like-box a {
    position: relative;
    display: inline-block;
    font-size: 1.4vmin;
    width: 4vmin;
    height: 4vmin;
    line-height: 4vmin;
    text-align: center;
    background: #eaf8f6;
    border-radius: 50%;
    z-index: 1;
}

.clinic-block-one .inner-box .content-box .like-box a:hover {
    color: #fff;
}

.clinic-block-one .inner-box .content-box .name-box li {
    position: relative;
    display: inline-block;
    margin-right: 0.6vmin;
    font-size: 2vmin;
}

.clinic-block-one .inner-box .content-box .name-box li:nth-child(2) {
    top: 0.1vmin;
}

.clinic-block-one .inner-box .content-box .name-box li:last-child {
    top: 0.1vmin;
}

.clinic-block-one .inner-box .content-box .name-box li:last-child {
    margin: 0px !important;
}

.clinic-block-one .inner-box .content-box .name-box li h3 {
    position: relative;
    display: block;
    font-size: 2vmin;
    line-height: normal;
    font-weight: 700;
}

.clinic-block-one .inner-box .content-box .name-box li h3 a {
    display: inline-block;
    color: #004E75;
}

.clinic-block-one .inner-box .content-box .name-box li h3 a:hover {

}

.clinic-block-one .inner-box .content-box .designation {
    position: relative;
    display: block;
    font-size: 1.4vmin;
    line-height: 24px;
    margin-bottom: 8px;
}

.clinic-block-one .inner-box .content-box .text {
    position: relative;
    margin-bottom: 9px;
}

.clinic-block-one .inner-box .content-box .text p {
    line-height: normal;
    font-size:2vmin;
}

.clinic-block-one .inner-box .content-box .rating li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 14px;
    margin-right: 3px;
}

.clinic-block-one .inner-box .content-box .rating li:last-child {
    margin-right: 0px !important;
    margin-left: 5px !important;
}

.clinic-block-one .inner-box .content-box .rating li a {
    display: inline-block;
    font-size: 1.4vmin;
    position: relative;
    color: #0c5460;
}

.clinic-block-one .inner-box .content-box .rating li a:hover {

}

.clinic-block-one .inner-box .content-box .rating,
.clinic-block-one .inner-box .content-box .link {
    position: relative;
    display: inline-block;
    float: left;
}

.clinic-block-one .inner-box .content-box .link {
    padding-left: 15px;
    margin-left: 15px;
}

.clinic-block-one .inner-box .content-box .link a {
    font-size: 1.4vmin;
}

.clinic-block-one .inner-box .content-box .link a:hover {
    color: #004E75 !important;
}

.clinic-block-one .inner-box .content-box .link.not-available a {

}

.clinic-block-one .inner-box .content-box .link:before {
    position: absolute;
    content: '';
    background: #e5e5e5;
    width: 1px;
    height: 18px;
    left: 0px;
    top: 4px;
}

.clinic-block-one .inner-box .content-box .rating-box {
    position: relative;
    margin-bottom: 5px;
}

.clinic-block-one .inner-box .content-box .location-box {
    position: relative;
    display: block;
}

.clinic-block-one .inner-box .content-box .location-box p {
    font-size: 1.4vmin;
    color: #0c5460;
}

.clinic-block-one .inner-box .content-box .location-box p i {
    margin-right: 8px;
}

.clinic-block-one .inner-box .content-box .btn-box {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.clinic-block-one .inner-box .content-box .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 1.4vmin;
    line-height: normal;
    font-weight: 600;
    border: 2px solid #ebeef1;
    border-radius: 30px;
    padding: 7px 30px;
}

.clinic-block-one .inner-box .content-box .btn-box a:hover {
    color: #fff;
}

.clinic-block-one .inner-box .pattern .pattern-1 {
    position: absolute;
    left: -30px;
    top: 0px;
    width: 254px;
    height: 115px;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 500ms ease;
}

.clinic-block-one .inner-box:hover .pattern .pattern-1 {
    left: 0px;
    opacity: 1;
}

.clinic-block-one .inner-box .pattern .pattern-2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 208px;
    height: 104px;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 500ms ease;
}

.clinic-block-one .inner-box:hover .pattern .pattern-2 {
    opacity: 1;
}

.clinic-section .item-shorting {
    position: relative;
    margin-bottom: 40px;
}

.clinic-section .item-shorting .left-column h3 {
    font-size: 2.5vmin;
    line-height: 50px;
    font-weight: 700;
}

.clinic-section .item-shorting .right-column .short-box {
    float: left;
    width: 190px;
    margin-right: 10px;
}

.clinic-section .item-shorting .right-column .menu-box {
    float: left;
}

.nice-select.wide {
    display: flex;
    align-items: center;
}

.nice-select .option {
    float: none;
    display: block;
    margin: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.clinic-section .item-shorting .right-column .nice-select {
    height: 50px;
    border: 1px solid #e5e7ec !important;
    border-radius: 1vmin;
    padding: 6px 20px;
    font-size: 1.4vmin;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.clinic-section .item-shorting .right-column .nice-select:after {
    top: 10px;
}

.clinic-section .item-shorting .right-column .menu-box button {
    position: relative;
    display: inline-block;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    border: 1px solid #e3e6ea;
    border-radius: 50%;
    color: #93959e;
    background: transparent;
    cursor: pointer;
    margin-right: 10px;
    transition: all 500ms ease;
}

.clinic-section .item-shorting .right-column .menu-box button:last-child {
    margin-right: 0px !important;
    font-size: 1.5vmin;
}

.clinic-section .item-shorting .right-column .menu-box button.on {
    color: #fff;
}

.clinic-section .pagination-wrapper {
    position: relative;
    padding-top: 3vmin;
}

.clinic-section .pagination-wrapper.mt-5{
    margin-top: 3vmin!important;
}

.clinic-section .pagination-wrapper.mb-4{
    margin-bottom: 2vmin!important;
}

.wrapper.list .clinic-list-content {
    display: block;
}

.wrapper.list .clinic-grid-content {
    display: none
}

.wrapper.grid .clinic-list-content {
    display: none;
}

.wrapper.grid .clinic-grid-content {
    display: block
}

.clinic-section .team-block-three .inner-box {
    margin-bottom: 30px;
}

.clinic-section .team-block-three .inner-box .ind-test-box h5{
    font-size: 2vmin;
}

.clinic-section .team-block-three .inner-box .ind-test-box .p-4{
    padding: 2.4vmin!important;
}

.clinic-section .map-inner {
    position: relative;
    border-radius: 1vmin;
}

.clinic-section .map-inner #contact-google-map {
    position: relative;
    width: 100%;
    height: 500px;
}

.ml-10 {
    margin-left: 10px;
}

.clinic-half-map {
    position: relative;
}

.clinic-half-map .left-inner {
    width: 45%;
    padding: 0px;
    position: fixed;
    left: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 500px;
    height: 100%;
}

.clinic-half-map .right-inner {
    width: 55%;
}

.clinic-half-map .left-inner .form-inner {
    position: relative;
    padding: 12px 30px 25px 30px;
}

.clinic-half-map .left-inner .form-inner .select-box label {
    color: #fff;
}

.clinic-half-map .left-inner .form-inner .select-box input[type="radio"] + label span {
    border: 2px solid #fff;
}

.clinic-half-map .left-inner .form-inner form {
    max-width: 100%;
}

.clinic-half-map .left-inner .form-inner .select-box {
    margin-bottom: 6px;
    margin-top: 0px;
}

.clinic-half-map .clinic-section {
    padding: 30px 30px 150px 30px;
}

.clinic-half-map .clinic-section .item-shorting {
    margin-bottom: 30px;
}

.clinic-half-map .banner-section.style-five .content-inner {
    margin-bottom: 0px;
}

.clinic-half-map .outer-container {
    position: relative;
}

.clinic-half-map .banner-section.style-five {
    padding: 260px 0px;
}


.nice-select{padding: 0px 0 0 30px !important}



/** clinic-details **/

.clinic-details {
    position: relative;
    padding: 80px 0px 120px 0px;
}

.clinic-details-content {
    position: relative;
    margin-right: 10px;
}

.clinic-details-content .clinic-block-one .inner-box .image-box {
    width: 190px;
    height: 220px;
}

.clinic-details-content .clinic-block-one .inner-box {
    padding: 34px 40px 37px 260px;
    box-shadow: none;
    margin-bottom: 40px;
}

.clinic-details-content .clinic-block-one .inner-box h2 {
    font-size: 2.8vmin;
    line-height: 38px;
    font-weight: 700;
}

.clinic-details-content .clinic-block-one .inner-box .lower-box .info {
    position: relative;
    float: left;
}

.clinic-details-content .clinic-block-one .inner-box .lower-box .info li {
    position: relative;
    display: block;
    font-size: 1.4vmin;
    padding-left: 20px;
    margin-bottom: 3px;
}

.clinic-details-content .clinic-block-one .inner-box .lower-box .info li:last-child {
    margin-bottom: 0px;
}

.clinic-details-content .clinic-block-one .inner-box .lower-box .info li i {
    position: absolute;
    left: 0px;
    top: 6px;
}

.clinic-details-content .clinic-block-one .inner-box .lower-box .info li a {
    color: #004E75;
}

.clinic-details-content .clinic-block-one .inner-box .lower-box .info li a:hover {

}

.clinic-details-content .clinic-block-one .inner-box .lower-box .view-map {
    position: relative;
    float: left;
    margin-left: 15px;
    padding-left: 15px;
}

.clinic-details-content .clinic-block-one .inner-box .lower-box .view-map a {
    position: relative;
    display: inline-block;
    font-size: 1.4vmin;
}

.clinic-details-content .clinic-block-one .inner-box .lower-box .view-map:before {
    position: absolute;
    content: '';
    background: #e5e5e5;
    width: 1px;
    height: 18px;
    left: 0px;
    top: 4px;
}

.clinic-details-content .clinic-block-one .inner-box .content-box .designation {
    margin-bottom: 2px;
}

.clinic-details-content .clinic-block-one .inner-box .content-box .rating-box {
    margin-bottom: 12px;
}

.clinic-details-content .clinic-block-one .inner-box .content-box .text {
    margin-bottom: 14px;
}

.clinic-details-content .clinic-block-one .inner-box .content-box .share-box {
    position: absolute;
    top: 40px;
    right: 90px;
}

.clinic-details-content .clinic-block-one .inner-box .content-box .share-box a.share-btn {
    position: relative;
    display: inline-block;
    font-size: 1.4vmin;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #eaf8f6;
    border-radius: 50%;
    z-index: 1;
}

.clinic-details-content .clinic-block-one .inner-box .content-box .share-box a.share-btn:hover {
    color: #fff;
}

.clinic-details-content .tabs-box {
    position: relative;
    display: block;
    background: #fff;
    overflow: hidden;
    border-radius: 1vmin;
}

.clinic-details-content .tabs-box .tabs-content {
    position: relative;
    padding: 43px 40px 50px 40px;
}

.clinic-details-content .tabs-box .tab-btn-box {
    position: relative;
    display: block;
}

.clinic-details-content .tabs-box .tab-btn-box .tab-btns li {
    position: relative;
    display: inline-block;
    float: left;
    width: 33.333%;
    text-align: center;
    font-size: 1.7vmin;
    line-height: normal;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8) !important;
    padding: 2.5vmin 1vmin 2.5vmin 1vmin;
    cursor: pointer;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 500ms ease;
}

.clinic-details-content .tabs-box .tab-btn-box .tab-btns li:last-child {
    border-right: none;
}

.clinic-details-content .tabs-box .tab-btn-box .tab-btns li.active-btn {

}

.clinic-details-content .tabs-box .tabs-content h3 {
    position: relative;
    display: block;
    font-size: 1.8vmin;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 16px;
    white-space: nowrap;
}

.listing-page-title h3 {
    position: relative;
    display: block;
    font-size: 1.8vmin;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 16px;
    white-space: nowrap;
    padding: 3vmin 3vmin 2vmin 0vmin;
}

.clinic-details-content .tabs-box .tabs-content .inner-box .text p {
    margin-bottom: 35px;
}

.clinic-details-content .tabs-box .tabs-content .inner-box .text .list li {
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
    font-size: 1.5vmin;
    color: #004E75;
    font-weight: 500;
    margin-bottom: 6px;
    padding-left: 23px;
}

.clinic-details-content .tabs-box .tabs-content .inner-box .text .list li:before {
    position: absolute;
    content: '';
    border: 3px solid #dad9e7;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: 0px;
    top: 7px;
}

.clinic-details-content .tabs-box .tabs-content .inner-box .text .list {
    position: relative;
    margin-bottom: 28px;
}

.clinic-details-content .tabs-box .accordion-box .title-box {
    position: relative;
    background: #ebf7f6;
    padding: 12px 75px 12px 30px;
}

.clinic-details-content .tabs-box .accordion-box h6 {
    position: relative;
    display: block;
    font-size: 1.4vmin;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.clinic-details-content .tabs-box .accordion-box h6 span {
    float: right;
}

.clinic-details-content .tabs-box .accordion-box .block .acc-btn h6 {
    font-weight: 500;
}

.clinic-details-content .tabs-box .accordion-box .accordion-inner {
    position: relative;
    border: 1px solid #e5e5e5;
    border-top: none;
}

.clinic-details-content .tabs-box .accordion-box .block {
    box-shadow: none;
    margin: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #e5e5e5;
}

.clinic-details-content .tabs-box .accordion-box .block:last-child {
    border-bottom: none;
}

.clinic-details-content .tabs-box .accordion-box .block .acc-btn {
    padding: 13px 80px 11px 30px;
    border-bottom: 1px solid transparent
}

.clinic-details-content .tabs-box .accordion-box .block .acc-btn.active {
    border-bottom: 1px solid #e5e5e5;
}

.clinic-details-content .tabs-box .accordion-box .block .acc-content {
    padding: 22px 30px 30px 30px;
}

.clinic-details-content .tabs-box .accordion-box .block .acc-content p {
    margin: 0px;
}

.clinic-details-content .tabs-box .accordion-box .block .acc-btn .icon-outer {
    border-left: 1px solid #e5e5e5;
}

.clinic-details-content .tabs-box .accordion-box .block .acc-btn .icon-outer:after {
    content: "\f067";
    font-size: 20px;
}

.clinic-details-content .tabs-box .accordion-box .block .acc-btn.active .icon-outer:before {
    content: "\f068";
    font-size: 20px;
}

.clinic-details-content .tabs-box .accordion-box .block .acc-btn .icon-outer {
    right: 0px;
    width: 50px;
}

.clinic-details-content .tabs-box .award-box .list li {
    position: relative;
    display: block;
    font-size: 1.4vmin;
    color: #004E75;
    font-weight: 500;
    margin-bottom: 6px;
    padding-left: 23px;
}

.clinic-details-content .tabs-box .award-box .list li span {
    font-weight: 400;
    color: #0c5460;
}

.clinic-details-content .tabs-box .award-box .list li:before {
    position: absolute;
    content: '';
    border: 3px solid #dad9e7;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: 0px;
    top: 7px;
}

.clinic-details-content .tabs-box .accordion-box {
    margin-bottom: 44px;
}

.clinic-details-content .tabs-box .accordion-box h3 {
    margin-bottom: 24px !important;
}

.clinic-details-content .tabs-box .award-box {
    margin-bottom: 35px;
}

.clinic-details-content .tabs-box .image-gallery .image-list {
    position: relative;
    margin: 0px -5px;
}

.clinic-details-content .tabs-box .image-gallery .image-list li {
    position: relative;
    float: left;
    width: 33.333%;
}

.clinic-details-content .tabs-box .image-gallery .image-list li .image {
    position: relative;
    margin: 0px 5px;
    border-radius: 1vmin;
}

.clinic-details-content .tabs-box .image-gallery .image-list li .image img {
    width: 100%;
    border-radius: 1vmin;
}

.clinic-details-content .tabs-box .tabs-content .inner-box .image-gallery h3 {
    margin-bottom: 23px !important;
}

.clinic-details-content .tabs-box .onboard-doctors {
    position: relative;
}

.clinic-details-content .tabs-box .team-block-one .btn-box {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}

.clinic-details-content .tabs-box .team-block-one .btn-box .theme-btn-one {
    padding: 9px 26px;
}

.clinic-details-content .tabs-box .location-box .map-inner {
    position: relative;
    border-radius: 1vmin;
    border: 5px solid #dad9e7;
    height: 250px;
    margin-bottom: 20px;
}

.clinic-details-content .tabs-box .location-box .map-inner #contact-google-map {
    position: relative;
    width: 100%;
    height: 250px;
}

.clinic-details-content .tabs-box .location-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 6px;
}

.clinic-details-content .tabs-box .location-box .location-info li {
    position: relative;
    display: block;
    padding-left: 20px;
    margin-bottom: 6px;
}

.clinic-details-content .tabs-box .location-box .location-info li:last-child {
    margin-bottom: 0px;
}

.clinic-details-content .tabs-box .location-box .location-info li a {
    color: #004E75;
}

.clinic-details-content .tabs-box .location-box .location-info li a:hover {

}

.clinic-details-content .tabs-box .location-box .location-info li i {
    position: absolute;
    left: 0px;
    top: 7px;
}

.clinic-sidebar .form-widget {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 1vmin;
    overflow: hidden;
    margin-bottom: 40px;
}

.clinic-sidebar .form-widget .form-title {
    position: relative;
    padding: 28px 40px 24px 40px;
}

.clinic-sidebar .form-widget .form-title h3 {
    font-size: 2.5vmin;
    line-height: normal;
    color: #fff;
    font-weight: 700;
}

.clinic-sidebar .form-widget .form-title p {
    color: rgba(255, 255, 255, 0.6);
}

.clinic-sidebar .form-widget .form-inner {
    position: relative;
    padding: 40px 40px;
}

.clinic-sidebar .form-widget .form-inner .form-group {
    position: relative;
    margin-bottom: 10px;
}

.clinic-sidebar .form-widget .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.clinic-sidebar .form-widget .form-inner .form-group input[type='text'],
.clinic-sidebar .form-widget .form-inner .form-group input[type='email'],
.clinic-sidebar .form-widget .form-inner .form-group textarea {
    position: relative;
    width: 100%;
    height: 50px;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin;
    padding: 10px 20px;
    font-size: 1.4vmin;
    color: #0c5460;
    transition: all 500ms ease;
}

.clinic-sidebar .form-widget .form-inner .form-group textarea {
    height: 120px;
    resize: none;
}

.clinic-sidebar .form-widget .form-inner .form-group .nice-select {
    height: 50px;
    border: 1px solid #e5e7ec !important;
    border-radius: 1vmin;
    padding: 5px 20px;
    font-size: 1.4vmin;
    color: #0c5460;
    z-index: 1;
}

.clinic-sidebar .form-widget .form-inner .form-group .nice-select:after {
    top: 10px;
    color: #0c5460;
}

.clinic-sidebar .form-widget .form-inner .form-group.select-box {
    height: 50px;
}

.clinic-sidebar .form-widget .form-inner .form-group input:focus,
.clinic-sidebar .form-widget .form-inner .form-group textarea:focus {

}

.clinic-sidebar .form-widget .form-inner .form-group .theme-btn-one {
    display: block;
    width: 100%;
}

.clinic-sidebar .info-widget {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 1vmin;
    overflow: hidden;
}

.clinic-sidebar .info-widget .info-title {
    position: relative;
    padding: 28px 40px 24px 40px;
}

.clinic-sidebar .info-widget .info-title h3 {
    font-size: 2.5vmin;
    line-height: normal;
    color: #fff;
    font-weight: 700;
}

.clinic-sidebar .info-widget .info-title p {
    color: rgba(255, 255, 255, 0.6);
}

.clinic-sidebar .info-widget .info-inner {
    position: relative;
    padding: 34px 40px 40px 40px;
}

.clinic-sidebar .info-widget .info-inner .info-list li {
    position: relative;
    display: block;
    padding-bottom: 23px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e5e7ec;
}

.clinic-sidebar .info-widget .info-inner .info-list li:last-child {
    margin-bottom: 0px;
}

.clinic-sidebar .info-widget .info-inner .info-list li h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}

.clinic-sidebar .info-widget .info-inner .info-list li p {
    font-size: 1.4vmin;
    line-height: normal;
    color: #0c5460;
}

.clinic-sidebar .info-widget .info-inner .info-list li p a {
    color: #0c5460;
}

.clinic-sidebar .info-widget .info-inner .info-list li p a:hover {

}

.clinic-sidebar .info-widget .social-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 12px;
}

.clinic-sidebar .info-widget .social-box .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.clinic-sidebar .info-widget .social-box .social-links li:last-child {
    margin: 0px !important;
}

.clinic-sidebar .info-widget .social-box .social-links li a {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #e6e7ec;
    border-radius: 50%;
    text-align: center;
    font-size: 1.5vmin;
    color: #8e9998;
}

.clinic-sidebar .info-widget .social-box .social-links li a:hover {
    color: #fff;
}

.clinic-sidebar .info-widget .info-inner .info-list {
    margin-bottom: 26px;
}

.page-title-two .lower-content {
    padding: 1.3vmin 0vmin;
}

.patient-dashboard {
    position: relative;
    padding: 30px 0px;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.left-panel {
    position: relative;
    left: 0px;
    top: 0px;
}

.right-panel {
    width: calc(100% - 3px);
}

.profile-box {
    width: 285px;
    background: #fff;
    border-radius: 1vmin;
    overflow: hidden;
    border: 1px solid #e5eded;
    min-height: 980px;
}

.profile-box.patient-profile {
    min-height: 813px;
}

.profile-box .upper-box {
    position: relative;
    margin-bottom: 0px;
}

.profile-box .upper-box .profile-image {
    position: relative;
    display: block;
    text-align: center;
}

.profile-box .upper-box .profile-image img {
    width: 100%;
}

.profile-box .upper-box .title-box {
    position: relative;
    margin: 0px 0px;
}

.profile-box .upper-box .title-box .inner {
    position: relative;
    background: #fff;
    border-radius: 1vmin;
    padding: 2vmin;
    margin-top: 0px;
    /* box-shadow: 0 20px 30px rgba(0, 24, 73, 0.08); */
}

.profile-box .upper-box .title-box .inner h3 {
    font-size: 2vmin;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 0px;
}

.profile-box .upper-box .title-box .inner p i {
    font-size: 1.4vmin;
    margin-right: 10px;
}

.profile-box .profile-info {
    position: relative;
    padding-bottom: 34px;
}

.profile-box .profile-info .list li {
    position: relative;
    display: block;
    padding: 1.4vmin 1.7vmin 1.4vmin 1.7vmin;
    border-top: 1px solid #e5eded;
}

.profile-box .profile-info .list li a {
    font-size: 1.5vmin;
    line-height: normal;
    color: #004E75;
    font-weight: 500;
    text-transform: capitalize;
}

.profile-box .profile-info .list li a svg{
        width: 4vmin;
    height: 4vmin;
}

.profile-box .profile-info .list li a.current,
.profile-box .profile-info .list li a:hover {

}

.profile-box .profile-info .list li a i {
    font-size: 1.4vmin;
    margin-right: 20px;
    color: #b3b3b3;
    transition: all 500ms ease;
}

.profile-box .profile-info .list li a.current i,
.profile-box .profile-info .list li a:hover i {

}

.profile-box .profile-info .list li span {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    padding: 0px 9px;
    border-radius: 15px;
}

.right-panel .content-container {
    margin-left: 0px;
}

.feature-block-two .inner-box {
    position: relative;
    display: flex;
    background: #fff;
    overflow: hidden;
    border-radius: 1vmin;
    border: 1px solid #e5eded;
    padding: 1vmin;
    align-items: center;
    font-size: 1.13vmin;
}

.feature-block-two .inner-box .icon-box {
    /* position: absolute;
  left: 50px;
  top: 50px; */
    width: 9.3vmin;
    height: 9.3vmin;
    background: #f3f3f9;
    font-size: 50px;
    text-align: center;
    border-radius: 1vmin;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5vmin;
    /* box-shadow: 0 10px 30px #e6efee; */
}



.feature-block-two .inner-box .icon-box svg {
    width: 40% !important;
}

.feature-block-two .inner-box h3 {
    font-size: 2.8vmin;
    line-height: normal;
    font-weight: 900;
    margin-bottom: 1vmin;
}

.feature-block-two .inner-box h5 {
    font-size: 1.7vmin;
    line-height: normal;
    color: #0c5460;
    font-weight: 600;
    margin-bottom: 0.5vmin;
}

.feature-block-two .inner-box p {
    text-transform: capitalize;
    font-size: 1.7vmin;
}

.right-panel .outer-container {
    /* max-width: 1390px; */
    width: 100%;
    margin: 0 auto;
    position: relative;
    min-width:100%;
}

.feature-block-two .inner-box .pattern .pattern-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 293px;
    height: 121px;
    background-repeat: no-repeat;
}

.feature-block-two .inner-box .pattern .pattern-2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 195px;
    height: 100px;
    background-repeat: no-repeat;
}

.right-panel .feature-content {
    position: relative;
    margin-bottom: 2vmin;
}

.doctors-appointment {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 1vmin;
    border: 1px solid #e5eded;
}

.doctors-appointment .title-box {
    position: relative;
    padding: 1.4vmin;
}

.doctors-appointment .title-box h3 {
    font-size: 2.5vmin;
    line-height: normal;
    font-weight: 700;
    text-transform: capitalize;
    /*margin-bottom: 33px;*/
}

.doctors-appointment .title-box .btn-box .theme-btn-one {
    padding: 9px 28px;
    margin-right: 0px;
    box-shadow: none;
}

.doctors-appointment .title-box .btn-box .theme-btn-two {
    padding: 7px 28px;
}

.doctors-appointment .table-outer {
    overflow-x: auto;
    position: relative;
    width: 100%;
}

.doctors-appointment .doctors-table {
    /* min-width: 1170px; */
    width: 100%;
}

.doctors-appointment .doctors-table .table-header {
    position: relative;
    background: #f4f7f7;
}

.doctors-appointment .doctors-table tr {
    border-top: 1px solid #e5eded;
}

.doctors-appointment .doctors-table .table-header th {
    font-size: 1.8vmin;
    line-height: normal;
    color: #004E75;
    font-weight: 600;
    padding: 1.2vmin 1vmin;
    white-space: nowrap;
}

.doctors-appointment .doctors-table .table-header th:first-child {
    padding-left: 1.7vmin;
}

.doctors-appointment .doctors-table tr td .name-box {
    position: relative;
    padding: 1.5vmin 1.7vmin 1.5vmin 0.2vmin!important;
}

.doctors-appointment .doctors-table tr td .name-box .image {
    position: absolute;
    left: 40px;
    top: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.doctors-appointment .doctors-table tr td .name-box .image img {
    width: 100%;
    border-radius: 50%;
}

.doctors-appointment .doctors-table tr td .name-box h5 {
    font-size: 1.7vmin;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 0px;
}

.doctors-appointment .doctors-table tr td .name-box .designation {
    position: relative;
    display: block;
    font-size: 1.4vmin;
    line-height: 20px;
}

.doctors-appointment .doctors-table tr td p {
    font-size: 1.6vmin;
    line-height: normal;
    color: #004E75;
    padding: 0vmin 0.9vmin;
    text-transform:capitalize;
}

.doctors-appointment .doctors-table tr td:first-child p {
    font-size: 1.5vmin;
    line-height: normal;
    color: #004E75;
    padding: 1vmin 1.7vmin;
}

.doctors-appointment .doctors-table tr td .time {
    position: relative;
    display: block;
    font-size: 1.5vmin;
    line-height: normal;
    padding: 0 30px 0 20px;
}

.doctors-appointment .doctors-table tr td .status {
    position: relative;
    display: inline-block;
    font-size: 1.3vmin;
    line-height: normal;
    font-weight: 600;
    padding: 0.8vmin 1.2vmin;
    border-radius: 15px;
    background: #ebfbf3;
    margin-right: 0.5vmin;
    white-space: nowrap;
    text-transform: capitalize;
}

.doctors-appointment .doctors-table tr td .status.cancel {
    background: #f5e7e5;
    position: relative;
    display: inline-block;
    font-size: 1.2vmin;
    line-height: normal;
    font-weight: 600;
    padding: 0.5vmin 1vmin;
    border-radius: 15px;
}

.doctors-appointment .doctors-table tr td .status.pending {
    background: #fff6e5;
}

.doctors-appointment .doctors-table tr td .print {
    position: relative;
    display: inline-block;
    font-size: 1.4vmin;
    font-weight: 500;
    line-height: 20px;
    padding: 9px 20px;
    background: #ebfaf8;
    border-radius: 25px;
    margin-right: 10px;
    float: right;
}

.doctors-appointment .doctors-table tr td .print i {
    margin-right: 0.5vmin;
    font-size: 1.13vmin;
}

.doctors-appointment .doctors-table tr td .view {
    position: relative;
    display: inline-block;
    font-size: 1.5vmin;
    font-weight: 600;
    line-height: normal;
    padding: 0.7vmin 1.2vmin;
    background: #e5f7fb;
    border-radius: 25px;
}

.doctors-appointment .doctors-table tr td .view i {
    margin-right: 0.5vmin;
    font-size: 1.13vmin;
}

.pt-100 {
    padding-top: 100px;
}

.doctors-appointment .doctors-table tr.cancel-block {
    background: #f4f7f7;
}

.submit-review {
    position: relative;
    padding: 120px 0px;
}

.submit-review .review-box {
    position: relative;
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
}

.submit-review .review-box .content-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 1vmin;
    overflow: hidden;
}

.submit-review .review-box .content-box .title-inner {
    position: relative;
    padding: 27px 40px 25px 40px;
}

.submit-review .review-box .content-box .title-inner h3 {
    font-size: 2.5vmin;
    line-height: 32px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0px;
}

.submit-review .review-box .content-box .title-inner p {
    font-size: 1.4vmin;
    line-height: normal;
    color: rgba(255, 255, 255, 0.6);
}

.submit-review .review-box .content-box .content-inner {
    position: relative;
    padding: 36px 40px 40px 40px;
}

.submit-review .review-box .content-inner .rating-box h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 12px;
}

.submit-review .review-box .content-inner .rating-box .rating li {
    position: relative;
    display: inline-block;
    float: left;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #e5e7ec;
    border-radius: 5px;
    font-size: 1.7vmin;
    color: #d6dada;
    margin-right: 0.5vmin;
    text-align: center;
}

.submit-review .review-box .content-inner .rating-box .rating li:last-child {
    margin: 0px !important;
}

.submit-review .review-box .content-inner .rating-box {
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e7ec;
}

.submit-review .custom-control.material-checkbox {
    --color: #ebebeb;
    padding: 0px;
    margin: 0px;
    margin-bottom: 0px !important;
}

.submit-review .custom-control.material-checkbox .material-control-input {
    display: none;
}

.submit-review .custom-control.material-checkbox .material-control-indicator {
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #e5e7ec;
    cursor: pointer;
}

.submit-review .custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
    -webkit-transform: rotateZ(45deg) translate(1px, -5px);
    transform: rotateZ(45deg) translate(1px, -5px);
    width: 8px;
    border: 2px solid #848484;
    border-top: 0px;
    border-left: 0px;
    background: transparent;
    border-radius: 0px;
}

.submit-review .custom-controls-stacked .description {
    position: relative;
    display: inline-block;
    padding: 0px;
    margin-left: 30px;
    font-size: 1.4vmin;
    color: #0c5460;
    cursor: pointer;
    font-weight: 400;
}

.submit-review .custom-controls-stacked .description a {
    display: inline-block;
    line-height: normal;
}

.submit-review .review-box .content-inner .form-inner {
    position: relative;
    padding-top: 23px;
}

.submit-review .review-box .content-inner .form-inner .form-group {
    position: relative;
    margin-bottom: 23px;
}

.submit-review .review-box .content-inner .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.submit-review .review-box .content-inner .form-inner .form-group label {
    position: relative;
    display: block;
    font-size: 1.4vmin;
    font-weight: 500;
    margin-bottom: 6px;
}

.submit-review .review-box .content-inner .form-inner .form-group input[type='text'],
.submit-review .review-box .content-inner .form-inner .form-group input[type='email'],
.submit-review .review-box .content-inner .form-inner .form-group textarea {
    position: relative;
    width: 100%;
    height: 50px;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin;
    font-size: 1.4vmin;
    color: #0c5460;
    padding: 10px 20px;
    transition: all 500ms ease;
}

.submit-review .review-box .content-inner .form-inner .form-group textarea {
    height: 150px;
    resize: none;
}

.submit-review .review-box .content-inner .form-inner .form-group input:focus,
.submit-review .review-box .content-inner .form-inner .form-group textarea:focus {

}

.submit-review .review-box .content-inner .form-inner .form-group button {
    display: block;
    width: 100%;
}

.submit-review .pattern .pattern-1 {
    position: absolute;
    right: 550px;
    top: 50px;
    width: 460px;
    height: 387px;
    background-repeat: no-repeat;
}

.submit-review .pattern .pattern-2 {
    position: absolute;
    left: 500px;
    bottom: 240px;
    width: 460px;
    height: 387px;
    background-repeat: no-repeat;
}


/** appointment-section **/

.appointment-section {
    position: relative;
    padding: 4vmin 0px 10vmin 0px;
}

.custom-check-box .custom-control.material-checkbox .material-control-input {
    display: none;
}

.custom-check-box .custom-control.material-checkbox .material-control-indicator {
    display: inline-block;
    position: absolute;
    top: 0vmin;
    left: 0px;
    width: 1.8vmin;
    height: 1.8vmin;
    border: 1px solid #e5e7ec;
    cursor: pointer;
    border-radius: 3px;
}

.custom-check-box .custom-control.material-checkbox .material-control-indicator:before {
    position: absolute;
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-size: 1.13vmin;
    color: #fff;
    width: 1.8vmin;
    height: 1.8vmin;
    line-height: 1.8vmin;
    text-align: center;
    opacity: 0;
    left: -1px;
    top: -1px;
}

.custom-check-box .custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator:before {
    opacity: 1;
}

.custom-check-box .custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: -1px;
    width: 1.8vmin;
    height: 1.8vmin;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #e5e7ec;
}

.custom-check-box .custom-controls-stacked .description {
    position: relative;
    display: inline-block;
    padding: 0px;
    margin-left: 10px;
    font-size: 1.7vmin;
    color: #004E75;
    cursor: pointer;
    font-weight: 400;
}

.appointment-information .alert-warning {
    background-color: #00a0a3;
    color:#ffffff;
}

.appointment-information .alert-warning2 {
    background-color: #FAE39D;
}

.appointment-information .alert-warning p ,li{
    color:#004e75 !important;
}

.appointment-section .appointment-information {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 1vmin;
    overflow: hidden;
}

.appointment-section .title-box {
    position: relative;
    display: block;
    padding: 30px 40px 28px 40px;
}

.appointment-section .title-box h3 {
    font-size: 2.5vmin;
    line-height: 32px;
    color: #fff;
    font-weight: 700;
    margin: 0px;
}

.appointment-section .appointment-information .inner-box {
    padding: 1vmin;
}

.appointment-section h3 {
    font-size: 2vmin;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 2vmin;
}

.appointment-section h3.shopcart-title{
       font-size: 2.1vmin;
       padding: 1.5vmin 0;
       margin-bottom: 0vmin;
       font-weight: 700;
}

.appointment-information p {
    font-size: 2vmin;
}

.appointment-information .single-box p {
    font-size: 1.7vmin;
}

.appointment-section .appointment-information .inner-box .single-box {
    margin-bottom: 3.5vmin;
}

.appointment-section .appointment-information .custom-check-box {
    margin-bottom: 1.2vmin;
}

.appointment-section .appointment-information .custom-check-box:last-child {
    margin-bottom: 0px;
}

.appointment-section .information-form .form-group {
    position: relative;
    margin-bottom: 2vmin;
}

.appointment-section .information-form .form-group:last-child {
    margin-bottom: 0px;
}

.appointment-section .information-form .form-group label {
    position: relative;
    display: block;
    font-size: 1.4vmin;
    color: #0c5460;
    font-weight: 500;
    margin-bottom: 0.6vmin;
}

.appointment-section .information-form .form-group label h3 {
    color: #0c5460;
    font-size: 2.2vmin;
}

.appointment-section .information-form .form-group label .more-btn .theme-btn-one {
    padding: 1vmin 2vmin;
    box-shadow: unset;
}

.appointment-section .information-form .form-group input[type='text'],
.appointment-section .information-form .form-group input[type='number'],
.appointment-section .information-form .form-group input[type='date'],
.appointment-section .information-form .form-group input[type='email'],
.appointment-section .information-form .form-group textarea {
    position: relative;
    width: 100%;
    height: 5vmin;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin;
    font-size: 1.8vmin;
    color: #0c5460;
    padding: 1vmin 2vmin;
    transition: all 500ms ease;
}

.appointment-section .information-form .form-group textarea {
    height: 13.5vmin;
    resize: none;
}

.appointment-section .information-form .form-group input:focus,
.appointment-section .information-form .form-group textarea:focus {

}

.appointment-section .information-form .form-group .nice-select {
    width: 100%;
    height: 5vmin;
    border: 1px solid #e5e7ec !important;
    border-radius: 10px !important;
    font-size: 1.8vmin;
    color: #0c5460;
    padding: 0.5vmin 2vmin;
}

.appointment-section .information-form .form-group .nice-select:after {
    top: 1vmin;
}

.appointment-section .information-form {
    margin-bottom: 3.1vmin;
}

.appointment-section .payment-information .form-group {
    position: relative;
    margin-bottom: 2.2vmin;
}

.appointment-section .payment-information .form-group label {
    position: relative;
    display: block;
    font-size: 1.4vmin;
    font-weight: 500;
    margin-bottom: 6px;
    min-height: 2.5vmin;
}

.appointment-section .payment-information .form-group input[type='text'] {
    position: relative;
    width: 100%;
    height: 50px;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin;
    font-size: 1.4vmin;
    color: #0c5460;
    padding: 1vmin 2vmin;
    transition: all 500ms ease;
}

.appointment-section .payment-information .form-group input:focus {

}

.appointment-section .payment-information .form-group .card-list li {
    position: relative;
    float: left;
    line-height: 5vmin;
    margin-right: 1vmin;
}

.appointment-section .payment-information .form-group .card-list li:last-child {
    margin: 0px !important;
}

.appointment-section .payment-information .custom-check-box {
    padding-top: 0.6vmin;
}

.appointment-section .payment-information .custom-check-box .description {
    color: #0c5460;
}

.appointment-section .appointment-information {
    margin-right: 1vmin;
}

.appointment-section .booking-information {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 1vmin;
    overflow: hidden;
}

.appointment-section .booking-information .inner-box {
    padding: 14px 40px 18px 40px;
    border-bottom: 1px solid #e5e7ec;
}

.appointment-section .booking-information .single-box ul li {
    position: relative;
    display: block;
    font-size: 1.4vmin;
    font-weight: 500;
    color: #00224f;
    margin-bottom: 10px;
}

.appointment-section .booking-information .single-box ul li span {
    float: right;
}

.appointment-section .booking-information .single-box ul li:last-child {
    margin-bottom: 0px;
}

.appointment-section .booking-information .single-box {
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e7ec;
    padding-top: 19px;
}

.appointment-section .booking-information .total-box h5 {
    position: relative;
    display: block;
    font-size: 1.7vmin;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding-top: 21px;
}

.appointment-section .booking-information .total-box h5 span {
    float: right;
}

.appointment-section .booking-information .btn-box {
    padding: 30px 40px 50px 40px;
}

.appointment-section .booking-information .btn-box .theme-btn-one {
    display: block;
    width: 100%;
}

.confirm-section {
    position: relative;
    padding: 120px 0px;
}

.confirm-section .inner-box {
    position: relative;
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
}

.confirm-section .inner-box .content-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 100px 50px 90px 50px;
    border-radius: 1vmin;
}

.confirm-section .inner-box .content-box .icon-box {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 25px;
}

.confirm-section .inner-box .content-box h3 {
    position: relative;
    display: block;
    font-size: 2.8vmin;
    line-height: 38px;
    font-weight: 900;
    margin-bottom: 22px;
}

.confirm-section .inner-box .content-box p {
    display: block;
    font-weight: 500;
}

.confirm-section .inner-box .content-box a {
    display: inline-block;
    font-size: 1.4vmin;
    font-weight: 500;
}

.confirm-section .inner-box .content-box a:hover {
    text-decoration: underline;
}

.confirm-section .pattern .pattern-1 {
    position: absolute;
    right: 550px;
    top: 50px;
    width: 460px;
    height: 387px;
    background-repeat: no-repeat;
}

.confirm-section .pattern .pattern-2 {
    position: absolute;
    left: 500px;
    bottom: 0px;
    width: 460px;
    height: 387px;
    background-repeat: no-repeat;
}


.registration-section {
    position: relative;
    padding: 60px 0px;
    background: rgb(250, 250, 250);
    background: linear-gradient(180deg, rgba(250, 250, 250, 1) 0%, rgba(243, 243, 249, 1) 50%, rgba(243, 243, 249, 1) 100%);
}

.registration-section .inner-box {
    position: relative;
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
}

.registration-section .content-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 1vmin;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.registration-section .content-box .title-box {
    position: relative;
    display: block;
    padding: 40px 40px 0px 40px;
}

.registration-section .content-box .title-box h3 {
    font-size: 2.5vmin;
    line-height: 32px;
    color: #414141;
    font-weight: 700;
    margin: 0px;
}

.registration-section .content-box .title-box a {
    position: absolute;
    top: 33px;
    right: 40px;
    font-size: 1.7vmin;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    line-height: normal;
    font-weight: 700;
    z-index: 1;
}

.registration-section .content-box .title-box a:hover {
    color: #fff;
}

.registration-section .content-box .inner {
    position: relative;
    padding: 33px 40px 35px 40px;
}

.registration-section .content-box .inner .form-group {
    position: relative;
    margin-bottom: 23px;
}

.registration-section .content-box .inner .form-group:last-child {
    margin-bottom: 0px;
}

.registration-section .content-box .inner .form-group label {
    position: relative;
    display: block;
    font-size: 1.6vmin;
    color: #0c5460;
    font-weight: 500;
    margin-bottom: 6px;
}

.registration-section .content-box .inner .form-group input[type='text'],
.registration-section .content-box .inner .form-group input[type='email'],
.registration-section .content-box .inner .form-group input[type='password'],
.registration-section .content-box .inner .form-group input[type='file'] {
    position: relative;
    width: 100%;
    height: 50px;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin;
    font-size: 1.6vmin;
    color: #0c5460;
    padding: 10px 20px;
    transition: all 500ms ease;
}

.cstm-file-input {
overflow: hidden;
    position: relative;
    width: 100%;
    height: 4.5vmin;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin;
    font-size: 1.4vmin;
    color: #0c5460;
    padding: 1vmin 2vmin;
    transition: all 500ms ease;
}

.cstm-file-input::before {
            content: 'Select some files';
            display: inline-block;
            border: 1px solid #999;
            border-radius: 3px;
            padding: 0.3vmin 0.8vmin;
            outline: none;
            white-space: nowrap;
            -webkit-user-select: none;
            cursor: pointer;
            text-shadow: 1px 1px #fff;
            font-weight: 700;
            font-size: 1.4vmin;
            position: relative;
             top: 0;
             left: 0;
            border-radius: 6px;
        }

.complete-profile .form-group input[type='file'] {
    position: relative;
    width: 100%;
    height: 4.5vmin;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin;
    font-size: 1.6vmin;
    color: #0c5460;
    padding: 1vmin 2vmin;
    transition: all 500ms ease;
}

.registration-section .content-box .inner .form-group button {
    display: block;
    width: 100%;
}

.registration-section .content-box .inner .form-group input:focus {

}

.registration-section .content-box .inner .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    width: auto;
}

.registration-section .content-box .inner .social-links li a {
    position: relative;
    display: inline-block;
    width: auto;
    font-size: 2vmin;
    line-height: normal;
    font-weight: 600;
    color: #004E75;
    padding: 12px 20px;
    text-align: center;
    z-index: 1;
    border-radius: 30px;
}

.registration-section .content-box .inner .social-links li:first-child a {

}

.registration-section .content-box .inner .social-links li:last-child a {

}

.registration-section .content-box .inner .social-links {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
}

.registration-section .content-box .inner .text {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.registration-section .content-box .inner .text:before {
    position: absolute;
    content: '';
    background: #e5e7ec;
    width: 100%;
    height: 1px;
    left: 0px;
    top: 19px;
}

.registration-section .content-box .inner .text span {
    position: relative;
    display: inline-block;
    font-size: 1.5vmin;
    line-height: 32px;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    color: #8a8a8a;
    font-weight: 400;
    width: auto;
    background: #fff;
    text-align: center;
    padding: 5px 30px;
}

.registration-section .content-box .login-now p a {
    display: inline-block;
}

.registration-section .content-box .login-now {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 22px;
}

.registration-section .custom-check-box .custom-controls-stacked .description {
    color: #0c5460;
}

.registration-section .content-box .login-now p a:hover {
    text-decoration: underline;
}

.registration-section .pattern .pattern-1 {
    position: absolute;
    right: 550px;
    top: 50px;
    width: 460px;
    height: 387px;
    background-repeat: no-repeat;
}

.registration-section .pattern .pattern-2 {
    position: absolute;
    left: 500px;
    bottom: 240px;
    width: 460px;
    height: 387px;
    background-repeat: no-repeat;
}


/***

====================================================================
                        Docotrs-Page
====================================================================

***/

.dashboard-section {
    position: relative;
}

.favourite-doctors {
    position: relative;
    padding: 50px 0px;
}

.favourite-doctors .team-block-three .inner-box {
    margin-bottom: 30px;
}

.favourite-doctors .title-box {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5eded;
    margin-bottom: 50px;
}

.favourite-doctors .title-box h3 {
    font-size: 2.5vmin;
    line-height: 32px;
    font-weight: 700;
    margin: 0px;
}

.favourite-doctors .pagination-wrapper {
    padding-top: 30px;
}

.doctor-details {
    position: relative;
    padding: 80px 0px 120px 0px;
}

.doctor-details-content .tabs-box .tab-btn-box .tab-btns li {
    width: 50%;
}

.doctor-details-content .tabs-box .tabs-content .inner-box .text .list li {
    width: 100%;
    float: none;
}

.doctor-details-content .tabs-box .tabs-content .inner-box .text .list li span {
    font-weight: 400;
    color: #0c5460;
}

.doctor-details-content .tabs-box .tabs-content .inner-box .text .treatments-list li {
    position: relative;
    display: block;
    font-size: 1.5vmin;
    color: #004E75;
    margin-bottom: 6px;
}

.doctor-details-content .tabs-box .tabs-content .inner-box .text .treatments-list li:last-child {
    margin-bottom: 0px;
}

.doctor-details-content .tabs-box .tabs-content .inner-box .text .treatments-list li a {
    color: #004E75;
}

.doctor-details-content .tabs-box .tabs-content .inner-box .text .treatments-list li a:hover {

}

.doctor-details-content .tabs-box .tabs-content .inner-box .text .treatments-list {
    margin-bottom: 35px;
}

.doctor-details-content .tabs-box .tabs-content .experience-box .text h3 {
    position: relative;
    display: block;
    font-size: 2vmin;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 16px;
}

.doctor-details-content .tabs-box .tabs-content .experience-box .text p {
    margin-bottom: 13px;
}

.doctor-details-content .tabs-box .tabs-content .experience-box .text .experience-list li {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    color: #004E75;
    padding-left: 25px;
    margin-bottom: 8px;
}

.doctor-details-content .tabs-box .tabs-content .experience-box .text .experience-list li:before {
    position: absolute;
    content: '';
    border: 3px solid #dad9e7;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: 0px;
    top: 7px;
}

.doctor-details-content .tabs-box .tabs-content .experience-box .text .experience-list li:last-child {
    margin-bottom: 0px;
}

.doctor-details-content .tabs-box .tabs-content .experience-box .text .experience-list li p {
    display: block;
    font-size: 1.4vmin;
    line-height: normal;
    color: #004E75;
    margin: 0px;
}

.doctor-details-content .tabs-box .tabs-content .experience-box .text .experience-list li p span {
    color: #0c5460;
}

.doctor-details-content .tabs-box .tabs-content .experience-box .text .experience-list {
    margin-bottom: 33px;
}

.doctor-details-content .tabs-box .tabs-content .experience-box .text .skills-list li {
    position: relative;
    display: block;
    font-size: 1.5vmin;
    line-height: 28px;
    color: #004E75;
    padding-left: 25px;
    margin-bottom: 6px;
}

.doctor-details-content .tabs-box .tabs-content .experience-box .text .skills-list li:before {
    position: absolute;
    content: '';
    border: 3px solid #dad9e7;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: 0px;
    top: 7px;
}

.doctor-details-content .tabs-box .tabs-content .experience-box .text .skills-list li:last-child {
    margin-bottom: 0px;
}

.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner {
    position: relative;
    padding-left: 180px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e7ec;
    margin-bottom: 28px;
}

.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner .rating-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 150px;
    border-radius: 1vmin;
    padding: 18px 15px 22px 15px;
    text-align: center;
}

.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner .rating-box h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 4px;
}

.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner .rating-box .clearfix li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
}

.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner .rating-box .clearfix li:last-child {
    color: #a29fc2;
}

.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner .rating-box .clearfix {
    margin-bottom: 4px;
}

.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner .rating-box span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    font-weight: 500;
}

.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner .rating-pregress {
    position: relative;
}

.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner .rating-pregress .porgress-bar {
    position: relative;
    display: block;
    width: 100%;
    max-width: 390px;
    height: 15px;
    background: #ebf7f6;
    border-radius: 5px;
    overflow: hidden;
}

.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner .rating-pregress .porgress-bar:before {
    position: absolute;
    content: '';
    height: 100%;
    left: 0px;
    top: 0px;
}

.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner .rating-pregress .single-progress:first-child .porgress-bar:before {
    width: 80%;
}

.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner .rating-pregress .single-progress:nth-child(2) .porgress-bar:before {
    width: 70%;
}

.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner .rating-pregress .single-progress:nth-child(3) .porgress-bar:before {
    width: 60%;
}

.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner .rating-pregress .single-progress:nth-child(4) .porgress-bar:before {
    width: 50%;
}

.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner .rating-pregress .single-progress:last-child .porgress-bar:before {
    width: 40%;
}

.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner .rating-pregress .single-progress .text {
    position: absolute;
    top: -6px;
    right: 5px;
}

.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner .rating-pregress .single-progress {
    position: relative;
    margin-bottom: 19px;
}

.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner .rating-pregress .single-progress .text p {
    color: #004E75;
}

.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner .rating-pregress .single-progress .text p i {
    margin-right: 10px;
}

.doctor-details-content .tabs-box .tabs-content .review-box h3 {
    margin-bottom: 23px;
}

.single-review-box {
    position: relative;
    padding: 0px 0px 36px 125px;
    margin-bottom: 30px;
}

.single-review-box:last-child {
    margin-bottom: 0px;
}

.doctor-details-content .single-review-box {
    border-bottom: 1px solid #dfe2e7;
}

.single-review-box .image-box {
    position: absolute;
    left: 0px;
    top: 2px;
    width: 95px;
    height: 95px;
    border-radius: 1vmin;
}

.single-review-box .image-box img {
    width: 100%;
    border-radius: 1vmin;
}

.single-review-box .rating {
    position: relative;
    line-height: 14px;
}

.single-review-box .rating li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
}

.single-review-box .rating li.light {
    color: #dae6e5;
}

.single-review-box h6 {
    position: relative;
    display: block;
    font-size: 1.4vmin;
    line-height: 22px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 7px;
}

.single-review-box h6 span {
    color: #0c5460;
}

.single-review-box p {
    line-height: normal;
    margin: 0px;
}

.doctor-details-content .tabs-box .tabs-content .review-box .review-inner {
    margin-bottom: 30px;
}

#ui-datepicker-div.ui-widget-content {
    border: 1px solid #c5c5c5;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #777;
    color: #252525;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    border-radius: 0px;
    width: 270px;
    padding: 5px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: #151515 none repeat scroll 0 0;
    border: 2px solid #252525;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    padding: 5px 0;
    position: relative;
}

.ui-datepicker td a {
    color: #000000 !important;
    text-align: center;
    background-image: none !important;
    background: #f5f5f5 !important;
    border: 1px solid #f9f9f9 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #333333 !important;
    background: #333333 !important;
    color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border-radius: 30%;
    height: 20px;
    position: absolute;
    top: 7px;
    width: 20px;
    transition: all 500ms ease;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
    right: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    top: 7px;
    background: #fff;
    border: none;
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: 1.2vmin;
    margin: 0 0 0.4em;
    width: 100%;
    z-index: 99999999;
}

.ui-datepicker th {
    border: medium none;
    font-weight: 600;
    padding: 2px 3px;
    text-align: center;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
    background: #43c3ea;
    color: #fff;
    border-color: #43c3ea;
}

.doctors-sidebar .form-widget {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 1vmin;
    overflow: hidden;
}

.doctors-sidebar .form-widget .form-title {
    position: relative;
    padding: 20px 30px 20px 30px;
}

.doctors-sidebar .form-widget .form-title h3 {
    font-size: 2.5vmin;
    line-height: 34px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0px;
}

.doctors-sidebar .form-widget .form-title p {
    font-size: 1.4vmin;
    line-height: normal;
    color: rgba(255, 255, 255, 0.7);
}

.doctors-sidebar .form-widget .appointment-time {
    position: relative;
    padding: 40px 40px;
    border-bottom: 1px solid #e5e7ec;
}

.doctors-sidebar .form-widget .appointment-time .form-group {
    position: relative;
    margin-bottom: 10px;
}

.doctors-sidebar .form-widget .appointment-time .form-group:last-child {
    margin-bottom: 0px;
}

.doctors-sidebar .form-widget .appointment-time .form-group input[type='text'] {
    position: relative;
    width: 100%;
    height: 50px;
    background: #ebf7f6;
    padding: 10px 20px;
    color: #0c5460;
    font-size: 14px;
    border-radius: 1vmin;
}

.doctors-sidebar .form-widget .appointment-time .form-group i {
    position: absolute;
    top: 17px;
    right: 20px;
    z-index: 1;
}

.doctors-sidebar .form-widget .choose-service {
    position: relative;
    padding: 33px 40px 40px 40px;
}

.doctors-sidebar .form-widget .choose-service h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 12px;
}

.doctors-sidebar .form-widget .custom-check-box .custom-controls-stacked .description {
    font-weight: 500;
    display: block;
}

.doctors-sidebar .form-widget .custom-check-box .custom-controls-stacked .description .price {
    float: right;
}

.doctors-sidebar .form-widget .custom-check-box {
    padding: 9px 15px 3px 15px;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin;
    margin-bottom: 10px;
}

.doctors-sidebar .form-widget .custom-check-box:last-child {
    margin-bottom: 0px;
}

.doctors-sidebar .form-widget .custom-check-box .custom-control.material-checkbox .material-control-indicator {
    background: #e5e7ec;
    width: 15px;
    height: 15px;
    top: 7px;
}

.doctors-sidebar .form-widget .custom-check-box .custom-control.material-checkbox .material-control-indicator:before {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
}

.doctors-sidebar .form-widget .custom-check-box .custom-controls-stacked .description {
    margin-left: 0px;
}

.doctors-sidebar .form-widget .choose-service .btn-box {
    position: relative;
    padding-top: 10px;
}

.doctors-sidebar .form-widget .choose-service .btn-box .theme-btn-one {
    display: block;
    width: 100%;
}

.doctors-dashboard {
    position: relative;
    padding: 50px 50px;
    min-height: 1080px;
}

.doctors-appointment .doctors-table tr td .accept {
    position: relative;
    display: inline-block;
    font-size: 1.4vmin;
    font-weight: 500;
    line-height: normal;
    padding: 0.8vmin 2vmin;
    background: #ebfaf8;
    border-radius: 25px;
    float: left;
    margin-right: 1vmin;
}

.doctors-appointment .doctors-table tr td .cancel {
    position: relative;
    display: inline-block;
    font-size: 1.4vmin;
    font-weight: 500;
    line-height: normal;
    padding: 0.8vmin 2vmin;
    background: #ffeeec;
    border-radius: 25px;
    margin-right: 1vmin;
}

.doctors-appointment .doctors-table tr td .accept i {
    font-size: 1.13vmin;
    margin-right: 0.5vmin;
}

.doctors-appointment .doctors-table tr td .cancel i {
    font-size: 1.13vmin;
    margin-right: 0.5vmin;
}

.doctors-dashboard .right-panel .appointment-list {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #e5eded;
    border-radius: 1vmin;
    overflow: hidden;
    margin-bottom: 30px;
}

.doctors-dashboard .right-panel .appointment-list .upper-box h3 {
    position: relative;
    font-size: 2.5vmin;
    line-height: 44px;
    font-weight: 700;
}

.doctors-dashboard .right-panel .appointment-list .upper-box {
    padding: 30px 40px;
    border-bottom: 1px solid #e5eded;
}

.doctors-dashboard .right-panel .appointment-list .upper-box .nice-select {
    height: 44px;
    border: 1px solid #e5eded !important;
    border-radius: 30px;
    padding: 3px 20px;
    width: 175px;
    color: #004E75;
    font-size: 14px;
    font-weight: 500;
}

.doctors-dashboard .right-panel .appointment-list .upper-box .nice-select:after {
    top: 7px;
    right: 20px;
    color: #004E75;
}

.doctors-dashboard .right-panel .appointment-list .single-item {
    position: relative;
    padding: 16px 40px 13px 40px;
    border-bottom: 1px solid #e5eded;
}

.doctors-dashboard .right-panel .appointment-list .single-item:last-child {
    border-bottom: none;
}

.doctors-dashboard .right-panel .appointment-list .single-item .image-box {
    position: absolute;
    left: 40px;
    top: 20px;
    width: 100px;
    height: 100px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 24, 73, 0.2);
}

.doctors-dashboard .right-panel .appointment-list .single-item .image-box img {
    width: 100%;
    border-radius: 20px;
}

.doctors-dashboard .right-panel .appointment-list .single-item .inner {
    padding-left: 150px;
}

.doctors-dashboard .right-panel .appointment-list .single-item .inner h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}

.doctors-dashboard .right-panel .appointment-list .single-item .inner .info-list li {
    position: relative;
    display: block;
    font-size: 1.4vmin;
    line-height: normal;
    color: #727272;
    margin-bottom: 1px;
}

.doctors-dashboard .right-panel .appointment-list .single-item .inner .info-list li:last-child {
    margin-bottom: 0px;
}

.doctors-dashboard .right-panel .appointment-list .single-item .inner .info-list li a {
    display: inline-block;
    color: #727272;
}

.doctors-dashboard .right-panel .appointment-list .single-item .inner .info-list li a:hover {

}

.doctors-dashboard .right-panel .appointment-list .single-item .inner .info-list li i {
    font-size: 1.2vmin;
    margin-right: 15px;
    color: #c7c7c7;
}

.doctors-dashboard .right-panel .appointment-list .single-item .inner .confirm-list {
    position: absolute;
    top: 48px;
    right: 40px;
}

.doctors-dashboard .right-panel .appointment-list .single-item .inner .confirm-list li {
    position: relative;
    display: inline-block;
    font-size: 1.4vmin;
    font-weight: 500;
    line-height: 20px;
    padding: 9px 20px;
    background: #e9f9f7;
    border-radius: 25px;
}

.doctors-dashboard .right-panel .appointment-list .single-item .inner .confirm-list li i {
    margin-right: 0.5vmin;
    font-size: 1.13vmin;
}

.doctors-dashboard .right-panel .appointment-list .single-item .inner .confirm-list li:last-child {
    background: #ffeeec;
}

.my-patients .title-box .search-form {
    position: relative;
    display: inline-block;
    width: 265px;
    margin: 0px;
    margin-right: 10px;
}

.my-patients .title-box .search-form .form-group {
    position: relative;
    margin: 0px;
}

.my-patients .title-box .search-form input[type='search'] {
    position: relative;
    width: 100%;
    height: 44px;
    border: 1px solid #e5eded;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #0c5460;
    padding: 10px 20px 10px 20px;
    transition: all 500ms ease;
}

.my-patients .title-box .search-form input:focus {

}

.my-patients .title-box .search-form button {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 1.5vmin;
    color: #0c5460;
    background: transparent;
    cursor: pointer;
    transition: all 500ms ease;
}

.my-patients .title-box .search-form input:focus + button,
.my-patients .title-box .search-form button:hover {

}

.my-patients .title-box h3 {
    /*margin-bottom: 0px;*/
    /*line-height: 44px;*/
}

.my-patients .title-box {
    padding: 1.4vmin !important;
}

.my-patients .doctors-table tr td .name-box {
    padding: 34px 0px 32px 100px;
}

.doctors-dashboard .pagination-wrapper {
    margin-top: 30px;
}

.add-listing .single-box {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #e5eded;
    border-radius: 1vmin;
    margin-bottom: 1.5vmin;
}

.add-listing .single-box .title-box {
    position: relative;
    padding: 1.4vmin;
    border-bottom: 1px solid #e5eded;
}

.add-listing .single-box .title-box h3 {
    font-size: 2.5vmin;
    line-height: 34px;
    font-weight: 700;
    margin: 0px;
    text-transform:capitalize;
}

.add-listing .single-box .title-box a.menu {
    position: absolute;
    top: 30px;
    right: 40px;
    background: #fff;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #e6eeee;
    border-radius: 50%;
    text-align: center;
    font-size: 1.5vmin;
    color: #0c5460;
    z-index: 1;
    box-shadow: 0 20px 30px #d5edea;
}

.add-listing .single-box .title-box a.menu:hover {
    color: #fff;
}

.add-listing .single-box .title-box a.theme-btn-one {
    position: absolute;
    top: 30px;
    right: 104px;
    padding: 9px 30px;
    z-index: 1;
}

.add-listing .single-box .inner-box {
    position: relative;
    padding: 1.5vmin;
}

.add-listing .single-box .inner-box .form-group {
    position: relative;
    margin-bottom: 3vmin;
}

.add-listing .single-box .inner-box .form-group:last-child {
    margin-bottom: 0px;
}

.add-listing .single-box .inner-box .form-group label {
    position: relative;
    display: block;
    font-size: 1.6vmin;
    line-height: normal;
    font-weight: 500;
    color: #0c5460;
    margin-bottom: 1vmin;
    text-transform: capitalize;
}

.add-listing .single-box .inner-box .form-group input[type='text'],
.add-listing .single-box .inner-box .form-group input[type='email'],
.add-listing .single-box .inner-box .form-group input[type='password'],
.add-listing .single-box .inner-box .form-group textarea {
    position: relative;
    width: 100%;
    height: 5.2vmin;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin !important;
    font-size: 1.6vmin;
    color: #0c5460;
    padding: 10px 20px;
    transition: all 500ms ease;
}

.add-listing .single-box .inner-box .form-group input:focus,
.add-listing .single-box .inner-box .form-group textarea:focus {

}

.add-listing .single-box .inner-box .form-group textarea {
    height: 120px;
    resize: none;
    display: block;
}

.add-listing .btn-box .theme-btn-one {
    padding: 1.3vmin 3vmin;
}

.add-listing .btn-box .cancel-btn {
    position: relative;
    display: inline-block;
    font-size: 1.4vmin;
    line-height: 24px;
    font-weight: 600;
    background: #fff;
    color: #004E75;
    border: 2px solid #e5eded;
    border-radius: 30px;
    padding: 11px 28px;
    margin-left: 6px;
    text-align: center;
}

.add-listing .btn-box .cancel-btn:hover {
    background: #004E75;
    border-color: #004E75;
    color: #fff;
}

.schedule-timing {
    position: relative;
    background: #fff;
    border: 1px solid #e5eded;
    border-radius: 1vmin;
    overflow: hidden;
}

.schedule-timing .title-box {
    position: relative;
    padding: 30px 40px;
    border-bottom: 1px solid #e5eded;
}

.schedule-timing .title-box h3 {
    font-size: 2.5vmin;
    line-height: 44px;
    font-weight: 700;
    margin: 0px;
}

.schedule-timing .title-box .search-form {
    position: relative;
    display: inline-block;
    width: 265px;
    margin: 0px;
    margin-right: 10px;
}

.schedule-timing .title-box .search-form .form-group {
    position: relative;
    margin: 0px;
}

.schedule-timing .title-box .search-form input[type='search'] {
    position: relative;
    width: 100%;
    height: 44px;
    border: 1px solid #e5eded;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #0c5460;
    padding: 10px 20px 10px 20px;
    transition: all 500ms ease;
}

.schedule-timing .title-box .search-form input:focus {

}

.schedule-timing .title-box .search-form button {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 1.5vmin;
    color: #0c5460;
    background: transparent;
    cursor: pointer;
    transition: all 500ms ease;
}

.schedule-timing .title-box .search-form input:focus + button,
.schedule-timing .title-box .search-form button:hover {

}

.schedule-timing .title-box .right-column span {
    position: relative;
    display: inline-block;
    font-size: 1.4vmin;
    line-height: 44px;
    font-weight: 500;
    color: #004E75;
    margin-right: 10px;
}

.schedule-timing .inner-box {
    position: relative;
    display: block;
    padding: 40px 40px;
}

.schedule-timing .inner-box .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 1vmin;
    border: 1px solid #e5eded;
}

.schedule-timing .inner-box .image-box {
    position: relative;
    display: block;
}

.schedule-timing .inner-box .image-box img {
    width: 100%;
}

.schedule-timing .inner-box .calendar-title {
    position: relative;
    display: block;
    padding: 10px 30px;
}

.schedule-timing .inner-box .calendar-title h3 {
    font-size: 2vmin;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
}

.schedule-timing .inner-box .calendar-title .theme-btn-one {
    padding: 7px 30px;
    box-shadow: none;
}

.schedule-timing .inner-box .calendar-title .theme-btn-one:before {
    background: #004E75;
}

.main-header.style-three .header-lower {
    padding: 0px 50px;
}

.main-header.style-three .header-lower .outer-box {
    display: block;
}

.main-header.style-three .header-lower .logo-box {
    float: left;
    margin-right: 130px;
    padding: 24.5px 0px;
}

.main-header.style-three .header-lower .menu-area {
    float: left;
}

.main-header.style-three .author-box {
    margin-top: 25px;
}

.main-header.style-three .author-box .icon-box {
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 30px;
    margin-right: 30px;
}

.main-header.style-three .author-box .icon-box:before {
    position: absolute;
    content: '';
    background: #e4edeb;
    width: 1px;
    height: 50px;
    top: 0px;
    right: 0px;
}

.main-header.style-three .author-box .icon-box a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    border: 1px solid #e5eded;
    color: #004E75;
    box-shadow: 0 10px 30px #d5edea;
}

.main-header.style-three .author-box .icon-box a:hover {
    color: #fff;
}

.main-header.style-three .author-box .author {
    position: relative;
    display: inline-block;
    float: left;
    padding: 0px 0px 0px 70px;
}

.main-header.style-three .author-box .author .author-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.main-header.style-three .author-box .author .author-image img {
    width: 100%;
    border-radius: 50%;
}

.main-header.style-three .author-box .author .nice-select {
    padding: 8px 0px;
    font-size: 1.7vmin;
    line-height: normal;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    color: #004E75;
    height: 50px;
    padding-right: 10px;
}

.main-header.style-three .author-box .author .nice-select .list {
    width: 200px;
    left: inherit !important;
    right: 0px !important;
}

.main-header.style-three .author-box .author .nice-select:after {
    top: 10px;
    right: 0px;
    margin: 0px;
    font-size: 1.7vmin;
    color: #004E75;
}

.doctors-dashboard .review-list {
    position: relative;
    background: #fff;
    border: 1px solid #e5eded;
    border-radius: 1vmin;
    overflow: hidden;
}

.doctors-dashboard .review-list .title-box {
    position: relative;
    padding: 30px 40px;
    border-bottom: 1px solid #e5eded;
}

.doctors-dashboard .review-list .title-box h3 {
    position: relative;
    font-size: 2.5vmin;
    line-height: 44px;
    font-weight: 700;
}

.doctors-dashboard .review-list .title-box .nice-select {
    height: 44px;
    border: 1px solid #e5eded !important;
    border-radius: 30px;
    padding: 3px 20px;
    width: 175px;
    color: #004E75;
    font-size: 14px;
    font-weight: 500;
}

.doctors-dashboard .review-list .title-box .nice-select:after {
    margin: 0px;
    top: 2px;
    color: #004E75;
}

.doctors-dashboard .review-list .comment-inner .single-comment-box {
    position: relative;
    display: block;
    padding: 26px 40px 30px 40px;
    border-bottom: 1px solid #e5eded;
}

.doctors-dashboard .review-list .comment-inner .single-comment-box:last-child {
    border-bottom: none;
}

.doctors-dashboard .review-list .comment-inner .single-comment-box .comment {
    position: relative;
    padding-left: 110px;
}

.doctors-dashboard .review-list .comment-inner .single-comment-box .comment .comment-thumb {
    position: absolute;
    left: 0px;
    top: 4px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.doctors-dashboard .review-list .comment-inner .single-comment-box .comment .comment-thumb img {
    width: 100%;
    border-radius: 50%;
}

.doctors-dashboard .review-list .comment-inner .single-comment-box .comment h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 1px;
}

.doctors-dashboard .review-list .comment-inner .single-comment-box .comment .comment-time {
    position: relative;
    display: block;
    font-size: 1.4vmin;
    margin-bottom: 15px;
}

.doctors-dashboard .review-list .comment-inner .single-comment-box .comment .comment-time i {
    font-size: 14px;
    margin-right: 10px;
}

.doctors-dashboard .review-list .comment-inner .single-comment-box .comment .rating {
    position: absolute;
    top: 0px;
    right: 0px;
}

.doctors-dashboard .review-list .comment-inner .single-comment-box .comment .rating li {
    position: relative;
    display: inline-block;
    font-size: 1.4vmin;
}

.doctors-dashboard .review-list .comment-inner .single-comment-box .comment .rating li.light {
    color: #b3b3b3;
}

.doctors-dashboard .review-list .comment-inner .single-comment-box .comment p {
    margin-bottom: 22px;
}

.doctors-dashboard .review-list .comment-inner .single-comment-box .comment .replay-btn {
    position: relative;
    display: inline-block;
    font-size: 1.4vmin;
    line-height: normal;
    color: #004E75;
    font-weight: 500;
    padding: 4px 18px;
    border: 2px solid #e5eded;
    border-radius: 25px;
}

.doctors-dashboard .review-list .comment-inner .single-comment-box .comment .replay-btn i {
    font-size: 1.13vmin;
    margin-right: 10px;
}

.doctors-dashboard .review-list .comment-inner .single-comment-box .comment .replay-btn:hover {
    color: #fff;
    box-shadow: 0 20px 30px #d5edea;
}

.doctors-dashboard .review-list .comment-inner .single-comment-box .comment.replay-comment {
    margin-left: 110px;
    margin-top: 50px;
}

.doctors-dashboard .message-box .image-box {
    position: relative;
    display: block;
    border-radius: 1vmin;
}

.doctors-dashboard .message-box .image-box img {
    width: 100%;
    border-radius: 1vmin;
}

.doctors-dashboard .my-profile .single-box .profile-title {
    position: relative;
    padding: 67px 0px 63px 230px;
    max-width: 640px;
    width: 100%;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin;
    margin-bottom: 24px;
}

.doctors-dashboard .my-profile .single-box .profile-title .image-box {
    position: absolute;
    left: 40px;
    top: 40px;
    width: 150px;
    height: 150px;
    border-radius: 20px;
}

.doctors-dashboard .my-profile .single-box .profile-title .image-box img {
    width: 100%;
    border-radius: 20px;
}

.doctors-dashboard .my-profile .single-box .profile-title .upload-photo a {
    position: relative;
    display: inline-block;
    font-size: 1.4vmin;
    line-height: normal;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 11.5px 30px;
    border-radius: 30px;
    box-shadow: 0 10px 20px #d5edea;
    margin-bottom: 24px;
    transition: all 500ms ease;
}

.doctors-dashboard .my-profile .single-box .profile-title .upload-photo a i {
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.doctors-dashboard .my-profile .single-box .profile-title .upload-photo a:hover {
    background: #004E75;
}

.doctors-dashboard .my-profile .single-box .profile-title .upload-photo span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
}

.doctors-dashboard .my-profile .single-box .inner-box .form-group i {
    position: absolute;
    bottom: 16px;
    right: 30px;
    z-index: 1;
}

.doctors-dashboard .my-profile .single-box .inner-box .image-box .image {
    position: relative;
    float: left;
    border-radius: 20px;
    margin-right: 30px;
}

.doctors-dashboard .my-profile .single-box .inner-box .image-box .image:last-child {
    margin: 0px !important;
}

.doctors-dashboard .my-profile .single-box .inner-box .image-box .image img {
    width: 100%;
    border-radius: 20px;
}

.registration-section .content-box .inner .form-group .forgot-passowrd a {
    position: relative;
    float: right;
    font-size: 1.4vmin;
    color: #0c5460;
    z-index: 1;
}

.registration-section .content-box .inner .form-group .forgot-passowrd a:hover {

}


/***

====================================================================
                        Blog-Page
====================================================================

***/

.blog-grid {
    position: relative;
    padding: 5vmin 0px;
}

.blog-grid .news-block-one .inner-box {
    margin-bottom: 3vmin;
}

.news-block:nth-child(4) .news-block-one .inner-box .image-box .category {

}

.news-block:nth-child(5) .news-block-one .inner-box .image-box .category {

}

.news-block:nth-child(6) .news-block-one .inner-box .image-box .category {

}

.news-block:nth-child(7) .news-block-one .inner-box .image-box .category {

}

.news-block:nth-child(8) .news-block-one .inner-box .image-box .category {

}

.news-block:nth-child(9) .news-block-one .inner-box .image-box .category {

}

.news-block:nth-child(10) .news-block-one .inner-box .image-box .category {

}

.news-block:nth-child(11) .news-block-one .inner-box .image-box .category {

}

.news-block:nth-child(12) .news-block-one .inner-box .image-box .category {

}

.sidebar-page-container {
    position: relative;
    padding: 5vmin 0px;
}

.blog-grid .pagination-wrapper {
    position: relative;
    margin-top: 30px;
}

.sidebar-page-container .pagination-wrapper {
    text-align: right;
    margin-top: 20px;
}

.blog-sidebar {
    position: relative;
    margin-left: 10px;
}

.blog-sidebar .sidebar-widget {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 1vmin;
    padding: 3vmin 3vmin 3vmin 3vmin;
    box-shadow: 0 10px 40px #e5ebea;
    margin-bottom: 4vmin;
}

.blog-sidebar .sidebar-widget:last-child {
    margin-bottom: 0px;
}

.blog-sidebar .sidebar-widget .widget-title {
    position: relative;
    display: block;
    margin-bottom: 3.2vmin;
}

.blog-sidebar .sidebar-widget .widget-title h3 {
    font-size: 2.5vmin;
    line-height: normal;
    font-weight: 700;
    margin: 0px;
}

.blog-sidebar .sidebar-search .search-form .form-group {
    position: relative;
    margin: 0px;
}

.blog-sidebar .sidebar-search .search-form .form-group input[type='search'] {
    position: relative;
    width: 100%;
    height: 60px;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    padding: 10px 80px 10px 30px;
    font-size: 1.4vmin;
    color: #0c5460;
    transition: all 500ms ease;
}

.blog-sidebar .sidebar-search .search-form .form-group button {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 17px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 500ms ease;
}

.blog-sidebar .sidebar-search .search-form .form-group input:focus {

}

.blog-sidebar .category-widget .category-list li {
    position: relative;
    display: block;
    margin-bottom: 12px;
}

.blog-sidebar .category-widget .category-list li:last-child {
    margin-bottom: 0px;
}

.blog-sidebar .category-widget .category-list li a {
    position: relative;
    display: inline-block;
    font-size: 1.5vmin;
    color: #004E75;
    padding-left: 2.3vmin;
}

.blog-sidebar .category-widget .category-list li a:before {
    position: absolute;
    content: '';
    border: 3px solid #dad9e7;
    width: 1.2vmin;
    height: 1.2vmin;
    border-radius: 50%;
    left: 0px;
    top: 0.7vmin;
    transition: all 500ms ease;
}

.blog-sidebar .category-widget .category-list li a:hover {

}

.blog-sidebar .category-widget .category-list li a:hover:before {

}

.blog-sidebar .post-widget .post-inner .post {
    position: relative;
    padding: 0px 0px 1.9vmin 10vmin;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1.5vmin;
    min-height: 11vmin;
}

.blog-sidebar .post-widget .post-inner .post:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.blog-sidebar .post-widget .post-inner .post-thumb {
    position: absolute;
    left: 0px;
    top: 0.5vmin;
    width: 8vmin;
    height: 8vmin;
    border-radius: 1vmin;
}

.blog-sidebar .post-widget .post-inner .post-thumb img {
    width: 100%;
    border-radius: 1vmin;
    transition: all 500ms ease;
}

.blog-sidebar .post-widget .post-inner .post:hover .post-thumb img {
    opacity: 0.5;
}

.blog-sidebar .post-widget .post-inner h5 {
    position: relative;
    display: block;
    font-size: 1.7vmin;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 0.6vmin;
}

.blog-sidebar .post-widget .post-inner h5 a {
    display: inline-block;
    color: #004E75;
}

.blog-sidebar .post-widget .post-inner h5 a:hover {

}

.blog-sidebar .post-widget .post-inner p {
    position: relative;
}

.blog-sidebar .post-widget {
    padding-bottom: 2vmin;
}

.blog-sidebar .archives-widget .archives-list li {
    position: relative;
    display: block;
    margin-bottom: 1.2vmin;
}

.blog-sidebar .archives-widget .archives-list li:last-child {
    margin-bottom: 0px;
}

.blog-sidebar .archives-widget .archives-list li a {
    position: relative;
    display: block;
    font-size: 1.5vmin;
    color: #004E75;
    padding-left: 2.3vmin;
}

.blog-sidebar .archives-widget .archives-list li a span {
    float: right;
}

.blog-sidebar .archives-widget .archives-list li a:before {
    position: absolute;
    content: '';
    border: 3px solid #dad9e7;
    width: 1.2vmin;
    height: 1.2vmin;
    border-radius: 50%;
    left: 0px;
    top: 0.7vmin;
    transition: all 500ms ease;
}

.blog-sidebar .archives-widget .archives-list li a:hover {

}

.blog-sidebar .archives-widget .archives-list li a:hover:before {

}

.blog-sidebar .category-widget .widget-title {
    margin-bottom: 2.5vmin;
}

.blog-sidebar .archives-widget .widget-title {
    margin-bottom: 2.5vmin;
}

.blog-sidebar .sidebar-tags .tags-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 0.5vmin;
    margin-bottom: 1.5vmin;
}

.blog-sidebar .sidebar-tags .tags-list li a {
    position: relative;
    display: inline-block;
    font-size: 1.4vmin;
    line-height: normal;
    color: #7f8180;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    text-align: center;
    padding: 0.6vmin 1.5vmin;
}

.blog-sidebar .sidebar-tags .tags-list li a:hover {
    color: #fff;
    box-shadow: 0 20px 30px #d5edea;
}

.blog-sidebar .sidebar-tags {
    padding-bottom: 3.5vmin;
}

.sidebar-page-container .news-block-one .inner-box {
    box-shadow: none;
}

.sidebar-page-container .news-block-one .inner-box .lower-content {
    padding-left: 0px;
    padding-right: 0px;
}

.sidebar-page-container .news-block-one .inner-box .lower-content .btn-box {
    left: 0px;
}

.blog-standard-content .news-block-one .inner-box .lower-content h3 {
    font-size: 2.8vmin;
    line-height: 42px;
}

.blog-standard-content .news-block-one .inner-box .lower-content {
    padding-top: 32px;
    padding-bottom: 50px;
}

.blog-details-content .news-block-one .inner-box .lower-content h3 {
    font-size: 2.8vmin;
    line-height: normal;
}

.blog-details-content .news-block-one .inner-box .image-box:before {
    display: none;
}

.blog-details-content .news-block-one .inner-box:hover .image-box img {
    transform: scale(1);
}

.blog-details-content .news-block-one .inner-box .lower-content {
    padding-top: 32px;
}

.blog-details-content blockquote {
    position: relative;
    display: block;
    background: #ebf7f6;
    padding: 45px 100px 45px 65px;
    border-radius: 1vmin;
    margin: 6px 0px 70px 0px;
}

.blog-details-content blockquote i {
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 2.8vmin;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 20px 30px #d5edea;
}

.blog-details-content blockquote p {
    position: relative;
    font-size: 17px;
    line-height: normal;
    color: #222222;
    font-weight: 600;
    margin: 0px;
}

.blog-details-content .text h3 {
    position: relative;
    display: block;
    font-size: 2.5vmin;
    line-height: normal;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 24px;
}

.blog-details-content .two-column .text p {
    margin-bottom: 28px;
}

.blog-details-content .two-column .text .list li {
    position: relative;
    display: block;
    padding-left: 30px;
    margin-bottom: 9px;
}

.blog-details-content .two-column .text .list li:last-child {
    margin-bottom: 0px;
}

.blog-details-content .two-column .text .list li:before {
    position: absolute;
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro', sans-serif;
    font-size: 10px;
    color: #fff;
    font-weight: 400;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 2px;
    left: 0px;
    top: 7px;
}

.blog-details-content .two-column {
    margin-bottom: 65px;
}

.blog-details-content .post-share-option {
    position: relative;
    display: block;
    background: #ebf7f6;
    padding: 30px 30px;
    margin: 70px 0px 91px 0px;
    border-radius: 1vmin;
}

.blog-details-content .post-share-option .text h4 {
    position: relative;
    font-size: 2vmin;
    line-height: 50px;
    font-weight: 700;
}

.blog-details-content .post-share-option .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.blog-details-content .post-share-option .social-links li:last-child {
    margin: 0px !important;
}

.blog-details-content .post-share-option .social-links li a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    color: #acadb4;
    font-size: 1.5vmin;
    text-align: center;
    border-radius: 50%;
}

.blog-details-content .post-share-option .social-links li a:hover {
    color: #fff;
    box-shadow: 0 20px 30px #d5edea;
}

.blog-details-content .group-title {
    position: relative;
    display: block;
    margin-bottom: 33px;
}

.blog-details-content .group-title h3 {
    font-size: 2.5vmin;
    line-height: 34px;
    font-weight: 700;
}

.blog-details-content .comment-box .comment {
    position: relative;
    padding-left: 110px;
    margin-bottom: 30px;
}

.blog-details-content .comment-box .comment:last-child {
    margin-bottom: 0px;
}

.blog-details-content .comment-box .comment .thumb-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.blog-details-content .comment-box .comment .thumb-box img {
    width: 100%;
    border-radius: 50%;
}

.blog-details-content .comment-box .comment .comment-inner {
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e7ec;
}

.blog-details-content .comment-box .comment:last-child .comment-inner {
    border-bottom: none;
}

.blog-details-content .comment-box .comment .comment-inner .comment-info h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 2px;
}

.blog-details-content .comment-box .comment .comment-inner .comment-info .comment-time {
    position: relative;
    display: block;
    font-size: 1.4vmin;
    line-height: 24px;
}

.blog-details-content .comment-box .comment .comment-inner .comment-info {
    margin-bottom: 15px;
}

.blog-details-content .comment-box .comment .comment-inner p {
    margin-bottom: 10px;
}

.blog-details-content .comment-box .comment .comment-inner .reply-btn {
    position: relative;
    display: inline-block;
    font-size: 1.4vmin;
    line-height: 24px;
    color: #222222;
    font-weight: 500;
}

.blog-details-content .comment-box .comment .comment-inner .reply-btn:hover {

}

.blog-details-content .comment-box {
    margin-bottom: 54px;
}

.blog-details-content .comments-form-area .comment-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.blog-details-content .comments-form-area .comment-form .form-group:last-child {
    margin-bottom: 0px;
}

.blog-details-content .comments-form-area .comment-form .form-group input[type='text'],
.blog-details-content .comments-form-area .comment-form .form-group input[type='email'],
.blog-details-content .comments-form-area .comment-form .form-group textarea {
    position: relative;
    width: 100%;
    height: 50px;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin;
    font-size: 1.4vmin;
    color: #848484;
    padding: 10px 20px;
    transition: all 500ms ease;
}

.blog-details-content .comments-form-area .comment-form .form-group textarea {
    display: block;
    resize: none;
    height: 150px;
}

.blog-details-content .comments-form-area .comment-form .form-group input:focus,
.blog-details-content .comments-form-area .comment-form .form-group textarea:focus {

}


/***

====================================================================
                        Blog-Page
====================================================================

***/


/** information-section **/

.information-section {
    position: relative;
}

.single-information-block .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 1vmin;
    overflow: hidden;
    padding: 7vmin 3vmin 7vmin 3vmin;
}

.single-information-block .inner-box .icon-box {
    position: relative;
    min-height: 9vmin;
    margin-bottom: 2vmin;
    transition: all 500ms ease;
}

.single-information-block .inner-box .icon-box img {
    transition: all 500ms ease;
}

.single-information-block .inner-box:hover .icon-box img {
    transform: scale(1.1);
}

.single-information-block .inner-box h3 {
    position: relative;
    display: block;
    font-size: 2.5vmin;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 2vmin;
}

.single-information-block .inner-box p {
    position: relative;
    display: block;
    font-size: 1.7vmin;
    line-height: normal;
    color: #0c5460;
}

.single-information-block .inner-box p a {
    display: inline-block;
    color: #0c5460;
}

.single-information-block .inner-box p a:hover {

}

.single-information-block .inner-box .pattern {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 166px;
    height: 83px;
    background-repeat: no-repeat;
    display: none;
}

.information-section .sec-title {
    margin-bottom: 40px;
}

.information-section .pattern-layer .pattern-1 {
    position: absolute;
    left: 200px;
    top: 75px;
    width: 460px;
    height: 387px;
    background-repeat: no-repeat;
}

.information-section .pattern-layer .pattern-2 {
    position: absolute;
    right: 260px;
    bottom: 30px;
    width: 460px;
    height: 387px;
    background-repeat: no-repeat;
}


/** contact-section **/

.contact-section {
    position: relative;
    padding: 10vmin 0px;
}

.contact-section .default-form .form-group {
    position: relative;
    margin-bottom: 3vmin;
}

.contact-section .default-form .form-group select {
    height: 5vmin;
    border-radius: 10px !important;
}

.contact-section .default-form .form-group input[type='text'],
.contact-section .default-form .form-group input[type='email'],
.contact-section .default-form .form-group textarea {
    position: relative;
    width: 100%;
    height: 5vmin;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin;
    font-size: 1.4vmin;
    color: #848484;
    padding: 1vmin 2vmin;
    transition: all 500ms ease;
}

.contact-section .default-form .form-group textarea {
    display: block;
    height: 10vmin;
    resize: none;
}

.contact-section .default-form .form-group input:focus,
.contact-section .default-form .form-group textarea:focus {

}

.contact-section .form-inner {
    position: relative;
    margin-right: 2vmin;
}

.contact-section .map-inner {
    position: relative;
    padding-left: 10vmin;
}

.contact-section .map-inner iframe{
    50vmin
}

.contact-section .map-inner #contact-google-map {
    position: relative;
    width: 100%;
    height: 50vmin;
    box-shadow: 0 10px 30px rgba(0, 24, 73, 0.3);
}

.contact-section .map-inner .pattern {
    position: absolute;
    left: 0px;
    bottom: -110px;
    width: 704px;
    height: 740px;
    background-repeat: no-repeat;
}

.mb-30 {
    margin-bottom: 30px;
}

.blog-details-content .two-column .image-box {
    position: relative;
    display: block;
}

.blog-details-content .two-column .image-box img {
    width: 100%;
}

.monthly-day-wrap .monthly-week:nth-child(2) .monthly-day-pick:last-child:before {
    position: absolute;
    content: '09:30AM Meeting';
    font-size: 1.13vmin;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    width: calc(100% - 20px);
    height: 24px;
    line-height: 24px;
    left: 10px;
    top: 35px;
    border-radius: 2px;
    padding: 0px 10px;
}

.monthly-day-wrap .monthly-week:nth-child(3) .monthly-day-pick:nth-child(2):before {
    position: absolute;
    content: '11:30AM Meeting';
    font-size: 1.13vmin;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    width: calc(100% - 20px);
    height: 24px;
    line-height: 24px;
    left: 10px;
    top: 35px;
    border-radius: 2px;
    padding: 0px 10px;
}

.monthly-day-wrap .monthly-week:nth-child(4) .monthly-day-pick:nth-child(4):before {
    position: absolute;
    content: '02:30PM Meeting';
    font-size: 1.13vmin;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    width: calc(100% - 20px);
    height: 24px;
    line-height: 24px;
    left: 10px;
    top: 35px;
    border-radius: 2px;
    padding: 0px 10px;
}

.schedule-timing .calendar-inner {
    position: relative;
}

.schedule-timing .calendar-inner .today-box {
    position: absolute;
    top: 30px;
    right: 286px;
}

.schedule-timing .calendar-inner .today-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #0c5460;
    padding: 2px 20px;
    text-align: center;
    border: 1px solid #e5eded;
    border-radius: 30px;
    z-index: 1;
}

.schedule-timing .calendar-inner .date-zone {
    position: absolute;
    right: 30px;
    top: 30px;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #e0ebeb;
    z-index: 1;
}

.schedule-timing .calendar-inner .date-zone li {
    position: relative;
    display: inline-block;
    float: left;
}

.schedule-timing .calendar-inner .date-zone li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #004E75;
    padding: 4px 20px;
    text-align: center;
    border-right: 1px solid #e5eded;
    z-index: 1;
}

.schedule-timing .calendar-inner .date-zone li:last-child a {
    border-right: none;
}

.schedule-timing .calendar-inner .date-zone li:first-child a {
    background: #ebf7f6;
}

.message-box .title-box {
    position: relative;
    padding: 36px 40px;
    border-bottom: 1px solid #e5eded;
}

.message-box .title-box h3 {
    font-size: 2.5vmin;
    line-height: 34px;
    font-weight: 700;
    margin: 0px;
}

.message-box .title-box a.menu {
    position: absolute;
    top: 30px;
    right: 40px;
    background: #fff;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #e6eeee;
    border-radius: 50%;
    text-align: center;
    font-size: 1.5vmin;
    color: #0c5460;
    z-index: 1;
    box-shadow: 0 20px 30px #d5edea;
}

.message-box .title-box a.menu:hover {
    color: #fff;
}

.right-panel .message-box {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #e5eded;
    border-radius: 1vmin;
    overflow: hidden;
}

.right-panel .message-box .chat-room {
    position: relative;
    padding: 40px 40px;
}

.right-panel .message-box .chat-room .side-title {
    position: relative;
    display: block;
    padding: 15px 30px;
}

.right-panel .message-box .chat-room .side-title h3 {
    font-size: 2vmin;
    line-height: normal;
    color: #fff;
    font-weight: 600;
    margin: 0px;
}

.right-panel .message-box .chat-room #sidepanel #search {
    position: relative;
    display: block;
    padding: 30px 30px;
}


.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #00A0A3 !important;
    color: #fff;
    font-size: 1em;
}

.swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #fff !important;
    color: #00a0a3 !important;
    font-size: 1em;
    border: 1px solid #04a0a3 !important;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: none !important;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: none !important;
}

.swal2-styled.swal2-cancel:focus {
    box-shadow: none !important;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: none !important;
}

.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0.8em 1em 0;
    font-size: 1.8vmin !important;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
    color: #00224f !important;
}

.swal2-icon.swal2-warning {
    border-color: #04a0a3 !important;
    color: #04a0a3 !important;
}

.swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 4em !important;
    height: 4em !important;
    margin: 2.5em auto 0.6em;
    border: 0.25em solid rgba(0,0,0,0);
    border-radius: 50%;
    border-color: #000;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    user-select: none;
}

.cart-btn-top {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5vmin 2.5vmin 0.5vmin 0.5vmin !important;
}

.cart-btn-top img {
    height: 4vmin;
    padding: 0.9vmin;
    background: #004e75;
    border-radius: 7px;
}


.link-top {
    display: flex;
    align-items: center;
    justify-content: center;
}

.link-top img {
    height: 2vmin;
}

.price-size {
    font-size: 1.8vmin !important;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    line-height: normal !important;
    text-align: right;
}

.price-size .test-pricetop{
    padding: 5px;
    display: flex;
    flex-flow: column;
}

.price-size del {
    font-size: 1.5vmin !important;
    font-weight: normal;
    margin-bottom: 0.5vmin;
}

.groups-lower {
    position: absolute !important;
    z-index: 9999;
    bottom: 0px;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0) 100%);
}

.groups-lower a {
    color: #fff !important;
}

.team-block-three .inner-box .groups-lower h3 {
    font-size: 4vmin !important;
}

.rounded-15 {
    border-radius: 15px;
}

.no-shadow {
    box-shadow: unset !important;
}

.tst-price {
    /*box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
    transition: all ease 0.5s;
    padding: 0px !important;
    background: transparent!important;
}

.content_block_2 .content-box .btn-box .download-btn {
    padding: 0px;
    width: 30%;
    box-shadow: unset;
    background: transparent !important;
}

.content_block_2 .content-box .btn-box .download-btn img {
    width: 100%;
}

.social-menu {
    margin-top: 2vmin;
}

.social-menu ul {
    display: flex;
}

.social-menu ul li {
    list-style: none;
    margin: 0 0px;
}

.social-menu ul li .fab {
    font-size: 2vmin;
    line-height: normal;
    transition: .3s;
    color: #fff;
}

.social-menu ul li .fab:hover {
    color: #fff;
}

.social-menu ul li a {
    position: relative;
    display: flex;
    width: 5.6vmin;
    height: 5.6vmin;
    border-radius: 50%;
    /* background-color: #fff; */
    text-align: center;
    transition: .6s;
    /* box-shadow: 0 5px 4px rgb(0 0 0 / 50%); */
    justify-content: flex-start;
    align-items: center;
}

.social-menu ul li a:hover {
    transform: translate(0, -10%);
}

.stepname.active {
    background: #E2E2EB;
    font-weight: 700;
}

.stepname {
    display: flex;
    padding: 3vmin;
    font-size: 2vmin;
    justify-content: center;
    align-items: center;
    position: relative;
}

.stepname .stepnum {
    margin-right: 1.5vmin;
    color: #414141;
    opacity: 0.30;
    position: absolute;
    left: 3vmin;
    font-size: 8vmin;
    opacity: 0.1;
    font-weight: 600;
}

.stepname .steptitle {
    color: #414141;
    opacity: 0.30;
}


.stepname.active .stepnum {
    opacity: 0.2;
}

.stepname.active .steptitle {
    opacity: 1;
}

.middle-step {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

/* .social-menu ul li:nth-child(1) a:hover{
  background-color: rgba(0, 0, 0, 0.829);
}
.social-menu ul li:nth-child(2) a:hover{
  background-color: #E4405F;
}
.social-menu ul li:nth-child(3) a:hover{
  background-color: #0077b5;
}
.social-menu ul li:nth-child(4) a:hover{
  background-color: #000;
} */


.ctrl__counter-num {
    display: none;
}

.ctrl__button {
    position: absolute;
    top: 0.5vmin;
    right: 0.5vmin;
    height: calc(100% - 1vmin);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f3f9;
    min-width: 6.5vmin;
    border-radius: 0px 7px 7px 0px;
    font-size: 2.2vmin;
    cursor: pointer;
    transition: all ease 0.5s;
}

.ctrl__button:hover {
    background-color: #00A0A3;
    color: #fff;
}

div.ctrl {
    position: relative;
    margin-bottom: 15px;
}

.ctrl__button--decrement {
    right: 7.5vmin !important;
    z-index: 99;
    border-radius: 7px 0 0 7px;
}

.time-slot-table .col-md-1 {
    padding: 0 7.8px;
}

.timeslot {
    position: relative;
    width: 100%;
    height: 5vmin;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin;
    font-size: 1.7vmin;
    color: #0c5460;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.5s;
    cursor: pointer;
    margin-bottom: 1.5vmin;
}

.timeslot:hover {
    background: #f3f3f9;
    color: #414141 !important;
}

.timeslot:hover p {
    color: #414141;
}

.timeslot.activetime {
    background: #f3f3f9;
    color: #414141 !important;
}

.timeslot.activetime p {
    color: #414141;
}

.timeslot input {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}




.date-slot-table .col-md-1 {
    padding: 0 7.5px;
}

.dateslot {
    position: relative;
    width: 100%;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin;
    font-size: 1.4vmin;
    color: #0c5460;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.5s;
    cursor: pointer;
    margin-bottom: 15px;
    flex-flow: column;
    overflow: hidden;

}

.dateslot p{
    color: #414141;
}

.dateslot:hover {
    border-color: #00A0A3;
}

.dateslot:hover p {
    color: #00A0A3;
}

.dateslot.activetime {
    color: #414141 !important;
    border-color: #00A0A3;
}

.dateslot p.date-top {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    font-size: 2.8vmin;
    font-weight: 500;
    
}

.dateslot p.date-top span{
    font-size: 1.5vmin;
    font-weight: normal;
        margin-bottom: 5px;
}

.dateslot p.date-bottom{
    padding: 15px;
    background: #f3f3f9;
        width: 100%;
}

.dateslot:hover p.date-bottom{
    color: #414141;
}


.dateslot.activetime p {
    color: #414141;
}

.dateslot.activetime p.date-top {
    color: #00A0A3;
}

.dateslot input {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.dateslot.disabled{
    opacity: 0.5;
    pointer-events: none;
}

















.collection-service-table .col-md-1 {
    padding: 0 7.5px;
}

.collectionservicce {
    position: relative;
    width: 100%;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin;
    font-size: 1.4vmin;
    color: #0c5460;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.5s;
    cursor: pointer;
    margin-bottom: 15px;
    flex-direction: column;
}

.collectionservicce span {
    width: 100%;
    background: #f3f3f9;
    margin-top: 20px;
    padding: 10px;
    transition: all ease 0.5s;
    min-height: 3.0rem;
}

.collectionservicce:hover {
    background: #f3f3f9 !important;
    color: #fff !important;
}

.collectionservicce:hover p {
    color: #414141;
}

.collectionservicce img {
    height: 4vmin;
    position: relative;
    margin: 2vmin 0;
}

.collectionservicce.activecollection {
    background: #e5e7ec;
    color: #414141 !important;
}

.collectionservicce p {
    font-size: 1.8vmin;
}

.collectionservicce.activecollection p {
    color: #414141;
}

.collectionservicce span {
    width: 100%;
    background: #f3f3f9;
    margin-top: 2vmin;
    padding: 1vmin;
    transition: all ease 0.5s;
    min-height: 5vmin;
    font-size: 1.7vmin;
    line-height: 3vmin;
}

.collectionservicce:hover span {
    color: #414141;
    background-color: #E2E2EB;
}

.collectionservicce input {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.type-service-table .col-md-1 {
    padding: 0 0.7vmin;
}

.typeservicce {
    position: relative;
    width: 100%;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin;
    font-size: 1.4vmin;
    color: #0c5460;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.5s;
    cursor: pointer;
    margin-bottom: 1.5vmin;
    padding: 2vmin 0px 0px 0px;
    flex-direction: column;
    min-height: 12.5vmin;
    overflow: hidden;
}

.typeservicce span {
    width: 100%;
    background: #f3f3f9;
    margin-top: 2vmin;
    padding: 1vmin;
    transition: all ease 0.5s;
    min-height: 5vmin;
    font-size: 1.7vmin;
    line-height: 3vmin;
}

.typeservicce:hover {
    background: #f3f3f9;
    color: #fff !important;
}

.typeservicce:hover p {
    color: #414141;
}

.typeservicce:hover span {
    color: #414141;
    background-color: #E2E2EB;
}

.typeservicce img {
    height: 4vmin;
    position: relative;
    margin: 2vmin 0;
}

.typeservicce.activetype {
    background: #f3f3f9;
    color: #414141 !important;
}

.typeservicce.activetype p {
    color: #414141;
}

.typeservicce.activetype span {
    color: #414141;
    background-color: #E2E2EB;
}

.typeservicce input {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.typeservicce h3 {
    margin-bottom: 0px;
}

.opacity-05 {
    opacity: 0.5;
}


.collection-point-table .col-md-1 {
    padding: 0 0.7vmin;
}

.collection-point-table .inner-box {
    display: flex;
    box-shadow: unset;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0px;
    margin-top: 3vmin;
}

.collection-point-table .inner-box h3 a {
    color: #00224f !important;
}

.collection-point-table .inner-box .image-box {
    position: relative;
    box-shadow: unset;
    left: 0;
    top: 0;
    margin-right: 1.5vmin;
}

.collection-point-table .inner-box .image-box img {
    border-radius: 10px !important;
    background: #f3f3f9;
    padding: 1.5vmin;
    min-height: 100%;
    object-fit: cover;
    max-width: 100px;
    min-width:75px;
}

.collection-point-table .inner-box .content-box .btn-box {
    right: 0.5vmin;
    bottom: 0.5vmin;
}

.collection-point-table .inner-box .content-box .btn-box a {
    border-radius: 7px;
}

.collection-point-table .inner-box .content-box .like-box {
    right: 0.5vmin;
    top: 0.5vmin;
}

.addaddress, .selectarea, .desireddate, .timing, .date-time-line {
    display: none;
}

.collection-activate {
    background: #f3f3f9 !important;
    display: block;
}

.collection-activate img {
    background: #fff !important;
}

.collection-activate .like-box a {
    background-color: #fff !important;
}

.collection-activate .like-box a:hover {
    background: #00A0A3 !important;
}

.voucher-filterbar {
    border: 0px solid #fff;
    width: 100%;
    margin: 0;
}

.voucher-filterbar li a {
    border: 2px solid #fff !important;
    text-align: center;
    background: #f3f3f9;
    color: #414141;
    border-radius: 5px !important;
    font-size:1.7vmin;
}

.voucher-filterbar li a.active {
    background-color: #00A0A3 !important;
    color: #ffffff !important;
}

.vouchers-stats {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1vmin;
    margin-top: 1.5vmin;
}

.voucherinner {
    border-radius: 10px !important;
}

.voucherinner .ctrl__button {
    position: relative;
    height: 4vmin;
    width: 4vmin;
    right: unset !important;
    top: unset;
    min-width: 4vmin;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.voucherinner div.ctrl {
    display: flex;
    align-items: center;
    margin: 0px;
    margin-top: 1.5vmin;
}

.voucherinner .ctrl__counter {
    width: 6vmin;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 4vmin;
}

.voucherinner .ctrl__counter input {
    width: 100%;
    height: 100%;
    text-align: center;
}

.fs-14 {
    /*font-size: 14px;*/
}

.fs-14 {
    font-size: 1.4vmin;
}

.voucher-top-icons {
    position: absolute;
    bottom: 1vmin;
    left: 1vmin;
    display: flex;
    width: calc(100% - 2vmin);
    justify-content: space-between;
    align-items: center;
}

.tab-content .team-block-three .inner-box .image-box .provider-logo img{
    min-height: 5vmin !important;
    width: 5vmin !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f3f3f9;
    border-radius: 5px;
    padding: 0.5vmin;
    border: 1px solid #fff;
}

.team-block-three .inner-box .image-box .provider-logo img{
    min-height: 6vmin !important;
    width: 6vmin !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f3f3f9;
    border-radius: 5px;
    padding: 0.5vmin;
    border: 1px solid #fff;
}


.team-block-three .inner-box .image-box .voucher-top-icons a{
    position: absolute;
    top: 0vmin;
    right: 0vmin;
    display: inline-block;
    font-size: 1.4vmin;
    width: 5vmin;
    height: 5vmin;
    line-height: 4vmin;
    text-align: center;
    background: #eaf8f6;
    z-index: 1;
    color: #0c5460;
}


.voucher-info {
    height: 5vmin  !important;
    width: 5vmin  !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f3f3f9;
    border-radius: 5px;
    border: 1px solid #FFF;
}

.filter-btn {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    border-radius: 1vmin;
    padding: 15px;
    width: auto;
    min-width: 110px;
    color: #ffffff;
    position: relative;
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    border: 1px solid #e3e6ea;
    cursor: pointer;
    margin-right: 10px;
    transition: all 500ms ease;
}

.filter-btn p {
    color: #fff;
}

.filter-btn i {
    margin-left: 0px;
}

.listing-page-title h3 {
    font-size: 2.8vmin;
    line-height: 50px;
    font-weight: 700;
}

.ind-test-box {
    border-radius: 1vmin;
}

.ind-test-box-active {
    padding-left: 5vmin;
}

.ind-test-box:hover .atc-btn {
    display: flex;
}

.atc-btn {
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: all ease 0.5s;
    margin: 5px;
}

.atc-btn i {
    margin: 0px !important;
    display:block !important;
} 


.atc-active {
    padding: 0;
    width: 1vmin;
    height: 1vmin;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    transition: all ease 0.5s;
    position: absolute;
    left: 20px;
    top: calc(50% - 0.5vmin);
    pointer-events: none;
    background-color: transparent;
    border: none;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; */
}

.atc-active i {
    margin: 0px !important;
    font-size: 3vmin !important;
    color: #004E75;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
    border-radius: 100%;
}


.theme-btn-one:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 0.6vmin;
    left: 0px;
    top: 0px;
    z-index: -1;
    transform: scale(0, 0);
    transition: all 500ms ease;
    color: #fff;
}

.team-block-three .inner-box .lower-content > div.lower-box {
    padding: 3.4vmin!important;
}



.floating-div {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.user-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 40px 20px 30px 20px;
    border-radius: 6px;
    width: 31%;
    transition: all ease 0.5s;
    cursor: pointer;
}

.user-box svg {
    margin-bottom: 30px;
}

.user-box:hover {
    background-color: #00A0A3;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.user-box:hover svg path {
    fill: #ffffff !important;
    transition: all ease 0.5s;
}

.user-box:hover p {
    color: #ffffff !important;
    transition: all ease 0.5s;
}

.user-box.activeuserbox {
    background-color: #00A0A3;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.user-box.activeuserbox svg path {
    fill: #ffffff !important;
    transition: all ease 0.5s;
}

.user-box.activeuserbox p {
    color: #ffffff !important;
    transition: all ease 0.5s;
}

.content-box.uboxinfo {
    display: none;
}

.reg-select .nice-select {
    height: 50px;
    border: solid 1px #e8e8e8 !important;
    border-radius: 1vmin;
    padding: 10px 20px;
}

.reg-select .nice-select:after {
    top: 10px;
    right: 20px;
}


.cstm-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.cstm-file-input {
    line-height: normal;
}

.cstm-file-input::before {
    content: 'Select some files';
    display: inline-block;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 0.3vmin 0.8vmin;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 1.4vmin;
    position: relative;
    top: -1px;
    left: -11px;
    border-radius: 6px;
}

.cstm-file-input:hover::before {
    border-color: black;
}

.cstm-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.custom-date input {
    position: relative;
    width: 100%;
    height: 5.2vmin;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin;
    font-size: 1.6vmin;
    color: #0c5460;
    padding: 10px 20px;
    transition: all 500ms ease;
}

/* ::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
} */

.ibox1 {
    background-color: #F4281F !important;
}

.ibox2 {
    background-color: #00A0A3 !important;
}

.ibox3 {
    background-color: #004E75 !important;
}

.red-brand {
    color: #F4281F;
}

.green-brand {
    color: #00A0A3
}

.blue-brand {
    color: #004E75
}

.w-49 {
    width: 49%;
}


.patient-dashboard .my-profile .single-box .profile-title {
    position: relative;
    padding: 2vmin;
    max-width: 64vmin;
    width: 100%;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin;
    margin-bottom: 2.4vmin;
    display: flex;
    align-items: center;
}

.patient-dashboard .my-profile .single-box .profile-title .image-box {
    width: 15vmin;
    height: 12vmin;
    border-radius: 6px;
    margin-right: 2.5vmin;
    display: flex;
    
}

.patient-dashboard .my-profile .single-box .profile-title .image-box #image_view_profile {
    width: 100%;
    border-radius: 20px;
}

.patient-dashboard .my-profile .single-box .profile-title .upload-photo a {
    position: relative;
    display: inline-block;
    font-size: 1.6vmin;
    line-height: normal;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 1vmin 2vmin;
    border-radius: 30px;
    box-shadow: 0 10px 20px #d5edea;
    margin-bottom: 2vmin;
    transition: all 500ms ease;
    text-transform:capitalize;
}

.patient-dashboard .my-profile .single-box .profile-title .upload-photo a i {
    font-size: 2vmin;
    margin-right: 1vmin;
    position: relative;
    top: 0.3vmin;
}

.patient-dashboard .my-profile .single-box .profile-title .upload-photo a:hover {
    background: #004E75;
}

.patient-dashboard .my-profile .single-box .profile-title .upload-photo span {
    position: relative;
    display: block;
    font-size: 1.6vmin;
    line-height: normal;
}

.likebox-address {
    position: absolute !important;
    top: 2vmin !important;
    right: 2vmin !important;

}

.likebox-address a {
    background-color: #fff !important;
}


/* Islam*/


.content-box.mb-3.pb-4 {
    background-color: #f3f3f9;
    border-radius: 1vmin;
    margin: 0px 20px;
}

.content-box #green {
    color: #fff;
    background-color: #00A0A3;
    display: inline-block;
    padding: 5px 20px 5px 5px;
    border-radius: 1vmin;
    margin-bottom: 5px;
}

.content-box .report {
    color: #414141;
    border: 0px solid #d6d6d9;
    /* background-color: #f3f3f9; */
    display: flex;
    padding: 0px;
    border-radius: 1vmin;
    margin-bottom: 1.5vmin;
}

.content-box .report label {
    color: #414141;
    border: 1px solid #d6d6d9;
    background-color: #fff;
    display: flex;
    padding: 0.2vmin;
    border-radius: 5px 5px 5px 5px;
    margin: 0px;
}

.content-box .report label .data {
    padding-left: 20px;
    background-color: transparent;
}

.content-box .report .pending {
    padding: 5px;
    background-color: #FAE39D;
    border-radius: 1vmin;
    float: right;
    position: absolute;
    right: 75px;
    top: 15px;
    font-size: 14px;
}

.content-box #red {
    color: #fff;
    background-color: #F4281F;
    display: inline-block;
    padding: 0.5vmin 2vmin 0.5vmin 0.5vmin;
    border-radius: 1vmin;
    margin-bottom: 0.5vmin;
}

.content-box .report-red {
    color: #414141;
    border: 1px solid #d6d6d9;
    display: flex;
    padding: 0px 0.5vmin;
    border-radius: 1vmin;
    margin-bottom: 1.5vmin;
}

.content-box .report-red i {
    color: #414141;
    font-size: 1.5vmin;
}

.content-box .report-red label {
    color: #414141;
    border-left: 0;
    display: flex;
    padding: 0.7vmin 0.5vmin 0.7vmin 0.5vmin;
    border-radius: 0.5vmin ;
    margin-top: 0.6vmin;
}

.edit {
    line-height: 0;
    margin: 1.4vmin auto;
    padding: 1.5vmin;
}

.check {
    position: relative;
    margin-right: 0.5vmin;
    width: 2vmin;
}


.upload {
    padding: 0;
    margin-bottom: 1.5vmin;
}

.upload input[type='file'] {
    position: relative;
    width: 100%;
    height: 6vmin;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin;
    font-size: 1.7vmin;
    color: #0c5460;
    padding: 1vmin 2.5vmin;
    transition: all 500ms ease;
}

.upload .cstm-file-input::before {
    content: 'Upload Prescription';
    display: inline-block;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 0.3vmin 0.8vmin;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 1.7vmin;
    position: relative;
    top: -1px;
    left: -11px;
    border-radius: 6px;
}

.delet {
    padding: 0;
}

.delet input.form-control {
    padding: 23px 0 21px 10px;
    border-radius: 1vmin;
}

.delet .btn-outline-secondary {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}

.delet .btn-outline-secondary:hover {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}

.delet #confirm {
    width: 100%;
    font-size: 1.7vmin;
}


/* Islam Time line*/


.timeline {
    background-color: #fff;
    color: #fff;
    padding: 0px 5vmin;
}

.timeline ul {
    list-style-type: none;
    border-left: 0px solid #00A0A3;
    padding: 0;
    position: relative;
}

.timeline ul li:after {
    content: "";
    width: 0.4vmin;
    background-color: #00A0A3;
    height: 75%;
    position: absolute;
    left: -0.56vmin;
    top: 3.5vmin;
    z-index: 0;
}

.timeline ul li {
    color: #414141;
    padding: 2vmin 2vmin;
    position: relative;
    cursor: pointer;
    transition: .5s;
}

.timeline ul li p span {
    display: inline-block;
    border-radius: 25px;
    padding: 0.2vmin 0.5vmin;
    font-size: 1.4vmin;
    float: right;
}

.timeline ul li h3 span {
    display: inline-block;
    border-radius: 25px;
    padding: 0.2vmin 0.5vmin;
    font-size: 1.4vmin;
    float: right;
    color: #0c5460;
}

.timeline ul li .content h3 {
    color: #1B82C5;
    text-transform: capitalize;
    font-size: 1.5vmin;
    padding-top: 0.5vmin;
}

.timeline ul li .content p {
    padding: 0.5vmin 0vmin 1.5vmin 0vmin;
    font-size: 1.6vmin;
}

.timeline ul li:before {
    position: absolute;
    content: '\2713';
    text-align: center;
    font-size: 2vmin;
    color: #fff;
    width: 6vmin;
    height: 6vmin;
    background-color: #00A0A3;
    border-radius: 50%;
    left: -3.4vmin;
    top: 0.5vmin;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5vmin solid #fff !important;
    z-index: 999;
}

.timeline ul li:hover:before {
    background: #004e75;
    border: 1vmin solid #fff !important;
}

.timeline ul li hr{
    margin-bottom: 0px;
}

.timeline ul li:last-child hr{
    display: none;
}

.timeline ul li:last-child:after{
    display: none;
}

@media (max-width: 300px) {
    .timeline {
        width: 100%;
        padding: 30px 5px 30px 10px;
    }

    .timeline ul li .content h3 {
        color: #34ace0;
        font-size: 1.4vmin;
    }

}


/* Islam popup Model*/

.modal-header .theme-btn-one {
    padding: 1vmin 1vmin;
    box-shadow: none;
    margin: 0 0rem 0rem 9rem;
    font-size: 1.5vmin;
}

.modal-header .theme-btn-one i {
    font-size: 1.5vmin;
}

.modal-header h5 {
    color: #414141;
}

.modal-body li h5 {
    color: #414141;
}

.close {
    color: #00A0A3;
    border: 1px solid #00A0A3;
    border-radius: 1vmin;
    padding: 0.2vmin !important;
    margin: 0vmin 0vmin 0 1.5vmin!important;
    width: 3.8vmin;
    height: 3.8vmin;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close i {
    color: #00A0A3;
}

.order-details-top {
    border: 1px solid #f3f3f9;
    padding: 0.1vmin;
}

.order-details-top > .col-md-4 {
    border: 3px solid #fff;
    border-radius: 5px;
    background-color: #f3f3f9;
    overflow: hidden;
}

.order-details-top > .col-md-4 div {
}

.order-details-top > .col-md-4 .odls {
    background-color: #e5e5f0;
    padding: 1vmin 1.5vmin;
    font-weight: 600;
}

.order-details-top > .col-md-4 .odrs {
    padding: 1vmin 1.5vmin;
}

.order-details-top > .order-details-box{
    border: 3px solid #fff;
    border-radius: 5px;
    background-color: #f3f3f9;
    overflow: hidden;
}

.order-details-top > .order-details-box div {
}

.order-details-top > .order-details-box .odls {
    background-color: #e5e5f0;
    padding: 1vmin 1.5vmin;
    font-weight: 600;
}

.order-details-top > .order-details-box .odrs {
    padding: 1vmin 1.5vmin;
}

 

.report-btn p {
    font-size: 1.13vmin;
    line-height: 1;
    color: #000;
}

.report-btn svg {
    margin-bottom: 10px;
}

.alert-dashboard {
    position: relative;
    border-radius: 5px;
    box-sizing: border-box;
    color: white;
    font-size: 1.4vmin;
    margin: auto;
    width: 98%;
    opacity: 0.8;
    text-align: center;
}

.alert-dashboard a {
    color: white;
    text-decoration-line: revert;
}

.alert-success {
    background-color: #2ecc71
}

.alert-warning {
    background-color: #fff3cd
}

.alert-danger {
    background-color: #e74c34
}

.status-red{
    position: relative;
    display: inline-block;
    font-size: 1.3vmin;
    line-height: normal;
    font-weight: 600;
    padding: 0.5vmin 1vmin;
    color: #520909!important;
    border-radius: 15px;
    background: #ffdcdc!important;
    margin-right: 0.5vmin;
}

button:focus {
    outline: 0;
}

.alert-close {
    position: absolute;
    top: 50%;
    right: 1%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    font-size: 1.2em;
    color: #f0f0f0;
    cursor: pointer;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 30px 0 0 30px !important;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 1.7vmin;
    font-weight: normal;
    height: 4.2vmin;
    line-height: normal;
    outline: none;
    padding-left: 1.8vmin;
    padding-right: 3vmin;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.right {
    float: right;
}

.nice-select.small {
    font-size: 1.13vmin;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select option {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select option:not(:hover) {
    background-color: transparent !important;
}

.nice-select option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select option:hover, .nice-select option.focus, .nice-select option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select option.selected {
    font-weight: bold;
}

.nice-select option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select {
    display: none;
}

.no-csspointerevents .nice-select.open {
    display: block;
}


.pattern .tst-price{
    display: block !important;
}


.img-cart{text-align: center; padding: 15px;}
.img-cart h3{color: #00A0A3; font-weight: 500; font-size:2.5vmin;}


.serch-health{width:60%;}


.mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-outline {
    border-color: #e5e7ec;
}

.mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-stacked {
    padding-top: 1em;
    height: 50px;
    border-radius: 1vmin;
}


.mbsc-ios.mbsc-select-icon, .mbsc-ios.mbsc-textfield-icon {
    color: #e5e7ec !important;
}

.mbsc-scroller-wheel-item div{display:none;}

.sidebar-sticky{position:sticky; top:100px; height:80vh; overflow:auto;}


input#phone2 {
    position: relative;
    width: 100%;
    height: 4.5vmin;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin;
    font-size: 1.4vmin;
    color: #0c5460;
    padding: 10px 10px 10px 90px !important;
    transition: all 500ms ease;
}



select.border.w-100.p-2.rounded {
    height: 50px;
    border: 1px solid #e5e7ec;
    border-radius: 10px !important;
    font-size: 1.6vmin;
    color: #0c5460;
    padding: 10px 20px;
    transition: all 500ms ease;
    text-transform:capitalize;
}


input#address::after{
        font-family: 'font awesome 5 pro';
        color:red;
        position: relative;
        left: -5px;
        content: "\f007";
}



.doctors-table .request .name-box b{float: right; text-transform: capitalize; font-size: 14px; font-weight: 500;}
.doctors-table .request tr td p{font-size: 1.5vmin; font-weight: 500;}
.doctors-table .request .name-box h5{font-weight: 600 !important;}



.request-list {
margin-bottom: 1vmin;
}

.request-list h5{
    font-size: 1.7vmin;
}

.request-list .tst-price {
box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
transition: all ease 0.5s;
padding-top: 27px !important;
padding-bottom: 27px !important;
}

.request-list .price-size {
    font-size: 1.8vmin!important;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    line-height: normal!important;
    text-align: right;
}
.request-list .rounded-15 {
border-radius: 0 10.5vmin 1vmin 0px;
}

.request-list .bg-green {
background: #00a0a3;
color:#ffffff;
}

.request-list .theme-btn-one {

box-shadow: none;
}


.complete-profile .form-group .image-box #image_view_id_1{
min-width: 20.5vmin;
    max-width: 20.5vmin;
    min-height: 20.5vmin;
    max-height: 20.5vmin;
    border-radius: 1vmin;
}

.complete-profile .form-group .image-box #image_view_id_2{
min-width: 20.5vmin;
    max-width: 20.5vmin;
    min-height: 20.5vmin;
    max-height: 20.5vmin;
    border-radius: 1vmin;
}


.nice-select {
    padding: 0px 0 0 15px !important;
}

.custom-select-field {
    height: 6vmin !important;
    width: 100% !important;
    padding: 1.2vmin 1vmin !important;
}

.test-actionbtn{
    display: flex;
}

.test-amount{
    margin: 0.5vmin;
}

.test-amount input{
    position: relative;
    width: 6vmin;
    height: 3vmin;
    border: 1px solid #e5e7ec;
    border-radius: 5px;
    font-size: 1.4vmin;
    color: #848484;
    padding: 1vmin 2vmin;
    transition: all 500ms ease;
    text-align: center;
}

.categories-sidelist{
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 999;
    background: #fff;
    height: auto;
    box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
    padding-top: 12vmin;
    padding-bottom:2vmin;
    min-width: 30vmin;
    overflow: auto;
    transition: all ease 0.5s;
}

.categories-title{
    padding: 0.1vmin;
    position: fixed;
    width: 30vmin;
    z-index: 9;
    top: 0px;
}
.categories-title h5{
       background-color: #004e75;
       color: #fff;
       font-size: 2.4vmin;
}

.categories-apply{
   padding: 1vmin;
    position: absolute;
    width: 100%;
    z-index: 999;
    bottom: 0px;
}

.categories-apply h5{
       background-color: #004e75;
       color: #fff;
}

.categories-close{
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 2.8vmin;
    font-weight: 100!important;
    width: 5.5vmin;
    height: 5.5vmin;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.categories-btn{
    padding: 1vmin;
    height: 6vmin;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    width:65%;
    position:relative;
    right:-135px;
}

.categories-btn:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 3vmin;
    left: 0px;
    top: 0px;
    z-index: -1;
    transform: scale(0, 0);
    transition: all 500ms ease;
    color: #fff;
}

.categories-opened{
    left: calc(100% - 30vmin);
    right: unset;
}

.categories-closed{
     left: calc(100% - -5.5vmin);
    right: unset;
}

 .doctors-appointment .title-box form .form-group{
     margin-bottom: 0px!important;
    padding: 0!important;
 }
 

.patients-add-note{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.cursor-pointer{
    cursor: pointer;
}

.team-block-three svg{
    width: 5vmin;
    height: 5vmin;
}

.btn-box.pull-right .content-box p svg{
      width: 4vmin;
    height: 4vmin;  
}

.plist-modal svg{
    width: 5vmin;
    height: 5vmin;
}

.plist-modal h5{
    font-size: 1.7vmin;
    text-transform:capitalize;
}

.modal-header .close i{
    font-size: 2vmin;
}

.rounded {
    border-radius: 0.4vmin !important;
}

.modal-header h5{
    font-size: 2vmin;
    text-transform: capitalize;
}
.vcategory p{
    font-size: 1.7vmin!important;
    font-weight:500;
}

.voucher-bottom, .voucher-status{
    padding: 1.5vmin;
}

.categories-sidelist .custom-control{
    min-height: auto;
    padding-left: 2vmin;
    display: flex;
    align-items: center;
}

.categories-sidelist hr{
    margin-top: 1.5vmin;
    margin-bottom: 1.5vmin;
}

.categories-sidelist .single-box{
    padding-top:1.4vmin!Important;
        border: 0px solid #fff!important;
        overflow: auto;
    height: calc(100vh - 130px);
}

.categories-title h5{
    padding: 1.5vmin!important;
}

.categories-apply button{
    padding: 1.5vmin!important;
}

.appointment-section .information-form .mt-5{
        margin-top: 4.5vmin!important;
}

.cart-maintitle{
    margin-bottom: 2.5vmin;
}

.alert{
        padding: 1.1vmin 2vmin;
}

.appointment-section .appointment-information .inner-box{
    cursor: pointer;
}

.co-3 hr{
    margin-top: 1.5vmin;
    margin-bottom: 1.5vmin;
}

.co-3 .my-3{
    margin-top: 1.5vmin!important;
    margin-bottom: 1.5vmin!important;
}

.co-3 .p-3{
    padding: 1.5vmin!important;
}

.co-3 .custom-control{
    min-height: auto;
    padding-left: 1.5vmin;
}

.co-3 .mt-3{
    margin-top: 1.5vmin!important;
}

.shopcart-title-step-3{
        font-size: 2vmin;
}

.freport-icon{
    width: 3vmin!important;
        margin-bottom: 0px!important;
}

.form-group input[type=search]{
        position: relative;
    width: 100%;
    height: 4.5vmin;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin;
    font-size: 1.4vmin;
    color: #0c5460;
    padding: 10px 20px;
    transition: all 500ms ease;
}

select.doctorfilter {
    height: 4.5vmin;
    border: 1px solid #e5e7ec;
    border-radius: 10px !important;
    font-size: 1.4vmin;
    color: #0c5460;
    padding: 10px 20px;
    transition: all 500ms ease;
}

.doctor-db-title{
    font-size: 3vmin;
}

.dr-select-test .bootstrap-select{
    width: 100%!important;
    background: #fff!important;
}

.dr-select-test > *{
    background: #fff!important;
}

.dr-select-test .bootstrap-select > .dropdown-toggle{
    padding: 0px;
    background: transparent;
    border-color: #fff!important;
}

.dr-select-test .bootstrap-select > .dropdown-toggle::after{
    top: 2vmin;
    position: absolute;
    right: 1.5vmin;
}

.dr-select-test .bootstrap-select > .dropdown-toggle:before{
        content:"Choose the required tests.";
        background: #f3f3f9;
        border-radius: 5px;
        height: 4.5vmin;
        width: 100%;
        text-align: left;
    padding: 1.12vmin 2vmin;
}

.dr-select-test .bootstrap-select .filter-option{
    margin-top: 1.5vmin;
    position: relative!important;
    margin-bottom: 1.5vmin;
        white-space: pre-wrap;
}


.dr-select-test .bootstrap-select .dropdown-menu{
    top: 5.5vmin!important;
    transform: none!important;
    width: 100%;
    min-width: auto!Important;
    max-height: 100%!important;
    min-height: 400px!important;
}

.dr-select-test .bootstrap-select .dropdown-menu ul.dropdown-menu.inner {
        height: auto;
    max-height: fit-content !important;
}

.dr-select-test .bootstrap-select .dropdown-menu ul.dropdown-menu li a{
    border-bottom: 1px solid #ddd;
    padding: 1vmin;
    color: #212529;
    text-transform:capitalize;
}

.dr-select-test .bootstrap-select .dropdown-menu ul.dropdown-menu li a span.check-mark{
    top: 1vmin!important;
}

.dr-select-test .bootstrap-select .dropdown-menu ul.dropdown-menu li a.selected{
    background: #f3f3f9;
    border-bottom: 1px solid #ddd;
}

.dr-select-test .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
        padding: 1vmin;
    background: #f3f3f9;
    text-transform:capitalize;
}

.dr-select-test .bootstrap-select .dropdown-toggle .filter-option-inner-inner hr{
        border-color: #ddd;
    margin: 1vmin -1vmin;
}

.dr-select-test .bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #fff !important;
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.categories-search{
    padding: 10px;
    background: #f3f3f9;
    position: fixed;
    width: 30vmin;
    top: 6vmin;
    border: 1px solid #fff;
    border-right: 2px solid #fff;
}

.categories-search input{
    position: relative;
    width: 100%;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin;
    font-size: 1.4vmin;
    color: #848484;
    padding: 1vmin 2vmin;
    transition: all 500ms ease;
}



#about-us .content-box h2{
    display: block;
    font-size: 5vmin;
    line-height: normal;
    font-weight: 500;
    padding-bottom: 1vmin;
    padding-top: 1vmin;
    word-spacing: -7px;
    text-transform:capitalize;
}

#about-us .content-box p{
    padding-bottom: 1.5vmin;
}

#about-us .content-box p:first-of-type{
    color: #00A0A3;
    font-weight: 500;
    font-size: 1.8vmin;
}


#about-us .content-box ul{
    padding-bottom: 2vmin;
}


.scr-mob{
        display: contents;
   }
   
.scr-mob .image-box {
    text-align: left;
}

.doctors-table .request td {
    padding-bottom: 1vmin;
    padding-top: 1vmin;
    box-sizing: content-box;
}


table.dataTable td {
    box-sizing: content-box;
    padding-bottom: 1vmin;
    padding-top: 1vmin;
}


label.error {
    color: red !important;
    margin-top: 0.5vmin;
}

.tabs-content .team-block-three .inner-box .image-box .provider-logo img {
    min-height: 5vmin !important;
    width: 5vmin !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f3f3f9;
    border-radius: 5px;
    padding: 0.5vmin;
    border: 1px solid #fff;
}


.modal-body input {
    height: 50px;
}


.toast{font-size:1.6vmin}


@media only screen and (max-width: 767px){
    
    .footer-top .logo-widget .text p {
    color: #fff;
    margin: 0px;
    font-size: 3.5vmin;
    }
    
    .tab-content .team-block-three .inner-box .image-box .provider-logo img {
    min-height: 10vmin !important;
    width: 10vmin !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f3f3f9;
    border-radius: 5px;
    padding: 0.5vmin;
    border: 1px solid #fff;
}

.mobile-menu .navigation li ul li > a {
    font-size: 3.7vmin !important;
    margin-left: 20px;
    text-transform: capitalize;
}
    
    .mobile-menu .contact-info h4 {
    position: relative;
    font-size: 4vmin;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    }
    
    .registration-section .content-box .login-now {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 22px;
    font-size: 3.5vmin;
    }
    
    
    .detail h6 {
    font-weight: 600;
    font-size: 3.5vmin !important;
    padding-left: unset;
    }
    
    .detail span {
    flex-flow: row;
    font-size: 3vmin  !important;
    white-space: nowrap;
    position: relative;
    }
    
    .detail span i {
    padding-left: 1vmin;
    font-size: 3vmin  !important;
    }
    
    .tabs-content h3 {
    position: relative;
    display: block;
    font-size: 4.5vmin !important;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 16px;
    white-space: nowrap;
    }
    
    .clinic-details-content .tabs-box .tabs-content .inner-box .text p {
    margin-bottom: 35px;
    font-size: 3vmin;
}
    
   .scr-mob{
        display: flex;
        width: 100%;
        margin: 0 auto;
   }
   
   .scr-mob .image-box {
    text-align: left;
    margin-bottom: 3vmin;
}
   
   .content-side {
    padding-left: 0;
    padding-right:0;
    }
   
   .justfiy{justify-content: flex-start !important;}
   .just-nowrap{flex-wrap: nowrap;}
   
   .img-cart h3 {
    color: #00A0A3;
    font-weight: 600;
    font-size: 4vmin;
}



.doctor-details-content .tabs-box .tabs-content .experience-box .text .experience-list li {
    position: relative;
    display: block;
    font-size: 2.9vmin;
    line-height: 22px;
    font-weight: 500;
    color: #004E75 !important;
    padding-left: 18px;
    margin-bottom: 8px;
}

.doctor-details-content .tabs-box .tabs-content .experience-box .text h3 {
    position: relative;
    display: block;
    font-size: 3.5vmin;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 16px;
}


.doctors-sidebar .form-widget .form-title h3 {
    font-size: 4vmin;
    line-height: 34px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0px;
}

.doctors-sidebar .form-widget .form-title p {
    font-size: 3.5vmin;
    line-height: normal;
    color: rgba(255, 255, 255, 0.7);
}



.doctor-details-content .clinic-block-one h2{font-size: 5vmin;}
    
body {
font-size: 3vmin;
}

.main-header.style-two .header-top .top-left li{
font-size: 13px;
color: #fff !important;
padding-left: 22px !important;
}

.link-top img {
height: 13px;
}

.main-header.style-two .header-top .auto-container{
max-width: 100%;
padding: 0px;
}

.main-header.style-two .header-top .auto-container .top-inner{
display: flex;
flex-flow: column;
}
    
.main-header.style-two .header-top .auto-container .top-inner .top-left ul{
display: flex;
justify-content: space-between;
}

.main-header.style-two .header-top .top-left li{
margin: 0px;
padding-left: 0px;
}

.header-top .info li.city-list-top a {
padding-right: 0px;
}

.main-header.style-two .header-top .auto-container .top-inner .top-right ul{
display: flex;
justify-content: end;
padding-right: 3vmin;
}

.main-header.style-two .header-top .top-right li{
margin: 0px;
padding-left: 2vmin;
}

.main-header.style-two .header-top .auto-container .top-inner .top-left ul:after{
display: none;
}

.header-top .info li.city-list-top:after{
position: relative;
top: 1px;
right: 0px;
font-size: 14px;
}
    
    .main-header.style-two .header-top .auto-container .top-inner .top-right{
        background: #044666;
    }
    
    .main-header.style-two .header-top .top-left li a {
        color: #fff;
        padding: 10px 6px;
    }
    
    .main-header.style-two .header-top .auto-container .top-inner .top-right a{
        padding: 12px 0px;
    font-size: 3.3vmin;
    }
    
    .main-header.style-two .header-top{
        padding: 0px;
    }
    
    .main-header .logo-box .logo img{
        min-width: 100px;
    }
    

    
    
    .theme-btn-one{
        font-size: 14px;
        padding: 2.5vmin 2vmin;
        border-radius: 10px;
        box-shadow: none;
        text-transform:capitalize;
    }
    
    .doctors-appointment .theme-btn-one{
    font-size: 3vmin;
    padding: 5px 5px !important;
    border-radius: 10px;
    box-shadow: none;
    text-transform: capitalize;
    }
    
    .doctors-appointment .title-box h3 {
    font-size: 3.7vmin;
    line-height: normal;
    font-weight: 700;
    /* margin-bottom: 33px; */
    padding-top: 3vmin;
    }
    
    
.right-panel .title-box h3 {
    font-size: 3.7vmin;
    line-height: normal;
    font-weight: 700;
    /* margin-bottom: 33px; */
    padding-top: 1vmin;
    }


.right-panel .outer-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    min-width: 100% !important;
}


.add-listing .single-box .title-box h3 {
    font-size: 4.5vmin;
    line-height: 34px;
    font-weight: 700;
    margin: 0px;
}

.profile-box .upper-box .title-box .inner h3 {
    font-size: 4.5vmin;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 0px;
}


.profile-box .profile-info .list li a {
    font-size: 3.5vmin;
    line-height: normal;
    color: #004E75;
    font-weight: 500;
    text-transform: capitalize;
}


.profile-box .profile-info .list li a svg {
    width: 7vmin;
    height: 7vmin;
}


.profile-box .profile-info .list li {
    position: relative;
    display: block;
    padding: 2.4vmin 1.7vmin 2.4vmin 2.7vmin;
    border-top: 1px solid #e5eded;
}


.profile-box .upper-box .title-box .inner {
    position: relative;
    background: #fff;
    border-radius: 1vmin;
    padding: 4vmin;
    margin-top: 0px;
    /* box-shadow: 0 20px 30px rgba(0, 24, 73, 0.08); */
}
    
    .banner-section.style-two {
    padding: 70px 0px 70px 0px!important;
}

.main-header.style-two .header-lower .auto-container{
    padding: 10px 15px;
}

.banner-section.style-two .content-box p {
    margin-bottom: 0px;
}

#mainBanner .content-box{ padding: 0 0 0 10vmin!important; margin-top: 0!important;}

#mainBanner .content-box h1{ margin-bottom:4vmin;}

#mainBanner .content-box h2{ font-size:7vmin;}

#mainBanner .content-box .theme-btn-one{ margin-top:3vmin !important;}

.auto-container {
    max-width: calc(100% - 0px);
}

.category-section {
    padding: 35px 0px 0px 0px!important;
}

.about-style-two .content-box h2{
    margin-bottom: 15px;
}

.about-style-two .content-box p{
    margin-bottom: 15px;
    font-size: 3.5vmin;
}

#about-us .content-box p:first-of-type {
    color: #00A0A3;
    font-weight: 500;
    font-size: 4vmin;
}

#about-us .content-box h2 {
    display: block;
    font-size: 5.5vmin;
    line-height: normal;
    font-weight: 600;
    padding-bottom: 0vmin;
    padding-top: 0vmin;
    word-spacing: 0;
}

.sec-title h2 {
    font-size: 5.5vmin !important;
    line-height: normal;
}


.stepname {
    display: flex;
    padding: 3vmin;
    font-size: 3.5vmin;
    justify-content: center;
    align-items: center;
    position: relative;
}

.appointment-section h3 {
    font-size: 4vmin !important;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 2vmin;
}


.appointment-section h3.shopcart-title {
    font-size: 3.5vmin !important;
    padding: 1.5vmin 0;
    margin-bottom: 0;
    font-weight: 700;
}

.appointment-information p {
    font-size: 3vmin !important;
}

.appointment-information #checkrecommendation{width:100%;}

.news-block-one .inner-box .lower-content {
    position: relative;
    padding: 1.5vmin;
    max-height: fit-content;
    height: auto;
}


.collectionservicce {
    position: relative;
    width: 100%;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin;
    font-size: 3.5vmin;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .5s;
    cursor: pointer;
    margin-bottom: 15px;
    flex-direction: column;
}


.theme-btn-two {
    position: relative;
    display: inline-block;
    font-size: 3.3vmin;
    line-height: normal;
    font-weight: 600;
    text-align: center;
    padding: 3.2vmin 2vmin;
    border-radius: 3vmin;
    z-index: 1;
    border: 2px solid #ebeef1;
    transition: all 500ms ease;
    margin-bottom: 2vmin;
}


.theme-btn-one i{
}


.appointment-section .information-form .form-group input[type='text'],
.appointment-section .information-form .form-group input[type='number'],
.appointment-section .information-form .form-group input[type='date'],
.appointment-section .information-form .form-group input[type='email'],
.appointment-section .information-form .form-group textarea {
    position: relative;
    width: 100%;
    height: 10vmin;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin;
    font-size: 4vmin;
    color: #0c5460;
    padding: 1vmin 2vmin;
    transition: all 500ms ease;
}


.ctrl__button {
    position: absolute;
    top: 0.5vmin;
    right: 0.5vmin;
    height: calc(100% - 1vmin);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f3f9;
    min-width: 6.5vmin;
    border-radius: 0px 5px 5px 0px;
    font-size: 3vmin;
    cursor: pointer;
    transition: all ease 0.5s;
}

.ctrl__button--decrement {
    right: 7.5vmin !important;
    z-index: 99;
    border-radius: 5px 0 0 5px;
}


.clinic-block-one .inner-box {
    padding: 2.5vmin 4vmin 3vmin 3vmin !important;
}

.collection-point-table .inner-box .image-box img {
    border-radius: 10px !important;
    background: #f3f3f9;
    padding: 1.5vmin;
    min-width: 60px;
    height: 55px;
}


.clinic-block-one .inner-box .image-box {
    position: absolute;
    left: 4vmin;
    top: 4vmin;
    width: 15vmin;
    height: 10vmin;
    border-radius: 20px;
}

.clinic-block-one .inner-box .content-box .like-box a {
    position: absolute;
    display: inline-block;
    font-size: 2.5vmin;
    width: 7vmin;
    height: 7vmin;
    line-height: 7vmin;
    text-align: center;
    background: #eaf8f6;
    border-radius: 50%;
    z-index: 1;
    right: -215px;
    top: 5px;
}



.more-btn .icon-Arrow-Left{
    margin-right: 2.5vmin !important;
    margin-left: unset;
}


.collectionpointinner .content-box {
    padding-left: 1.5vmin;
    position: relative;
    top: -16px;
}

.collectionservicce span {
    width: 100%;
    background: #f3f3f9;
    margin-top: 2vmin;
    padding: 1vmin;
    transition: all ease 0.5s;
    min-height: 5vmin;
    font-size: 3vmin;
    line-height: 3vmin;
}


.typeservicce span {
    width: 100%;
    background: #f3f3f9;
    margin-top: 2vmin;
    padding: 1vmin;
    transition: all ease 0.5s;
    min-height: 5vmin;
    font-size: 3vmin;
    line-height: 3vmin;
}


.addrs-btn {
    display: flex;
    position: absolute;
    right: 0.5vmin;
    top: 1.5vmin !important;
    height: calc(100% - 0vmin);
    cursor: pointer;
    border-radius: 1vmin;
    padding: 1.5vmin 2vmin;
}

.addrs-btn i {
    font-size: 4vmin !important;
}


.appointment-section .information-form .form-group label .more-btn .theme-btn-one {
    padding: 2vmin 2vmin;
    box-shadow: unset;
}


.typeservicce {
    position: relative;
    width: 100%;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin;
    font-size: 3vmin;
    color: #0c5460;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.5s;
    cursor: pointer;
    margin-bottom: 1.5vmin;
    padding: 2vmin 0px 0px 0px;
    flex-direction: column;
    min-height: 12.5vmin;
    overflow: hidden;
}


.time-slot-table {
    display: contents;
}

.time-slot-table .col-md-1 {
    padding: 0 7.5px;
    display: inline-block;
    width: 15%;
}

.timeslot {
    position: relative;
    width: 10vmin;
    height: 10vmin;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin;
    font-size: 1.8vmin;
    color: #0c5460;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.5s;
    cursor: pointer;
    margin-bottom: 1.5vmin;
}


.single-information-block .inner-box h3 {
    position: relative;
    display: block;
    font-size: 5vmin;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 2vmin;
}

.single-information-block .inner-box p {
    position: relative;
    display: block;
    font-size: 4vmin;
    line-height: normal;
    color: #0c5460;
}

.contact-section .default-form .form-group input[type=text], .contact-section .default-form .form-group input[type=email], .contact-section .default-form .form-group textarea {
    position: relative;
    width: 100%;
    height: 13vmin;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin;
    font-size: 2.8vmin;
    color: #848484;
    padding: 1vmin 2vmin;
    transition: all 500ms ease;
}

.contact-section .default-form .form-group textarea {
    display: block;
    height: 40vmin !important;
    resize: none;
}

.contact-section .map-inner {
    margin-top: 10vmin;
}

.sec-title p {
    position: relative;
    display: inline-block;
    font-size: 3vmin;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 1.7vmin;
}


.bar-mobil{flex-flow: column;}

.w-m100{width:100% !important;}

.single-box {
    margin-bottom: 8vmin !important;
}

ul.tab-btns {
    display: flex;
}


.clinic-details {
    position: relative;
    padding: 40px 0px 70px 0px;
}

.clinic-details-content .clinic-block-one .inner-box h2 {
    font-size: 4.5vmin;
    line-height: 38px;
    font-weight: 700;
}

.clinic-block-one .inner-box .content-box .text p {
    line-height: normal;
    font-size: 3.5vmin;
}

.clinic-details-content .tabs-box .tab-btn-box .tab-btns li {
    position: relative;
    display: inline-block;
    float: left;
    width: 33.333%;
    text-align: center;
    font-size: 3.5vmin;
    line-height: normal;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8) !important;
    padding: 3.5vmin 1vmin 3.5vmin 1vmin;
    cursor: pointer;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 500ms ease;
}


.clinic-section .team-block-three .inner-box .ind-test-box .p-4 {
    padding: 5vmin 6.5vmin 7vmin 2.5vmin!important
}

.atc-active {
    padding: 0;
    width: 3vmin;
    height: 3vmin;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    transition: all ease 0.5s;
    position: absolute;
    left: 55%;
    top: calc(50% - 2vmin);
    pointer-events: none;
    background-color: transparent;
    border: none;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; */
}

.atc-active i {
    margin: 0px !important;
    font-size: 5vmin !important;
    color: #004E75;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
    border-radius: 100%;
}


.registration-section .content-box .title-box h3 {
    font-size: 6.5vmin;
    line-height: 32px;
    color: #414141;
    font-weight: 700;
    margin: 0px;
}


.registration-section .content-box .inner .form-group label {
    position: relative;
    display: block;
    font-size: 3.5vmin;
    color: #0c5460;
    font-weight: 500;
    margin-bottom: 6px;
}

.registration-section .content-box .inner .form-group .forgot-passowrd a {
    position: relative;
    float: right;
    font-size: 3.5vmin;
    color: #0c5460;
    z-index: 1;
}


.registration-section .content-box .inner .text span {
    position: relative;
    display: inline-block;
    font-size: 3.5vmin;
    line-height: 32px;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    color: #8a8a8a;
    font-weight: 400;
    width: auto;
    background: #fff;
    text-align: center;
    padding: 5px 30px;
}


.registration-section .content-box .inner .form-group input[type='text'], 
.registration-section .content-box .inner .form-group input[type='email'], 
.registration-section .content-box .inner .form-group input[type='password'] 
 {
    position: relative;
    width: 100%;
    height: 13vmin;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin;
    font-size: 3.5vmin !important;
    color: #0c5460;
    padding: 10px 10px;
    transition: all 500ms ease;
}

.registration-section .content-box .inner .form-group input[type='file'] {
    position: relative;
    width: 100%;
    height: 13vmin;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin;
    font-size: 3.5vmin !important;
    color: #0c5460;
    padding: 15px 20px;
    transition: all 500ms ease;
}

div#healthCenter-content {
    font-size: 3.5vmin;
}

.mbsc-textfield.mbsc-textfield-tags.mbsc-textarea {
    display: block;
    height: auto;
    max-height: 5.5em;
    overflow: auto;
    font-size: 3.5vmin;
}

.registration-section .content-box .inner .social-links li a {
    position: relative;
    display: inline-block;
    width: auto;
    font-size: 8vmin;
    line-height: normal;
    font-weight: 600;
    color: #004E75;
    padding: 12px 20px;
    text-align: center;
    z-index: 1;
    border-radius: 30px;
}


select.border.w-100.p-2.rounded {
    height: 13vmin;
    border: 1px solid #e5e7ec;
    border-radius: 5px !important;
    font-size: 3.5vmin !important;
    color: #0c5460;
    padding: 10px 20px;
    transition: all 500ms ease;
    text-transform: capitalize;
}


.iti input, .iti input[type=tel], .iti input[type=text] {
    position: relative;
    width: 100%;
    height: 13vmin  !important;
    border: 1px solid #e5e7ec;
    border-radius: 5px  !important;
    font-size: 3.5vmin  !important;
    color: #808080;
    padding: 10px 20px;
    transition: all 500ms ease;
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px;
    border-radius: 4px 0px 0px 4px;
}


.more-btn .theme-btn-one {height: auto;}


.cstm-file-input::before {
    content: 'Select some files';
    display: inline-block;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 1.3vmin 0.8vmin;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 3vmin;
    position: relative;
    top: 0px;
    left: 0;
    border-radius: 6px;
}



.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #00A0A3 !important;
    color: #fff;
    font-size: 1em;
}

.swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #fff !important;
    color: #00a0a3 !important;
    font-size: 1em;
    border: 1px solid #04a0a3 !important;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: none !important;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: none !important;
}

.swal2-styled.swal2-cancel:focus {
    box-shadow: none !important;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: none !important;
}

.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0.8em 1em 0;
    font-size: 4.5vmin !important;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
    color: #00224f !important;
}

.swal2-html-container {
    z-index: 1;
    justify-content: center;
    margin: 1em 0.6em 0.3em !important;
    padding: 0;
    overflow: auto;
    color: inherit;
    font-size: 1em;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word;
}

.swal2-icon.swal2-warning {
    border-color: #04a0a3 !important;
    color: #04a0a3 !important;
}

.swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em !important;
    height: 5em !important;
    margin: 2.5em auto 0.6em;
    border: 0.25em solid rgba(0,0,0,0);
    border-radius: 50%;
    border-color: #000;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    user-select: none;
}


.select-field .content-box form .form-group button {
    position: absolute;
    top: 1.5vmin !important;
    right: 1.5vmin;
    width: 12vmin;
    height: 12vmin;
    line-height: 10vmin;
    text-align: center;
    border-radius: 50%;
    font-size: 2.7vmin;
    color: #fff;
    cursor: pointer;
    transition: all 500ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories-btn {
    padding: 1vmin;
    height: 10vmin !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    width: 100% !important;
    right:unset !important;
}


.nice-select {
    padding: 0px 0 0 25px !important;
}


.team-block-three .inner-box .lower-content > div.lower-box {
    padding: 3vmin 3.4vmin!important;
}





.voucher-filterbar li a {
    border: 2px solid #fff !important;
    text-align: center;
    background: #f3f3f9;
    color: #414141;
    border-radius: 5px !important;
    font-size: 2.3vmin;
    font-weight: 600;
    white-space: nowrap;
}

.nav-link {
    display: block;
    padding: 0.5rem 2.5rem;
}


#applyPromoBtn {
    margin-top: 3vmin;
    margin-bottom: 3vmin;
}

.lastback{
    display: flex;
    width: 100%;
    flex-flow: column;
    margin-bottom: 3vmin;
}

.appointment-section .information-form .form-group .nice-select {
    width: 100%;
    height: 10vmin;
    border: 1px solid #e5e7ec !important;
    border-radius: 5px !important;
    font-size: 4vmin;
    color: #0c5460;
    padding: 0.5vmin 2vmin !important;
}

.custom-check-box .custom-control.material-checkbox .material-control-indicator {
    display: inline-block;
    position: absolute;
    top: 1.2vmin;
    left: 0px;
    width: 3vmin;
    height: 3vmin;
    border: 1px solid #e5e7ec;
    cursor: pointer;
    border-radius: 3px;
}


.custom-check-box .custom-control.material-checkbox .material-control-indicator:before {
    position: absolute;
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-size: 3.5vmin;
    color: #fff;
    width: 3vmin;
    height: 3vmin;
    line-height: 1.8vmin;
    text-align: center;
    opacity: 0;
    left: -1px;
    top: 0px;
}


.custom-check-box .custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 3.5px;
    width: 3vmin;
    height: 3vmin;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #e5e7ec;
}

h3.mobil-price{font-size: 5vmin !important; margin-top: 3vmin;}

.custom-check-box .custom-controls-stacked .description {
    position: relative;
    display: inline-block;
    padding: 0px;
    margin-left: 10px;
    font-size: 3vmin;
    color: #004E75;
    cursor: pointer;
    font-weight: 400;
}


.d-flex.justify-content-between.align-items-center .more-btn {
    position: relative;
    margin-top: 0px!important;
}

.feature-block-one .inner-box {
    margin-bottom: 0px!important;
    min-height: 45vmin;
    max-height: 45vmin;
}

.category-section .feature-block{
    width: 50%;
}

.feature-block-one .inner-box h3{
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.team-block-three .inner-box .lower-content h3{
    font-size: 4vmin !important;
}

#test-groups.team-block-three .inner-box .lower-content h3{
    font-size: 5.5vmin !important;
}

.team-block-three .inner-box .lower-content .designation {
    font-size: 14px;
}

.team-block-three .inner-box .lower-content span{
    font-size: 14px;
    padding-bottom: 2vmin;
    padding-top: 2vmin;
}


.vcategory p {
font-size: 14px!important;
    font-weight: 600 !important;
}

.team-block-three .inner-box .lower-content .lower-box .text {
    float: none;
    display: block;
    display: flex !important;
    flex-direction:column ;
    justify-content: end;
}

.tabs-content .team-block-three .inner-box .lower-content span{
    font-size: 14px;
    padding-bottom: 2vmin;
    padding-top: 2vmin;
    display: flex;
    flex-direction: row;
    justify-content: start;
}


.tabs-content .team-block-three .inner-box .image-box .provider-logo img {
    min-height: 6vmin !important;
    width: 10vmin !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f3f3f9;
    border-radius: 5px;
    padding: 0.5vmin;
    border: 1px solid #fff;
}


.tabs-content .team-block-three .inner-box .image-box .voucher-top-icons a {
    position: absolute;
    top: 0vmin;
    right: 0.5vmin;
    display: inline-block;
    font-size: 3vmin;
    width: 10vmin;
    height: 10vmin;
    line-height: 4vmin;
    text-align: center;
    background: #eaf8f6;
    z-index: 1;
    color: #0c5460;
}

.tabs-content .voucher-info {
    height: 10vmin !important;
    width: 10vmin !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f3f3f9;
    border-radius: 5px;
    border: 1px solid #FFF;
}

.team-block-three .inner-box .lower-content #check {
    padding: 0px 0px 0px 10px!important;
}


.voucherinner .ctrl__counter {
    width: 7vmin;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 7vmin;
}


.voucherinner .ctrl__counter input {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 4vmin;
}


.voucherinner .ctrl__button {
    position: relative;
    height: 7vmin;
    width: 7vmin;
    right: unset !important;
    top: unset;
    min-width: 7vmin;
    border: 1px solid rgba(0, 0, 0, 0.1);
}



.team-block-three .inner-box .lower-content .lower-box .text > div {
    margin-bottom: 0.5vmin;
    font-size: 4.5vmin;
}


.team-block-three .inner-box .image-box .provider-logo img {
    min-height: 6vmin !important;
    width: 10vmin !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f3f3f9;
    border-radius: 5px;
    padding: 0.5vmin;
    border: 1px solid #fff;
}


.team-block-three .inner-box .image-box .voucher-top-icons a{
    position: absolute;
    top: 0vmin;
    right: 0.5vmin;
    display: inline-block;
    font-size: 3vmin;
    width: 10vmin;
    height: 10vmin;
    line-height: 4vmin;
    text-align: center;
    background: #eaf8f6;
    z-index: 1;
    color: #0c5460;
}

.voucher-info {
    height: 10vmin !important;
    width: 10vmin !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f3f3f9;
    border-radius: 5px;
    border: 1px solid #FFF;
}

.team-block-three .inner-box .image-box img{
    max-height: 240px !important;
    min-height: 240px !important;
    object-fit: cover;
    object-position: center;
}

.price-size del {
    font-size: 15px !important;
    font-weight: normal;
    margin-bottom: 5px;
}

.price-size{
    font-size: 17px !important;
    display: flex!important;
}

.team-block-three .inner-box .lower-content{
    padding: 0px 0px 0px 0px!important;
}

.tabs-content .team-block-three .inner-box .lower-content{
    padding: 0px 0px 0px 8px!important;
}

.team-block-three .inner-box .lower-content > div.p-3{
    padding: 12px!important;
}

.team-style-two {
    padding: 25px 0px 0px 0px!important;
}

.cta-section .image-box{
        margin-top: 0px!important;
}



#download-app.cta-section {
    padding-top: 40px;
    text-align: center;
}

#download-app.cta-section p{
    margin-bottom: 15px;
}

#download-app.cta-section h2{
    margin-bottom: 15px;
    line-height: normal;
}

.news-block-one .inner-box .lower-content .post-info li{
    font-size: 14px;
}

.news-block-one .inner-box .lower-content .post-info li:before{
        width: 1px;
    height: 18px;
        right: -8px;
}

.news-block-one .inner-box .lower-content h3{
        font-size: 4vmin !important;
            margin-bottom: 12px;
}

.news-block-one .inner-box .lower-content p{
    margin-bottom: 25px;
    font-size:3.5vmin;
}

.news-block-one p {
    font-size: 3vmin;
}

.team-style-two .lower-content {
       /* max-height: 63px; */
    /* min-height: 63px;
}

.lower-content {
    padding: 15px!important;
    /* max-height: 150px!important; */
    /* min-height: 150px!important;*/
}

.news-block-one .inner-box .lower-content .link a{
    width: 8vmin;
    height: 8vmin;
    line-height: 35px;
    font-size: 2.7vmin;
}

.news-block-one .inner-box .image-box img{
    min-height: 200px;
}

.news-block-one .inner-box .image-box{
    min-height: 200px;
}

.news-block-one .inner-box .lower-content .link {
    position: absolute;
    bottom: 1.5vmin;
    right: 2vmin;
}

.blog-sidebar .sidebar-widget .widget-title h3 {
    font-size: 5vmin;
    line-height: normal;
    font-weight: 700;
    margin: 0px;
}

.blog-sidebar .post-widget .post-inner h5 {
    position: relative;
    display: block;
    font-size: 3.5vmin;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 0.6vmin;
}

.pagination li a {
    position: relative;
    display: inline-block;
    font-size: 3.5vmin;
    font-weight: 500;
    height: 8vmin;
    width: 8vmin;
    line-height: 8vmin;
    background: transparent;
    border: 1px solid #e6e8ec;
    border-radius: 50%;
    text-align: center;
    color: #004E75;
    z-index: 1;
    transition: all 500ms ease;
}

.search-doctors, .news-section {
    padding: 40px 0px 0px 0px!important;
}

.agent-section .inner-container {
    padding: 10px 10px!important;
}

.content_block_3 .content-box h3{
        font-size: 28px;
}

.content_block_3 .content-box{
        border-radius: 10px;
    padding: 15px 15px 15px 15px!Important;
    height: auto !important;
}

.content_block_3 .content-box .support-box{
        padding-left: 65px;
}

.content_block_3 .content-box .support-box .icon-box{
        font-size: 25px;
}

.content_block_3 .content-box .support-box span{
    font-size: 14px;
}

.content_block_3 .content-box .support-box h3{
        font-size: 22px;
}

.content_block_3 .content-box .support-box .icon-box:before {
    height: 50px;
    width: 50px;
    top: -3px;
}

.content_block_3 .content-box .support-box .icon-box i {
    margin: 10px 12px;
}


.content_block_4 .content-box h3{
        font-size: 28px;
}

.content_block_4 .content-box{
        border-radius: 10px;
    padding: 15px 15px 15px 15px!Important;
    height: auto !important;
    
}

.content_block_4 .content-box .support-box{
        padding-left: 65px;
}

.content_block_4 .content-box .support-box .icon-box{
        font-size: 25px;
}

.content_block_4 .content-box .support-box span{
    font-size: 14px;
}

.content_block_4 .content-box .support-box h3{
        font-size: 22px;
}

.content_block_4 .content-box .support-box .icon-box:before {
    height: 50px;
    width: 50px;
    top: -3px;
}

.content_block_4 .content-box .support-box .icon-box i {
    margin: 10px 12px;
}

.content_block_4 .content-box .subscribe-form .form-group input[type='email']{
    height: 46px;
    font-size: 14px;
    padding: 10px 20px;
    width:100%;
}

.content_block_4 .content-box .subscribe-form .form-group button.theme-btn-one i{
    display: block;
}

.theme-btn-one i{
        font-size: 12px;
    margin-left: 9px;
}

.footer-top {
    padding: 100px 0px 0px 0px!important;
}

.footer-top .logo-widget .footer-logo{
    max-width: 180px;
    margin-bottom: 23px;
}

.social-menu ul li .fab{
        font-size: 20px;
}

.social-menu ul li a{
        width: 56px;
    height: 56px;
}

.social-menu {
    margin-top: 20px;
}

.footer-top .widget-title h3 {
    font-size: 4.5vmin;
}

.footer-top .links-widget .links li a{
    font-size: 14px;
}

.sec-title{
    margin-bottom: 30px;
}

.footer-top .contact-widget .widget-content li{
    font-size: 14px;
    margin-bottom: 14px;
    padding-left: 34px;
}

.footer-top .contact-widget .widget-content li i{
    font-size: 19px;
}

.footer-bottom .footer-nav li:before{
        width: 1px;
    height: 18px;
    top: 0vmin;
    right: -15px;
}
.footer-bottom .copyright, .footer-bottom .footer-nav{
        text-align: left!important;
}

.mobile-menu .nav-logo{
    padding: 25px 65px;
    padding-bottom: 20px;
}

.mobile-menu .navigation li > a{
        font-size: 14px;
}

.mobile-menu .contact-info{
        padding: 25px 30px 20px 25px;
}

.mobile-menu .contact-info ul li{
    font-size: 14px;
}

.mobile-menu .social-links li a{
    font-size: 20px;
}

.mobile-menu .social-links li{
        margin: 0px 15px 0px 0px;
}

.page-title-two .title-box h1{
    font-size:5.5vmin;
    line-height: 40px;
}

.page-title-two .lower-content {
        max-height: none!important;
    min-height: auto!important;
}

.page-title-two .bread-crumb li{
    font-size: 3.3vmin;
    padding-right: 10px;
    margin-right: 2px;
}

.page-title-two .bread-crumb li:before{
    font-size: 14px;
    top: 0px;
}

.feature-block-one .inner-box .icon-box img.hc-logos{
        max-width: 100px;
}

.feature-block-one .inner-box .icon-box{
        min-height: 50px;
    margin: 0 auto 10px auto;
}

.custom-select-field{
    height: 60px !important;
    padding: 12px 25px !important;
    font-size: 14px;
}

.select-field .content-box form .form-group input{
        height: 60px;
    font-size: 14px;
    padding: 12px 20px !important;
}

.testgroup .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
    max-height: 320px !important;
    min-height: 320px !important;
}

.scroll-top {
    width: 10vmin;
    height: 10vmin;
    line-height: 5vmin;
    position: fixed;
    bottom: 105%;
    right: 3vmin;
    font-size: 4vmin;
    z-index: 99;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    transition: 1s ease;
    border-radius: 50%;
}
    
        
}



.nav_menu {
  position: absolute;
  width: 300px;
  top: 0;
  bottom: 0;
  padding: 0;
  background-color: none;
  color: white;
}


.nav_menu.left {
  left: 420px;
  transition-timing-function: ease-in-out;
  transition: 0.4s;
  z-index: 2;
}

.nav_menu.left.active {
  left: -122px;
}

.nav_menu.left .btn {
  padding: 10px 20px;
    background-color: #004E75;
    color: #FFF !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    left: 32vmin;
    top: 2.5vmin;
    font-size: 2.5vmin;
    text-align: center;
}


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


.sm-small{flex-direction: column;}

.sm-small .w-49 {
    width: 100%;
    margin-bottom: 3vmin;
}


.right-panel .outer-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    min-width: 660px;
}

.nav_menu {
  position: absolute;
  width: 300px;
  top: 0;
  bottom: 0;
  padding: 0;
  background-color: none;
  color: white;
}


.nav_menu.left {
  left: -340px !important;
  transition: 0.4s ease;
}

.nav_menu.left.active {
  left: -60px !important;
}

.nav_menu.left .btn {
  padding: 10px 15px;
    background-color: #004E75;
    color: #FFF !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    left: 36vmin !important;
    top: 2.5vmin;
    font-size: 2.5vmin;
    text-align: center;
}





.auto-container {
    position: static;
    max-width: 90%;
    padding: 0px 15px;
    margin: 0 auto;
}



.right-panel .content-container {
    margin-left: 0px;
    
}

}

.btn-box .search-form button{
    padding: 0;
    position: absolute;
    right: 30px;
    top: 27px;
}

.cr-center-title{
    
}

.cr-center-title .center-image{
        width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hover-nounderline{
    text-decoration: none!important;
}

.cstm-accordion>.card:not(:last-of-type){
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

