

.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;
    padding: 30px 0;
}
.mobile .landing_PopupWrapper {
    padding: 60px 0;
}

.landing_PopupWrapper.popUp_zoomIn {
    display: flex;
}
.landing_Popup img {
    width: 100%;
    object-fit: cover;
    height:100%;
}

/* new */



.for-homepage .landing_Popup .image-content-wrapper {
    display: flex;
    min-width:100%;
    height: 270px;
}

.for-homepage .landing_Popup .text-content {
    background: white;
    position: relative;
    min-width:100%;
    height: 270px;
}

.for-homepage .landing_Popup {
    position: relative;
    max-width: 504px;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
    height: 80%;
}

.for-homepage .landing_Popup .popUp_Close {
    position: absolute;
    top: -290px;
    right: -40px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 100;
    cursor: pointer;
    background: white;
    border: 2px solid white;
    border-radius: 50%;
    color: black;
}


@media (max-width:1200px){
    .for-homepage .landing_Popup .image-content-wrapper {
        display: flex;
        min-width:100%;
        height: 230px;
    }
    
    .for-homepage .landing_Popup .text-content {
        background: white;
        position: relative;
        min-width:100%;
        height: 230px;
    }
    .for-homepage .landing_Popup .popUp_Close {
        position: absolute;
        top: -250px;
        right: -40px;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 100;
        cursor: pointer;
        background: white;
        border: 2px solid white;
        border-radius: 50%;
        color: black;
    }
}

@media (max-width:970px){
    .for-homepage .landing_Popup .image-content-wrapper {
        display: flex;
        min-width:100%;
        height: 190px;
    }
    
    .for-homepage .landing_Popup .text-content {
        background: white;
        position: relative;
        min-width:100%;
        height: 230px;
    }
    .for-homepage .landing_Popup .popUp_Close {
        position: absolute;
        top: -200px;
        right: -40px;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 100;
        cursor: pointer;
        background: white;
        border: 2px solid white;
        border-radius: 50%;
        color: black;
    }
    .for-homepage .landing_Popup .text-content-wrapper p {
        margin-bottom: 2% !important;
    }
        
}


@media (max-width:800px){
    .for-homepage .landing_Popup .image-content-wrapper {
        display: flex;
        min-width:100%;
        height: 190px;
    }
    
    .for-homepage .landing_Popup .text-content {
        background: white;
        position: relative;
        min-width:100%;
        height: 200px;
    }
    .for-homepage .landing_Popup .popUp_Close {
        position: absolute;
        top: -200px;
        right: -40px;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 100;
        cursor: pointer;
        background: white;
        border: 2px solid white;
        border-radius: 50%;
        color: black;
    }
    .for-homepage .landing_Popup .text-content-wrapper p {
        margin-bottom: 2% !important;
    }
    .for-homepage .landing_Popup .text-content-wrapper h2 {
        text-transform: none;
        margin-bottom: 1% !important;
        color: #000;
    }
        
}

@media (max-width:770px){
    .for-homepage .landing_Popup .popUp_Close {
        position: absolute;
        top: -275px;
        right: -40px;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 100;
        cursor: pointer;
        background: white;
        border: 2px solid white;
        border-radius: 50%;
        color: black;
    }
    .for-homepage .landing_Popup .image-content-wrapper {
        display: flex;
        min-width:100%;
        height: 145px !important;
    }
    
    .for-homepage .landing_Popup .text-content {
        background: white;
        position: relative;
        min-width:100%;
        height: 100px;
    }
    .for-homepage .landing_Popup .popUp_Close {
        position: absolute;
        top: -165px !important;
        right: -40px;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 100;
        cursor: pointer;
        background: white;
        border: 2px solid white;
        border-radius: 50%;
        color: black;
    }
    .for-homepage .landing_Popup .text-content-wrapper p {
        margin-bottom: 1% !important;
    }
    .for-homepage .landing_Popup .text-content-wrapper h2 {
        text-transform: none;
        margin-bottom: 0.25% !important;
        color: #000;
    }
}


.mobile.for-homepage .landing_Popup {
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    padding: 20px;
    width:95%;
    max-height:85vh;
}




.mobile.for-homepage .landing_Popup .text-content {
    position: unset;
}

.mobile.for-homepage .landing_Popup .text-content,
.mobile.for-homepage .landing_Popup .image-content-wrapper {
    width: 100%;
}
.mobile.for-homepage .landing_Popup .text-content{
    height:180px;
}
.for-homepage .landing_Popup .text-content-wrapper {
    text-align: center;
    color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:100px 20px;
    width: 100%;
    height:100%;
}

.for-homepage .landing_Popup .text-content-wrapper h2,
.for-homepage .landing_Popup .text-content-wrapper p,
.for-homepage .landing_Popup .text-content-wrapper a {
    visibility: visible;
}
.for-homepage .landing_Popup .text-content-wrapper p{
    margin-bottom:8%;
}
.for-homepage .landing_Popup .text-content-wrapper a{
    padding: 0 29px;
    line-height: clamp(30px,3.333vw,50px) !important;
    background-color: transparent;
    font-weight: 500;
    text-transform: uppercase;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
    color:#fff;
    background:#000;
}


.mobile.for-homepage .landing_Popup .image-content-wrapper {
    position: relative;
    height:50%
}

.imgforPopup {
    max-width:100%;
    display:block;
}

.for-homepage .landing_Popup .text-content-wrapper h2 {
    text-transform: none;
    margin-bottom:5%;
    color:#000;
}

.mobile.for-homepage .landing_Popup .popUp_Close {
    top: 90px !important;
    right: 5px;
}

.mobile .landing_Popup .text-content-wrapper h2{
    padding:10px 0 0 0;
}
@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;
}

@media screen and (max-width: 960px) {
  .for-homepage .landing_Popup .text-content {
      width: 50%;
      padding:0;
  }
  .for-homepage .landing_Popup .image-content-wrapper{
      width:40%
  }
}
@media screen and (max-width: 768px) {
  .for-homepage .landing_Popup .popUp_Close{
      top:-25px;
      right:-30px;
  } 
  .for-homepage .landing_Popup .text-content-wrapper{
     padding:10px;
  }
  .for-homepage .landing_Popup .text-content {
      height:250px;
  }
  .for-homepage .landing_Popup .image-content-wrapper{
      height:250px;
  }
   
}

@media (orientation: landscape){
    .mobile.for-homepage .landing_Popup{
        flex-direction:row;
        width:400px;
    }
    .mobile.for-homepage .landing_Popup .popUp_Close {
        top: -10px !important;
        right: -185px !important;
    }
    .mobile.for-homepage .landing_Popup .text-content{
        height:200px;
        width:200px;
    }
    .mobile.for-homepage .landing_Popup .image-content-wrapper {
        height: 200px;
    }
}

.simp-custom-instagram .text-content-wrapper{
    display:flex;
    align-items:center;
    justify-content:center
}

.mobile .logo.navbar-logo 
{
    padding:10px;
    background-color:#1E1919;
}
.mobile .fullImage {
    padding-top:45px !important;
}

/* Hide Right Box in Mobile */
.mobile .simp-custom-hideRightBox .col-xs-12:last-child{
    display:none;
}

/* Hide Left Box in Mobile */
.mobile .simp-custom-hideLeftBox .col-xs-12:first-child{
    display:none;
}



.outer-page .simp-custom-review-image-hide .img-responsive{
    display:none !important
}
.mobile .simp-custom-review-image-hide .img-responsive{
    display:none !important
}

#textbox_1591864897226,
#textbox_1591863736464{
    display:none !important;
}
#textbox_1591882245316,
#textbox_1591883720709{
    display:none !important;
}
#textbox_1591940516907,
#textbox_1591941885460{
    display:none !important;
}
#textbox_1591940863951,
#textbox_1591942559931{
    display:none !important;
}
#textbox_1591940490117,
#textbox_1591942746133{
    display:none !important;
}
#textbox_1591880418518,
#textbox_1591881543212{
    display:none !important;
}
#textbox_1591939692822,
#textbox_1591947255517{
    display:none !important;
}
#textbox_1591950582370,
#textbox_1591952275674{
    display:none !important;
}
#textbox_1591950493124,
#textbox_1591952013685{
    display:none !important;
}
#textbox_1591951702615,
#textbox_1591953390029{
    display:none !important;
}
#textbox_1591950458673,
#textbox_1591952090684{
    display:none !important;
}


#textbox_1592371166627,
#textbox_1592371255077{
    display:none !important;
}


#textbox_1592372556572,
#textbox_1592372598799{
    display:none !important;
}



#textbox_1592372007897,
#textbox_1592372079485{
    display:none !important;
}


#textbox_1592374545590,
#textbox_1592374504071{
    display:none !important;
}


#textbox_1592375111396,
#textbox_1592375142012{
    display:none !important;
}


#textbox_1592375726502,
#textbox_1592375775216{
    display:none !important;
}

#textbox_1592376328494,
#textbox_1592376392836{
    display:none !important;
}

#textbox_1592377770907,
#textbox_1592377801187{
    display:none !important;
}

#textbox_1592378770207,
#textbox_1592378803912{
    display:none !important;
}


#textbox_1592382689776,
#textbox_1592382879884{
    display:none !important;
}




#textbox_1596514815455,
#textbox_1596515066168,
#textbox_1596515255848,
#textbox_1596515459216,
#textbox_1596515625118{
    display:none !important;
}














#textbox_1592640709700,#textbox_1592640245635{
    display:none !important;
}


#textbox_1592372922938,
#textbox_1592373039041{
    display:none !important;
}

#textbox_1599114192473,
#textbox_1599120867531,
#textbox_1599121618305,
#textbox_1599122002775,
#textbox_1599122297179{
    display:none !important;
}

