/*
Theme Name: memo-host
Author: http://memo-host.com/
Version: 1
*/
/* start change comment section style */




.newcss .card  {
    width: 100%;
    margin: 0 auto;
    float: none;
    transition: none;
	border-radius: 20px;
}

.newcss .card-archive:hover {
    box-shadow: 0 7px 14px 0 rgba(0,0,0,.18);
}
.newcss .card:hover {
    -webkit-transform: translatey(1px);
    -moz-transform: translatey(1px);
    -ms-transform: translatey(1px);
    -o-transform: translatey(1px);
    transform: translatey(1px);
}
/* .newcss {} */

* {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    box-sizing: border-box;
	background: #fff;
}

.newcss {
    font-family: 'Tajawal',sans-serif;
    color: #333;
    background: #e3e3e3;
    font-size: 18px;
    line-height: 2;
}
.newcss .main-navigation ul, .newcss .unstyled {
    list-style: none;
    width: 200px;
    margin: 0 auto;
}
.newcss .views {
    display: none;
}

@media only screen and (min-width: 992px){
.newcss .single-post .site {
    overflow: auto !important;
}
.single-post .site-content {
    margin: 0 auto !important;
}
.newcss .single-post .site-content {
    margin: 0 auto !important;
}
}

.newcss .site {
    position: relative;
    word-wrap: break-word;
    max-width: 700px;
    margin: 0 auto;
	box-shadow: 0 0 22px rgba(0,0,0,.44);
}

.newcss .left-sidebar-maindiv {
    width: 300px;
    float: none !important;
	display:none;
}
.newcss .site-header {
    position: static;
    width: 100%;
    z-index: 10;
    top: 0;
	background: #fff;
	box-shadow:none;
}
.newcss .site-branding a {
    font-size: 20px;
    font-weight: 900;
    color: #000;
}
.newcss .left-navbar-home .w3-sidebar {
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: static !important;
    z-index: 1;
    overflow: auto;
    z-index: 11;
}

.newcss .left-navbar-home #leftmenuinner {
    position: static !important;
    top: 0;
    padding-top: 50px;
    padding-bottom: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
}
.newcss .left-navbar-home #sidenav h2 {
    font-size: 21px;
    padding-right: 10px;
    margin: -4px 0 4px 0;
   width: 100%;
    font-weight: 400;
    padding-top: 15px;
}
.newcss .single-post .site-content {
    margin: 0 auto !important;
}
.newcss .single-special .content-right {
    width: 100%;
    float: none;
}
.newcss .search-wrap {
    display: block;
    width: 340px;
	float: none;
	margin: 0 auto;
}
.newcss .search-wrap, .site-branding, .site-footer .block {
    float: none !important;
	padding: 10px 0;
}
.newcss .site-content {
    margin: 0;
        padding: 0 10px;
}
.newcss .search-form {
    display: flex;
    justify-content: center;
    position: static;
    z-index: 9999;
    width: 100%;
    height: 40px;
}
.newcss .wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    padding: 0 10px;
}
.newcss .site-branding {
   width: fit-content;
    margin: 0 auto;
    display: block;
}
.newcss .breadcrumbs {
    margin: 10px 0;
    font-size: 12px;
    background: #fff;
    padding: 10px;
	border-radius: 20px;
}
.newcss .post-meta {
   
    font-size: 12px;
  
}
.newcss .entry-meta {
    font-size: 12px;
	width: fit-content;
    margin: 0 auto;
}
.newcss .social-share {
    position: static;
    /* margin-left: -52px; */
    top: 30px;
    left: 0;
    /* display: inline-flex; */
    margin: 0 auto;
    width: fit-content;
    display: flex;
}
.newcss .post-content {
    padding: 16px;
    background: #fff;
	border-radius: 20px;
}
.newcss .search-input {
    width: 100%;
    padding: 5px;
    -webkit-appearance: none;
    -webkit-border-radius: 20px;
    font-size: 20px;
    background: #fff;
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border: solid 1px #cdcfd5;
	z-index: 30;
}
.newcss .srch-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 20;
    background-color: rgba(0, 0, 0, .25);
}
.newcss .search-submit {
    padding: 0 22px;
    background: #fff;
    border: solid 1px #cdcfd5;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
	z-index: 30;
}
.newcss .site-branding span{
    font-size: 20px;
    font-weight: 900;
    color: #000 !important;
}
.newcss .post-content h1, .newcss .post-content h2, .newcss .post-content h3, .newcss .post-content h4, .newcss .post-content h5, .newcss .post-content h6 {
    clear: both;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 .75em;
    padding: .5em 0 0;
    text-align: center;
    color: #59595B;
    font-size: 25px;
    padding: 15px 10px 15px 10px;
    border-bottom: solid 2px #c9c9c9;
   background-color: #fff;
}
.newcss .site-copyright p{
   
    background-color: #152735;
   
}
.newcss .site-copyright .wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    padding: 0;
}
.newcss .left-navbar-home #leftmenuinnerinner {
    height: 250px;
    width: 100%;
    background-color: #E7E9EB;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 20px;
}
#shareaaaa > a.facebook > svg{
	background:none;
}
#shareaaaa > a.twitter > svg{
	background:none;
}
#shareaaaa > a.whats-app > svg{
	background:none;
}
.newcss .table-of-contents {
    display: table;
    padding: 10px;
    width: auto;
    font-size: 15px;
    line-height: 30px;
    border-right: 0;
    background: transparent;
    min-width: 350px;
    border: 1px solid #e4e4e4;
    width: 100%;
}
#article > div.entry-content > blockquote > p > strong{
	background:#eee;
}
#article > div.entry-content > blockquote > p > strong > a{
	background:#eee;
}
.newcss .comments-box, .newcss .comment-respond, .newcss .widget-related {
    padding: 16px;
    margin-bottom: 20px;
    border-radius: 20px;
}
.newcss #respond {
    background: #fff;
    padding: 0 10px 0 10px;
    font-size: 15px;
}
.newcss .left-navbar-home{
	display:none;
}
























.priv-elem a{
	color:#fff !important;
}
@media only screen and (max-width: 650px){
.page-id-1357 .respon-iframe{
   width:330px !important; 
}
}

.overlay-sub-post {
    position: absolute;
    /* background-color: rgb(0 0 0 / 87%); */
    left: 10%;
    right: 10%;
    bottom: 5%;
    top: 62%;
    margin: 10px;
    padding: 10px;
    color: black;
    font-size: large;
    text-shadow: 2px 2px 5px #767676;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid;
    padding: 10px;
    box-shadow: 5px 10px 8px #888888;
    /* opacity: .9; */
    background: linear-gradient(to bottom, rgb(255 255 255 / 93%) 5%,#aaa 100%);
	text-align:center;
}
.post-content-main-div {
    position: relative;
}
.sub-bottun-2563{
    background: cadetblue;
    color: aliceblue;
    padding: 10px;
    border-radius: 10px;
}
@media only screen and (min-width: 992px){
.cv-23521 {
    margin-right: 220px !important;
    overflow: hidden;
    z-index: 9;
    margin-top: 128px;
}
}
@media only screen and (max-width: 479px)
{
.cv-23521 .card-archive {
    width: 300px;
}
}
.b_askquestions{
    z-index: 15;
    position: fixed;
    top: 140px;
    left: 20px;
    color: #79341a;
    background: #f5c142;
    margin-top: 4px;
    display: block;
    padding: 10px 25px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 3px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
a.b_askquestions::before {
    font-family: 'FontAwesome';
    font-size: 18px;
    margin-right: 8px;
    content: "\f067";
}
#respond .subtitle,#respond .comment-notes,#respond .comment-form-author,#respond .comment-form-email,#respond .comment-form-cookies-consent,#respond comment-form-comment{
	margin-bottom:0;
}
#respond .comment-form-author,#respond .comment-form-email{
width:30%;
min-width:200px;
float:right;
margin-right:10px;
}
#respond {
background: #fbfbfb;
padding:0 10px 0 10px;
font-size:15px;
}
 #respond .comment-form-cookies-consent{
	 display: none;
	 font-size: 12px;
 }
  #respond .comment-form-comment{
	 display: inline-block;
	      width: 100%;
 }
  #respond .comment-note{
	 font-size: 12px;
  }
  #comment{
	  height:100px;
  }
/* Highlight active form field */
 
#respond input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  
  border: 1px solid #DDDDDD;
  border-radius:0 !important;
}
 
#respond input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
textarea:focus {
box-shadow: 0 0 5px rgba(81, 203, 238, 1);

border: 2px solid rgba(81, 203, 238, 1);
}
#author, #email {
font-family: "Open Sans", "Droid Sans", Arial;
font-style:italic;
color:#1d1d1d;
letter-spacing:.1em;
    padding: 10px;
	border-radius: 0;
	margin-bottom: 5px;
} 
 
#url  {
color: #1d1d1d;
font-family: "Luicida Console", "Courier New", "Courier", monospace;
} 
/* end change comment section style */
.whatsapp-single-ad{
        margin-top: 30px;
}
.728-CFI {
    display: none !important;
}

.480-CFI {
    display: none !important;
}

@media only screen and (min-width: 750px){
.line-single-ad{
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.nav-ad-1001{
    max-width: 320px;
    margin: 30px auto 30px 0;
    padding: 20px 10px 20px 10px;
    height: 340.48px;
}
.nav-ad-1002{
        max-width: 360px;
    margin: 30px 0 30px auto;
}
}
@media only screen and (max-width: 749px){
.line-single-ad{
    display: block;

}
.nav-ad-1001{

    max-width: 320px;
    margin: 30px auto 30px auto;
    padding: 20px 10px 20px 10px;
    height: 340.48px;
 
}
.nav-ad-1002{
        max-width: 360px;
    margin: 30px auto 30px auto;
}
}
@media only screen and (min-width: 992px){
.priv-elem {
    width: fit-content;
    display: flex;
    font-size: 15px;
    gap: 10px;
    margin: 0 auto;
    padding-top: 10px;
}
}
@media only screen and (max-width: 991px){
.priv-elem {
    display:none;
}
}
.phone-website-support{
	display:block;
}
@media only screen and (min-width: 500px){
.phone-website-support{
	display:none;
}
}
.website-support {
    max-width: 320px;
    margin: 30px auto 30px auto;
    background: steelblue  !important;
}
@media only screen and (min-width: 992px){
.website-support {
    max-width: 320px;
    margin: 30px auto 30px auto;
    background: steelblue !important;
    position: fixed;
    z-index: 10000;
    bottom: -20px;
    left: 5px;
	display:none;
}
}
.printfriendly {

    z-index: 1 !important;

}
.qsm_quiz-template-default .printfriendly {

    display: none !important;

}

.qmn_quiz_container .mlw_qmn_question h4 {
 
  font-family: sans-serif; 
}
@media only screen and (max-width: 992px){
.qsm_quiz-template-default .qmn_certificate_link {
    position: fixed;
    bottom: 0px;
    background: #205d86;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 8px;
    left: 0;
    text-decoration: none;
    text-align: center;
}
}
@media only screen and (min-width: 992px){
.qsm_quiz-template-default .single-special .content-right {
    width: calc(100% - 320px);
    float: none !important;
    margin: 0 auto !important;
}
.qsm_quiz-template-default .qmn_certificate_link {
    position: fixed;
    bottom: 0px;
    background: #205d86;
    color: #fff;
    width: calc(100% - 220px);
    margin: 0;
    padding: 8px;
    left: 0;
    text-decoration: none;
    text-align: center;
}
}

    .qsm_quiz-template-default #ays-quiz-container-2, .qsm_quiz-template-default .left-sidebar-maindiv, .qsm_quiz-template-default .breadcrumbs {
        display:none !important;
    }

.qmn_quiz_container button, 
.qmn_quiz_container input, 
.qmn_quiz_container select, 
.qmn_quiz_container optgroup, 
.qmn_quiz_container textarea {
  
  font-family: sans-serif; 
}

.qsm_quiz-template-default .login-username, .qsm_quiz-template-default .login-remember, .qsm_quiz-template-default .login-submit {
    display:none !important;
}
.qsm_quiz-template-default .login-password{
   display:none !important; 
}
.qsm_quiz-template-default .code-block {
   display:none !important; 
}
.qsm_quiz-template-default .nsl-container-buttons{
    margin:0 auto !important;
    display:block !important;
    margin-bottom: 30px !important;
    max-width: 258px !important;
    
}
.left-sidebar-maindiv{
    width:300px;
    float:left;
}
@media only screen and (max-width: 992px){
.left-sidebar-maindiv{
	width:100%;
}
}
.tutor-wrap {
    
    margin-top: 130px !important;
}

@media only screen and (min-width: 992px){
.mobile-btn{
	display:none;
}
}
@media only screen and (max-width: 992px){
.mobile-btn{
	display:inline-block;
}
}
@media only screen and (max-width: 480px){
	.menu-toggle {
  
    padding: 0px !important;
}
}
.partial-menu-nologgin{
	position: relative;
}
.partial-menu-nologgin:after {
  position: absolute;
  bottom: 0;  
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to top,
     rgba(255,255,255, 1) 20%, 
     rgba(255,255,255, 0) 80%
  );
  pointer-events: none; /* so the text is still selectable */
}

@media only screen and (min-width: 992px){
.nav-bar-phone{
	display:none;
}
}

.left-navbar-home a {
    background-color: transparent;
}

.left-navbar-home a:active,
.left-navbar-home a:hover {
    outline-width: 0;
}

.left-navbar-home h2 {
    font-size: 30px;
        font-family: "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    margin: 10px 0;
}


.left-navbar-home a {
    color: inherit;
}


.left-navbar-home .w3-sidebar {
    height: 100%;
    width: 220px;
    background-color: #fff;
    position: fixed !important;
    z-index: 1;
    overflow: auto;
    z-index: 11;
}

@media (min-width:993px) {
    .left-navbar-home .w3-sidebar.w3-collapse {
        display: block !important;
    }
}

@media (max-width:992px) {
    .left-navbar-home .w3-sidebar.w3-collapse {
        display: none;
    }
}

.left-navbar-home a:hover,
.left-navbar-home a:active {
    color: #059862;
}
.left-navbar-home #sidenav {
    top:50px;
}
.left-navbar-home #sidenav h2 {
    font-size: 21px;
    padding-right: 10px;
    margin: -4px 0 4px 0;
    width: 204px;
    font-weight: 400;
    padding-top: 15px;
}

.left-navbar-home #sidenav a {
    font-family: "Segoe UI", Arial, sans-serif;
    text-decoration: none;
    display: block;
    padding: 2px 16px 1px 2px;
    color: #4c4c4c;
    font-size: 13px;
}

.left-navbar-home #sidenav a:hover,
#sidenav a:focus {
    color: #000000;
    background-color: #cccccc;
}

.left-navbar-home #leftmenuinner {
    position: fixed;
    top: 0;
    padding-top: 50px;
    padding-bottom: 0;
    height: 100%;
    width: 220px;
    background-color: transparent;
}

.left-navbar-home #leftmenuinnerinner {
    height: 100%;
    width: 100%;
    background-color: #E7E9EB;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 20px;
}

.tut_overview {
    display: none;
    margin-left: 10px;
    background-color: #ddd;
    line-height: 1.8em;
}

@media (max-width:992px) {
    .left-navbar-home #sidenav {
        width: 260px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
		top:0px;
    }
    .left-navbar-home #sidenav h2 {
        font-size: 26px;
        width: 100%;
    }
    .left-navbar-home #sidenav a {
        padding: 3px 2px 3px 24px;
        font-size: 17px;
    }
    .left-navbar-home #leftmenuinner {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        height: 100%;
        position: relative;
        width: auto;
        padding-top: 0;
        background-color: #E7E9EB;
    }
    .left-navbar-home #leftmenuinnerinner {
        overflow-y: scroll;
    }
}

.left-navbar-home h2 {
    font-size: 32px;
}

@media only screen and (max-width: 500px) {
    .left-navbar-home h2 {
        font-size: 25px;
    }
}
.qsm_quiz-template-default .qsm-quiz-container {
    direction: ltr;
}
.qsm_quiz-template-default .quiz_section {
    display: block;
    border: 0;
    margin: 0;
    padding: 10px;
    font-size: 16px;
    border: solid 1px #e4e4e4;
    margin-bottom: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media only screen and (min-width: 992px) {
    .home-23521 {
        margin-right: 220px;
        overflow: hidden;
        z-index: 9;
        margin-top: 128px;
    }
    .single-post .site-content {
        margin: 170px 220px 0 0;
    }
    .qsm_quiz-template-default .site-content {
        margin: 170px 220px 0 0;
    }
    .qsm_quiz-template-default #ays-quiz-container-2 {
        display:none !important;
    }
    .qsm_quiz-template-default .qsm-quiz-container {
    direction: ltr;
}
    .postid-1167  .qsm-quiz-container {
    direction: rtl;
}
    .single-special .side-left {
        width: 300px;
        float: left;
        background: #fff;
       
    }
    .single-special .content-right {
        width: calc(100% - 320px);
        float: right;
    }
    .single-special .wrapper {
        max-width: 100%;
    }
    .single-post .site {
        overflow: hidden;
    }
    .single-post .vat-calc-home .vat-calc {
        background: #fff;
        width: 100%;
        min-width: 245px;
        max-width: 300px;
        padding: 20px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    .single-post .side-left {
        min-width: 300px;
    }
}

.site-header {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
}

.home-23521 .search-form {
    z-index: 7;
}

#AccountingEquition,
#NetProfit,
#GrossMargin,
#CurrentRatio,
#QuickRatio,
#WorkingCapital,
#CashRatio,
#OperatingRatio,
#ReturnOnAssets,
#ReturnOnEquity,
#EarningsPerShare,
#DebtRatio {
    display: none;
}

.dropdown-quize .dropdown-options {
    width: 95%;
    margin: 0 auto;
    padding: 30px 10px;
    border: 1px solid #e2e2e2;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.dropdown-quize .dropdown-form {
    width: 95%;
    margin: 25px auto 0 auto;
    padding: 10px;
    border: 1px solid #e2e2e2;
    /* box-shadow: 0 0 5px #e4e4e4; */
    background: #F0F0F0;
    /* border-radius: 5px; */
}

.dropdown-quize select {
    padding: 5px;
    font-size: 20px;
    width: 90%;
    background: #F0F0F0;
    padding: 5px;
}

.dropdown-quize .dropdown-options {
    font-family: Arial;
}

.dropdown-quize .show-hide {
    font-size: 20px;
}

.dropdown-quize .ratio-form {
    padding: 5px;
    border: solid 1px #e4e4e4;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.dropdown-quize .header-ratio-form {
    padding: 5px;
    border: solid 1px #e4e4e4;
    background: #f2f2f2;
}

@media only screen and (max-width: 768px) {
    .search-bar-home {
        display: none;
    }
}

.vat-calc-home {
    display: flex;
    gap: 20px;
}

.vat-calc-home h3 {
    font-size: 15px;
    border-bottom: solid 1px #e4e4e4;
}

@media only screen and (max-width: 768px) {
    .vat-calc-home {
        display: table;
    }
}

.vat-calc-home .vat-calc {
    background: #fff;
    width: 300px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.vat-calc-home .vat-calc label {
    width: 49%;
    font-size: 15px;
    line-height: 1;
    display: inline-block;
}

.vat-calc-home .vat-calc .input {
    width: 30%;
}

.home-join-button-sidebar .cards {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
}

.home-join-button-sidebar .services {
    display: block;
    align-items: center;
}

.home-join-button-sidebar .content {
    display: inline-flex;
    /* flex-wrap: wrap; */
    flex: 1;
    margin: 10px auto;
    padding: 20px;
    border: 2px solid black;
    border-radius: 4px;
    transition: all .3s ease;
    width: 240px;
    align-items: flex-end;
}

.home-join-button-sidebar .content>* {
    flex: 1 1 100%;
}

.home-join-button-sidebar .content a {
    margin: 22px 0;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid black;
    padding: 15px 0;
    border-radius: 25px;
    transition: .3s ease;
}

.home-join-button .cards {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
}

.home-join-button .cards h1 {
    font-size: 40px;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.home-join-button .services {
    display: flex;
    align-items: center;
}

.home-join-button .content {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    margin: 20px;
    padding: 20px;
    border: 2px solid black;
    border-radius: 4px;
    transition: all .3s ease;
}

.home-join-button .content .fab {
    font-size: 70px;
    margin: 16px 0;
}

.home-join-button .content>* {
    flex: 1 1 100%;
}

.home-join-button .content:hover {
    color: white;
}

.content:hover a {
    border-color: white;
    background: white;
}

.home-join-button .content-1:hover {
    border-color: #4267B2;
    background: #4267B2;
}

.home-join-button .content-1:hover a {
    color: #4267B2;
}

.home-join-button .content-2:hover {
    border-color: #075e54;
    background: #075e54;
}

.home-join-button .content-2:hover a {
    color: #075e54;
}

.home-join-button .content-3:hover {
    border-color: #ff0000;
    background: #ff0000;
}

.home-join-button .content-3:hover a {
    color: #ff0000;
}

.home-join-button .content h2 {
    font-size: 30px;
    margin: 16px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.home-join-button .content p {
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
}

.home-join-button .content a {
    margin: 22px 0;
    background: black;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid black;
    padding: 15px 0;
    border-radius: 25px;
    transition: .3s ease;
}

.home-join-button .content a:hover {
    border-radius: 4px;
}

@media (max-width: 900px) {
    .home-join-button .services {
        display: flex;
        flex-direction: column;
    }
}

.home-youtube .cat-item {
    width: 300px;
    margin: 10px;
}

.home-youtube {
    display: inline-flex;
}

@media only screen and (max-width: 992px) {
    .home-youtube {
        display: block;
    }
}

.home-youtube .card-title {
    min-height: 160px;
}

.excel-side .cardContent-course {
    width: 100% !important;
}

@media only screen and (min-width: 768px) {
    .home-23521 .card-archive {
        width: 100%;
        display: list-item;
        height: 250px;
        max-width: 750px;
        margin: 0 auto 40px auto;
        border-radius: 0;
        float: none;
        border: none;
        box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    }
    .home-23521 .card-title {
        border-top: solid 5px #aaa;
        background: #e4e4e4;
    }
}

.home-23521 .col-4 {
    width: 50%;
}

.home-23521 .course-home350 {
    width: 350px;
    margin: 0 auto;
}

@media only screen and (max-width: 360px) {
    .home-23521 .course-home350 {
        width: 300px;
    }
}

@media only screen and (max-width: 768px) {
    .home-23521 .col-4 {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .content-area .tutor-grid-3 {
        grid-template-columns: repeat(1, 35%);
        place-content: center;
    }
}

@media all {
    .fa-regular {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: var(--fa-display, inline-block);
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        text-rendering: auto;
    }
    .fa-calendar:before {
        content: "\f133";
    }
    .fa-eye:before {
        content: "\f06e";
    }
    .fa-regular {
        font-family: "Font Awesome 6 Free";
        font-weight: 400;
    }
}

@media (min-width: 992px) {
    .base-content .content-area {
        flex: 1;
    }
}

.content-area {
    max-width: 650px;
    margin: 0 auto;
}

.content-area .base-box {
    padding: 20px;
    background-color: #e4e4e4;
    position: relative;
    border-right: 1px solid #ccc;
}

.content-area .base-box:hover::before {
    background-color: var(--primary-color-alt);
}

.content-area .base-box::before {
    content: "";
    position: absolute;
    right: -2px;
    width: 3px;
    background-color: var(--primary-color);
    height: 80px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}

.content-area .base-box:not(:last-child) {
    margin-bottom: 15px;
}

.content-area .base-box>a {
    font-weight: bold;
    font-size: 20px;
    color: black;
    /*  width: fit-content; */
    display: block;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}

.content-area .base-box>a::before {
    content: "";
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    opacity: 0.1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px 10px;
    transition: 0.3s;
}

.content-area .base-box>a:hover::before {
    width: 100%;
}

.content-area .base-box>a span {
    position: relative;
    z-index: 1;
}

.content-area .base-box .excerpt {
    line-height: 2;
}

.content-area .base-box .info {
    margin-top: 20px;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
}

.base-box .info i {
    color: #777;
    margin-left: 5px;
}

.single-lesson .course-m3l0ma,
.single-courses .course-m3l0ma,
.post-type-archive-courses .course-m3l0ma {
    display: none;
}

tr,
td,
th {
    border: 1px solid #d5d5d5;
    padding: 6px;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    text-align: center;
}

th {
    background-color: #ff8e00;
    color: #FFFFFF;
}

table {
    text-align: center;
    background-color: #F3F3F9;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
}

table.center {
    margin: 50px auto;
    width: 80%;
    min-width: 340px;
}

@media (max-width: 500px) {
    tr,
    td,
    th {
        font-size: 15px !important;
        font-weight: 400 !important;
    }
}

@media (max-width: 500px) {
    .tutor-fs-6 .video-container iframe {
        width: 330px !important;
    }
}

/* start code for course */

.link-course {
    width: 100%;
    display: flex;
    align-items: center;
    border-width: 1px;
    border-radius: 1px;
    height: 80px;
    outline: none !important;
    text-decoration: none !important;
    color: #000 !important;
    font-size: 14px !important;
}

/*Card*/

#card-course {
    margin: 20px auto;
    padding: 0 20px;
    max-width: 286px;
    width: 100%;
}

#cardTitle-course {
    font-size: 19px;
}

#cardLayout-course {
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	    font-size: 15px;
}

.cardContent-course {
    display: flex;
    align-items: center;
    border-style: solid;
    border-color: rgb(200, 200, 200);
    border-width: 1px;
    border-radius: 1px;
    height: 80px;
    padding: 0 15px;
    /* width: 27%; */
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.home-23521 .cardContent-course {
    width: 27%;
}

@media (max-width: 570px) {
    .home-23521 .cardContent-course {
        width: 100%;
    }
}

.cardContent-course:hover {
    cursor: pointer;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.03);
}

.cardIcon-course {
    height: 40px;
    margin-left: 15px;
}

#cardDev-course {
    margin-right: 3%;
    margin-bottom: 10px;
}

#cardBus-course {
    margin-right: 3%;
}

#cardDes-course {
    margin-right: 3%;
    margin-bottom: 10px;
}

#cardMar-course {
    margin-right: 3%;
}

#cardPho-course {
    margin-right: 3%;
}

/*CSS for responsive*/

@media (max-width: 825px) {
    .cardContent-course {
        /*  width: 42%; */
    }
    #cardBus-course {
        margin-right: 0;
    }
    #cardIT-course {
        margin-right: 3%;
    }
    #cardDes-course {
        margin-right: 0;
    }
    #cardMar-course {
        margin-bottom: 10px;
    }
}

@media(max-width: 570px) {
    .cardContent-course {
        width: 100%;
    }
    #cardDev-course {
        margin-right: 0;
    }
    #cardBus-course {
        margin-bottom: 10px;
    }
    #cardIT-course {
        margin-right: 0;
        margin-bottom: 10px;
    }
    #cardMar-course {
        margin-right: 0;
    }
    #cardPho-course {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 0;
    }
}

/* end code for course */

.support-site {
    position: fixed;
    bottom: 7px;
    right: 77px;
    /* fill: white; */
    /* width: 50px; */
    /* height: 50px; */
    padding: 3px;
    background-color: #ff8e00;
    border-radius: 6px;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    /* box-shadow: 2px 2px 11px rgb(0 0 0 / 70%); */
    z-index: 10;
    font-size: 15px;
    color: aliceblue;
    z-index:16;
}

@media only screen and (max-width: 850px) {
    .support-site {
        bottom: 7px;
    }
}

/* start custom css */

/* https://hostpapasupport.com/how-to-add-custom-styles-to-wordpress-visual-editor/ */

.question-block-1 {
    border: solid 1px #e4e4e4;
    text-align: center;
    background: antiquewhite;
    display: block;
}

.answer-block-1 {
    border: solid 1px #e4e4e4;
    text-align: center;
    background: cadetblue;
    display: block;
    color: #fff;
}

.debit-block-1 {
    border-top: solid 1px #e4e4e4;
    display: block;
}

.credit-block-1 {
    border-bottom: solid 1px #e4e4e4;
    display: block;
}

/* end answer css */

.contact-wpforms-hossam {
    direction: rtl;
    text-align: right;
    max-width: 600px;
    margin: 0 auto;
}

@media screen and (min-width: 992px) {
    .site-call-us {
        float: left;
        padding: 10px 0;
    }
}

@media screen and (max-width: 992px) {
    .site-call-us {
        display: none;
    }
}

* {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    box-sizing: border-box
}

*:before,
*:after {
    box-sizing: border-box
}

body {
    font-family: 'Tajawal', sans-serif;
    color: #333;
    background: #e3e3e3;
    font-size: 18px;
    line-height: 2
}

a {
    color: #333;
    text-decoration: none;
}

.dark-mode a {
    color: #fff;
}

a:active,
a:hover {
    outline-width: 0;
}

button {
    -webkit-appearance: button;
    cursor: pointer;
}

.site {
    position: relative;
    word-wrap: break-word;
}

.wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    padding: 0 15px;
}

.gallery:before,
.gallery:after,
.clear:before,
.clear:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.gallery:after,
.clear:after {
    clear: both;
}

.wrapper:after {
    clear: both;
    content: "";
    display: block;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.search-active {
    overflow: hidden;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.txtcenter {
    text-align: center;
}

.main-navigation ul,
.unstyled {
    list-style: none;
}

.list-inline li {
    display: inline-block
}

/*--------------------------------------------------------------
4.0 header
--------------------------------------------------------------*/

.site-header {
    background: #0066a5;
    background: -moz-linear-gradient(top, #73b800, #759c34);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
}

.site-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.tool-card {
    text-align: center;
    background: #2e93d7;
    border-radius: 10px;
    box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 15%);
    margin: 15px 0;
    padding: 12px 0;
    color: #fff;
}

.tool-title {
    color: #fff
}

.switch {
    position: relative;
    display: inline-block;
    width: 47px;
    height: 25px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 0px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.dark-mode .slider,
input:checked+.slider {
    background-color: #2e93d7;
}

.dark-mode .slider,
input:focus+.slider {
    box-shadow: 0 0 1px #2e93d7;
}

.dark-mode .slider:before,
input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


.site-branding {
    display: inline-block;
}

.site-branding a {
    font-size: 20px;
    font-weight: 900;
    color: #FEE701;
}

.logo-link,
.widget-card .img-link {
    display: inline-block;
    height: 100%;
}

.nav-bar {
    box-shadow: 0 0 9px 1px rgba(100, 100, 100, .3);
    height: 50px;
}

.main-navigation {
    position: fixed;
    bottom: 60px;
    z-index: 9999;
    left: 0;
    right: 0;
    background: #eaeaea;
}

.dark-mode .main-navigation {
    background-color: #474747;
    box-shadow: -1px -12px 16px 5px rgba(255, 255, 255, 0.08);
}

.main-navigation,
/* .search-wrap, */

.sub-menu,
.scrollUp,
.no-js .menu-toggle,
.no-js .search-toggle,
.no-js .dropdown-toggle {
    display: none;
}

.main-navigation.toggle-on {
    display: block;
}

.menu-toggle,
.search-toggle {
    background: transparent;
    padding: 4px 10px;
}

.js .menu-items.toggled-on,
.js .menu-items .sub-menu.toggled-on,
.js .search-wrap.toggled-on {
    display: block;
}

.mobile-btn {
    float: left;
}

.site-branding {
    float: right;
}

.menu-items {
    line-height: 28px;
}

.menu-items li {
    position: relative;
}

.menu-items>li {
    display: block;
    padding: 5px 20px;
    margin: 5px 0;
    border-radius: 7px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.33);
}

.menu-items>li:last-child {
    border-bottom: 0;
}

.search-toggle {
    padding: 11px
}

.menu-items a {
    font-weight: 600;
    white-space: nowrap;
    display: block;
    padding: 5px 0;
    text-decoration: none;
}

.dark-mode .menu-items a {
    color: #fff
}

.menu-items li:hover>a {
    color: #205D86
}

.menu-items .sub-menu li {
    display: inline-block;
}

.site-content {
    margin: 170px 0 0 0;
}

.icon-angle-down {
    border: solid #5f6f81;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.dropdown-toggle {
    background: 0 0;
    display: block;
    left: 0;
    padding: 9px;
    position: absolute;
    top: 0;
}

.dropdown-toggle.toggled-on .icon-angle-down {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

.menu-items .sub-menu {
    padding-right: 20px;
}

.search-wrap {
    padding: 5px 0;
}

.search-inner {
    position: relative;
}

.search-form {
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 40px;
}

.search-wrap-close {
    position: absolute;
    top: 5%;
    right: 50%;
    cursor: pointer;
    z-index: 9999;
    background: transparent;
    transform: translate(50%);
}

@media only screen and (max-width: 480px) {
    .search-form {
        height: auto;
    }
    .nav-bar {
        height: 43px;
    }
    .search-submit {
        padding: 0 10px !important;
    }
}

.search-input {
    width: 100%;
    padding: 5px;
    -webkit-appearance: none;
	-webkit-border-radius:none;
    font-size: 20px;
    background: #fff;
   border-radius: 0 !important;
}
input.search-input {
    -webkit-appearance: none;
	-webkit-border-radius:none;
}

.search-submit {
    padding: 0 22px;
    background: #FEE701;
    
}

.recent-srch,
.srch-overlay {
    display: none;
}

.search-active .recent-srch,
.search-active .srch-overlay {
    display: block;
}

.search-active .search-input {
    /*   border-bottom-left-radius: 0; */
}

.search-active .search-submit {
    /*  border-bottom-right-radius: 0; */
}

.search-active .search-wrap {
    display: block;
}

.search-active .search-form {
    border-bottom: 1px solid rgb(0, 0, 0, 12%);
}

.dark-mode .recent-srch {
    background: #202020;
}

.dark-mode .recent-srch .inner {
    border-bottom: 1px solid rgb(200, 215, 225, 11%);
}

.dark-mode .search-submit,
.dark-mode .search-input {
    background: #353535;
}

.recent-srch {
    position: absolute;
    background: #f1f1f1;
    z-index: 99;
    left: 0;
    right: 0;
    top: 45px;
}

.srch-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    /* background: rgb(0, 0, 0 , 0.76); */
    bottom: 0;
    top: 0;
    z-index: 9;
}

.recent-srch a:hover {
    color: #2e93d7;
    text-decoration: underline;
}

.recent-srch .separator {
    margin: 0 10px;
}

.recent-srch .sub-title {
    margin: 10px 0;
    color: #5d5d5d;
}

.recent-srch .inner {
    padding: 0 15px 20px 15px;
    border-bottom: 1px solid #c8d7e1;
}

.mr-5 {
    margin-right: 15px
}

.mt-5 {
    margin-top: 50px;
}

.col-contact {
    text-align: center;
    background: #2e93d7;
    border-radius: 10px;
    box-shadow: 1px 1px 5px 1px rgb(0, 0, 0, 0.15);
    min-height: 89px;
    line-height: 82px;
    margin-bottom: 15px;
}

/*--------------------------------------------------------------
4.0 footer
--------------------------------------------------------------*/

.site-footer {
    margin-top: 70px;
}

.site-footer a:hover {
    text-decoration: underline;
}

.site-footer.mb {
    margin-bottom: 50px
}

.site-footer .block {
    padding: 16px;
    position: relative;
}

.site-info p {
    text-align: justify;
    font-size: 15px;
    margin-bottom: 15px
}

.site-footer .block .subtitle {
    color: #0F4880;
    margin-bottom: 33px
}

.site-footer ul li {
    margin-bottom: 5px;
}

.subtitle {
    position: relative;
    margin-bottom: 33px;
    font-size: 22px
}

.social-follow {
    margin-top: 15px
}

.fb-ico,
.app-share a,
.social-share a,
.social-follow li {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 52px;
    border-radius: 50%;
    margin: 0 5px 10px 5px;
    display: block;
}

.fb-ico {
    margin: 0 auto;
}

.facebook {
    background-color: #2f55a4;
}

.twitter {
    background-color: #38A1F3;
}

.whats-app {
    background-color: #00AA55
}

.whatsapp-ico {
    fill: white;
    width: 50px;
    height: 50px;
    padding: 3px;
    background-color: #4dc247;
    border-radius: 50%;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    /* box-shadow: 2px 2px 11px rgba(0,0,0,0.7); */
    /*    position: fixed;
    bottom: 20px;
    right : 20px;*/
    z-index: 15;
}

.fixed-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.whatsapp-ico:hover {
    box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.7);
}

.youtube {
    background-color: #ff0000;
}

.site-copyright {
    color: #fff;
    background-color: #152735;
    padding: 15px
}

.scrollUp {
    background-color: #fff;
    position: fixed;
    bottom: 70px;
    left: 4px;
    width: 45px;
    height: 45px;
    line-height: 55px;
    border: 1px solid #2e93d7;
    border-radius: 50%;
    text-align: center;
}

.js .scrollUp.toggled-on {
    display: block;
}

.mob-menu {
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    right: 0;
    box-shadow: -2px -5px 13px 4px rgb(50 50 50 / 18%);
    border-top: 1px solid #c0c0c0;
}

.mob-menu>ul>li {
    width: 23.9%;
    border-left: 1px solid #c0c0c0;
    text-align: center;
    position: relative;
}

.mob-menu li:last-child {
    border: 0;
}

.mob-menu>ul>li>a {
    display: inline-block;
    padding: 5px 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
}

.app-share {
    /*     display: none;
    position: absolute;
    bottom: 58px;
    right: 18%; */
}

.app-share.toggle-on {
    /*    display: block; */
}

.mob-menu .ico {
    display: block;
}

.mob-menu .ico svg {
    fill: #2e93d7;
}

.dark-mode .mob-menu,
.dark-mode .site-header,
body.dark-mode {
    color: #fff;
    background: #222;
}

.dark-mode .mob-menu>ul>li {
    border-left: 1px solid rgb(255 255 255 / 15%);
}

.dark-mode .mob-menu {
    border-top: 1px solid rgb(255 255 255 / 15%);
}

.dark-mode .article-edit {
    color: #fff;
    background: #181818;
}

.dark-mode input[type="text"],
.dark-mode input[type="email"],
.dark-mode input[type="url"],
.dark-mode textarea,
.dark-mode select {
    color: #fff;
    background: #191919;
    border: none;
}

.search-submit svg {
    fill: #2e93d7
}

.dark-mode .entry-meta {
    color: #aaa;
}

.dark-mode .scrollUp {
    background: #202020;
    border: 1px solid #313131;
}

.dark-mode .site-copyright {
    color: #fff;
    background: #121212;
}

.home-23521 {
    background: #fff;
    padding: 10px;
    margin-top: 128px;
}

@media only screen and (min-width: 768px) {
    .col {
        float: right;
        padding-left: 20px;
    }
    .col-4 {
        width: 33%;
    }
    .wrapper {
        max-width: 1200px;
    }
}

.side-left {
    background: #fff;
 
}

@media only screen and (min-width: 992px) {
    .content-right {
        width: 70%;
        float: left;
    }
    .side-left {
        width: 27%;
        float: right;
    }
    .widget-card {
        width: 47.0588235294%;
    }
    .dark-mode .main-navigation {
        box-shadow: 0px 1px 3px 0px rgb(255 255 255 / 8%);
    }
    .site-branding {
        width: 19%;
    }
    .site-branding {
        vertical-align: middle;
    }
    .nav-bar {
        background-color: transparent;
        box-shadow: none;
        height: 50px;
    }
    .search-wrap,
    .site-branding,
    .site-footer .block {
        float: right;
    }
    .search-wrap {
        display: inline-block;
        width: 55%;
    }
    .col-contact {
        width: 31%;
        margin-left: 17px;
        float: right;
        line-height: 146px;
        min-height: 150px;
        margin-bottom: 25px;
    }
    .site-branding .wrapper {
        text-align: right;
        padding: 0
    }
    .main-navigation {
        position: fixed;
        top: 53px;
        z-index: 9999;
        left: 14%;
        right: auto;
        bottom: auto;
        background: #fff;
        text-align: revert;
        -webkit-box-shadow: 0px 2px 5px 0 rgb(0, 0, 0, 0.17);
        box-shadow: 0px 2px 5px 0 rgb(0, 0, 0, 0.17);
        min-width: 42%;
    }
    .menu-items>li {
        border: none;
        display: inline-block;
        background: transparent
    }
    .site-info {
        width: 38%;
    }
    .second-menu {
        width: 21%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .terms {
        width: 40%;
        text-align: justify;
    }
    .site-footer .wrapper {
        padding: 30px 0;
    }
}