/*

Template: BrittoCare - Responsive Medical and Health Template
Author: M. I. A. Ferdous
Template Url: https://themeforest.net/user/ferdousoly
Url: www.miaferdous.com
*/


/*
Sections

- Common 
- Navigation
- Placeholders
- Header Section
- Color
- Booking  Section
- About Section
- Service Section
- Dotors Section
- Process Section
- Faq Section 
- Contact Section
- Footer
- Others
- Custom Query/Responsive Design


*/

/* Common */
.heading-font {
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
}

.body-font {
    font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}

.alt-font {
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
    text-transform: uppercase;
    letter-spacing: 2px;
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 14px;
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #03A9F4;
}

a:hover,
a:focus {
    color: #336E7B;
}

hr {
    max-width: 100px;
    border-width: 3px;
    border-color: #336E7B;
    margin: 0;
    margin-bottom: 20px;
}

#typeing p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 20px 0;

}

.display-3 {
    font-size: 26px;
    line-height: 2
}

.display-4 {
    font-size: 22px;
}

.bg-primary {
    background: #F2F1EF;
}

.bg-secondary {
    background: #336E7B;
}

.bg-white {
    background: #ffffff;
}

.text-primary {
    color: #03A9F4;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.btn-outline {
    color: white;
    border-color: white;
    border: 1px solid;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: white;
    background-color: #336E7B;
    border-color: #336E7B;
}

.btn {
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 2px;
}

.btn-xl {
    padding: 15px 45px;
    font-size: 11px;
}


/*Placeholders*/
textarea::-webkit-input-placeholder {
    color: #03a9f4 !important;
}

textarea:-moz-placeholder { /* Firefox 18- */
    color: #03a9f4 !important;
}

textarea::-moz-placeholder { /* Firefox 19+ */
    color: #03a9f4 !important;
}

textarea:-ms-input-placeholder {
    color: #03a9f4 !important;
}

input::-webkit-input-placeholder {
    color: #03a9f4 !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #03a9f4 !important;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #03a9f4 !important;
}

input:-ms-input-placeholder {
    color: #03a9f4 !important;
}


/* Navigation */
.brittonav {
    background-color: #ffffff;
    border-bottom: 1px solid whitesmoke;
    margin: 0;
}


/* Header */

header {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background-size: cover;
    color: white;
}

header .header-content {
    text-align: center;
    padding: 150px 0 50px;
    position: relative;
}

header .header-content .header-content-inner {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 700;
}

.tt {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 30px;
}

header .header-content .header-content-inner .list-badges {
    margin-bottom: 25px;
}

header .header-content .header-content-inner .list-badges img {
    height: 50px;
    margin-bottom: 25px;
}

header .device-container {
    max-width: 300px;
    margin: 0 auto 100px;
}

header .device-container .screen img {
    border-radius: 3px;
}

#header {
    background: url(../images/header.jpg);
    height: 650px;
    background-size: cover;
    background-color: #d7deec;
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.h-overlay {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: url(../images/patterns.png), rgba(33, 150, 243, 0);
    background: url(../images/patterns.png), -webkit-linear-gradient(to left, rgba(33, 150, 243, 0), rgba(0, 188, 212, 0.82));
    background: url(../images/patterns.png), linear-gradient(to left, rgba(33, 150, 243, 0), rgba(0, 188, 212, 0.82));
}

canvas {
    display: block;
    vertical-align: bottom;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.navbar-default {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.05);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
}

.navbar-brand {

    padding: 30px 0;
    line-height: 13px;
}

.navbar-default .navbar-header .navbar-brand {
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 400;
    letter-spacing: 4px;
    color: #03a9f4;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #336E7B;
}

.navbar-default .navbar-header .navbar-toggle {
    font-size: 12px;
    color: #222222;
    padding: 8px 10px;
}

.navbar-default .nav > li > a {
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
}

.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
    color: #222222;

}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: #03A9F4;
}

.affix.navbar-default .nav > li.active > a,
.affix.navbar-default .nav > li.active > a:focus {
    color: #03A9F4 !important;
    background-color: transparent;
}

.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
    background-color: transparent;
}


/* Color */
.white {
    color: #fff !important;
}

.blue {
    color: #03A9F4;
}

.gray {
    color: #777;
}

.primary{
    color: #336E7B;
}

/* Booking  Section*/
.login {
    background: #F2F1EF;
    margin-top: -82px;
    position: relative;
    box-shadow: 0px 6px 13px 0px rgba(31, 150, 239, 0.15);
}

.login .left i {
    font-size: 30px;

}

.left {
    display: table;
    background: #336e7b;
    padding: 55px 0;
    color: #fff;
}

.ic {
    display: table-cell;
    vertical-align: middle;
}

.login .title {
    margin: 0;
    font-size: 20px;
}

.submit:hover {
    box-shadow: 0 5px 20px 0 rgba(51, 110, 123, 0.54);
}

.submit {
    height: 40px !important;
    border: 1px solid #336e7b;
    background: #336e7b;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.booking input[type="email"], .booking input[type="text"], .booking input[type="password"], .booking textarea {
    border-radius: 0;
    padding: 0.4em 1em;
    margin-bottom: 1.4em;
    height: 40px;
    background: #f2f1ef;
    border: 1px solid #14a2e6;
    box-shadow: none;
}

.booking input[type="email"]:hover, .booking input[type="text"]:hover, .booking input[type="password"]:hover, .booking textarea:hover, .booking input[type="email"]:focus, .booking input[type="text"]:focus, .booking input[type="password"]:focus, .booking textarea:focus {

    box-shadow: inset 1px 1px 9px 0px rgba(51, 110, 123, 0.54);
}

/* About Section*/
section.about {
    padding: 80px 0;
    position: relative;
}

section h2 {
    margin-top: 0;
    font-size: 50px;
}

section.about {
    display: block;
    margin-bottom: 25px;
}

section.about {
    margin-bottom: 0;
}

.icon {
    font-size: 80px;
    color: #03A9F4;
}

.tagline {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
}

.lr {
    border-right: 1px solid rgba(241, 241, 241, 0.82);
}

.icon-box {
    margin: 20px 0;
    padding-bottom: 20px;
}

.icon-box:hover {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

/* Service Section*/
.sbox {
    margin-bottom: 30px;
    display: table;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}


.sbox:hover {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
}

.sbox:hover .sbox-image img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
}

.sbox-image img {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.sbox-image {
    position: relative;
    overflow: hidden;
    display: table-cell;
    width: 54%;
    height: 270px;
}

.sbox-content {
    background-color: #ffffff;
    display: table-cell;
    padding: 20px;
    vertical-align: top;
    position: relative;
    border-left: none;
}

.stype {
    font-weight: bold;
}

/* Dotors Section*/
.image {
    height: 260px;
    overflow: hidden;
}

.name {
    padding: 30px 20px;
}

.dbox {
    border: 1px solid #d2d2d2;
    position: relative;
    overflow: hidden;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.dbox:hover {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
}

.dbox:hover .image img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
}

.dbox .image img {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

hr.light {
    border-color: #d2d2d2;
    margin: 0 auto;
    border-width: 1px;
}

.sp ul {
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
    font-size: 18px;
}

.sp ul li {
    display: inline-block;
    padding-right: 10px;
}

.sp ul li a {
    color: #d2d2d2;
}

.sp ul li a:hover {
    color: #336E7B;
}

.dbox:hover hr.light {
    border-color: #336e7b;
}

.dbox:hover .stype {
    color: #336E7B;
}

.dbox:hover .stype, .dbox:hover hr.light {
    transition: all .5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


/*Process Section*/
.board {
    width: 75%;
    margin: 60px auto;
    height: 500px;
    background: #fff;
}

.board .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;
}

.board > div.board-inner {
    background: #336e7b;
    background: -moz-linear-gradient(left, #336e7b 0%, #3f7773 100%);
    background: -webkit-linear-gradient(left, #336e7b 0%, #3f7773 100%);
    background: linear-gradient(to right, #336e7b 0%, #3f7773 100%);

}

p.narrow {
    width: 60%;
    margin: 10px auto;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #336e7b;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

.bTab a {
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


span.round-tabs {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    background: transparent;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
    border: 1px solid #fff;
}


.nav-tabs > li.active > a span.round-tabs {
    background: #fafafa;

}

.nav-tabs > li {
    width: 20%;
}

.nav-tabs > li > a:hover .round-tabs {
    background: #fafafa;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.board-inner li:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition: 0.1s ease-in-out;

}

.board-inner li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
}

.board-inner .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border: none;
    padding: 0;
    background: transparent;
}

.board-inner .nav-tabs > li.active > a {
    background-color: transparent;
}

.board-inner .nav-tabs > li a:hover {
    background: transparent;
    color: #3a7376;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}

.board-inner .tab-content {
}


.tab-pane {
    padding: 30px 60px;
    text-align: left;
}

.btn-outline-rounded {
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green {
    background-color: #5cb85c;
    color: #ffffff;
}

.head {
    text-transform: uppercase;
    font-weight: bold;
    color: #336e7b;
}

.checked {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}

.checked i {
    font-size: 15px;
    margin-right: 5px;
    color: #336E7B;
}

.btn-outline.withbg:hover {
    background: transparent;
    color: #336E7B;
}

.btn-outline.withbg {
    background: #336E7B;
}


.overlay {
    box-shadow: inset 0 0 0 1000px rgba(3, 169, 244, 0.89);
}

.overlay_dark {
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
}

/*Faq Section*/
.faq.bg-primary {
    background: #fff;
    color: #333;
}

.uk-open .uk-accordion-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    cursor: pointer;
    overflow: hidden;
    background: #03a9f4;
    padding: 10px;
    color: #fff;
}

.uk-accordion-content {
    padding: 12px;
    font-size: 16px;
    margin-top: 0;
}

.uk-open {
    border: 1px solid rgba(3, 169, 244, 0.14);
}

.uk-accordion-title {
    background: rgba(3, 169, 244, 0.17);
    padding: 10px;
    font-size: 18px;
}

section {
    padding: 80px 0;
}

section h2 {
    font-size: 50px;
}

.section-heading {
    font-weight: 900;
    color: #336E7B;
    margin-bottom: 10px;
}

/*Contact Section*/
.csection {
    width: 85%;
    margin: 80px auto -150px;
    background: #fff;
    position: relative;
    display: block;
    z-index: 9;
}

.csection-inner {
    padding: 50px 40px 40px 40px;
}

.bg-primary {
    color: #333;
}

.cf {
    height: 50px;
    margin-bottom: 14px;
    border-radius: 2px;
    background: transparent;
    box-shadow: none;
    color: #03a9f4;
}

.cf:hover, .cf:focus {
    box-shadow: none;
}

textarea.cf {
    height: 200px;
}

.btn-submit {
    background: #03a9f4;
    border: 1px solid rgb(3, 169, 244);
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-submit:hover {
    color: #ffffff;
    opacity: .9;
}

/*Footer*/
footer {
    background-color: #336E7B;
    padding: 50px 0 25px 0;
    color: rgb(245, 245, 245);
    text-align: center;
}

footer p {
    font-size: 12px;
    margin: 0;
}

footer ul {
    margin-bottom: 0;
}

footer ul li a {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.3);
    line-height: 48px;
}

footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
    text-decoration: none;
}

.list-inline i {
    border: 1px solid;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;

}

.list-inline i:hover {
    color: #fff;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

/*Others*/
.go-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: white;
    background-color: rgba(3, 169, 244, 0.34);
    font-size: 12px;
    padding: 1em;
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.go-top i {
    font-size: 20px;
    line-height: 15px;
    color: #fff;
}

.go-top:hover {
    background-color: rgb(3, 169, 244);
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
}

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

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/Preloader_21.gif) center no-repeat #fff;
}


/*Custom Media Queary*/
@media (max-width: 767px) {
    .tt {
        font-size: 30px;
        line-height: 40px;
    }

    .navbar-default .nav > li > a,
    .navbar-default .nav > li > a:focus {
        border-bottom: 1px solid rgba(119, 122, 123, 0.18);
    }

    .affix-top.navbar-default .nav > li.active > a {
        color: #03a9f4;
        background-color: transparent;
    }

    .navbar-brand {
        padding: 20px 10px;
        font-size: 14px;
    }

    .sbox {
        display: block;
    }

    .sbox-image {
        display: block;
        width: 100%;
    }

    .csection {
        width: 100%;
    }

    .booking {
        margin-top: 0;
    }

    .left, .ic {
        display: block;
    }

    section h2 {
        font-size: 30px;
    }

    .lr {
        border-right: none;
    }
}

@media (min-width: 768px) {
    .affix-top.navbar-default .nav > li.active > a {
        color: #fff;
        background-color: transparent;
    }

    .csection h2 {
        font-size: 50px;
    }

    .navbar-nav > li > a {

        padding-top: 25px;
        padding-bottom: 25px;
    }

    .navbar-default:not(.dark) {
        background-color: transparent;
        border-color: transparent;
    }

    .navbar-default:not(.dark) .navbar-header .navbar-brand {
        color: #fff;
    }

    .navbar-default:not(.dark) .navbar-header .navbar-brand:hover,
    .navbar-default:not(.dark) .navbar-header .navbar-brand:focus {
        color: white;
    }

    .navbar-default:not(.dark) .nav > li > a,
    .navbar-default:not(.dark) .nav > li > a:focus {
        color: rgba(255, 255, 255, 0.89);
    }

    .navbar-default:not(.dark) .nav > li > a:hover,
    .navbar-default:not(.dark) .nav > li > a:focus:hover {
        color: white;
    }

    .navbar-default.affix {
        background-color: white;
        border-color: rgba(34, 34, 34, 0.1);
        box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .1);
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        color: #03a9f4;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #03A9F4;
    }

    .navbar-default.affix .nav > li > a,
    .navbar-default.affix .nav > li > a:focus {
        color: #222222;
    }

    .navbar-default.affix .nav > li > a:hover,
    .navbar-default.affix .nav > li > a:focus:hover {
        color: #03A9F4;
    }

    header {
        min-height: 100%;
    }

    header .header-content {
        text-align: left;
        padding: 0;
        height: 100vh;
    }

    header .header-content .header-content-inner {
        max-width: none;
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner h1 {
        font-size: 35px;
    }

    header .device-container {
        max-width: none;
        max-height: calc(0vh);
        margin: 225px auto 0;
    }
}


@media (min-width: 992px) {
    header .header-content .header-content-inner h1 {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .dbox img {
        width: 100%;
    }

    .board {
        height: auto;
    }

}


@media ( max-width: 585px ) {

    .board {
        width: 90%;
        height: auto !important;
    }

    span.round-tabs {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .tab-content .head {
        font-size: 20px;
    }

    .board-inner .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }

    .btn-outline-rounded {
        padding: 12px 20px;
    }

    .tab-pane {
        padding: 15px;
        text-align: left;
    }
}


.thead th {
    height: 40px;
    text-align: center;
    background-color: #336E7B;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0 !important;
}

.tbody {
    text-align: center;
    background-color: #fff;
}

.tbody td {
    font-size: 20px;
    padding: 20px 0 !important;
    font-weight: bold;
}

@media ( max-width: 585px ) {
    .thead th, .tbody td {
        font-size: 18px
    }
}


.bmessages{
    position: absolute;
    margin: -120px 0;
    width: 95%;
}


@media ( max-width: 991px ) {
    .bmessages{
        margin: -175px 0;
    }

    .left, .ic{
        display: block;
    }
}


a.white.active{
    text-decoration: underline;
}

.h-100{
    height: 100%;
}

.mh-300{
    max-height: 350px;
    overflow: auto;
}

.mh-500{
    max-height: 500px;
    overflow: auto;
}


.text-white{
    color: #ffffff!important;
}

.font-weight-bolder{
    font-weight: bolder;
}