/* #leaveFade {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0,0,0,.7);
    display: none;
}


.leavepop_all {
    width: 800px;
    height: auto;
    position: fixed;
    top: 35px;
    left: calc(50% - 400px);
    z-index: 1000;
    background: #ffe300;
    border: 5px solid #e43b2c;
    border-radius: 10px;
    padding-bottom: 40px;
    display: none
}


.innerStyling {
    width: 700px;
    height: auto;
    margin: 0 auto;
    text-align: center
}

.leaveX_all {
    width: 35px;
    height: 35px;
    float: right;
    margin-right: -20px;
    margin-top: -20px;
    z-index: 1005;
    cursor: pointer
}

.innerA_all {
    color: #2f2f2f;
    font-size: 34px;
    font-weight: 700;
    padding-top: 70px
}

.innerB_all {
    color: #00e;
    font-size: 24px;
    font-weight: 700;
    padding-top: 25px
}

#innerD1 {
    color: #2f2f2f;
    font-size: 18px;
    padding-top: 25px
}

#innerE1 {
    width: 300px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    font-family: arial;
    color: #2f2f2f;
    font-size: 32px;
    padding-top: 20px;
    font-weight: 700;
    letter-spacing: 2px
}

#innerE1 #timeCount {
    color: #2f2f2f;
    font-weight: 700
}

#innerF1 {
    width: 150px;
    height: auto;
    margin: 0 auto;
    font-family: open sans;
    color: #4e4e4e;
    font-size: 10px;
    padding-top: 5px;
    text-align: center
}

#innerFa1 {
    width: 75px;
    height: auto;
    float: left
}

#innerFb1 {
    width: 75px;
    height: auto;
    float: right
}

.innerButton_all {
    width: 400px;
    height: auto;
    margin: 0 auto;
    margin-top: 40px;
    padding: 12px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background: #0bba18;
    border-radius: 4px;
    border: 1px solid #099513;
    cursor: pointer
}

.innerButton_all:hover {
    background: #03880d;
    border: 1px solid #04730c
}

@media screen and (max-width: 900px) and (min-width:320px) {
    #leaveFade {
        -webkit-overflow-scrolling:touch!important;
        position: fixed;
        top: 0;
        left: 0;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        z-index: 2147483647;
        background: rgba(0,0,0,.7);
        overflow-x: hidden
    }

    .leavepop_all {
        height: auto;
        -webkit-overflow-scrolling: touch;
        min-height: 160px;
        background-clip: padding-box;
        -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
        box-shadow: 0 3px 9px rgba(0,0,0,.5);
        font-size: 14px;
        line-height: 1.42857143;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        padding: 2px;
        width: 97%!important;
        top: 50%!important;
        transform: translateY(-50%)
    }

    .innerA_all {
        font-size: 20px;
        padding-top: 4px
    }

    .innerB_all {
        font-size: 12px;
        padding: 2px
    }

    #innerD1 {
        font-size: 12px;
        padding: 2px;
        margin: 0 auto
    }

    #innerE1 {
        height: auto;
        font-size: 25px;
        padding: 2px
    }

    .innerButton_all {
        width: 92%;
        font-size: 16px;
        margin: 20px auto 10px
    }

    .innerStyling {
        width: 80%
    }

    .leavepop_all {
        width: 97%;
        top: 25px;
        left: auto;
        margin-left: 6px;
        max-width: 390px;
        margin: auto
    }

    .leaveX_all {
        z-index: 1005;
        cursor: pointer;
        position: absolute;
        right: -10px;
        top: -10px;
        background-color: #333;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        cursor: pointer;
        font-weight: 700;
        line-height: 30px;
        padding: 0;
        margin: 0
    }
} */
/* new */
#leaveFade{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.7);
	display: none;
}
.leavepop_all{
 
	width: 800px;
	height: auto;
	position: fixed;
	top: 90px;
	left: calc(50% - 400px);
	z-index: 1000;
	/* background: #f9c51e ; */
	/* border: 5px solid #e43b2c ; */
	border-radius: 10px;
	padding-bottom: 40px;
	display: none;

}
.partOne,  .partTwo{
    width: 50%;
    float: left;min-height: 376px;
}
.partOne img{height: 445px;
    object-fit: cover;width:100%;}
.partTwo {
   
    min-height: 445px;
    background: #f9c51e;
    padding: 10px;
     
}  
.innrPrt{display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;border: 1px solid #000;
    padding: 0 10px;
    min-height: 426px;}

.innerStyling{
	/* width: 700px; */
	height: auto;
	margin: 0 auto;
	text-align: center;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
	/* font-family: 'Open Sans'; */
}
.leaveX_all{
	width: 35px;
	height: 35px;
	float: right;
	margin-right: -20px;
	margin-top: -20px;
	z-index: 1005;
	cursor: pointer;
}
.innerA_all{
	color: #000 ;
	font-size: 40px;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
	padding-top: 0px;
}
.innerB_all{
	color: #000 ;
	font-size: 22px;
	padding-top: 0px;
}
.partTwo p{color: #000;
    font-size: 17px;text-align: center;margin-bottom: 0;
    margin-top: 13px;}
    .partTwo span.save{display: block;text-align: center;margin: 10px 0;}
    .partTwo span.save a{color: #000;text-decoration: underline;}

#innerD1{
	color: #2f2f2f ;
	font-size: 28px;
	padding-top: 25px;
}
#innerE1{
	width: 300px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	font-family: arial;
	color: #2f2f2f ;
	font-size: 38px;
	padding-top: 0px;
	font-weight: bold;
	letter-spacing: 2px;
}
#innerE1 #timeCount{color: #2f2f2f ;font-weight: bold;}
#innerF1{
	width: 150px;
	height: auto;
	margin: 0 auto;
	/* font-family: 'Open Sans'; */
	color: #4e4e4e ;
	font-size: 14px;
	padding-top: 5px;
	text-align: center;
}
#innerFa1{
	width: 75px;
	height: auto;
	float: left;
}
#innerFb1{
	width: 75px;
	height: auto;
	float: right;
}
.innerButton_all{
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
	padding: 9px 0px;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	background: #000002 ;
	border-radius: 0px;
	border: 1px solid #000002;
	cursor: pointer;
}
.innerButton_all:hover{
	background: #000 ;
	border: 1px solid #000 ;
}


@media screen and (max-width: 900px) and (min-width: 320px){
#leaveFade {
    -webkit-overflow-scrolling: touch !important;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483647;
    background: rgba(0, 0, 0, 0.7);
    overflow-x: hidden;
}
.leavepop_all {
    height: auto;
    -webkit-overflow-scrolling: touch;
    min-height: 160px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    font-size: 14px;
    line-height: 1.42857143;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 2px;
    width: 97%!important;
    top: 15px!important;
}
.innerA_all {
    font-size: 20px;
    padding-top: 4px;
}

.innerB_all {
    font-size: 16px;
    padding: 2px;
}

#innerD1 {
    font-size: 16px;
    padding: 2px;
    margin: 0 auto;
}
#innerE1 {
    height: auto;
    font-size: 25px;
    padding: 2px;width: auto;
}

.innerButton_all {
    width: 100%;
    font-size: 15px;
    margin: 10px auto;
}

/* .innerStyling {
    width: 80%;
} */

.leavepop_all {
    width: 97%;
    top: 25px;
    left: auto;
    margin-left: 6px;
}

.leaveX_all{
    z-index: 1005;
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: #333;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-weight: 700;
    line-height: 30px;
    padding: 0;
    margin: 0;
}

}

@media (max-width:480px){

    .partOne img {
    height: 380px;}
    .partTwo{min-height: 380px;}
    .innrPrt{min-height: 359px;}
}