/* @font-face {

    font-family: "Google Sans";

    src: url("../../fonts/GoogleSans-Medium.eot");

    src: url("../../fonts/GoogleSans-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/GoogleSans-Medium.woff2") format("woff2"), url("../../fonts/GoogleSans-Medium.woff") format("woff"), url("../../fonts/GoogleSans-Medium.ttf") format("truetype"), url("../../fonts/GoogleSans-Medium.svg#GoogleSans-Medium") format("svg");

    font-weight: 500;

    font-style: normal;

}



@font-face {
font-family: "Google Sans";

    src: url("../../fonts/GoogleSans-Regular.eot");

    src: url("../../fonts/GoogleSans-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/GoogleSans-Regular.woff2") format("woff2"), url("../../fonts/GoogleSans-Regular.woff") format("woff"), url("../../fonts/GoogleSans-Regular.ttf") format("truetype"), url("../../fonts/GoogleSans-Regular.svg#GoogleSans-Regular") format("svg");

    font-weight: normal;

    font-style: normal;

}



@font-face {

    font-family: "Google Sans";

    src: url("../../fonts/GoogleSans-Bold.eot");

    src: url("../../fonts/GoogleSans-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/GoogleSans-Bold.woff2") format("woff2"), url("../../fonts/GoogleSans-Bold.woff") format("woff"), url("../../fonts/GoogleSans-Bold.ttf") format("truetype"), url("../../fonts/GoogleSans-Bold.svg#GoogleSans-Bold") format("svg");

    font-weight: bold;

    font-style: normal;

} */


/*Default-CSS*/

input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}

input[type="file"] {
    cursor: pointer;
}

html body {
    font-family: 'Arial', sans-serif;
    margin: 0;
}

*::-moz-selection {
    color: #fff;
    background: #000;
}

*::-webkit-selection {
    color: #fff;
    background: #000;
}

*::-webkit-input-placeholder {
    color: #a3a3a3;
    opacity: 1;
    font-size: 13px;
}

*:-moz-placeholder {
    color: #a3a3a3;
    opacity: 1;
    font-size: 13px;
}

*::-moz-placeholder {
    color: #a3a3a3;
    opacity: 1;
    font-size: 13px;
}

*:-ms-input-placeholder {
    color: #a3a3a3;
    opacity: 1;
    font-size: 13px;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
    text-decoration: none;
}

*::after,
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

ul,
ul li,
ol,
li {
    list-style: outside none none;
    font-family: 'Source Sans Pro';
}

body ul {
    margin: 0;
    padding: 0;
}

body a {
    outline: none;
    color: #555;
}

body a:hover {
    color: #000;
}

body .clearfix,
body .clear {
    clear: both;
    line-height: 100%;
}

body .clearfix {
    height: auto;
}

* {
    outline: none!important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

div input,
div select,
div textarea,
div button {
    font-family: 'Arial', sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: "Arial";
    font-weight: 500;
    font-style: normal;
    line-height: 120%;
    color: #333;
    margin: 0 0 15px;
}

body h1 {
    font-size: 24px;
}

body h2 {
    font-size: 26px;
}

body h3 {
    font-size: 18px;
}

body h4 {
    font-size: 16px;
}

body h5 {
    font-size: 12px;
}

body h6 {
    font-size: 10px;
}

body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
    margin-bottom: 0;
}

div select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div select option {
    font-size: 13px;
    color: #a3a3a3;
    padding: 2px 5px;
}

img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

body p {
    color: #333;
    font-family: "Arial";
    font-weight: normal;
    font-size: 15px;
    line-height: 140%;
    margin: 0 0 5px;
    padding: 0;
}

body p:empty {
    margin: 0;
    line-height: 0;
}

body p:last-child {
    margin-bottom: 0;
}


/*Default-CSS close*/
input,
input::-webkit-input-placeholder,
.ytr-booking-search-form form input,
.ytr-booking-search-form form input::-webkit-input-placeholder{
    font-size: 18px;
}

.yatra_type_train .depart_bus_no{
    display: none;
}
/* .yatra_type_bus .depart_train_no{
    display: none;
} */
div#wrapper {
    width: 100%;
    min-height: calc(100vh - 90px);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 20px 0 20px 0;
    position: relative;
}

.ytr-booking-search-wrapper {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.ytr-booking-search-form {
    text-align: center;
}

.ytr-booking-search-form form {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
}

.ytr-upload-file-search-form form button,
.ytr-booking-search-form form button {
    background-color: #000;
    color: #fff;
    padding: 5px 20px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #000;
    transition: all 0.5s ease 0s;
    border-radius: 0 4px 4px 0;
}

.ytr-upload-file-search-form form button:hover,
.ytr-booking-search-form form button:hover {
    background-color: transparent;
    color: #000000;
}

.ytr-booking-search-form form input {
    margin: 0 auto;
    margin-right: 10px;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    border: 1px solid #D0CFCE;
    outline: none;
    border-radius: 4px 0 0 4px;
}

.booking-search-list {
    display: flex;
    flex-wrap: wrap;
    /*margin: 0 -5px;*/
    width: auto;
    padding-top: 10px;
    justify-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.booking-search-list>li.err-no-data {
    padding: 15px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}

.booking-search-list>li {
    width: 500px;
    padding: 10px;
    border: 1px solid #ccc;
    margin-left: 0;
    margin-right: 0;
    background: #f9f9f9;
    border-radius: 4px;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
    box-shadow: 1px 1px 8px rgba(0,0,0,0.06);
}

.main-details h2 {
    margin-bottom: 5px;
}

.main-details {
    margin-bottom: 10px;
}

.card-member-wrapper {
    margin-bottom: 5px;
}

.card-member-wrapper,
.card-additional-details,
.card-train-wrapper>div {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 4px;
}

.card-member-wrapper h3 p {
    column-count: 2;
}

.trn_coach_seat span,
.card-member-wrapper h3 p span{
    display: block;
    position: relative;
    padding-left: 10px;
}

.trn_coach_seat span:after,
.card-member-wrapper h3 p span:after {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #000;
    border-radius: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
}

.card-additional-details {
    /*display: flex;*/
    justify-content: space-between;
    position: relative;
    /*left: 10px;*/
    /*right: 10px;*/
    /*bottom: 10px;*/
}

.card-additional-details > p {
    margin: 0 10px 0 0;
    font-size: 15px;
}
.card-additional-details > p .no-list,
.card-additional-details > p.bus-no{
    font-size: 18px;
    font-weight: 600;
}

.card-train-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.card-train-wrapper>div {
    width: calc(100% - 0px);
    margin-bottom: 5px;
}

#wrapper>ul {
    width: 400px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    height: calc(100vh - 35px);
    display: flex;
    align-items: center;
}

#wrapper ul .form-wrap-li:not(:first-of-type) {
    display: none;
}

#wrapper ul li.form-wrap-li {
    width: 100%;
    position: relative;
    text-align: left;
}

.form-box {
    width: 100%;
    max-width: 400px;
    background-color: #fff;
    border: 1px solid #cecece;
    min-height: 425px;
    margin: auto;
    padding: 30px;
    box-shadow: 5px 5px 10px rgba(204, 204, 204, 0.5);
}

.form-box a.logo-wrap {
    display: table;
    margin: 20px auto 30px;
}

.form-box .from-title-wrap h2 {
    font-size: 18px;
    color: #171717;
    margin-bottom: 5px;
}

.form-box .from-title-wrap p {
    font-size: 12px;
    color: #878787;
}

.form-wrapper {
    margin: 25px 0 0;
}

.form-wrapper .main-form .form-field input,
.form-wrapper .main-form .form-field select {
    width: 100%;
    border: none;
    padding: 12px 5px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    color: #a3a3a3;
    font-family: "Arial";
    font-weight: normal;
}

.form-wrapper .main-form .form-field select {
    background-image: url("../../images/down-arrow.png");
    background-repeat: no-repeat;
    background-position: 97% 50%;
    padding: 12px 25px 12px 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=number] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.form-wrapper .main-form .form-field.submit-btn input {
    display: table;
    width: 100%;
    max-width: 120px;
    background-color: #3e71f2;
    color: #fff;
    font-size: 16px;
    letter-spacing: .5px;
    font-weight: 500;
    padding: 10px 0;
    border-radius: 5px;
    margin: 0 0 0 auto;
    cursor: pointer;
}

.form-wrapper .main-form .form-field.submit-btn input:hover {
    background-color: rgba(62, 113, 242, .8);
}


/* Base for label styling */

.form-wrapper .main-form .form-field [type="checkbox"]:not(:checked),
.form-wrapper .main-form .form-field [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.form-wrapper .main-form .form-field [type="checkbox"]:not(:checked)+label,
.form-wrapper .main-form .form-field [type="checkbox"]:checked+label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    font-size: 12px;
    color: #424242;
    font-family: "Arial";
}


/* checkbox aspect */

.form-wrapper .main-form .form-field [type="checkbox"]:not(:checked)+label:before,
.form-wrapper .main-form .form-field [type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #c6d5fb;
    background: #fff;
    border-radius: 2px;
}


/* checked mark aspect */

.form-wrapper .main-form .form-field [type="checkbox"]:not(:checked)+label:after,
.form-wrapper .main-form .form-field [type="checkbox"]:checked+label:after {
    content: '\2713\0020';
    position: absolute;
    top: 3px;
    left: 2px;
    font-size: 12px;
    line-height: 0.8;
    color: #3e71f2;
    transition: all .2s;
}


/* checked mark aspect changes */

.form-wrapper .main-form .form-field [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

.form-wrapper .main-form .form-field [type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}


/* disabled checkbox */

.form-wrapper .main-form .form-field [type="checkbox"]:disabled:not(:checked)+label:before,
.form-wrapper .main-form .form-field [type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

.form-wrapper .main-form .form-field [type="checkbox"]:disabled:checked+label:after {
    color: #999;
}

.form-wrapper .main-form .form-field [type="checkbox"]:disabled+label {
    color: #aaa;
}

.form-wrapper .main-form .form-field.submit-btn {
    margin-top: 30px;
}

#otp-verification .from-title-wrap,
#otp-verification .form-wrapper .main-form .form-field input {
    text-align: center;
}

#otp-verification .form-wrapper .main-form .form-field input::-webkit-input-placeholder {
    color: #000;
}

#otp-verification .form-wrapper .main-form .form-field input:-moz-placeholder {
    color: #000;
}

#otp-verification .form-wrapper .main-form .form-field input::-moz-placeholder {
    color: #000;
}

#otp-verification .form-wrapper .main-form .form-field input:-ms-input-placeholder {
    color: #000;
}

#otp-verification .form-wrapper .main-form .form-field.submit-btn input,
.login-form-wrap-li .form-wrapper .main-form .form-field.submit-btn input {
    max-width: 190px;
    margin: 0 auto 0 auto;
}

.form-wrapper .main-form .form-field.mobile-no span {
    width: 10%;
    float: left;
    padding: 12px 0 12px 5px;
    border-bottom: 1px solid #e5e5e5;
    color: #a3a3a3;
    font-family: "Arial";
    font-weight: normal;
    font-size: 13px;
}

.form-wrapper .main-form .form-field.mobile-no input {
    width: 90%;
    float: right;
}

.form-wrapper .main-form .form-field.mobile-no span:after {
    content: "";
    border-right: 1px solid #a3a3a3;
    padding-left: 5px;
}

.form-wrapper .main-form .form-field.mobile-no:after {
    content: "";
    display: block;
    clear: both;
}

.form-wrapper .main-form .form-field.adhar-number input {
    background-image: url("../images/adhar-card.png");
    background-repeat: no-repeat;
    background-position: 97% 50%;
    padding: 12px 40px 12px 5px;
}

footer{
    text-align: center;
    /*position: absolute;*/
    top: auto;
    bottom: 10px;
    width: 100%;
}
footer a{
    color: #0000bf;
    font-weight: 600;
}

footer#footer {
    position: fixed;
    top: auto;
    bottom: 0;
    background-color: #f6f6f6;
    width: 100%;
    height: 35px;
    left: 0;
    right: 0;
    text-align: center;
}

footer#footer h2 {
    line-height: 35px;
    font-size: 16px;
}

.form-bottom-links ul {
    text-align: right;
    margin-top: 10px;
}

.form-bottom-links ul .form-bottom-link-wrap {
    display: inline-block;
    vertical-align: top;
    margin-right: 45px;
}

.form-bottom-links ul .form-bottom-link-wrap:last-child {
    margin-right: 0;
}

.form-bottom-links ul li .form-bottom-link {
    color: #000000;
    font-size: 15px;
    font-family: "Arial";
    font-weight: normal;
    font-style: normal;
}

.form-bottom-links ul li .form-bottom-link:hover {
    color: #3e71f2;
}

.form-pages {
    display: flex;
    align-items: center;
    height: 100vh;
}

.single-product-page .form-box {
    max-width: 610px;
}

.half-width.form-field {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.half-width.form-field:nth-child(2n) {
    margin-right: 0;
}

.single-product-page .form-wrapper .main-form .form-field.submit-btn {
    clear: both;
}

.quantity {
    position: relative;
}

.quantity input {
    float: left;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 30px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-family: "Arial", Helvetica, sans-serif !important;
    line-height: 100%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 3px;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: 3px;
    height: 50%;
}

.half-width.form-field.quantity input.custom-number {
    border: 1px solid #e5e5e5;
    padding: 7px 25px 7px 5px;
    height: 30px;
    width: 100%;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.half-width.form-field.quantity.rupees input.custom-number {
    width: 88%;
}

.single-product-page .form-wrapper .main-form .form-field select {
    padding: 7px 25px 7px 5px;
}

.rupees span {
    width: 12%;
    float: left;
    line-height: 30px;
    text-align: center;
    background-color: #e0e0e0;
    color: #949494;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.advance-wrap .advane-bottom {
    margin: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.advance-wrap .advane-bottom.open {
    max-height: 800px;
}

.advance-wrap .advane-top {
    display: inline-block;
}

.advance-top .toggle-link {
    display: inline-block;
    background-color: #9f9f9f;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
    font-size: 16px;
    margin-top: 15px;
    position: relative;
}

.advance-top .toggle-link:after {
    content: "";
    width: 214%;
    height: 1px;
    background-color: #e9e9e9;
    display: block;
    position: absolute;
    right: -234%;
    top: 50%;
}

.advance-top .toggle-link i {
    padding-left: 10px;
    font-size: 18px;
}

.advance-wrap .advane-bottom .advance-form-wrap {
    padding: 25px 0 0;
}

.dummy-card-template {
    display: none;
}

.ytr-upload-file-search-form form {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 4px;
}

.ytr-upload-file-search-form form>input[type="file"] {
    width: 100%;
    margin-bottom: 10px;
}

.ytr-upload-file-search-form form button {
    border-radius: 4px;
    display: table;
    margin-top: 10px;
}

.booking-search-list > li h3 {
    font-weight: 600;
}

.no-list{
    text-decoration: underline;
    padding-left: 0 !important;
}
.no-list:after{
    display: none !important;
}
p.trn_time span,
p.trn_no span {
    text-decoration: underline;
}

div#wrapper > h2 {
    font-weight: 600;
}
.main-additional-details{
    width: 100%;
    display: flex;
    max-width: 500px;
    margin: 30px auto;
    flex-direction: column;
}
.main-additional-details .sub-details{
    border: 2px solid;
    padding: 8px;
}
.main-additional-details .sub-details:last-child{
    border-top: none;
}
.main-additional-details h3{
    text-align: left;
    font-size: 16px;
}

/*fonts*/

.input-err {
    color: red!important;
    border-color: red!important;
}

@media (max-width: 980px) {
    /*.booking-search-list>li {
        width: calc(50% - 10px);
    }*/
}

@media (max-width: 767px) {
    .booking-search-list>li {
        width: calc(100% - 00px);
    }
    .card-train-wrapper>div {
        width: calc(100% - 00px);
    }
    .card-additional-details * {
        font-size: 12px;
    }

    ul.filter-details {
        column-count: 1;
    }

    ul.filter-details > li .fd-members{
        width: 100%;
        padding: 0;
    }

    ul.filter-details > li {
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .ytr-booking-search-form form{
        flex-wrap: wrap;
        justify-content: center;
    }

    .ytr-booking-search-form form input{
        width: 100%;
        margin: 0 0 10px 0;
        border-radius: 4px;
    }

    .ytr-booking-search-form form button {
        padding: 10px 17px;
        border-radius: 4px;
    }
}
