

.outerpage .simp-custom-center{
    display:flex;
    justify-content:center;
}

.outerpage .simp-custom-hideleft .left-box{
    display:none
}

.outerpage .simp-custom-hideright .right-box{
    display:none
}

/*.mobile .simp-custom-center{*/
/*    display:flex;*/
/*    justify-content:center;*/
/*}*/

.mobile .simp-custom-hideleft .col-xs-12:first-child{
    display:none
}

.mobile .simp-custom-hideright .col-xs-12:last-child{
    display:none
}

.custom_size_image img{
width: 50% !important;
margin-left: auto;
margin-right: auto;
display: block;
}

:is(.outerpage,.outer-page) .content_wrapper .widget-wrapper:is(.simp-custom-renai-3-card-layout-center-align,.simp-custom-renai-2-card-layout-center-align){
    display:flex;
    justify-content:center;
}
:is(.outerpage,.outer-page) .content_wrapper .widget-wrapper:is(.simp-custom-renai-3-card-layout-center-align,.simp-custom-renai-2-card-layout-center-align) .fullWidthWidgetWrapper{
    display:flex;
    justify-content:center;
}
.mobile .simp-custom-renai-3-card-layout-hide-right .col-xs-12:nth-of-type(3){
    display:none;
}
.mobile :is(.simp-custom-renai-3-card-layout-hide-left,.simp-custom-renai-2-card-layout-hide-left) .col-xs-12:nth-of-type(1){
    display:none;
}
.mobile .simp-custom-renai-2-card-layout-hide-right .col-xs-12:nth-of-type(2){
    display:none;
}
:is(.outerpage,.outer-page) .widget-wrapper:is(.simp-custom-renai-2-card-layout-hide-right) {
    display: flex;
    justify-content:center;
}
:is(.outerpage,.outer-page) .content_wrapper .widget-wrapper:is(.simp-custom-renai-3-card-layout-hide-right,.simp-custom-renai-2-card-layout-hide-right) .right-box{
    display:none;
}
:is(.outerpage,.outer-page) .content_wrapper .widget-wrapper:is(.simp-custom-renai-3-card-layout-hide-left,.simp-custom-renai-2-card-layout-hide-left) .left-box{
    display:none;
}



.landing_PopupWrapper {
    position: fixed;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    background-color: rgba(0,0,0,0.8);
    z-index: 10000;
    justify-content:center;
    align-items:center;
}
.landing_PopupWrapper.popUp_zoomIn {
    display: flex;
}
.landing_Popup img {
    margin: auto;
    float: none;
    max-width: 100%;
    max-height:80vh;
    min-height:50vh;
}
.for-homepage .landing_Popup {
    position: relative;
    max-width: unset;
    width: unset;
}
.imgforPopup {
    max-width:90%;
    display:block;
}
.for-homepage .landing_Popup .popUp_Close {
    position: absolute;
    top: -30px;
    right: -20px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 100;
    cursor: pointer;
    background: transparent;
    border: 2px solid #EBEDEC;
    border-radius: 50%;
    color:#fff;
    min-width:30px;
    min-height:30px;
}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(0.3,0.3);
    }
    50% {
        transform: scale(1.1,1.1);
    }
    100% {
        transform: scale(1,1);
    }
}
.landing_Popup{
    animation: zoominoutsinglefeatured 1s ease-in-out;
}
.mobile.for-homepage .landing_Popup{
    width:80%;
}
.mobile.for-homepage .landing_Popup .popUp_Close{
    top: -28px;
    right: -24px;
    width: 10px;
    height: 10px;
    padding:8px;
}
@media (orientation:landscape){
    .mobile.for-homepage .landing_Popup .popUp_Close {
        right:25%;
    }
}
.mobile.for-homepage .landing_Popup .popUp_Close i{
    font-weight:100;
}



