@media (min-width: 992px){
    .container {
        max-width: 100%;
    }

}
@media (min-width: 1200px){
    .container {
        max-width: 1200px;
    }
}
@media (min-width: 1366px){
    .container {
        max-width: 1366px;
    }

}

@font-face {
    font-family: "Comme";
    src: url("fonts/comme/Comme-Regular.ttf");
}
@font-face {
    font-family: "Comme";
    src: url("fonts/comme/Comme-Bold.ttf");
    font-weight: bold;
}
@font-face {
    font-family: "Comme";
    src: url("fonts/comme/Comme-Light.ttf");
    font-weight: lighter;
}
@font-face {
    font-family: "CommeSemibold";
    src: url("fonts/comme/Comme-SemiBold.ttf");
}
@font-face {
    font-family: "CommeMedium";
    src: url("fonts/comme/Comme-Medium.ttf");
}
@font-face {
    font-family: "CommeThin";
    src: url("fonts/comme/Comme-Thin.ttf");
}
@font-face {
    font-family: "CommeExtraBold";
    src: url("fonts/comme/Comme-ExtraBold.ttf");
}
@font-face {
    font-family: "CommeHeavy";
    src: url("fonts/comme/Comme-Heavy.ttf");
}

.build-version{
    position: fixed;
    bottom: 15px;
    left: 10px;
    font-size: 10px;
}
.nav-item.only-desktop{
    padding-left: 0;
    padding-right: 0px;

}
.nav-item.only-desktop a{
    position: relative;
}
.p0{
    padding: 0;
}
.no-overflow{
   text-overflow: ellipsis;
  overflow: hidden;
}
.clearfix{
    clear: both;
}
.star{
    position: relative
}
.star:after{
    content: '*';
    position: absolute;
    top:0;
    right:-4px;
    font-weight: 700;
    font-size: 18px;
    color: #45c69b;
}
.star .orange-star{
    display: none;
}
.nav-item.only-desktop.active > a:after{
    content: ' ';
    border-top: 7px solid #2f9ec7;
    bottom: -2px;
    /* position: absolute; */
    width: 100%;
    display: block;
    padding: 0 26px;
    /* margin-left: -7px; */
    z-index: 1000;
}
textarea.address{

    height: 114px;
}
.circular--portrait {
  position: relative;
  width: 125px;
  height: 125px;
  overflow: hidden;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  float:none;
  margin-bottom: 10px;
    border: 3px solid #45c69b;

}
.friendly_date{
    font-family: CommeThin;
    font-size: 10px;
    color: black;
    text-align: left;
}
.especialist img{
    width: 100%;
}
span.file {
  padding: 1px 0px;
  margin-right: 20px;
}
span.file > a{
    background-size: 19px !important;
}
span.file .edit_doc{
    color:#3f51b5;
    cursor:pointer
}
span.file  > a[title$=".docx"], span.file > a[title$=".doc"]  {
  background: url('../images/Microsoft_Word_logo.png') left center no-repeat;
  padding-left: 20px;
}
span.file > a[title$=".xlsx"], span.file > a[title$=".xls"]  {
  background: url('../images/xls-icon.png') left center no-repeat;
  padding-left: 20px;
}
span.file > a[title$=".png"], span.file > a[title$=".jpg"], span.file > a[title$=".jpeg"] {
  background: url('../images/img-icon.png') left center no-repeat;
  padding-left: 20px;
}
span.file > a[title$=".pdf"] {
  background: url('../images/pdf-icon1.png') left center no-repeat;
  padding-left: 20px;
}
span.file > a[title$=".ppt"], span.file > a[title$=".ppt"] {
  background: url('../images/ppt-icon1.jpg') left center no-repeat;
  padding-left: 20px;
}
span.file > a[title$=".rar"] {
  background: url('../images/rar-icon.png') left center no-repeat;
  padding-left: 20px;
}
span.file > a[title$=".txt"] {
  background: url('../images/txt-icon.png') left center no-repeat;
  padding-left: 20px;
}
span.file > a[title$=".zip"] {
  background: url('../images/zip-icon.png') left center no-repeat;
  padding-left: 20px;
}
.btn-prev, .btn-prev:hover, .btn-prev:selected{
    background-color: transparent;
     color: #169bd5 !important;
    border: 0;
}
    .travelers_chat_btn{
        color: #333;
        padding: 4px 15px;
        border-radius: 4px;
        font-size: 14px;
        border: 1px solid #45c69b;
        font-family: CommeMedium;
        margin-left: 14px;
    }
    .travelers_chat_btn:hover{
        text-decoration: none;
        color: #666;
        background-color: #bee5d8;
    }
    .missing-info-alert .close{
        position: absolute;
        top:10px;
        right: 15px;
    }
    #navbarResponsive .navbar-nav .nav-item{
        position: relative;
        padding-left: 0px;
        padding-right: 0px;
    }
    #navbarResponsive .navbar-nav .nav-item.only-desktop:hover a{
        color: #45c69b;
        font-family: CommeMedium;

    }
    #navbarResponsive .navbar-nav .nav-item a{

    }
    #navbarResponsive .navbar-nav .nav-item:first-child{

    }
  #navbarResponsive .navbar-nav .nav-item:after{
    position: absolute;
    right: 0;
    top: 8px;
    color: #666666;
    font-size: 13px;
  }
  #navbarResponsive .navbar-nav > .nav-item:last-child:after{
    content:none;
  }
    #navbarResponsive .navbar-nav > .nav-item .notification{
            display: none;
    }
  #navbarResponsive .navbar-nav > .nav-item.incompleted .notification{
    display: none;
    position: absolute;
    padding-top: 21px;
    padding-right: 15px;
    padding-left: 10px;
    padding-bottom: 0;
    width: 238px !important;
    right: 0px;
    position: absolute;
    left: auto;
    top: 30px;
    width: 211px;
    height: 123px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 102, 51, 1);
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 20;

  }
    #navbarResponsive .navbar-nav > .nav-item.incompleted .notification p{
        font-size: 13px;
        line-height: normal;
    }
    #navbarResponsive .navbar-nav > .nav-item.incompleted .notification .clock{
        width:37px;

    }
  #navbarResponsive .navbar-nav > .nav-item.incompleted:hover .notification{
      display:block;
  }
  #navbarResponsive .navbar-nav > .nav-item.incompleted a.nav-link:before {
    display: inline-block;
    background-image: url(../images/warning-orange.png);
    /* right: -8px; */
    left: auto;
    background-color: #f2f2f2;
    /* top: 9px; */
    margin-top: 0;
    font-size: 22px;
    width: 6px;
    height: 13px;
    font-weight: bold;
    /* position: absolute; */
    content: "";
    background-size: 4px;
    background-repeat: no-repeat;
    left: 5px;
}
#smartwizard .form-text.text-muted {
    display: block;
    margin-top: .25rem;
    margin-bottom: 1rem;
}
body{
    color:rgb(51, 51, 51);
/*    font-family: Comme;*/
    background-color: #f2f2f2
}
.row{
    width: 100%;
    margin-left:0;
    margin-right:0;
}
.clock{
    width: 60px;
    float:left;
    text-align: center
}
.completeProfile{
    float:left;
    max-width: 80%;
}
*:focus {
    outline: none;
}
.underline{
    text-decoration: underline
}
.navbar-light .navbar-nav .nav-link{
    color: #333333;
    font-family: CommeMedium;
    font-size: 14px;
    padding: 8px 12px;
}
.dropdown-item{
    font-size: 0.9rem;
}
.dropdown-item.current{
    font-weight: bold;
    color:#3399CC
}

.dropdown-divider {
    margin: 0;
}
.navbar-light .navbar-nav .nav-link.grey-link{
    color:#333333;
    font-family: CommeMedium;

}
.navbar-light .navbar-nav .nav-link.grey-link i{
       font-family: arial;
    font-style: normal;
}
.navbar-light .navbar-nav .nav-link.grey-link.hello{
    color: #666666;
    cursor: default;
}
.only-mobile{
     display: none;
 }
.only-desktop{
      display: block
}
.navbar-nav.only-desktop{
    display: flex;
}
#smartwizard .row.only-desktop{
        display: flex
    }
h1,h2,h3,h4{
    color:rgb(102, 102, 102)
}
.navbar  {
    padding: 0;
}
.navbar.navbar-dark {
    background-color:#000;
}
.navbar-brand img{
    width: 45px;
    height: 45px;
}
.navbar.navbar-light {
    background-color:#f2f2f2;
}


.navbar.navbar-grey{
    background-color: #f2f2f2;
    min-height: 40px;
}
#navbarMain{
        padding-top: 15px;
}
.navbar .container {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-brand{
    padding-top: .13rem;
    padding-bottom: .13rem;
    align-items: center;
    justify-content: center;
    display: flex;
}

.custom-toggler.navbar-toggler {
    border-color: rgb(255,102,203,0);
    padding-left: 0
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='4' stroke-linecap='square' stroke-miterlimit='8' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-brand .brand-name{
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    display: inline-block;
    margin-left: 12px;
}
.passport .help-block.with-errors{
    top: 45px;
}
.phones{
    display: inline-block;
    width: auto;
    margin-left: auto;
}
.phones .phone-labels {
     float: left;
    text-align:right;
    padding-right: 6px;
    font-family: CommeMedium;
    font-size: 14px;
}
.phones .phone-numbers {
    float: left;
    font-size: 14px;
    font-family: CommeExtraBold;
    line-height: 18px;

}
.phones .phone-labels > span{
    font-size: 13px;
    color: #333333;;
    font-weight: 400
}
.phones .phone-numbers > span{
    color: #333333;
    font-size: 14px;
    font-weight: lighter;
    font-family: CommeMedium;
    margin-right: 25px
}
.font13{
    font-size:13px
}
.orange-star{
    font-weight: 700;
    font-size: 18px;
    color: #45c69b;
}
.orange-star-absolute{
    font-weight: 700;
    font-size: 18px;
    color: #45c69b;
    position: absolute;
    top: -11px;
    right: -9px;
}
.blue-btn.btn{
    background-color: #45c69b;
    color: white !important;
    padding: 16px 59px;
    font-family: CommeMedium;
    border-radius: 3px;
}
.blue-btn.btn:hover{
    background-color: white;
    color: #45c69b !important;
    border:2px solid #45c69b;
}
.blue-text{
    color:rgb(0, 153, 204)
}
.forgot-pswd-link{
    color:#1a95c2;
}
.forgot-pswd-link:hover{
    color:#83d3b5;
    text-decoration: none;

}



.grey-link{
    color:#666666;
}
.welcome{
    margin-top:30px;
    background-image:url('../images/welcome-bg.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.welcome .yourTrip{
    border: 0;
    height: 542px;

}

.welcome .yourTrip span{
    font-family: Comme;
    font-weight: bold;
}
.welcome .yourTrip .tripName{
    font-family: CommeHeavy;
    font-size: 50px;
    color: #fff;
    padding-top: 10px;
    line-height: 50px;
    padding-bottom: 25px;
}
.welcome .yourTrip .regionName, .welcome .yourTrip .dates{
    font-family: Comme;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 25px;
}

.login-wrapper{
    width: 100%;
    /*background-image: url('../images/login-bg.png');*/
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    margin-top: 0;
}
.login-wrapper img.background
    {
        width: 100%;
    }
.loginForms{
    width: 36%;
    position: absolute;
    top: 0;
    height: 100%;
    padding-top: 90px;
    background: rgba(255, 255, 255, 0.95);
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 4rem;
}

.welcome .row > div:first-child, .welcome .row > div:nth-child(2){
    background-color: white;
}
.welcome .row > div:first-child{
    padding-top: 35px;
}
.welcome .row > div:nth-child(2)>.text{
    width: 85%
}
.welcome .row > div:nth-child(2), .welcome .row > div:nth-child(3){
    padding-top: 90px;
}

 .especialist .label{
    font-size:13px;
    width: 100%
}
.inline-btn{
        width: 258px;
}
 .especialist .name{
    font-size:16px;
    width: 100%
}
.welcome h2{
   color: rgb(102, 102, 102);
   font-weight: bold;
}
.yourTrip{
    border:1px solid rgb(201, 201, 201);
    padding: 15px;
}

.yourTrip .label{
    font-size: 11px;
    margin-top: 20px
}
.yourTrip .value{
    font-size: 18px;
}

/******************* W I Z A R D **********************/
.wizard-page{

    margin-top: 15px;
    margin-bottom: 50px;
    background-image: url(../images/predeparture-back.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.wizard-page h4{
    font-weight: bold;
    margin-top: 10px;
}
.wizard-page h5{
    font-weight: 700;
    font-style: normal;
    color: #666666;
    font-size: 18px;
    margin-top: 2px;
}
hr{
    margin-top:1.5rem;
    margin-bottom:1.5rem;

}

.wizard-page form label{
    font-size:12px;
    padding-right: 5px;
    padding-left: 5px;
    text-align : right
}
.nav.nav-tabs.step-anchor{
    margin-bottom:0;
    padding-left: 80px;
    padding-top: 25px;
}

.wizard-title{
    padding: 25px 0;
    padding-left: 40px;
    color:white;
    font-family: Comme;
    font-weight: bold;
}
#smartwizard .nav-tabs .nav-item {
    margin-right:3rem;
}
.wizardtitleh2{
    color: #FFF;
    font-family: Comme;
    padding-left: 40px;
    padding-top: 35px;
    padding-bottom: 35px;
    font-weight: bold;
}

.main-hr{
        border-top:1px solid #c7eee1;
        margin-top: 0.5rem;
}
.step-section{
    margin-bottom: 25px
}
.m10 {
    margin-bottom: 10px;
}
.has-error .with-errors{
    position: absolute;
    top: -21px;
    color:red !important;
}
.form-group {
    margin-bottom: 1.4rem;
}
.has-error .form-control{
   border: 1px solid red;
}

.sw-theme-dots > ul.step-anchor > li > a > span{
    width:34px;
    height:34px;
    border-radius: 100%;
    display: flex;
    border: 1px solid #45c69b;
    color: #333333;
    align-items: center;
    justify-content: center;
    float:left;
    background-color: #45c69b;
}
.sw-theme-dots > ul.step-anchor > li > a > h5{
    margin-bottom: 0;
    margin-left: 5px;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    font-family: arial
}
.sw-theme-dots > ul.step-anchor > li.active > a span{
    background-color: #0099cc;
    color:#fff;
    border:1px #0099cc solid;
    width: 53px;
    height: 53px;
}
.sw-theme-dots > ul.step-anchor > li > a:before {
    display: none;
}
.sw-theme-dots > ul.step-anchor > li > a:after {
    display: none;
}

.sw-theme-dots > ul.step-anchor > li.incomplete > a:after {
    display: block;
    content: url(../images/warning-orange.png);
    right: auto;
    left: auto;
    background-color: transparent;
    left: 9px;
    margin-top: 0;
    font-size: 22px;
    width: auto;
    height: auto;
    font-weight: bold;
    position: relative;
}

.sw-theme-dots > ul.step-anchor > li.done > a:after {
    display: block;
    content: url(../images/checkmark.png);
    right: auto;
    left: auto;
    background-color: transparent;
    left: 9px;
    margin-top: 0;
    font-size: 22px;
    width: auto;
    height: auto;
    font-weight: bold;
    position: relative;
}

.sw-theme-dots > ul.step-anchor > li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.sw-btn-prev{
    background-color: white !important;
    border:0 !important;
    color:#169bd5 !important;
    -webkit-appearance: none;
    margin-left: 20px;
    font-family: CommeMedium;
}
.sw-btn-next, .sw-btn-finish, .btn-finish, .btn-blue{
    background-color: #169bd5 !important;
    border:0 !important;
    color:white !important;
    border-radius: 5px!important;
    padding-left: 20px!important;
    padding-right: 20px!important;
    width:170px;
    display: inline-block;
}
.sw-theme-dots > ul.step-anchor > li.active > a > span b{
    display: block;
}
.sw-theme-dots > ul.step-anchor > li.active > a > span:after{
    display: none;
}
.m-t-25{
    margin-top: 40px
}




.radio {
  margin: 0.5rem;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #45c69b;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #b4b4b4;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}


.sw-theme-dots > ul.step-anchor > li.active > a {
    color: #0099CC;
    margin-top: -11px;
}
.sw-theme-dots > ul.step-anchor > li.active > a > h5 {
    color: #0099CC;
    text-shadow:  -0.05ex 0 #0099CC, 0.05ex 0 #0099CC;
}
.bold-labels label{
    font-size: 16px !important;
    margin-bottom: 0;
    font-style: normal;
}
.m-b-0{
    margin-bottom:0px
}
.sw-btn-group{
    margin-left: 6%;
}

.pl10{
    padding-left: 10px !important;
}
.pl0{
    padding-left: 0 !important;
}
.pd20{
    padding-top: 20px
}
.pr0{
    padding-right: 0 !important;
}
.mb0{
    margin-bottom: 0 !important;
}
.mt10{
    margin-top: 10px;
}
.mb10{
    margin-bottom: 10px;
}
.mt35{
    margin-top: 25px
}
.mt40{
    margin-top: 40px
}
.pad-15{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.sw-toolbar-bottom{
    display: none
}

#step-5 .nav-pills .nav-link {
        color: rgb(51, 51, 51);
        font-size: 13px;
        border-radius: 0;
        padding: .5rem 0.7rem;

}
#step-5 .nav-pills .nav-link.active, #step-5 .nav-pills .show>.nav-link {
    color: rgb(51, 51, 51);
    background-color:rgba(242, 242, 242, 1)
}
.border-left{
        border-left: 1px solid #bebcbc;
}
.white-bg{
    background-color: white;
}
.white-color{
    color:white !important;
}
.pb20{
    padding-bottom: 20px;
}
.p-t-20{
    padding-top: 20px
}
#form-review{
    display: none
}
#missing-fields {
    padding-left: 10px
}
#missing-ields  span {
    display:none
}
.terms-box{
    max-height: 380px;
    overflow-y: scroll;
    margin-bottom: 25px;
}
.form-group.checkbox{
    margin-bottom: 0.3rem;
}
.form-group.checkbox label{
    display:none
}

.label .small{
    font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #666666;
    text-align: right;
    line-height: 28px;
}
.label .big{
    font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #666666;
    line-height: 28px;
}
.mb30{
    margin-bottom: 30px
}
.itinerary-page .tab-pane{
    padding: 15px;
}
.v2.yourTrip{
    margin-top: 40px
}
.v2.yourTrip  .label .small{
    text-align: left
}
.v2.yourTrip .label {
    margin-top: 10px;
}
.v2.yourTrip .value{
    font-size: 16px !important;
}
.especialist small{
    font-size: 11px;
}
.text.message small{
    font-size: 12px;
    position: absolute;
    bottom: 20px;
    left: right;
}
.chat-page .especialist .label {
    font-size: 13px;
    width: 100%;
    font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #333333;
}
.chat-page .chat .especialist{
    padding: 0 3px;
    padding-right: 8px;
    text-align: right;
}
.chat-page  .chat .especialist img {
    width: 4rem;
}
.chat-page textarea{
    border: 1px solid ;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(121, 121, 121, 1);
}

.chat-page .chat.own-msg .especialist{
    padding-left: 8px;
    text-align: left !important;
}
.chat-page .text.message{
    min-height: 80%;
    border-radius: 4px;
    position: relative;
}
.chat-page .passenger.own-msg {

}

.chat-page .passenger .chat-arrow {
    right: 0px;
    left: auto;
}


.chat-page .passenger.own-msg .text.message{
    background-color: #b5e8d7;
    text-align: right;
    border-radius: 4px;
    position: relative;
}
.passenger.row{
    margin-top: 8px
}

.mb5{
    margin-bottom: 5px !important
}

a[href$=".xlsx"],  a[href$=".xls"]{
    background: url('../images/xls-icon.png') left center no-repeat;
    padding-left: 20px;
    background-size: 19px;
  }

  a[href$=".docx"],  a[href$=".doc"]{
  background: url('../images/Microsoft_Word_logo.png') left center no-repeat;
  padding-left: 20px;
  background-size: 19px;
}
  a[href$=".docx"],  a[href$=".doc"]  {
  background: url('../images/xls-icon.png') left center no-repeat;
  padding-left: 20px;
  background-size: 19px;
}
   a[href$=".pdf"] {
  background: url('../images/pdf-icon1.png') left center no-repeat;
  padding-left: 20px;
  background-size: 19px;
}
a[href$=".ppt"],  a[href$=".pptx"] {
  background: url('../images/ppt-icon1.jpg') left center no-repeat;
  padding-left: 20px;
  background-size: 19px;
}

 a[href$=".txt"] {
  background: url('../images/txt-icon.png') left center no-repeat;
  background-size: 19px;
  padding-left: 20px;
}

.select2-container {
    width: 100% !important;
}

@media  (max-width: 991px) {
    .container {
        max-width: 100%;
    }

    hr {
        margin-right: 0;
        margin-left: 0;
        margin-top: 0.8rem;
        margin-bottom: 0.8rem;
    }
    .row.gridNoPadding .col-12{
        padding: 0;
    }
    h2, h4{
        padding-left: 15px;
        padding-right: 15px;
    }
    body .container{
        padding-left: 0;
        padding-right: 0
    }
    .label .big {
        font-size: 18px;
    }

    .star:after{
        display:none;
    }
    .star .orange-star{
        display: inline-block;
    }
    .trip-overview .overview-section .box .btn {
        bottom: 22px;
    }
    .overview-section .label.pull-right{
        float: left
    }
    #smartwizard {
        padding-top: 0;
        border-top: 0px solid #ccc;
    }
   .wizard-page  .tab-pane.step-content div{
        padding-left: 0;
        padding-right: 0;
    }
    #smartwizard .row.only-desktop{
        display: none
    }
    .wizard-page  .tab-pane.step-content div .btn{
        width: 49%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .wizard-page  .tab-pane.step-content div .btn.cancel-bn{
        background-color: rgba(242, 242, 242, 1) !important;
        font-size: 16px !important;
        color: #666666 !important;
        margin-right: 0;
        margin-left: 0;
    }
    .wizard-page  .tab-pane.step-content div .btn:first-child{
        margin-left:4px;
    }
    .has-error .with-errors {
        top: -18px;
    }
    .wizard-page.predeparture-page.only-mobile{
        padding: 0;
    }
    .heading-predeparture{
        padding-top:30px;
        padding-bottom:30px;
        background-image:url('../images/welcome-bg.jpg');
        background-size: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        padding-left: 20px;
    }
    .heading-predeparture h4, .heading-predeparture span{
        color:white;
    }
    .predeparture-mobile{
        padding:20px;

    }

    /************* WELCOME SCREEN *********************/
    .welcome{
        background-size: cover;
        margin-top: 0;
        background-image: none;
        background-color: white;
        padding-bottom: 50px;
    }
    .welcome .yourTrip .tripName {
        font-family: CommeHeavy;
        font-size: 50px;
        color: #fff;
        padding-top: 10px;
        line-height: 50px;
        padding-bottom: 25px;
    }
    .welcome .row{
        display: table;
    }

    .welcome .row > div{
        display: table-footer-group;
    }
    .welcome .row > div:nth-child(1){
        display: none;
        padding: 20px 0 20px 0;
        width: 25%;
        float: left;
    }
    .welcome .especialist{
        display: inline-block;
        width: 115px;
        float: left;
    }
    .especialist .name {
        font-size: 11px;
        font-family: CommeMedium;
    }
    .especialist .label {
        font-size: 11px;
        font-family: CommeThin;
    }
    .welcome .row > div:nth-child(2){
        display: block;
        padding: 20px 0 20px 0;
        width: 100%;
        max-width: 100%;
        float: left;
    }
    .welcome .row > div:nth-child(3){
        display: table-header-group;

    }
    .welcome .row > div:nth-child(2), .welcome .row > div:nth-child(3) {
        padding-top: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .welcome .row > div:nth-child(2)>.text {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .welcome h2 {
        margin-top: 29px;
    }
    .welcome .yourTrip{
        height: auto;
        padding-top: 28px;
        padding-bottom: 20px;
        background-image: url(../images/welcome-bg.jpg);
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .welcome .yourTrip .tripName {
        font-size: 20px;
        padding-top: 10px;
        line-height: 21px;
        padding-bottom: 19px;
    }


    .welcome .yourTrip .regionName, .welcome .yourTrip .dates{
        padding-top: 10px;
        line-height: 21px;
        padding-bottom: 19px;
    }

    .circular--portrait {
        position: relative;
        right: 1rem;
    }
    /************* END WELCOME SCREEN *********************/
    /*
    *
    *
    *
    *
    */
    /************* OVERVIEW SCREEN ********************/
    .banner .prepare-trip {
        width: 49%;
    }
    .banner .beauty-box {
        width: 49%;
        padding-right: 20px;
    }
    .banner .beauty-box.phone{
        width: 50%
    }
    /************* END OVERVIEW SCREEN *********************/





    /************* OVERVIEW END ***********************/
    .profile-page  .nav.nav-tabs {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .profile-page  .nav.nav-tabs li{
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 33% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .profile-page  .nav.nav-tabs li a{
        width: 100%;
        height: 47px;
        border-right: 1px solid #b7b7b7;
        background-color: rgba(242, 242, 242, 1) !important;
        border-radius: 0;
        min-width: 100%  !important;
    }
    .profile-page  .nav.nav-tabs li a.active{
        background-color: rgba(102, 204, 255, 1) !important;
    }
    .profile-page  .nav.nav-tabs li a>*{
    }
    .profile-page .tab-content > div{
        padding-right: 15px;
        padding-left: 15px;
    }

    .sw-theme-dots .step-content {
        padding-left: 45px !important;
        padding-right: 45px !important;
    }
    #smartwizard .nav.nav-tabs.step-anchor {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;

    }
    #smartwizard .nav.nav-tabs.step-anchor li{
        width: 20%;
        border-left: 1px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    #smartwizard .nav.nav-tabs.step-anchor li.active a{

    }
    #smartwizard .nav.nav-tabs.step-anchor li:first-child a{
        border-radius: 10px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px
    }
    #smartwizard .nav.nav-tabs.step-anchor li:last-child a{
        border-right: 0;
         border-radius: 10px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px
    }
     #smartwizard.sw-theme-dots > ul.step-anchor > li > a > h5 {
        display: none;
    }
    #smartwizard.sw-theme-dots > ul.step-anchor > li > a > span > b{
        color:white;
    }
    #smartwizard.sw-theme-dots > ul.step-anchor > li.incomplete > a > span > b, #smartwizard.sw-theme-dots > ul.step-anchor > li.done > a > span > b  {
        display:none
    }
    #smartwizard .nav-tabs .nav-item {
        margin-right: 0
    }
    #smartwizard .itinerary_box.yourTrip {
        background-color: white;
    }
    #smartwizard .itinerary_box.yourTrip .value{
        color: #555;
        font-size: 16px;
    }
    #smartwizard .accordion_custom .card-header{
      padding-left: 15px;
    }
    #smartwizard .yourTrip .label {
        font-size: 16px;
        font-family: CommeMedium;
        margin-top: 20px;
    }
    span.locator_Code_tooltip {
        top: -37px;
        right: 9px;
        position: absolute;
    }
    .trip-overview .grey{

    }

    .sw-btn-next, .sw-btn-finish{
        width: 60%;
        font-size: 16px;

    }
    .sw-btn-prev{
        width: 35%;
        float: left;
        background-color: rgba(242, 242, 242, 1) !important;
         font-size: 16px  !important;
        color: #666666  !important;
        margin-right: 0;
        margin-left: 0 !important;
    }
    .sw-theme-dots > ul.step-anchor > li.done > a:after, .sw-theme-dots > ul.step-anchor > li.incomplete  > a:after  {
        right: auto;
        left: auto;
        position: absolute;
        top: auto;
        bottom: auto;
    }
    .welcome.only-mobile {
        margin-top: 10px;
    }
    .welcome_body{
        background-color: #f2f2f2;
    }
    .welcome.only-mobile span.label{
        font-family: 'Arial Normal', 'Arial';
        font-weight: 400;
        font-style: normal;
        font-size: 13px;
        color: #666666;
        line-height: 28px;
    }
    .welcome.only-mobile span.label{
        font-family: 'Arial Normal', 'Arial';
        font-weight: 400;
        font-style: normal;
        font-size: 13px;
        color: #666666;
        line-height: 28px;
    }
    .welcome.only-mobile span.value{
        font-family: 'Arial Normal', 'Arial';
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        color: #666666;
        line-height: 28px;
    }
    .wizard-page form label {
        text-align: left;
        padding-left: 0px;
        padding-right: 15px;
    }

/*    .login-wrapper{
        width: 80%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        background-color: #e4e4e4;

    }*/
    .login-field-wrap .form-group label {
        text-align: left;
    }
    #navbarResponsive .navbar-nav > .nav-item:after{
      content:none;
    }
    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
         margin-right: 0;
         margin-left: 0;
    }
    .trip-overview .white h4 {
        margin-bottom: 20px;
        margin-top: 30px;
    }
    body{
        background-color: white;
    }
    .only-mobile{
        display: block
    }
    .chat-page #chatbutton{
        position: relative !important;
        right: 0!important;
        top:0!important;
        margin-top: 33px!important;
        width: 100%;
    }
    .travelers.wizard-page  #addPassengerButton{
        margin-top: 2rem !important;
    }
     .only-desktop{
        display: none !important;
    }
    .phones{
       display:none
    }
    .yourTrip{
        border:0;
        padding: 0 15px;
    }
    .mobile-section{
        border-bottom:1px solid rgb(201, 201, 201);
        padding:18px;
    }
    .specialist-image{
        width: 20%;
        float: left;
    }
    .specialist-image img{
        max-width: 100%;
    }
     .specialist-first{
        width: 80%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .wizard-page {
        margin-top: 0;
    }
    .navbar.navbar-grey{
        background-color:rgba(242, 242, 242, 1);
        min-height: 0px;
        height: 0px;
        z-index: 1000;
    }
    #navbarMain{
        padding-top: 0px;
    }
    #navbarResponsive.navbar-collapse{
        background-color: #e4e4e4;
    }
    .navbar.navbar-grey.darker{
        background-color: rgba(228, 228, 228, 1);
        height: auto;
        min-height: 40px;
    }
    .navbar.navbar-grey .back{
        display: none;
    }
    .navbar-toggler.custom-toggler {
        position: absolute;
        right: 10px;
    }
    .navbar-brand img {
        margin-left: 15px;
    }
    .navbar.navbar-grey.darker .hamburger{
        display: none;
    }
    .navbar.navbar-grey.darker .back{
/*        top: 3px;

        float: left;
        position: relative;
        margin-left: 6px;*/
        display: block;
        position: absolute;
        right: 5px;
        top: -53px;
    }
    .custom-toggler .navbar-toggler-icon{
        position: absolute;
        right: 5px;
        top: -53px;
    }
    .navbar-light .navbar-nav .nav-link.grey-link {
        font-size: 16px;
        color: #666666;
        line-height: 30px;
    }
    #navbarResponsive .navbar-nav .nav-item {
        border-bottom: 1px solid #acacac;
        padding-left:0;
        padding-right: 0;
    }
    #navbarResponsive .navbar-nav .nav-item .nav-link{
        padding-left: 5px;
        padding-right: 5px;
    }
    .dropdown-item.current {
        font-weight: bold;
        color: #000000;
    }
    .navbar.navbar-grey .container{
        padding: 0
    }
    .navbar-nav.only-desktop{
        display: none!important
    }

    .dropdown-toggle::after {
        float: right;
        margin-top: 14px;
    }
    .navbar-nav .dropdown-menu {
        background-color: rgba(242, 242, 242, 1);
        border:0;
        border-radius: 0
    }
    .navbar-nav .dropdown-menu .dropdown-item{
        color:#666666;
        font-size: 14px;
        padding: .1rem 1.5rem
    }
    .wizard-page.predeparture-page.only-mobile{
        padding: 0;
    }
    .predeparture-mobile{
        margin-top: 30px;

    }
    .predeparture-mobile .nav-link{
        padding: 0;
        font-family: Comme;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        text-align: left;
    }
    .predeparture-mobile span.nav-link{
        color: #666666;
        font-family: CommeMedium;

    }
    .predeparture-mobile a.nav-link{
        text-decoration: none;
        color:#0099CC;
    }
    #navbarDropdown::after {
        float: right;
        margin-top: 14px;
    }

    #navbarDropdown::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }
    .itinerary-page h4{
        margin-top: 0 !important;
        color: #FFFFFF!important;
        font-family: Comme!important;
        padding-left: 15px!important;
        padding-top: 28px!important;
        padding-bottom: 0!important;
        font-weight: bold!important;
        font-size: 28px!important;
    }
    .itinerary-page  {
        margin-top: 0 !important;
    }


    .itinerary-page .yourTrip{
        background-color: transparent !important;
        }
    .itinerary-page .yourTrip .label {
        font-size: 18px;
        margin-top: 20px;
        width: 100%;
        display: block;
        font-family: Comme;
        font-weight: bold;
    }
    .itinerary_box.yourTrip .value {
        font-size: 18px !important;
        font-family: CommeHeavy;
        color: #fff;
        padding-top: 10px;
        line-height: 21px;
        padding-bottom: 19px;
    }
    .itinerary-page h5{
        font-size: 14px;
    }
    .chat-page  h4 {
        margin-top: 0 !important;
    }
}
@media  (max-width: 767px) {
    .tooltip-inner {
        max-width: 70vw !important;
    }
    .container {
        max-width: 100%;
    }


    .login-title{
        font-size: 24px !important;
        margin-bottom: 20px;
        margin-top: 25px;
    }
    .navbar-brand .brand-name{
        font-size: 18px;
    }
    .trip-overview h4{
        margin-top: 40px
    }
    .login-field-wrap {
        width: 100%;
    }
    .blue-btn{
        width:100%;
    }

    /************* OVERVIEW SCREEN ********************/
    .trip-overview .banner {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        margin-top: 0;

    }
    .banner .prepare-trip {
        width: 100%;

    }
    .banner .prepare-trip .trip-name {
        font-size: 28px;
        padding-top: 0;
        line-height: 28px;
        padding-bottom: 15px;
    }
    .banner .prepare-trip .trip-name.small {
        font-size: 14px;
        padding-top: 10px;
        line-height: 18px;
        padding-bottom: 5px;
    }

    .banner .prepare-trip .dates {
        font-size: 16px;
    }

    .beauty-blue {
        font-size: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 3px;
}
    .banner .beauty-box {
        width: 49%;
        padding-right: 0px;

    }
    .banner .beauty-box.phone .text{
        width: 100%;
    }
    .banner .beauty-box.phone{
        width: 50%
    }
    .app-mobile {
        width: 50%;
        padding-left: 0px
    }

    .app-mobile.app-store {
        float: left;
        padding-left: 0;
    }
    .app-mobile .text-brand .brand-name {
        font-size: 14px;
    }

    .app-mobile .icon {
        width: 18%;
        height: 45px;
        float: left;
        line-height: 51px;
        text-align: left;
        font-size: 16px;
    }
    .app-mobile .text-brand {
        width: 80%;
    }
    .app-mobile .text-brand .free {
        font-size: 9px;
    }
    .app-mobile.google-play::after {
        content: none;
    }
    #toast-container>div {
        width: 100%;
        padding-left: 92px;;
        height: 134px;
    }
    .toast-title {
        font-size: 15px;
    }
    .toast-message span {
        font-size: 12px;
    }
    .toast-message a {
        font-size: 13px !important;
    }
    #toast-container>.toast-warning {
        background-image: url(../images/warning.png)!important;
        background-position: 0px center;
        background-size: 20% 100%;
    }
    .banner .beauty-box.phone{
        padding-right: 13px;
    }
    /************* END OVERVIEW SCREEN *********************/
}




.tiles 														{display:block; margin:0 0 30px 0; overflow:hidden;}
.tiles .button 												{color:#fff; display:block; font-weight:bold; overflow:hidden; padding:20px 10px; text-align:center;}
.tiles .button.blue 										{background:#1f497d; border:2px solid #10253f;}
.tiles .button.orange 										{background:#f79646; border:2px solid #e46c0a;}
.tiles .button.green 										{background:#9bbb59; border:2px solid #4f6228;}
.panel 														{margin-bottom:20px; background-color:#fff; border:none; border-radius:0; -webkit-box-shadow:none; box-shadow:none;}
.panel-group .panel 										{margin-bottom:0; border-radius:0;}
.panel-group .panel+.panel 									{margin-top:0;}
.panel-default 												{border:none;}
.panel-heading 												{padding:20px 15px; border:none; border-radius:0; }
.panel-default>.panel-heading 								{color:#333; background:none; border-top:1px solid #ddd;}
.panel-default>.panel-heading+.panel-collapse>.panel-body 	{border:none;}
.panel-heading .accordion-toggle:after 						{content:"×"; float:right; color:grey;}
.panel-heading .accordion-toggle.collapsed:after 			{content:"❯";}

.card-header[aria-expanded="false"]:after{
    content: url(../images/left.png);
    position: absolute;
    right: 12px;
    top: 20px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.hidden{
    display:none
}
.show{
    display:block
}
.close_section{
    content: url(../images/closex.png);
    position: absolute;
    right: 12px;
    top: 20px;
}
#profileContentMobile{
    display: none
}

#profileMobile .card{
    border:0
}
.mobileH2{
    color: #666666;
    margin-top: 10px;
    font-family: 'Arial Negrita', 'Arial Normal', 'Arial';
    font-weight: 700;
    font-size: 28px;
}
#profileMobile .card .card-header{
    background-color: rgba(255, 255, 255);
}
#profileMobile .card .card-header .btn-link{
    color: #333333;
}

#profileContentMobile>div{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    display:none;
}
#profileContentMobile  .blue-btn{
    border-width: 0px;
    width: auto !important;
    background-color: rgba(22, 155, 213, 1);
    border: none;
    border-radius: 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    color:white;
    padding-left:25px;
    padding-right:25px;
    font-size: 14px !important;
        font-family: 'Arial Normal', 'Arial';
}

#profileContentMobile  .step-section {
    margin-bottom: 0;
}

#profileContentMobile  .btn-group-toggle{
    display: block;
    width:100%;
}

#profileContentMobile  .btn-group-toggle > label{
    width: 47%;
    padding: 7px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
}

#profileContentMobile  .btn-group-toggle > label{
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(102, 102, 102, 1);
    border-radius: 5px;
    color:rgba(102, 102, 102, 1);;
}
#profileContentMobile  .btn-group-toggle > label.active{
    background-color:rgba(102, 102, 102, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(102, 102, 102, 1);
    border-radius: 5px;
    color:white;;
}
#profileContentMobile  .btn-group-toggle > label:first-child{
    float: left
}
#profileContentMobile  .btn-group-toggle > label:last-child{
    float: right
}

#profileContentMobile .col-sm-12{
    padding-left: 0;
    padding-right: 0;
}

#profileContentMobile  #usefulInfo .btn-group-toggle > label {
    width: 100%;
}

.inflex{
    display: inline-flex;
}
span.link{
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    }
span.locator_Code_tooltip{
    background-color: #169bd5 !important;
    border-radius: 20px;
    width: 25px;
    height: 25px;
    color: white;
    display: block;
    text-align: center;
    line-height: 26px;
    margin-top: 6px;
    cursor: pointer
}

.tooltip-inner {
    max-width: 373px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: left;
    background-color: #000;
    border-radius: .25rem;
    background-color: rgba(25, 158, 216, 1);
    color:white;
    border-radius: 0;
    font-size: 13px;
        font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .6rem .6rem .6rem 0;
    border-right-color: rgba(25, 158, 216, 1) !important;
}
.tooltip.show {
    opacity: 1;
    margin-left: 20px;

}
.mtminus15{
    margin-top: -15px;
}
.accordion_custom .card{
    border: 1px solid rgba(81, 81, 81, 0.34);
    border-bottom: 0px;
    border-radius: 0;

}
.accordion_custom .card:last-child{
        border-bottom: 1px solid rgba(81, 81, 81, 0.34);
}
.accordion_custom .card-header {
    background-color: white;
    border-bottom: 0px;
    border:0
}

.accordion_custom .card-header[aria-expanded="false"]:after {
    content: '+';
    position: absolute;
    right: 12px;
    top: 13px;
-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-family: 'Arial Negrita', 'Arial Normal', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #666666;
    text-align: right;
    line-height: 22px;
}

.accordion_custom .card-header[aria-expanded="true"]:after {
    content: '-';
    position: absolute;
    right: 12px;
    top: 13px;
    font-family: 'Arial Negrita', 'Arial Normal', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #666666;
    text-align: right;
    line-height: 22px;
}

.itinerary_box.yourTrip{
    background-color: rgba(242, 242, 242, 1);
    padding-top: 20px;
    padding-bottom:20px;
}

.itinerary_box.yourTrip>div>div{
    display:inline
}
.itinerary_box.yourTrip .value{
    font-size: 14px;
}

#predep_mobile .predep_heading {
    border-bottom: 0;
    padding-left: 0px;
    display: inline-block;
    padding-bottom: 10px;
    padding-left: 10px;
}
#predep_mobile .predep_heading h3>span.title{
    display: block;
    float:left;
    width: 65%;
    color:white;
}
#predep_mobile .predep_heading h3>span.buttons{
    display: block;
    float:left;
    width: 34%
}
#predep_mobile .predep_heading .regions .region{
    margin-right: 0;
     border-left: 0;
}
#predep_mobile .predep_heading .regions .region:first-child{
    border-left-width: 1px;
}

#predep_mobile .downloadinfo, #predep_mobile .print{
    display: inline;
    background-color: transparent;
    float: right;
    margin-right: 10px;
    width: 50px;
    height: 35px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid white;
}
#predep_mobile .downloadinfo img{
    width: 15px;
    margin-top: 11px;
}
 #predep_mobile .print img{
    width: 15px;

}
 #predep_mobile .predep_heading .regions {
    margin-top: 5px;
    display: block;
    position: relative;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
 #predep_mobile .predep_heading .regions {
 }
.only-mobile .passenger-progress{
    position: relative;
    margin-left: 20px;
    font-size: 12px;
        top: -4px;

}

.only-mobile .passenger-progress.incompleted:before, .only-mobile .passenger-progress.completed:before {
    transform: scale(0.7);
    top: -3px;
    left: -19px;
}
    .viewprofile{
        margin-top: 20px
    }


    .trip-overview .only-mobile .passenger-row {
        border: 1px solid #cccccc;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .trip-overview  .only-mobile .passenger-row:first-child{
        border-top: 1px solid #909090
    }
    .card{
        width:100%
    }
    .accordion_custom{
            margin-top: 20px;
    }

    .datepicker .datepicker-years .table-condensed th.switch{
        font-family: sans-serif;
    }

    .trip-overview .text.message p, .chat-page textarea{
        font-family: 'Arial Normal', 'Arial';
        text-align: left;
    }
    #smartwizard{
        display: none;
    }

    .travelers.wizard-page  #myModal2 .modal-header{
        height: auto !important;
        opacity: 1 !important;
    }
    .travelers.wizard-page  #myModal2 #invitePassengerButton{
        background-color: #1b96c3;
    }
    .travelers.wizard-page  #addPassengerButton i{
        margin-right: 10px;
    }
    .travelers.wizard-page  #addPassengerButton{
        margin-top: 10px;
        background-color: #1b96c3;
        color: #fff;
    }
    .travelers.wizard-page  #addPassengerButton:hover{
        background-color: #f0f0f0;
        color: #000;
    }

    .chat-page > h4{
        color: #FFFFFF;
        font-family: Comme;
        padding-left: 40px;
        padding-top: 35px;
        padding-bottom: 35px;
        font-weight: bold;
    }
    .chat-page #chatbutton{
        background-color: #1b96c3;
        color: #fff;
        padding: 12px 30px;
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        filter: drop-shadow(0 0 5px #1a95c280)
    }
    .chat-page #chatbutton i{
        margin-left: 10px;
    }
.chat_no_icon{

    background-color: #45c69b;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    font-size: 3.5rem;
    color: #fff;
    text-transform: uppercase;
    float: right;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}
.chat_no_icon span{
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.chat_no_icon_small{
    width: 4rem;
    height: 4rem;
    background-color: #45c69b;
    border-radius: 2rem;
    text-align: center;
    vertical-align: middle;
    line-height: 4rem;
    font-size: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    float: right;
}
.chant_message_author{
    color: #1a95c2;
}
.own-msg.passenger .chat-arrow{
    right: -23px;
    left: auto;
    transform: rotate(270deg);
    top: 2.5px;
    border-color: transparent #b5e8d7 transparent ;
}

.chat_textarea_block{
    position: relative;
}
.chat_textarea_block textArea{
   padding-right: 3rem;
   background: #f2f2f2;
   border: 1px solid #dcdcdc;
}

::-webkit-scrollbar {
  -webkit-appearance: auto;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0px 0px 1px #f2f2f2;
}
::-webkit-scrollbar-track {
  border-radius: 0;
  background: #eeeeee;
}

.login_page_responsive {
   background-image:  url(../images/login-bg.png);
   background-size: cover;
}

.login_page_responsive .loginForms{
    position: relative;
    width: auto;
    min-height: 90vh;
}

    .star-cb-group {
        /* remove inline-block whitespace */
        font-size: 0;
        /* flip the order so we can use the + and ~ combinators */
        unicode-bidi: bidi-override;
        /* the hidden clearer */
        font-size: 0;
        unicode-bidi: bidi-override;
        float: right;
        margin-top: -28px;
        }
    .star-cb-group * {
      font-size: 1rem;
    }
    .star-cb-group > input {
      display: none;
    }
    .star-cb-group > input + label {
      /* only enough room for the star */
      display: inline-block;
      overflow: hidden;
      text-indent: 9999px;
      width: 1em;
      white-space: nowrap;
      cursor: pointer;
    }
    .star-cb-group > input + label:before {
      display: inline-block;
      text-indent: -9999px;
      content: "☆";
      color: #888;
    }
    .star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
      content: "★";
      color: #1a95c2;
      text-shadow: 0 0 1px #333;
    }
    .star-cb-group > .star-cb-clear + label {
      text-indent: -9999px;
      width: .5em;
      margin-left: -.5em;
    }
    .star-cb-group > .star-cb-clear + label:before {
      width: .5em;
    }
    .star-cb-group:hover > input + label:before {
      content: "☆";
      color: #888;
      text-shadow: none;
    }
    .star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
      content: "★";
      color: #37c3f6;
      text-shadow: 0 0 1px #333;
    }

    .star-container{
      transform: rotate(180deg);
    }
    fieldset {
      border: 0;
      width: 100%;
    }





    .toggle-radios[type="radio"] {
        display: none;
    }
    .toggle-radios[type="radio"] + label {
        display: inline-block;
        background: #eee;
        border-radius: 1em;
        color: #555;
        padding: 0.3em 0.6em;
        margin-right: 0.2em;
        transition: background-color 200ms ease, color 200ms ease-out;
        cursor: pointer;
    }
    .toggle-radios[type="radio"] + label:last-child {
        margin-right: 0;
    }
    .toggle-radios[type="radio"] + label:hover {
        background: #37c3f6;


    }
    .toggle-radios[type="radio"]:focus + label {
        background: #ccc;
        color: #222;
    }
    .toggle-radios[type="radio"]:checked + label {
         background: #1a95c2;
        color: #eee;;
    }
    .toggle-radios[type="radio"]:checked + label:hover {
         background: #37c3f6;
    }

    .social_icons_{
        display:block;

    }
    .social_icons_ a{
        margin-left: auto;
        margin-right: auto;
        height: 45px;
        width: 45px;
        background-repeat: no-repeat;
        display:inline-block

    }
    .social_icons_ .fb_icon{

        background-image: url(../images/icon-fb_0.png);

    }
    .social_icons_ .ig_icon{
        background-image: url(../images/icon-instagram.png);
    }

@media  (min-width: 320px) {
.login_page_responsive button.beauty-blue{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}
}
@media  (min-width: 767px) {
    .login_page_responsive{
        padding-left: 0px;
    }
}
@media  (max-width: 767px) {
    .loginForms{
        padding-top: 30px;
        min-height: initial;
    }
    .login_page_responsive{
        min-height: 100vh;
    }
    .chat-page .especialist{
        padding-top: 10px;
        padding-left: 0
    }

}
@media  (max-width: 500px) {
    .banner .beauty-box {
        width: 100%;
        padding-right: 20px;
        height: auto;
    }
    .banner .beauty-box.phone{
        width: 100%
    }

    .app-mobile {
        width: 100%;
        padding-left: 18%;
    }
    .app-mobile.app-store {
        float: left;
        padding-left: 18%;
    }
    .app-mobile .icon {
        width: 10%;
    }
    .especialist{
        z-index: 1;
    }
}