/*TOP BAR*/
.top-bar {
    background: #00a3b4;
    color: #fff;
    font-size: 0.9rem;
    padding: 10px 0;
    height:70px;
}

.top-bar .contact-info {
    margin-right: 20px;
}

.top-bar ul {
    margin-bottom: 0;
}

.top-bar .contact-info a {
    font-size: 0.8rem;
}

.top-bar ul.social-custom {
    margin-left: 20px;
}
.top-bar ul {
    margin-bottom: 0;
}

.top-bar a.login-btn i, .top-bar a.signup-btn i {
    margin-right: 10px;
}

.top-bar ul.social-custom a:hover {
    background: #4fbfa8;
    color: #fff;
}
.top-bar ul.social-custom a {
    text-decoration: none !important;
    font-size: 0.7rem;
    width: 26px;
    height: 26px;
    line-height: 26px;
    color: #999;
    text-align: center;
    border-radius: 50%;
    margin: 0;
}
a:focus, a:hover {
    color: #348e7b;
    text-decoration: underline;
}
.top-bar a.login-btn, .top-bar a.signup-btn {
    color: #eee;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none !important;
    font-size: 0.75rem;
    font-weight: 700;
    margin-right: 10px;
}

.preloader {
    display: none;
    position: fixed;
    z-index: 100; /* High z-index so it is on top of the page */
    top: 50%;
    left: 50%; /* or: left: 50%; */
    z-index: 10;
    width:100%;
    height:100%;
}


/*STEP WIZARD*/
.stepwizard{margin-top:40px;}

.stepwizard-step p {
    margin-top: 10px;    
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;     
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
    
}

.stepwizard-step {    
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}


/* PRODUCT GRID */
.view-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
}
.thumbnail
{
    margin-bottom: 30px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 1rem;
    border: 0;
}
.item.list-group-item .img-event {
    float: left;
    width: 30%;
}

.item.list-group-item .list-group-image
{
    margin-right: 10px;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
    display: inline-block;
}
.item.list-group-item .caption
{
    float: left;
    width: 70%;
    margin: 0;
}

.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item.list-group-item:after
{
    clear: both;
}

/* Tablet and bigger */
@media ( min-width: 768px ) {
    .grid-divider {
        position: relative;
        padding: 0;
    }
    .grid-divider>[class*='col-'] {
        position: static;
    }
    .grid-divider>[class*='col-']:nth-child(n+2):before {
        content: "";
        border-left: 1px solid #DDD;
        position: absolute;
        top: 0;
        bottom: 0;
    }
    .col-padding {
        padding: 0 15px;
    }
}







/** CUSTOM */

.step-wizard-primary {
    background-color: #00a3b4;
    color: white;
    font-weight: bold;
}

.step-wizard-standard {
    background-color: white;
    color: #00a3b4;
    border-style: solid;
    border-color: #00a3b4;
    font-weight: bold;
}

.continue-btn {
    background-color: #fa6f24;
    color: white;
}

.red {
    color:red;
}

.form-group-dot {
    padding: 20px 0;
    background-color: #00a3b4;
    color:white;
}

.form-group-password {
    padding: 20px 0;
    background-color: #d8d8d8;
}


.large-checkbox {
    width: 34px;
    height: 40px;
    margin-top: 12px;
}



@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url('../fonts/Montserrat/Montserrat-Black.ttf') format("truetype");
}

@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url('/fonts/Montserrat/Montserrat-Bold.ttf') format("truetype");
}

@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url('/fonts/Montserrat/Montserrat-BoldItalic.ttf') format("truetype");
}


.font-regular {
    font-family: 'Montserrat', sans-serif;
}

.font-bold {
    font-family: 'Montserrat', sans-serif;
    font-weight:bold;
}

.font-bold-italic {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-style: italic;
}

.font-prices-blue {
    color:#24485e;
    font-size: 22px;
}

.container {
    max-width: 1400px !important;
}

/** MAKE MODAL SCROLLABLE */
.modal-dialog-scrollable,
.modal-content-scrollable {
    /* 80% of window height */
    height: 97%;
}
.modal-body-scrollable {
    /* 100% = dialog height, 120px = header + footer */
    max-height: calc(100% - 120px);
    overflow-y: scroll;
}

.logo-custom {
    margin: auto; 
    display:block;
    max-width: 100%;
    max-height: 50px; /* Adjust height as needed */
    height: auto;
    width: auto;
}
.phone-holder {
    width: 50%;
}
.logo-holder {
    width:50%;
}

@media only screen and (max-width: 620px) {
    /* For mobile phones: */
    .logo-custom {
        margin: inherit; 
        display:block;
    }
    .phone-holder {
        width: 50%;
    }

    .logo-holder {
        width:50%;
    }
  }



  .button-container {
    display: flex;
    justify-content: space-between; /* Aligns items to the edges */
    align-items: center; /* Centers items vertically */
    padding: 10px; /* Optional padding */
}