
/*-------------------header--------------------------*/

header
{
	/*box-shadow: -1px 10px 21px -13px rgba(0,0,0,0.19);*/
	background-color: #fff;
}
/*.menu-bar*/
/*{*/
/*	display: flex;*/
/*	flex-wrap: wrap;*/
/*	align-items: center;*/
/*	justify-content: space-between;*/
/*}*/
/*.menu-list*/
/*{*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*}*/
/*.menu-list-bar:hover .menu-name*/
/*{*/
/*	color: #F15902;*/
/*}*/
/*.menu-name*/
/*{*/
/*	position: relative;*/
/*	font-size: 16px;*/
/*	color: #202020;*/
/*	font-family: 'Poppins-Medium';*/
/*	text-transform: uppercase;*/
/*	padding: 32px 30px;*/
/*	cursor: pointer;*/
/*	transition: 0.3s;*/
/*}*/
/*.menu-name:before*/
/*{*/
/*	content: '';*/
/*	position: absolute;*/
/*	top: 50%;*/
/*	transform: translateY(-50%);*/
/*	right: 0;*/
/*	width: 1px;*/
/*	height: 30%;*/
/*	background-color: #F15902;*/
/*}*/
/*.menu-name:after*/
/*{*/
/*	content: '';*/
/*	position: absolute;*/
/*	bottom: -12px;*/
/*	left: 50%;*/
/*	transform: translateX(-50%);*/
/* 	width: 0; */
/*  	height: 0; */
/*  	border-left: 12px solid transparent;*/
/*  	border-right: 12px solid transparent;*/
/*  	border-top: 12px solid #fff;*/
/*  	z-index: 1000;*/
/*  	opacity: 0;*/
/*  	transition: 0.3s;*/
/*}*/
/*.menu-list-bar:last-child:before*/
/*{*/
/*	display: none;*/
/*}*/
.client-account
{
	display: flex;
	align-items: center;
	justify-content: center;
}
/*.sign-up-btn*/
/*{*/
    /*color: #F15902;*/
/*    font-size: 16px;*/
    /*border: 1px solid #F15902;*/
/*    border-radius: 5px;*/
/*  	padding: 8px 20px;*/
/*    text-transform: uppercase;*/
/*    font-family: 'Poppins-Medium';*/
/*    text-align: center;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    z-index: 1;*/
/*    transition: 0.5s;*/
/*    margin-right: 10px;*/
/*}*/

/*.sign-up-btn span {*/
/*    position: absolute;*/
/*    width: 25%;*/
/*    height: 100%;*/
    /*background-color:#F15902;*/
/*    transform: translateY(150%);*/
/*    border-radius: 50%;*/
/*    left: calc((var(--n) - 1) * 25%);*/
/*    transition: 0.5s;*/
/*    transition-delay: calc((var(--n) - 1) * 0.1s);*/
/*    z-index: -1;*/
/*}*/

/*.sign-up-btn:hover {*/
/*    color: #fff;*/
/*}*/

/*.sign-up-btn:hover span {*/
/*    transform: translateY(0) scale(2);*/
/*}*/

/*.sign-up-btn span:nth-child(1) {*/
/*    --n: 1;*/
/*}*/

/*.sign-up-btn span:nth-child(2) {*/
/*    --n: 2;*/
/*}*/

/*.sign-up-btn span:nth-child(3) {*/
/*    --n: 3;*/
/*}*/

/*.sign-up-btn span:nth-child(4) {*/
/*    --n: 4;*/
/*}*/


/*.login-btn*/
/*{*/
/*    color: #fff;*/
/*    font-size: 16px;*/
    /*border: 1px solid #F15902;*/
    /*background-color: #F15902;*/
/*    border-radius: 5px;*/
/*  	padding: 8px 20px;*/
/*    text-transform: uppercase;*/
/*    font-family: 'Poppins-Medium';*/
/*    text-align: center;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    z-index: 1;*/
/*    transition: 0.5s;*/
/*}*/

/*.login-btn span {*/
/*    position: absolute;*/
/*    width: 25%;*/
/*    height: 100%;*/
    /*background-color:#0167AF;*/
/*    transform: translateY(150%);*/
/*    border-radius: 50%;*/
/*    left: calc((var(--n) - 1) * 25%);*/
/*    transition: 0.5s;*/
/*    transition-delay: calc((var(--n) - 1) * 0.1s);*/
/*    z-index: -1;*/
/*}*/

/*.login-btn:hover {*/
    /*color: #fff;*/
/*    border: 1px solid #0167AF;*/
/*}*/

/*.login-btn:hover span {*/
/*    transform: translateY(0) scale(2);*/
/*}*/

/*.login-btn span:nth-child(1) {*/
/*    --n: 1;*/
/*}*/

/*.login-btn span:nth-child(2) {*/
/*    --n: 2;*/
/*}*/

/*.login-btn span:nth-child(3) {*/
/*    --n: 3;*/
/*}*/

/*.login-btn span:nth-child(4) {*/
/*    --n: 4;*/
/*}*/


/*.submenu*/
/*{*/
/*	background-color: #0061b0;*/
/*	padding: 50px 20px;*/
/*	position: absolute;*/
/*	top: 88px;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    z-index: 1000;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    flex-direction: column;*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*}*/
/*.menu-list-bar:hover .submenu*/
/*{*/
/*	opacity: 1;*/
/*	visibility: visible;*/
/*}*/
/*.menu-list-bar:hover .menu-name:after*/
/*{*/
/*	opacity: 1;*/
/*}*/
/*.submenu-block*/
/*{*/
/*	display: flex;*/
/*	justify-content: space-between;*/
/*}*/
/*.submenu-title*/
/*{*/
/*	color: #fff;*/
/*	font-size: 22px;*/
/*	font-family: 'Poppins-SemiBold';*/
/*	margin-bottom:30px;*/
/*	display: inline-block;*/
/*	position: relative;*/
/*}*/
/*.submenu-title:before*/
/*{*/
/*	content: '';*/
/*	position: absolute;*/
/*	bottom: -4px;*/
/*	left: 0;*/
/*	width: 70%;*/
/*	height: 2px;*/
/*	background-color: #fff;*/
/*}*/
.domain-list
{
	display: flex;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.domain-list:last-child
{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
/*.dl-title*/
/*{*/
/*	font-size: 18px;*/
/*	color: #fff;*/
/*	font-family: 'Poppins-SemiBold';*/
/*	margin-bottom: 5px;*/
/*}*/
/*.dl-con*/
/*{*/
/*	color: #fff;*/
/*	font-family: 'Poppins-Regular';*/
/*	font-size: 14px;*/
/*}*/
/*.dl-con span*/
/*{*/
/*	font-size: 22px;*/
/*	font-family: 'Poppins-SemiBold';*/
/*}*/
/*.dl-content*/
/*{*/
/*	margin-left: 10px;*/
/*}*/
.domain-list img
{
	margin-top: 8px;
}
.use-cases
{
	background-color: #003b6b;
	border-radius: 10px;
}
.domain-block
{
	padding:30px;
}
.use-cases .dl-content
{
	margin-left: 0;
}
/*--------------------end-header---------------------*/


/*--------------------slider------------------------*/

.slider
{
	/*background-image: url(../image/slider-background.webp);*/
	background-image: linear-gradient(#0075B6, #004073);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0;
	padding-bottom: 380px;
	position: relative;
}
.svg-block
{
	position: absolute;
	bottom: -1px;
	z-index: 1000;
}
.slider-title
{
	color: #fff;
	font-family: 'Poppins-Bold';
	font-size: 55px;
}
.s-slider-content
{
	color: #fff;
	font-family: 'Poppins-Regular';
	font-size: 18px;
	margin-top: 20px;
}
.sh-list
{
	font-size: 18px;
	color: #fff;
	font-family: 'Poppins-Regular';
	margin-top: 20px;
}
.sh-icon
{
	margin-right: 5px;
    font-size: 14px;
    font-family: 'Poppins-Regular';
    color: #f08135;
}
.slider-btn
{
	display: flex;
    align-items: center;
    margin-top: 30px;
}
.slider-btn .sign-up-btn
{
	background-color: #F15902;
	color: #fff;
	padding: 15px 20px;
	text-transform: unset;
    font-family: 'Poppins-Regular';
    letter-spacing: 0.3px;
}
.slider-btn .sign-up-btn:nth-child(2)
{
	border:1px solid #fff;
	color: #fff;
	background-color: transparent;
}
.slider-btn .sign-up-btn span
{
	background-color: #fff;
}
.slider-btn .sign-up-btn:hover
{
	color: #F15902;
	border:1px solid #fff;
}
.slider-set
{
	font-size: 44px;
	font-family: 'Poppins-Bold';
	color: #000;
}
.domain-search
{
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ds-box
{
	padding: 10px;
	border:none;
	width: 60%;
	background-color: transparent;
	font-size:22px;
	font-family: 'Poppins-Medium';
	color: #fff;
	border-bottom: 2px solid #fff;
}
.ds-btn-block
{
	position: relative;
}
.ds-btn-block:before
{
	content: '';
	position: absolute;
	bottom: -9px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}
.ds-box::placeholder
{
	font-size: 22px;
	font-family: 'Poppins-Medium';
	color: rgba(255,255,255,0.5);
	letter-spacing: 1px;
}
.ds-btn
{
	padding: 5px;
	width: 150px;
	height: 100%;
	border-radius: 100px;
	border:none;
	color: #fff;
	font-size: 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: 'Poppins-Regular';
	background-image: linear-gradient(to right, #D43A00 , #FC6900);
	transition: 0.3s;
}
.ds-btn:hover
{
	background-image: linear-gradient(to left, #D43A00 , #FC6900);
}
.slider-block
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	/*z-index: 1001;*/
	text-align: center;
}
.slider-img
{
	width: 100%;
}
.slider-left
{
	width: 100%;
}
.slider-right
{
	width: 40%;
}

.box
{
	bottom: 300px;
    transform: rotate(80deg);
    left: 190px;
    z-index: 999;
    position: absolute;
}

.wave {
	position: fixed;
	bottom: 0;
	left: 0;
  opacity: .4;
  position: absolute;
  top: 3%;
  left: 10%;
  background: #0af;
  width: 600px;
  height: 500px;
  margin-left: -150px;
  margin-top: -250px;
  transform-origin: 50% 48%;
  border-radius: 43%;
  animation: drift 7000ms infinite linear;
}

.wave.-three {
  animation: drift 7500ms infinite linear;
	position: fixed;
	background-color: #77daff;
}

.wave.-two {
  animation: drift 3000ms infinite linear;
  opacity: .1;
  background: black;
	position: fixed;
}

.box:after {
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  transform: translate3d(0, 0, 0);
}

@keyframes drift {
  from { transform: rotate(0deg); }
  from { transform: rotate(360deg); }
}

/*LOADING SPACE*/

.contain {
	animation-delay: 4s;
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  background: #25a7d7;
  background: -webkit-linear-gradient(#25a7d7, #2962FF);
  background: linear-gradient(#25a7d7, #25a7d7);
}

.icon {
  width: 100px;
  height: 100px;
  margin: 0 5px;
}

/*Animation*/
.icon:nth-child(2) img {-webkit-animation-delay: 0.2s;animation-delay: 0.2s}
.icon:nth-child(3) img {-webkit-animation-delay: 0.3s;animation-delay: 0.3s}
.icon:nth-child(4) img {-webkit-animation-delay: 0.4s;animation-delay: 0.4s}

.icon img {
  -webkit-animation: anim 2s ease infinite;
  animation: anim 2s ease infinite;
  -webkit-transform: scale(0,0) rotateZ(180deg);
  transform: scale(0,0) rotateZ(180deg);
}

@-webkit-keyframes anim{
  0% {
    -webkit-transform: scale(0,0) rotateZ(-90deg);
    transform: scale(0,0) rotateZ(-90deg);opacity:0
  }
  30% {
    -webkit-transform: scale(1,1) rotateZ(0deg);
    transform: scale(1,1) rotateZ(0deg);opacity:1
  }
  50% {
    -webkit-transform: scale(1,1) rotateZ(0deg);
    transform: scale(1,1) rotateZ(0deg);opacity:1
  }
  80% {
    -webkit-transform: scale(0,0) rotateZ(90deg);
    transform: scale(0,0) rotateZ(90deg);opacity:0
  }
}

@keyframes anim{
  0% {
    -webkit-transform: scale(0,0) rotateZ(-90deg);
    transform: scale(0,0) rotateZ(-90deg);opacity:0
  }
  30% {
    -webkit-transform: scale(1,1) rotateZ(0deg);transform: scale(1,1) rotateZ(0deg);opacity:1
  }
  50% {
    -webkit-transform: scale(1,1) rotateZ(0deg);
    transform: scale(1,1) rotateZ(0deg);opacity:1
  }
  80% {
    -webkit-transform: scale(0,0) rotateZ(90deg);
    transform: scale(0,0) rotateZ(90deg);opacity:0
  }
}

.content-section {
	 height: 100vh;
	 display: flex;
}
 .content-section h1 {
	 display: block;
	 margin: auto;
	 font-family: sans-serif;
	 color: #fff;
	 font-size: 8vmin;
}
 .content {
	 width: 100vw;
	 height: 500vh;
	 background: #3e1e68;
	 opacity: 0.69;
	 background-image: linear-gradient(136deg, #d4e40b 0%, #29d6ff 41%, #ff0dc6 72%, #ffab00 100%);
	 position: relative;
	 mix-blend-mode: soft-light;
}
 .background {
	 position: absolute;
	 width: 100vw;
	 height: 100vh;
	 mix-blend-mode: soft-light;
	 z-index: 0;
	 overflow:hidden;
}
 .background span {
	 opacity: 0.1;
	 width: 600px;
	 height: 600px;
	 border-radius: 600px;
	 backface-visibility: hidden;
	 position: absolute;
	 animation-name: move;
	 animation-duration: 216s;
	 animation-timing-function: linear;
	 animation-iteration-count: infinite;
}
 .background span:nth-child(1) {
	 color: #000;
	 top: 27%;
	 left: 51%;
	 width: 401px;
	 height: 401px;
	 border-radius: 401px;
	 animation-duration: 149.1s;
	 animation-delay: -7.6s;
	 transform-origin: 12vw -13vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(2) {
	 color: #000;
	 top: 74%;
	 left: 37%;
	 width: 401px;
	 height: 401px;
	 border-radius: 401px;
	 animation-duration: 105.8s;
	 animation-delay: -144.4s;
	 transform-origin: -1vw -2vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(3) {
	 color: #000;
	 top: 45%;
	 left: 14%;
	 width: 401px;
	 height: 401px;
	 border-radius: 401px;
	 animation-duration: 191.8s;
	 animation-delay: -115.8s;
	 transform-origin: 12vw 4vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(4) {
	 color: #000;
	 top: 42%;
	 left: 48%;
	 width: 401px;
	 height: 401px;
	 border-radius: 401px;
	 animation-duration: 154.6s;
	 animation-delay: -206.3s;
	 transform-origin: -22vw -24vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(5) {
	 color: #000;
	 top: 88%;
	 left: 56%;
	 width: 601px;
	 height: 601px;
	 border-radius: 601px;
	 animation-duration: 106s;
	 animation-delay: -24.3s;
	 transform-origin: 20vw -3vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(6) {
	 color: #000;
	 top: 27%;
	 left: 37%;
	 width: 401px;
	 height: 401px;
	 border-radius: 401px;
	 animation-duration: 24s;
	 animation-delay: -210.1s;
	 transform-origin: -21vw 0vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(7) {
	 color: #000;
	 top: 58%;
	 left: 71%;
	 width: 401px;
	 height: 401px;
	 border-radius: 401px;
	 animation-duration: 178.9s;
	 animation-delay: -39.8s;
	 transform-origin: -16vw -1vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(8) {
	 color: #000;
	 top: 8%;
	 left: 33%;
	 width: 601px;
	 height: 601px;
	 border-radius: 601px;
	 animation-duration: 78.5s;
	 animation-delay: -99.1s;
	 transform-origin: -9vw 9vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(9) {
	 color: #000;
	 top: 47%;
	 left: 91%;
	 width: 401px;
	 height: 401px;
	 border-radius: 401px;
	 animation-duration: 46.1s;
	 animation-delay: -12.6s;
	 transform-origin: -23vw -8vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(10) {
	 color: #000;
	 top: 45%;
	 left: 15%;
	 width: 401px;
	 height: 401px;
	 border-radius: 401px;
	 animation-duration: 184.4s;
	 animation-delay: -176.6s;
	 transform-origin: 21vw 7vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(11) {
	 color: #000;
	 top: 97%;
	 left: 6%;
	 width: 601px;
	 height: 601px;
	 border-radius: 601px;
	 animation-duration: 79.6s;
	 animation-delay: -189.9s;
	 transform-origin: 22vw -12vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(12) {
	 color: #000;
	 top: 97%;
	 left: 28%;
	 width: 401px;
	 height: 401px;
	 border-radius: 401px;
	 animation-duration: 164s;
	 animation-delay: -97.2s;
	 transform-origin: -14vw -14vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(13) {
	 color: #000;
	 top: 47%;
	 left: 19%;
	 width: 601px;
	 height: 601px;
	 border-radius: 601px;
	 animation-duration: 123.3s;
	 animation-delay: -49.6s;
	 transform-origin: -18vw 22vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(14) {
	 color: #000;
	 top: 38%;
	 left: 19%;
	 width: 401px;
	 height: 401px;
	 border-radius: 401px;
	 animation-duration: 186.3s;
	 animation-delay: -37.4s;
	 transform-origin: -14vw -5vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(15) {
	 color: #000;
	 top: 94%;
	 left: 77%;
	 width: 401px;
	 height: 401px;
	 border-radius: 401px;
	 animation-duration: 148.9s;
	 animation-delay: -137.1s;
	 transform-origin: -8vw 2vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(16) {
	 color: #000;
	 top: 49%;
	 left: 26%;
	 width: 601px;
	 height: 601px;
	 border-radius: 601px;
	 animation-duration: 140.5s;
	 animation-delay: -117.7s;
	 transform-origin: 16vw 8vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(17) {
	 color: #000;
	 top: 56%;
	 left: 25%;
	 width: 601px;
	 height: 601px;
	 border-radius: 601px;
	 animation-duration: 130.8s;
	 animation-delay: -148.5s;
	 transform-origin: 3vw -13vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(18) {
	 color: #000;
	 top: 76%;
	 left: 47%;
	 width: 601px;
	 height: 601px;
	 border-radius: 601px;
	 animation-duration: 124.6s;
	 animation-delay: -61.4s;
	 transform-origin: -4vw -15vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(19) {
	 color: #000;
	 top: 21%;
	 left: 87%;
	 width: 401px;
	 height: 401px;
	 border-radius: 401px;
	 animation-duration: 106.2s;
	 animation-delay: -225.5s;
	 transform-origin: 5vw -11vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(20) {
	 color: #000;
	 top: 35%;
	 left: 28%;
	 width: 601px;
	 height: 601px;
	 border-radius: 601px;
	 animation-duration: 192.5s;
	 animation-delay: -201.3s;
	 transform-origin: -13vw 6vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 @keyframes move {
	 100% {
		 transform: translate3d(0, 0, 1px) rotate(360deg);
	}
}
.main-dn-box
{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.dn-domain-search
{
	position: relative;
	z-index: 1001;
	display: flex;
	align-items: center;
	margin-top: 30px;
	width: 80%;
	padding: 20px;
	background-color: rgba(255,255,255,0.3);
	border-radius: 5px;
}
.dn-search-box
{
	padding: 20px 20px;
	font-size: 16px;
	font-family: 'Poppins-Regular';
	background: #fff;
	border-radius: 5px 0 0 5px;
	width: 100%;
	border:none;
}
.dn-search-btn
{
	padding: 20px 40px;
	color: #fff;
	background-color: #F15902;
	font-size: 16px;
	font-family: 'Poppins-Regular';
	border-radius: 0 5px 5px 0;
	border: none;
}


.dn-domain-search
{
	position:relative;
}
.search-dropdown
{
	background-color:#fff;
	width:100%;
	position:absolute;
	top:100%;
	left:0;
}
.sd-list
{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:15px;
}
.sd-list-right
{
	display:flex;
	align-items:center;
}
.regi-title
{
	color:red;
	font-family:'Poppins-Medium';
	font-size:16px;
}
.sd-list-price
{
	color:#202020;
	font-family:'Poppins-SemiBold';
	font-size:18px;
	margin:0 10px;
}
.transfer-btn , .register-btn
{
	color:#fff;
	font-family:'Poppins-Regular';
	font-size:14px;
	border-radius:200px;
	padding:5px 25px;
	background-color:#F15902;
	text-align:center;
	transition:0.3s;
	border:none;
}
.transfer-btn:hover , .register-btn:hover
{
	background-color:#005993;
	color:#fff;
}
.search-dl-title
{
	color:#202020;
	font-family:'Poppins-Medium';
	font-size:16px;
}
.check-domain
{
	text-align:center;
	padding:10px;
	border-top:1px solid #eee;
}
.check-domain-btn
{
	text-align:center;
	font-size:16px;
	font-family:'Poppins-Medium';
	color:#202020;
	transition:0.3s;
	border:none;
	background-color:transparent;
}
.check-domain-btn:hover
{
	color:#F15902;
	background-color:transparent;
	border:none;
}
/*------------------end-slider----------------------*/


/*----------------------plan-block-----------------*/

.domain-price-block
{
	padding: 80px 0; 
	padding-top: 0;
	position: relative;
}
.dp-block
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 42px;
}
.dp-box
{
	text-align: center;
	padding: 30px 0;
	background-color: #fff;
	box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.08);
	width: calc(23% - 30px);
	margin: 15px;
}
.starting-head
{
	font-size: 16px;
	font-family: 'Poppins-Medium';
	color: #202020;
}
.dn-domain-price
{
	font-size: 42px;
	color: #F15902;
	font-family: 'Poppins-Bold';
	margin-top: -5px;
	margin-bottom: 10px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.price-annual
{
	color: #202020;
	font-family: 'Poppins-Medium';
	font-size: 16px;
	border-radius: 3px;
	margin-top: -5px;
}
.dn-order-btn
{
	border:none;
	border-radius: 100px;
	width: 150px;
	padding: 10px;
	font-family: 'Poppins-Regular';
	font-size: 16px;
	color: #fff;
	background-color: #F15902;
	margin-top: 20px; 
}
.dn-icon
{
	margin-bottom: 20px;
}
.dn-domain-price span
{
	font-size: 22px;
	font-family: 'Poppins-Medium';
	margin-top: 7px;
}




.dcp-block
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 50px;
}
.dcp-box
{
	padding: 30px;
	box-shadow: 0px 0px 23px 0px rgb(0 0 0 / 8%);
    width: calc(33% - 30px);
    margin: 15px;
    text-align: center;
}
.dcp-con
{
	color: #202020;
	font-family: 'Poppins-Regular';
	font-size: 16px;
}
.first-year
{
	color: #202020;
	font-size: 20px;
	font-family: 'Poppins-Medium';
	margin-top: 20px;
}
.first-year sup
{
	font-size: 14px;
	top: -5px;
}
.dcp-price
{
	font-size: 42px;
	font-family: 'Poppins-Bold';
	color: #F15902;
	margin-top: -8px;
}
.dcp-price sup
{
	font-family: 'Poppins-Regular';
	font-size: 26px;
	top: -12px;
}
.dcp-price sub
{
	font-family: 'Poppins-Medium';
	font-size: 18px;
    bottom: 3px;
}
.after-year
{
	color: #202020;
	font-size: 18px;
	font-family: 'Poppins-Medium';
}
.dcp-box .dn-order-btn
{
	background-color: transparent;
	border:2px solid #F15902;
	color: #F15902;
	font-family: 'Poppins-Medium';
	width: auto;
	padding: 10px 20px;
	transition: 0.3s;
}
.dcp-box:hover .dn-order-btn
{
	background-color: #F15902;
	color: #fff;
}
.dcp-icon
{
	margin-bottom: 20px;
}
.domain-cheap-price {
    padding: 80px 0;
    border-top: 1px solid #eee;
	position: relative;
}



.christmas-dec {
    position: absolute;
    top: 0px;
    margin-bottom: 70px;
    width: 90%;
}

.christmas-dec img {
    width: 31%;
}

.christmas-dec-2 {
    position: absolute;
    right: 0;
    width: 28%;
    top: 0;
}

.christmas-dec-2 img {
    width: 100%;
}

.christmas-dec-3 {
    position: absolute;
    right: 0;
    width: 23%;
    bottom: 0;
}


.christmas-dec-3 img {
    width: 100%;
}


.christmas-dec-4 {
    position: absolute;
    left: 0px;
    bottom: -11px;
    width: 29%;
}

.christmas-dec-4 img {
    width: 60%;
}

.senta-vactor {
	display:none;
    position: absolute;
    left: -31px;
    animation: glide 2s ease-in-out alternate infinite;
}

.senta-vactor img {
    width: 48%;
    transform: rotate3d(1, 1, 1, 8deg);
}


.senta-vactor-2 {
    position: absolute;
    right: 0;
    width: 10%;
	bottom:0
}

.senta-vactor-2 img {
    width: 99%;
    transform: rotate3d(1, 1, 1, -1deg);
}

.christmas-dec-1 {
    position: absolute;
    top: 0;
    left: 0;
}

.christmas-dec-1 img {
    width: 38%;
}


.christmas-dec_2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 16%;
}

.christmas-dec_2 img {
    width: 100%;
}

@keyframes glide  {
   from {
      margin-top: 120px;
   }
   
   to {
      margin-top: 0;
   }

}
@keyframes glideone  {
   from {
      margin-top: 0;
   }
   
   to {
      margin-top: 120px;
   }

}
/*--------------------end-plan-block---------------*/


/*----------------------transfer-step-------------*/

.choose-linux-shared
{
    padding: 80px 0;
    border-top: 1px solid #eee;
    background: #f15902;
}
.title-block
{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.plan-block-title
{
    text-align: center;
    color: #202020;
    font-family: 'Poppins-Bold';
    font-size: 40px;
}
.choose-linux-shared .plan-block-title
{
	color: #fff;
}
.title-border
{
    width: 10%;
    height: 3px;
    margin-top: 15px;
    background-color: #f15902;
    position: relative;
}
.title-border:before
{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30%;
    width: 12px;
    height: 12px;
    background-color: #001220;
    border-radius: 50px;
    animation-name: roll;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.cls-block
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}
.cls-box
{
    width: calc(40% - 30px);
    margin: 15px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.1);
}
.cls-list-num
{
    font-size: 48px;
    font-family: 'Poppins-SemiBold';
    color: rgb(241,89,2,0.5);
}
.cls-title
{
    font-size: 22px;
    font-family: 'Poppins-SemiBold';
    color: #202020;
}
.cls-con
{
    color: #838383;
    font-family: 'Poppins-Regular';
    font-size: 16px;
}
.splan-block-con
{
    font-size: 16px;
    margin-top: 10px;
    font-family: 'Poppins-Regular';
    color: #fff;
    text-align: center;
}
.choose-linux-shared .splan-block-con
{
	color: #fff;
}
.choose-linux-shared .title-border
{
	background-color: #fff;
}
/*--------------------end-transfer-step-------------*/

/*------------------transfer-domain-name------------*/

.reasons-why-wisesolution
{
    padding: 80px 0;
}
.rww-box
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}
.wrh-block .rww-box-img
{
    text-align: center;
}
.rww-box-img
{
    width: calc(33.33% - 15px);
    margin: 7.5px;
    padding: 20px 15px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 0px 21px 0px rgb(0 0 0 / 8%);
    cursor: pointer;
}
.wrh-img-block
{
    position: relative;
    display: inline-block;
}
.wrh-icon
{
    opacity: 1;
    transition: 0.3s;
}
.wrh-icon-hover
{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.3s;
}
.wrh-block .rww-details
{
    margin-top: 10px;
}
.rww-title
{
    color: #202020;
    font-family: 'Poppins-SemiBold';
    font-size: 20px;
    text-align: center;
}
.rww-con
{
    color: #838383;
    margin-top: 10px;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    text-align: center;
}
.rww-box-img:hover .wrh-icon
{
    opacity: 0;
}
.rww-box-img:hover .wrh-icon-hover
{
    opacity: 1;
}
/*----------------end-transfer-domain-name----------*/

/*-------------------ct----------------------------*/

.consider-transferring
{
	padding: 80px 0;
	border-top: 1px solid #eee;
}
.ct-block-head
{
	color: #202020;
	font-family: 'Poppins-Bold';
	font-size: 22px;
	margin-bottom: 5px;
}
.ct-block-con
{
	color: #838383;
	font-family: 'Poppins-Regular';
	font-size: 16px;
}
.ct-block-box
{
	padding: 20px;
	border-bottom: 1px solid #e7e9ed;
    box-shadow: 0 31px 34px -20px rgb(0 0 0 / 9%);
}
.ct-block-box:last-child
{
	border-bottom: none;
    box-shadow: none;
}
.consider-transferring-block
{
	margin-top: 50px;	
	display: flex;
	align-items: center;
	justify-content: center;
}
.ct-block
{
	width: 30%;
	border:1px solid #e7e9ed;
	border-radius: 20px;
	padding: 30px;
	box-shadow: 0 31px 34px -20px rgb(0 0 0 / 9%);
	background-color: #fff;
}
.ct-block:nth-child(2)
{
	width: calc(40% - 30px);
	margin: 15px;
	background-color: #F4F7FA;
	border: none;
	box-shadow: none;
}

/*-------------------end-ct------------------------*/

/*--------------additional features----------------*/

.service-block
{
    padding: 80px 0;
    background-image: linear-gradient(#f15902, #e4590b);
}
.service-block .service-title
{
    color: #fff;
}
.service-block .title-border
{
    background-color: #fff;
}
.service-block .title-border:before
{
    background-color: #000;
}
.sb-list
{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.wrh-sb-list .sb-box
{
    width: calc(30% - 20px);
}
.s-icon
{
    margin-bottom: -46px;
    margin-left: 50px;
    position: relative;
    z-index: 999;
}
.sn-box-cong
{
    border-radius: 25px;
    background-color: rgb(72 30 0 / 15%);
    padding: 20px;
    padding-top: 60px;
    height: calc(100% - 60px);
    position: relative;
}
.sn-box-cong:before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background-color: transparent;
    border: 2px solid #fff;
    border-right: none;
    border-left: none;
}
.sb-box-title
{
    color: #fff;
    font-family: 'Poppins-SemiBold';
    font-size: 20px;
    margin-bottom: 5px;
}
.sb-box-con
{
    color: #fff;
    font-family: 'Poppins-Regular';
    font-size: 16px;
}
.sb-box
{
    background-color: transparent;
    width: calc(30% - 20px);
    margin: 10px;
    margin-top: 15px;
    transition: 0.3s;
    cursor: pointer;
}
/*------------end-additional features--------------*/


/*---------------------faq------------------------*/

.faq-section
{
    padding: 80px 0;
}
.main-faq-block
{
    display: flex;
    justify-content: center;
}
.faq
{
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 6%);
    border-radius: 4px;
    margin: 0 10px;
    margin-top: 50px;
    width: calc(40% - 20px);
    height: 100%;
}
.faq .card
{
    border: none;
    background: none;
    border-bottom: 1px dashed #CEE1F8;
}
.faq .card .card-header
{
    padding: 0px;
    border: none;
    background: none;
    transition: all 0.3s ease 0s;
}
.faq .card .card-header .faq-title
{
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 400;
    font-size: 15px;
    color: #202020;
    text-decoration: none !important;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Poppins-SemiBold';
}
.faq .card .card-header .faq-title .badge
{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 14px;
    float: left;
    border-radius: 100px;
    text-align: center;
    background: #f15902;
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
    font-family: 'Poppins-Medium';
    font-weight: normal!important;
}
.faq .card .card-body
{
    padding: 30px;
    padding-left: 35px;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #202020;
    line-height: 28px;
    border-top: 1px solid #F3F8FF;
}
.faq .card .card-body p
{
    margin-bottom: 14px;
    font-family: 'Poppins-Regular';
    display: flex;
    font-size: 14px;
}
/*-------------------end-faq----------------------*/


/*--------------------footer---------------------*/

footer
{
	padding:80px 0;
	background-color: #001220;
}
.footer-block
{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
/*.footer-title*/
/*{*/
/*	font-size: 22px;*/
/*	font-family: 'Poppins-SemiBold';*/
/*	color: #fff;*/
/*	letter-spacing: 1px;*/
/*	position: relative;*/
/*	display: inline-block;*/
/*	margin-bottom: 40px;*/
/*	margin-top: 10px;*/
/*}*/
/*.footer-title:before*/
/*{*/
/*	content: '';*/
/*	position: absolute;*/
/*	bottom: -15px;*/
/*	left: 0;*/
/*	width: 50%;*/
/*	height: 3px;*/
/*	background-color: #F15902;*/
/*}*/
/*.footer-list a*/
/*{*/
/*	font-size: 14px;*/
/*	font-family: 'Poppins-Regular';*/
/*	color: rgba(255,255,255,0.5);*/
/*	margin-bottom: 10px;*/
/*	display: block;*/
/*	transition: 0.3s;*/
/*}*/
.footer-list a:hover
{
	color: #F15902;
}
.footer-social
{
	display: flex;
	align-items: center;
}
.f-social-icon
{
	margin-right: 15px;
	font-size: 30px;
	color: rgb(255,255,255,0.3);
	transition: 0.3s;
}
.f-social-icon:hover
{
	color: #F15902;
}
.footer-block-second
{
	padding: 20px 0;
	margin-top: 50px;
}
.fbs-left
{
	width: 50%;
}
.fbs-right
{
	width: 50%;
	text-align: right;
}
.fbs-left p
{
	color: #fff;
	font-family: 'Poppins-Regular';
	font-size: 14px;
}
.footer-block-second
{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.footer-block-third
{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}
.footer-block-third .fbs-right
{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-align: right;
}
.fbs-right a
{
	font-size: 14px;
    font-family: 'Poppins-Regular';
    color: rgba(255,255,255,0.5);
    transition: 0.3s;
    margin-left: 15px;
    transition: 0.3s;
}
.fbs-right a:hover
{
	color: #F15902;
}
/*------------------end-footer-------------------*/


/*--------------------media-query--------------------*/

@media (min-width: 1600px)
{
	.container
	{
		max-width: 1560px;
	}
	.submenu-block
	{
		width: 1560px;
	}
}
@media (max-width: 1599px) and (min-width: 1200px)
{
	.container
	{
		max-width: 95%;
	}
}
@media (max-width: 1493px) and (min-width: 1200px)
{
	.plan-box
	{
		width: calc(33.33% - 30px);
	}
	.plan-box:nth-child(2):before
	{
		padding: 5px;
    	font-size: 13px;
	}
	.sb-box
	{
	    width: calc(33.33% - 20px);
	}
	/*.menu-list*/
	/*{*/
	/*	width: 57%;*/
	/*}*/
	/*.menu-name*/
	/*{*/
	/*    padding: 32px 15px;*/
	/*}*/
	.logo-block
	{
		width: 20%;
	}
	.hostbillo-logo
	{
		width: 100%;
		height: auto;
	}
}
@media (max-width: 1199px) and (min-width: 992px)
{
	.container
	{
		max-width: 95%;
	}
	/*.menu-name*/
	/*{*/
	/*	padding: 32px 17px;*/
	/*}*/
	/*.menu-list*/
	/*{*/
	/*	width: 72%;*/
	/*}*/
	.logo-block
	{
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}
	.submenu
	{
		top: 154px;
	}
	/*--------------------end-head-------------------*/
	.plan-list
	{
		flex-wrap: wrap;
	}
	.plan-box
	{
		width: calc(50% - 30px);
	}
	.plan-box:nth-child(3)
	{
		margin-top: 30px;
	}
	.plan-back
	{
		display: none;
	}
	.slider
	{
		padding-bottom: 200px;
	}
	.slider-block
	{
		flex-direction: column;
	}
	.slider-left
	{
		width: calc(100% - 50px);
	}
	.slider-right
	{
		width: 50%;
		margin-top: 50px;
	}
	.what-is-ls
	{
		flex-direction: column;
	}
	.ls-img-block
	{
		display: none;
	}
	.ls-content-block
	{
		width: calc(100% - 15px);
	}
	.sb-box
	{
	    width: calc(33.33% - 20px);
	}
	.faq
	{
    	width: calc(50% - 20px);
	}
	.os-list
	{
		width: 30%;
	}
	.rww-box-img
	{
    	width: calc(33.33% - 15px);
	}
	.what-dvs-right
	{
		display: none;
	}
	.what-dvs-left
	{
		width: 100%;
	}
	.cls-box
	{
		width: calc(50% - 30px);
	}
	.rww-box-img
	{
		width: calc(50% - 15px);
	}
}
@media (max-width: 991px) and (min-width: 768px)
{
	.container
	{
		max-width: 95%;
	}
	.slider
	{
		padding-bottom: 200px;
	}
	.slider-block
	{
		flex-direction: column;
	}
	.slider-left
	{
		width: calc(100% - 50px);
	}
	.slider-right
	{
		width: 50%;
		margin-top: 50px;
	}
	.plan-list
	{
		flex-wrap: wrap;
	}
	.plan-box
	{
		width: calc(50% - 30px);
	}
	.plan-box:nth-child(3)
	{
		margin-top: 30px;
	}
	.plan-back
	{
		display: none;
	}
	.cls-box
	{
	    width: calc(50% - 30px);
	}
	.technical-specs-block
	{
		flex-wrap: wrap;
	}
	.ts-list
	{
		width: calc(50% - 60px);
	}
	.ls-img-block
	{
		display: none;
	}
	.ls-content-block
	{
		width: calc(100% - 15px);
	}
	.sb-box
	{
	    width: calc(50% - 20px);
	}
	.main-faq-block
	{
		flex-direction: column;
	}
	.faq
	{
    	width: calc(100% - 20px);
	}
	.faq:nth-child(2)
	{
		margin-top: 0;
	}
	.os-list
	{
		width: 33.33%;
	}
	.rww-box-img
	{
    	width: calc(50% - 15px);
	}
	.what-dvs-right
	{
		display: none;
	}
	.what-dvs-left
	{
		width: 100%;
	}
	.cls-box
	{
		width: calc(50% - 30px);
	}
	.rww-box-img
	{
		width: calc(50% - 15px);
	}
	.dp-block
	{
		width:max-content;
		flex-wrap:unset;
	}
	.dp-box
	{
		width:400px;
	}
	.main-dp-block
	{
		overflow:auto;
	}
	.cls-block
	{
		width:max-content;
		flex-wrap:unset;
	}
	.cls-box
	{
		width:400px;
	}
	.main-cls-block
	{
		overflow:auto;
	}
	.rww-box
	{
		width:max-content;
		flex-wrap:unset;
	}
	.rww-box-img
	{
		width:400px;
	}
	.rww-feature
	{
		overflow:auto;
	}
	.consider-transferring-block
	{
		width:max-content;
		flex-wrap:unset;
		display:flex;
	}
	.ct-block
	{
		width:400px!important;
	}
	.main-consider-transferring-block
	{
		overflow:auto;
	}
	.sb-list
	{
		width:max-content;
		flex-wrap:unset;
	}
	.sb-box
	{
		width:400px!important;
	}
	.main-sb-list
	{
		overflow:auto;
	}
	/*--------------footer----------------*/

	.footer-block
	{
		flex-wrap: wrap;
	}
	.footer-content
	{
		width: 	33.33%;
	}
	.footer-block-third
	{
		flex-direction: column;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
	.footer-block-third .fbs-right
	{
		width: 100%;
		justify-content: center;
		margin-top: 10px;
	}
	.footer-block-second
	{
		justify-content: center;
	}
	.payment-icon
	{
		margin-top: 15px;
	}
	.fbs-right
	{
		width: 100%;
		text-align: center;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 767px) and (min-width: 568px)
{
	.container
	{
		max-width: 95%;
	}
	.slider
	{
		padding-bottom: 100px;
	}
	.slider-block
	{
		flex-direction: column;
	}
	.slider-left
	{
		width: calc(100% - 50px);
	}
	.slider-right
	{
		width: 60%;
		margin-top: 50px;
	}
	.plan-list
	{
		flex-wrap: wrap;
	}
	.plan-box
	{
		width: 100%;
		margin: 0;
	}
	.plan-box:nth-child(2)
	{
		margin: 30px 0;
	}
	.plan-back
	{
		display: none;
	}
	.cls-box
	{
	    width: calc(50% - 30px);
	}
	.technical-specs-block
	{
		flex-wrap: wrap;
	}
	.ts-list
	{
		width: calc(50% - 60px);
	}
	.ls-img-block
	{
		display: none;
	}
	.ls-content-block
	{
		width: calc(100% - 15px);
	}
	.sb-box
	{
	    width: calc(50% - 20px);
	}
	.main-faq-block
	{
		flex-direction: column;
	}
	.faq
	{
    	width: calc(100% - 20px);
	}
	.faq:nth-child(2)
	{
		margin-top: 0;
	}
	.os-list
	{
		width: 50%;
	}
	.os-list:nth-child(2)
	{
		border-right: none;
	}
	.os-list:nth-child(3)
	{
		margin-top: 30px;
	}
	.rww-box-img
	{
    	width: calc(50% - 15px);
	}
	.what-dvs-right
	{
		display: none;
	}
	.what-dvs-left
	{
		width: 100%;
	}
	.cls-box
	{
		width: calc(50% - 30px);
	}
	.rww-box-img
	{
		width: calc(50% - 15px);
	}
	
	
	
	.dn-domain-search 
	{
		margin-bottom: 35px;
	}
	.dp-box
	{
		width:calc(50% - 30px);
	}
	
	.ct-block
	{
		 padding: 11px;
	}
	
	.wrh-sb-list .sb-box 
	{
		width: calc(50% - 20px);
	}
	.sd-list
	{
		flex-direction:column;
	}
	.dp-block
	{
		width:max-content;
		flex-wrap:unset;
	}
	.dp-box
	{
		width:400px;
	}
	.main-dp-block
	{
		overflow:auto;
	}
	.cls-block
	{
		width:max-content;
		flex-wrap:unset;
	}
	.cls-box
	{
		width:400px;
	}
	.main-cls-block
	{
		overflow:auto;
	}
	.rww-box
	{
		width:max-content;
		flex-wrap:unset;
	}
	.rww-box-img
	{
		width:400px;
	}
	.rww-feature
	{
		overflow:auto;
	}
	.consider-transferring-block
	{
		width:max-content;
		flex-wrap:unset;
		display:flex;
	}
	.ct-block
	{
		width:400px!important;
	}
	.main-consider-transferring-block
	{
		overflow:auto;
	}
	.sb-list
	{
		width:max-content;
		flex-wrap:unset;
	}
	.sb-box
	{
		width:400px!important;
	}
	.main-sb-list
	{
		overflow:auto;
	}
	/*--------------footer----------------*/

	.footer-block
	{
		flex-wrap: wrap;
	}
	.footer-content
	{
		width: 	50%;
	}
	.footer-block-third
	{
		flex-direction: column;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
	.footer-block-third .fbs-right
	{
		width: 100%;
		justify-content: center;
		margin-top: 10px;
	}
	.footer-block-second
	{
		justify-content: center;
	}
	.payment-icon
	{
		margin-top: 15px;
	}
	.fbs-right
	{
		width: 100%;
		text-align: center;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 567px) and (min-width: 508px)
{
	.container
	{
		max-width: 95%;
	}
	.slider
	{
		padding-bottom: 100px;
	}
	.slider-block
	{
		flex-direction: column;
	}
	.slider-left
	{
		width: calc(100% - 50px);
	}
	.slider-right
	{
		width: 60%;
		margin-top: 50px;
	}
	.plan-list
	{
		flex-wrap: wrap;
	}
	.plan-box
	{
		width: 100%;
		margin: 0;
	}
	.plan-box:nth-child(2)
	{
		margin: 30px 0;
	}
	.plan-back
	{
		display: none;
	}
	.cls-box
	{
	    width: calc(50% - 30px);
	}
	.technical-specs-block
	{
		flex-wrap: wrap;
	}
	.ts-list
	{
		width: calc(50% - 60px);
	}
	.ls-img-block
	{
		display: none;
	}
	.ls-content-block
	{
		width: calc(100% - 15px);
		padding: 20px;
	}
	.sb-box
	{
	    width: calc(100% - 20px);
	}
	.main-faq-block
	{
		flex-direction: column;
	}
	.faq
	{
    	width: calc(100% - 20px);
	}
	.faq:nth-child(2)
	{
		margin-top: 0;
	}
	.os-list
	{
		width: 50%;
	}
	.os-list:nth-child(2)
	{
		border-right: none;
	}
	.os-list:nth-child(3)
	{
		margin-top: 30px;
	}
	.rww-box-img
	{
    	width: calc(50% - 15px);
	}
	.what-dvs-right
	{
		display: none;
	}
	.what-dvs-left
	{
		width: 100%;
	}
	.cls-box
	{
		width: calc(100% - 30px);
	}
	.rww-box-img
	{
		width: calc(50% - 15px);
	}
	
	
	
	.dn-domain-search 
	{
		margin-bottom: 35px;
	}
	.dp-box
	{
		width:calc(50% - 30px);
	}	
	.ct-block
	{
		padding: 11px;
		width: 100%;
	}
	.consider-transferring-block
	{
		
		display:block;
	}
	.ct-block:nth-child(2)
	{
		
		width: calc(100% - 30px);
	}
	.plan-block-title
	{
		font-size: 35px;
	}
	
	.wrh-sb-list .sb-box 
	{
		width: calc(50% - 20px);
	}
	
	.choose-linux-shared .plan-block-title 
	{
		color: #fff;
		font-size: 35px;
	}
	
	.price-annual
	{
		
		font-size: 14px;
	}
	.sd-list
	{
		flex-direction:column;
	}
	.dp-block
	{
		width:max-content;
		flex-wrap:unset;
	}
	.dp-box
	{
		width:400px;
	}
	.main-dp-block
	{
		overflow:auto;
	}
	.cls-block
	{
		width:max-content;
		flex-wrap:unset;
	}
	.cls-box
	{
		width:400px;
	}
	.main-cls-block
	{
		overflow:auto;
	}
	.rww-box
	{
		width:max-content;
		flex-wrap:unset;
	}
	.rww-box-img
	{
		width:400px;
	}
	.rww-feature
	{
		overflow:auto;
	}
	.consider-transferring-block
	{
		width:max-content;
		flex-wrap:unset;
		display:flex;
	}
	.ct-block
	{
		width:400px!important;
	}
	.main-consider-transferring-block
	{
		overflow:auto;
	}
	.sb-list
	{
		width:max-content;
		flex-wrap:unset;
	}
	.sb-box
	{
		width:400px!important;
	}
	.main-sb-list
	{
		overflow:auto;
	}
	/*--------------footer----------------*/

	.footer-block
	{
		flex-wrap: wrap;
	}
	.footer-content
	{
		width: 	50%;
	}
	.footer-block-third
	{
		flex-direction: column;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
	.footer-block-third .fbs-right
	{
		width: 100%;
		justify-content: center;
		margin-top: 10px;
	}
	.footer-block-second
	{
		justify-content: center;
	}
	.payment-icon
	{
		margin-top: 15px;
	}
	.fbs-right
	{
		width: 100%;
		text-align: center;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 507px) and (min-width: 483px)
{
	.container
	{
		max-width: 95%;
	}
	.slider
	{
		padding-bottom: 100px;
	}
	.slider-block
	{
		flex-direction: column;
	}
	.slider-left
	{
		width: calc(100% - 50px);
	}
	.slider-right
	{
		width: 70%;
		margin-top: 50px;
	}
	.plan-list
	{
		flex-wrap: wrap;
	}
	.plan-box
	{
		width: 100%;
		margin: 0;
	}
	.plan-box:nth-child(2)
	{
		margin: 30px 0;
	}
	.plan-back
	{
		display: none;
	}
	.cls-box
	{
	    width: calc(100% - 30px);
	}
	.technical-specs-block
	{
		flex-wrap: wrap;
	}
	.ts-list
	{
		width: calc(100% - 60px);
	}
	.ls-img-block
	{
		display: none;
	}
	.ls-content-block
	{
		width: calc(100% - 15px);
		padding: 20px;
	}
	.sb-box
	{
	    width: calc(100% - 20px);
	}
	.main-faq-block
	{
		flex-direction: column;
	}
	.faq
	{
    	width: calc(100% - 20px);
	}
	.faq:nth-child(2)
	{
		margin-top: 0;
	}
	.os-list
	{
		width: 50%;
	}
	.os-list:nth-child(2)
	{
		border-right: none;
	}
	.os-list:nth-child(3)
	{
		margin-top: 30px;
	}
	.rww-box-img
	{
    	width: calc(100% - 15px);
	}
	.what-dvs-right
	{
		display: none;
	}
	.what-dvs-left
	{
		width: 100%;
	}
	.cls-box
	{
		width: calc(100% - 30px);
	}
	.rww-box-img
	{
		width: calc(100% - 15px);
	}
	
	
	.dn-domain-search 
	{
		margin-bottom: 35px;
	}
	.dp-box
	{
		width:calc(50% - 30px);
	}	
	.ct-block
	{
		padding: 11px;
		width: 100%;
	}
	.consider-transferring-block
	{
		
		display:block;
	}
	.ct-block:nth-child(2)
	{
		
		width: calc(100% - 30px);
	}
	.plan-block-title
	{
		font-size: 29px;
	}
	
	.wrh-sb-list .sb-box 
	{
		width: calc(100% - 20px);
	}
	
	.choose-linux-shared .plan-block-title 
	{
		color: #fff;
		font-size: 35px;
	}
	
	.price-annual
	{
		
		font-size: 14px;
	}
	
	.slider-title
	{
		font-size:39px;
	}
	.sd-list
	{
		flex-direction:column;
	}
	.dp-block
	{
		width:max-content;
		flex-wrap:unset;
	}
	.dp-box
	{
		width:400px;
	}
	.main-dp-block
	{
		overflow:auto;
	}
	.cls-block
	{
		width:max-content;
		flex-wrap:unset;
	}
	.cls-box
	{
		width:400px;
	}
	.main-cls-block
	{
		overflow:auto;
	}
	.rww-box
	{
		width:max-content;
		flex-wrap:unset;
	}
	.rww-box-img
	{
		width:400px;
	}
	.rww-feature
	{
		overflow:auto;
	}
	.consider-transferring-block
	{
		width:max-content;
		flex-wrap:unset;
		display:flex;
	}
	.ct-block
	{
		width:400px!important;
	}
	.main-consider-transferring-block
	{
		overflow:auto;
	}
	.sb-list
	{
		width:max-content;
		flex-wrap:unset;
	}
	.sb-box
	{
		width:400px!important;
	}
	.main-sb-list
	{
		overflow:auto;
	}
	/*--------------footer----------------*/

	.footer-block
	{
		flex-wrap: wrap;
	}
	.footer-content
	{
		width: 	100%;
	}
	.footer-block-third
	{
		flex-direction: column;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
	.footer-block-third .fbs-right
	{
		width: 100%;
		justify-content: center;
		margin-top: 10px;
	}
	.fbs-right a
	{
		margin-left: 12px;
	}
	.footer-block-second
	{
		justify-content: center;
	}
	.payment-icon
	{
		margin-top: 15px;
	}
	.fbs-right
	{
		width: 100%;
		text-align: center;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 482px) and (min-width: 448px)
{
	.container
	{
		max-width: 95%;
	}
	.slider
	{
		padding-bottom: 100px;
	}
	.slider-block
	{
		flex-direction: column;
	}
	.slider-left
	{
		width: calc(100% - 50px);
	}
	.slider-right
	{
		width: 80%;
		margin-top: 50px;
	}
	.plan-list
	{
		flex-wrap: wrap;
	}
	.plan-box
	{
		width: 100%;
		margin: 0;
	}
	.plan-box:nth-child(2)
	{
		margin: 30px 0;
	}
	.plan-back
	{
		display: none;
	}
	.cls-box
	{
	    width: calc(100% - 30px);
	}
	.technical-specs-block
	{
		flex-wrap: wrap;
	}
	.ts-list
	{
		width: calc(100% - 60px);
	}
	.ls-img-block
	{
		display: none;
	}
	.ls-content-block
	{
		width: calc(100% - 15px);
		padding: 20px;
	}
	.sb-box
	{
	    width: calc(100% - 20px);
	}
	.main-faq-block
	{
		flex-direction: column;
	}
	.faq
	{
    	width: calc(100% - 20px);
	}
	.faq:nth-child(2)
	{
		margin-top: 0;
	}
	.os-list
	{
		width: 100%;
	}
	.os-list:nth-child(2)
	{
		border-right: none;
		border:none;
		margin: 30px 0;
	}
	.rww-box-img
	{
    	width: calc(100% - 15px);
	}
	.what-dvs-right
	{
		display: none;
	}
	.what-dvs-left
	{
		width: 100%;
	}
	.cls-box
	{
		width: calc(100% - 30px);
	}
	.rww-box-img
	{
		width: calc(100% - 15px);
	}
	

	
	
	.dn-domain-search 
	{
		margin-bottom: 35px;
	}
	.dp-box
	{
		width:calc(100% - 30px);
	}	
	.ct-block
	{
		padding: 11px;
		width: 100%;
	}
	.consider-transferring-block
	{
		display:block;
	}
	.ct-block:nth-child(2)
	{
		
		width: calc(100% - 30px);
	}
	.plan-block-title
	{
		font-size: 29px;
	}
	
	.wrh-sb-list .sb-box 
	{
		width: calc(100% - 20px);
	}
	
	.choose-linux-shared .plan-block-title 
	{
		color: #fff;
		font-size: 35px;
	}
	
	.price-annual
	{
		
		font-size: 14px;
	}
	
	.slider-title
	{
		font-size:36px;
	}
	
	.slider
	{
		padding:40px 0;
	}
	.sd-list
	{
		flex-direction:column;
	}
	.dp-block
	{
		width:max-content;
		flex-wrap:unset;
	}
	.dp-box
	{
		width:360px;
	}
	.main-dp-block
	{
		overflow:auto;
	}
	.cls-block
	{
		width:max-content;
		flex-wrap:unset;
	}
	.cls-box
	{
		width:360px;
	}
	.main-cls-block
	{
		overflow:auto;
	}
	.rww-box
	{
		width:max-content;
		flex-wrap:unset;
	}
	.rww-box-img
	{
		width:360px;
	}
	.rww-feature
	{
		overflow:auto;
	}
	.consider-transferring-block
	{
		width:max-content;
		flex-wrap:unset;
		display:flex;
	}
	.ct-block
	{
		width:360px!important;
	}
	.main-consider-transferring-block
	{
		overflow:auto;
	}
	.sb-list
	{
		width:max-content;
		flex-wrap:unset;
	}
	.sb-box
	{
		width:360px!important;
	}
	.main-sb-list
	{
		overflow:auto;
	}
	/*--------------footer----------------*/

	.footer-block
	{
		flex-wrap: wrap;
	}
	.footer-content
	{
		width: 	100%;
	}
	.footer-block-third
	{
		flex-direction: column;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
	.footer-block-third .fbs-right
	{
		width: 100%;
		justify-content: center;
		margin-top: 10px;
		flex-wrap: wrap;
		text-align: center!important;
	}
	.fbs-right a
	{
		width: calc(50% - 15px);
		margin-top: 10px;
	}
	.footer-block-second
	{
		justify-content: center;
	}
	.payment-icon
	{
		margin-top: 15px;
	}
	.fbs-right
	{
		width: 100%;
		text-align: center;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 447px)
{
	.container
	{
		max-width: 95%;
	}
	.slider
	{
		padding-bottom: 100px;
	}
	.slider-block
	{
		flex-direction: column;
	}
	.slider-left
	{
		width: calc(100% - 50px);
	}
	.slider-right
	{
		width: 90%;
		margin-top: 50px;
	}
	.slider-btn
	{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.slider-btn .sign-up-btn
	{
		margin-bottom: 15px;
	}
	.plan-list
	{
		flex-wrap: wrap;
	}
	.plan-box
	{
		width: 100%;
		margin: 0;
	}
	.plan-box:nth-child(2)
	{
		margin: 30px 0;
	}
	.plan-back
	{
		display: none;
	}
	.cls-box
	{
	    width: calc(100% - 30px);
	}
	.technical-specs-block
	{
		flex-wrap: wrap;
	}
	.ts-list
	{
		width: calc(100% - 30px);
		margin: 15px 15px;
	}
	.ls-img-block
	{
		display: none;
	}
	.ls-content-block
	{
		width: calc(100% - 15px);
		padding: 20px;
	}
	.sb-box
	{
	    width: calc(100% - 20px);
	}
	.main-faq-block
	{
		flex-direction: column;
	}
	.faq
	{
    	width: calc(100% - 20px);
	}
	.faq:nth-child(2)
	{
		margin-top: 0;
	}
	.os-list
	{
		width: 100%;
	}
	.os-list:nth-child(2)
	{
		border-right: none;
		border:none;
		margin: 30px 0;
	}
	.rww-box-img
	{
    	width: calc(100% - 15px);
	}
	.what-dvs-right
	{
		display: none;
	}
	.what-dvs-left
	{
		width: 100%;
	}
	.cls-box
	{
		width: calc(100% - 30px);
	}
	.rww-box-img
	{
		width: calc(100% - 15px);
	}
	
	
	
	.dn-domain-search 
	{
		margin-bottom: 35px;
	}
	.dp-box
	{
		width:calc(100% - 30px);
	}	
	.ct-block
	{
		padding: 11px;
		width: 100%;
	}
	.consider-transferring-block
	{
		
		display:block;
	}
	.ct-block:nth-child(2)
	{
		
		width: calc(100% - 30px);
	}
	.plan-block-title
	{
		font-size: 29px;
	}
	
	.wrh-sb-list .sb-box 
	{
		width: calc(100% - 20px);
	}
	
	.choose-linux-shared .plan-block-title 
	{
		color: #fff;
		font-size: 35px;
	}
	
	.price-annual
	{
		
		font-size: 14px;
	}
	
	.slider-title
	{
		font-size:36px;
	}
	
	.slider
	{
		padding:40px 0;
	}
	.sd-list
	{
		flex-direction:column;
	}
	.sd-list-right
	{
		flex-direction:column;
	}
	.dn-search-btn
	{
		padding: 20px 15px;
	}
	.dp-block
	{
		width:max-content;
		flex-wrap:unset;
	}
	.dp-box
	{
		width:280px;
	}
	.main-dp-block
	{
		overflow:auto;
	}
	.cls-block
	{
		width:max-content;
		flex-wrap:unset;
	}
	.cls-box
	{
		width:280px;
	}
	.main-cls-block
	{
		overflow:auto;
	}
	.rww-box
	{
		width:max-content;
		flex-wrap:unset;
	}
	.rww-box-img
	{
		width:280px;
	}
	.rww-feature
	{
		overflow:auto;
	}
	.consider-transferring-block
	{
		width:max-content;
		flex-wrap:unset;
		display:flex;
	}
	.ct-block
	{
		width:300px!important;
	}
	.main-consider-transferring-block
	{
		overflow:auto;
	}
	.sb-list
	{
		width:max-content;
		flex-wrap:unset;
	}
	.sb-box
	{
		width:280px!important;
	}
	.main-sb-list
	{
		overflow:auto;
	}
	/*--------------footer----------------*/

	.footer-block
	{
		flex-wrap: wrap;
	}
	.footer-content
	{
		width: 	100%;
	}
	.footer-block-third
	{
		flex-direction: column;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
	.footer-block-third .fbs-right
	{
		width: 100%;
		justify-content: center;
		margin-top: 10px;
		flex-wrap: wrap;
		text-align: center!important;
	}
	.fbs-right a
	{
		width: calc(50% - 15px);
		margin-top: 10px;
	}
	.footer-block-second
	{
		justify-content: center;
	}
	.payment-icon
	{
		margin-top: 15px;
		width: 100%;
	}
	.fbs-right
	{
		width: 100%;
		text-align: center;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 991px){
	.dcp-box{
		width: calc(50% - 30px);
    	margin: 15px;
	}
}
@media (max-width: 767px){
	.main-dcp-block{
		overflow: auto;
	}
	.dcp-block{
		flex-wrap: unset;
		width: max-content;
	}
	.dcp-box{
		width: 290px;
	}
}