.bodyScrollHide {
    overflow: hidden;
}

.virtualBannerWrap {
    padding-bottom: 0;
}

.virtualWhatsin {
    background: #fff;
    text-align: center;
    padding: 50px 0;
}

.virtualWhatsin p {
    color: #000;
    font-size: 1.6rem;
    line-height: 28px;
    padding-bottom: 20px;
    /*font-family: 'AllianzSansLight';*/
}

.virtualWhatsin p.headsText {
    font-family: 'AllianzB';
    color: #000;
    font-size: 2rem;
    line-height: 28px;
    padding-bottom: 20px;
}

.virtualUnique {
    background: #ff9b41;
    padding: 50px 0;
}

.virtualUniqueWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.virtualUniqueR {
    width: inherit;
    float: none;
    position: relative;
}

.virtualUniqueL {
    width: 50%;
    float: none;
    position: relative;
    text-align: center;
}

.virtualUniqueR h2 {
    font-family: 'AllianzB';
    color: #fff;
    font-size: 3rem;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.virtualUniqueR p {
    color: #fff;
    font-size: 1.6rem;
    line-height: 28px;
    padding-bottom: 20px;
}

.virtualUniqueR p:last-child {
    padding-bottom: 0;
}

.greatMindBoxInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 50px;
}

.greatMindBox {
    padding: 50px 35px;
    -webkit-box-shadow: 0 0 30px 2px #ddd;
    -moz-box-shadow: 0 0 30px 2px #ddd;
    -ms-box-shadow: 0 0 30px 2px #ddd;
    -o-box-shadow: 0 0 30px 2px #ddd;
    box-shadow: 0 0 30px 2px #ddd;
    max-width: 550px;
}

.greatMindtopSec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
}

.greatMindtopSec .imgSec {
    width: 120px;
    height: 120px;
    background: #f9f9f9;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 30px;
}

.greatMindtopSec .imgSec img {
    max-width: 140px;
}

.greatMindtopSec .nameSec {
    padding-bottom: 30px;
}

.greatMindtopSec .nameSec:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    background: url(clientlib/images/sprite.png) no-repeat;
    background-position: -290px 0;
    width: 41px;
    height: 41px;
    margin-right: 12px;
}

.greatMindtopSec .nameSec h5 {
    font-size: 1.8rem;
    color: #000;
    font-family: "AllianzSans";
    display: inline-block;
    text-align: left;
    font-weight: normal;
    max-width: 180px;
}

.greatMindtopSec .nameSec h5 span {
    display: block;
    font-family: "AllianzB";
    color: #0072bc;
    font-size: 1.4rem;
    margin-top: 2px;
}

.detailSec {
    text-align: center;
}

.detailSec p {
    font-size: 1.8rem;
    color: #000;
    font-family: "AllianzSans";
    display: none;
}

.readLessGreatMind {
    display: none;
}

.detailSec p:first-child {
    display: block;
}

.greatMindBoxWrap h2 {
    text-transform: uppercase;
    padding-bottom: 0;
}

.greatMindBoxWrap {
    background: #f9f9f9;
    text-align: center;
    padding: 50px 0;
}

.digitalDistContent,
.digitalDistContent .fieldBox.checkInputBox {
    width: 100%;
    float: left;
}

.digitalDistContent .fieldBox {
    width: 46%;
    float: left;
    /*padding-bottom: 15px;*/
    position: relative;
    margin-bottom: 25px;
}

.digitalDistContent .fieldBox .errorMsg {
    position: absolute;
    left: 0;
    bottom: -20px;
    padding-bottom: 0;
}

.digitalDistContent .fieldBox:nth-child(odd) {
    margin-right: 4%;
}

.digitalDistContent .fieldBox:nth-child(even) {
    margin-left: 4%;
}

.digitalDistContent .fieldBox:last-child {
    margin-left: 0;
    margin-right: 0;
    float: none;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bannerWrap.productBanner .bannerWrapRight.digitalDistForm {
    padding: 25px;
    width: 100%;
    max-width: 430px;
    -webkit-box-shadow: 0 0 30px 2px #ddd;
    -moz-box-shadow: 0 0 30px 2px #ddd;
    -ms-box-shadow: 0 0 30px 2px #ddd;
    -o-box-shadow: 0 0 30px 2px #ddd;
    box-shadow: 0 0 30px 2px #ddd;
    background: #fff;
}

.bannerWrap.productBanner .bannerWrapRight.digitalDistForm h2 {
    font-size: 2.2rem;
    text-align: left;
    padding-bottom: 15px;
}

.bannerWrap.productBanner .bannerWrapRight.digitalDistForm p {
    font-size: 1.6rem;
    color: #6d6d6d;
    text-align: left;
    padding-bottom: 15px;
}

.digitalDistContent .fieldBox label {
    font-size: 1.6rem;
    color: #010101;
}

.digitalDistContent .fieldBox .inputBox {
    padding-top: 5px;
}

.digitalDistContent .fieldBox .inputBox input,
.digitalDistContent .fieldBox .selectBox .selectedValue {
    color: #ff9b41;
    font-size: 1.9rem;
}

.digitalDistContent .fieldBox .selectBox {
    padding-top: 10px;
}

.digitalDistContent .fieldBox .selectBox.digiDistriCity .errorMsg {
    padding-top: 10px;
}

.digitalDistContent .fieldBox .selectBox:before {
    background: #ebebeb;
}

.digitalDistContent .fieldBox.checkInputBox input[type="checkbox"] {
    left: 0px;
    width: 25px;
    height: 25px;
    top: 25px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.digitalDistContent .fieldBox.checkInputBox input {
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 0;
}

.digitalDistContent .fieldBox.checkInputBox label {
    display: block;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    padding: 0px 10px 10px 35px;
    position: relative;
    cursor: pointer;
    font-size: 1.3rem;
    color: #757575;
}

.digitalDistContent .fieldBox.checkInputBox:nth-child(2n) {
    margin-left: 0;
}

.digitalDistContent .fieldBox.checkInputBox label::before {
    content: '';
    background: url(../../../../../../../content/dam/bagic/index/virtual-office/virtual-office-checkbox.png) no-repeat 0 0;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 25px;
    height: 25px;
    z-index: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.digitalDistContent .fieldBox.checkInputBox input:checked+label:before {
    background: url(../../../../../../../content/dam/bagic/index/virtual-office/virtual-office-checkbox.png) no-repeat 0 -30px;
    border: 0px;
}

.virtualMoreClick {
    font-size: 1.3rem;
    text-decoration: underline;
}

.virtualMoreClick:hover {
    text-decoration: none;
}

.inputBox span.mobileSpan {
    position: absolute;
    left: 0;
    bottom: 5px;
    font-size: 1.9rem;
    color: #ff9b41;
    display: block;
}

.digitalDistContent .fieldBox .inputBox.mobileField {
    padding-left: 35px;
}

.popupSec.digitalDistDiscPop {
    z-index: 100;
}

@media screen and (max-width:1280px) {
    .greatMindBox {
        max-width: 400px;
    }
}

@media screen and (max-width:1024px) {
    .virtualOfficeIntroTxt,
    .virtualUnique,
    .virtualWhatsin,
    .greatMindBoxWrap {
        padding: 30px 0;
    }
    .virtualWhatsin p.firstWhyUsContent,
    .virtualOfficeIntroTxt p.firstWhyUsContent {
        padding-bottom: 0;
    }
    .virtualWhatsin p.firstWhyUsContent.whyUsContentAll,
    .virtualOfficeIntroTxt p.firstWhyUsContent.whyUsContentAll {
        padding-bottom: 20px;
    }
    .bannerWrap.productBanner .bannerWrapRight.digitalDistForm {
        display: block;
        margin-top: 50px;
        max-width: 100%;
        padding: 10px;
    }
    .bannerWrap.headsDetailPage.productBanner.virtualBannerWrap {
        padding-bottom: 0;
    }
    .digitalDistContent .fieldBox {
        width: 48%;
    }
    .digitalDistContent .fieldBox:nth-child(odd) {
        margin-right: 2%;
    }
    .digitalDistContent .fieldBox:nth-child(even) {
        margin-left: 2%;
    }
}

@media screen and (max-width:992px) {
    .greatMindBox {
        max-width: 300px;
        padding: 30px;
    }
    .virtualWhatsin p,
    .virtualOfficeIntroTxt p {
        font-size: 1.5rem;
    }
}

@media screen and (max-width:768px) {
    .virtualWhatsin p,
    .virtualOfficeIntroTxt p,
    .whyUs.virtualWhatsin p a.moreWhyUsClick,
    .whyUs.virtualOfficeIntroTxt p a.moreWhyUsClick,
    .whyUs.virtualWhatsin .lessWhyUsClick,
    .whyUs.virtualOfficeIntroTxt .lessWhyUsClick,
    .detailSec p,
    .detailSec p a,
    .readLessGreatMind,
    .digitalDistDiscPop p {
        font-size: 1.6rem;
    }
    .virtualUniqueR h2,
    .whyUs.virtualWhatsin h2.whyUsHead,
    .whyUs.virtualOfficeIntroTxt h2.whyUsHead,
    .greatMindBoxWrap h2,
    .bannerWrap .bannerHeads h1 span,
    .bannerWrap.productBanner .bannerWrapRight.digitalDistForm h2 {
        font-size: 2rem;
    }
    .virtualMoreClick {
        display: inline-block;
    }
}

@media screen and (max-width:767px) {
    .greatMindBoxInner {
        display: block;
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        justify-content: normal;
        padding: 30px;
    }
    .greatMindBox {
        max-width: 100%;
        margin-bottom: 30px;
    }
    .greatMindtopSec .nameSec h5 {
        max-width: 250px;
    }
    .virtualUniqueWrap {
        display: block;
    }
    .virtualUniqueL {
        margin: 0 auto;
    }
    .bannerWrap.headsDetailPage .bannerHeads h1 {
        padding-bottom: 30px;
    }
    .whyUs.virtualWhatsin p a.moreWhyUsClick {
        display: inline-block;
    }
}

@media screen and (max-width:640px) {
    .popupSec.digitalDistDiscPop .closePop {
        width: 25px;
        position: absolute;
        height: 25px;
        right: 0;
        top: -20px;
        cursor: pointer;
        z-index: 9999;
        background: white;
        padding-top: 10px;
    }
    .virtualUniqueR p {
        padding-bottom: 10px;
    }
}

@media screen and (max-width:639px) {
    .bannerWrap .bannerHeads h1 span {
        font-size: 1.8rem;
    }
    .digitalDistContent .fieldBox .errorMsg {
        font-size: 1.1rem;
    }
}

@media screen and (max-width:480px) {
    .popupSec.digitalDistDiscPop .disclaimeInner {
        overflow-y: scroll;
        height: 180px;
    }
    .greatMindtopSec .nameSec h5 {
        max-width: 180px;
    }
}
