@charset "utf-8";

@media only screen and (min-width: 768px) {
	.grid-ml {
		margin-left: -80px;
	}
}

@media only screen and (min-width: 1200x) {
	.grid-ml-swapna {
		margin-left: -10px;
	}
}

.venture-grid-holder .topgetfundedsec .button-flex > a {
	white-space: nowrap;
}

/* Invest with us Popup */

@media only screen and (min-width: 0px) {
	#investor-wrapper,
	#benefit-wrapper {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 2000;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: rgba(255, 255, 255, 0.6);
	}

	.popup {
		width: 90%;
		margin: 0 auto;
		position: relative;
		text-align: center;
	}
	.close-btn {
		border-radius: 0;
		background-color: #ec7b01;
		display: inline-block;
		position: absolute;
		right: 0;
		top: 0;
		color: #fff;
		padding: 5px;
		font-size: 1.25rem;
		line-height: 1;
		z-index: 2010;
	}
	.popup .modal-dialog {
		margin: 0;
	}
	.popup .modal-content {
		border: 0;
		border-radius: 0px;
		background-color: transparent;
	}
	#investor-wrapper .popup .modal-content {
		/* background-image: url(../images/popup/bg.jpg);
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat; */
		background: #fae1c3;
		/* border: 5px solid #ec7b01; */
	}
	.popup .modal-body {
		padding: 30px 20px;
		overflow-y: scroll;
		max-height: 60vh;
	}
	#benefit-wrapper .popup .modal-body {
		padding: 30px 0 0;
		border-bottom: 1px solid #ccc;
	}
	.popup .modal-body .heading {
		font-size: 25px;
		text-transform: uppercase;
		text-align: center;
		font-weight: 800;
	}
	.popup .heading .ah-text {
		color: #ec7b01;
		text-transform: initial;
		font-weight: 700;
	}
	.popup .investor-holder {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin: 30px 0 15px;
	}
	.popup .investor {
		padding: 10px 15px;
		flex: 50%;
		max-width: 150px;
	}
	.popup .investor .investor-img {
		margin: 0 auto;
		display: block;
	}
	.popup .investor .inv-name {
		text-align: center;
		color: #983d00;
		text-transform: uppercase;
		line-height: 1;
		font-size: 14px;
		font-weight: 700;
		margin: 10px 0 0;
	}
	.popup .investor .inv-title {
		margin: 5px 0 0;
		text-align: center;
		font-size: 12px;
		line-height: 1;
	}
	.popup .cta {
		background-color: #ec7b01;
		border-radius: 5px;
		border: 1px solid #ec7b01;
		color: #fff;
		text-transform: uppercase;
		margin: 5px auto;
		text-align: center;
		padding: 5px 15px;
		line-height: 1.5;
		font-weight: 600;
		display: block;
	}
	#benefit-wrapper .popup .cta {
		display: inline-block;
	}
	.popup .feature-table {
		border: 1px solid #555;
		border-collapse: collapse;
		width: 100%;
		margin: 0 auto;
	}
	.popup .feature-table th,
	.popup .feature-table td {
		border: 1px solid #555;
		text-align: center;
		padding: 5px;
		vertical-align: middle;
	}
	.popup .feature-table th:not(:first-of-type),
	.popup .feature-table td:not(:first-of-type) {
		max-width: 100px;
	}
	.popup .feature-table th {
		text-transform: uppercase;
		background-color: #ec7b01;
		font-size: 15px;
		line-height: 1.2;
		font-weight: 700;
	}
	.popup .feature-table td {
		font-size: 14px;
		line-height: 1.2;
		font-weight: 400;
	}
	.popup .feature-table tr {
		background-color: #ffdfb9;
	}
	.popup .feature-table tr:nth-child(2n) {
		background-color: #fff5eb;
	}
}

@media only screen and (min-width: 576px) {
	.popup .modal-dialog {
		margin: 0 auto;
		max-width: initial;
	}
	.popup .cta {
		font-size: 16px;
		margin-top: 15px;
	}
	.popup .investor-holder {
		margin: 30px 15px;
	}
	.popup .investor {
		flex: 33.33%;
	}

	.popup .modal-body {
		padding: 40px 25px 20px;
	}
}

@media only screen and (min-width: 768px) {
	.popup {
		max-width: 80%;
	}
	.popup .modal-body {
		max-height: 70vh;
	}
	.popup .feature-table th {
		font-size: 18px;
		padding: 5px 10px;
	}
	.popup .feature-table td {
		font-size: 16px;
		padding: 5px 10px;
	}
	.popup .feature-table th:not(:first-of-type),
	.popup .feature-table td:not(:first-of-type) {
		max-width: 120px;
	}
	.popup .investor {
		flex: 25%;
	}
	.popup .modal-body .heading {
		font-size: 35px;
		line-height: 1.25;
	}
	.close-btn {
		padding: 8px;
	}
	.popup .cta {
		font-size: 18px;
	}
}

@media only screen and (min-width: 1200px) {
	.popup {
		max-width: 800px;
	}
	.popup .modal-body {
		max-height: 80vh;
	}
}
@media only screen and (min-height: 900px) {
	.popup .modal-body {
		overflow-y: visible;
	}
}
