@media (min-width: 992px){
    .navbar-nav.nav-left {
        margin-left: 0 
    }
}
.trip-overview{
}
.trip-overview .grey{
    background-color: #f2f2f2;
    padding-top: 15px;
    padding-bottom: 15px;
}
.trip-overview .white{
    background-color: transparent;
    margin-bottom: 40px;

}
.trip-overview h2{
    font-family: 'Arial Negrita', 'Arial Normal', 'Arial';
    font-weight: 700;
    font-style: normal;
    color: #666666;
}
.trip-overview h4{
    font-weight: bold
}
.trip-overview h5{
    font-weight: 700;
    font-style: normal;
    color: #666666;
    font-size: 18px;
}

.trip-overview .banner img.banner-img{
    
    width: 100%;
    height: auto;
}
.trip-overview .banner{
    position: relative;
    margin-top: 0;
    background-image: url(../images/banner.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: inline-block;
    height: auto;
    padding-top: 18px;
    padding-left: 18px;
}
.banner .prepare-trip{
    position: relative;
    background-color: rgba(255, 255, 255, 0.95);
    padding-top: 20px;
    padding-left: 36px;
    padding-right: 36px;
    padding-bottom:  30px;
    width: 335px;
    height: auto;
    display: block;
    float:left;
    margin-bottom: 1px;

}
.banner .beauty-box{
    position: relative;
    display: block;
    float: left;
    background-color: rgba(34, 129, 162, 0.9);
    padding-left: 20px;
    padding-right: 36px;
    padding-bottom: 30px;
    width: 335px;
    height: 151px;
    padding-top: 35px;
    margin-right:2px;
    margin-top: 2px;

}
.banner .beauty-box.phone{
    width: 385px;
    padding-right: 20px;
}
.banner .beauty-box.social{
    width: 580px;
}
.banner .beauty-box .logos{
    width: 15%;
    float: left;
    font-size: 28px;
    color:white;
}
.banner .beauty-box .text{
    width: 85%;
    float: left;
    color:white;
    font-size: 14px;
    font-family: Comme;
}


.app-mobile{
    width:50%;
    display: block;
    height: 45px;
    float: left;
    margin-top: 10px;
    position: relative;
}
.app-mobile.app-store{
    float: right;
    padding-left: 20px;
}
.app-mobile.google-play::after{
    border-right: 1px solid #75b3c2;
    height: 30px;
    width: 1px;
    content: ' ';
    line-height: 45px;
    top: 8px;
    right: 9px;
    position: absolute;
}
.app-mobile .icon{
    width:20%;
    height: 45px;
    float: left;
    background-color: transparent;
    color:white;
    line-height: 45px;
    text-align: left;
    font-size: 22px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.app-mobile .text-brand{
    padding-top: 5px;
    width:70%;
    height: 45px;
    float: left;
    color:white;
    background-color: transparent;
    text-align: left;
    line-height: 18px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.app-mobile .text-brand .free{
    font-size: 11px;
    font-family: Comme;
}
.app-mobile .text-brand .brand-name{
    font-family: CommeMedium;
    font-size: 16px;
}
.banner .beauty-box .text .linking{
       margin-top: 24px;
}
.banner .beauty-box .text .linking a{
        color:#fff;
    }
.banner .beauty-box .text a:hover{
  
    color:#45c69b;
    text-decoration: none;
 
}

.banner .prepare-trip .trip-name{
    font-family: CommeHeavy;
    font-size: 50px;
    color:#333333; 
    padding-top: 0;
    line-height: 50px;
    padding-bottom: 25px;
}
.banner .prepare-trip .trip-name.small{
    font-family: Comme;
    font-weight: bold;
    font-size: 20px;
    color:#333333; 
    padding-top: 20px;
    line-height: 20px;
    padding-bottom: 5px;
}
.beauty-blue{
    background-color: #1a95c2;
    width: 100%;
    font-size: 18px;
    font-family: CommeMedium;
    padding-top: 17px;
    padding-bottom: 17px;
    text-align: center;
    color:#ffffff;
    display: block;
    border-radius: 3px;
    filter: drop-shadow(0 0 18px #1a95c280);
    border: 2px solid transparent;

}
.beauty-blue:hover{
    border: 2px solid #1a95c2;
    background-color: transparent;
    color:#1a95c2;
    filter: drop-shadow(0 0 0px #1a95c280);
    text-decoration: none;
}
.banner .prepare-trip .dates{
    font-family: CommeMedium;
    font-size: 20px;
    color:#333333; 
    padding-bottom: 11px;
}
.banner .prepare-trip .text{
    font-size: 16px;
    color:#333333; 
    padding-bottom: 16px
}
#form-step-4{
    padding-left: 20px;
}

.missing-info-alert{
    border-width: 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 15px 20px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 2px;
    border-style: solid;
    
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
}
.missing-info-alert.blue{
    border-color: rgba(51, 153, 204, 1);
}
.missing-info-alert.red{
    border-color:rgba(255, 51, 0, 1);
}
.missing-info-alert.green{
    border-color: rgba(0, 204, 102, 1);
}
.trip-overview .overview-section{
    margin-top: 20px;
    margin-bottom: 15px;
    width: 100%;
}
.trip-overview .overview-section .row > div:first-child{
    padding-left: 0;
}
.trip-overview .overview-section .row > div:last-child{
    padding-right: 0;
}
.trip-overview .overview-section .box{
    border-width: 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px;
    padding-top: 35px;
    height: 192px;
    padding-bottom: 35px;
    background: inherit;
    background-color: rgba(201, 201, 201, 1);
    border: none;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 22px;
    margin-bottom: 5px;
}
.trip-overview .overview-section .box .btn{
    position: absolute;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    width: 220px; /* Need a specific value to work */
    bottom: 40px
}
.trip-overview .white h4{
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: bold;
    color: #333333;
    
}
.lastChat h4{
    margin-left: 4%;
}
.blue-anchor{
    color: #1a95c2;
    font-size: 14px;
    font-family: CommeMedium;
}
.blue-anchor:hover{
    color: #45c69b;
    text-decoration: none;
}
.especialist{
    padding-right: 0;
    text-align: center;
    color: #333333;
    font-family: CommeMedium;
}
.chat-arrow{    
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 25px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    left: -26px;
    top: 0;
}
.trip-overview .text.message{
    border-width: 0px;
    background: inherit;
    background-color: #ffffff;
    border: none;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px 25px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 9px #f2f2f2);
    }
.trip-overview .text.message p{
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        color: #333333;
        word-wrap: break-word;
        overflow: hidden; 
    }
    .blue-btn.btn.only-desktop{
        display: inline-block;
        
    }    
.trip-overview .especialist img {
    width: 92%;
    margin-bottom: 10px;
    padding-right: 10px;
}

.trip-overview .passengers_table td{
    width: 50%
}

.trip-overview div.passenger-row{
    border-top: 1px solid #e9ecef;
    padding-top: 9px;
    padding-bottom: 9px;
    color:#333333;
}
.trip-overview div.passenger-row:last-child{
    border-bottom: 1px solid #e9ecef !important;
}
.passenger-progress{
    font-size: 14px;
    color: #333333;
}
.passenger-progress.completed:before {
    display: block;
    content: url(../images/checkmark.png);
    left: -7px;
    background-color: transparent;
    top: -2px;
    margin-top: 0;
    font-size: 18px;
    width: auto;
    height: auto;
    font-weight: bold;
    position: absolute;
    transform: scale(0.7);

}

.passenger-progress.incompleted:before {
    display: block;
    content: url(../images/warning-orange.png);
    left: 4px;
    background-color: transparent;
    top: 0px;
    margin-top: 0;
    font-size: 18px;
    width: auto;
    height: auto;
    font-weight: bold;
    position: absolute;
    transform: scale(0.7);

}

.white-column{
    background-color: white;
    padding-top: 30px;
    padding-bottom: 35px;
    border-right: 1px solid #f2f2f2;
}

#toast-container>div{
width: 920px;
max-width: 100%;
height: 120px;
padding-left: 140px;
opacity: .98;
}

#toast-container>.toast-warning {
    background-image: url(../images/warning.png)!important;
    background-position: 0px center;
}

.toast-title {
    font-weight: bold;
    color:#fff;
    font-size: 28px;
}
.toast-message span{
    font-size: 16px;
}
.toast-message p{
}
.toast-message a{
    font-size: 16px !important;
    font-family: CommeSemibold !important; 
    color:#fff !important;
    text-decoration: none !important;
}

