body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family:'Cairo', sans-serif; 
    direction: rtl;
    text-align: right;
}

a,a:hover {
    text-decoration: none;
    outline: none;
}


.btn:focus {
    box-shadow: none;
}

.btn:hover {
    color: unset;
}


#main {
    padding: 40px 0;
    text-align: center;
}

#main .content {
    margin-top: 50px;
}

#main .content .image {
    width: 450px;
    margin: auto;
    height: auto;
}

#main .content .image img {
    width: 100%;
    height: 100%;
}
.footer {
    text-align: center;
    margin: 30px 0;
}

    .footer a {
        font-weight: 600;
        color: #000;
        display: block;
        margin-bottom: 5px;
    }

        .footer a span {
            font-weight: 300;
            color: #777777;
        }

.banner {
    width: 100%;
    height: auto;
}

    .banner img {
        width: 100%;
        height: 100%;
        border-radius: 5px;
    }

.about {
    margin-top: 30px;
}

.about p {
    color: #777777;
    margin-bottom: 0;
}

.content .getourApp {
    margin-top: 30px;
}

.content .getourApp a {
    text-decoration: none;
    outline: none;
}

.content .getourApp a img {
    width: auto;
    height: 60px;
}

.content .getourApp a img:hover {
    opacity: 0.8;
}

/***************************/
.social {
    margin-top: 20px;
}

    .social ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .social ul li {
            display: inline-block;
            margin-right: 10px;
            vertical-align: middle;
        }

            .social ul li a {
                display: flex;
                color: #FFF;
                width: 35px;
                height: 35px;
                align-items: center;
                justify-content: center;
                text-align: center;
                border: none;
                background-color: transparent;
                border-radius: 30px;
                transition: all 0.2s ease-in-out;
            }

                .social ul li a.whatsapp {
                    background-color: #6BD24C;
                }


                .social ul li a.envelope {
                    background-color: #020202;
                }

                    .social ul li a.envelope i {
                        font-size: 18px !important;
                    }


                .social ul li a.twitter {
                    background-color: #52ADED;
                }

                .social ul li a.facebook {
                    background-color: #385A9F;
                }

                .social ul li a.instagram {
                    background-color: #634339;
                }

                .social ul li a.youtube {
                    background-color: #DB1D2B;
                }

                .social ul li a i {
                    font-size: 22px;
                }
@media only screen and (max-width: 600px) {
    #main .content .image {
        width: 230px;
    }
    .about p {
        font-size: 14px;
    }
    .content .getourApp a img {
        height: 40px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
    #main .content .image {
        width: 230px;
    }
    .content .getourApp a img {
        height: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    #main .content .image {
        width: 230px;
    }
    .content .getourApp a img {
        height: 40px;
    }
}