@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

html body{
    font-family: "Titillium Web", sans-serif;
}

.cols {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
}

.forum_header{
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background: #004693;
    padding:10px;
    color:#fff;
    font-weight: bold;
}

.forum_header a, .forum_header i{
    color: #ffffff;
}


.forumbg{
    background:#F8F8F8;
    font-family:'Roboto',sans-serif;
    margin-bottom:30px;
}

.forum_body{
    padding:10px 10px 5px;
}

.forum_body .item{
    background:#fff;
    border-bottom:1px solid #ECF0F1;
    padding:15px;
    margin-bottom:10px;
    color:#4C5D77;
    font-size:16px;
    font-weight:300;
}

.forum_body .item a.title{
    color:#676767;
    font-size:1.2em;
    font-weight: 500;
    margin-bottom:10px;
    display: block;

}

.forum_body .item a.title:hover{
    text-decoration: none;
}

.forum_body .item .avatar span{
    display: inline-block;
}

.forum_body .item .avatar span img{
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    top:-12px;
    margin-right:12px;
}

.forum_body .topic-title{
    padding-left:72px;
    position: relative;
}

.forum_body .topic-title i{
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    background: #004693;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size:16px;
}


.forum .m-portlet__head-title h3{
    color:#676767;
    font-size:2em;
    text-transform: none;
    font-family:'Roboto', sans-serif;
    font-weight: 300;
    line-height:1.2em;
}

.forum .answer_list{
    background-color:#F8F8F8;
    padding:10px 10px 5px;
    font-family:'Roboto', sans-serif;
}

.forum .answer_list .list{
    padding:15px;
    margin-bottom:10px;
    background-color:#fff;
    border-bottom:1px solid #ECF0F1;
}

.forum .answer_list .list .profile{
    text-align: center;
    border-right:1px solid #f5f5f5;

}

.forum .answer_list .list .profile img{
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    max-width:100%;
    width:80px;
}
.forum .answer_list .list .profile .avatar{
    margin-bottom:10px;
}

.forum .answer_list .list .profile a{
    display:block;
    text-align: center;
    font-weight:bold;
    color:#666666;
}

.forum .answer_list .list .description{
    font-size:1em;
    color:#333;
}

.forum .answer_list .list .description h1, .forum .answer_list .list .description h2, .forum .answer_list .list .description h3, .forum .answer_list .list .description h4{
    font-size:1.1em;
}

.forum .answer_list .list .author{
    color:#aaaaaa;
}

.forum .answer_list .title{
    font-size:1.2em;
    color:#666;
    font-weight:500;
    margin-bottom:8px;

}

.forum .answer_list .list .comments{
    border-top:1px solid #f5f5f5;

    margin-top:20px;
}

.forum .answer_list .list .comments .comment{
    padding:6px 0;
}

.answer_list .vote{
    font-size:40px;
    margin-top:20px;
    text-align:center;
}

aside.sidebar{
    font-family:'Roboto',sans-serif;
}

aside.sidebar label{
    font-size:1.1em;
    color:#818181;
    margin-bottom: 1px;
    font-weight:400;
}

aside.sidebar form input{
    background-color: #F7F7F7;
    border-color: #edecec;
    color: #333333;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

aside.sidebar form input[type=submit]{
    width:100%;
    background:#004693;
    font-weight:300;
    color:#fff;
}

aside.sidebar form input[type=submit]:hover{
    border-color:#004693;
    opacity:0.7;
}

aside.sidebar h4.heading-primary{
    margin-bottom:15px;
    border-bottom:1px solid #ECF0F1;
    padding-bottom:10px;
    color:#676767;
}

aside.sidebar h4.heading-primary{
    font-weight: 500;
}

.profile_avatar{
    text-align: center;
}

.profile_avatar img{
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width:80px;
}

.profile_info ul{
    padding-left:0;

}

.profile_info ul li{
    list-style:none;
}

.profile_info ul li a{
    color:#676767;
}

.profile_info ul li a i{
    margin-right:5px;
}

.profile_info ul li a:hover{
    color:#004693;
}

hr{
    width:100%;
    height:1px;
    background:#ECF0F1;
}

aside.sidebar .profile_list{
    padding-left:0;
}

aside.sidebar .profile_list li{
    list-style:none;
}

aside.sidebar .profile_list li a{
    color:#676767;
    line-height:2.2em;
    font-size:1.1em;

}

aside.sidebar .profile_list li a i{
    margin-right: 8px;
}

aside.sidebar .profile_list li a:hover{
    color:#004693;
}

.m-card-profile__pic img{
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.m-card-profile__details span, .m-card-profile__details a{
    display: block;
}

.forum .topic-title .additional{
    margin-top:10px;
}

.hidden-xs-up{
    display: block;
}

.hidden-xs-down{
    display: block;
}

.answer_mark{
    position: absolute;
    top:0px;
    right:20px;
    color:#999;
    font-size:30px;
}

.answer_mark.active{
    color:#004693;
}

.answer_mark i{
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.sidebar a.ask_question{
    background:#004693;
    width:100%;
    padding-top:12px;
    padding-bottom:12px;
    text-align:center;
    color:#fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom:20px;

}

.sidebar a.ask_question:hover{
    opacity:0.6;
}


ul.wysihtml5-toolbar{
    padding-left:0;
    background: #cccccc;
}
ul.wysihtml5-toolbar li{
    list-style: none;
    display:inline-block;
    padding-left:0;
}

ul.wysihtml5-toolbar li a{
}

.rating-input .far, .rating-input .fas{
    font-size:22px;
    margin-right:10px;
}

body .shop .star-rating:before{
    content:'';
    display: none;
}

body .shop .star-rating i{
    font-size:10px;
}

body .single-post .post-content .info-box, body article.post.post-large.blog-single-post.arti_list h3 {
    margin-left: 0px !important;
} 

body article.post.post-large.blog-single-post.arti_list .post-block.post-share,body article.post.post-large.blog-single-post.arti_list pre,body article.post.post-large.blog-single-post.arti_list .post-block.post-author.clearfix,body article.post.post-large.blog-single-post.arti_list .post-block.post-comments.clearfix,body article.post.post-large.blog-single-post.arti_list .post-block.post-leave-comment, body article.post.post-large.blog-single-post.arti_list table{
	margin-left:0px !important;
}
body article.post.post-large.blog-single-post.arti_list pre {
    margin-left: 0px;
}


.pageSidbarOuter button {
height: 34.3px;
padding: 6px 4px !important;
box-sizing: revert-layer;
width: 35px !important;
}

.pageSidbarOuter button i {
    position: relative;
    left: 0px;
    margin:0px !important;
}
.lgn.headerSearchOuter .mybtnarrow i {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media(max-width:558px){
 .hidden-xs-down{
     display: none;
 }
}

@media(min-width:558px){
    .hidden-xs-up{
        display: none;
    }
}

body #header .header-nav-main nav>ul>li>a.active {
	    background: #ff7347;
    }
    
body header .social-icons li{
    box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    -moz-box-shadow: 0px 0px 0px;
}

body header .social-icons li a{
    width:auto;
    height: auto;
    display: inherit;
    color:#ff7347 !important;
}

body #header .header-nav-main nav>ul>li>a{
    color:#ff7347;
}

body header .social-icons li:hover a{
    background:transparent;
    color:#ff7347 !important;
}

header span.avatar img{
    width:42px;
    border-radius: 100%;
    -webkit-border-radius:100%;
    
}

header span.avatar{
    margin-right: 5px;
}

header li.dropdown .dropdown-menu a{
    font-size:15px;
    text-align: left;
    padding:6px 20px 6px 8px;
    font-weight: 400;
    border-bottom: 1px solid #f4f4f4;
    border-radius: 0px;
}

body #header .header-nav-main nav>ul>li.open>a,
body #header .header-nav-main nav>ul>li:hover>a{
    background:#ff7347;
    text-decoration: none;
}

body #header .header-top.header-top-style-2{
    height:40px;
}

body header .nav-pills .nav-link.active,
body header .nav-pills .show>.nav-link{
    background:transparent;
}

body #header .header-nav-main nav>ul>li.dropdown.open>a:before,
body #header .header-nav-main nav>ul>li.dropdown:hover>a:before{
    display: none;
}

body #header .header-top .header-nav-top li{
    line-height: 42px;
}

body #header .header-top .header-nav-top li.dropdown{
    line-height: 42px;
}

body #header .header-top .header-nav-top li.dropdown a{
    line-height: 2em;
}

form label#avatar{
    padding: 10px;
    background: red;
    display: table;
    color: #fff;
    margin-top:20px;
    position: relative;
}

form label#avatar input[type="file"] {
    display: block;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    opacity: 0;
}

article.post .post-meta:after{
    content:'';
    display: block;
    clear:both;
}

article.post-large h2{
    
}

article.post-large .post-image.single{
    margin-left:-60px;
}

article.post-large .post-image.single p{
    margin-left: 0;
    width:100%;
}

/*article.post-large .post-content .description{
    margin-left:-60px;
}*/

body.blog .post-image img{
    width:100%;
}

.widget ul.blog li{
    list-style: square;
}

body article.post-large .post-image{
    margin-left:-60px;
}

body .blog-posts .post-content h2, body .blog-posts .post-content p,
body .blog-posts .post-content .post-meta, body .blog-posts .post-content .border-full-post,
body .single-post .post-content h2, body .single-post .post-content > p, 
body .single-post .post-content > span, body .single-post .post-content > pre, 
body .single-post .post-content table, body .single-post .post-content .post-block{
    margin-left:-60px;
}

body .single-post .post-content div.info-box, body .single-post .post-content div.steps-box {
    margin-left:-60px;
}

div.info-box > h2, div.info-box > h3,  div.info-box ul, div.info-box  > p, 
div.steps-box > h2, div.steps-box > h3,  div.steps-box ul, div.steps-box > p {
    margin-left: 0px !important;
}

body article.post-large .post-image img{
    width:100%;
}

body .recent-posts .date .month,
body article.post .post-date .month{
    display: block;
}


body article.post-large .post-date{

}

.blog-posts .pagination ul li{
    list-style: none;
    display:inline-block;
}

.blog-posts .pagination ul li a{
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.blog-posts .pagination ul li a.current-page {
        background-color:#0088cc !important;
        border-color: #0088cc;
        z-index:1;
        color:#fff;
}

.blog-posts .pagination ul li:first-child a{
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.blog-posts .pagination ul li:last-child a{
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.blog article.post .post-date .year,
.blog-posts .post-date .year {
    background: #F4F4F4;
    color: #0088cc;
    font-size: 15px;
    display: block;
}

.blog article.post .post-date .day,
.blog-posts .post-date .day,
.blog-posts.single-post .post .post-date .day {
    padding-bottom:0px;
}

.blog article.post .post-content h2 a,
.blog-posts .post-content h2 a {
    color:#0088cc;
}

.blog article.post .post-meta a,
.blog-posts .post-content h2 a,
.blog-posts .post-meta span a,
.blog-posts .name a {
    color:#0088cc;
}

.blog-posts .post-meta span a.btn{
    color:#fff !important;
}

nav.pagination{
    display: block;
    text-align: center;
}

.blog .page_title{
    display:none;
}

.blog-posts .post-content ul li {
    color:#777;
}

.blog-posts .post-content ol li {
    color:#777;
}

body.blog section.body{
    font-weight: 300;
}

body.blog section.body h2 a{
    font-weight: 300;
}

body input[type=checkbox]{
    width:auto;
}

.post-content pre{
    color:#777;
}

body.user_register .page_title, body.user_register hr{
    display:none;
}

nav.cssmenu ul li a{
    line-height: 1em;
}

.profile_info svg{
    width:16px;
}

.profile_info svg.fa-award path{
    fill:red;
}

/* FROM aladar.css */
div.wrapper{
    margin: 0 auto;
    width: 1050px;
    padding-top: 20px;
}
div.header{
    margin-bottom: 40px;
}
div.social{
    float: right;
}
a{
    text-decoration: none;
}
li {
    padding-bottom: 15px;
}
div.content{
    padding: 25px;
    box-shadow: 0 0 7px #828282;
    border: solid 1px #B2B2B2;
    border-top: 2px solid #373531;
    min-height: 400px;
    border-radius: 0 0 10px 10px;
    background-color: #ffffff;
}
.sub-menu{
    padding-left: 0;
    margin: 0;
    margin-bottom: 10px;
    list-style: none;
    display: table;
    width: 100%;
}
.sub-menu>li {
    float: left;
    padding-bottom: 0px;
    position: relative;
    display: block;
    width: 121px;
}
.sub-menu>li>a{
    font-weight: bold;
    margin-right: 5px;
    font-size: 13px;
    position: relative;
    display: block;
    text-align: center;
    padding: 10px 15px;
}
h1.info, h2.info, h3.info, h4.info{
    margin: 10px 0;
    color: #191919;
    padding-bottom: 5px;
    border-bottom: 1px dotted #d4d4d4;
}
div.info-box{
    padding: 15px 25px;
    margin: 30px 0 20px 0;
    background-color: #FCFCAE;
    border-radius: 6px;
    box-shadow: 0 0 7px #828282;
}
div.info-box:before{
    content: "";
    color: #fff;
    float: right;
    display: block;
    height: 32px;
    width: 32px;
    margin: -32px -22px 0 0;
    background-image: url('/assets/images/light-icon.png');

}
div.steps-box{
    padding: 15px;
    margin: 20px 0 20px 0;
    background-color: #e9eb77;
    border-radius: 6px;
    border: 2px solid #d08002;
    box-shadow: 0 0 7px #828282;
}
div.steps-box .step-container .step-title{
    display: table-cell;
    white-space: nowrap;
    vertical-align: top;
    padding-right: 10px;
}
div.steps-box .step-container .step-title div{
    padding: 10px;
    background-color: #d08002;
    color: white;
    font-weight: bold;
    border-radius: 100%;
}
div.steps-box .step-container .step-content{
    display: table-cell;
}
div.content .rightInset{
    padding-left: 10px;
    width: 300px;
    border-left: 2px solid #ccc;
    vertical-align: top;
}
div.content .leftInset{
    padding-right: 20px;
    width: 705px;
    vertical-align: top;
}
.nav-tabs>li:last-child>a {
    border-radius: 0 6px 0 0;
    text-decoration: none;
}

/*Header style start*/

#cssmenu {
    background: #222;
    /*height: 48px;*/
    display: flex;
    width: 100%;
    justify-content: center;
}
.Mywidget-login {
    margin-top: -10px;
}
/*ul.lgn {
    padding: 0 !important;
}*/
.tb_widget_search {
  display: block !important;
}

.mobile-logo {
    clear:both;
}
#ContextMenu2.show {
    display: block;
}
#ContextMenu.show {
    display: block;
}
.container.header-outer {
    height: 120px !important;
}
.loginclass ul li a {
    color: #000;
    text-decoration: none;
}
.loginclass ul li {
    padding: 0 10px;
    position: relative;
}
.loginclass ul {
    display: flex;
    float: right;
    list-style: none;
    padding-bottom: 0;
    margin: 0;
}
.loginclass {
    width: 50%;
    float: right;
    background-color: #08c;
    padding: 3px 0px 10px;
    border-radius: 0px 0 8px 8px;
    height: 50px;
}
.loginclass li:nth-child(2)::before {
    content: '';
    height: 18px;
    width: 1px;
    background: white;
    position: absolute;
    left: 0;
    top: 3px;
}
a.mobile-toggle{
    display: none;
}
a.mob-menu{
    display: none;
}
span.profilebtn {
    background: transparent;
    color: black;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    font-family: Open Sans,sans-serif;
}
span.profilebtn {
    /*background-color: #199900;*/
    padding: 6px;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    font-family: Open Sans,sans-serif;
}
.profilebtn i.fa.fa-user {
    margin-right: 4px;
}

span.logoutbtn {
    background-color: #f85050;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    font-family: Open Sans,sans-serif;
}
span.logoutbtn {
    background: transparent;
    color: black;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    font-family: Open Sans,sans-serif;
}
li.minebtn {
    margin-top: 10px;
}
li.minebtn {
    margin-top: 11px;
}
span.signbtn {
    padding: 6px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    font-family: Open Sans,sans-serif;
}
span.loginbtn {
    background: transparent;
    color: black;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    font-family: Open Sans,sans-serif;
    margin: -5px;
}  
span.loginbtn {
    padding: 6px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    font-family: Open Sans,sans-serif;
    margin: 0 auto;
}
li.right {
    margin-right: 32px;
}
li.right {
    margin-top: 4px;
}
.right input[type="text"] {
    margin-top: 1px;
}
.right button.btn.btn-primary.btn-lg {
    position: absolute;
    right: -6px;
    top: 1px;
    background: #0473AB;
}
input.myinputser {
    border-radius: 9px;
}
.right button.btn.btn-primary.btn-lg {
    position: absolute;
    right: -6px;
    top: 1px;
    background: #0473AB;
}
button.btn.btn-primary.btn-lg.mybtnarrow {
    margin-left: 0;
    border: medium none;
    width: auto;
    position: absolute;
    border-radius: 0 6px 6px 0 !important;
    right: -5px;
    background: #0473AB;
    height: 100%;
    padding: 0;
    height: 34px !important;
    width: 33px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
button.btn.btn-primary.btn-lg {
    padding: 5px 10px;
    position: absolute;
}
aside button.btn.btn-primary.btn-lg {
    padding: 5px 10px;
    position: absolute;
    right: -6px;
    padding: 6px;
}
.col-md-3.site_brand img {
    margin: -51px 13px 21px -2px;
}
.mobile-logo{
    display: none;
}
div#firstcssmenu ul a {
     color: #CCC;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    padding: 8px 20px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    border-radius: 6px;
    margin: 1px;
    font-family: Open Sans,sans-serif;
}
div#firstcssmenu ul .active>a {
    font-family: Open Sans,sans-serif;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -.5px;
    color: #08c;
    /*padding: 12px;*/
    background-color: #08c;
    color: #fff;
}
div#firstcssmenu ul a {
    color: #08c;
    text-decoration: none;
}
/*.header_right {
    width: 70%;
}*/
div#firstcssmenu ul {
    display: flex;
    float: right;
    list-style: none;
  margin-top: 35px;
margin-bottom: 0px;
}

div#firstcssmenu ul li {
    /*padding: 0 12px;*/
}
div#firstcssmenu .row {
    width: 100%;
    align-items: center;
    justify-content: center;
} 
#header_main .container {
    padding: 0px;
}
div#firstcssmenu ul li.myicon a {
    width: 0px;
    height: 0px;
    border-radius: 30px;
    margin: -10px 1px;
    overflow: hidden;
    font-size: .8rem !important;
    transition: .3s;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%);
    padding: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
div#firstcssmenu ul li.mytwitter a {
    width: 0px;
    height: 0px;
    border-radius: 30px;
    margin: -10px 1px;
    overflow: hidden;
    font-size: .8rem !important;
    transition: .3s;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%);
    padding: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
div#firstcssmenu ul a:hover {
    background-color: #08c;
    color: #fff;
}  
div#firstcssmenu {
    clear: both;
    float: left;
    width: 100%;
}
nav.cssmenu ul li a{
    line-height: 1em;
}
#ContextMenu2.show {
    display: block;
}


/* footer-social-media */
.social-media-row .social-icon {
    height: 35px;
    width: 35px;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    position: relative;
    margin: 0 5px 0 0;
    color: #fff;
}
.social-media-row .col-6 {
    padding-bottom: 20px;
}
.social-icon i {
    position: absolute;
    left: 10px;
    top: 10px;
    transition: 0.3s;
}
.social-icon i:last-child {
    bottom: -20px;
    top: auto;
}
footer .social-media-row a {
    color: rgba(255,255,255,.75);
}
.social-media-row .social-icon.facebook {
    background: #3b5998;
}
.social-media-row .social-icon.linkedin {
    background: #0e76a8;
}
.social-media-row .social-icon.twitter {
    background: #00acee;
}
.social-media-row .social-icon.instagram {
    background: #8a3ab9;
}



.social-media-row .social-icon:hover i:last-child {
    bottom: 9px;
}
.social-media-row .social-icon:hover i:first-child {
    top: -20px;
}



@media only screen and (max-width: 1024px) {
    .loginclass {
        width: 57%;
    }

}
/* @media only screen and (max-width: 1200px) {
   nav.cssmenu ul li {
    display: inline-block;
    padding: 2px 2px 2px !important;
    margin: 0;
  }
  #ContextMenu2 {
    display: block ruby;
  }

} */


@media only screen and (max-width: 992px) {
    .loginclass {
        width: 100%;
    }
    a.mobile-toggle{
        display: block;
    }
    a.mobile-toggle {
        display: block;
        float: right;
        color: #000;
        margin-right: 8px;
        margin-top: 10px;
    }
    a.mobile-toggle{
        color: #fff;
    }
   
   
    .site_brand.mobile-logo {
        margin: 0 auto !important;
        display: block;
    }
    .mobile-logo img {
        margin: 4px auto;
        display: block;
        padding: 10px;
    }
        div#firstcssmenu ul {
        display: block;
        list-style: none;
        margin-top: 10px;
        background: #000;
        position: absolute;
        left: 0;
        right: 0;
        padding: 10px 14px;
        top: -10px;
        z-index: 999;
        width: 105%;
    }
    div#firstcssmenu ul li {
        margin-bottom: 13px;
        width: 100%;
        border-bottom: 1px solid #fff;
    }
    div#firstcssmenu ul li a {
        color: #fff;
    }
    nav.firstcssmenu.center {
        display: none;
    }
     div#firstcssmenu {
        display: none;
    }
    nav.firstcssmenu.center {
        display: none;
    }
    nav.cssmenu ul li a{
        padding: 15px 8px;
        font-size:14px;
    }
    a.mobi-menu {
      color: #fff !important;
      margin-right: 15px;
      font-size: 22px;
    }
    ins.adsbygoogle, ins.adsbygoogle div, ins iframe {
       width: 100% !important;
    }

    #footer .col {

        flex: unset;

}

}

@media only screen and (max-width: 767px) {
    .boarder-solid {
        border-style: none !important;
    }
    .contain.bottom-sm.my-content {
        text-align: center;
    }
    .padding-30{
        padding: 15px !important;
    } 
    .loginclass {
        width: 100%;
        background-color: #08c;
        padding: 3px 0px 10px;
        border-radius: inherit;
        height: 50px;
        clear: both;
    }
    .loginclass ul {
        float: none;
    }
    .loginclass ul li {
        padding: 0 9px;
        position: relative;
    }
    .loginclass ul li a i {
        color: #fff;
    }
    .ext-menu a{
        display: none;
    }
     a.mob-menu {
        display: block;
        float: right;
        color: #000;
        margin-right: 8px;
        margin-top: 10px;
    }
    span.myfont {
		display: none;
	}
	/* .tb_widget_search{
		display: none !important;
	} */
	.search {
	  display: block !important;
	}
	.search.mob {
	  width: 100% !important;
	}
	.search.mob #search-header {
	  z-index: 0;
	}
	/*.search.mob .btn.btn-primary.btn-lg {
	  right: -43px;
	}*/
	.loginclass .right {
/*	  margin: 3px auto;*/
	  /*padding-right: 46px;*/
	}
	.list{
        width: 100% ! important;

    }
    .append-list-head{
        max-height: 300px;
        overflow: auto;
        border: 1px solid gray;
        display: none;
        z-index: 999;
        background: white;
        margin-top: -17px;
        margin-left: 6px;
        width: 98%;
        box-shadow: 0px 0 5px #545151;
        display: block !important;
        padding-left: 3px;
        border: unset;
    }
 
	 .append-list-head .comp-list {
	  padding: 0px !important;
	  margin: 0 auto !important;
	  font-size: 16px;
	  line-height: 1.6rem;
	  list-style: none;
	}
	.search .myinputser {
	  margin: 0 auto;
	    margin-top: 0px;
	  height: 36px;
	}
	.my-toggle {
	  float: right;
	  align-items: center;
	  justify-content: center;
	  gap: 15px !important;
	  font-size: 17px;
	}
	span.signbtn{
	font-size: 16px !important;
	padding-right: 0px;
	}
	span.loginbtn{
	   font-size: 16px !important;
	}
	.loginclass ul li{
		padding-left: 6px !important;
	}
    .right button.btn.btn-primary.btn-lg {
      position: absolute;
      right: -28px;
      top: 1px;
      background: #0473ab;
    }
    .my-toggle {
      float: right;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 15px;
      margin-top: 10px;
    }
    nav.cssmenu .right-sub.fas.fa-angle-left {
      position: relative;
      float: right;
      bottom: 33px;
      right: 23px;
      font-size: 23px;
      color: white;
      rotate: ;
      transform: rotate(270deg);
      display: block !important;
    }
    #mainnav ul li:hover>.right-sub {
      transform: rotate(-270deg)!important;
    }
    #mainnav ul li:active>.right-sub {
      transform: rotate(-270deg)!important;
    }
    .col-8.port-value{
        flex: 100%;
        max-width: 100%;
    }
    button.btn.btn-primary.btn-lg.mybtnarrow {
        height: 36px !important;
        
    }

    .home-wrapper {width: 100%;}
        nav#mainnav {width: 100%;}
}



/*End*/

.my-custom-login .btn {
    border-radius: 0px;
    font-weight: 500;
}
.my-custom-login .btn-primary {
    background-color: #0088CC;
    border-color: #0088CC #0088CC #006699;
}

.error_mesg {
    margin: 0 auto;
}
.error_mesg h3 {
    text-align: center;
}
.tracking-code{
    margin-top: 55px !important;
}
.geolocation-link{
    margin-top: 81px !important;
}

.form-inline .in {
    width: 30%;
    vertical-align: middle;
    margin: 5px 10px 5px 0;
    border: 1px solid #9d9999;
}

.form-inline .select-dns {
    border: 1px solid #ddd;
}

.dns-lookup {
    width: 20%;
    vertical-align: middle;
    margin: 5px 10px 5px 0;
    background-color: #f85050;;
    color: white;
    font-weight: bold;
    border: 1px solid #ddd;
}

.dns-lookup {
    padding: 10px;
}

.dkim-res{
    color: green;
}
.dkim-err{
    color: red;
}

p.toolbox {
    text-align: center;
}

div.toolbox {
    border: 1px solid grey;
    border-radius: 5px;
    box-shadow: 5px 5px;
    padding: 10px;
}

.inpt-field{
    width: 70%;
height: 37px;
border: 1px solid #c8c8c8;
}

.submit-btn{
    padding: 8px;
width: 20%;
background-color: #f85050;
color: white;
border: none;

}

span.loading{
    background:url(../../../assets/images/loading.gif) no-repeat center center;
    width: 30px;
    height: 30px;
    background-size: cover;
    display: block;
}

.loader{
    position: relative;
}

.loader:after{
    content: '';
    position: absolute;
    background: url(../../../assets/images/loader.svg) no-repeat center center;
    width: 30px;
    height: 30px;
    background-size: cover;
    display: block;
    right: 5px;
    top: 5px;
    z-index: 1;
}

form.forms .input-group-text{
    border-radius: 0px;
    border:1px solid grey;
    padding:10px;
    font-size:16px;
    height:42px;
}

form.forms .input-group-text + input.form-control{
    border-radius: 0px;
    border:1px solid grey;
    padding:10px 10px;
    font-size:16px !important;
    border-left:0px;
    height:42px;
}

form.forms input.form-control{
    border-radius: 0px;
    border:1px solid grey;
    padding:10px 10px;
    font-size:16px !important;
    height:42px;
}

form.forms a.btn-pkc, form.forms button[type="submit"],form.forms a.btn-pkc, form.forms button{
    vertical-align: middle;
    margin: 5px 10px 5px 0;
    background-color: #f85050;
    color: white;
    font-weight: bold;
    border: 1px solid #ddd;
    width:auto;
    margin:0;
    padding:10px 20px;
    line-height: 1.2em;
    border:0;
    height:42px;
}

form.forms a.btn-pkc:hover{
    text-decoration: none;
}

form.forms a.disabled{
    background-color:rgb(227 181 181);
}

span.formula {
    margin-right: 5px;
    border-radius: 5px;
    background-color: #17A288;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    padding: 1px 4px;
    line-height: 1;
    white-space: nowrap;
    vertical-align: 1px;
    font-weight: 400;
}

span.directive {
    font-family: courier, courier new;
    color: #2980b9;
}

pre.code {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-left: 3px solid #f36d33;
    color: #666;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    display: block;
    word-wrap: break-word;
}

.tools-related-outer{
	display: flex;
	align-items: flex-start;
	gap: 15px;
    margin-bottom: 5px;
}
.tools-related-outer.tool-excerpt p {
	margin: 0;
}
.tools-related-outer.related-post-tools .related-icon {
	max-width: 50px !important;
	max-height: 50px !important;
	object-fit: contain !important;
}
.related-post-tools img {
    max-width: 51px !important;
    margin-top: 5px;
  }
  .tool-excerpt p {
    margin: 0 0 0px;
}
.tool-excerpt {
    margin-top: 5px;
}
  
  
  .related-post-tools {
    margin-bottom: 11px;
  }

  .related-post-blog img {
    max-width: 121px !important;
    height: 75px;
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-height: 100%;
  }
  .tools-related-outer.blog {
    margin-top: 10px;
  }

  .relatedread-more {
    background-color: #0088cc;
    border-color: #0088cc #0088cc #006699;
    color: #fff !important;
    border-radius: 5px;
    padding: 5px;
    float: right !important;
    margin-top: 11px;
  }
/* Styles for screens smaller than 767px */
@media (max-width: 767px) {
    .tools-related-outer{
        /* flex-wrap: wrap; */
        margin-bottom: 11px;
    }
    .col-8.hash-generator {
        margin-bottom: 50px;
    }

    .tools-related-outer.blog{

        display: revert-layer;
      }
      .related-post-blog img {
        max-width: 100% !important;
       
        max-height: 100%;
      }

      .blog .related-post-blog .related-icon {
        width: 100% !important;
        height: auto;
        max-width: 100% !important;
    }
}

