header .rounded-circle {
    max-width: 130px;
    margin-top: 50px;
    margin-right: 30px;
}

@media (max-width: 600px) {
    .cta-content {
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px;
    }

    .cta-content::after {
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px;

    }

}



@media only screen and (max-width: 600px) {
   #hero{
       position: relative;
   }
     #advertisment{
         display: none;
     }
     #advertisment1{
         display: none;
     }
     .hero{
         
         height: 50vh;
         
     }

     header .rounded-circle {
        max-width: 100px;
        margin-bottom:0px ;
        margin-top:5px ;
        
       
    }

    .ml-auto, .mx-auto {
        margin-right: auto !important;
        margin-left: auto !important;
        z-index: 99;
    }
    #arr-left, #arr-right{
     display: none;
    }
}

.cta-content {
    padding: 6px 0 50px;
    background-color: #d5d5d5;

    z-index: initial;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {

    font-family: 'Tajawal', Tajawal
}


.bg-dark {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.order-m1 {
    order: -1;
}

#top-nvigation-bar{
    /* height: 50px; */
    background-color: #25427f !important;
    padding: 5px;
    
}

#top-nvigation-bar ul{
   margin: 5px 0;
}
.widget.no-border ul li {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.widget ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.pl-10 {
padding-left: 10px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.list-inline {
    padding-right: 0;
    padding-left: initial;
    margin-right: -5px;
    margin-left: 0;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

@media only screen and (max-width: 600px) {
    .position-absolute {
        position: inherit;
    }
}


.card-footer .btn-secondary {
    color: #fff;
    background-color: #111652;
    border-color: #777;
}