
.WApp
{
    position: relative;
    width: 100%;
    min-height: 100%;
    min-width: 450px;
}

.WApp .WInsider
{
    width: 100%;
    min-height: 100%;
}

.WApp .WInsider header.Main
{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.WApp header.Main .CommonArea
{
    position: relative;
    z-index: 1000;
}

.WApp .WInsider header.Main .HeaderInsider
{
    overflow: hidden;
}

.WApp .WInsider header.Main .HeaderInsider .CommonArea
{
    overflow: hidden;
}


.WApp .WInsider header.Main #MobileTrigger
{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 70px;
    height: 70px;
    border: 0;
    background: url("<?= HOST.IMAGES_DIR."menu-mobile.png"; ?>") no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1000000;
    cursor: pointer;
    display: none;
}

.WApp .MenuMobile
{
    position: absolute;
    right: 30px;
    top: 100px;
    width: 100%;
    max-width: 400px;
    z-index: 1000000;
    box-shadow: 0px 0px 3px rgba(0, 0, 3px, 0.25);
    display: none;
}

.WApp.MenuOn .MenuMobile
{
    display: block;
}

.WApp .MenuMobile ul li
{
    padding: 15px 20px;
    border-bottom: 1px solid #0d0d73;
    background: #22293f;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    font-family: PT Sans;
    letter-spacing: 1px;
}


.WApp .WInsider header.Main .HeaderInsider .LogoWrapper
{
    width: 300px;
    height: 250px;
    float: left;
}

.WApp .WInsider header.Main .HeaderInsider .LogoWrapper a img
{
    width: 100%;
    height: 100%;
}

.WApp .WInsider header.Main .HeaderInsider .DesktopMenuWrapper
{
    overflow: hidden;
    width: auto;
}

.WApp .WInsider header.Main .DesktopMenuWrapper .TopMenu
{
    overflow: hidden;
    padding: 10px 0;
}

.WApp .WInsider header.Main .DesktopMenuWrapper .TopMenu a
{
    float: right;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 700;
    text-decoration: none;
}

.DesktopMenuWrapper .HorizontalMenu
{
    overflow: hidden;
    float: right;
}

.DesktopMenuWrapper .HorizontalMenu li
{
    float: left;
    padding: 12px 18px;
    text-transform: capitalize;
    font-size: 1.1em;
    font-weight: 700;
    cursor: pointer;
}

.DesktopMenuWrapper .HorizontalMenu li.Selected
{
    background: #f0f0f0;
    border-radius: 5px;
}

.SlidesWrapper
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
}

.SlidesWrapper .SlideItem
{
    position: relative;
    width: 100%;
    height: 100%;
}

.SlidesWrapper .CommonArea
{
    position: relative;
    height: 100%;
}

.SlidesWrapper .CommonArea .SlideContent
{
    position: absolute;
    top: 350px;
    left: 10px;
    width: 100%;
    padding: 35px 50px;
    max-width: 500px;
}

.SlidesWrapper .CommonArea .SlideContent h2
{
    font-size: 1.2em;
    font-weight: 700;
}

.SlideContentButton
{
    position: relative;
    padding-right: 90px;
    display: inline-block;
}

.SlideContentButton .RightIcon
{
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid;
}

.SlideContentButton .RightIcon:before
{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    border: 20px solid;
    border-color: transparent transparent transparent blue;
    transform: translateX(-25%) translateY(-50%);
}

.SlideContentButton .Description
{
    position: relative;
}

/*******************footer*****************************/

footer.Main
{
    padding: 30px 0;
    color: #fff;
}

footer.Main .CommonArea .FooterContent
{
    overflow: hidden;
}

footer.Main .CommonArea .FooterContent .LeftPanel, footer.Main .CommonArea .FooterContent .CenterPanel, footer.Main .CommonArea .FooterContent .RightPanel
{
    float: left;
}

footer.Main .CommonArea .FooterContent .LeftPanel
{
    width: 40%;
}

footer.Main .CommonArea .FooterContent .CenterPanel, footer.Main .CommonArea .FooterContent .RightPanel
{
    width: 30%;
}

.FooterLogoWrapper
{
    display: inline-block;
    text-align: center;
}

.FooterLogoWrapper img
{
    width: 250px;
    height: 150px;
    display: block;
}

footer.Main .CommonArea .FooterContent .LeftPanel p
{
    margin-top: 25px;
    font-size: 1.5em;
    font-weight: 700;
    color: #fff;
}

footer.Main .CommonArea .FooterContent .CenterPanel nav
{
    overflow: hidden;
}

footer.Main .FooterContent .CenterPanel nav ul
{
    float: right;
}

footer.Main .FooterContent .CenterPanel nav ul a
{
    text-decoration: none;
}

footer.Main .FooterContent .CenterPanel nav ul li
{
    padding: 10px 35px;
    font-weight: 700;
}

footer.Main .FooterContent .RightPanel .RightInsider
{
    float: right;
}

footer.Main .FooterContent .RightInsider nav
{
    margin-bottom: 25px;
    font-size: 1.2em;
    font-weight: 700;
}

footer.Main .FooterContent .RightInsider nav a
{
    text-decoration: none;
}

footer.Main .FooterContent .RightInsider nav li
{
    color: #fff;
}

footer.Main .FooterContent .RightInsider .AddressSection
{
    margin-bottom: 25px;
    font-size: 1.2em;
    font-weight: 700;
    max-width: 200px;
}

footer.Main .FooterContent .RightInsider .MottoSection
{
    color: #1b75bb;
    font-weight: 700;
}

footer.Main .FooterContent .RightInsider .MottoSection a
{
    text-decoration: none;
    color: #1b75bb;
}

footer.Main .FooterContent .RightInsider .MottoSection a.LineBreak
{
    display: block;
}

footer.Main .FooterContent .CenterPanel, footer.Main .FooterContent .RightPanel
{
    padding-top: 80px;
}

footer.Main .Bottom
{
    text-align: center;
    padding: 70px 10px;
    font-size: 0.85em;
}

footer.Main .Bottom p
{
    font-weight: 700;
}

footer.Main .Bottom a.Developer
{
    display: block;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

footer.Main .Bottom a.Developer:hover
{
    color: #1b68a6;
    text-decoration: underline;
}

@media screen and (max-width: 740px)
{
    footer.Main .CommonArea .FooterContent .LeftPanel
    {
        width: 100%;
        float: none;
        padding: 0 35px;
    }

    footer.Main .CommonArea .FooterContent .CenterPanel, footer.Main .CommonArea .FooterContent .RightPanel
    {
        width: 50%;
    }

    footer.Main .FooterContent .CenterPanel nav ul, footer.Main .FooterContent .RightPanel .RightInsider
    {
        float: none;
    }
}

/*******************************HalfBackgroundSection*********************************/

.HalfBackgroundSection
{
    position: relative;
    padding: 180px 0;
}

.HalfBackgroundSection .MiddleBackGround
{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
}

.HalfBackgroundSection .ImageGround
{
    position: absolute;
    top: 50%;
    right: 0%;
    width: 40%;
    height: 0;
    padding-bottom: 40%;
    border: 1px solid;
    transform: translateY(-50%);
}

.HalfBackgroundSection .CommonArea
{
    position: relative;
    z-index: 10;
}

.HalfBackgroundSection .CommonArea .Container
{
    width: 50%;
    padding: 25px 70px 25px 50px;
}

.HalfBackgroundSection .CommonArea .Container h3
{
    font-size: 1.7em;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #be1e2d;
}

.HalfBackgroundSection .CommonArea .Container p
{
    font-family: Montserrat;
    color: #fff;
    font-weight: 300;
    color: #0d0d51;
    font-weight: 700;
    margin-bottom: 35px;
}

@media screen and (max-width: 900px)
{
    .HalfBackgroundSection
    {
        padding: 35px 0;
    }
    .HalfBackgroundSection .MiddleBackGround
    {
        width: 100%;
        background: #fff;
    }
    .HalfBackgroundSection .ImageGround
    {
        position: relative;
        left: 50%;
        transform: translateY(0%) translateX(-50%);
    }

    .HalfBackgroundSection .CommonArea .Container
    {
        width: 100%;
        padding: 25px 50px 25px 50px;
    }
}

/****************************MiddleBackgroundSection***************************/

.MiddleBackgroundSection
{
    padding: 200px 0 150px;
}

.MiddleBackgroundSection .CommonArea
{
    overflow: hidden;
}

.MiddleBackgroundSection .Container
{
    float: right;
    width: 50%;
    padding: 25px 35px;
}

.MiddleBackgroundSection .Container .Wrapper
{
    position: relative;
}

.MiddleBackgroundSection .Container .Wrapper h3
{
    font-size: 2.4em;
}

.MiddleBackgroundSection .Container .Wrapper span
{
    font-size: 1.6em;
    font-weight: 700;
    margin-top: 25px;
    display: block;
}

/************************************************************/

.PlainMedium
{
    padding: 35px 0;
}

.PlainMedium .CommonArea
{
    position: relative;
}

.PlainMedium .Row .Col-50
{
    min-height: 250px;
}

.Row
{
    overflow: hidden;
}

.Right
{
    float: right;
}

.Row .Col-50
{
    width: 50%;
}

.PlainMedium .ImageBackground
{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: inline-block;
    width: 50%;
    height: 0;
    padding-bottom: 22%;
}

.PlainMedium .Content
{
    padding: 25px;
}

.PlainMedium .Content h2
{
    font-size: 1.8em;
    font
}

.PlainMedium .Content p
{
    margin-top: 25px;
    font-weight: 700;
}

a.BigHref
{
    position: relative;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding-right: 70px;
    font-size: 1.5em;
    text-decoration: none;
        margin-top: 25px;
}

a.BigHref span
{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    border: 1px solid;
    border-radius: 50%;
}

a.BigHref span i
{
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
}

a.BigHref span i:before
{
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    display: inline-block;
    border: 14px solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    transform: translateX(-25%) translateY(-50%);
}

/****************************************************************/


#NonMedical_1 .CommonArea .HP_Picture
{
    background: url("<?= HOST.IMAGES_DIR."background/background-wheelchair.png" ?>") no-repeat;
    background-size: cover;
    background-position: center;
}

#NonMedical_2 .CommonArea .HP_Picture
{
    background: url("<?= HOST.IMAGES_DIR."background/background-elderly.png" ?>") no-repeat;
    background-size: cover;
    background-position: center;
}

.HalfPanel_Section
{
    width: 100%;
    position: relative;
    padding: 70px 0;
    overflow: hidden;
}

.HalfPanel_Section .CommonArea
{
    position: relative;
}

.HalfPanel_Section .CommonArea .HP_Picture
{
    width: 50%;
    height: 0;
    padding-bottom: 35%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.35);
}

.HalfPanel_Section .CommonArea.SDRight .HP_Picture
{
    right: 48%;
}

.HalfPanel_Section .CommonArea.SDLeft .HP_Picture
{
    left: 48%;
}

.HalfPanel_Section .CommonArea .HP_Content
{
    overflow: hidden;
}

.HalfPanel_Section .BGColor
{
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 11;
    box-shadow: 3px 0px 30px rgba(0, 0, 0, 0.25);
}

.HalfPanel_Section .BGColor.SDRight
{
    right: 0;
    left: auto;
}

.BackColor_1
{
    background: #596a82;
}

.BackColor_2
{
    background: #00185b;
}

.BackImage_1
{
    background: url("<?= HOST.IMAGES_DIR."background/elderly-assistance.png"; ?>") no-repeat;
    background-size: cover;
}

.HalfPanel_Section .CommonArea .HP_Content .ContentPanel
{
    width: 50%;
}

.HalfPanel_Section .CommonArea.SDRight .HP_Content .ContentPanel
{
    float: right;
    padding-left: 100px;
}

.HalfPanel_Section .CommonArea.SDLeft .HP_Content .ContentPanel
{
    float: left;
    padding-left: 50px;
}

.HalfPanel_Section .SiteHeader
{
    position: relative;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 2px;
    color: #be1e2d;
}

.HalfPanel_Section .CommonArea .HP_Content .HP_Nav
{
    padding: 40px;
}

.HalfPanel_Section .CommonArea .HP_Content p.SDP
{
    padding: 40px 0;
    color: #22293f;
    font-family: PT Sans;
    line-height: 1.8;
}

.HalfPanel_Section .CommonArea .HP_Content .HP_Nav ul li, .HalfPanel_Section .CommonArea .HP_Content p
{
    padding-bottom: 20px;
    font-family: PT Sans;
    font-weight: 700;
    font-size: 1.1em;
}

.HalfPanel_Section .CommonArea .HP_Content .HP_Nav ul li
{
    position: relative;
    padding-top: 15px;
    padding-left: 50px;
    min-height: 30px;
}

.HalfPanel_Section .CommonArea .HP_Content .HP_Nav ul li::before
{
    position: absolute;
    top: 50%;
    left: 5px;
    content: "";
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background: url("<?= HOST.IMAGES_DIR."li-icon.png"; ?>") no-repeat;
    background-size: contain;
    background-position: center;
}

@media screen and (max-width: 900px)
{
    .HalfPanel_Section .SiteHeader
    {
        font-size: 1.4em;
    }
    .HalfPanel_Section .CommonArea .HP_Content .HP_Nav
    {
        padding: 25px 10px;
    }

    .HalfPanel_Section .CommonArea .HP_Content .HP_Nav ul li
    {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 730px)
{
    #NonMedical_2, #SUVSection
    {
        background: #fafafa;
    }

    #SedanSection, #SUVSection, #MinivanSection
    {
        padding: 30px 0 !important;
    }

    .HalfPanel_Section
    {
        padding: 30px 0;
    }
    .HalfPanel_Section .BGColor
    {
        display: none;
    }
    .HalfPanel_Section .CommonArea .HP_Picture
    {
        position: relative;
        top: auto;
        right: auto !important;
        left: auto !important;
        transform: translateY(0);
        margin: auto;
        width: 70%;
        padding-bottom: 45%;
        margin-bottom: 30px;
    }
    .HalfPanel_Section .CommonArea .HP_Content .ContentPanel
    {
        width: 100%;
        float: none;
    }
}

/***************************************/

#SedanSection, #SUVSection, #MinivanSection
{
    padding: 100px 0;
}

#SedanSection .HP_Picture
{
    background: url("<?= HOST.IMAGES_DIR."background/sedan-background.png" ?>") no-repeat;
    background-position: right center;
    background-size: contain;
    box-shadow: none;
    right: 44%;
}

#SUVSection .HP_Picture
{
    background: url("<?= HOST.IMAGES_DIR."background/suv-background.png" ?>") no-repeat;
    background-position: right center;
    background-size: contain;
    box-shadow: none;
    left: 44%;
}

#MinivanSection .HP_Picture
{
    background: url("<?= HOST.IMAGES_DIR."background/mini-van-background.png" ?>") no-repeat;
    background-position: right center;
    background-size: contain;
    box-shadow: none;
    right: 44%;
}

/*****************************************************************/

.ContactHorizontal
{
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
    font-size: 1.8em;
    font-weight: bold;
    padding: 75px 0;
}

.ContactHorizontal p
{
    width: 100%;
    color: #22293f;
}

.ContactHorizontal span
{
    color: #be1e2d;
    display: block;
}

.ContactHorizontal a.HugeButton
{
    display: inline-block;
    margin-top: 40px;
    padding: 25px 75px;
    background: #be1e2d;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media screen and (max-width: 650px)
{
    .ContactHorizontal
    {
        font-size: 1.4em;
    }

}

/******************************************************************/

.WhitePanel
{
    background: #fff;
    padding: 100px 0;
}

.WhitePanel nav
{
    text-align: center;
}

.WhitePanel nav ul
{
    overflow: hidden;
    margin: auto;
    display: inline-block;
}

.WhitePanel nav ul li
{
    position: relative;
    float: left;
    padding: 10px 45px;
    font-size: 1.7em;
    color: #22293f;
    font-weight: bold;
}

.WhitePanel nav ul li:before
{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(50%);
    width: 7px;
    height: 7px;
    background: #be1e2d;
}

.WhitePanel nav ul a:last-child li:before
{
    display: none;
}

.WhitePanel nav p
{
    font-size: 1.5em;
    font-weight: bold;
}

.FormPanel
{
    background: #eeeef0;
    padding: 100px 0;
}

.FormPanel .FormContainer
{
    width: 94%;
    max-width: 450px;
    margin: auto;
}

.FormPanel .FormContainer fieldset
{
    width: 100%;
    padding-bottom: 20px;
}

.FormPanel .FormContainer fieldset input, .FormPanel .FormContainer fieldset textarea
{
    width: 100%;
    padding: 10px 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #bbbdbf;
    font-size: 1.3em;
    letter-spacing: 2px;
}

.FormPanel .FormContainer fieldset input::placeholder, .FormPanel .FormContainer fieldset textarea::placeholder
{
    color: #22293f;
    font-weight: bold;
}

.FormPanel .FormContainer fieldset input
{
    height: 50px;
}

.ButtonWrapper
{
    padding: 5px;
    border-radius: 40px;
    background-color: #be1e2d;
    background-image: linear-gradient(to right, #be1e2d, #0027b5);
}

.FormPanel .FormContainer fieldset button
{
    background-color: #eeeef0;
    color: #0d0d51;
    width: 100%;
    height: 58px;
    border: 0;
    font-size: 1.7em;
    font-weight: bold;
    letter-spacing: 2px;
    border-radius: 30px;
    cursor: pointer;
}

.FormPanel .FormContainer h2
{
    color: #be1e2d;
    font-size: 2em;
    margin-bottom: 45px;
}

/***********************************************/

.FaqContainer
{
    width: 100%;
    padding: 120px 20px;
}

.QuestionSection
{
    position: relative;
    border-bottom: 1px solid #e6e7e8;
    padding: 20px 60px 20px 40px;
    font-size: 1.8em;
    font-weight: bold;
    color: #be1e2d;
    cursor: pointer;
}

.QuestionSection .Trigger
{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: inline-block;
}

.QuestionSection .Trigger:before
{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-25%) translateY(-50%);
    width: 0;
    height: 0;
    border: 16px solid;
    border-color: transparent transparent transparent #be1e2d;
    display: inline-block;
}

.AnswerSection
{
    font-size: 1.2em;
    padding: 0 60px 0 40px;
    font-family: PT Sans;
    color: #22293f;
    overflow: hidden;
    height: 0;
}

.QuestionItem.Open .AnswerSection
{
    padding: 20px 60px 20px 40px;
    height: auto;
}
