﻿@font-face {
    font-family: "CastleT";
    src: url("../css/CastleT.tff");
    src: url("../css/CastleT.tff") format("tff");
}

@font-face {
    font-family: "CastleT";
    src: url("../css/CastleT.woff");
    src: url("../css/CastleT.woff") format("woff");
}

@font-face {
    font-family: "CastleT";
    src: url("../css/CastleT.eot");
    src: url("../css/CastleT.eot") format("eot");
}
/*@font-face
{ 
font-family: CastleT;
src: url("css/CastleT.eot");
src: url("css/CastleT.eot") format("eot"),url("css/CastleT.woff") format("woff"),url("css/CastleT.tff") format("tff");
font-style: normal;
}*/

.login-section {
    margin-top: 0px;
    overflow: hidden;
}

.redline {
    position: absolute;
    display: inline-block;
    width: 96%;
    bottom: 0;
    left: 15px;
    height: 1px;
    background-color: red;
}

.redline1 {
    position: absolute;
    display: inline-block;
    width: 91%;
    bottom: 0;
    left: 15px;
    height: 1px;
    background-color: red;
}





.ls-map {
    height: 786px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.vl-desktop {
    display: inline-block;
    color: black;
    margin-left: 5px;
    margin-right: 5px;
}

.ls-title-time {
    /*font-family: Poppins;*/
    font-weight: 600;
    font-size: 14px;
    color: #A27D00;
    margin-bottom: -5px;
    display: none;
}

.ls-title {
    font-size: 60px;
    font-family: "CastleT";
    text-transform: uppercase;
    color: #000000;
    letter-spacing: -1.5px;
}

.ls-radius-desktop {
    display: block;
    display: flex;
    border-radius: 50%;
    border: 1px solid #000000;
    height: 50px;
    width: 50px;
    align-items: center;
    padding: 15px;
}

.ls-line {
    display: none;
}

.ed-price-flex {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    margin-top: 40px;
}

.ed-price-wrap {
    margin-right: 77px;
    position: relative;
}

    .ed-price-wrap.ed-divider:after {
        content: "";
        display: inline-block;
        position: absolute;
        /*background-color:#0a0908;*/
        background-color: #a7a7a7;
        width: 1px;
        height: 90%;
        right: -38px;
        top: 5%;
    }

    .ed-price-wrap label {
        text-transform: uppercase;
        font-size: 14px;
        color: #000;
        font-weight: 600;
        margin-bottom: 5px;
        line-height: 1;
    }

.ed-loc-flex {
    display: flex;
    align-items: center;
}

.ed-icon-wrap {
    margin-right: 10px;
}

.ed-icon-mobile {
    display: none;
}

.ed-icon-desktop {
    display: block;
    width: 46px;
    height: 46px;
    /* padding: 15px; */
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 50%;
}

    .ed-icon-desktop img {
        width: 15px;
    }

.ed-loc {
    font-size: 13px;
    font-weight: 600;
    color: rgba(0,0,0,0.8);
    margin-bottom: 0;
}

    .ed-loc span {
        display: block;
    }


.ls-icon-desktop {
    display: block;
    content: "";
    background: url(../images/ContactUsIcon1.png) center center no-repeat;
    height: 19px;
    width: 19px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ls-radius-mobile {
    display: none;
}

.ls-icon-mobile {
    display: none;
}

.ls-padd {
    padding: 100px 0 100px 100px;
}

.up-row {
    margin-left: 5px;
}

.ls-icon-text {
    font-size: 12px;
    font-weight: 600;
    /*font-family: Poppins;*/
    color: #0a0908;
    margin-left: 10px;
}
/*.ls-icon-text:after{
    content: "";
    position:absolute;
    width: 3px;
    height: 40px;
    top: 25%;
    left: -10%;
    background: lightgray;
}*/
.mid-row {
    margin-left: -40px;
}

.ls-row {
    margin-top: 50px;
}

.ls-fbtitlewrap {
    margin-top: 45px;
}

.ls-fbtitle {
    font-size: 18px;
    /*font-family: Poppins;*/
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
}

.ls-fbtext {
    font-size: 14px;
    /*font-family: Poppins;*/
    color: rgba(0, 0, 0, 0.8);
}

.ls-fbloginwrap {
    margin-top: 30px;
    margin-bottom: 10px;
}

.lslbl {
    padding-left: 15px;
    font-size: 14px;
    /*font-family: Poppins;*/
    color: #000000;
    font-weight: 500;
    margin-bottom: 0px;
}

.txt-box {
    border: 0;
    border-bottom: 1px solid #000;
    color: #A27D00 !important;
    -webkit-text-fill-color: #000;
    font-size: 16px;
    font-family: 'Poppins';
    padding: 7px 15px;
    width: 100%;
}

.fb-row {
    margin-top: 30px;
}

.red-btnwrap {
    margin-top: 40px;
    display: flex;
    justify-content: left;
    align-items: left;
}

.red-btn {
    padding: 12px 70px;
    border: none;
}

    .red-btn:hover {
        background-color: #c9100c;
        transition: 0.5s;
    }

.ls-bottomwrap {
    margin-top: 25px;
}

/*.errorlbl {
margin-bottom:25px;
}*/


.fb-icon {
    content: "";
    background: url(../images/facebook-logo.png) center center no-repeat;
    height: 31px;
    width: 13px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.share-icon {
    color: #000;
    font-size: 24px;
}

.twitter-icon {
    content: "";
    background: url(../images/twitter-logo.png) center center no-repeat;
    height: 17px;
    width: 22px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.instagram-icon {
    content: "";
    background: url(../images/instagram-copy.png) center center no-repeat;
    height: 22px;
    width: 22px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.youtube-icon {
    content: "";
    background: url(../images/youtube-icon.png) center center no-repeat;
    height: 22px;
    width: 22px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.snapchat-icon {
    content: "";
    background: url(../images/snapchat-logo.png) center center no-repeat;
    height: 20px;
    width: 16px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fb-radius {
    display: flex;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #000000;
    height: 40px;
    width: 40px;
    align-items: center;
    margin-right: 15px;
}

.ls-logowrap {
    display: flex;
    justify-content: left;
    align-items: left;
    margin-top: 20px;
}

.ca-loader {
    text-align: center;
    position: relative;
}

    .ca-loader img {
        width: 32px;
        /*margin-top:20px;*/
        position: absolute;
        left: 48%;
        top: -42px;
    }


/*=====Media Queries=====*/



/*Most of the Smartphones Mobiles (Portrait)*/
@media (min-width: 320px) and (max-width: 480px) {

    .ca-loader {
        text-align: center;
        position: relative;
    }

        .ca-loader img {
            width: 32px;
            margin-top: 20px;
            position: absolute;
            left: 44%;
            top: 0;
        }


    .redline {
        position: absolute;
        display: inline-block;
        width: 91%;
        bottom: 0;
        left: 15px;
        height: 1px;
        background-color: red;
    }

    .time-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ls-map {
        height: 278px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .ed-price-flex {
        display: block;
        align-items: center;
        margin-bottom: 50px;
        margin-top: 40px;
    }

    .ed-price-wrap.ed-divider:after {
        content: "";
        display: none;
    }

    .ed-price-wrap {
        margin-right: 0px;
        position: relative;
        margin-bottom: 30px;
        padding: 0 50px;
    }

    .ed-loc {
        font-size: 10px;
        font-weight: 600;
        color: rgba(0,0,0,0.8);
        margin-bottom: 0;
    }

    .ed-icon-desktop {
        display: none;
    }

    .ed-icon-mobile img {
        width: 15px;
    }

    .ed-icon-mobile {
        display: block;
        width: 22px;
        height: 46px;
        /* padding: 15px; */
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid white;
        border-radius: 0;
    }

    .last-icon {
        padding: 0 50px;
    }

    .vl-desktop {
        display: none;
    }

    .ls-padd {
        padding: 40px;
    }

    .ls-title-time {
        /*font-family: Poppins;*/
        font-weight: 600;
        font-size: 12px;
        color: #A27D00;
        margin-bottom: -5px;
        text-align: :center;
        text-align: center;
        width: 75%;
    }

    .ls-fbtitle {
        font-size: 14px;
        /*font-family: Poppins;*/
        font-weight: 600;
        color: #000000;
        text-transform: uppercase;
    }

    .ls-fbtext {
        font-size: 12px;
        /*font-family: Poppins;*/
        color: rgba(0, 0, 0, 0.8);
    }

    .ls-icon-text {
        font-size: 10px;
        font-weight: 600;
        /*font-family: Poppins;*/
        color: #0a0908;
        margin-left: 10px;
    }

    .ls-title {
        margin-top: 20px;
        font-size: 30px;
        font-family: 'Halant', serif;
        text-transform: uppercase;
        color: #000000;
        letter-spacing: -1.5px;
        text-align: center;
    }

    .ls-phoneicon-mobile {
        margin-top: 6px;
        display: block;
        content: "";
        height: 16px;
        width: 16px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .ls-gpsicon-mobile {
        margin-top: 4px;
        display: block;
        content: "";
        height: 19px;
        width: 15px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .ls-mailicon-mobile {
        margin-top: 6px;
        display: block;
        content: "";
        height: 11px;
        width: 14px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .ls-radius-desktop {
        display: none;
    }

    .ls-icon-desktop {
        display: none;
    }

    .up-row {
        margin-left: -15px;
        padding: 0 50px 50px;
    }

    .mid-row {
        margin-left: -15px;
        padding: 4px 50px 46px;
    }

    .down-row {
        padding: 0 50px 50px;
    }

    .ls-line {
        display: block;
        margin-top: -1rem;
        margin-bottom: 1rem;
        border: 0;
        border-top: 1px solid rgba(0,0,0,.1);
        width: 85%;
    }

    .lslbl1 {
        margin-top: 30px;
    }

    .ls-fbtitlewrap {
        margin-top: 30px;
    }

    .fb-radius {
        display: flex;
        justify-content: center;
        border-radius: 50%;
        border: 1px solid #000000;
        height: 46px;
        width: 46px;
        align-items: center;
        margin-right: 15px;
    }

    .red-btnwrap {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .red-btn {
        width: 100%;
        padding: 24px 0;
        text-align: center;
        /*font-family: Poppins;*/
        font-size: 14px;
    }

    .ls-logowrap {
        display: flex;
        justify-content: left;
    }

    .ls-bottomwrap {
        margin-top: 20px;
        margin-bottom: 12px;
    }
}
/*Tablets, Ipads (portrait)*/
@media (min-width: 768px) and (max-width: 1023px) {
    .ed-price-wrap {
        margin-right: 71px;
        position: relative;
    }

    .ed-loc {
        font-size: 10px;
        font-weight: 600;
        color: rgba(0,0,0,0.8);
        margin-bottom: 0;
    }

    .ls-icon-text {
        font-size: 10px;
        font-weight: 600;
        /*font-family: Poppins;*/
        color: #0a0908;
        margin-left: 10px;
        width: 51%;
    }

    .ls-title {
        font-size: 50px;
    }

    .ls-map {
        height: 40vh;
    }

    .ls-padd {
        /* padding: 100px 0 100px 100px; */
        padding: 70px;
    }

    .up-row {
        margin-left: -15px;
        padding: 0 23px 50px;
    }

    .mid-row {
        margin-left: -36px;
        padding: 4px 0px 46px;
    }

    .down-row {
        padding: 0 15px 50px;
    }

    .ls-logowrap {
        display: flex;
        margin-top: 20px;
    }
}

/*Ipad Pro (portrait)*/
@media (min-width: 1024px) and (max-width: 1050px) and (orientation: portrait) {
    .ca-loader img {
        width: 32px;
        /*margin-top:20px;*/
        position: absolute;
        left: 38%;
        top: -42px;
    }

    .ls-padd {
        /* padding: 100px 0 100px 100px; */
        padding: 100px 75px 40px 65px;
    }

    .up-row {
        margin-left: -15px;
        padding: 90px;
    }
    /*padding: 0 20px 50px;*/

    .mid-row {
        margin-left: -29px;
        padding: 4px 16px 46px;
    }

    .down-row {
        padding: 0 33px 50px;
    }
}

/*1152×648, 1280×720, 1366×768,*/
@media (min-width: 1152px) and (max-width: 1599px) {
    .ls-title-time {
        font-size: 12px;
    }
    /*.ls-title {
        font-size: 50px;
    }*/
    .ls-padd {
        padding: 100px 0 60px 56px;
    }

    .ls-map {
        height: 738px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .ls-title {
        font-size: 50px;
    }

    .ls-icon-text {
        font-size: 9px;
        font-weight: 600;
        /*font-family: Poppins;*/
        color: #0a0908;
        margin-left: 10px;
    }

    .ls-row {
        margin-top: 40px;
    }

    .share-icon {
        color: #000;
        font-size: 18px;
    }

    .ed-loc {
        font-size: 12px;
    }

    .ed-price-wrap {
        margin-right: 24px;
        position: relative;
    }

        .ed-price-wrap.ed-divider:after {
            content: "";
            display: inline-block;
            position: absolute;
            /* background-color: #0a0908; */
            background-color: #a7a7a7;
            width: 1px;
            height: 90%;
            right: -12px;
            top: 5%;
        }
}
/*1600x800*/
@media (min-width: 1600px) and (max-width: 1919px) {
    .ed-loc {
        font-size: 10px;
        font-weight: 600;
        color: rgba(0,0,0,0.8);
        margin-bottom: 0;
    }

    .ls-padd {
        padding: 100px 0 60px 100px;
    }
}

@media (min-width: 1920px) {
    .ca-loader img {
        width: 32px;
        /*margin-top:20px;*/
        position: absolute;
        left: 38%;
        top: -42px;
    }

    .ls-padd {
        padding: 100px 0 70px 100px;
    }

    .fb-radius {
        height: 50px;
        width: 50px;
    }
}
