/***********************************************/
/***************** Packages ********************/
/***********************************************/
@import url('https://fonts.googleapis.com/css?family=Tajawal');
@import url('../../maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.html');

#subscribeModal .modal-content{
	overflow:hidden;
}
a.h2{
    color:#FFB300;
    margin-bottom:0;
    text-decoration:none;
}
#subscribeModal .form-control {
    height: 56px;
    background: #fafaff;
    border: 1px solid transparent;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
	padding-left:30px;
}
#subscribeModal .btn {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
	padding-right:20px;
	background:#FFB300;
	border-color:#FFB300;
    height: -webkit-fill-available;
}
#subscribeModal .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #FFB300;
    outline: 0;
    box-shadow: none;
}
#subscribeModal .top-strip{
	height: 155px;
    background: #FFB300;
    transform: rotate(141deg);
    margin-top: -94px;
    margin-right: 190px;
    margin-left: -130px;
    border-bottom: 65px solid #ffc233;
    border-top: 10px solid #ffc233;
}
#subscribeModal .bottom-strip{
	height: 155px;
    background: #FFB300;
    transform: rotate(112deg);
    margin-top: -110px;
    margin-right: -215px;
    margin-left: 300px;
    border-bottom: 65px solid #ffc233;
    border-top: 10px solid #ffc233;
}

/**************************/
/****** modal-lg stips *********/
/**************************/
#subscribeModal .modal-lg .top-strip {
    height: 155px;
    background: #FFB300;
    transform: rotate(141deg);
    margin-top: -106px;
    margin-right: 457px;
    margin-left: -130px;
    border-bottom: 65px solid #ffc233;
    border-top: 10px solid #ffc233;
}
#subscribeModal .modal-lg .bottom-strip {
    height: 155px;
    background: #FFB300;
    transform: rotate(135deg);
    margin-top: -115px;
    margin-right: -339px;
    margin-left: 421px;
    border-bottom: 65px solid #ffc233;
    border-top: 10px solid #ffc233;
}

/****** extra *******/
#Reloadpage{
    cursor:pointer;
}