body {
    font-family: 'Cairo', sans-serif;
}

.p_in_reduced p {
    font-size: 30px
}

.Plans {
    margin-top: 238px;
}

.button_icon {
    background-color: #1e3054;
    padding: 10px;
    margin-bottom: 15px!important;
}

.navbar-topmenu {
    padding-top: 15px;
}


/* @media only screen and (max-width: 750px) {



    .p_in_reduced p {
        font-size: 14px
    }
    .Plans {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .button_icon {
        background-color: #1e3054;
        padding: 10px;
        margin-bottom: 15px!important;
    }
}

@media only screen and (max-width: 650px) {
    .p_in_reduced p {
        font-size: 14px
    }
    .Plans {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .button_icon {
        background-color: #1e3054;
        padding: 10px;
        margin-bottom: 15px!important;
    }
}

@media only screen and (max-width: 600px) {
    .p_in_reduced p {
        font-size: 14px
    }
    .Plans {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .button_icon {
        background-color: #1e3054;
        padding: 10px;
        margin-bottom: 15px!important;
    }
}

@media only screen and (max-width: 550px) {
    .p_in_reduced p {
        font-size: 14px
    }
    .Plans {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .button_icon {
        background-color: #1e3054;
        padding: 10px;
        margin-bottom: 15px!important;
    }
}

@media only screen and (max-width: 500px) {
    .p_in_reduced p {
        font-size: 14px
    }
    .Plans {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .button_icon {
        background-color: #1e3054;
        padding: 10px;
        margin-bottom: 15px!important;
    }
}

@media only screen and (max-width: 324px) {
    h3 {
        font-size: 14px !important;
    }
    .p_in_reduced p {
        font-size: 14px
    }
    .Plans {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .button_icon {
        background-color: #1e3054;
        max-width: 50px;
        padding: 10px;
        margin-bottom: 15px!important;
    }
} */


/************* start goals ********/

.goals {
    padding: 0;
    text-align: right;
    position: relative;
    color: black;
    background-color: white;
}

.goals .title {
    margin-bottom: 30px;
}

.goals .title h4 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #11748b;
}

.goals .title p {
    color: black;
    line-height: 25px;
}

.goals .card {
    border-radius: 5px;
    box-shadow: 5px 4px 10px #a0a0a073;
    padding: 15px;
    margin: 10px;
    height: 373px;
}

.goals .card .card-img-top {
    width: 100%;
    height: 200px;
}

.goals .card .card-title {
    font-size: 16px !important;
    font-weight: bold;
    text-align: center;
}

.goals .card .card-text {
    margin-bottom: 0;
    color: #888;
    line-height: 25px;
    text-align: center;
}

.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    width: 367px;
    height: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    margin-right: 0 auto!important;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

.swiper-pagination {
    right: 50%
}


/************* end gloals ********/


/* icons */

.count_div {
    padding: 30px;
    background-color: rgb(241, 242, 247);
    color: black;
}

.count {
    text-align: center;
    background-color: white;
    border-radius: 10px;
    padding-top: 30px;
    border: 10px solid rgb(241, 242, 247);
}

.count .fa-camera {
    font-size: 25px;
    color: rgb(84, 185, 165);
}

.count p {
    font-size: 30px;
    text-align: center;
}

.icons {
    margin-bottom: 20px;
}

.fa-star,
.fa-quote-right {
    color: deeppink;
    font-size: 30px;
}

.fa-quote-right {
    position: absolute;
    top: 95%
}


/*  */