.select-group button[type=submit] {
    width: 33%;
}
    .domain-search-form {
    width: calc(100% - 0%);
    }
        .domain-search-wrap2 {
    padding: 50px;
    border-radius: 20px;
    margin-top: -370px;
}
.domain-name {
    display: inline-block;
    padding: 9px 9px;
    position: absolute;
    left: 14px;
    top: 0px;
    color: #1f2933;
    font-size: 14px;
    font-weight: 400;
    border-right: 2px solid #e5e5e5;
}
.domain-search-form input:not([type=submit]){
    padding: 0 50px 0 95px;
}
@media (min-width: 320px) and (max-width: 575px){
.domain-search-form input:not([type=submit]), .domain-search-form .select-group {
    
    height: calc(2.47em + 0.7rem);
}
    .banner-wrapper {
    min-height: 930px !important;
}
    
}
.btn{
    text-transform: uppercase;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem!important;
    font-size: 2.25rem!important;
    line-height: 1!important;
    background-color: #002c4c;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.nav-link {
    padding: 1.2rem 1rem;
}
.header-nav-last-item .btn {
    border-radius: 5px;
}
.gradient-bg {
    background: linear-gradient(75deg, #27292a, #002c4c) !important;
}
.gray-dark-bg {
  background: #002c4c !important;
}
.gray-dark-bg-text {
  color: #a3a3a3 !important;
}
.footer-block {
    display: block;
    border-top: 1px solid #021c2e;
    padding-top: 45px;
    margin-top: 45px;
}
.footer-1.gradient-bg p, .footer-1.gradient-bg h6 {
    color: #fff;
    opacity: 100;
}
.footer-1.gradient-bg p, .footer-1.gradient-bg h5 {
    color: #fff;
}
footer p {
    font-size: 13px;
}
.list-inline-item:not(:last-child) {
    margin-right: 0rem;
    margin-bottom: 0.3rem;
}
.banner-main {
    display: block;
    position: relative;
    margin-top: -315px;
}
.banner-wrapper {
    display: block;
    min-height: 890px;
}
.min-px-890 {
    min-height: 890px !important;
}
a.svg-logo:after {
  content: ""; 
  position: absolute; 
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
}
.nice-select{
display: block;
    width: 67px;
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    background: #f1f6f5;
    border: solid 1px #e1e1e1;
    padding: 0 20px 0 10px;
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    outline: 0;
    padding-left: 10px;
    padding-right: 0px;
    position: relative;
    text-align: left!important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    
}
.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgb(68 68 68 / 11%);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
    z-index: 9;
}
.nice-select.wide .list {
    left: 0!important;
    right: 0!important;
}
.nice-select .current {
    color: #43be40;
    font-weight: 500;
}
.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
    background-color: #f6f6f6;
}
.nice-select .option.selected {
    font-weight: 700;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
.pptb-100{
        padding-bottom: 100px;
}
.bg-grey {
    background-color: #e9ecf0;
}
.color-brand {
    color: #012d4d;
}
.brand-bg {
    background: #002c4c !important;
}

.header-top {
    background: #000000;
    padding: 7px;
    color: #fff;
    font-weight: 600;
}
.header-top a {
    color: #14c0eb;
}