/* start added by hossam*/

/*example_responsive adsense*/
.example_responsive_1 { width: 320px; height: 100px;}
@media(min-width: 500px) { .example_responsive_1 { width: 468px; height: 60px; } }
@media(min-width: 800px) { .example_responsive_1 { width: 728px; height: 90px; } }
.ads-top { width: 320px; height: 100px; display: block; margin-left: auto; margin-right: auto;}
.ads-indside {margin-right: -12px;}
@media(min-width: 500px) { .ads-top { width: 468px; height: 60px; margin-right: -10px;} }
@media(min-width: 800px) { .ads-top { width: 728px; height: 90px; margin-right: auto;} }
/*example_responsive adsense*/

/*example_responsive adsense*/
.example_responsive_2 { width: 320px; height: 250px;}
@media(min-width: 500px) { .example_responsive_2 { width: 320px; height: 250px; } }
@media(min-width: 800px) { .example_responsive_2 { width: 320px; height: 250px; } }
.ads-side {width: 320px; height: 250px; display: block; margin-left: auto; margin-right: auto;}

@media(min-width: 500px) { .ads-side { width: 320px; height: 250px; margin-right: auto;} }
@media(min-width: 800px) { .ads-side { width: 320px; height: 250px; margin-right: auto;} }
/*example_responsive adsense*/
/* end added by hossam*/
.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.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: #f4f4f4;
}
.widgets-area h1,.widgets-area h2,.widgets-area h3,.widgets-area h4,.widgets-area h5,.widgets-area h6 {
        background-color: #ff8e00;
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
	    text-align: center;
    font-size: 20px;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 15px;
}

p {
    margin: 0 0 1.5em;
    padding: 0
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-info {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.article-edit,
.shadow-border,.comment-respond {
    border: 1px solid rgba(0, 0, 0, 19%);
   
     overflow: hidden;
}
.shadow-border,.comment-respond,.shadow{
    -moz-box-shadow: 0 2px 8px 0 rgba(20,96,170,0.1);
    -webkit-box-shadow: 0 2px 8px 0 rgba(20,96,170,0.1);
    box-shadow: 0 2px 8px 0 rgba(20,96,170,0.1);
}
.comment-respond {
    background: #fff;
    padding: 15px;
    margin-bottom: 50px;
}
.dark-mode blockquote{
        background: #191919;
}
.dark-mode .comment-respond,
.dark-mode .shadow-border{
    background: #202020;
}
.table-of-contents {
    display: table;
    /* margin-right: -20px; */
    padding: 10px;
    width: auto;
    font-size: 15px;
    line-height: 30px;
    border-right: 0;
    background: transparent;
    min-width: 350px;
    /* width: 50%; */
    border: 1px solid #e4e4e4;
    /* margin-left: 37px; */
}
.table-of-contents ol li a{
    text-decoration: none;
}
.table-of-contents ol ol{
    padding-right: 0;
    margin-right: 15px;
}
.table-of-contents ol{
    padding-right: 15px;
   
}
.table-of-contents > ol > li > a{
    font-weight: 900
}
.table-of-contents a{
    color:#2e93d7;
}
.breadcrumbs {
    margin-bottom: 30px;
    font-size: 16px;
   
    background: #fff;
    padding: 10px;
}

.breadcrumbs a, .breadcrumbs span {
    margin-left: 6px;
    display: inline-block;
}
.page-banner .breadcrumbs a{
    color: #fff;
}
.breadcrumbs .separator {
    color: #2e93d7;
}
.marg-50 {
    margin: 50px 0;
}
.marg-30{
    margin: 30px 0;
}

.main-content{
    position: relative;
}
.post-content{
   padding: 16px;
   background:#fff;
}
.entry-title{
    margin: 0 0 .2em;
}
.post-count{
    float: left;
    padding: 0 5px;
    color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    min-width: 25px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    font-size: 14px;
    margin-top: 0;
    background: #2e93d7;
    width: 30px;
}
.cat-item {
        border-bottom: 1px solid rgb(0 0 0 / 8%);
        padding: 8px 0px;
		text-align: center;
    font-size: 17px;
}
.cat-item:hover {
    background-color: #f2f2f2;
    /* color: #0452FA; */
    border-right: solid 4px #73b800;
/*     cursor: pointer;
 */	}
.cat-item .children .cat-item{
    border-bottom: 0;
}
.cat-item:last-child{
    border: 0
}

.comment-list .reply a {
    font-weight: 800;
    padding: 0 10px;
    background-color: #2e6b91;
    border-color: #2e6b91;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
}
.article-edit{
    font-weight: 800;
    padding: 0 10px;
    background-color: #ffffff;
    color: #000;
    border-radius: 5px;
    display: inline-block;
}
img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.post-content img {
    border-radius: 10px;
    box-shadow: 0 1px 3px 1px #868686;
}

.table-of-contents,
.wp-caption,
.entry-meta,
.post-thumbnail,
.post-content ol,
.post-content ul,
.post-content p{
    margin-bottom: 25px;
}
.entry-meta{
    font-size: 15px;
}
.entry-content a{
    color: #0B81DD;
}
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    margin: 0 0 0.5em;
}
.sec-color,
.widget-card:hover p a,
.comment-list a:hover,
.logged-in-as a:hover,
.breadcrumbs a:hover,
.not-found .page-title,
.entry-content a,
 {
    color: #2e93d7;
}
.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}
.mejs-container {
    padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
    max-width: 100% !important;
}
video.wp-video-shortcode {
    position: relative;
}
.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mejs-controls {
    display: none;
}
.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}
.mejs-container .mejs-controls {
    background: #08f;
    color: #fff;
}
.mejs-container .mejs-time-current {
    background: #ffffff;
}
.mejs-container .mejs-time-loaded,
.mejs-container .mejs-horizontal-volume-current {
    background: rgba(255, 255, 255, 0.5);
}
.mejs-container.wp-video-shortcode.mejs-video {
    padding-top: 57%;
}

.entry-content a{
    text-decoration: underline;
}
.article-edit{
    position: absolute;
    top: -15px;
    left: 25px;
}
.entry-content a:hover{
    text-decoration: none;
}
.post-content ul {
    list-style: square;
}
.m-80{
        margin: 80px auto;
}
.shadow {
    -moz-box-shadow: 0 2px 8px 0 rgba(50,50,50,.08);
    -webkit-box-shadow: 0 2px 8px 0 rgba(50,50,50,.08);
    box-shadow: 0 2px 8px 0 rgba(50,50,50,.08);
}
.card-border {
    border: 1px solid #c8d7e1;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 30px;
}
.contact-form textarea{
    max-height: 215px;
}
.post-content ol,
.post-content  ul {
    padding-right: 15px;
    padding-left: 0;
    margin-right: 20px;
    margin-left: 0;
    margin-bottom: 7px;
}

.wp-caption {
    background: #fff;
    border: 1px solid #c8d7e1;
    text-align: center;
    max-width: 96%;
    padding: 5px 3px 10px
}

.wp-caption img {
    border: 0;
    height: auto;
    max-width: 98.5%;
    width: auto
}

.wp-caption p.wp-caption-text {
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

blockquote {
  background: #eee;
  border-right: 10px solid #3477DB;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
.social-share {
    position: static;
    margin-left: -52px;
    top: 30px;
    left: 0;
    display: inline-flex;
}
.social-share.sticky {
   /*  position: fixed;
    top: 75px;
    margin-right: -52px; */
}
.scroll-up .social-share.sticky{
    top: 70px
}

.linkedin{
    background: #238cc8;
}
.tumblr{
    background: #35465c;
}
.pinterest{
    background: #e13138;
}

.comments-box,.comment-respond,.widget-related{
    padding: 16px;
	margin-bottom: 20px;
}
.comments-box{
background: #fff;
}
.mb-b-30{
    margin-bottom: 30px;
}

.entry-meta,
.logged-in-as a,
.comment-list a{
    color: #404040
}
.dark-mode .entry-meta,
.dark-mode .logged-in-as a,
.dark-mode .comment-list a{
    color: #aaa;
}
.comment-list .comment {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.comment-list .comment:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.comment-list .comment-body {
    line-height: 1.8;
    margin-top: 10px;
}
.comment-list .comment-author img {
    border-radius: 50%;
    box-shadow: 0 0 8px #e0e7f1;
    border: 2px solid #ffffff;
    margin-left: 20px;
    float: right;
}
.comment-list .comment-author .fn {
    font-size: 18px;
    margin-bottom: 15px;
}
.logged-in-as a,
.comment-metadata a{
    font-size: 15px
}
.comment-list .comment-content {
    overflow: hidden;
    padding-top: 10px;
}
.comment-list .comment-body p {
    margin-bottom: 7px;
}
.comment-list ol.children {
    margin-right: 75px;
    margin-top: 20px;
}
.says{
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

label {
font-weight: 800;
    line-height: 2.4;
    margin-right: 10px;
}

.comment-form input[type="text"],.comment-form input[type="email"],.comment-form input[type="url"],.comment-form textarea,.comment-form select{
    font-size: 20px;
    background: #fbfbfb;
    border: 1px solid #c8d7e1;
    border-radius: 25px;
    display: block;
    padding: 12px 30px;
    margin-bottom: 20px;
    width: 100%;
}

input[type="submit"] {
    background-color: #205D86;
    border-radius: 25px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 800;
    padding: 7px 15px;
}
.flex-container {
    display: table;
    width: 100%;
}

.form-submit{
    margin: 15px 0
}
.required{
    color: #f44336
}

.card{
    text-align: center;
    display: inline-block;
    margin-bottom: 25px;
    transition: 0.15s;
}
.card-title {
    font-size: 1.15em;
    font-weight: 700;
    margin: 0px;
    padding: 15px 5px 25px;
}
.card-title p{
    margin: 0
}
.widget-card{
    width: 31.8221447254%;
    float: right;
}
.widget-cards .widget-card:not(:nth-child(3n+1)) {
    margin-right: 2.1795989538%;
}

.widget-cards .widget-card:nth-child(3n+1) {
    margin-right: 0;
    clear: right;
}

.widget-card img{
    border-radius: 10px;
    box-shadow: 0px 1px 3px 1px #868686;
}
.table-of-contents,
.post-content img,
.widget-card img{
    border: 2px solid rgba(0, 0, 0, 0.11);
}
.widget-card p{
font-size: 14px;
    line-height: 1.8;
    margin-top: 14px;
    font-weight: 600;
}

.card:hover{
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -ms-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
}

.card-archive:hover{
    box-shadow: 0 16px 20px 0 rgba(0,0,0,.48);
}
.page-header{
    padding: 16px;
    margin-top: 30px;
}

.load-more {
    background: #2e93d7;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    width: 60%;
    font-weight: 900;
    border-bottom: 3px solid rgba(0, 0, 0, 0.15);
    height: 50px;
}
.load-more:disabled,
.load-more[disabled] {
    background-color: #d86d0f;
}
.loader {
    border: 4px solid #fff;
    border-radius: 50%;
    border-top: 4px solid transparent;
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1.5s linear infinite;
    margin-right: 10px;
}
.input{
    background: #fbfbfb;
    border: 1px solid #c8d7e1;
}
.mb-30{
    margin-bottom: 30px;
}
table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: right;
	border: solid 1px #bdbdbd;
}
.main-content table>tbody>tr>td, .main-content table>tbody>tr>th, .main-content table>tfoot>tr>td, .main-content table>tfoot>tr>th, .main-content table>thead>tr>td, .main-content table>thead>tr>th {
    padding: 7px 0;
    font-size: 10px;
    font-weight: 900;
}
.main-content table>thead>tr>td, .main-content table>thead>tr>th {
    border-bottom-width: 2px;
}
.tax .input{
    padding: 5px;
    border-radius: 10px;
    width: 95%;
    margin: 0;
}
.col-2{
    width: 28%;
}
.tax-total{
    display: block;
    background: #2d93d7;
    width: 80%;
    color: #fff;
    text-align: center;
}
::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder {
    color: #fff;
  }
  
  ::-ms-input-placeholder { 
    color: #fff;
  }
  .no-padd{
      padding: 0;
  }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.lg-padd {
    margin: 20px 10px;
    padding: 10px;
    background: #fff;
}

input[type=number] {
  -moz-appearance: textfield;
}
.vat-calc .input{
    border-radius: 6px;
    width: 40%;
    margin: 15px;
    padding: 10px 15px;
}
.vat-calc label{
    width: 45%;
    display: inline-block;
}
.vat-calc input:disabled{
    background: #e7eaed;
}


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

@media only screen and (min-width: 480px){
    .card-archive {
        width: 45%;
        float: right;
        margin-right: 2.7%;
        margin-left: auto;
    }
    .card-archive:nth-child(2n+1) {
        clear: right;
    }
}
@media only screen and (max-width: 480px){
	.table-of-contents {
	min-width:296px;
}
.search-form{
    width: 170px;
    left: 40px;
}
.search-wrap {
    padding: 5px 0;
}
.search-active .search-form {
    width: 100%;
    left: 0;
}
}
@media only screen and (max-width: 992px) and (min-width: 480px){
.search-form {
    width: 70%;
    left: 50px;
}

}
.finance-example-main-content {
        display: flex;
    }
	.finance-example-post-content {
        width: 30%;
		margin-left: 15px;
    }

@media only screen and (max-width: 480px){
    
	.finance-example-main-content {
        display: block;
    }
	.finance-example-post-content {
        width: 95%;
    }
}

@media only screen and (min-width: 768px){

    .vat-calc label {
        width: 21%;
    }
    .vat-calc .input{
        width: 15%;
    }
.lg-padd{
    padding: 15px;
}
.main-content table>tbody>tr>td, .main-content table>tbody>tr>th, .main-content table>tfoot>tr>td, .main-content table>tfoot>tr>th, .main-content table>thead>tr>td, .main-content table>thead>tr>th {
    font-size: 15px;
    font-weight: 300;
}
.main-content table>thead>tr>th{
    font-weight: 900;
}
.col-2{
    width: 42%;
}
.card-archive{
    width: 30%;
}
.card-archive:nth-child(2n+1){
    clear: none;
}
.card-archive:nth-child(3n+1){
    clear: right;
}
.comment-form-email,
.comment-form-url{
width: 48%;
float: right;
}
.comment-form-email{
        margin-left: 4%;
}
.not-found .page-title{
    font-size: 90px;
}
.content-info {
    width: 50%;
    display: table-cell;
}
.contact-form {
    width: 50%;
    display: table-cell;
}

}
@media only screen and (min-width: 992px){
.content-right {
    width: 70%;
    float: left;
}
.side-left {
    width: 27%;
    float: right;
    background: #fff;
  
}
.widget-card {
    width: 47.0588235294%;
}
.widget-cards .widget-card:nth-child(odd) {
        clear: right;
}
.widget-cards .widget-card:nth-child(3n+1){
    clear: none;
}
.widget-cards .widget-card:not(:nth-child(3n+1)) {
    margin-right: 0;
}
.widget-cards .widget-card:nth-child(2n) {
    margin-right: 5.3333333333%;
}
}