@font-face { 
    font-family: 'Colgate Ready BETA5'; 
    src: url('./fonts/ColgateReadyBETA5-Regular.woff') format('woff'),
        url('./fonts/ColgateReadyBETA5-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} 
@font-face {
    font-family: 'Colgate Ready BETA5';
    src: url('./fonts/ColgateReadyBETA5-Bold.woff') format('woff'),
        url('./fonts/ColgateReadyBETA5-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #F4F1EE;
}
body {
    font-size: 18px;
    font-family: "Colgate Ready BETA5", sans-serif;
    scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
.list-inline {
    margin: 0px;
}
.flex-direction-column {
	flex-direction: column;
}
.dark-brown-text {
    color: #452d43;
}
.red-text {
    color: red;
}
.list-inline > li {
    padding: 0px;
    margin-left: 0px;
}
.valign-middle > li {
    vertical-align: middle;
}
.div-center {
    display: flex;
    align-items: center;
}
.img-center {
    margin: 0px auto;
}
.padd20 {
    padding: 20px 0px;
}
.padd30 {
    padding: 30px 0px;
}
.paddt30 {
    padding-top: 10px;
}
.paddb20 {
    padding-bottom: 20px;
}
.paddb30 {
    padding-bottom: 30px;
}
.paddb50 {
    padding-bottom: 50px;
}
.btn-space {
    margin-top: 20px;
    margin-bottom: 20px;
}
.btn-grp ul > li:first-child,
.btn-grp ul > li:nth-child(3) {
    padding: 0px 20px;
}
/* .btn-grp ul>li:nth-child(2){ padding: 0px 20px; } */
.btn-1 .btn:hover,
.btn-1 .btn:focus {
    outline: none;
    outline-offset: 0px;
    box-shadow: none;
}
.btn-1 .btn {
    background-color: #001a72;
    border-color: #001a72;
    color: #fff;
    border-radius: 20px;
    outline: none;
    /* font-weight: bold; */
    padding: 10px 30px;
    width: 235px;
}
.btn-white-big{
    font-size:20px;
}

.btn-1 .btn.btn-trans{
    background-color: #ffffff;
    color: #001a72;
}

.btn-1 .btn.btn-trans:hover,
.btn-1 .btn.btn-trans:focus {
    background-color: #001a72;
    color: #ffffff;
}
.circle-box big {
    background-color: transparent;
    border: 1px solid red;
    color: red;
    border-radius: 50px;
    outline: none;
    font-weight: bold;
    padding: 6px 20px;
    font-size: 14px;
}
.offer-banner {
    position: relative;
    margin-top: -225px;
}
.offer-banner img {
    margin: 0px 0px auto auto !important;
}
/*.coupan img { margin: 0px auto; }*/
.tv-banner-sect {
    padding-top: 135px;
}
.tv-banner-sect .tv-banner {
    padding-left: 40px;
}
footer {
    border-top: 2px solid #2b2a28;
}
.for-mob {
    display: none;
}
.user_card {
    height: auto;
    max-width: 400px;
    margin-top: 20px;
    margin-bottom: auto;
    /*background: #fff;*/
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}
.brand_logo_container img {
    max-width: 100%;
    text-align: center;
}
.brand_logo {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 2px solid white;
}
.form_container {
    /* padding: 10px; */
    /* padding: 10px 15px; */
}
.login_btn {
    /* width: 280px; */
    background: #001a72 !important;
    color: white !important;
    border-radius: 25px;
    white-space: break-spaces;
    /* padding: 6px 18px; */
}
.login_btn:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.login_container {
    padding: 0 2rem;
}
.input-group-text,.input-group-append {
    background: #001a72 !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.input_user,
.input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
    color: #495057 !important;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #001a72 !important;
}
.input-group {
    /*width:300px;*/
    margin: auto;
}
.select2-container {
    width: auto !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select2-container .select2-selection--single {
    height: 38px !important;
    border: 0 !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 38px !important;
}
.select2-container {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.text-danger {
    width: 100%;
    display: block;
    font-size: 12px;
}
form {
    /* width: 90%; */ /* margin:0 auto; */
}
form input[type="checkbox"],
form input[type="radio"] {
    margin-top: 6px;
    margin-right: 10px;
}
.terms-text {
    justify-content: center;
    -webkit-justify-content: center;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.tnc-list {
    font-size: 13px;
}
.modal-body p {
    font-size: 13px;
}
.table-bordered {
    font-size: 13px !important;
}
.red-banned {
	font-size: 13px;
	background: #c91a29;
    color: white;
}
.agree {
	font-size: 18px;
}
.stepsCount {
	position: relative;
	list-style: none;
	padding: 0;
	padding-top: 1rem;
	/* counter-reset: counter; */
}
.stepsCount>li {
	position: relative;
	padding-left: 6rem;
	margin-bottom: 25px;
	padding-top: 8px;
}
.stepsCount>li::before {
	/* content: counter(counter); */
	/* counter-increment: counter; */
	content: 'Step ' attr(data-count);
	/* width: 120px; */
	/* height: 60px; */
	background-color: #000000;
    border-color: #000000;
	color: #fff;
	padding: 8px 16px;
	border-radius: 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
    left: 0px;
	top: 0px;
    /* top: 50%; */
    /* transform: translateY(-50%); */
}
.bullets-points {
	list-style: none;
    margin: 0;
    padding: 0;
}
.bullets-points li {
	position: relative;
	padding-left: 1rem;
}
.bullets-points li::before {
	content: "";
	position: absolute;
    border-radius: 50px;
    content: "";
    width: 8px;
    height: 8px;
    top: 7px;
	left: 0;
	background-color: #000;
}
.stepsCount .bullets-points {
	padding-top: 1rem;
}
.error-msg {
	color: #c91a29;
	border-color: #c91a29;
	padding: 10px;
}
.success-msg {
	color: #000000;
	border-color: #000000;
	padding: 10px;
}

.scratch-grid .scratch-card {
    width: 48%;
    position: relative;
  }
  .scratch-grid .scratch-card::after {
    content: url(../img/Lock.png);
    position: absolute;
    left: 52px;
    top: 60px;
  }
  .scratch-grid .scratch-card.redeem-page::after {
    content: "Redeemed";
    background-color: #6ace7f;
    color: #ffffff;
    position: absolute;
    left: 40px;
    top: 70px;
    padding: 6px;
    border-radius: 8px;
  }
  .scratch-grid .scratch-card.redeem-page::after {
    content: "Redeemed";
    background-color: #6ace7f;
    color: #ffffff;
    position: absolute;
    left: 40px;
    top: 70px;
    padding: 6px;
    border-radius: 8px;
  }
  
  .scratch-off-gallery {
    clear: both;
    display: grid;
    
  }
  
  .scratch-off-gallery__item {
    overflow: hidden;
    min-height: 162px;
  }
  
  .scratch-off-gallery__item > div {
    position: relative;
    display: inline;
  }
  
  .scratch-off-gallery__item.locked > div::after {
    content: url(../img/Lock.png);
    position: absolute;
    left: 52px;
    top: 60px;
  }
  
  
  
  .scratch-off-gallery__item.redeem-page > div::after {
    content: "Redeemed";
    background-color: #6ace7f;
    color: #ffffff;
    position: absolute;
    left: 40px;
    top: 70px;
    padding: 6px;
    border-radius: 8px;
  }
  
  .scratch-off-gallery__item.redeem-now{
    position: relative;
  }
  
  .scratch-off-gallery__item.redeem-now .center-text {
     
    background-color: #6ace7f;
    color: #ffffff;
    position: absolute;
    left: 18px;
    top: 70px;
    padding: 6px;
    border-radius: 8px;
  }
  
  .scratch-off-gallery__item > div p {
    content: "Scratch Here";
    background-color: #ffffff;
    color: #ff4747;
    position: absolute;
    left: 40px;
    top: 60px;
    padding: 6px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  
  
  .scratch-off-gallery__item > div img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

.scratch-off-gallery__item .sc__inner {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
}
  
  .scratch-off-gallery__item > div canvas {
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* left: 0; */
  }
  
  .scratch-grid .scratch-card .bridgeContainer {
    position: relative;
  }
  .scratch-grid .scratch-card .bridgeContainer #canvas {
    display: block;
    margin: 0 auto;
    content: "";
    width: 100%;
    max-width: 162px;
    height: auto;
  }
  .scratch-grid .scratch-card .bridgeContainer .code {
    position: absolute;
    top: 75px;
    left: 60px;
    visibility: hidden;
    margin: 0 auto;
    text-align: center;
    color: #f40000;
    font-weight: 700;
    font-size: 40px;
  }

.product-select-wrapper .prod-select, .product-select-wrapper .prod-select>option {
    text-align-last: center; /* Works on some browsers */
}
.product-select-wrapper .prod-select, .product-select-wrapper  .tnc-btn .btn {
    min-width: 250px;
    width: auto;
    height: auto;
    padding: 10px 12px;
}
.product-select-wrapper .tnc-btn .btn {
    font-size: 16px;
}
  

@media only screen and (max-width: 991px) {
    .div-center {
        display: block;
        align-items: normal;
    }
    .banner {
        padding-bottom: 0px;
    }
    .offer-banner {
        margin-top: -110px;
        padding-bottom: 30px;
    }
    .coupan img {
        margin: 0px auto;
    }
    .mob-center {
        text-align: center;
    }
    .plus-icon {
        padding: 40px 0px;
    }
}
@media only screen and (max-width: 767px) {
	body {
		font-size: 13px;
	}
    .for-mob {
        display: block;
    }
    .for-desktop {
        display: none;
    }
    .offer-banner {
        margin-top: -60px;
    }
    .offer-banner img {
        height: 130px;
    }
    h1.heading {
        font-size: 17px;
    }
    .btn-grp ul {
        text-align: center;
    }
    .btn-1 .btn {
		font-size: 13px;
    }

    .btn-1 .btn.btn-white-big{
        font-size:18px;
    }

	.red-banned {
		font-size: 12px;
	}
	.agree {
		font-size: 12px;
	}
	.stepsCount {
		padding-top: 0px;
	}
	.stepsCount>li { 
		padding-left: 4.5rem;
		/* padding-top: 4px; */
	}
	.stepsCount>li::before { 
		padding: 6px 10px;
		top: 3px;
	}
	.bullets-points li::before {
		width: 6px;
		height: 6px;
	}
}
