/** bbmedia: 3/13/2018 - Scott Seong
 *  Nav Link Icon Color
 */

.home-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.header-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.blog-single-post ul {
    margin-left: -62px;
}
nav.pagination ul>a {
    position: relative;
    border: 1px solid #ccc;
    padding: 6px 8px 7px;
    bottom: 7px;
    height: 38px;
}
span.tool {
    background-color: #009900
}
span.wiki {
    background-color: #0099cc
}
span.blog {
    background-color: #f85050
}
span.tutorial {
    background-color: #660066
}
/* End of Link Icon */

div.g-plusone { display: inline; }

div#ad {
	position: absolute;
	top: 340px;
	left: 15px;
	width: 728px;
	width: 90px;
}

.review input {
	width: 10%
}
.review textarea {
	height: 30px;
}

p.error, span.error {
	color: red;
}

#stickyunit {
	position: fixed;
}
nav.site_navigation ul li a, div.widget a {
	text-decoration: none;
	color: black;
}

/*------------------------------de*/
#header_main .container {
    padding: 0;
    display: flex;
}
#header_main .container .header_ad_left_bar {
    width: 20%;
/*    background: red;*/
}
#header_main .container .header_right {
/*    width: 60%;*/
    padding-right: 15px;
}
#header_main .container .ad_right_bar {
    width: 20%;
/*    background: red;*/
}
#header_main .container {
    padding: 15px !important;
}
.loginclass ul li{
      padding: 0 4px;
}

/*------------------------*/

/***************************************************************************
Extending Trendy Blog theme by adding additional table colors
***************************************************************************/
/* Blue */
.table_blue,
.table_blue th,
.table_blue td {
    border: none
}
.table_blue thead tr th {
    color: #fff
}
.table_blue tr:nth-child(odd) {
    background-color: #fff
}
.table_blue tr:nth-child(even) {
    background-color: #fcfdfd
}
.table_blue thead tr th:nth-child(odd) {
    background-color: #2E9AFE
}
.table_blue thead tr th:nth-child(even) {
    background-color: #0080FF
}
/* Dark Green */
.table_dark_green,
.table_dark_green th,
.table_dark_green td {
    border: none
}
.table_dark_green thead tr th {
    color: #fff
}
.table_dark_green tr:nth-child(odd) {
    background-color: #fff
}
.table_dark_green tr:nth-child(even) {
    background-color: #fcfdfd
}
.table_dark_green thead tr th:nth-child(odd) {
    background-color: #088A85
}
.table_dark_green thead tr th:nth-child(even) {
    background-color:  #0B615E
}
.table_dark_green.blue thead tr th:nth-child(odd) {
    background-color: #2874A6
}
.table_dark_green.blue thead tr th:nth-child(even) {
    background-color:  #2E86C1
}
/* red */
.table_red,
.table_red th,
.table_red td {
    border: none
}
.table_red thead tr th {
    color: #fff
}
.table_red tr:nth-child(odd) {
    background-color: #fff
}
.table_red tr:nth-child(even) {
    background-color: #fcfdfd
}
.table_red thead tr th:nth-child(odd) {
    background-color: #F85050
}
.table_red thead tr th:nth-child(even) {
    background-color:  red
}

.cat-blog-title{
  line-height: 26px;
}


/***************************************************************************
Example from CSS Menu Maker.
***************************************************************************/
.iptable { 
color: #333;
font-family: Helvetica, Arial, sans-serif;
width: 100%; 
border-collapse: 
collapse; border-spacing: 0; 
}

.iptable td, th { 
border: 1px solid transparent; /* No more visible border */
height: 30px; 
transition: all 0.3s;  /* Simple transition for hover effect */
}

.iptable th {
	color: white;
	background: #2E86C1;  /* Darken header a bit */
	font-weight: bold;
	text-align: center;
}

.iptable td {
	background:  #FAFAFA;
}

/* Cells in odd rows (1,3,5...) are another (excludes header cells)  */ 
.iptable tr:nth-child(odd) th { background: #2874A6; }  

/* Cells in even rows (2,4,6...) are one color */ 
.iptable tr:nth-child(even) td { background: #F1F1F1; /* #FEFEFE; */ }   

/* Cells in odd rows (1,3,5...) are another (excludes header cells)  */ 
.iptable tr:nth-child(odd) td { background: #D9D9D9; }  

.iptable tr td:hover { background: #666; color: #FFF; } /* Hover cell effect! */


.copy-btn-home {
    /*background-color: #f85050;*/
    color: #f85050;
    padding-left: 11px;
    padding-right: 11px;
    height: 31px;
    border: none;
    margin-left: 11px;
    font-size: 20px;
    padding-bottom: 3px;
    cursor: pointer;
  }

  .copy-btn-home1 {
    background-color: #f85050;
    color: white;
    padding-left: 11px;
    padding-right: 11px;
    height: 31px;
    border: none;
    margin-left: 11px;
    font-size: 18px;
  }

  .copy-btn-home2 {
    color: #d9534f;
    height: 31px;
    border: none;
    margin-left: 11px;
    font-size: 22px;
    border-radius: 7px;
    cursor: pointer;
  }
  

  .copy-btn-home3 {
    color: #f85050;
    padding-left: 11px;
    padding-right: 11px;
    height: 31px;
    border: none;
    margin-left: 11px;
    font-size: 20px;
    padding-bottom: 3px;
    cursor: pointer;
  }
  .tooltiptext{
    position: absolute;
    margin-top: -55px;
    margin-left: -30px;
    font-size: 15px;
    background: #d9d9d9;
    padding: 5px 10px;
    border-radius: 6px;
    color: #000;
    font-weight: 500;
  }
  .tooltiptextu{
    position: absolute;
    margin-top: -55px;
    margin-left: -30px;
    font-size: 15px;
    background: #d9d9d9;
    padding: 5px 10px;
    border-radius: 6px;
    color: #000;
    font-weight: 500;
  }
  .loginclass_desk {
    width: 50%;
    float: right;
    /*background-color: #08c;*/
    padding: 3px 0 10px;
    border-radius: 0 0 8px 8px;
    /*height: 50px;*/
  }
  .loginclass_desk ul {
    display: flex;
    float: right;
    list-style: none;
    padding-bottom: 0;
    margin: 0;
    margin-right: 15px;
  }
  .loginclass_desk ul li {
    padding: 0 10px;
    position: relative;
  }
  .loginclass_desk ul li a {
    color: #000;
    text-decoration: none;
  }
  span.signbtn_desk {
      padding: 0px;
    color: #187fb5;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    font-family: Open Sans,sans-serif;
  }
  span.loginbtn_desk {
      padding: 0px;
    color: #187fb5;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    font-family: Open Sans,sans-serif;
  }       
#header .container {
/*  max-width: 1140px;*/
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}


/***************************************************************************
RESPONSTABLE 2.0 by jordyvanraaij
  Designed mobile first!

If you like this solution, you might also want to check out the 1.0 version:
  https://gist.github.com/jordyvanraaij/9069194
***************************************************************************/
.responstable {
  margin: 0;
  width: 100%;
  overflow: hidden;
  background: #FFF;
  color: #024457;
  border-radius: 5px;
  border: 1px solid #167F92;
  font-size: 11px !important;
}
.responstable tr {
  border: 1px solid #D9E4E6;
}
.responstable tr:nth-child(odd) {
  background-color: #EAF3F3;
}
.responstable th {
  display: none;
  border: 1px solid #FFF;
  background-color: #167F92;
  color: #FFF;
  padding: 1em;
}
.responstable.html-res th {
  display: table-cell;
}
.responstable th:first-child {
  display: table-cell;
  text-align: center;
}
.responstable th:nth-child(2) {
  display: table-cell;
}
.responstable th:nth-child(2) span {
  display: none;
}
.responstable th:nth-child(2):after {
  content: attr(data-th);
}

article.post.post-large.blog-single-post.arti_list h3 {
    margin-left: 0px;
    font-size:1.25rem !important;
} 

.blog-posts.single-post ul p {
    margin-left: 0 !important;
}  

article.post.post-large.blog-single-post.arti_list,article.post.post-large.blog-single-post.arti_list .post-image,article.post.post-large.blog-single-post.arti_list p,article.post.post-large.blog-single-post.arti_list .post-content h2,article.post.post-large.blog-single-post.arti_list .post-content ul,article.post.post-large.blog-single-post.arti_list .post-date {
    margin-left: 0 !important;
    /* margin-bottom: 15px; */

}
article.post.post-large.blog-single-post.arti_list .post-block,article.post.post-large.blog-single-post.arti_list .post-meta{
  margin-left: 0px;
}

aside.widget.sidebar {
/*    margin-left: 16px;*/
}
.blog article.post .post-content h2 a, .blog-posts .post-content h2 a {
  color: #08c !important;
  font-size: 26px !important;
  font-weight: 500 !important;
}

/* nav.cssmenu ul li a {
    padding: 14px 26px !important;
} */
@media (max-width: 485px) {
  .featured-box.featured-box-primary.text-left.mt-5.custom-mobile-res .pull-right {
    float: left !important;
    margin-top: 18px;
    margin-bottom: 14px;
}
.featured-box.featured-box-primary.text-left.mt-5.custom-mobile-res {
    overflow: hidden;
}
}

@media (min-width: 480px) {
  .responstable th:nth-child(2) span {
    display: block;
  }
  .responstable th:nth-child(2):after {
    display: none;
  }
}
.responstable td {
  display: block;
  word-wrap: break-word;
  max-width: 7em;
}
.responstable.html-res td{
    display: table-cell !important;
}
.responstable td:first-child {
  display: table-cell;
  text-align: center;
  border-right: 1px solid #D9E4E6;
}
@media (min-width: 480px) {
  .responstable td {
    border: 1px solid #D9E4E6;
  }
  
}
.responstable th, .responstable td {
  text-align: left;
  margin: .5em 1em;
}
@media (max-width: 480px) {
  .responstable th, .responstable td {
    display: table-cell;
    padding: 1em;
  }
  .tit-meta-h2.cat-blog-title {
    line-height: 18px !important;
  }

  .blog article.post .post-content h2 a, .blog-posts .post-content h2 a{

      font-size: 18px !important;

   }
/*   .blog article.post .post-content h2 a, .blog-posts .post-content h2{
      line-height: 1.2rem !important;
   }*/
   h2.post-content-heading {
    line-height: 1.2rem !important;
}
   .blog article.post .post-date .day, .blog-posts .post-date .day, .blog-posts.single-post .post .post-date .day{
      padding-top: 0 !important;
   }
   article.post .post-meta {
     font-size: 13px !important;
     margin-left: 64px !important;
     margin-top: 12px !important;
   }
   article.post-large .post-image.single p{
      margin-left: 0 !important;
   }

}
@media only screen and (max-width: 767px) and (min-width: 480px) {

   .blog article.post .post-content h2 a, .blog-posts .post-content h2 a{

      font-size: 21px !important;
   }
   .blog article.post .post-content h2 a, .blog-posts .post-content h2{
      line-height: 1.5rem !important;
   }
   .blog article.post .post-date .day, .blog-posts .post-date .day, .blog-posts.single-post .post .post-date .day{
      padding-top: 0 !important;
   }
   article.post .post-meta {
     /*font-size: 13px !important;*/
     margin-left: 65px !important;
   }
   article.post-large .post-image.single p{
      margin-left: 0 !important;
   }
     
}
@media only screen and (max-width: 414px) {

    div.page_title div h1{
      font-size: 20px !important;
    }
    #ip-placeholder p{
      padding: 0px !important;
    }
   #ip-placeholder .home-ip{
    font-size: 15px;
   }
   #ip-placeholder .copy-btn-home{
    width: 100%;
    margin: 0 auto;
   }
   #header_main nav#mainnav,#mainnav ul{
    width:100%
   }
   .home_icon .icon_list{
    justify-content: center;

   }
   .home_icon{
    width: auto !important;
   }

  }

/***** END OF RESPONSTABLE 2.0 by jordyvanraaij *****/

/***** CSS MENU from cssmenu.com *****/
/* @import url(//fonts.googleapis.com/css?family=Open+Sans:700); */
nav a.mobi-menu { display: none; }
#header_main nav#mainnav {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    width: 100%;
}
/*#cssmenu .container {
    padding: 2px 0!important;

}*/
.cssmenu {
    height: auto;
}
#cssmenu {
    background: #222;
    height: 44px;
/*    display: flex;*/
    width: 100%;
}
nav.cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  
  display: block;
  zoom: 1;
}
nav.cssmenu ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
nav.cssmenu ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
nav.cssmenu.align-right ul li {
  float: right;
}
nav.cssmenu.align-center ul {
  text-align: center;
}
nav.cssmenu ul li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 15px 25px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  /* text-transform: uppercase; */
  font-size: 14px;
  position: relative;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
nav.cssmenu ul li a:hover {
  color: #f85050; /* was #333333 */
}
nav.cssmenu ul li a:hover:before {
  width: 100%;
}
nav.cssmenu ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: 18px;
  height: 6px;
  width: 6px;
  background: #ffffff;
  opacity: .5;
}
nav.cssmenu ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #f85050; /* was #333333 */
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
nav.cssmenu ul li.last > a:after,
nav.cssmenu ul li:last-child > a:after {
  display: none;
}
nav.cssmenu ul li.active a {
  color: #f85050; /* was #333333 */
}
nav.cssmenu ul li.active a:before {
  width: 100%;
}
nav.cssmenu.align-right li.last > a:after,
nav.cssmenu.align-right li:last-child > a:after {
  display: block;
}
nav.cssmenu.align-right li:first-child a:after {
  display: none;
}
.center {
    display: none;
}
#ContextMenu2.show {
    display: block;
}
.breadcrumb .breadcrumb-item {
    padding: 0px;
}
#ContextMenu2.show {
   display: block;
   }
   nav.cssmenu ul.submenu li a::after {
   background: none;
   }
   nav.cssmenu ul.submenu li a::before{
   background: none;
   }
   #mainnav ul li ul li{
   display: block;
   }
   nav.cssmenu ul.submenu li:hover{
   border-bottom:  3px solid #f85050;
   background: #f85050;
   }
   .right-sub.fas.fa-angle-left {
   display: none !important;
   }
   .home_icon {
    width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0px 5px 37px;
}
.home_icon .icon_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
  padding: 0;
  justify-content: space-between;
}
.home_icon .menu_item {
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  margin: 16px 0;
}
.home_icon .icon_link {
  display: block;
  width: 52px;
  margin: 0 auto;
  text-align: center;
}

.home_icon .icon_img::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -3px;
  width: 50px;
  height: 50px;
  background-position: -163px -21px;
  z-index: -1;
}
.home_icon .icon_img {
      position: relative;
      vertical-align: top;
      border-radius: 36%;
      padding: 10px;
      -webkit-box-shadow: 0px 1px 15px -3px rgba(117,122,122,1);
    -moz-box-shadow: 0px 1px 15px -3px rgba(117,122,122,1);
    box-shadow: 0px 1px 15px -3px rgba(117,122,122,1);
    margin-bottom: 9px;
}
.icon_title{
    font-size: 16px !important;
} 
.pop-blog img {
  margin-right: 11px;
  margin-bottom: 3px;
}  














@media screen and (max-width: 768px) {
  nav.cssmenu ul li a.mainNavFirst {
    padding: 10px 0px 10px 7px !important;
}
  nav a.mobi-menu {
  	font-size: 14px;
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
    height: 36px;
    padding-top: 8px;
    display: inline-block;
    margin: 0 auto;
    color: white;
    text-decoration: none;
    float: left;
  }
  nav.cssmenu {
    background: #000;
    position: relative;
    z-index: 99;
}
  .center{
    display: flex;
  }
  nav.cssmenu .widget {
    margin-bottom: 0;
  }
  nav.cssmenu .widget {
    margin-bottom: 0;
  }

  nav.cssmenu:hover ul {
    display: block;
  }

  nav.cssmenu ul {
    float: none;
    display: none;
  }
  nav.cssmenu ul li {
    float: none;
    display: block;
  }
  nav.cssmenu ul li a {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid red; /*#fb998c */
  }
  nav.cssmenu ul li.last > a,
  nav.cssmenu ul li:last-child > a {
    border: 0;
  }
  nav.cssmenu ul li a:after {
    display: none;
  }
  nav.cssmenu ul li a:before {
    display: none;
  }
  .col_3_of_12.site_brand {
    width: 138px;
  }
  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.submenu{
    width: 70% !important;

  }
  #mainnav ul li:hover > .right-sub {
     transform:rotate(-270deg) !important;
  }
  #header_main nav#mainnav {
    width: 100% !important;
  } 
  .my-toggle {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
  }
  my-toggle a:first-child {
    color: #000;
  }
  #cssmenu {
    background: #000;
    height: auto;
    margin-top: 5px !important;
  }
  .vpn-container {
    height: 300px !important;
  }
  .left-side.myTbimg img {
    margin: 0 auto;
    display: block;
    width: 151px !important;
  }
  .left-side.myTbimg * {
    width: 100% !important;
  }
  .left-side.myTbimg {
    float: none;
    margin: 0 auto;
    display: block;
  }
  .table_dark_green {
    width: 100%;
  }
  .feedback-row {
    line-height: 30px;
  }
  .feedback-button {
    padding: 0 !important;
  }
  .myTb table td::before {
    content: attr(data-label);
    float: left;
    font-weight: 700;
    text-transform: uppercase;
  }
  .myTb table td:last-child {
    border-bottom: 0;
  }
  .vpn-container .left-side .vpn-logo img {
    width: 100px;
  }
  .vpn-container .left-side {
    width: 100%;
    border: none;
    height: auto;
  }
  .vpn-container .left-side .vpn-logo {
    margin: 0 auto;
  }
  .vpn-container .left-side .star-rating {
    position: static;
    margin-top: 22px;
  }
  .vpn-container .right-side {
    width: 100%;
  }
  .vpn-container .right-side .vpn-special-offer {
    text-align: center;
    margin: 0 auto;
    float: none;
    background: 0 0;
  }
  .product-container .left-side .vpn-logo img {
    width: 100px;
  }
  .product-container .left-side {
    width: 100%;
    border: none;
    height: auto;
  }
  .product-container .left-side .vpn-logo {
    margin: 0 auto;
  }
  .product-container .left-side .star-rating {
    position: static;
    margin-top: 22px;
  }
  .product-container .right-side {
    width: 100%;
  }
  .product-container .right-side .vpn-special-offer {
    text-align: center;
    margin: 0 auto;
    float: none;
    background: 0 0;
  }
  .blog-posts .post-meta span a.btn {
    float: right;
  }
  .col-md-4.col_4_of_12.mycategorybox {
    width: auto;
  }
  .post-content h2 {
    font-size: 27px;
  }
  .loginclass {
    width: 100%;
    background-color: #08c;
    padding: 3px 0 10px;
    border-radius: inherit;
    height: 50px;
    clear: both;
    position: relative;
  }
  div.page_title {
    margin-top: 20px;
  }
  .loginclass ul {
    float: none;
  }
  .loginclass ul li {
    padding: 0 9px;
    position: relative;
  }
  .right button.btn.btn-primary.btn-lg {
    position: absolute;
    right: -6px;
    top: 1px;
    background: #0473ab;
  }
  .outer-forgotPass {
    width: 100%;
    margin: auto;
    border: 1px solid #dfdfdf;
    margin-right: auto;
    margin-top: 20px;
    padding: 65px;
    border-top: 4px solid #08c;
  }
  span.profilebtn {
    background: 0 0;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    font-family: Open Sans, sans-serif;
  }
  span.logoutbtn {
    background: 0 0;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    font-family: Open Sans, sans-serif;
  }
  span.signbtn {
    background: 0 0;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    font-family: Open Sans, sans-serif;
    margin: -10px;
  }
  span.loginbtn {
    background: 0 0;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    font-family: Open Sans, sans-serif;
    margin: -5px;
  }
  span.myfont {
    display: none;
  }
  form.my-form .col.col_4_of_12 {
    width: 30%;
    float: left;
    display: inline-block;
    clear: unset;
  }
  form.my-form .col.col_8_of_12 {
    width: 70%;
    float: left;
    display: inline-block;
    padding-left: 0;
    clear: unset;
  }
  body .row.my-box select {
    width: 89px !important;
    font-size: 14px;
  }
  .row.my-box-dummy {
    display: none;
  }
  .row.my-box {
    width: 100% !important;
  }
  ul.mytimelist {
    display: block !important;
  }
  .loginclass ul li a i {
    color: #fff;
  }
  #header_main nav#mainnav{
    display: block !important;
  }
          
}



ins.adsbygoogle div, ins.adsbygoogle iframe, ins.adsbygoogle   {
    width: 100% !important;
}
.rightAddFirst div {
  width: 100% !important;
}
.adHome span, .adHome div {
    width: 100% !important;
}


/*------------------------------------------------------------------------------------*/



/*@media only screen and (min-device-width: 992px) and (max-device-width: 1200px) {
    
    .container {
        width: 970px !important;
    }
    .col-md-3.site_brand img {
    margin: -25px 15px 15px 0px !important;
   }
}*/
@media only screen and (max-width: 1200px) {
nav.cssmenu ul li a {
	padding: 15px 19px;
	font-size: 12px;
}
.container.slider-widgets {
	width: 100% !important;
}
}

@media only screen and (max-width: 1024px) {

     .ad-block-mobile-1 {
         display: inline-block !important;
         margin-top: 10px;
         width: 100%;
         position: relative;
      }
      .ad-block-deskop-1 {
         display: none !important;
      }
      
   }

@media only screen and (max-width: 992px){
    a.mobi-menu {
      color: #fff !important;
      margin-right: 15px;
      font-size: 22px;
    }
     nav a.mobi-menu {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
    height: 36px;
    padding-top: 8px;
    display: inline-block;
    margin: 0 auto;
    color: white;
    text-decoration: none;
    float: left;
  }
  nav.cssmenu {
    background: #000;
    position: relative;
    z-index: 99;
}
  .center{
    display: flex;
  }
  nav.cssmenu .widget {
    margin-bottom: 0;
  }
  nav.cssmenu .widget {
    margin-bottom: 0;
  }

  nav.cssmenu:hover ul {
    display: block;
  }

  nav.cssmenu ul {
    float: none;
    display: none;
  }
  nav.cssmenu ul li {
    float: none;
    display: block;
  }
  nav.cssmenu ul li a {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid red; /*#fb998c */
  }
  nav.cssmenu ul li.last > a,
  nav.cssmenu ul li:last-child > a {
    border: 0;
  }
  nav.cssmenu ul li a:after {
    display: none;
  }
  nav.cssmenu ul li a:before {
    display: none;
  }
  .col_3_of_12.site_brand {
    width: 138px;
  }
  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.submenu{
    width: 70% !important;

  }
  #mainnav ul li:hover > .right-sub {
     transform:rotate(-270deg) !important;
  }
  #header_main nav#mainnav {
    width: 100% !important;

  } 
  #cssmenu{
    height: auto;
  }
  .my-toggle {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
  }
  my-toggle a:first-child {
    color: #000;
  }
 ul#ContextMenu2 {
    width: 100%;
    background: black;
 }
 .home-wrapper .container{
   width: 100%;
   max-width: 100%;
 }
 .container.header-outer.authHeader{
  max-width: 100%;
  width: 100%;
 }
 .container.header-outer .header_right{
  padding:0px !important;
 }
}

@media only screen and (max-width: 926px){
  .col.col_4_of_12.hideIpAddSidbar {
    width: 33.33333333%;
  }
}

@media only screen and (max-width: 993px){
  nav.pagination ul>a {
    bottom: 7px;
}
    .loginclass {
      display: block !important;
    } 
    #header_main .container .header_right {
      margin-top: 0px !important;
    }
    .loginclass_desk {
      display: none !important;
    }

     
      
      .homepage-ip-addr{
          padding-top: 25px !important;
          width: 100% !important;
          padding-right: 39px !important;
      }
      #ip-placeholder .copy-btn-home {
         width: auto;
         margin: 0 auto;
       }

        #ip-placeholder p {
            padding: inherit !important;
            font-size: 15px !important;
          }

       div.page_title div h1 {
          font-size: 20px !important;
       }
       .fa.fa-copy.copy-btn-home {
          width: 100%;
       } 

       .row.right-left_ad_row .col.col_8_of_12.col-sm-8{
           width: 100%;
       }
       .row.right-left_ad_row .col.col_4_of_12{
        width: 100%;
       }
       #header_main nav#mainnav,#mainnav ul{
         width:100%
       }
       .featured-boxes.cloudDriveBoxes .col-md-4.col_4_of_12.mycategorybox {
         width: 50%;
      }
      .featured-boxes.cloudDriveBoxes .col-md-4.col_4_of_12.mycategorybox .box-content{
            padding: 20px 21px 10px;
      }
}

@media only screen and (max-width: 670px){
   .customLayoutOuter .col.col_4_of_12 {
      width: 33.33333333%;
    }
    .g-recaptcha{
        transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; }

}

@media only screen and (max-width: 640px){

  .home-wrapper .col.col_8_of_12.col-sm-8,.col.col_4_of_12.hideIpAddSidbar{
    flex:100%;
    max-width: 100%;
  }
  .home-wrapper .col.col_8_of_12.col-md-8,.home-wrapper .col.col_4_of_12{
    flex-basis: 100%;
  }
 .customLayoutOuter .col.col_4_of_12, .catalogSidbar {
      width: 100%;
      max-width: 100%;
    }

}

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

  .site_ad_left_bar{
    display: block !important;
/*    border: 1px solid red;*/
    height: 100px;
    width: 100%;
    max-width: 336px;
  }
  .site_ad_right_bar{
    display: block !important;
/*    border: 1px solid red;*/
    height: 100px;
    width: 100%;
    max-width: 336px;
  }


}
@media only screen and (min-width: 1201px) {
  .home-wrapper .container {
    margin: 0px !important;
  }

}
@media only screen and (max-width: 1900px) {
  .site_ad_right_bar{
    display: block !important;
/*    border: 1px solid red;*/
    height: 100px;
    width: 100%;
    max-width: 336px;
  }

}
@media only screen and (max-width: 1520px) {

  .site_ad_right_bar{
    display: none !important;
  }

}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {

   /*.home-wrapper .container {
      width: 1140px !important;
  }*/
  .col-md-3.site_brand img {
    margin: -20px 15px 15px 11px !important;
  }
}

 @media only screen and (max-width: 480px) {
  .featured-boxes.cloudDriveBoxes .col-md-4.col_4_of_12.mycategorybox {
    width: 100%;
  }

}


 @media only screen and (max-width: 400px) {
        
        .homepage-ip-addr{
            padding-top: 25px !important;
            width: 100% !important;
            padding-right: 39px !important;
        }
        #ip-placeholder .copy-btn-home {
           width: auto;
           margin: 0 auto;
         }

         #ip-placeholder p {
           padding: inherit !important;
           font-size: 15px !important;
         }

         div.page_title div h1 {
           font-size: 20px !important;
         }

         .home_icon .icon_list{
          justify-content: start;
         }
         .icon_title {
          font-size: 14px !important;
         }
         .home_icon .icon_link{
          width:41px;
         }
         .home_icon{
          padding: 0px 5px 8px;
         }
   }


/*Submenu CSS START*/

nav{display: block;}
      
      #mainnav ul {
          list-style: none;
          margin: 0;
          padding: 0;
      }
      /*#mainnav > ul > li {
          display: inline-block;
          padding: 0 6px;
      }*/
      #mainnav ul li {
          position: relative;
      }
      .header #mainnav > ul > li > a {
          line-height: 100px;
      }
      #mainnav > ul > li.home > a {
          color: #18ba60;
      }

      #mainnav ul.submenu {
        position: absolute;
        left: 0;
        top: 150%;
        width: 250px;
        text-align: left;
        background-color: #222222;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-in-out;
      }

      #mainnav ul.submenu li:first-child {
          border-top: none;
      }
      #mainnav ul.submenu > li {
          border-top: 1px solid #333333;
      }
      #mainnav ul li ul li {
          margin-left: 0;
      }
      #mainnav ul.submenu > li > a {
          display: block;
          color: #fff;
          text-decoration: none;
          /* padding: 0; */
          line-height: 18px;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
      }
      #mainnav ul li:hover > ul.submenu {
        top: 100%;
        opacity: 1;
        visibility: visible;
      }
      /* Submenu CSS  END */
/*  Home page css*/
  .homepage-icons{
      display: none;
   }
   .ad-block-mobile-1 {
     display: none;
   }
   .ad-block-deskop-1 {
     margin-top: 10px;
     margin-bottom: 10px;
     display: inline-block;
     position: relative;
     width: 100%;
   }

/*  new code*/

/* .IP-address-box {
  padding: 20px;
  background-color: #2874a6;
} */

a.IP-Version {
  font-size: 20px;
  color: #fff!important;
  font-weight: 600;
}
.text-underline {
 
  text-decoration-thickness: 2px;
}

.ip-address-wrap {
  padding: 20px 0 0 0;
  margin-bottom: 0;
  /* padding: 17px 10px 0; */
  
  color: #2874a6;
  font-size: 14px;
  font-weight: 800;
  /* margin: 15px 0 0 10px; */
} 
.ip-address-wrap strong{
  color: #343434;
  font-size: 18px;
  font-weight: 600;
 margin-left: 6px;
} 
.fa-copy.copy-btn-home3{
  color: #2874a6;
  font-size: 16px;
  margin-top:5px;
  }
  .col.ip-buttons2 {

    padding: 0;
    display: flex;
    justify-content: space-between;

}
  .btn-information.visible.animated {
    width: 22px;
    margin-right:10px;
  }
  span.ipinfo--city a {
    color: #2874a6;
    font-weight: 600;
}
span.ipinfo--city a:hover {
  text-decoration: underline;
}
#ip-screen-size,#ip-cookie{
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  color: #575757;
  display: inline-block;
}

.ip-address-wrap.md.hydrated{
background: #2874a6;
border-radius: 80px;
padding: 5px;
margin: 0 4px;
min-width: 30px;
min-height: 30px;
vertical-align: middle;
}
.question {
  background: #2874a6;
  border-radius: 50px;
  padding: 0 14px;
}
.btn.btn-danger a {
  color: #fff;
  font-weight:600;
  /* text-transform: uppercase; */
  font-size: 18px;
}
.btn.btn-danger.hide-ip-full-button {
  width: 104%;
  margin: 0;
  background-color:#f85050!important;
  border-color:#f85050!important;
}
.btn-danger{
  color: #fff;

  background-color:#f85050!important;
  border-color:#f85050!important;
  width:49%;
}
.col.ip-buttons {
  /* padding: 0; */
  display: flex;
  justify-content: space-between;
}
.btn-shield.visible.animated {
  width: 22px;
  margin-right:10px;
}
.btn.btn-danger.show-more-ip-btn {
  color: #fff;
  background-color: #2874a6!important;
  border-color: #2874a6!important;
  width:49%;
}
.btn.btn-danger.show-more-ip-btn a {
  text-transform: capitalize;
}
.btn.btn-danger.show-more-ip-btn:hover{
  background-color: #2e86c1;
  border-color: #2e86c1;
}


/* home page new */
.service-box.IPServiceTop.row {
  margin-bottom: 0;
  padding-bottom: 0;
}
.service-box.IPServiceTop.row {
  position: relative;
  top: -5px;
  background: #fff;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.col.IP-address-box {
  border-radius: 4px;
/* */
border-radius: 8px;
padding-bottom: 20px;
box-shadow: 0 2px 5px 2px #cacaca;
padding: 0;
}
/* .ip-box-wrap {
  background: #fff;
   border-top-left-radius: 8px;
  border-top-right-radius: 8px;
} */
.text-heading {
  background: #2874a6;

  color: #fff;
  margin-bottom: 10px;
  font-size:20px;
  font-weight:600;
  padding: 6px 10px;
  /* padding: 7px; */
}

.client-service{
  background:  #2874a6;
  padding: 12px;
  color: #fff;
 
  font-size:20px;
  font-weight:600;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.service-box.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-inner span a{
  color: #2874a6;
  font-weight:600;
}
.service-box{
  margin: 0;
  padding-top: 0.75rem;
  /* background-color: #eee; */
}

.service-box .geo-data img{
  width: 24px;
  height: 24px;
}

.geo-data {
  
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
  }

.geo-data span.geo-data-head{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin-left: 4px;
}
.geo-data-head {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin-left: 4px;
}

.ipinfo--city{
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  color: #575757;
  display: inline-block;
}
.ipinfo--location{
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  color: #575757;
  display: inline-block;
}
.service-box .geo-data span img{
  width: 36px;
  height: 36px;
}

h4.geo-service{
  font-weight: 600;
  font-size: 1.2rem;
  background: #0B615E;
  color: #fff;
  padding: 0.75rem 0.5rem;
  margin: 0;
}

h4.geo-service a{
  color: #f85050;
}

h4.geo-service a:hover{
  opacity: 0.75;
}
.service-box.row {
  margin: 0;
  padding :0 0 20px 0;
} 

/* .geo-data-head {
  color: #0B615E;
} */
.service-inner .geo-data-head {
  color: #2874a6;
}

.btn-IP.visible.animated {
  width: 28px;
  margin-right:10px;
}

/* Accordion */
.accordion input {position: absolute;opacity: 0;z-index: -1;}
.accordion {overflow: hidden;}
.accordion-label {display: flex;-webkit-box-pack: justify;justify-content: space-between;font-weight: bold;cursor: pointer;color: black;border-bottom: 1px solid #e4e4e4;padding: 10px 10px 10px 0px;font-size: 19px;}
.accordion-label::after {content: "\276F";width: 16px;height: 30px;text-align: center;-webkit-transition: all 0.3s;transition: all 0.3s;}
.accordion-content {max-height: 0;padding: -1px 10px 10px 0px;color: rgba(4,57,94,1);background: white;-webkit-transition: all 0.3s;transition: all 0.3s;}
.accordion-content p{margin: 0;color: #000;font-size: 17px;}
input:checked + .accordion-label {color: #08c;}
input:checked + .accordion-label::after {-webkit-transform: rotate(90deg);transform: rotate(90deg);}
input:checked ~ .accordion-content {max-height: 100vh;padding: 10px 10px 10px 0px;}
h2.accordion-heading {font-weight: 600;}
h2.accordion-heading img {margin-top: -13px;}


/* media query */
@media only screen and (max-width: 600px) {
  .col.ip-buttons {
    display: block;
    width:100%
  }
  .btn.btn-danger {
    width: 100%;
    margin-bottom:10px;
   
  }
  .btn.btn-danger.show-more-ip-btn {
    width: 100%;
    margin-bottom:10px;
  }
  .service-box.IPServiceTop.row {
  margin: 20px 0 20px 0;
}

} 
 
ins[data-side-rail-status="displayed"].adsbygoogle{
  max-width:210px;
}

/* display  widget icons*/
@media only screen and (max-width: 767px) {
  .widget-icons { display: none !important;}
  .homepage-icons{
    display: block !important;
 }

}


@media only screen and (min-width: 767px) {
  .widget-icons { display: block !important;}
}

