/* How to create a website? */

.create-website .sub-menu>li>a{
    border-radius: 12px 12px 0px 0px !important;
    margin-right: 3px !important;
	font-size: 10px;
}
.create-website .sub-menu > li{
	  /*border-bottom: 2px solid black;*/
	  margin-top: 12px;
}
.create-website .sub-menu{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: space-evenly;
	margin-bottom: 15px;
}
.widget-codes .wiki-passw img {
    margin-right: 11px;
    margin-bottom: 3px;
  }
/* How to create a website? */ 

/* Web Hosting  https://dev.iplocation.net/web-hosting */

   /* Sidebar related articles title styling */
   #sidebarrelated-articles h2.tit-meta-h2.cat-blog-title {
    margin-left: 60px;
    letter-spacing: -1px;
}

/* Post date styling */
#sidebarrelated-articles .post-date {
    float: left;
    background-color: #fff;
    text-align: center;
}

#sidebarrelated-articles .post .post-date .day {
    color: #08c;
    background: #f4f4f4;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 2px 0 2px;
}

#sidebarrelated-articles .post .post-date .month {
    background-color: #08c;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .07) inset;
    color: #fff;
    font-size: 0.9em;
    padding: 0 10px 2px;
}

/* Post meta styling */
#sidebarrelated-articles article.post .post-meta {
    font-size: 16px;
    margin-bottom: 7px;
    padding-bottom: 20px;
}

#sidebarrelated-articles article.post-large h2 {
    margin-bottom: 5px;
}

#sidebarrelated-articles .blog .post-meta {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

/* Button styling */
#sidebarrelated-articles .btn-primary {
    background-color: #08c;
    border-color: #08c #08c #069;
    color: #fff;
}

/* Bottom block styling */
#sidebarrelated-articles .btm-blk {
    border-bottom: 1px solid #ccc;
}

/* Post image styling */
#sidebarrelated-articles article.post-large .post-image.single {
    margin-bottom: 30px;
}

/* Post meta span padding */
#sidebarrelated-articles article.post .post-meta > span {
    padding-right: 8px;
}

/* Web Hosting  https://dev.iplocation.net/web-hosting */


/*  CATATLOG https://dev.iplocation.net/catalog */

#catlog-sidebar ul.blog.nav-list.my-category.flex-column.mb-5 {
    padding: 0;
    margin: 0;
}

#catlog-sidebar button.btn.btn-primary.btn-lg {
    padding: 8px 10px !important;
}
/*  CATATLOG https://dev.iplocation.net/catalog */


/* Best Proxy Providers  start*/
.checked{  color:orange;}
.vpn_info {
    color: #777777 !important;
  }
.vpn_cards .vpn_card { position: relative; left: 0; right: 0;  padding-top: 45px;  width: 100%;  margin-bottom: 25px;  box-shadow: none !important;}
.vpn_cards .vpn_card:first-of-type .card_content { outline: 2px solid #1c7fb0; outline-offset: -1px; animation: vpn_card 0.7s ease-in-out 0s infinite alternate-reverse;}
.vpn-logo img { display: block;  margin: 12px auto;}
.vpn_cards .vpn_card:last-of-type { margin-bottom: 0px;}
.vpn_cards .icon,
.plans .plan_cards .plan_card .plan_card_content .plan_rating .best_for .icon {  -webkit-mask-size: contain;  mask-size: contain;}
h5{  font-size:18px;  font-weight:bold;}
.vpn_cards .vpn_card .vpn_info { position: absolute; background-color: #b3afaf;   border-radius: 0;   color: white;   font-size: 16px;   font-weight: 300px; padding: 6px; padding-left: 6px; top: -30px;  left: 0px;  border-top-left-radius: 6px;  border-top-right-radius: 6px;  padding-left: 16px;}
.vpn_cards .vpn_card:nth-of-type(1) .vpn_info { width: 100.3%}
.vpn_cards .card_content { display: grid; grid-template-columns: auto auto; gap: 20px; align-items: center; position: relative; border-radius: 6px; border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 0px 0px 20px #F691174D;  padding: 30px 20px;  border-top-left-radius: 0;  border-top-right-radius: 0;    }
.vpn_cards .vpn_rating { display: flex; flex-direction: column; align-items: center; justify-content: center;}
.vpn_cards .vpn_rating .rating_star,
.plan_cards .plan_rating .rating_star {  display: flex;  gap: 5px; align-items: center; margin-bottom: 5px;}
.vpn_cards .vpn_rating .rating_star div,
.plan_cards .plan_rating .rating_star div,
.feedback .rating_star div { width: 17px; height: 16px; background-color: #f69117;clip-path: polygon(50% 0%, 63% 30%, 98% 35%, 73% 58%, 79% 91%, 50% 74%, 21% 91%, 26% 56%, 2% 35%, 37% 31%);}
.vpn_cards .vpn_card:nth-of-type(3) .vpn_rating .rating_star div:nth-of-type(5) { clip-path: polygon(50% 0%, 50% 0, 50% 0, 50% 70%, 50% 70%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);}
.vpn_cards .vpn_rating .rating_number { font-size:50px;  font-weight: 700 !important; color: #F74F4F; margin-bottom: 0px;}
.vpn_cards .vpn_rating .rating_comment { font-size: 18px; font-weight: 700 !important; color: #5E5E5E;}
.vpn_cards .vpn_company .company_logo { width: 271px; height: 50px; margin-bottom: 10px;}
.vpn_cards .vpn_company .company_logo img {   height: 100%;}
.vpn_cards .vpn_company .about_company { color: #777777 !important; font-size: 14px; text-align: justify; margin-top: 10px;}
.vpn_features li:before { display: inline-block; content: ''; border-radius: 0.375rem; height: 0.50rem;  width: 0.50rem; margin-right: 0.5rem;margin-top: 6px; display: inline-block; content: ''; border-radius: 0.375rem; margin-right: 0.5rem;margin-top: 3px;  content: "\f058"; font: normal normal normal 14px/1 FontAwesome;  color:#187fb5;   }
.vpn_cards .vpn_features { list-style-type:none; margin: 0px;  padding: 0px;  margin-bottom: 10px;  margin-top:2rem;}
.vpn_cards .vpn_features li {font-size: 13px; color: #777777 ;  padding: 2px 0px;  display:flex;}
.vpn_cards .vpn_features li:first-of-type {padding-top: 0px;}
.vpn_cards .vpn_features li i { color: #1c7fb0; align-items: middle; margin-right: 6px;}
.vpn_visit {  display: flex;  flex-direction: column; gap: 20px; text-align: center; margin-bottom: 1.2rem; margin-left: 20px;}
.vpn_visit a { max-width: 158px; max-height: 42px; padding: 15px 15px !important; padding: 16px 39px !important; background-color: #187fb5;line-height: 4px;}
.vpn_visit:hover a{ background-color: #187fb5;}
.vpn_info{  display: flex;  justify-content: space-between;}
.btn-shield.visible.animated { width: 30px;}
.NordVpn.visible.animated { width: 100%;}
.vpn_cards .vpn_card:first-of-type .vpn_info { background-color: #187fb5; left: -1px; /* height: 50px; */ padding: 5px; display: flex; justify-content: flex-start; align-items: center; height:60px;}
p.company-text { font-size: 12px; color: #777777 ; text-align: center;  margin-top: 14px;}
.col-md-6.vpn-right {    display: flex;flex-direction: column;}
.col-md-6.vpn-left {  border-right: 1px solid #cbe6f9;}
a.btn.btn-style.btn-orange { background: #F85050; padding: 10px 50px; color: #ffffff; font-size: 16px; font-weight: bold; margin-top:50px;}
i.fa.fa-check { background-color: #DFF2FF; border-radius: 20px; padding: 5px; margin-right: 10px; color: #187FB5; height:25px; width:25px;}   
.vpn_cards .vpn_features li {  font-size: 13px; color: #7D7D7D; padding: 8px 0px; padding-top: 8px;}
.proxy-logo {  width: 120px; background: #fff; padding:10px 5px;}
.Ivacy.visible.animated { width: 100%; max-width: 60px;  margin: 0 auto;  display: block;}
.surfshark.visible.animated { width:100%;}
.ExpressVpn.visible.animated{ width:100%}
.CyberGhost.visible.animated {width: 100%;}
.vpn-info-heading{font-size: 18px;font-weight: bold;display: block ruby;margin-left: 10px; align-items: center; margin-bottom: 0; padding: 2px 5px;}
.heading-box{  display:flex;}
.tens { outline: 2px solid #f85050 !important;}
.two { outline: 2px solid #FFA500 !important;}
.vpn-left .visible.animated {  width: 239px;  display: block;  margin: 20px auto 0;}
/* 
my start
*/
.hidden p ul{ display: none;}
/* 
my end 
*/

/* Best Proxy Providers  end*/

/* Best REVIEW START*/

.featured-box.featured-box-primary.featured-box-effect-1.mt-0.mt-lg-5 {
    border-radius: 8px;
    border: 1px solid #dfdfdf;
    padding: 10px;
    border-width: 4px;
    margin-top: 3rem !important;
    min-height: 315px;
    height: 79%;
}
/* .featured-boxes.featured-box .box-content {
    padding: 15px 15px 10px;
    text-align: center;
    top: 20px;
} */
.featured-box .box-content {
    margin-top: 20px;
    text-align: center;
  }
.featured-boxes .pages-learn {
    width: 70%;
}

/* https://dev.iplocation.net/blog pages start */
.blog_outer.post-content-heading {
    line-height: 28px !important;
 }

 .blog_outer.post-content-h2 {
    line-break: 29px !important;
 }

 .blog_outer.result {
    color: red;
    font-weight: 500;
 }
 .blog_outer .adsSection{
    margin: 15px 0 !important;
 }
/* https://dev.iplocation.net/blog pages end */

/* Best REVIEW END*/

/* seo auit */


.seoAudit {
    padding: 0;
}

.seoAudit .bkbg {
    border-radius: 5px !important;
    overflow: hidden;
    position: relative;
    border: 1px solid #005f89 !important;
    margin-bottom: 20px;
}

.seoAudit .bxdvht {
    text-align: center;
    padding: 10px 20px !important;
    border-bottom: solid 1px #dfdfdf;
    background: #005f89;
}

.seoAudit .bxdvd form {
    margin-bottom: 0;
    display: block;
}

.seoAudit .bxdvht h2 {
    font-weight: normal;
    font-size: 17px;
    margin: 0px;
}

/* added custom css */
.seoAudit .inp_txt .bxdvht {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
}

.seoAudit .inp_txt {
    border-radius: 2px;
    border: none;
}

.seoAudit .inp_txt h2 {
    color: white;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: normal;
}

.seoAudit .bxdvd {
    padding: 20px;
    background-color: white;
}

.seoAudit #scan {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600 !important;
    background: linear-gradient(95.64deg, #1c3d9f 0%, #3096cb 100.33%);
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 5px 12px;
    text-transform: uppercase;
    margin: 0;
    align-self: end;
}

.form-control::placeholder,
input[type="text"]::placeholder {
    color: #c9c9c9;
}

#url_error_msg{
    font-size: 14px;
}

.seoAudit .form-group{
    margin-bottom: 5px !important;
}




.serp {
    padding: 0;
}

.bxdv {
    border-radius: 5px !important;
    /* box-shadow: 0 0 5px 1px #33ae00; */
    overflow: hidden;
    position: relative;
    border: 1px solid #33ae00 !important;
    margin-bottom: 20px;
    background: #f0ad4e;
}

.bxdvh {
    text-align: center;
    padding: 10px 20px !important;
    border-bottom: solid 1px #dfdfdf;
    background: linear-gradient(95.64deg, #3096cb 0%, #33ae00 100.33%);
}

.bxdvb form {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bxdvh h2 {
    font-weight: normal;
    font-size: 17px;
    margin: 0px;
}

/* added custom css */
.inp_txt .bxdvh {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
}

.inp_txt {
    border-radius: 2px;
    border: none;
}

.inp_txt h2 {
    color: white;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: normal;
}

.ico {
    justify-content: space-between;
    align-items: center;
    border: 1px solid #c1c1c1;
    color: #2c2c2c;
    font-size: 14px;
    padding: 6px 8px;
    cursor: pointer;
    border-radius: 3px;
    font-family: Arial, Helvetica, sans-serif;
    background: linear-gradient(to bottom, #FAFAFA, #E7E7E7);
    background-color: #f7f7f7;
    font-weight: normal;
}

.bxdvb {
    padding: 20px;
}

.ico:hover,
.ico:focus {
    color: #2c2c2c;
    box-shadow: none;
}

#check {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600 !important;
    background: linear-gradient(95.64deg, #33ae00 0%, #3096cb 100.33%);
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 5px 12px;
    text-transform: uppercase;
    /* width: 100% !important; */
    margin: 15px 0;
    align-self: end;
}

button#check:hover {
    top: -3px;
    position: relative;
    box-shadow: 0 0 5px 1px #000;
}

#check img {
    height: 24px;
}

a.custom-a {
    color: #3f5d76;
    text-decoration: underline;
    font-size: 14px;
    float: right;
    margin-top: 4px;
    display: block;
    cursor: pointer;
}

select {
    border: 1px solid #ced4da;
    padding: 5px 8px !important;
    border-radius: 4px;
}

div.wrapper {
    width: unset;
}

.result ul {
    list-style: none;
    margin: 20px auto;
    max-width: 800px;
    padding: 0 0 0 2px;
}

.result li {
    margin-bottom: 26px;
    /* margin-left: 26px; */
    position: relative;
}

.result li.other {
    opacity: 0.5;
}
.result li:last-child {
    margin-bottom: 0;
    padding: 0;
}

span.title a {
    padding-right: 35px;
    margin-bottom: 3px;
}
.title a {
    color: rgb(26, 13, 171);
    font-family: arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    clear: both;
    display: block;
}

.title:hover {
    text-decoration: underline;
}

.link {
    color: #006621;
    font-family: arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    clear: both;
    display: block;
    word-break: break-all;
}

.snippet {
    color: rgb(84, 84, 84);
    font-family: arial, sans-serif;
    font-size: 13px;
    line-height: 16px !important;
}

.rank {
    font-family: arial, sans-serif;
    font-size: 10px;
    position: absolute;
    right: 0;
    top:-10px;
    text-align: center;
    color: #FFF;
    padding: 18px 13px 0;
    background-color: #0087FF;
    border-radius: 10px;
    line-height: 1.4em;
}

.rank:before {
    content: "Google Position";
    font-size: 8px;
    position: absolute;
    top: 4px;
    text-align: center;
    left: 0;
    margin: 0 auto;
    line-height: 1;
}

.title a:hover {
    color: rgb(26, 13, 171);
    text-decoration: underline;
}

.result_content .top_sec h3,
.result_content .top_sec h4 {
    text-transform: capitalize;
    color: #005f89;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
}

.result_content .top_sec p {
    margin-bottom: 0;
    color: #666666;
}

.result_content .bxdv {
    border: none;
    padding: 10px;
    border-radius: 4px;
}

.result_content .top_sec p span {
    color: #005f89;
    font-weight: 600;
}

.serp_desc {
    margin-top: 10px;
}

.serp_desc p {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}

.top_sec h4{
    font-size: 18px;
    line-height: 20px;
    margin-top: 0 !important;
}
.top_sec .alert-success{
    padding: 0.5rem;
}
.resp.err{
    margin-bottom: 0 !important;
    text-align: center;
}
.ranked_keyword {
margin-bottom: 10px;
background: aliceblue;
padding: 10px;
border-radius: 5px;
}
.ajax_content p.alert-danger{
    text-align: center;
    color: #000;
    font-weight: 600;
}
.contant-usf {
    padding: 10px;
    border: solid 1px #ccccc7;
  }
/* media queries */
@media only screen and (max-width: 500px) {}

@media only screen and (min-width: 500px) and (max-width:900px) {
    .col-md-8 {
        max-width: unset;
        flex: unset;
    }
}
/* media queries */
@media only screen and (max-width: 500px) {}

@media only screen and (min-width: 500px) and (max-width:900px) {
    .col-md-8 {
        max-width: unset;
        flex: unset;
    }
}

@media only screen and (max-width:767px){
    .vpn_cards .card_content {display: block;}
    .vpn_cards .vpn_card:nth-of-type(1) .vpn_info { width: 100%!important; }
    .vpn_cards .vpn_card .vpn_info {  height:none;  padding:10px; }
    .vpn_cards .vpn_card .vpn_info h5 { font-size: 14px;}
    .vpn_cards .vpn_card:nth-of-type(1) .vpn_info { width: 100.3% }
    }
    @media only screen and (max-width:600px){
    .proxy-logo { margin: 5px auto; padding:5px; }
    .vpn-info-heading { text-align: center; display: block; padding:2px;}
    .vpn_cards .vpn_rating { margin-top: 40px; }
    a.btn.btn-style.btn-orange { margin-top: 10px; }
    .vpn_cards .vpn_card:nth-of-type(1) .vpn_info { width: 100.3% }
    .vpn_cards .vpn_card:first-of-type .vpn_info {left:0px;}
    .vpn_visit{ margin-bottom: 0.2rem; }
    .vpn_cards .vpn_card:first-of-type .card_content { outline: 1px solid #1c7fb0;        }
    }
@media only screen and (max-width: 513px) {
	.create-website .sub-menu>li>a{
	    border-radius: unset !important;
	    margin-right: 3px !important;

	}
}