

.log-in-sec .row{
	align-items: center;
}

.log-in-sec .transition-small-block {
    background: #FFFFFF;
box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.12);
border-radius: 8px;
    padding: 19px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 58px);
    margin-bottom: 27px;
}

.log-in-sec .transition-small-block img{
	    width: 15%;
}

.log-in-sec .transition-small-block > div{
	padding-left: 30px;
}

.log-in-sec .transition-small-block h3 {
    margin-bottom: 7px;
}
.log-in-sec .transition-small-block p{
	font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 26px;
color: rgba(0, 0, 0, 0.6);
margin-bottom: 0;
}

.log-in-sec .sale-form{
	background: #FFFFFF;
    border: 1px solid rgba(0, 90, 255, 0.4);
    box-shadow: 0px 8px 36px rgb(0 0 0 / 12%);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 94%;
    padding: 30px 40px;
    margin-left: 38px;
}

.log-in-sec .sale-form img{
	    width: 53%;
    padding: 20px;
}

.log-in-sec .sale-form form{
	width: 100%;
}

.log-in-sec .sale-form form label{
	font-family: 'Lato';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 18px;
font-feature-settings: 'liga' off;
color: #000000;
}

.log-in-sec .sale-form p{
	font-size: 15px; 
	padding-top: 17px;
}


/* =======how-it-works============== */

.how-it-works .work-box{
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 50px;
}

.what-is-a-sale .container{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 39px;
    margin-bottom: 30px;
}

.what-is-a-sale p{
	font-size: 18px;
	line-height: 32px;
color: rgba(0, 0, 0, 0.6);

}

.what-is-a-sale .section-title{
    padding-top: 50px;
}

.what-is-a-sale h4{
	padding-top: 24px;
}

.what-is-a-sale ul{
    padding: 20px 0;

}

.what-is-a-sale ul li{
position: relative;
    padding-left: 22px;

}

.what-is-a-sale ul li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background-color: var(--body-color);
    border-radius: 50%;
}

.what-is-a-sale ul li p{
    font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 27px;
color: rgba(0, 0, 0, 0.6);
position: relative;

}


/* ========faq======== */

.faq{
    padding: 47px 0 90px;
}
.faq-sec {
    max-width: 940px;
    margin: auto;
}

.faq-sec .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.faq-sec .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.25rem 10px;
}
.faq-sec .card-header {
  padding: 21px 10px;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    display: flex;
    justify-content: space-between;
    align-items: center;
   font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-size: 22px;
line-height: 25px;
font-feature-settings: 'liga' off;
color: #000000;
    cursor: pointer;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.faq-sec .accordion.style-2 .card-header .arrow {
    font-size: 14px;
    transition: .3s;
}

.faq-sec .accordion.style-2 .card-header[aria-expanded=true] .arrow {
    transform: rotate(180deg);
}

.faq-sec .card .card-body p {
    font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 32px;
color: rgba(0, 0, 0, 0.6);


}

@media(max-width: 991px){
.log-in-sec .sale-form{
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
}
}

@media(max-width: 575px){
    .faq-sec .card-header {
        font-size: 18px;
    }

    .faq-sec .card .card-body p {
    font-size: 16px;
    line-height: 26px;}

    .what-is-a-sale h4 {
    padding-top: 24px;
    line-height: 27px;
}

.log-in-sec .sale-form{
        padding: 30px 20px;
}
}

@media(max-width: 480px){
  .log-in-sec .transition-small-block{
    width: 100%;
  }

  .faq {
    padding: 12px 0 90px;
}

.log-in-sec .transition-small-block p {
    font-size: 16px;
    line-height: 24px;}

.how-it-works .work-box {
    padding: 25px 23px;
}

.what-is-a-sale .section-title {
    padding-top: 33px;
}

.log-in-sec .transition-small-block img {
    width: 23%;
}
}