﻿/* Set padding to keep content from hitting the edges */
.body-content {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.pc{
    display:block;
}

.mobile {
    display: none;
}

.full-width{
    width:100%;
}

.half-width {
    width: 50%;
}

.logo{
    width:100%;
    max-width:300px;
}

.main {
    width: 100%;
    max-width: 1024px;
    margin: auto;
    background: url('images/background/liftassure - background - regular.png') repeat;
}

.header {
    /*background: url('images/header/liftassure - header - blank.png') no-repeat;*/
    background: #ECECEC;
    /*background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url("images/header/liftassure - header - blank.png");
    background-size: cover;*/
    width: 100%;
    margin: auto;
    height: 140px;
    margin-bottom: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.header-contact {
    color: black;
    font-weight:bold;
    padding: 0 10px;
}

#q1 {
    background: url('images/header/liftassure - header - search bar only blank.png') no-repeat;
    background-size: contain;
    width: 266px;
    height: 29px;
    border: 2px solid #070707b0;
    border-radius: 20px;
    opacity: 0.8;
    padding-left: 15px;
    font-size: 13px;
}

#q {
    background: url('images/header/liftassure - header - search bar only blank.png') no-repeat;
    background-size: contain;
    width: 266px;
    height: 29px;
    border: 2px solid #070707b0;
    border-radius: 20px;
    opacity: 0.8;
    padding-left: 15px;
    font-size: 13px;
}

#q1:focus {
    outline: none; /* 取消默认外框 */
    border: 2px solid #070707b0;
    padding-left: 15px;
    font-size:13px;
}

#q:focus {
    outline: none; /* 取消默认外框 */
    border: 2px solid #070707b0;
    padding-left: 15px;
    font-size: 13px;
}

#bsubmit1 {
    background: url('images/header/liftassure - header - search button.png') no-repeat;
    width: 60px;
    height: 29px;
    border: 2px solid #070707b0;
    border-radius: 20px;
    opacity: 0.8;
}

.menu-background {
    background: url('images/header/liftassure - header - nav. bar blank.png') repeat-x;
    background-size: auto 40px; /* 宽度 auto，高度 40px */
    height: 40px;
    border-radius:5px;
}

.menu-auto {
    display: flex; /* 横向排列 */
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    gap: 0; /* 不要间距 */
    height: 40px;
}

    .menu-auto a {
        text-decoration: none;
        color: #333;
        padding: 0 12px;
        position: relative;
        /*font-size: 1vw;*/
        font-size: clamp(10px, 0.8vw + 0.2rem, 15px) !important;
    }

        .menu-auto a:not(:last-child)::after {
            content: "|";
            position: absolute;
            right: 0;
            top: 0;
            color: #999;
        }

.img-3d-shadow {
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}


.header-contact a {
    color: #8CB9DC;
    /*font-weight: bold;*/
    text-decoration: none;
}

.search-box {
    display: flex;
    align-items: center;
}

.footer {
    background: url('images/footer/liftassure - footer - bottom ony blank.png') repeat-x;
    background-size:auto 100px;
    height:100px;
    text-align:center;
    padding:15px;
    font-size:12px;
}

.text-border-shadow {
    color: #8CB9DC; /* 白字 */
    font-size: 17px; /* 自己调大小 */
    font-weight: bold;
    -webkit-text-stroke: 1px #000; /* Chrome/Safari */
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6), -1px -1px 2px rgba(0,0,0,0.5);
}

.title {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.upper {
    text-transform: uppercase;
}

.btn_start {
    background-image: url('images/howitworks/liftassure - how it works -  start button full.png');
    width: 250px;
    height: 46px;
    background-size: cover;
    border: 0;
    margin: auto;
}

.btn_next {
    background-image: url('images/howitworks/Next Step Button.png');
    width: 250px;
    height: 60px;
    background-size: cover;
    border: 0;
    text-align: center;
    padding: 0 15px;
    margin: auto;
}

.btn_startover {
    background-image: url('images/howitworks/Start Over Button.png');
    width: 250px;
    height: 60px;
    background-size: cover;
    border: 0;
    text-align: center;
    padding: 0 15px;
    margin: auto;
}

@media (max-width: 830px) {
    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }
    
}

.bg-menu {
    background-color: #264BB6;
}

.header1 {
    width: 100%;
    height: 120px;
    margin: auto;
    padding-top: 10px;
}

.main-landing {
    width: 100%;
    margin: auto;
    min-height: 300px;
    position: relative;
    clear: both;
    margin-bottom: 10px;
}

.right-part .description {
    margin-top: 20px;
    overflow: hidden;
}

    .right-part .description .pictures-nav {
        margin-top: 5px;
    }

        .right-part .description .pictures-nav li {
            float: left;
            width: 60px;
            margin-right: 10px;
            margin-bottom: 10px;
            list-style: none;
        }

    .right-part .description .pictures {
        float: left;
        width: 272px;
        margin-right: 15px;
    }

    .right-part .description .pictures-nav li.nomargin {
        margin-right: 0px;
    }

.pictures-box {
    width: 98%;
    border: 1px solid #808080;
    background: white;
}

.ul-img {
    padding-left: 0;
    margin-left: 0;
}
