
.thankyou-text {
    text-align: center;
    margin-top: 15px;
    font-size: 20px;
}

.thankyou-image {
    text-align: center;
}

.thankyou-background {
    background-image: url(../images/thankyou/Repeat_Grid_3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #FFF7E6;
    padding: 18vh 0px;
    /* height: 400px; */
    margin-top: 80px;
}

.btn-sec-thank {
    padding: 5px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 0px;

}

.thankyou-banner {
    position: relative;

}

.horizontal-line {
    width: 80%;
    margin: auto;
    border: 0.5px solid gray;

}
.thankyou-banner + .lookbook-sec {
	padding-top: 0;
}
.lookbook-inner-wrpr {
    overflow: hidden;
    height: 0;
    border-top: 1px solid #383838;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
}
@media (min-width:300px) and (max-width:500px) {
    .thankyou-image {
        text-align: center;

    }
   .thankyou-image .img-fluid {
        max-width: 30%;
        height: auto;
    }

}


@media (min-width:300px) and  (max-width:768px) {
    .thankyou-image {
        text-align: center;
    }
    .thankyou-text {
        text-align: center;
        font-size: 15px;
        font-weight: 600;
    }
    .thankyou-image .img-fluid {
        max-width: 35%;
        height: auto;
    }
}
@media (min-width:450px) and  (max-width:768px) {
    .thankyou-image .img-fluid {
        max-width: 20%;
        height: auto;
    }
}


@media (min-width:768px) and (max-width:1040px) {
    .thankyou-text {
        text-align: center;
        font-size: 20px;
        font-weight: 600;
    }
    
    .thankyou-image .img-fluid {
        max-width: 25%;
        height: auto;
    }
    .horizontal-line{
        /* padding: 10px; */
        margin-top: 20px;
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .thankyou-image {
        text-align: center;
    }

    .thankyou-text {
        text-align: center;
        font-size: 25px;
        font-weight: 600;
    }
    .thankyou-image .img-fluid {
        max-width: 20%;
        height: auto;
    }

}
@media (max-width: 767px) {
	.btn-sec .btn-theme-pink {
		margin: 0px auto;
	}
	.thankyou-background {
		margin-top: 55px;
	}
}