.navbar-dark.fixed-top>.container:after {
	border: none !important;
}

.navbar-togglable.bg-white {
	background-color: #044464 !important;
}


.background-image-qrto {
    background-image: url('https://webweb.ams3.cdn.digitaloceanspaces.com/data/appThumbnail/Images/qrto-background.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
/*html {
    scroll-padding-top: 100px;
}*/
.bg-secondary-color {
    background-color: #017637 !important;
}

.domain-search-box {
    position: relative;
    z-index: 999;
}

.domain-name {
    font-size: 25px !important;
    font-weight: 800;
    color: #9D9FA4 !important;
}

.domain-price {
    font-size: 22px !important;
    font-weight: 800;
    color: #cbad19 !important;
}

.text-edit-bar {
    width: 882px;
    height: 65px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px !important;
    background-color: #fff;
    -webkit-box-shadow: 4px 7px 13px 0 rgba(0, 0, 0, .2) !important;
    -moz-box-shadow: 4px 7px 13px 0 rgba(0, 0, 0, .2) !important;
    box-shadow: 4px 7px 13px 0 rgba(0, 0, 0, .2) !important;
    border: 1px solid #d3d3d3;
}

.domains-select {
    cursor: pointer;
    /* border-left: 1px solid #eee; 
    float: left;
    /* font-size: 20px; */
    height: 60px;
    /* margin: 6px 0 0; */
    overflow: hidden;
    /* padding: 0 5px 0 8px; */
    position: relative;
    width: 120px;
    /* background: 0 0;*/
}

.qrto-submit {
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    height: 67px;
    margin-top: 6px;
    width: 100px;
    box-sizing: border-box;
    margin-top: 0 !important;
    /* border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; */
    float: right;
    border-radius: 4px;
    background: linear-gradient(180deg, #B10055 0%, #E4006D 100%);
}

.domains-input {
    background-image: none;
    /* width: 516px; */
    margin: 0;
    /* border-top-left-radius: 4px; */
    /* border-bottom-left-radius: 4px; */
    float: left;
    color: #333;
    /* font-size: 25px; */
    border: 0;
    /* padding: 16px 0 0 15px; */
    border-radius: 5px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-chevron-down:before {
    content: "\f078";
}

.form-select:focus {
    border-color: transparent;
    box-shadow: 0 0, 0 0;
    outline: 0;
}

.border-input {
    border: 1px solid #d3d3d3;
    background-color: #ffffff;
    border-radius: 5px;
}

.badge {
    font-size: .60em;
}

.right-box {
    border: 1px solid #000000;
    /* height: 37vh; */
    padding: 0px;
}

.right-box-list {
    list-style-type: none;
    display: contents;
}

.right-box-iner {
    border-bottom: 1px solid #000000;
    padding: 30px;
}

.right-box-iner-last {
    border-bottom: none !important;
    padding: 30px;
}

.cash {
    font-size: 26px !important;
    color: #1c49ae !important;
    font-weight: 700;
}

.first-right-box-text {
    font-size: 20px;
    font-weight: 500;
}

.cart-btn {
    padding: 0.2rem 1rem;
    border-radius: 0rem;
}

.domain-names-list {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-top: -5rem !important;
}

/* .list-domain-names-section {
    margin-top: -5rem;
    
} */
.list-domain-names-section-background {
    background-color: #d7e2f1;
    
}
.lists-domain-line {
    border-right: 1px solid #D7D7D7;
}

.marg-top-domain-list {
    margin-bottom: 1rem;
}

.heading-tag-hero-block {
    font-size: 42px !important;
    line-height: 1.3 !important;
    font-weight: bolder !important;
}
.background-image-qrto .form-control{
    border: none !important;
}
.qr-code-icon{
    font-size: 30px;
}
.icons-image-qrto{
    /* border: 2px solid #2275A1;
    padding: 9px;
    border-radius: 10px;
    box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.09); */
    border: 2px solid #2275a100;
    padding: 9px;
    border-radius: 10px;
}
.icons-image-qrto-colourfull{
    /* border: 2px solid #2275A1;
    padding: 9px;
    border-radius: 10px;
    box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.09); */
    border: 2px solid #2275A1;
    padding: 9px;
    border-radius: 10px;
    box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.09);
}
@media (max-width: 767px) {
    .right-box {
        height: 48vh !important;
        margin-top: 2rem;
    }

    .lists-domain-line {
        border-right: 1px solid #ffffff;
    }

    .marg-top-domain-list {
        margin-top: 1.5rem !important;
        margin-bottom: 1rem;
    }

    .domains-input {
        font-size: 14px;
    }
}*/