/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
	font-family: 'Source Sans Pro Semibold';
	src: url('../webfonts/SourceSansPro-Semibold.eot');
	src: url('../webfonts/SourceSansPro-Semibold.eot?#iefix') format('embedded-opentype'),
		url('../webfonts/SourceSansPro-Semibold.woff2') format('woff2'),
		url('../webfonts/SourceSansPro-Semibold.woff') format('woff'),
		url('../webfonts/SourceSansPro-Semibold.svg#SourceSansPro-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Source Sans Pro Regular';
	src: url('../webfonts/SourceSansPro-Regular.eot');
	src: url('../webfonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('../webfonts/SourceSansPro-Regular.woff2') format('woff2'),
		url('../webfonts/SourceSansPro-Regular.woff') format('woff'),
		url('../webfonts/SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Source Sans Pro Bold";
	src: url("../webfonts/source-sans-pro-bold.eot");
	src: url("../webfonts/source-sans-pro-bold.eot?#iefix") format("embedded-opentype"),
		url("../webfonts/source-sans-pro-bold.woff2") format("woff2"),
		url("../webfonts/source-sans-pro-bold.woff") format("woff"),
		url("../webfonts/source-sans-pro-bold.ttf") format("truetype");
}

@font-face {
	font-family: 'Source Sans Pro Light';
	src: url('../webfonts/SourceSansPro-Light.eot');
	src: url('../webfonts/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'),
		url('../webfonts/SourceSansPro-Light.woff2') format('woff2'),
		url('../webfonts/SourceSansPro-Light.woff') format('woff'),
		url('../webfonts/SourceSansPro-Light.ttf') format('truetype'),
		url('../webfonts/SourceSansPro-Light.svg#SourceSansPro-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Source Sans Pro Black';
	src: url('../webfonts/SourceSansPro-Black.eot');
	src: url('../webfonts/SourceSansPro-Black.eot?#iefix') format('embedded-opentype'),
		url('../webfonts/SourceSansPro-Black.woff2') format('woff2'),
		url('../webfonts/SourceSansPro-Black.woff') format('woff'),
		url('../webfonts/SourceSansPro-Black.ttf') format('truetype'),
		url('../webfonts/SourceSansPro-Black.svg#SourceSansPro-Black') format('svg');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}


/* Preloader style */
#preloader {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	z-index: 1000;
	text-align: center;
	padding-top: 20%;
}
.required-label::after {
	content: " *";
	color: red;
}
.invalid-feedback {
	display: none;
	color: red;
}


.ppc-campaign {
	position: relative;
	padding: 60px 0;
}

.radious {
	border-radius: 10px;
}

.container {
	max-width: 1370px;
}

input:focus-visible {
	outline: none;
}

.bg-grey {
	background-color: #f2f2f2 !important;
}


button:focus {
	outline: 0px dotted;
	outline: 0px auto -webkit-focus-ring-color;
}

.text-center h2:before {
	left: 0;
	right: 0;
	margin: auto;
}

.middle-content h2 {
	color: #404040;
	font-size: 45px;
	margin-bottom: 30px;
}

.signup-step-container {
	padding: 50px 0px 40px;
}

.wizard label {
	color: #666;
	font-size: 18px;
}

.wizard .form-control {
	color: #495057;
	border: 2px solid #ebebeb;
	min-height: 50px;
	border-radius: 8px;
}
.wizard textarea.form-control{
	height: 100px;
}
.wizard .nav-tabs {
	position: relative;
	margin-bottom: 0;
	border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}

.connecting-line {
	height: 2px;
	background: #e0e0e0;
	position: absolute;
	width: 90%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 15px;
	z-index: 1;
}

.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
	color: #555555;
	cursor: default;
	border: 0;
	border-bottom-color: transparent;
}

span.round-tab {
	width: 30px;
	height: 30px;
	line-height: 28px;
	display: inline-block;
	border-radius: 50%;
	background: #d9d9d9;
	z-index: 2;
	position: absolute;
	left: 0;
	text-align: center;
	font-size: 16px;
	color: #404040;
	font-weight: 500;
	border: 1px solid #d9d9d9;
	font-family: 'Source Sans Pro Bold';
}

.wizard li.active span.round-tab {
	background: #4462ad;
	color: #fff;
	border-color: #4462ad;
}

.wizard .nav-tabs > li.active > a i {
	color: #4462ad;
}

.wizard .nav-tabs > li {
	width: 10%;
}

.wizard li:after {
	content: " ";
	position: absolute;
	left: 46%;
	opacity: 0;
	margin: 0 auto;
	bottom: 0px;
	border: 5px solid transparent;
	border-bottom-color: red;
	transition: 0.1s ease-in-out;
}

.wizard .nav-tabs > li a {
	width: 30px;
	height: 30px;
	margin: 20px auto;
	border-radius: 100%;
	padding: 0;
	background-color: transparent;
	position: relative;
	top: 0;
}

.wizard .nav-tabs > li a i {
	position: absolute;
	top: 55px;
	font-style: normal;
	font-weight: 400;
	white-space: nowrap;
	left: 60%;
	transform: translate(-40%, -50%);
	font-size: 16px;
	color: #404040;
}

.wizard .nav-tabs > li a:hover {
	background: transparent;
}

.wizard .tab-pane {
	position: relative;
	padding-top: 15px;
}
.form-title{
	color: #4462ad;
}

.prev-step,
.next-step {
	font-size: 18px;
	padding: 10px 60px !important;
	border: none;
	border-radius: 4px;
	margin-top: 30px;
	color: #fff;
	min-width: 170px;
	cursor: pointer;
	margin-left: 20px;
	border: 1px solid #4462ad;
	text-transform: uppercase;
}

.next-step {
	background-color: #4462ad;
}

.skip-btn {
	color: #4462ad;
	background-color: transparent;
	border-color: #4462ad;
}

.prev-step {
	color: #4462ad;
	background-color: transparent;
	border-color: #4462ad;
}

.next-step:hover {
	background-color: #00adef;
	border-color: #00adef;
}

.skip-btn:hover {
	color: #fff;
	background-color: #f00;
	border-color: #f00;
}

.prev-step:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.list-inline li {
	display: inline-block;
}

.pull-right {
	float: right;
}
.thank-you-content {
	padding-top: 60px;
	font-size: 25px;
	color: #06082c;
}
.thank-you-content h1, 
.thank-you-content h2 {
    color: #404040;
    font-size: 70px;
    font-family: 'Source Sans Pro Black';
    text-align: center;
}

.normal-button{
    font-size: 24px;
    border: 2px solid #ff4f02;
    color: #fff;
    padding: 11px 45px;
    text-transform: uppercase;
    border-radius: 50px;
    background-color: #ff4f02;
	margin-top: 30px;
}
.normal-button:hover {
    background-color: #4462ad;
    border: 2px solid #4462ad;
    color: #fff;
}
.thank-you-donate{
	padding-bottom: 50px;
}

.thank-you-donate .form-check {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #2249ac;
    font-size: 20px;
    font-weight: bold;
    margin: 0 14px 8px;
    padding: 0;
}

  .thank-you-donate .form-check input[type=radio] {
	position: absolute;
	opacity: 0;
  }

  .thank-you-donate .form-check input[type=radio] + .form-check-label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 22px;
    height: 22px;
    position: relative;
    top: 4px;
    margin-right: 8px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
  .thank-you-donate .form-check input[type=radio] + .form-check-label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 22px;
    height: 22px;
    position: relative;
    top: 4px;
    margin-right: 8px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
  .thank-you-donate .form-check input[type=radio]:checked + .form-check-label:before {
	background-color: #2249ac;
	box-shadow: inset 0 0 0 4px #f4f4f4;
  }
  .thank-you-donate .form-check input[type=radio]:focus + .form-check-label:before {
	outline: none;
	border-color: #3197EE;
  }
  .thank-you-donate .form-check input[type=radio]:disabled + .form-check-label:before {
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
  }
  .thank-you-donate .form-check input[type=radio] + .form-check-label:empty:before {
	margin-right: 0;
  }

  .donate-btn {
    background-color: #2249ac;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 60px 10px 32px;
    background-image: url(../images/donate-icon.png);
    background-repeat: no-repeat;
    background-position: center right 9px;
    border-radius: 50px;
    font-size: 20px;
    margin-top: 21px;
    display: inline-block;
    border: none;
}

.donate-btn:hover {
    background-color: #ff4f02;
    color: #fff;
}




/* new copy css */
section {
	position: relative;
	padding: 80px 0;
}
.header-2 {
	padding: 22px 0;
}

.header-2 ul {
	list-style: none;
	margin: 0 25px 0 0;
	padding: 0;
}

.header-2 ul li {
	color: #404040;
	border-right: 1px solid #d9d9d9;
	font-size: 18px;
	padding: 4px 25px;
}

.header-2 ul li a {
	color: #404040;
}

.header-2 ul li a:hover {
	color: #4462ad;
}

.page-wrap {
	background-image: url(../images/bg-1.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto;
}

.unlock-middle {
	background-image: url(../images/bg-2.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% 100%;
	padding: 85px 75px 150px;
}

.banner-middle h2 {
	color: #ff4f02;
	font-size: 40px;
	text-transform: uppercase;
	font-family: 'Source Sans Pro Light';
	margin-bottom: 0px;
}

.banner-middle h3 {
	color: #404040;
	font-size: 40px;
	text-transform: uppercase;
	font-family: 'Source Sans Pro Black';
}

.banner-middle h4 {
	color: #404040;
	font-size: 30px;
	font-family: 'Source Sans Pro Semibold';
}

.banner-middle h4 span {
	color: #4462ad;
	text-transform: uppercase;
	font-family: 'Source Sans Pro Black';
}

.unlock-middle {
	color: #404040;
	font-size: 22px;
	line-height: 32px;
}

.unlock-middle h3 {
	color: #404040;
	font-size: 30px;
	margin-bottom: 0px;
}

.unlock-middle h2 {
	color: #4462ad;
	text-transform: uppercase;
	font-family: 'Source Sans Pro Black';
	font-size: 40px;
	position: relative;
	margin-bottom: 35px;
	padding-bottom: 12px;
}

.unlock-middle h2:after {
	content: '';
	width: 150px;
	height: 1px;
	background-color: #404040;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.sentiment-sec {
	padding: 80px 0 40px;
}

.middle-content h2 {
	color: #404040;
	font-size: 40px;
	margin-bottom: 50px;
}

.middle-content h2 strong {
	color: #4462ad;
	font-family: 'Source Sans Pro Black';
}

.sentiment-lists li h4 {
	color: #404040;
	font-size: 24px;
	font-family: 'Source Sans Pro Bold';
	text-transform: uppercase;
}

.sentiment-lists li h4 i {
	color: #ff4f02;
	margin-right: 4px;
}
.works-lists{
	justify-content: center;
}
.works-lists-col {
    padding: 22px 22px 18px;
    text-align: center;
}

.works-lists-col h4 {
	margin-left: 24px;
	color: #ccc;
	font-size: 34px;
	font-family: 'Source Sans Pro Light';
	line-height: 39px;
	text-transform: uppercase;
	display: none;
}
.step-img img {
    width: 90px;
    margin: auto;
}
.works-lists-col h4 span {
	font-size: 50px;
	font-family: 'Source Sans Pro Black';
	display: block;
	margin-left: 32px;
}

.works-lists-col h5 {
	color: #4462ad;
	font-size: 20px;
	font-family: 'Source Sans Pro Bold';
}

.site-header {
	border-bottom: 1px solid #d9d9d9;
}

.signup-step-container {
	padding: 60px 0px 50px;
}

.list-inline li {
	display: inline-block;
}

.pull-right {
	float: right;
}

.footer-socials {
	list-style: none;
	margin: 0;
	padding: 0;
	order: 1;
}

.footer-socials li {
	display: inline-block;
	color: #fff;
	margin-right: 5px;
}

.footer-socials li:last-child {
	margin-right: 0px;
}

.footer-socials li a {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	border-radius: 100%;
	background-color: transparent;
	color: #999;
	transition: all 0.3s;
	border: 1px solid #999;
}

.footer-socials li a:hover {
	transition: all 0.3s;
	color: #fff;
	border-color: #fff;
}

.footer-bottom {
	background-color: #262525;
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	padding: 15px 0;
}

.copyrights p {
	margin-bottom: 0px;
	color: #999;
}

.copyrights p a {
	color: #fff;
	font-family: 'Source Sans Pro Semibold';
}

.copyrights p.terms {
	margin-left: -6px;
}

.copyrights p.terms a {
	display: inline-block;
	margin-right: 6px;
	margin-left: 6px;
}

.footer-bottom span {
	font-size: 14px;
	color: #4c4949;
	order: 2;
}

.footer-bottom a {
	color: rgba(255, 255, 255, 0.5);
}

.pdf-download {
	font-size: 30px;
	border: 2px solid #ff4f02;
	color: #fff;
	padding: 13px 70px;
	text-transform: uppercase;
	border-radius: 50px;
	margin-bottom: 90px;
	background-color: #ff4f02;
}

.pdf-download.btn i {
	color: #fff;
	margin-right: 4px;
}

.pdf-download:hover {
	background-color: #4462ad;
	border: 2px solid #4462ad;
	color: #fff;
}

.pdf-download:hover i {
	color: #fff;
}
#main_form .list-inline {
    display: flex;
	-webkit-display: flex;
	-moz-display: flex;
    align-items: flex-end;
	align-items: -webkit-flex-end;
	align-items: -moz-flex-end;
}


/*----------multiple-file-upload-----------*/

@media (max-width: 1400px) {

	body {
		font-size: 16px;
		line-height: 28px;
	}

	h2 {
		font-size: 32px;
	}

	.btn-primary {
		font-size: 20px;
		padding: 12px 32px;
	}
}

@media (max-width: 1199px) {
	body {
		font-size: 16px;
		line-height: 25px;
	}

	h2 {
		font-size: 28px;
	}

	.ppc-campaign {
		padding: 50px 0;
	}
}

@media (max-width: 991px) {
	body {
		font-size: 16px;
		line-height: 27px;
	}

	h2 {
		font-size: 26px;
	}

	.ppc-campaign {
		padding: 40px 0;
	}

	.btn-primary {
		font-size: 16px;
		padding: 10px 22px;
	}

	.middle-content h2 {
		font-size: 45px;
		margin-bottom: 40px;
	}

}

@media screen and (max-width: 767px) {
	body {
		font-size: 17px;
		line-height: 28px;
	}

	h2 {
		font-size: 24px;
	}

	.ppc-campaign {
		padding: 30px 0;
	}

	.btn-primary {
		font-size: 15px;
		padding: 9px 22px;
	}

	.wizard .nav-tabs > li a i {
		top: 51px;
		transform: translate(-39%, -50%);
		font-size: 12px;
	}

	.wizard .tab-pane {
		padding-top: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.signup-step-container {
		padding: 40px 0px 30px;
	}

	.wizard .form-control {
		min-height: 45px;
	}

	.wizard label {
		font-size: 17px;
		margin-bottom: 3px;
	}

	.wizard .form-group {
		margin-bottom: 10px;
	}

	.middle-content h2 {
		font-size: 36px;
		margin-bottom: 35px;
	}

	.prev-step,
	.next-step {
		font-size: 15px;
		padding: 8px 37px;
		margin-top: 20px;
		min-width: 140px;
		margin-left: 7px;
	}

	.connecting-line {
		top: 12px;
	}

	.wizard .nav-tabs > li {
        width: 10%;
    }

	span.round-tab {
		width: 23px;
		height: 23px;
		line-height: 21px;
		font-size: 13px;
	}
	.thank-you-content {
		font-size: 22px;
		padding-top: 0;
	}
	.thank-you-content h1, 
	.thank-you-content h2 {
		font-size: 45px;
	}
	.normal-button {
		margin-top: 5px;
	}
	.thank-you-donate {
		padding-bottom: 20px;
	}
	.thank-you-donate .form-check {
		margin: 0 7px 7px;
		padding: 0;
	}
	.donate-btn {
		padding: 9px 51px 9px 20px;
		background-position: center right 6px;
		font-size: 16px;
		margin-top: 21px;
	}
}


@media (max-width: 575px) {
	body {
		font-size: 15px;
		line-height: 25px;
	}

	.ppc-campaign {
		padding: 30px 0;
	}

	h2 {
		font-size: 24px;
	}

	.btn-primary {
		font-size: 14px;
		padding: 8px 19px;
	}

	.middle-content h2 {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.signup-step-container {
		padding: 30px 0px 10px;
	}

	.wizard .nav-tabs > li a i {
		display: none;
	}

	.wizard .tab-pane {
		padding-top: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.wizard label {
		font-size: 16px;
		margin-bottom: 2px;
	}

	.wizard .form-control {
		min-height: 42px;
	}

	.prev-step,
	.next-step {
		font-size: 14px;
		padding: 4px 18px;
		margin-top: 12px;
		min-width: auto;
		margin-left: 2px;
	}
	.wizard .nav-tabs > li {
        width: 9.4%;
    }
	.wizard > div.wizard-inner {
		margin-bottom: 30px;
	}
}


@media (max-width: 1400px) {

	body {
		font-size: 16px;
		line-height: 28px;
	}

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 27px;
	}

	h4 {
		font-size: 24px;
	}

	h5 {
		font-size: 22px;
	}

	/* .btn-primary {
		font-size: 20px;
		padding: 12px 32px;
	} */

	.header-2 .btn-primary {
		font-size: 16px;
		padding: 10px 17px;
	}
}

@media (max-width: 1199px) {
	body {
		font-size: 16px;
		line-height: 25px;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 26px;
	}

	h4 {
		font-size: 24px;
	}

	h5 {
		font-size: 22px;
	}

	section {
		padding: 80px 0;
	}

	.header-2 .btn-primary {
		font-size: 16px;
		padding: 10px 20px;
	}

	.logo {
		max-width: 180px;
	}

	.footer-socials {
		margin-left: 0;
	}

	.footer-socials li {
		margin-right: 8px;
	}

	.footer-bottom {
		font-size: 13px;
	}

	.footer-bottom span {
		font-size: 12px;
	}

	.step-img img {
		max-width: 80px;
	}

	.works-lists-col h4 {
		margin-left: 16px;
		font-size: 27px;
		line-height: 35px;
	}

	.works-lists-col h4 span {
		font-size: 44px;
		margin-left: 24px;
	}
}

@media (max-width: 991px) {
	body {
		font-size: 16px;
		line-height: 27px;
	}

	h2 {
		font-size: 26px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 22px;
	}

	h5 {
		font-size: 20px;
	}

	section {
		padding: 60px 0;
	}

	.btn-primary {
		font-size: 16px;
		padding: 10px 22px;
	}

	.header-2 .btn-primary {
		font-size: 14px;
		padding: 8px 16px;
	}

	.header-2 {
		padding: 15px 0;
	}

	.header-2 ul li {
		font-size: 16px;
		padding: 4px 12px;
	}

	.header-2 ul {
		margin: 0 13px 0 0;
	}

	.banner-middle h2 {
		font-size: 45px;
	}

	.banner-middle h3 {
		font-size: 48px;
	}

	.banner-middle h4 {
		font-size: 26px;
	}

	.unlock-middle h3 {
		font-size: 30px;
	}

	.unlock-middle h2 {
		font-size: 44px;
		margin-bottom: 30px;
	}

	.unlock-middle {
		font-size: 20px;
		line-height: 30px;
		padding: 60px 45px 60px;
	}

	.sentiment-sec {
		padding: 60px 0 30px;
	}

	.step-img img {
		max-width: 100px;
	}

	.middle-content h2 {
		font-size: 45px;
		margin-bottom: 40px;
	}

	.footer-socials {
		margin-left: 0;
	}

	.note {
		font-size: 18px;
	}

	.thank-you {
		padding: 30px 0 30px;
	}

	.pdf-download {
		font-size: 25px;
		padding: 11px 60px;
		margin-bottom: 60px;
	}

	.thank-you h2 {
		font-size: 36px;
	}

	.thank-you h3 {
		font-size: 34px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.banner-content-1 h1,
	.banner-content-1 h2{
		font-size: 34px;
	}

}

@media screen and (max-width: 767px) {
	body {
		font-size: 17px;
		line-height: 28px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 23px;
	}

	h4 {
		font-size: 21px;
	}

	h5 {
		font-size: 20px;
	}

	section {
		padding: 50px 0;
	}

	.btn-primary {
		font-size: 15px;
		padding: 9px 22px;
	}

	.header-2 .btn-primary {
		font-size: 14px;
		padding: 6px 15px;
	}

	.logo {
		margin-bottom: 10px;
		max-width: 180px;
		display: inline-block;
	}

	.footer-bottom {
		padding: 14px 0;
		text-align: center;
	}

	.footer-socials li a {
		display: block;
		width: 42px;
		height: 42px;
		font-size: 20px;
		line-height: 42px;
	}


	.banner-middle h2 {
		font-size: 34px;
	}

	.banner-middle h3 {
		font-size: 36px;
		margin-bottom: 8px;
	}

	.banner-middle h4 {
		font-size: 23px;
	}

	.unlock-middle {
		font-size: 18px;
		line-height: 28px;
		padding: 40px 25px 50px;
	}

	.unlock-middle h3 {
		font-size: 24px;
	}

	.unlock-middle h2 {
		font-size: 37px;
		margin-bottom: 25px;
	}

	.sentiment-sec {
		padding: 40px 0 20px;
	}

	.middle-content h2 {
		font-size: 36px;
		margin-bottom: 35px;
	}

	.sentiment-lists li h4 {
		font-size: 22px;
	}

	.sentiment-lists li h4 i {
		font-size: 19px;
	}

	
	.copyrights {
		line-height: 21px;
	}

	.pdf-download {
		font-size: 22px;
		padding: 10px 50px;
		margin-bottom: 50px;
	}

	.thank-you h2 {
		font-size: 34px;
	}

	.thank-you h3 {
		font-size: 28px;
		padding-bottom: 20px;
		margin-bottom: 10px;
	}
	.video-blocks {
		width: 100%;
	}
	.unlock-sec a.btn.btn-primary {
		padding-left: 25px;
		padding-right: 25px;
		font-size: 18px;
	}
	.banner-content-2 h2 {
		font-size: 22px;
	}
	.banner-content-1 h1,
	.banner-content-1 h2{
		font-size: 30px;
	}

}


@media (max-width: 575px) {
	
	section {
		padding: 30px 0;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 18px;
	}

	.btn-primary {
		font-size: 14px;
		padding: 8px 19px;
	}

	.logo {
		max-width: 150px;
	}

	.header-2 .btn-primary {
		font-size: 12px;
		padding: 4px 10px;
	}

	.header-2 {
		padding: 12px 0;
	}

	.header-2 ul li {
		font-size: 15px;
		padding: 4px 20px 0 0;
		text-align: left;
		line-height: 20px;
	}

	.banner-middle h2 {
		font-size: 22px;
	}

	.banner-middle h3 {
		font-size: 26px;
		margin-bottom: 8px;
	}

	.banner-middle h4 {
		font-size: 19px;
	}

	.unlock-middle h3 {
		font-size: 20px;
		margin-bottom: 6px;
	}

	.unlock-middle h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.unlock-middle {
		font-size: 16px;
		line-height: 26px;
		padding: 30px 15px 40px;
		background-size: 100% 130%;
	}

	.middle-content h2 {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.sentiment-sec {
		padding: 20px 0 20px;
	}

	.signup-step-container {
		padding: 30px 0px 10px;
	}

	.sentiment-lists li h4 {
		font-size: 20px;
	}
	.footer-socials li {
		margin-right: 6px;
	}

	.footer-socials li a {
		display: block;
		width: 38px;
		height: 38px;
		font-size: 14px;
		line-height: 37px;
	}

	.site-footer .footer-socials {
		margin-top: 0;
		margin-bottom: 10px;
	}

	.footer-bottom span {
		font-size: 12px;
	}

	.footer-bottom {
		font-size: 12px;
	}

	.copyrights {
		font-size: 12px;
		line-height: 20px;
	}

	.footer-bottom span {
		font-size: 10px;
	}

	.works-lists-col h4 {
		margin-left: 20px;
		font-size: 25px;
		line-height: 33px;
	}

	.works-lists-col h4 span {
		font-size: 40px;
		margin-left: 23px;
	}
	.banner-content-2 h2 {
		font-size: 20px;
	}
	.banner-content-1 h1,
	.banner-content-1 h2{
		font-size: 24px;
	}
}

@media (max-width: 450px) {
	.header-2 ul li {
		font-size: 13px;
		padding: 0px 8px 0 0;
		text-align: left;
		line-height: 23px;
	}

	.header-2 .btn-primary {
		font-size: 11px;
		padding: 4px 9px;
	}
}
