*,
*:before,
*:after {
    box-sizing: border-box;
}

h4 {
    color: #3c0d00;
    margin: 20px 0px;
}

.none {
    margin-top: 11px;
    margin-left: 17px;
}

.form-text {
    margin-top: 30px;
}

p {
    /*color: #000;*/
}

.radio-container {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    color: #666;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.policy p{
        margin-left: 11px;
    margin-top: 7px;

}
.radio-container input {
    position: absolute;
    /*opacity: 0;*/
    cursor: pointer;
}

.radio-container input:checked ~ .checkmark {
    background-color: #e5e5e5;
}

.radio-container input:checked ~ .checkmark:after {
    display: block;
}

.radio-container .checkmark:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #57b846;
}

.date-buyer input[type=date] {
    line-height: 34px;
    height: 42px;
        margin-bottom: 8px;
}

.uploadify-button{
    height: 33px !important;
    line-height: 30px !important;
    width:170px !important;
}

.checkmark {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #e5e5e5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

input,
input[type="radio"] + label,
input[type="checkbox"] + label:before,
select option,
select
{
    width: 100%;
    padding: 10px;
    line-height: 1.4;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

input:focus {
    padding: 10px;
    line-height: 1.4;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
}

input:focus + .input-icon i {
    color: #7ed321;
}

input:focus + .input-icon:after {
    border-right-color: #7ed321;
}

input[type="radio"] {
    /*display: none;*/
        width: 15px;
    margin-top: 1px;
}

input[type="radio"] + label,
select {
    display: inline-block;
    width: 50%;
    text-align: center;
    float: left;
    border-radius: 0;
}

input[type="radio"] + label:first-of-type {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

input[type="radio"] + label:last-of-type {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

input[type="radio"] + label i {
    padding-right: 0.4em;
}

input[type="radio"]:checked + label,
input:checked + label:before,
select:focus,
select:active {
    color: #000;
    border-color: #64ac15;
}

input[type="checkbox"] {
    /*display: none;*/
    width: 15px;
}

input[type="checkbox"] + label {
    position: relative;
    /*display: block;*/
    /*padding-left: 1.6em;*/
}

input[type="checkbox"] + label:before {
    background: #7ed321;
    position: absolute;
    top: 8px;
    left: 1px;
    display: block;
    width: 1em;
    height: 1em;
    padding: 0;
    content: "";
}

input[type="checkbox"] + label:after {
    position: absolute;
    top: 0.45em;
    left: 0.2em;
    font-size: 0.8em;
    color: #fff;
    opacity: 0;
    font-family: FontAwesome;
    content: "\f00c";
}

input:checked + label:after {
    opacity: 1;
}

select {
    line-height: 2;
    width: 100%;
    height: 50px;
}

select:first-of-type {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

select:last-of-type {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

select:focus,
select:active {
    outline: 0;
}

select option {
    color: #000;
}

.input-group {
    margin-bottom: 1em;
    zoom: 1;
}

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

.input-group:after {
    clear: both;
}

.input-group-icon {
    position: relative;
}

.input-group-icon input {
    padding-left: 4.4em;
}

.add-new {
    /*letter-spacing: 4px;*/
}

.input-group-icon .input-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 3.4em;
    height: 3.4em;
    line-height: 3.4em;
    text-align: center;
    pointer-events: none;
}

.input-group-icon .input-icon:after {
    position: absolute;
    top: 0.6em;
    bottom: 0.6em;
    left: 3.4em;
    display: block;
    border-right: 1px solid #e5e5e5;
    content: "";
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.input-group-icon .input-icon i {
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.form-container {
    width: 60em;
    padding: 1em 3em 2em 3em;
    margin: 3em auto;
    background-color: #fff;
    border-radius: 4.2px;
    box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
}

.form-container h2 {
    font-size: 25px;
}

.form-container h4 {
    font-size: 19px;
}

.form-container h3 {
    font-size: 20px;
}

.row {
    zoom: 1;
}

.row:before,
.row:after {
    content: "";
    display: table;
}

.row:after {
    clear: both;
}


.table-title .add-new {
    float: right;
    height: 30px;
    font-weight: bold;
    font-size: 12px;
    text-shadow: none;
    min-width: 100px;
    border-radius: 50px;
    line-height: 13px;
}

.table-title .add-new i {
    margin-right: 4px;
}

.table-title .add-new1 {
    float: right;
    height: 30px;
    font-weight: bold;
    font-size: 12px;
    text-shadow: none;
    min-width: 100px;
    border-radius: 50px;
    line-height: 13px;
}

.table-title .add-new1 i {
    margin-right: 4px;
}

table.table {
    border-collapse: collapse;

}

table.table tr th, table.table tr td {
    border-color: #e9e9e9;
}

table.table th i {
    font-size: 13px;
    margin: 0 5px;
    cursor: pointer;
}

table.table th:last-child {
    /*width: 100px;*/
}

table.table td a {
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    /*min-width: 24px;*/
}

table.table td a.save {
    color: #27C46B;
}

table.table td a.edit {
    color: #FFC107;
}

table.table td a.delete {
    color: #E34724;
}

table.table td i {
    font-size: 19px;
}

table.table td a.save i {
    font-size: 24px;
    margin-right: -1px;
    position: relative;
    top: 3px;
}

table.table .form-control {
    height: 32px;
    line-height: 32px;
    box-shadow: none;
    border-radius: 2px;
}

table.table .form-control.error {
    border-color: #f50000;
}

table.table td .save {
    display: none;
}


table.table td a.save1 {
    color: #27C46B;
}

table.table td a.edit1 {
    color: #FFC107;
}

table.table td a.delete1 {
    color: #E34724;
}

table.table td i {
    font-size: 19px;
}

table.table td a.save1 i {
    font-size: 24px;
    margin-right: -1px;
    position: relative;
    top: 3px;
}

table.table td .save1 {
    display: none;
}

.submit_btn {
    margin: 20px;
}

li {
    /*color: #000;*/
}

.fee {
    margin-top: 20px;
}

.fee h5 {
    color: #000;
    font-weight: bold;
    font-size: 1.1em;
}

span {
    color: red;
}

.none {
    display: none;
}

.none h5 {
    color: #000;
    margin-top: 50px;
}

#Single {
    margin-top: 20px;
}

#Sharing {
    margin-top: 20px;
}

.gutter {
    margin-top: 10px;
}

.mb-13{
    margin-bottom:12px;
}
textarea {
    width: 50%;
    /*height: 200px;*/
}

body {
    font-family: 'Sansita', sans-serif;
}

.header-top {
    text-align: left;
}

.header-top img{
    width: 150px;
    margin: auto;
    margin-bottom: 18px;
}

.header-top img.next-logo{
    width:250px;
}

.header-top {
    border-bottom: 2px solid #000;
}

.header-top h5 {
    line-height: 28px;
    font-weight: 600;
}

.none h6 {
    margin-top: 32px;
    margin-bottom: 30px;
    text-decoration: underline;
}

.form-group {
    display: flex;
}

.inter-detail label {
    width: 50%;
}
.input-error{
    padding:6px 30px !important;
}

.date-buyer input{
    margin-bottom:10px;
}
.bg90 {
    border-right: 1px solid #ccc;
    padding-right: 20px;
}

.international-form {
    border-bottom: 1px solid #b73a3a;
    padding-bottom: 34px;
}

.paymnt {
    border-bottom: 1px solid #b73a3a;
    padding-bottom: 34px;
}

.timing {
    margin-top: 35px;
    border-bottom: 1px solid #b73a3a;
    padding-bottom: 34px;
}

.form-group1 {
    margin-bottom: 21px;
}

.bg10 p {
    text-decoration: underline;
}

.terms {
    border-top: 1px solid #b73a3a;
    margin-top: 55px;
}

.terms.policy{
    margin-top:30px;
}

.terms1 p {
    text-align: center;
    border-top: 1px solid #000;
}

.terms1 {
    margin-top: 80px;
}

input[type="checkbox"] + label:before {
    background: #fff;
    position: absolute;
    top: 8px;
    left: 1px;
    display: none;
    width: 1em;
    height: 1em;
    padding: 0px;
    content: "";
    border: 1px solid #3c0e00;
}

input[type="checkbox"] + label:after {
    position: absolute;
    top: 0.45em;
    left: 0.2em;
    font-size: 0.8em;
    color: #000;
    opacity: 0;
    font-family: FontAwesome;
    content: "\f00c";
}

.amenities-guest {
    margin-top: 25px;
}

.main .bg10 {
    padding-top: 10px;
}

.bg11 {
    margin-top: 40px;
}

@media (max-width: 768px) {
    .form-container {
        width: 100%;
        padding: 1em 3em 2em 3em;
        margin: 0em auto;
        background-color: #fff;
        border-radius: 4.2px;
        box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
    }

    .container {
        max-width: 100%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 540px) {
    .col-half {
        width: 100%;
        padding-right: 0;
    }
}

@media(max-width:540px){
    .input-error {
        outline: 2px solid #dc3545;
        border-radius: 6px;
        padding: 6px 30px !important;
        background-color: rgba(220, 53, 69, 0.05);
    }
    
    .form-container{
        margin:0px !important;
    }
    
        .container
 {
        padding: 30px 30px !important;
    }
}

@media (max-width: 414px) {
    .form-container {
        width: 100%;
        padding: 1em 3em 2em 3em;
        margin: 3em auto;
        background-color: #fff;
        border-radius: 4.2px;
        box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
    }
    .container {
        max-width: 100%;
    }

    table.table .form-control {
        margin-top: 14px;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .form-container h2 {
        font-size: 15px;
        margin-top: 20px;
    }

    /*table, thead, tbody, th, td, tr {*/
    /*    display: block;*/
    /*}*/

    .extra {
        display: unset;
        /*padding:10% 14% 10% 0% */
        padding-left: 14% !important;
        margin-left: 1%;
        border: none !important;
    }

    .extra:before {
        position: absolute;
        top: 10px;
        left: 13px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    thead tr {
        position: relative;
        top: 0px;
        left: 0px;
    }
    
    .ui-state-disabled, .ui-widget-content .ui-state-disabled{
        opacity:0;
    }

    tr {
        border: 1px solid #ccc;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    td:before {
        position: absolute;
        top: -2px;
        left: 13px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    
    .ui-datepicker {
     width: 22em !important;
    }

    /*td:nth-of-type(1):before {*/
    /*    content: "SN";*/
    /*}*/

    /*td:nth-of-type(2):before {*/
    /*    content: "First Name";*/
    /*}*/

    /*td:nth-of-type(3):before {*/
    /*    content: "Middle Name";*/
    /*}*/

    /*td:nth-of-type(4):before {*/
    /*    content: "Last Name";*/
    /*}*/
}




