﻿@import url("global/flags.css");
@import url("global/jquery.bxslider.css");
@import url("global/owl.carousel.css");
@import url("global/owl.theme.default.css");
@import url("global/global.css");
@import url("global/icon.fonts.css");

/*CONTENT PAGE GLOBAL*/
::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}
::placeholder { /* Recent browsers */
    text-transform: none;
}
.mapouter {
    text-align: right;
    height: 400px;
    width: 100% !important;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 400px;
    margin:auto auto;
    width: 100% !important;
}
.title-section{
    font-family:Lato-Light;
    font-size:1.285em;
}
.title-section a {
    color: #117ba9;
}
.title-section a:hover{
    color:#0175b2;
}

.recent-slider{
    list-style-position: inside;
    margin : 0px -15px 0px -30px;
    background: #e7e7e7;
}
.recent-slider li{
    border-bottom: 2px solid #ffffff;
    /*border-bottom: 1px solid #e3e3e3;*/
    padding:20px 0px;
}
.recent-post-image {
    width:20%;
    min-height:50px;
}
.recent-post-image img{
    width:100%;
    vertical-align:center;
    margin:auto;
    border:1px solid #e3e3e3;
    border-radius:3px;
}
.recent-post-content{
    width: 70%;
    float: right;
    position: absolute;
    top: 20px;
    left: 23%;
}
.recent-post-content a, .news-box-icon a {
    color: #4d5255;
    text-decoration: none;

}
.recent-post-content a:hover, .recent-post-content a:focus{
    color: #0175b2;
    text-decoration: none;
}
.recent-post-title {
    font-family: Lato-Light, sans-serif;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 0;
    color: #000000;
}
.recent-post-date{
    font-family: 'Roboto', sans-serif;
    font-size: 0.785em;
    font-weight: 400;
    text-transform: uppercase;
    color: #4d5255;
    margin: 2px 0 1px 0;
}
.recent-post-comments-number{
    display: inline;
    font-size: 0.785em !important;
    color: #686868;

}
.recent-post-like-number{
    display: inline;
    font-size: 0.785em;
    color: #686868;
}
.recent-post-comments-number i, .recent-post-like-number i{
    padding-right:5px;
    padding-left:5px;
}

.link-home{
    padding:15px 15px;
}
.link-home a {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.785em !important;
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    background-color: #303436;
    color: #ffffff;
    margin: 0 4px 4px 0;
    padding: 0 10px;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
}
.link-home a:hover,.link-home a:focus, .link-home .active {
    background-color: #117ba9;
    text-decoration: none;
}

.btn-link-table a {
    font-family: Lato-Light;
    font-size: 0.714em !important;
    margin: 0 3px 0 0;
    background-color: #007aa1;
    color: #ffffff;
    font-weight: 700;
    padding: 5px 12px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
}
.btn-nav-news a {
    font-family:Lato-Light;
    font-size: 0.714em !important;
    display: block;
    float: left;
    margin: 0 3px 0 0;
    background-color: #075466;
    color: #ffffff;
    font-weight: 700;
    padding: 4px 12px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 2px;

}
.btn-nav-news a:hover,.btn-nav-news a:focus, .btn-nav-news .active,.btn-link-table a:hover,.btn-link-table a:focus,.btn-link-table a:active {
    background-color: #000000;
    text-decoration: none;
}

.content-intro p{
    text-indent: 2.1em;
    text-align:justify;
} 
.content-intro p strong{
    color: #666666;
}

.news-box-date{
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    width:100%;
}
.news-box-icon{
    border-right: 1px solid #e3e3e3;
    margin-bottom: 30px;
    width:100%;
}
.news-box-icon a{
    width:100%;
    display: block;
}

.news-info{
    padding-top:20px;
}
.body-news{ 
    width:100%;
    padding:0px 15px;
}

.section-post{
    padding-bottom:40px;
}
.title-post a{
    color: #0175b2;
    line-height: 1.4;
}
.content-post p, .content-post blockquote {
    margin: 20px 0;
    color: #272727;
    font-size: 1em;
}
.atribute-post,.atribute-post a, .atribute-post a:hover{
    font-size: 0.85em;
    color: #a7a7a7;
    font-style: italic;
    font-weight: 300;
    font-family: 'Conv_georgia';
}

.titlebar-section {
    font-size: 1.4285em;
    line-height: 22px;
    margin: 20px 20px 0px 0px;
    background-color: #0175b2;
    background: -webkit-linear-gradient(#007aa1, #025a88, #0175b2);
    background: -o-linear-gradient(#007aa1, #025a88, #0175b2);
    background: -moz-linear-gradient(#007aa1, #025a88, #0175b2);
    background: linear-gradient(#007aa1, #025a88, #0175b2);
    border-radius: 10px 1px 10px 1px;
    padding: 11px 15px 13px 15px;
    display: inline-block;
    color: white;
}
a:hover .titlebar-section {
    color: #b5dffd;
}
.section-rate {
    padding:10px 0px 0px;
}
.list-type-decimal {
    list-style-type: decimal;
}
.list-type-lower-alpha {
    list-style-type: lower-alpha;
}
.list-type-lower-roman {
    list-style-type: lower-roman;
}
.pricing-item {
    text-align: center;
    border: 1px solid #e8e8e8;
    display: block;
    margin-bottom: 15px;
    border-radius: 8px;
}
.pricing-header {
    background-color: #007aa1;
    border-radius: 8px 8px 0px 0px;
}
.icon-mcu {
    padding-top: 21px;
}
.pricing-title{
    color: #FFD700;
    font-size:1.4285em;
    margin:15px 0px 10px 0px;
    text-align:center;
    width:100%;
}
.pricing-price {
    font-size: 1.4285em;
    font-weight: 600;
    color: #fff;
    margin: 0px;
    text-align:center;
    width:100%;
    padding:15px 15px;
}
.pricing-timeline {
    color: #989898;
    line-height: 28px;
}

.pricing-promoted {
    margin: -5px 0px;
    z-index: 1;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05); 
    border-bottom: 5px solid #00cdb6;
    border-top: 5px solid #FFD700;
    border-radius:4px;
}
.pricing-item ul{
    list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}

.pricing-item ul> li {
    padding: 8px 20px 9px 20px;
    background-color: #fcfcfc;
    color: #272727; 
    font-family:Lato-Light;
    font-size:1.1em;
    font-weight:700;
}

.pricing-item ul> li:nth-child(2n) {
  background-color: #ffffff; }


/*LOCATIONS */
.content-locations {
    font-family: Lato-Bold;
    font-size: 1.1em;
    line-height: 21px;
    background-color: #fafafa;
    border-left:3px solid #0078b8;
    border-radius:2px;
    padding: 13px 30px;
    margin: 20px 0;
    color: #686868;
}
.content-locations strong{
    margin-right:5px;
}

/* JOBS*/
.section-jobs{
    background-color: #f8f9f9;
    padding: 10px 15px;
    margin-top: 20px;
    width:100%;
    display: inline-block;
    border-radius:8px;
}
.content-jobs {
    font-family:Lato-Light;
    font-size:1em;
    text-align:justify;
    margin-bottom: 40px;
}

.titlebar-full {
    padding: 5px 0px;
    color: #337ab7;
    width: 100%;
    font-size: 1.5em;
    font-family: Lato-Light, sans-serif;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.25px;
    margin: 20px 0px 20px;
}
a.btn-jobs{
    font-size: 0.786em;
    font-family:Lato-Light;
    padding: 6px 13px 6px 13px;
    text-transform:uppercase;
    font-weight:700;
    margin-left:auto;
    margin-right:auto;
}
a.btn-jobs:hover{
    background-color:#333333;
}

.head-schedule {
    background-color: #117ba9;
    border-bottom: 1px solid #0175b2;
    padding: 1px 0px 8px 0px;
    font-size: 1.5em;
    display: inline-block;
    border-radius: 8px 8px 0px 0px;
}
.body-schedule{
    background-color: #f2fbff;
    min-height:100px;
    display:inline-block;
    padding: 15px 0px 20px 0px;
}
.img-doctor{
    width:100%;
}
.img-doctor img{
    max-width:300px;
    width:100%;
    margin:30px auto;
    text-align:center;
    border-radius: 8px;
}
.img-lab-doctor{
    float:left;
    width:50%;
}
.img-lab-doctor img{
}
.btn-perjanjian-doctor {
    float: right;
    width: 50%;
    text-align: right;
}
.btn-perjanjian-doctor botton {
}

.schedlule-content-height {
    min-height: 240px;
    display: flex;
}
.schedlule-content {
    margin: auto;
}
.schedule-data {
    max-height: 215px;
    overflow-y: auto;
}
.font-xxx-large {
    font-size: xxx-large;
}
.font-xx-large {
    font-size: xx-large;
}
.font-large {
    font-size: large;
}
.font-medium {
    font-size: medium;
}
.font-weight-bold {
    font-weight: bold;
 }
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px !important;
}
.m-3 {
    margin: 3px;
}
.mr-5 {
    margin-right : 5px;
}
.my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.form-row-margin .row {
    margin-top: 10px;
}
.text-left {
    text-align: left !important;
}
.pt-1 {
    padding-top: 0.5rem;
}
@media (min-width: 768px) {
    .col-sm-offset-2 {
        margin-left: 16.66666667% !important;
    }
}
@media (min-width: 992px) {
    .col-md-offset-2 {
        margin-left: 16.66666667% !important;
    }
}
@media (min-width: 1200px) {
    .col-lg-offset-3 {
        margin-left: 25% !important;
    }
}
.btn-time {
    width : 52.03px;
    margin: 3px;
}
.available-shape {
    width: 12px;
    height: 12px;
    margin: 4px;
    background-color : #66c0b6;
    float : left;
}
.not-available-shape {
    width: 12px;
    height: 12px;
    margin: 4px;
    background-color: #777;
    float: left;
}

.holiday-shape {
    width: 12px;
    height: 12px;
    margin: 4px;
    background-color: darkred;
    float: left;
}
.holiday-shape {
    width: 12px;
    height: 12px;
    margin: 4px;
    background-color : #ecb2ae;
    float : left;
}
.leave-shape {
    width: 12px;
    height: 12px;
    margin: 4px;
    background-color : #fddbaf;
    float : left;
}
.d-none {
    display: none;
}
@media (min-width: 768px) {
    .d-min-sm-none {
        display: none;
    }
}
@media (max-width: 767px) {
    .d-xs-none {
        display: none;
    }
    .text-align-xs-center {
        text-align: center;
    }
}

.overflow-y-scroll {
    overflow-y: scroll;
}
.appointment-datepicker .datepicker table tr td {
    font-weight: 600;
    color: #286090;
}
.appointment-datepicker .datepicker table tr td.disabled {
    color: #777;
}
.title-lab-doctor{
    margin:auto;
    font-size: 1.786em;
    color: #272727;
    font-family:Lato-Light;
}

.content-atribute a:hover, .content-atribute a:focus, .content-atribute .active {
    background-color: #222222;
    text-decoration: none;
    border: none;
    color:#FFFFFF;
}
.content-atribute a {
    font-family: Lato-Light;
    font-size: 0.785em !important;
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    background-color: #FFFFFF;
    color: #0175b2;
    margin: 0 3px 3px 0;
    padding: 0 10px;
    border-radius: 3px;
    text-decoration: none;
    border:1px solid #0175b2;
}

.content-shared-social{
    margin:10px 0px;
    padding: 18px 0px 0px;
    border-top:1px solid #e3e3e3;
    border-bottom:1px solid #e3e3e3;
    min-height:55px;
}
.shared-title{ font-size:0.82em;}
.shared-links a{
    font-size:1.5em !important;
    color:#66C0B6;
    padding:0px 10px;
    float:right;
    text-decoration:none;
}

.shared-links a:hover,.shared-links a:focus,.shared-links a:active{
    color: #0175b2;
}

.section-requirement {
    background-color: #f8f9f9;
    padding: 20px 0px 30px 30px;
    margin-top: 20px;
    width: 100%;
    display: inline-block;
    border-radius: 10px;
}
.section-requirement p {
    margin-bottom:15px;
}

.gallery-activity
{
    margin-bottom: 40px;
}
.gallery-activity-img {
    width:100%;
    position:relative;
    display:block;
}
.gallery-activity-img img{
    width:100%;
    border-radius: 8px;
}
.content-img img{
    margin:10px auto;
    width:100%;
    height:100%;
}
.gallery-activity-content {
    position:absolute;
    background-color: transparent;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

.gallery-activity-img:hover .gallery-activity-content {  background-color: rgba(255, 255, 255, 0.69); }

.gallery-activity-content .portfolio-image-link, .gallery-activity-content .portfolio-image-zoom {
    position: relative;
    opacity: 0;
    top: 200px;
    left:40%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    webkit-backface-visibility: hidden; }

.gallery-activity-content .portfolio-image-link {
    -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition: top 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
    -o-transition: top 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
    transition: top 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s; }

.gallery-activity-content .portfolio-image-zoom{
  -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-transition-delay: 0.07s, 0.07s;
  -moz-transition: top 0.3s ease-in-out 0.07s, opacity 0.3s ease-in-out 0.07s;
  -o-transition: top 0.3s ease-in-out 0.07s, opacity 0.3s ease-in-out 0.07s;
  transition: top 0.3s ease-in-out 0.07s, opacity 0.3s ease-in-out 0.07s; }

.gallery-activity-content:hover .portfolio-image-link,
.gallery-activity-content:hover .portfolio-image-zoom {
    opacity: 1;
    top:100px; }


.gallery-activity-content .portfolio-image-link,
.gallery-activity-content .portfolio-image-zoom {
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url("..//static.rsmurniteguh.app/sites/Content/global/img/portfolio_hover.png");
    background-repeat: no-repeat;
    background-color: rgba(64, 69, 71, 0.89);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin: auto auto;
}
.gallery-activity-content .portfolio-image-link {  margin: 0 4px; }
.gallery-activity-content .portfolio-image-zoom {  background-position: -50px 0; }

.portfolio-content{ min-height:70px;}
.portfolio-content .recent-post-like-number{text-decoration:none;}
h3.portfolio-title a {
    color: #117ba9;
    line-height: 1.5;
}
.portfolio-title {
    font-size: 1.15em;
    margin: 8px 0px 8px 0px;
    padding: 0px;
    letter-spacing: 0px;
    color: #323232;
    text-align: justify;
}
.portfolio-date {
    
    color: #747474;
    font-family:Lato-Light;
}


.portfolio-sortable {
    background-color: #f2f3f5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    top: 0;
    z-index: 3;
    opacity: 0;
    height: 0;
    width: 70%;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.portfolio-sortable-wrapper:hover .portfolio-sortable {
    opacity: 1;
    height: auto; }

.portfolio-sortable-wrapper,
.portfolio-sortable-wrapper a {
    color: #4d4d4d;
    display: block;
    font-size:1em;
    font-family:Lato-Light;
}
.portfolio-sortable-wrapper {
    width:70%;
    float:left;
}
.portfolio-sortable-wrapper a {
    cursor: pointer;
    padding: 4px 10px 0px;
    line-height:30px;
    width:100%;
}

.portfolio-sortable a {
    border-bottom: 1px solid #dbdbdb; }

.portfolio-sortable a:last-child {
    border-bottom: none; }

.portfolio-sortable-wrapper .sort-title {
    font-weight: 600;
    font-family: Lato-Light;
    font-size: 0.8em;
    background-color: #f2f3f5;
    line-height: 28px;
    text-transform: uppercase;
    background-image: url("..//static.rsmurniteguh.app/sites/Content/global/img/sortable_portfolio_arrow.png");
    background-repeat: no-repeat;
    background-position: right center;
    border-radius: 4px;
}
.portfolio-sortable-count {
    float: right;
    width: 20%;
    font-family: Lato-Light;
    text-align: right;
    color: #4d4d4d;
    font-weight: 700;
    line-height: 16px;
    padding-right: 15px;
}
.portfolio-sortable-count-number{
    font-size:1.071em;
}
.portfolio-sortable-count-title{
    font-size:0.857em;
}

.content-date-activity {
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    color: #0f0f0f;
    font-family: Lato-Light;
    font-size: 1em;
    margin-bottom: 10px;
    padding: 5px 0px 5px 0px;
}
.content-like-activity{
    border-bottom:1px solid #e3e3e3;
    color: #747474;
    font-family:Lato-Light;
    font-size :1em;
    margin-bottom:10px;
    padding:5px 0px 5px 10px;
}
.content-like-activity .recent-post-like-number{
    font-family:Lato-Light;
    font-size :1em !important;
}
.content-title-activity{
    color: #747474;
    font-family:Lato-Light;
    font-size :1em !important;
    width:100%;
}
.content-deskripsi-activity, .content-deskripsi-activity p {
    color: #272727;
    font-weight: 600;
    font-family: Lato-Light;
    font-size: 1em !important;
    width: 100%;
}
.content-title-deskripsi {
    font-family: Lato-Bold;
    font-size: 1.143em !important;
    width: 100%;
    font-weight: 700;
    color: #272727;
    margin: 30px 0px 20px;
}
.row-deskripsi {
    color: #272727;
    font-family: Lato-Light;
    font-size: 1em !important;
    font-weight: 600;
    width: 100%;
    border-bottom: 1px solid #117ba9;
    margin: 0px 0px 10px;
    padding: 0px 0px 10px;
}
.content-title-activity{
    color: #747474;
    font-family:Lato-Light;
    font-size :1em !important;
    width:100%;
}
.btn-link-activity{ margin-top:13px;}
.btn-link-activity a { 
    float:right;
    margin-left:2px;
}
.btn-black {
    color: #fff;
    background-color: #333;
    padding: 5px 8px;
    font-size: 0.857em;
}
.btn-link-activity a:hover {
    color: #fff;
    background-color: #117ba9;
}
@media (max-width: 767px) {
    .body-news{
        padding:0px 0px;
    }
    .news-box-date .date-box{
        width:45px;
        margin: auto;
    }
    .news-box-icon {
        margin-left: 50%;
    }

    .news-box-icon a{
        width:40px;
        text-align:center;
        margin-left:-40px;
        margin-right:50px;
        display:inline;
    }
}

/* Landscape phones and portrait tablets */
@media (min-width: 376px) and (max-width: 767px) {
    .titlebar-full {
        padding: 5px 10px;
        font-size: 1.5em;
    }
    a.btn-jobs{
        float: none;
    }
    .btn-apply-jobs{
        padding-left:34%;
    }
}
@media (max-width: 480px) {
    .content-locations {
         padding: 13px 10px;
    }
    .content-locations span{
        display:block;
        padding-left:60px;
    }
} 

@media (max-width: 375px) {
    .titlebar-full {
        padding: 5px 5px;
        font-size: 1.2em;
    }
    a.btn-jobs{
        float: none;
        padding:6px 6px;
        font-size: 0.7em;
    }
    .btn-apply-jobs{
        padding-left:30%;
    }
}

.panel-accor{
    border-radius:10px !important;
}
.panel-accor .panel-heading{
    background:transparent !important;
    border-color:transparent !important;
    padding:0px !important;
    border-top-left-radius: 10px !important;
}
.panel-heading .titlebar-accordion {
    width:100% !important;
    font-size: 1.4285em !important;
    line-height: 22px !important;
    background-color: #0175b2 !important;
    background: -webkit-linear-gradient(#0097e6, #025a88, #0175b2) !important;
    background: -o-linear-gradient(#0097e6, #025a88, #0175b2) !important;
    background: -moz-linear-gradient(#0097e6, #025a88, #0175b2) !important;
    background: linear-gradient(#0097e6, #025a88, #0175b2) !important;
    border-radius: 10px 1px 10px 1px !important;
    padding: 11px 15px 13px 15px !important;
    display: inline-block !important;
    color: white !important;
    margin-left: 0px !important;

}
.panel-heading .titlebar-accordion-panduan {
    width:100% !important;
    font-size: 1.25em !important;
    line-height: 22px !important;
    background-color: #1caf9a !important;
    background: -webkit-linear-gradient(#1caf9a, #1caf9a, #05907d) !important;
    background: -o-linear-gradient(#1caf9a, #1caf9a, #05907d) !important;
    background: -moz-linear-gradient(#1caf9a, #1caf9a, #05907d) !important;
    background: linear-gradient(#1caf9a, #1caf9a, #05907d) !important;
    border-radius: 10px 1px 10px 1px !important;
    padding: 5px 10px 8px 15px !important;
    display: inline-block !important;
    color: white !important;
    margin-left: 0px !important;

}

.img-modal-version {
	float: left;
	width: 100%;
	margin: 0px 0px 20px;
	text-align: center;	
}
.ul-modal-version{
    list-style-position: inside;
    font-weight: 400;
    font-size: 1em;
    color: #464646;
    text-decoration: none;
    padding: 6px 0px;
}
.modal-version{
    margin:10% auto !important;
}
.navbar .nav > li.dropdown.open > a {
    color: #0078b8;
    font-size: 1.8em;
    font-family: BebasNeue-Bold;
    background-color: transparent !important;
    border-color: transparent !important;
}

.modal-body-dialog {
    background: white;
    width: 100%;
    margin: 250px auto 0px;
}
.main-login{
    max-width:400px !important;
    margin : 10px auto !important;
}
.loading-img {
    margin: auto;
    max-width: 60px;
}

.margin-top-4 { margin-top :4px;}


.has-error { color : #c80404;}
.has-success { color : #000dff;}
.img-proses-next{ width:35px;}

/*PRIVACY POLICY */
.text-primary {
    color: #117ba9 !important;
}
.text-secondary {
    color: #66c0b6 !important;
}
#policy li, p {
    font-size: 14px;
    font-family: Lato-Light, sans-serif;
    font-weight: 600;
    color: #0f0f0f;
    text-align: justify;
}

.btn-green-logo {
    color: #fff;
    background-color: #66c0b6;
    border-color: #5aaaa1;
}

.btn-green-logo:hover {
    color: #fff;
    background-color: #369389;
    border-color: #4f978f;
}

.shimmer {
    color: grey;
    display: inline-block;
    -webkit-mask: linear-gradient(-60deg,#000 30%,#0005,#000 70%) right/300% 100%;
    background-repeat: no-repeat;
    animation: shimmer 2.5s infinite;
    padding: 5px;
}

@keyframes shimmer {
    100% {
        -webkit-mask-position: left;
    }
}
.content-border {
    border: 1px solid #d1e0e7;
}
.d-flex {
    display: flex !important;
}
.justify-content-center {
    justify-content: center;
}
/*VIDEO BERANDA */
.button-play {
    color: white;
    position: absolute;
    left: 50%;
    top: 25%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: 10px;
    -webkit-transition: opacity .25s cubic-bezier(0,0,0.2,1);
    transition: opacity .25s cubic-bezier(0,0,0.2,1);
    z-index: 64;
}
.button-play a:hover {
    color: red;
}
a:hover .button-play {
    color: red;
}
.video-beranda {
    padding-top: 15px;
}
.video-beranda .video-title {
    background: #fff;
    border-bottom: 5px solid #66c0b6;
}
.video-beranda h3 {
    margin: 20px 0px;
    font-size: 1.214em;
    color: #66c0b6;
    font-weight: 700;
    letter-spacing: -0.3px;
    text-align: center;
    height: 100%;
    min-height: 50px;
}

.video-beranda .video-item:hover .video-title {
    background: #66c0b6;
    color: #ffffff !important;
    cursor: pointer;
}
.video-beranda .video-item:hover .video-title {
    background: #66c0b6;
    color: #ffffff !important;
    cursor: pointer;
}
.video-beranda .video-item:hover h3 {
    background: #66c0b6;
    color: #ffffff !important;
    cursor: pointer;
}
.video-beranda .bx-wrapper {
    margin-bottom: 0px;
}
.owl-theme .owl-nav {
    top: -55px;
}
.description-fasilitas-owl h3, .description-spesialis-owl h3, .description-spesialis-owl h3 a {
    line-height: 1.25;
}
@media (min-width: <768px) {
    .col-xs-12 {
        width: 100%;
    }
}