.banner{
    padding: 4rem 0rem;
}
.banner h1{
    font-family: 'Roboto';
    font-size: 46px;
    line-height: 64px;
    color: #54c0e8;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 6rem;
}
.banner h1 span{
    color: #414042;
}
.banner-btn-1{
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    background-color: #FF9E18;
    border: 2px solid #FF9E18;
    padding: 10px;
    width: 250px;
    display: block;
    border-radius: 30px;
    margin-bottom: 25px;
    transition: linear 0.4s;
}
.banner-btn-1:hover{
    background-color: transparent;
    color: #FF9E18
}
.banner-btn-2{
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 24px;
    background-color: transparent;
    font-weight: 400;
    color: #FF9E18;
    border: 2px solid #FF9E18;
    padding: 10px;
    width: 250px;
    display: block;
    border-radius: 30px;
    transition: linear 0.4s;
}
.banner-btn-2:hover{
    background-color: #FF9E18;
    color: #fff;
}
img.banner-img{
    width: 100%;
}
.hiw .row{padding-bottom: 3rem;}
.hiw{
    background-color: #EBEDED;
    border-radius: 40px 40px 0px 0px;
    margin-top: 3rem;
}
.video-img{
    width: 560px
}
.hiw h2{
    font-family: 'Roboto';
    font-size: 46px;
    line-height: 64px;
    color: #414042;
    font-weight: 700;
    margin-bottom: 2rem;
}
.hiw .right-section{
    padding: 9rem 0rem 0rem 5rem;
    position: relative;
    margin-bottom: 4rem;
}
.hiw .right-section-ar{
    padding: 9rem 5rem 0rem 0rem;
    position: relative;
    margin-bottom: 4rem;
}
.hiw .left-section{
    position: relative;
}
.hiw p{
    font-family: 'Tajawal';
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 36px;
}
.hiw .hiw-float{
    margin-top: -5rem;
    display: flex;
}
video{
    width: 100%;
}

.btn-close:focus{
    outline: none;
    box-shadow: none;
}
img.blue-star{
    position: absolute;
    top:0px;
    left: 20px;
    width: 30px;
}
img.right-group{
    position: absolute;
    bottom:20px;
    right: 20px;
    width: 80px;
}
img.right-group-ar{
    left: 20px;
     position: absolute;
    bottom:20px;
    width: 80px;
}
img.left-group{
    position: absolute;
    bottom: 0;
    left: -43px;
    width: 60px;
}
.modal-content{
    background-color: transparent;
    border: none;
}
.modal-ku {
    width: 750px;
    margin: auto;
  }
.payment-method{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.payment-method img{
    width: 50px;
    
}
/*Vertical Sliding*/
.slidingVertical{
	display: inline;
	text-indent: 0px;
}
.slidingVertical span{
	animation: topToBottom 7.5s linear infinite 0s;
	-ms-animation: topToBottom 7.5s linear infinite 0s;
	-webkit-animation: topToBottom 7.5s linear infinite 0s;
	color: #00abe9;
	opacity: 0;
	overflow: hidden;
	position: absolute;
}
.slidingVertical span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.slidingVertical span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}

/*topToBottom Animation*/
@-moz-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: translateY(30px); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(-30px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-webkit-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(30px); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(-30px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: translateY(30px); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(-30px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}

.rtopVideoPlayerWrapper .rtopVideoPlayer .rtopVideoHolder.hasFAIcons:after{
    display: block;
}
#my_video2 .rtopVideoPlayerWrapper .rtopVideoPlayer .rtopVideoHolder{
    width: 100%;
    height: 597px;
    padding-bottom: 0px !important;
}

/* responsive */
@media (max-width:1200px) and (min-width:992px){
    .video-img {
        width: 450px;
    }
    .hiw p {
        margin-bottom: 40px;
    } 
    img.right-group {
        width: 40px;
    }
    img.right-group-ar {
        width: 40px;
    }
    img.left-group {
        bottom: -20px;
        left: 0px;
        width: 34px;
    }
       
}
@media (max-width:992px) and (min-width:768px){
    .hiw .hiw-float {
        margin-top: -3rem;
    }
    .hiw .right-section {
        padding: 4rem 0rem 4rem 2rem;
    }
    .hiw .right-section-ar {
        padding: 4rem 2rem 4rem 0rem;
    }
    .video-img {
        width: 300px;
    }
    .hiw p {
        margin-bottom: 40px;
    }    
    .banner h1 {
        font-size: 36px;
    }
    img.right-group {
        right: 0px;
        width: 40px;
    }
    img.right-group-ar {
        left: 0px;
        width: 40px;
    }
    img.left-group {
        left: -43px;
        width: 38px;
    }
}
@media (max-width:768px){
    .video-img {
        width: 100%;
    }
    .hiw .right-section {
        padding: 0rem 0rem 4rem 0rem;
    }
    .hiw .right-section-ar {
        padding: 0rem 0rem 4rem 0rem;
    }
    .hiw .hiw-float {
        margin-top: -5rem;
        display: block;
    }
    .banner .row{
        flex-direction: column-reverse;
    }
    .banner {
        padding: 1rem 0rem;
    }
    .banner h1,.hiw h2 {
        font-family: 'Roboto';
        font-size: 36px;
        line-height: 56px;
        margin-bottom: 4rem;
    }
    .hiw {
        margin-top: 8rem;
    }
    .hiw .hiw-float {
        margin-top: -4rem;
    }
    .hiw p{
        margin-bottom: 40px;
    }
    img.right-group {
        width: 45px;
    }
    img.right-group-ar {
        width: 45px;
    }
    img.left-group {
       left: unset;
        bottom: -60px;
        right: 16px;
        width: 34px;
    }
    img.blue-star {
        position: absolute;
        top: 10px;
        left: 0px;
        width: 18px;
    }
    .hiw-float button{
        display: block;
        margin: 20px auto;
    }
    .payment-method img {
        width: 40px;
    }
    #my_video2 .rtopVideoPlayerWrapper .rtopVideoPlayer .rtopVideoHolder{
        width: 100%;
        height: 250px;
        padding-bottom: 0px !important;
    }
    .hiw-float .right-section{
        margin-top: 40px !important;
    }
    .hiw-float .right-section-ar{
        margin-top: 40px !important;
    }
}
