* {
    margin: 0;
    padding: 0;
    direction: rtl;
    /* font-family: 'segoe ui light'; */
    font-family: 'Cairo', sans-serif;
}


body {
    overflow-x: hidden !important;
}

.navbar
{
    background-color: #fff !important;
}

.mainHome {
    display: none;
}

.loader {
    /*background: url('../images/ssss.jpg');*/
    background-size: cover;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader>div {
    /* position: absolute; */
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    height: 100px;
    width: 100px;
    border: 15px dotted #fff;
    border-top-color: #DE263E;
    border-right-color: #DE263E;
    border-bottom-color: #DE263E;
    border-top-left-radius: 100px;
    border-radius: 50%;
    animation: spin 1.5s infinite linear;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.imgAnimate {
    width: 100%;
    height: 350px;
    background-size: cover;
    animation-name: changeImage;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-duration: alternate;
}

@keyframes changeImage {
    0% {
        background-image: url('../images/Groupsec1.png');
    }

    20% {
        background-image: url('../images/animate1.png');
    }

    40% {
        background-image: url('../images/animate1.png');
    }

    60% {
        background-image: url('../images/Groupsec1.png');
    }

    80% {
        background-image: url('../images/animate1.png');
    }

    100% {
        background-image: url('../images/animate2.png');
    }
}

.red {
    color: #DE263E;
}

.bg-red {
    background-color: #DE263E;
    color: #fff;
}

.bg-red:hover {
    background-color: #fff;
    color: #DE263E;
    border: 2px solid #DE263E;
}

.secHeader .h5 {
    line-height: 40px;
}

.gray {
    color: #707070;
}

.gray_1 {
    color: #A8A5A5;
}


.lineHight {
    line-height: 40px !important;
}


.secCounter {
    width: 100%;
    height: 150px;
    background: url('../images/imgcounter.png');
    background-size: cover;
}

.counter-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px 100px;
    text-align: center;
}

.counter-container span {
    color: #fff;
}

.counter {
    font-size: 60px;
    margin-top: 10px;
    color: #fff;
}

@media (max-width: 580px) {
    body {
        flex-direction: column;
    }
}



.imgContent {
    width: 100%;
    margin: auto;
    height: 250px;

}

.content {
    width: 99%;
    margin: auto;
}

.content>p {
/*    height: 63px;
*/    overflow: hidden;
    line-height: 25px !important;
}

.content>h5 {
    font-size: 20px !important;
    margin: 0px;
}

.f-size {
    font-size: 14px !important;
}

.contentsec {
    height: 420px;
    /* box-shadow: 1px 0px 4px 1px #d8d1d1; */
    box-shadow: 1px 0px 85px 7px #d8d1d1;
    width: 100%;
    margin: auto;
    border-radius: 8px;
    position: relative;
}

.content .btn {
    position: absolute;
    bottom: 5px;
    left: 33%;
}

.gray_2 {
    font-size: 15px;
    color: #A8A5A5;
}

.bg_gray {
    background-color: #A8A5A5;
}

.bg_red {
    background-color: #DE263E;
}

._content {
    height: 300px;
}

.headContent {
    background-color: #A8A5A5;
    border-radius: 8px;
    padding: 10px 20px;
    height: 200px;
}

.botomContent {
    height: 150px;
    bottom: -10px;
    width: 100%;
    /* background-color: #DE263E !important; */
}

._title span {
    color: #293B5F;
    display: block;
}

._title small {
    color: #A8A5A5;
}

.img_content {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
}

.bg_red {
    background-color: #DE263E !important;

}


.spanBolt {
    background-color: #d8848f;
    display: block;
    width: 6px;
    height: 6px;
}

.spanBolt1 {
    background-color: #d3717e;
    display: block;
    width: 6px;
    height: 6px;
}

.spanBolt2 {
    background-color: #DE263E;
    display: block;
    width: 6px;
    height: 6px;

}

.secContact {
    width: 100%;
    min-height: 500px;
    background: url('../images/bgcont.jpg');
    background-size: cover;
}

.phoneContact {
    height: 640px;
    width: 100%;
    margin: auto;


}

.imgplay {
    width: 300px !important;
    height: 80px;
}

.logofooter {
    width: 40px;
    height: 40px;
}

.social img {
    margin: 0px 8px;
}

.footer .nav-link {
    color: #787878;
}

.ser img {
    width: 170px;
    height: 50px;
    margin: -8px 0px 0px 12px
}

.secMazaiaApp {
    width: 100%;
    height: 440px;
    background: url('../images/5.png');
    background-size: cover;
}

.secMazaiaApp>div>div {
    bottom: 30px;
    right: 60px;
    width: 30%;
}

.boxprice {
    min-height: 500px;
    border-radius: 10px;
}

.boxprice h1 {
    text-align: center;
    font-size: 65px;
}

.boxprice small {
    font-size: 30px;
    font-weight: bold;
}

@media (min-width:280px) and (max-width:771px) {
    .footer .container {
        display: block !important;
        margin: auto;
        text-align: center;
    }

    .footer ul {
        display: block !important;
    }

    .w-25 {
        width: 75% !important;
    }

    .defrantSystem .col-md-2 {
        margin: 40px;
    }

    .secMawsouqCopmpany .col-md-2 {
        margin: 40px !important;
        text-align: center;
    }

    .secMazaiaApp>div>div {
        width: 100%;
        padding: 10px;
    }

    .btn-payment {
        text-align: center !important;
    }

    .dblock {
        display: block !important;
        width: 100% !important;
        margin: 5px 0px;
    }

    .dblock>input,
    label {
        width: 100% !important;

    }

    .phoneContact {
        height: 400px;
        width: 100%;
        margin: auto;


    }

    .form-inline .dropdown-toggle {
        margin: 0px 20px;
    }

    .navbar .dropdown-menu {
        right: 25px;
        width: 200px;
    }

    .navbar .dropdown-menu .dropdown-item {
        text-align: right !important;
    }

    .nav-link {
        text-align: right;
    }

    .tam p {
        font-size: 17px !important;
    }

    .tam h1 {
        font-size: 22px !important;
    }

    .footer .nav-item a {
        text-align: center;
    }

    .secContact {
        width: 100%;
        min-height: 500px;
        background: url('../images/bg__5.jpg');
        background-size: cover;
    }

    .appNow {
        width: 80% !important;
        bottom: 10px;
        /* left: 20%; */
    }

    .secMazaiaApp {
        width: 100%;
        height: 440px;
        background: url('../images/bg43.jpg');
        background-size: cover;
    }

}

.wbtn {
    width: 150px;
}

h1,
h4,
h5 {
    font-size: 30px !important;
    line-height: 50px !important;
}

.pargraph,
p {
    font-size: 17px;
    line-height: 34px;
    margin: 20px0px;
}



._foot {
    bottom: 0px;
    left: 0;
    right: 0;
    height: 50px;
}





.meter-info {
    box-sizing: border-box;
    font-family: var(--primary-font);
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--accent-color);
    padding: 0px 5px;
    /* background-color: ; */
    /* border: 2px solid red; */
}

#meter--ranger {
    width: 100%;
    border: solid 3px #fff;
    border-radius: 8px;
    -webkit-appearance: none;
}

#meter--ranger1 {
    width: 100%;
    border: solid 3px #fff;
    border-radius: 8px;
    -webkit-appearance: none;
}

#meter--ranger2 {
    width: 100%;
    border: solid 3px #fff;
    border-radius: 8px;
    -webkit-appearance: none;
}

#meter--ranger3 {
    width: 100%;
    border: solid 3px #fff;
    border-radius: 8px;
    -webkit-appearance: none;
}

input[type='range']::-webkit-slider-thumb {
    width: 15px;
    -webkit-appearance: none;
    height: 15px;
    background: url('../images/Ellipse\ 217.svg');
    background-size: cover;
    border-radius: 50%;
    /* border: 2px solid #DE263E; */
}

.boxprice>.container p {
    width: 70%;
    margin: 10px auto;
}


.imgM1 {
    width: 100px;
    height: 70px;
    border-radius: 5px;
    overflow: hidden;
}

.imgM1 img {
    width: 100%;
    height: 100%;
}

.appImg {
    width: 140px;
    cursor: pointer;
}

.divHeight {
    height: 700px;
    width: 100%;
    position: relative;
}

.secHeight {
    position: absolute;
    width: 100%;
    bottom: 20px;
    right: 0;
    left: 0;
}

.carousel-indicators {
    /*bottom: -50px !important;*/
}

.carousel-indicators li {
    /* width: 9px !important;
    height: 9px !important; */
    padding: 2px !important;
    /* border-radius: 41% !important; */
    background-color: #DE263E !important;
}

.headContent>img {
    width: 30px;
}

h6 {
    font-size: 20px;
}

.botomContent {
    height: 138px !important;
}

.headContent>p {
    font-size: 15px;
    margin: 10px 0px;
}

.secContact .input-group input {
    padding: 22px !important;
}

.secContact .btn {
    padding: 11px !important;
}

.appNow {

    bottom: 30px;
    left: 20%;
}

@media (min-width:280px) and (max-width:771px) {
    .divHeight {
        min-height: 700px !important;
        width: 100%;
        position: relative;
    }

    .appNow {
        width: 80% !important;
        bottom: 10px;
        /* left: 20%; */
    }

    .secCounter {
        min-height: 450px !important;
        margin: 10px 0px;
        width: 100%;
    }


    .ser img {
        margin: 5px 0px;
    }


    .counter-container {
        margin: 10px 50px !important;
    }

    .ser img {
        width: 170px;
        height: 50px;
        margin: 20px 12px 0px 0px;
    }

    .secMazaiaApp>div>div {
        bottom: 30px;
        left: 40px;
        width: 84% !important;
        right: 0% !important;

    }
    .appImg {
        width: 120px;
        cursor: pointer;
    }
}

.servece h5 {
    font-size: 20px !important;
}

.text-lights {
    color: #eee;
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
    height: 15px;
    width: 15px;
    accent-color: #DE263E;
}

@media (min-width:280px) and (max-width:991px) {
    ._inputcheckbox .w-50
    {
        width: 100% !important;
    }
    ._inputcheckbox label
    {
        font-size: 12px;
    }
    .navbar form{
        display: block !important;
    }
    .imgplay {
        width: 259px !important;
        height: 80px;
        margin-bottom: 10px;
    }
    ._swap
    {
        transform: rotate(180deg);
    }
    ._swapContent
    {
        transform: rotate(-180deg);
        
    }
    ._imgCont1
    {
        transform: rotate(180deg);
    }

}

.text-dark
{
    color: #787878 !important;
}


.navbar
{
    background-color: #fff !important;
    box-shadow: 0px 3px 6px #00000029;
}
.logo
{
    color: #fff;
    position: fixed;
    float: left;
    margin: -28px 0px 0px 0px;
    font-size: 25px;
    font-weight: bold;
    width: 75px;
    height: 80px;
    background-color: #fff;
    text-align: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    /* border: 1px solid #aaa; */
    box-shadow: 0px 3px 6px #00000029;
    padding: 17px !important;
    z-index: 9999999999999999 !important;

}
.logo img
{
    width: 100%;
    height: 100%;
}

.secAlkadamat a
{
    text-decoration: none;
}
.secAlkadamat .contentsec
{
    height: 450px;
}
@media (min-width:280px) and (max-width:991px){
    .navbar-nav
    {
        margin-top: 60px !important;
}
}

.secHeader .h5 {
    /* text-align: justify !important; */
    margin-top: 20px;
 }
 .secAlkadamat .contentsec
 {
     margin: 20px 0px;
 }
@media (min-width:280px) and (max-width:600px) {

    .secHeader .h5 {
       text-align: justify !important;
       margin-top: 30px;
       font-size: 20px !important;
    }
    .secMawsouqCopmpany .carousel-indicators {
        bottom: 0px !important;
    }
    .secMawsouqCopmpany .col-lg-2.col-sm-2.col-2.d-flex.flex-column img
    {
        width: auto !important;
        height: auto !important;
    }
    .secMawsouqCopmpany h4 
    {
        font-size: 20px !important;
    }
    .secControl h4 
    {
        font-size: 22px !important;
    }
    .secControl h5
    {
        font-size: 20px !important;
        text-align: justify !important;
    }
    .importMomaiz h4 
    {
        font-size: 22px !important;
    }
    .importMomaiz h5
    {
        font-size: 20px !important;
        color: #fff;
    }
    .importMomaiz
    {
        /* background: rgba(0, 0, 0, 0.5) !important; */
        /* color: #fff; */
        height: 700px;
        position: relative !important;

    }


    .importMomaiz .carousel-indicators
    {
        position: absolute !important;
        bottom: -50px !important;
    }
    .importMomaiz p
    {
        color: #fff;
    }

    .secAlkadamat .contentsec
    {
        margin: 20px 0px;
    }
    .appNow {
        width: 100% !important;
        bottom: 10px;
       
        left: 0%;
    }
    .imgplay {
        width: 100% !important;
        height: 80px;
        margin-bottom: 0px !important;
    }
    .imgplay p
    {
        font-size: 27px !important;
    }
    .appImg {
        width: 188px;
        cursor: pointer;
    }
    .secControl
    {
        position: relative !important;
        height: 800px !important;
    }

    .secControl h4
    {
        font-size: 22px !important;
    }
    .secControl h5
    {
        font-size: 20px !important;
        color: #fff !important;
        padding: 10px;
    }


    .secControl .carousel-indicators
    {
        position: absolute !important;
        bottom: -50px !important;
    }
    .secControl p
    {
        color: #fff !important;
        padding: 10px;
        margin-bottom: 10px;
    }

    .secAlkadamat h4
    {
        font-size: 22px !important;
    }
    .defrantSystem .row .col-md-2 a img 
    {
        height: auto !important;
    }
    .defrantSystem .row
    {
        margin-top: 0px !important;
    }
    .defrantSystem h4
    {
        font-size: 22px !important;
    }
    .usersystem h4 
    {
        font-size: 22px !important;
    }
    .secAsk h4
    {
        font-size: 22px !important;

    }
    .secAsk .row .col-md-6 .d-flex .w-100 h5
    {
        font-size: 18px !important;
    }
    .secAsk .row .col-md-6 .d-flex .w-100 p
    {
        font-size: 14px !important;
    }
    .secAsk
    {
        position: relative !important;
    }



    .secAsk p
    {
        color: #fff;
    }
   


}

#button {
    display: inline-block;
    background-color: #DE263E;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
   
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #button .fa
  {
    font-size: 20px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
}

.secMawsouqCopmpany .carousel-item .d-flex
  {
    margin-top:20px !important;
  }


.nav-item 
{
    display: none;
}

@media (min-width:280px) and (max-width:600px) {
    .carousel-control-prev
    {
        left: 0% !important;
    }
    .carousel-control-next
    {
        right: 0% !important;
    }
    .imgAnimate
    {
        display: none;
    }
    .nav-item 
    {
        display: block;
    }

    .form-inline .nav-link
    {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}

.circleManadip
{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    position: relative;
    -webkit-animation:spin 2s;
    -moz-animation:spin 2s;
    animation:spin 2s;

}
/* @-moz-keyframes spin{
    100%{
        -moz-transform:rotate(360deg);
    }
}
@-webkit-keyframes spin{
    100%{
        -webkit-transform:rotate(360deg);
    }
}
@keyframes spin{
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg);
    }
} */
.secCircle
{
    min-height: 350px;
}
.imgSvg1 {
    position: absolute;
    left: -76px;
    top: 0px;
    width: 170px;
    height: 70px;
    transform: rotate(-160deg);
}
.imgSvg2 {
    position: absolute;
    left: -102px;
    top: 60px;
    width: 170px;
    height: 70px;
    transform: rotate(-178deg);
}

.imgSvg3 {
    position: absolute;
    left: -102px;
    top: 120px;
    width: 170px;
    height: 70px;
    transform: rotate(-190deg);
}

.imgSvg4 {
    position: absolute;
    left: -78px;
    top: 176px;
    width: 170px;
    height: 70px;
    transform: rotate(-211deg);
}
.imgSvg5 {
    position: absolute;
    left: -33px;
    top: 216px;
    width: 170px;
    height: 70px;
    transform: rotate(-222deg);
}
.imgSvg6 {
    position: absolute;
    left: 39px;
    top: 234px;
    width: 170px;
    height: 70px;
    transform: rotate(-259deg);
}
.imgSvg7 {
    position: absolute;
    left: 121px;
    top: 209px;
    width: 170px;
    height: 70px;
    transform: rotate(-307deg);
}
.imgSvg8 {
    position: absolute;
    left: 167px;
    top: 156px;
    width: 170px;
    height: 70px;
    transform: rotate(-322deg);
}
.imgSvg9 {
    position: absolute;
    left: 182px;
    top: 84px;
    width: 170px;
    height: 70px;
    transform: rotate(-338deg);
}
.imgSvg10 {
    position: absolute;
    left: 158px;
    top: 2px;
    width: 170px;
    height: 70px;
    transform: rotate(-387deg);
}
.imgSvg11 {
    position: absolute;
    left: -11px;
    top: -49px;
    width: 170px;
    height: 70px;
    transform: rotate(-132deg);
}
.imgSvg12 {
    position: absolute;
    left: 77px;
    top: -49px;
    width: 170px;
    height: 70px;
    transform: rotate(-100deg);
}

.divCircle1 {
    position: absolute;
    top: 0px;
    left: -34%;
    min-width: 120px;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
}
.divCircle2 {
    position: absolute;
    top: 69px;
    left: -47%;
    min-width: 120px;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
}
.divCircle3 {
    position: absolute;
    top: 138px;
    left: -60%;
    min-width: 120px;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
}
.divCircle4 {
    position: absolute;
    top: 200px;
    left: -53%;
    min-width: 120px;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
}
.divCircle5 {
    position: absolute;
    top: 266px;
    left: -25%;
    min-width: 120px;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
}

.divCircle6 {
    position: absolute;
    top: 293px;
    left: 30%;
    min-width: 120px;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
}
.divCircle7 {
    position: absolute;
    top: 247px;
    left: 90%;
    min-width: 120px;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
}
.divCircle8 {
    position: absolute;
    top: 188px;
    left: 110%;
    min-width: 120px;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
}
.divCircle9 {
    position: absolute;
    top: 107px;
    left: 118%;
    min-width: 120px;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
}
.divCircle10 {
    position: absolute;
    top: -11px;
    left: 105%;
    min-width: 120px;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
}

.divCircle11 {
    position: absolute;
    top: -86px;
    left: 94px;
    min-width: 120px;
    padding: 10px;
    font-size:13px;
    font-weight:bold;
}

.divCircle12 {
    position: absolute;
    top: -63px;
    left: -15%;
    min-width: 120px;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
}
@media (min-width:280px) and (max-width:600px) {
    .circleManadip
    {
        width: 180px;
        height: 180px;
        border-radius: 50%;
        position: relative;
        -webkit-animation:spin 2s;
        -moz-animation:spin 2s;
        animation:spin 2s;
    }
    .imgSvg1 {
        position: absolute;
        left: -18px;
        top: 0px;
        width: 53px;
        height: 55px;
        transform: rotate(-160deg);
    }
    .divCircle1 {
        position: absolute;
        top: 0px;
        left: -44%;
        min-width: 120px;
        padding: 10px;
        font-size: 13px;
        font-weight: bold;
    }
    .imgSvg2 {
        position: absolute;
        left: -20%;
        top: 60px;
        width: 53px;
        height: 55px;
        transform: rotate(-178deg);
    }
    .divCircle2 {
        position: absolute;
        top: 69px;
        left: -55%;
        min-width: 120px;
        padding: 10px;
        font-size: 13px;
        font-weight: bold;
    }
    .imgSvg3 {
        position: absolute;
        left: -10%;
        top: 120px;
        width: 53px;
        height: 55px;
        transform: rotate(-190deg);
    }

    .imgSvg4 {
        position: absolute;
        left: 7%;
        top: 164px;
        width: 53px;
        height: 55px;
        transform: rotate(-228deg);
    }
    .divCircle4 {
        position: absolute;
        top: 200px;
        left: -36%;
        min-width: 120px;
        padding: 10px;
        font-size: 13px;
        font-weight: bold;
    }
    .imgSvg5 {
        position: absolute;
        left: 34%;
        top: 174px;
        width: 53px;
        height: 55px;
        transform: rotate(-246deg);
    }
    .divCircle5 {
        position: absolute;
        top: 224px;
        left: 0%;
        min-width: 120px;
        padding: 10px;
        font-size: 13px;
        font-weight: bold;
    }
    .imgSvg6 {
        position: absolute;
        left: 60%;
        top: 164px;
        width: 53px;
        height: 55px;
        transform: rotate(-286deg);
    }
    .divCircle6 {
        position: absolute;
        top: 208px;
        left: 56%;
        min-width: 120px;
        padding: 10px;
        font-size: 13px;
        font-weight: bold;
    }
    .imgSvg7 {
        position: absolute;
        left: 83%;
        top: 138px;
        width: 53px;
        height: 55px;
        transform: rotate(-311deg);
    }
    .divCircle7 {
        position: absolute;
        top: 159px;
        left: 104%;
        min-width: 120px;
        padding: 10px;
        font-size: 13px;
        font-weight: bold;
    }
    .imgSvg8 {
        position: absolute;
        left: 167px;
        top: 104px;
        width: 53px;
        height: 55px;
        transform: rotate(-322deg);
    }
    .divCircle8 {
        position: absolute;
        top: 125px;
        left: 114%;
        min-width: 120px;
        padding: 10px;
        font-size: 13px;
        font-weight: bold;
    }
    .imgSvg9 {
        position: absolute;
        left: 96%;
        top: 59px;
        width: 53px;
        height: 55px;
        transform: rotate(-338deg);
    }
    .divCircle9 {
        position: absolute;
        top: 63px;
        left: 115%;
        min-width: 120px;
        padding: 10px;
        font-size: 13px;
        font-weight: bold;
    }
    .imgSvg10 {
        position: absolute;
        left: 90%;
        top: 12px;
        width: 53px;
        height: 55px;
        transform: rotate(-387deg);
    }
    .imgSvg12 {
        position: absolute;
        left: 67%;
        top: -40px;
        width: 53px;
        height: 55px;
        transform: rotate(-84deg);
    }
    .divCircle11 {
        position: absolute;
        top: -73px;
        left: 94px;
        min-width: 120px;
        padding: 10px;
        font-size: 13px;
        font-weight: bold;
    }
    .imgSvg11 {
        position: absolute;
        left: 29%;
        top: -49px;
        width: 53px;
        height: 55px;
        transform: rotate(-120deg);
    }
    .circleManadip div
    {
        font-size: .7rem !important;
    }
    .secNewMawsouq 
    {
        margin-top: 100px;
    }
    .secAsk h5
    {
        font-size: 20px !important;
    }
    .secAsk p 
    {
        color: #000;
        font-size: 14px !important;
    }
}
.secAsk
{
    position: relative;
}
.secAsk .carousel-indicators
{
    position: absolute;
    bottom: -100px !important;
}
/* ================================= */


 @media (min-width:280px) and (max-width:600px) {

    .secMawsouqCopmpany .col-md-2 {
        height: 220px;
    }
 }
 @media (min-width:280px) and (max-width:600px) {
    .circleManadip {
    width: 148px;
    height: 161px;
    border-radius: 50%;
    position: relative;
    -webkit-animation: spin 2s;
    -moz-animation: spin 2s;
    animation: spin 2s;


}
    .imgSvg3 {
        position: absolute;
        left: -10%;
        top: 100px;
        width: 53px;
        height: 55px;
        transform: rotate(-208deg);
    }
    .imgSvg4 {
        position: absolute;
        left: 7%;
        top: 134px;
        width: 53px;
        height: 55px;
        transform: rotate(-235deg);
    }
    .divCircle4 {
        position: absolute;
        top: 179px;
        left: -36%;
        min-width: 120px;
        padding: 10px;
        font-size: 13px;
        font-weight: bold;
    }
    .imgSvg5 {
        position: absolute;
        left: 34%;
        top: 143px;
        width: 53px;
        height: 55px;
        transform: rotate(-246deg);
    }
    .divCircle5 {
        position: absolute;
        top: 201px;
        left: 0%;
        min-width: 120px;
        padding: 10px;
        font-size: 13px;
        font-weight: bold;
    }
    .imgSvg6 {
        position: absolute;
        left: 60%;
        top: 140px;
        width: 53px;
        height: 55px;
        transform: rotate(-286deg);
    }
    .divCircle6 {
        position: absolute;
        top: 191px;
        left: 56%;
        min-width: 120px;
        padding: 10px;
        font-size: 13px;
        font-weight: bold;
    }
    .imgSvg7 {
        position: absolute;
        left: 83%;
        top: 125px;
        width: 53px;
        height: 55px;
        transform: rotate(-311deg);
    }
    .imgSvg8 {
        position: absolute;
        left: 128px;
        top: 94px;
        width: 53px;
        height: 55px;
        transform: rotate(-322deg);
    }
    .nav_item {
        width: 270px;
        height: 100px;
        left: 18%;
        right: 12%;
        bottom: 95px;
        display: flex;
        justify-content: space-between;
    }
    .appImg {
        width: 150px !important;
        cursor: pointer;
    }

         .divCircle1 {
            position: absolute;
            top: 16px;
            left: -44%;
            min-width: 120px;
            padding: 10px;
            font-size: 13px;
            font-weight: bold;
        }
         .imgSvg1 {
            position: absolute;
            left: -18px;
            top: 0px;
            width: 53px;
            height: 55px;
            transform: rotate(-160deg);
        }
         .imgSvg2 {
            position: absolute;
            left: -25%;
            top: 60px;
            width: 53px;
            height: 55px;
            transform: rotate(-190deg);
        }
         .divCircle2 {
            position: absolute;
            top: 87px;
            left: -55%;
            min-width: 120px;
            padding: 10px;
            font-size: 13px;
            font-weight: bold;
        }
         .imgSvg5 {
            position: absolute;
            left: 27%;
            top: 143px;
            width: 53px;
            height: 55px;
            transform: rotate(-252deg);
        }
         .divCircle5 {
            position: absolute;
            top: 192px;
            left: 17%;
            min-width: 120px;
            padding: 10px;
            font-size: 13px;
            font-weight: bold;
        }
         .imgSvg6 {
            position: absolute;
            left: 53%;
            top: 138px;
            width: 53px;
            height: 55px;
            transform: rotate(-285deg);
        }
         .divCircle6 {
            position: absolute;
            top: 168px;
            left: 74%;
            min-width: 120px;
            padding: 10px;
            font-size: 13px;
            font-weight: bold;
        }
         .imgSvg7 {
            position: absolute;
            left: 74%;
            top: 115px;
            width: 53px;
            height: 55px;
            transform: rotate(-321deg);
        }
         .divCircle7 {
            position: absolute;
            top: 128px;
            left: 100%;
            min-width: 120px;
            padding: 10px;
            font-size: 13px;
            font-weight: bold;
        }
         .imgSvg8 {
            position: absolute;
            left: 131px;
            top: 77px;
            width: 53px;
            height: 55px;
            transform: rotate(-355deg);
        }
         .divCircle8 {
            position: absolute;
            top: 71px;
            left: 103%;
            min-width: 120px;
            padding: 10px;
            font-size: 13px;
            font-weight: bold;
        }
        .divCircle9 {
            position: absolute;
            top: 16px;
            left: 100%;
            min-width: 120px;
            padding: 10px;
            font-size: 13px;
            font-weight: bold;
        }
         .imgSvg9 {
            position: absolute;
            left: 88%;
            top: 30px;
            width: 53px;
            height: 55px;
            transform: rotate(-384deg);
        }
        .imgSvg10 {
            position: absolute;
            left: 72%;
            top: -14px;
            width: 53px;
            height: 55px;
            transform: rotate(-414deg);
        }
        .divCircle10 {
            position: absolute;
            top: -35px;
            left: 84%;
            min-width: 120px;
            padding: 10px;
            font-size: 13px;
            font-weight: bold;
        }
         .imgSvg12 {
            position: absolute;
            left: 50%;
            top: -32px;
            width: 53px;
            height: 55px;
            transform: rotate(-84deg);
        }
         .imgSvg12 {
            position: absolute;
            left: 50%;
            top: -32px;
            width: 53px;
            height: 55px;
            transform: rotate(-84deg);
        }
         .divCircle11 {
            position: absolute;
            top: -63px;
            left: 56px;
            min-width: 120px;
            padding: 10px;
            font-size: 13px;
            font-weight: bold;
        }
        .divCircle11 {
            position: absolute;
            top: -63px;
            left: 56px;
            min-width: 120px;
            padding: 10px;
            font-size: 13px;
            font-weight: bold;
        }
        .divCircle12 {
            position: absolute;
            top: -63px;
            left: -15%;
            min-width: 120px;
            padding: 10px;
            font-size: 13px;
            font-weight: bold;
        }
         .imgSvg11 {
            position: absolute;
            left: 19%;
            top: -36px;
            width: 53px;
            height: 55px;
            transform: rotate(-120deg);
        }
 }

.secMawsouqCopmpany .col-lg-4 img
{
    text-align: center !important;
}

.footer .nav-item
{
    display: block !important;
}
#sliderMobile
{
    display: none;
}
@media (min-width:280px) and (max-width:600px) {
    #sliderWebsite
    {
        display: none;
    }
    #sliderMobile
    {
        display: block;
    }

    .momaizeCont{
        min-height:500px !important;
         padding: 0px 40px !important;
    }

    .momaizeCont h5{
        margin-top: -30px !important;
    }

    .momaizeCont p
    {
            font-size: 14px !important;
            line-height:2 ;
    }
}
.imgbgoverSlid
{
    background: url('https://repin-demo.za3bot.com/website/truth_companies/LGGCaFdR25xh2XD7qoPPsD7Q9OKbLBI54IdhNWg2.png');
    width: 100%;
    height: 500px;
    background-size: cover;
    position: relative;
}
.imgbgoverSlid1
{
    background: url('https://repin-demo.za3bot.com/website/truth_companies/LGGCaFdR25xh2XD7qoPPsD7Q9OKbLBI54IdhNWg2.png');
    width: 100%;
    height: 500px;
    background-size: cover;
    position: relative;
}
.imgbgoverSlid2
{
    background: url('https://repin-demo.za3bot.com/website/truth_companies/sjuaInuLODVl34c10ZkfWYRf3XMNgaAMk9cz3wSb.png');
    width: 100%;
    height: 500px;
    background-size: cover;
    position: relative;
}
.imgbgoverSlid3
{
    background: url('https://repin-demo.za3bot.com/website/truth_companies/Gm71xhqQvoeMZ1wU9tH5faSl5qBLcY0DkqERVddO.png');
    width: 100%;
    height: 500px;
    background-size: cover;
    position: relative;
}
.imgbgoverSlid4
{
    background: url('https://repin-demo.za3bot.com/website/truth_companies/td25wrE7dwa5CXDGhNfuHM3aAI70BSAlIgtMMi1p.png');
    width: 100%;
    height: 500px;
    background-size: cover;
    position: relative;
}
.imgbgoverSlid5
{
    background: url('https://repin-demo.za3bot.com/website/truth_companies/bqeWMzpbZ6nOGymQAr7ar2HaV8JQEFOEyxnPr9Rz.png');
    width: 100%;
    height: 500px;
    background-size: cover;
    position: relative;
}
.slidOverLay
{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    /* background: rgba(222, 212, 212, 0.8); */
    background-color: #fff;
    opacity: 0.9;

}

.slidOverLay p
{
    color: #000;
    font-size: 16px !important;
}

.slidOverLay h5
{
    color: #000;
    font-size: 22px !important;
}

/*.imgbgoverSlidcontrol
{
    background: url('https://repin-demo.za3bot.com/website/advantages/0m1JJiHzXTRJpPr4CTFIKdS8mub9nhvLilhFQSug.png');
    width: 100%;
    height: 500px;
    background-size: cover;
    position: relative;
}
*/
.controlAppMobile
{
    display: none;
}

.momaizatAppMobile
{
    display: none;

}
.momaizatAppsec
{
    display: block;
}
@media (min-width:280px) and (max-width:600px) {
    .controlAppMobile
    {
        display: none;
    }
    .controlAppMobile
    {
        display: block;
        
    }
    .controlsection
    {
        display: none;
    }
    .momaizatAppsec
    {
        display: none;
    }
    .momaizatAppMobile
    {
        display: block;

    }
}
.momaizeCont 
{
    height: 500px;
}
.secCircle 
{
    min-height: 460px;
}
.carousel-control-prev
{
    left: -10%;
}
.carousel-control-next
{
    right: -10%;
}

}
.imgbgoverSlid
{
    background: url('https://repin-demo.za3bot.com/website/truth_companies/LGGCaFdR25xh2XD7qoPPsD7Q9OKbLBI54IdhNWg2.png');
    width: 100%;
    height: 500px;
    background-size: cover;
    position: relative;
}
.imgbgoverSlid1
{
    background: url('https://repin-demo.za3bot.com/website/truth_companies/LGGCaFdR25xh2XD7qoPPsD7Q9OKbLBI54IdhNWg2.png');
    width: 100%;
    height: 500px;
    background-size: cover;
    position: relative;
}
.imgbgoverSlid2
{
    background: url('https://repin-demo.za3bot.com/website/truth_companies/sjuaInuLODVl34c10ZkfWYRf3XMNgaAMk9cz3wSb.png');
    width: 100%;
    height: 500px;
    background-size: cover;
    position: relative;
}
.imgbgoverSlid3
{
    background: url('https://repin-demo.za3bot.com/website/truth_companies/Gm71xhqQvoeMZ1wU9tH5faSl5qBLcY0DkqERVddO.png');
    width: 100%;
    height: 500px;
    background-size: cover;
    position: relative;
}
.imgbgoverSlid4
{
    background: url('https://repin-demo.za3bot.com/website/truth_companies/td25wrE7dwa5CXDGhNfuHM3aAI70BSAlIgtMMi1p.png');
    width: 100%;
    height: 500px;
    background-size: cover;
    position: relative;
}
.imgbgoverSlid5
{
    background: url('https://repin-demo.za3bot.com/website/truth_companies/bqeWMzpbZ6nOGymQAr7ar2HaV8JQEFOEyxnPr9Rz.png');
    width: 100%;
    height: 500px;
    background-size: cover;
    position: relative;
}
.slidOverLay
{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    /* background: rgba(222, 212, 212, 0.8); */
    background-color: #fff;
    opacity: 0.9;

}

.slidOverLay p
{
    color: #000;
    font-size: 16px !important;
}

.slidOverLay h5
{
    color: #000;
    font-size: 22px !important;
}

.controlAppMobile
{
    display: none;
}

.momaizatAppMobile
{
    display: none;

}
.momaizatAppsec
{
    display: block;
}
@media (min-width:280px) and (max-width:600px) {
    .controlAppMobile
    {
        display: none;
    }
    .controlAppMobile
    {
        display: block;
        
    }
    .controlsection
    {
        display: none;
    }
    .momaizatAppsec
    {
        display: none;
    }
    .momaizatAppMobile
    {
        display: block;

    }
}
.momaizeCont 
{
    height: 500px;
}
.secCircle 
{
    min-height: 460px;
}
.carousel-control-prev
{
    left: -10%;
}
.carousel-control-next
{
    right: -10%;
}