.static-page {
 padding-top: 20px;
}
.terms-page strong {
    font-size: 16px;
}

.custome-container{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.common-heading {
    margin-bottom: 30px;
}

.common-heading h2 {
    font-size: 44px;
    margin-bottom: 0px;
    color: #333333;
    line-height: 55px;
}

.static-page .static-banner {
  padding: 70px 0px 70px;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 350px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.static-page .static-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000004d;
}

.static-page .static-banner .static-filter-box {
  text-align: center;
  max-width: 600px;
  margin: 0px auto;
  position: relative;
  z-index: 1;
}

.static-page .static-banner .static-filter-box h1 {
  color: #fff;
  font-size: 70px;
  margin: 0px;
}

.static-page .static-banner .static-filter-box p {
    color: #ffffff;
    font-size: 27px;
    line-height: 35px;
    padding-top: 20px;
}

.static-page .static-section {
  padding: 60px 0px;
}

.static-page .static-section .static-section-img img {
  width: 100%;
}

.static-page .static-section .static-pera p {
  color: #555555;
  font-size: 14px;
  line-height: 24px
}

.static-page .static-section .static-pera img {
 width: 100%;
padding: 0px 20px;
}

.static-page .static-section .logo-pf{
	padding-bottom: 40px;
	text-align: center;
}

.static-page .static-section .logo-pf img{
	width: 100%;
	max-width: 600px;
	
}

.row-section{
	display: flex;
}

.row-section .col-section{
	width: 50%;
	padding: 0 20px;
}

.section-bg-img{
	padding: 70px 0px 70px;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 350px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.section-bg-img .common-heading h2 {
    color: #ffffff;
	text-align: center;
	padding: 0px 20px;
}

.section-bg-img .static-pera p {
    color: #ffffff !important;
	text-align: center;
	padding: 0px 20px;
}

@media screen and (max-width: 767px) {
	.row-section{
		flex-wrap: wrap;
	}
  .row-section .col-section{
		width: 100%;
	}
}


