/* Mailing Gönderim Servisi CSS */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
.clearfix {
	clear:both;
}
.mgs-content {
	font-family:Open Sans, Arial, sans-serif;
	font-size:18px;
	color:black;
	font-weight:200;
	-webkit-font-smoothing:antialiased;
}
/* Mailing Gönderim Servisi - Hero */
.mgs-hero {
	padding:100px 0;
	background:url(../images/img-mailing-gonderim-servisi-hero.jpg) center center no-repeat;
	background-size:cover;
	text-align:center;
}
.mgs-hero h2 {
	font-size:46px;
	font-weight:400;
	margin-bottom:15px;
}
.mgs-hero p {
	margin-bottom:15px;
}
.mgs-packs {
	padding-top:50px;
	padding-bottom:50px;
}
.mgs-pack {
	border:1px solid #25639c;
	transition:all ease-in-out .2s;
	text-align:center;
}
.mgs-pack:hover {
	box-shadow:0 0 0 4px #25639c55;
}
.mgs-pack-highlight {
	transform:scale(1.02,1.02);
	border-color:#4785be;
}
.mgs-pack-highlight .mgs-pack:hover {
	box-shadow:0 0 0 4px #4785be55;
}
.mgs-pack-highlight .mgs-pack-heading {
	background-color:#4785be;
}
.mgs-pack-hightlight .mgs-pack-spec {
	border-color:#4785be;
}
.mgs-pack-heading {
	color:#ffffff;
	background-color:#25639c;
	padding:12px 0;
}
.mgs-pack-name {
	font-size:24px;
	font-weight:700;
	margin:0 30% 4px 30%;
	padding-bottom:10px;
	border-bottom:4px solid rgba(0,0,0,.2);
}
.mgs-pack-price {
	font-size:40px;
	font-weight:900;
}
.mgs-pack-price-currency {
	font-size:16px;
	display:block;
	margin-top:-8px;
	font-weight:500;
}
.mgs-pack-spec {
	border-bottom:1px solid #25639c55;
	padding:12px 0;
}
.mgs-pack-spec-name {
	font-size:14px;
	font-weight:600;
	opacity:.75;
}
.mgs-pack-spec-value {
	font-size:24px;
	font-weight:700;
}
.mgs-pack-spec-value-text {
	font-size:12px;
	font-weight:600;
	color:#575757;
	margin-top:-4px;
}
.mgs-pack-spec-value img {
	width:24px;
	height:24px;
	margin:16px auto;
}
.mgs-pack-actions {
	padding:24px 0;
}

.mgs-spec img {
	width:100%;
	max-width:240px;
	border-radius:50%;
	overflow:hidden;
	box-sizing:border-box;
	border:5px solid #e5e5e5;
}
.btn-blue, .btn-blue-hollow {
	display:inline-block;
	padding:10px 20px;
	font-size:15px;
	font-weight:600;
	text-decoration:none;
}
.sub-specs {
	padding-top:50px;
	padding-bottom:50px;
	background-color:#f5f5f5;
}
.sub-specs h4 {
	font-size:24px;
	color:#25639c;
}
.sub-specs .row {
	padding-top:50px;
	padding-bottom:50px;
}
.img-big {
	display:block;
	width:100%;
	max-width:480px;
	max-height:300px;
	object-fit:contain;
	object-position:left top;
	margin-bottom:15px;
}
.mgs-how {
	background-color:#25639c;
	color:#ffffff;
	margin-bottom:50px;
}
.mgs-how-heading {
	position:relative;
	background-color:#1b5183;
	color:#58bfea;
	padding-top:15px;
	padding-bottom:15px;
}
.mgs-how-heading::after {
	content:'';
	display:block;
	position:absolute;
	left:25%;
	bottom:-50px;
	border:30px solid #1b5183;
	border-color:#1b5183 transparent transparent transparent;
}
.mgs-how-heading-img {
	width:100px;
	float:left;
	margin-right:30px;
	transform:rotate(-30deg);
}
.mgs-how-content > div > div > div {
	margin-bottom:30px;
}
.mgs-how-content h4 {
	color:#ffffff;
	font-size:20px;
}
.mgs-how-content p {
	font-size:14px;
}
.mgs-how-content h4::before {
	display:block;
	float:left;
	width:50px;
	height:50px;
	line-height:44px;
	text-align:center;
	font-size:32px;
	border-radius:4px;
	margin:0 15px 15px 0;
	color:#ffffff;
	border:2px solid #58bfea;
}
.mgs-how-content .container .row > div:nth-child(1) h4::before {
	content:'1';
}
.mgs-how-content .container .row > div:nth-child(2) h4::before {
	content:'2';
}
.mgs-how-content .container .row > div:nth-child(3) h4::before {
	content:'3';
}
.mgs-how-content .container .row > div:nth-child(4) h4::before {
	content:'4';
}
.mgs-how-content .container .row > div:nth-child(5) h4::before {
	content:'5';
}
.mgs-how-content p {
	clear:both;
	margin-top:10px;
}
.sub-specs-small {
	padding-top:0px !important;
}
.sub-specs-small h4 {
	font-size:18px;
}
.sub-specs-small p {
	font-size:14px;
}
.img-icon {
	opacity:.45;
	margin-right:15px;
	margin-bottom:15px;
	border:2px solid #25639c;
	border-radius:4px;
	padding:20px;
	width:96px;
	height:96px;
	object-fit:contain;
	box-shadow:0 0 0 4px #25639c77;
	float:left;
}
/* Mailing Gönderim Servisi - Buttons */
.btn-blue {
	color:#ffffff;
	background-color:#25639C;
	border:1px solid #25639C;
}
.btn-blue:hover {
	background-color:#14528b;
	color:white;
	text-decoration:none;
}
.btn-blue-hollow {
	color:#25639C;
	background-color:rgba(255,255,255,.75);
	border:1px solid #25639C;
}
.btn-blue-hollow:hover {
	color:#25639C;
	background-color:white;
	text-decoration:none;
}
.btn-blue-hollow::after {
	border-color:transparent #25639C #25639C transparent;
}
.btn-blue + .btn-blue-hollow {
	margin-left:15px;
}
/* Mailing Gönderim Servisi - Specs */
.mgs-specs {
	padding:30px 0;
	text-align:center;
}
.mgs-specs-main-text {
	padding:30px;
}
.mgs-specs h2 {
	font-size:32px;
	color:#25639C;
	font-weight:400;
	margin-bottom:30px;
}
.mgs-spec img {
	display:inline-block;
	margin-bottom:15px;
}
.mgs-spec strong {
	font-weight:600;
}
.mgs-plan-selection {
	max-width:640px;
	border-radius:4px;
	margin:30px auto;
	overflow:hidden;
	border:1px solid rgba(0,0,0,.1);
}
.mgs-plan-head {
	background-color:#25639c;
	color:#ffffff;
	text-align:center;
}
.mgs-plan-head h2 {
	margin:0;
	padding:15px 0 0 0;
	margin-bottom:15px;
}
.mgs-plan-head p {
	background-color:#3674ad;
	padding:10px 0;
	margin-bottom:10px;
}
.mgs-plan {
	display:flex;
	padding:16px;	
	font-weight:700;
	background-color:rgba(0,0,0,.05);
	border-radius:4px;
	margin:12px 8px;
	color:#ffffff;
	transition:all ease-in-out .1s;
}
.mgs-plan:hover {
	box-shadow:0 0 0 2px rgba(47,152,47,.2);
}
.mgs-plan-1 { background-color:rgba(15, 133, 249, .5); }
.mgs-plan-2 { background-color:rgba(15, 133, 249, .6); }
.mgs-plan-3 { background-color:rgba(15, 133, 249, .7); }
.mgs-plan-4 { background-color:rgba(15, 133, 249, .8); }
.mgs-plan-5 { background-color:rgba(15, 133, 249, .9); }
.mgs-plan > div {
	flex:1;
	padding:0 5px;
	font-size:20px;
}
.mgs-discount-price {
	font-weight:500;
	text-decoration:line-through;
	text-align:right;
}
.mgs-current-price {
	text-align:right;
	font-weight:700;
}
.mgs-discount-price span,
.mgs-current-price span {
	font-size:14px;
	margin-left:2px;
}

.mgs-plans input[type="radio"] {
	display:none;
}
.mgs-plans input[type="radio"]:checked + label {
	background-color:#2f982f;
	border-color:transparent;
	box-shadow:0 0 0 4px rgb(47, 152, 47, .4);
}
.mgs-plans input[type="radio"]:checked + label > div {
	color:#ffffff;
}
.mgs-plans input[type="radio"]:checked + label .mgs-plan-duration::before {
	content:'';
	display:inline-block;
	width:24px;
	height:24px;
	background:url(../images/icon-check-white.svg) center center no-repeat;
	background-size:contain;
	margin-right:5px;
	vertical-align:text-top;
}
@media (max-width:995px) {
	
}
@media (max-width:500px) {
	.btn-blue, .btn-blue-hollow {
		display:block;
		width:calc(100% - 10px);
		margin:10px auto;
		text-align:center;
		float:none !important;
	}
	.btn-blue + .btn-blue-hollow {
		margin-left:5px;
	}
	.mgs-plan {
		padding:8px;
		margin:8px;
	}
}