@media (min-width: 1400px ) {
.container {
	max-width: 1340px;
}
}
 @media (max-width: 1500px ) {
.donation-modal .modal-dialog {
	padding-left: 17px;
	padding-right: 17px;
}
}
 @media (max-width: 1399px ) {
.social li {
	padding: 0 7px;
}
.social li img {
	max-width: 50px;
}
.copyright a {
	margin-top: 5px;
}
.copyright a.first-child {
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}
.copyright br {
	display: block;
}
.bassmat-wrap img {
	max-width: 650px;
}
.main-menu ul li a {
	font-size: 13px;
	padding: 8px 6px;
}
.tier-text.tier-steel {
	margin-right: 8%;
}
}
 @media (max-width: 1199px ) {
.footer-menu-right {
	padding-left: 35px;
	padding-bottom: 40px;
}
.banner-position .video-icon {
	width: 60px;
	height: 60px;
}
.bassmat-wrap img {
	max-width: 530px;
}
.main-heading {
	font-size: 31px;
	line-height: 36px;
}
.main-menu ul li a {
	font-size: 13px;
	padding: 8px 3px;
}
.main-menu {
	margin-top: 20px;
}
.category-list li a {
	font-size: 18px;
}
.step-data-bottom {
	height: 120px;
}
.step-data {
	margin-top: 80px;
}
.step-list li .step-info {
	font-size: 16px;
}
.tier-block {
	width: 621px;
	height: 470px;
}
.tier-text.tier-1 {
	width: 276px;
	font-size: 30px;
	line-height: 30px;
}
.tier-text.tier-2 {
	width: 156px;
	font-size: 26px;
	line-height: 26px;
}
.tier-text.tier-3 {
	width: 210px;
	font-size: 23px;
	line-height: 23px;
}
.tier-text.tier-4 {
	width: 137px;
	font-size: 18px;
	line-height: 18px;
}
.tier-text.tier-5 {
	width: 85px;
	font-size: 14px;
	line-height: 14px;
}
.tier-text.tier-topaz {
	top: -2%;
	left: -30px;
}
.tier-text.tier-steel {
	margin-right: 20px;
}
.donation-heading {
	font-size: 30px;
	line-height: 30px;
}
.donation-content {
	font-size: 26px;
	line-height: 34px;
	margin-top: 15px;
}
.donation-dtl {
	font-size: 17px;
	line-height: 39px;
}
.black-btn {
	font-size: 22px;
	height: 48px;
	line-height: 47px;
}

.right-name-box {
    position: absolute;
    left: 33%;
    top: 30px;
    transform: translate(0, -50%);
    width: 65%;
}
.tier-block .tier-text {
    position: absolute;
    padding: 25px 0;
    top: inherit;
    transform: inherit;
}
.tier-block {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.tier-text.tier-1 {
    width: 219px;
    font-size: 22px;
    line-height: 24px;
    height: 380px;
    background-size: 100%;
}
.tier-text.tier-2 {
	width: 123px;
	font-size: 18px;
	line-height: 18px;
	bottom: 7%;
}
.tier-text.tier-3 {
	width: 170px;
	font-size: 16px;
	line-height: 17px;
}
.tier-text.tier-4 {
	width: 107px;
	font-size: 14px;
	line-height: 14px;
}
.tier-text.tier-5 {
	width: 73px;
	font-size: 12px;
	line-height: 12px;
}

.tier-block {
	width: 100%;
	height: auto;
}

}
 @media (max-width: 991px ) {
.social {
	text-align: center;
}
.social {
	padding: 30px 0 30px;
}
.copyright {
	text-align: center;
}
.footer-menu-right {
	padding-left: 15%;
	padding-bottom: 0px;
}
.header-wrap .container {
	max-width: 100%;
	padding: 0;
}
.mobile-inner-header-icon {
	color: #fff;
	height: 40px;
	font-size: 25px;
	text-align: center;
	float: right;
	width: 40px;
	position: relative;
	-webkit-transition: background .5s;
	-moz-transition: background .5s;
	-o-transition: background .5s;
	transition: background .5s;
	z-index: 99;
	margin-top: 25px;
	margin-right: 14px;
	margin-left: 10px;
}
.mobile-inner-header-icon:hover {
	cursor: pointer
}
.mobile-inner-header-icon span {
	position: absolute;
	left: calc((100% - 20px)/ 2);
	top: calc((100% - 20px)/ 2);
	width: 25px;
	height: 2px
}
.mobile-inner-header-icon span,  .mobile-inner-header-icon span {
	background-color: rgb(31, 51, 86);
}
.header .mobile-inner-header-icon span {
	background-color: #fff
}
.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(4px) rotate(0)
}
.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-4px) rotate(0)
}
.mobile-inner-header-icon span:nth-child(3) {
	display: none
}
.mobile-inner-header-icon-click span:nth-child(1) {
	animation-duration: .5s;
	animation-fill-mode: both;
	animation-name: clickfirst
}
.mobile-inner-header-icon-click span:nth-child(2) {
	animation-duration: .5s;
	animation-fill-mode: both;
	animation-name: clicksecond
}
 @keyframes clickfirst {
 0% {
 transform: translateY(4px) rotate(0)
}
 100% {
 transform: translateY(0) rotate(45deg)
}
}
 @keyframes clicksecond {
 0% {
 transform: translateY(-4px) rotate(0)
}
 100% {
 transform: translateY(0) rotate(-45deg)
}

}
.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: .5s;
	animation-fill-mode: both;
	animation-name: outfirst
}
.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: .5s;
	animation-fill-mode: both;
	animation-name: outsecond;
	margin-top: 3px;
	top: calc((100% - 19px)/ 2)
}
.mobile-inner-header-icon-out span:nth-child(3) {
	display: block;
	top: calc((100% - 17px)/ 2)
}
 @keyframes outfirst {
 0% {
 transform: translateY(0) rotate(-45deg)
}
 100% {
 transform: translateY(-4px) rotate(0)
}
}
 @keyframes outsecond {
 0% {
 transform: translateY(0) rotate(45deg)
}
 100% {
 transform: translateY(4px) rotate(0)
}
}
.mobile-inner-header-icon.mobile-inner-header-icon-click span,  .mobile-inner-header-icon.mobile-inner-header-icon-click span {
	background-color: rgb(255, 255, 255);
}
.main-menu {
	background-color: rgb(31, 51, 87);
	width: 300px;
	position: fixed;
	top: 0;
	right: -300px;
	padding-top: 0;
	padding-bottom: 0;
	z-index: 9;
	height: 100vh;
	transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s
}
.main-menu.menu-active {
	right: 0
}
.header-left,  .header-right {
	width: 49%;
}
.header-right {
	text-align: right;
}
.header-left img,  .header-right img {
	max-height: 75px;
}
.header-mid {
	width: 2%;
}
.main-menu {
	margin-top: 0;
}
.main-menu ul {
	padding-top: 60px;
	height: calc(100vh - 0px);
	overflow-y: auto;
}
.main-menu ul li {
	display: block;
	padding: 10px 0;
}
.main-menu ul li a {
	color: #fff;
	font-size: 14px;
	padding: 8px 25px;
	text-align: left;
}
.main-menu ul li a:after {
	display: none;
}
.thankyou-box .thankyou-content {
	padding-left: 50px;
	padding-right: 50px;
}
.thankyou-box .thankyou-content p br {
	display: none;
}
.engrave-now {
	padding: 5px 10px 5px;
	font-size: 21px;
	margin-left: 10px;
	margin-top: 10px;
}
.thankyou-box {
	margin: 8% auto 0;
}
.thankyou-heading {
	font-size: 30px;
}
.video-thumb {
	height: 430px;
}
.video-thumb .inner-video-icon {
	width: 60px;
	height: 60px;
}
.video-info-heading {
	font-size: 26px;
}
.video-info {
	font-size: 16px;
	line-height: 22px;
}
.video-info-box {
	padding: 15px 30px;
}
.video-share {
	font-size: 16px;
}
.video-share img {
	vertical-align: -3px;
	margin-left: 4px;
	max-width: 18px;
}
.video-wrap {
	padding: 8% 0 0;
}
.step-list {
	margin-top: 35px;
}
.step-list li {
	padding-right: 10px;
}
.step-list li .step-info {
	font-size: 14px;
}
.step-data {
	margin-top: 40px;
	background-position: 24% center;
}
.inner-page-wrap {
	padding-bottom: 40px;
}
.step-data.step3-data {
	background-position: 80% center;
	background-size: 270px;
}
.right-name-box {
	position: relative;
	left: inherit;
	font-size: 28px;
	padding: 25px 0;
	top: inherit;
	transform: inherit;
	width: 100%;
}
.step-data .action-box {
	margin-top: 10px;
	margin-bottom: 20px;
}
.tier-block {
	position: relative;
}
.tier-text.tier-topaz {
	top: -40px;
	left: 0;
}
.black-btn {
	margin: 0 20px;
}
.action-box {
    max-width: 100%;
}

/*Tiles*/

.tier-block .tier-text {
    position: relative;
 	width: 100% !important;
    left: 0 !important;
    right: 0px !important;
    top: inherit !important;
    bottom: inherit !important;
    transform: inherit !important;
}
.tier-text.tier-1, .tier-text.tier-2, .tier-text.tier-3, .tier-text.tier-4, .tier-text.tier-5 {
    background-size: contain;
    background-position: center center;
}

.tier-block .tier-text {
    position: relative;
    padding:0;
}

.tier-text.tier-4 {
    height: 500px;
}
.tier-text.tier-5 {
    width: 73px;
    font-size: 12px;
    line-height: 12px;
    height: 230px;
    margin-bottom: 25px;
}
.tier-text.tier-1.Oynx {
    padding-top: 37%;
}
.tier-text.tier-2.Amber {
    padding-top: 22%;
}
.tier-text.tier-3.Citrine {
    padding-top: 7%;
}
.tier-text.tier-4.Copper {
    padding-top:34%;
}
.tier-text.tier-5.Chrome {
    padding-top: 19%;
}



}
 @media (max-width: 767px ) {
.container {
	max-width: 100%;
}
.main-heading {
	font-size: 26px;
	line-height: 32px;
}
.content {
	font-size: 15px;
}
.header-left {
	width: 49%;
}
.header-mid {
	width: 2%;
}
.header-right {
	width: 49%;
}
.header-left img,  .header-right img {
	max-height: 75px;
}
.step-data {
	background: #efeeec;
	padding-bottom: 12px;
	margin-top: 25px;
}
.step-data .action-box {
	margin-top: 31px;
	margin-bottom: 31px;
	max-width: 100%;
}
.step-data-bottom {
	height: 90px;
}
.step-count {
	font-size: 17px;
}
.step-list {
	margin-top: 0;
	width: 830px;
}
.step-list-div {
	overflow-x: auto;
}
.step-data.step3-data {
	background: #efeeec;
}
.black-btn {
	margin: 10px 0;
}

}
 @media (max-width: 700px ) {


}
 @media (max-width: 600px ) {
.bassmat-wrap img {
	max-width: 80%;
}
.header-left img,  .header-right img {
	max-height: 60px;
}
.footer-menu-right {
	padding-left: 25px;
}
.social li img {
	max-width: 35px;
}
.social li {
	padding: 0 3px;
}
.thankyou-box .thankyou-content {
	padding-left: 20px;
	padding-right: 20px;
}
.mobile-inner-header-icon {
	margin-top: 19px;
	margin-left: 0;
	margin-right: 4px;
}
.inner-page-wrap {
	padding: 45px 0;
}
.video-wrap {
	padding: 2% 0 0;
}

/*Tiles*/

.tier-text.tier-4 {
    height: 500px;
}
.tier-text.tier-5 {
    width: 73px;
    font-size: 12px;
    line-height: 12px;
    height: 230px;
    margin-bottom: 25px;
}
.tier-text.tier-1.Oynx {
    padding-top: 75%;
}
.tier-text.tier-2.Amber {
    padding-top:44%;
}
.tier-text.tier-3.Citrine {
    padding-top:14%;
}
.tier-text.tier-4.Copper {
    padding-top:70%;
}
.tier-text.tier-5.Chrome {
    padding-top:39%;
}


}
@media (max-width: 550px ) {
	.tier-block {
		width: 100%;
		height: auto;
	}
}
 @media (max-width: 480px ) {
.footer-menu-block {
	display: block;
}
.footer-heading {
	margin-bottom: 10px;
}
.footer-menu-right {
	padding-left: 0;
	border-left: none;
	padding-top: 30px;
}
.footer-menu-block div {
	width: 100% !important;
	text-align: center;
}
.header-left {
	width: 44%;
}
.header-mid {
	width: 0%;
}
.header-right {
	width: 56%;
}
.step-data {
    background-color: rgba(255,255,255,0.7);
    background-size: cover;
    /* padding: 16px; */
    padding: 1px 10px;
}
.right-name-box {
    padding: 0;
}


}
 @media (max-width: 420px ) {
.header-left img,  .header-right img {
	max-height:35px;
}
.main-heading {
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 10px;
}
.donate-now-btn {
	font-size: 14px;
	padding: 9px 15px 7px;
	max-width: 190px;
}
.mobile-inner-header-icon {
	margin-top: 14px;
	margin-left: 0;
	margin-right: 4px;
	height: 30px;
	width: 31px;
}
.thankyou-heading {
	font-size: 26px;
	margin-bottom: 20px;
}

/*Tiles*/

.tier-text.tier-4 {
    height: 500px;
}
.tier-text.tier-5 {
    width: 73px;
    font-size: 12px;
    line-height: 12px;
    height: 230px;
    margin-bottom: 25px;
}
.tier-text.tier-1.Oynx {
    padding-top: 67%;
}
.tier-text.tier-2.Amber {
    padding-top:40%;
}
.tier-text.tier-3.Citrine {
    padding-top:12%;
}
.tier-text.tier-4.Copper {
    padding-top:63%;
}
.tier-text.tier-5.Chrome {
    padding-top:35%;
}

}
