@font-face {
    font-family: "Hyundai Sans Head Bold";
    src: url("https://db.onlinewebfonts.com/t/61ffb0b2f8ea8d9ca29bf6865856f4cd.eot");
    src: url("https://db.onlinewebfonts.com/t/61ffb0b2f8ea8d9ca29bf6865856f4cd.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/61ffb0b2f8ea8d9ca29bf6865856f4cd.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/61ffb0b2f8ea8d9ca29bf6865856f4cd.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/61ffb0b2f8ea8d9ca29bf6865856f4cd.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/61ffb0b2f8ea8d9ca29bf6865856f4cd.svg#Hyundai Sans Head Bold")format("svg");
}

@font-face {
    font-family: 'Citroen Type';
    src: url('../font/CitroenType-Medium.woff2') format('woff2'),
        url('../font/CitroenType-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

 *{box-sizing: border-box;}
.mb-20{margin-bottom:20px;}
.mb-50{margin-bottom:50px;}
body{    font-family: Calibri, Arial, sans-serif, Helvetica Neue; font-size:15px; background: #fff;  color:#231f20; margin:0px; padding:0px; font-weight: normal;}
.heading{font-family: "Hyundai Sans Head Bold";}
a{transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out;}
 img{image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering:   -o-crisp-edges;         /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;ss
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */}
*:focus{outline:none!important;  }
p{line-height:24px;}
.responsiveMax{max-width:100%;}
.responsive{width:100%;}
 .error{color: #fd9090;
    padding-top: 10px;
    font-size: 18px;
 }
 @media (min-width: 992px){
 .bannerBg{width:100%; height:100vh; position:fixed;}
 }
 /* Navbar Styles */
 .onlymob{display:none;}
 .logo img{height:65px; display: block; }
    nav { 
      color: #fff;
    padding: 0px 20px 3px;
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%;
    box-sizing: border-box; 
    }

    nav .logo {
      font-size: 22px;
      font-weight: bold;
    }

    nav ul {
      list-style: none;
      display: flex;
      gap: 20px;
	  text-align:center;
	  margin:0px 14px 0 0;
	  padding:0px;
    }
  nav ul li{       border-radius: 0 0 6px 6px;
    background: linear-gradient(to bottom, #273864 0%, #48a7d9 100%);
    border: 1px solid #ffffff45;
    border-top: 0px;
    box-shadow: 0px 3px 1px #5c70a5;
    border-bottom: 0px;}
    nav ul li a {
      text-decoration: none;
      color: #fff;
      padding: 8px;
      display: block;
      transition: 0.3s;
	      font-size: 15px;
    }

    nav ul li a:hover {
      background: #48A7D9; 
    }

    .menu {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
.newMenu{max-width: 1430px;
    margin: 0 auto;
	}
    /* Hamburger Icon */
    .hamburger {
      display: none;
      flex-direction: column;
      cursor: pointer;
    }

    .hamburger div {
      width: 25px;
      height: 2px;
      background: #fff;
      margin: 3px;
      transition: 0.4s;
    }

   
   
		
	
    @media (max-width: 1199px) {
	/* Background overlay when menu is open */
	 .onlymob{display:block;}
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.7);
  z-index: 99;
  display: none;
}

/* Show overlay when active */
.menu-overlay.show {
  display: block;
}
	nav ul li a { 
    color: #fff;
	}
		nav {
    right: 67px;
        width: 81px;
        top: 32px;
		}
      nav ul {
    position: fixed;
    top: 0px;
    left: -100%;      /* Hidden outside screen */
    height: 100vh;
    height: 100vh;
    width: 260px;
    background: #333;
    flex-direction: column;
    padding-top: 80px;
    transition: 0.3s ease-in-out; /* Smooth slide */
    z-index: 9999;
	        gap: 0;
        margin: 0;
		padding:3px 0 0px;
  }

  nav ul.show {
    left: 0;          /* Slide in */
  }
 nav ul li{text-align:left;         background: transparent;
        border: 0px;
        box-shadow: none;
		border-bottom:1px solid #222; padding:5px 10px;}
 nav ul li:last-child{ border-bottom:0px solid #222; }
 nav ul li br{display:none;}
      .banner {
    
}

      .hamburger {
         display: flex;
    background: #48a7d9;
    padding: 4px;
    border-radius: 4px;
    z-index: 10000;
      }
	   /* Hamburger → Close Icon Animation */
  .hamburger.active div:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .hamburger.active div:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active div:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
    }
	 /* Responsive - Mobile */
    @media (max-width: 768px) {
	body {
    background: url(https://newclick2redeem.in/images/bg_l.jpg) no-repeat left 58px fixed;
    background-size: 100%;
}
		 
	}

	 /* Responsive - Mobile */
    @media (max-width: 768px) {
	 
	}

.allGift {
    display: flex;
    max-width: 100%;
    margin: 12px auto 25px;
    padding: 0 0px;
    -ms-flex-pack: center!important;
    justify-content: center !important;
}
.gift {
    padding: 0px 0px 0px;
    box-sizing: border-box;
 }
 .gift  h3{margin:0px;     font-size: 20px;
    text-transform: uppercase;}
.gift ul {list-style:none; padding:0px;     margin: 20px 0 0; text-align: left;}
.gift ul li { 
    display: inline-block;
    padding: 0 10px;
    position: relative;
    font-size: 18px;
    vertical-align: top;
    color: #000;
    text-align: center;
	max-width: 135px;
}
.gift ul li img{ max-width:100%; display:inline-block;  }  
.gift ul li:after {
        position: absolute;
    top: 5px;
    right: -2px;
    height: 65px;
    width: 2px;
    content: '';
        border-right: 1px dashed #000;
}
.gift ul li:last-child:after {
    width: 0px;
	border:0px;
}
.gift ul li p{    margin: -4px 0 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;} 
.banner img{display:block;}
.title{ }
 .voucher {
    position: relative;
	margin-left: 45px;
    width: 130px;
}
.voucher:after {
   position: absolute;
    left: -35px;
    margin-top: 0px;
    top: 39%;
    content: '+';
    font-weight: 600;
    font-size: 35px;
    color: #000;
    line-height: 26px;
    font-family: "Hyundai Sans Head Bold";
}
.chooseYourGift {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
	    background: #fff;
}
.CYGTitle {
   
    position: relative;
   
    position: relative;
    box-sizing: border-box; 
	width: calc(52% - 87px);
	    text-align: center;
		height:244px;
}
.CYGTitle:before {
    content: '';
    width: 50px;
    height: 50px;
    background: url(../images/circle.png) no-repeat center center;
    border-radius: 50%;
    background-size: cover;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 99;
    right: -55px;
	
}
.CYGTitle h2 {
    font-size: 41px;
    text-transform: uppercase;
        font-weight: normal;
    margin: 0;
    line-height: 48px;
}
.CYGTitle p {
    font-size: 13px;
    line-height: 22px;
    margin: 5px 0 0;
}
.CYGTitle:after {
   content: '';
    border-bottom: 0px solid transparent;
    border-top: 244px solid transparent;
    border-left: 65px solid #fff;
    position: absolute;
    top: 0px;
    right: -65px;
    z-index: 9;
}
.CYGImg {
    padding: 0px 10px 0 65px;
    width: calc(48% - 88px);
	background:#aeb6e6;
	height: 244px; 
}
.CYGImg ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.CYGImg ul li {
    vertical-align: top;
    font-weight: 500;
    color: #000;
    text-align: center;
    padding: 8px 6px;
     
	border-radius:15px;
	margin: 0px 5px;
	font-size:14px;
	box-sizing:border-box;
}
.CYGImg ul li img {
    max-width: 100%;
}
.CYGImg ul li p {
    margin: 0px;
    line-height: 14px;
	    font-size: 12px;
}
 .text-center{text-align:center;}
.ourGift{background:#fff; padding:15px 10px; position: relative;}
.redeemBTN img{    vertical-align: middle;  width:28px;}  
.redeem {  position:relative; margin-top:-120px; padding-bottom:10px; }
.terms{      }
.terms p {  margin:0px;   }
.terms a {color: #fff;
    font-size: 18px;
    text-decoration: none;	}
.terms a span{ color: #fff;
    text-decoration: underline;}
	.terms a:hover span{text-decoration: none;}
.reddemSec{ text-align:center; margin:6px 0 0; text-transform: uppercase; }
.redeemBTN{background: #007c00;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
    padding: 6px 15px 6px;
    font-size: 24px;
    cursor: pointer;
    font-weight: 600;  }
.redeemBTN.disabled{ pointer-events: none; cursor:none; background: #7f021f;}
 .redeemBTN:hover{background:#2b9501; }  
.arrow{display:inline-block; width:20px; vertical-align: top;}
.actual{font-size: 14px;
    padding: 0px 15px 8px;margin-top:-8px; }
.actual p{margin: 0px 0 2px; letter-spacing:.02px;
    line-height: 16px; }
.banner .banner-mob{display:none;}
.banner .banner-web{display:none;}
.summerNight{padding:25px 20px;}
.summerNight ul{margin:0px; padding:0px; list-style:none; display:flex; -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important; -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;}
.summerNight ul li{ padding:0 65px;}
.summerNight ul li:first-child{ border-right:2px solid #000;}
/* The checkboxBg */
.checkboxBg { 
  position: relative;
  padding-left: 26px;
  margin-bottom: 0px;
  cursor: pointer; 
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: top;
    display: inline-block;
    height: 21px;
}

/* Hide the browser's default checkbox */
.checkboxBg input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;

}

/* On mouse-over, add a grey background color */
.checkboxBg:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkboxBg input:checked ~ .checkmark {
     background-color: #5d8233;
    border-color: #5d8233;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkboxBg input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkboxBg .checkmark:after {
      left: 5px;
    top: 1px;
    width: 4px;
    height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.CYGImg ul li  {    position: relative;}
.CYGImg ul li:after {
    position: absolute;
    top: 12px;
    right: 0px;
    height: 85px;
    width: 0px;
    content: '';
        border-right: 1px dashed #000;
}
.CYGImg ul li:last-child:after{ width: 0px; border:0px;}
.scratchBox{position: absolute;
    width: 620px;
    margin: 0px auto;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    top: 100px;
    border: 1px solid rgb(255 255 255 / 20%);
    padding: 30px 50px 50px;
    background: rgb(15 21 69 / 95%);
    border-radius: 30px;
	    box-sizing: border-box;
    box-shadow: 0 0 15px rgba(0, 0, 0, .25);}
	.form-control {
    display: block;
	height:48px;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5; 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border:  0px solid #ddd;
    border-radius: 6px;
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
}
.scratchBox h2{font-size:48px; color:#fff;     margin: 0 0 0px;}
.scratchBox h4{ color: #fff; font-size:24px; margin:10px 0 0;}
.scratchBox p{ color: #fff;
    font-size: 18px; margin:0px;
     }
.title{border-bottom: 2px dashed rgba(255, 255, 255, .5);
    padding-bottom: 30px;
     
    margin: 0 auto 50px;}
.submitBtn a{  height: 50px;
    padding: 0px 50px;
    line-height: 48px;}
.product_box { 
    
}
.actualproduct{margin-top: -45px;
    text-align: left;
    padding: 0 15px;
    position: relative; line-height: 16px;    font-size: 11px;}
.box {
    background: #fff;
    border-radius: 5px;
    padding: 10px 10px 0;
    width: 300px;
    display: inline-block;
    margin: 0 15px;
    position: relative;
    vertical-align: top;
}
.box img {
    max-width: 100%;
}
.box p, .giftName {
    background: #f1f1f1;
    color: #283761;
    border-top: 1px dashed #ccc;
    font-size: 15px;
    font-weight: 500;
    padding: 10px;
    margin: 0 -10px;
    border-radius: 0 0 5px 5px;
    min-height: 60px;
}
.giftName ul{  padding-left: 18px;
    text-align: left;}
 .giftName ul li{padding-bottom:5px;}
 

.title-row {
    display: flex;
    align-items: center;
    justify-content: center;
	padding-right: 20px;
}

.CYGImg h3 {font-size:22px; text-transform:uppercase;  margin: 10px 10px 0;
	 font-family: "Hyundai Sans Head Bold";}
.title-row h3 {
    font-size:22px;
    font-weight: bold;
    color: #d0021b;
    margin: 4px 10px 0;
	 font-family: "Hyundai Sans Head Bold";
}

.dots {
    flex: 1;
    border-top: 2px dotted #999;
}

 

 

.arrow-circle {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px solid black;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -20px auto 15px;
    background: white;
    font-size: 26px;
}

.red-msg {
    background: #7f021f;
    color: white;
    padding: 6px 12px;
    margin-top: 10px;
    font-size: 13px;
	display: inline-block;
	
}

.holiday-img {
    width: 90px;
    margin-bottom: 8px;
}

/* Responsive */
@media (max-width: 992px) {
    .gift-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .left-section, .center-section, .right-section {
        width: 100%;
    }

    .gift-items {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 1920px){  


}
@media (max-width: 1800px){ 
.red-msg { 
    font-size: 11px;
	} 
.scratchBox { 
    top: 100px;
	bottom:auto;
	padding: 20px 40px 40px;
}
.newMenu{max-width: 1280px; }
body{font-size:15px;}
    .redeem {
        margin-top: -360px;
    }
.banner .banner-hd{display:none;}
.banner .banner-web{display:block;}
.CYGImg ul li img { 
    height: 90px;
}  
.gift ul li img { 
    height: 80px; 
} 
.gift ul li:after {  
    width:2px; top:9px;
}
.CYGImg ul li:after { 
    top: 16px; 
    height: 65px;
}
.gift ul li { 
    font-size:16px;
	max-width: 130px;
    margin-bottom: 20px;
}
 .gift ul li p {
    margin: 5px 0 0;   
 }
 .voucher img{ }
 .gift ul li { padding:0px 0px; font-size:11px; } 
 .CYGTitle p {
    font-size: 15px; 
}

.CYGImg ul li {
    padding: 8px 8px;
    width: auto; 
    border-radius: 10px;
    margin: 0px 0px;
    font-size: 12px; 
    min-width: 114px;
}
}
@media (max-width: 1540px){
	.red-msg { 
    font-size: 11px;
	}
	
.newMenu{max-width: 1210px;  }	
.CYGImg ul li img {
        height: 80px;
        width: auto;
    }
	    .CYGImg ul li {
        padding: 8px 4px; 
		}
.redeem { 
    margin-top: -335px;
}
.voucher {
    position: relative;
    margin-left: 0px;
    width: 95px;
}
body{font-size: 13px;}
.summerNight img{    width: 80%;
    margin: 0 auto;
    display: block;}
.terms a { 
    font-size: 16px;
}
.CYGTitle:after { 
    right: -29px;
	    border-left: 35px solid #fff;

}
.CYGTitle:before {
     
    right: -33px;
}
.voucher:after { 
    left: -25px;
    margin-top: 0px;
    top: 39%; 
    font-size: 30px;
    color: #000; 
}
.CYGTitle {
    width: calc(52% - 73px);
}
.CYGImg { 
    width: calc(48% - 45px);
        margin-left: -34px;
		    padding: 0px 10px 0 30px;
}
.gift ul { 
    margin: 20px 0 0 -8px;
}
.actual { 
    margin-top: 0;
}
.CYGTitle h2 {
    font-size: 35px;
}
.CYGTitle p {
    font-size: 11px;
}
.gift ul li p {
    margin: 0;   
}
.gift ul li:after {height:62px; width:2px;}
.redeemBTN img { 
    width: 20px;
}
.redeemBTN{ padding:8px 15px;}
.gift ul li span {    padding:55px 25px 5px 5px;}
.gift ul li span img{width:75%;}
.gift ul li p { 
    font-size: 11px;
}
.gift ul li { 
        width: 101px;
    }
}
@media (min-width: 1300px) and (max-width: 1365px) {
	    .gift ul li {
        width: 96px;
    }
	    .gift ul li br{
        display:none;
    }
	.CYGImg ul li { 
        min-width: 109px;
    }
}
@media (max-width: 1299px){
	    .CYGTitle:before, .CYGTitle:after {
        display:none;
    }
	nav .newMenu ul { 
    gap: 8px;
	}
	    .newMenu {
        max-width: 1096px;
    }
	.chooseYourGift { 
    display: block; 
    width: 100%;
}
.actualproduct {
    margin-top: 0px;
}
.CYGImg ul li { 
    min-width: 140px; 
}
    .redeem {
        margin-top: -280px;
    }
.CYGTitle {
        width: 100%; height: auto;
    }
	.CYGImg ul li { 
    min-width: 140px;
}
.CYGImg ul li p {
    margin: 0px;
    line-height: 18px;
    font-size: 15px;
}
.CYGImg {
               width: 100%;
        margin: 0;
        padding: 5px 0px;
    }	
	.voucher { 
        margin: 20px auto 5px !important;
        width: 135px;
    }
	    .voucher:after { 
        left: 0;
        margin-top: 0px;
        top: -38px;
        font-size: 40px;
        color: #000;
        width: 100%;
        text-align: center;
    }
	.voucher {
        margin: 55px auto 5px !important;
        width: 135px;
    }
	       .gift ul {
        margin: 10px auto 0;
		        text-align: center;
    }
	    .gift ul li { 
        width: 135px; 
    }
	.gift ul li p {
    font-size: 13px;
}
    
  
.gift ul li img {
    height: 72px;
}
.gift { 
    padding: 10px 5px 5px;
}

 
.CYGImg ul li { 
    border-radius: 10px;
    margin: 0px 5px;
    font-size: 10px;
            min-width: 110px;
}
.CYGTitle p {
    font-size: 12px;
}
  
}
@media (max-width: 1199px){ 
.CYGImg ul li:after { 
    top: 25px;
	}
body{background:#171b26;}
.actual{background:#fff;}
.allGift {
    display: block;
}
.gift {
    width: auto;
    margin: 0 15px;
	text-align: center;
}
.gift ul li {
            width: 150px;
        max-width: 100%;
}
.voucher {
    margin: 60px auto 0;
     
}
.voucher img {
    height: auto;
	width: auto;
}
    .actualproduct {
        margin-top: 0;
        background: #fff;
        padding-bottom: 10px;
    }
.voucher:after {
    
}
.actual p {position:relative; margin-left:7px;     text-align: justify;}
.actual p span{position: absolute;
    left: -8px;
    top: 0px;}
 .gift ul li img { 
    width: auto;
}

 
.chooseYourGift {
	display:block;
}
 .CYGTitle {  
    
}
.CYGTitle:before {
    top: auto;
    margin-top: 0;
    right: 50%;
    bottom: -25px;
    margin-right: -25px;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.CYGImg {
    padding: 13px 20px 20px;
        width: 100%;
        box-sizing: border-box;
        height: auto;
}
.CYGTitle h2 {
    font-size: 41px; 
    margin: 0 0 8px; 
}
.CYGTitle p {
    font-size: 19px; 
    margin: 15px 0 0;
}
.CYGImg ul li { 
        padding: 8px 6px;
    margin: 0px 8px;
    font-size: 13px;
    box-sizing: border-box;
}
.CYGImg ul li img {
    height: auto;
}
.CYGTitle:after{   display:none;}
.term{    position: relative;
    text-align: center;
    margin-bottom: 10px;}
	    .redeem {
        margin-top: -215px;
    }

}

@media (max-width: 991px){ 
  .redeem {
        margin-top: -175px;
    }
.summerNight img {
    width: 100%;
}

 
.CYGImg ul {
	display:block;
}
.CYGImg ul li { 
    display:inline-block;  
}
.CYGImg ul li:after {
    
    right: -10px;

}
.gift ul li p { 
    font-size: 14px;  
}
 
.gift ul li img { 
    height: auto;
}
.gift ul li:after { 
    top: 8px;
    right: -2px;
    height: 120px; 
}
}

@media (max-width: 767px){ 
.box{margin:0px;}
.dots{display:none;}
.redeemBTN { 
            font-size: 16px;
}
.scratchBox h2 {
    font-size: 25px;
}
.scratchBox { 
    width: 94%;
        padding: 30px 20px 40px;
        top: -20px;
        position: relative;
        left: 0;
        transform: translate(0%, 0);
} 
.scratch_box {
        width: 300px!important;
        margin: 0 auto;
    }
    .redeem {
        margin-top: -83px;
    }
	 
 .title-row h3 {
    font-size: 20px; margin:0px; 
 }
 .title-row{padding:0px;}
.summerNight ul li {
    padding: 0;
}
.summerNight ul li img{
	height:120px;
}
.summerNight ul li:first-child img{
	height:70px;
}
 .summerNight ul {
   -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.summerNight ul li:first-child {
   border:0px;
}
.gift ul li:last-child img{margin-top:0px;}
.gift ul li:nth-child(2n+2):after {
    width: 0px; border: 0px;
}
.gift ul li:after {
    top: 0px;
    right: -2px;
    height: 110px;
}
.gift ul li p { 
    font-size: 14px;
}
.CYGTitle h2 {
    font-size: 27px;
    margin: 0 0 8px;
    font-weight: 500;
	
}
.CYGTitle {
    
    height: auto; 
    margin-bottom: 5px;
}
.CYGTitle p br{}
.CYGTitle p {
    font-size: 14px;
    margin: 15px 0 0;
    line-height: 18px;
}
 
.CYGImg ul {
    display: block;
    text-align: center;
}
.CYGImg ul li img {
    height: 100px;
}
.CYGImg ul li {
    width: 44%;
    display: inline-block;
    margin-bottom: 25px;
    height: auto;
}
 
.gift ul li span{padding: 25px 0px 0; display:block;}
.gift ul li:last-child img {max-width: 100%;}
.gift ul li span img{width:40px;}
.title {
 padding-bottom: 18px;
    margin: 0 auto 25px;
}
.gift ul li { 
    width: 49%; margin-bottom:25px; padding: 0 8px;     box-sizing: border-box; 
} 
.term {padding: 0px 0px 10px;}
.gift ul li img { 
    border:0px; margin:0px; padding:0px;
}
.gift { 
    padding-top: 15px;
}
.banner .banner-web{display:none;}
.banner .banner-mob{display:block;}
.gift ul li img {
    max-width: 100%;  height: 110px;
}
.terms a {
    font-size: 14px;
}
.summerNight {
    padding: 15px 10px;
}
.CYGImg ul li:nth-child(2n+2):after { 
    width: 0px; border:0px;
}
.ourGift {
    background: #fff;
    padding: 10px 0px;
}
.scratchBox h4 { 
    font-size: 18px;
}
    .CYGImg ul li p {
        margin: 0px;
        line-height: 16px;
        font-size: 13px;
    }
	    .CYGImg ul li {
        padding: 0px 0px;
		margin-bottom:10px;
		}
}

@media (max-width: 375px){ 
.summerNight ul li:first-child img {
    height: 60px;
}
.summerNight ul li img {
    height: 100px;
}
        .gift {
        width: auto;
        margin: 0;
        padding: 15px 0 0px;
    }

}
 @media (max-width: 1440px) {
	    .newMenu {
        max-width: 1130px;
    } 
	nav ul { 
    gap: 10px;
	}
 }
 @media (max-width: 1365px) {
		    .newMenu {
        max-width: 1103px;
    }
 }
 
 @media (max-width: 1300px) {
    .newMenu {
        max-width: 1020px;
    }
	nav ul li a { 
    font-size: 14px;
}
}
 @media (max-width: 1199px) {
	nav ul li a { 
    font-size: 16px;
}	 
}

 @media (max-width: 600px) {
nav {
        right: 16px;
        width: 81px;
        top: 5px;
    }	 
}