body{
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    color: #333;
    color: #000;
    background: url('../images/bg-main.jpg') no-repeat top center fixed;
/*    color: #efefef;*/
    font-size: 13px;
}
html{
    margin: 0;
    padding: 0;
}
.clear{
    clear: both;
    display: block;
}
a{
    color: #999;
    text-decoration: none;
    transition: all 0.1s;
}
a:hover{
    color: #37b5ff;
}
h1, h2, h3, h4, h5{
    letter-spacing: 0.01em;
/*    color: #FFF;*/
    color: #000;
    font-weight: 700;
}
h1{
    text-align: center;
    margin: 20px 0;
    color: #000;
}

h3 {
    color: #fff;
}

h4{
    margin: 15px 0;
}
h5{
    margin: 15px 0;
    color: #37b5ff;
}
p{
    font-weight: 300;
}
.no-gap{
    padding: 0;
}
.img-responsive{
    width: 100%;
}
.divider{
    border-top: 1px dotted #37b5ff;
    height: 15px;
    margin-top: 15px;
    width: 100%;
    display: block;
    clear: both;
}

.testimonials h1 {
    color: #fff;
}


@media only screen and (max-width: 768px) {
    /*--- TESTIMONALS ---*/

    .testimonials h1 {
        font-size: 24px;
    }
}


.promotion-box p {
    color: #fff;
}

.btn22 {
    margin-left: 10px;
}

@media only screen and (max-width: 768px) {
    /*--- TESTIMONALS ---*/

    .btn22 {
        margin-top: 15px;
        margin-left: 10px;
        margin-right: 10px;
    }
}




footer h4 {
    color: #fff;
}

/*--- TOP ---*/
.top-info{
    padding: 5px 0;
    color: #fff;
    background: #37b5ff;
}
.contact-top{
    font-size: 13px;
}
.contact-top i{
    padding: 0 10px;
}
.social-top{
    margin: 0;
    padding: 0;
}
.social-top li{
    margin: 0;
    padding: 0 10px;
    display: inline-block;
}
.social-top li a{
    color: #fff;
}
.social-top li i{
    font-size: 13px;
}

/*--- HEADER ---*/
header{
    background: rgba(255,255,255,0.99);
    padding: 0;
}
@media only screen and (min-width: 768px) {
   .main-navbar li{
        border-right: 1px solid #CCC;
        border-bottom: 3px solid transparent;
       transition: all 0.1s;
    }
   .main-navbar li:hover{
        border-bottom: 3px solid #f6ca2d;
    }
   .main-navbar li:last-child{
        border-right: 0;
    }
    .main-navbar li a{
        color: #333;
        display: block;
        padding: 20px !important;
    }
}

/*--- NAVBAR ---*/
.navbar-toggler{
    color: #37b5ff;
    border: 1px solid #CCC;
}
.navbar-default {
  box-shadow: none;
}
.nav-link{
    color: #999 !important;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-item{
    font-size: 13px;
    color: #999 !important;
}


/*--- SUBMENU ---*/

.stylelia li {
/*    background-color: red;*/
}

.stylelia li:hover {
        border-bottom: 3px solid transparent;
}

.stylelia li a:hover {
    background-color: #fff;
}



.navbar-light .navbar-nav .nav-link {
/*    color: rgb(64, 64, 64);*/
}
.btco-menu li > a {
/*
    padding: 10px 15px;
    color: #000;
*/

}

.btco-menu .active a:focus,
.btco-menu li a:focus ,
.navbar > .show > a:focus{
/*    background: transparent;*/
/*    outline: 0;*/
}


.dropdown-menu .show > .dropdown-toggle::after{
    transform: rotate(-90deg);
}










/*--- FAQS ---*/

.tipsline2 {
    border-bottom: dotted 2px #37b5ff;
    margin-top: 20px;
    margin-bottom: 30px;
}

.fags h4 {
    font-size: 14px;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .fags h4 {
        font-weight: bold;
        line-height: 1.5;
    }
        
        
    
    .fags p {
        text-align: justify;
    }
}

.btn-def{
    display:inline-block;
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
}
.btn-def:hover{
    text-decoration: none;
}

/*--- GOOGLE REVIEWS ---*/

#map-plug {display:none;}

#google-reviews {
display:flex;
flex-wrap:wrap;
//display: grid;
//grid-template-columns: repeat( auto-fit, minmax(320px, 1fr));
}

.review-item {
border:solid 1px rgba(190,190,190,.35);
margin:0 auto;
padding:1em;
flex: 1 1 20%;
}

@media ( max-width:1200px) {
  .review-item { flex: 1 1 40%; }
}

@media ( max-width:450px) {
  .review-item { flex: 1 1 90%; }
}

.review-meta, .review-stars {text-align:center; font-size:115%;}
.review-author { text-transform: capitalize; font-weight:bold; }
.review-date {opacity:.6; display:block;}
.review-text {  line-height:1.55; text-align:left; max-width:32em; margin:auto;}

 

.review-stars ul {
display: inline-block;
list-style: none;
margin:0; padding:0;
}

.review-stars ul li {
float: left;
margin-right: 1px;
line-height:1;
}

.review-stars ul li i {
  color: #f6ca2d;
  font-size: 1.4em;
  font-style:normal;
}
.review-stars ul li i.inactive { color: #c6c6c6;}
.star:after { content: "\2605"; }



/*--- SLIDER ---*/

.home-slider{
    margin: 30px 0;
    background: rgba(0,0,0,0.4);
}
.carousel-item{
    text-align: center;
}
.carousel-item img{
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .carousel-item img{
        width: 1200px;
        margin: auto;
    }
}

.testimonial-list{
    min-height: 265px;
    height: auto;
    background: rgba(0,0,0,0.8);
    padding: 20px;
    text-align: center;
}
.testimonial-list p{
    width: 80%;
    margin: 30px auto 0;
    color: #FFF;
    font-style: italic;
}
.testimonial-list span{
    color: #37b5ff;
    margin-top: 20px;
    display: block;
}
@media only screen and (max-width: 768px) {
    .testimonial-list{
        min-height: 550px;
        height: auto;
    }
    .testimonial-list p{
        font-size: 12px;
    }
}

/*--- PROMOTION ---*/
.promotion-box{
    margin: 40px 0 0;
    background: rgba(110,145,40,0.8);
    padding: 20px;
    border: 3px dashed #f6ca2d;
    text-align: center;
    padding: 50px 0;
}
.promotion-box h3{
    color: #fff;
    padding: 00px 0 20px;
    text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
    .promotion-box h3{
        font-size: 20px;
    }
}


.promotion-box p{
    font-size: 16px;
}
.promo-modal h5{
    color: #333;
}
.promo-modal .btn{
    font-size: 12px !important;
}

/*--- SUBMITED ---*/

.check {
    text-align: center;
}

/*--- TERMS ---*/

.termstext {
    padding-left: 40px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .termstext {
        padding-left: 0px;
        padding-bottom: 30px;
    }
}

.termsh1 {
        border-bottom: dotted 2px #37b5ff;
        margin-bottom: 50px;

}
.termsh1 h1 {
    font-size: 36px;
    margin-top: 0px;
}


@media only screen and (max-width: 768px) {
    .termsh1 h1 {
        font-size: 16px;
    }

}


.termss h2 {
    font-size: 20px;
    margin-top: 0px;
    color: #37b5ff;

}

@media only screen and (max-width: 768px) {

    
    .termss h2 {
    font-size: 14px;
        text-align: center;
    }

}


.termstext h4 {
    margin-bottom: 5px;
    margin-top: 20px;
}

.fags b {
    margin-right: 5px;
}

.termss a {
    color: #000;
    text-decoration-line: underline;
}

.termss a:hover {
    color: #37b5ff;
    text-decoration-line: underline;
}


/*--- STEPS / URUTAN ---*/

#steeps {
/*
    margin-top: 50px;
    padding-top: 50px;
    margin-bottom: 60px;
    padding-bottom: 80px;
    background: rgba(0,0,0,0.5);
*/
    color: #000;
}

.urutan h3 {
    text-align: center;
    margin-bottom: 50px;
    color: #000;
/*    font-size: 24px;*/
}


.urutan h2 {
    width: 100px;
    height: 100px;
    background-color: #404040;
    background-color: #f6ca2d;
    border-radius: 50px;
    line-height: 100px;
    text-align: center;
    font-size: 50px;
    font-weight: 100;
    color: white;

}

.urutan h4 {
    font-size: 20px;
    margin-bottom: 0px;
}

.arroww i {
    font-size: 36px;
    padding: 40px 0px 60px 35px;
    color: #37b5ff;
/*    color: #000;*/
}

.step1text p {
    padding-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
}

.step1text button {
    background-color: #37b5ff;
    border: 1px dotted transparent;
    color: #000;
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold
}

.step2text p {
    padding: 10px 0 35px 0px;
    font-size: 16px;
}

.btnstlye {
    background-color: #37b5ff;
    border: 1px dotted transparent;
    font-size: 14px;
    color: #fff;
    margin-right: 5px;



}


@media only screen and (max-width: 768px) {
    .btnstlye {
        margin-right: 0px;
        margin-bottom: 15px;



    }
}





.btn-primary {
    background-color: #EDEDED !important;
    border: 1px solid transparent;
    color: #000;
}

.btn-primary:hover {
    background-color: #37b5ff !important;
    border: 1px solid transparent;
    color: #000;
}
.btn-primary:active {
    background-color: #37b5ff  !important;
    border: 1px solid transparent !important;
    color: #000;
}
.btn-primary:visited {
    background-color: #37b5ff ;
    border: 1px solid transparent !important;
    color: #000;
}



.btnstlye1 {
    background-color: #37b5ff;
    border: 1px dotted transparent;
    font-size: 14px;
    color: #fff;



}

.btnstlye:hover {
    background-color: #37b5ff;
    border: 1px dotted transparent;
    color: #fff;
}


.btnstlye1:hover {
    background-color: #37b5ff;
    border: 1px dotted transparent;
    color: #fff;
}






@media only screen and (max-width: 767px){
    
    .stepno {
        display: none;
    }
    
    .step1text  {
        text-align: center;
        margin-bottom: 50px;
    }
    
    .step1text p {
        margin-bottom: 20px;
    }
    .urutan p {
        font-size: 18px;
    }
    
    .step2text {
        text-align: center;
    }
    
    .stepimages {
        text-align: center;

    }
    
    .arroww {
        text-align: center;
    }
    
    .arroww i {
        padding-left: 0px;
    }
    
    
}





/*--- BOOKING ---*/
.booking-step{
    margin: 0px 0 0px;
    background: rgba(255,255,255,0.9);
    padding: 20px;
    padding: 50px 0;
    text-align: center;
}
.booking-step h3{
    color: #333;
    padding: 00px 0 30px;
    text-transform: uppercase;
}
.step-row{
    margin: 50px 0;
}
.step-img{
    text-align: center;
    max-width: 100%;
}
.step-details{
    text-align: center;
}
.step-details h5{
    background: #37b5ff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: auto;
    padding-top: 10px;
    font-size: 24px;
}
.step-details p{
    color: #333;
    padding-top: 20px;
    font-size: 26px;
}



/*--- BOOKING PAGE ---*/

.bookform {
    margin-top: 20px;
    margin-bottom: 20px;
}


/*--- FOOTER ---*/
footer{
    background: rgba(0,0,0,0.8);
    padding: 20px;
}
.main-footer{
    color: #FFF;
    padding: 40px 0;
}
.main-footer h4{
    margin-bottom: 20px;
    font-size: 18px;
}
.main-footer p{
    font-size: 14px !important;
}
.footer-links{
    margin: 0;
    padding: 0;
}
.footer-links li{
    list-style: none;
    border-bottom: 1px dotted #CCC;
    padding: 10px 0;
}

.contact-bottom{
    margin: 0;
    padding: 0;
}
.contact-bottom li{
    margin: 0;
    padding: 0;
    font-size: 13px;
    list-style: none;
    padding-bottom: 10px;
}
.contact-bottom li i{
    margin-right: 5px;
    color: #f6ca2d;
    width: 14px;
}
@media only screen and (max-width: 768px) {
    .main-footer h4{
        text-align: center;
        padding-top: 20px;
    }
    .main-footer > .container > .row > div{
        border-bottom: 1px dashed #f6ca2d;
        padding: 20px 0;
    }
    .contact-bottom li{
        text-align: center;
    }
    .contact-bottom li i{
    }
}
.copyright{
    text-align: center;
    font-size: 12px;
    background: rgba(0,0,0,0.8);
    color: #CCC;
    padding: 15px 0;
}

/*--- BREADCRUMB ---*/
#breadcrumb{
    background: rgba(0,0,0,0.8);
    text-align: center;
}
#breadcrumb .container{
    padding: 20px;
}
#breadcrumb h3{
    text-transform: uppercase;
}
.breadcrumb{
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    text-align: center;
}
.breadcrumb > .active{
    color: #f6ca2d;
}

/*--- MAINTENANCE ---*/
.maintenance{
    text-align: center;
}
.modal-body .col-form-label{
    color: #999;
}

/*--- MAINCONTENT ---*/
#main-content{
    margin: 40px 0;
    padding: 30px 50px;
    background: rgba(255,255,255,1);
    border-top: 6px solid #f6ca2d;
/*    border-bottom: 6px solid #37b5ff;*/
    border-radius: 50px;
}

#main-content h3 {
    color: #000;
    font-size: 24px;
}
.ast-req{
    color: red;
    font-weight: 700;
    font-size: 18px;
    margin-left: 5px;
}

/*--- WHY ---*/
.why-features{
    text-align: center;
    border: 2px dashed #37b5ff;
    margin: 0px;
    padding: 30px;
    border-radius: 20px;
/*    background: rgba(0,0,0,0.4);*/
    margin: 10px 0;
}
.why-features img{
    max-width: 60%;
}
.why-features h4{
    font-size: 17px;
    margin-top: 20px;
}
.why-vismis{
    margin: 10px 0;
}
.why-vismis h4{
    border-bottom: 1px solid #37b5ff;
    padding: 10px 0;
}
@media only screen and (min-width: 768px) {
    .why-features{
        height: 310px;
    }
}
@media only screen and (max-width: 768px) {
    .why-vismis{
        text-align: center;
    }
}

.add-note{
    font-size: 0.8em;
    font-style: italic;
}

/*--- SERVICES ---*/
.onetime-cat{
    text-align: center;
    margin: 15px 1%;
    width: 18%;
    float: left;
/*    background: rgba(0,0,0,0.4);*/
    border-radius: 15px;
    transition: all 0.2s;
}
.onetime-cat:hover{
    background-color: #37b5ff;
/*    background: rgba(255,255,255,0.3);*/
}
@media only screen and (max-width: 768px) {
    .onetime-cat{
        width: 100%;
        display: block;
    }
}
.onetime-cat a{
    display: block;
    width: 100%;
    padding: 30px 0;
    border: 2px dashed #37b5ff;
    border-radius: 15px;
    color: #000;
}
.onetime-cat a:hover{
    text-decoration: none;
    
}

.inout-plans{
    margin: 0;
    padding: 0; 
}
.inout-plans > li{
    list-style: none;
    margin: 20px 0;
}
.inout-plans > li > h3{
    color: #37b5ff;
    font-size: 16px;
}
.inout-plans > li > ul{
}

.regular-adv{
    margin: 30px 0;
}






/*===== SLICK =====*/



/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -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);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*--- ANNOUNCEMENTS ---*/
.announcement{
    margin: 30px 0 0;
}
.announcement h1{
    text-transform: uppercase;
    color: #f6ca2d;
    margin: 10px 0;
}
.announcement p{
    color: #FFF;
    text-align: center;
    font-size: 22px;
    text-decoration: underline;
}
.announcement-body{
    text-align: center;
}
.announcement-body h3{
    color: #f6ca2d !important;
}
.announcement-body h5{
    color: #333 !important;
    font-weight: 400;
    font-size: 16px;
}
.announcement-example{
    margin: 20px 0;
    padding: 10px;
    background: #FEFEFE;
    border-radius: 20px;
    border: 1px dotted #f6ca2d;
}
.announcement-example h4{
    color: #333 !important;
    font-size: 18px;
    border-bottom: 1px solid #FFF;
    padding-bottom: 10px;
}
.announcement-example h5{
    color: #f6ca2d !important;
    font-weight: 700;
    font-size: 22px;
}
.announcement-example p{
    color: #333 !important;
}
.announcement-example p span{
    display: block;
    font-weight: 700;
    font-size: 18px;
}
.announcement-box p{
    width: 60%;
    margin: auto;
    padding: 10px 0;
    color: #333;
    font-size: 15px;
}
.announcement-box{
    margin-top: 20px;
}
.announcement-link{
    margin-top: 10px;
}
.announcement-link i{
    margin: 0 10px;
    font-size: 28px;
}
.home-5{
    background: #FFF;
    padding: 10px 10px;
    width: 500px;
    margin: 10px auto 20px;
    border-radius: 10px;
    border: 2px solid #f6ca2d;
}
.home-5 img{
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .home-5{
        width: 90%;
    }
}

/*--- PARTNERS ---*/
.partners-box{
    margin: 20px 0;
}
.partners-box h5{
    border-bottom: 1px solid #f6ca2d;
    padding: 0 0 10px
}
.partners-box span{
    display: block;
    color: #f6ca2d;
    font-weight: 700;
    text-decoration: underline;
    text-align: right;
}

/*--- PLUS ---*/
.plus-claim{
    text-align: center;
}
.plus-claim button{
    background: #f6ca2d;
    margin: 20px 0 40px;
    width: 250px;
    padding: 20px;
    border: 0;
    border-radius: 10px;
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
}
.plus-claim-form{
    margin: 30px 0;
}
.plus-claim-form h3{
    padding-bottom: 20px;
    border-bottom: 2px dotted #CCC;
    margin-bottom: 20px;
    color: #f6ca2d !important;
}
.plus-app{
    text-align: center;
    margin: 30px 0 20px;
}
.plus-app img{
    width: 200px;
    max-width: 100%;
}

/*--- TABLEPRICE ---*/
.pricing-table{
    width: 100%;
}
.pricing-table h2{
    background: #f6ca2d;
    color: #FFF;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 0;
    margin: 0;
    text-transform: uppercase;
}
.pricing-header td{
    border-bottom: 2px solid #999;
    vertical-align: middle;
    padding: 10px 0;
    font-weight: 700;
    background: #EFEFEF;
    font-size: 14px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .pricing-header td{
        font-size: 8px !important;
    }
    .pricing-details td{
        font-size: 8px !important;
    }
    .pricing-details td:nth-child(1){
        width: 28%;
        padding: 0 1%;
        font-size: 8px !important;
    }
    .pricing-details td:nth-child(2),
    .pricing-details td:nth-child(3){
        width: 18%;
        padding: 0 1%;
    }
}
.pricing-header td:first-child{
    text-align: left;
}
.pricing-header td:nth-child(1){
    padding-left: 10px;
}
.pricing-details td{
    border-bottom: 1px solid #CCC;
    vertical-align: middle;
    padding: 7px 0;
    height: 46px;
    position: relative;
}
.pricing-details td:nth-child(1){
    padding-left: 10px;
    width: 30%;
}
.pricing-details td:nth-child(2){
    text-align: center;
    width: 20%;
}
.pricing-details td:nth-child(3){
    width: 20%;
    font-weight: 700;
    -webkit-animation-name: pricecolor; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: pricecolor;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    text-align: center;
}

.pricing-details td:nth-child(4){
    width: 20%;
}
.pricing-details:hover td{
    background: #FAFAFA;
    border-bottom: 1px solid #f6ca2d;
}
.btn-purchase{
    background: #f6ca2d;
    border: 0;
    color: #FFF;
    padding: 5px;
    color: #FFF;
    font-size: 10px 15px;
    font-weight: 700;
    border-radius: 5px;
    transition: all 0.1s;
    display: block;
    width: 100%;
    cursor: pointer;
}
.pricing-details:hover .btn-purchase{
    display: block;
}
.btn-purchase:hover{
    background: #37b5ff;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes pricecolor {
    0%   {color:#f6ca2d;font-size: 13px;}
    50%   {color:#37b5ff;font-size: 13px;}
    100%   {color:#f6ca2d;font-size: 13px;}
}

/* Standard syntax */
@keyframes pricecolor {
    0%   {color:#f6ca2d;font-size: 13px;}
    50%   {color:#37b5ff;font-size: 13px;}
    100%   {color:#f6ca2d;font-size: 13px;}
}

.pricing-note{
    margin: 0 0 0 20px;
    padding: 0; 
}
.pricing-recommend{
    margin: 0 0 0 0px;
    padding: 0; 
}
.pricing-recommend li{
    margin: 0;
    padding: 5px 10px;
    list-style:none;
    text-transform: capitalize;
    font-size: 14px;
    border-bottom: 1px dotted #FFF;
    background:  #f6ca2d;
    color: #FFF;
    font-weight: 700;
}
.dkuywW {
    display: none!important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
