body {
    background-color: #efefef !important;
}
.header {
    display: flex;
    padding: 10px 50px;
    background-color: #fff;
}
.menu {
    display: flex;
    margin-right: 10px;
}
.head-2 {
    display: flex;
    padding: 13px 0px;
    width: 70%;
}
.onb-nav {
    background-color: #ce3679;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: right;
    height: 20px;
}

.onb-nav ul.nav-link-list {
    list-style-type: none;
    display: inline-flex;
    font-size: 12px;
    font-weight: bold;
}

a.onb-nav-link {
    cursor: pointer;
    margin: 0 1em 0 1em;
    color: #fff !important;
    -webkit-transition: color 1s;
    -moz-transition: color 1s;
    -o-transition: color 1s;
    transition: color 1s;
}

a.onb-nav-link:hover {
    color: #000 !important;
}

.error {
    color: #db2269;
    font-size: 0.9em;
    display: block;
}
.error-1 {
    border: 1px solid red;
}
.icon-page {
    text-align: center;
}
.head-text.m-50 {
    margin-top: 125px;
}
.logo {
    width: 20%;
}
.menu ul {
    padding: 0;
    width: 100%;
    display: flex;
    margin-bottom: 0px;
}
.leg-sec {
    width: 10%;
    text-align: right;
}
.menu ul li {
    list-style: none;
}
.menu ul li a {
    padding: 10px 15px;
    color: #000;
    font-weight: 600;
    display: block;
    font-size: 18px;
}
.sub-menu {
    display: none;
    box-shadow: 2px 1px 14px 1px #ce367924;
}
.sub-menu ul {
    padding: 0;
    width: 100%;
    margin-bottom: 0px;
}

.sub-menu ul li {
    list-style: none;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
}

.sub-menu ul li a {
    padding: 10px 15px;
    color: #000;
    font-weight: 600;
    display: block;
    font-size: 18px;
}

/*.talk-btn {
    width: 23%;
}*/

.lng-choice img.logo {
    width: 90px;
    position: absolute;
    top: 2.5em;
    left: 4.5em;
}
.lng-choice .btn-box {
    color: #fff;
    /* padding: 0.5em; */
    border: none;
    outline: none;
    position: absolute;
    right: 60px;
    top: 45px;
    cursor: pointer;
}

.num-of.user {
    visibility: hidden !important;
}

.talk-btn button {
    background-color: #ce3679;
    border: none;
    box-shadow: none;
    color: #fff;
    font-weight: 500;
    border-radius: 50px;
    font-size: 14px;
    padding: 11px 25px;
    box-shadow: 1px 1px 20px 5px #ce367924;
}
.togg-menu img {
    display: none;
}
.leng {
    background-color: #000;
    color: #fff;
    padding: 7px 14px;
    border-radius: 6px;
    width: -2%;
    height: 40px;

    margin: 17px 0px;
    display: inline-block;
}
.logo img {
    max-width: 100%;
}
.head-text p {
    font-size: 18px;
    font-weight: 500;
}
.head-text h1 {
    color: #ce3679;
    font-size: 34px;
    margin-bottom: 5px;
}
.head-text {
    text-align: center;
    margin: 90px 0px;
    /* margin: 50px 0px; */
}
.white-box {
    background-color: #fff;
    padding: 40px 50px;
}
.btn-box h1 {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    /* padding: 10px 15px;
    padding-bottom: 13px; */
    margin: 0;
    cursor: pointer;
}
h1.active-1 {
    background-color: #fff;
    color: #000;
    border-radius: 50px;
    cursor: pointer;
    margin-left: -3px;
}
.btn-box {
    box-shadow: 1px 1px 20px 5px #ce367924;
    background-color: #ce3679;
    display: inline-block;
    border-radius: 5px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.get-quote {
    color: #e83e8c;
}
p.tetx {
    color: #ce3679;
    font-size: 16px;
    font-weight: 500;
    margin-top: 4px;
}
.prc-text h1 {
    font-size: 23px;
    padding: 20px 0px;
}
.prc-text {
    text-align: center;
    border-bottom: 1px solid;
}
.text-box {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.brackets {
    display: none;
}
.num-range {
    background-color: #ce3679;
    border-radius: 50px;
    min-height: 32px;
    padding: 3px 0px;
}
.main-num {
    width: 80%;
}
.num-range-1 {
    width: 100%;
}
.num-of.user {
    display: flex;
    flex-wrap: wrap;
}
.num-of.user h2 {
    font-size: 20px;
    width: 20%;
}
.num-range ul,
.num-range-1 ul {
    padding: 0;
    margin: 0;
}
.num-range ul li,
.num-range-1 ul li {
    list-style: none;
    float: left;
    width: 20%;
}
.num-range-1 ul li {
    text-align: center;
    font-weight: 500;
}
.active-3 {
    color: #ce3679;
}
.num-range ul li div {
    background-color: #fff;
    width: 14px;
    height: 26px;
    display: block;
    /* text-align: center; */
    margin: 0 auto;
    border-radius: 2px;
    cursor: pointer;
}
.num-range ul li div.active-2 {
    width: 24px;
    border-radius: 50%;
    height: 26px;
    background-color: #000;
    border: 1px solid #fff;
}

.text-box h1 {
    font-size: 14px;
    margin-bottom: 0px;
}

.text-box span h2 {
    margin-bottom: 0;
    line-height: 40px;
    font-size: 50px;
    font-weight: 700;
    color: #ce3679;
}
.text-box {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 25px 0px;
    line-height: 38px;
}
.text-box p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    text-align: center;
}
.text-box span {
    display: flex;
    margin: 0px 10px;
    align-items: center;
}
.text-box h1 {
    font-size: 13px;
    margin-bottom: 0px;
    font-style: italic;
}
.talk-sale {
    display: flex;
    justify-content: center;
}
.btn-1 button {
    background-color: #ce3679;
    color: #fff;
    border: 0;
    padding: 4px 8px;
}
.btn-1,
.btn-2 {
    padding: 0px 4px;
}
.btn-2 button {
    border: 2px solid;
    border: 0;
    padding: 3px 10px;
    font-size: 15px;
    background-color: transparent;
    border: 2px solid #ce3679;
}
.btn-2 button a {
    color: #212529 !important;
    text-decoration: none !important;
}
.talk-sale {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.main-price.mp-1 {
    background-color: #f5f5f5;
}

.main-price .btn-2 button {
    background-color: #f5f5f5;
}
.prc-text h2 {
    font-size: 16px;
    color: #ffe;
    padding: 8px 0px;
    font-weight: 400;
    background-color: #ce3679;
}
.togg-btn-sec {
    margin-bottom: 15px;
}
.main-price .prc-text h2 {
    visibility: hidden;
}
.main-price.mp-1 .prc-text h2 {
    visibility: visible;
}
.main-price {
    padding-bottom: 35px;
}

/* secound-page */
.new-dr {
    display: none;
}
.white-box-1 {
    background-color: #fff;
    padding: 40px;
    max-width: 620px;
    margin: 0 auto;
    border-top: 7px solid #e0267a;
    position: relative;
    margin-top: 70px;
    margin-bottom: 50px;
}
.main-box-c {
    text-align: center;
}
.ch-circle i {
    font-size: 33px;
}
.check-out {
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    top: -40px;
}
.main-box-c h1 {
    color: #d4d4d4;
    font-size: 16px;
    margin-top: 5px;
}
.ch-circle {
    border: 3px solid #fff;
    width: 65px;
    height: 65px;
    margin: 0 auto;
    background: #ccc;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.active-4 .ch-circle {
    background-color: #ce3679;
}
.active-4 .ch-circle i {
    color: #fff;
}
.main-box-c.active-4 h1 {
    color: #000;
}
.check-form {
    margin-top: 60px;
}
/* .check-input {
    border: 2px solid #e5e5e6;
    box-shadow: none;
    height: 48px;
    border-radius: 5px;
    padding: 15px;
} */
.check-input {
    text-align: left;
}
.check-input label span {
    color: #ce3679;
}
.check-input label {
    font-weight: 600;
    font-size: 17px;
    color: #676767;
    margin-bottom: 5px;
}
.check-input input {
    width: 100%;
    border: 2px solid #e5e5e6;
    box-shadow: none;
    height: 48px;
    border-radius: 5px;
    padding: 15px;
}
.check-input select {
    width: 100%;
    cursor: pointer;
    height: 48px;
    border-radius: 5px;
    padding: 2px 15px;
    background-color: #f3f3f4;
    font-weight: 600;
    color: #48484a;
    appearance: none;
}
.check-input select:before {
    content: '\f0dc';
    font: normal normal normal 14px/1 FontAwesome;
}
i.fa.fa-sort {
    position: absolute;
    right: 10px;
    top: 15px;
    pointer-events: none;
}
.select-box {
    position: relative;
    cursor: pointer;
}
.check-input {
    margin-bottom: 15px;
}
.check-con button {
    background-color: #ce3679;
    border: none;
    padding: 12px 40px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    font-size: 20px;

    border-width: 0;
    outline: none;
    box-shadow: 0 1px 5px rgb(0 0 0 / 60%);

    transition: background-color 0.3s;
}

.check-con button:hover,
.check-con button:focus {
    background-color: #a2275d;
    outline: none;
}
.check-con {
    margin-top: 35px;
    text-align: left;
}
.order-text {
    margin-top: 100px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 3px solid #e0267a;
}

.white-box-2 {
    background-color: #fff;
    max-width: 620px;
    margin: 0 auto;
    border-top: 7px solid #e0267a;
    position: relative;
    margin-top: 70px;
    padding: 0px;
    margin-bottom: 50px;
}
.price {
    width: 20%;
    text-align: right;
    font-weight: 500;
}
.or-text {
    padding: 8px 20px;
    display: flex;
    border-bottom: 1px solid #e2e2e2;
    align-items: center;
    min-height: 50px;
}
.qnt {
    width: 10%;
    text-align: center;
    font-weight: 500;
}
.num {
    width: 15%;
    text-align: center;
    font-weight: 500;
}
.name {
    width: 55%;
    font-weight: 500;
}
.num h1 {
    width: 33px;
    height: 33px;

    border: 2px solid #e2e2e2;
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
.price span {
    font-size: 11px;
    margin-left: 5px;
}
.price {
    font-size: 18px;
}
.check-div {
    display: block;
    position: relative;
    /* padding-left: 35px; */
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid;
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 2px solid #e2e2e2;
    margin: 0;
}

.check-div input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.heckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}
.checkmark:after {
    content: '';
    position: absolute;
    display: none;
}
.check-div input:checked ~ .checkmark:after {
    display: block;
}

.check-div .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.name.check-name {
    display: inline-flex;
    align-items: center;
}
label.check-div {
    margin-right: 7px;
}
.new-or .qnt,
.new-or .num,
.new-or .price,
.new-or .price span {
    color: #ccc;
}
.btn-total .check-con {
    margin-top: 0px;
    width: 50%;
    order: 1;
    text-align: left;
}
.btn-total {
    padding: 25px 20px;
    display: flex;
    align-items: center;
}
.total {
    width: 50%;
    text-align: right;
    order: 2;
}
.total .price {
    width: auto;
    color: #463638;
    margin-left: 8px;
}
.total h1 {
    display: flex;
    color: #ccc;
    align-items: center;
    font-size: 19px;
    justify-content: flex-end;
    margin-bottom: 0;
    font-weight: 400;
}

.or-text.or-text-1 {
    display: none;
}
/**/

.billing-box {
    margin-top: 100px;
}
.my-pr {
    padding-right: 10px !important;
}
.my-pl {
    padding-left: 10px !important;
}
.right-a {
    display: inline-flex;
    background-color: #ce3679;
    padding: 6px 7px;
    border-radius: 2px;
    text-align: center;
    height: 22px;
    width: 22px;
    justify-content: center;
    border: none;
    visibility: hidden;
}
.right-a i {
    color: #fff;
    font-size: 12px;
}

.right-a:focus {
    outline: 0;
}

.arrow-box span {
    display: inline-flex;
    background-color: #463638;
    padding: 6px 7px;
    border-radius: 2px;
    text-align: center;
    height: 22px;
    width: 22px;
    justify-content: center;
}
.arrow-box span i {
    color: #fff;
    font-size: 12px;
}
.pay-detail {
    border-top: 2px solid #e0267a;
    border-bottom: 2px solid #e0267a;
    min-height: 200px;
    /* border-right: 1px solid #ccc; */
    padding: 10px;
}
.order-detail {
    border-top: 2px solid #e0267a;
    border-bottom: 2px solid #e0267a;
    min-height: 200px;
}
.arrow-box .row,
.bil-detail .row {
    margin-right: 0px;
    margin-left: 0px;
}
.white-box-1.white-box-2.white-box-3 {
    /* border: 1px solid; */
    border: 1px solid #ccc;
    border-top: 7px solid #e0267a;
    max-width: 1000px;
}
.pay-method {
    display: flex;
    justify-content: space-between;
}
.pay-method select {
    width: 100%;
    /* cursor: pointer;
    height: 35px;
    font-size: 16px;
    padding: 2px 10px;
    background-color: #f3f3f4;
    font-weight: 600;
    color: #48484a;
    appearance: none; */
    cursor: pointer;
    height: 48px;
    border-radius: 5px;
    padding: 2px 15px;
    background-color: #fff;
    font-weight: 600;
    color: #48484a;
    appearance: none;

    border: 2px solid #e5e5e6;
    box-shadow: none;
    height: 48px;
    border-radius: 5px;
}
.pay-method label {
    font-weight: 500;
    padding-top: 0.6em;
}
.down-arrow {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #a09fa2;
    top: 15px;
    right: 10px;
    position: absolute;
    pointer-events: none;
    margin-top: 0.25em;
}
.pay-method .select-box {
    position: relative;
    cursor: pointer;
    width: 185px;
}

.Country .select-box {
    border: 2px solid #e5e5e6;
    box-shadow: none;
    height: 48px;
    border-radius: 5px;
    background-color: white;
    border: none;
}
.my-pad {
    padding: 10px !important;
}
.my-pad-1 {
    padding: 5px !important;
}
.pay-form input[type='text'] {
    width: 100%;
    padding: 0px 8px;
    min-height: 35px;
    outline: none;
}
.pay-card {
    font-weight: 500;
    color: #cecece;
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
}
.pay-card label {
    font-size: 15px;
}
.pay-form input::placeholder {
    color: #cecece;
}
.pay-form label {
    font-weight: 500;
}
.st-ad {
    width: 35%;
}
.ad {
    width: 35%;
}
.Country {
    /* width: 40%; */
    width: 50%;
}
.qua {
    width: 15px;
    height: 15px;
    display: block;
    background-color: #000;
    border-radius: 50%;
    display: inline-flex;
    font-size: 13px;
    text-align: center;
    color: #fff;
    justify-content: center;
    align-items: center;
    margin-left: -1px;
    margin-right: 2px;
}
.Country select {
    /* width: 100%;
    cursor: pointer;
    height: 35px;
    font-size: 15px;
    padding: 2px 10px;
    background-color: #f3f3f4;
    font-weight: 600;
    color: #48484a;
    appearance: none;
    height: 48px; */

    border-radius: 5px;
    padding: 2px 15px;
    background-color: #fff;
    font-weight: 600;
    color: #48484a;
    appearance: none;
    border: 2px solid #e5e5e6;
    /* width: 124px; */
    width: 178px;
}
.Country .down-arrow {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #a09fa2;
    top: 15px;
    right: 10px;
    position: absolute;
    pointer-events: none;
}
.pay-form .row {
    margin-bottom: 2px;
}
.flx {
    display: flex;
}
.pay-con button {
    background-color: #ce3679;
    border: none;
    padding: 10px 40px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;

    border-width: 0;
    outline: none;
    box-shadow: 0 1px 5px rgb(0 0 0 / 60%);

    transition: background-color 0.3s;
}

.pay-con button:hover,
.pay-con button:focus {
    background-color: #a2275d;
    outline: none;
}
.pay-con {
    padding: 10px;
}
.pay-order {
    border: 1px solid #dedede;
}
.bil-detail .order-detail {
    min-height: 346px;
}
.btn-total-1 {
    padding: 10px 15px;
    display: flex;
    padding-bottom: 0px;
    align-items: center;
}
.btn-total-2 {
    padding: 0px 15px;
    margin-bottom: 10px;
}
.btn-total-1 .total,
.btn-total-2 .total {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-total-1 .total h1 {
    color: #ccc;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: left;
}
.btn-total-2 .total h1 {
    color: #000;
    font-weight: 500;
}
.btn-total-2 .total .price {
    /* font-size: 25px; */
    line-height: 19px;
}
.or-2 {
    order: 2;
}
.or-1 {
    order: 1;
}

footer {
    text-align: center;
    background-color: #fff;
    color: #ce3679;
    margin-bottom: 1em;
    font-size: 12px;
}

#root {
    background-color: #fff;
}

.plan-title {
    font-weight: bold;
    font-size: 20px;
}

.quote-error {
    margin-top: 8em;
}

.main-box-c h1{
    color: #A9A9A9;
}

@media (max-width: 2000px) {
    .quote-form input {
        width: 33em !important;
    }
}
@media (max-width: 1200px) {
    .leg-sec {
        text-align: right;
        width: 10%;
    }
    .head-2 {
        width: 75%;
        justify-content: center;
    }
    .logo {
        width: 15%;
    }
    .header {
        padding: 10px 25px;
    }
    .quote-form input {
        width: 27em !important;
    }
}
@media (max-width: 1024px) {
    .menu ul li a {
        font-size: 16px;
    }
    .talk-btn button {
        font-size: 13px;
        margin: 2px 0px;
    }
    .Country {
        width: 50%;
    }
}
@media (max-width: 991px) {
    .talk-btn {
        width: 100%;
    }

    .Country {
        width: 30%;
    }

    .togg-menu img {
        display: block;
    }
    .my-pl {
        padding-left: 0px !important;
    }
    .my-pr {
        padding-right: 0px !important;
    }
    .menu ul {
        display: none;
    }
    .pay-detail {
        margin-bottom: 20px;
    }
    .togg-menu {
        display: inline-flex;
        align-items: center;
        vertical-align: middle;
        justify-content: flex-end;
        width: 70px;
    }
    .logo {
        width: 20%;
    }
    .leg-sec {
        width: 15%;
    }
    .head-2 {
        position: relative;
        text-align: right;
    }
    .sub-menu {
        position: absolute;
    }
    .col-md-4.my-class {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .sub-menu {
        position: absolute;
        width: 100%;
        right: 0;
        background-color: #fff;
        top: 95px;
        z-index: 10;
    }
    .row.my-row {
        justify-content: center;
    }

    .togg-btn-sec {
        margin-bottom: 50px;
    }
    .flx {
        display: block;
    }

    .pay-detail {
        border-bottom: none;
    }

    .quote-form input {
        width: 20em !important;
    }
}
@media (max-width: 767px) {
    .header {
        padding: 10px 15px;
        min-height: 70px;
    }
    .Country,
    .st-ad,
    .ad {
        width: 100%;
    }
    .my-pad-1 {
        padding: 0px !important;
    }
    .head-2 {
        display: none;
    }

    .my-pad {
        padding: 00px !important;
    }
    .togg-menu {
        justify-content: flex-end;
        margin-right: 0px;
        width: 50%;
    }
    .new-lsec .leng {
        display: inline-block;
        margin: 10px 0px;
        padding: 3px 5px;
        height: 33px;
    }
    .logo img {
        max-width: 100%;
    }

    .sub-menu {
        top: 95px;
    }
    .talk-btn {
        width: 100%;
        display: inline-flex;
        justify-content: flex-end;
    }
    .talk-btn button {
        font-size: 13px;
        margin: 6px 0px;
    }

    .main-num {
        width: 100%;
    }
    .row.my-row {
        display: block;
    }
    .col-md-4.my-class {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .num-of.user h2 {
        width: 100%;
    }
    .num-of.user {
        display: block;
    }
    .white-box {
        padding: 40px 20px;
    }
    .logo {
        width: auto;
        padding: 0px 0px;
        width: 50%;
    }

    .leg-sec {
        text-align: right;
        width: auto;
    }
    .head-text h1 {
        font-size: 26px;
    }
    .leng {
        margin: 30px 0px;
        padding: 3px 5px;
        height: 33px;
    }

    .talk-btn button {
        font-size: 13px;
        margin: 6px 0px;
        display: none;
    }
    .leng span {
        font-size: 12px;
    }
    .leng img {
        max-width: 35%;
    }
    .leng {
        display: none;
    }
    .head-2 {
        width: 50%;
    }
    .leg-sec {
        /*text-align: right;
        width: 50%;*/
        display: none;
    }

    .togg-menu img {
        display: block;
        max-width: 100%;
    }
    .logo {
        padding: 0px 0px;
    }
    .leg-sec.new-lsec {
        display: block;
        display: inline-flex;
        justify-content: flex-end;
        align-items: center;
    }

    .card-num {
        width: 100%;
        margin-bottom: 10px;
    }
    /* 
    .pay-form input{
        border: 2px solid #e5e5e6;
        box-shadow: none;
        height: 48px;
        border-radius: 5px;
        padding: 15px;
    } */

    .pay-method {
        display: block;
    }
    .pay-method .select-box {
        width: 100%;
    }
    .pay-card {
        display: block;
        margin-bottom: 10px;
    }
    .Country select {
        width: 100%;
    }
    select.sel-province {
        width: 97% !important;
    }

    .quote-form input {
        width: 30em !important;
    }

    .select-box {
        width: 30em;
    }
}

@media (max-width: 576px) {
    .ch-circle i {
        font-size: 25px;
    }
    .total h1 {
        font-size: 18px;
    }
    .name {
        width: 100%;
        font-weight: 500;
    }
    .or-text {
        display: none;
    }
    .btn-total-2 .total .price {
        font-size: 20px;
    }
    .new-dr {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 15px;
    }

    .qnt,
    .num,
    .price {
        width: auto;
        display: none;
    }
    .new-dr .qnt,
    .num,
    .price {
        width: auto;
        display: block;
    }
    .ch-circle {
        border: 3px solid #fff;
        width: 55px;
        height: 55px;
    }
    .check-out {
        position: absolute;
        width: 100%;
        right: 0;
        left: 0;
        top: -33px;
        padding: 0 20px;
    }
    .main-box-c h1 {
        color: #d4d4d4;
        font-size: 12px;
    }
    .btn-total {
        padding: 25px 20px;
        display: block;
    }
    .total {
        width: 100%;
        text-align: right;
        order: 2;
        margin-bottom: 25px;
    }
    .or-text.or-text-1 {
        display: block;
    }

    .Country select {
        width: 100%;
    }

    .container,
    .container-sm {
        max-width: 717px !important;
    }

    .add-on-qty {
        width: 14em !important;
    }

    .add-on-prc {
        width: 6em;
    }
}
@media (max-width: 525px) {
    .quote-form input {
        width: 29em !important;
    }
}

@media (max-width: 500px) {
    .quote-form input {
        width: 26em !important;
    }
}

@media (max-width: 460px) {
    .quote-form input {
        width: 22em !important;
    }
}

@media (max-width: 330px) {
    .quote-form input {
        width: 17em !important;
    }
}
/* @media (min-width: 990px){
    .quote-form input {
        width: 27em !important;
    }
} */
