@charset "utf-8";
/*custom*/

::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;
}
html {
	scroll-behavior: smooth;
}

#main-box {
	width: 100%;
	height: 385px;
	float: left;
	padding-top: 40px;
	padding-bottom: 10px;
}
#main-box-in {
	width: 900px;
	height: 385px;
	margin: auto;
}
#contact-support-in-top1 {
	width: 100%;
	height: 120px;
	float: left;
	padding-bottom: 40px;
}
#ssltoolhead1 {
	width: 100%;
	height: 60px;
	float: left;
	text-align: center;
	line-height: 60px;
	color: #383c43;
	font-size: 2.2rem;
	font-family: "Inter", sans-serif;
	text-transform: uppercase;
	    font-weight: 700;
}
#ssltoolhead2 {
	width: 100%;
	height: 60px;
	float: left;
	text-align: center;
	font: 20px / 30px "Inter", sans-serif;
	color: #878787;
}
/*end*/


/*searchbar*/

.error-out {
	width: 100%;
	height: 20px;
	float: left;
}
.error-in {
	width: 880px;
	height: 20px;
	margin: auto;
	line-height: 20px;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	color: #F43538;
	text-align: center;
}
.domainsearchbar {
	width: 820px;
	height: 55px;
	float: left;
	padding: 40px 40px;
	background-color: #fff;
	box-shadow: 0 2px 2px #00000010;
	border-radius: 15px;
}
.form-group {
	width: 640px;
	height: 55px;
	float: left;
}
.btn {
	width: 140px;
	height: 57px;
	float: right;
}
.inputtext {
	text-indent: 8px;
}
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 #f2f2f7;
	outline: none;
	border-radius: 0.375rem;
}
input[type="submit"] {
	width: 100%;
	height: 55px;
	float: left;
	background: #0068FE;
	border: 0px solid #0068FE;
	border-radius: 0.375rem;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 13px;
	line-height: 55px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	display: block;
	outline: none;
	cursor: pointer;
}
/*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 #0068fe;
    font: 13px "Inter", sans-serif;
    color: #3e80de;
    text-align: center;
    text-decoration: none;
    display: block;
    border-radius: 2rem;
}
#tab-box1 a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #0068fe;
	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 #0068fe;
    font: 13px "Inter", sans-serif;
    color: #3e80de;
    text-align: center;
    text-decoration: none;
    display: block;
    border-radius: 2rem;
}
#tab-box2 a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #0068fe;
	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 #0068fe;
    font: 13px "Inter", sans-serif;
    color: #3e80de;
    text-align: center;
    text-decoration: none;
    display: block;
    border-radius: 2rem;
}
#tab-box3 a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #0068fe;
	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 #0068fe;
    font: 13px "Inter", sans-serif;
    color: #3e80de;
    text-align: center;
    text-decoration: none;
    display: block;
    border-radius: 2rem;
}
#tab-box4 a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #0068fe;
	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 #0068fe;
    font: 13px "Inter", sans-serif;
    color: #3e80de;
    text-align: center;
    text-decoration: none;
    display: block;
    border-radius: 2rem;
}
#tab-box5 a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #0068fe;
	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*/

 

/* Inner container */
#whois-resulte-in {
  width: 870px;
  height: 35px;
  margin: auto;
}

/* Tab boxes: reuse a common class for all to reduce redundancy */
.whois-resulte-tab-box {
  padding: 5px 5px;
  float: left;
}

.whois-resulte-tab-box a {
  padding: 0.25em 0.75em;
  background:#f3f4f6;
  border: 1px solid #f3f4f6;
  font: 13px "Inter", sans-serif;
  color: #374151;
  text-align: center;
  text-decoration: none;
  display: block;
  border-radius: 2rem;
}

.whois-resulte-tab-box a:hover {
  text-decoration: none;
  color: #374151;
  background-color: #f0f4f9;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s;
}





.response_div-out {
	width: 100%;
	height: auto;
	float: left;
}
.response_div-in {
	width: 900px;
	height: auto;
	margin: auto;
}
/*whoisinfo*/

.result-domain {
	width: 884px;
	height: 30px;
	float: left;
	text-align: center;
	padding: 30px 0px;
	line-height: 30px;
	font: 21px "Inter", sans-serif;
	color: #383c43;
	text-transform: uppercase;
}
.whoisinfo {
	width: 820px;
	min-height: 209px;
	height: auto;
	float: left;
	margin-right: 42px;
	background: #fff;
	margin-bottom: 30px;
	padding: 40px;
	border-radius: 15px;
}
.whoisinfo-left {
	width: 30%;
	height: 30px;
	text-align: left;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	color: #000;
	padding-right: 10px;
}
.whoisinfo-right {
	width: 70%;
	height: 30px;
	text-align: left;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	color: #000;
	padding-left: 10px;
}
table.hovertable {
	font-size: 11px;
	color: #333;
	border-width: 1px;
	border-color: #999;
	border-collapse: collapse;
	width: 100%
}
table.hovertable th {
	background: #fff url(../images/button.png);
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #d5d5d5;
	border-left: 1px;
	color: #000
}
table.hovertable tr {
	background-color: #fff;
}
table.hovertable tr:hover {
	background: #f4f5f8;
}
table.hovertable td {
	padding: 10px 14px 10px 5px;
	border-bottom: 1px solid #f2f2f7;
	text-align: left;
	cursor: pointer
}
/*domaindateinfo*/
#item-section-top {
	width: 100%;
	height: 132px;
	float: left;
	margin-bottom: 15px;
}
#item-section-top-in {
	width: 900px;
	height: 132px;
	margin: auto;
}
#midtext-bottom-box-top {
	width: 256px;
	height: 72px;
	float: left;
	padding: 29px 16px;
	background: #fff;
	border: 1px solid #efefef;
	border-radius: 15px;
}
#expires {
	width: 256px;
	height: 72px;
	float: left;
	padding: 29px 16px;
	background: #fff;
	border: 1px solid #efefef;
	border-radius: 15px;
	margin-left: 15px;
}
#image-cloudvps {
	width: 56px;
	height: 72px;
	float: left;
	font-family: Calibri;
	color: #888888;
	text-align: center;
	font-size: 18px;
}
#image-cloudvps-in {
	width: 56px;
	height: 72px;
	float: left;
	background: url(../images/calendar-gray.svg) center no-repeat;
}
#domain-name-out {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom:15px;
}

#domain-name-wapper {
	width: 870px;
	height: 75px;
	margin: auto;
	padding:15px 15px;
	background:#fff;
    border-radius: 15px;
	    border: 1px solid #efefef;
}

#domain-name-in {
	width: 870px;
	height: 40px;
	margin: auto;
	line-height: 40px;
	font-family: "Inter", sans-serif;
	font-size: 25px;
	color: #000;
	text-align: left;
	font-weight: 700;
	text-indent:5px;
}
#domain-web {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 10px;
	background: url(../images/web.svg) center no-repeat;
}
#domain-expiry {
	width: 56px;
	height: 72px;
	float: left;
	background: url(../images/calendar-remove.svg) center no-repeat;
}
#domain-update {
	width: 56px;
	height: 72px;
	float: left;
	background: url(../images/calendar-tick.svg) center no-repeat;
}
#left-box-item {
	width: 180px;
	height: 61px;
	float: left;
	padding: 5px 0px 5px 20px;
}
#midtext-bottom-bar {
	width: 100%;
	height: 30px;
	float: left;
	color: #0068fe;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	font-family: "Inter", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}
#midtext-bottom-box-text {
	width: 100%;
	height: 30px;
	float: left;
	font-family: "Inter", sans-serif;
	line-height: 30px;
	font-size: 15px;
	color: #000;
	text-align: left;
}
/*end*/

.df-block-raw .df-raw {
	white-space: pre-line;
	line-height: 1.7em;
}
/*bottom*/


#company-out {
	width: 100%;
	height: 60px;
	float: left;
	padding-top: 40px;
	    padding-bottom: 15px;
}
#company-in {
	width: 100%;
	height: 60px;
	margin: auto;
}
#top1 {
	width: 100%;
	height: 30px;
	float: left;
	text-align: center;
	font: 15px / 30px "Inter", sans-serif;
	color: #878787;
}
#top2 {
	width: 100%;
	height: 30px;
	float: left;
	text-align: center;
	font: 15px / 30px "Inter", sans-serif;
	color: #878787;
}
/*end*/


/*dev*/


.bor {
	border-bottom: 1px solid #efefef;
}
.whois-data .df-block {
	margin-bottom: 15px;
	background-color: #fff;
	font: 400 15px "Inter", sans-serif;
	padding: 0;
	border: 1px solid #efefef;
	border-radius: 15px;
}
.whois-data .df-heading {
	font:18px "Inter", sans-serif;
	padding: 15px 20px;
	border-bottom: 1px solid #efefef;
	/*background-color: #efefef;*/
	background-color: #efefef;
	color: #000;
	border-radius: 15px 15px 0 0;
	text-transform: uppercase;
	font-weight: 700;
}
.whois-data .df-row {
	padding: 8px 0;
	/*border-bottom: 1px solid #efefef;*/
	/*margin: 0 20px;*/
	line-height: 30px;
}
.df-row:hover {
	background: #EFFFFD;
}
.whois-data .df-label {
	float: left;
	width: 240px;
	color: #111;
	font-family: "Inter", sans-serif;
	padding: 0 0 0 20px;
	font-weight: 700;
}
.whois-data .df-value {
	float: left;
	width: 440px;
	color: #303030;
	font-size: 16px;
	font-family: "Inter", sans-serif;
}
.clear {
	clear: both;
}
textarea#domain {
	height: 100px;
	width: 100%;
}
.whois-data .df-block-raw {
	margin-bottom: 15px;
	background-color: #fff;
	font-size: 14px;
	border: 1px solid #efefef;
	border-radius: 15px;
}
.whois-data .df-block-raw .df-heading {
	border-bottom: none;
}
.whois-data .df-raw {
	margin: 10px 20px 20px 20px;
	overflow-x: auto;
}
.text-danger {
	color: red;
}

/*end*/


.site-seal-out { width:100%;
height:70px;
float:left;
}

.site-seal-in{
	    width: 202px;
    height: 70px;
    margin: auto;
}
 
    img {
        border: none;
        outline: none;
    }
 #tab1-out {
	width: 877px;
	height: 30px;
	margin:auto;

}

#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;
}
/*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: 195px;
	height: 33px;
	float: left;
	background: url(../images/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(../images/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: #0068fe;
}
.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: #0068fe;
}
.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*/


/*client login*/
#menuin {
	width: 145px;
	height: 45px;
	float: right;
}
#menuin ul {
	margin: 0px;
	padding: 0px;
}
#menuin li {
	width: 141px;
	height: 45px;
	float: right;
	list-style: none;
}
#menuin li a {
	width: 141px;
	height: 45px;
	float: left;
	color: #fff;
	font-family: menu-bold;
	font-size: 14px;
	line-height: 45px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-color: #0095cd;
	border-radius: 5px
}
#menuin li a:hover {
	color: #fff;
	background: #0095cd;
}
/*end*/