﻿.ls-setion {
    height: 100vh;
}

.close-icon-wrap {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    padding: 20px 20px 0 0;
    cursor: pointer;
}

h1 {
    font-family: Playfair Display, serif;
    font-weight: bold;
}

a {
    color: #ff8813;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #ff8813;
        text-decoration: none;
        background-color: transparent;
    }

.country-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-control {
    box-shadow: 0 8px 15px 0 rgba(255, 181, 169, 0.48);
    display: block;
    width: 82px;
    height: 35px;
    border: 1px solid #aeaaaa;
    font-family: poppins;
    padding: 0;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.white-wrap {
}

.blue-wrap {
    transition: width 2s;
    /*background-color:skyblue;*/
    height: 100vh;
    /*background: rgba(163,223,255,1);
    background: -moz-linear-gradient(top, rgba(163,223,255,1) 0%, rgba(15,187,255,1) 97%, rgba(174,226,254,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(163,223,255,1)), color-stop(97%, rgba(15,187,255,1)), color-stop(100%, rgba(174,226,254,1)));
    background: -webkit-linear-gradient(top, rgba(163,223,255,1) 0%, rgba(15,187,255,1) 97%, rgba(174,226,254,1) 100%);
    background: -o-linear-gradient(top, rgba(163,223,255,1) 0%, rgba(15,187,255,1) 97%, rgba(174,226,254,1) 100%);
    background: -ms-linear-gradient(top, rgba(163,223,255,1) 0%, rgba(15,187,255,1) 97%, rgba(174,226,254,1) 100%);
    background: linear-gradient(to bottom, rgba(163,223,255,1) 0%, rgba(15,187,255,1) 97%, rgba(174,226,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3dfff', endColorstr='#aee2fe', GradientType=0 );*/
    background: linear-gradient(to bottom, #fe0000 20%, #fc6600 40%, #ff6903 60%, #ff7d24 80%, #ff8837 100%);
}

.ls-right-wrap {
    padding: 70px 71px 0 71px;
}

.owl-stage-outer {
    /*border: 1px solid;
    padding: 10px;*/
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 25px 20px 0 rgba(0, 0, 0, 0.19);*/
    /*box-shadow: 5px 10px #888888;*/
}

.slider-img-wrap {
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 25px 20px 0 rgba(0, 0, 0, 0.19);*/
    /*background-color:black;*/
    /*height:300px;
    border-radius:10px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;*/
    /*border: 1px solid;*/
    /*padding: 10px;*/
    /*box-shadow: 5px 10px #888888;*/
}

.slider-img {
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 25px 20px 0 rgba(0, 0, 0, 0.19);*/
    height: 350px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*box-shadow: 5px 10px #888888;*/
}

.slider-txt h3 {
    margin-top: 20px;
    font-family: poppins;
    color: white;
    font-size: 25px;
    text-align: center;
}

.slider-txt p {
    color: white;
    font-size: 18px;
    text-align: center;
    margin-top: 12px;
}

p {
    font-family: Poppins;
}

.owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

    .owl-dots span {
        background: none repeat scroll 0 0 #c5c5c5;
        border-radius: 50%;
        display: block;
        height: 10px;
        margin: 5px 7px;
        opacity: 1;
        width: 10px;
    }

    .owl-dots .active span {
        background-color: white;
    }

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}


/* Left Login Section */

.ls-mainlogo-wrap {
    padding-top: 25px;
    padding-bottom: 15px;
    /* padding-left: 20px; */
    display: flex;
}

    .ls-mainlogo-wrap img {
        height: 50px;
    }

.ls-login-wrap {
    padding: 115px 150px 0px 150px;
}

/*My Booking*/
.tn-section {
    margin-top: 50px;
    margin-bottom: 100px;
}

.tn-link {
    text-align: center;
    padding: 15px 5px;
    position: relative;
    color: #000;
    border: 0 !important;
    font-weight: 500 !important;
}

.tn-text p {
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1;
    text-align: left;
}

.tn-tabs {
    display: flex;
    position: relative;
    color: #000;
    width: 100%;
    border: 0;
}

.tn-tab-item {
    flex: 0.4;
    text-align: center;
}

.tn-link {
}

    .tn-link.active {
        border-bottom: 4px solid orange !important;
        border-top: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
        color: #000 !important;
        font-weight: 700 !important;
        width: 38%;
    }

.bottom-border {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 0;
}

.bottom-border-card {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 0;
}

.extra-item {
    display: none;
}

.tn-blank {
    display: block;
}

.tn-link.active .tn-text {
    color: orange;
}

.ls-head-wrap h1 {
    font-size: 26px;
    margin-top: 25px;
    margin-bottom: 19px;
}

/* Login  */
.custom-container-rs {
    max-width: 600px;
}

.custom-container {
    max-width: 1300px;
}

.regsiter-title-wrap {
}

.register-section {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.company-register {
    background-color: rgba(236, 236, 236, 0.41);
    padding: 7px 0px 1px 11px;
    border-style: dotted;
    /*border-color: #f27800;*/
    border-radius: 5px;
    border: 2px dotted #f27800;
}

    .company-register p {
        color: #707070;
        margin: 0;
        margin-bottom: 8px;
        font-size: 13px;
    }
/*#008eff*/
.fb-div {
    margin-top: 20px;
    background-color: #1167ca;
    padding: 11px 0px 12px 11px;
    border-radius: 10px;
    cursor: pointer;
}

    .fb-div h2 {
        color: white;
        text-transform: uppercase;
        text-align: center;
        font-size: 24px;
    }

.google-div {
    margin-top: 20px;
    background-color: #008eff;
    padding: 11px 0px 12px 11px;
    border-radius: 10px;
    cursor: pointer;
}

    .google-div h2 {
        color: white;
        text-transform: uppercase;
        text-align: center;
        font-size: 24px;
    }

.mid {
    text-align: center;
    color: gray;
}

.txt-box {
    border: 0;
    border: 1px solid #aeaaaa;
    color: #e31c17 !important;
    -webkit-text-fill-color: #000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding: 12px 15px;
    background-color: white;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 15px 0 rgba(255, 181, 169, 0.48);
}

    .txt-box::-webkit-input-placeholder {
        opacity: .5;
    }

    .txt-box:focus, .select-drop:focus, .select-drop option:focus {
        outline: none;
    }

.redline {
    position: absolute;
    display: inline-block;
    width: 95%;
    bottom: 0;
    left: 14px;
    height: 1px;
    background-color: red;
}

.custom-spacing {
    margin-top: 16px;
}

.si-red-btn {
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    color: #fff;
    background-image: linear-gradient(to right,#ff6c09,#ff9853);
    border: none;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-wrap {
    margin-top: 18px;
}

.select-drop, .select-drop option {
    width: 100%;
    border: 0;
    border: 1px solid #000;
    font-size: 21px;
    font-family: 'Poppins', sans-serif;
    padding: 9px 15px;
    -webkit-appearance: none;
    background-image: url(../images/DownArrow.png);
    background-color: transparent;
    background-position: right;
    background-size: 15px;
    background-repeat: no-repeat;
    background-origin: content-box;
    border-radius: 5px;
    opacity: .8;
    font-size: 16px;
}

    .select-drop, .select-drop option::-webkit-input-placeholder {
        opacity: .5;
    }

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    box-shadow: none !important;
    outline: none;
    font-size: 18px;
}

.checkbox .btn, .checkbox-inline .btn {
    padding-left: 1em;
    min-width: 8em;
}

.checkbox label, .checkbox-inline label {
    text-align: left;
    padding-left: 0.5em;
}

.checkbox input[type="checkbox"] {
    float: none;
}

.Remember-wrap {
    display: flex;
    justify-content: space-between;
}

.custom-align {
    text-align: right;
    padding-right: 30px;
}

.have-account-wrap p {
    color: black;
    text-align: center;
    margin-top: 30px;
    margin: 0;
    font-size: 16px;
}

.ls-or-text {
    color: #746e6e;
    font-size: 16px;
    font-family: Poppins;
    text-align: center;
    margin-top: 20px;
}

.forgot-wrap p {
    font-size: 13px;
    margin-top: 5px;
}

.ls-logo-wrap {
    padding: 8px 5px 9px 10px;
    display: flex;
    justify-content: baseline;
    align-items: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16), 0 8px 16px 0 rgba(0, 0, 0, 0.16);
    border-radius: 25px;
    /* border-color: #cfcece; */
    border: 1px solid #cfcece;
    /* width: 86%; */
    font-size: 18px;
    margin-bottom: 0px;
    cursor: pointer;
}

    .ls-logo-wrap img {
        height: 30px;
        width: 30px;
    }

    .ls-logo-wrap p {
        padding-left: 18px;
        font-size: 16px;
    }

.text-danger {
    color: #dc3545 !important;
    position: absolute;
    left: 15px;
    bottom: -14px;
    font-size: 11px;
    height: 10p;
}

/*=====Media Queries=====*/

/*Most of the Smartphones Mobiles (Portrait)*/
@media (min-width: 320px) and (max-width: 480px) {
    #rightWrap {
        display: none;
        overflow: hidden;
    }

    .tn-tab-item {
        flex: 1;
        text-align: center;
    }

    .ls-setion {
        height: auto;
    }

    .ls-mainlogo-wrap {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .tn-link.active {
        border-bottom: 4px solid orange !important;
        border-top: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
        color: #000 !important;
        font-weight: 700 !important;
        width: 45%;
    }

    .tn-text p {
        text-transform: uppercase;
        font-size: 16px;
    }

    .ls-head-wrap h1 {
        font-size: 26px;
        margin-top: 25px;
        margin-bottom: 19px;
    }

    .txt-box {
        border: 0;
        border: 1px solid #aeaaaa;
        color: #e31c17 !important;
        -webkit-text-fill-color: #000;
        font-size: 16px;
        font-family: 'Poppins', sans-serif;
        padding: 11px 15px;
        background-color: white;
        width: 100%;
        border-radius: 8px;
    }

    .forgot-wrap p {
        font-size: 16px;
        margin-top: 5px;
    }

    .have-account-wrap p {
        font-size: 16px;
    }

    .ls-or-text {
        color: #746e6e;
        font-size: 20px;
    }

    .ls-logo-wrap {
        /* padding: 8px 5px 9px 10px; */
        padding: 15px;
        display: flex;
        align-items: center;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16), 0 8px 16px 0 rgba(0, 0, 0, 0.16);
        border-radius: 25px;
        /* border-color: #cfcece; */
        border: 1px solid #cfcece;
        /* width: 86%; */
        font-size: 20px;
        margin-bottom: 25px;
        cursor: pointer;
    }

    .custom-mod-padd {
        padding: 25px;
    }
}

/*Most of the Smartphones Mobiles (Portrait)*/
@media (min-width: 481px) and (max-width: 510px) {
    #rightWrap {
        display: none;
        overflow: hidden;
    }

    .tn-tab-item {
        flex: 1;
        text-align: center;
    }

    .ls-setion {
        height: auto;
    }

    .ls-mainlogo-wrap {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .tn-link.active {
        border-bottom: 4px solid orange !important;
        border-top: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
        color: #000 !important;
        font-weight: 700 !important;
        width: 45%;
    }

    .tn-text p {
        text-transform: uppercase;
        font-size: 16px;
    }

    .ls-head-wrap h1 {
        font-size: 26px;
        margin-top: 25px;
        margin-bottom: 19px;
    }

    .txt-box {
        border: 0;
        border: 1px solid #aeaaaa;
        color: #e31c17 !important;
        -webkit-text-fill-color: #000;
        font-size: 16px;
        font-family: 'Poppins', sans-serif;
        padding: 11px 15px;
        background-color: white;
        width: 100%;
        border-radius: 8px;
    }

    .forgot-wrap p {
        font-size: 16px;
        margin-top: 5px;
    }

    .have-account-wrap p {
        font-size: 16px;
    }

    .ls-or-text {
        color: #746e6e;
        font-size: 20px;
    }

    .ls-logo-wrap {
        /* padding: 8px 5px 9px 10px; */
        padding: 15px;
        display: flex;
        align-items: center;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16), 0 8px 16px 0 rgba(0, 0, 0, 0.16);
        border-radius: 25px;
        /* border-color: #cfcece; */
        border: 1px solid #cfcece;
        /* width: 86%; */
        font-size: 20px;
        margin-bottom: 25px;
        cursor: pointer;
    }

    .custom-mod-padd {
        padding: 25px;
    }
}


/*Tablets, Ipads (portrait)*/
@media (min-width: 768px) and (max-width: 1023px) {
}

/*Ipad Pro (portrait)*/
@media (min-width: 1024px) and (max-width: 1050px) and (orientation: portrait) {
}

@media (min-width: 1152px) and (max-width: 1355px) {
    .ls-logo-wrap {
        padding: 10px;
        display: flex;
        /* justify-content: space-evenly; */
        align-items: center;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16), 0 8px 16px 0 rgba(0, 0, 0, 0.16);
        border-radius: 25px;
        /* border-color: #cfcece; */
        border: 1px solid #cfcece;
        font-size: 14px;
    }

        .ls-logo-wrap img {
            height: 25px;
            width: 25px;
        }

        .ls-logo-wrap p {
            font-size: 15px;
            padding-left: 10px;
        }

    .slider-img {
        height: 320px;
    }

    .ls-mainlogo-wrap img {
        height: 52px;
    }

    .ls-right-wrap {
        padding: 140px 50px 0 50px;
    }

    .ls-head-wrap h1 {
        font-size: 25px;
        margin-top: 45px;
    }

    .ls-or-text {
        color: #746e6e;
        font-size: 16px;
        font-family: Poppins;
        text-align: center;
        margin-top: 11px;
    }

    .have-account-wrap p {
        color: black;
        text-align: center;
        margin-top: 50px;
        font-size: 16px;
    }

    .ls-login-wrap {
        padding: 50px 90px 0px 90px;
    }

    .si-red-btn {
        width: 100%;
        color: white;
        height: 47px;
        font-size: 15px;
    }

    .select-drop, .select-drop option {
        width: 100%;
        border: 0;
        border: 1px solid #000;
        font-size: 21px;
        font-family: 'Poppins', sans-serif;
        padding: 9px 15px;
        -webkit-appearance: none;
        background-image: url(../images/DownArrow.png);
        background-color: transparent;
        background-position: right;
        background-size: 15px;
        background-repeat: no-repeat;
        background-origin: content-box;
        border-radius: 5px;
        opacity: .8;
        font-size: 14px;
    }

    .txt-box {
        border: 0;
        border: 1px solid #aeaaaa;
        color: #e31c17 !important;
        -webkit-text-fill-color: #000;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        padding: 8px 15px;
        background-color: white;
        width: 100%;
        border-radius: 8px;
    }

    .slider-txt p {
        margin-top: 25px;
    }
}

/*1152×648, 1280×720, 1366×768,*/
@media (min-width: 1366px) and (max-width: 1599px) {
    .ls-logo-wrap {
        padding: 6px;
        display: flex;
        font-size: 17px;
        /* justify-content: space-evenly; */
        align-items: center;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16), 0 8px 16px 0 rgba(0, 0, 0, 0.16);
        border-radius: 25px;
        /* border-color: #cfcece; */
        border: 1px solid #cfcece;
    }

        .ls-logo-wrap img {
            height: 28px;
            width: 28px;
        }

        .ls-logo-wrap p {
            font-size: 14px;
            padding-left: 12px;
        }

    .slider-img {
        height: 312px;
    }

    .ls-right-wrap {
        padding: 100px 100px 0 100px;
    }

    .tn-text p {
        text-transform: uppercase;
        font-size: 13px;
        margin-bottom: 0;
        line-height: 1;
        text-align: left;
    }

    .ls-head-wrap h1 {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .company-register p {
        color: #707070;
        margin: 0;
        font-size: 13px;
        margin-bottom: 8px;
    }

    .txt-box {
        border: 0;
        border: 1px solid #aeaaaa;
        color: #e31c17 !important;
        -webkit-text-fill-color: #000;
        font-size: 13px;
        font-family: 'Poppins', sans-serif;
        padding: 7px 15px;
        background-color: white;
        width: 100%;
        border-radius: 5px;
    }

    .select-drop, .select-drop option {
        width: 100%;
        border: 0;
        border: 1px solid #aeaaaa;
        font-size: 21px;
        font-family: 'Poppins', sans-serif;
        padding: 7px 15px;
        -webkit-appearance: none;
        background-image: url(../images/DownArrow.png);
        background-color: transparent;
        background-position: right;
        background-size: 15px;
        background-repeat: no-repeat;
        background-origin: content-box;
        border-radius: 5px;
        opacity: .8;
        font-size: 12px;
    }

    .si-red-btn {
        width: 100%;
        /* background-color: white; */
        /* border-color: #ff5f7b; */
        color: white;
        height: 33px;
        /* border-radius: 5px; */
        /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16), 0 8px 16px 0 rgba(0, 0, 0, 0.16); */
        font-size: 12px;
    }

    .have-account-wrap p {
        color: black;
        text-align: center;
        margin-top: 30px;
        margin: 0;
        font-size: 13px;
    }

    .slider-txt p {
        color: white;
        font-size: 14px;
        text-align: center;
        margin-top: 15px;
    }
}

/*1600x800*/
@media (min-width: 1600px) and (max-width: 1919px) {
    .blue-wrap {
        transition: width 2s;
        /* background-color: skyblue; */
        /* height: 112vh; */
    }

    .ls-mainlogo-wrap {
        padding-top: 35px;
    }

    .txt-box {
        border: 0;
        border: 1px solid #aeaaaa;
        color: #e31c17 !important;
        -webkit-text-fill-color: #000;
        font-size: 13px;
        font-family: 'Poppins', sans-serif;
        padding: 9px 15px;
        background-color: white;
        width: 100%;
        border-radius: 5px;
    }

    .select-drop, .select-drop option {
        width: 100%;
        border: 0;
        border: 1px solid #6b6b6b;
        font-size: 21px;
        font-family: 'Poppins', sans-serif;
        padding: 8px 15px;
        -webkit-appearance: none;
        background-image: url(../images/DownArrow.png);
        background-color: transparent;
        background-position: right;
        background-size: 15px;
        background-repeat: no-repeat;
        background-origin: content-box;
        border-radius: 5px;
        opacity: .5;
        font-size: 14px;
    }

    .slider-img {
        /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 25px 20px 0 rgba(0, 0, 0, 0.19); */
        height: 395px;
    }

    .si-red-btn {
        width: 100%;
        /* background-color: white; */
        /* border-color: #ff5f7b; */
        color: white;
        height: 42px;
    }
}

@media (min-width: 1920px) {
    .tn-text p {
        text-transform: uppercase;
        font-size: 20px;
        margin-bottom: 0;
        line-height: 1;
        text-align: left;
    }

    .ls-head-wrap h1 {
        font-size: 30px;
        margin-top: 35px;
        margin-bottom: 25px;
    }

    .company-register {
        background-color: rgba(236, 236, 236, 0.41);
        padding: 7px 0px 1px 11px;
        border-style: dotted;
        /* border-color: #f27800; */
        border-radius: 5px;
        border: 2px dotted #f27800;
        font-size: 23px;
    }

    .txt-box {
        border: 0;
        border: 1px solid #aeaaaa;
        color: #e31c17 !important;
        -webkit-text-fill-color: #000;
        font-size: 20px;
        font-family: 'Poppins', sans-serif;
        padding: 13px 15px;
        background-color: white;
        width: 100%;
        border-radius: 8px;
    }

    .forgot-wrap p {
        font-size: 20px;
    }

    .si-red-btn {
        width: 100%;
        /* background-color: white; */
        /* border-color: #ff5f7b; */
        color: white;
        height: 60px;
        font-size: 20px;
    }

    .ls-or-text {
        color: #746e6e;
        font-size: 20px;
        font-family: Poppins;
        text-align: center;
        margin-top: 26px;
    }

    .ls-logo-wrap {
        padding: 12px;
        font-size: 24px;
    }

        .ls-logo-wrap img {
            height: 40px;
            width: 40px;
        }

    .have-account-wrap p {
        color: black;
        text-align: center;
        margin-top: 50px;
        font-size: 25px;
    }

    .slider-img {
        /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 25px 20px 0 rgba(0, 0, 0, 0.19); */
        height: 500px;
    }

    .slider-txt h3 {
        font-size: 35px;
        text-align: center;
    }

    .slider-txt p {
        color: white;
        font-size: 25px;
        text-align: center;
        margin-top: 40px;
    }

    .custom-spacing {
        margin-top: 30px;
    }

    .ls-mainlogo-wrap img {
        height: 65px;
    }

    .ls-mainlogo-wrap {
        padding-top: 65px;
        padding-bottom: 25px;
        /* padding-left: 20px; */
        display: flex;
    }

    .ls-right-wrap {
        padding: 185px 71px 0 71px;
    }

    .owl-dots {
        display: flex;
        justify-content: center;
        margin-top: 54px;
    }

        .owl-dots span {
            background: none repeat scroll 0 0 #869791;
            border-radius: 50%;
            display: block;
            height: 13px;
            margin: 5px 7px;
            opacity: 1;
            width: 13px;
        }

    .select-drop, .select-drop option {
        width: 100%;
        border: 0;
        border: 1px solid #aeaaaa;
        font-size: 21px;
        font-family: 'Poppins', sans-serif;
        padding: 14px 15px;
        -webkit-appearance: none;
        background-image: url(../images/DownArrow.png);
        background-color: transparent;
        background-position: right;
        background-size: 15px;
        background-repeat: no-repeat;
        background-origin: content-box;
        border-radius: 5px;
        opacity: .8;
        font-size: 20px;
    }

    .company-register p {
        font-size: 20px;
    }
}
