/* circle on carosel */
html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
a{
    color: black;
}
.gj-picker{
    background-color: white;
}
.carousel-indicators li {
    width: 5px;
    height: 5px;
    border-radius: 5px;
}


.error-msg{
    margin: -11px 0 17px 0;
    text-align: left;
    /* width: 100%; */
    font-size: 12px;
    background: white;
    color: #ff1100;
    border: 1px solid #ff1100;
    padding: 2px 5px;
}

.success-msg{
    margin-left: 25px;
    margin-top: 25px !important;
    text-align: left;
    width: 15%;
    font-size: 12px;
    background: white;
    color: #00ff04;
    border-radius: 10px;
    border: 1px solid #00ff04;
    padding: 6px 12px;
}


.nav-img {
    display: block;
    margin-left: 30px;
}

.nav-img>span {
    font-size: 10px;
    font-style: italic;
    color: black;
    padding: 0 5px;
}

.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.logo-img {
    position: absolute;
    top: 5px;
}

.navbar {
    border-top: 5px solid #2196F3;
    border-bottom: 1px solid #e4e4e4;
}

.carousel-tx-rw .fa-subway {
    font-size: 30px;
}

.carousel-rw {
    padding: 10px 8%;
}

.carousel-tx-rw {
    color: white;
    line-height: 40px;
    text-align: left;
}

.carousel-tx-rw h1.sub1 {
    font-weight: 400;
    text-shadow: 0 0 11px black;
}

.carousel-tx-rw h6.sub2 {
    font-size: 20px;
    font-weight: 400;
    text-shadow: 0 0 1px black, 0 0 6px black, 0 0 12px black, 0 0 10px black;
}

@media (max-width: 500px) {
    .carousel-tx-rw {
        text-align: center;
    }
    .nav-img {
        display: none;
    }
}

.position-ab-rw {
    position: absolute;
}

.position-fx-rw {
    position: fixed;
}

.zindex-rw {
    z-index: 1;
}

.container-fixed {
    position: absolute;
    top: 25%;
    z-index: 1;
}

.btn-car-rqw {
    color: #fff;
    background-color: transparent;
    border-color: white;
    border-radius: 100px;
    padding: 15px 25px;
    font-size: 18px;
    text-shadow: 0 0 1px black, 0 0 4px black, 0 0 14px black, 0 0 16px black;
    border: 2px solid white;
    font-weight: 600;
}

.btn-car-rqw:hover {
    background-color: white;
    color: black;
    text-shadow: 0 0 0px black, 0 0 0px black, 0 0 0px black, 0 0 0px black;
}

.container-scarch {
    margin-top: -100px;
    box-shadow: 0px 5px 20px 8px rgba(115, 115, 115, 0.11);
}

.container-scarch .search {
    background-color: white;
    padding: 20px 30px;
}

.container-scarch .title {
    /* background-color: #ffffff; */
    font-weight: 100;
    font-size: 30px;
    padding: 20px 30px;
    border-right: 1px solid rgba(96, 125, 139, 0.45);
    color: white;
    background: rgba(3, 168, 244, 1);
    background: -moz-linear-gradient(45deg, rgba(3, 168, 244, 1) 0%, rgba(0, 99, 180, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(3, 168, 244, 1)), color-stop(100%, rgba(0, 99, 180, 1)));
    background: -webkit-linear-gradient(45deg, rgba(3, 168, 244, 1) 0%, rgba(0, 99, 180, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(3, 168, 244, 1) 0%, rgba(0, 99, 180, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(3, 168, 244, 1) 0%, rgba(0, 99, 180, 1) 100%);
    background: linear-gradient(45deg, rgba(3, 168, 244, 1) 0%, rgba(0, 99, 180, 1) 100%);
}

.container-scarch .title h6 {
    font-weight: 100;
    font-size: 12px;
}

.carousel-indicators {
    bottom: 20%;
}

.search-rw {
    margin: 0 10% 50px 10%
}

.margin-top-search {
    margin-top: 2px
}

.margin-bottom-search {
    margin-bottom: 7px
}

@media (max-width: 768px) {
    .margin-top-search {
        margin-top: 0;
    }
    .container-scarch .title {
        border-right: 0px solid rgba(96, 125, 139, 0.45);
    }
    .margin-bottom-search {
        margin-bottom: 20px
    }
    .nav-img {
        display: none;
    }
}

.search-btn {
    background-color: transparent;
    color: black;
    border-color: black;
    font-weight: 100;
    padding-left: 20px;
    padding-right: 20px;
    float: right;
}

.search-btn:hover {
    background-color: #2196F3;
    color: white;
    border-color: #2196F3;
}

.reset-btn {
    background-color: transparent;
    color: black;
    border-color: black;
    font-weight: 100;
    padding-left: 20px;
    padding-right: 20px;
    float: right;
    margin-right: 10px
}

.reset-btn:hover {
    background-color: #dcdcdc;
    color: #3a3a3a;
    border-color: #607D8B;
}

.contact-btn {
    background-color: transparent;
    color: black;
    border-color: black;
    font-weight: 100;
    padding-left: 20px;
    padding-right: 20px;
}

.contact-btn:hover {
    background-color: #607D8B;
    color: white;
    border-color: #607D8B;
}

.search-form label {
    font-weight: 100;
    color: #607D8B;
}

.form-control {
    border: 1px solid #565656;
}

.btn-outline-secondary {
    border: 1px solid !important;
}

#pickReturn {
    margin: 0;
}

#pickReturn {
    display: none;
}

.bg-dark-rw {
    background-color: #f3f3f3 !important;
}

.footer-rw {
    color: white;
}
.footer-rw .sec2 > img{
    height: 40px;
    width: auto;
    padding: 0 10px;
    float: right;
    border-right: 1px solid #7d7d7d
}
.footer-rw .sec2 > img:first-child{
    border-right: 0px solid #7d7d7d
}
.footer-rw .sec2 > span{
    font-size: 11px;
    font-style: italic;
    font-weight: 100;
    color: #f3f5f7;
    float: right;
    margin-top: 13px;
   /* background: #4fad26;
    padding: 1px 5px;
    border: 1px solid #e2e2e2;
    box-shadow: inset 4px 0px 0px 0px #0b2a72;*/
}
.footer-rw .sec1{
    font-size: 13px;
    padding: 10px;
}

.text-center-footer {
    text-align: left;
}

@media (max-width: 577px) {
    .text-center-footer {
        text-align: center;
    }
    .nav-img {
        display: none;
    }
}


/* switch css */

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 26px;
    top: 4px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.form-check-label2 {
    position: absolute;
    top: 5px;
    left: 89px;
}


/* progress bar (navigation bar) */

.progressbar-cont {
    position: absolute;
    z-index: 11;
    top: 120px;
}

.progressbar {
    margin: 0;
    padding: 0;
    counter-reset: step;
}

.progressbar li {
    list-style-type: none;
    width: 20%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
    counter-increment: step;
}

.progressbar li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    line-height: 22px;
    border: 4px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
    font-weight: 800;
}

.progressbar li:after {
    width: 100%;
    height: 4px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 13px;
    left: -50%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: green;
    cursor: pointer;
}

.progressbar li.in {
    color: #2196f3;
}

.progressbar li.active:before {
    border-color: #55b776;
}

.progressbar li.in:before {
    border-color: #2196f3;
}

.progressbar li.active+li:after {
    background-color: #55b776;
}

.progressbar li.in+li:after {
    background-color: #2196f3;
}

.section-after {
    margin: 42vh 10% 50px 10% !important;
}

.section-after-2 {
    margin: 30vh 0 0px 0 !important;
}

@media (max-width: 500px) {
    .progressbar li:not(.in) {
        position: absolute;
        left: -9999px;
        max-height: 0px;
        overflow: hidden;
        opacity: 0;
    }
    .progressbar li.active {
        margin: 0 auto;
        float: none;
        width: 100%;
    }
    .progressbar li:after {
        width: 0;
    }
    .progressbar-cont {
        position: relative;
    }
    .section-after {
        margin: 32vh 10% 50px 10% !important;
    }
    .section-after-2 {
        margin: 18vh 0 0px 0 !important;
    }
    .nav-img {
        display: none;
    }
}

.language-tab {
    position: fixed;
    top: 58px;
    z-index: 1040;
    right: 17px;
}

.language-tab>.box {
    display: flex;
    background-color: #f7f8f9;
    padding: 2px 5px;
    border-bottom-left-radius: 6px;
    font-size: 12px;
    margin: 3px 0px;
    border-bottom-right-radius: 6px;
    border: 1px solid #d6d6d6;
    border-top: none;
}

.language-tab>.box>.lang {
    padding: 1px 3px;
    width: 50px;
    text-align: center;
    cursor: pointer;
}

.language-tab>.box>.lang:hover {
    color: #0174c4;
}

.line-mid {
    width: 1px;
    height: 18px;
    background-color: #b7b7b7;
    position: absolute;
    left: 56px;
    top: 7px;
}

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


/* login & profile*/

.index-login {
    position: fixed;
    top: 63px;
    z-index: 1000;
    display: inline-flex;
}

.index-login>.box {
    color: white;
    display: flex;
    padding: 2px 4px;
    border-radius: 20px;
    margin: 9px;
    background: rgba(3, 168, 244, 1);
    background: -moz-linear-gradient(45deg, rgba(3, 168, 244, 1) 0%, rgba(0, 99, 180, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(3, 168, 244, 1)), color-stop(100%, rgba(0, 99, 180, 1)));
    background: -webkit-linear-gradient(45deg, rgba(3, 168, 244, 1) 0%, rgba(0, 99, 180, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(3, 168, 244, 1) 0%, rgba(0, 99, 180, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(3, 168, 244, 1) 0%, rgba(0, 99, 180, 1) 100%);
    background: linear-gradient(45deg, rgba(3, 168, 244, 1) 0%, rgba(0, 99, 180, 1) 100%);
    box-shadow: 0 0 50px 20px rgba(0, 0, 0, 0.18);
}

.index-login>.box>.login,
.index-login>.box>.register {
    font-size: 13px;
    font-weight: 100;
    cursor: pointer;
    width: 44px;
    transition: .3s;
    padding: 5px 9px;
}

.index-login>.box>.register {
    width: 62px;
}

.index-login>.box>.line {
    margin: 0 3px 0 7px;
    background-color: #2196f3;
    width: 1px;
}

.index-login>.box>.login:hover,
.index-login>.box>.register:hover,
.index-login>.box>.goto-profile:hover {
    color: black;
    font-weight: 100;
}

.index-login>.box>.profile-img {
    margin-left: 1px;
    margin-top: 3px;
}

.index-login>.box>.profile-img>img {
    width: 23px;
    height: 23px;
    border: 2px solid white;
    border-radius: 20px;
}

.index-login>.box>.goto-profile {
    margin: 0 8px 0 6px;
    font-size: 13px;
    font-weight: 100;
    cursor: pointer;
    width: 44px;
    transition: .3s;
    padding: 5px 7px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 6px;
    padding-left: 8px;
}

.navbar-expand-lg .navbar-nav {
    font-size: 13px;
}

.reg {
    text-align: center;
    padding: 125px 0;
    margin: auto;
}

.log {
    text-align: center;
    padding: 75px 0 20px;
    margin: auto;
}

#reg2_ {
    display: none;
}

#log2_ {
    display: none;
}

.modal-content {
    border-radius: 19px;
    border: none;
}

.social {
    text-align: center;
    margin: 0 auto;
}

.social>img {
    margin: 0px 5px;
    cursor: pointer;
}

.to-right {
    text-align: right;
}

@media (max-width: 992px) {
    #reg_ {
        display: none;
    }
    #reg2_ {
        display: block;
    }
    #log_ {
        display: none;
    }
    #log2_ {
        display: block;
    }
}

/*second nav*/
.nav-second{
    position: relative;
    width: 100%;
    padding: 0rem 1rem;
    background: white;
    z-index: 1029;
    box-shadow: 0px 1px 20px 0px rgba(58, 58, 58, 0.1);
}

.nav-second .navlanguage-tab{
    display: block;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+U2hhcGU8L3RpdGxlPjxwYXRoIGQ9Ik0xMCAwQzQuNSAwIDAgNC41IDAgMTBzNC41IDEwIDEwIDEwIDEwLTQuNSAxMC0xMFMxNS41IDAgMTAgMHpNOSAxNy45QzUuMSAxNy40IDIgMTQgMiAxMGMwLS42LjEtMS4yLjItMS44TDcgMTN2MWMwIDEuMS45IDIgMiAydjEuOXptNi45LTIuNWMtLjMtLjgtMS0xLjQtMS45LTEuNGgtMXYtM2MwLS42LS40LTEtMS0xSDZWOGgyYy42IDAgMS0uNCAxLTFWNWgyYzEuMSAwIDItLjkgMi0ydi0uNGMyLjkgMS4yIDUgNC4xIDUgNy40IDAgMi4xLS44IDQtMi4xIDUuNHoiIGZpbGw9IiM3ODdFODgiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) 17px center no-repeat;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 10px 44px;
}

.nav-second .navlanguage-tab>span{}
.nav-second .empty-tab{}
.nav-second .button-tab{
    padding-top: 6px;
    padding-bottom: 6px;
}
.nav-second .button-tab> .back-btn{
    float: right;
    padding: 3px 12px 6px;
    border-radius: 2px;
    font-size: 12px;
    margin: 0 3px;
    cursor: pointer;
    height: 28px;
    line-height: 14px;
    width: auto;
}
.nav-second .button-tab> .login,
.nav-second .button-tab> .signup,
.nav-second .button-tab> .profile {
    float: right;
    padding: 5px 12px 6px;
    border: 1px solid black;
    border-radius: 2px;
    font-size: 12px;
    margin: 0 3px;
    cursor: pointer;
    height: 28px;
    line-height: 14px;
    width: auto;
}
.nav-second .button-tab> .after-login>span{
    font-weight: bold;
    font-style: italic;
    text-transform: capitalize;
}
.nav-second .button-tab> .login:hover{}
.nav-second .button-tab> .text{
    float: right;
    font-size: 12px;
    padding: 4px 2px 6px;
}
/*.nav-second .button-tab> .signup{}*/
.nav-second .button-tab> .signup:hover{}

@media (max-width: 991.98px){
    .nav-second > .container-fluid{
        padding-right: 0;
        padding-left: 0;
    }
}
@media (max-width: 576px) {
    .nav-second .button-tab> .text{
        display: none !important;
    }
}

.after-login{
    display: block;
}
.before-login{
    display: none;
}
.toast-lang {
    position: fixed;
    top: 106px;
    left: 38px;
    z-index: 2000;
    background-color: #ffffff;
    color: black;
    width: auto;
    border: 0px solid;
    display: none;
}
.toast-lang div.langs{
    padding: 3px 8px;
    font-size: 12px;
    cursor: pointer;
}
.toast-lang div.langs:hover{
    background-color: #eaeaea;
}

.toast-profile{
    position: fixed;
    top: 106px;
    right: 38px;
    z-index: 2000;
    background-color: #ffffff;
    color: black;
    width: auto;
    border: 0px solid;
    display: none;
}
.toast-profile div.account,
.toast-profile div.logout{
    padding: 3px 8px;
    font-size: 12px;
    cursor: pointer;
}
.toast-profile div.account:hover,
.toast-profile div.logout:hover{
    background-color: #eaeaea;
}

.toast-login-reg{
    position: fixed;
    top: 106px;
    right: 38px;
    z-index: 2000;
    background-color: #ffffff;
    color: black;
    width: 300px;
    border: 0px solid;
    display: none;
}
.toast-password {
    position: fixed;
    top: 10%;
    right: 20px;
    z-index: 20;
    background-color: #F44336;
    color: white;
}

.card-body cite.text-card-index{
    font-weight: bold;
    color: #2196F3;
}
.mandatory-fields{
    color: red;
    font-size: 15px;
    font-weight: 600;
    padding: 0px 2px;
}
.height-top-div{
    position: relative;
    min-height: 100vh;
    margin-bottom: 72px;
}
.tooltip-inner {
    max-width: 200px;
    width: 200px;
    text-align: center;
    background-color: #2196F3;
}
