body .lhs-template-common-popup,
.lhs-template-common-popup * {
    box-sizing: border-box;
    font-family: 'ZohoPuvi', sans-serif;
    line-height: 24px;
}
body .lhs-template-common-popup {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    display: none;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
}
body .lhs-template-common-popup .lhs-template-common-popup-cont {
    width: 930px;
    border-radius: 21px;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    vertical-align: middle;
    background: #fff;
}
body .lhs-template-common-popup .Go2-log360 {
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 25px;
    font-weight: 100;
    cursor: pointer;
    color: #333;
    transition: 0.25s ease;
    background-color: #EEEEEE;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    text-align: center;
}
body .lhs-template-common-popup .Go2-log360:hover {
    transform: scale(1.2);
    color: #000;
}
body .lhs-template-common-popup .lhs-template-common-popup-title {
    margin-right: 37px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background: url(../images/lhs-template-common-popup-cover-image.png) no-repeat 0 0;
    background-size: 380px 468px;
    width: 380px;
    height: 440px;
}
body .lhs-template-common-popup .lhs-template-common-popup-list {
    width: 470px;
    display: inline-block;
    vertical-align: middle;
    list-style: none;
}
body .lhs-template-common-popup .lhs-template-common-popup-title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 29px;
    color: #fff;
    margin: 52px 0 0;
    opacity: 0.8;
}
body .lhs-template-common-popup .lhs-template-common-popup-title p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    margin: 0px;
    margin-top: 18px;
    opacity: 0.8;
}
body .lhs-template-common-popup .lhs-template-common-popup-list ul {
    display: table;
    width: 100%;
    list-style: none;
    padding: 0 !important;
    list-style-type: none !important;
}
body .lhs-template-common-popup .lhs-template-common-popup-list ul li {
    padding: 0;
}
body .lhs-template-common-popup label {
    display: block;
    cursor: pointer;
    font-weight: 500;
    position: relative;
}
body .lhs-template-common-popup label input {
    position: absolute;
    left: -9999px;
}
body .lhs-template-common-popup label span {
    width: 100%;
    padding: 17px 15px 17px 70px;
    display: block;
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
    transition: 0.25s ease;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    position: relative;
}
body .lhs-template-common-popup label span:before {
    content: "";
    background: url(../images/lhs-template-common-popup-sprite.png) no-repeat 3px 0px;
    background-size: 191px;
    width: 35px;
    height: 30px;
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
}
body .lhs-template-common-popup label a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-decoration: none;
}
body .lhs-template-common-popup .icp-2 label span:before {
    background-position: -47px 2px;
}
body .lhs-template-common-popup .icp-3 label span:before {
    background-position: -101px 1px;
}
body .lhs-template-common-popup .icp-4 label span:before {
    background-position: -157px 2px;
}
body .lhs-template-common-popup label span:hover {
    background-color: #DFDFDF;
    border: 1px solid #000;
}
body .lhs-template-common-popup label input:checked+span {
    background-color: #fff;
    border: 1px solid #D0D0D0;
    border-radius: 4px;
}
body .lhs-template-common-popup label input:checked+span {
    border-color: #068A8E;
    color: #000;
}
body .lhs-template-common-popup label input:checked+span:before {
    border-color: #068A8E;
}
body .lhs-template-common-popup .lhs-template-common-popup-buttons {
    margin-top: 17px;
    display: table;
    width: 100%;
}
body .lhs-template-common-popup .lhs-template-common-popup-buttons a {
    color: #000;
    background-color: #E5E5E5;
    padding: 11.5px 39px;
    border-radius: 4px;
    font-size: 15px;
    text-decoration: none;
}
body .lhs-template-common-popup .lhs-template-common-popup-buttons a.nextBtn {
    background-color: #000;
    color: #fff;
    margin-right: 15px;
}
@media screen and (max-width: 960px) {
    body .lhs-template-common-popup .lhs-template-common-popup-cont {
        width: 85%
    }
    body .lhs-template-common-popup .lhs-template-common-popup-list {
        width: 65%;
        margin: 30px auto 0;
        display: block;
    }
    body .lhs-template-common-popup .lhs-template-common-popup-title {
        background: #014781;
        width: 100%;
        height: 180px;
        border-radius: 21px 21px 0 0;
        margin-right: 0;
    }
}
@media screen and (max-width: 700px) {
    body .lhs-template-common-popup .lhs-template-common-popup-cont {
        width: 90%;
        padding: 45px 20px;
        margin-top: 50px;
    }
    body .lhs-template-common-popup .lhs-template-common-popup-list {
        width: 100%;
    }
}