.hero-equal-height {
    position: relative;
    min-height: 568px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.gradient-overlay {
    position: relative;
    width: 100%;
}
.ptb-100 {
    padding: 100px 0;
}

.gradient-overlay:before {
    position: absolute;
    content: '';
    background-image: -webkit-gradient(linear, left top, right top, from(#5551ef), to(#5551ef));
    background-image: linear-gradient(90deg, #5551ef, #5551ef);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.z-index {
    z-index: 9;
}
.text-white {
    color: #fff !important;
}

p:not(:last-child) {
    margin-bottom: 1.25em;
}
.lead {
    font-size: 1.125rem;
    font-weight: 400;
    
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.mr-auto, .mx-auto {
    margin-right: auto !important;
}
.w-75 {
    width: 75% !important;
}
.d-block {
    display: block !important;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after, .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.domain-search-form input.form-control {
    border-color: #f5f5f5;
    text-indent: 10px;
	padding: 26px;
	    background: #fff;
}
.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.form-control {
    border-color: #ebebeb;
    padding: 0.75rem 0.85rem;
    height: calc(2em + 0.75rem + 2px);
}
@media (prefers-reduced-motion: reduce){
.form-control {
    -webkit-transition: none;
    transition: none;
}}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
button, input {
    overflow: visible;
}

.input-group-append {
    margin-left: -1px;
}
.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.domain-search-form button.search-btn {
    color: #ffffff;
    padding-left: 25px;
    padding-right: 25px;
    border: 1px solid #fff;
    background: rgba(0, 115, 236, 0.9);
    -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.15);
    font-weight: 500;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    z-index: 0 !important;
}
.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
}

.btn-hover:after, .btn-hover:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    background: rgba(0, 115, 236, 0.9);
    -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.mt--165 {
    margin-top: -165px !important;
}

.gray-light-bg {
    background: #f8f9fa;
}
.ptb-100 {
    padding: 100px 0;
}

.text-center {
    text-align: center !important;
}
.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}

.lead {
    font-size: 1.125rem;
    font-weight: 400;
}

.white-bg {
    background: #ffffff;
}

.single-popular-domain img {
    display: inline-block;
    max-width: 100px;
    min-height: 13px;
    max-height: 34px;
    margin-bottom: 20px;
}

.single-popular-domain span.badge {
    right: 10%;
    top: 10%;
}
.color-1-bg {
    background: rgba(255, 22, 78, 0.15);
}
.color-1 {
    color: #ff164e;
}
.badge {
    display: inline;
    padding: 0.25rem 0.45rem;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 11px;
}
.position-absolute {
    position: absolute !important;
}
@media (prefers-reduced-motion: reduce)
.badge {
    -webkit-transition: none;
    transition: none;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.domain-price-list .domain-old-price {
    font-size: 15px;
    font-weight: 600;
    opacity: 0.7;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.list-inline-item {
    display: inline-block;
}
li {
    list-style: none;
}

.domain-price-list .domain-new-price {
    font-size: 22px;
    line-height: initial;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.list-inline-item {
    display: inline-block;
}

.primary-solid-btn {
    border: 1px solid #5551ef;
    background: #5551ef;
    color: #ffffff;
}
.outline-btn, .secondary-solid-btn, .primary-solid-btn, .solid-white-btn, .outline-white-btn, .secondary-outline-btn {
    padding: 12px 28px;
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.outline-btn {
    position: relative;
    display: inline-block;
    color: #5551ef;
    border: 1px solid #5551ef;
}
.outline-btn, .secondary-solid-btn, .primary-solid-btn, .solid-white-btn, .outline-white-btn, .secondary-outline-btn {
    padding: 12px 28px;
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

