* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
body{
    background-color:#656565;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    -o-user-select: none;
    user-select: none;

}

input{
    padding: 15px;
    width: 100%;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid #c5c2c2;
    outline: none;
}
p{
  font-size: 17px;
  line-height: 1.6;
  padding-top:5px;
  padding-bottom:7px;
}
h1{
    font-size: 21px;
    font-weight:700;
    font-family: Georgia, serif;
    line-height:1.6;
}
h2{
  font-size: 20px;
  font-weight:700;
  font-family: Georgia, serif;
  line-height:1.6;
}
h3{
  font-size: 19px;
  font-weight:700;
  font-family: Georgia, serif;
  line-height:1.6;
}
h4{
  font-size: 18px;
  font-weight:700;
  font-family: Georgia, serif;
  line-height:1.6;
}
h5{
  font-size: 17px;
  font-weight:700;
  font-family: Georgia, serif;
  line-height:1.6;
}
h6{
  font-size: 17px;
  font-weight:700;
  font-family: Georgia, serif;
  line-height:1.6;
}
ol{
    padding-left:20px;
    line-height:1.6;
    font-size: 17px;
}

ol>li::marker{color:#464646; font-weight:600;}

iframe{width:100%;}

a{
  color:#464646;
  text-decoration: none;
}
img{
  max-width: 100%;
  vertical-align: middle;
  border-radius: 5px;
}
table{
  width: 100%;
  background: #f7f7f7;
  padding: 0px 10px;
  border-collapse: collapse;
  border: 1px solid lightgrey;
  margin-top: 20px;
}
td{
  border-bottom: 1px solid #ccc;
  padding: 12px 10px;
  text-align: left;
}
.td-r-data{
  width: 110px;
  margin-left: auto;
}
tr:hover{
  background: #dcdcdc;
}
th{
  border-bottom: 1px solid #ccc;
  padding: 12px 10px;
  text-align: left;
  background: #dcdcdc;
}
html {
    scroll-behavior: smooth;
}

.logo img{
    max-width: 100%;
    vertical-align: middle;
    border-radius: 5px;
}
.content img{
  height: auto;
  max-width: 100%;
  vertical-align:middle;
  border-radius: 5px;
}
.three-dot-menu{
  cursor:pointer;
}
.overlay{
  width: 1045px;
  height: 100vh;
  background: black;
}
.wrapper-outer{
  position: relative;
  padding: 25px 0px;
  width: 1045px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.blank-page{
  width: 400px;
}
@media only screen and (max-width: 1045px) {
  .wrapper-outer {
    width: 100%;
  }
}
  @media only screen and (max-width: 1045px) {
    .wrapper-outer {
      padding: 0;
    }
  }
.main-header-content{
    background: #d7dbdc;
    position: relative;

}
.header-content{
    display: flex;
    padding: 10px 20px;
    gap: 30px;
    height: 55px;
}

.header-search-button{
    margin-left: auto;
}

@media only screen and (max-width: 650px) {
    .header-content {
      display: block;
      text-align: center;
      height: auto;
    }
  }
.header-logo{
    height: 34px;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    }
@media only screen and (max-width: 650px) {
    .header-logo {
          width: 100%;
        }
      }

@media only screen and (max-width: 332px) {
.header-logo {
        font-size: 22px;
        height: 25px;
    }
    }

@media only screen and (max-width: 286px) {
.header-logo {
        font-size: 21px;
        height: 22px;
    }
    }
@media only screen and (max-width: 275px) {
.header-logo {
        font-size: 18px;
    }
    }






@media only screen and (max-width: 650px) {
    .header-search-button {
              width: 100%;
              margin-top: 12px;
            }
          }
.search-box{
    width: 300px;
    background-color: #f7f7f7;
    border-radius: 5px;
    margin: 0 auto;

}

@media only screen and (max-width: 700px) {
    .search-box {
              width: 245px;
            }
          }

.search-bar{
   display: flex;

}
.search-bar input {
    outline: none;
    background: #f7f7f7;
    padding: 8px;
    flex: 1;
    font-size: 16px;
    border-radius: 5px;
    width: 80%;
    border: 1px solid #c5c2c2;
}
.search-bar button {
    cursor: pointer;
    padding: 0px 5px;
    width: 20%;
}

.main-nav ul{
    list-style-type: none;
    display: flex;
    border-bottom: 1px solid #c5c2c2;
    height: 43px;
}
.main-nav-li{
    padding: 10px 20px;
    font-size: 17px;
}
.main-nav li{
    padding: 10px 0px;
    font-size: 17px;
}
.mobile-menu{
    display: flex;
    gap: 5px;
    margin-top: 20px;
    padding: 0px 20px 10px 20px;
}

@media only screen and (min-width: 651px) {
    .mobile-menu {
        display: none;
    }
}

@media only screen and (max-width: 650px) {
    .main-nav ul {
        display: none;
        height: auto;
        }
    }




button{
    border: none;
    background: none;
}


/* BODY SECTION */
.main-body{
  background: #f7f7f7;
  padding: 0px 20px;
}
@media only screen and (max-width: 500px) {
  .main-body {
      padding: 0px 7px;
  }
}

/* UNDER HEADER ADD */
.under-header-add{
  text-align: center;
  padding: 20px 0px;
  margin: 0 auto;
  display: block;
  clear: both;
}

/* MAIN CONTENT SECTION */
.main-content{
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .main-content {
    display: block;
  }
}
.sidebar{
  width: 300px;
}
.sidebar-1{
    background: #d7dbdc;
    margin-bottom:20px;
    border-radius:3px;
    border: 1px solid #c5c2c2;
}
.sidebar-1-title{
  padding: 15px 20px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom: 1px solid #c5c2c2;
  font-size: 20px;
  font-weight: 500;
  font-family: Georgia, serif;
}
.sidebar-1-bottom{
  padding: 10px 20px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top: 1px solid #c5c2c2;
  font-size: 17px;
  font-weight: 500;
  font-family: Georgia, serif;
  text-align:center;
}
.sidebar-1-bottom:hover{
    color:white;
}
.sidebar-1-content{
  padding: 20px 20px 10px 20px;
}
.latest-post{
    display: flex;
    gap:10px;
    margin-bottom: 15px;
    border:1px solid #d7dbdc;
}
.sidebar-latest-content{
  font-size: 15px;
  font-weight: 400;
  font-family: Georgia, serif;
  line-height: 1.4;
}
#latest-post{
  border-bottom: 1px solid #b9c2c5;
  margin-bottom: 15px;
}
#latest-post:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
.latest-post:hover{
    border-radius: 6px;
}


.content{
  width: 684px;
}
@media only screen and (max-width: 900px) {
  .content {
    width: 100%;
  }
}
.main-content .sidebar{
  position: sticky;
  top: 0;
}
@media only screen and (max-width: 900px) {
    .sidebar {
      display: none;
    }
  }

  /* POST PAGE */
    .breadcrumb-content{
    display: flex;
    padding-bottom: 20px;
  }

  .social-share{
    display: flex;
    margin-left: auto;
    gap: 6px;
  }

  .home-share{
    display: flex;
    margin-left: auto;
    gap: 6px;
  }
  .bread-crumb{line-height:2.2;}
  @media only screen and (max-width: 600px) {
    .bread-crumb {
        line-height:1.7;
    }
  }

  .entry-img{
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0.25em 0.25rem #d7dbdc;
    margin-top: 15px;
}
.entry-img-title{
    padding-top: 10px;
}
.entry-img-title h2{
    font-family: Georgia, serif;
    font-weight: 500;
}
.entry-article{
    margin-top: 15px;
    padding: 20px;
    background: #f7f7f7;
    border-radius: 5px;
    border: 1px solid #cccccc;
    box-shadow: 0 0.25em 0.25rem #d7dbdc;
}
.entry-article h2{
    padding-bottom: 5px;
    font-family: Georgia, serif;
    font-weight: 500;
}
.entry-article h3{
    padding-bottom: 5px;
    font-family: Georgia, serif;
    font-weight: 500;
}
.entry-article h4{
    padding-bottom: 5px;
    font-family: Georgia, serif;
    font-weight: 500;
}
.blog-article h2{padding:20px 0px 0px 0px;}
.blog-article h3{padding:20px 0px 0px 0px;}
.blog-article h4{padding:20px 0px 0px 0px;}
.blog-article h5{padding:20px 0px 0px 0px;}
.blog-article li{padding:8px 0;}

.blog-article a {color:blue; border-bottom:1px solid blue;}
.blog-article a:hover {border-bottom:0;}

.blog-article img{
    border: 1px solid lightgrey;
    margin: 4px 0;
}

@media only screen and (max-width: 600px) {
  .social-share {
    display: none;
  }
}
/* MAIN GRID BOX */
.sidebar-grid-box{
	display: grid;
	grid-gap:1em;
	grid-template-columns:repeat(auto-fit,minmax(122px,1fr));
	width:100%;
	float:none;
	margin-left:auto;
	margin-right:auto;
}
.sidebar-grid-box-item{
	text-align: center;
	font-size: 15px;
	padding:0px 0px 0px 0px;
	width:100%;
	border-radius:6px;
	background:#efefef;
	border:1px solid #cacaca;
}
.sidebar-grid-title{
  padding:15px 0px;
  font-size:16px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #b1b1b1;
}


.grid-box{
	display: grid;
	grid-gap:1em;
	grid-template-columns:repeat(auto-fit,minmax(148px,1fr));
	width:100%;
	float:none;
	margin-left:auto;
	margin-right:auto;
}
@media only screen and (max-width: 352px){
	.grid-box{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}
	}

.grid-box-item{
	text-align: center;
	font-size: 15px;
	padding:0px 0px 0px 0px;
	width:160px;
	border-radius:6px;
	background:#efefef;
	border:1px solid #cacaca;
	height:min-content;
}

@media only screen and (max-width: 1050px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 1037px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 995px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 990px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 933px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 871px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 825px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 784px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 746px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 713px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 682px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 654px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 629px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 605px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 598px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 577px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 557px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 539px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 521px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 506px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 491px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 477px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 468px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 455px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 444px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 432px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 422px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 412px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 402px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 393px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 385px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 376px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 369px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 361px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 354px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 347px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 341px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 334px){
	.grid-box-item{width:99.8%}
	}
@media only screen and (max-width: 328px){
	.grid-box-item{width:100%}
	}


.grid-title{
    padding:15px 0px;
    font-size:16px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #d7dbdc;
}

/* FOOTER STYLE */
.footer-menu{
  background: #d7dbdc;
  display: flex;
  padding: 20px;
  border-top: 1px solid #c5c2c2;
}
@media only screen and (max-width: 650px) {
  .footer-menu {
    display: block;
    padding: 20px 20px 0px 20px;
  }
}
.footer1{
  width: 25%;
}
@media only screen and (max-width: 650px) {
  .footer1 {
    width: 100%;
    padding-bottom: 20px;
  }
}
.footer2{
  width: 25%;
}
@media only screen and (max-width: 650px) {
  .footer2 {
    width: 100%;
    padding-bottom: 20px;
  }
}
/* .footer3{
  width: 25%;
}
.footer4{
  width: 25%;
} */
.footer-title{
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;

}
.footer-item{
  font-size: 17px;
  text-decoration: underline;
  padding: 5px 0px;
}
.footer{
  background: #cbcbcb;
  padding: 20px;
}
.footer p{
    padding-top: 0;
}
.footer-social-icon{
  display: flex;
  gap: 5px;
  margin-top: 10px;
}
.social-btn{
  text-align: center;
}
.social-icon{
  border-radius: 100px;
  display:inline-block;
  width:33px;
  height:33px;
  padding-top:7px;
}

/* POST PAGE STYLE */
.post-top-content{
  border: 1px solid #cbcbcb;
  border-radius: 3px;
  box-shadow:0 0.25em 0.25rem #d7dbdc;
}
.post-top-item{
    display: flex;
    gap: 20px;
    padding: 10px;
}
.post-top-item h1{
    font-family: Georgia, serif;
    font-weight: 500;
}
.post-top-item-2{
    margin-left: auto;
    display: flex;
    gap: 5px;

}
.dual-line{
    border-top: 1px solid #cccccc;
    padding-top: 5px;
    margin-top:5px;
}
.share-btn{
  text-align: center;
  font-size: 16px;
}
.share-svg{
  padding: 2.5px 8px;
  border-radius: 100px;
}

.thumbnail-background{
    background-color: #b71212;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='446' height='446' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%237E141C' stroke-width='2'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%238E2424'%3E%3Ccircle cx='769' cy='229' r='9'/%3E%3Ccircle cx='539' cy='269' r='9'/%3E%3Ccircle cx='603' cy='493' r='9'/%3E%3Ccircle cx='731' cy='737' r='9'/%3E%3Ccircle cx='520' cy='660' r='9'/%3E%3Ccircle cx='309' cy='538' r='9'/%3E%3Ccircle cx='295' cy='764' r='9'/%3E%3Ccircle cx='40' cy='599' r='9'/%3E%3Ccircle cx='102' cy='382' r='9'/%3E%3Ccircle cx='127' cy='80' r='9'/%3E%3Ccircle cx='370' cy='105' r='9'/%3E%3Ccircle cx='578' cy='42' r='9'/%3E%3Ccircle cx='237' cy='261' r='9'/%3E%3Ccircle cx='390' cy='382' r='9'/%3E%3C/g%3E%3C/svg%3E");

    background-size: cover;
    display: flex;
    gap: 20px;
    padding: 10px 20px;
    background-position: top 47% center;
    background-repeat:no-repeat;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
@media only screen and (max-width: 320px) {
  .thumbnail-background {
    gap: 10px;
    padding: 15px;
  }
}
.thumbnail-item-1{
  width: 40%;
  text-align: center;
}
@media only screen and (max-width: 350px) {
  .thumbnail-item-1 {
    width: 49%;
  }
  @media only screen and (max-width: 320px) {
    .thumbnail-item-1 {
      width: 100%;
    }
  }
}
.thumbnail-item-2{
  width: 60%;
}
@media only screen and (max-width: 350px) {
  .thumbnail-item-2 {
    width: 49%;
  }
}
@media only screen and (max-width: 320px) {
  .thumbnail-item-2 {
    display: none;
  }
}

.thumbnail-item-2-data{
  background: #d7dbdc82;
  border: 1px solid #d7dbdc;
  border-radius: 5px;
  width: 100%;
  padding: 5px 10px;
  margin: 10px 0px;
  font-size: 14px;
}

@media only screen and (max-width: 600px) {
  .thumbnail-item-2-1-data {
    display: none;
  }
}

.table-css{
  border: 1px solid #ccc;
  margin-top: 10px;
  border-radius: 3px;
  box-shadow: 0 0.25em 0.25rem #d7dbdc;
}
.table-title{
  border-bottom: 1px solid #ccc;
  padding:5px 10px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #f7f7f7;
  font-size:17px;
  color:#d10404;
  font-family:Georgia, serif;
  font-weight:500;
}
.td-data{
  font:15px Arimo,Arial;
  line-height: 1.5;
}

.device-a{
    font:15px Arimo,Arial;
    line-height: 1.5;
    width: 40%;
    text-align: left;
    vertical-align:top;
    background: #eeeeee;
}

.device-b{
    font:15px Arimo,Arial;
    line-height: 1.5;
    width: 40%;
    text-align: left;
    vertical-align:top;
    background: #e5e5e5;
}

@media only screen and (max-width: 500px) {
  .device-a {
    font:12px Arimo,Arial;
    line-height: 1.5;
  }
  .device-b {
    font:12px Arimo,Arial;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 500px) {
  .td-data {
    font:15px Arimo,Arial;
    line-height: 1.5;
  }
}
.td-name{
  width: 175px;
  font-weight: 600;
  font-size: 15px;
  vertical-align: top;
}
@media only screen and (max-width: 500px) {
  .td-name {
    width: 120px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 450px) {
  .td-name {
    width: 115px;
  }
}
@media only screen and (max-width: 400px) {
  .td-name {
    width: 100px;
  }
}
@media only screen and (max-width: 350px) {
  .td-name {
    font-size: 13px;
    width: 80px;
  }
}

.td-separator{
  width: 2px;
}
.header-login-btn{
    color: white;
    border-radius: 5px;
    text-align: center;
}
@media only screen and (max-width: 650px) {
    .header-login-btn {
      display: none;
    }
  }

 /*ARTICLE CSS*/
 .post-style{
     background:#e7e7e7;
     padding:0px 20px 20px 20px;
     border-radius:5px;
     margin:20px 0px;
 }


/* COMPARE */
.compare-item{
    display: flex;
    gap: 15px;
}
.compare-a{
    width: 50%;
}
.compare-b{
    width: 50%;
}
.compare-btn{
    text-align: center;
    padding: 12px;
    text-align: center;
    background: #5cb85c;
    color: white;
    font-size: 18px;
    margin-top: 10px;
    border-radius: 3px;
    cursor: pointer;
}
.compare-btn:hover{
    background: #d10404;
}
.compare-list {

    list-style: none;
    max-height: 300px;
    overflow-y: auto;
}
.compare-list2 {
    list-style: none;
    text-align: left;
    max-height: 300px;
    overflow-y: auto;
    position: absolute;
    z-index: 1000;
    background: white;
    width: 297px;
    margin-left: 2px;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #d5d5d5;
}
@media only screen and (max-width: 700px) {
    .compare-list2 {
              width: 242px;

    }
}
.compare-list-items {
    padding: 10px;
}
.compare-list-items:hover {
    color: white;
}

.floating-ad{
  position: fixed;
  z-index: 1100;
  color: white;
  display: inline-block;
  bottom: 0;
  width: 100%;
  text-align: center;
}

/* POST STYLE */
.post-section{
  background: #e5e5e5;
  padding: 0px 20px 20px 20px;
  margin: 20px 0;
  border-radius: 5px;
}
.dl-btn{
  background: #5454b6;
  width: 100%;
  text-align: center;
  color: white;
  line-height: 3;
  font-size: 17px;
  border-radius: 5px;
}


.two-btn{
    display: flex;
    gap: 15px;
}

.btn{
    width: 50%;
}
@media only screen and (max-width: 640px) {
    .two-btn {
        display: block;
    }
    .btn{width: 100%; margin: 10px 0;}
}

.dl-button-ads{margin:10px 0 20px 0}
.post-ads{margin:10px 0}
