.giftSectionOneBody, .giftSectionTwoBody {
    margin-top: -40px;
}
.giftSectionOneBody #mySectionOneTab, .giftSectionTwoBody #mySectionTwoTab {
    background: rgba(0,0,0,0.5);
    text-align: center;
    position: relative;
}
.giftSectionOneBody #mySectionOneTab li, .giftSectionTwoBody #mySectionTwoTab li {
    float: none;
    display: inline-block;
    background: #ccd4e8;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
	margin: 0 5px;
}
.giftSectionOneBody #mySectionOneTab li a, .giftSectionTwoBody #mySectionTwoTab li a {
    padding: 8px 25px;
    font-size: 15px;
	color: #333;
	border: 0;
}
.giftSectionOneBody #mySectionOneTab li.active a, .giftSectionTwoBody #mySectionTwoTab li.active a{
    background: #2097c4;
    color: #fff;
    margin: 0;
	border: 0;
}

.giftSectionOneBody #mySectionOneTab, .giftSectionTwoBody #mySectionTwoTab {
    background: rgba(0,0,0,0.5);
    text-align: center;
    position: relative;
    border-bottom: 3px solid #2097c4;
	    margin-bottom: 0;
}
.designPattern {
    max-width: 285px;
}
.eCard-details {
    background: #f5f6fa;
	padding: 10px;
}
.CardDetails {
    background: #ffff;
    max-width: 285px;
    margin: 0 auto 30px;
	transition: 0.75s ease;
}
.cardSelectionLink:hover {
    background: #1480a9;
    color: #fff;
}
.CardDetails:hover {
    box-shadow: 2px 2px 2px 3px #e9e9e9;
}
.designPattern {
    border-radius: 10px;
    overflow: hidden;
}
.cardTitleHeading {
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    display: inline-block;
    top: 10px;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    padding: 10px;
    color: #0c0b10;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.giftcardDetails {
    padding: 10px 0;
}
.giftcardDetails h4 {
    background: #efefef;
    padding: 10px;
    border-left: 5px solid #2097c4;
    font-size: 16px;
    margin-bottom: 20px;
}
.designPattern img {
    max-width: 100%;
}
.eCardheading {
    text-align: center;
    font-size: 24px;
    margin: 15px 0 10px;
}
.eCardSubheading {
    text-align: center;
    font-size: 17px;
    margin-bottom: 30px;
}

.CardContent {
    padding: 0 10px;
}
h3.CardTitle {
    margin: 0;
    padding: 10px 0;
    font-size: 18px;
}
.CardTags {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}
.cardDescription {
    font-size: 12px;
    padding: 10px 0;
}
.cardSelectionLink {
    padding: 10px;
    background: #2097c4;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}
.CardTags a {
    padding: 2px 5px;
    border-radius: 2px;
    border: 1px solid #aaaaaa;
    color: #6c6868;
    line-height: 1;
}
.giftcardDetails .input-element {
    -moz-transition: border-color .2s;
    -o-transition: border-color .2s;
    -webkit-transition: border-color .2s;
    transition: border-color .2s;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #e1e1e1;
    color: #3f414d;
    font-family: inherit;
    font-size: 14px;
    outline: 0;
    padding: 5px 0 5px 5px;
    transition: border-color 0.2s;
    width: 100%;
	z-index: 99;
    position: relative;
}
.giftcardDetails label.floating-label, .giftcardDetails .input-element:focus ~ .floating-label {
    -moz-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
    color: #b3b0b1;
    display: block;
    font-size: 12px;
    position: absolute;
    top: -10px;
    left: 5px;
    text-transform: capitalize;
}
.giftcardDetails .input-element.textarea-group {
    border: 1px solid #e1e1e1;
    min-height: 70px;
    overflow: hidden;
}
.textAreaGroup label{
	text-transform: capitalize;
    z-index: 99;
    background: #fff;
    padding: 0 5px;
}
/* .giftcardDetails .form-group .input-element + .floating-label {
    left: 12px;
} */
.giftcardDetails .input-element::-webkit-input-placeholder { /* Edge */
  opacity:0
}

.giftcardDetails .input-element:-ms-input-placeholder { /* Internet Explorer 10-11 */
 opacity:0
}
.amountCollection button.btn-border {
    background: transparent;
    border: 1px solid #848282;
    font-size: 14px;
    margin-right: 10px;
    padding: 5px 20px;
    border-radius: 2px;
}
.giftcardDetails .input-element::placeholder {
  opacity:0
}
.giftcardDetails .input-element + .floating-label {
    cursor: text;
    font-size: 14px;
    top: 5px;
}
.giftcardDetails .form-group {
    position: relative;
	margin-bottom: 30px;
}
.giftcardDetails .form-group.filled label.floating-label {
    top: -10px;
	font-size: 12px;
}
.form-group.textAreaGroup.filled {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.amountCollection {
    margin-bottom: 30px;
}
.form-group .sub-title {
    margin-top: 6px;
    font-size: 13px;
}
.btn.full.fill.big.proceed {
    background: #009688;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    font-weight: 500;
}
.KbGiftPreview {
    background: #f0f1f3;
    padding: 10px;
    text-align: center;
    margin-top: 20px;
	padding-bottom: 30px;
}
.KbGiftPreview h5 {
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #2097c4;
    text-transform: uppercase;
    font-weight: 600;
}
.previewSection {
    background: #fff;
    max-width: 300px;
    margin: 0 auto;
    padding: 10px;
    font-size: 13px;
    text-align: left;
}
.previewSender {
    color: #2097c4;
    font-size: 14px;
    font-weight: 600;
}
.GiftCardId {
    background: #f0f1f3;
    padding: 10px;
    text-align: center;
}
.giftAmount {
    font-size: 15px;
    font-weight: 600;
    color: #2097c4;
}
.previewSection > div {
    margin-top: 8px;
}
.previewSection img{max-width:100%;}
#choseDesign {
    background: #2097c4;
}
.mobilepreviewtabs {
    text-align: right;
}
.mobilepreviewtabs a {
    background: #009688;
    padding: 7px 12px;
    color: #fff;
    font-weight: 500;
    border-radius: 2px;
    margin: 0;
    display: inline-block;
}
.closepreview {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    line-height: 2.5;
	display:none;
}
.giftSectionOneBody .tab-pane p, .giftSectionOneBody .tab-pane ul li {
    font-size: 14px;
}
#howuse, #tandC {
    padding: 20px 0;
}
.giftSectionOneBody .tab-pane ul {
    padding-left: 20px;
}
.giftSectionOneBody .tab-pane ul li{
    padding-bottom: 10px;
}


@media(max-width:767px){
	.designCollection {
		overflow-x: auto;
	}
	.amountCollection button.btn-border{margin-bottom:10px;}
	.giftcardDetails{margin-right:0;}
	.mobilepreviewtabs{display: block !important;}
	.designCollection [class*=col-] {
            float: left;
            width: 100%;
	}
	.cardDescription {
    display: none;
	}
	.closepreview {display:block;margin: 0 auto;}
	.KbGiftPreview {
		display:none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		margin: 0;
		height: 100%;
		z-index: 999;
		background: rgb(240, 241, 243, 0.9);
	}
	
#mySectionTwoTab {
    display: none;
}
.giftSectionTwoBody {
    margin-top: 0;
}
#terms-tab {
    display: none;
}
.giftSectionOneHeader img, .giftSectionTwoHeader img{
    height: 150px;
    object-fit: cover;
}
.giftSectionTwoHeader {
    position: relative;
}
.cardTitleHeading{    top: 30%; border-radius:4px;max-width:85%;}
#mySectionOneTab li:last-child{display:none}
}
.giftcardDetails #delivery_date_div #preferred_date_icon {
    position: absolute;
    right: 0;
    top: 25px;
    width: 38px;
}
.giftcardDetails #delivery_date_div input {
    padding-right: 40px;
    box-sizing: border-box;
}
.giftcardDetails #delivery_date_div {
    position: relative;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.giftcardDetails .static_label{
    color: #696365;
    font-size: 14px;
    font-weight: 700;
}