/************discount-popup design************/
#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: 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;
	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: #2f2f2f ;
	font-size: 34px;
	font-weight: bold;
	padding-top: 70px;
}
.innerB_all{
	color: #0000ee ;
	font-size: 24px;
	font-weight: bold;
	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: 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: 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 0px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	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, 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: 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: 15px;
    margin: 20px 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;
}

}

/***********end************/

/* Country code css start */
 .country-code-container {
     width: fit-content;
     height: 30px;
     font-size: 15px;
     font-family: Arial, sans-serif;
}
 .country-code-container .country-code-selector{
     padding: 0 !important;
}
 .country-code-container span {
     height: 100% !important;
     display: inline-block !important;
     width: fit-content !important;
     color: #222 !important;
     font-size: 14.5px;
     margin-top: -1px;
}
 .country-code-container .select2-container--default .select2-selection--single {
     border: none !important;
     outline: none !important;
     margin-top: 0;
     background: transparent;
}
 .country-code-container .select2-container--default .select2-selection--single .select2-selection__rendered {
     line-height: 35px;
     padding: 0 27px;
     padding-left: 8px;
}
 .countrycode-content-container .country-code-container + input {
     padding-left: 4px !important;
     /* padding-top: 5px !important; */
     border: none !important;
     background: transparent;
}

 /* .countrycode-content-container .country-code-container + input::placeholder{
     color:#b4b4b4;
} */
 .select2-container--default .select2-selection--single .select2-selection__arrow {
     top: 3.5%;
     right: 4px;
}
 .select2-container--open .select2-dropdown--above, .select2-container--open .select2-dropdown--below {
     width: 115px !important;
     background-color: #f4f4f4;
}
 .select2-container--open ul::-webkit-scrollbar {
     width: 5px;
}
 .select2-container--open ul{
     scrollbar-width: thin;
}
 .countrycode-content-container {
     display: flex;
     background: #FFF;
     border: 1px solid #a7abad;
     border-radius: 5px;
     height: 32px;
     align-items: center;
}
 .countrycode-content-container .country-code-container + input{
     border: none;
    height: 30px !important;
}
 .select2-search.select2-search--dropdown{
     position: relative;
}
 .select2-search.select2-search--dropdown::before {
     content: ' ';
     position: absolute;
     right: 8px;
     background-image: url(../../images/search.png);
     background-repeat: no-repeat;
     background-size: contain;
     width: 15px;
     height: 15px;
     top: 50%;
     transform: translateY(-50%);
}
 .select2-container--default .select2-results__option, .country-code-container .select2-results__option span {
     display: flex;
     align-items: center;
}
 .select2-container--default .select2-results__option img {
     width: 24px;
     height: auto;
     margin-right: 5px;
}
 .select2-selection__rendered img {
     width: 20px;
     height: auto;
     margin-right: 0px;
     border-radius: 0;
     vertical-align: middle;
     margin-top: -3px;
}
@media (max-width:992px) and (min-width:768px){
     .country-code-container .select2-container--default .select2-selection--single .select2-selection__rendered {
         padding: 0 30px;
         padding-left: 13px;
    }
}
/* Country code css end */

.leavepop_all {
    top: 50% !important;
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-height:375px){
    .leavepop_all{
        margin: 35px auto;
    }
}
#innerB2.innerB_all.innerStyling {
    color: #2f2f2f;
    font-size: 20px;
    font-weight: 400;
    padding-top: 25px;
}

@media screen and (max-width: 900px) and (min-width: 320px) {
    #innerB2.innerB_all.innerStyling {
        font-size: 15px;
    }
}