body #promotional-title {
	color: #646569 !important;
    margin: 0 auto 0 !important;
    text-align: center;
    font-family: supernett_cnregular;
    font-size: 120px !important;
    line-height: normal !important;
    font-weight: 400;
    display: block;
    text-align: center;
}
#promotional-desc {
    text-align: center;
    color: #646569 !important;
    font-weight: normal;
    font-family: karlaregular;
}
#product-banner .content-container {
	color: #fff;
}
#product-banner .content-container h1 {
	font-size: 48px;
	margin: 10px;
}
#product-banner .content-container p {
	font-size: 25px;
}
.shop-banner-img{
	    padding: 150px 50px;

}
.gift-card-container{
    border: 1px solid #ddd;
    display: block;
    text-align: center;
    padding: 50px 30px;
    min-height: 215px;
    margin-bottom: 30px;
}
.gift-card-container label{
    font-size: 20px;
    display: block;
    color: #908d8d;
    font-weight: 600;
	margin-bottom: 10px;
}
.gift-card-container span{
	font-size:50px;
	font-weight:600;
	display:block;
	
}
.gift-card-container h5{
	font-size: 20px;
	display: block;
	color: #908d8d;
	font-weight: 600;
	margin-bottom: 0;
}
.gift-row{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content: center;
	flex-wrap:wrap;

}
.section-label{
    text-align: center;
    font-size: 35px;
    margin-bottom: 50px;
    color: #8c8c8c;
}
.section-padding{
	padding-top: 70px;
	padding-bottom: 70px;
}
.set{
  position: relative;
  width: 100%;
  height: auto;
  border-top: 1px solid #bcbcbc;
}
.set:hover {
	background: #f5fcfe;
}
.set > a{
  display: block;
    cursor: pointer;
    padding: 15px 10px;
    color: #00607f;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
      width: 93%;
}
.set > a i{
    float: right;
    margin-top: 2px;
    font-size: 33px;
    position: absolute;
    right: 15px;
    top: 5px;
    color: #32B1C9;
	transition: all .4s linear;
}
.set > a.active > i {
    transform: rotate(180deg);
}
.content{
    margin-left: 30px;
    font-size: 18px;
    transition: all .4s linear;
    padding: 0 10px 20px 0;
	display:none;
}
.content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}

/*promotion page css*/
.promotion-banner{
    padding: 80px 0 50px;
}
body #primary .single_promotion_page_wrap article h1 {
	line-height:normal !important;
}
.post-content h2{
	    text-align: center;
    font-family: karlaregular;
    font-weight: normal;
}
#contact-form-hp-top-partial .form-control{
    font-family: 'karlaregular';
    font-size: 16px;
    font-weight: 400;
    color: #00607f;
    margin: 0;
    border: 0;
    border-bottom: 2px dotted #32b1ca;
    outline: 0;
    padding: 17px 20px;
    height: auto;
	min-height:42px;
}
#contact-form-hp-top-partial input[type="submit"]{
	    min-width: 145px;
    height: 40px;
    background-color: #32b1ca;
    margin: 18px auto 0 auto;
    display: block;
    padding: 10px 10px;
    width: auto;
}
#contact-form-hp-top-partial .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #00607f;
}
#contact-form-hp-top-partial .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #00607f;
}
#contact-form-hp-top-partial .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #00607f;
}
#contact-form-hp-top-partial .form-control:-moz-placeholder { /* Firefox 18- */
    color: #00607f;
}
.term_and_condition_section {
    padding-top: 20px;
}
.set > a::after {
    content: "";
    background: url(/wp-content/themes/kingswim/images/faq-arrow-icon.png) center center no-repeat;
    width: 23px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 27px;
    margin-top: -6px;
    transition: all .4s linear;
}
.set > a.active::after {
	transform: rotate(180deg);
}
#faq-page .right-side form .search-icon{
	padding-top:5px;
}
@media (max-width:1199px){
	body #promotional-title{
		font-size: 94px !important;
	}
	.post-content h2 {
		font-size: 25px;
		margin-top: 10px;
	}
	.term_and_condition_section {
		padding-top: 0;
	}
}
@media (max-width:1024px){
	.promotion-banner {
		padding: 30px 0 50px;
	}
	body #promotional-title {
		font-size: 75px !important;
	}
	#promotional-desc {
		font-size: 23px;
	}
	.post-content h2 {
		font-size: 21px;
	}
	#contact-form-hp-top-partial input[type="submit"] {
		font-size: 18px;
	}
	#header .site-content .right-side .search{
		padding: 0 15px;
	}
}
@media (max-width:991px){
	.set > a {
		font-size: 19px;
	}
	.set > a i {
		font-size: 25px;
		top: 11px;
	}
	.gift-card-container {
		padding: 40px 15px;
		min-height: 190px;
		    margin-bottom: 20px;
	}
	.shop-banner-img {
		padding: 100px 50px;
	}
	.container {
		max-width: 90%;
		margin: 0 auto;
	}
	.section-padding {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.section-label {
		font-size: 29px;
		margin-bottom: 30px;
	}
	.gift-card-container label {
		font-size: 17px;
	}
	.gift-card-container span {
		font-size: 40px;
		margin-bottom: 10px;
	}
	.gift-card-container h5 {
		font-size: 16px;
	}
	body #promotional-title {
		font-size: 56px !important;
	}
	#promotional-desc {
		font-size: 19px;
	}
	#header .site-content .right-side #top-nav-toggle{
		height:auto;
		min-height: 37px;
	}
	#header .site-content .right-side .search{
		padding: 0;
	}
}
@media (max-width:767px){
	.shop-banner-img {
		padding: 50px 20px;
	}
	.container {
		max-width: 100%;
	}
	#product-banner .content-container h1 {
		font-size: 34px;
		margin: 10px;
	}
	.section-padding {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.section-label {
		font-size: 26px;
	}
	.faq-section{
		padding-top:0;
	}
	.set > a {
		font-size: 17px;
		line-height: 23px;
	}
	.content {
		margin-left: 20px;
		font-size: 16px;
	}
	.gift-card-container {
		padding: 29px 15px;
		min-height: 165px;
	}
	body #promotional-title {
		font-size: 45px !important;
	}
	.promotion-banner {
		padding: 0 ;
	}
	#header .site-content .right-side #top-nav-toggle span {
		width: 4px;
	}
	.set > a::after {
	    background-size: 14px;
	}

}