body {
    font-family: 'Poppins';
}

.app-downloader-container {
    padding: 5% 5% 0 5%;
}

.app-downloader-main-block {
    display: flex;
    flex-direction: row;   
}

.app-downloader-content-holder-body{
    padding: 5% 0%;
}


.app-downloader-content-holder-header{
    color: rgba(55, 17, 143, 1);
    font-size: 38px;
    font-family: 'Poppins';
    font-weight: 700;
    padding: 0% 0% 3%;
}

.download-link-container .info-text {
	font-size: 16px;
    color: rgba(77, 77, 77, 1);
    font-family: 'Poppins';
}

.download-link-container .download-links {
	margin-top: 24px;
	position: relative;
}

.download-links .country-code {
	width: 50px;
	text-align: center;
	height: 40px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	font-weight: bold;
	border-right: none;
}

.download-links .mobile-number {
	width: 250px;
	padding-left: 12px;
	height: 40px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-left: none;
}

.download-links .mobile-number:focus {
	border: 1px solid #458eff;
}

.download-links .send-btn {
	width: 20%;
	height: 40px;
	border: none;
	background: rgba(217, 4, 135, 1);
	color: #fff;
	padding: 1% 2%;
	cursor: pointer;
	margin-left: 20px;
	border-radius: 4px;
	font-family: 'Poppins';
	font-weight: 600;
}

.download-links .errorText {
	position: absolute;
	bottom: -16px;
	/* left: 38%; */
	font-size: 12px;
	/* text-align: center; */
	color: red;
}

.download-app-links{
    padding: 8% 0 3% 0;
}

.download-app-links .info-text {
	font-size: 16px;
    color: rgba(77, 77, 77, 1);
}

.download-app-scan .info-text {
	font-size: 16px;
    color: rgba(77, 77, 77, 1);
}

.app-image{
    margin-top: 3%;
    width: 30%;
}

.qr-div{
    text-align: center;
    width: 80%;
}

.qr-image{
    margin-top: 1%;
    width: 40%;
}

@media (max-width: 800px) {
	.download-link-container .download-links {
		margin-top: 8px;
	}

	.download-links .errorText {
		left: 8%;
	}

	.download-links .country-code {
		width: 10%;
		padding-left: 0;
	}

	.download-links .mobile {
		width: 56%;
	}

	.download-links .send-btn {
		width: 25%;
	}
}

::-webkit-scrollbar {
	width: 0px;
	background: transparent;
}

@media (max-width: 500px) {
    .app-downloader-hide-block{
        display: none;
    }
    
    .app-downloader-content-holder-header{
        font-size: 28px;
    }

	.app-image{
		width: 40%;
	}

    .download-link-container .info-text{
        font-size: 14px;
    }

    .download-link-container .download-links{
        margin-top: 5%;
    }

    .download-app-links {
        padding: 8% 0 5% 0;
    }
    
    .download-links .mobile-number{
        width: 200px;
    }

    .download-app-links .info-text {
        font-size: 14px;
    }

    .qr-div{
        width: 100%
    }

    .qr-image {
        width: 60%;
    }
}