@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

:root {
    --font-poppins: "Poppins", sans-serif;
    --font-dm-sans: "DM Sans", sans-serif;
    --color-primary: #112c9a;
}

.header {
    width: 100%;
    height: 67px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
}

.header-content {
    max-width: 1440px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-content a {
    text-decoration: none;
    cursor: pointer;
}

.header-content nav {
    display: flex;
    align-items: center;
    gap: 47px;
    font-family: var(--font-poppins);
}

.header-content nav a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--color-primary);
}

.domains-section-text {
    width: 100%;
    height: 440px;
    background: linear-gradient(264.9deg, #193194 -7.67%, #061656 100%);
    padding-top: 80px;
}

.domains-section-text h4 {
    font-family: var(--font-poppins);
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    color: white;
    text-align: center;
}

.domains-section-text p {
    text-align: center;
    max-width: 815px;
    margin: auto;
    color: #e7e7e7;
    font-family: var(--font-poppins);
    font-weight: 400;
    font-size: 20px;
    line-height: 139%;
    margin-top: 6px;
}

.domain-form-search {
    max-width: 1371px;
    width: 100%;
    margin: auto;

    margin-top: -150px;
}

.search-form {
    width: 100%;
    border-radius: 7px;
    background-color: white;
    padding: 70px 54px 54px 45px;
    box-shadow: 0px 7px 12px 0px #00000029;
}

.search-form form {
    width: 100%;
    background-color: #9cbefd66;
    padding: 30px;
    border-radius: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.domain_input {
    max-width: 67%;
    width: 100%;
    background-color: white;
    padding: 16px 28px;
    border-radius: 7px;
    font-family: var(--font-poppins);
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-transform: lowercase;
    border: none;
    outline: none;
    color: #ababab;
}

.search-form form input[type="text"]::-webkit-input-placeholder,
.tld::-webkit-input-placeholder {
    color: #ababab;
}

.search-form form .tld {
    background-color: white;
    padding: 16px 52px;
    border-radius: 7px;
    font-family: var(--font-poppins);
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-transform: lowercase;
    color: #ababab;
    max-width: 16%;
    width: 100%;
    outline: none;
    border: none;
    appearance: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: calc(100% - 36px) center;
}

.search-form form .tld-custom {
    background-color: white;
    padding: 16px 52px;
    border-radius: 7px;
    font-family: var(--font-poppins);
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-transform: lowercase;
    color: #ababab;
    max-width: 16%;
    width: 100%;
    outline: none;
    border: none;
}

.search-form form input[type="submit"] {
    background-color: var(--color-primary);
    border: none;
    outline: none;
    border-radius: 7px;
    font-family: var(--font-poppins);
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: white;
    padding: 16px 56px;
    text-transform: uppercase;
    cursor: pointer;
    max-width: 23%;
    width: 100%;
}

.radio-group {
    max-width: 75%;
    width: 100%;
    display: flex;
    margin-top: 27px;
    justify-content: space-between;
}

.custom-radio {
    display: inline-flex;
    align-items: center;
}

.custom-radio input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    background-color: #e0e0e0;
}

.custom-radio input[type="radio"]::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #999999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-radio input[type="radio"]:checked {
    background-color: #e6e6ff;
}

.custom-radio input[type="radio"]:checked::before {
    width: 12px;
    height: 12px;
    background-color: #0066ff;
}

.custom-radio label {
    font-family: var(--font-poppins);
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
}

.domain-availability {
    width: 100%;
    margin-top: 73px;
    border-radius: 7px;
    height: 216px;
    padding-left: 58px;
    padding-right: 170px;
    background: url("/assets/images/icons/availability-bg.svg");
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.domain-availability>div {
    display: flex;
    justify-content: center;
    align-self: center;
    gap: 36px;
}

.t-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
}

.t-wrapper h3 {
    font-family: var(--font-poppins);
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: white;
}

.t-wrapper h3 span {
    font-weight: 400;
    color: #2bff01;
}

.t-wrapper h4 {
    font-family: var(--font-poppins);
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: white;
}

.btn_cart {
    font-family: var(--font-poppins);
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #152b86;
    box-shadow: 0px 1px 2px 0px #1018280d;
    background-color: white;
    padding: 12px 31px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 8px;
}

.suggested-domains {
    width: 100%;
    margin-top: 66px;
    font-family: var(--font-poppins);
}

.suggested-domains h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    color: #333333;
    text-align: center;
}

.suggested-domains h4 {
    margin-top: 5px;
    font-weight: 400;
    font-size: 20px;
    line-height: 145%;
    color: #333333;
    text-align: center;
}

.suggestions {
    width: 100%;
    margin-top: 57px;
    box-shadow: 0px 0px 12px 0px #0000001c;
    background-color: white;
    padding: 58px 126px;
}

.sugg-row {
    width: 100%;
    padding: 14px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #c4c4c480;
}

.sugg-row h5 {
    font-family: var(--font-poppins);
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #463f3f;
}

.sugg-price {
    display: flex;
    align-items: center;
    gap: 35px;
}

.sugg-price button {
    font-family: var(--font-poppins);
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #07185b;
    background-color: #d7e5fe;
    box-shadow: 0px 1px 2px 0px #1018280d;
    border-radius: 4px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 9px 25px;
}

.sugg-price button:hover {
    background-color: #132981;
    color: white;
}


.footer {
    width: 100%;
    height: 50px;
    background-color: white;
    color: #333333;
    display: flex;
    align-items: center;
    font-family: var(--font-poppins);
    justify-content: center;
    font-size: 14px;
    margin-top: 40px;
}



.helpful-links ul li {
    cursor: pointer;
    margin-bottom: 12px;
}

.helpful-links ul li:has(span) {
    font-weight: 600;
    margin-bottom: 20px;
    color: #f6f6f6;
}

.footer-text {
    width: 100%;
}

.logo-t {
    max-width: 1440px;
    width: 100%;
    margin: auto;
    padding: 42px 0px;
    color: #005aff33;
    display: flex;
    justify-content: space-between;
}

.logo-t div {
    max-width: 383px;
    width: 100%;
    display: flex;
    row-gap: 55px;
    column-gap: 22px;
    flex-wrap: wrap;
    font-family: var(--font-poppins);
    font-weight: 400;
    font-size: 14px;
}

.logo-t div a {
    line-height: 100%;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #f6f6f6;
}

.logo-t div span {
    color: #f6f6f6;
}

*/

/* checkout page */
.checkout-section-text {
    width: 100%;
    background: linear-gradient(264.9deg, #193194 -7.67%, #061656 100%);
    height: 300px;
    padding-top: 80px;
}

.checkout-section-text h4 {
    font-family: var(--font-poppins);
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    color: white;
    text-align: center;
}

.checkout-section-text p {
    max-width: 815px;
    width: 100%;
    font-family: var(--font-poppins);
    font-weight: 400;
    font-size: 20px;
    line-height: 139%;
    text-align: center;
    margin: auto;
    margin-top: 6px;
    color: #ffffff;
}

.details-section {
    max-width: 1300px;
    width: 100%;
    margin: auto;
    display: flex;
    margin-top: 31px;
    gap: 44px;
    padding-left: 20px;
    padding-right: 20px;
}

.details-list {
    flex: 1;
}

.hosting-details {
    width: 100%;
    box-shadow: 0px 10px 30px 0px #0000001a;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px 30px 75px 30px;

}

.hosting-details h4,
.hosting-details h2 {
    font-family: var(--font-dm-sans);
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    color: #333333;
}

.hosting-details h2 {
    font-size: 20px;
}


.hosting-details h2 span {
    color: #000;
}

.hosting-details p {
    font-family: var(--font-dm-sans);
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #00000099;
    margin-top: 10px;
    padding: 5px 0px;
    border-top: 1px solid #0000000d;
    border-bottom: 1px solid #0000000d;
}

.hosting-details ul,
.hosting-details ol {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #0000000d;
    list-style: none;
}

.hosting-details ul li,
.hosting-details ol li {
    margin-bottom: 15px;
    font-family: var(--font-dm-sans);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #00000099;
    position: relative;
    left: 20px;
}

.hosting-details ul li::before,
.hosting-details ol li::before {
    content: url("../images/icons/list-tick.svg");
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    left: -27px;
    position: absolute;
}

.hosting-details ul li span,
.hosting-details ol li span {
    color: #000000;
}

.pricing-table {
    max-width: 359px;
    width: 100%;
    height: fit-content;
    box-shadow: 0px 10px 30px 0px #0000001a;
    padding: 30px;
    border-radius: 10px;
    background-color: #ffffff;
    position: sticky;
    top: 30px;
}

.pricing-table h4 {
    font-family: var(--font-dm-sans);
    font-weight: 300;
    font-size: 32px;
    line-height: 100%;
    color: #333333;
    margin-bottom: 10px;
}

.summary {
    font-family: var(--font-dm-sans);
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    color: #333333;
}

.order_summary {
    padding-bottom: 7px;
    border-bottom: 1px solid #0000000d;
}

.recurring span,
.setupfee span {
    display: block;
}

.recurring {
    font-family: var(--font-dm-sans);
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #00000099;
    padding-top: 20px;
    border-bottom: 1px solid #0000000d;
}

.price-off-saved {
    font-family: var(--font-dm-sans);
    font-weight: 500;
    font-size: 16px;
    color: #01A747;
}

.checkout-price-wrapper {
    display: flex;
    gap: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.rec-pay {
    color: #112C9A;
    font-size: 16px;
}

.prices-wrapper {
    display: flex;
    gap: 10px;
    padding-right: 20px;
    justify-content: space-between;
}


.price-order-saved {
    font-family: var(--font-dm-sans);
    font-weight: 700;
    font-size: 24px;
    line-height: 22px;
    color: #000000CC;
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.price-order-saved span {
    font-size: 16px;
    color: #01A747;
    display: inline;
}

.setupfee {
    font-family: var(--font-dm-sans);
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #00000099;
    padding: 20px 0px;
    border-bottom: 1px solid #0000000d;
}

.payment {
    margin-top: 22px;
    font-family: var(--font-dm-sans);
}

.payment span {
    font-family: var(--font-dm-sans);
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #00000099;
}

.price-red-order {
    color: red;
    text-decoration: line-through;
    font-family: var(--font-dm-sans);
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-decoration: line-through;
}

.w-700 {
    font-weight: 700;
}


.payment h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 22px;
    color: #333333;
}

.checkout-btn {
    width: 100%;
    font-family: var(--font-dm-sans);
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    padding: 10px 0px;
    border-radius: 6px;
    outline: none;
    border: none;
    cursor: pointer;
    margin-top: 30px;
    display: block;
    text-align: center;
    background-color: #112c9a;
}

.user-details-wrapper,
.domain-details-c {
    margin-top: 25px;
    padding: 30px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 10px 30px 0px #0000001a;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.domain-details-c p {
    font-size: 15px;
}

.domain-details-wrapper {
    font-family: var(--font-poppins);
}

.accordion-head {
    width: 100%;
    display: flex;
    align-items: center;
    font-family: var(--font-poppins);
    font-weight: 400;
    font-size: 20px;
    line-height: 139%;
    margin-top: 10px;
    color: #121212;
}

.accordion-body {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease;
    background-color: white;
}

.accordion-body.open {
    max-height: fit-content;
    opacity: 1;
}

.accordion-content {
    padding-left: 38px;
    padding-top: 14px;
    transition: padding-top 0.3s ease;
}

.accordion-content .info-heading {
    font-family: var(--font-poppins);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: black;
}

.accordion-body.open .accordion-content {
    padding-top: 14px;
}

.two-col-form.my.price-form {
    display: flex;
    align-items: stretch;
}

.two-col-form.my.price-form>div {
    flex: 1;
}

.domain-price-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.dis_ac_rt {
    display: flex;
    flex-direction: column;
}

.dis_ac_rt h2 {
    color: #000;
    font-size: 18px;
}

.dis_ac_rt h4 {
    color: #333;
    font-size: 15px;
    text-decoration: line-through;
}

.saving-badge {
    color: white;
    background-color: #112c9a;
    padding: 5px 10px;
    width: fit-content;
    border-radius: 8px;
    font-size: 11px;
    font-family: sans-serif;
}

@media only screen and (max-width : 593px) {
    .two-col-form.my.price-form {
        flex-direction: column;
        gap: 10px;
    }
}

.accordion-content .two-col-form {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.two-col-form.my {
    margin: 10px 0;
}

.two-col-form input[type="submit"] {
    width: 200px;
    font-family: var(--font-dm-sans);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    padding: 10px 0px;
    border-radius: 6px;
    outline: none;
    border: none;
    cursor: pointer;
    margin-top: 30px;
    display: block;
    text-align: center;
    background-color: #112c9a;
}

.accordion-content .two-col-form>.form-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.form-wrapper label {
    font-family: var(--font-poppins);
    color: #00000099;
    font-size: 16px;
}

.form-wrapper select {
    background-color: white !important;
    color: black;
    align-self: stretch;
    font-weight: normal;
    padding: 11px !important;
}

.form-wrapper input,
.form-wrapper select {
    padding: 10px;
    outline: none;
    border-radius: 5px;
    font-family: var(--font-poppins);
    font-size: 16px;
    border: 1px solid #00000099;
}

.form-wrapper select {
    appearance: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: calc(100% - 4px) center;
}

.form-wrapper select:focus,
.form-wrapper input:focus {
    border: 1px solid var(--color-primary);
}

.two_small_forms {
    display: flex;
    flex: 1;
    gap: 10px;
    align-items: center;
}

.two_small_forms>* {
    width: 50%;
}

.user-details,
.billing_cycle,
.domain-details-wrapper {
    width: 100%;
    margin-top: 72px;
}

.user-details h2,
.billing_cycle h2,
.domain-details-wrapper h2 {
    font-family: var(--font-poppins);
    font-weight: 600;
    font-size: 24px;
    line-height: 139%;
    color: #121212;
}

.billing_cycle p {
    font-family: var(--font-poppins);
    font-weight: 400;
    font-size: 20px;
    line-height: 139%;
    margin-top: 10px;
    color: #121212;
}

.pricing-container {
    display: flex;
    width: 100%;
    margin-top: 29px;
    gap: 22px;
    flex-wrap: wrap;
    background-color: white;
    font-family: var(--font-poppins);
}

.pricing-option {
    max-width: 200px;
    flex: 1;
    background-color: white;
    border-radius: 12px;
    padding-left: 27px;
    padding-right: 10px;
    padding-top: 44px;
    min-width: 207px;
    box-shadow: 0px 4px 35px -10px #00000040;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    /* width: 207px; */
    overflow: hidden;
    position: relative;
}

.block {
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 18px;
    background-color: #ceceef;
}

.radio-wrapper {
    display: flex;
    width: 100%;
}

.radio-wrapper>div {
    display: flex;
    flex-direction: column;
}

input[type="radio"],
.radio-wrapper input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    background-color: #e0e0e0;
}

input[type="radio"]::before,
.radio-wrapper input[type="radio"]::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #999999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

input[type="radio"]:checked,
.radio-wrapper input[type="radio"]:checked {
    background-color: #e6e6ff;
}

input[type="radio"]:checked::before,
.radio-wrapper input[type="radio"]:checked::before {
    background-color: #3366ff;
}

label:has(input:checked) .save-button-txt {
    background: #D7E5FE;
}

.ml-20 {
    margin-left: 9px;
}

.radio-wrapper .label {
    font-family: var(--font-poppins);
    font-weight: 500;
    font-size: 17px;
    line-height: 139%;
    color: #121212;
    border-bottom: 1px solid #ceceef;
}

.price {
    font-family: var(--font-poppins);
    font-weight: 700;
    font-size: 17px;
    line-height: 139%;
    color: #121212;
    margin-top: 6px;
    padding-bottom: 2px;
    width: fit-content;
    border-bottom: 1px solid #ceceef;
}

.save-button-txt {
    padding: 9px 10px;
    border-radius: 4px;
    background: #AFFFD1;
    box-shadow: 0px 1px 2px 0px #1018280D;
    font-family: var(--font-poppins);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 13px;
    margin-bottom: 24px;
    max-width: 144px;
    color: #07185B;
    width: 100%;
    text-align: center;
}

.radio-checked:checked .save-button-txt {
    background: #D7E5FE;
}

.select-button {
    height: 40px;
    background-color: #f0f0ff;
    border-radius: 6px;
    margin-top: auto;
}

.pricing-option:has(input[type="radio"]:checked) .select-button {
    background-color: #e6e6ff;
}

.addons {
    width: 100%;
    margin-top: 53px;
}

.addons h2 {
    font-family: var(--font-poppins);
    font-weight: 600;
    font-size: 24px;
    line-height: 139%;
    color: #121212;
}

.addon-wrapper {
    overflow: hidden;
    width: 100%;
    padding: 36px 40px;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: white;
    box-shadow: 0px 4px 35px -10px #00000040;
    border-radius: 7px;
    margin-top: 25px;
}

.bar {
    width: 100%;
    height: 12px;
    background-color: #ceceef;
    position: absolute;
    bottom: 0;
    left: 0;
}

.text-image {
    display: flex;
    justify-content: space-between;
}

.text-image>div h3 {
    font-family: var(--font-poppins);
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #333333;
}

.text-image>div p {
    font-family: var(--font-poppins);
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    margin-top: 6px;
}

.addon-radio {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.addon-radio>div {
    width: 40%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-radio.addons-fields {
    width: fit-content;
    align-items: center;
}

.custom-radio.addons-fields label {
    font-family: var(--font-poppins);
    font-weight: 500;
    font-size: 17px;
    line-height: 139%;
    color: #121212;
}

.addon-radio h4 {
    font-family: var(--font-poppins);
    font-weight: 700;
    font-size: 17px;
    line-height: 139%;
    color: #121212;
}

.error-field {
    color: red;
    font-family: var(--font-poppins);
    font-size: 10px;
}

.input-error {
    border: 1px solid red !important;
}

.error-message {
    color: red;
    font-family: var(--font-poppins);
    font-size: 10px;
}

.success-page {
    padding-top: 63px;
    padding-bottom: 153px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font-poppins);
}

.success-page h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    color: black;
    text-align: center;
}

.success-page h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    text-align: center;
    margin-top: 15px;
    color: #333333;
}

.success-page span {
    color: #003D31;
}

.success-page p {
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    width: fit-content;
    margin: auto;
    margin-top: 8px;
    background-color: #E8E8E8;
    padding: 5px 9px;
    border-radius: 2px;
}

.success-page .loader {
    display: inline-block;
    width: 40px;
    aspect-ratio: 4;
    background: radial-gradient(circle closest-side, #000 90%, #0000) 0/calc(100%/3) 100% space;
    clip-path: inset(0 100% 0 0);
    animation: l1 1s steps(4) infinite;
}

@keyframes l1 {
    to {
        clip-path: inset(0 -34% 0 0)
    }
}

.success-page.two {
    display: flex;
    gap: 10px;
}

.success-page.two>div {
    max-width: 600px;
    width: 100%;
}

.order-card.checkout {
    margin: 10px 0px;
}

.button-big {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    width: fit-content;
    padding: 15px 25px;
    font-family: var(--font-helvetica);
    background-color: #091E42;
    color: white;
    cursor: pointer;
    border-radius: 6px;
    text-decoration: none;
    border: none;
    font-size: 16px;
}

.button-big:hover {
    background-color: #103a82;
}

.text-order-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}


.header-user-details {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-poppins);
}

.header-user-details h4 {
    line-height: 16px;
}

.header-user-details span {
    font-size: 15px;
}

.button-small {
    display: inline-block;
    padding: 10px 15px;
    background-color: #091E42;
    color: white;
    text-decoration: none;
    cursor: pointer;
    border-radius: 6px;
    border: none;

}

.button-small:hover {
    background-color: #103a82;
}

.form-wrapper {
    display: flex;
    flex-direction: column;
}

.order-card {
    width: 100%;
    max-width: 100%;
    background-color: #e0f7f0;
    border-radius: 12px;
    padding: 20px 30px;
    display: flex;
    font-family: var(--font-helvetica);
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 170, 120, 0.1);
    margin-top: 30px;
}


.order-card .arrow-container {
    height: 40px;
    width: 40px;
    background: white;
    display: grid;
    place-content: center;
    border-radius: 10px;
    cursor: pointer;
}

.order-card .arrow-container:hover {
    background-color: #DDDFFF;
}

.order-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.icon-container {
    background-color: #8cd5bf;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.heart-icon {
    color: #333;
    stroke-width: 2px;
}

.order-info {
    flex: 1;
}

.order-info h2 {
    font-size: 16px;
    font-weight: 400;
    color: #44a084;
    margin-bottom: 5px;

}

.order-info h2 span {
    font-weight: 700;
}

.order-info p {
    font-size: 14px;
    color: #56aa91;
    line-height: 1.5;
}

.arrow-icon {
    color: #333;
    cursor: pointer;
}

.iti {
    position: relative;
    display: inline-block;
    /* width: 390px !important; */
    font-family: var(--font-poppins);
}

#phone_number {
    width: 100%;
}

.price-selection-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.domain-registration-wrapper h3 {
    font-family: var(--font-poppins);
    font-weight: 600;
    font-size: 20px;
    line-height: 139%;
    margin-top: 10px;
    color: #121212;
}

.bank-account-details {
    flex-direction: column;
    gap: 7px;
    font-family: var(--font-poppins);
    padding-left: 38px;
    display: none;
}

.bank-account-details .bank-row {
    display: flex;
    gap: 5px;
}

.bank-account-details .bank-row .label {
    font-weight: 600;
}


@media only screen and (max-width : 1372px) {
    .domain-form-search {
        max-width: 1000px;
        padding: 0 40px;
    }
}

@media only screen and (max-width : 1272px) {

    .search-form form .tld,
    .search-form form .tld-custom {
        padding: 16px 16px;
        max-width: 100%;
        background-position: calc(100% - 9px) center;
    }

    .domain_input {
        max-width: 100%;
    }

    .search-form form input[type="submit"] {
        padding: 16px 16px;
    }

    .search-form form {
        gap: 30px;
    }
}

@media only screen and (max-width : 900px) {
    .header-user-details>div {
        display: none;
    }

    .details-section {
        flex-direction: column;
    }

    .pricing-table {
        max-width: 100%;
    }

    .domains-section-text {
        padding-left: 20px;
        padding-right: 20px;
    }

    .domains-section-text p {
        font-size: 16px;
    }

    .domains-section-text h4 {
        font-size: 40px;
    }

    .search-form form input[type="submit"] {
        font-size: 16px;
    }
}

@media only screen and (max-width : 765px) {
    .two-col-form input[type="submit"] {
        margin-top: 10px;
    }

    .domain-availability>div {
        gap: 20px;
    }

    .domains-section-text {
        height: 400px;
    }

    .domain-availability {
        padding-left: 30px;
        padding-right: 30px;
        flex-wrap: wrap;
    }

    .domain-availability img {
        width: 100px;
        height: 100px;
    }

    .t-wrapper h3 {
        font-size: 23px;
        line-height: 30px;
    }

    .t-wrapper h4 {
        font-size: 30px;
    }

    .suggestions {
        padding: 58px 58px;
    }

    .suggested-domains h4 {
        font-size: 16px;
    }

    .suggested-domains h3 {
        font-size: 30px;
    }

    .search-form form {
        gap: 20px;
        flex-direction: column;
    }

    .search-form {
        padding: 70px 17px 48px 17px;
    }

    .search-form form input[type="submit"] {
        max-width: fit-content;
    }

    .domain_input .search-form form .tld {
        max-width: 100%;
    }

    .search-form form input[type="submit"] {
        font-size: 14px;
    }

    .radio-group {
        flex-wrap: wrap;
        gap: 10px;
    }

    .custom-radio label {
        font-size: 17px;
    }
}

@media only screen and (max-width : 555px) {
    .text-image {
        flex-direction: column-reverse;
    }

    .addon-radio {
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
    }

    .addon-radio>div {
        width: 100%;

    }

    .domain_input {
        padding: 16px 16px;
        font-size: 16px;
    }

    .search-form form .tld {
        font-size: 16px;
    }

    .suggestions {
        padding: 20px;
        margin-top: 40px;
    }

    .suggested-domains {
        margin-top: 40px;
    }

    .domain-availability img {
        width: 80px;
    }

    .sugg-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .sugg-price {
        width: 100%;
        justify-content: space-between;
    }

}
