/* xl - DESKTOP STYLES */ 
/*dffff2*/
#wp-block-search__input-2, .reseller-domain__search-input .rstore-domain, .wp-block-search__input {
	display: none !important;
}

.tld-display {
	display: none;
}

#parent-dropd__tld { 
	/*background-color: #fff;
	background-color: #276df9;
	background: #cee1ea;*/
	background-color: #276df9;
	padding: 2rem 2.5rem; 
	color: #01284f;
	position: relative;
	display: flex;
	border-radius: 8px;
	outline: none; 
}  
.dropd-tld__button { 
	background-color: #fff; 
    cursor: pointer;
    font-size: 1.2rem; 
    font-weight: bold;
    padding: 0.89rem 2rem;   
    border-radius: 8px; 
    border: 2px solid #f5fafc;	  
	display: flex;  
	outline: none;
	color: #276df9;
	box-shadow: 0 0 0 .17em rgb(0 46 255 / 24%);
}  
.dropd-tld__button .arrow-icon {   
	display: inline-flex; 
	width: 9px;
	height: 9px;     
	border-top: 2px solid #276df9;  
	border-left: 2px solid #276df9; 
	margin-left: 1.5rem;   
	margin-top: 0.15rem; 
	transform: rotate(227deg); 
} 
.arrow-icon.is-active { 
	transform: rotate(43deg); 
	margin-top: 0.45rem;
} 
.dropd-tld-top-section {
	display: flex;
    justify-content: space-between; 
	padding: 2rem 1rem 2rem 1.5rem;
	border-bottom: 2px solid #b3c0db4d;
}
.subparent-dropd__tld h3.tld-h3 {     
	color: #01284f;      
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0; 
}  
.tld-h3, .dropd_reset-btn-cont { 
	
}
.subparent-dropd__tld {  
	display: none;  
    left: 0;   
    position: absolute;  
    z-index: 10;    
	background-color: #f5fafc;    
	width: 100%;     
    min-width: 250px; 
	top: 130px;  
    border-radius: 8px;  
	box-shadow:0 0px 10px 0px rgba(17, 25, 17, .13);   
	
}        
.subparent-dropd__tld.is-open {  
	display: block;  
	
}                       
.dropd-tld__menu {   
	display: flex;   
	align-items: start;	
	padding: 1rem 1rem 1.5rem 1rem;
	background-color: #ffffff;
	border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}    
.dropd-tld_group {   
	width: 50%; 
}   
.dropd-tld_group p {   
	cursor: pointer;
	margin: 0;
    padding: 1rem 1rem 1rem 1.5rem;	
	display: flex;
	justify-content: start;
	font-size: 1.05rem;
	border: 2px solid transparent;
	width: 50%; 
	border-radius: 8px;
	transition: 0.1s; 
} 
.dropd-tld_group p:hover { 
	color: #276df9;     
}     
.dropdown-tld__option.selected {   
	/*background-color: orange; */      
	color: #276df9;   
	font-weight: bold;     
	font-size: 1.05rem; 
	border: 2px solid #276df9;
	border-radius: 8px;  
}   
.check-circle-active {  
	display: none;
    /*display: inline-flex;*/
    width: 7px; 
    height: 14px;
	border-top: 2px solid #276df9; 
	border-left: 2px solid #276df9;
    transform: rotate(227deg); 
    align-self: baseline; 
	margin-left: 2rem;
}  
#customInputInsideSearch {    
	padding: 0.76rem 0.5rem;    
	border-radius: 8px;   
}  
#searchInsideWrapper {     
	max-width: 110rem; 
	padding: 7px 7px 7px 0;
	box-shadow: 0 0.125rem 3rem 0 rgb(24 89 77 / 80%);
	height: 76px;
	/*padding: 0.6rem;*/
	/*background-color: #f5fafc;
	border: 2px solid #276df9;*/
}
.clean-box-shadow #searchInsideWrapper {
	box-shadow: 0 0.125rem 0.5rem 0px rgb(24 89 77 / 25%);
	border: 1px solid #dcdcdc;
}

div.custom-input-inside__search-container { 
	width: 100%; 
	/*border: 2px solid #276df9;*/ 
	border-radius: 0.7rem;
	margin-right: 0.5rem; 
	position: relative;   
	background-color: #fff; 
	display: flex;    
	/*box-shadow: inset 0 .0725em .325em rgba(10,10,10,0.08); */
}  
div.custom-input-inside__search-container.custom-input-focus { 
	/*outline: 3px solid rgb(206 225 234 / 30%);
	box-shadow: 0 0 0 .17em rgba(72,95,199,.03); */
}  
input#customInputInsideSearch {   
	padding: .75rem 0.5rem;  
	border: 0; 
	margin-left: 1rem;    
	margin-right: 2rem;  
	min-width: 10px;      
	max-width: 70%;    
    color: #01284f;    
    font-size: 1.453rem;     
    font-weight: 600;   
	outline: none;  
	overflow:visible;     
	position: absolute;
	background-color: transparent;
} 
.MH-custom-dropdown__container form.global-custom__search-input { 
	max-width: 983px;
} 
#tldPassingThrough_span {
  position: absolute; 
  height: 0;      
  overflow: hidden;
  white-space: pre;
}  
#tldPassingThrough_span, #customInputInsideSearch {
  font: inherit;  
  margin: 0;   
  padding: 0;   
} 
div.tld-receiver-container { 
	display: inline-flex;
    align-self: center;
} 
span.tld-dot-receiver { 
	border-radius: 1rem; 
    background-color: #01284f;
    width: 5px;  
    height: 5px; 
	align-self: center;
	display: inline-block; 
	opacity: 0.65;
}  
.tld-text-receiver-cont {
    border-radius: 0.25rem;
    display: inline-block;
    padding: 0.28rem 0.28rem 0.28rem 0.28rem;
    border-width: 0.1rem;
    border-style: solid;     
    border-color: rgba(178, 177, 207, 0.3); 
	margin-left: 0.4rem;  
}     
.tld-text-setter {	    
	/*border-width: 0.1rem;
    border-style: solid;    
    border-color: rgba(178, 177, 207, 0.3);  */    
    padding: .7rem 0.5rem; 
    border-radius: 0.15rem;       
   /* background-color: #f5f7f9; */  
    color: #01284f; 
	font-size: 1.6rem; 
	font-weight: 800;
	position: absolute;
	right: 30px;
} 
button.tld-remover {
	position: absolute;
	right:0;
	top: 25%;
	color: black;
	font-size: 1rem;
	display: none;
	background: none;
	border: none;
	width: 25px;
	height: 25px;
	padding:5px;
	outline: 0;
	cursor: pointer;
	border-radius: 2rem;
}
 
.delete-tld { 
	position: absolute; 
    right: 1.7rem !important;   
    font-size: 2rem; 
    font-weight: 100 !important;
    cursor: pointer;
	top: 0.85rem;
}
#custom-search_button {
	/*background-color: #276df9; 
	padding-left: 2rem;
    padding-right: 2rem;*/
	border-radius: 13px !important;
	width: 10%;
	transition: background-color 0.2s, width 0.2s;
}
#custom-search_button:focus {
	outline: 2px solid #049CB7;
} 
#custom-search_button:hover {
	width: 13%;
}
.reseller-domain__transfer-input .rstore-domain .search-form {
	position: relative;
}
.reseller-domain__transfer-input .rstore-domain .search-form label .search-field {
	position: absolute;
	width:100%;
	height: 76px;
    color: #01284f;
    font-size: 1.453rem;
    font-weight: 600;
    outline: none;
	padding: .75rem 0.5rem;
	border-radius: calc(1rem + 4px); 
	font-family: var(--wp--preset--font-family--outfit) !important;
	border: 0;
	box-shadow: 0 3.2px 7.2px 0 rgb(0 0 0 / 13%), 0 0.6px 1.8px 0 rgb(0 0 0 / 11%);
}
.reseller-domain__transfer-input .rstore-domain .search-form .search-submit {
	position: absolute;
    right: 8px;
    top: 8px;	
	background-color: #01284f;
	border-radius: 13px;
    color: #fff;
	font-size: var(--wp--preset--font-size--small);
    transition: background-color 0.2s, width 0.2s;
	padding: 1.375rem 1.217rem;
	font-family: var(--wp--preset--font-family--outfit) !important;
	border: 0;
	cursor: pointer;
}
.reseller-domain__transfer-input .rstore-domain .search-form .search-submit:hover {
    background-color: #202230 !important;
}
.new-custom-tld-group .wp-block-button a {
	transition: background-color 0.5s, color 0.5s, padding-left 0.2s, padding-right 0.2s;
}
.new-custom-tld-group .wp-block-button a:hover {
	color: #01284f !important;
	background-color: rgb(222 233 255) !important;
	padding-left: 35px;
	padding-right: 35px;
}
.new-custom-tld-group .wp-block-button a.active {
	background-color: #202230 !important;
	color: #fff !important;
}
#dropDown__host {
	max-width: 800px;
}
.dropd-tld-button-container {
	width: 45%;
}
.dropd-tld-button-container, .dropd-tld-display {
	float: left; 
	display: flex; 
}  
.dropd-tld-display {
	/*border-left: 2px solid #276df9;*/   
    padding-left: 1rem;
	margin-left: 1rem;
}
.dropd-tld-display div.dropd-tld-txt {
    align-self: center;
    font-size: xx-large;
    text-align: center; 
    width: 100%; 
	font-weight: bold; 
	display: none;
	color: #fff;
	/*text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.7);*/
}  
div.dropd-tld-desc { 
	font-size: 0.89rem; 
    align-self: center;	 
	color: #ffffff;	
}
.dropd_reset-btn-cont {
    text-align: right;
	padding: 0 1rem;
	align-content: center;
}
.plain-link {
	font-weight: 700;
	color: #fff;
	text-decoration: none;
} 
.plain-link:hover {
	text-decoration: underline;
}
button.dropd-reset-button {  
	background: rgba(247, 247, 247, 0.5);  
	color: #638697;  
    border: none;     
    font-size: 0.89rem;	 
	cursor: pointer;   
	outline: none;   
	visibility: hidden;
	opacity: 0;
	padding: 0.5rem 0.95rem;     
    border-radius: 4px;
	font-weight: 700;
	transition: 0.1s; 
} 
button.dropd-reset-button:hover {
	background: rgb(255 255 255 / 70%);  
	color: #4b6774;      
}  
button.dropd-reset-button-active {  
	visibility: visible;   
	opacity: 1;     
} 
.shadow-inset {
	display: none;
	width: 100%;
	height: 20px;
    /* background: rgb(0, 0, 0); */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0.5%, rgb(0 0 0 / 0%) 100%);
    opacity: 0.5;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.home-price-flex-content {
	flex-basis: content !important;
}
 
/*.tld-card-bxshadow {
	box-shadow: 0 0px 10px 0px rgba(17, 25, 17, .13); 
} 
.tld-card-bxshadow.one {   
	outline: 3px solid #5cb33829;   
    box-shadow: 0 0 0 .17em #5cb33829;	
}
.tld-card-bxshadow.two { 
	outline: 3px solid #f3b12c29; 
    box-shadow: 0 0 0 .17em #ffc95d29;	   
}     
.tld-card-bxshadow.three {  
	outline: 3px solid #FB414129; 
    box-shadow: 0 0 0 .17em #ffaeae29;	  
}  
.tld-card-bxshadow.four { 
	outline: 3px solid #3E587929;
    box-shadow: 0 0 0 .17em #3E587929;	
}*/
   
/************************************/   
/* max-width: 991 starts here  */      
/************************************/    

@media (max-width: 768px) {
    .custom-input-inside__search-container input#customInputInsideSearch {
        max-width: 300px !important;   
    }
	#custom-search_button {
		width: 12%;
	}	
}
@media (max-width: 675px) {
	#custom-search_button {
		width: 12%;
	}
}

@media (max-width: 699px) {
	.reseller-domain__transfer-input .rstore-domain .search-form label .search-field {
		height: 60px;
		border-radius: 6px;
		padding-left: 10px;
		font-size: 1.253rem;
	}
	.reseller-domain__transfer-input .rstore-domain .search-form .search-submit {
		top: 70px;
		right: 0;
		width: 100%;
		padding: 1rem 1rem;
		border-radius: 6px;
	}
}

 
@media (max-width: 570px) { 

	form.global-custom__search-input #searchInsideWrapper .custom-input-inside__search-container input#customInputInsideSearch {
		max-width: 180px !important;
		margin-right: 0;
	}
	.dropd-tld__menu {
		display: block;
		height: 300px;
    	overflow-y: auto;
	}
	.dropd-tld_group {
		width: 100%;
	}
	.subparent-dropd__tld {
		top: 130px;
	}
	.shadow-inset {
		display: block;	
	}  
	.MH-custom-dropdown__container {
		/*padding-left: 0 !important;
		padding-right: 0 !important;*/ 
	}    
    
}

@media (max-width: 585px) {  
	form.global-custom__search-input #searchInsideWrapper .custom-input-inside__search-container input#customInputInsideSearch {
		max-width: 213px !important;
	}
	.dropd-tld__button {   
		padding: 0.89rem 0.79rem;  
	} 
	.dropd-tld__button .arrow-icon {   
		margin-bottom: 4px;   
		margin-left: 1rem;
	}	
	#custom-search_button {
		width: auto;
		border-radius: 11px;
	}
	input#customInputInsideSearch {
		padding-top: 0;
		padding-bottom: 0;
		font-size: 1rem;
		height: 45px;
	}
	#searchInsideWrapper {
		padding: 5px 5px 5px 0;
		border-radius: 15px !important;
		height: 60px;
	}
} 

@media (max-width: 336px) { 
	#custom-search_button {
		margin-left: 0;
	}
	
}
@media (max-width: 1024px) { 
    .custom-input-inside__search-container input#customInputInsideSearch {
        max-width: 534px;   
    }	
}
@media (max-width: 768px){
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.right-column, .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.wp-block-column.left-column {
		flex-basis: 100% !important; 
	}	
}            

/* md - TABLET PORTRAIT STYLES */ 
@media (max-width: 991px) {
  .custom-input-inside__search-container input#customInputInsideSearch {
  	max-width: 415px;
  }
  .dropd-tld-button-container {
  	width: 50%;
  }                    
}

/* sm - SMARTPHONE LANDSCAPE STYLES */ 
@media (max-width: 767px) {
  #searchInsideWrapper .custom-input-inside__search-container input#customInputInsideSearch {
  	max-width: 200px;
  }         
  	.tld-receiver-container {
  		display: none !important; 
  	} 
  	div.dropd-tld-txt { 
  		display: flex !important;
  	}
  	.dropd-tld-desc {
  		display: none; 
  	} 
  	.dropd-tld-display {
  		border-left: 0;	
  	}  
  #parent-dropd__tld {
  	justify-content: space-between;
  }           
}

/* xs - SMARTPHONE PORTRAIT STYLES */ 
@media (max-width: 479px) {
  .dropd-tld__button {
  	font-size: 0.89rem;
  	padding: 0.79rem 0.79rem;
  }
  #parent-dropd__tld {
  	padding: 1.5rem 1rem;
  	border-radius: 8px;
  }
  .dropd-tld-display {
  	width: 40%;
  	margin-left: 0;
  }
  div.dropd-tld-txt {
  	font-size: 1.5rem;
  	justify-content: end;
  	font-size: 1.3rem !important;
  }  
  .dropd-tld-button-container {
  	width: 60%;
  } 
  form.global-custom__search-input #searchInsideWrapper .custom-input-inside__search-container input#customInputInsideSearch {
  	/*width: 160px !important;*/
  	margin-left: 0 !important; 
  	/*max-width: 150px !important;*/
  } 
  .dropd-tld__button .arrow-icon { 
  	width: 7px; 
  	height: 7px;  
  }   
  #featured-home-img { 
  	min-width: 400px !important;
  
  }
}

