@charset "utf-8";
/* CSS Document */



::placeholder {
 color: #9fa6b2;
 opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #9fa6b2;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #9fa6b2;
}
body {
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	font-family: 'Inter', Arial, sans-serif;
}
html {
	scroll-behavior: smooth;
}
#top-in11 {
	width: 100%;
	height: 36px;
	background-color: #0a324e;
}
#top-in {
	width: 500px;
	height: 36px;
	margin: auto;
	font: 13px / 36px "Inter", sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
}
#top-bar-out-hader {
	width: 100%;
	height: 367px;
	float: left;
	background: #4285f4;
}
/*silder*/

#main-box {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 40px;
}
#main-box-in {
	width: 900px;
	height: 440px;
	margin: auto;
}
#contact-support-in-top1 {
	width: 100%;
	height: 177px;
	float: left;
	padding-bottom: 20px;
}
#ssltoolhead1 {
	width: 100%;
	height: 60px;
	float: left;
	text-align: center;
	line-height: 60px;
	color: #0e0a1b;
	font-size: 2.2rem;
	font-family: "Inter", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}
#ssltoolhead2 {
	width: 100%;
	height: 90px;
	float: left;
	text-align: center;
	font: 35px / 90px "Inter", sans-serif;
	color: #5333ed;
	font-weight: 500;
}
/*end*/
/*ads-css*/
.ads-out {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 25px;
}
.ssl-box-ads {
	width: 100%;
	max-width: 900px;
	margin: auto;
}
/*ads-css-ends*/
/*serchbar*/
.form-group {
	width: 655px;
	height: 55px;
	float: left;
}
.btn {
	width: 140px;
	height: 55px;
	float: right;
}
.domainsearchbar {
	width: 820px;
	height: 55px;
	float: left;
	padding: 40px;
	background-color: #fff;
	box-shadow: 0 2px 2px #00000010;
	border-radius: 15px;
}
input[type="search"] {
	width: 655px;
	height: 55px;
	color: #666;
	font-family: "Inter", sans-serif;
	display: block;
	line-height: 45px;
	text-indent: 10px;
	font-size: 16px;
	border: 2px solid #ebedfa;
	outline: none;
	border-radius: 0.375rem;
}
input[type="submit"] {
	width: 100%;
	height: 55px;
	float: left;
	background: #5333ed;
	border: 0px solid #5333ed;
	border-radius: 0.375rem;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	line-height: 54px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	display: block;
	outline: none;
	cursor: pointer;
}
input[type="submit"]:hover {
	background: #5333ed;
	border: 0px solid #5333ed;
}
.domainsearchbar1-out {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 15px;
}
.domainsearchbar1 {
	width: 900px;
	height: auto;
	margin: auto;
}
.yourip {
	width: 100%;
	height: 60px;
	float: left;
	font-family: "Inter", sans-serif;
	font-size: 30px;
	line-height: 60px;
	text-align: center;
	color: #383c43;
	text-transform: uppercase;
}
.ipinfo-box {
	width: 820px;
	height: auto;
	float: left;
	padding: 40px;
	background: #fff;
	/* box-shadow: 0 0 0 2px rgb(43 51 59 / 4%);*/
	border-radius: 15px;
}
.yourip-details {
	width: 100%;
	height: auto;
	float: left;
}
/*end*/


 
/*IP details*/

#getip-out {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 25px;
}
.container {
	background: #fff;
	max-width: 820px;
	margin: auto;
	padding: 30px 40px;
	border-radius: 15px;
}
h2 {
	font-size: 1.2rem;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	color: #151a27;
}
h3 {
	font-size: 1.15rem;
	margin-bottom: 7px;
	font-weight: 700;
	letter-spacing: 0.01em;
	color: #23242a;
	text-transform: uppercase;
}
.section {
	margin-bottom: 32px;
}
.faq {
	margin-bottom: 16px;
}
.faq h3 {
	margin-top: 18px;
	margin-bottom: 6px;
}
a {
	color: #5371e6;
	text-decoration: underline;
	font-weight: 500;
}
/*end*/



/*price-btn*/  

#price-tab-out {
	width: 100%;
	height: 35px;
	float: left;
	margin-top: 15px;
}
#price-tab-out1 {
	width: 100%;
	height: 35px;
	float: left;
}
#price-tab-in {
	width: 100%;
	height: 35px;
	margin: auto;
}
#tab-box1 {
	padding: 5px 5px;
	float: left;
}
#tab-box1 a {
	padding: 0.25em 0.75em;
	border: 1px solid #5333ed;
	font: 13px "Inter", sans-serif;
	color: #5333ed;
	text-align: center;
	text-decoration: none;
	display: block;
	border-radius: 2rem;
}
#tab-box1 a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #5333ed;
	transition: all .3s ease-in-out;
	-webkit-transition: all 0.3s;
}
#tab-box2 {
	padding: 5px 5px;
	float: left;
}
#tab-box2 a {
	padding: 0.25em 0.75em;
	border: 1px solid #5333ed;
	font: 13px "Inter", sans-serif;
	color: #5333ed;
	text-align: center;
	text-decoration: none;
	display: block;
	border-radius: 2rem;
}
#tab-box2 a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #5333ed;
	transition: all .3s ease-in-out;
	-webkit-transition: all 0.3s;
}
#tab-box3 {
	padding: 5px 5px;
	float: left;
}
#tab-box3 a {
	padding: 0.25em 0.75em;
	border: 1px solid #5333ed;
	font: 13px "Inter", sans-serif;
	color: #5333ed;
	text-align: center;
	text-decoration: none;
	display: block;
	border-radius: 2rem;
}
#tab-box3 a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #5333ed;
	transition: all .3s ease-in-out;
	-webkit-transition: all 0.3s;
}
#tab-box4 {
	padding: 5px 5px;
	float: left;
}
#tab-box4 a {
	padding: 0.25em 0.75em;
	border: 1px solid #5333ed;
	font: 13px "Inter", sans-serif;
	color: #5333ed;
	text-align: center;
	text-decoration: none;
	display: block;
	border-radius: 2rem;
}
#tab-box4 a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #5333ed;
	transition: all .3s ease-in-out;
	-webkit-transition: all 0.3s;
}
#tab-box5 {
	padding: 5px 5px;
	float: left;
}
#tab-box5 a {
	padding: 0.25em 0.75em;
	border: 1px solid #5333ed;
	font: 13px "Inter", sans-serif;
	color: #5333ed;
	text-align: center;
	text-decoration: none;
	display: block;
	border-radius: 2rem;
}
#tab-box5 a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #5333ed;
	transition: all .3s ease-in-out;
	-webkit-transition: all 0.3s;
}
#price-tc {
	width: 100%;
	height: 30px;
	float: left;
	font: 14px/30px "Inter", sans-serif;
	color: #fff;
	text-indent: 1px;
	margin-top: 20px;
}
#mid-managed-text {
	width: 100%;
	height: 120px;
	float: left;
}
#mid-managed-text-in {
	width: 655px;
	height: 120px;
	margin: auto;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-family: "Inter", sans-serif;
	line-height: 1.7em;
}
/*end*/

 

/*map*/


.map-out {
	width: 100%;
	height: auto;
	float: left;
}
.map-in {
	width: 820px;
	height: auto;
	float: left;
}
/*end*/

p {
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	line-height: 23px;
	letter-spacing: 0px;
	text-shadow: none;
}
/* Outer frame + rounded corners */
table {
	width: 100%;
	text-align: left;
	color: #44414e;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	/* keep a reliable outer stroke + rounded corners */
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #ddd;     /* outer border */
	border-radius: 15px;
	overflow: hidden;           /* clip corners */
	background: #fff;           /* ensure visible contrast */
}
/* Header background */
thead tr {
	background: #f0f0f0;
}
/* Padding */
td, th {
	line-height: 1.5;
	padding: 10px 0 10px 15px;
}
th {
	opacity: .7;
	font-weight: normal;
}
/* INNER BORDERS (grid lines) */

/* Vertical lines: between columns (header and body) */
th + th, td + td {
	border-left: 1px solid #ddd;
}
/* Horizontal lines: between body rows */
tbody tr + tr td, tbody tr + tr th {
	border-top: 1px solid #ddd;
}
/* Line between header and first body row */
tbody tr:first-child td, tbody tr:first-child th {
}
#google-map-holder {
	overflow: hidden;
	height: 350px;
	border-radius: 15px;
	margin-top: 20px;
}
.web-font {
	font-family: "Inter", sans-serif;
	width: 160px;
	font-weight: 700;
	color: #0e0a1b;
	background: #F5F5F4;
}
.web-font2 {
	font-family: "Inter", sans-serif;
	width: 443px
}
/*header*/

#top-bar-out {
	width: 100%;
	height: 41px;
	float: left;
	padding-bottom: 18.5px;
	padding-top: 18.5px;
	background: #fff;
	border-bottom: 2px solid #e6ebf0;
}
#top {
	width: 1161px;
	height: 41px;
	margin: auto;
}
#logo {
	width: 155px;
	height: 33px;
	float: left;
	background: url(../image/logo.svg) no-repeat left;
	padding: 4px 0px;
}
#right {
	width: 145px;
	height: 33px;
	float: right;
}
#freetool {
	width: 180px;
	height: 15px;
	float: right;
	font: 14px / 18px "Inter", sans-serif;
	text-align: left;
	text-transform: uppercase;
	color: #000000;
	padding: 9px 10px 9px 10px;
}
.nav-menu-all-container {
	width: 539px;
	height: 41px;
	float: right;
}
.buy-me-a-coffee-container {
	width: 174px;
	height: 41px;
	float: left;
}
.buy-me-a-coffee-button {
	width: 174px;
	height: 41px;
	float: left;
	background-image: url(../image/bmc-button.svg);
	border-radius: 5px;
}
/*Nav bar*/

.nav-menu {
	width: 365px;
	height: 33px;
	float: left;
	padding: 4px 0px;
}
.nav-menu>ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.nav-menu>ul>li {
	float: left;
	position: relative;
	list-style-type: none;
	border: 0;
	display: block;
}
.nav-menu>ul>li>a {
	color: #383c43;
	display: inline-block;
	font-size: 13px;
	font-family: "Inter", sans-serif;
	height: 33px;
	line-height: 33px;
	padding: 0px 0px 0px 30px;
	text-transform: uppercase;
	text-decoration: none;
}
.nav-menu>ul>li:hover>a {
	color: #357edd;
}
.nav-menu .sub-menu {
	background: #fff;
	color: #383c43;
	display: none;
	padding: 0 0 1px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 235px;
	z-index: 999;
	list-style-type: none;
	box-shadow: 0 2px 8px 0 rgb(16 7 104 / 10%), 0 1px 2px 0 rgb(83 51 237 / 6%);
	border-radius: 0.25rem;
}
.nav-menu .sub-menu>li>a {
	color: #383c43;
	display: block;
	font-size: 13px;
	font-family: "Inter", sans-serif;
	height: 25px;
	line-height: 25px;
	padding: 1px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.nav-menu .sub-menu>li>a:hover {
	color: #357edd;
}
.nav-menu>ul>li:hover>.sub-menu {
	display: block
}
li.liner {
	margin: 10px 20px!important;
	border-top: 4px solid #f2f2f2!important;
	padding: 0px!important;
	list-style: none!important;
}
/*nav end*/

/*header end*/



 /*bottom*/


 
#company-out {
	width: 100%;
	height: 100px;
	float: left;
	background-color: #333;
	margin-top: 25px;
}
#company-in {
	width: 1161px;
	height: 100px;
	margin: auto
}
#top1 {
	width: 100%;
	height: 30px;
	float: left;
	margin-top: 21px
}
#top2 {
	width: 100%;
	height: 30px;
	float: left;
}
#tab1-out {
	width: 877px;
	height: 30px;
	margin: auto;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #d7d7d7 !important;
	font-family: "Inter", sans-serif;
}
/*sharelink*/

.share-out {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 25px;
}
.file-sharing-box {
	background: #fff;
	border-radius: 15px;
	max-width: 820px;
	margin: auto;
	padding: 30px 40px;
	position: relative;
}
.file-sharing-box h2 {
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0 0 8px 0;
	color: #343541;
}
.file-sharing-box p {
	font-size: 15px;
	color: #555;
	margin-bottom: 16px;
}
.link-row {
	display: flex;
	align-items: center;
	background: #FAFAF9;
	border: 1px solid #FAFAF9;
	border-radius: 8px;
	padding: 10px 12px;
	margin-bottom: 7px;
}
.share-link {
	font-size: 15px;
	color: #666;
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-right: 8px;
}
.copy-btn {
	display: flex;
	align-items: center;
	gap: 6px;
	border-radius: 8px;
	border: none;
	background: none;
	color: #5333ed;
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	padding: 0 12px;
	height: 36px;
	transition: background 0.18s;
}
.copy-btn.copied {
	background: #5333ed;
	color: #fff;
}
.file-sharing-explain {
	font-size: 12px;
	color: #555;
	margin-bottom: 18px;
}
/*sharelink end*/
 
.badges {
	width: 100%;
	height: 26px;
	float: left;
}
.badgebox {
	width: 459px;
	height: 26px;
	margin: auto;
}
/* Individual colors */
.green {
	padding: 5px 10px;
	float: left;
	background-color: #E2E2E2;
	color: #6C6C6C;
	font: 13px "Inter", sans-serif;
	text-align: center;
	text-decoration: none;
	display: block;
	border-radius: 2rem;
}
.purple {
	padding: 5px 10px;
	float: left;
	background-color: #E2E2E2;
	color: #6C6C6C;
	margin-left: 10px;
	font: 13px "Inter", sans-serif;
	text-align: center;
	text-decoration: none;
	display: block;
	border-radius: 2rem;
}
.red {
	padding: 5px 10px;
	float: left;
	background-color: #E2E2E2;
	color: #6C6C6C;
	margin-left: 10px;
	font: 13px "Inter", sans-serif;
	text-align: center;
	text-decoration: none;
	display: block;
	border-radius: 2rem;
}
.orange {
	padding: 5px 10px;
	float: left;
	background-color: #E2E2E2;
	color: #6C6C6C;
	margin-left: 10px;
	font: 13px "Inter", sans-serif;
	text-align: center;
	text-decoration: none;
	display: block;
	border-radius: 2rem;
}
