/*
Theme Name: campusnew
*/



/*
++++++++++++++++++++++++++++++
reset browser css
++++++++++++++++++++++++++++++
*/

/* html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
    vertical-align: baseline;
    list-style-type: none;
}
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none;
    border-radius: 0;
    font-family: 'Assistant', sans-serif;
}


textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="number"],
.input-checkbox:focus {
    outline: none;
} */



/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid transparent;
  /* -webkit-text-fill-color: transparent; */
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}




/*
++++++++++++++++++++++++++++++
the browser css
++++++++++++++++++++++++++++++
*/

/* html,body{
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
	font-family: 'Assistant', sans-serif;
	direction: rtl;
}
 */


.campus-a-herf{
    text-decoration: none;
    display: block;
}


.all-the-title-new-hero-section p{
    margin: 0;
}

.all-the-top-hero-section{
    position: relative;
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.all-the-top-hero-section .the-right-hero-section{
    width: 50%;
    height: 100%;
}
.all-the-top-hero-section .the-left-hero-section{
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.all-the-top-hero-section .all-inside-absolute{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #79797945 , #4d4d4d, black);
}
.all-the-top-hero-section .all-the-content-hero{
    position: absolute;
    width: 90%;
    max-width: 1400px;
}
.all-the-top-hero-section .all-the-content-hero .the-all-breadcrumbs{
    display: flex;
    color: white;
}
.all-the-top-hero-section .all-the-content-hero .the-all-breadcrumbs .the-single-breadcrumbs-active{
    font-size: 16px;
}
.all-the-top-hero-section .all-the-content-hero .the-all-breadcrumbs .the-single-breadcrumbs-icon{
    margin: 0 5px 0 4px;
    margin: 0 5px 0 4px;
    font-size: 17px;
}
.all-the-top-hero-section .all-the-content-hero .the-all-breadcrumbs .the-single-breadcrumbs{
    font-size: 16px;
}
.all-the-top-hero-section .all-the-content-hero .the-title-content-hero{
    color: white;
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
    margin: 10px 0;
}





.all-the-contact-page{
    width: 90%;
    margin: 0 auto 0;
    max-width: 1000px;
    padding: 80px 0;
}
.all-the-contact-page .the-first-sectio-in-contact{
    display: flex;
    justify-content: space-between;
}
.all-the-contact-page .the-first-sectio-in-contact .all-the-link{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    border-radius: 10px;
    width: calc(50% - 10px);
    height: 180px;
    box-shadow: 0px 4px 144px 0px #0000000D;
    margin: 0 0 16px 0;
    transition: all 0.5s;
}
.all-the-contact-page .the-first-sectio-in-contact .all-the-link:hover{
    box-shadow: 0px 4px 144px 0px #00000025;
}
.all-the-contact-page .the-first-sectio-in-contact .all-the-link .the-image-icon{
    margin: 0 0 20px 0;
}
.all-the-contact-page .the-first-sectio-in-contact .all-the-link .the-image-icon img{
    display: block;
    width: 100%;
}
.all-the-contact-page .the-first-sectio-in-contact .all-the-link .the-title-link{
    font-family: Assistant;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: right;
    color: black;
    margin: 0 0 2px 0;
}
.all-the-contact-page .the-first-sectio-in-contact .all-the-link .the-element-link{
    font-family: Assistant;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: right;  
    color: black;
}




.all-the-contact-page .the-second-sectio-in-contact{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    width: 100%;
    height: 98px;
    box-shadow: 0px 4px 144px 0px #0000000D;
    margin: 0 0 30px 0;
}
.all-the-contact-page .the-second-sectio-in-contact .the-box-inside{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.all-the-contact-page .the-second-sectio-in-contact .the-box-inside .the-link{
    
}
.all-the-contact-page .the-second-sectio-in-contact .the-box-inside .the-link img{
    
}

.all-the-contact-page .courseFAQ{

}
.all-the-contact-page .courseFAQ .coursePagePadding {
    padding-left: 0;
}
.all-the-contact-page .courseFAQ .mainWidth {
    width: 100%;
}



.theHourPlay{
    margin: 0 0 35px 0
}
.theHourPlay h2{
    font-size: 32px;
    line-height: 34px;
    border-right: #91c653 4px solid;
    padding: 0 12px 6px 0;
    margin: 0 0 10px 0;
}
.all-the-contact-page .theHourPlay .coursePagePadding {
    padding-left: 0;
}
.all-the-contact-page .theHourPlay .mainWidth {
    width: 100%;
}
.all-the-contact-page .theHourPlay form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.all-the-contact-page .theHourPlay form .the-helf-input{
    width: calc(50% - 4px);
    margin: 0 0 12px 0;
}
.all-the-contact-page .theHourPlay form .the-helf-input input::placeholder{
    color: #333433;
}
.all-the-contact-page .theHourPlay form .the-helf-input .the-input-text{
    width: calc(100% - 22px);
    border: none;
    border: solid 1px #838383;
    border-radius: 5px;
    padding: 10px 10px;
    font-family: 'Assistant', sans-serif;
    font-size: 16px;
}
.all-the-contact-page .theHourPlay form .the-helf-input .the-input-email{
    width: calc(100% - 22px);
    border: none;
    border: solid 1px #838383;
    border-radius: 5px;
    padding: 10px 10px;
    font-family: 'Assistant', sans-serif;
    font-size: 16px;
}
.all-the-contact-page .theHourPlay form .the-helf-input .the-input-phone{
    width: calc(100% - 22px);
    border: none;
    border: solid 1px #838383;
    border-radius: 5px;
    padding: 10px 10px;
    font-family: 'Assistant', sans-serif;
    font-size: 16px;
}
.all-the-contact-page .theHourPlay form .the-helf-input select{
    width: 100%;
    border: none;
    border: solid 1px #838383;
    border-radius: 5px;
    padding: 10px 10px;
    color: #333433;
    font-family: 'Assistant', sans-serif;
    font-size: 16px;
}
.all-the-contact-page .theHourPlay form .the-full-input{
    width: 100%;
    margin: 0 0 12px 0;
}
.all-the-contact-page .theHourPlay form .the-full-input textarea{
    font-family: 'Assistant', sans-serif;
    color: #333433;
    width: calc(100% - 22px);
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 10px;
}
.all-the-contact-page .theHourPlay form .the-submit-input{
    
}
.all-the-contact-page .theHourPlay form .the-submit-input input{
    width: 236px;
    height: 43px;
    background: #FFBA1B;
    color: #333433;
    font-size: 16px;
    font-family: 'Assistant', sans-serif;
    font-weight: 700;
    border: none;
    border-radius: 5px;
}


@media screen and (max-width: 1000px) {
    .all-the-contact-page .theHourPlay form .the-submit-input {
        width: 100%;
    }
    .all-the-contact-page .theHourPlay form .the-submit-input input {
        width: 100%;
    }
}





/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
START All the filter functions architect 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
.all-the-filter-functions-architect{
    margin: 0 40px 0 40px;
    margin: 0 0 0 0;
}
.all-the-filter-functions-architect .inside-the-filter-desktop-architect{
    display: flex;
    justify-content: space-between;
    padding: 34px 0 20px 0;
}
.all-the-filter-functions-architect .inside-the-filter-desktop-architect .all-the-right-side-architect{
    width: calc(90% - 120px);
    display: flex;
    flex-wrap: wrap;
}
.all-the-filter-functions-architect .inside-the-filter-desktop-architect .all-the-right-side-architect .the-glass-search{
    width: 43px;
    height: 43px;
    background: #f9f9f9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.all-the-filter-functions-architect .inside-the-filter-desktop-architect .all-the-right-side-architect .the-glass-search img{
    display: block;
    width: 28px;
}
.all-the-filter-functions-architect .inside-the-filter-desktop-architect .all-the-right-side-architect .the-of-filter-architect{
    position: relative;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    color: #045D74;
    display: flex;
    align-items: center;
    height: 38px;
    padding: 0 15px;
    margin: 0 5px 5px 5px;
    cursor: pointer;
    border-left: solid 1px #d7d7d7;
    text-decoration: none;
}
.all-the-filter-functions-architect .inside-the-filter-desktop-architect .all-the-right-side-architect .all-the-button-filter-architect{
    position: relative;
}
.all-the-filter-functions-architect .inside-the-filter-desktop-architect .all-the-right-side-architect .all-the-button-filter-architect .inside-all-the-filter-architect{
    display: flex;
    align-items: center;
    height: 38px;
    background: #f9f9f9;
    border-radius: 10px;
    cursor: pointer;
    padding: 0 10px;
    margin: 0 5px 5px 5px;
    position: relative;
}
.all-the-filter-functions-architect .inside-the-filter-desktop-architect .all-the-right-side-architect .all-the-button-filter-architect .inside-all-the-filter-architect .the-number-button-filter-architect{
    font-weight: 400;
    font-size: 11px;
    color: white;
    background: #333433;
    width: 17px;
    height: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 0 0 4px;
    display: none;
}
.all-the-filter-functions-architect .inside-the-filter-desktop-architect .all-the-right-side-architect .all-the-button-filter-architect .inside-all-the-filter-architect .the-text-button-filter-architect{
    font-family: 'Assistant';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    color: #333433;
    margin: auto;
}
.all-the-filter-functions-architect .inside-the-filter-desktop-architect .all-the-right-side-architect .all-the-button-filter-architect .inside-all-the-filter-architect .the-image-button-filter-architect{
    margin: 0;
    margin:  0 7px 0 7px;
    display: flex;
    align-items: center;
}
.all-the-filter-functions-architect .inside-the-filter-desktop-architect .all-the-right-side-architect .all-the-button-filter-architect .inside-all-the-filter-architect .the-image-button-filter-architect img{
    display: block;
}

.all-the-filter-functions-architect .inside-the-filter-desktop-architect .all-the-right-side-architect .all-the-button-filter-architect .the-absolute-box-architect{
    position: absolute;
    min-width: 200px;
    background: #FFFFFF;
    z-index: 9;
    top: 100%;
    right: 0;
    max-height: 230px;
    overflow-y: auto;
    box-shadow: 0 5px 15px rgba(40, 40, 40, 0.2);
    border-radius: 10px;
    margin: 0 5px 0 5px;
    padding: 10px 10px 10px 10px;
    display: none;
}
/* width */
.all-the-filter-functions-architect .inside-the-filter-desktop-architect .all-the-right-side-architect .all-the-button-filter-architect .the-absolute-box-architect::-webkit-scrollbar {
    width: 5px;
}
/* Track */
.all-the-filter-functions-architect .inside-the-filter-desktop-architect .all-the-right-side-architect .all-the-button-filter-architect .the-absolute-box-architect::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 5px;
}

/* Handle */
.all-the-filter-functions-architect .inside-the-filter-desktop-architect .all-the-right-side-architect .all-the-button-filter-architect .the-absolute-box-architect::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 5px;
}
/* Handle on hover */
.all-the-filter-functions-architect .inside-the-filter-desktop-architect .all-the-right-side-architect .all-the-button-filter-architect .the-absolute-box-architect::-webkit-scrollbar-thumb:hover {
    background: #7c7c7c; 
}




.all-the-filter-functions-architect .inside-the-filter-desktop-architect .all-the-right-side-architect .all-the-button-filter-architect .the-absolute-box-architect .the-search-input-in-box-architect{
    width: 100%;
    margin: 0 auto 0;
}
.all-the-filter-functions-architect .inside-the-filter-desktop-architect .all-the-right-side-architect .all-the-button-filter-architect .the-absolute-box-architect .the-search-input-in-box-architect input{
    width: calc(100% - 26px);
    border: solid 1.5px #000;
    border-radius: 8px;
    font-size: 14px;
    padding: 4px 10px;
}
.all-the-filter-functions-architect .inside-the-filter-desktop-architect .all-the-right-side-architect .all-the-button-filter-architect .the-absolute-box-architect .all-the-single-filter-box-architect{
    
}
.all-the-filter-functions-architect .inside-the-filter-desktop-architect .all-the-right-side-architect .all-the-button-filter-architect .the-absolute-box-architect .all-the-single-filter-box-architect .the-single-filter-box-architect{
    display: flex;
    align-items: center;
    height: 40px;
    border-bottom: solid 1px #efefef;
    cursor: pointer;
}
.all-the-filter-functions-architect .inside-the-filter-desktop-architect .all-the-right-side-architect .all-the-button-filter-architect .the-absolute-box-architect .all-the-single-filter-box-architect .the-single-filter-box-architect:last-child{
    border-bottom: none;
}
.all-the-filter-functions-architect .inside-the-filter-desktop-architect .all-the-right-side-architect .all-the-button-filter-architect .the-absolute-box-architect .all-the-single-filter-box-architect .the-single-filter-box-architect .the-checker-box-architect{
    width: 16px;
    height: 16px;
    border: solid 1px #bbb;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.all-the-filter-functions-architect .inside-the-filter-desktop-architect .all-the-right-side-architect .all-the-button-filter-architect .the-absolute-box-architect .all-the-single-filter-box-architect .the-single-filter-box-architect .the-checker-box-architect.active {
    border: solid 1px #000;
    background: #000;
}
.all-the-filter-functions-architect .inside-the-filter-desktop-architect .all-the-right-side-architect .all-the-button-filter-architect .the-absolute-box-architect .all-the-single-filter-box-architect .the-single-filter-box-architect .the-checker-box-architect img {
    width: 9px;
    display: block;
}
.all-the-filter-functions-architect .inside-the-filter-desktop-architect .all-the-right-side-architect .all-the-button-filter-architect .the-absolute-box-architect .all-the-single-filter-box-architect .the-single-filter-box-architect .the-text-box-architect{
    font-size: 14px;
    margin: 0 4px 0 4px;
}
.all-the-filter-functions-architect .inside-the-filter-desktop-architect .all-the-right-side-architect .all-the-button-filter-architect .the-absolute-box-architect .the-input-button-box-architect{
    background: #045D74;
    color: white;
    border: solid 2px #000;
    border-radius: 16px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.8px;
    width: calc(100% - 4px);
    cursor: pointer;
    margin: 10px 0 0 0;
    position: sticky;
    bottom: 4px;
}
.all-the-filter-functions-architect .inside-the-filter-desktop-architect .all-the-right-side-architect .all-the-button-filter-active-architect{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.all-the-filter-functions-architect .inside-the-filter-desktop-architect .all-the-right-side-architect .all-the-button-filter-active-architect .the-button-filter-active-single-architect{
    display: flex;
    align-items: center;
    background: black;
    color: white;
    font-size: 14px;
    border-radius: 20px;
    padding: 0 15px;
    margin: 0 5px 5px 5px;
}
.all-the-filter-functions-architect .inside-the-filter-desktop-architect .all-the-right-side-architect .all-the-button-filter-active-architect .the-button-filter-active-single-architect .title-filter-active-single-architect{
    
}
.all-the-filter-functions-architect .inside-the-filter-desktop-architect .all-the-right-side-architect .all-the-button-filter-active-architect .the-button-filter-active-single-architect .text-filter-active-single-architect{
    margin: 0 6px 0 5px;
}
.all-the-filter-functions-architect .inside-the-filter-desktop-architect .all-the-right-side-architect .all-the-button-filter-active-architect .the-button-filter-active-single-architect .close-filter-active-single-architect{
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.all-the-filter-functions-architect .inside-the-filter-desktop-architect .all-the-right-side-architect .all-the-button-filter-active-architect .the-button-filter-active-single-architect .close-filter-active-single-architect img{
    display: block;
}


.all-the-filter-functions-architect .inside-the-filter-desktop-architect .all-the-left-side-architect{
    width: 120px;
}
.all-the-filter-functions-architect .inside-the-filter-desktop-architect .all-the-left-side-architect .the-number-of-course-architect{
    text-align: left;
    font-weight: 400;
    font-size: 14px;
}
.all-the-filter-functions-architect .inside-the-filter-desktop-architect .all-the-left-side-architect .the-number-of-course-architect span{
    font-weight: 700;
}


.all-the-filter-functions-architect-mobile{
    display: none;
}
.searchResultsHeroMobile{
    display: none;
}
.the-title-of-all-course{
    font-size: 24px;
    margin: 0 0 30px 0;
    font-weight: 700;
}
@media screen and (max-width: 1050px) {

    .all-the-filter-functions-architect {
        display: none;
    }
    .searchResultsHero {
        padding: 0 0 0 0;
        background-image: none;
        height: 60px;
        display: none;
    }
    .searchResultsHeroMobile{
        display: block;
        height: 60px;
        background: #333433;
    }


    .all-the-filter-functions-architect-mobile{
        display: block;
        width: 90%;
        margin: 0 auto 0;
        max-width: 1200px;
        display: flex;
        flex-wrap: wrap;
        padding: 10px 0 10px 0;
    }
    .all-the-filter-functions-architect-mobile .the-right-side{
        width: 50%;
        position: relative;
    }
    .all-the-filter-functions-architect-mobile .the-right-side .the-absolute-block-right{
        position: absolute;
        min-width: 220px;
        background: #FFFFFF;
        z-index: 9;
        top: 100%;
        right: 0;
        max-height: 330px;
        overflow-y: auto;
        box-shadow: 0 5px 15px rgba(40, 40, 40, 0.2);
        border-radius: 10px;
        margin: 0 5px 0 5px;
        padding: 10px 10px 10px 10px;
        display: none;
    }
    .all-the-filter-functions-architect-mobile .the-right-side .the-absolute-block-right .the-single-row-right{
        display: flex;
        align-items: center;
        height: 40px;
        border-bottom: solid 1px #bbb;
        cursor: pointer;
        font-size: 14px;
    }
    .all-the-filter-functions-architect-mobile .the-right-side .the-absolute-block-right .the-single-row-right:last-child{
        border-bottom: none;
    }
    .all-the-filter-functions-architect-mobile .the-right-side .all-the-button{
        display: flex;
        align-items: center;
    }
    .all-the-filter-functions-architect-mobile .the-right-side .all-the-button .the-text{
        font-size: 14px;
        margin: 0 0 0 8px;
    }
    .all-the-filter-functions-architect-mobile .the-right-side .all-the-button .the-icon{
        width: 7px;
    }
    .all-the-filter-functions-architect-mobile .the-right-side .all-the-button .the-icon img{
        width: 100%;
        display: block;
    }
    .all-the-filter-functions-architect-mobile .the-left-side{
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .all-the-filter-functions-architect-mobile .the-left-side .the-text{
        font-size: 14px;
        margin: 0 8px 0 8px;
    }
    .all-the-filter-functions-architect-mobile .the-left-side .the-icon{
        width: 7px;
    }
    .all-the-filter-functions-architect-mobile .the-left-side .the-icon img{
        width: 100%;
        display: block;
    }
    .all-the-filter-functions-architect-mobile .the-left-side .the-icon-filter{
        width: 16px;
    }
    .all-the-filter-functions-architect-mobile .the-left-side .the-icon-filter img{
        width: 100%;
        display: block;
    }
    .all-the-filter-functions-architect-mobile .the-bottom-side{
        width: 100%;
        font-size: 14px;
        margin: 10px 0 0 0;
    }
    .all-the-filter-functions-architect-mobile .the-bottom-side span{
        font-weight: bold;
    }

    .all-the-filter-in-mobile-fixed{
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #fff;
        top: 0;
        right: 100%;
        z-index: 99999999999999;
        transition: all 0.5s;
    }
    .all-the-filter-in-mobile-fixed .the-top-side{
        position: absolute;
        top: 0;
        height: 60px;
        width: 100%;
        background: #333433;
    }
    .all-the-filter-in-mobile-fixed .the-top-side a{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
    }
    .all-the-filter-in-mobile-fixed .the-center-side{
        position: absolute;
        bottom: 60px;
        height: calc(100% - 120px);
        width: 100%;
        overflow: auto;
    }
    .all-the-filter-in-mobile-fixed .the-center-side .the-single-box-only{
        border-bottom: solid 1px #777;
    }
    .all-the-filter-in-mobile-fixed .the-center-side .the-single-box-only .all-the-button-single-box{
        width: 80%;
        margin: 0 auto 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 50px;
    }
    .all-the-filter-in-mobile-fixed .the-center-side .the-single-box-only .all-the-button-single-box .the-text{
        font-size: 14px;
        font-weight: bold;
    }
    .all-the-filter-in-mobile-fixed .the-center-side .the-single-box-only .all-the-button-single-box .the-icon{
        width: 19px;
    }
    .all-the-filter-in-mobile-fixed .the-center-side .the-single-box-only .all-the-button-single-box .the-icon img{
        width: 100%;
        display: block;
    }
    .all-the-filter-in-mobile-fixed .the-center-side .the-single-box-only .the-absolute-box-only{
        width: 100%;
        display: none;
    }
    .all-the-filter-in-mobile-fixed .the-center-side .the-single-box-only .the-absolute-box-only .the-input-search{
        width: 80%;
        margin: 0 auto 0;
    }
    .all-the-filter-in-mobile-fixed .the-center-side .the-single-box-only .the-absolute-box-only .the-input-search input{
        width: calc(100% - 6px);
        border: solid 1px #000;
        border-radius: 8px;
        font-size: 14px;
        height: 34px;
    }
    .all-the-filter-in-mobile-fixed .the-center-side .the-single-box-only .the-absolute-box-only .all-the-info-search{
        padding: 10px 0
    }
    .all-the-filter-in-mobile-fixed .the-center-side .the-single-box-only .the-absolute-box-only .all-the-info-search .the-single-filter-box-architect{
        display: flex;
        align-items: center;
        padding: 0 10%;
        border-bottom: solid 1px #e9e9e9;
        height: 40px;
    }
    .all-the-filter-in-mobile-fixed .the-center-side .the-single-box-only .the-absolute-box-only .all-the-info-search .the-single-filter-box-architect .the-checker-box-architect.active {
        border: solid 1px #000;
        background: #000;
    }
    .all-the-filter-in-mobile-fixed .the-center-side .the-single-box-only .the-absolute-box-only .all-the-info-search .the-single-filter-box-architect:last-child{
        border-bottom: none;
    }
    .all-the-filter-in-mobile-fixed .the-center-side .the-single-box-only .the-absolute-box-only .all-the-info-search .the-single-filter-box-architect .the-checker-box-architect{
        width: 16px;
        height: 16px;
        border: solid 1px #bbb;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .all-the-filter-in-mobile-fixed .the-center-side .the-single-box-only .the-absolute-box-only .all-the-info-search .the-single-filter-box-architect .the-checker-box-architect img{
        width: 9px;
        display: block;
    }
    .all-the-filter-in-mobile-fixed .the-center-side .the-single-box-only .the-absolute-box-only .all-the-info-search .the-single-filter-box-architect .the-text-box-architect{
        font-size: 14px;
        margin: 0 4px 0 0;
    }




    .all-the-filter-in-mobile-fixed .the-botton-side{
        position: absolute;
        bottom: 0;
        height: 60px;
        width: 100%;
        background-color: #045D74;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .all-the-filter-in-mobile-fixed .the-botton-side input{
        color: white;
        background: transparent;
        border: none;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }
    .all-the-filter-in-mobile-fixed .the-botton-side .input-submit-mobile{
        color: white;
        background: transparent;
        border: none;
        cursor: none;
    }
    

    

}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
END All the filter functions architect 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
















.lang-to-css-en .all-the-filter-functions-architect .inside-the-filter-desktop-architect .all-the-right-side-architect .all-the-button-filter-architect .the-absolute-box-architect {
    position: absolute;
    min-width: 200px;
    background: #FFFFFF;
    z-index: 9;
    top: 100%;
    right: auto;
    left: 0;
    max-height: 230px;
    overflow-y: auto;
    box-shadow: 0 5px 15px rgba(40, 40, 40, 0.2);
    border-radius: 10px;
    margin: 0 5px 0 5px;
    padding: 10px 10px 10px 10px;
    display: none;
}




.all-the-home-page-after-loader{
    /* display: none; */
}
.all-the-home-page-after-loader-my-courses{
    display: none;
}