/**
 * General Styles
 */
label {
    color: #000;
}
.form-control {
    color: #000;
    border-color: #000;
}
.back-to-top.to-top {
    padding-top: 7px;
}

/**
 * Language and Buttons Styles
 */
#menu-language {
    font-size: 8px !important;
    margin-top: 10px !important;
}
#menu-language a:hover {
    background-color: inherit;
    color: #707070 !important;
}
.guide-btn {
    padding: 25px;
    font-size: 24px;
}
@media (max-width: 768px) {
    .guide-btn {
        font-size: 15px;
    }
}

.team-thumb .links a i {
    font-size: 25px;
    height: 25px;
    line-height: 25px;
    width: 25px;
}

.dropdown-menu {
    min-width: 250px;
}
.dropdown-menu.small-menu {
    min-width: 100px;
}

.tri-sec h4 a:hover {
    color:#152F70;
}

.lh-40 {
    line-height: 40px !important;
}
.padding-15 {
    padding: 15px !important;
}
.pb-5 {
    padding-bottom: 5px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pb-15 {
    padding-bottom: 15px !important;
}
.pt-5 {
    padding-top: 5px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pt-15 {
    padding-top: 15px !important;
}
.pt-55 {
    padding-top: 55px !important;
}
@media (min-width: 992px) {
    .pt-md-55 {
        padding-top: 55px !important;
    }
}
@media (min-width: 992px) {
    .pr-md-2 {
        padding-right: 2px !important;
    }
    .pl-md-2 {
        padding-left: 2px !important;
    }
}
@media (min-width: 768px) {
    .pt-50-large {
        padding-top: 50px !important;
    }    
}
@media (max-width: 768px) {
    .mobile-fz-13 {
        font-size: 13px !important;
    }    
}

.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}

.mb-5 {    
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}

/**
 * navbar
 */
.navbar-brand {
    margin: 0px;
}

.navbar-brand img {
    width: initial;
}
@media (min-width: 768px) {
    .fixed-header.small-header .medicom-header .navbar-brand img {
        width: initial;
    }
    .medical-nav .navbar-default .navbar-collapse li a {
        padding: 19px 10px 24px;
    }
}

.video {
    height: initial !important;
    max-height: 525px !important;
}
h5.video-title {
    font-size: 13px;
    font-weight: 500;
}
p.video-title {
    font-size: 11px;
    font-weight: 500;
    margin: 0 0 0px;
}

/**
 * footer
 */
footer {
    padding: 40px 0 0px;
}

footer.light .copyright {
    margin: 30px 0px 0px 0px;
}

.footer-nav li {
    width: 100%;
}

footer.light .contact-widget i {
    min-width: 35px;
}

ol li {
    line-height: 28px;
}

/**
 * owl-carousel
 */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    font-family: 'fontAwesome';
}
.owl-nav {
    display: flex;
    padding: 10px 0 15px 0;
    font-size: 40px;
}
.owl-carousel .owl-nav .owl-prev:before {
    content: "\f053";
    margin:0 10px 0 0;
    border-style: solid;
    border-width: 1px;
    padding: 15px;
}
.owl-carousel .owl-nav .owl-next:after {
    content: "\f054";
    margin:0 10px 0 0;
    border-style: solid;
    border-width: 1px;
    padding: 15px;
}

/**
 * Home styles
 */
.home-box span.fa {
    font-size: 50px;
    margin: 50px 0 0;
}

/**
 * input texts
 */
input[type="text"], input[type="email"], input[type="number"], select {
    width: 100%;
}

textarea {
    width: 100%;
    height: 150px;
}

button, input, select, textarea {
    border-color: #4e4242;
    color: #2b2828;
}

/**
 * General styles
 */
.text-justify {
    text-align: justify;
}
.width-100 {
    width: 100%;
}

/**
 * Login Checkbox style
 */
.login-checkbox {
    float: left;
}

/**
 * Social 3 styles
 */
.social3 li a i.fa-instagram:hover {
    background: #b7aa14;
    border-color: #847a0c;
}
.social-rounded li a i.fa-instagram:hover {
    background: #b7aa14;
    border-color: #847a0c;
}


.bmi-sec {
    padding: 40px 0 40px 0;
}
.bmi-form {
    padding:50px 0 30px;
}
@media (max-width: 768px) {
    .bmi-form {
        padding:20px 0 30px;
    }
}


/**
 * Validations
 */
.error {
    color: #da3456;
}
label.error {
    width: 100%;
}
input.error {
    border-color: #da3456;
    color: #da3456;
}

/**
 * blockUI
 */
@media only screen and (max-width: 767px) {
    .blockUI.blockMsg.blockPage {
        padding: 5px !important;
    }
}
@media (max-width: 768px) {
    .blockUI.blockMsg.blockPage {
        width: 80% !important;
        left: 10% !important;
    }
}

@media (min-width: 768px) {
    .blockUI.blockMsg.blockPage {
        width: inherit !important;
    }
}
.blockUI h2 {
    font-size: 30px;
    margin: 12px;
    color: #847979;
}
.blockUI h3 {
    font-size: 25px;
    margin: 12px;
    color: #fff;
}
.blockUI i.fa.fa-times-circle-o {
    color: #d0270f;
    font-size: 100px;
}
.blockUI i.fa.fa-check {
    color: #13d321;
    font-size: 100px;
}

/**
 * Modal styles
 */
.modal-header button {
    min-width: initial;
}

/**
 * img styles
 */
.img-center {
    margin: 0 auto;
}

.live-show {
    background-color: #2B96CC;
    color: #fff;
    background-attachment: fixed;
    padding: 110px 0 50px;
}

.live-show h1 {
    color: #fff;
}

/**
 * The Guidelines Styles
 */
.fc-card {
    border: 1px solid  #343131;    
}
.fc-btn { 
    padding: 20px;
    margin-top: 0px !important;
    font-size: 20px !important;
    font-weight: 900;
    line-height: 1.6;
    border-radius: 0px !important;
    border-width: 4px !important;    
}
@media (max-width: 768px) {
    .fc-btn { 
        font-size: 15px !important;
        font-weight: 700;
        line-height: 1.4;
    }
}
#fc-home , #fc-back {
    padding: 10px;
    margin-top: 20px !important;
    font-size: 20px !important;
    font-weight: 900;
    line-height: 1.6;
    border-radius: 0px !important;
    border-width: 4px !important;
}
@media (max-width: 768px) {
    #fc-home , #fc-back { 
        font-size: 15px !important;
        font-weight: 700;
        line-height: 1.4;
    }
}
@media (min-width: 768px) {
    #fc-home , #fc-back { 
        width: 50% !important;
    }
}


/**
 * Button Colors
 */
.btn-color-01 {
    color: #000000;
    background-color: #00BCD4;
    border-color: #757575;
}
.btn-color-01:hover,
.btn-color-01:focus,
.btn-color-01:active,
.btn-color-01.active,
.open .dropdown-toggle.btn-color-01 {
    color: #000000;
    background-color: #FF9800;
    border-color: #212121;
}
.btn-color-01:active,
.btn-color-01.active,
.open .dropdown-toggle.btn-color-01 {
    background-image: none;
}
.btn-color-01.disabled,
.btn-color-01[disabled],
fieldset[disabled] .btn-color-01,
.btn-color-01.disabled:hover,
.btn-color-01[disabled]:hover,
fieldset[disabled] .btn-color-01:hover,
.btn-color-01.disabled:focus,
.btn-color-01[disabled]:focus,
fieldset[disabled] .btn-color-01:focus,
.btn-color-01.disabled:active,
.btn-color-01[disabled]:active,
fieldset[disabled] .btn-color-01:active,
.btn-color-01.disabled.active,
.btn-color-01[disabled].active,
fieldset[disabled] .btn-color-01.active {
    background-color: #00BCD4;
    border-color: #212121;
}

.btn-color-02 {
    color: #000000;
    background-color: #108CC4;
    border-color: #757575;
}
.btn-color-02:hover,
.btn-color-02:focus,
.btn-color-02:active,
.btn-color-02.active,
.open .dropdown-toggle.btn-color-02 {
    color: #000000;
    background-color: #FF9800;
    border-color: #212121;
}
.btn-color-02:active,
.btn-color-02.active,
.open .dropdown-toggle.btn-color-02 {
    background-image: none;
}
.btn-color-02.disabled,
.btn-color-02[disabled],
fieldset[disabled] .btn-color-02,
.btn-color-02.disabled:hover,
.btn-color-02[disabled]:hover,
fieldset[disabled] .btn-color-02:hover,
.btn-color-02.disabled:focus,
.btn-color-02[disabled]:focus,
fieldset[disabled] .btn-color-02:focus,
.btn-color-02.disabled:active,
.btn-color-02[disabled]:active,
fieldset[disabled] .btn-color-02:active,
.btn-color-02.disabled.active,
.btn-color-02[disabled].active,
fieldset[disabled] .btn-color-02.active {
    background-color: #108CC4;
    border-color: #212121;
}

.btn-color-03 {
    color: #000000;
    background-color: #206CA4;
    border-color: #757575;
}
.btn-color-03:hover,
.btn-color-03:focus,
.btn-color-03:active,
.btn-color-03.active,
.open .dropdown-toggle.btn-color-03 {
    color: #000000;
    background-color: #FF9800;
    border-color: #212121;
}
.btn-color-03:active,
.btn-color-03.active,
.open .dropdown-toggle.btn-color-03 {
    background-image: none;
}
.btn-color-03.disabled,
.btn-color-03[disabled],
fieldset[disabled] .btn-color-03,
.btn-color-03.disabled:hover,
.btn-color-03[disabled]:hover,
fieldset[disabled] .btn-color-03:hover,
.btn-color-03.disabled:focus,
.btn-color-03[disabled]:focus,
fieldset[disabled] .btn-color-03:focus,
.btn-color-03.disabled:active,
.btn-color-03[disabled]:active,
fieldset[disabled] .btn-color-03:active,
.btn-color-03.disabled.active,
.btn-color-03[disabled].active,
fieldset[disabled] .btn-color-03.active {
    background-color: #108CC4;
    border-color: #212121;
}

.btn-color-04 {
    color: #000000;
    background-color: #405C99;
    border-color: #757575;
}
.btn-color-04:hover,
.btn-color-04:focus,
.btn-color-04:active,
.btn-color-04.active,
.open .dropdown-toggle.btn-color-04 {
    color: #000000;
    background-color: #FF9800;
    border-color: #212121;
}
.btn-color-04:active,
.btn-color-04.active,
.open .dropdown-toggle.btn-color-04 {
    background-image: none;
}
.btn-color-04.disabled,
.btn-color-04[disabled],
fieldset[disabled] .btn-color-04,
.btn-color-04.disabled:hover,
.btn-color-04[disabled]:hover,
fieldset[disabled] .btn-color-04:hover,
.btn-color-04.disabled:focus,
.btn-color-04[disabled]:focus,
fieldset[disabled] .btn-color-04:focus,
.btn-color-04.disabled:active,
.btn-color-04[disabled]:active,
fieldset[disabled] .btn-color-04:active,
.btn-color-04.disabled.active,
.btn-color-04[disabled].active,
fieldset[disabled] .btn-color-04.active {
    background-color: #108CC4;
    border-color: #212121;
}

.btn-color-05 {
    color: #000000;
    background-color: #584489;
    border-color: #757575;
}
.btn-color-05:hover,
.btn-color-05:focus,
.btn-color-05:active,
.btn-color-05.active,
.open .dropdown-toggle.btn-color-05 {
    color: #000000;
    background-color: #FF9800;
    border-color: #212121;
}
.btn-color-05:active,
.btn-color-05.active,
.open .dropdown-toggle.btn-color-05 {
    background-image: none;
}
.btn-color-05.disabled,
.btn-color-05[disabled],
fieldset[disabled] .btn-color-05,
.btn-color-05.disabled:hover,
.btn-color-05[disabled]:hover,
fieldset[disabled] .btn-color-05:hover,
.btn-color-05.disabled:focus,
.btn-color-05[disabled]:focus,
fieldset[disabled] .btn-color-05:focus,
.btn-color-05.disabled:active,
.btn-color-05[disabled]:active,
fieldset[disabled] .btn-color-05:active,
.btn-color-05.disabled.active,
.btn-color-05[disabled].active,
fieldset[disabled] .btn-color-05.active {
    background-color: #108CC4;
    border-color: #212121;
}

/**
 * Button Colors
 *
 * Colors :
 * orange
 * deep-orange
 * green
 * purple
 * cyan
 * red
 * pink
 * deep-purple
 * indigo
 * teal
 * lime
 * amber
 * blue-grey
 * yellow
 * green
 *
 */
.btn-orange {
    color: #000000;
    background-color: #FF9800;
    border-color: #757575;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
    color: #000000;
    background-color: #F57C00;
    border-color: #212121;
}
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
    background-image: none;
}
.btn-orange.disabled,
.btn-orange[disabled],
fieldset[disabled] .btn-orange,
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled:active,
.btn-orange[disabled]:active,
fieldset[disabled] .btn-orange:active,
.btn-orange.disabled.active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange.active {
    background-color: #FF9800;
    border-color: #212121;
}

.btn-deep-orange {
    color: #000000;
    background-color: #FF5722;
    border-color: #757575;
}
.btn-deep-orange:hover,
.btn-deep-orange:focus,
.btn-deep-orange:active,
.btn-deep-orange.active,
.open .dropdown-toggle.btn-deep-orange {
    color: #000000;
    background-color: #E64A19;
    border-color: #212121;
}
.btn-deep-orange:active,
.btn-deep-orange.active,
.open .dropdown-toggle.btn-deep-orange {
    background-image: none;
}
.btn-deep-orange.disabled,
.btn-deep-orange[disabled],
fieldset[disabled] .btn-deep-orange,
.btn-deep-orange.disabled:hover,
.btn-deep-orange[disabled]:hover,
fieldset[disabled] .btn-deep-orange:hover,
.btn-deep-orange.disabled:focus,
.btn-deep-orange[disabled]:focus,
fieldset[disabled] .btn-deep-orange:focus,
.btn-deep-orange.disabled:active,
.btn-deep-orange[disabled]:active,
fieldset[disabled] .btn-deep-orange:active,
.btn-deep-orange.disabled.active,
.btn-deep-orange[disabled].active,
fieldset[disabled] .btn-deep-orange.active {
    background-color: #FF5722;
    border-color: #212121;
}

.btn-light-green {
    color: #000000;
    background-color: #8BC34A;
    border-color: #757575;
}
.btn-light-green:hover,
.btn-light-green:focus,
.btn-light-green:active,
.btn-light-green.active,
.open .dropdown-toggle.btn-light-green {
    color: #000000;
    background-color: #689F38;
    border-color: #212121;
}
.btn-light-green:active,
.btn-light-green.active,
.open .dropdown-toggle.btn-light-green {
    background-image: none;
}
.btn-light-green.disabled,
.btn-light-green[disabled],
fieldset[disabled] .btn-light-green,
.btn-light-green.disabled:hover,
.btn-light-green[disabled]:hover,
fieldset[disabled] .btn-light-green:hover,
.btn-light-green.disabled:focus,
.btn-light-green[disabled]:focus,
fieldset[disabled] .btn-light-green:focus,
.btn-light-green.disabled:active,
.btn-light-green[disabled]:active,
fieldset[disabled] .btn-light-green:active,
.btn-light-green.disabled.active,
.btn-light-green[disabled].active,
fieldset[disabled] .btn-light-green.active {
    background-color: #8BC34A;
    border-color: #212121;
}

.btn-purple {
    color: #000000;
    background-color: #9C27B0;
    border-color: #757575;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
    color: #000000;
    background-color: #7B1FA2;
    border-color: #212121;
}
.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
    background-image: none;
}
.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
    background-color: #9C27B0;
    border-color: #757575;
}

.btn-cyan {
    color: #000000;
    background-color: #00BCD4;
    border-color: #757575;
}
.btn-cyan:hover,
.btn-cyan:focus,
.btn-cyan:active,
.btn-cyan.active,
.open .dropdown-toggle.btn-cyan {
    color: #000000;
    background-color: #0097A7;
    border-color: #212121;
}
.btn-cyan:active,
.btn-cyan.active,
.open .dropdown-toggle.btn-cyan {
    background-image: none;
}
.btn-cyan.disabled,
.btn-cyan[disabled],
fieldset[disabled] .btn-cyan,
.btn-cyan.disabled:hover,
.btn-cyan[disabled]:hover,
fieldset[disabled] .btn-cyan:hover,
.btn-cyan.disabled:focus,
.btn-cyan[disabled]:focus,
fieldset[disabled] .btn-cyan:focus,
.btn-cyan.disabled:active,
.btn-cyan[disabled]:active,
fieldset[disabled] .btn-cyan:active,
.btn-cyan.disabled.active,
.btn-cyan[disabled].active,
fieldset[disabled] .btn-cyan.active {
    background-color: #00BCD4;
    border-color: #212121;
}

.btn-red {
    color: #000000;
    background-color: #F44336;
    border-color: #757575;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.open .dropdown-toggle.btn-red {
    color: #000000;
    background-color: #D32F2F;
    border-color: #212121;
}
.btn-red:active,
.btn-red.active,
.open .dropdown-toggle.btn-red {
    background-image: none;
}
.btn-red.disabled,
.btn-red[disabled],
fieldset[disabled] .btn-red,
.btn-red.disabled:hover,
.btn-red[disabled]:hover,
fieldset[disabled] .btn-red:hover,
.btn-red.disabled:focus,
.btn-red[disabled]:focus,
fieldset[disabled] .btn-red:focus,
.btn-red.disabled:active,
.btn-red[disabled]:active,
fieldset[disabled] .btn-red:active,
.btn-red.disabled.active,
.btn-red[disabled].active,
fieldset[disabled] .btn-red.active {
    background-color: #F44336;
    border-color: #212121;
}

.btn-pink {
    color: #000000;
    background-color: #F44336;
    border-color: #757575;
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active,
.open .dropdown-toggle.btn-pink {
    color: #000000;
    background-color: #D32F2F;
    border-color: #212121;
}
.btn-pink:active,
.btn-pink.active,
.open .dropdown-toggle.btn-pink {
    background-image: none;
}
.btn-pink.disabled,
.btn-pink[disabled],
fieldset[disabled] .btn-pink,
.btn-pink.disabled:hover,
.btn-pink[disabled]:hover,
fieldset[disabled] .btn-pink:hover,
.btn-pink.disabled:focus,
.btn-pink[disabled]:focus,
fieldset[disabled] .btn-pink:focus,
.btn-pink.disabled:active,
.btn-pink[disabled]:active,
fieldset[disabled] .btn-pink:active,
.btn-pink.disabled.active,
.btn-pink[disabled].active,
fieldset[disabled] .btn-pink.active {
    background-color: #F44336;
    border-color: #212121;
}

.btn-deep-purple {
    color: #000000;
    background-color: #673AB7;
    border-color: #757575;
}
.btn-deep-purple:hover,
.btn-deep-purple:focus,
.btn-deep-purple:active,
.btn-deep-purple.active,
.open .dropdown-toggle.btn-deep-purple {
    color: #000000;
    background-color: #512DA8;
    border-color: #212121;
}
.btn-deep-purple:active,
.btn-deep-purple.active,
.open .dropdown-toggle.btn-deep-purple {
    background-image: none;
}
.btn-deep-purple.disabled,
.btn-deep-purple[disabled],
fieldset[disabled] .btn-deep-purple,
.btn-deep-purple.disabled:hover,
.btn-deep-purple[disabled]:hover,
fieldset[disabled] .btn-deep-purple:hover,
.btn-deep-purple.disabled:focus,
.btn-deep-purple[disabled]:focus,
fieldset[disabled] .btn-deep-purple:focus,
.btn-deep-purple.disabled:active,
.btn-deep-purple[disabled]:active,
fieldset[disabled] .btn-deep-purple:active,
.btn-deep-purple.disabled.active,
.btn-deep-purple[disabled].active,
fieldset[disabled] .btn-deep-purple.active {
    background-color: #673AB7;
    border-color: #212121;
}

.btn-indigo {
    color: #000000;
    background-color: #3F51B5;
    border-color: #757575;
}
.btn-indigo:hover,
.btn-indigo:focus,
.btn-indigo:active,
.btn-indigo.active,
.open .dropdown-toggle.btn-indigo {
    color: #000000;
    background-color: #303F9F;
    border-color: #212121;
}
.btn-indigo:active,
.btn-indigo.active,
.open .dropdown-toggle.btn-indigo {
    background-image: none;
}
.btn-indigo.disabled,
.btn-indigo[disabled],
fieldset[disabled] .btn-indigo,
.btn-indigo.disabled:hover,
.btn-indigo[disabled]:hover,
fieldset[disabled] .btn-indigo:hover,
.btn-indigo.disabled:focus,
.btn-indigo[disabled]:focus,
fieldset[disabled] .btn-indigo:focus,
.btn-indigo.disabled:active,
.btn-indigo[disabled]:active,
fieldset[disabled] .btn-indigo:active,
.btn-indigo.disabled.active,
.btn-indigo[disabled].active,
fieldset[disabled] .btn-indigo.active {
    background-color: #3F51B5;
    border-color: #212121;
}


.btn-teal {
    color: #000000;
    background-color: #009688;
    border-color: #757575;
}
.btn-teal:hover,
.btn-teal:focus,
.btn-teal:active,
.btn-teal.active,
.open .dropdown-toggle.btn-teal {
    color: #000000;
    background-color: #00796B;
    border-color: #212121;
}
.btn-teal:active,
.btn-teal.active,
.open .dropdown-toggle.btn-teal {
    background-image: none;
}
.btn-teal.disabled,
.btn-teal[disabled],
fieldset[disabled] .btn-teal,
.btn-teal.disabled:hover,
.btn-teal[disabled]:hover,
fieldset[disabled] .btn-teal:hover,
.btn-teal.disabled:focus,
.btn-teal[disabled]:focus,
fieldset[disabled] .btn-teal:focus,
.btn-teal.disabled:active,
.btn-teal[disabled]:active,
fieldset[disabled] .btn-teal:active,
.btn-teal.disabled.active,
.btn-teal[disabled].active,
fieldset[disabled] .btn-teal.active {
    background-color: #009688;
    border-color: #212121;
}

.btn-lime {
    color: #000000;
    background-color: #CDDC39;
    border-color: #757575;
}
.btn-lime:hover,
.btn-lime:focus,
.btn-lime:active,
.btn-lime.active,
.open .dropdown-toggle.btn-lime {
    color: #000000;
    background-color: #AFB42B;
    border-color: #212121;
}
.btn-lime:active,
.btn-lime.active,
.open .dropdown-toggle.btn-lime {
    background-image: none;
}
.btn-lime.disabled,
.btn-lime[disabled],
fieldset[disabled] .btn-lime,
.btn-lime.disabled:hover,
.btn-lime[disabled]:hover,
fieldset[disabled] .btn-lime:hover,
.btn-lime.disabled:focus,
.btn-lime[disabled]:focus,
fieldset[disabled] .btn-lime:focus,
.btn-lime.disabled:active,
.btn-lime[disabled]:active,
fieldset[disabled] .btn-lime:active,
.btn-lime.disabled.active,
.btn-lime[disabled].active,
fieldset[disabled] .btn-lime.active {
    background-color: #CDDC39;
    border-color: #212121;
}

.btn-amber {
    color: #000000;
    background-color: #FFC107;
    border-color: #757575;
}
.btn-amber:hover,
.btn-amber:focus,
.btn-amber:active,
.btn-amber.active,
.open .dropdown-toggle.btn-amber {
    color: #000000;
    background-color: #FFA000;
    border-color: #212121;
}
.btn-amber:active,
.btn-amber.active,
.open .dropdown-toggle.btn-amber {
    background-image: none;
}
.btn-amber.disabled,
.btn-amber[disabled],
fieldset[disabled] .btn-amber,
.btn-amber.disabled:hover,
.btn-amber[disabled]:hover,
fieldset[disabled] .btn-amber:hover,
.btn-amber.disabled:focus,
.btn-amber[disabled]:focus,
fieldset[disabled] .btn-amber:focus,
.btn-amber.disabled:active,
.btn-amber[disabled]:active,
fieldset[disabled] .btn-amber:active,
.btn-amber.disabled.active,
.btn-amber[disabled].active,
fieldset[disabled] .btn-amber.active {
    background-color: #FFC107;
    border-color: #212121;
}

.btn-blue-grey {
    color: #000000;
    background-color: #607D8B;
    border-color: #757575;
}
.btn-blue-grey:hover,
.btn-blue-grey:focus,
.btn-blue-grey:active,
.btn-blue-grey.active,
.open .dropdown-toggle.btn-blue-grey {
    color: #000000;
    background-color: #455A64;
    border-color: #212121;
}
.btn-blue-grey:active,
.btn-blue-grey.active,
.open .dropdown-toggle.btn-blue-grey {
    background-image: none;
}
.btn-blue-grey.disabled,
.btn-blue-grey[disabled],
fieldset[disabled] .btn-blue-grey,
.btn-blue-grey.disabled:hover,
.btn-blue-grey[disabled]:hover,
fieldset[disabled] .btn-blue-grey:hover,
.btn-blue-grey.disabled:focus,
.btn-blue-grey[disabled]:focus,
fieldset[disabled] .btn-blue-grey:focus,
.btn-blue-grey.disabled:active,
.btn-blue-grey[disabled]:active,
fieldset[disabled] .btn-blue-grey:active,
.btn-blue-grey.disabled.active,
.btn-blue-grey[disabled].active,
fieldset[disabled] .btn-blue-grey.active {
    background-color: #607D8B;
    border-color: #212121;
}

.btn-yellow {
    color: #000000;
    background-color: #FFEB3B;
    border-color: #757575;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
    color: #000000;
    background-color: #FBC02D;
    border-color: #212121;
}
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
    background-image: none;
}
.btn-yellow.disabled,
.btn-yellow[disabled],
fieldset[disabled] .btn-yellow,
.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow:hover,
.btn-yellow.disabled:focus,
.btn-yellow[disabled]:focus,
fieldset[disabled] .btn-yellow:focus,
.btn-yellow.disabled:active,
.btn-yellow[disabled]:active,
fieldset[disabled] .btn-yellow:active,
.btn-yellow.disabled.active,
.btn-yellow[disabled].active,
fieldset[disabled] .btn-yellow.active {
    background-color: #FFEB3B;
    border-color: #212121;
}

.btn-green {
    color: #000000;
    background-color: #4CAF50;
    border-color: #757575;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
    color: #000000;
    background-color: #388E3C;
    border-color: #212121;
}
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
    background-image: none;
}
.btn-green.disabled,
.btn-green[disabled],
fieldset[disabled] .btn-green,
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.disabled.active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green.active {
    background-color: #4CAF50;
    border-color: #212121;
}

/**
 * Pages banner
 */
section.sub-page-banner.text-center {
    background-size: cover !important;
    background-position: center !important;
}

.radio-inline {
    width: initial;
}

/**
 * Blog Pages styles
 */
.blog-content {
    font-size: 15px;
    line-height: 1.72857;
    text-align: justify;
}