@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700');

body {
    color: #404040;
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Raleway', sans-serif;
}

img {
    vertical-align: baseline;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
    color: #262626;
    
}

a:visited {
    

}

a:hover, a:focus, a:active {
    color: #262626;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
    list-style: none;
}

/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
.site-header {
    position: relative;
}

.nav-bar {
   //position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    padding: 10px 0;
    
}

/*
# Site Branding
--------------------------------*/
.site-branding {
    width: calc(100% - 24px);
    padding: 20px 0;
}

.site-branding a {
    margin-top: 6px;
}

@media screen and (min-width: 992px){
    .site-branding {
        width: auto;
    }
}

/*
  Hamburger Menu
----------------------------------------*/
.hamburger-menu {
    position: relative;
    width: 24px;
    height: 22px;
    margin: 0 auto;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.hamburger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #262626;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
    top: 2px;
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
    top: 10px;
}

.hamburger-menu span:nth-child(4) {
    top: 18px;
}

.hamburger-menu.open span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
}

.hamburger-menu.open span:nth-child(2) {
    transform: rotate(45deg);
}

.hamburger-menu.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.hamburger-menu.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}

/*
# Main Menu
--------------------------------*/
.site-navigation ul {
    position: fixed;
    top: 0;
    left: -320px;
    z-index: 9999;
    width: 320px;
    max-width: calc(100% - 120px);
    height: 100%;
    padding: 30px 15px;
    margin: 0;
    background: #fff;
    list-style: none;
    overflow-x: scroll;
    transition: all 0.35s;
}

.site-navigation.show ul {
    left: 0;
}

.site-navigation ul li {
    margin: 0 24px;
}

.site-navigation ul li a {
    display: block;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #404040;
    text-decoration: none;
    transition: color .35s;
}

/*
# Call Button
--------------------------------*/
.call-btn {
    min-width: 210px;
    padding: 8px 12px 6px !important;
    margin-left: 24px;
    margin-right: 0 !important;
}

.call-btn img {
    display: inline-block;
    margin-right: 12px;
}

.call-btn a {
    padding: 0 !important;
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
}

@media screen and (min-width: 992px) {
    .site-navigation ul {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 0;
        overflow: auto;
        background: transparent;
    }

    .site-navigation ul li a {
        padding: 30px 0;
    }
}

.site-navigation ul li a:hover,
.site-navigation ul li.current-menu-item a {
    color: #18a3eb;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-slider {
    max-height: 950px;
    width: 100%!important;
}

.hero-content-wrap {
    min-height: 280px;
    position: relative;
    color: #fff;

    background-size: cover;
    background-position: right top;
}

.hero-content-overlay {
    top: 0;
    left: 0;
    background: rgba(0,0,0,0);
}

.hero-content-overlay h1 {
    margin: 0;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
    color: #404040;
}

.hero-content-overlay p {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    color: #828282;
}

.hero-slider .pagination-wrap {
    top: 50%;
    left: 0;
    z-index: 99;
    width: 120px;
    margin-top: -60px;
}

.hero-slider .swiper-pagination-bullet {
    width: 120px;
    height: 28px;
    margin-bottom: 12px;
    border-radius: 0;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    font-weight: 600;
    color: #aaaaaa;
    background: transparent;
    opacity: 1;
    text-align: right;
}

.hero-slider .swiper-pagination-bullet-active {
    color: #18a3eb;
    border-color: #18a3eb;
}

@media screen and (max-width: 1400px) {
    .hero-slider .swiper-pagination-bullet {
        width: 60px;
    }
}

@media screen and (max-width: 576px) {
    .hero-slider .pagination-wrap {
        top: auto;
        bottom: 60px;
        margin-top: 0;
    }

    .hero-slider .swiper-pagination-bullet {
        width: 30px;
        margin-left: 15px;
    }
}

/*--------------------------------------------------------------
# Elements Page
--------------------------------------------------------------*/
.elements-wrap {
    margin-top: 80px;
}

.elements-page .elements-heading .entry-title {
    font-size: 24px;
    font-weight: 600;
    color: #262626;
}

.elements-page .elements-container {
    margin-top: 54px;
}

.elements-page .btn {
    margin-right: 20px;
}

/*
# Button
----------------------------------*/
.button {
    padding: 12px 20px 10px;
    margin-right: 32px;
    border: 0;
    border-bottom: 3px solid #18a3eb;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #404040;
    outline: none;
    background: #f0f4f8;
    text-decoration: none !important;
}

.button:focus {
    outline: none;
    box-shadow: none;
}

.button.dark {
    border-color: transparent;
    color: #fff;
    background: #18a3eb;
}

.button.gradient-bg {
    border-color: transparent;
    background: -moz-linear-gradient(180deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(50,200,250,1)), color-stop(100%, rgba(88,125,228,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18a3eb', endColorstr='#587de4',GradientType=1 ); /* ie6-9 */
    color: #fff;
}

/*
# Accordion
----------------------------------*/
.accordion-wrap {
    position: relative;
}

.accordion-wrap .entry-content {
    margin: 0;
}

.accordion-wrap .entry-title {
    padding: 12px 38px;
    margin-bottom: 15px;
    background: #f3f3f3;
    font-size: 16px;
    font-weight: 600;
    color: #404040;
    cursor: pointer;
}

.accordion-wrap .entry-title {
    border: 0;
    background: -moz-linear-gradient(180deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(50,200,250,1)), color-stop(100%, rgba(188,125,228,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18a3eb', endColorstr='#18a3eb',GradientType=1 ); /* ie6-9 */
    color: #fff;
}

.accordion-wrap .entry-title .arrow-r::before,
.accordion-wrap .entry-title .arrow-d::before {
    content: "+";
    font-size: 24px;
    font-weight: 400;
}

.accordion-wrap .entry-title .arrow-d::before {
    content: "-";
}

/*
# Content
----------------------------------*/
.accordion-wrap .entry-content {
    display: none;
}

.accordion-wrap .entry-content p {
    padding: 10px 0;
    font-size: 14px;
    line-height: 2;
    color: #828282;
}

/*
# Tabs
----------------------------------*/
ul.tabs-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.tabs-nav .tab-nav {
    padding: 12px 24px;
    margin-right: 6px;
    margin-bottom: 10px;
    background: #eaf1f3;
    font-size: 16px;
    font-weight: 600;
    color: #404040;
    cursor: pointer;
    transition: all .35s;
}

ul.tabs-nav .tab-nav.active {
    border: 0;
    background: -moz-linear-gradient(180deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(50,200,250,1)), color-stop(100%, rgba(88,125,228,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18a3eb', endColorstr='#18a3eb',GradientType=1 ); /* ie6-9 */
    color: #fff;
}

.tabs .tab-nav {
    margin-bottom: -1px;
    z-index: 99;
}

.tabs-container {
    padding: 60px 0;
}

.tab-content {
    display: none;
}

.tab-content img {
    float: left;
    margin-right: 32px;
    margin-bottom: 32px;
}

.tab-content h4 {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 600;
    color: #404040;
}

.tab-content p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 2;
    color: #929191;
}

/*
# Circular Progress Bar
----------------------------------*/
.circular-progress-bar {
    margin: 20px 0;
    text-align: center;
}

.circular-progress-bar .circle {
    position: relative;
    width: 156px;
    height: 156px;
    margin: 0 auto;
}

.circular-progress-bar .circle strong {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -24px;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    color: #404040;
}

.circular-progress-bar .entry-title {
    margin-top: 32px;
    font-size: 20px;
    font-weight: 600;
    color: #404040;
}

.circular-progress-bar .entry-title span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #828282;
}

/*
# Counter Box
----------------------------------*/
.counter-box {
    margin: 60px 0 20px;
    text-align: center;
}

.counter-box .start-counter {
    margin-top: 10px;
    font-size: 48px;
    font-weight: 400;
    color: #404040;
}

.counter-box .counter-k {
    font-size: 48px;
}

.counter-box .entry-title {
    margin-top: 10px;
    font-size: 16px;
    color: #828282;
}

/*
# Icon Box
----------------------------------*/
.icon-box .entry-header img {
    margin-right: 24px;
}

.icon-box .entry-title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #404040;
}

.icon-box .entry-content {
    margin-top: 32px;
}

.icon-box .entry-content p {
    font-size: 14px;
    line-height: 2;
    color: #828282;
}

.icon-box .entry-footer a {
    display: block;
    margin-top: 24px;
    font-size: 12px;
    font-weight: bold;
    color: #828282;
    text-transform: uppercase;
}

/*
# Bar Filler
----------------------------------*/
.barfiller {
    position:relative;
    width:100%;
    height:5px;
    border-radius: 3px;
    background:#d6dee1;
}

.barfiller .fill {
    display:block;
    position:relative;
    width:0px;
    height:100%;
    border-radius: 3px;
    background:#333;
    z-index:1;
}

.barfiller .tipWrap {
    display:none;
}

.barfiller .tip {
    left: 0;
    position: absolute;
    z-index: 2;
    width: 42px;
    height: 42px;
    padding-top: 14px;
    margin-top: -21px;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    background: #18a3eb;
    color: #fff;
}

/*
# Subscribe Banner
--------------------------------*/
.subscribe-banner {
    padding: 80px 0;
    background: url("/images/subscribe-bg.png") no-repeat center;
    background-size: cover;
    text-align: center;
}

.subscribe-banner h2 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.subscribe-banner input[type="email"] {
    width: 100%;
    padding: 8px 24px;
    border: 0;
    margin-top: 24px;
    font-size: 12px;
    font-style: italic;
    color: #404040;
    background: #fff;
    text-align: left;
}

.subscribe-banner input[type="submit"] {
    margin-top: 32px;
    margin-right: 0;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.homepage-boxes {
    padding: 110px 0;
}

/*
# Opening Hours
--------------------------------*/
.opening-hours,
.emergency-box,
.appointment-box,
.contact-info {
    position: relative;
    //padding: 32px;
    border-radius: 20px;
    border: 2px solid #dde4ea;
}

.opening-hours {
    border-color: #18a3eb;
}

.opening-hours h2,
.emergency-box h2,
.appointment-box h2,
.contact-info h2 {
    position: absolute;
    top: -28px;
    left: -2px;
    height: 48px;
    padding-right: 16px;
    background: #fff;

    font-size: 24px;
    font-weight: 600;
    color: #404040;
}

.opening-hours ul {
    list-style: none;
    padding:10px;
}

.opening-hours ul li {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #828282;
}

.opening-hours ul li span {
    display: inline-block;
    margin-left: 5px;
}

/*
# Emergency
--------------------------------*/
.emergency-box {
    padding: 10px;
}

.emergency-box p {
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 13px;
    font-style: italic;
    color: #828282;
}

.emergency-box .call-btn {
    max-width: 240px;
    margin: 24px auto !important;
}

/*
# Make an Appointment
--------------------------------*/
.appointment-box {
    //padding: 16px;
}

.appointment-box form {
    margin-top: 24px;
}

.appointment-box .input form select,
.appointment-box .input form input[type="text"],
.appointment-box .input form input[type="number"] {
    display: block;
    width: calc(50% - 5px);
    padding: 12px 16px ;
    margin-bottom: 10px;
    border: 0;

    font-size: 12px;
    font-style: italic;
    color: #828282;
    background: #f0f4f8;
    outline: none;
}

.appointment-box .input form input[type="submit"] {
    margin-top: 16px;
}

/*
# Our Departments
--------------------------------*/
.our-departments {
    padding: 0px 0;
/* 
background: #5090aa;
background: -moz-linear-gradient(top, #5090aa 0%, #3d779c 100%);
background: -webkit-linear-gradient(top, #5090aa 0%,#3d779c 100%); 
background: linear-gradient(to bottom, #5090aa 0%,#3d779c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5090aa', endColorstr='#3d779c',GradientType=0 ); */
}

.our-departments-wrap {
    padding: 20px 80px 80px;
    background-color: rgba(255,255,255,0.9);
    border-radius: 10px;


}

@media screen and (max-width: 768px){
    .our-departments-wrap {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.our-departments-wrap h2 {
    
    font-weight: 600;
    text-align: center;
    color: #353d43;
}

.our-departments-cont {
    margin-bottom: 64px;
}

.our-departments-cont .entry-header {
    min-height: 48px;
}

.our-departments-cont .entry-header img {
    margin-right: 16px;
}

.our-departments-cont h3 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.our-departments-cont .entry-content {
    margin-top: 16px;
}

.our-departments-cont .entry-content p {
    font-size: 14px;
    color: #fff;
}

.our-departments-cont .entry-footer a {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

/*
# Section: Testimonial
--------------------------------*/
.testimonial-section {
    position: relative;
    height: 100%;
    padding: 100px 0;
}

.testimonial-section h2 {
    margin-bottom: 40px !important;
}

.testimonial-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url("/images/testimonial-bg.png") no-repeat right center;
    background-size: cover;
}

.testimonial-slider {
    position: relative;
}

.testimonial-slider-wrap {
    position: relative;
    padding: 40px 50px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 40px 20px 27px rgba(0,0,0,.1);
}

.testimonial-bg-shape {
    position: relative;
}

.testimonial-bg-shape::before {
    content: '';
    position: absolute;
    bottom: -90px;
    left: -130px;
    z-index: -1;
    width: 499px;
    height: 492px;
    background: url("/images/testimonial-content-bg.png") no-repeat;
}

.testimonial-slider .content-wrap {
    background: #fff;
}

.testimonial-slider .entry-content p {
    position: relative;
    margin-top: 40px;
    font-size: 16px;
    line-height: 2;
    font-style: italic;
    color: #828282;
}

.testimonial-slider .entry-content p::before {
    content: '';
    position: absolute;
    top: -80px;
    left: 0;
    width: 46px;
    height: 46px;
    background: url("/images/testimonial-p-bg.png") no-repeat;
}

.testimonial-slider .testimonial-user {
    display: inline-block;
    margin-top: 24px;
    font-size: 16px;
    font-weight: 500;
    color: #404040;
}

.testimonial-slider .testimonial-user span {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 500;
    color: #828282;
}

.testimonial-slider .user-avatar {
    width: 100px;
    height: 100px;
    margin-top: 15px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #18a3eb;
}

.testimonial-slider .user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-wrap {
    position: absolute;
    left: 0;
    bottom: 150px;
    z-index: 99;
    width: 100%;
}

@media screen and (max-width: 768px){

    .testimonial-slider-wrap {
        padding: 72px 30px 120px;
    }

    .swiper-pagination-wrap {
        bottom: 30px;
    }
}

.testimonial-slider .swiper-pagination-bullet {
    width: 52px;
    height: 52px;
    margin: 0 8px;
    opacity: 1 !important;
}

.testimonial-slider .swiper-pagination-bullet:nth-of-type(1) {
    background: url("/images/user-1.png");
}

.testimonial-slider .swiper-pagination-bullet:nth-of-type(2) {
    background: url("/images/user-2.png");
}

.testimonial-slider .swiper-pagination-bullet:nth-of-type(3) {
    background: url("/images/user-3.png");
}

.testimonial-slider .swiper-pagination-bullet:nth-of-type(4) {
    background: url("/images/user-4.png");
}

.testimonial-slider .swiper-pagination-bullet-active {
    display: none;
}

/*
# News
--------------------------------*/
.the-news {
    padding: 20px 0 20px;
}

.the-news h2,
.testimonial-section h2 {
    margin-bottom: 80px;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    color: #404040;
}

.testimonial-section h2 {
    text-align: left;
}

.the-news-wrap {
    margin-bottom: 60px;
}

.the-news-wrap figure {
    margin: 0;
}

.the-news-wrap figure img {
    width: 100%;
}

.the-news-wrap h3 {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 600;
    color: #404040;
}

.the-news .post-metas {
    margin-top: 12px;
    font-size: 12px;
    font-weight: 600;
    color: #828282;
}

.the-news .post-metas > div {
    margin-right: 16px;
}

.the-news .post-metas label {
    margin: 0;
    color: #18a3eb;
}

.the-news .post-metas a {
    color: #828282;
}

.the-news-wrap .entry-content {
    margin-top: 32px;
}

.the-news-wrap .entry-content p {
    font-size: 14px;
    line-height: 2;
    color: #828282;
}

/*--------------------------------------------------------------
# Single Page
--------------------------------------------------------------*/
.single-page .site-header {
    position: relative;
    padding: 220px 0 140px;
    background-color: #f0f4f8;
}

.single-page .site-header h1 {
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 600;
    color: #404040;
}

.single-page .site-header .header-img {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 65%;
    height: auto;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
   font-size: 14px;
    font-weight: 500;
    color: #828282;
}

.breadcrumbs ul {
    list-style: none;
}

.breadcrumbs li {
    position: relative;
    padding-right: 10px;
    margin-right: 5px;
    color: #18a3eb;
}

.breadcrumbs li::after {
    content: "/";
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    color: #828282;
}

.breadcrumbs li:nth-last-of-type(1)::after {
    display: none;
               }

.breadcrumbs a {
    color: #828282;
}

/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/
.med-history {
    padding-top: 10px;
    padding-bottom: 100px;
}

.med-history h2,
.medical-team h2,
.quality-services h2 {
    margin-bottom: 48px;
    font-size: 48px;
    font-weight: 600;
    color: #404040;
}

.med-history p {
    font-size: 14px;
    color: #828282;
}

.med-history .button {
    margin-top: 24px;
}

.med-history img {
    max-width: 100%;
}

.faq-stuff {
    padding:20px 0px;
    background: url("/images/departments-bg.png") no-repeat;
    background-size: cover;
}

.faq-stuff h2 {
    margin-bottom: 64px;
    font-size: 48px;
    font-weight: 600;
    color: #fff;
}

.faq-stuff .accordion-wrap .entry-content p {
    color: #fff;
}

.professional-box,
.quality-box {
    width: 100%;
    position: relative;
    padding: 5px;
    border-radius: 20px;
    border: 2px solid #fff;
    text-align: center;
}

.professional-box h2,
.quality-box h2 {
    position: absolute;
    top: -24px;
    left: -2px;
    height: 48px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 24px;
    font-weight: 600;
    color: #404040;
    background: #fff;
}

.professional-box img,
.quality-box img {
    margin: 24px 0;
}

.professional-box p,
.quality-box p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
    color: #fff;
}

.medical-team {
    padding: 100px 0;
}

.medical-team h2 {
    margin-bottom: 56px;
}

.medical-team-wrap {
    text-align: center;
}

.medical-team-wrap img {
    max-width: 100%;
    border-radius: 20px;
}

.medical-team-wrap h4 {
    margin-top: 32px;
    font-size: 18px;
    font-weight: 600;
    color: #404040;
}

.medical-team-wrap h5 {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #828282;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.quality-services {
    padding: 100px 0;
}

.quality-services h2 {
    text-align: center;
}

.quality-services p {
    font-size: 14px;
    line-height: 2;
    color: #828282;
}

.services-tabs {
    margin: 100px 0;
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.blog-page .the-news {
    padding-bottom: 20px;
}

.blog-page .the-news-wrap {
    margin-bottom: 80px;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
@media screen and (min-width: 992px){
    .pagination {
        margin-bottom: 100px;
    }
}

.pagination a {
    margin-right: 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #828282;
    text-decoration: none;
}

.pagination a:hover,
.pagination .active a {
    color: #18a3eb;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
    padding: 100px 0;
}

/*
# Search
--------------------------------*/
.search-widget input[type="search"] {
    width: calc(100% - 90px);
    padding: 8px 30px 8px 20px;
    border: 0;
    border-radius: 30px;
    font-size: 14px;
    outline: none;
    background: #f0f4f8;
    color: #404040;
}

.search-widget button[type="submit"] {
    padding: 10px 32px 9px;
    border: 0;
    margin-left: -32px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    color: #fff;
    cursor: pointer;
    outline: none;
    background: -moz-linear-gradient(180deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(50,200,250,1)), color-stop(100%, rgba(88,125,228,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18a3eb', endColorstr='#587de4',GradientType=1 ); /* ie6-9 */
}

.widget-title {
    margin-top: 52px;
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 600;
    color: #404040;
}

/*
# Categories
--------------------------------*/
.sidebar-cats ul {
    list-style: none;
}

.sidebar-cats li {
    margin-bottom: 15px;
    font-size: 14px;
}

.sidebar-cats li a {
    color: #828282;
}

/*
# Popular Posts
--------------------------------*/
.popular-posts ul {
    list-style: none;
}

.popular-posts li {
    margin-bottom: 32px;
}

.popular-posts li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.popular-posts figure,
.popular-posts figure a ,
.popular-posts figure img {
    display: block;
    margin: 0;
}

.popular-posts figure {
    width: 58px;
}

.popular-posts .entry-content {
    width: calc(100% - 72px);
}

.popular-posts h3 {
    font-size: 14px;
}

.popular-posts h3 a {
    color: #828282;
}

.popular-posts .posted-date {
    font-size: 12px;
    font-weight: 500;
    color: #18a3eb;
}

/*
#Opening hours
--------------------------------*/
.sidebar .opening-hours,
.sidebar .emergency-box {
    margin-top: 80px;
}

.sidebar .emergency-box .button {
    max-width: 220px;
    padding: 6px 10px 4px;
    margin: 32px auto;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page-short-boxes {
    padding: 100px 0;
}

.contact-info ul {
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    color: #828282;
}

.contact-info ul li {
    margin-top: 20px;
    margin-bottom: 12px;
    font-weight: 500;
}

.contact-info ul li span {
    display: inline-block;
    color: #404040;
}

.contact-info ul li span {
    width:64px;
}

.contact-page-short-boxes .opening-hours ul li {
    margin-top: 20px;
}

.contact-page-short-boxes .emergency-box {
    padding: 32px;
}

.contact-page-short-boxes .emergency-box .button {
    max-width: 220px;
    padding: 6px 10px 4px;
    margin: 0 auto 24px;
}

.contact-form {
    margin-bottom: 100px;
}

.contact-form h2 {
    margin-bottom: 24px;
    background: #fff;
    font-size: 24px;
    font-weight: 600;
    color: #404040;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 100%;
    padding: 15px 20px;
    margin-top: 30px;
    border: 0;
    background: #f0f4f8;
    outline: none;
    font-size: 12px;
    line-height: 1;
    font-style: italic;
    color: #828282;
}

.contact-form input[type="submit"] {
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    cursor: pointer;
}

.contact-page-map {
    margin-bottom: 100px;
}

.contact-page-map iframe {
    display: block;
    width: 100%;
    height: 560px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    background: url(/images/footer-bg.png) no-repeat center #fff;
    border-top:3px dotted rgba(53,61,67,.5); 
}

.footer-widgets h2 {
    display: flex;
    align-items: center;
    min-height: 50px;
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 600;

}

.footer-widgets a {
 /*color:#ffffff;*/
}


.foot-about p {
    font-size: 14px;
    line-height: 2;
    
}

.foot-about p.copyright {
    margin-top: 24px;
    font-size: 12px;
    font-weight: 500;
}

.foot-contact ul {
    list-style: none;

}

.foot-contact ul li {
    margin-bottom: 5px;
    font-weight: 500;
}

.foot-contact ul li span {
    display: inline-block;
   
}

.foot-contact ul li span {
    width:64px;
}

.foot-links ul {
    list-style: none;
    column-count: 2;
    column-gap: 10px;
}

.foot-links ul li {
    margin-bottom: 5px;
}

.foot-links ul li a {
   
}

.pd-t-100{
    padding-top: 100px;
}

.mg-t-250{
    margin-top: 250px;
}

.navbar-nav>li>a {
  padding-top: 5px!important;
  padding-bottom: 5px!important;
}

.pd-t-50{
    padding-top: 50px;
}

.pd-t-30{
    padding-top: 30px;
}

.pd-30{
    padding: 30px!important;
}


.pd-t-10{
    padding-top: 10px;
}

.pd-t-20{
    padding-top: 20px;
}

.pd-b-30
{
    padding-bottom: 30px;
}
.pd-t-50
{
    padding-top: 50px;
}
.pd-b-20
{
    padding-bottom: 20px;
}

.pd-b-10
{
    padding-bottom: 10px;
}

.pd-b-100
{
    padding-bottom: 100px;
}

.pd-b-150
{
   padding-bottom: 150px;
}

.pd-b-50
{
   padding-bottom: 50px;
}

.mg-t-25{
    margin-top: 25px;
}

.mg-t-30{
    margin-top: 30px;
}

.profilimage{
  width:160px;
  height:160px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.menubar{
    position: relative;
    padding: 32px;
    border-radius: 20px;
    border: 2px solid #ffffff;
    background-color: #ffffff
}

.mainmenubar{
    position: relative;
    padding-top: 10px;
    border-radius: 20px;
    border: 2px solid #18a3eb;
    background-color: #ffffff;
     -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    opacity: 0.8;
}


.docimages{
  width:60px;
  border: 1px solid #ccc;
  border-radius: 10px;
}


.panel-title>a{
    text-decoration: none;
}

/*.nav>li>a:hover{
   color: rgba(88,125,228,1);
    background-color: #ffffff;
}*/

.navbar-nav>li>a{
    text-decoration: none;
}

.navbar-nav>li>a:hover{
    color: rgba(88,125,228,1);
    background-color: #ffffff;
}

.profilimagewiew {
    width: 160px;
    height: 160px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.well.well-trans {
    margin-top:200px;
    background-color: rgba(255,255,255,.8);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-left: 15px;
    margin-right: 15px;
}

@media screen and (max-width: 576px) {
   .well.well-trans {
        margin-top:30px;
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .mobilh2{
        font-size: 30px!important;
    }

    #swiper-slide{
        min-height: 200px!important;
    }

    .testimonial-section{
        padding: 0px!important;
    }

    .mobilmiddle{
        text-align: center!important;
    }
    .testimonial-slider{
        padding-bottom: 30px!important;
    }
    .mobile-pd-t-100 {
        padding-top: 0px!important;
    }
    .mobile-pd-t-195{
        padding-top: 195px!important;
    }

    .homepage-boxes{
        padding: 50px 0px!important;
    }

    .mpd-15{
        padding:15px!important;
    }
}



.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 15px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    opacity: 0.8;
 
}
.darklist{
   color: #000000;  
}

.icon-success
{
    color:green;
}

ul {
  list-style-type: none;
}

.logotitle{
    font-size: 48px;
    font-weight: 600;
}

.newdoctable td{
    padding:10px 0;
}

.drimg{
      border: 1px solid #ccc;
    border-radius: 10px;
    width:190px;
}


.black{
    color:black;
}

.dropdown {
  position: relative;
  display: inline-block;
  padding-top: 2px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.error404{
     background: url("/images/404.jpeg") no-repeat center;
    background-size: cover;
    height: 500px;
}
.nav_line{
    background-color: rgba(53,61,67,0.8);
    padding-bottom:0px;
    padding-top:0px;
}

.nav_line .mainmenubar {
    border:none !important;
    background-color: transparent !important;
    color:#fff !important;
    opacity: 1 !important;
    padding-top: 0 !important;
}
.nav_line .mainmenubar li a{
    color:#fff !important;
}
.nav_line .mainmenubar li a:hover{
    background: none !important;
}
.nav_line li {
    padding: 20px 15px !important;
    background: transparent no-repeat bottom center; 
    border-bottom: 3px solid #fff;
}
.nav_line li:hover{ 
    background: rgba(53,61,67,1) url(../images/arrow.png) no-repeat bottom center; 
    -webkit-transition: background 500ms ease-in-out;
    -ms-transition: background 500ms ease-in-out;
    transition: background 500ms ease-in-out;
}
.nav_line .dropdown-content{
    background-color: rgba(53,61,67,1);
    border-radius: 3px;
    border:2px solid #2d353a;
    left: -5px;
}
.nav_line .navbar-collapse{
        padding-top: 0 !important;
}
#nav_line_up{
    width: 100%;
    background-color: rgba(53,61,67,1);
    padding: 0 !important;
    min-height: 45px;
}
#nav_line_up span{
    position: relative;
    width:200px;
}
.nav_href a {
    padding: 10px 0px !important;
    background:transparent url(../images/arrow_up.png) no-repeat center top; 
    color:#fff;
    z-index:2 !important;
    position:absolute;
    text-decoration: none !important;

    left:0;
    top:0;
    text-align: center;
}
.nav_href a:href{
    text-decoration: none !important;
}
.nav_href {
    z-index:2 !important;
    position:relative;
    width:200px;
    float:right;
    top:0;
}
.background_hover{
    background-color: #4f8faa;
    position:absolute;
    top:-4px;
    z-index:1 !important;
    transition: transform 2s;
    transform:skewX(5deg);
}

/*gallery*/

#gridview {
   text-align:center; 
}

div.image {
    margin: 10px;
    display: inline-block;
}

div.image img {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 20px;
}

div.image img:hover {
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.32), 0 0 0 0px rgba(0,0,0,0.16);
}

.galleryheading{    
    padding: 10px 10px;
    border-radius: 2px;
    color: #FFF;
    background: #6aadf1;
    margin-bottom:10px;
    font-size: 1.5em;
}
#grid{
    margin-bottom:30px;
}

.block-up{
    position: relative;
    top:-70px;
    z-index: 2;
}
.appointment-content{
    padding-top: 80px;
}

/* Responsive Styles */

@media screen and (min-width: 1224px) {
    div.image {
        width: 300px;
    }
}

@media screen and (min-width: 1044px) and (max-width: 1224px) {
    div.image {
        width: 250px;
    }
}

@media screen and (min-width: 845px) and (max-width: 1044px) {
    div.image {
        width: 200px;
    }
}

/* The container FORMS */
.containerform {
  display: block;
  position: relative;
  padding-left: 50px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.containerform label {
    cursor: pointer;
}

.red-warning{
    color: #721c24;
    background-color: #f8d7da !important;
    border-color: #f5c6cb;
}




/* Hide the browser's default checkbox */
.containerform input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 15px;
  height: 25px;
  width: 25px;
  background-color: #ccc;
}

/* On mouse-over, add a grey background color */
.containerform:hover input ~ .checkmark {
  background-color: #A8A8A8;
}

/* When the checkbox is checked, add a blue background */
.containerform input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerform input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerform .checkmark:after {
  left: 9px;
  top: 5px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*MOBILEMENÜ*/
@media screen and (max-width: 1223px) {
  .nav_line {
    display: none !important;
  }
  .cookcodesmenu_menu {
    height: 48 !important;
  }
}
@media screen and (min-width: 1224px) {
  .cookcodesmenu_menu {
    height: 0 !important;
  }
    .nav_line {
    display: block !important;
  }
  .logo{
    background: #fff;
    border: 2px solid #fff;
    padding: 0 12px !important;
    border-left: 3px solid rgba(0,0,0,.5);
    border-right: 3px solid rgba(0,0,0,.5);
  }
}

#mobilemenu{
    display: none;
}

.appointment-box hover{
    border: 2px solid #dde4ea !important;
}

.mainmenubar img{
    top:6px;
    position: relative;
}

.paper-box{
    width: : 490px;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
margin-bottom: 30px;
padding-top: 30px; height: 0; overflow: hidden;
margin-bottom: 30px;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.newspic{
max-width: 50%;
max-height: 50%;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
//height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  //vertical-align: middle;
}

.alert{
    //padding:0px!important;
}
.col-xs-12 {
   //width: auto!important;
}

.custom-menu{
    background-color: rgba(53,61,67,0.8)!important;
    
}

.custom-menu li{
    border-bottom: 0px!important;
    padding-top: 5px!important;
    padding-bottom: 15px!important;
}
.pagination_box{
    width:100%;
    text-align: center;
}

.pagination{
    padding:5px 10px;
    border-radius: 5px;
    color:#2A5D7C;
    text-decoration: none !important;
    font-weight: bold;
    border: 3px solid transparent;
background: #f6f8f9; /* Old browsers */
background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
}

.pagination:hover{
    border: 3px solid #5C6E77;
    
}

.pagination_box .active{
color:#ffffff;
background: #3f4c6b; /* Old browsers */
background: -moz-linear-gradient(top, #3f4c6b 0%, #3f4c6b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #3f4c6b 0%,#3f4c6b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #3f4c6b 0%,#3f4c6b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f4c6b', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
}

.pagination_box .active:hover{
border: 3px solid transparent;
}

.diploms{
    width: 120%!important;
}

.no-pd{
    padding:0px!important;
}

.pd-lf-0{
    padding-left:0px!important;
    padding-right:0px!important;
}

.no-mg{
    margin:0px!important;
}

.sponsors_item img{
    max-height:200px!important;
    position: relative;
    margin: auto !important;
    top:auto;
}

.sponsors_item h3{
    position: relative;
    margin: 30% !important;
    color:#464d59;
}

.sponsors_item a{
    text-decoration: none!important;
}

.sponsors_item {
    vertical-align: center!important;
    position: relative;
}
#paypal_modal{
    position: fixed;
    top:5%;
    z-index:99999;
}
#undo_redo_to_header,#undo_redo_header,#buying_confirm_header{
    border-radius: 5px 5px 0 0 !important;
    padding: 10px;
    text-align: center;
}

#undo_redo_header{
    background-color: #c2c8d1;
}

.operation_header,.operation_header:hover{
    background-color: transparent !important;
}
#undo_redo_to option,#undo_redo option{
    border-radius: 5px;
    padding: 10px;
    margin-top:5px;
    border:1px solid #e5e3e3;
    white-space: normal !important;
}

#undo_redo_to option{
    border:1px solid #aec4af;
}

#buyconfirm_sum,#buyconfirm_sum_all{
 top:10px;
 border-top: 3px dashed rgba(53,61,67,.5);
 font-weight: bold;
}
#product_item{
    padding: 10px;
}

.subscription_modal{
    position: absolute;
    width: 90%;
    left: 5%;    
}

.extra-border{
    border-width:5px !important;
    text-align: center;
    font-weight: bold;
}

.subcount td{
    vertical-align: middle !important;
}

.subcount hr{
    margin-top: 10px;
    margin-bottom: 10px;
}

.sub-activity{
    padding:5px 10px;
    border-radius: 30px;
    margin-bottom: 0 !important;
}

.calculation{
    float:left !important;
}

.calculation_tab{
    position: relative;
    top: 3px;
    padding: 8px 15px !important;
    left: 5px;
}

.quantity {
  position: relative;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

.quantity input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
  width: 45px;
  height: 38px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 5px;
  padding-top: 15px;
  border: 1px solid #eee;
  font-size:90%;
  border-radius: 0 5px 5px 0;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 35px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}
.quantity span{
position: absolute;
top:0;
font-size:60%;
text-align: center;
width:30px;
background-color: #cfcfcf;
}
.duration{
    width: 90% !important;
    border-radius: 5px 0 0 5px !important;
}
.minsize{
    font-size:80%;    
    font-style: italic;
    vertical-align: middle;
}
.minsize span{
    top:4px;
    position: relative;
}
.minsize .alert{
    float:left;
    padding:3px 5px !important;
    width:30px;
    text-align: center;
    margin-bottom: 2px;
}

.minifont{
    font-size:80%;      
}

.fa-exclamation-triangle{
   color:#FF0000;
}

.personaltab {
    background-color: #337ab7!important;
    color: #262626!important;
}

.healthtab{
    background-color: #5cb85c!important;
    color: #262626!important;
}

.businesstab{
    background-color:#f0ad4e!important; 
    color: #262626!important;
}

.etctab{
    background-color: #d9534f!important;
    color: #262626!important;
}
}

.nav-link img{
  width: 20px!important;
}

.pull-right-c{
    float: right!important;
}

.brd{
    border-bottom: 3px dotted rgba(53,61,67,.5);
}

.btn-fix-height
{
    border-radius: 15px!important;
    height: 85px;
    display: grid;
    align-items: center;
    margin-top: 10px;
}

.btn-directory{
    padding-bottom: 10px;
    color: black;
    background-color: #ffe790;
    border-color: #eac74b;
}
.modal-content{
    /*top:70px;*/
}

#to-the-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#to-the-top:hover {
  background-color: #555;
}

#btn-btt {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#btn-btt::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#btn-btt:hover {
  cursor: pointer;
  background-color: #333;
}
#btn-btt:active {
  background-color: #555;
}
#btn-btt.show {
  opacity: 1;
  visibility: visible;
}

.group_icons{
    border: 1px solid #ccc;
    padding:2px;
    border-radius: 3px;
    margin-top:3px;
    position: relative;
    background-color:#fcfcfc;
}

.red-text{
    color: #a94442 !important;
}

.icon-set{
    color: #fff;
background-color: #17a2b8;
    border-color: #17a2b8;
    padding: 6px;
    border-radius: 4px;
}

.invlogo{
    width: 150px;
}

.inv-imgs{
    width: 200px;
}

.mh-850{
    min-height: 850px!important;
}

.product-icon{
    width: 80px;
     display:block;
    margin:auto;
}

.product-card{
    padding-top: 50px;

     padding-right: 15px;
    padding-left: 15px;  
}

.product-border{
    padding: 20px;
    border-style: solid;
    border-width: 1px;
    border-radius: 15px;
    border-color: #dde4ea;
    background-color: #fafafa;
}

.product-color{
    background-color: #48C5F5;
}
.bd-t-n{
    border-top: none;
}

.rar-os-img{
    height: 40px;
    width: 40px;
}


@media screen and (max-width: 570) {
  .fs-13{
    font-size: 13px!important;
}
}


.img-fluid {
    max-width: 100%;
    height: auto;
}

.activerowhover:hover{
    background-color:#18a3eb;
    cursor:pointer;
    color:#fff;
}