.header {
    position: relative;
    margin-bottom: 45px;
}

.logo-bg {
    background: #2BAAE2;
    height: 75px;
    border-bottom: 8px solid #008DCC;
}

.logo {
    display: block;
    width: 100px;
    position: absolute;
    top: 85%;
    left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    border: 8px solid #008DCC;
    border-radius: 100%;
    background: #FFFFFF;
    padding: 8px;
}

.logo img {
    width: 100%;
    border-radius: 100%;
    padding: 5px;
    background: #2BAAE2;
}

.andrioid {
    background-image: url('https://social.alayam.com/feassets/images/social/android.png');
}

.facebook {
    background-image: url('https://social.alayam.com/feassets/images/social/facebook.png');
}

.google-plus {
    background-image: url('https://social.alayam.com/feassets/images/social/google-plus.png');
}

.instagram {
    background-image: url('https://social.alayam.com/feassets/images/social/instagram.png');
}

.ios {
    background-image: url('https://social.alayam.com/feassets/images/social/ios.png');
}

.rss-feed {
    background-image: url('https://social.alayam.com/feassets/images/social/rss-feed.png');
}

.twitter {
    background-image: url('https://social.alayam.com/feassets/images/social/twitter.png');
}

.whatsapp {
    background-image: url('https://social.alayam.com/feassets/images/social/whatsapp.png');
}

.youtube {
    background-image: url('https://social.alayam.com/feassets/images/social/youtube.png');
}
.social-box {
    text-align: center;
    /* margin-top: 10px; */
}
.social-items {
    padding: 0;
    margin: 0;
    direction: rtl;
    height: 35px;
}

    .social-items li {
        display: inline-block;
        padding: 5px;
    }
	
	
.social-items li a {
    width: 32px;
    height: 32px;
    display: inline-block;
    color: transparent;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -moz-transition: transform .8s ease-in-out;
    -o-transition: transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
    background-repeat: no-repeat;
    background-size: cover;
}
.social-items li a:hover {
	-ms-transform: scale(1.2,1.2); /* IE 9 */
	-webkit-transform: scale(1.2,1.2); /* Safari */
	transform: scale(1.2,1.2);
}

.view-block {
    width: 100%;
    min-width: 250px;
    display: block;
    margin: 0px auto;
}
.btn-custom{
	color: #fff;
	background-color: #008DCC;
	border-color: #008DCC;
	margin-top: 7px;
}
/* Custom, iPhone Retina */
	@media only screen and (min-width : 320px){
		 .view-block {
			padding: 10px 20px;
		}
	}
 
	/* Extra Small Devices, Phones */
	@media only screen and (min-width : 480px){
		 .view-block {
			max-width: 350px;
		} 
	}
 
	/* Small Devices, Tablets */
	@media only screen and (min-width : 768px){

	}
 
	/* Medium Devices, Desktops */
	@media only screen and (min-width : 992px){

	}
 
	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1200px){
 
	}

    .red
    {
        color:red !important;
    }
    input#txtNumber {
height:55px;
    
}