

html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

@media(min-width: 1125px) {
    .unit-100 {
        padding-right: 10%;
        padding-left: 10%;
    }
}

.unit-25 {
    position: absolute;
    top: 4%;
    left: 10%;
    width: 13% !important;
}

 /************************
             body
    ***********************/
    body {
        direction: rtl;
            font-family: "Rubik", Sans-serif;
    }
    
    .unit-66 {
    margin-top: 20px;
    margin-bottom: 20px;
}


.single_widget {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

p,span{
        font-size: 19px;
            line-height: 1.5 !important;
}

.units-row {
    margin: auto;
    max-width: fit-content !important;
    margin-right: 23%;
    margin-left: 23%;
}

 /************************
             header
    ***********************/
   .header {
    background-color: #F5F5F5;
    height: 65px;
    box-shadow: 0px 0px 3px #00000040;
    width: 100%;
    text-align: center;
    margin: auto 0;
    display: flex;
    align-items: center;
}


    header.header.clear,
    .unit-100.breadcrumbs {
        display: none;
    }

    
 /************************
             qa
    ***********************/

    .accordion {
        background-color: #092e5b00 !important;
        color: #444;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        border: none;
        text-align: right;
        outline: none;
        font-size: 18px;
        border-bottom: 1px solid #d4d4d4 !important;
        transition: 0.4s;
    }

    .active,
    .accordion:hover {
        background-color: #092e5b00 !important;
    }

    .active {
    background: #092e5b00;
    transition: 0.4s;
    border-bottom: 1px solid #d4d4d4 !important;
    
}

    .accordion:after {
        content: '\002B';
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

    .active:after {
        content: "\2212";
    }

    .panel {
        padding: 0 18px;
        background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }

    /************************
             list
    ***********************/
    .list {
    display: flex;
       border-bottom: 3px solid #C2EDF2 !important;
    margin-top: -30px;
        font-size: 15px;
}
.list div {
    margin-left: 10px;
       
}

.qa {
    margin-top: 20px;
    margin-bottom: 20px;
}

 /************************
             sidbar
    ***********************/
.man {
    background: #f5f5f5;
    box-shadow: 0px 2px 5px 0px rgba(136.2000274658203, 136.2000274658203, 136.2000274658203, 0.5);
    text-align: center;
    width: 100%;
    padding: 10px;
        margin: 26px auto;
}
.man img{
    width: 100%;
    max-width: 175px;
}
.popupBtnSticky{
    max-width: 253px !important;
}

 /************************
             logo
    ***********************/
.logo img{
    max-width: 171px;
width:100%;
}

.logo {
    margin-right: 23.5%;
}

 /************************
             buttons
    ***********************/
.button a div {
    padding: 5px;
    margin: 0px 10px;
    font-family: "Assistant", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    fill: #396BE1;
    color: #396BE1;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 25px 25px 25px 25px;
    margin: 10px;
}
.button a:hover div {
    opacity: 0.9;
}

.the_content a, .units-row a {
    text-decoration: blink !important;
    font-weight: bold !important;
}

.pagewrap p, .type-post p, .pagewrap li, .type-post li {
    line-height: 1;
}


.button.acson {
    display: flex;
    align-items: center;
    justify-content: center;
}

.button.acson a div {
    padding: 13px;
    margin: 0px 10px;
    font-family: "Assistant", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    fill: #9b363b;
    color: #ffffff;
    background-color: #396BE1;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 25px 25px 25px 25px;
    margin: 10px;
}


 /************************
             titles
    ***********************/
    .title{
    text-align: right;
    }
    
.text h3 {
    font-size: 22px;
}
.text p{
        font-size: 16px;
}

h1{
    font-size:51px;
}



 /************************
             footer
    ***********************/

.footer {
    overflow: hidden;
    background-color: #F5F5F5;
    box-shadow: 0px 0px 3px #00000040;
    width: 100%;
    text-align: center;
    margin: auto 0;
    padding-top: 20px;
    padding-bottom: 20px;
        margin-top: 40px;
}
.footer div ul {
    list-style: none;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
}

li {
    margin-right: calc(200px/2);
    margin-left: calc(200px/2);
}

    footer.footer {
    display: none;
}


.footer a {
    color: #444;
}
 /************************
             mobile
    ***********************/
@media only screen and (max-width: 600px) {
 
 /************************
             titles
    ***********************/

.man img{
    max-width: 135px !important;
}
h1{
    margin-top: 64px;
    font-size:31px;
}

  .list {
    margin-top: -10px;
    font-size: 17px;
}
  
  
  .units-row {
    margin: auto;
    max-width: fit-content !important;
    margin-right: inherit;
    margin-left: inherit;
}


.unit-25 {
    position: relative;
    top: inherit;
    left: inherit;
    width: auto !important;
}

}