body{
    background-color: #ffffff;
}
#header{
    padding-top: 150px;
    padding-bottom: 70px;
    color: #ffffff;
    text-align: left;
    background-image: url("../assets/img/header-background.png");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 550px;
}

#benefits{
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f0f0f0;
}
#section-laptop{
    position: relative;
    margin-top: -350px;
}
#benefits .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#benefits .modal-dialog {
    max-width: 800px;
    margin: 120px auto;
}

#benefits .modal-body {
    position:relative;
    padding:0;
}
#benefits .close {
    position:absolute;
    right:-30px;
    top:0;
    z-index:999;
    font-size:2rem;
    font-weight: normal;
    color:#fff;
    opacity:1;
}
#benefits h2 #spreads-h1{
    color: #000000;
    font-weight: 700;;
}
#benefits h2 #vip-h1{
    font-size: 15px;
}
#benefits .vip-par p{
    max-width: 900px;
    margin: auto;
}


#benefits h2{
    font-weight: 300;
    margin-top: 100px;
    margin-bottom: 50px;
}
#benefits .flexit{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 200px;
}
#benefits .flexit p{
    max-width: 270px;
    width: 100%;
}
#benefits .benefits-images{
    width: 100px;
}
#benefits .tio-cta-orange{
    margin-right: 45px;
}
#benefits .vip-par p:lang(ar){
    text-align: center;
    margin: auto;
}
#benefits p:lang(ar){
    text-align: right;
    margin-right: 15px;
}
.flex-calculator:lang(ar){
    direction: ltr;
}
#tioshield:lang(ar){
    text-align: right;
}
#tioshield{
    background-color: #000000;
    padding-top: 70px;
    padding-bottom: 70px;
}
#tioshield h2{
    color: white;
    font-weight: 300;
    padding-bottom: 30px;
}
#tioshield p {
    color: #929292;
}
#money-saving{
    padding-top: 70px;
    padding-bottom: 70px;
}
#money-saving h2{
    font-weight: 300;
    margin-bottom: 50px;
}
#money-saving h2 #orange{
    color: #FF7A04;
}
#money-saving p{
    max-width: 650px;
    margin: auto;
}
#money-saving .flex-calculator{
    background: #f0f0f0;
}
#steps-vip{
    padding-top: 70px;
    padding-bottom: 70px;
}
#steps-vip h2{
    font-weight: 300;
    margin-bottom: 80px;
}
#steps-vip .steps-images{
    float: left;
    margin-right: 25px;
    margin-bottom: 45px;
}
#steps-vip:lang(ar){
    text-align: right;
}
#steps-vip .steps-images:lang(ar){
    float: right;
    margin-left: 25px;
    margin-bottom: 45px;
}
#faqs:lang(ar){
    text-align: right;
}
#faqs{
    padding-top: 70px;
    padding-bottom: 70px;
}
#faqs h2{
    font-weight: 300;
    margin-bottom: 80px;
}

/*accordion*/
/*#accordion{*/
/*    padding: 50px;*/
/*}*/
#accordion .card{
    background-color: #1F1F1F;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ffffff;
}
#accordion .card-body{
    background-color: #4D4D4D;
    padding-top: 35px;
    padding-bottom: 35px;
}
#accordion .mb-0 > a {
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    position: relative;
}
#accordion .mb-0 > a:after {
    content: "\f054"; /* fa-chevron-right */
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
}
#accordion .mb-0 > a[aria-expanded="true"]:after {
    content: "\f078"; /* fa-chevron-down */

}
#accordion .mb-0 > a:lang(ar):after {
    right: unset;
    left: 0;
}
/*end of accordiond*/

#privacy-policy{
    background: #3e4250;
    padding-top: 80px;
    padding-bottom: 40px;

}
#privacy-policy:lang(ar){
    text-align: right;
}
#privacy-policy a{
    color: #ffffff;
    background-color: #3e4250;
    text-decoration: underline;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
}

#footer .bordered{
    display: none;
}
@media only screen and (max-width: 1199px){
    #benefits .tio-cta-orange{
        margin-right: unset;
    }
    #benefits .flexit p {
        max-width: 195px;
        width: 100%;
    }
}
@media only screen and (max-width: 991px){
    #benefits .flexit p{
        height: 80px;
        vertical-align: middle;
        display: block;
    }
    .navbar-brand{
        text-align: center;
        margin: auto;
        width: 100%;
    }
    #header,
    #benefits,
    #tioshield,
    #steps-vip{
        text-align: center;
        padding-bottom: 35px;
    }
    #header h1 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    #benefits .flexit{
        display: block;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: unset;
        margin-bottom: 25px;
    }
    #benefits .benefits-images{
        margin-top: 15px;
        margin-bottom: 15px;
        width: 100%;
    }
    #steps-vip .steps-images{
        float: unset;
        margin-right: unset;
        margin-bottom: 10px;
    }
    #benefits p:lang(ar){
        text-align: center;
        margin-right: 15px;
    }
    #tioshield:lang(ar){
        text-align: center;
    }
    #steps-vip:lang(ar){
        text-align: center;
    }
    #steps-vip .steps-images:lang(ar){
        float: unset;
    }
}
@media only screen and (max-width:767px){
    #benefits .flexit p {
        height: auto;
        text-align: left;
    }
    #header{
        min-height: 250px;
    }
    #benefits .flexit{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: unset;
        margin-bottom: 25px;
        margin-left: 55px;
        margin-top: 15px;
    }
    #benefits .benefits-images{
        margin-top: 10px;
        margin-bottom: 10px;
        width:50px;
    }
    .benefits-images img{
        width: 40px;
    }
    #benefits p{
        margin-left:15px;
    }
    #section-laptop{
        position: relative;
        margin-top: 10px;
    }
    #benefits .flexit:lang(ar){
        margin-left: 5px;
        margin-right: 55px;
    }
    #benefits p:lang(ar){
        margin-right:15px;
        margin-top: 15px;
        text-align: right;
    }
}
@media only screen and (max-width:425px){
    #benefits .flexit{
        margin-left: unset;
    }
    #benefits .flexit:lang(ar){

        margin-right: unset;
    }
    #benefits p{
        margin-left:5px;

    }
}