.main-footer {
    display: flex;
    align-items: baseline;
    max-width: 1276px;
    margin: 0 auto;
}

div#tp-widget-logo {
    display: inline-block;
    font-size: 13px;
    line-height: 15px;
    margin: 0 4px 3px;
    vertical-align: bottom;
    width: 20%;
}

div#tp-widget-wrapper {
    display: flex;
    align-items: center;
}

.left-section {
	width: 25%;
}

.right-section {
	display: flex;
    width: 75%;
}

.right-section .box-1 {
    width: 33.3%;
}

.right-section .box-2 {
    width: 33.3%;
}

.right-section .box-3 {
    width: 33.3%;
}

li.email a {
    display: block;
}

p.block-title.heading {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}

ul.bullet li {
    margin-bottom: 5px;
}

.main-footer .block-content {
    margin-bottom: 20px;
}

.main-footer .block-content a {
    font-size: 14px;
}

.main-footer p.block-title.heading{
	font-size: 16px;
}

.left-section li {
    font-weight: 700;
    font-size: 16px;
}

.left-section li a {
    font-weight: 500;
}

.clearfix.footer-top {
    position: relative;
}

.main-footer .payment-cards {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-media-block {
    position: absolute;
    right: 0;
    bottom: 0;
}
 
.social-media-block .social-icons {
	display: flex;
    align-items: center;
	margin-bottom: 0;
}

.social-media-block .social-icons svg {
    width: 40px;
}

.main-footer .business-logo{
	display: flex;
    gap: 10px;
    align-items: center;
	margin-bottom: 15px;
}

.main-footer .social-icons a {
    display: block;
    width: 50px;
}

.license{
    max-width: 1276px;
    margin: 0 auto;
}

.license h1{
    margin-bottom: 20px;
	font-size: 25px;
}

.license span{
    font-size: 16px;
    text-align: center;
    color: #fff; 
    display: block;
    margin-bottom: 10px;
}

.license p{
    font-size: 16px;
}

.license h2{
    font-weight: 700;
}

.license ul{
    padding-left: 50px;
}

.license ul li{
    margin-bottom: 10px;
}

.license p a{
    color: #fff;
    margin-top: 20px;
	display: flex;
    justify-content: center;
}

.license-content{
    display: none;
}

.license-content {
    transition: max-height 0.6s ease, opacity 0.4s ease;
}

.license-content.active {
    display: block;
}

.license-list {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.license-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.6;
}

.license-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    color: #fff;
    font-weight: bold;
}

.flex.w-full.py-5.lg\:pt-\[42px\].lg\:pb-\[54px\] {
    display: none;
}

div#trustpilot-widget-trustbox-0-wrapper {
    display: none;
}

.business-logo img {
    width: 92px;
}

@media(min-width: 768px) and (max-width: 1100px){
    .right-section .box-1{
        padding: 0 20px;
    }

    .right-section .box-2{
        padding: 0 20px;
    }

    .main-footer .block-content a{
        margin: 0 3px;
    }
}

@media(max-width: 767px){
    .main-footer{
        display: block;
    }
	
	.left-section {
        width: 100%;
    }

    .right-section {
        display: block;
        width: 100%;
    }

    .right-section .box-1,.right-section .box-2,.right-section .box-3{
        width: 100%;
        padding: 0;
    }

    .main-footer .block-content a{
        margin: 0 3px;
    }
	
	.social-media-block{
		position: static;
	}
	
	.social-media-block .social-icons{
		justify-content: center;
	}
}

 /* RMA form Design */
 
  .rma-form {
	 background-color: rgb(241 245 249);
 }

.rma-form .section {
      margin-bottom: 36px;
      padding: 28px 28px 10px;
    }

.rma-form .section-title {
      font-size: 14px;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      gap: 10px;
    }
	
	.rma-form .field {
      display: flex;
      flex-direction: column;
      margin-top: 10px;
    }
	
	.rma-form .field label {
      font-size: 11px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      font-weight: 500;
    }
	
	.rma-form .field input[type="text"],
    .rma-form .field input[type="email"],
    .rma-form .field input[type="number"],
    .rma-form .field input[type="date"],
    .rma-form .field input[type="file"],
    .rma-form .field textarea {
         width: 100%;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
	    appearance: none;
    background-color: #fff;
	    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    }
	
	.rma-submit-wrapper {
    text-align: center;
    margin-top: 20px;
}

.rma-submit-btn {
    background-color: rgb(59 130 246 / 50%);
    color: #fff;
    font-weight: 600; 
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.rma-submit-btn:hover {
    background-color: rgb(59 130 246 / 70%);
}
/****/
.flex .items-center.lg\:py-2{
    padding-right: 10px;
} 