

/*===========================================*/
/*	DESKTOP LAYOUT 
/*===========================================*/
.thankyou-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.thankyou-box {
    background: #fff;
    padding: 30px;
    max-width: 400px;
    margin: auto;
    text-align: center;
    border-radius: 8px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.thankyou-box p {
    color: #666666;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
    width: 100%;
    margin: 0 auto 20px;
}

.thankyou-box h2 {
    font-size: 40px;
    color: #000;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 20px;
}

.close-popup {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 22px;
    cursor: pointer;
}

.close-btn {
    margin: 0 auto;
    border: none;
    cursor: pointer;
}

.contact_sec .reach_box img {
    height: 30px;
    object-fit: contain;
    width: 100%;
}

@media (min-width: 1200px) {
	

}
@media (min-width: 992px) and (max-width: 1199px) {
	
}

@media (min-width: 992px) {
		
}

/*===========================================*/
/*	MOBILE & TABLET COMMON
/*===========================================*/
@media (min-width: 200px) and (max-width: 991px) {
	
}


/*===========================================*/
/*	TABLET
/*===========================================*/
@media (min-width: 768px) and (max-width: 991px) {

}


/*===========================================*/
/*	MOBILE
/*===========================================*/
@media (min-width: 200px) and (max-width: 767px) {
	
}
@media (min-width: 600px) and (max-width: 767px) {
}
@media (min-width: 480px) and (max-width: 599px) {

}
@media (min-width: 200px) and (max-width: 479px) {

}