<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/************************ SITE ALL CUSTOM CSS STARTS HERE *************************/
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&amp;display=swap');

:root {
    --black: #000;
    --white: #ffffff;
    --white-1: #F9F9F9;
    --primary: #010101;
    --secondary: #A80808;
    --secondary1: #F41D1D;
    --text-color: #282828;
    --light-color: #CECDCD;
    --grey: #1E1E1E;
    --grey1: #525252;
    --grey2: #F2F2F2;
    --grey3: #918989;
    --grey4: #585858;
    --green1: #00D5E2;
}
.dev-wrapper{
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
    flex-direction: column;
    height: 100%;
    min-height: 100vh;
}
.dev-wrapper .content-area{
    flex: 1;
}
.headerPhone a, .headerEmail a {
    color: #fff;
}
.ThankYouMain {
    margin: 40px 0;
}
.ajax-loader {
    display: none;
    background: #343a4047;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
}
.ajax-loader .inner-ajax-loader {
    position: absolute;
    top: 20%;
    left: 40%;
    width: auto;
    text-align: center;
    background: #fff;
    padding: 26px;
}
.inner-ajax-loader img {
    max-width: 286px;
    height: 100%;
}
.domains-listing-block .priceCustomTable span{
    color:#fff;
}
.BuyNowCutomJsDiv {
    width: 100%;
    text-align: right;
    background: #1e1e1e;
    border-top: 1px solid;
}
input.bdchecked {
    cursor: pointer;
}
input[type="checkbox"]{
    cursor: pointer;
    background: var(--white);
    width: 2.1rem;
    height: 2.1rem;
    margin: 0;
    border: none;
    outline: none;
    vertical-align: middle;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 2px;
}
input[type="checkbox"]:before{
    content: '';
    background: #736F6F;
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: middle;
    visibility: hidden;
    opacity: 0;
    display: block;
    margin: auto;
    margin-top: 3px;
    border-radius: 2px;
}
input[type="checkbox"]:checked:before{
    visibility: visible;
    opacity: 1;
}
.Card_Details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.userDetail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.BuyNowCutomJs{
    background: var(--secondary);
    border: 2px solid var(--secondary);
    border-radius: 4.5rem;
    height: 3.6rem;
    color: var(--white);
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-family: 'Rubik', sans-serif;
    padding: 5px 1.5rem;
    cursor: pointer;
    margin: 1rem;
    width: 10rem;
}
.NothingFound {
    color: #fff;
}
.errorOuter {
    display:none;
    color:red;
}

.BuyNowCutomJs:hover{
  background: transparent;
    color: var(--secondary);
}
.default-table-bydomain tr th{
    color:#fff;
    text-align:center;
}
.default-table-bydomain tr td{
    text-align: center;
}
.default-table-bydomain tr th:first-child,
.default-table-bydomain tr td:first-child{
    text-align: left;
}
/******************* FONTS USED WEBSITE
    font-family: 'Rubik', sans-serif;
    font-family: 'Poppins', sans-serif;
**************************/

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    scroll-behavior: smooth;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: .5px transparent;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: var(--text-color);
}

.container {
    max-width: 115rem;
    padding: 0 1.5rem;
    width: 100%;
    margin: 0 auto;
    display: block;
}


.container-xl {
    max-width: 92%;
}

header,
footer,
section,
article {
    display: block;
}

ul,
ol {
    margin: 0 0 2.4rem;
}

a {
    text-decoration: none;
    color: var(--secondary);
}

.row {
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-style: normal;
    margin: 0 0 2.4rem;
}

h1 {
    font-size: 4.2rem;
    line-height: 5.2rem;
}

h2 {
    font-size: 3.5rem;
    line-height: 4.5rem;
}

h4 {
    font-size: 2.4rem;
    line-height: 3.2rem;
}

p{
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 0 0 1.5rem;
}

p:last-child{
    margin: 0;
}

img {
    display: block;
    max-width: 100%;
}

.totalUptext {
    width: 30%;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
}
.totalUpAmount {
    width: 30%;
    color: red;
    text-align: right;
    font-size: 25px;
    font-weight: 700;
}
.NumDomainUp{
   color: #fff; 
   font-size: 25px;
   font-weight: normal;
}
b.saleTxt {
    font-size: 1.6rem;
    color: #fff;
    font-weight: normal;
    vertical-align: middle;
    line-height: 2.4rem;
    padding-left: 0.4rem;
}

/******************************** SITE HEADER CSS STARTS HERE **********************************/
header.site-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
header.site-header.inner-header-custom{
    position: relative;
    background: var(--primary);
}

.inner-header {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 1rem 0;
    position: relative;
}

.inner-header::before {
    content: " ";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent url("../img/HeaderLine.png") no-repeat center center/100% 100%;
    z-index: 99;
    display: block;
}

.logo-wrapper,
nav {
    display: inline-block;
}

.site-logo a {
    display: block;
    max-width: 24rem;
}

.site-logo a img {
    display: block;
    width: 100%;
    object-fit: contain;
}

.menu-wrapper {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.menu-wrapper li {
    display: inline-block;
    margin-left: 2.4rem;
}

.menu-wrapper li a {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: -0.06em;
    color: var(--white);
    display: block;
}

.menu-wrapper li:last-child {
    margin-left: 7.5rem;
}

.menu-wrapper li:last-child a {
    height: 42px;
    background: var(--secondary);
    border-radius: 10px;
    padding: 7px 1.5rem;
    border: 2px solid var(--secondary);
    ;
}

.menu-wrapper li:last-child a:hover,
.menu-wrapper li:last-child a:focus {
    background: transparent;
    color: var(--secondary);
}


/******************************** SITE HEADER CSS ENDS HERE **********************************/

/******************************** HOME PAGE CSS STARTS HERE **********************************/
.site-default-banner {
    background: var(--primary) url("../img/BannerBackground.jpg") no-repeat center center/cover;
}

.banner-content-wrapper {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: calc(100vh - 197px);
	min-height: 50rem;
    padding: 7rem 0 2rem;
}

.banner-content-wrapper&gt;div.left-side {
    width: 60%;
}

.banner-content-wrapper&gt;div {
    width: 40%;
}

.banner-content-wrapper&gt;div h1,
.banner-content-wrapper&gt;div h2 {
    font-family: 'Poppins', sans-serif;
}

.banner-content-wrapper&gt;div h1 {
    color: var(--white);
}

.banner-content-wrapper&gt;div h2 {
    font-weight: 500;
    background: linear-gradient(180deg, #FF5A5A 0%, #880000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
	margin-bottom: 0;
}

.site-search-domain .inner-content {
    padding: 3.6rem 0;
}

.site-search-domain .inner-content h2 {
    color: var(--text-color);
    text-align: center;
    margin: 0 0 0.8rem;
}
.site-search-domain .inner-content p{
    text-align: center;
    margin: 0;
	font-weight: 700;
}

.search-form-wrap {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.search-form-wrap form {
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
    -webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;
    width: 75rem;
}

.search-form-wrap form input[type=search]{
    background: var(--text-color);
    border-radius: 4.5rem;
    height: 4.6rem;
    width: calc(100% - 16rem);
    border: 2px solid var(--text-color);
    color: var(--white);
    padding: 0 1.5rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.search-form-wrap form input[type=search]:hover, .search-form-wrap form input[type=search]:focus{
    border: 2px solid var(--text-color);
    outline: 0;
    box-shadow: none;
}

.search-form-wrap form input[type=submit]{
    background: var(--secondary);
    border: 2px solid var(--secondary);
    border-radius: 4.5rem;
    height: 4.6rem;
    color: var(--white);
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-family: 'Rubik', sans-serif;
    padding: 1rem 1.5rem;
    cursor: pointer;
    margin-left: 2rem;
    width: 14rem;
}

.search-form-wrap form input[type=submit]:hover,
.search-form-wrap form input[type=submit]:focus {
    background: transparent;
    color: var(--secondary);
}

.categories-list-wrap{
    background: var(--primary);
    padding: 7.2rem 0;
}

.categories-list-wrap .title-block{
    text-align: center;
    margin: 0 0 6rem;
}

.categories-list-wrap .title-block h2{
    color: var(--white);
    margin: 0 0 8px;
}

.categories-list-wrap .title-block p{
    color: var(--white);
}

.categories-list-wrap .tab-listing &gt; p{
    margin: 2rem 0;
    text-align: center;
}

.categories-list-wrap .tab-listing &gt; p a{
    display: inline-block;
    font-weight: 500;
    text-decoration: underline;
    color: var(--white);
}

.categories-list-wrap .tab-listing &gt; p a:hover, .categories-list-wrap .tab-listing &gt; p a:focus{
    color: var(--secondary);
}


.categories-list-wrap .tab-listing ul{
    -moz-justify-content:space-around;-webkit-justify-content:space-around;justify-content:space-around;
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
    -webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;
    list-style: none;
    padding: 0;
}

.categories-list-wrap .tab-listing ul .item{
    position: relative;
}

.categories-list-wrap .tab-listing ul .item .circle{
    position: absolute;
    width: 2rem;
    left: 0;
    top: 0;
    margin: 0;
    z-index: 9;
    height: 2rem;
    cursor: pointer;
    background: var(--white);
    border-radius: 100%;
}
.categories-list-wrap .tab-listing ul .item:nth-child(2n) .circle{
    background: #00D5E2;
}
.categories-list-wrap .tab-listing ul .item:last-child .circle{
    background: #EA0404;
}

.categories-list-wrap .tab-listing ul .item p{
    color: var(--white);
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding-left: 4rem;
    margin: 0;
}
.categories-list-wrap .tab-listing ul .item:nth-child(2n) p{
    color: #00D5E2;
}
.categories-list-wrap .tab-listing ul .item:last-child p{
    color: #EA0404;
}

.domains-listing-block{
    padding: 0 10rem;
}

.domains-listing-block ul{
    list-style-type: none;
    border-radius: 2rem;
    padding: 0;
    margin: 0;
	overflow: hidden;
}

.domains-listing-block ul li {
    background: var(--grey2);
    margin-bottom: 10px;
}

.domains-listing-block ul li:nth-child(2n) {
    background: var(--light-color);
}

.domains-listing-block ul li .title-wrap-item{
    display: block;
}

.domains-listing-block ul li.active .title-wrap-item  a &gt; .icon-box .fa-caret-down{
    opacity: 0;
    visibility: hidden;
}

.domains-listing-block ul li.active .title-wrap-item  a &gt; .icon-box .fa-caret-up{
    opacity: 1;
    visibility: visible;
}

.domains-listing-block ul li .title-wrap-item a{    
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
    -webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;
    -moz-justify-content:space-between;-webkit-justify-content:space-between;justify-content:space-between;
    padding: 1.2rem  1.8rem;
}

.domains-listing-block ul li span{
    display: inline-block;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: var(--black);
}

.domains-listing-block ul li .title-wrap-item a &gt; .icon-box{
    position: relative;
    width: 2rem;
    height: 3rem;
    text-align: center;
    transition: all .5s;
}

.domains-listing-block ul li .title-wrap-item a &gt; .icon-box i{
    font-size: 2.4rem;
    line-height: 2.8rem;
    transition: all .5s;
}

.domains-listing-block ul li .title-wrap-item a &gt; .icon-box .fa-caret-up{
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
}
.whiteColor{
color:#ffffff;
}
.blueColor{
color:#00ccff;
}
.RedColor{
color:#ff0000;
}


.list-accordian-content{
    visibility: hidden;
    opacity: 0;
    height: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.domains-listing-block ul li.active .list-accordian-content{
    visibility: visible;
    opacity: 1;
    height: auto;
}

.default-table table{
    background: var(--grey);
    width: 100%;
    border-collapse: collapse;
}

.default-table table td, .default-table table th{
    padding: 10px 1.8rem;
    border-right: 1px solid var(--grey1);
    border-bottom: 1px solid var(--grey1);
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-align: center;
	color: var(--white);
}
.default-table table td:first-child, .default-table table th:first-child {
    text-align: left;
}
.default-table table th{
    font-weight:700;
}
.default-table table tr.active td{
    color: var(--green1);
}

.default-table table tr:last-child td{
    border-bottom: 0;
}

.default-table table tr th:last-child, 
.default-table table tr td:last-child{
    border-right: 0;
}


/******************************** HOME PAGE CSS ENDS HERE **********************************/

/******************************** Buy a Domain PAGE CSS STARTS HERE **********************************/

.results-domains-listing-block .default-table{
    border-radius: 2rem;
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
}

.results-domains-listing-block .resulting-table-content form{
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
    -webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;
    position: relative;
    text-align: center;
}

.results-domains-listing-block .resulting-table-content form input[type="checkbox"]{
    display: block;
    width: 2rem;
    height: 2rem;
    margin: 0;
    position: absolute;
    left: 0;
    top: 2px;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
    border-radius: 2px;
}

.results-domains-listing-block .resulting-table-content form input[type="checkbox"]:checked ~ label:before{
    background:var(--grey3);
    border: 2px solid var(--white-1);
}

.results-domains-listing-block .resulting-table-content form label{
    display: block;
    padding-left: 4.5rem;
}

.results-domains-listing-block .resulting-table-content form label:before{
    background: var(--white-1);
    border-radius: 2px;
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: 0;
    top: 2px;
    content: " ";
    opacity: 1;
    z-index: 1;
}

.results-domains-listing-block .default-table table tr.selected td form label{
    color: var(--grey3);
}

.results-domain-details-block{
    clear: both;
    margin: 6rem 0 0;
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
    -webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;
    -moz-justify-content:space-between;-webkit-justify-content:space-between;justify-content:space-between;    
}

.TotalUpFlext{
    background: var(--text-color);
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
    -webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;
    -moz-justify-content:space-between;-webkit-justify-content:space-between;justify-content:space-between; 
    padding: 1.5rem 0;
    border-radius: 20px;  
    margin: 27px 0;
    flex-wrap: wrap;
}
.TotalUpFlext h4{
    margin: 0;
    color: var(--white);
    line-height: 2.8rem;
}

.total-resulted-domains{
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
    -webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;
    -moz-justify-content:space-between;-webkit-justify-content:space-between;justify-content:space-between; 
    background: var(--text-color);
    width: calc(100% - 36.8rem);
    padding: 1.5rem 2rem;
    -moz-box-shadow: 0px 0px 17px var(--black);
    -webkit-box-shadow: 0px 0px 17px var(--black);
    box-shadow: 0px 0px 17px var(--black);
    border-radius: 20px;    
}

.total-resulted-domains h4{
    margin: 0;
    color: var(--white);
    line-height: 2.8rem;
}

.no-of-Domains, .price-info{
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
    -webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;
}

.no-of-Domains strong{
    color: var(--white);
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    display: block;
}

.no-of-Domains span, .price-info em{
    padding-left: 1.2rem;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    color: var(--white);
    display: block;
}

.price-info span{
    display: block;
    color: var(--secondary1);
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.see-more-results{
    display: block;
    width: 36.8rem;
}

.see-more-results .btn-block{
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
    -webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;
    -moz-justify-content:space-between;-webkit-justify-content:space-between;justify-content:space-between;
}

.see-more-results .btn-block a{
    display: block;
    width: 16rem;
    margin-left: 2.4rem;
    background: var(--grey3);
    border-radius: 14px;
    padding: 1.8rem;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    color: var(--white);
}

.see-more-results .btn-block a:hover, .see-more-results .btn-block a:focus{
    background: var(--white-1);
    color: var(--secondary);
}

.see-more-results .btn-block a:last-child{
    background: var(--secondary);
}

.see-more-results .btn-block a:last-child:hover, .see-more-results .btn-block a:last-child:focus{
    color: var(--secondary);
    background: var(--white-1);
}

.user-info-block{
    background: var(--text-color);
    -moz-box-shadow: 0px 0px 17px var(--black);
    -webkit-box-shadow: 0px 0px 17px var(--black);
    box-shadow: 0px 0px 17px var(--black);
    border-radius: 20px;
    padding: 2.4rem;
}

.user-info-block h4{
    color: var(--secondary1);
    margin: 0 0 1.5rem;
    font-weight: 500;
}

.user-info-block form{
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
    -moz-justify-content:space-between;-webkit-justify-content:space-between;justify-content:space-between;
    -moz-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;
    clear: both;
    border-bottom: 1px solid var(--grey1);
    margin: 0 0 1.5rem;
}

.user-info-block .form-item{
    width: calc(50% - 4rem);
    margin: 0 0 3rem;
}

.user-info-block label{
    display: block;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    color: var(--white);
    margin: 0 0 6px;
}

.user-info-block .form-item input{
    width: 100%;
    display: block;
    border-radius: 15px;
    background: var(--white-1);
    height: 50px;
    border: 2px solid var(--white-1);
    box-shadow: none;
    outline: 0;
    font-size: 1.8rem;
    padding: 1.6rem;
}

.user-info-block .form-item.submit-btn, .user-info-block .form-item.width-100{
    width: 100%;
}

.user-info-block .form-item.width-30{
    width: 30%;
}

.user-info-block .form-item.width-25{
    width: 25%;
}

.domains-selected-block table{
    width: 100%;
    border-collapse: collapse;
}
.domains-selected-block {
    margin-bottom: 10px;
}
.domains-selected-block table tr td{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    padding: 1.2rem;
    border: 1px solid var(--grey1);
}

.domains-selected-block table tr td span.del{
    background: transparent url("../img/del.png") no-repeat center center/1.3rem auto;
    width: 1.3rem;
    display: block;
    min-width: 1.3rem;
    height: 1.7rem;
    cursor: pointer;
}

.user-card-detailed-block form{ 
    -webkit-box-align:flex-end;-moz-box-align:flex-end;-ms-flex-align:flex-end;-webkit-align-items:flex-end;align-items:flex-end;
}

/******************************** Buy a Domain PAGE CSS ENDS HERE **********************************/


/******************************** SITE FOOTER CSS STARTS HERE **********************************/
.site-footer{
    background: radial-gradient(56.67% 555.31% at 95.94% 29.46%, #1D1D1D 0%, #1A1919 100%);
    padding: 0 0 8px;
}

.top-footer-content{
    padding: 3.6rem 0 7.2rem;
}

.top-footer-content .inner-content{
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
    -moz-justify-content:space-between;-webkit-justify-content:space-between;justify-content:space-between;
    margin: 0 -2rem;
}

.top-footer-content .inner-content &gt; div.col-footer{
    width: calc(50% - 13rem);
    padding: 0 2rem;
}

.top-footer-content .inner-content &gt; div.col-footer.col-2{
    width: 26rem;
    position: relative;
}

.top-footer-content .logo-wrapper{
    margin: 0 0 1rem;
}

.top-footer-content .col-1 p{
    text-align: justify;
    color: var(--white);
}

.top-footer-content .col-2::before, .top-footer-content .col-2::after{
    content: " ";
    height: 100%;
    width: 16px;
    position: absolute;
    top: 0;
    background: transparent url("../img/V-HeaderLine.png") no-repeat center center/100% 100%;
    z-index: 99;
    display: block;
}

.top-footer-content .col-2::before{
    left: 0;
}

.top-footer-content .col-2::after{
    right: 0;
}

.top-footer-content .col-2 ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    height: 100%;
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
    -webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;
    -moz-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;
    align-content: center;
}

.top-footer-content .col-2 ul li{
    text-align: center;
    width: 100%;
    margin: 0 0 5.6rem;
}

.top-footer-content .col-2 ul li:last-child{
    margin: 0;
}

.top-footer-content .col-2 ul li a{
    color: var(--white);
}

.top-footer-content .col-2 ul li a:hover, .top-footer-content .col-2 ul li a:focus{
    color: var(--secondary);
}

.top-footer-content .col-3 {
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
    -moz-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;
    -webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;
    align-content: center;
}

.bottom-footer-content::before {
    content: " ";
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url("../img/HeaderLine.png") no-repeat center center/100% 100%;
    z-index: 99;
    display: block;
}

.bottom-footer-content{
    text-align: center;
    padding: 1.2rem 0;
    position: relative;
}

.bottom-footer-content p{
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: center;
    letter-spacing: -0.06em;
    color: var(--white);
}

.contact-details {
    width: 100%;
}

.contact-details ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.contact-details ul li{
    margin: 0 0 2rem;
}

.contact-details ul li:last-child{
    margin: 0;
}

.contact-details ul li i{
    width: 2rem;
}

.contact-details ul li span{
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: var(--white);
    margin-left: 2rem;
}

.search-footer-block{
    margin: 0 0 6rem;
    width: 100%;
}

.search-footer-block form{
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
    -webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;
}

.search-footer-block form input[type=search]{
    background: var(--text-color);
    border-radius: 4.5rem;
    height: 3.6rem;
    width: calc(100% - 13rem);
    border: 2px solid var(--text-color);
    color: var(--white);
    padding: 0 1.5rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.search-footer-block form input[type=search]:hover, .search-footer-block form input[type=search]:focus{
    border: 2px solid var(--text-color);
    outline: 0;
    box-shadow: none;
}

.search-footer-block form input[type=submit]{
    background: var(--secondary);
    border: 2px solid var(--secondary);
    border-radius: 4.5rem;
    height: 3.6rem;
    color: var(--white);
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-family: 'Rubik', sans-serif;
    padding: 5px 1.5rem;
    cursor: pointer;
    margin-left: 1rem;
    width: 10rem;
}

.search-footer-block form input[type=submit]:hover,
.search-footer-block form input[type=submit]:focus {
    background: transparent;
    color: var(--secondary);
}

.error404 .dev-wrapper .content-area{
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
    -webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;
    -moz-justify-content:center;-webkit-justify-content:center;justify-content:center;
}
.error-404 .page-header{
    padding: 4rem 0 ;
}
.error-404 .page-header .page-title{
    text-align: center;
    margin: 0;
}
.error-404 .page-content{
    padding: 0 0 7.4rem;
    text-align: center;
}
.error-404 .home_btn{
    height: 42px;
    background: var(--secondary);
    border-radius: 10px;
    padding: 7px 1.5rem;
    border: 2px solid var(--secondary);
    display: block;
    max-width: 16rem;
    margin: 4rem auto 0;
    color: var(--white);
}
.error-404 .home_btn:hover, .error-404 .home_btn:focus{
    background: transparent;
    color: var(--secondary);
}
.page-template-default .entry-header{
    padding: 4rem 0;
}
.page-template-default .entry-content{
    padding-bottom: 4rem;
}
.page-template-default .entry-title{
    text-align: center;
    margin: 0;
}

.page-template-buynow_template .content-area{
    background: var(--primary);
}

.ticker-wrap{
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	background: #EA0404;
	overflow: hidden;
	z-index: 9;
}
.ticker-wrap .innerContent{
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
	-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;
}
.ticker-wrap .tickerTitle {
    min-width: 20rem;
    text-align: center;
    background: var(--secondary);
    color: var(--white);
    padding: 0.8rem 0;
    position: relative;
    z-index: 1;
}
.ticker-wrap .tickerTitle h4{
	font-size: 2rem;
	margin: 0;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker {
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
  white-space: nowrap;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
	
}
.ticker .ticker_item{
	margin-right: 15rem;
	margin-bottom: 0;
}
.ticker .ticker_item span{
	margin: 0 2rem;
}


/******************************** SITE FOOTER CSS ENDS HERE **********************************/


/******************************** SITE MEDIA QUWERY CSS STARTS HERE **********************************/
@media (max-width: 1436px){
	.banner-content-wrapper {height: calc(100vh - 144px);}
	.banner-content-wrapper&gt;div h1{
		margin-bottom: 1rem;
	}
	.site-search-domain .inner-content {
	    padding: 1.6rem 0;
	}
	.site-search-domain .inner-content h2{
		font-size: 3rem;
		line-height: 4rem;
		margin: 0;
	}
}
@media (max-width: 767px){
    h1 {
        font-size: 4.8rem;
        line-height: 5.8rem;
    }

    h2 {
        font-size: 3.2rem;
        line-height: 4.4rem;
    }

    .top-footer-content .inner-content, .results-domain-details-block{
        -moz-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;
    }

    .top-footer-content .inner-content &gt; div.col-footer, .top-footer-content .inner-content &gt; div.col-footer.col-2, .banner-content-wrapper&gt;div.left-side, .banner-content-wrapper&gt;div, .total-resulted-domains{
        width: 100%;
    }

    .top-footer-content .inner-content &gt; div.col-footer.col-2{
        margin: 3rem 0;
    }

    .domains-listing-block{
        padding: 0;
    }

    .top-footer-content .col-2 ul{
        -moz-justify-content:center;-webkit-justify-content:center;justify-content:center;
    }

    .top-footer-content .col-2 ul li, .top-footer-content .col-2 ul li:last-child{
        margin: 0 8px;
        width: auto; 
        display: inline-block;
    }

    .see-more-results .btn-block a{
        margin: 0 1.2rem;
    }

    .banner-content-wrapper{
        padding: 8rem 0 4rem;
		height: 100%;
    }

    .see-more-results{
        margin: 4rem auto 0;
    }

    .price-info span, .total-resulted-domains h4, .no-of-Domains strong{
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

    .no-of-Domains span, .price-info em{
        padding-left: 6px;
    }
	.inner-header .headerPhone, 
	.inner-header .headerEmail{
		display: none;
	}
	.menu-wrapper li:last-child {
		margin-left: 1.5rem;
	}
	.ticker-wrap .tickerTitle{
		min-width: 14rem;
	}
	.menu-wrapper{
		padding-left: 0;
	}
	.site-logo a{
		max-width: 20rem;
	}
}
@media (max-width: 479px){
    .categories-list-wrap .tab-listing form, .search-form-wrap form{
        -moz-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap; 
    }
    .categories-list-wrap .tab-listing form .form-item{
        width: 100%;
        margin: 0 0 2rem;
    }
    .categories-list-wrap .tab-listing form .form-item:last-child{
        margin: 0;
    }

    .search-form-wrap form input[type=search]{
        width: 100%;
        margin: 0 0 2rem;
    }

    .search-form-wrap form input[type=submit]{
        margin: 0 auto;
    }

    .site-logo a{
        max-width: 13rem;
        min-width: 13rem;
    }

    .inner-header{
        -moz-flex-wrap: nowrap;-webkit-flex-wrap: nowrap;flex-wrap: nowrap; 
    }

    .menu-wrapper li, .menu-wrapper li:last-child{
        margin-left: 1.2rem;
    }

    .menu-wrapper{
        padding-left: 1rem;
    }

    .menu-wrapper li a{
        font-size: 1.4rem;
    }

    .menu-wrapper li:last-child a{
        padding: 4px 7.5px;
        height: 36px;
    }

    .user-info-block .form-item, .user-info-block .form-item.width-30, .user-info-block .form-item.width-25 {
        width: 100%;
        margin: 0 0 1.5rem;
    }
	.site-header .container-xl {
		max-width: 100%;
	}
	.banner-content-wrapper&gt;div h1{
		font-size: 2.8rem;
   		line-height: 3.8rem;
	}
	.banner-content-wrapper&gt;div h2{
		font-size: 2.2rem;
		line-height: 3.4rem;
	}
	.categories-list-wrap .tab-listing ul{
		flex-direction: column;
    	align-items: flex-start;
	}
	.categories-list-wrap .tab-listing ul .item{
		margin-bottom: 2rem;
	}
}



@media (min-width: 768px) and (max-width: 991px){
    .domains-listing-block{
        padding: 0 5rem;
    }

    .top-footer-content .inner-content{
        -moz-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;
    }

    .top-footer-content .inner-content &gt; div.col-footer.col-1{
        width: 100%;
        margin: 0 0 4rem;
    }

    .top-footer-content .inner-content &gt; div.col-footer{
        width: calc(100% - 26rem);
    }

    .banner-content-wrapper{
        height: auto;
    }
    
}
@media (min-width: 768px) and (max-width: 1023px){
	.inner-header .headerPhone, 
	.inner-header .headerEmail{
		display: none;
	}
}
@media (min-width: 1024px) and (max-width: 1199px){
	.menu-wrapper li:last-child {
		margin-left: 2.5rem;
	}
	.menu-wrapper{
		padding-left: 0;
	}
}





/******************************** SITE MEDIA QUWERY CSS ENDS HERE **********************************/

</pre></body></html>