body{
	font-family: "League Spartan", sans-serif;
  	font-optical-sizing: auto;  	
  	font-style: normal;
  	color: rgba(23, 26, 27, 1);
}
h1{
	font-size: 60px;
	line-height: 65px;
	font-weight: 500;
	color: rgba(25, 25, 25, 1);
}
h2{
	font-size: 42px;
	line-height: 44px;
	font-weight: 500;
}
h1 span, h2{
	color: rgba(175, 30, 35, 1);
}
img{
	max-width: 100%;
	height: auto;
}
a, a:hover{
	text-decoration: none;
}
p:last-child{
	margin-bottom: 0;
}
strong{
	font-weight: 600;
}
.Story-header{
	padding: 10px 0;
}
.abcel-logo{
	width: 222px;
	height: 69px;
}
.gap{
	padding-top: 3em;
	padding-bottom: 3em;
}
.red-txt{
  color:rgba(175, 30, 35, 1);
}
.body-bg{
	position: relative;
	overflow: hidden;
}
.body-bg-inner{
	position: absolute;
	top: 4.5%;	
	left: 0;
	right: 0;
	margin: auto;
	background-image: url(../images/body-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100vw;
	height: 90%;
	z-index: -1;
}

/*-- the-story-project-section --*/
.the-story-project-section{
	background-image: url(../images/tank.svg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 500px 210px;
}
.the-story-project-section span.color-span{
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
	color: rgba(0, 0, 0, 1);
	background-color: rgba(255, 179, 146, 0.2);
	border-radius: 40px;
	display: inline-block;
	padding: 14px 20px 10px;
	margin-bottom: 15px;
}
.the-story-project-section h5{
	font-size: 32px;
	line-height: 40px;
	font-weight: 500;
	color: rgba(25, 25, 25, 1);
	margin-bottom: 15px;
}
.red-btn{
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(191, 32, 38, 1);
	display: inline-block;
	padding: 10px 40px 10px 30px;
	border-radius: 40px;
	text-decoration: none;
	position: relative;
}
.red-btn::after{
	content: "";
	width: 12px;
  height: 11px;
	background-image: url(../images/btn-arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
  margin-left: 6px;
}
.red-btn:hover{
	background-color: #f9c732;
}
.strength-img{
	padding-right: 12px;
}
.strength-img img{
	border-radius: 15px;
	box-shadow: 12px 12px 0 rgb(254, 234, 148);
}

/*-- your-story-matters-section --*/
.your-story-matters-img{
	position: relative;
	z-index: 2;
}
.your-story-matters-img button{
	width: 77px;
  	height: 77px;
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	margin: auto;
  	background-color: transparent;
  	border: none;
}
.your-story-matters-section img{
	border-radius: 15px;
}
.your-story-matters-section .container{
	position: relative;
}
.your-story-matters-section .container::after{
	content: "";
	background-image: url(../images/book.svg);
  	background-repeat: no-repeat;
  	background-size: 188px 200px;  	
  	background-position: center;  
  	width: 188px;
  	height: 200px;
  	display: block;
  	position: absolute;
  	top: -100px;
  	left: -100px;
  	z-index: 1;
}
.your-story-matters-section .row{
	background-image: url(../images/background.svg);
	background-repeat: no-repeat;
	background-position: 11% center;
  	background-size: 50% auto;
}
/*-- stories-change-us-section --*/
.stories-change-us-section{
	overflow: hidden;
}
.stories-change-us-section h2{
	margin-top: 120px;
}
.thought span{
	font-family: "Libre Bodoni", serif;
	font-style: italic;
	width: 223px;
	height: 110px;
	padding: 18px 30px;	
	display: inline-block;
	font-size: 22px;
	line-height: 25px;
	position: relative;
	background-image: url(../images/quote-bg.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 223px 110px;
	margin-bottom: 20px;
}

.stories-change-us-section .container{
	position: relative;
	padding-bottom: 3em;
}
.stories-change-us-section .container::after{
	content: "";
	background-image: url(../images/think.svg);
  	background-repeat: no-repeat;
  	background-size: 274px 210px;  	
  	background-position: center;  
  	width: 274px;
  	height: 210px;
  	display: block;
  	position: absolute;
  	bottom: 0;
 	right: -60px;
  	z-index: 1;
}

/*-- a-good-story-section --*/
.a-good-story-inner{
	width: 100%;
	max-width: 1500px;
	background-image: url(../images/good-story-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
	border-radius: 20px;
	padding: 50px 4em;
	position: relative;
}
.good-point{
	color: rgba(0, 0, 0, 1);
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 12px;
	display: flex;
	align-items: center;
	padding: 20px 15px;	
	height: 100%;
}
.point-icon {
	width: 56px;
}
.point-txt{
	padding: 0 10px 0 15px;
}
a.read-more{
	font-size: 20px;
	line-height: 30px;
	color: rgba(175, 30, 35, 1);
}
.read-more::after{
	content: "";
	width: 8px;
	height: 8px;
	border:rgba(175, 30, 35, 1) solid 2px;
	border-bottom: none;
	border-left: none;
	display: inline-block;
	transform: rotate(45deg);
  margin-left: 10px;
}
/*-- use-your-story-section --*/
.how-to{
	font-size: 20px;
	line-height: 23px;
	color: rgba(27, 27, 27, 1);
	border-radius: 14px;
	padding: 35px 25px;
	height: 100%;
}
.how-to-one{
	background-color: rgba(255, 229, 193, 1);
}
.how-to-two{
	background-color: rgba(243, 168, 82, 1);
}
.how-to-three{
	background-color: rgba(254, 234, 148, 1);
}
.your-story-bg{
	position: relative;
}
.your-story-bg::after{
	content: "";
	background-image: url(../images/telescope.svg);
  	background-repeat: no-repeat;
  	background-size: 146px 120px;  	
  	background-position: center;  
  	width: 146px;
  	height: 120px;
  	display: block;
  	position: absolute;
  	top: -30px;
  	right: -100px;
  	z-index: 1;
}
.your-story-bg .col-12{
	position: relative;
	z-index: 2;
}
/*-- why-Share-section --*/
.why-Share-section{
	background-image: url(../images/boat.svg);
	background-repeat: no-repeat;
	background-position: -30px bottom;
	padding-bottom: 8em;
  background-size: 250px 180px;
}
.why-box{
	background-color: rgba(249, 248, 246, 1);
	border-radius: 16px;
	padding: 20px 25px;
} 
.why-box h6{
	font-size: 24px;
	font-weight: 500;
	color: rgba(175, 30, 35, 1);
}
.why-box ul{
	padding-left: 15px;
}
.do-you {
  color: rgb(175, 30, 35);
  font-size: 19px;
  font-style: italic;
  font-family: "Libre Bodoni", serif;
  letter-spacing: 1px;
}
.why-img{border-radius: 14px;}
/*-- story-submission-guidelines-section --*/
.story-submission-guidelines-section{
	padding-top: 3em;
	overflow: hidden;
}
.story-submission-guidelines-section .container{
	position: relative;
}
.story-submission-guidelines-section .video-box::after{
	content: "";
	background-image: url(../images/fighter-plane.svg);
  	background-repeat: no-repeat;
  	background-size: 380px 290px;
  	background-position: center;  
  	width: 380px;
  	height: 290px;
  	display: block;
  	position: absolute;
  	top: -166px;
  	right: -57px;
  	z-index: 1;
}
.story-submission-guidelines-section h2{
	margin-bottom: 50px;
}
.submission-tab{
	background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 12px, transparent 12px) 0% 0%/14px 14px no-repeat,
            radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 12px, transparent 12px) 100% 0%/14px 14px no-repeat,
            radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 12px, transparent 12px) 0% 100%/14px 14px no-repeat,
            radial-gradient(circle at 0 0, #ffffff 0, #ffffff 12px, transparent 12px) 100% 100%/14px 14px no-repeat,
            linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 4px) calc(100% - 28px) no-repeat,
            linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 28px) calc(100% - 4px) no-repeat,
            linear-gradient(90deg, rgba(179,37,36,1) 0%, rgba(249, 169, 58, 1) 100%);
	border-radius: 14px;
	padding:40px 35px;
	box-sizing: border-box;
	min-height: 100%;
}
.submission-tab-nav,
.share-nav{
	margin-bottom: 35px;
}
.submission-tab-nav ul,
.share-nav ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	border: rgba(48, 61, 84, 0.21) solid 1px;
	border-radius: 20px;
	padding: 3px;
	max-width: 325px;
}
.submission-tab-nav li,
.share-nav li{
	font-size: 16px;
	color: rgba(36, 44, 53, 1);
	padding: 6px 17px;
    border-radius: 20px;
    cursor: pointer;
}
.submission-tab-nav li.active,
.share-nav li.active{
	background-color: rgba(251, 176, 64, 1);
}
.single-tab-content,
.share-form{
	display: none;
}
.single-tab-content:first-child,
.share-form:first-child{
	display: block;
}
.submission-tab-txt ul{
	padding: 0;
	list-style: none;
}
.submission-tab-txt ul li{
	font-size: 18px;
	line-height: 22px;
	position: relative;
	padding: 0 0 0 40px;
	margin-bottom: 20px;
}
.submission-tab-txt ul li::before{
	content: "";
	width: 20px;
	height: 20px;
	background-image: url(../images/bullet-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	position: absolute;
	top: 0;
	left: 0;
}
.submission-tab-txt p span{
	font-weight: 500;
	color: rgba(175, 30, 35, 1);
}
.video-box{
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.video-box img{
	border-radius: 14px;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 2;
}
.video-box button{
	width: 77px;
	height: 77px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: transparent;
	border: none;
}
/*-- important-dates-section --*/
.dates-box{
	/*background: linear-gradient(45deg,  rgba(179,37,36,1) 0%,rgba(249,169,58,1) 100%);	 
	border-radius: 20px;
	overflow: hidden;*/
}
.dates-box-inner{
	/*background-image: url(../images/table-bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
	padding: 4em 30px;*/
	padding: 1em 30px;
}
/*.dates-box h2{
	color: rgba(255, 255, 255, 1);
}*/
.dates-box .rounded-table-wrap{
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.dates-box table{
	width: 100%;
	border: none;
	border-collapse: collapse;
}
.dates-box table thead{
	background-color: rgba(251, 176, 64, 1);
}
.dates-box table thead th{
	font-size: 24px;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	padding: 10px 20px;
}
.dates-box table td{
	padding: 10px 20px;
	background-color: rgba(255, 255, 255, 1);
}
.dates-box table tr:nth-child(even) td{
    background-color: rgba(249, 248, 246, 1); 
}
.faqs-section h2{
	background-color: #fff;
}
.faq-wraps{
	background-color: #fff;
}
.single-faq{
	border-bottom: rgba(0, 0, 0, 1) solid 1px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.faq-question{
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: rgba(40, 36, 37, 1);
	margin-bottom: 10px;
	position: relative;
	padding-right: 40px;
	cursor: pointer;	
}
.faq-question::after{
	content: "";
	width: 10px;
	height: 18px;
	display: block;
	background-image: url(../images/down-arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px 18px;
	position: absolute;
	top: 4px;
	right: 0;
}
.single-faq.active .faq-question{
	color: rgba(0, 0, 0, 1);
}
.single-faq.active .faq-question::after{
	transform: rotate(180deg);
}
.faq-answer{
	font-size: 20px;
	line-height: 26px;
	color: rgba(40, 36, 37, 1);
	display: none;
}
.single-faq.active .faq-answer{
	display: block;
}
/*-- ready-to-share-section --*/
.ready-to-share-inner{
	max-width: 90%;
	background-color: rgba(249, 248, 246, 1);
	border-radius: 24px;
	padding: 3em 4em;
	margin: 0 auto;
	position: relative;
}
.ready-to-share-inner::after{
	content: "";
	/*background-image: url(../images/paper-plane.svg);*/
	background-image: url(../images/paper-plane-with-tail.png);
  	background-repeat: no-repeat;
  	background-size: 187px 159px;  	
  	background-position: center;  
  	width: 187px;
  	height: 150px;
  	display: block;
  	position: absolute;
  	bottom: 34%;
 		right: -120px;
  	z-index: -1;
}
.share-form h6{
	font-size: 24px;
	font-weight: 500;
	color: rgba(175, 30, 35, 1);
	margin-bottom: 15px;
}
.form-group{
	margin-bottom: 2em;
}
.form-control{
	font-size: 14px;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	width: 100%;
	height: 35px;
	background-color: transparent;
	border: none;
	border-bottom: rgba(0, 0, 0, 0.21) solid 1px;
	border-radius: 0;
	padding: 5px 0;
}
textarea.form-control{
	min-height: 60px;
}
select.form-control{
	-webkit-appearance: auto;
  	-moz-appearance: auto;
  	appearance: auto;
}
input::placeholder {
  color: rgba(0, 0, 0, 1) !important;   
}
input::-moz-placeholder {
  color: rgba(0, 0, 0, 1) !important;
}
input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 1) !important; 
}
input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 1) !important;
}
button[type="submit"]{
	font-size: 16px;
  	color: rgba(255, 255, 255, 1);
  	background-color: rgba(129, 20, 28, 1);
  	border: none;
  	display: inline-block;
  	padding: 10px 50px;
  	border-radius: 40px;
}

.videobox{
	display: none;
}
.help-block.with-errors {
  color: #f00;
  font-size: 12px;
  font-weight: 400;
  padding: 2px 0;
}
span.label{
	font-size: 14px;
}
/*-- custom radio --*/
.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-radio [type="radio"]:checked + label,
.custom-radio [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 14px;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
    display: inline-block;    
}
.custom-radio [type="radio"]:checked + label:before,
.custom-radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(29, 27, 32, 1);
    border-radius: 100%;
    background: transparent;
}
.custom-radio [type="radio"]:checked + label:after,
.custom-radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: rgba(29, 27, 32, 1);
    position: absolute;
    top: 3px;
    left: 2px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*-- .custom-checkbox --*/
.custom-checkbox{
	position: relative;
}
.custom-checkbox input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custom-checkbox label {
  position: relative;
  cursor: pointer;
  padding: 0 0 0 30px;
}

.custom-checkbox label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid rgba(215, 29, 36, 1);
  border-radius: 2px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 0;
}
.custom-checkbox input[type="checkbox"]:checked + label:before{
	background-color: rgba(215, 29, 36, 1);
}
.custom-checkbox input[type="checkbox"]:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/*-- custom upload --*/
.image-upload-container,
.video-upload-container,
.doc-upload-container{
	margin-bottom: 10px;
}
.input-container:first-child{
	padding-right: 0px;
	margin-top: 0;
}
.input-container{
	position: relative;
  	padding-right: 20px;
  	margin-top: 15px;
}
.custom-upload{
	position: relative;
	height: 35px;
}
.custom-upload input[type="file"]{
	position: relative;
	opacity: 0;
	z-index: 2;
}
.custom-upload .image-name,
.custom-upload .video-name,
.custom-upload .doc-name{
	font-size: 14px;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	width: 100%;
	height: 35px;
	background-color: transparent;
	border: none;
	border-bottom: rgba(0, 0, 0, 0.21) solid 1px;
	padding: 5px 20px 0 5px;
	position: absolute;
	bottom: 0;
	z-index: 1;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.uploadpin {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
}
.upload-more{
	background-color: transparent;
	border: rgba(0, 0, 0, 0.2) solid 1px;
	padding: 5px 14px;
  	font-size: 14px;
  	border-radius: 30px;
}
.remove-upload {
	width: 30px;
  	position: absolute;
  	top: 0;
  	right: 0;
  	background: none;
  	border: none;
  	color: rgb(175, 30, 35);
}
.form-control:disabled {
  background-color: transparent;
  opacity: .4;
}
/*-- story-footer --*/
.story-footer{
	position: relative;
}
.story-footer img{
	width: 100%;
}
.story-footer .container{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.copyright{
	padding: 16px 0;
	max-width: 90%;
  	margin: 0 auto;
}

/* -- video responsive --*/
.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;   
  overflow: hidden;
  max-width: 100%;
}
.responsive-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-dialog{
	max-width: 600px;
}
.modal-header {
  background-color: rgb(191, 32, 38);
  padding: 10px 10px;
  color: #fff;
}
@media screen and (max-width:1400px){
	h1 {
  		font-size: 52px;
  		line-height: 58px;
  	}
  	h2 {
  		font-size: 38px;
  		line-height: 42px;
  	}

  	.the-story-project-section{
  		background-size: 390px 160px;
  	}
  	.the-story-project-section h5 {
  		font-size: 26px;
  		line-height: 34px;
  	}
  	.your-story-matters-section{
  		overflow: hidden;
  		padding-top: 5em;
  	}
  	.your-story-matters-section .container::after{
  		background-size: 120px 128px;
  		width: 120px;
  		height: 128px;
  		top: -70px;
  		left: -60px;
  	}
  	.stories-change-us-section .container::after{
  		background-size: 200px 153px;
  		width: 200px;
  		height: 153px;
  		right: -30px;
  	}
  	.your-story-bg::after{
  		background-size: 120px 99px;
  		width: 120px;
  		height: 99px;
  	}
  	.why-Share-section{
  		background-size: 230px 180px;
  	}
  	.story-submission-guidelines-section .video-box::after{
  		background-size: 280px 214px;
  		width: 280px;
  		height: 214px;
  		top: -123px;
  		right: 0;
  	}
  	.submission-tab{
  		padding: 30px 25px;
  	}
  	.submission-tab-txt ul li{
  		margin-bottom: 15px;
  	}

}

@media screen and (max-width:1200px){
	h1 {
  		font-size: 42px;
    	line-height: 46px;
  	}
  	 h2 {
    	font-size: 34px;
    	line-height: 38px;
  	} 	

  	.the-story-project-section h5 {
  		font-size: 22px;
    	line-height: 30px;
  	}
  	.a-good-story-inner{
  		padding: 30px 2em;
  	}
  	.good-point{
  		font-size: 14px;
  		line-height: 16px;
  		padding: 20px 10px;
  	}
  	.point-icon {
  		width: 46px;
	}
  	.point-txt {
  		padding: 0 0px 0 10px;
	}
	.how-to {
  		font-size: 17px;
  		line-height: 21px;
	}
	.why-box{
		padding: 15px 20px;
	}
	.story-submission-guidelines-section .container::after{
		right: -20px;
	}
	.faq-question {
	  	font-size: 20px;
	  	line-height: 26px;
	}
	.faq-answer {
	  	font-size: 18px;
	  	line-height: 24px;
	}
	.ready-to-share-inner::after{
		background-size: 100px 70px;
		width: 100px;
  		height: 70px;
  		right: -60px;
	}
	.body-bg-inner{
		display: none;
	}
}

@media screen and (max-width:991px){
	h1 {
  		font-size: 34px;
    	line-height: 38px;
  	}
  	 h2 {
    	font-size: 26px;
    	line-height: 30px;
  	}
  	.the-story-project-section h5 {
    	font-size: 18px;
    	line-height: 24px;
  	}
  	.the-story-project-section span.color-span {
  		font-size: 14px;
  	}  	
  	.red-btn {
  		font-size: 14px;
	}
	.strength-img img{
		box-shadow: 8px 8px 0 rgb(254, 234, 148);
	}
	.the-story-project-section{
  		background-size: 290px 119px;
  		background-position: center 90%;
  	}
  	.your-story-matters-section .container::after{
  		background-size: 100px 107px;
  		width: 100px;
  		height: 107px;
  		top: -65px;
    	left: -44px;
  	}
  	.stories-change-us-section .container::after{
  		background-size: 140px 107px;
  		width: 140px;
  		height: 107px;
  		right: 0;
  	}
  	.your-story-bg::after{
  		background-size: 90px 74px;
  		width: 90px;
  		height: 74px;
  		top: -20px;
  		right: -60px;
  	}
  	.story-submission-guidelines-section .container::after{
			content: "";
			background-image: url(../images/fighter-plane.svg);
  	background-repeat: no-repeat;
  	background-size: 180px 130px;
  	background-position: center;  
  	width: 180px;
    height: 130px;
  	display: block;
  	position: absolute;
  	top: 0px;
  	right: 0px;
  	z-index: 1;
}
  	.story-submission-guidelines-section .video-box::after{
  		display: none;
  	}
  	.a-good-story-inner{
  		padding: 30px 1em;
  	}
  	.dates-box table thead th {
  		font-size: 18px;  		
	}
	.dates-box table thead th,
	.dates-box table td{
		padding: 6px 10px;
	}
	.ready-to-share-inner{
		padding: 2em 1em;
	}
 }

 @media screen and (max-width:767px){
 	.Story-header{
 		margin-bottom: 20px;
 	}
 	h2 {
    	font-size: 22px;
    	line-height: 26px;
  	}
  	.the-story-project-section {
  		background-position: right bottom;
  		padding-bottom: 7em;
  	}
  	.stories-change-us-section h2 {
  		margin-top: 0;
	}
	a.read-more{
		font-size: 16px;
		line-height: 26px;
	}
	.your-story-bg::after {
		top: -60px;
    	right: 0;
	}
	.why-Share-section{
		padding-top: 0;
	}
	.why-box h6 {
  		font-size: 20px;
  }
  .story-submission-guidelines-section .container::after {
  		background-size: 200px 180px;
    	width: 200px;
    	height: 180px;
    	top: -29px;
    	right: 0;
  }
  .ready-to-share-section {
	  	padding-top: 0;
	}
	.ready-to-share-inner::after {
		background-image: url(../images/paper-plane.svg);
		background-size: 80px 50px;
		right: -19px;
    	bottom: 40px;
    	z-index: 1;
	}
	.submission-tab {
    	padding: 30px 10px;
  	}
  	.dates-box-inner{
  		padding: 2em 20px;
  	}
  	.faq-question {
    	font-size: 18px;
    	line-height: 24px;
  	}
  	.faq-answer {
    	font-size: 16px;
    	line-height: 22px;
  	}
}
@media screen and (max-width: 480px) {
  .story-submission-guidelines-section .container::after {
    background-size: 150px 120px;
    width: 150px;
    height: 120px;
    top: 4px;
    right: 0;
  }
}