 header
 {
	    top: 22px !Important; 
 }
 
  header.sticky
 {
	     top: 0px !Important;  
 }


body
{
	background: #81bd3b;
}
 
 /* Page Start */
.payment-method-main {
    
    margin: auto;
	padding: 185px 20px 105px 20px;
}
.header-text h2 {
    font-size: 44px;
    color: #000;
    font-weight: 600;
    text-align: center;
	padding-bottom: 50px;
}

.pament-method-inner-sec {
    display: flex;
	gap: 50px;
	justify-content:center;
}
.inner-sec-one {
    width: 500px;
	height:404px;
    display: flex;
       padding-top: 53px;
    padding-bottom: 35px;
    background: #fff !important;
	border-radius: 90px;
}
.inner-sec-two img {
    width: 500px;
        margin-top: -63px;
}
.inner-content {
    margin: auto;
}
.inner-content img {
    background: #81bd3b;
    width: 130px;
    height: 130px;
    border-radius: 70px 0px 0px 70px;
    position: absolute;
    margin:-64px 0px 0px -80px;
}
.inner-content h3 {
  width: fit-content;
    font-size: 31.5px;
    font-weight: 600;
    border: 4px solid #81bd3b;
    text-align: center;
    margin-left: 60px;
    margin-bottom: 30px;
    padding: 3px 23px;
    margin: 0 auto;
	margin-top: -37px;
    margin-bottom: 17px;
}
.inner-content li {
    font-size: 22px;
}
@media (max-width:767px){
	.payment-method-main {
    padding: 200px 20px;
}
.pament-method-inner-sec {
    display: block;
}
.inner-content li {
    font-size: 25px;
}
.inner-sec-one {
    margin: auto;
    margin-bottom: 30px;
    border-radius: 65px;
}
.inner-sec-two {
    width: 500px;
    margin: auto;
	
	    margin-top: 45px;
}
.inner-content img {
    width: 115px;
    height: 110px;
    margin: -64px 0px 0px -70px;
}

.inner-content h3
{
	margin-bottom: 12px;
}

.inner-content li {
    font-size: 21px;
}

.inner-content img
{
	margin: -64px 0px 0px -55px;
}

.header-text h2
{
	    padding-bottom: 35px;
		font-size: 35px;
}

.payment-method-main
{
	padding: 172px 20px  50px 20px;
}

}


@media (max-width:900px){
	
	.inner-content h3
	{
		font-size: 24px;
	}
	
	.inner-sec-two img
	{
		    width: 100%;
	}
	
	.inner-sec-one{
	height:auto;
}

.inner-content h3
{
	margin-bottom: 12px;
}

.inner-content img
{
	    width: 109px;
    height: 103px;
}

.pament-method-inner-sec
{
    align-items: center;
}
 

}

@media (max-width:960px){
	
	.inner-content li{
	    font-size: 18px;
}
}


@media (max-width:555px){
	
	.inner-sec-one
	{
		width: 85%;
	}
	
	.inner-sec-two
	{
		width: 85%;
	}
	
	.inner-content h3
	{
	    margin-left: 8%;	
	}
}

