.banner-download .banner-area, .banner-download .banner {
    min-height: 400px;
}
.res-form { 
	padding:30px; 
	display:block; 
	font-size:16px
}
label {
	margin-bottom: 10px;
}

input, select, textarea { 
	border:1px solid #ccc; 
	padding:8px 5px; 
	width:300px; 
	margin-bottom:8px; 
}
input[type=radio], input[type=checkbox] {
	margin-bottom: 30px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top:12px;
}
.frm_button_submit {
	padding: 15px 70px;
	cursor: pointer;
	margin:auto;
}
.link-cg {
	color:#FFCC33;
}

.tuts-registration-form .error{
	color:red;
	margin-bottom: 18px;
}
.elementor-col-20 {
    padding-top: 10px;	
}
.error, .info {
	width:100%;
	margin:auto;
	background-color: #ecabab;
    border: 1px solid #bf1313;
	padding: 10px;
	border-radius:5px;
}
.info {
	background-color: #abcbec;
    border: 1px solid #479ec7;
}
.lightbox { display: none; }

.featherlight-content {
	background:none !important;
}

.download-section {
	margin-top: 0px !important;
}
.my-carousel-progress {
  background: #ccc;
  margin-top: 0px;
}
.my-carousel-progress-bar {
  background: #FFCC33;
  height: 5px;
  transition: width 400ms ease;
  width: 0;
}
.splide__arrow {
	font-size: 40px;
	transform: inherit !important;
	background: none !important;
}
.splide__arrow svg {
	fill: #FFCC33;
}
.splide__pagination {
	display: none !important;
}
.splide__list {
	height: 90vh !important;
}
.splide__list li {
	text-align: center;
}
.vanta-canvas {
	opacity: 0.3;
}
.download h3 {
	color: #FFCC33;
	margin-top:100px !important;
	font-size: 60px !important;
}
.download h4 {
	font-size: 40px;
	margin: 0 300px;	
}
.form-cg {
    width: 54%;
    margin: auto;
    margin-top: 100px;
    font-size: 30px;
}
.img-gif img {
	border: 1px solid #ffffff2e;
}

@keyframes fadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

.download h3, .download h4,  .downloadh5, img {
  animation: 1.5s fadeInUp;
}
.download h5 {
	color:#8d8d8d;
}
.img-gif {
	width: 100%;
	text-align: center;
  margin-bottom: 80px;
  margin-top: 60px;	
}
.div-cg {
	display: block;
}

@media screen and (max-width: 480px){
	.download h3 {
		margin-top:70px;
		margin-bottom: 0px;
	}
	.download h4 {
		margin:0;
		font-size: 20px !important;
	}
	.splide__arrows {
		position: inherit;
	}
	.splide__arrow svg {
    height: 0.8em;
    width: 0.8em;
	}
	.img-gif {
		margin-bottom: 30px;
	}
	.form-cg {
		width: 90%;
		font-size: 20px;
		margin-top:30px;
	}
	i.fab {
		font-size: 30px;
	}	
	input[type=radio], input[type=checkbox] {
			margin-bottom: 0;
	}
	label {
		font-size: 18px;
	}
	.frm_button_submit {
		margin-top: 10px;
	}
}
@media screen and (min-width: 1921px){
	.download h3 {
		margin-bottom:100px;
		font-size: 80px;
	}
	.img-gif {
		margin-top:100px;
	}
}