@font-face {
    font-family: 'Avenir LT Pro';
    src: url('../fonts/AvenirLTPro-Roman.woff2') format('woff2'),
        url('../fonts/AvenirLTPro-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'Satoshi';
	src: url('../fonts/Satoshi-Bold.woff2') format('woff2'),  url('../fonts/Satoshi-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Satoshi';
	src: url('../fonts/Satoshi-Medium.woff2') format('woff2'),  url('../fonts/Satoshi-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Satoshi';
	src: url('../fonts/Satoshi-Light.woff2') format('woff2'),  url('../fonts/Satoshi-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Satoshi';
	src: url('../fonts/Satoshi-Regular.woff2') format('woff2'),  url('../fonts/Satoshi-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
body {
	padding: 0;
	background: #fff;
	color: #000000;
	/* font-family: 'Avenir LT Pro'; */
    font-family: 'Satoshi', sans-serif;
	font-weight: normal;
	-webkit-overflow-scrolling: touch
}
div,ul,h1,h2,h3,h4,h5,li,p,img,form,input,textarea {
	margin: 0;
	padding: 0;
}
header,section,footer,aside,nav,main,article,figure {
	display: block;
}
table,tr,td {
	border: 0;
}
a {
	outline: none;
	color: inherit;
	text-decoration: none;
}
img {
	border: none;
}
li {
	list-style: none;
}
* {
	box-sizing: border-box;
}
.img-full {
	max-width: 100%;
}

.w-100{width:100%;}
.dsk_show{display:block;}
.mob_show{display:none;}

.logoSection{
	background:#000;
	padding:5px 0;
}
.logo{
    margin: 10px 0 0 0;
}
.clDiv {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 0 0;
}
.clIcon i{
	color: #FFF;
    font-size:30px;
}
.clTxt{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.clTxt span{
	color: #FFF;
    font-size: 11px;
    line-height: 1.2;
}
.clTxt a{
	color: #FFF;
    font-weight: 800;
    text-decoration: none;
    font-size: 16px;
    font-family: "Outfit", sans-serif;    
}
.payBtnDiv {
    width: 100%;
    padding: 0;
    margin-bottom: -5px;
}
.payBtnDiv p{
	font-size: 20px;
    line-height: 1.2;
    color: #3f3f3f;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
}
.payBtnDiv ul{
	display:flex;
	gap:30px;
	padding:5px 0 0 0;
}
.payBtnDiv ul li a img{width:100%;}
.payBtnDiv span {
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    color: #7A7A7A;
    font-weight:600;
    padding:0;
    display: block;
    text-align: center;
    width: 100%;
    position: relative;
}
.payBtnDiv span:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 12px;
    width: 45%;
    height: 1px;
    background:#7a7a7a91;
}
.payBtnDiv span:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 12px;
    width: 45%;
    height: 1px;
    background:#7a7a7a91;   
}
.stepDiv p{
	color: #515355;
    font-size: 16px;
    font-family: "Outfit", sans-serif;
}
.stepDiv h4 {
    color: #2a2a2b;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    width: auto;
    display: inline-block;
    font-family: "Outfit", sans-serif;
}
.stepDiv h4:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #7a7a7a91;
}
.secureDiv{
	display: flex;
    gap: 10px;
    padding: 10px 0 0 0;
}
.scurTxt p{
	color: #A4A4A4;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}
.scurTxt p i{
	color: #ffc439;
    font-size: 34px;
}
.cardimg{
    width: 150px;
    margin: 0 0 0 10px;
}
.frmDiv {
    padding-top: 10px;
    position:relative;
}
.frmDiv label{
	color: #2C2C2C;
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding:0 0 2px 0;
}
.frmDiv .txtFiled{
	width: 100%;
    border: 2px solid #2C2C2C;
    border-radius: 15px;
    height: 50px;
    padding: 10px;
    font-size: 16px;
    background:#f8ede0;
}
.sameTxt{
	display:flex;
	gap: 6px;
}
.chkkBox{
	width: 20px;
}
.sameTxt p{
	font-size:14px;
	line-height:1.2;
    color: #2C2C2C;
}
.pgbtnDiv{
	width: 100%;
    /* display: flex; */
    justify-content: space-between;
    padding:5px 0 0 0;
    align-items: center;
}
.bckBtn{
	color: #7F7F7F;
    font-size: 26px;
    font-weight: 600;
    text-decoration: underline;
    cursor:pointer;
    float:left;
    font-family: "Outfit", sans-serif;
}
.bckBtn:hover{
    color: #7F7F7F;
}
.conBtn {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    background: #04BF7A;
    padding: 10px 40px;
    border-radius: 8px;
    cursor: pointer;
    float: right;
    font-family: "Outfit", sans-serif;
}
.conBtn:hover{
    color: #FFF;
}
.cvvImg{
    position: absolute;
    left: 0;
    top: 45px;
    width: 350px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    background: #ffffff;
    padding: 0 5px 0 10px;
    z-index: 9;
}
.disNone{display:none;}
/* Left Box */
.paySection{
    width:100%;
    position:relative;
    min-height: 650px;
}
.leftBox{
    background: #f8ede0;
    padding: 10px 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 600px;
    text-align:center;
}
.headLine{
    color: #04265E;
    font-size: 34px;
    font-weight: 500;
    padding: 10px 0;
    margin: 0;
    font-family: "Outfit", sans-serif;
}
.subHeadLine{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    padding: 15px 0 0 0;
}
.subHeadLine span{
    font-weight:600;
    color:#F00;
}
.redTxt {
    color: #F00;
    font-size: 16px;
    font-weight: 700;
    position:relative;
    margin-bottom:15px;
}
.redTxt:after {
    position: absolute;
    content: '';
    right: 0;
    left: 0;
    bottom: -22px;
    height: 100%;
    background: url(../images/line.png) top center no-repeat;
}
.productBox{
    text-align:center;
    width:100%;
}
.mainPro{
    position:relative;
    display:inline;
}
.mainPro em{
    font-style: normal;
    background:#FF0;
    width:60px;
    height:60px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    font-weight:600;
    position:absolute;
    right:-15px;
    top:-40px;
    border:1px solid #ccc;
}
.proHeadLine{
    font-size:28px;
    color: #04265E;
    font-weight: 500;
    margin: 0;
    padding: 15px 0 0 0;
    font-family: "Outfit", sans-serif;
}
.proHeadLine span{
    font-weight:800;
}
.pgBtn{
    color: #04265E;
    border: 1px solid #04265E;
    padding: 12px 30px;
    margin: 20px 0 0 0;
    border-radius: 15px;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    transition:0.5s all;
}
.pgBtn:hover{
    background:#04265E;
    color:#effbff;
    transition:0.5s all;
}
.ognlTxt{
    font-size:28px;
    font-weight:500;
    color:#9D0000;
    text-decoration:line-through;
    padding:0;
    margin:25px 0 0 0;
    font-family: "Outfit", sans-serif;
}
.svTxt{
    font-size: 28px;
    font-weight: 500;
    color: #04BF7A;
    padding: 25px 0 0 0;
    position: relative;
    display: inline;
    font-family: "Outfit", sans-serif;
}
.svTxt span {
    position: absolute;
    color: #000;
    font-size: 12px;
    background: #FF0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -50px;
    top: 15px;
    box-shadow: 2px 4px 3px 0px rgb(0 0 0 / 40%);
    transform: scale(0.9);
}
.svTxt em{
    font-style:normal;
}
.totalTxt{
    font-weight: 600;
    font-size: 26px;
    padding: 0 0 30px 0;
    color: #000;
    line-height: 1.2;
    font-family: "Outfit", sans-serif;
}
.shpingTxt {
    font-weight: 500;
    font-size: 17px;
    padding: 0;
    color: #4C4C4C;
    margin: 0;
}
.noteUlLi{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.noteUlLi li{
    width:33%;
    text-align:center;
}
.noteUlLi li p{
    font-size: 14px;
    line-height: 1.2;
    color: #000;
}
.tetmonialsTxt{
    color: #04265E;
    font-size: 34px;
    font-weight: 600;
    position: relative;
    width: auto;
    display: inline-block;
    margin: 50px 0 0 0;
    padding: 0 0 30px 0;
    font-family: "Outfit", sans-serif;
}
.reviewBox{
    border:1px solid #04265E;
    padding:20px;
    border-radius:15px;
}
.reviewBox_head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.usedInfo{
    display: flex;
    gap: 10px;
    align-items: center;
}
.userName{
    color: #04BF7A;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    font-family: "Outfit", sans-serif;
}
.starImg{
    width: 100px;
}
.vrfyTxt{
    color: #04265E;
    font-size: 20px;
    line-height:1.2;
    font-weight:600;
    font-family: "Outfit", sans-serif;
}
.reviwTxt {
    color: #000000;
    font-size: 19px;
    line-height: 1.2;
    padding: 15px 0;
}
.reviwImg{
    width:100%;
}
.pddTop{
    padding-top:0;
}
.cvvBtn{cursor:pointer;}
.cvvBtn img{
    width:30px;
    height:30px;
}
.bmDiv{
    background: #fcffd3;
    border: 3px dashed #F00;
    margin: 25px 0 0 0;
    padding: 0;
}
.bmDiv h5{
    font-size: 16px;
    font-weight: 600;
    padding: 20px 0 0 0;
    text-align: center;
}
.bmDiv select {
    width: 100%;
    height: 40px;
    border-radius: 15px;
    padding: 5px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f0f8ff url(../images/dwn_arw.png) right center no-repeat;
    background-size: 30px;
    border: 1px solid #2C2C2C;
}
.bmDiv p{
    font-size: 16px;
    line-height: 1.2;
    padding: 10px 0 0 0;
    color:#000;
}
.submitButton {
    border-radius: 9px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .51px;
    margin-top: 15px;
    line-height: 22px;
    text-align: center;
    padding: 12px 10px;
    width: 52%;
    position: relative;
    outline: none !important;
    border: 2px solid #fff;
    background: #04BF7A;
    float:right;
    font-family: "Outfit", sans-serif;
}

.submitButton span{
    display: block;
}
.submitButton .text-small {
    font-size: 10px;
    margin: 0px;
}
.submitButton:hover{
    color: #fff;
}
.submitButton:hover span{
    color: #fff;
}
.submitButton:hover .text-small {
    color: #fff;
}
.step2{display:none;}
/* Footer */
.customfooter {
    margin-top: auto;
    color: #fff;
    background: linear-gradient(to right, #222, #444, #222);
    background-image: linear-gradient(to right, #222, #444, #222);
    padding: 40px 0px;
    float: left;
    width: 100%;
    line-height: 21px;
    text-align: left;
    font-family: arial !important;
    margin-top: 30px;
}
.customfooter h3 {
    font-size: 14px;
    margin: 0px 0px 10px 0px;
    border-bottom: 1px solid #696868;
    padding-bottom: 5px;
    font-weight: 700;
    color: #fff;
}
.customfooter ul {
    padding: 0px;
    margin: 0px;
}
.customfooter ul li {
    list-style: none;
    border: none;
    color: #fff;
    line-height: 24px !important;
}
.customfooter a {
    color: #f1f1f1;
    font-size: 12px;
    font-family: Arial, sans-serif;
    padding: 0px !important;
    text-decoration: none;
    display: block;
    font-weight: 400;
}
.customfooter a:hover {
    color: #aaa !important;
}
.customfooter .credit-cards-image {
    width: 100%;
    max-width: 150px !important;
}
.customfooter p {
    font-size: 12px;
    margin: 0px;
    line-height: 21px !important;
}
.footerLogo {
    max-width: 100%;
}
.footerBottom {
    border-top: 1px solid #696868;
    margin-top: 15px;
    padding-top: 15px !important;
}
.footerBottom p {
    padding-bottom: 10px;
}
.footer-image-logo {
    margin: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.footer-image-logo img {
    -o-object-fit: contain;
    /* object-fit: contain; */
    height: 25px;
}
.text-white{text-align:center;}

/* Popup */
.w_fomo_wrapper {
    position: fixed;
    bottom: 10px;
    left: 10px;
    min-width: 300px;
    background-color: #fff;
    -webkit-transition: transform .8s ease;
    -webkit-transition: -webkit-transform .8s ease;
    transition: -webkit-transform .8s ease;
    transition: transform .8s ease;
    transition: transform .8s ease, -webkit-transform .8s ease;
    z-index: 1001;
    color: #fff;
    font-weight: 400;
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
    -webkit-box-shadow: 0 0 5px #6f6f6f;
    box-shadow: 0 0 5px #6f6f6f;
    border-radius: 5px;
    max-width: 320px;
    border-radius: 50px;
    width: 100%;
}
.w_fomo_wrapper.notify {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.w_fomo_wrapper .w_item {
    display: table;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.w_fomo_wrapper .w_thumb {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    text-align: right;
}
.w_fomo_wrapper .w_thumb img {
    width: 60px;
    margin: 0 auto;
}
.w_fomo_wrapper .w_desc {
    padding: 10px 20px;
    font-size: 1.3rem;
}
.w_desc p {
    margin-bottom: 6px;
    text-align: left;
    font-size: 13px;
    color: #000;
}
.w_fomo_wrapper .w_desc strong {
    color: #2DBBFF;
}
.shipaddress{
    padding-top:15px;
}
.selbox {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f8ede0 url(../images/dwn_arw.png) right center no-repeat;
    background-size: 35px;
    width: 100%;
    border: 2px solid #2C2C2C;
    border-radius: 15px;
    height: 50px;
    padding: 10px 10px 10px 10px;
    font-size: 16px;
    background-position-x: 99%;
}
.itemBox{
    width:60%;
    border:2px solid #2C2C2C;
    border-radius:15px;
    padding:0;
    margin:5px auto 0;
    text-align:left;
    background:#FFF;
    display:none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 2px 4px 9px 0px rgb(0 0 0 / 44%);
}
.itemBox label{
    width: 100%;
    background: #FFF;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    border-radius: 15px;
    cursor:pointer;
}
.itemBox label:hover{
    background: #e9e9e9;
}
.moboCallDiv{display:none;}
.selbox.has-error, .frmDiv .txtFiled.has-error {
    border: 1px solid #ff5e45 !important;
    background: #f8ede0 url(../../../app_assets/images/icon-validation-bad.png) right center / 30px no-repeat !important;
}
.btnDiv{position: relative;}
/************ Responsive CSS **************/
@media(max-width:1920px){}
@media(max-width:1400px){
    .vrfyTxt {
        font-size: 16px;
    }
    .userName {
        font-size: 18px;
    }
    .starImg {
        width: 80px;
    }
    .reviwTxt {
        font-size: 18px;
    }
    .leftBox {
        width:550px;
    }
    .scurTxt p {
        font-size: 18px;
    }
    .logo {
        width:100%;
    }
    .clTxt span {
        font-size: 9px;
    }
}
@media(max-width:1366px){
    .logoSection {
        padding:0;
    }
    .logo {
        width: 80%;
        margin: 6px 0 0 0;
    }
    .bannerImg {
        width: 70% !important;
        max-width: 70% !important;
        margin: 0px auto;
    }
    .clDiv {
        margin: 5px 0 0 0;
    }
    .payBtnDiv {
        padding: 5px 0 0 0;
    }
    .payBtnDiv p {
        font-size: 16px;
    }
    .stepDiv p {
        font-size: 18px;
        line-height: 1;
    }
    .stepDiv h4 {
        font-size: 18px;
        line-height:1;
    }
    .frmDiv {
        padding-top: 5px;
    }
    .frmDiv label {
        font-size: 16px;
        padding: 0 0 0px 0;
    }
    .frmDiv .txtFiled, .selbox {
        height: 36px;
        padding:5px 10px;
    }
    .sameTxt p {
        font-size: 16px;
    }
    .pgbtnDiv {
        padding: 10px 0 0 0;
    }
    .payBtnDiv span {
        font-size: 12px;
    }
    .payBtnDiv span:before, .payBtnDiv span:after {
        bottom: 8px;
    }
    .conBtn {
        font-size: 24px;
        padding: 12px 40px;
    }
    .pddTop {
        padding-top: 0;
    }
    
}
@media(max-width:1280px){
    .leftBox {
        width: 500px;
    }
}
@media(max-width:1199px){
    .clIcon i {
        font-size: 23px;
    }
    .clTxt a {
        font-size: 12px;
    }
    .clTxt span {
        display: none;
    }
    .vrfyTxt {
        font-size: 12px;
    }
    .userImg{
        width:50px;
    }
    .starImg {
        width: 70px;
    }
    .userName {
        font-size: 16px;
    }
    .reviwTxt {
        font-size: 16px;
    }
    .leftBox {
        width: 420px;
    }
    .scurTxt p {
        font-size: 14px;
    }
    /* .stepDiv p {
        font-size: 22px;
    } */
    /* .stepDiv h4 {
        font-size: 24px;
    } */
    /* .frmDiv label {
        font-size: 18px;
    } */
    /* .sameTxt p {
        font-size: 18px;
    } */
    .headLine {
        font-size: 30px;
    }
    .proHeadLine {
        font-size: 26px;
    }
    .ognlTxt {
        font-size: 24px;
    }
    .svTxt {
        font-size: 24px;
    }
    .noteUlLi li p {
        font-size: 12px;
    }
    .submitButton {
        width: 70%;
    }
    .itemBox {
        width: 80%;
    }
}
@media(max-width:1024px){
    .payBtnDiv ul{
        display: block;
      }
    .payBtnDiv ul li{
        width:100%;
        display: block;
        margin-bottom:15px;
    }
    #gpay_button_data{
        width:100%;
    }
    #gpay_button_data button{
        width:100%;
    }
    .dNotab{display:none !important;}
    .moboCallDiv {
        display: flex;
        gap: 6px;
    }
    .moboCallDiv i {
        color: #04265e;
    }
    .moboCallDiv a {
        color: #04265e;
    }
    .tabDiv{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .moboCallDiv em{
        font-size: 10px;
        font-style: normal;
        color: #04265e;
        font-weight: 600;
    }
}
@media(max-width:991px){
    .reviewBox_head {
        display: block;
    }
    .vrfyTxt {
        font-size:12px;
        margin:5px 0 0 0;
        text-align:center;
    }
    .leftBox {
        width: 330px;
    }
    .scurTxt p i {
        font-size: 20px;
    }
    .scurTxt p {
        font-size: 12px;
    }
    .secureDiv img{width:50px;}
    .mainPro em {
        right: 20px;
    }
    .submitButton {
        width: 66%;
    }
    .submitButton {
        font-size: 18px;
    }
    .submitButton .text-small {
        line-height: 1.2;
    }
    .mobCardImg{
        width: 35%;
    }
    .mobCardQty{
        width: 65%;
    }
    .mobCardTxt{
        width:100%;
    }
    .itemBox {
        width: 100%;
    }
}
@media(max-width:767px){
    .dsk_show{display:none;}
    .mob_show{display:block;}
    .logoSection{
        text-align:center;
    }
    .logo {
        width: 100%;
        margin: 5px 0 0 0;
    }
    .tetmonialsTxt {
        font-size: 30px;
    }
    .reviewBox_head {
        display: flex;
    }
    .reviewBox {
        margin-bottom: 20px;
    }
    .customfooter {
        padding:20px 0px;
    }
    .customfooter h3 {
        margin:25px 0px 10px 0px;
        padding-bottom: 5px;
    }
    .footerLogo {
        margin-top:30px;
    }
    .leftBox{
        position: relative;
        width: 100%;
        margin:
        31px 0 0 0;
    }
    .conBtn {
        font-size: 18px;
        /* padding:15px 30px; */
    }
    .bannerImg {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0px auto;
      }

}
@media(max-width:576px){
    .logoSection .d-sm-none{
        display:none;
    }
}
@media(max-width:480px){
    .pgbtnDiv {
        display: block;
    }
    .bckBtn{display:block;}
    .submitButton {
        width:100%;
    }
.conBtn {width: 100%;display: block;text-align: center;}
.mainPro em{top: -60px;right: -17px;}
}
@media(max-width:320px){}


/************discount-popup design************/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
#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;
}
}
/***********end************/
