body {
	color: black;
}
h1,h2,h3,h4,h5,h6 {
	text-transform: capitalize;
}
.privacy-wrapper {
	margin-bottom: 0px;
	font-weight: 300;
	width: 100%;
	max-width: 900px;
	margin: auto;
	margin-top: 120px;
	padding-bottom: 2em;
}

.privacy-wrapper h3 {
     font-size: 28px;
     margin-bottom: 30px;
     float: left;
     width: 100%;
     margin-top: 35px;
}
.privacy-wrapper h2 {
    font-size: 40px;
    /* letter-spacing: 8px; */
    margin-bottom: 40px;
}
.privacy-wrapper h1 {
    display: block;
    font-size: 40px;
    margin-bottom: 40px;
    padding: 0;
    width: 100%;
    /* letter-spacing: 8px; */
}
.privacy-wrapper .line-thin {
	margin-bottom: 30px;
	width: 60%;
}

.privacy-wrapper p {
	color: rgb(0, 0, 0);
	font-size: 15px;
	text-align: left;
	padding-bottom: 10px;
	letter-spacing: 0.5px;
	float: left;
	width: 100%;
}



.privacy-wrapper p {
	text-align: justify;
}

.privacy-wrapper .tab-wrapper {
	width: 100%;
	text-align: left;
	font-size: 12pt;
	margin-bottom: 15px;
	background: #dafb45;
}

.privacy-wrapper .tab-wrapper ul {
	margin: 0;
	padding: 0;
}

.privacy-wrapper .tab-wrapper ul li {
	list-style: none;
	display: inline-block;
}

.privacy-wrapper .tab-wrapper ul li a {
	display: block;
	margin-right: 2%;
	padding: 15px 15px;
	text-decoration: none;
	color: #333333;
}

.privacy-section {
    background: rgb(26, 26, 26) none repeat scroll 0 0;
    text-align: center;
    padding: 0px;
    overflow: hidden;
}

.privacy-section .privacy-section-header {
	margin-bottom: 60px;
}

.privacy-section .privacy-section-header h1 {
	color: #ffffff;
	font-size: 22px;
	text-transform: uppercase;
}

.privacy-section h1 {
	display: block !important;
}

.privacy-section .privacy-section-item {
	background: rgb(143, 183, 25) none repeat scroll 0 0;
	color: rgb(255, 255, 255);
	height: 260px;
	position: relative;
	margin-bottom: 15px;
}

.privacy-section-item-inner {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.privacy-section .privacy-section-item .privacy-section-item-icon {
	margin-top: 25px;
	margin-bottom: 25px;
}

.privacy-section .privacy-section-item .privacy-section-item-icon img {
	height: 90px;
}

.privacy-section .privacy-section-item .privacy-section-item-content {}

.privacy-section .privacy-section-item .privacy-section-item-content h4 {
	color: rgb(255, 255, 255);
	font-size: 12px;
	text-transform: capitalize;
}

.privacy-section .privacy-section-item .privacy-section-item-content p {
	font-weight: 300;
	font-size: 10px;
}

.privacy-section-icon-box {
	margin: auto;
	max-width: 850px;
	width: 100%;
}

/* media screens */
@media screen and (max-width: 768px) {

	.privacy-wrapper h1 {
		font-size: 36px;
	}
	.privacy-wrapper p {
		font-size: 13px;
	}
	.privacy-section {
		padding: 0px;
	}
	.privacy-wrapper {
		margin-bottom: 0px;
		margin-top: 80px;
		padding-bottom: 2em;
	}
	.privacy-section .privacy-section-item {
		margin-bottom: 15px;
	}
	.privacy-section .privacy-section-header {
		margin-bottom: 20px;
	}

}

/*SUpport form css*/
.contact-btn a {
    margin: 10px auto 60px;
    display: block;
}

.return-list {
    padding-left: 20px;
}
.return-list li{
    line-height: 24px;
    font-size: 15px;
    padding-bottom: 16px;
}

.faq-full-bdr{
    margin-top: 24px;
    padding-bottom: 60px;
    /* float: left; */
}
.faq-full-bdr hr{
    display: block;
    height: 1px;
    position: absolute;
    left: -0;
    right: -0;
    margin: 20px auto;
}
.bdr-line {
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
    display: block;
    float: left;
    width: 100%;
}
