@font-face {
    font-family: Roboto-Black;
    src: url("../font/Roboto-Black.ttf");
}

@font-face {
    font-family: Roboto-Bold;
    src: url("../font/Roboto-Bold.ttf");
}

@font-face {
    font-family: Roboto-Medium;
    src: url("../font/Roboto-Medium.ttf");
}

@font-face {
    font-family: Roboto-Regular;
    src: url("../font/Roboto-Regular.ttf");
}


@font-face {
    font-family: Roboto-Italic;
    src: url("../font/Roboto-Italic.ttf");
}

@font-face {
    font-family: Roboto-Light;
    src: url("../font/Roboto-Light.ttf");
}

body {
    background-color: #fafafa;
}

h1,h2,h3,h4,h5,h6, p, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a, a:hover, a:focus {
    text-decoration: none;
    outline: 0;
}

input, button, textarea {
    outline: none;
}

button {
    cursor: pointer;
}

select {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-image: url('../img/Shape10-min.svg');
    background-repeat: no-repeat;
    background-position: center right 14px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #303436;
    outline: 0;
}

header {
    position: relative;
    padding-top: 9px;
}
header .container-header {
    display: flex;
    justify-content: space-between;
    position: relative;
}

header.home::before {
    content: '';
    position: absolute;
    background: url("../img/Path1329.png");
    top: 0;
    right: 0;
    z-index: -1;
    width: 79%;
    height: 710px;
    display: block;
    background-size: cover;
    background-position: right;
}

.container-header .logo img.mobile-logo {
    display: none;
}

header .logo img {
    max-width: 250px;
}

.search-info form button img {
    display: none;
}

.register {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.register a {
    font-family: Roboto-Medium;
    font-size: 14px;
    border: none;
}

.register a:first-child {
    background: none;
    color: #303436;
    margin-right: 21px;
}

.register a:nth-child(2) {
    width: 100px;
    height: 36px;
    background-color: #0BD3D3;
    color: #fff;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    z-index: 55;
    display: flex;
    align-items: center;
    justify-content: center;
}

.save .menu {
    right: auto;
    left: 0;
}

.menu {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    padding: 25px;
    z-index: 55;
    border-radius: 4px;
    min-width: 300px;
    display: none;
}

.menu-btn {
    background: none;
    border: none;
    margin-left: 20px;
}

.menu-btn.open img {
    transform: rotate(180deg);
}

.menu-btn img {
    transition: 0.3s;
}

.menu ul li a {
    color: #A5A8AA;
    font-size: 18px;
    font-family: Roboto-Medium;
    display: inline-block;
}

.menu ul li a.active,
.menu ul li a:hover {
    color: #303436;
} 

.menu ul li:not(:last-child) a {
    margin-bottom: 28px;
}

/*search-section*/

.search-section {
    position: relative;
    margin: 156px 0;
}

.search-img {
    position: absolute;
    bottom: -61%;
    left: 50%;
}

.search-info h2 {
    font-size: 24px;
    color: #303436;
    font-family: Roboto-Medium;
    opacity: 0.5;
    line-height: 32px;
    margin-bottom: 1px;
}

.search-info h1 {
    font-size: 40px;
    color: #303436;
    font-family: Roboto-Black;
    line-height: 53px;
    margin-bottom: 26px;
}

.search-info form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FD513F;
    height: 50px;
    padding-left: 7px;
    padding-right: 7px;
    max-width: 540px;
    border-radius: 4px;
    box-shadow: 0 4px 31px 0px #00000026;
    position:relative;
}

.search-info form input#keyword {
    border-radius: 4px;
    border: none;
    width: 280px;
    color: #000;
    opacity: 0.9;
    font-size: 14px;
    background-color: #FFF;
    line-height: 36px;
    height: 36px;
    padding-left: 16px;
}

.search-info form input#keyword::placeholder  {
    color: #000;
    opacity: 0.66;
    font-family: Roboto-Medium;
    font-size: 14px;
    font-style: italic;
}



.select-domain,
.select-domain2 {
    position: relative;
}

.select-domain {
    margin-right: -20px;
}

.custom-searchform .advance-search-conditions{
    position: absolute;
    top: 44px;
    right: 0;
    width: 100%;
    display: none;
    background-color: #fff;
    color:#555;
    border:1px solid #FD513F;
    border-top-width:6px;
    padding: 6px 10px;
    word-break: break-word;
    z-index:9;
    opacity: 0.96;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 295px;
}
.custom-searchform .advance-search-conditions::-webkit-scrollbar-thumb{
    background: rgba(253, 81, 63, 0.39); 
}
    .custom-searchform .advance-search-conditions .form-control{
        margin-bottom:5px;
    }
.select-domain a {
    color: #fff;
    font-size: 16px;
    font-family: Roboto-Medium;
}
.select-domain2 a {
    font-size: 14px;
    color: #fff;
    font-family: Roboto-Medium;
}

.search-info form button {
    width: 108px;
    height: 36px;
    margin-left: 14px;
    border: none;
    border-radius: 4px;
    font-family: Roboto-Medium;
    line-height: 36px;
    color: #000;
    box-shadow: 0 0 2px 0px #fff;
}
.search-info form button:hover{
    background-color: #999;
    color:#fff;
}
.search-info > ul {
    display: flex;
    align-items: center;
    margin-top: 14px;
}

.search-info > ul li:not(:last-child) {
    margin-right: 30px;
}

.search-info > ul li a {
    font-size: 16px;
    font-family: Roboto-Bold;
    color: #303436;
    opacity: 0.6;
}
.search-info > ul li a:hover{
    color:#FD513F;
    opacity: 1;
}

.menu ul li a {
    display: flex;
    justify-content: space-between;
}

.menu ul li a img {
    transform: rotate(-90deg);
    transition: 0.2s;
}

.menu ul li .sub-menu {
    display: none;
    padding-left: 10px;
}

.menu ul li a.open img {
    transform: rotate(0deg);
}

.top-menu {
    display: none;
}

/*search-section-end*/

/*featured-domain*/

.featured-domain {
    margin-bottom: 80px;
}

.title {
    text-align: center;
    margin-bottom: 40px;
}

.title h2 {
    line-height: 48px;
    margin-bottom: 10px;
    color: #303436;
    font-size: 36px;
    text-transform: uppercase;
}

.title p {
    font-family: Roboto-Regular;
    opacity: 0.5;
    color: #303436;
    font-size: 16px;
}

.feature-info {
    display: flex;
    align-items: center;
    background-color: #fff;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 0 30px 0px #0000001f;
}

.feature-right-info {
    border-left: 1px solid #edeef8;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.feature-right-info .heart {
    position: absolute;
    top: 10px;
    right: 10px;
}

.heart img:first-child {
    margin-top:-5px;
}
.heart img:last-child {
    display:none;
}

.heart.active img:first-child {
    display:none;
}
.heart.active img:last-child {
    display:inherit;
}

.hover-box {
    background-color: #000;
    font-size: 18px;
    color: #fff;
    line-height: 67px;
    position: absolute;
    top: -78px;
    min-width: 186px;
    height: 67px;
    z-index: 54;
    border-radius: 4px;
    left: -30px;
    font-family: Roboto-Medium;
    opacity: 0;
    visibility: hidden;
}

.heart:hover .hover-box {
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
}

.hover-box::after {
    content: '';
    position: absolute;
    left: 27px;
    bottom: -20px;
    border: 13px solid transparent; border-top: 13px solid #000;
    width: 13px;
}

.feature-right-info .name {
    position: relative;
}

.feature-right-info .name h5 {
    font-size: 18px;
    color: #303436;
    font-family: Roboto-Medium;
    line-height: 24px;
    word-break: break-word;
}

.feature-right-info .name h5 a {
    margin-left: 7px;
    display: inline-block;
    width: 15px;
    text-align: right;
}

.feature-right-info .price h6 {
    font-size: 18px;
    color: #FD513F;
    font-family: Roboto-Bold;
    margin: 5px 0 10px;
    min-height: 19px;
    max-height: 19px;
    overflow: hidden;
}

.feature-right-info .buy-now {
    width: 108px;
    height: 30px;
    text-align: center;
    border: 1px solid #0BD3D3;
    color: #0BD3D3;
    display: inline-block;
    line-height: 29px;
    border-radius: 4px;
    font-size: 14px;
}

.feature-right-info .buy-now:hover {
    background-color: #0bd3d3;
    color: #fff;
}

.hover-info {
    position: absolute;
    background-color: #000;
    width: 270px;
    padding: 20px 17px 10px;
    color: #fff;
    display: flex;
    text-align: left;
    border-radius: 4px;
    right: -125px;
    top: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 22;
}
.input .name .hover-info{
    width:260px;
    word-break: break-word;
}
.input .name .hover-info a{
    color:#0bd3d3;
}
.feature-right-info .name:hover .hover-info, .input .name:hover .hover-info {
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
}

.hover-info::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -20px;
    border: 13px solid transparent; border-bottom: 13px solid #000;
    width: 13px;
}
.input .name .hover-info::after{
    left:0;
}
.hover-info ul:first-child {
    text-align: right;
    margin-right: 5px;
}

.hover-info ul li {
    line-height: 24px;
    font-family: Roboto-Regular;
    font-size: 12px;
}

.featured-domain .col-md-4 {
    padding-left: 10px;
    padding-right: 10px;
}

/*featured-domain-end*/

/*sell-domain*/

.sell-info h3 {
    font-size: 24px;
    color: #303436;
    font-family: Roboto-Bold;
    margin-bottom: 22px;
}

.sell-info ul li {
    font-size: 16px;
    color: #303436;
    font-family: Roboto-Regular;
    line-height: 28px;
    padding-left: 10px;
    position: relative;
}

.sell-info ul li::after {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 4px;
    height: 1px;
    background-color: #303436;
}

.sell-domain .row {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}

.sell-domain .title {
    margin-bottom: 61px;
}
.sell-domain {
    margin-bottom: 100px;
}

.register-btn {
    width: 160px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    display: block;
    color: #303436;
    border: 2px solid #303436;
    border-radius: 4px;
    margin: auto;
    font-size: 14px;
    font-family: Roboto-Medium;
    text-transform: uppercase;
    transition: 0.3s;
}

.register-btn:hover {
    background-color: #303436;
    color: #fff;
}

/*sell-domain-end*/

/*why choose us*/

.why-choose-us-content {
    max-width: 670px;
    margin: auto;
    margin-bottom: 120px;
}

.why-choose-us .title {
    margin-bottom: 90px;
}

.why-choose-us-content ul li {
    display: flex;
    align-items: center;
    padding-left: 80px;
}

.why-choose-us-content ul li img {
    margin-right: 38px;
}

.why-choose-us-content ul li:not(:last-child) {
    border-bottom: 2px dashed #70707085;
    padding-bottom: 28px;
    margin-bottom: 30px;
}

.why-choose-us-content ul li h5 {
    font-size: 24px;
    font-family: Roboto-Bold;
    color: #303436;
}

/*why choose us-end*/

/*partners*/

.our-partners {
    margin-bottom: 125px;
}

.partners-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.partners-logo a {
    width: 300px;
    height: 112px;
    line-height: 112px;
    text-align: center;
    background-color: #fff;
    margin: 20px 45px;
    border-radius: 4px;
}

.partners-logo a:hover {
    box-shadow: 0 3px 7px -1px #0000003b;
}

/*partners-end*/

/*domain-newsletter*/

.domain-newsletter {
    padding: 80px 0;
    background-color: #fff;
}

.domain-newsletter .title {
    margin-bottom: 53px;
}

.domain-newsletter .m-auto {
    margin: auto;
    float: inherit;
}

.domain-newsletter form input {
    width: 320px;
    height: 58px;
    background-color: #E4E7EA;
    border-radius: 4px;
    padding-left: 19px;
    display: block;
    margin-bottom: 28px;
    border: 1px solid #E4E7EA;
}
.domain-newsletter form input:focus {
    border-color: #0bd3d3;
}

.domain-newsletter form input::placeholder {
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #303436;
}

.domain-newsletter form button {
    width: 320px;
    height: 58px;
    background: none;
    border: 2px solid #303436;
    border-radius: 4px;
    display: block;
    border: 2px solid #303436;
    margin-bottom: 28px;
    font-family: Roboto-Medium;
    transition: 0.3s;
}

.domain-newsletter form button:hover {
    background-color: #303436;
    color: #fff;
}

.domain-newsletter .col-md-10 .row {
    display: flex;
    align-items: center;
}

/*domain-newsletter-end*/

/*footer*/

footer {
    background-color: #fff;
    padding: 82px 0 130px;
}

footer .copyright {
    margin: 30px 0 42px;
}
footer .copyright p {
    font-size: 12px;
    color: #303436;
    font-family: Roboto-Regular;
    line-height: 20px;
}

footer .social a {
    margin-right: 12px;
}

footer h5 {
    font-size: 16px;
    font-family: Roboto-Bold;
    color: #303436;
    margin-bottom: 10px;
    line-height: 30px;
}

footer ul li a {
    color: #303436;
    font-family: Roboto-Regular;
    font-size: 14px;
    line-height: 40px;
    display: inline-block;
    letter-spacing: 0.5px;
}

footer ul li a:hover {
    color: #0bd3d3;
}

/*footer-end*/

/*premium-page*/

.premium {
    text-align: center;
}

.premium .search-info form {
    margin: auto;
}

.premium .search-info > ul {
    justify-content: center;
}

.title h5 {
    font-size: 24px;
    color: #A5A8AA;
    font-family: Roboto-Medium;
    margin-bottom: 28px;
}

.premium .title {
    margin-bottom: 70px;
}

.more-btn {
    width: 250px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    display: block;
    color: #303436;
    border: 2px solid #303436;
    border-radius: 4px;
    margin: auto;
    font-size: 14px;
    font-family: Roboto-Medium;
    margin-top: 67px;
    transition: 0.3s;
}

.more-btn:hover {
    background-color: #303436;
    color: #fff;
}

.featured-domain.premium {
    margin-bottom: 118px;
}

.what-get {
    text-align: center;
}

.what-get .text {
    max-width: 325px;
    margin: auto;
}

.what-get .text h5 {
    font-size: 24px;
    color: #303436;
    font-family: Roboto-Bold;
    margin: 25px 0 31px;
}

.what-get .text p {
    font-size: 16px;
    font-family: Roboto-Regular;
    color: #303436;
    line-height: 30px;
}
.what-get .title {
    margin-bottom: 45px;
}

.what-get .row {
    margin-bottom: 128px;
}
.what-get .row.mb-105 {
    margin-bottom: 106px;
}

.what-get .container .title {
    margin-bottom: 77px;
}


/*premium-page-end*/

/*category-page*/

.search-section.category {
    margin-bottom: 80px;
    margin-top: 75px;
}

.category-row {
    display: flex;
    flex-wrap: wrap;
}

.category-name {
    background-color: #fff;
    width: calc(25% - 20px);
    margin: 8px 10px;
}
.category-name a, .tag-name a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 28px 32px; 
    box-shadow: 0 2px 12px -2px #00000026;
}

.category-name a:hover, 
.tag-name a:hover {
    box-shadow: none;
}
.category-name a:hover h5, 
.tag-name a:hover h5 {
    color: #0bd3d3;
}

.category-name a h5 {
    color: #A5A8AA;
    font-size: 18px;
    font-family: Roboto-Medium;
}

.tag-name {
    margin: 8px;
}

.tag-name a {
   border-radius: 50px;
   border: 1px solid #303436;
   box-shadow: none;
   padding: 8px 26px;
}

.tag-name a h5 {
    font-size: 16px;
    color: #303436;
    font-family: Roboto-Medium;
    margin-right: 19px;
}

.tag-row {
    justify-content: center;
}

.save-domain > .title {
    margin-bottom: 200px;
}
.menu-btn button {
    background: none;
    border: none;
}

/*category-end*/

/*sign-in*/

.sign-in, not-found {
    padding-bottom: 90px;
}

.sign-in-cont, .sign-in p {
    max-width: 320px;
    margin: auto;
}
.sign-in-up p {
    max-width: 100%;
}
.sign-in .title, .not-found .title, .public-inform-page .title {
    margin: 80px 0 20px;
}

.sign-in .title h2, .not-found .title h2, .public-inform-page .title h2 {
    text-transform: none;
}

.sign-in form input {
    display: block;
    width: 100%;
    background-color: #E4E7EA;
    border: 1px solid #E4E7EA;
    border-radius: 4px;
    height: 58px;
    padding: 19px;
    margin-bottom: 10px;
}

.sign-in form input:focus,
.sign-in .sign-up-cont form select:focus {
    border-color: #0bd3d3;
}


.sign-in form input::placeholder {
    color: #303436;
    font-size: 14px;
    font-family: Roboto-Regular;
}

.sign-in form > span {
    font-size: 14px;
    font-family: Roboto-Regular;
    display: inline-block;
    margin-bottom: 5px;
    color: #303436;
    margin-left: 5px;
    position: relative;
}

.sign-in form > span::after {
    content: '*';
    display: block;
    position: absolute;
    right: -8px;
    top: 0;
    color: #FD513F;
}

.sign-in form .forgot-pass li a {
    font-size: 14px;
    font-family: Roboto-Regular;
    color: #0BD3D3;
}
.sign-in form .forgot-pass {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sign-in form button, .sign-in form .nav-button {
    background: none;
    border: 2px solid #303436;
    color: #303436;
    font-size: 14px;
    font-family: Roboto-Medium;
    height: 44px;
    border-radius: 4px;
    margin: 30px auto 22px;
    padding: 0 32px;
    display: block;
    text-transform: uppercase;
    transition: 0.3s;
}

.sign-in form button:hover,
.sign-in form .nav-button:hover {
    background-color: #303436;
    color: #fff;
}

.sign-in form .nav-button {
    max-width: fit-content;
    line-height: 44px;
    display: flex;
    align-items: baseline;
    margin-top:0;
}

.sign-in form .nav-button img {
    margin-left: 5px;
}

.sign-in form .creat-new {
    text-align: center;
    margin-top:40px;
}

.sign-in form .creat-new h5 {
    color: #A5A8AA;
    font-size: 16px;
    font-family: Roboto-Regular;
    margin-bottom: 10px;
}

.sign-in form .creat-new a.abutton {
    background-color: #0BD3D3;
    color: #fff;
    width: 100%;
    height: 58px;
    line-height: 58px;
    border: none;
    margin: 0;
    position: relative;
    z-index: 5;
    cursor: pointer;
    overflow: hidden;
    font-size: 14px;
    font-family: Roboto-Medium;
    border-radius: 4px;
    padding: 0 32px;
    display: block;
    text-transform: uppercase;
    transition: 0.3s;
}

.sign-in form .creat-new a.abutton:hover,
.register a:nth-child(2):hover {
    color: #0bd3d3;
    box-shadow: 0 0 9px -4px #0bd3d3;
}

.sign-in form .creat-new a.abutton:after,
.register a:nth-child(2):after {
  content: '';
  background: #fff;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
  opacity: 0;
}
  
.sign-in form .creat-new a.abutton:hover:after,
.register a:nth-child(2):hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;    
    opacity: 1;
}


.sign-in .title p, .not-found .title p, .public-inform-page .title p {
    color: #A5A8AA;
    opacity: 1;
}
.sign-in .title h2, .not-found .title h2, .public-inform-page .title h2 {
    font-size: 40px;
    color: #303436;
    font-family: Roboto-Black;
    line-height: 39px;
    margin-bottom: 19px;
}

/*sign-in-end*/

/*activate*/

.sign-in.activate{
    margin-bottom: -19px;
}
.activate .title {
    margin-bottom: 19px;
}

.sign-in form .not-robot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 28px 3px 19px;
    background-color: #F5F5F5;
    margin-top: 30px;
    margin-bottom: 67px;
    position: relative;
}
.sign-in form .not-robot input {
    width: 20px;
    height: 20px;
}

.sign-in form .not-robot.done input {
    opacity: 0;
}

.sign-in form .not-robot.done img.checked {
    opacity: 1;
    transform: scale(1);
}

.sign-in form .not-robot img.checked {
    opacity: 0;
    transform: scale(0);
    transition: 0.5s;
    position: absolute;
    top: 17px;
}

.sign-in form .not-robot span {
    margin: 0;
    margin-right: 70px;
}

/*activate-end*/

/*sign-up*/

.sign-up-cont {
    max-width: 660px;
    margin: auto;
}

.sign-in .sign-up-cont form .form-inputs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sign-in .sign-up-cont form .input {
    width: calc(50% - 10px);
}

.sign-in .sign-up-cont form .input:nth-child(odd) {
    margin-right: 20px;
}

.sign-in .sign-up-cont form select {
    display: block;
    width: 100%;
    background-color: #E4E7EA;
    border-radius: 4px;
    height: 58px;
    border: 1px solid #E4E7EA;
    padding: 19px;
    margin-bottom: 10px;
}

.sign-in .sign-up-cont form .creat-new a.abutton {
    max-width: 320px;
    display: inline-block;
}
.sign-in .sign-up-cont form span.name {
    position: relative;
    font-size: 14px;
    font-family: Roboto-Regular;
    display: inline-block;
    margin-bottom: 5px;
    color: #303436;
    margin-left: 5px;
}

.sign-in .sign-up-cont form span.name::after {
    content: '*';
    display: block;
    position: absolute;
    right: -8px;
    top: 0;
    color: #FD513F;
}
.sign-in .sign-up-cont form span.opt-name::after{
    display:none;
}
.contents {
    display: none;
}

.contents.active {
    display: block;
}


.sign-in .sign-up-cont form .input > div {
    display: flex;
}

.sign-in .sign-up-cont form .input div input:not(:last-child) {
    margin-right: 9px;
}
.default-select {
    width: 100%;
    margin-right: 9px;
}
.form-navigators{
    position:relative;
    margin-top:40px;
}
.sign-in .sign-up-cont form .nav-button2 {
    color: #0BD3D3;
    border: none;
    position: absolute;
    line-height: 48px;
}

.sign-in .sign-up-cont form .nav-button2 img {
    transform: rotate(90deg);
    margin-right: 5px;
}

.sign-in .sign-up-cont #content-2 form .creat-new, 
.sign-in .sign-up-cont #content-3 form .creat-new {
    text-align: left;
}
.policy-cont {
    margin-top: 30px;
}

.policy-cont ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-family: Roboto-Regular;
}

.policy-cont ul li input {
    max-width: 18px;
    height: 18px;
    margin: 0;
    margin-right: 10px;
}

.policy-cont ul li a {
    color: #0BD3D3;
    margin-left: 3px;
}

.cont {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    user-select: none;
}
  
.cont input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
  
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #A5A8AA;
}
  
  
.cont input:checked ~ .checkmark {
    background-color: #0BD3D3;
    border: none;
}
  
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  
.cont input:checked ~ .checkmark:after {
    display: block;
}
  
.cont .checkmark:after {
    left: 6px;
    top: 4px;
    width: 6px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.sign-in .title .nav-button, .not-found .title .nav-button, .public-inform-page .public-inform-container .nav-button {
    background: none;
    border: 2px solid #303436;
    color: #303436;
    font-size: 14px;
    font-family: Roboto-Medium;
    height: 44px;
    border-radius: 4px;
    margin: 30px auto 22px;
    padding: 0 32px;
    display: inline-block;
    line-height: 44px;
    text-transform: uppercase;
    transition: 0.3s;
}

.sign-in .title .nav-button:hover, .not-found .title .nav-button:hover, .public-inform-page .public-inform-container .nav-button:hover {
    background-color: #303436;
    color: #fff;
}

.almost-done .title, .not-found .title{
    max-width: 633px;
    margin: auto;
}

.almost-done .title h6, .not-found .title h6, .public-inform-page .title h6 {
    font-size: 16px;
    font-family: Roboto-Regular;
    color: #303436;
    margin: 6px 0 17px;
}

.almost-done{
    margin-top: 50px;
}

.almost-done .title > img,
.account-actived .title > img {
    margin: 0 auto 18px;
}

.account-actived .title h6 {
    font-size: 16px;
    font-family: Roboto-Regular;
    color: #303436;
    margin: 23px 0 0px;
}

/*sign-up-end*/

/*sell-domain*/

.sell-domain-info {
    max-width: 465px;
}

.sell-domain-info h3 {
    font-size: 40px;
    color: #303436;
    line-height: 53px;
    font-family: Roboto-Black;
    margin-bottom: 11px;
}

.sell-domain-info p {
    font-size: 24px;
    color: #A5A8AA;
    line-height: 32px;
    margin-bottom: 20px;
    font-family: Roboto-Regular;
}

.sell-domain-info a{
    background: none;
    border: 2px solid #303436;
    color: #303436;
    font-size: 14px;
    font-family: Roboto-Medium;
    height: 44px;
    border-radius: 4px;
    padding: 0 32px;
    display: inline-block;
    line-height: 44px;
    text-transform: uppercase;
}

.sell-domain-info a:hover {
    background-color: #303436;
    color: #fff;
}

.sell-domain-img {
    top: -50%;
    bottom: auto;
}
/*sell-domain-end*/

/*contact*/

.contact {
    padding-bottom: 90px;
}

.contact > .title {
    margin: 112px 0 64px;
}

.contact > .title p {
    font-size: 24px;
    font-family: Roboto-Medium;
    max-width: 630px;
    margin: auto;
}

.contact > .title h2 {
    margin-bottom: 13px;
    font-size: 40px;
    color: #303436;
    font-family: Roboto-Black;
    line-height: 53px;
    text-transform: none;
}

.contact-top-video {
    text-align: center;
}
.contact-top-video p {
    font-size: 16px;
    font-family: Roboto-Regular;
    color: #303436;
    margin: 14px 0 58px;
    opacity: 0.5;
}

.send-message {
    margin-top: 85px;
}

.send-message .title p a {
    color: #0BD3D3;
}

.send-message form {
    max-width: 438px;
    margin: auto;
    margin-top: 65px;
}

.send-message form input, .send-message form textarea {
    display: block;
    width: 100%;
    background-color: #E4E7EA;
    border-radius: 4px;
    border: 1px solid #E4E7EA;
    padding: 19px;
    margin-bottom: 10px;
}
.send-message form input {
    height: 58px;
}
.send-message form input::placeholder {
    color: #303436;
    font-family: Roboto-Regular;
    font-size: 14px;
}

.send-message form input:focus, .send-message form textarea:focus, .send-message form select:focus {
    border-color: #0bd3d3;
}

.send-message form select {
    display: block;
    width: 100%;
    background-color: #E4E7EA;
    border-radius: 4px;
    height: 58px;
    border: 1px solid #E4E7EA;
    padding: 19px;
    margin-bottom: 10px;
}

.send-message form span.name {
    position: relative;
    font-size: 14px;
    font-family: Roboto-Regular;
    display: inline-block;
    margin-bottom: 5px;
    color: #303436;
    margin-left: 5px;
}

.send-message form button {
    background: none;
    border: 2px solid #303436;
    color: #303436;
    font-size: 14px;
    font-family: Roboto-Medium;
    height: 44px;
    border-radius: 4px;
    margin: 48px auto 0;
    padding: 0 32px;
    display: block;
    text-transform: uppercase;
    transition: 0.3s;
}

.send-message form button:hover {
    background-color: #303436;
    color: #fff;
}

/*contact-end*/

/*API*/

.api {
    max-width: 511px;
}

.api h3 {
    font-size: 40px;
    color: #303436;
    line-height: 53px;
    font-family: Roboto-Black;
    margin-bottom: 16px;
}

.api p {
    font-size: 24px;
    color: #A5A8AA;
    line-height: 32px;
    margin-bottom: 20px;
    font-family: Roboto-Regular;
}

.api-info {
    max-width: 955px;
    margin: auto;
    margin-top: 293px;
}

.api-info p {
    margin-bottom: 15px;
}

.api-info .title h2{
    margin-bottom: 25px;
}
.api-section {
    margin: 50px 0 197px;
}

.api-section .container > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*API-end*/

/*acquisitions*/

.acquisitions {
    margin: 60px 0 60px;
}
.acquisitions .white-btn{
    height: auto;
}

.acquisitions.mt-0 {
    margin-top: 0;
}
.acquisitions .why-choose-us-content {
    max-width: 982px;
    margin-bottom: 90px;
}

.acquisitions .why-choose-us-content ul li:last-child h5 {
    font-size: 21px;
}

.acquisitions .title {
    margin-bottom: 68px;
}

.white-btn {
    border: 2px solid #303436;
    color: #303436;
    font-size: 15px;
    font-family: Roboto-Medium;
    height: 44px;
    border-radius: 4px;
    margin: 30px auto 22px;
    padding: 0 32px;
    display: flex;
    max-width: fit-content;
    line-height: 44px;
    align-items: baseline;
}

.white-btn:hover img {
    filter: invert(1);
}

.white-btn img {
    margin-left: 5px;
}

.sell-domain .title.mb-71 {
    margin-bottom: 71px;
    margin-top: 109px;
}

.acquisitions-info p {
    font-size: 16px;
    font-family: Roboto-Regular;
    color: #303436;
    margin-bottom: 30px;
    line-height: 30px;
}

.acquisitions-info .white-btn {
    margin: -7px 0 0 0;
}

.acquisitions-text .white-btn {
    margin: -7px 0 0 auto;
}

.acquisitions-info h5 {
    font-size: 24px;
    font-family: Roboto-Bold;
    color: #303436;
    margin-bottom: 22px;
}

.acquisitions-info.pl-25 {
    padding-left: 25px;
}

.acquisitions-text {
    text-align: right;
    padding-right: 100px;
}


.send-recuest-cont {
    max-width: 430px;
    margin: auto;
}

.send-recuest-cont form input, .send-recuest-cont form textarea {
    display: block;
    width: 100%;
    background-color: #E4E7EA;
    border-radius: 4px;
    border: none;
    padding: 19px;
    margin-bottom: 10px;
}


.send-recuest-cont form input {
    height: 58px;
}

span.name {
    font-size: 14px;
    font-family: Roboto-Regular;
    display: inline-block;
    margin-bottom: 5px;
    color: #303436;
    margin-left: 5px;
    position: relative;
}

.sell-domain.mb-40 {
    margin-bottom: 40px;
}

.send-recuest {
    padding-bottom: 133px;
}

.send-recuest .title {
    margin-bottom: 69px;
}

.send-recuest form button {
    background-color: #0BD3D3;
    color: #fff;
    max-width: fit-content;
    height: 58px;
    border: none;
    padding: 0 42px;
    border-radius: 4px;
    display: block;
    font-size: 17px;
    font-family: Roboto-Medium;
    margin: 38px auto 18px;
    position: relative;
    overflow: hidden;
    z-index: 5;
}

.send-recuest form button:hover {
    color: #0bd3d3;
    box-shadow: 0 0 9px -4px #0bd3d3;
}

.send-recuest form button:after {
    content: '';
    background:#fff;
    position: absolute;
    z-index: -1;
    height: 0;
    left: 50%;
    top: 50%;
    width: 0;
    transition: 0.3s;
}

.send-recuest form button:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}


/*acquisitions-end*/

/*appraisals*/

.appraisals-info p {
    font-size: 24px;
    font-family: Roboto-Medium;
    color: #A5A8AA;
    line-height: 32px;
    margin-bottom: 30px;
}

.featured-domain.mb-48 {
    margin-bottom: 48px;
}

.select-appraisals {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.select-appraisals .select-box {
    display: flex;
    align-items: center;
    width: calc(50% - 10px);
    background-color: #fff;
    padding: 25px;
    margin-bottom: 20px;
    max-height: 78px;
    box-shadow: 0 0 20px -3px #0000001f;
}
.select-appraisals .select-box:nth-child(odd) {
    margin-right: 20px;
}

.select-appraisals .select-box img {
    margin-right: 21px;
}

.select-appraisals .select-box h5 {
    font-size: 20px;
    font-family: Roboto-Regular;
    color: #303436;
}

.appraisals-text p {
    font-size: 18px;
    color: #A5A8AA;
    font-family: Roboto-Regular;
    text-align: center;
}

.appraisals-text p a {
    color: #0BD3D3;
}

.appraisal-form {
    max-width: 320px;
    margin: auto;
    margin-bottom: 65px;
}

.appraisal-form form select {
    display: block;
    width: 100%;
    background-color: #E4E7EA;
    border-radius: 4px;
    height: 58px;
    border: none;
    padding: 19px;
    margin-bottom: 10px;
}

.appraisal-form form span.name::after {
    content: '*';
    display: block;
    position: absolute;
    right: -8px;
    top: 0;
    color: #FD513F;
}

.appraisal-form .white-btn {
    margin-top: 45px;
}

.acp-confirmation{
    text-align: center;
}
.acp-confirmation .acp-summary, .acp-done{
    line-height: 28px;
    background-color: #FFF;
    padding:30px 20px 0px 20px;
    border-radius: 14px;
    margin-bottom: 1em;
    text-align: left;
    box-shadow: 0 0 20px -3px #0000001f;
}
.acp-confirmation .acp-summary h3, .acp-done h3{
    margin-bottom: 20px;
}
.acp-confirmation .acp-summary a, .acp-done a{
    color:#0BD3D3;
}
/*appraisals-end*/


/*how-it-work*/

.our-video {
    text-align: center;
    /*background-color: #000;*/
    max-height: 300px;
    margin-bottom: 109px;
}

.how-it-hork ul li h5 {
    font-size: 18px;
    font-family: Roboto-Bold;
    color: #303436;
    padding-right: 30px;
    line-height: 25px;
    max-width: 500px;
}
.how-it-hork ul li span {
    display: block;
    min-width: 68px;
    height: 68px;
    line-height: 68px;
    border: 1px solid #000;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    font-family: Roboto-Bold;
    color: #FD513F;
    margin-right: 25px;
}
.how-it-hork ul li {
    display: flex;
    align-items: center;
    padding-left: 60px;
}

.how-it-hork .why-choose-us-content {
    max-width: 733px;
    margin: auto;
    margin-bottom: 120px;
}

.how-it-hork .why-choose-us-content a {
    background-color: #0BD3D3;
    color: #fff;
    height: 58px;
    border: none;
    margin: auto;
    display: block;
    max-width: fit-content;
    line-height: 58px;
    font-family: Roboto-Medium;
    padding: 0 102px;
    border-radius: 4px;
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 100px;
    position: relative;
    z-index: 6;
    overflow: hidden;
}

.how-it-hork .why-choose-us-content a:hover {
    color: #0bd3d3;
    box-shadow: 0 0 9px -4px #0bd3d3;
}
.how-it-hork .why-choose-us-content a:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.how-it-hork .why-choose-us-content a:after {
  background: #fff;
  content: '';
  position: absolute;
  z-index: -1;
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
  transition: 0.3s;
}

/*how-it-work-end*/

/*newsletter*/

.newsletter {
    text-align: center;
    margin: 190px 0 169px;
}

.newsletter.mb-0 {
    margin: 0;
}

.newsletter-send {
    max-width: 660px;
    margin: auto;
    padding-bottom: 20px;
}

.title h2.mb-42 {
    margin-bottom: 42px;
}
  

.sign-in .sign-up-cont form span.f-name {
    position: relative;
    font-size: 14px;
    font-family: Roboto-Regular;
    display: inline-block;
    margin-bottom: 5px;
    color: #303436;
    margin-left: 5px;
}

.sign-in form .creat-new a {
    font-size: 24px;
    color: #0BD3D3;
    margin-top: 32px;
    display: block;
    font-family: Roboto-Medium;
}

.newsletter .why-choose-us-content {
    max-width: 520px;
    margin: auto;
    margin-bottom: 120px;
}

.newsletter .why-choose-us-content ul li {
    padding-left: 50px;
}
.newsletter .why-choose-us-content ul li img {
    margin-right: 34px;
}

.newsletter .title {
    margin-bottom: 70px;
}

.newsletter .search-info > ul {
    justify-content: center;
    margin-top: 89px;
}

.newsletter.mb-59 {
    text-align: center;
    margin: 190px 0 59px;
}

.newsletter .newsletter-send .sign-up-cont{
    max-width: 320px;
}

.newsletter .sign-up-cont form .input:nth-child(odd) {
    margin-right: 0;
    width: 100%;
    text-align: left;
}

.newsletter .creat-new a {
    font-size: 24px;
    color: #0BD3D3;
    margin-top: 32px; 
    display: block;
    font-family: Roboto-Medium;
}
/*newsletter-end*/

/*blog*/

.blog {
    padding-bottom: 90px;
}

.blog > .title {
    margin: 190px 0 100px;
}

.blog > .title h2 {
    margin-bottom: 13px;
    font-size: 40px;
    color: #303436;
    font-family: Roboto-Black;
    line-height: 53px;
    text-transform: none;
}

.blog > .title p {
    font-size: 24px;
    font-family: Roboto-Medium;
}

.blog-cont {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 30px #00000021;
    margin-bottom: 33px;
}

.blog-cont img {
    width: 100%;
}

.blog-cont-info {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    padding: 14px 35px 13px 10px;
    border-radius: 5px;
}

.blog-cont-info h5 {
    font-size: 6px;
    color: #0BD3D3;
    margin-bottom: 12px;
    font-family: Roboto-Medium;
}

.blog-cont-info p {
    font-size: 11px;
    color: #303436;
    font-family: Roboto-Regular;
    line-height: 13px;
    margin-bottom: 25px;
} 

.blog-cont-info > div {
    font-family: Roboto-Rebular;
    font-size: 6px;
}

.blog-cont-info > div span {
    color: #0BD3D3;
}

.blog .p-11 {
    padding: 0 11px;
}

.blog-category form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FD513F;
    height: 50px;
    padding-left: 17px;
    padding-right: 7px;
    max-width: 540px;
    border-radius: 4px;
    box-shadow: 0 4px 31px 0px #00000026;
    margin-bottom: 20px;
}
.blog-category form button {
    width: 74px;
    height: 36px;
    margin-left: 14px;
    border: none;
    border-radius: 4px;
    font-family: Roboto-Medium;
    line-height: 36px;
    color: #FD513F;
}

.blog-category form button img {
    display: none;
}

.blog-category form input {
    background: none;
    border: none;
    color: #fff;
    max-width: 142px;
    opacity: 0.78;
}
.blog-category form input::placeholder {
    color: #fff;
    font-family: Roboto-Medium;
    font-size: 16px;
}

.blog-category h5 {
    font-size: 12px;
    font-family: Roboto-Medium;
    line-height: 37px;
    color: #303436;
    height: 37px;
    border:  1px solid #303436;
    border-radius: 50px;
    text-align: center;
    margin-bottom: 17px;
}

.blog-category ul {
    margin: 0 -3.5px 12px;
    display: flex;
    flex-wrap: wrap;
}

.blog-category ul li a {
    max-width: fit-content;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border:  1px solid #303436;
    border-radius: 50px;
    display: inline-block;
    padding: 0 13px;
    font-family: Roboto-Medium;
    font-size: 9px;
    color: #303436;
    margin: 0 3.5px 8px;
}

.blog-category ul li a.active {
    background-color: #0BD3D3;
    border: none;
    color: #fff;
}

/*blog-end*/

/*about*/

.about {
    padding-bottom: 90px;
}

.about > .title {
    margin: 170px 0 180px;
}

.about > .title h2 {
    margin-bottom: 13px;
    font-size: 40px;
    color: #303436;
    font-family: Roboto-Black;
    line-height: 53px;
    text-transform: none;
}

.about > .title p {
    font-size: 24px;
    font-family: Roboto-Medium;
    max-width: 815px;
    margin: auto;
}
.about > .container .text h4{
    font-weight: 600;
    margin-bottom: 15px;
}

.about .text {
    max-width: 815px;
    margin: auto;
    text-align: justify;
}
.about .text p {
    font-size: 16px;
    font-family: Roboto-Regular;
    color: #303436;
    line-height: 30px;
    margin-bottom: 30px;
}

/*about-end*/

/*faq*/

.faq {
    padding-bottom: 125px;
}

.faq > .title {
    margin: 170px 0 180px;
}

.faq > .title h2 {
    margin-bottom: 13px;
    font-size: 40px;
    color: #303436;
    font-family: Roboto-Black;
    line-height: 53px;
    text-transform: none;
}

.faq > .title p {
    font-size: 24px;
    font-family: Roboto-Medium;
    max-width: 570px;
    margin: auto;
}

.faq .white-btn {
    margin-top: 43px;
    transition: 0.3s;
}

.faq .container a{
    color:#0BD3D3;
}

.white-btn:hover {
    background-color: #303436 !important;
    color: #fff;
}

.faq-info {
    max-width: 570px;
    margin: auto;
}

.faq-info .box {
    margin-bottom: 18px;
}

.faq-btn-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #E4E7EA;
    padding: 22px;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.5s;
}

.faq-btn-row.active {
    background: none;
}
.faq-btn-row.active:hover {
    background: none;
}

.faq-btn-row.active  img:last-child {
    display: block;
    transform: rotate(180deg);
}
.faq-btn-row.active img:nth-child(2) {
    display: none;
}

.faq-btn-row h5 {
    font-size: 16px;
    font-family: Roboto-Regular;
    color: #303436;
}
.faq-btn-row:hover img:last-child {
    display: block;
}
.faq-btn-row img:last-child {
    display: none;
}

.faq-btn-row:hover {
    background-color: #fff;
}

.faq-btn-row:hover h5 {
    color: #A5A8AA;
    transition: 0.5s;
}

.faq-btn-row:hover img:nth-child(2){
    display: none;
}
.faq-text {
    display: none;
    padding: 22px;
    font-size: 14px;
    font-family: Roboto-Regular;
    color: #A5A8AA;
}


/*faq-end*/

/*legal*/

.legal > .title {
    margin: 112px 0 103px;
}

.legal > .title h2 {
    margin-bottom: 13px;
    font-size: 40px;
    color: #303436;
    font-family: Roboto-Black;
    line-height: 53px;
    text-transform: none;
}

.legal > .title p {
    font-size: 24px;
    font-family: Roboto-Medium;
    max-width: 789px;
    margin: auto;
}

.legal-cont {
    display: flex;
    justify-content: center;
    margin-bottom: 170px;
}

.legal-info {
    text-align: center;
    background-color: #fff;
    margin: 0 20px;
    width: 326px;
    height: 276px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 4px;
    box-shadow: 0 0 30px 0 #00000026;
}

.legal-info h5 {
    color: #303436;
    font-size: 18px;
    font-family: Roboto-Bold;
    margin-top: 18px;
}
.legal-info:hover h5{
    color:#0BD3D3;
}

/*legal-end*/

/*service*/

.service > .title {
    margin: 170px 0 103px;
}

.service > .title h2 {
    margin-bottom: 13px;
    font-size: 40px;
    color: #303436;
    font-family: Roboto-Black;
    line-height: 53px;
    text-transform: none;
}

.service > .title p {
    font-size: 24px;
    font-family: Roboto-Medium;
}

.service-info p {
    color: #303436;
    font-family: Roboto-Regular;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 30px;
}

.service-info i {
    margin: auto;
    font-size: 14px;
    color: #A5A8AA;
    font-family: Roboto-Regular;
    display: table;
}

.service {
    padding-bottom: 180px;
}

.service p a {
    color: #0BD3D3;
}
/*service-end*/

/*domain*/

.domain-sale {
    margin-top: 20px;
    margin-bottom: 105px;
}
.not-found .title > img{
    margin:80px auto;
    width:500px;
}
.public-inform-page .title > img{
    margin:80px auto;
}
.not-found .title, .public-inform-page .title{
    padding-left:20px;
    padding-right:20px;
}

.domain-sale .title {
    margin-bottom: 45px;
}

.product {
    width: 100%;
    height: 314px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 30px;
    margin-bottom: 11px;
}
.product img {
    width:100%;
}

.prod-bottom { 
    background-color: rgba(186, 176, 121, 0.12);
    border-radius: 30px;
    padding: 20px 18px;
}
.prod-bottom ul li {
    display: flex;
    align-items: flex-start;
    font-size: 13px;
    font-family: Roboto-Regular;
    margin-bottom: 10px;
}

.prod-bottom ul li img {
    margin-right: 7px;
}

.domain-sale-info .domain-name h3 {
    font-size: 40px;
    font-family: Roboto-Medium;
    color: #303436;
    line-height: 53px;
}
.domain-sale-info .domain-name h3 img {
    margin-left: 7px;
}

.domain-name ul li {
    font-size: 13px;
    font-family: Roboto-Regular;
}

.domain-name ul li a {
    color: #0BD3D3;
}
.domain-name ul li a:first-child {
    margin-right: 10px;
    border-right: 1px solid #E5E5E5;
    padding-right: 14px;
}
.domain-name ul li a:last-child{
    border-right:none;
}

.domain-sale-info .price {
    display: flex;
    align-items: center;
    padding: 19px 0 0;
    max-width: 500px;
}

.domain-sale-info .price h5 {
    font-size: 14px;
    color: #303436;
    font-family: Roboto-Medium;
    margin-right: 73px;
    line-height: 18px;
}
.domain-sale-info .price h3 {
    font-size: 24px;
    font-family: Roboto-Bold;
    color: #FD513F;
}

.domain-sale-info {
    background-color: #fff;
    padding: 30px 50px 60px;
    border-radius: 30px;
}
.domain-sale-info .result-domain-item{
    border-bottom: 1px solid #E5E5E5;
    padding-bottom:21px;
    max-width: 500px;
    word-break: break-word;
}
.domain-sale-info .pay{
    margin-bottom: 21px;
}
.description {
    max-width: 500px;
    margin-top:21px;
}

.description ul li {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
    font-size: 14px;
}
.description ul li h5 {
    font-size: 13px;
    color: #303436;
    font-family: Roboto-Medium;
    min-width: 140px;
}

.description ul li span, .description ul li a {
    color: #0BD3D3;
}

.domain-sale-info .pay h5, .pay-with-installment h5 {
    min-width: 140px;
    margin-right: 0;
    font-size:13px;
}

.pay > div img {
    margin-right: 15px;
}

.pay-with {
    border-bottom:1px solid #E5E5E5;
    padding-top:19px;
    padding-bottom:19px;
    max-width: 500px;
}

.pay-with h5 {
    font-size: 15px;
    color: #303436;
    font-family: Roboto-Medium;
    margin-right: 17px;
    line-height: 18px;
}

.pay-with .white-btn {
    margin: 0;
    background: none;
    display:inline;
    line-height: inherit;
}

.pay-with select {
    display: block;
    width: 258px;
    background-color: #fff;
    border-radius: 4px;
    height: 44px;
    border: none;
    padding: 10px;
    border-right: 18px solid #0BD3D3;
    color: #0BD3D3;
    border: 2px solid #0BD3D3;
    margin-right: 75px;
}

.pay-with .buy-now {
    background-color: #FD513F;
    color: #fff;
    height: 44px;
    padding: 0 42px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-family: Roboto-Medium;
    margin-right: 15px;
}

.domain-sale .col-md-3, .domain-sale .col-md-9 {
    padding: 0 10px;
}

.domain-sale .row {
    margin: 0 -10px;
}

.payment-plan a {
    display: block;
    padding: 0 42px 0 18px;
    background-color: #fff;
    border-radius: 4px;
    height: 44px;
    line-height: 41px;
    color: #0BD3D3;
    border: 1px solid #0BD3D3;
    position: relative;
    font-family: Roboto-Medium;
    font-size: 15px;
}

.payment-plan a img {
    position: absolute;
    top: calc(50% - 4px);
    right: 10px;
}

.payment-plan a.active img {
    transform: rotate(180deg);
}

.payment-info {
    display: none;
    margin-top:15px;
}

table.my-table {
    width: 100%;
    font-size: 14px;
    text-align: center;
}

table.my-table tr.space {
    margin-bottom: 10px;
    display: block;
}

table.my-table tr:first-child {
    background-color: rgba(11, 211, 211, .1);
}

table.my-table tr  {
    border-radius: 4px;
}

table.my-table tr th {
    font-family: Roboto-Medium;
    font-weight: normal;
    height: 38px;
    text-align: center;
}
table.my-table tr td {
    font-family: Roboto-Regular;
    height: 38px;
}

table.my-table tr:not(:first-child) {
    border: 1px solid rgba(11, 211, 211, 0.05);
}

table.my-table tr.bg {
    background-color: rgba(11, 211, 211, 0.05);
}

.payment-info > button.dn-profile-installment {
    background-color: #0BD3D3;
    color: #fff;
    width: 100%;
    height: 44px;
    border: none;
    margin: 30px auto;
    display: block;
    max-width: fit-content;
    padding: 0 43px;
    text-align: center;
    line-height: 44px;
    border-radius: 4px;
    font-family: Roboto-Medium;
}
/*domain-end*/

/*sellers*/

.sellers {
    margin: 50px 0 100px;
}

.sellers .title {
    text-align: center;
}

.sellers .search-info h2 {
    margin: 30px 0 10px;
}
.sellers .search-info p {
    font-size: 30px;
    font-family: Roboto-Light;
    margin-bottom: 50px;
}

.sellers .more-btn {
    margin-top: 80px;
    text-transform: uppercase;
}



/*sellers-end*/


/*inquiry*/
.inquiry {
    margin-top: 50px;
}

.inquiry a.close-btn{
    position: absolute;
    top: 30px;
    right: 41px;
}

.inquiry .sign-up-cont form .input {
    width: 100%;
}

.inquiry .sign-up-cont form .input span {
    margin-bottom: 5px;
    display: block;
}

.inquiry .sign-up-cont {
    max-width: 460px;
    margin: auto;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 22px 0 #0000002b;
    border-radius: 30px;
    position: relative;
}

.inquiry .title {
    margin: 0;
    text-align: left;
    margin-bottom: 36px;
}

.inquiry .title h3 {
    font-size: 24px;
    font-family: Roboto-Light;
}

.inquiry form textarea {
    display: block;
    width: 100%;
    background-color: #E4E7EA;
    border-radius: 4px;
    border: none;
    padding: 19px 40px 19px 19px;
    margin-bottom: 10px;
}

.inquiry .sign-up-cont form button {
    background-color: #FD513F;
    color: #fff;
    height: 54px;
    padding: 0 51px;
    border: none;
    border-radius: 4px;
    font-size: 21px;
    font-family: Roboto-Medium;
    margin-left: 15px;
    margin: 27px auto 0;
}

/*inquiry-end*/

/*domain-for-sale*/
.newsletter-subscrib{
    margin-top:120px;
    margin-bottom: 50px;
}
.newsletter-subscrib .container > div{
    align-items: end;
}
.newsletter-subscrib .api{
    padding-left:1em;
    max-width: 550px;
}
.newsletter-subscrib .api p{
    font-size:18px;
    line-height: 26px;
    margin-bottom: 39px;
}
.newsletter-subscrib .api-img{
    margin-left:1em;
}
.newsletter-subscrib .api-img img{
    width:500px;
}
.api-integration-contact{
    margin-top:80px;
    margin-bottom: 150px;
}
.api-integration-contact .api{
    padding-left:39px;
    max-width: 550px;
}
.api-integration-contact .api-info{
    margin-top:180px;
}
.api-integration-contact .api-info a{
    color:#0BD3D3;
}
.api-integration-contact .api-info .title{
    margin-left:auto;
    margin-right:auto;
    max-width: 850px;
}
.api-integration-contact .api-info p{
    text-align: left;
}
.domain-for-sale {
    position: relative;
}

.domain-for-sale .api a, .api-integration-contact .api a {
    background-color: #0BD3D3;
    color: #fff;
    width: 100%;
    height: 44px;
    border: none;
    margin: 50px 0;
    display: block;
    max-width: fit-content;
    padding: 0 43px;
    text-align: center;
    line-height: 44px;
    border-radius: 4px;
    font-family: Roboto-Medium;
    font-size: 16px;
}

.domain-for-sale {
    margin-top: 180px;
}
.domain-for-sale .search-img {
    position: absolute;
    bottom: -25%;
    left: 52%;
}

.what-get .title.mb-100 {
    margin-bottom: 100px;
}

.domain-for-sale .search-info p {
    font-size: 24px;
    color: #A5A8AA;
    font-family: Roboto-Regular;
    margin-bottom: 40px;
}

.domain-for-sale .search-info h2 {
    font-size: 40px;
    color: #303436;
    font-family: Roboto-Regular;
    line-height: 53px;
    margin-bottom: 10px;
}

.domain-for-sale .why-choose-us-content {
    max-width: 838px;
    margin: auto;
    margin-bottom: 120px;
}

.domain-for-sale .why-choose-us-content ul li h5 {
    font-size: 18px;
}

.domain-for-sale.mt-0 {
    margin-top: 0;
}

.domain-for-sale.mt-80 {
    margin-top: 80px;
}

.domain-for-sale .why-choose-us-content a {
    background-color: #0BD3D3;
    color: #fff;
    width: 100%;
    height: 44px;
    border: none;
    margin: 90px auto ;
    display: block;
    max-width: fit-content;
    padding: 0 43px;
    text-align: center;
    line-height: 44px;
    border-radius: 4px;
    font-family: Roboto-Medium;
    font-size: 16px;
}

.domain-for-sale .title p {
    font-family: Roboto-Regular;
    opacity: 0.5;
    color: #303436;
    font-size: 24px;
}

.domain-for-sale .advanc-info {
    max-width: 715px;
    padding: 40px;
    background-color: #EEEFF8;
    margin: 0 auto 100px;
    word-break: break-word;
}

.domain-for-sale .advanc-info a {
    color: #303436;
    text-decoration: underline;
}

.domain-for-sale .advanc-info p, .domain-for-sale .advanc-info ul {
    margin-bottom: 15px;
}
.domain-for-sale .advanc-info ul li span {
    font-family: Roboto-Medium;
}

.domain-for-sale .baaner-link img {
    margin: 74px auto 140px;
}

.tracking {
    margin-top: 82px;
}

.tracking img {
    padding-right: 27px;
    text-align: right;
}

.tracking .row {
    display: flex;
    align-items: center;
}
.tracking-img {
    text-align: right;
}

.tracking-text h5 {
    font-size: 24px;
    font-family: Roboto-Bold;
    color: #303436;
    margin-bottom: 20px;
    line-height: 42px;
}

.tracking-text p {
    font-size: 16px;
    font-family: Roboto-Regular;
    line-height: 30px;
}

.tracking-text p.mb-60 {
    margin-bottom: 60px;
}

.domain-for-sale.pb-180 {
    padding-bottom: 180px;
}


/*domain-for-sale-end*/


/*Administration*/


.administration .row {
    display: flex;
}


.administration .col-md-2 {
    margin-right: 10px;
    padding: 0;
    background-color: #fff;
}
.left-user-cont, .right-user-cont {
    background-color: #fff;
    height: 100vh;
}

.left-user-cont {
    min-width: 200px;
    position: fixed;
    left: 0;
    right: 0;
    width: 16.66666667%;
    overflow: scroll;
    overflow-x: auto;
}
.administration .col-md-3 {
    margin-left: 10px;
    padding: 0;
    margin-right: 25px;
}

.administration .logo {
    text-align: center;
    margin: 0 0 58px;
    padding-top: 32px;
}

.administration .logo h2 {
    font-family: Roboto-Medium;
    font-size: 16px;
    color: #303436;
    margin: 22px 0 7px;
}

.administration .logo h5 {
    font-family: Roboto-Regular;
    font-size: 10px;
    color: #0BD3D3;
}

.administration .logo h5 a {
    font-family: Roboto-Bold;
    color: #0BD3D3;
}

.administration .admin-category ul {
    padding: 0 10px;
}

.administration .admin-category ul li a.active-btn {
    color: #0BD3D3;
    background-color: #FAFAFA;
}

.administration .admin-category ul li a.active-btn > img {
    transform: rotate(180deg);
}

.administration .admin-category .sub-categ li a.active {
    color: #0BD3D3;
}

.administration .admin-category ul li a {
    color: #303436;
    font-family: Roboto-Medium;
    font-size: 13px;
    display: flex;
    align-items: center;
    letter-spacing: 0.16px;
    position: relative;
    line-height: 50px;
    padding-left: 7px;
}

.administration .admin-category ul li a > img {
    position: absolute;
    right: 15px;
}

.administration .admin-category ul li a img {
    filter: grayscale(1);
}

.administration .admin-category ul li .icon {
    min-width: 20px;
    margin-right: 11px;
}

.administration .admin-category ul li a.active img {
    filter: grayscale(0);
}

.administration .admin-category ul.sub-categ {
    display: none;
    padding-left: 30px;
    background-color: #fafafa;
    padding-bottom: 8px;
}

.administration .admin-category ul.sub-categ.active {
    display: block;
}

.administration .admin-category ul.sub-categ li a {
    color: #A5A8AA;
    line-height: 16px;
    margin-bottom: 12px;
}

.administration .admin-category {
    margin-bottom: 60px;
}

.log-out {
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 30px;
    position: absolute;
    bottom: 0;
}

.log-out a {
    font-family: Roboto-Medium;
    font-size: 13px;
    color: #303436;
    display: flex;
    align-items: center;
}
.log-out a:hover {
    color:#FD513F;
}
.log-out a img {
    margin-right: 10px;
}

.user-btn {
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 0;
    max-width: fit-content;
}

.user-btn button {
    background-color: #fff;
    border: none;
    padding: 10px;
    border-radius: 20px;
    margin-right: 7px;
}

.user-btn h2 {
    font-size: 16px;
    color: #303436;
    font-family: Roboto-Bold;
}

.user-btn button img {
    max-width: 20px;
}

.search-user {
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border-radius: 9px;
    margin-bottom: 20px;
}

.search-user h5 {
    font-size: 14px;
    font-family: Roboto-Medium;
    color: #303436;
    margin-bottom: 20px;
    text-align: left;
}

.email-admin h5.mb-20 {
    margin-bottom: 20px;
}

.search-user form input:nth-child(odd) {
    margin-right: 15px;
}

.search-user form input:first-child {
    margin-bottom: 10px;
}

.search-user form input {
    width: calc(50% - 10px);
    height: 38px;
    background-color: #F7F8F9;
    border: none;
    border-radius: 4px;
    padding: 10px;
    font-family: Roboto-Regular;
    font-size: 12px;
}

.search-user form input::placeholder {
    font-size: 12px;
    font-family: Roboto-Regular;
}

.search-user > form .input {
    width: calc(50% - 10px);
    display: inline-block;
}

.search-user form select {
    width: 100%;
    height: 38px;
    background-color: #F7F8F9;
    border: none;
    border-radius: 4px;
    padding: 10px;
    font-size: 12px;
}

.search-user > form .default-select {
    width: calc(60% - 10px);
}


.search-user form .input div {
    display: flex; 
}

.my-profile .search-user form .input div {
    width: 100%;
}

.my-profile .search-user form .input div input {
    width: 100%;
}

.search-user form .input button { 
    background-color: #0BD3D3;
    color: #fff;
    width: 40%;
    height: 38px;
    border: none;
    border-radius: 4px;
    font-family: Roboto-Medium;
    font-size: 16px;
}

.search-user form button,
.admin-tags .add-tag-btn,
.subscrib-info button,
.subscrib-input button,
.how-us .default-campaign button,
.how-us .domain-img button,
.how-us .sub-name-info button {
    position: relative;
    overflow: hidden;
    z-index: 5;
}

.search-user form button:hover,
.admin-tags .add-tag-btn:hover,
.how-us .default-campaign button:hover,
.how-us .domain-img button:hover,
.how-us .sub-name-info button:hover {
    color: #0bd3d3!important;
    box-shadow: 0 0 9px -4px #0bd3d3;
}

.marketing form .input .right-buttons button:first-child:hover:after {
    background: #87CF48;
}

#content4 .marketing form .input .right-buttons button:first-child:hover {
    color: #fff!important;
    z-index: 5555;
}

#content4 .marketing form .input button:hover {
    color: #87CF48!important;
    box-shadow: 0 0 9px -4px #87CF48;
}

#content4 .marketing form .input button:hover img {
    filter: invert(40%);
}

.subscrib-info button:hover {
    color: #87CF48;
}

.search-user form button:after,
.admin-tags .add-tag-btn:after,
.subscrib-info button:after,
.subscrib-input button:after,
.how-us .default-campaign button:after,
.how-us .domain-img button:after,
.how-us .sub-name-info button:after {
    content: '';
    background: #fff;
    position: absolute;
    transition: 0.3s;
    opacity: 0;
    z-index: -1;
    height: 0;
    left: 50%;
    top: 50%;
    width: 0;
}

.my-profile .traffic-report-cont .subscrib-input button.white:after {
    background-color: #87CF48;
}

.my-profile form .my-input button.white:after {
    background-color: #0bd3d3;
}

.my-profile form .my-input button.white:hover {
    color: #fff!important;
}

.subscrib-input button:after {
    background: #87CF48;
}

.subscrib-input button:hover {
    color: #fff;
}




.search-user form button:hover:after,
.admin-tags .add-tag-btn:hover:after,
.subscrib-info button:hover:after,
.subscrib-input button:hover:after,
.how-us .default-campaign button:hover:after,
.how-us .domain-img button:hover:after,
.how-us .sub-name-info button:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 1;
}

.search-user form > button:nth-child(6):hover {
    color: #FD513F!important;
    box-shadow: 0 0 9px -4px #FD513F;
}



.admin-content .select-box .input {
    width: calc(25% - 15px);
}
.select-box .input:not(:last-child) {
    margin-right: 15px;
}

.select-box form .default-select {
    width: 100%;
}

.user-title {
    display: flex;
    align-items: baseline;
    margin-bottom: 30px;
}

.user-title h5 {
    font-size: 20px;
    font-family: Roboto-Medium;
    color: #303436;
    margin-bottom: 0;
    line-height: 25px;
}

.user-title h6 {
    font-size: 14px;
    font-family: Roboto-Regular;
    color: #303436;
    margin-bottom: 0;
    line-height: 19px;
}

.user-title > img {
    margin-right: 10px;
}
.search-user {
    position: relative;
}

.search-user a.delete {
    position: absolute;
    top: 20px;
    right: 20px;
}

.user-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.user-box > div {
    width: 50%;
}
.user-box > div:first-child {
    margin-right: 15px;
}

.user-box h5 span {
    color: #0BD3D3;
}

.user-box > div form .input span {
    font-size: 10px;
    font-family: Roboto-Medium;
    color: #303436;
    line-height: 16px;
    display: block;
}

.user-box > div form .input {
    margin-bottom: 10px;
}

.search-user > ul {
    margin-bottom: 30px;
}

.search-user > ul.mb-0 {
    margin-bottom: 0;
}

.search-user > ul li, .search-user > ul li a.light {
    font-family: Roboto-Light;
    font-size: 14px;
    line-height: 20px;
}

.search-user.mb-0 {
    margin-bottom: 0;
}

.search-user > ul li a {
    color: #0BD3D3;
    font-family: Roboto-Medium;
}

.search-user form > button {
    background-color: #0BD3D3;
    color: #fff;
    width: calc(33% - 15px);
    height: 38px;
    border: none;
    border-radius: 4px;
    font-family: Roboto-Medium;
    font-size: 16px;
    margin-right: 15px;
}

.search-user form > button:nth-child(3), .search-user form > button:nth-child(6) {
    margin-right: 0;
}

.search-user form > button:nth-child(6) {
    background-color: #FD513F;
    margin-top: 10px;
}

.right-user-cont {
    margin-top: 75px;
    padding: 20px;
}

.right-user-title img {
    display: none;
}

.right-user-title {
    text-align: center;
    margin-bottom: 20px;
}

.right-user-title h5 {
    font-size: 16px;
    color: #303436;
    font-family: Roboto-Medium;
    margin-bottom: 5px;
}

.right-user-title h6 {
    font-size: 18px;
    color: #0BD3D3;
    font-family: Roboto-Medium;
}

.filter li a {
    display: block;
    line-height: 38px;
    background-color: #FAFAFA;
    border-radius: 4px;
    font-size: 14px;
    font-family: Roboto-Medium;
    padding-left: 50px;
    margin-bottom: 5px;
    color: #303436;
}

.filter li a span {
    color: #0BD3D3;
}

.admin-content {
    display: none;
}

.admin-content.active {
    display: block;
}

.search-user form .input div input {
    width: calc(60% - 15px);
}

.Payments .input.mr-15 {
    margin-right: 15px;
}

.payments form {
    display: flex;
}

.payments form > div {
    max-width: 50%;
    width: 100%;
}


.payments form .input,
.payments form input,
.payments form .default-select {
    width: 100%;
}
.payments form .default-select {
    margin-bottom: 10px;
}

.payments form textarea {
    display: block;
    width: calc(50% - 15px);
    background-color: #f7f8f9;
    border-radius: 4px;
    border: none;
    padding: 10px;
    margin-bottom: 58px;
    margin-left: 15px;
    max-height: 134px;
}

.payments form .input div input {
    width: calc(63% - 15px);
}

.payments form .input button {
    width: 37%;
}

.payments form > button {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 12px;
}

.payments form textarea::placeholder  {
    color: #A5A8AA;
    font-family: Roboto-Regular;
    font-size: 12px;
}

.payout form > input {
    width: calc(33% - 10px);
    margin-right: 15px;
}

.payout form > input:nth-child(3), 
.payout form > input:nth-child(6) {
    margin-right: 0;
}



.payout form .input {
    width: calc(33% - 10px);
    display: inline-block;
}

.search-user form .input button {
   width: calc(50% - 10px);
   font-size: 12px;
}

.payout .top-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.payout .top-title h5 span {
    color: #0BD3D3;
}

.payout .top-title h5 span.green {
    color: #87CF48;
}

.payment-admin form > .input {
    width: calc(33% - 10px);
    margin-right: 15px;
    margin-bottom: 10px;
    position: relative;
}
.payment-admin form > .input input {
    width: 100%;
}

.payment-admin label {
    font-family: Roboto-Light;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    top: calc(50% - 8px);
    left: 12px;
}
.payment-admin label[for="invoice"] {
    font-style: italic;
}

.payment-admin label[for="invoice"] h6 {
    font-style: normal;
}

.payment-admin label h6 {
    font-family: Roboto-Medium;
    display: inline-block;
} 

.payment-admin label span {
    color: #87CF48;
    font-family: Roboto-Light;
}

.payment-admin > form .input:nth-child(3), 
.payment-admin > form .input:nth-child(6) {
    margin-right: 0;
}

.search-user form .input.active label {
    display: none;
}
form .input.active label {
    display: none;
}

.warning {
    padding: 20px;
    background-color: rgb(253, 81, 63, .10);
    border-radius: 20px;
    margin-bottom: 25px;
}

.warning p {
    font-family: Roboto-Regular;
    font-size: 12px;
    color: #303436;
}

.warning p span {
    color: #FD513F;
}

.email-admin form .input {
    display: flex;
    width: 100%;
}

.email-admin form .input span {
    font-size: 12px;
    font-family: Roboto-Medium;
    color: #303436;
    line-height: 16px;
    display: block;
    position: absolute;
    top: -17px;
    left: 0;
}

.email-admin form .input div {
    display: flex;
    width: calc(50% - 25px);
    position: relative;
}
.email-admin form .input div:first-child {
    margin-right: 50px;
}

.email-admin form .input div input {
    width: calc(60% - 15px);
    margin-right: 15px;
}

.email-admin form .input button, 
.email-admin form .input .default-select  {
    width: 40%;
    display: inline-block;
    margin-right: 0;
}

.email-admin h5 {
    margin-bottom: 36px;
}

.email-admin form textarea {
    width: 100%;
    margin: 0;
    max-height: inherit;
}

.email-required {
    background-color: rgba(11, 211, 211, .1);
    border-radius: 9px;
    padding: 20px;
    margin-top: 30px;
}

.email-required ul {
    display: flex;
    align-items: center;
}
.email-required ul li {
    margin-right: 10px;
}

.email-required ul li span {
    margin-right: 40px;
}

#content4 .warning {
    background-color: rgba(11, 211, 211, .1);
    margin-bottom: 30px;
}

.email-admin form .input div.mr-30 {
    margin-right: 30px;
}

.email-admin form .input div.mb-30 {
    margin-bottom: 30px;
}


.email-admin form .input {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.marketing {
    background-color: rgba(135, 207, 72, 0.10);
    border: 1px solid rgba(135, 207, 72, 0.30);
    margin-bottom: 30px;
}

.marketing form .input button {
    width: 30%;
    background-color: #87CF48;
}

.marketing form .input button b {
    font-weight: normal;
}

.marketing form .input button img {
    margin-right: 5px;
}

.marketing form .input div input {
    width: calc(70% - 15px);
    border: 1px solid rgba(135, 207, 72, 0.30);
}

.marketing form .input div input.user {
    width: 100%;
    margin-right: 0;
}

.marketing form .input div {
    width: calc(50% - 15px);
}

.marketing form .input div:first-child {
    margin-right: 30px;
}

.marketing form > p {
    font-size: 12px;
    font-family: Roboto-Regular;
    color: #303436;
    margin: 30px 0 10px;
}
.marketing form .input > input {
    width: 100%;
    border: 1px solid rgba(135, 207, 72, 0.30);
    margin-bottom: 10px;
}

.marketing form .input > textarea {
    width: 100%;
    border: 1px solid rgba(135, 207, 72, 0.30);
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 4px;
}

.marketing form textarea::placeholder {
    color: #A5A8AA;
    font-family: Roboto-Regular;
    font-size: 12px;
}

.marketing form .input > span {
    position: relative;
    top: 0;
}

.marketing form .input .right-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.marketing form .input .right-buttons button {
    width: 14%;
}

.marketing form .input .right-buttons button:first-child {
    border: 2px solid #87CF48;
    color: #87CF48;
    background-color: #fff;
    margin-right: 20px;
}

.queued {
    margin-bottom: 30px;
}

.queued form > div {
    max-width: 100%;
}
.queued form > p {
    background-color: rgb(253, 81, 63, .10);
    border-radius: 4px;
    padding: 11px;
    font-size: 12px;
    color: #FD513F;
}

.queued > form .default-select {
    width: 100%;
}

.queued > form .input {
    width: 100%;
    margin-bottom: 20px;
}

#upload{
    display: none;
}

.queued .upload-text {
    display: flex;
    margin-bottom: 17px;
}

.queued .upload-text > p {
    width: 61%;
    font-family: Roboto-regular;
    font-size: 14px;
    margin-right: 20px;
}
.drop {
    width: 39%;
    margin-left: 18px;
    text-align: center;
    border: 1px dashed #eee;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}

.droppa {
    color: #A5A8AA;
    font-family: Roboto-Regular;
    font-size: 14px;
}
.drop a {
    font-family: Roboto-regular;
    color: #0BD3D3;
    font-size: 14px;
}

form.upload .input span {
    font-size: 12px;
    font-family: Roboto-Medium;
    color: #303436;
    line-height: 16px;
    display: block;
}

form.upload .input div input {
    width: calc(86% - 15px);
}

form.upload .input button {
    width: 14%;
    font-size: 12px;
}

.search-user .receivers-manager li {
    font-family: Roboto-Light;
    color: #303436;
    line-height: 38px;
    padding-left: 13px;
    font-size: 12px;
}

.receivers-manager li:nth-child(odd) {
    background-color: #FAFAFA;
    border-radius: 4px;
}

.receivers-manager li a {
    color: #0BD3D3;
}

.receivers-manager li span {
    width: 33%;
    margin-right: 30px;
    display: inline-block;
}

.admin-tags {
    width: 100%;
    padding: 20px 12px;
    background-color: #fff;
    border-radius: 9px;
    margin-bottom: 20px;
    text-align: right;
}

.admin-tags ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.admin-tags ul li {
    width: calc(25% - 16px);
    margin: 0 8px 10px;
}

.admin-tags ul li a {
    color: #303436;
    font-size: 12px;
    font-family: Roboto-Regular;
    background-color: #FAFAFA;
    display: flex;
    align-items: baseline;
    padding-left: 14px;
    line-height: 38px;
    border-radius: 4px;
}

.admin-tags ul li img {
    margin-right: 15px;
}

.admin-tags .add-tag-btn {
    margin-right: 8px;
    background-color: #0BD3D3;
    color: #fff;
    width: 24%;
    height: 38px;
    border: none;
    border-radius: 4px;
    font-family: Roboto-Medium;
    font-size: 12px;
}

#domain-sale2 .modal-dialog {
    width: 100%;
    max-width: 1037px;
    margin: 30px auto;
}

#domain-sale3 .modal-dialog {
    width: 100%;
    max-width: 1000px;
}

#add-domain-for-sale .modal-dialog,
#domain-sale5 .modal-dialog {
    width: 100%;
    max-width: 1200px;
}

.modal-header {
    padding: 19px 25px;
    text-align: center;
    background-color: #13BEBE;
    color: #fff;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    overflow: hidden;
}

.modal-content {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.modal-body {
    position: relative;
    padding: 30px;
}

.modal-dialog .close {
    opacity: 1;
}

.modal-title {
    color: #fff;
    font-size: 18px;
    font-family: Roboto-Medium;
}

.m-right-cont p {
    font-size: 12px;
    font-family: Roboto-Light;
    background-color: rgba(11, 211, 211, .1);
    border-radius: 9px;
    padding: 20px;
    line-height: 20px;
    margin-bottom: 30px;
}

.admin .modal-body p {
    font-size: 12px;
    font-family: Roboto-Light;
    background-color: rgba(11, 211, 211, .1);
    border-radius: 9px;
    padding: 20px;
    line-height: 20px;
    margin-bottom: 30px;
}
.modal-input {
    display: flex;
    margin-bottom: 30px;
}

.modal-input .input {
    position: relative;
    width: 60%;
}

.modal-input .input input {
    width: 100%;
    height: 38px;
    background-color: #F7F8F9;
    border: none;
    border-radius: 4px;
    padding: 10px;
}

.modal-input button {
    background-color: #0BD3D3;
    color: #fff;
    width: calc(20% - 10px);
    height: 38px;
    border: none;
    border-radius: 4px;
    font-family: Roboto-Medium;
    font-size: 12px;
    margin: 0 15px;
}
.modal-input .input.active label {
    display: none;
}

.modal-input button:last-child {
    margin: 0;
    background-color: #FD513F;
}

.modal-tag-box h5 {
    line-height: 38px;
    background-color: #EEEFF8;
    border-radius: 9px;
    margin: 20px 0 10px;
    padding-left: 13px;
    font-size: 12px;
    font-family: Roboto-Medium;
}
.modal-tag-box h5 span {
    font-family: Roboto-Regular;
}

.modal-tag-box input {
    width: calc(100% - 83px);
    height: 68px;
    background-color: #FAFAFA;
    border: none;
    border-radius: 4px;
    padding: 10px 13px;
    font-size: 12px;
    margin-right: 15px;
}

.modal-tag-box button {
    width: 68px;
    height: 68px;
    background-color: #0BD3D3;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-family: Roboto-Medium;
    font-size: 12px;
}

.modal-tag-box .input > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.seo-tipes p {
    font-size: 14px;
    font-family: Roboto-Regular;
    color: #303436;
    margin-bottom: 10px;
}
.seo-tipes p b {
    font-family: Roboto-Medium;
    color: #87CF48;
}

.seo-tipes {
    background-color: rgba(135, 207, 72, 0.10);
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.seo-tipes ul {
    display: flex;
    flex-wrap: wrap;
}

.seo-tipes ul li {
    font-family: Roboto-Regular;
    font-size: 14px;
    display: flex;
    margin-right: 25px;
}

.seo-tipes ul li h5 {
    font-family: Roboto-Medium;
    color: #303436;
    margin-right: 5px;
}

.seo-box {
    background-color: #fff;
    padding: 30px 20px 25px;
    border-radius: 9px;
    margin-bottom: 30px;
}

.seo-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.seo-title img {
    margin-right: 15px;
}

.seo-input span {
    font-size: 10px;
    font-family: Roboto-Medium;
    color: #303436;
    line-height: 16px;
    display: block;
}

.seo-title h5 {
    font-family: Roboto-Bold;
    font-size: 16px;
}

.seo-title h5 a {
    color: #87CF48;
}

.seo-input input {
    height: 38px;
}

.seo-input input,
.seo-input textarea {
    width: 100%;
    background-color: #F7F8F9;
    border: none;
    border-radius: 4px;
    padding: 10px;
    font-size: 12px;
    font-family: Roboto-Regular;
    margin-bottom: 10px;
}

.subscribers-cont {
    background-color: rgba(135, 207, 72, 0.10);
    border: 1px solid rgba(135, 207, 72, 0.30);
    padding: 20px 20px 10px;
    border-radius: 9px;
    margin-bottom: 30px;
}

.subscrib-input input,
.subscrib-input select {
    border: 1px solid rgba(135, 207, 72, 0.30);
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    padding: 10px;
    font-size: 12px;
    font-family: Roboto-Regular;
    margin-bottom: 10px;
}

.subscrib-input input,
.subscrib-input select {
    width: 100%;
}

.subscrib-input > span {
    font-size: 12px;
    font-family: Roboto-Medium;
    color: #303436;
    line-height: 16px;
    display: block;
    text-align: left;
}

.subscrib-form .subscrib-input.select {
    width: 25%;
    margin: 0;
}

.subscrib-form .select.mr-15 {
   margin-right: 15px;
   width: calc(25% - 5px);
}

.subscrib-form .subscrib-input {
    width: 50%;
    margin: 0 15px;
}

.subscrib-form {
    display: flex;
    align-items: flex-end;
}

.subscrib-title {
    display: flex;
}

.subscrib-title span {
    font-size: 10px;
    font-family: Roboto-Medium;
    color: #303436;
    line-height: 16px;
    display: block;
}

.subscrib-title span:last-child {
    color: #87CF48;
    margin-left: 3px;
}


.subscrib-form2 .subscrib-input.select:first-child {
    width: calc(75% + 15px);
    margin-right: 15px;
}
.subscrib-textarea {
    width: 100%;
}

.subscrib-textarea textarea {
    border: 1px solid rgba(135, 207, 72, 0.30);
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    padding: 10px;
    font-size: 12px;
    font-family: Roboto-Regular;
    margin-bottom: 10px;
}

.subscrib-input button {
    border: 2px solid #87CF48;
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    padding: 9px;
    font-size: 12px;
    font-family: Roboto-Medium;
    margin-bottom: 10px;
    color: #87CF48;
}


.subscrib-info {
    margin-top: 30px;
    text-align: right;
}

.subscrib-info .text {
    text-align: left;
    margin-bottom: 15px;
}

.subscrib-info p {
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #303436;
    margin-bottom: 20px;
}

.subscrib-info ul li {
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #303436;
}

.subscrib-info button {
    border: 2px solid #87CF48;
    background-color: #87CF48;
    border-radius: 4px;
    padding: 11px 50px;
    font-size: 12px;
    font-family: Roboto-Medium;
    margin-bottom: 10px;
    color: #FFF;
    text-align: right;
}

.bottom-info {
    text-align: left;
    margin-top: 30px;
}

.bottom-info span {
    display: block;
    border: 1px solid #87CF48;
    background-color: rgba(135, 207, 72, 0.10);
    border-radius: 4px;
    padding: 11px 13px;
    font-size: 12px;
    font-family: Roboto-Medium;
    margin-bottom: 10px;
}

.subscrib-button form.upload .input button {
    background-color: #0BD3D3;
    border-radius: 4px;
    padding: 11px;
    font-size: 12px;
    font-family: Roboto-Medium;
    margin-bottom: 10px;
    color: #FFF;
    text-align: center;
    border: none;
    width: 20%;
}

.subscrib-button form.upload .input div input {
    width: calc(80% - 15px);
}

.search-user.dark {
    background-color: #EEEFF8;
}

.subscrib-button> form .input {
    width: 100%;
    margin-bottom: 0;
}

.subscrib-button> form .input input, body .admin-content .subscrib-button > form .input button {
    margin-bottom: 0;
}

.search-user.pb-10 {
    padding-bottom: 10px;
}

.sub-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26px;
}

.sub-title h5 {
    margin-bottom: 0;
}

.sub-title > span {
    color: #87CF48;
    font-family: Roboto-Medium;
    font-size: 14px;
}

.sub-title > div {
    display: flex;
}

.sub-title > div img {
    margin-right: 10px;
}

.sub-title > div a {
    color: #0BD3D3;
}

.subscrib-input label {
    font-family: Roboto-Light;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    top: calc(50% - 8px);
    left: 12px;
}

.subscrib-input label span {
    color: #87CF48;
    font-family: Roboto-Light;
}
.subscrib-input .input {
    position: relative;
}

.subscrib-input .top-input {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}

.subscrib-input .top-input .input {
    width: 100%;
}

.subscrib-input .top-input .input input {
    width: 100%;
}

.subscrib-input .secont-box .input input {
    width: 100%;
}

.subscrib-input .top-input .input:first-child {
    margin-right: 15px;
}

.secont-box {
    width: 50%;
}
.secont-box:first-child {
    margin-right: 70px;
}

.subscrib-input-box {
    display: flex;
}

.subscrib-input label span.red {
    color: #FD513F;
}

.subscrib-button.queued {
    margin-bottom: 20px;
}

#content8 .warning {
    background-color: rgba(11, 211, 211, .1);
    margin-bottom: 30px;
}

#content8 .blog .blog-admin form .input .blog-input {
    width: calc(44% - 30px);
    margin-right: 30px;
}
.blog .blog-admin form .input .blog-input input {
    width: 100%;
    margin-right: 0;
}

.blog .blog-admin form .input .blog-select {
    width: calc(28% - 8px);
}
.blog .blog-admin form .input .blog-select.mr-15 {
    margin-right: 15px;
}

.blog .blog-admin form .input .blog-select .default-select {
    width: 100%;
}

.blog .blog-admin form .input {
    display: flex;
}

.blog  .email-admin form .input div:first-child {
    margin-right: 30px;
}

.blog .email-admin form .input div {
    display: flex;
    width: calc(50% - 15px);
    position: relative;
}
.blog .email-admin form .input div input {
    width: 100%;
    margin-right: 0;
}
.email-admin form .input.mb-26 {
    margin-bottom: 26px;
}

.blog .email-admin form .input div.large {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
.blog .email-admin form .input div.large input {
    height: 60px;
}

.blog .email-admin form > textarea {
    border-color: #EEEFF8;
    width: 100%;
}

.blog-button {
    text-align: right;
    margin-top: 25px;
}

.blog-button button {
    background-color: #0BD3D3;
    border-radius: 4px;
    padding: 11px 50px;
    font-size: 12px;
    font-family: Roboto-Medium;
    margin-bottom: 10px;
    color: #FFF;
    text-align: center;
    border: none;
}

.blog .queued > form .input, .blog form.upload .input div input {
    margin-bottom: 0px;
}

.blog-post {
    background-color: #fff;
    border-radius: 9px;
    margin-bottom: 30px;
}

.editor-box {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
}

.pencil-edit span {
    font-size: 10px;
    color: #13BEBE;
    font-family: Roboto-Light;
}

.delete-btn img {
    width: 8px;
}

.delete-btn span {
    font-size: 10px;
    color: #FD513F;
    font-family: Roboto-Light;
}

.blog-post > img {
    width: 100%;
}

.post-info {
    padding: 10px 10px 20px;
}

.post-info .date p {
    font-size: 12px;
    color: #A5A8AA;
    font-family: Roboto-Light;
}
.post-info .date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.post-info .date .see {
    display: flex;
    align-items: baseline;
}

.post-info .date .see span {
    font-size: 12px;
    color: #13BEBE;
    font-family: Roboto-Light;
    margin-right: 5px;
}

.post-info h5 {
    font-size: 14px;
    font-family: Roboto-Medium;
    color: #303436;
    margin-bottom: 10px;
    max-height: 15px;
    overflow: hidden;
    position: relative;
}

.post-info > p {
    font-size: 12px;
    font-family: Roboto-Light;
    color: #303436;
    max-height: 50px;
    overflow: hidden;
    margin-bottom: 10px;
}

.post-info ul {
    display: flex;
}
.post-info ul li a {
    font-size: 12px; 
    color: #13BEBE;
    border: 1px solid #13BEBE;
    padding: 3px 8px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 30px;
    transition: 0.3s;
}

.post-info ul li a:hover {
    background-color: #0bd3d3;
    color: #fff;
}

.zones-manage .warning {
    background-color: rgba(11, 211, 211, .1);
    margin-bottom: 30px;
    font-size: 14px;
}

.zones-manage .warning p {
    font-size: 14px;
}
.zones-manage .warning p:nth-child(2) {
    margin-top: 15px;
}

.search-user form .input div .input-manage {
    width: calc(86% - 15px);
    margin-right: 15px;
}

.search-user form .input div .input-manage .default-select {
    margin-right: 0;
}

.zones-manage .default-select {
    width: 100%!important;
    margin-right: 0!important;
}

.zones-manage .email-admin form .input div:first-child {
    margin-right: 15px;
}

.zones-manage .email-admin form .input div {
    display: flex;
    width: calc(50% - 8px);
    position: relative;
}

.email-admin h5.mb-30 {
    margin-bottom: 30px;
}

.search-user.dark form select {
    background-color: #fff;
    border-right: 7px solid #fff;
}

.zones-manage .payment-info table tr.bg {
    background-color: #FAFAFA;
}

.zones-manage .payment-info {
    display: block;
}

.zones-manage .payment-info table tr:not(:first-child) {
    border: none;
}

.zones-manage .payment-info table tr:first-child {
    background-color: rgb(238, 239, 248);
}

.zones-manage .payment-info table tr th, .zones-manage .payment-info table tr td {
    padding-left: 20px;
    text-align: left;
}

.zones-manage .payment-info table tr td {
    font-size: 12px;
}

.zones-manage .payment-info table tr td a {
    color: #0BD3D3;
}

.zones-manage .payment-info table {
    text-align: left;
}

.zones-manage .payment-info table tr td:last-child {
    color: #FD513F;
}

.zones-manage .parking-info table tr td:last-child {
    color: #5C58B5;
}


.search-user .parking-info table tr td:last-child {
    color: #303436;
}
.zones-manage .warning p span {
    color: #13BEBE;
    font-family: Roboto-Medium;
}

.zones-manage .warning p a {
    color: #13BEBE;
    font-family: Roboto-Medium;
    text-decoration: underline;
}


.search-cont .search-user form .input div {
    display: flex;
    width: 100%;
    margin-right: 15px;
}

body .search-cont .search-user form .input {
    margin-right: 0;
}

#content13 .payment-info table tr td:first-child img,
#content14 .payment-info table tr td img {
   margin-right: 10px;
}

#content13 .payment-info table tr td:first-child a {
    color: #0BD3D3;
}

.system .search-user form input {
    width: 100%;
    padding-left: 20px;
    background-color: rgba(253, 81, 63, 0.10);
    margin-bottom: 0;
}

.system .search-user form input::placeholder {
    color: #FD513F;
}

.system-box ul li {
    font-size: 12px;
    color: #303436;
    font-family: Roboto-Regular;
}
 
.system-box ul li span {
    color: #0BD3D3;
}

#content16 .search-cont .search-user.dark form .input div {
    display: flex;
    width: calc(33% - 8px);
    margin-right: 15px;
}

#content16 .search-cont .search-user form .input div:last-child {
    margin-right: 0;
}

.inquir-box {
    padding: 20px;
    background-color: #fff;
    border-radius: 9px;
    margin-bottom: 10px;
}

.inquir-box-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #303436;
    font-size: 12px;
}

.inquir-box-btn span {
    color: #0BD3D3;
}

.inquir-box .inquir-info {
    text-align: center;
    background-color: #FAFAFA;
    margin-top: 20px;
    border-radius: 4px;
    display: none;
}

.inquir-info p {
    font-size: 12px;
    padding: 11px;
}

.inquir-info p a, .inquir-info p span {
    color: #0BD3D3;
}

.inquir-box-btn span.grey {
    color: #A5A8AA;
}

.inquir-info p a {
    text-decoration: underline;
}

#content17 .search-cont .search-user form .input div input {
    width: 100%;
    margin-right: 0;
}

#content17 .search-cont .inquir-box .search-user form .input div.domain-inquir-box {
    display: flex;
    width: calc(33% - 8px);
    margin-right: 15px;
}
#content17 .search-cont .inquir-box .search-user form .input div.domain-inquir-box:last-child {
    margin-right: 0;
}

.inquir-box .search-user form input {
    width: 100%;
    background-color: #fff;
}

.inquir-box .subscrib-form .subscrib-input.long {
    width: 100%;
    margin: 0;
}

.inquir-box .subscrib-form .subscrib-input.long input {
    background-color: rgba(135, 207, 72, 0.10);
    border: 1px solid rgba(135, 207, 72, 0.30);
    margin-bottom: 0;
}

.inquir-box .search-user.grey {
    background-color: #FAFAFA;
}

#content17 .inquir-box .inquir-info {
    background-color: #fff;
}

.config .warning {
    background-color: rgba(11, 211, 211, .1);
    margin-bottom: 30px;
    font-size: 14px;
}

.config-box {
    padding: 40px 20px 20px;
    background-color: #fff;
    border: 1px solid #EEEFF8;
    border-radius: 9px;
    margin-bottom: 30px;
}

.config-box h5 {
    font-size: 14px;
    font-family: Roboto-Medium;
    color: #303436;
    margin-bottom: 30px;
    text-align: center;
}

.config-box h5 a {
    color: #0BD3D3;
}

.config-box form input {
    width: 100%;
    height: 38px;
    background-color: #F7F8F9;
    border: none;
    border-radius: 4px;
    padding: 10px;
    font-size: 12px;
    border: 1px solid #EEEFF8;
}

.config-box form .input:not(:last-child) {
    margin-bottom: 10px;
}

#content19 form.upload .input div input {
    width: 100%;
    margin-right: 0;
}

#content19 .zones-manage .payment-info table tr td:last-child,
#content20 .zones-manage .payment-info table tr td:last-child {
    color: #FD513F;
}

#content20 form.upload .input div input.long,
#content22 form.upload .input div input.long {
    width: 100%;
    margin-right: 0;
}

#content20 .zones-manage .payment-info table tr td:nth-child(3) {
    color: #87CF48;
}

#content20 .zones-manage .payment-info table tr td {
    font-size: 14px;
}

.options-btn {
    position: relative;
    width: 240px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background-color: #FAFAFA;
    border-radius: 4px;
    padding: 2px;
    margin-bottom: 30px;
    z-index: 12;
}

.options-btn button {
    background: none;
    border: none;
    color: #E5E5E5;
    font-family: Roboto-Medium;
    font-size: 12px;
    width: 50%;
    height: 34px;
}
.options-btn button.active {
    background-color: #0bd3d3;
    color: #fff;
    border: none;
    border-radius: 4px;
}
.disable .options-btn .cencel {
    background-color: #FD513F;
    border: none;
    border-radius: 4px;
}

.disable .options-btn .active {
    background: none;
    border: none;
    color: #E5E5E5;
    font-family: Roboto-Medium;
    font-size: 12px;
    width: 50%;
    height: 34px;
}

#content21 .payout form > .input {
    margin-right: 15px;
}

.subscrib-input > span {
    font-size: 12px;
    font-family: Roboto-Medium;
    color: #303436;
    line-height: 16px;
    display: block;
    text-align: left;
}


.config-service .checkbox h6 {
    margin-left: 15px;
    font-size: 12px;
    color: #0bd3d3;
    font-family: Roboto-Regular;
}

.config-service .checkbox, .radio {
    margin: 0;
}

.config-service .checkmark {
    top: 0;
    left: 0;
    height: 10px;
    width: 10px;
    border-radius: 2px;
}

.config-service .cont .checkmark:after {
    left: 4px;
    top: 1px;
    width: 3px;
    height: 6px;
    border-width: 0 1px 2px 0;
}
.config-service .checkbox label, .radio label {
    min-height: 10px;
    padding-left: 0;
}

#content21 .config-service form .input {
    width: calc(33% - 8px);
    margin-right: 15px;
    margin-bottom: 10px;
}
#content21 .config-service form .input input {
    width: 100%;
}

#content21 .config-service form .input:last-child,
#content21 .config-service form .input.mr-0 {
    margin-right: 0;
}

.search-cont .search-user .config-service form .input div {
    display: flex;
    width: fit-content;
    margin-right: 15px;
}

.search-cont .search-user .config-service form .input div .checkbox {
    margin-top: 10px;
    width: 65px;
}

#content21 .config-service form .input-content {
    display: flex;
    flex-wrap: wrap;
}

#content21 .config-service form button {
    background-color: #0BD3D3;
    color: #fff;
    width: fit-content;
    height: 38px;
    border: none;
    border-radius: 4px;
    font-family: Roboto-Medium;
    font-size: 12px;
    margin-right: 15px;
    padding: 0 60px;
} 

#content21 .config-service form > .button {
    text-align: center;
    margin-top: 20px;
} 

.colding-service {
    position: relative;
}

.colding-service::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #999;
    opacity: .3;
    z-index: 8;
    display: none;
    border-radius: 9px;
}

.colding-service.disable::before {
    display: block;
}

.logo-api-row {
    display: flex;
    margin-bottom: 80px;
    flex-wrap: wrap;
}

.logo-api-row.mb-0 {
    margin-bottom: 0;
}

.logo-api-row .logo-api img {
    border: 1px solid #EEEFF8;
    margin-bottom: 10px;
}

.logo-api-row .logo-api p {
    font-size: 12px;
    font-family: Roboto-Regular;
    color: #303436;
    line-height: 38px;
    padding: 0 11px;
    background-color: #EEEFF8;
}

.logo-api-row .logo-api p a,
.logo-api-row .logo-api h6 a {
    color: #0bd3d3;
}

.logo-api-row .logo-api h6 {
    font-size: 12px;
    font-family: Roboto-Medium;
}

.logo-api-row .logo-api {
    margin-right: 25px;
    margin-bottom: 25px;
}
.logo-api-row .logo-api.mr-25 {
    margin-right: 0;
}

.logo-api .use-link {
    text-align: center;
}

.logo-api .use-link a {
    color: #0bd3d3;
    font-family: Roboto-Medium;
    font-size: 14px;
    text-decoration: underline;
}

.logo-api .use-link2 a {
    color: #0bd3d3;
    font-family: Roboto-Medium;
    font-size: 14px;
    text-align: center;
    background-color: #FAFAFA;
    width: 100%;
    line-height: 38px;
    display: inline-block;
}

.logo-api .use-link2 a:hover {
    background-color: #0bd3d3;
    color: #fff;
}

.config-logo > a {
    font-family: Roboto-Medium;
    font-size: 16px;
    color: #0bd3d3;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 28px;
}

.config-logo > a img {
    margin-right: 10px;
}

.config-logo > img {
    width: 300px;
    border: 1px solid #EEEFF8;
}

.config-logo-right {
    margin-top: 50px;
}

.config-logo-right h4 {
    font-family: Roboto-Medium;
    font-size: 16px;
    color: #303436;
    margin-bottom: 20px;
}

.config-logo-right h4 span {
    color: #0bd3d3;
}

.config-logo-right form.upload .input div input {
    width: calc(80% - 15px);
    background-color: #fff;
}

.config-logo-right form.upload .input button {
    width: 20%;
    font-size: 12px;
}
.config-logo-right .search-user {
    background-color: #FAFAFA;
    padding-bottom: 40px;
}

.related-logo {
    margin-top: 50px;
}

.related-logo h5 {
    font-family: Roboto-Medium;
    font-size: 16px;
    color: #303436;
    margin-bottom: 20px;
}

/*Administration-end*/






/*user-1*/

.search-user1 form > button {
    background-color: #fff;
    border: 1px solid #0BD3D3;
    color: #0BD3D3;
}

.search-user1 form > button:nth-child(6) {
    border: 1px solid #FD513F;
    margin-top: 10px;
    color: #FD513F;
    background-color: #fff;
}
/*user-1-end*/

/*modal2*/

#myModal2 .modal-tag-box input {
    width: calc(100% - 83px);
    height: 38px;
}
#myModal2 .modal-tag-box button {
    width: 22%;
    height: 38px;
}

/*modal2-end*/



/*my-profile*/

.my-profile .logo h2 {
    color: #A5A8AA;
}

.my-profile .logo h2 span {
    color: #303436;
    font-family: Roboto-Black;
}

.my-profile .top-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}
.my-profile .top-title h4 {
    font-size: 16px;
    font-family: Roboto-Medium;
    line-height: 21px;
}

.my-profile .top-title div.right-title {
    display: flex;
}

.my-profile .top-title div.right-title h4 {
    color: #0bd3d3;
    font-family: Roboto-Bold;
    margin-left: 5px;
} 

.my-profile .top-title h5 {
    font-size: 14px;
    font-family: Roboto-Regular;
    margin-bottom: 0;
    line-height: 19px;
}

.my-profile .top-title h5 span {
    color: #0bd3d3;
}

.my-profile form .my-input.mt-10 {
    margin-top: 10px;
}

.my-profile form .my-input.mt-20 {
    margin-top: 20px;
}

.my-profile form .my-input {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
}

.my-profile #content2 form .my-input {
    margin-bottom: 0;
}

.my-profile form .my-input .long {
    width: 100%;
}

.my-profile form .my-input span {
    font-size: 10px;
    font-family: Roboto-Medium;
    color: #303436;
    line-height: 16px;
    display: block;
}

.my-profile form .my-input span b {
    color: #FD513F;
    font-family: Roboto-Regular;
}

.my-profile form .my-input input,
.my-profile form .my-input select, 
.my-profile form .my-input .default-select {
    width: 100%;
    margin: 0;
}

.my-profile form .my-input .two-block {
    width: calc(50% - 8px);
    margin-right: 15px;
    display: inline-block;
}
.my-profile form .my-input .two-block:last-child {
    margin-right: 0;
}

.my-profile form .my-input .one-second {
    width: calc(33% - 10px);
    margin-right: 15px;
    display: inline-block;
}

.my-profile form .my-input .one-second:last-child {
    margin-right: 0;
}

.my-profile form .my-input .one-half {
    width: calc(67% - 10px);
    display: inline-block;
}

.my-profile form .my-input button {
    background-color: #0BD3D3;
    color: #fff;
    width: 100%;
    height: 38px;
    border: none;
    border-radius: 4px;
    font-family: Roboto-Medium;
    font-size: 12px;
}

.my-profile form .my-input button img {
    display: none;
}

.my-profile form .my-input button span {
    font-family: Roboto-Medium;
    font-size: 12px;
    color: #fff;
}
.my-profile form .my-input button:hover span {
    color: #0bd3d3;
}

.fortfolio-form .checkbox {
    position: absolute;
    top: 30px;
    left: 20px;
    margin: 0;
}

.my-profile .fortfolio-form .my-input {
    margin-left: 40px;
    margin-bottom: 0;
}


.my-profile form .my-input button.white {
    background-color: #fff;
    border: 2px solid #0bd3d3;
    color: #0bd3d3;
} 

.my-profile form .my-input.mb-0 {
    margin-bottom: 0;
}

.my-profile #content11 form .my-input.mb-0 {
    margin-bottom: 10px;
}

.my-profile form .my-input button.mb-0 {
    margin-bottom: 0;
}


.my-profile form .my-input button img {
    margin-right: 5px;
}

.my-profile .warning {
    border-radius: 9px;
    background-color: rgba(11, 211, 211, .1);
}


.my-profile .warning p:not(:last-child) {
    margin-bottom: 20px;
}
.search-user .transfer-form input.color::placeholder {
    color: #0bd3d3;
    opacity: 1;
}



.my-profile .search-user.mt-75 {
    margin-top: 80px;
}

.my-profile form .my-input label {
    font-family: Roboto-Light;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    top: 50%;
    left: 12px;
}

.my-profile form .my-input label h6 {
    font-family: Roboto-Medium;
    display: inline-block;
    color: #0bd3d3;
}

.my-profile form .my-input label span {
    font-family: Roboto-Light;
}

.my-profile .warning p span {
    color: #0bd3d3;
}

.portfolio-title {
    background-color: rgba(165, 168, 170, .1);
    padding: 0px 52px 0 47px;
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    margin-bottom: 30px;
}

.portfolio-title h2 {
    font-family: Roboto-Bold;
    font-size: 22px;
    color: #FD513F;
    margin-bottom: 8px;
    line-height: 29px;
}

.portfolio-title p {
    font-size: 14px;
    font-family: Roboto-Light;
    color: #303436;
    margin-bottom: 10px;
}

.portfolio-title a {
    background-image: linear-gradient(to right, #FC5F5F , #FD9C55);
    line-height: 33px;
    color: #fff;
    border-radius: 4px;
    padding: 0 18px;
    display: inline-block;
    font-size: 12px;
    font-family: Roboto-Bold;
}

.portfolio-title .left-section {
    max-width: calc(100% - 380px);
    padding: 20px 0 25px;
}

.portfolio-title .right-section {
    position: relative;
}

.portfolio-title .right-section img {
    position: absolute;
    bottom: -10px;
    right: 0;
}

.my-profile .user-btn {
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 25px;
    position: relative;
    z-index: 5;
}

.portfolio-form {
    display: flex;
    justify-content: space-between;
}

.portfolio-form .my-input {
    width: calc(17% - 15px);
    margin-right: 15px;
}

.search-user .portfolio-form .input {
    width: 100%;
    display: inline-block;
}

.portfolio-form .my-input:first-child {
    width: calc(36% - 15px);
}

.portfolio-form .my-input:last-child {
    margin-right: 0;
}

.search-user form .my-input.active label {
    display: none;
}

.cunt-box {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.cunt-box .img img {
    max-width: 29px;
}

.portfolio-box {
    padding: 6px 20px;
}

.portfolio-box form {
    display: flex;
    align-items: center;
}

.cunt-box .img {
    width: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #EEEFF8;
    border-radius: 4px;
}

.cunt-box h5 {
    font-family: Roboto-Medium;
    font-size: 13px;
    color: #303436;
    margin-bottom: 0;
    margin-left: 8px;
    margin-right: 3px;
}

.cunt-box h5 img {
    position: relative;
    top: -2px;
}

.portfolio-box .checkbox {
    max-width: 20px;
    margin-right: 15px;
}

.portfolio-box ul {
    display: flex;
}

.block-list .cunt-box .img img {
    max-width: 80px;
}

.block-list .cunt-box .img {
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #EEEFF8;
    border-radius: 4px;
}

.block-list ul {
    display: block;
}

.portfolio-box ul li:not(:last-child) {
    margin-right: 20px;
}

.block-list ul li {
    display: flex;
}

.block-list ul li.title {
    margin-bottom: 17px;
    margin-right: 0;
}

.block-list {
    padding: 30px 20px;
}

.my-profile .block-list a.more {
    right: 20px;
    top: 20px;
}

.block-list ul li.title h5 {
    font-size: 22px;
    font-family: Roboto-Bold;
    color: #303436;
    margin-bottom: 0;
}

.block-list ul li ul:first-child {
    margin-right: 100px;
}

.block-list .cunt-box {
    margin-right: 25px;
}

.block-list ul li h5 {
    margin-right: 10px;
}

.portfolio-box ul li h5 {
    margin-bottom: 5px;
    font-family: Roboto-Regular;
    color: #D0D1DD;
}

.portfolio-box ul li h6 {
    font-family: Roboto-Medium;
    font-size: 13px;
    color: #0bd3d3;
}

.portfolio-box ul li h6.black {
    color: #303436;
}

.portfolio-box ul li span {
    font-size: 11px;
    color: #fff;
    font-family: Roboto-Regular;
    background-color: #87CF48;
    padding: 1px 7px;
    display: block;
    border-radius: 30px;
}

.portfolio-box ul li span.pending {
    background-color: #FEBA2C;
}

.portfolio-box a.more {
    position: absolute;
    right: 15px;
    top: calc(50% - 15px);
}

.portfolio-box:hover {
    box-shadow: 0 2px 10px 0 #0000001f;
}

#domain-sale .modal-body h5,
#domain-sale .modal-body h6 {
    display: inline-block;
    font-size: 14px;
    font-family: Roboto-Medium;
}

#domain-sale .modal-body h6 {
    color: #87CF48;
}

#domain-sale .modal-body h5 {
    color: #5C58B5;
}

#domain-sale .modal-body span {
    font-family: Roboto-Light;
    font-size: 14px;
    color: #303436;
}

#domain-sale .modal-body ul {
    margin-top: 20px;
}

#domain-sale .modal-body ul li {
    font-family: Roboto-Light;
    font-size: 14px;
    color: #303436;
}

#domain-sale .modal-body ul li b {
    font-family: Roboto-Medium;
    font-weight: normal;
}

#domain-sale .modal-body ul li a {
    color: #0bd3d3;
}

.staff-row {
    display: flex;
}

.staff-row .modal-box h5 {
    font-size: 16px;
    font-family: Roboto-Bold;
    color: #303436;
    margin-bottom: 10px;
}

.staff-row .modal-box p {
    font-size: 14px;
    font-family: Roboto-Light;
    margin-bottom: 10px;
    color: #303436;
}

.staff-row .modal-box p span {
    font-family: Roboto-Medium;
    color: #0bd3d3;
}

.staff-row .modal-box p a {
    color: #0bd3d3;
    font-family: Roboto-Light;
}

.staff-row .modal-box textarea {
    width: 100%;
    background-color: #F7F8F9;
    border: none;
    border-radius: 4px;
    padding: 10px;
    font-size: 12px;
}
.staff-row .modal-box {
    width: 50%;
}

.staff-row .modal-box:first-child {
    margin-right: 50px;
}

.staff-row .modal-box .drop {
    width: 100%;
    margin-left: 0;
    text-align: center;
    border: 1px dashed #eee;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    margin-bottom: 20px;
}

.staff-row .modal-box .modal-box-btn {
    text-align: right;
}

.staff-row .modal-box .modal-box-btn a,
.staff-row .modal-box .modal-box-btn button {
    background-color: #0BD3D3;
    color: #fff;
    width: fit-content;
    height: 38px;
    border: none;
    border-radius: 4px;
    font-family: Roboto-Medium;
    font-size: 12px;
    display: inline-block;
    padding: 0 51px;
    line-height: 38px;
}

.list-mannagement {
    display: flex;
}

.list-mannagement .list-box {
    width: 20%;
    margin-right: 80px;
}

.list-mannagement .m-right-cont {
    width: 80%;
}

.list-box ul {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E4E7EA;
}

.list-box ul li {
    font-family: Roboto-Light;
    font-size: 12px;
    margin-bottom: 5px;
}

.list-box ul li img {
    margin-right: 5px;
}

.list-box ul li a {
    font-family: Roboto-Medium;
    color: #0bd3d3;
}

.list-box ul li span {
    font-family: Roboto-Medium;
}

.list-box form select {
    width: 100%;
    height: 38px;
    background-color: #F7F8F9;
    border: none;
    border-radius: 4px;
    padding: 10px;
    border-right: 7px solid #F7F8F9;
    font-size: 12px;
    margin-bottom: 10px;
}

.list-box > h5 {
    font-family: Roboto-Medium;
    font-size: 14px;
    color: #303436;
    margin-bottom: 13px;
}

.list-box button {
    background-color: #FD513F;
    color: #fff;
    width: 100%;
    height: 38px;
    border: none;
    border-radius: 4px;
    font-family: Roboto-Medium;
    font-size: 12px;
}

.list-mannagement .drop {
    width: 100%;
    margin-left: 0;
    text-align: center;
    border: 1px dashed #eee;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    margin: 10px 0;
    font-size: 12px;
}

.list-mannagement form input {
    width: 100%;
    height: 38px;
    background-color: #F7F8F9;
    border: none;
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
    font-family: Roboto-Light;
}

.list-mannagement form input::placeholder {
    font-size: 14px;
}

.list-mannagement form textarea {
    width: 100%;
    background-color: #F7F8F9;
    border: none;
    border-radius: 4px;
    padding: 10px;
    font-size: 12px;
    font-family: Roboto-Light;
}

body .list-mannagement .m-right-cont form label h6 {
    font-size: 14px;
}

.list-mannagement form .active label {
    display: none;
}

.list-mannagement .m-right-cont textarea.bold::placeholder {
    font-weight: bold;
    font-size: 14px;
}

.list-mannagement .m-right-cont form button {
    background-color: #0BD3D3;
    color: #fff;
    width: 100%;
    height: 38px;
    border: none;
    border-radius: 4px;
    font-family: Roboto-Medium;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    margin-bottom: 30px;
}

.top-name {
    display: flex;
    align-items: center;
}

.top-name img {
    margin-right: 5px;
}

.list-mannagement .checkbox .cont {
    display: flex;
    align-items: center;
}

.list-mannagement .checkbox .cont h6 {
    margin-left: 8px;
    font-size: 14px;
    font-family: Roboto-Medium;
    color: #303436;
}

.update-btn {
    text-align: right;
    margin-top: 20px;
}

.update-btn button {
    background-color: #0bd3d3;
    color: #fff;
    width: fit-content;
    height: 38px;
    border: none;
    border-radius: 4px;
    font-family: Roboto-Medium;
    font-size: 12px;
    padding: 0 50px;
}

.list-mannagement .checkbox label, .radio label {
    min-height: 15px;
    padding-left: 15px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.list-mannagement .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #A5A8AA;
}

.list-mannagement .cont .checkmark:after {
    left: 5px;
    top: 3px;
    width: 5px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.search-user form input.search {
    padding-left: 36px;
}
.my-profile form .my-input button.icon img {
    display: inline-block;
}

.my-profile form .my-input button.icon:hover {
    box-shadow: none;
}

.my-profile form .my-input button.icon {
    position: absolute;
    background: none;
    width: 20px;
    left: 12px;
}

.my-profile form .my-input button.icon:after {
    display: none;
    box-shadow: none;
}

.my-profile #content2 form .my-input button.black-btn {
    text-align: center;
}

.my-profile form .my-input button.black-btn {
    background-color: #fff;
    border: none;
    color: #303436;
    text-align: left;
}

.my-profile form .my-input button.black-btn span {
    color: #303436;
}

.search-user > form .my-input .default-select.small {
    width: 38px;
    height: 38px;
    overflow: hidden;
    border-radius: 4px;
}

.search-user > form .my-input.small {
    max-width: 38px;
    max-height: 38px;
    position: relative;
}

.search-user > form .my-input.small a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 38px;
    background-color: #f7f8f9;
    border-radius: 4px;
}

.search-user > form .default-select.small select {
    transform: scale(1.8);
}
.my-input-row {
    display: flex;
    justify-content: space-between;
}

.my-input-row .my-input:first-child {
    width: 50%;
    justify-content: flex-start;
}


.my-profile .my-input-row .my-input .one-second button{
    padding: 0 15px;
}

.my-input-row .my-input:last-child {
    width: 50%;
    justify-content: flex-end;
}

.fortfolio-2 .portfolio-form {
    max-width: 70%;
}

.right-box {
    border-radius: 0;
    padding: 35px 25px;
}

.right-box form {
    display: block;
    border-bottom: 1px solid #EEEFF8;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.admin-content .right-box form .my-input {
    width: 100%;
}

.admin-content .right-box form .my-input input {
    width: 100%;
}

.admin-content .right-box  form .my-input .one-second {
    width: calc(50% - 5px);
}
.admin-content .right-box  form .my-input .one-second:first-child {
    margin-right: 10px;
}

.my-profile .right-box form .my-input a {
    background-color: rgba(11, 211, 211, .1);
    color: #0bd3d3;
    width: 100%;
    line-height: 30px;
    border: none;
    border-radius: 4px;
    font-family: Roboto-Medium;
    font-size: 12px;
    text-align: center;
}

.my-profile .right-box form .my-input button.black-btn {
    text-align: center;
}

.just-page h5 {
    font-family: Roboto-Bold;
    margin-bottom: 10px;
}

.just-page ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -8px;
}
.just-page ul li a {
    display: block;
    background-color: #E4E7EA;
    border-radius: 4px;
    color: #A5A8AA;
    line-height: 30px;
    text-align: center;
    padding: 0 14px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-family: Roboto-Medium;
    font-size: 12px;
}

.administration .col-md-3.mr-0 {
    margin-right: 0;
}

.my-profile .col-md-3 {
    margin-left: 0;
}

.col-md-3 .right-box {
    box-shadow: -10px 0px 7px -6px #0000000f;
    margin-top: -80px;
    height: 100vh;
}

.add-domain-page-btn {
    max-width: 470px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 50px;
    position: relative;
}

.add-domain-page-btn li a {
    position: relative;
    background-color: #fff;
    padding: 5px;
    z-index: 5;
    cursor: default;
}

.add-domain-page-btn li a img {
    max-width: 20px;
}

.add-domain-page-btn::before {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    right: 0;
    width: calc(100% - 50px);
    height: 2px;
    background-color: #E4E7EA;
    border-radius: 1px;
    display: block;
    margin: auto;
}

.add-domain-page-btn::after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #0bd3d3;
    border-radius: 1px;
    display: block;
    transition: 0.5s;
}

.contents.active {
    display: block;
}

.modal-box-2[data-content="2"] .add-domain-page-btn::after {
    width: 50%;
}

.modal-box-2[data-content="2"] .mobile-cont-3, .modal-box-2[data-content="1"] .mobile-cont-3 {
    display: none;
}

#add-domain-for-sale .modal-box-2[data-content="2"] .add-domain-page-btn li:nth-child(2) a img {
    filter: none;
}

.modal-box-2[data-content="3"] .add-domain-page-btn::after {
    width: 100%;
}
#add-domain-for-sale .modal-box-2[data-content="3"] .add-domain-page-btn li a img {
    filter: none;
}

.modal-box-2[data-content="2"] .mobile-cont-2 {
    display: block;
}

.modal-box-2[data-content="1"] .mobile-cont-2,
.modal-box-2[data-content="3"] .mobile-cont-2 {
    display: none;
}

.modal-box-2[data-content="2"] .mobile-cont-1,
.modal-box-2[data-content="3"] .mobile-cont-1 {
    display: none;
}

.mobile-cont-2 {
    display: none;
}

#add-domain-for-sale .modal-title,
#domain-sale5 .modal-title {
    color: #000;
    font-size: 16px;
    font-family: Roboto-Bold;
}

#add-domain-for-sale .modal-header,
#domain-sale5 .modal-header {
    padding: 60px 25px 30px;
    background-color: #ffffff;
    border: none;
}

#add-domain-for-sale .modal-body,
#domain-sale5 .modal-body {
    position: relative;
    padding: 0px 96px 85px;
}

#add-domain-for-sale .modal-header button.close,
#domain-sale5 .modal-header button.close {
    position: absolute;
    top: 30px;
    right: 30px;
}

#add-domain-for-sale .staff-row ,
#domain-sale5 .staff-row{
    position: relative;
}

#add-domain-for-sale .staff-row .modal-box:first-child,
#domain-sale5 .staff-row .modal-box:first-child {
    margin-right: 80px;
}

#add-domain-for-sale .staff-row::after,
#domain-sale5 .staff-row::after {
    content: 'or';
    position: absolute;
    top: calc(50% - 18px);
    left: 0;
    right: 0;
    display: block;
    background-color: #fff;
    width: fit-content;
    height: fit-content;
    padding: 8px 2px;
    margin: auto;
    font-family: Roboto-Medium;
    font-size: 16px;
}

#add-domain-for-sale .staff-row::before,
#domain-sale5 .staff-row::before  {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    background-color: #E4E7EA;
    width: 1px;
    height: 100%;
    margin: auto;
    border-radius: 1px;
}

#add-domain-for-sale .staff-row .modal-box textarea,
#domain-sale5 .staff-row .modal-box textarea{
    margin-bottom: 20px;
}

#add-domain-for-sale .staff-row .modal-box .drop {
    width: 100%;
    margin-left: 0;
    text-align: center;
    border: 1px dashed #eee;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 27px 0;
    margin-bottom: 20px;
}

#add-domain-for-sale .add-domain-page-btn li:not(:first-child) a img,
#domain-sale5 .add-domain-page-btn li:not(:first-child) a img  {
    filter: grayscale(1)
}


#domain-sale5 .staff-row .modal-box .drop {
    width: 100%;
    margin-left: 0;
    text-align: center;
    border: 1px dashed #eee;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 24px 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

#domain-sale5 .staff-row .modal-box textarea {
    max-height: 202px;
}

.added-file {
    width: 100%;
    height: 38px;
    border-radius: 4px;
    background-color: #EEEFF8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
    margin-bottom: 20px;
}

#domain-sale5 .staff-row .modal-box p {
    margin-bottom: 0;
    margin-right: 5px;
}

.modal-body .mobile-cont-2 > p {
    color: #303436;
    font-family: Roboto-Light;
    font-size: 16px;
    margin-bottom: 10px;
}

.modal-body .mobile-cont-2 > p b {
    font-family: Roboto-Medium;
    font-weight: normal;
}

.modal-body .mobile-cont-2 > p span {
    color: #87CF48;
}

.modal-body .mobile-cont-2 > p a {
    color: #0BD3D3;
}

.mobile-cont-2 input[type="number"] {
	outline: none;
	-moz-appearance: textfield;
}
.mobile-cont-2 input[type=number]::-webkit-inner-spin-button, 
.mobile-cont-2 input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none;
	appearance: none;
}

.m-d-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #EEEFF8;
    border-radius: 9px;
    padding: 8px 20px;
    margin-top: 30px;
    margin-bottom: 11px;
}

.m-d-title h5 {
    font-size: 16px;
    font-family: Roboto-Medium;
    color: #303436;
    line-height: 20px;
}

.m-d-title h5 a {
    color: #0bd3d3;
}

.m-d-title img {
    max-width: 10px;
    height: 10px;
}

.m-d-filter {
    padding: 0 20px;
}

.m-d-filter input, 
.m-d-filter select,
.m-d-filter textarea  {
    width: 100%;
    height: 38px;
    background-color: #F7F8F9;
    border: none;
    border-radius: 4px;
    padding: 10px;
    font-size: 12px;
    font-family: Roboto-Light;
}


.m-d-filter select {
    border-right: 7px solid #F7F8F9;
}


.row-list-modal {
    display: flex;
    align-items: baseline;

}

.row-list-modal .my-input:nth-child(2) {
    margin: 0 15px;
    width: 21%;
}

.row-list-modal .my-input:nth-child(3) {
    width: 63%;
}

.row-list-modal .input {
    width: 100%;
}

.m-d-filter form > .my-input,
.m-d-filter form > .my-input div {
    width: 100%;
}

.m-d-filter > .my-input div textarea {
    width: 100%;
}

.m-d-filter .r-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}

.m-d-filter .r-btn button {
    min-width: 140px;
    margin-left: 15px;
}

.search-user.modal-domain-info {
    background-color: rgba(135, 207, 72, .10);
    border: 1px solid rgba(135, 207, 72, .30);
    padding: 20px 0;
}

.search-user.modal-domain-info input,.search-user.modal-domain-info textarea, .search-user.modal-domain-info select {
    background-color: #fff;
    border: 1px solid rgba(135, 207, 72, .30);
}

.search-user.modal-domain-info select {
    border-right: none;
}

.mobile-cont-3 {
    text-align: center;
}

.mobile-cont-3 .text {
    margin-top: 30px;
    text-align: left;
}

.mobile-cont-3 .text p {
    font-size: 16px;
    font-family: Roboto-Light;
    color: #303436;
    margin-bottom: 20px;
}

.mobile-cont-3 .text b {
    font-family: Roboto-Medium;
    font-weight: normal;
    color: #303436;
}
.mobile-cont-3 .text span {
    color: #5C58B5;
}

.mobile-cont-3 .text a {
    color: #0BD3D3;
}

.mobile-cont-3 > h5 {
    font-family: Roboto-Bold;
    font-size: 16px;
    color: #303436;
    margin-top: 60px;
}
.mobile-cont-3 > h5 a {
    color: #0bd3d3;
}

.quantity {
    position: relative;
    width: 135px;
}
  
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
  
input[type=number]
{
    -moz-appearance: textfield;
}
  
.quantity input {
    width: 100%;
    height: 38px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: none;
    border-radius: 4px;
    background-color: #F7F8F9;
}
  
.quantity input:focus {
    outline: 0;
}
  
.quantity-nav {
    float: left;
    position: relative;
    height: 32px;
}
  
.quantity-button {
    position: relative;
    cursor: pointer;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
  
.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    background-image: url('../img/Iconionic-md-arrow-dropup.svg');
    background-repeat: no-repeat;
    background-position: bottom;
}
  
.quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    height: 50%;
    background-image: url('../img/Iconionic-md-arrow-dropdown.svg');
    background-repeat: no-repeat;
    background-position: center;
}


.my-profile .transfer {
    border-radius: 9px;
    background-color: rgba(92, 87, 181, .10);
    margin-top: 15px;
}

.my-profile .transfer p span {
    color: #FD513F;
    font-family: Roboto-Medium;
}

.warning p b {
    font-weight: normal;
    font-family: Roboto-Bold;
}

.transfer-form {
    display: flex;
    align-items: baseline;
}

.my-profile form  .transfer-form .my-input .one-half:not(:last-child) {
    margin-right: 15px;
}

.transfer-form .my-input {
    max-width: 33.333%;
    width: 100%;
}

.transfer-form .my-input button.white {
    margin-bottom: 0;
    margin-left: 15px;
}

.my-profile .transfer-form .my-input button.icon {
    position: absolute;
    background: none;
    width: 20px;
    left: 4px;
}

.search-user .transfer-form input.search {
    padding-left: 30px;
}

.transfer-form .my-input:nth-child(2) {
    margin: 0 15px;
}

.transfer-form .my-input input, .transfer-form .my-input div {
    width: 100%;
}

.transfer-box-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #EEEFF8;
    padding: 15px 20px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    cursor: pointer;
}

.transfer-box {
    margin-bottom: 20px;
}

.transfer-box-btn h5 {
    font-size: 13px;
    font-family: Roboto-Medium;
}

.transfer-box-btn h5 a {
    color: #0BD3D3;
}

.transfer-box-btn h5 span {
    color: #A5A8AA;
}

.transfer-box-info .top-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.transfer-box-info .top-info a {
    color: #0BD3D3;
}

.transfer-box-info .top-info p b {
    color: #303436;
    font-family: Roboto-Medium;
    font-weight: normal;
}

.transfer-box-info .top-info p {
    color: #303436;
    font-family: Roboto-Regular;
}

.transfer-box-info .top-info p span {
    background-color: #FC5F5F;
    width: 15px;
    height: 15px;
    line-height: 15px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    display: inline-block;
    font-size: 11px;
    font-family: Roboto-Regular;
}

.transfer-box-info {
    display: none;
}

.featured-slide {
    display: none;
}

.my-profile form .transfer-box-info-row .my-input label b.ml-30 {
    margin-left: 30px;
}

.transfer-box-info-row {
    display: flex;
    align-items: center;
}

.my-profile form .transfer-box-info-row .my-input label span {
    font-family: Roboto-Regular;
    display: inline-block;
    color: #0bd3d3;
    font-size: 12px;
}

.my-profile form .transfer-box-info-row .my-input label h6 {
    font-family: Roboto-Regular;
    color: #303436;
}
.my-profile form .transfer-box-info-row .my-input label b {
    font-family: Roboto-Bold;
    color: #303436;
    font-weight: normal;
}

.transfer-box-info-row .my-input:not(:last-child) {
    margin-right: 15px;
}

.my-profile form .transfer-box-info-row .my-input label b span {
    color: #87CF48;
    font-family: Roboto-Regular;
    font-weight: normal;
}

.my-profile form .transfer-box-info-row .my-input label h6 span.red {
    color: #FC5F5F;
}

.my-profile form .transfer-box-info-row .my-input label {
    font-family: Roboto-Light;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    top: calc(50% - 8px);
    left: 12px;
    margin-bottom: 0;
}

.search-user .top-info {
    margin-bottom: 15px;
}

.search-user .top-info h5 {
    margin-bottom: 0;
}

.transfer-box-mor-info .warning {
    background-color: rgba(253, 81, 63, 0.10);
    padding: 11px;
    border-radius: 4px;
}

.transfer-box-mor-info .warning p {
    color: #FD513F;
}

.transfer-box-mor-info {
    padding: 0;
    margin: 0;
    margin-top: 50px;
}

.transfer-box-info-row.mt-45 {
    margin-top: 45px;
}

.transfer-box-info-row.mt-45 h5 {
    position: absolute;
    top: -25px;
    left: 0;
}

.my-profile .transfer-box-mor-info form .transfer-box-info-row .my-input label b span {
    text-decoration: underline;
}

.search-user .transfer-box-mor-info .transfer-box-row .one-second {
    width: calc(33% - 5px);
}

.negotiation {
    margin-top: 50px;
}

.negotiation .payment-info {
    display: block;
    overflow-x: auto;
}

.negotiation .payment-info table tr th {
    font-family: Roboto-Medium;
    font-weight: normal;
    height: 38px;
    text-align: left;
    padding-left: 25px;
}

.negotiation .payment-info table tr:first-child {
    background-color: #EEEFF8;
    text-align: left;
}

.negotiation .payment-info table {
    width: 100%;
    font-size: 14px;
    text-align: left;
}

.negotiation .payment-info table tr td {
    font-family: Roboto-Regular;
    height: 38px;
    padding-left: 25px;
    white-space: nowrap;
}

.negotiation .payment-info table tr th:first-child {
    border-top-left-radius: 9px;
}

.negotiation .payment-info table tr th:first-child {
    border-bottom-left-radius: 9px;
}

.negotiation .payment-info table tr th:last-child {
    border-top-right-radius: 9px;
}

.negotiation .payment-info table tr th:last-child {
    border-bottom-right-radius: 9px;
}

.negotiation .payment-info table tr.bg {
    background-color: #FAFAFA;
}

.negotiation .payment-info table tr.bg td:first-child {
    border-top-left-radius: 9px;
}

.negotiation .payment-info table tr.bg td:first-child {
    border-bottom-left-radius: 9px;
}

.negotiation .payment-info table tr.bg td:last-child {
    border-top-right-radius: 9px;
}

.negotiation .payment-info table tr.bg td:last-child {
    border-bottom-right-radius: 9px;
}

.messenger {
    margin: 50px 0;
}

.domain-information .transfer-box-info-row:first-child .my-input:first-child {
    width: calc(25% - 9px);
    margin-right: 15px;
}
.domain-information .transfer-box-info-row:first-child .my-input:last-child {
    width: 75%;
}

.domain-information .transfer-box-info-row:last-child .my-input {
    width: 25%;
}

.domain-information .transfer-box-info-row:last-child .my-input:not(:last-child) {
    margin-right: 15px;
}

.escrow-form {
    align-items: flex-start;
}

.my-profile form .escrow-form .my-input {
    margin-bottom: 0;
}

.search-lock {
    text-align: center;
    margin-top: 66px;
}

.search-lock p {
    font-size: 14px;
    color: #A5A8AA;
    font-family: Roboto-Light;
    margin-top: 25px;
    line-height: 20px;
}

.escrow h5 a {
    color: #0BD3D3;
}

.marchendise h5 {
    margin-bottom: 30px;
}

.negotiation .payment-info table tr td.pt-15 {
    padding-top: 15px;
}

.trans-terms {
    display: flex;
    align-items: baseline;
    position: relative;
}

.trans-terms::after {
    content: '?';
    position: absolute;
    top: calc(50% - 71px);
    right: 48%;
    color: #FC5F5F;
    display: block;
    font-size: 100px;
    font-family: Roboto-Medium;
}

.negotiation {
    margin-top: 50px;
}

.negotiation.mt-20 {
    margin-top: 20px;
}

.tools {
    margin-top: 50px;
}

.tools h5 {
    margin-bottom: 30px;
}

.activities {
    margin-top: 50px;
}

.activities h5 {
    margin-bottom: 30px;
}

.activities ul li:not(:last-child) {
    border-bottom: 1px solid #EEEFF8;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.activities ul {
    margin-bottom: 30px;
}

.activities ul li h6 {
    font-family: Roboto-Medium;
    font-size: 12px;
    color: #303436;
    margin-bottom: 5px;
}

.search-user .marchendise h5, 
.preferences h5,
.escrow-holder-option h5,
.activities h5, 
.tools h5 {
    font-size: 18px;
}

.activities ul li p {
    font-family: Roboto-Regular;
    font-size: 10px;
    color: #A5A8AA;
}

.preferences {
    width: auto;
    max-width: 830px;
    margin: auto;
    background: none;
}

.preferences-box, .escrow-holder-option {
    padding: 20px 30px;
    background-color: #fff;
    box-shadow: 0 0 17px -5px #30343638;
    border-radius: 9px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    border: 2px solid #fff;
}

.preferences-box .icon a, .escrow-holder-option .icon a {
    display: block;
    text-align: center;
    line-height: 25px;
}

.preferences h5.desc {
    margin-top: 18px;
    margin-bottom: 13px;
}

.preferences-box .icon a img, .escrow-holder-option .icon a img {
    max-width: 14px;
}

.my-profile .preferences .warning {
    border-radius: 20px;
    background-color: rgba(165, 168, 170, .20);
}

.my-profile .preferences .warning p {
    font-family: Roboto-Light;
    font-size: 14px;
}

.my-profile .preferences .warning p a {
    color: #0bd3d3;
    font-family: Roboto-Bold;
    text-decoration: underline;
}

.preferences-box .icon, .escrow-holder-option .icon {
    min-width: 28px;
    min-height: 28px;
    border: 1px solid #D0D1DD;
    display: block;
    border-radius: 30px;
    margin-right: 25px;
}

.row-form .modal-tag-box input {
    width: 100%;
    height: 38px;
    background-color: #FAFAFA;
    border: none;
    border-radius: 9px;
    padding: 10px 13px 10px 20px;
    font-size: 12px;
    margin-right: 0;
}

.row-form.payment-admin label {
    left: 20px;
}

.row-form label h6 a {
    color: #0bd3d3;
}

.row-form .modal-tag-box .input {
    position: relative;
    margin-bottom: 10px;
}

.row-form .row-m {
    display: flex;
    justify-content: space-between;
}

.row-form .column-7 {
    width: calc(70% - 15px);
}

.row-form .column-5 {
    width: 30%;
}
.preferences-box p, .escrow-holder-option-explain {
    font-size: 14px;
    font-family: Roboto-Light;
    color: #303436;
}

.preferences-box p a, .escrow-holder-option-explain a {
    color: #0bd3d3;
}

.preferences-box.active h5, .escrow-holder-option-selected .escrow-holder-option-title {
    color: #0bd3d3;
}

.preferences-box h5, .escrow-holder-option-title {
    color: #303436;
    margin-bottom: 10px;
    margin-top: 0;
}

.preferences-box.active, .escrow-holder-option-selected {
    border: 2px solid #0bd3d3;
}

.preferences-box.active .icon, .escrow-holder-option-selected .icon {
    background-color: #0bd3d3;
}

.payment-admin .tools button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
}

.tools button.white {
    background-color: #fff;
    border: 2px solid #0bd3d3;
    color: #0bd3d3;
}

.tools button.red {
    background-color: #FD513F;
    color: #fff;
}

.trans-terms ul li {
    font-family: Roboto-Regular;
    font-size: 12px;
    color: #303436;
}

.trans-terms ul:first-child {
    text-align: right;
    margin-right: 15px;
}

.trans-terms ul:first-child li {
    font-family: Roboto-Medium;
}

.trans-terms ul:last-child {
    text-align: left;
}

.select-payment {
    display: flex;
    padding-left: 20px;
}

.select-payment ul {
    display: flex;
    align-items: center;
    margin-left: 5px;
}

.select-payment ul li {
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding: 10px;
    position: relative;
    min-width: 85px;
    transition: 0.3s;
}

.select-payment ul li.active h6 {
    padding-left: 15px;
}

.select-payment ul li.active {
    border-color: #87CF48;
}

.select-payment ul li img {
    position: absolute;
    top: 12px;
    left: 10px;
    transform: scale(0);
    transition: 0.3s;
}

.select-payment ul li.active img {
    transform: scale(1);
}
.select-payment ul li.active h6 {
    color: #87CF48;
}

.select-payment ul li h6 {
    color: #303436;
    font-size: 14px;
    font-family: Roboto-Regular;
    margin-bottom: 0;
    transition: .3s;
}

.select-payment ul li span {
    color: #A5A8AA;
    font-size: 10px;
    font-family: Roboto-Regular;
    display: bolck;
}

.select-payment ul li:not(:last-child) {
    margin-right: 5px;
}

.modal-tag-box.modal-row {
    text-align: right;
}

.modal-tag-box.modal-row h5 {
    padding-right: 20px;
    background-color: rgba(13, 211, 211, .10);
}

.modal-tag-box.modal-row .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 10px;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #A5A8AA;
}

.modal-tag-box.modal-row .checkbox input {
    height: 10px;
}

.bottom-checkbox h6 {
    font-family: Roboto-Medium;
    font-size: 14px;
    color: #303436;
}

.bottom-checkbox h6 span {
    font-family: Roboto-Regular;
}

.bottom-checkbox h6 a {
    color: #0bd3d3;
}

.bottom-checkbox .cont .checkmark:after {
    left: 4px;
    top: 1px;
    width: 3px;
    height: 6px;
    border: solid white;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.modal-row-right-btn button {
    width: fit-content;
    height: 38px;
    padding: 0 44px;
    background-color: #0BD3D3;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-family: Roboto-Medium;
    font-size: 12px;
}

.modal-row-right-btn {
    text-align: right;
}

.bottom-checkbox {
    text-align: left;
    display: flex;
    margin: 20px 0; 
}

.bottom-checkbox .checkbox {
    margin: 0;
}

.bottom-checkbox .checkbox .cont {
    position: relative;
    left: 0;
    height: 10px;
    width: 10px;
}


.modal-body .preferences-box .icon{
    min-width: 15px;
    min-height: 15px;
    border: 1px solid #D0D1DD;
    display: block;
    border-radius: 30px;
    margin-right: 15px;
    max-width: 15px;
    max-height: 15px;
}

.modal-body .title-icon {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.modal-body .preferences-box .icon a img{
    max-width: 9px;
}

.modal-body .title-icon h5 {
    margin-bottom: 0;
}

.modal-body .preferences-box.active {
    border: 2px solid #87CF48;
}

.modal-body .preferences-box {
    box-shadow: none;
    background-color: #FAFAFA;
}

.modal-body .preferences-box.active .icon {
    background-color: #87CF48;
}

.modal-body .preferences-box.active h5 {
    color: #87CF48;
}

.modal-body .preferences-box .icon a {
    line-height: 12px;
}

.traffic-report {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 60px;
    margin-bottom: 50px;
}

.traffic-report img {
    margin: -50px 0;
}

.my-profile .admin-content .traffic-report p {
    margin-bottom: 0;
}

.traffic-report-cont .subscrib-input button {
    margin-bottom: 0;
}

.my-profile .traffic-report-cont .subscrib-input button.white {
    color: #87CF48;
    border-color: #87CF48;
}

.traffic-report-cont .search-user form input {
    width: 100%;
}

.traffic-report-input {
    width: calc(50% - 8px);
}

.traffic-report-cont .subscrib-form .select.mr-15 {
    margin-right: 15px;
    width: calc(25% - 0px);
}

.traffic-report-input:first-child {
    margin-right: 15px;
}

.traffic-report-form {
    display: flex;
}

.traffic-report-input:last-child {
    display: flex;
}

.traffic-box {
    margin-bottom: 10px;
    padding: 16px 14px 16px 20px;
    background: #FFF;
    border-radius: 9px;
}

.traffic-box-row h5 {
    margin-bottom: 0;
}

.traffic-box-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.traffic-box-row .right-status {
    display: flex;
    align-items: center;
}

.traffic-box-row .right-status h5 span {
    font-size: 11px;
    color: #fff;
    font-family: Roboto-Regular;
    background-color: #87CF48;
    padding: 2.5px 7px;
    display: inline-block;
    border-radius: 30px;
    margin-left: 15px;
}

.right-status h5 , .right-status h6{
    font-size: 12px;
    font-family: Roboto-Regular;
    color: #D0D1DD;
}

.right-status h5 {
    margin-right: 75px;
}

.right-status h6 span {
    font-size: 13px;
    font-family: Roboto-Medium;
    color: #0bd3d3;
}


.traffic-box-info {
    display: none;
}

.traffic-box-info ul {
    background-color: #FAFAFA;
    padding: 12px 14px;
    border-radius: 9px;
    margin-top: 15px;
}

.traffic-box-info ul:last-child {
    padding: 1px 14px;
}

.traffic-box-info ul li {
    line-height: 30px;
    padding-left: 6px;
    font-size: 13px;
    font-family: Roboto-Regular;
    margin: 5px 0;
}

.traffic-box-info ul li:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.traffic-box-info ul li:nth-child(even) {
    background-color: #F0F1F3;
    border-radius: 9px;
}

.right-status h6 {
    margin-right: 35px;
    display: flex;
    align-items: center;
}
.right-status h6 img {
    margin: 0 5px;
}

.traffic-box-row .right-status .drop-icon {
    width: 38px;
    height: 38px;
    background-color: #F7F8F9;
    border-radius: 4px;
    line-height: 38px;
    text-align: center;
}

.traffic-box-row .right-status .drop-icon a {
    display: block;
}

.traffic-box-row.active .right-status .drop-icon {
    width: 38px;
    height: 38px;
    background-color: #F7F8F9;
    border-radius: 4px;
    line-height: 38px;
    text-align: center;
    transform: rotate(180deg);
}

.how-us-title {
    background-color: rgba(13, 211, 211, 0.1);
    display: flex;
    border-radius: 20px;
    padding: 20px;
    justify-content: space-between;
    padding-right: 45px;
    margin-bottom: 30px;
}

.how-us-title-text h2 {
    font-family: Roboto-Bold;
    font-size: 22px;
    color: #FD513F;
    margin-bottom: 10px;
}

.how-us-title-text p {
    font-size: 14px;
    font-family: Roboto-Regular;
    color: #303436;
}

.how-us-title-text {
    max-width: 500px;
}

.how-us-title img {
    margin-top: -68px;
}

.how-us .search-user h5 {
    font-size: 16px;
}

.how-us .search-user .my-input h5 {
    font-size: 14px;
    font-family: Roboto-Medium;
    margin-bottom: 5px;
    color: #303436;
}

.how-us .search-user .my-input.italic input {
    font-style: italic;
}

.how-us .search-user form input {
    background-color: rgba(135, 207, 72, 0.03);
    border: 1px solid rgba(135, 207, 72, 0.3);
}

.how-us .search-user form p {
    font-size: 14px;
    color: #303436;
    font-family: Roboto-Regular;
    margin: 10px 0 25px;
}

.how-us .search-user > p {
    font-size: 14px;
    color: #303436;
    font-family: Roboto-Regular;
    margin: 10px 0 25px;
}

.how-us .search-user form p span {
    color: #0bd3d3;
}

.how-us .default-campaign button {
    background-color: #0BD3D3;
    color: #fff;
    width: 100%; 
    height: 38px;
    border: none;
    border-radius: 4px;
    font-family: Roboto-Medium;
    font-size: 12px;
    margin-top: 30px;
}

.how-us .default-campaign {
    padding: 35px 22px;
    text-align: center;
    background-color: #fff;
}

.default-campaign h2 {
    font-size: 16px;
    font-family: Roboto-Medium;
    display: flex;
    justify-content: center;
    align-items: center;
}

.default-campaign h2 img {
    margin-left: 5px;
}

.default-campaign > span {
    color: #A5A8AA;
    font-size: 13px;
    font-family: Roboto-Regular;
}

.default-campaign h4.number {
    font-size: 48px;
    font-family: Roboto-Medium;
    margin: 15px 0 5px;
}


.default-campaign h4.number span {
    font-size: 28px;
    font-family: Roboto-Medium;
    color: #A5A8AA;
    position: relative;
    top: -15px;
}

.default-campaign ul {
    text-align: left;
}

.default-campaign ul li {
    padding: 20px 0 0;
    margin: 20px 0 0;
    border-top: 1px solid #EEEFF8;
}

.default-campaign ul li h5 {
    font-size: 14px;
    font-family: Roboto-Medium;
    color: #303436;
    margin-bottom: 5px;
}
.default-campaign ul li p {
    font-size: 14px;
    font-family: Roboto-Regular;
    color: #303436;
}

.default-campaign ul li p a, .default-campaign ul li p span {
    color: #0bd3d3;
}

.select-banner-box .banner-name {
    background-color: #0BD3D3;
    padding: 0 15px 0 20px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.select-banner-box .banner-name a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 38px;
}

.select-banner-box .banner-name h5 {
    margin-bottom: 0;
    font-size: 14px;
    font-family: Roboto-Medium;
    color: #fff;
}

.select-banner-box .sub-names {
    max-width: 656px;
    margin: auto;
    display: none;
}

.banner-name.active img,
.sub-names-btn.active img {
    transform: rotate(180deg);
}

.select-banner-box .sub-names li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 38px;
    background-color: #FAFAFA;
    padding: 0 16px 0 20px;
    margin-bottom: 10px;
    color: #303436;
    font-family: Roboto-Regular;
    border-radius: 4px;
}
.sub-name-info {
    max-width: 556px;
    margin: auto;
    display: none;
    margin-bottom: 40px;
}

.sub-name-info > div {
    display: flex;
    justify-content: space-between;
}

.sub-name-info .src-block {
    text-align: right;
}

.sub-name-info > div.block {
    display: block;
}

.how-us .search-user ul li {
    font-family: Roboto-Regular;
    margin-bottom: 15px;
    word-break: break-all;
}

.how-us .search-user ul li img {
    margin-right: 5px;
    max-width: 100%;
}

.sub-name-info > div.block img:first-child {
    margin-bottom: 10px;
}

.how-us .sub-name-info button {
    background-color: #0BD3D3;
    color: #fff;
    width: fit-content;
    height: 38px;
    border: none;
    border-radius: 4px;
    font-family: Roboto-Medium;
    font-size: 12px;
    margin-top: 30px;
    padding: 0 20px;
}

.how-us .domain-img button {
    background-color: #0BD3D3;
    color: #fff;
    width: fit-content;
    height: 38px;
    border: none;
    border-radius: 4px;
    font-family: Roboto-Medium;
    font-size: 12px;
    margin-top: 30px;
    padding: 0 20px;
}

.how-us .domain-img img {
    width: 100%;
}

.how-us .domain-img > p {
    margin: 10px 0 20px;
    font-size: 14px;
    font-family: Roboto-Regular;
}

.how-us .domain-img .row {
    margin-top: 50px;
    margin-right: -10px;
    margin-left: -10px;
}

.how-us .domain-img .row .col-md-6 {
    padding-right: 10px;
    padding-left: 10px;
}

.how-us .domain-img .row img {
    margin-bottom: 50px;
}

.how-us .domain-img .row-btn {
    text-align: right;
    margin-bottom: 50px;
}

.how-us .search-user > h6 {
    font-size: 14px;
    font-family: Roboto-Medium;
    margin-bottom: 10px;
}


.t-status .input {
    display: flex;
}

.my-profile .t-status form .input .default-select {
    width: calc(33% - 8px);
    display: inline-block;
    margin-right: 0px;
}

.t-status form .input .default-select:not(:last-child) {
    margin-right: 15px;
}

.search-user.t-status h5 {
    font-size: 16px;
}

.search-user.t-status .dark {
    margin-top: 30px;
}

.search-user.t-status .dark h5 {
    font-size: 14px;
    margin-bottom: 20px;
}

.search-user.t-status p {
    margin-bottom: 20px;
    font-size: 12px;
}

.search-user.grey {
    background-color: #fafafa;
}

.search-user.grey input {
    background-color: #fff;
}

.search-user.grey ul li {
    margin-top: 10px;
}

.search-user.grey ul li b {
    font-size: 10px;
    font-family: Roboto-Medium;
    font-weight: normal;
    display: block;
}

.search-user.grey ul li div, .search-user.grey ul li input {
    background-color: rgba(135, 207, 72, 0.03);
    border: 1px solid rgba(135, 207, 72, 0.3);
    padding: 10px;
    font-size: 12px;
    font-family: Roboto-Regular;
    border-radius: 4px;
    width: 100%;
}

.search-user.grey ul li div p {
    margin-bottom: 0;
}

.t-status .input {
    position: relative;
}

.search-user.grey .t-status .payment-admin label {
    font-family: Roboto-Light;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    top: calc(50% - 8px);
    left: 12px;
}

.my-profile form.t-status .my-input label h6 {
    font-family: Roboto-Medium;
    display: inline-block;
    color: #303436;
}

.my-profile form.t-status .my-input label span {
    color: #87CF48;
    display: inline-block;
    font-size: 12px;
}

.my-profile form.t-status .my-input label span.color {
    color: #0bd3d3;
    font-style: normal;
}

.my-profile form.t-status .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.my-profile form.t-status .row .col-md-6 {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.search-user.t-status h5.color {
    font-size: 14px;
    color: #0bd3d3;
}

.billing .how-us-title {
    background-color: rgba(2, 255, 26, .10);
    padding: 20px 20px 10px;
}

.billing .how-us-title img {
    margin-top: -58px;
}

.billing .search-user form input {
    background-color: #F7F8F9;
    border: none;
}

.billing-form {
    display: flex;
}

.billing-form .my-input {
    width: 50%;
}

.billing-form .my-input:first-child {
    margin-right: 15px;
}

.default-campaign form select, .default-campaign form input, .default-campaign form textarea {
    width: 100%;
    background-color: #F7F8F9;
    border: none;
    border-radius: 4px;
    padding: 10px;
    border-right: 7px solid #F7F8F9;
    font-size: 12px;
    margin-bottom: 10px;
}

.default-campaign form select, .default-campaign form input {
    height: 38px;
}

.default-campaign form {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #EEEFF8;
    text-align: left;
}

.default-campaign form h5 {
    font-size: 14px;
    font-family: Roboto-Medium;
    margin-bottom: 10px;
}

.how-us .default-campaign form button {
    margin-top: 7px;
}

.billing .payment-admin label {
    font-family: Roboto-Light;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    top: calc(50% - 12px);
    left: auto;
    right: 12px;
    margin: 0;
}

.my-profile .billing.admin-content .payment-admin label {
    top: calc(50% - 13px);
}

.billing .payment-admin label h6 {
    color: #0bd3d3;
}

.billing .payment-admin .input {
    position: relative;
}

.billing-form-2 .my-input:first-child {
    width: 68%;
}

.billing-form-2 .my-input:last-child {
    width: 33%;
    padding: 0;
    border: none;
}

.billing-form-2 {
    display: flex;
    margin-top: 10px;
}

.billing-1,
.billing-2  {
    margin-top: 120px;
}

.how-us-title > p {
    font-family: Roboto-Light;
    margin-bottom: 10px;
}

.escrow-form.mb-10 {
    margin-bottom: 10px;
}

.billing .my-profile form .my-input label {
    font-family: Roboto-Light;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    top: calc(50% - 7px);
    left: 12px;
}

.search-user.pb-10 {
    padding-bottom: 10px;
}

.search-user.pt-10 {
    padding-top: 10px;
}

.search-user.p-10 {
    padding: 10px 20px;
}

.billing .search-user > h5 img {
    margin-left: 10px;
}

.how-us .search-user.paypal h5 {
    color: #5C58B5;
}

.how-us .search-user.approved h5 {
    color: #87CF48;
}

.how-us .search-user.paypal h5.cencelled {
    color: #FD513F;
}


.my-profile .search-user.paypal form label span {
    color: #5C58B5;
}

.my-profile .search-user.approved form label span {
    color: #87CF48;
}

.my-profile .search-user.approved form label span.cencelled {
    color: #FD513F;
}

.subscription .how-us-title-text {
    max-width: 570px;
    padding: 20px;
}

.subscription .how-us-title-text p:first-child {
    margin-bottom: 15px;
}

.subscription .how-us-title {
    background-color: rgba(255, 141, 84, .1);
}

.search-user .subscription-checkbox h5 {
    margin-bottom: -5px;
    margin-left: 10px;
    font-size: 16px;
    font-family: Roboto-Bold;
    color: #303436;
    cursor:pointer;
}
.search-user .subscription-checkbox h5:hover{
    color:#0bd3d3;
}

.search-user .subscription-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.search-user .subscription-checkbox .checkmark {
    height: 10px;
    width: 10px;
    border-radius: 2px;
}

.search-user .subscription-checkbox .checkbox label, .radio label {
    min-height: 10px;
    padding-left: 10px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.search-user .subscription-checkbox .cont .checkmark:after {
    left: 4px;
    top: 2px;
    width: 3px;
    height: 6px;
    border: solid white;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.subscription .search-user h6 {
    font-size: 14px;
    font-family: Roboto-Medium;
    color: #303436;
    line-height: 20px;
    max-height: 22px;
    overflow: hidden;
    margin-bottom: 30px;
}

.subscription .search-user {
    padding: 30px;
}

.subscription .search-user p {
    font-size: 14px;
    font-family: Roboto-Light;
    color: #303436;
    margin-bottom: 20px;
}
.subscription .search-user > form .default-select, .subscription .search-user > form input {
    width: 100%;
}

.subscription-form {
    display: flex;
}

.subscription-form .my-input:first-child {
    width: 50%;
    margin-right: 15px;
}

.subscription-form .my-input:last-child {
    width: 50%;
}

.subscription-form .my-input:last-child input {
    width: 100%;
    margin-left: 15px;
}

.filter-subscrib {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.filter-subscrib li a {
    font-size: 14px;
    font-family: Roboto-Light;
    color: #A5A8AA;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    line-height: 22px;
    display: block;
    padding: 0 8px;
    margin: 0 2px 8px;
}

.filter-subscrib li a.active {
    background-color: #0bd3d3;
    color: #fff;
}

.subscription .options-btn {
    width: 320px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-radius: 4px;
    padding: 2px;
    margin-bottom: 30px;
    z-index: 2;
    background: none;
}

.subscription .options-btn button {
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    margin: 0 5px;
}
.subscription .options-btn button.cencel {
    color: #E5E5E5;
} 

.subscription {
    margin-bottom: 100px;
}

.subscription-2 .search-user {
    padding: 30px 20px;
}

.subscription-2 .search-user p {
    font-size: 14px;
    font-family: Roboto-Light;
    color: #303436;
    margin-bottom: 20px;
}

.subscription-2 .search-user h6 {
    font-size: 14px;
    font-family: Roboto-Medium;
    color: #303436;
    line-height: 20px;
    max-height: 22px;
    overflow: hidden;
    margin-bottom: 30px;
}

.subscription-2 .search-user > form .default-select, .subscription-2 .search-user > form input {
    width: 100%;
}

.subscription-2 .search-user .subscription-checkbox .cont .checkmark:after {
    left: 2px;
    top: 2px;
    width: 8px;
    height: 8px;
    transform: rotate(90deg);
    background-color: #0BD3D3;
    border: none;
    border-radius: 2px;
}

.subscription-2 .filter-subscrib li a {
    font-size: 13px;
    font-family: Roboto-Light;
    color: #A5A8AA;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    line-height: 30px;
    display: block;
    padding: 0 8px;
    margin: 5px;
}

.subscription-2 .filter-subscrib li a.active {
    color: #0bd3d3;
    font-weight: 600;
    background-color: #FFF;
}

.subscription-2 .update-btn {
    text-align: center;
}

.subscription-2 .how-us-title-text p:first-child {
    margin-bottom: 15px;
}

.subscription-2 .how-us-title-text {
    max-width: 750px;
}

.subscription-2 .cont input:checked ~ .checkmark {
    background-color: #ffffff;
    border: 1px solid #0BD3D3;
}

.subscription-2 .search-user .subscription-checkbox .checkmark {
    height: 14px;
    width: 14px;
    border-radius: 3px;
}


/*my-profile-end*/


/*modals*/

.perfect-domain {
    max-width: 1000px;
    margin: auto;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
}

.perfect-domain .top-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.perfect-domain .top-info ul {
    text-align: right;
}

.perfect-domain .top-info ul li {
    font-size: 16px;
    font-family: Roboto-Light;
}

.perfect-domain .top-info ul li span {
    font-family: Roboto-Medium;
    font-size: 16px;
}

.perfect-domain .contact-info {
    margin: 30px 0 40px;
    display: flex;
    justify-content: space-between;
}

.perfect-domain .contact-info ul:last-child {
    text-align: right;
}

.perfect-domain .contact-info ul li h5 {
    font-size: 16px;
    font-family: Roboto-Medium;
}

.perfect-domain .contact-info ul li {
    font-family: Roboto-Light;
}

.perfect-domain .contact-info ul li span {
    font-family: Roboto-Medium;
}

.payment-method ul li h6 {
    font-size: 14px;
    font-family: Roboto-Medium;
    color: #303436;
    line-height: 38px;
    margin-top: 22px;
}

.payment-method ul:last-child {
    width: 25%;
    margin-left: 15px;
}

.payment-method ul:first-child {
    width: 75%;
}

.payment-method ul li {
    line-height: 38px;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    font-family: Roboto-Regular;
    display: block;
    padding: 0 20px;
    margin-bottom: 10px;
}

.payment-method ul li a {
    color: #0bd3d3;
    font-family: Roboto-Medium;
}

.payment-method ul li:nth-child(odd) {
    background-color: #EEEFF8;
}

.payment-method ul li:nth-child(even) {
    background-color: #FAFAFA;
}

.payment-method > div {
    display: flex;
}

.remember {
    background-color: rgba(253, 81, 63, .1);
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.payment-admin .row-btn button,.modal-dialog .row-btn button{
    background-color: #FD513F;
    color: #fff;
    width: fit-content;
    height: 38px;
    border: none;
    border-radius: 4px;
    font-family: Roboto-Medium;
    font-size: 12px;
    margin-top: 20px;
    padding: 0 60px;
}

.payment-admin .row-btn,.modal-dialog .row-btn {
    text-align: right;
}

.remember h5 {
    font-family: Roboto-Medium;
    font-size: 16px;
}

.payment-method > div.total {
    justify-content: flex-end;
    background-color: rgba(13, 211, 211, 0.1);
    align-items: center;
    height: 38px;
    padding: 0 20px;
    font-family: Roboto-Medium;
    font-size: 12px;
}

.apply-modal .modal-dialog {
    max-width: 750px;
}

.apply-modal .warning {
    padding: 0px;
    background: none;
    margin-bottom: 25px;
}

.apply-modal .warning p {
    font-size: 14px;
}

.apply-modal form select {
    width: 100%;
    height: 38px;
    background-color: #F7F8F9;
    border: none;
    border-radius: 4px;
    padding: 10px;
    font-size: 12px;
}

.apply-modal form .my-input button {
    background-color: #0BD3D3;
    color: #fff;
    width: 100%;
    height: 38px;
    border: none;
    border-radius: 4px;
    font-family: Roboto-Medium;
    font-size: 12px;
}

.apply-modal .payment-method ul:first-child {
    width: 68%;
}

.apply-modal .payment-method ul:last-child {
    width: 33%;
    margin-left: 15px;
}

.apply-modal .payment-method > div {
    display: flex;
    align-items: baseline;
}

.apply-modal .payment-method ul li span {
    font-size: 11px;
    color: #fff;
    font-family: Roboto-Regular;
    background-color: #87CF48;
    padding: 2.5px 7px;
    border-radius: 30px;
    margin-right: 15px;
}

.apply-modal .payment-method ul li {
    font-family: Roboto-Light;
}

.apply-modal .payment-method ul li:first-child {
    background-color: #EEEFF8;
}

.apply-modal .payment-method ul li {
    background-color: #FAFAFA;
}

#apply-modal3 .payment-method ul {
    width: 100%;
    margin-left: 0;
}

#apply-modal5 .payment-method ul li {
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    font-family: Roboto-Regular;
    display: block;
    padding: 0 20px;
    margin-bottom: 10px;
    min-height: 38px;
}

#apply-modal5 .payment-method div:not(:first-child) ul li {
    padding: 10px 20px;
    line-height: 19px;
    background-color: #FAFAFA;
}

.modal-btn {
    background-color: #0BD3D3;
    color: #fff;
    width: fit-content;
    height: 38px;
    border: none;
    border-radius: 4px;
    font-family: Roboto-Medium;
    font-size: 12px;
    padding: 0 40px;
    margin: 50px auto 20px;
    display: block;
}

#apply-modal6 .payment-method ul li h4 {
    color: #87CF48;
    font-size: 14px;
    font-family: Roboto-Medium;
    display: inline-block;
    position: relative;
    top: 2px;
    left: 10px;
}

#apply-modal6 .modal-header {
    padding: 19px 25px;
    text-align: center;
    background-color: #fd513f;
    color: #fff;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    overflow: hidden;
}

#apply-modal7 .modal-dialog {
    max-width: 650px;
}

#apply-modal7 .payment-admin {
    max-width: 280px;
    margin: auto;
}

#apply-modal7 .payment-admin .action-input input {
    width: 100%;
    height: 38px;
    background-color: #F7F8F9;
    border: none;
    border-radius: 4px;
    padding: 10px;
    padding-left: 42px;
    font-family: Roboto-Light;
    font-size: 14px;
}

#apply-modal7 .payment-admin .action-input {
    position: relative;
    margin-bottom: 10px;
}

#apply-modal7 .payment-admin .action-input img {
    position: absolute;
    top: 12px;
    left: 20px;
}

#apply-modal7 .warning {
    text-align: center;
}

#apply-modal8 .warning,
#apply-modal9 .warning,
.bs-callout-info p {
    border-radius: 9px;
    background-color: rgba(11, 211, 211, .1);
    padding: 20px;
    margin-bottom: 30px;
}

#apply-modal8 .warning p i {
    font-family: Roboto-Italic;
}

#apply-modal8 .modal-dialog,
#apply-modal9 .modal-dialog {
    max-width: 680px;
}

#apply-modal8 .domain-modal-info h2,
#apply-modal9 .domain-modal-info h2 {
    font-size: 30px;
    font-family: Roboto-Bold;
    color: #0bd3d3;
    text-align: center;
    margin-bottom: 30px;
} 
#apply-modal9 .domain-modal-info h2 {
    margin-bottom: 0;
}

#apply-modal9 .domain-modal-info h3 {
    font-size: 27px;
    font-family: Roboto-Bold;
    color: #A5A8AA;
    text-align: center;
    margin-bottom: 8px;
} 

#apply-modal8 .domain-modal-info p,
#apply-modal9 .domain-modal-info p {
    font-size: 12px;
    font-family: Roboto-Regular;
    color: #A5A8AA;
    line-height: 20px;
    margin-bottom: 20px;
} 

#apply-modal9 .domain-modal-info .payment-method {
    margin-bottom: 30px;
}

#apply-modal8 .subscription-checkbox,
#apply-modal9 .subscription-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

#apply-modal8 .checkbox, .radio,
#apply-modal9 .checkbox, .radio  {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 10px;
    height: 10px;
}

#apply-modal8 label,
#apply-modal9 label {
    top: 0;
    left: 0;
}

#apply-modal8 .subscription-checkbox h5,
#apply-modal9 .subscription-checkbox h5 {
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 14px;
    font-family: Roboto-Medium;
    color: #303436;
}

#apply-modal8 .subscription-checkbox h5 span,
#apply-modal9 .subscription-checkbox h5 span {
    color: #0BD3D3;
}

#apply-modal8 .subscription-checkbox .checkbox label, .radio label,
#apply-modal9 .subscription-checkbox .checkbox label, .radio label {
    min-height: 10px;
    padding-left: 10px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

#apply-modal8 .subscription-checkbox .checkmark,
#apply-modal9 .subscription-checkbox .checkmark {
    height: 10px;
    width: 10px;
    border-radius: 2px;
}

#apply-modal8 .subscription-checkbox .cont .checkmark:after,
#apply-modal9 .subscription-checkbox .cont .checkmark:after  {
    left: 4px;
    top: 2px;
    width: 3px;
    height: 6px;
    border: solid white;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

#content9 img {
    max-width: 100%;
    height: auto;
}

.payment-admin .row-btn button,.modal-dialog .row-btn button {
    background-color: #0BD3D3;
    margin-top: 10px;
}

.payment-admin .row-btn button.white,.modal-dialog .row-btn button.white {
    background-color: #fff;
    border: 2px solid #A5A8AA;
    color: #A5A8AA;
    margin-right: 15px;
}

#apply-modal9 .payment-method > div ul {
    width: 33%;
}

#apply-modal9 .payment-method > div ul:nth-child(2) {
    margin-left: 15px;
}

#content17 .inquir-box-btn {
    display: flex;
    justify-content: flex-start;
    color: #303436;
    font-size: 12px;
    position: relative;
}

#content17 .inquir-box-btn p:not(:last-child) {
    margin-right: 80px;
}

#content17 .inquir-box-btn img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}


/*modals-end*/


.top-panel-mobile {
    display: none;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    margin: 0 -15px;
    padding: 11px 15px;
}

.top-panel-mobile > div:first-child {
    display: flex;
    align-items: center;
}

.top-panel-mobile > div:first-child h2 {
    font-size: 18px;
    font-family: Roboto-Medium;
    margin-left: 15px;
}

.mobile-btn{
    background: none;
    border: none;
}
.mobile-menu{
    display: none;
}
.mobile-logo-icon{
    margin-right: 6px;
    display: none;
}
.payment-info.whitelist ul {
    display: none;
}

.mobile-system {
    display: none;
}
.user-btn-mobile {
    display: none;
}

.show-more {
    display: none;
}

.administration #content9 .row {
    flex-wrap: wrap;
}

.my-profile #content9 .row {
    flex-wrap: inherit;
}



.user-btn-close {
    display: none;
}


.administration .menu-btn.user-btn-mobile {
    display: none;
}

.administration .menu {
    position: absolute;
    top: 75px;
    background-color: #fff;
    padding: 25px;
    z-index: 55;
    border-radius: 4px;
    min-width: 300px;
    display: none;
    left: 15px;
    right: auto;
}


.how-us-title-mobile {
    display: none;
}

.sign-in .sign-up-cont form .input > div.inquire-installment-optional{
    display:block;
}
.appraisal-container{
    margin-top: 50px;
}
/*Media-style*/

@media(max-width: 1380px) {
    .hover-info::after {
        left: auto;
        right: 37px;
    }
    .input .name .hover-info::after{
        left: -77px;
    }
    .logo-api-row {
        display: flex;
        margin-bottom: 80px;
        flex-wrap: wrap;
    }

    .my-profile #content2 form .my-input .one-second {
        width: 50%;
    }

    .logo-api-row .logo-api {
        margin-right: 25px;
        margin-bottom: 25px;
    }
    
    .administration .col-md-2 {
        min-width: 200px;
    }

    header.home::before {
        width: 85%;
    }

    .search-user form > button {
        font-size: 14px;
    }

    .hover-info {
        width: 260px;
        right: -40px;
    }

    .input .name .hover-info{
        left:0;
        right:auto;
    }
    .cunt-box h5 {
        display: flex;
    }

    .cunt-box h5 img {
        margin-left: 5px;
    }

    .portfolio-box ul {
        flex-wrap: wrap;
        margin-left: 35px;
    }

    .portfolio-box {
        padding: 18px 20px;
    }

    .portfolio-box ul li {
        margin-top: 15px;
        margin-right: 15px;
    }

    .portfolio-box .checkbox {
        margin-top: 20px;
    }

    .portfolio-box form {
        align-items: flex-start;
        flex-wrap: wrap;
    }
    form.upload .input div input {
        width: 100%;
    }
}

@media(max-width: 1200px) {
    .container {
        width: auto;
        padding: 0 25px;
    }

    #content6.traffic-report-cont .subscrib-form .select.mr-15:nth-child(2) {
        margin-right: 0;
    }
    #content6.traffic-report-cont .subscrib-form .select.mr-15 {
        margin-right: 15px;
        width: calc(50% - 8px);
    }

    #content7 .subscrib-form:first-child .subscrib-input.select {
        width: calc(33% - 11px);
        margin: 0;
    }
    #content7 .subscrib-form:first-child .subscrib-input {
        width: 33%;
        margin: 0 15px;
    }

    #content7 .subscrib-form {
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
    }
    #content7 .subscrib-form2 .subscrib-input.select:first-child {
        width: calc(50% + -7px);
        margin-right: 15px;
    }

    .my-profile #content12 form .my-input .two-block {
        width: 100%;
        margin-right: 0;
        display: inline-block;
        margin-bottom: 10px;
    }

    .subscription-form .my-input:last-child {
        width: 100%;
    }

    .subscription-form .my-input:first-child {
        width: 100%;
        margin-right: 0;
    }

    .subscription-form {
        display: flex;
        flex-wrap: wrap;
    }

    .subscrib-form .select.mr-15:nth-child(2) {
        margin-right: 0;
    }

    .subscrib-form .subscrib-input.select {
        width: calc(50% - 8px);
        margin: 0;
    }

   

    .subscrib-form {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .subscrib-form .select.mr-15 {
        margin-right: 15px;
        width: calc(50% - 8px);
    }
    
    .my-profile form.t-status .row,
    .my-profile #content12 form .my-input {
        flex-wrap: wrap;
    }

    .my-profile .my-input-row .my-input:last-child {
        width: 30%;
    }

    .my-profile .search-user form > button:nth-child(4) {
        margin-right: 0;
        margin-left: 0;
    }

    .post-info ul li a {
        padding: 3px 6px;
    }

    .search-user form > button {
        width: calc(50% - 15px);
    }

    .search-user form > button:nth-child(2) {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .search-user form > button:nth-child(4) {
        margin-right: 0;
        margin-left: 15px;
    }

    #content1 .search-user form > button {
        font-size: 12px;
    }

    #content1 .config-service form .input {
        width: calc(50% - 8px);
        margin-right: 15px;
        margin-bottom: 10px;
    }

    #content2 .payout form > input {
        width: calc(33% - 11px);
    }

    #content2 .payment-admin form > .input {
        width: calc(33% - 11px);
    }

    .pay-with .buy-now {
        padding: 0 25px;
    }

    .my-profile form .price-type {
        display: none;
    }

    .my-profile #content2 form .my-input .one-second {
        width: 100%;
        margin-right: 15px;
        display: inline-block;
    }

    .white-btn {
        padding: 0 15px;
    }

    .hover-info {
        width: 250px;
        right: -10px;
    }

    .feature-info {
        padding: 10px 0;
    }

    .search-info form input#keyword::placeholder  {
        font-size: 14px;
    }

    .search-info form input#keyword {
        width: 292px;
    }

    .feature-right-info .name h5 a {
        margin-left: 3px;
    }

    .search-info form {
        padding-left: 7px;
        padding-right: 7px;
        max-width: 540px;
        justify-content: space-between;
    }
    .search-info form button {
        width: 114px;
    }
    .select-domain a {
        font-size: 15px;
    }

    .feature-info .logo img {
        max-width: 125px;
    }

    .feature-right-info .name h5 {
        font-size: 17px;
    }
    
    .domain-newsletter .col-md-10 .row {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #add-domain-for-sale .modal-dialog, #domain-sale5 .modal-dialog {
        width: calc(100% - 25px);
        max-width: 1200px;
    }
    
}

@media(max-width: 1050px) {
    #escrow .col-md-10 {
        width: 78.333333%;
    }
}

@media(max-width: 991px) {
    .search-section {
        margin: 50px 0 80px;
    }

    #escrow .col-md-10 {
        width: 75%;
    }

    .how-us .how-us-title {
        display: none;
    }

    .how-us .how-us-title-mobile {
        display: flex;
    }

    .my-profile .how-us .row {
        flex-direction: column-reverse;
    }
    
    .my-profile #content9 .row {
        flex-wrap: wrap;
    }

    .my-profile .t-status form .input .default-select:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .my-profile .my-input-row .my-input:last-child {
        width: 15%;
        justify-content: flex-end;
        margin-left: 15px;
    }

    .my-input-row {
        align-items: flex-start;
    }

    .my-profile .my-input-row .my-input:first-child {
        width: 85%;
        justify-content: flex-start;
    }

    .my-profile form .my-input div.long button img {
        display: inline-block;
    }

    .my-profile #content1 .search-user form input {
        margin-bottom: 0;
    }

    .my-profile .col-md-2 {
        width: 25%;
    }

    .my-profile .col-sm-9 {
        width: 73.333%;
    }

   

    .my-profile .col-md-2 {
        margin-right: 0px;
        padding: 0;
    }

   

    .search-user form > button:nth-child(4) {
        margin-right: 0;
        margin-left: 0;
    }

    #content8 .blog .blog-admin form .input .blog-input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .admin-tags ul li {
        width: calc(50% - 16px);
        margin: 0 8px 10px;
    }

    .blog .blog-admin form .input .blog-select {
        width: calc(50% - 8px);
    }

    .seo-box textarea {
        height: 80px;
    }

    .receivers-manager li span {
        width: auto;
        margin-right: 30px;
        display: inline-block;
    }

    #content1 .search-user > ul li, #content1 .search-user > ul li a.light {
        word-break: break-all;
    }

    .modal-content {
        margin: 0 15px;
    }

    .modal-input .input {
        position: relative;
        width: 100%;
    }

    .modal-input button {
        width: 100%;
        font-size: 12px;
        margin: 15px 0;
    }
    
    .admin .modal-body p {
        margin-bottom: 20px;
    }

    .modal-input {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .admin-tags .add-tag-btn {
        width: 46%;
    }

    .email-admin form .input div.mr-30 {
        margin-right: 30px;
    }

    .email-admin form .input div:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .email-required ul {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .marketing form .input div.input-order1 {
        order: 1;
    }

    .marketing form .input div.input-order2 {
        order: 3;
        margin-bottom: 20px;
    }

    .marketing form .input div.input-order3 {
        order: 2;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .marketing form .input div.input-order4 {
        order: 4;
    }

    .marketing form .input .right-buttons button {
        width: 22%;
    }

    .email-admin form .input div {
        display: flex;
        width: 100%;
        position: relative;
    }

    #content1 .search-user form input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    #content2 .payout form > input:nth-child(2), .payout form > input:nth-child(4) {
        margin-right: 0;
    }

    #content2 .payout form > input {
        width: calc(50% - 10px);
    }

    #content2 .payout form .input {
        width: calc(50% - 10px);
        display: inline-block;
    }
    .admin-content .select-box .input {
        width: calc(50% - 10px);
        margin-bottom: 10px;
    }

    #content2 .select-box .input:nth-child(2) {
        margin-right: 0;
    }

    #content2 .admin-content .select-box .input {
        width: calc(50% - 15px);
    }

    #content2 .admin-content .select-box .input {
        width: calc(50% - 15px);
    }

    #content2 .admin-content .select-box .input {
        width: calc(50% - 15px);
    }

    #content2 .payout form .input.mt-10 {
        margin-top: 10px;
    }

    input.mb-10 {
        margin-bottom: 10px;
    }

    

    #content2 .search-user form .input button.mb-10 {
        margin-bottom: 10px;
    }

    

    #content2 .admin-content .select-box .input {
        display: none;
    }
    
    
    #content2 .payout form .input:nth-child(2) {
        margin-right: 0;
    }
    
    #content2 .payout form .input:nth-child(4) {
        margin-right: 0;
        margin-left: 15px;
    }

    #content2 .payout form > input:nth-child(3), .payout form > input:nth-child(6) {
        margin-right: 15px;
    }

    #content1 .search-user form input:nth-child(odd) {
        margin-right: 0;
    }

    #content1 .search-user form .input div {
        display: flex;
        flex-direction: column;
    }

    #content1 .search-user > form .input {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    #content1 .user-box {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
        flex-direction: column;
    }

    #content1 .search-user form > button {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    #content1 .search-user form > button:nth-child(6) {
        margin-top: 0px;
    }

    #content1 .filter li a {
        padding-left: 20px;
        font-size: 12px;
    }

    #content1 .user-box > div:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }

    #content1 .tools {
        margin-top: 30px;
    }

    #content1 .search-user form .input button {
        width: 100%;
        font-size: 12px;
        margin-top: 10px;
    }

    #content1 .search-user > form .default-select {
        width: 100%;
    }

    #content1 .user-box > div {
        width: 100%;
    }

    #content17 .search-cont .inquir-box .search-user form .input div.domain-inquir-box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    #content17.subscrib-form .subscrib-input.select {
        width: 100%;
        margin: 0;
    }

    #content17 .subscrib-form .select.mr-15 {
        margin-right: 0;
        width: 100%;
    }

    .administration .search-user .row {
        flex-wrap: wrap;
    }

    #content13 .zones-manage .payment-info.whitelist table {
        display: none;
    }

    #content16 .search-cont .search-user.dark form .input div {
        display: flex;
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }

    #content13 .zones-manage .payment-info.whitelist ul li {
        display: flex;
        align-items: center;
        word-break: break-all;
    }

    #content13 .zones-manage .payment-info.whitelist ul {
        padding: 15px;
        display: block;
    }

    #content13 .zones-manage .payment-info.whitelist ul li a {
        color: #0bd3d3;
        margin-left: 8px;
    }

    #content13 .zones-manage .payment-info.whitelist ul:nth-child(odd) {
        background-color: #FAFAFA;
        border-radius: 9px;
    }

    #content13 .zones-manage .payment-info.whitelist ul li h6 {
        margin-right: 15px;
        font-size: 14px;
        font-family: Roboto-Medium;
        text-align: right;
        color: #303436;
        min-width: 85px;
    }

    .administration .config .row {
        flex-wrap: wrap;
    }

    .config-logo > a {
        display: block;
    }

    #add-domain-for-sale .modal-body, #domain-sale5 .modal-body {
        padding: 0px 36px 85px;
    }

    .my-profile .administration .row {
        display: flex;
        flex-wrap: wrap;
    }

    .my-profile .row {
        display: flex;
        flex-wrap: wrap;
    }

    .portfolio-title .right-section img {
        bottom: 0;
        right: 0;
        position: relative;
        max-width: 100%;
    }

    .administration .col-md-3.mr-0 {
        margin-right: 15px;
    }

    .col-md-3 .right-box {
        margin-top: 0;
        height: auto;
    }

    .my-profile #content2 form .my-input .one-second:last-child {
        margin-right: 0;
    }


    .block-list ul li ul:first-child {
        margin-right: 0;
    }

    .portfolio-title .right-section {
        position: relative;
        margin-top: -60px;
        text-align: center;
    }

    .portfolio-title {
        background-color: rgba(165, 168, 170, .1);
        padding: 0px 52px 0 47px;
        display: flex;
        border-radius: 20px;
        margin-bottom: 30px;
        flex-direction: column-reverse;
        justify-content: center;
        margin-top: 70px;
    }

    .portfolio-title .left-section {
        max-width: 100%;
        padding: 5px 0 25px;
        text-align: center;
    }

    .my-profile form .price-filter {
        display: none;
    }

    .my-profile form .my-input button img {
        display: block;
        margin: auto;
    }
    
    .my-profile form .my-input button span {
        display: none;
    }

    .administration .col-md-3 {
        margin-left: 15px;
        padding: 0;
        margin-right: 15px;
    }

    .my-profile .search-user.mt-75 {
        margin-top: 0;
    }

    .col-sm-9 {
        width: 73.333%;
    }

    .domain-for-sale .title p {
        font-size: 18px;
    }

    .tracking-text h5 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .tracking img {
        padding-right: 27px;
        max-width: 100%;
    }

    .tracking-text p {
        font-size: 14px;
        line-height: 25px;
    }

    .tracking-text p.mb-60 {
        margin-bottom: 20px;
    }

    .domain-for-sale .search-img {
        position: relative;
        bottom: 0;
        left: 0;
        max-width: 50%;
    }

    .product {
        height: 250px;
    }

    .what-get .text {
        margin-bottom: 20px;
    }

    .prod-bottom {
        margin-bottom: 20px;
    }

    .legal-cont {
        margin-bottom: 130px;
        flex-direction: column;
    }

    .legal-info {
        margin: 20px auto;
    }

    .blog-category form input {
        max-width: 142px;
    }
    .blog-category form input::placeholder {
        font-size: 14px;
    }

    .search-section > div.container {
        display: flex;
        flex-direction: column-reverse;
    }

    .search-img {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .blog-category form button img {
        display: block;
        margin: auto;
    }

    .blog-category form button span {
        display: none;
    }

    .search-img img {
        margin: auto;
    }

    .search-info form {
        height: 50px;
        padding-left: 7px;
        padding-right: 7px;
        max-width: 540px;
        justify-content: space-between;
    }
    .search-info form input#keyword{
        width: 292px;
    }

    .feature-info {
        padding: 0;
    }

    .feature-info .logo img {
        max-width: fit-content;
    }

    footer {
        padding: 79px 0 30px;
    }

    footer .row {
        display: flex;
        flex-wrap: wrap;
    }

    footer .row .order-1 {
        order: 1;
    }

    footer .row .order-2 {
        order: 2;
    }

    footer .row .order-3 {
        order: 3;
    }

    footer .row .order-4 {
        order: 4;
    }

    footer .row .order-5 {
        order: 5;
    }

    footer .column {
        margin-bottom: 50px;
        text-align: center;
    }

    footer h5 {
        margin-bottom: 10px;
    }

    .domain-newsletter .col-md-10 .row {
        display: contents;
        text-align: center;
    }

    .domain-newsletter form input {
        margin: 20px auto;
        max-width: 320px;
        width: 100%;
    }

    .domain-newsletter form button {
        margin: auto;
        max-width: 320px;
        width: 100%;
    }

    .search-img {
        margin-bottom: 40px;
    }

    .search-section.premium {
        position: relative;
        margin: 186px 0 126px;
    }

    .acquisitions-text {
        padding-right: 0;
    }

    .acquisitions-info p {
        font-size: 15px;
        margin-bottom: 20px;
        line-height: 27px;
    }

    .appraisals-text p {
        font-size: 20px;
    }

    .appraisals-info p {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .select-appraisals .select-box h5 {
        font-size: 16px;
        font-family: Roboto-Regular;
        color: #303436;
    }

    .appraisals-text p {
        font-size: 18px;
    }

    .appraisals-text p br {
        display: none;
    }
    .my-profile-form .row .col-xs-12:first-child {
        margin-bottom: 20px;
    }
    #content14 .payment-info.whitelist table {
        display: none;
    }
    .payment-info.whitelist ul:nth-child(odd) {
        background-color: #FAFAFA;
        border-radius: 9px;
    }
    #content14 .payment-info.whitelist ul {
        padding: 15px;
        display: block;
    }
    .payment-info.whitelist ul li {
        display: flex;
        align-items: center;
    }

    .payment-info.whitelist ul li img {
        margin-right: 5px;
    }

    .payment-info.whitelist ul li a {
        color: #0bd3d3;
    }
    #content14 .payment-info.whitelist ul li h6 {
        margin-right: 15px;
        font-size: 14px;
        font-family: Roboto-Medium;
        width: 95px;
        text-align: right;
        color: #303436;
    }
    #content15 .payment-info.whitelist ul li h6 {
        width: auto;
    }
    #content14 .search-user h5,
    #content15 .search-user h5 {
        margin-bottom: 5px;
    }

    .inquir-box-btn {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        position: relative;
    }
    .inquir-box-btn p {
        margin-bottom: 5px;
    }

    .inquir-box-btn img {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        transition: 0.3s;
    }
    .inquir-box-btn.active img {
        transform: rotateX(180deg);
    }

    .my-profile .transfer-form .my-input {
        max-width: 100%;
        width: 100%;
    }

    .my-profile .transfer-form {
        flex-wrap: wrap;
    }
    .my-profile .transfer-form .my-input:nth-child(2) {
        margin: 0;
        margin-bottom: 10px;
    }
    .newsletter-subscrib .api{
        margin-top:80px;
        margin-right:1em;
    }
    .api-integration-contact .api-info .title{
        margin-left:1em;
        margin-right:1em;
    }
    .newsletter-subscrib .container > div{
        flex-direction: column-reverse;
        align-items: center;
    }
    .newsletter-subscrib .sign-in{
        padding-left: 0;
        padding-right: 0;
    }
    .left-user-cont{
        width: 25%;
    }
}

@media (max-width: 767px) {
    .search-img img {
        margin: auto;
        padding: 0px 25px;
    }

    #escrow .col-md-10 {
        width: 64.333%;
    }

    .my-profile #content11 form .my-input.mb-0 {
        margin-bottom: 0;
    }

    .how-us .search-user ul li img {
        margin-bottom: 20px;
    }

    .how-us .sub-name-info button {
        margin-top: 10px;
    }

    .sub-name-info .src-block {
        text-align: center;
    }

    .sub-name-info > div {
        flex-direction: column;
        align-items: center;
    }

    .modal-dialog .payment-admin .row-btn button,.modal-dialog .row-btn button {
        width: 100%;
    }

    #apply-modal9 .payment-method > div ul {
        width: 100%;
    }

    .apply-modal form select {
        margin-bottom: 10px;
    }

    #apply-modal9 .domain-modal-info h3 {
        font-size: 22px;
    }

     .my-profile #content13 form .my-input {
        flex-wrap: wrap;
    }

    #apply-modal8 .domain-modal-info h2, #apply-modal9 .domain-modal-info h2 {
        font-size: 22px;
    }

    #apply-modal9 .payment-method > div ul:nth-child(2) {
        margin-left: 0;
    }

    .subscription-form .my-input:last-child input {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .apply-modal .payment-method ul:first-child {
        width: 100%;
    }

    #content13 .how-us-title {
        margin-top: 90px;
    }

    .apply-modal .payment-method ul:last-child {
        width: 100%;
        margin-left: 0;
    }

    .subscription .how-us-title img {
        margin-bottom: 10px;
    }

    .billing-form .my-input:first-child {
        margin-right: 0;
        width: 100%;
    }

    .billing-form-2 .my-input:last-child {
        width: 100%;
        padding: 0;
        border: none;
    }

    .billing-form-2 {
        display: flex;
        margin-top: 0;
        flex-wrap: wrap;
    }

    .portfolio-box ul li {
        min-width: 91px;
    }

    .my-profile .whitelist ul li h6 {
        width: fit-content!important;
    }

    .perfect-domain .contact-info {
        flex-direction: column;
    }

    .payment-method ul:last-child {
        width: 100%;
        margin-left: 0;
    }

    .payment-method > div {
        flex-wrap: wrap;
    }

    .payment-method ul:first-child {
        width: 100%;
    }

    .perfect-domain .contact-info ul:last-child {
        text-align: left;
        margin-top: 10px;
    }

    .administration .col-md-3 {
        margin-left: 10px;
        margin-right: 0;
        padding: 0 15px;
    }

    .top-menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 65px;
    }

    .top-menu .logo img {
        display: block;
    }

    .administration .top-menu .logo {
        text-align: center;
        margin: 0;
        padding-top: 0;
    }

    .my-profile .col-sm-9 {
        width: 66.66666667%;
        padding-left: 20px;
    }

    .my-profile .col-xs-4 {
        width: 33.33333333%;
    }

    .email-admin h5.mb-30 {
        margin-bottom: 20px;
    }

    .search-user form .input div .input-manage {
        width: 100%;
        margin-right: 0;
    }

    .blog .blog-admin form .input .blog-select.mr-15 {
        margin-right: 0;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .subscrib-form .subscrib-input {
        width: 100%;
        margin: 0;
    }

    #content10 .email-admin form .input div:first-child,
    #content11 .email-admin form .input div:first-child {
        margin-bottom: 5px;
    }

    .search-user form .input div .input-manage .default-select {
        margin-top: 10px;
    }

    .blog-button button {
        width: 100%;
        padding: 11px 25px;
    }

    .blog .email-admin form .input div {
        width: 100%;
    }

    .blog .blog-admin form .input .blog-select {
        width: 100%;
    }

    .subscrib-info p {
        font-size: 12px;
    }

    .administration #content6 .row {
        flex-wrap: wrap;
    }

    .subscrib-info ul li {
        font-size: 12px;
    }

    .subscrib-info button {
        text-align: center;
        width: 100%;
    }

    .subscrib-button form.upload .input button {
        width: 100%;
    }

    .sub-title > div {
        margin-bottom: 5px;
    }
    .subscrib-input-box {
        display: flex;
        flex-direction: column;
    }

    .subscrib-input .top-input {
        flex-direction: column;
    }

    .subscrib-input .top-input .input:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .secont-box {
        width: 100%;
    }

    .secont-box:first-child {
        margin-right: 0;
    }

    .sub-title {
        align-items: flex-start;
        margin-bottom: 20px;
        flex-direction: column;
    }

    .bottom-info {
        text-align: left;
        margin-top: 15px;
    }

    .subscrib-button form.upload .input div input {
        width: 100%;
    }

    .subscrib-form2 .subscrib-input.select:first-child {
        width: 100%;
        margin-right: 0;
    }

    .seo-tipes ul li {
        font-size: 13px;
    }

    .seo-tipes p {
        font-size: 13px;
    }

    .seo-box {
        margin-bottom: 20px;
    }

    .admin-tags .add-tag-btn {
        width: 46%;
    }

    .queued .upload-text > p {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .search-user form .input div {
        display: flex;
        flex-direction: column;
    }

    .marketing.search-user form .input button {
        width: 20%;
        background-color: #87CF48;
    }
    
    .marketing form .input button b {
        font-weight: normal;
        display: none;
    }

    .marketing.search-user > form .input:first-child {
        display: flex;
    }

    .administration .marketing form .input div.input-order3 input,
    .administration .marketing form .input div.input-order4 input {
        width: 100%;
    }

    .marketing form .input .right-buttons button {
        width: 45%;
    }
    
    .administration .marketing form .input div input {
        width: calc(80% - 15px);
        border: 1px solid rgba(135, 207, 72, 0.30);
    }

    .marketing.search-user form .input div {
        flex-direction: row;
        justify-content: space-between;
    }


    #content4 form.upload .input button {
        width: 100%;
        margin-top: 0;
    }

    .marketing form .input .right-buttons button:first-child {
        margin-right: 10px;
    }

    .drop {
        width: 100%;
        margin-left: 0;
        padding: 15px 0;
    }

    

    .queued .upload-text {
        flex-direction: column;
    }

    .email-admin form .input div {
        flex-direction: column;
    }

    .search-user form > button {
        font-size: 12px;
    }

    #content2 .search-user form .input div {
        flex-direction: column;
    }

    #content2 .payments form textarea {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .email-admin form .input button, .email-admin form .input .default-select {
        width: 100%;
    }

    .email-admin form .input div input {
        width: 100%;
        margin-right: 0;
    }

    .payments form > button {
        position: relative;
        right: 0;
        bottom: 0;
        font-size: 12px;
        width: 100%;
    }

    .admin-content .select-box .input {
        width: 100%;
    }

    .payout .top-title {
        flex-direction: column;
        align-items: flex-start;
    }

    .payout .top-title h5:first-child {
        margin-bottom: 10px;
    }

    #content2 .payout form .input:nth-child(4) {
        margin-right: 0;
        margin-left: 0;
    }

    #content2 .payments form {
        display: flex;
        flex-direction: column;
    }

    #content2 .payout form > input {
        width: 100%;
    }

    #content2 .payments form > div {
        max-width: 100%;
        width: 100%;
    }

    #content2 .payments form .input div input {
        width: 100%;
    }

    #content2 .search-user form .input button {
        width: 100%;
        font-size: 12px;
        
    }

    #content2 .payout form .input {
        width: 100%;
        display: inline-block;
    }

    .right-user-cont {
        margin-top: 0;
    }

    .administration .col-sm-6 .user-btn-mobile {
        display: flex;
    }

    .administration .admin-content .user-btn-mobile {
        display: flex;
    }

    .administration .user-btn {
        display: none;
    }

    .my-profile .user-btn {
        display: flex;
    }

    .my-profile #content1 .user-btn {
        display: flex;
    }
    .order-xs-1 {
        order: 1;
    }

    

    .right-user-cont {
        background-color: #fff;
        height: auto;
        border-radius: 9px;
        margin-bottom: 20px;
    }

    #content1 .filter {
        display: none;
        margin-top: 20px;
    }

    #content1 .search-user > ul li, #content1 .search-user > ul li a.light {
        word-break: break-all;
    }

    .right-user-title {
        display: flex;
        justify-content: space-between;
        cursor: pointer;
        margin-bottom: 0;
    }

    .right-user-title h6 {
        display: none;
    }

    .right-user-title img {
        display: block;
    }

    .order-xs-2 {
        order: 2;
    }

    .administration #content1 .row {
        flex-direction: column-reverse;
    }

    .my-profile #content1 .row {
        flex-direction: column;
    }

    .search-user form input {
        width: 100%;
    }

    .search-cont .search-user form .input div.mt-10 {
        margin-top: 10px;
    }

    #content16 .payment-info.whitelist ul li h6,
    #content10 .payment-info.whitelist ul li h6,
    #content11 .payment-info.whitelist ul li h6 {
        width: auto;
    }

    .system-user {
        display: none;
    }

    .system-box h5 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0;
        cursor: pointer;
    }

    .system-box ul {
        display: none;
        margin-top: 15px;
    }

    .mobile-system {
        display: block;
    }

    .logo-api-row .logo-api:nth-child(even) {
        margin-right: 0;
        margin-left: 10px;
    }

    #content21 .config-service form .input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .zones-manage .warning p {
        font-size: 13px;
    }

    .config-logo-right form.upload .input div input {
        width: 100%;
        background-color: #fff;
    }

    .config-logo-right form.upload .input button {
        width: 100%;
        font-size: 12px;
        margin-top: 10px;
    }

    .row-list-modal .my-input:nth-child(2) {
        margin: 0;
        width: 100%;
    }

    .payment-info.whitelist table {
        display: none;
    }

    .whitelist table {
        display: none;
    }

    .payment-info.whitelist ul:nth-child(odd) {
        background-color: #FAFAFA;
        border-radius: 9px;
    }

    .payment-info.whitelist ul {
        padding: 15px;
        display: block;
    }

    .payment-info.whitelist ul li {
        display: flex;
        align-items: center;
        font-size: 12px;
    }

    .search-cont .search-user form .input div {
        margin-right: 0;
    }

    .blog {
        padding-bottom: 0;
    }

    form.upload .input button {
        width: 100%;
        margin-top: 10px;
    }

    .search-cont .search-user form .input div {
        flex-wrap: wrap;
    }

    #content19 form.upload .input div input {
        margin-bottom: 10px;
    }

    #content19 .payment-info.whitelist ul li:last-child {
        color: #FC5F5F;
    }

    .payment-info.whitelist ul li h6 {
        margin-right: 15px;
        font-size: 12px;
        font-family: Roboto-Medium;
        width: 50px;
        text-align: right;
        color: #303436;
    }

    #content12 .payment-info.whitelist ul li h6 {
        width: 90px;
    }

    .search-cont .search-user form .input div {
        margin-bottom: 5px;
    }

    .payment-info.whitelist.extension ul li h6 {
        width: 73px;
    }

    .staff-row {
        flex-direction: column;
    }

    #add-domain-for-sale .staff-row::after, #domain-sale5 .staff-row::after {
        padding: 0 8px;
        top: calc(50% - 3px);
    }

    .row-list-modal {
        display: flex;
        align-items: baseline;
        flex-direction: column;
    }

    .search-user.modal-domain-info {
        padding: 20px;
    }

    .modal-body .mobile-cont-2 > p {
        font-size: 14px;
    }

    .m-d-filter textarea {
        height: 120px;
    }

    .my-profile form .row-list-modal .my-input {
        width: 100%;
    }

    .my-profile form .row-list-modal .quantity {
        width: 100%;
    }

    .m-d-filter {
        padding: 0;
    }

    #add-domain-for-sale .staff-row::before, #domain-sale5 .staff-row::before {
        bottom: 0;
        width: 100%;
        height: 1px;
        top: 20px;
    }

    .staff-row .modal-box .modal-box-btn a, .staff-row .modal-box .modal-box-btn button {
        width: 100%;
        text-align: center;
    }

    #add-domain-for-sale .staff-row .modal-box:first-child, #domain-sale5 .staff-row .modal-box:first-child {
        margin-right: 0;
        margin-bottom: 50px;
    }

    .staff-row .modal-box {
        width: 100%;
    }

    .fortfolio-3 .col-md-9 {
        max-width: 100%;
    }

    .my-input-row .my-input:last-child {
        width: 38px;
        justify-content: flex-end;
        margin: 0;
    }

    .block-list ul li ul:first-child {
        margin-right: 7px;
    }

    .block-list .cunt-box .img {
        width: 100px;
        height: 100px;
    }

    .portfolio-box ul {
        flex-wrap: wrap;
        margin-left: 0;
    }

    .portfolio-box .my-profile-form  ul {
        flex-wrap: wrap;
        margin-left: 35px;
    }

    .my-profile form .extension {
        display: none;
    }

    .portfolio-form .my-input:first-child {
        width: calc(65% - 15px);
    }

    .my-profile form .my-input .one-second:last-child {
        margin-right: 0;
        max-height: 38px;
    }

    .fortfolio .my-input-row .my-input:first-child {
        width: 72%;
        justify-content: flex-start;
    }

    .fortfolio .my-input-row .my-input:last-child {
        width: 38px;
        justify-content: flex-end;
        margin-left: 0;
    }

    .my-profile .my-input-row .my-input .one-second {
        width: inherit;
    }

    .my-profile .col-sm-9 {
        width: 64.333%;
    }

    .tracking {
        text-align: center;
    }

    .tracking .row {
        flex-direction: column;
    }

    .tracking-text {
        margin-top: 30px;
    }

    .domain-for-sale .baaner-link img {
        margin: 74px auto 100px;
    }

    .domain-for-sale {
        margin-bottom: 80px;
    }

    .domain-for-sale .search-info p {
        font-size: 18px;
    }

    .domain-for-sale.mt-80 {
        margin-bottom: 40px;
    }

    .domain-for-sale .search-img {
        position: relative;
        bottom: 0;
        left: 0;
        max-width: inherit;
    }

    .domain-for-sale {
        margin-top: 40px;
    }

    #content11 .how-us-title img {
        margin-top: -43px;
    }

    .my-profile #content11 form .my-input {
        flex-wrap: wrap;
    }

    .my-profile #content11 form .my-input .two-block {
        width: 100%;
        margin-right: 0;
        display: inline-block;
        margin-bottom: 10px;
    }



    .my-profile #content11 form.t-status .row .col-md-12 {
        padding: 0 5px;
        width: 100%;
        max-width: 100%;
    }

    .domain-sale-info .price > div a {
        margin: 5px 10px 5px 0;
        display: inline-block;
    }
    .my-profile .col-md-3 {
        margin-left: 0;
        margin-right: 0;
        padding: 0 15px;
    }
    .my-profile #content11 .my-profile form .my-input:first-child {
        margin-bottom: 10px;
    }

    .pay-with {
        flex-wrap: wrap;
    }

    .service > .title h2 {
        font-size: 33px;
        line-height: 45px;
    }

    .service > .title p {
        font-size: 18px;
        padding: 0 20px;
    }

    .service > .title p br {
        display: none;
    }

    .legal-info {
        margin: 20px auto;
    }

    .legal > .title p {
        font-size: 18px;
        font-family: Roboto-Medium;
        max-width: inherit;
        padding: 0 20px;
    }

    .acquisitions-text {
        text-align: center;
        margin: 25px 0;
    }

    .select-appraisals .select-box {
        width: 100%;
    }

    .select-appraisals {
        flex-direction: column;
    }

    .acquisitions-info {
        text-align: center;
    }

    .acquisitions-text .white-btn {
        margin: 0 auto;
    }

    .sell-domain .row .white-btn img {
        margin-left: 5px;
    }

    .featured-domain .row {
        max-width: 400px;
        margin: auto;
    }

    .sell-domain .row {
        flex-wrap: wrap;
    }

    .sell-domain .row .col-sm-12 {
        width: 100%;
    }

    .sell-domain .row .col-md-7 {
        order: 1;
    }

    .appraisals-info {
        margin-top: 20px;
    }

    .sell-domain .row .col-md-5 {
        order: 2;
    }

    .sell-domain .row .col-md-6.order-1 {
        order: 1;
    }

    .sell-domain .row .col-md-6.order-2 {
        order: 2;
    }

    .sell-domain .row img {
        max-width: 350px;
        margin: auto;
    }

    .sell-info ul li {
        display: block;
        width: fit-content;
        margin: auto;
    }
    .appraisal-container .sell-info ul li {
        text-align: left;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .sell-info {
        text-align: center;
        margin-top: 20px;
    }

    .search-info h1 {
        font-size: 33px;
        margin-bottom: 15px;
    }

    .search-info h2 {
        font-size: 19px;
        line-height: 20px;
        margin-bottom: 0;
    }

    .title h2 {
        font-size: 24px;
    }

    .partners-logo a {
        margin: 10px 15px;
    }

    .why-choose-us-content ul li h5 {
        font-size: 20px;
    }

    header.home::before {
        width: 100%;
        height: 680px;
        background-position: top right -550px;
    }

    .search-section.premium {
        position: relative;
        margin: 186px 0 126px;
    }

    .title h5 {
        font-size: 19px;
        line-height: 30px;
        margin-bottom: 21px;
    }

    .sign-in {
        padding: 0 27px 90px;
    }

    .sell-domain-info h3 {
        font-size: 33px;
        margin-bottom: 0;
    }

    .sell-domain-info p {
        font-size: 18px;
    }

    .contact > .title {
        padding: 0 27px 0;
    }

    .api p {
        font-size: 18px;
        line-height: 30px;
    }

    .api h3 {
        font-size: 33px;
        line-height: 45px;
    }

    .acquisitions-info .white-btn {
        margin: 0 auto;
    }

    .why-choose-us-content ul li h5 {
        font-size: 16px;
    }

    .how-it-hork ul li {
        padding-left: 20px;
    }

    .how-it-hork ul li span {
        min-width: 58px;
        height: 58px;
        line-height: 58px;
        font-size: 33px;
    }

    .faq > .title p {
        font-size: 18px;
        font-family: Roboto-Medium;
    }
    .faq > .title p br {
        display: none;
    }

    .faq > .title h2 {
        font-size: 33px;
        line-height: 50px;
    }
    .transfer-form .my-input {
        max-width: inherit;
        width: 100%;
    }

    .transfer-form {
        flex-wrap: wrap;
    }

    .transfer-form .my-input:nth-child(2) {
        margin: 0 0 15px;
    }

    .search-user > form .input {
        width: 100%;
        display: inline-block;
    }   

    .transfer-box-info-row {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .my-profile form .escrow-form .my-input {
        margin-bottom: 10px;
    }

    .domain-information .transfer-box-info-row:first-child .my-input:first-child {
        width: 100%;
        margin-right: 0;
    }

    .subscrib-form .select.mr-15 {
        margin-right: 0;
        width: 100%;
    }

    .subscrib-form {
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
    }

    .my-profile .admin-content .traffic-report p {
        margin-bottom: 0;
        margin-top: 53px;
    }

    .traffic-report-input:first-child {
        margin-right: 0;
    }

    #content6.traffic-report-cont .subscrib-form .select.mr-15 {
        margin-right: 0;
        width: 100%;
    }
    
    .traffic-report-cont .subscrib-form .select.mr-15 {
        margin-right: 0;
        width: 100%;
    }
    
    .traffic-report-input {
        width: 100%;
    }

    .right-status h5 {
        display: none;
    }

    .how-us .search-user ul li img {
        max-width: 100%;
        height: auto;
    }

    .how-us-title {
        flex-direction: column-reverse;
    }
    

    .traffic-report-input:last-child {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .search-user form input:nth-child(odd) {
        margin-right: 0;
    }
    

    .traffic-report-form {
        display: flex;
        flex-wrap: wrap;
    }

    .preferences-box {
        padding: 20px 20px;
    }

    .traffic-report {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-right: 60px;
        margin-bottom: 50px;
        flex-direction: column-reverse;
        text-align: center;
    }

    .subscrib-form .subscrib-input.select {
        width: 100%;
        margin: 0;
    }

    .negotiation .payment-info {
        display: block;
        overflow-x: auto;
        max-width: 100%;
    }

    .negotiation .payment-info table tr th {
        padding-left: 12px;
    }

    .negotiation .payment-info table tr td {
        font-family: Roboto-Regular;
        height: 38px;
        padding-left: 25px;
        white-space: inherit;
    }

    .domain-information .transfer-box-info-row:last-child .my-input:not(:last-child) {
        margin-right: 0;
    }

    .domain-information .transfer-box-info-row:first-child .my-input:last-child {
        width: 100%;
    }   

    .domain-information .transfer-box-info-row:first-child .my-input:last-child {
        width: 100%;
    }

    .domain-information .transfer-box-info-row:last-child .my-input {
        width: 100%;
    }

    .search-user form .input div {
        position: relative;
    }

    .search-user .top-info h5 {
        margin-bottom: 10px;
    }

    .transfer-box-info-row.mt-45 h5 {
        position: relative;
        top: 0;
        left: 0;
    }

    .transfer-box-info-row .my-input:not(:last-child) {
        margin-right: 0;
    }

    

    .transfer-box-info .top-info {
        flex-wrap: wrap;
    }

    .administration .menu {
        position: fixed;
        top: 0;
        right: -100%;
        background-color: #fff;
        padding: 5px 18px;
        z-index: 55;
        border-radius: 4px;
        min-width: 300px;
        display: block;
        height: 100vh;
        transition: 0.3s;
        width: 100%;
        left: auto;
    }

    .administration .menu.open {
        right: 0;
    }

    .menu {
        position: fixed;
        top: 0;
        right: -100%;
        background-color: #fff;
        padding: 5px 18px;
        z-index: 55;
        border-radius: 4px;
        min-width: 300px;
        display: block;
        height: 100vh;
        transition: 0.3s;
        width: 100%;
    }

    .menu.open {
        right: 0;
    }

    .administration #media-btn {
        display: none;
    }
    .left-user-cont{
        width: 33.33333333%;
    }
}

@media(max-width: 576px) {
    .legal > .title h2 {
        font-size: 33px;
    }

    .left-user-cont {
        position: relative;
    }

    .log-out {
        padding-bottom: 30px;
        position: relative;
    }

    #escrow .col-md-10 {
        width: 100%;
    }

    .subscription-form .my-input:last-child input {
        width: 48%;
    }

    .modal-title {
        font-size: 16px;
    }

    .subscription-2 .filter-subscrib li a {
        font-size: 12px;
    }

    #apply-modal9 .domain-modal-info h3 {
        font-size: 17px;
        margin-top: 5px;
    }

    .remember h5 {
        font-family: Roboto-Medium;
        font-size: 14px;
        padding: 8px 15px;
    }



    #apply-modal8 .domain-modal-info h2, #apply-modal9 .domain-modal-info h2 {
        font-size: 16px;
    }
    .left-user-cont .user-btn-close {
        position: absolute;
        right: 15px;
        top: 20px;
        display: block;
    }

    .perfect-domain .top-info {
        flex-direction: column;
    }

    .perfect-domain .top-info ul {
        text-align: left;
        margin-top: 15px;
    }

    .portfolio-box ul li span {
        display: inline-block;
    }
    .open .left-user-cont .user-btn-close img{
        transform: rotate(180deg);
    }
    .left-user-cont .user-btn-close button {
        background-color: #fafafa;
        border: none;
        color: #fd513f;
        font-size: 20px;
        padding: 5px 10px 8px 12px;
        border-radius: 4px;
        margin: 0;
    }

    .my-profile .col-xs-4 {
        width: auto;
    }

    .my-profile .warning {
        margin-bottom: 0;
    }

    .my-profile form .my-input.mt-20 {
        margin-top: 10px;
    }

    .my-profile .col-xs-12 {
        margin: 0;
    }

    .my-profile .col-sm-9 {
        padding-left: 15px;
    }

    .seo-tipes ul li h5 {
        margin-right: 5px;
        white-space: nowrap;
    }

    .marketing.search-user form .input button {
        width: 12%;
        background-color: #87CF48;
        min-width: 40px;
    }

    .admin-tags .add-tag-btn {
        width: calc(100% - 16px);
        margin: 0 8px;
    }

    .administration .marketing form .input div input {
        width: calc(88% - 15px);
        border: 1px solid rgba(135, 207, 72, 0.30);
    }

    .admin-tags ul li {
        width: 100%;
        margin: 0 8px 10px;
    }

    .admin-tags ul {
        margin-bottom: 20px;
        max-height: 425px;
        overflow: hidden;
    }
    .admin-tags ul.show {
        max-height: inherit;
    }

    .show-more:hover {
        color: inherit;
    }

    .show-more {
        display: block;
        font-size: 12px;
        color: #0bd3d3;
        text-align: center;
        margin-bottom: 10px;
    }

    .marketing.search-user form .input .right-buttons button:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .marketing.search-user form .input .right-buttons button {
        width: 100%;
    }

    .marketing.search-user form .input .right-buttons {
        flex-direction: column;
    }

    .queued .upload-text > p {
        font-size: 12px;
    }

    .config-logo > img {
        width: 100%;
        border: 1px solid #EEEFF8;
    }

    .logo-api-row {
        justify-content: center;
    }

    .logo-api-row .logo-api {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .administration .col-md-2 {
        width: fit-content;
        position: fixed;
        z-index: 29;
        left: -200px;
        transition: 0.5s;
    }

    .administration.open .col-md-2 {
        left: 0;
        background-color: rgb(0, 0, 0, 0.36);
        width: 100%;
    }

    .administration.open .col-md-2 .left-user-cont {
        max-height: 100vh;
    }
    .mobile-btn{
        display:none;
    }
    .mobile-menu{
        display:block;
    }
    .mobile-logo-icon{
        display:block;
    }
    .user-btn button{
        border-radius: 5px;
    }
    .user-btn h2{
        width: 100vw;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }
    .administration .user-btn{
        background-color: #FFF;
        width: 100%;
        border-radius: 5px;
        box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
    }
    .top-panel-mobile {
        display: flex;
    }

    .m-d-filter .r-btn button {
        min-width: 140px;
        margin-left: 0;
    }

    .mobile-cont-3 .text p {
        font-size: 14px;
        word-break: break-all;
    }

    #add-domain-for-sale .modal-body, #domain-sale5 .modal-body {
        padding: 0px 15px 85px;
    }

    .block-list ul li {
        display: flex;
        flex-wrap: wrap;
    }

    #add-domain-for-sale .staff-row::after, #domain-sale5 .staff-row::after {
        padding: 0 8px;
        top: calc(50% - 36px);
    }
    .staff-row .modal-box {
        width: 100%;
        min-height: 365px;
    }

    #add-domain-for-sale .staff-row::before, #domain-sale5 .staff-row::before {
        top: -50px;
    }

    .portfolio-box .checkbox {
        margin-top: 14px;
    }

    .cunt-box .img {
        width: 42px;
        height: 42px;
    }

    .portfolio-title h2 {
        font-size: 20px;
    }

    .portfolio-title a {
        background-image: linear-gradient(to right, #FC5F5F , #FD9C55);
        line-height: 38px;
        color: #fff;
        border-radius: 4px;
        padding: 0 18px;
        display: inline-block;
        font-size: 12px;
        font-family: Roboto-Bold;
        width: 100%;
    }

    .portfolio-title {
        padding: 0px 26px 0 26px;
    }

    .my-profile .col-sm-9 {
        width: 100%;
    }

    .domain-for-sale .title p {
        font-size: 18px;
        max-width: inherit;
        padding: 0 20px;
    }

    .description ul li {
        flex-direction: column;
    }

    .domain-sale-info {
        padding: 30px 20px;
    }

    .pay-with h5 {
        margin-bottom: 15px;
    }

    .description ul li h5 {
        margin-bottom: 5px;
    }

    .service > .title p {
       max-width: initial;
    }

    .service-info p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .search-section {
        margin: 30px 0 56px;
    }
    
    .legal > .title p {
        max-width: inherit;
    }

    .m-d-filter .r-btn {
        flex-direction: column;
    }

    .legal-info {
        width: 296px;
        height: 246px;
    }

    .faq > .title p {
        max-width: initial;
        padding: 0 20px;
    }

    .our-video {
        max-height: 170px;
        margin-bottom: 109px;
    }
    
    .our-video iframe {
        max-width: 310px;
        max-height: 170px;
    }

    .how-it-hork ul li span {
        margin-right: 0;
        margin-bottom: 21px;
    }

    .how-it-hork ul li h5 {
        font-size: 18px;
        padding-right: 0;
    }

    .how-it-hork ul li {
        padding-left: 0px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .newsletter .why-choose-us-content ul li {
        padding-left: 20px;
        text-align: left;
    }

    .newsletter .why-choose-us-content ul li img {
        margin-right: 20px;
    }

    .appraisals-text p {
        font-size: 16px;
        line-height: 25px;
    }

    .title p br {
        display: none;
    }
    
    .title h5 br {
        display: none;
    }

    .api-section .container > div {
        flex-direction: column-reverse;
    }

    .api-info {
        margin-top: 100px;
    }
    
    .api-section .container .api-img {
        margin-bottom: 30px;
        padding: 20px;
    }

    .send-message form {
        padding: 0 27px;
    }

    .api-info .title p {
        max-width: initial;
        font-size: 15px;
    }

    .premium .search-info h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .container-header .logo img.mobile-logo {
        display: block;
    }

    .container-header .logo img {
        display: none;
    }

    .container {
        width: auto;
        padding: 0px 15px;
    }

    .search-info form {
        padding-left: 11px;
    }

    .search-info form button span {
        display: none;
    }

    .search-info form button img {
        display: block;
        margin: auto;
    }

    .search-info form button {
        width: 36px;
        text-align: center;
    }

    .search-info form button {
        margin-left: 8px;
    }
    .select-domain{
        margin-right:0;
    }
    .search-info form input#keyword {
        width:calc(100% - 150px);
        padding-left: 7px;
        padding-right: 7px;
    }
    .search-info > ul li a {
        font-size: 14px;
    }

    .search-info > ul {
        justify-content: center;
    }

    .search-info h2 {
        line-height: 44px;
        margin-bottom: 12px;
    }

    .title h2 {
        line-height: 32px;
        margin-bottom: 7px;
        font-family: Roboto-Light;
    }

    .title {
        margin-bottom: 50px;
    }

    .swiper-pagination-bullet-active {
        opacity: 1;
        background: #FD513F;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }

    .acquisitions .why-choose-us-content ul li:last-child h5 {
        font-size: 18px;
    }

    .featured-slide .feature-info {
        display: block;
        text-align: center;
        background: none;
        margin-bottom: 20px;
        box-shadow: none;
        max-width: 280px;
        margin: auto;
        padding: 10px 0 0;
    }

    .featured-slide .feature-right-info {
        padding-left: 0;
        margin-left: 0;
        border-left: 0;
    }

    .featured-slide .feature-info .logo img {
        border: 1px solid #E5E5E5;
        margin-bottom: 5px;
    }

    .featured-slide .feature-right-info .heart {
        top: 0;
        right: 0;
    }

    .featured-slide {
        display: block;
    }

    .sell-domain.acquisitions .row:nth-child(4) {
        margin-bottom: 70px;
    }

    .feature-right-info .name h5 a {
        margin-left: 7px;
        display: inline-block;
        width: fit-content;
    }

    .title p {
        font-size: 16px;
        max-width: 288px;
        margin: auto;
    }
    .not-found .title p, .public-inform-page .title p{
        font-size:14px;
    }

    .send-recuest-cont {
        padding: 0 25px;
    }

    .featured-slide .hover-info::after {
        left: auto;
        right: 51px;
    }

    .featured-slide .hover-info {
        width: 220px;
        right: 0;
        left: 0;
        margin: auto;
    }

    .hover-info::after {
        left: auto;
        right: 5px;
    }
    .input .name .hover-info::after{
        right: 37px;
    }

    .hover-info {
        width: 220px;
        right: 0;
        left: calc(-100% - -6px);
        margin: auto;
    }
    .input .name .hover-info{
        left:0;
        right:auto;
    }

    .featured-slide .feature-info .logo {
        margin-right: 0px;
    }

    .feature-info .logo {
        margin-right: -10px;
    }

    .featured-slide .feature-right-info .buy-now {
        margin-bottom: 68px;
    }

    .hover-info ul li {
        line-height: 15px;
        font-family: Roboto-Regular;
        font-size: 11px;
    }

    .sell-domain .title {
        margin-bottom: 33px;
    }

    .sell-domain .row img {
        max-width: 178px;
    }
    
    .sell-info {
        margin-top: 25px;
    }

    .sell-info h3 {
        font-size: 18px;
        margin-bottom: 3px;
    }
    .appraisal-container .sell-info h3{
        margin-bottom: 22px;
    }
    .sell-info ul li {
        font-size: 14px;
        line-height: 30px;
    }

    .sell-domain .row:nth-child(4) {
        margin-bottom: 30px;
    }

    .sell-domain {
        margin-bottom: 70px;
    }

    .why-choose-us .title {
        margin-bottom: 51px;
    }

    .why-choose-us-content ul li h5 {
        font-size: 18px;
    }

    .why-choose-us-content ul li img {
        margin-right: 10px;
        max-width: 26px;
    }

    .partners-logo {
        flex-direction: column;
    }

    .our-partners .title {
        margin-bottom: 38px;
    }

    .domain-newsletter .title h2 {
        line-height: 40px;
        padding: 0 15px;
    }

    .domain-newsletter img {
        display: none;
    }

    .partners-logo a {
        margin: 9px 0;
    }

    .our-partners {
        margin-bottom: 67px;
    }

    .domain-newsletter form input,
    .domain-newsletter form button {
        max-width: inherit;
        width: 100%;
    }

    .domain-newsletter form {
        margin-top: 150px;
    }

    .domain-newsletter {
        padding: 44px 0 17px;
    }

    .why-choose-us-content ul li {
        padding-left: 10px;
    }

    .menu ul {
        padding-left: 19px;
    }

    .search-section.premium {
        position: relative;
        margin: 186px 0 126px;
    }

    .featured-domain .col-md-4 {
        padding-left: 0;
        padding-right: 0;
    }

    .more-btn {
        margin-top: 67px;
    }

    .featured-domain.premium {
        margin-bottom: 83px;
    }

    .what-get .title {
        margin-bottom: 55px;
    }

    .what-get .text {
        margin: 0 auto 50px;
    }

    .what-get .text h5 {
        font-size: 18px;
    }

    .what-get .row {
        margin-bottom: 58px;
    }

    .what-get .container .title {
        margin-bottom: 43px;
    }

    .sign-in .title h2 {
        font-size: 33px;
    }

    .sign-in-cont, .sign-in p {
        max-width: 374px;
        margin: auto;
        padding: 0 27px;
    }

    .sign-in .sign-up-cont form .form-inputs {
        flex-direction: column;
    }

    .sign-in .sign-up-cont form .input {
        width: 100%;
    }

    .sign-in #content-2 form .nav-button {
        margin-right: 40px;
    }

    .contact > .title h2 {
        font-size: 33px;
    }

    .contact > .title p {
        font-size: 18px;
        font-family: Roboto-Medium;
        max-width: inherit;
    }

    .contact > .title p br {
        display: none;
    }

    .blog .row {
        display: flex;
        flex-wrap: wrap;
    }
    
    .order-1 {
        order: 1;
    }

    .order-2 {
        order: 2;
    }

    .blog-category ul {
        justify-content: space-between;
    }

    .blog > .title p {
        font-size: 18px;
        font-family: Roboto-Medium;
        max-width: inherit;
        padding: 0 15px;
    }

    .blog > .title h2 {
        font-size: 33px;
        line-height: 45px;
    }

    .about > .title p {
        font-size: 18px;
        font-family: Roboto-Medium;
        max-width: inherit;
        padding: 0 15px;
    }

    .about > .title h2 {
        font-size: 33px;
        line-height: 45px;
    }

    .about .text p {
        font-size: 15px;
    }

    .top-menu .logo img {
        display: block;
    }
    .administration .user-btn-mobile.menu-btn.user-btn {
        display: none;
    }

    .administration #media-btn {
        display: flex;
    }

    .not-found .title > img{
        width: 80%;
    }
}


/*Media-style-end*/



