﻿/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {

    .sectioninfo {
        max-width: 90%;
        margin: 0 auto;
        padding: 0;
    }
    .sectionInfoL {
        width: 100%;
    }
    .infoDiv {
        margin: 0 auto;
        /*padding: 45px;*/
    }

    .Applinks {
        display: inline-flex;
    }
        .Applinks > a {
            display: inline-block;
            width: 60%;
            margin-bottom:20px;
        }

            .Applinks > a > img {
                width: 100%;
                display: inline-block;
            }


        .pricing-card {
            width: 100%;
        }
    .plan-title{
        font-size:15px;
    }
    .appDesc {
        font-size: 78px;
        width: 100%;
    }
    .MapH {
        width: 100%;
        font-size: 50px;
        margin-top: 38%;
        text-align: center;
    }
    
    .sectionMap {
        background-position: center right 0!important;
    }


    .footerTop {
        display: none;
    }
    .footerDiv {
    padding-top:30px;
    }
    .fixed-top {
        position:relative;

    }
    .navbar {
        margin-bottom: 35px;
        width: 100%
    }

    .cPolicy {
        margin-top: 0%;
        margin-left: -60px;
    }
    .dApp{
        margin-top:35%;
    }
    .header {
        background-image: url(../../img/msarheader.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 28%;
        height: 552px;
        width: 100%;
        margin-bottom: 15%;
    }

    .headerInnerPage {
        background-image: url(../../img/About.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 75% !important;
        height: 303px;
        width: 100%;
        margin-bottom: 6%;
    }

    .mobileappimg{width:100% !important;
                  height:100%!important;
    }
    .sectionMap {
        width: 100%;
        block-size: 360px;
    }
    .sectionPlanDiv{
        width:100%;

    }
    .carousel-item .row{
    width:100%;
    }
    .carousel
    {
        padding:0;
    }
    .pricing-card
    {margin-bottom:15px;}
    .section_pricing{
        margin:0;
        padding:0;

    }
    .DropdownLanguage {
        display: inline-grid;
        margin-left: -19px;
    }
    .ulPrice li {
        padding-left: 27px;
        font-size: 16px;
    }
    .startPol {
        margin: 7px auto;
        display: none !important;
    }
    .headerSubTitle {
        margin-bottom: 36px;
        padding-block-start: 2%;
        text-align: center;
        font-size: 28px;
        line-height: 40px;
        color: #FFFFFF;
        text-shadow: 0px 1.90426px 5.0463px rgba(0, 0, 0, 0.16);
        position: relative;
        inset-block-end: 28px;
        font-family: 'Lusail-Bold' !important;
        margin-top: 10px !important;
    }
    .sectionInfoL {
    background-position:center;
    }
    .headerTitle {
        font-size: 40px;
        margin-top: 20px;
    }
    .appDesc > span {
        font-size: 70px;
    }
    .appP {
        font-size: 26px;
        width: 100%;
        margin-top: 2%;
        padding-left:45px;
    }
    .infoDiv {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .MapP {
        width: 100% !important;
        font-size: 28px!important;
        padding-right:35px!important;
    }
    .mobilesection {
        background: #8A1739;
        height:610px;
    }
    .sectioninfoAbout
    {
        width:100%;max-width:100%;
    }
    .infoP{
        width:100%;
    }

    html[dir="rtl"] .dropdown-toggle::after {
        position: absolute;
        bottom: 45%;
        margin-inline-start: -13%;
    }
    .dropdown-menu.show {
        position: absolute;
        left: -7vw;
    }
}

/* Small to medium devices (tablets and up) */
@media (min-width: 576px) and (max-width: 991.98px) {
    .pricing-card {
        margin-block-end: 20px;
    }

    .carousel-item .row {
        max-width: 80% !important;
        margin-inline: auto !important;
    }

    .carousel {
        padding: 0;
    }

    .infoDiv {
        padding: 24px;
    }


}
@media(max-width:992px) {
    #navbarSupportedContent {
        display: none;
    }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #navbarSupportedContent {
        display: block !important;
    }

    .infoDiv {
/*        padding: 32px;
*/    }
}
