body{ margin:0; padding:0;font-family: rubik, sans-serif;}
section.user_services {
    display: block;
    justify-content: center;
    align-items: center;
    background: url('../images/bg_shape.png');
    background-size: cover;
    padding-top: 50px;
    position: relative;
}
.btn_app_downld a {
    color: #fff;
    text-decoration: none;
    padding: 10px 5px;
    font-size: 18px;
    border-radius: 15px;
    background: rgb(233 18 59);
    display: block;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: rubik, sans-serif;
    font-weight: 500;
    box-shadow: 0px 10px 10px 0px #ccc;
}
.btn_web a {
    color: #fff;
    text-decoration: none;
    padding: 10px 5px;
    font-size: 18px;
    border-radius: 15px;
    background: rgb(87 190 122);
    display: block;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    font-family: rubik, sans-serif;
    letter-spacing: 3px;
    box-shadow: 0 10px 10px 0px #ccc;
}
.btn_menu a {
        color: #fff;
        text-decoration: none;
        padding: 20px;
        font-size: 18px;
        border-radius: 15px;
        background: #355dbc;
        display: block;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        font-weight: 500;
        font-family: rubik, sans-serif;
        letter-spacing: 3px;
        box-shadow: 0 10px 10px 0px #ccc;
}
.btn_app_downld {
    z-index: 999;
    position: relative;
    max-width: 360px;
    margin: 0 auto;
}
.btn_web {
    max-width: 360px;
    margin: 0 auto;
    padding-top: 10px;
}
.btn_menu {
    max-width: 360px;
    margin: 0 auto;
    padding-top: 10px;
}
.welcome_logo.kfc {
    padding-top: 25px;
}
.welcome_logo {
    display: block;
    justify-content: center;
    align-items: center;
    padding-bottom: 25px;
}
.welcome_logo img {
    width: 140px;
    object-fit: contain
}
.footer_copyright{
	justify-content: center;
	align-items: center;
	padding-bottom: 20px;
	padding-top: 50px;
	position: relative;
	margin-bottom: 0;
}
.footer_copyright img{
	width: 180px;
}
.footer_copyright  p {
    margin: 0;
}
.welcome_logo  h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 20px;
}
.exclusives {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: rgb(236 244 250);
    padding: 15px;
    border-radius: 15px;
    border: 1px solid rgb(236 244 250);
    margin-bottom: -25px;
    position: relative;
    z-index: 0;
    padding-bottom: 25px;
    box-shadow: 0px 0px 2px 0 #979797;
    max-width: 390px;
    margin: 0 auto -25px auto;
}
ul.country_maps {
    padding: 0;
    margin: 0;
}
ul.country_maps li {
    display: inline-block;
    list-style: none;
    padding-right: 9px;
}
.btn_app_downld span {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: initial;
}
.btn_web span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: initial;
}
.exclusives_cntnt {
    text-align: left;
}
.exclusives_cntnt h3 {
    font-size: 26px;
    font-family: rubik, sans-serif;
    font-weight: 500;
    text-decoration: none;
}
.exclusives_cntnt {
    padding-left: 10px;
    flex: 0 60%;
}
ul.country_maps li img {
    width: 22px;
}
p.app_note {
    max-width: 360px;
    margin: 0 auto;
    font-size: 14px;
    margin-top: 10px;
    color: rgb(167 167 167);
}
p.powered_by {
    color: rgb(176 176 176);
    font-size: 18px;
    margin-bottom: 0;
}
p.brand_name_text {
    font-size: 18px;
    margin-top: 15px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
}
.footer_copyright:before {
    position: absolute;
    width: 120px;
    background: rgb(216 216 216);
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    margin: 0 auto;
}
.exclusives_cntnt p {
    margin-bottom: 5px;
}
.exclusives_img {
    flex: 0 40%;
}
.exclusives_img img {
    width: 100%;
}
.kfc_lines {
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.interstial_screen > a {
    text-decoration: none;
    color: #000;
}


@media only screen and (max-width: 767px) {
	.welcome_logo.pizzahut img {
		width: 130px;
		object-fit: contain;
	}
	.welcome_logo.hrd img {
		width: 250px;
		object-fit: contain;
	}
	section.user_services {
		height: auto;
		padding: 20px 0 30px 0;
	}
}
@media only screen and (min-width: 320px) and (max-width: 350px) {
	ul.country_maps li img {
		width: 20px;
	}
	.exclusives_cntnt h3 {
		font-size: 18px;
	}
	ul.country_maps li {
		padding-right: 6px;
		padding-bottom: 5px;
	}
	.exclusives_cntnt p {
		margin-bottom: 5px;
	}
	.exclusives_cntnt {
		padding-left: 10px;
	}
}