.domain-home-section{
	background-image: url("../../image/wizname-domain-extensions-hero-image.jpg");
	background-color: #000;
	background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
/*     
	   border-bottom-right-radius: 50% 10%;
  border-bottom-left-radius: 50% 10%; */
}



.home-title{
	font-size: 60px;
	font-weight: 600;
color:#fff;
}

.span-color{
	color:#029fe2 !important;
}

.home-para{
	line-height: 30px;
	font-size: 20px;
	font-weight: 300;

}

.cat-title{
	font-size:  60px;
	font-weight: 600;
}

.domain-cat-card-body{
	
	background: rgb(2,159,226);
background: -moz-linear-gradient(4deg, rgba(2,159,226,1) 0%, rgba(16,16,71,1) 100%);
background: -webkit-linear-gradient(4deg, rgba(2,159,226,1) 0%, rgba(16,16,71,1) 100%);
background: linear-gradient(4deg, rgba(2,159,226,1) 0%, rgba(16,16,71,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#029fe2",endColorstr="#101047",GradientType=1); 
border-radius: 20px;
}



.domains-cat-card-flex-part{
	display: flex;
	flex-direction: column;
}

.domain-cat-part-btn{
	
	background-color: #101047;
	transition: .3s ease;
	border: none;
	padding: 10px 20px;
	border-radius: 15px;
	
	
}
.domain-cat-card-body-def{
	background-color: none !important;
	border: 2px solid #029fe2;;
	border-radius: 20px;
	
	height: 100% !important;
}

.domain-cat-part-btn>.country-link{
	margin: 0;
}

.domain-cat-part-btn:hover {
	transition: .3s ease;
	box-shadow: 4px 5px 9px 0px #ccc;}

.domain-cat-banner-div{
background-image: url("../../image/now-domain-banner.jpg");
background-repeat: no-repeat;
background-size: cover;
position: relative;
border-radius: 15px;
}




.domain-card-link{
	transition: 0.3s ease;
}

.domain-card-link:hover{
	transition: 0.3s ease;
	color: #545aa7;
	cursor: pointer;
}

.country-btn{
	border: 2px solid #000;
	padding: 15px;
	background-color: #fff;
	transition: 0.3s ease ;
	border-radius: 15px;
}

.country-btn:hover{
	background-color: #000;
	color: #fff;
	cursor: pointer;
	border: 2px solid #545aa7;
	transition: 0.3s ease ;
}

.country-domain-link-div{
	/* background: rgb(2,159,226);
background: -moz-linear-gradient(4deg, rgba(2,159,226,1) 0%, rgba(16,16,71,1) 100%);
background: -webkit-linear-gradient(4deg, rgba(2,159,226,1) 0%, rgba(16,16,71,1) 100%);
background: linear-gradient(4deg, rgba(2,159,226,1) 0%, rgba(16,16,71,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#029fe2",endColorstr="#101047",GradientType=1);  */
background-color: #101047;
	display: flex;
	justify-content: center;
	border-radius: 20px;
	margin-right: 15px;
	width: 30%;
	padding: 15px 0;
	
}

.country-domain-link-div:hover{
	cursor: pointer;
}

.country-domain-link-div>.country-link{
color: #fff;
margin: 0;
font-weight: 900;
}


.country-domain-link-div>.country-link:hover{
	color: #ffa41e;
	}

.country-link{
	transition: 0.3s ease;
	display: block;
	margin-top: 15px;
	text-decoration: none;
}

.country-link:hover{
	transition: 0.3s ease;
	color: #545aa7;
	cursor: pointer;
}


/* layout checking  */

.included-parent-flex{
	display: flex;
}

.included-card-lay-body{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px 20px;
	transition: 0.3s;
	height: 100%;
}

.included-card-lay-body:hover{
	transform: scale(1.02);
	transition: 0.3s;
}

/* layout checking  */


.banner-hov-all{
	transition: 0.3s transform ease;
}

.banner-hov-all:hover{
	transition: 0.3s transform ease;
	transform: translateX(20px);
}

.service-title{
	font-size: 65px;
}

.banner-container{
	/* background: rgb(16,16,71);
	background: -moz-linear-gradient(90deg, rgba(16,16,71,1) 0%, rgba(2,159,226,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(16,16,71,1) 0%, rgba(2,159,226,1) 100%);
	background: linear-gradient(90deg, rgba(16,16,71,1) 0%, rgba(2,159,226,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#101047",endColorstr="#029fe2",GradientType=1); */

	background: rgb(2,159,226);
background: -moz-linear-gradient(90deg, rgba(2,159,226,1) 0%, rgba(16,16,71,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(2,159,226,1) 0%, rgba(16,16,71,1) 100%);
background: linear-gradient(90deg, rgba(2,159,226,1) 0%, rgba(16,16,71,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#029fe2",endColorstr="#101047",GradientType=1);
}

.banner-title{
	font-size: 30px;
}

/*.faq-section{*/
/*    margin-top: 180px;*/
/*}*/

.faqs{
	transition: 0.3s ease;
   background-color: #ffffff;
    border-top: 1px solid #029fe2 ;
    padding: 18px 25px 18px 25px;
    justify-content: center;
	margin-bottom: 10px !important;
	position:relative;
}

.faq-para{
    padding-left:25px;
    padding-right: 40px;
	background-color: #f3f3f3;
	margin-bottom: 0 !important;
	font-weight: 400;
	padding-bottom: 22px;
	padding-top: 22px;
}


.banner-background-sec{
	background-image: url("../../image/back.svg");
	background-repeat: no-repeat;
    background-size: cover;
}


.faq-btn{
	/* border: 2px solid #000; */
	border: none;
	padding: 15px;
	background-color: #029fe2;
	transition: 0.3s ease ;
	color: #fff;

}

.faq-btn:hover{
	background-color: #000;
	color: #fff;
	cursor: pointer;
	/* border: 2px solid #545aa7; */
	transition: 0.3s ease ;
}

.faqs:hover{
		transition: 0.3s ease;
		cursor: pointer;
		color: #029fe2;
	}

.included-card-img3{
	transform: scale(1.3);
}
	/* .included-card-img{
		animation: 12s dancing infinite ease-in-out;
	}

	@keyframes dancing {
		0%{
			transform: translateY(0);
		}

		25%{
			transform: translateY(10px);
		}

		50%{
			transform: translateY(0px);
		}

		75%{
			transform: translateY(10px);
		}

		100%{
			transform: translateY(0px);
		}
	} */
	
@media (max-width: 1000px)
{
	.home-title{
		font-size: 60px;
	}
	
	.country-title{
		text-align: center;
        font-size: 40px;
		
	}

	.domain-cat-title{
		font-size:40px;
	}
	
	
	.country-link{
		text-align: center;
	}
	
	.country-para{
		text-align: center;
	}
	
	.country-img{
		text-align: center;
	}
	
	.service-title{
		font-size: 40px;
	}
	
	.banner-body{
		text-align: center !important;
		justify-content: center !important;
		align-content: center !important;
	}
	
	.banner-btn{

	display: flex;
	justify-content: center;

		
	}
	
	.banner-hov-all:hover{
	transition: 0.3s transform ease;
	transform: translateY(20px);
}

.faqs{
    text-align: left;
    padding-left: 15px;
}
	
.faq-main-para{
    text-align: left;
    margin-bottom: 50px;
}

.faq-main-title{
    text-align: center;
}

.faq-para{
    margin-right: 0;
     padding-left: 15px;
}

.faq-btn-container
{
	margin-top: -60px;
	text-align: center;
}

.searching-buy-domain-title{
	font-size: 50px;
}

.domain-home-section-title{
		font-size: 50px;
}

}


@media screen and (max-width:968px)
{
	.banner-res-img-part{
		width:100% !important;
	}
	
	.banner-res-contents-part{
		width: 100% !important;
	}
}


@media screen and (max-width:426px){
	.domain-main-title{
		font-size: 30px;
	}
}

@media screen and (max-width:991px)
{
	.country-domain-link-flex{
		justify-content: center;
	}
}


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

.domain-cat-pad{
    padding:20px;
    display:flex;
    flex-direction:column;
}