
      @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap');
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}



body {
    font-family: system-ui, -apple-system, "Segoe UI", Montserrat, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    line-height: 1.5;
    color: #3c4858;
    background-color: #f7f3fe;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    background-size: cover;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #12151b;
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: 0.15;
}

.section-heading {
    font-size: 2rem;
}

.section-heading:after {
    display: block;
    content: "";
    width: 100px;
    height: 2px;
    background: #FA5300;
    margin: 10px auto;
}

.section-heading {
    font-size: 2rem;
}

h3.cHeading {
    font-size: 1.4rem;
}

html {
    scroll-behavior: smooth;
}

img,
video {
    max-width: 100%;
    height: auto;
}

a {
    color: #12151b;
}

a:hover {
    color: #f3732a;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
}

ul {
    list-style: none;
}

.fa-ul li {
    padding-top: 10px;
}

b,
strong {
    font-weight: 600;
}

.text-primary {
    color: #FA5300
}

.text-white {
    color: #fff;
}

.bg-white {
    background: #fff;
}

.no-border {
    border: none !important;
}

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

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.bg-main {
    background: #f3732a;
}

.btn {
    display: inline-block;
    /* font-weight: 400; */
    /* line-height: 1.5; */
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /* user-select: none; */
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.btn:hover {
    color: #212529
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.btn-primary {
    color: #fff;
    background-color: #FA5300;
    border-color: #FA5300
}

.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca
}

.btn-secondary {
    color: #fff;
    background-color: #12151b;
    border-color: #12151b
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64
}

.btn-rounded {
    border-radius: 24px;
}

.btn-toggles {
    color: #3c4858;
    background-color: #f7f3fe;
    border-color: #3c4858;
    padding: 7px 16px;
    border-radius: 20px;
}

.btn-toggles.active {
    background: #3c4858;
    color: #f7f3fe;
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 2.5rem !important;
}

.m-10 {
    margin: 6rem !important;
}

.m-15 {
    margin: 9rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
}

.mx-10 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
}

.mx-15 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
}

.my-10 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}

.my-15 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 2.5rem !important;
}

.mt-10 {
    margin-top: 6rem !important;
}

.mt-15 {
    margin-top: 9rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 2.5rem !important;
}

.me-10 {
    margin-right: 6rem !important;
}

.me-15 {
    margin-right: 9rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 2.5rem !important;
}

.mb-10 {
    margin-bottom: 6rem !important;
}

.mb-15 {
    margin-bottom: 9rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 2.5rem !important;
}

.ms-10 {
    margin-left: 6rem !important;
}

.ms-15 {
    margin-left: 9rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)*-1);
    margin-right: calc(var(--bs-gutter-x)*-.5);
    margin-left: calc(var(--bs-gutter-x)*-.5)
}

.row>* {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-top: var(--bs-gutter-y)
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-space-around{
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.justify-content-space-between{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%
}

.d-sm-block,
.d-none {
    display: none;
}

@media (min-width:576px) {
    .col-sm {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%
    }
}

@media (max-width:576px) {
    .text-sm-center {
        text-align: center;
    }

    .d-sm-block {
        display: block !important;
    }
}

@media (min-width:768px) {
    .col-md {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%
    }
}

@media (min-width:992px) {
    .col-lg {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%
    }

    .help-center-box {
        padding-left: 25px;
        margin-left: 20px;
        border-left: 1px solid #ddd;
    }
}

.col-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto
}

.col-1,
.col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    width: 16.66666667%
}

.col-3,
.col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%
}

.col-4 {
    width: 33.33333333%
}

.col-5,
.col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    width: 50%
}

.col-7,
.col-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    width: 66.66666667%
}

.col-10,
.col-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%
}

.col-10 {
    width: 83.33333333%
}

.col-11,
.col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    width: 100%
}

.action-box {
    display: none;
}

@media (min-width:576px) {
    .col-sm-auto {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto
    }

    .col-sm-1,
    .col-sm-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-3,
    .col-sm-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-5,
    .col-sm-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 41.66666667%
    }

    .action-box {
        display: block !important;
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7,
    .col-sm-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-10,
    .col-sm-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-11,
    .col-sm-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        width: 100%
    }
}

@media (min-width:768px) {
    .col-md-auto {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto
    }

    .col-md-1,
    .col-md-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-3,
    .col-md-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-5,
    .col-md-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7,
    .col-md-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-10,
    .col-md-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-11,
    .col-md-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        width: 100%
    }
}

@media (min-width:992px) {
    .d-lg-block {
        display: block;
    }

    .d-lg-inline {
        display: inline;
    }

    .d-lg-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto
    }

    .col-lg-1,
    .col-lg-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-3,
    .col-lg-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-5,
    .col-lg-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7,
    .col-lg-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-10,
    .col-lg-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-11,
    .col-lg-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        width: 100%
    }
}

.alert-danger {
    background: #f8d7da;
    color: #58151c;
}

.alert-success {
    background: #d1e7dd;
    color: #0a3622;
}

.alert {
    padding: 1rem;
    border-radius: 4px;
}
.loader {
    width: 50px;
    aspect-ratio: 1;
    --_c: no-repeat radial-gradient(farthest-side, #FA5300 92%, #0000);
    background:
        var(--_c) top,
        var(--_c) left,
        var(--_c) right,
        var(--_c) bottom;
    background-size: 12px 12px;
    -webkit-animation: l7 1s infinite;
            animation: l7 1s infinite;
}

@-webkit-keyframes l7 {
    to {
        -webkit-transform: rotate(.5turn);
                transform: rotate(.5turn)
    }
}

@keyframes l7 {
    to {
        -webkit-transform: rotate(.5turn);
                transform: rotate(.5turn)
    }
}

@-webkit-keyframes l4 {
    to {
        -webkit-transform: rotate(1turn);
                transform: rotate(1turn)
    }
}

@keyframes l4 {
    to {
        -webkit-transform: rotate(1turn);
                transform: rotate(1turn)
    }
}
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 70px;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 99;
}

.site-header .navbar {
    height: 100%;
    max-width: 1250px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
    padding: 0 50px;
}

.site-header .navbar .nav-links {
    line-height: 70px;
    height: 100%;
}

.site-header .navbar .links,
.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.site-header .navbar .links li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
    padding: 0 14px;
}

.site-header .navbar .links li a {
    height: 100%;
    text-decoration: none;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 500;
}

.links li:hover .sub-menu-arrow {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.site-header .navbar .links li .sub-menu-arrow {
    width: 22px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.site-header .navbar .links li .sub-menu {
    position: absolute;
    top: 70px;
    left: 0;
    line-height: 40px;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
}

.site-header .navbar .links li:hover .sub-menu {
    display: block;
}

.navbar .links li .sub-menu li {
    padding: 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .links li .sub-menu a {
    font-size: 15px;
    font-weight: 500;
}

.navbar .help-icon {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #e9e8e8;
}

.navbar .profile-icon {
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    height: auto;
    width: auto;
}

.navbar .profile-box {
    position: relative;
    height: 24px;
}

.navbar .profile-box .profileBox {
    position: absolute;
    right: calc(100% - 80px);
    top: 80px;
    height: 100px;
    width: 250px;
    background: #fff;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 10px;
}

.navbar.showProfileBox .profile-box .profileBox {
    top: 60px;
    opacity: 1;
    pointer-events: auto;
    background: #fff;
}

.profileBox a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    line-height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.profileBox a.login {
    border-bottom: 1px solid #e9e8e8;
}

.profileBox a span.icon {
    margin-right: 8px;
}

.profile-box .profileBox::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: #fff;
    right: 10px;
    top: -6px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.navbar .nav-links .sidebar-logo,
.navbar .menu-icon {
    display: none;
}

@media (max-width:920px) {
    .site-header .navbar {
        max-width: 100%;
        padding: 0 25px;
    }

    .site-header .navbar .links li {
        padding: 0 10px;
        white-space: nowrap;
    }
}

@media (max-width:800px) {

    .navbar .menu-icon,
    .site-header .navbar .links li,
    .links li.sub-menu-toggle.show .sub-menu {
        display: block !important;
    }

    .site-header .navbar .nav-links {
        position: fixed;
        top: 0;
        left: -100%;
        display: block;
        max-width: 270px;
        width: 100%;
        background: #fff;
        line-height: 40px;
        padding: 20px;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
                box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        z-index: 1000;
    }

    .navbar .nav-links .sidebar-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .site-header .navbar .links {
        display: block;
        margin-top: 20px;
    }

    .links li.sub-menu-toggle:hover .sub-menu-arrow {
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    .links li.sub-menu-toggle.show .sub-menu-arrow {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
    }

    .site-header .navbar .links li .sub-menu {
        position: relative;
        top: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        display: none;
    }

    .site-header .navbar .links li:hover .sub-menu {
        display: none;
    }
}

@media (max-width:370px) {
    .site-header .navbar .nav-links {
        max-width: 100%;
    }
}

ul {
    margin: 0px;
    padding: 0px;
}

.main-content {
    margin-top: 70px;
}

.featured-domains .cDesc {
    font-size: 14px;
    background: #ebebeb4f;
    padding: 4px;
    border-radius: 20px;
}

.sHeading {
    font-size: 3rem;
    text-shadow: 1px 1px 1px #fff;
}

@media (max-width:768px) {
    .sHeading {
        font-size: 2rem;
    }
}

@media (max-width:992px) {
    .help-center-box {
        border-top: 1px solid #ddd;
        padding-top: 10px;
        margin-top: 10px;
    }
}

.domain_result_item {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 16px;
    border-radius: 24px;
    border: 1px solid #f4f4f5;
}

.domain_result_item.primary {
    background: #ffece0;
    border: none;
}

.domain_result_item.taken {
    background: #f4f4f5;
}

.domain_name {
    font-size: 1.2rem;
    line-height: 24px;
    font-weight: 600;
    color: #1d1d20;
    text-transform: lowercase;
}

.domain_status {
    font-size: 1rem;
    line-height: 24px;
    color: #0f7163;
    vertical-align: middle;
}

.domain_result_item.taken .domain_status {
    color: #59595f;
}

.domain_price {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1d1d20;
}

.domain_insted_price {
    font-weight: 400;
    color: #575860;
    font-size: 14px;
    text-decoration: line-through;
}

.hosting-compare .hosting-compare-plan {
    background-color: #fff;
    border-bottom: 1px solid #dadada;
    position: sticky;
    top: 65px;
    z-index: 1;
}

.hosting-compare>div {
    padding: 20px 16px 20px 0;
}

.hosting-compare-value {
    border-bottom: 1px solid #dadada;
    ;
}

.hosting-compare .hosting-compare-feature {
    color: #1e2536;
    font-weight: 700;
    padding-bottom: 0;
}

.hosting-compare .hosting-compare-section {
    color: #9ca1b1;
    font-weight: 700;
    padding-bottom: 0;
}

@media (min-width: 1000px) {
    .hosting-compare {
        border-top: 1px solid #dadada;
        border-left: 1px solid #dadada;
    }

    .hosting-compare .hosting-compare-plan {
        padding-top: 24px;
    }

    .hosting-compare>div {
        border-bottom: 1px solid #dadada;
        border-right: 1px solid #dadada;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 24px;
    }

    .hosting-compare .hosting-compare-section {
        background: #f7f3fe;
        color: #3c4858;
        padding: 16px 24px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .hosting-compare .hosting-compare-feature {
        color: #3c4858;
        font-weight: 400;
        padding-bottom: 24px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        text-align: left;
    }
}

.custom-shape-divider-bottom-1707465166 {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1707465166 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 59px;
}

.custom-shape-divider-bottom-1707465166 .shape-fill {
    fill: #FFFFFF;
}

.timeline-item {
    margin: 0 0 32px 0;
    position: relative;
    padding-left: 64px;
}

.timeline-item:first-of-type:before {
    top: 50%;
}

.timeline-item:before {
    background: #fa5300 -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fa5300), color-stop(70%, #fcddc5)) fixed;
    background: #fa5300 -o-linear-gradient(top, #fa5300 70%, #fcddc5 70%) fixed;
    background: #fa5300 linear-gradient(to bottom, #fa5300 70%, #fcddc5 70%) fixed;
    content: "";
    position: absolute;
    top: 0;
    bottom: -32px;
    left: 21px;
    width: 2px;
}

.timeline-item:after {
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 2a1 1 0 0 0-1 1v1H3v18h18V4h-3V3a1 1 0 1 0-2 0v1H8V3a1 1 0 0 0-1-1zm-2 8h14v10H5V10zm7 2H7v5h5v-5z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50% / 20px 20px, -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fa5300), color-stop(70%, #fcddc5)) fixed, #fa5300;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 2a1 1 0 0 0-1 1v1H3v18h18V4h-3V3a1 1 0 1 0-2 0v1H8V3a1 1 0 0 0-1-1zm-2 8h14v10H5V10zm7 2H7v5h5v-5z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50% / 20px 20px, -o-linear-gradient(top, #fa5300 70%, #fcddc5 70%) fixed, #fa5300;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 2a1 1 0 0 0-1 1v1H3v18h18V4h-3V3a1 1 0 1 0-2 0v1H8V3a1 1 0 0 0-1-1zm-2 8h14v10H5V10zm7 2H7v5h5v-5z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50% / 20px 20px, linear-gradient(to bottom, #fa5300 70%, #fcddc5 70%) fixed, #fa5300;
    border-radius: 50%;
    content: "";
    height: 44px;
    position: absolute;
    top: calc(50% - 22px);
    left: 0;
    width: 44px;
}

.timeline-content {
    background: #ffe8dd;
    padding: 48px 16px 24px;
    position: relative;
}

.timeline-date {
    font-size: 14px;
    position: absolute;
    top: 16px;
    left: 80px;
    z-index: 2;
}

.timeline-item:last-of-type {
    margin: 0;
}

.timeline-item:last-of-type:before {
    bottom: 50%;
}

@media (min-width: 768px) {
    .timeline-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-flow: row-reverse nowrap;
                flex-flow: row-reverse nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-left: 0;
    }

    .timeline-item:before {
        left: calc(50% - 1px);
    }

    .timeline-item:before {
        left: calc(50% - 1px);
    }

    .timeline-date {
        position: static;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 52px);
                flex: 0 0 calc(50% - 52px);
    }

    .timeline-item:after {
        left: calc(50% - 22px);
    }

    .timeline-item:nth-child(odd) .timeline-content {
        text-align: right;
    }

    .timeline-content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 52px);
                flex: 0 0 calc(50% - 52px);
        padding: 24px;
    }

    .timeline-item:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

    .timeline-item:nth-child(even) .timeline-date {
        text-align: right;
    }
}

.site-content .heading::after {
    display: block;
    content: "";
    width: 80px;
    height: 2px;
    background: #f32100;
    margin-bottom: 1rem;
}

.site-content p {
    margin-bottom: 0.8rem;
}

.footer-section {
    background: #12151b;
    position: relative;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 230px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 15px;
    color: #e9e8e8;
    line-height: 28px;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 35px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 2px;
    width: 50px;
    background: #FA5300;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #FA5300;
}

.footer-widget ul li a {
    color: #eee;
    text-transform: capitalize;
}

.inline-form {
    position: relative;
    overflow: hidden;
}

.inline-form input {
    width: 100%;
    padding: 14px 18px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.inline-form.domains input {
    background: #efefef;
    border: 1px solid #efefef;
    color: #12151b;
    border-radius: 6px;
    line-height: 34px;
}

.inline-form.domains button {
    right: 10px;
    top: 9px;
    padding: 5px 10px;
    border-radius: 4px;
    line-height: 34px;
}

.inline-form .input-text:focus {
    border: 1px solid #FA53006e;
    outline: 0;
}

.inline-form button {
    position: absolute;
    right: 5px;
    top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 7px 10px;
    border-radius: 0;
    font-size: 14px;
}

.sub-icon {
    display: inline-block;
}

span.payment-logo img {
    max-height: 30px;
    min-height: 30px;
    max-width: 65px;
}

span.payment-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    border-radius: 4px;
}

.copyright-area {
    background: #191d25;
    padding: 15px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #e9e8e8;
    text-align: center;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #FA5300;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.35rem;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.card:hover {
    -webkit-box-shadow: 0 -5px 10px rgba(74, 89, 170, .020), 0 12px 24px -16px rgba(74, 89, 170, .2), 0 16px 32px -8px rgba(74, 89, 170, .2);
            box-shadow: 0 -5px 10px rgba(74, 89, 170, .020), 0 12px 24px -16px rgba(74, 89, 170, .2), 0 16px 32px -8px rgba(74, 89, 170, .2);
}

.card-body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 1rem 1.35rem;
}

.hPlan-heading {
    font-weight: 600;
}

.hPlan-desc,
.hCycle {
    font-size: .9375rem;
    color: #676d7f;
}

.hPlan-popular {
    background: #094fb9;
    border-radius: 6px;
    position: absolute;
    left: 30%;
    width: 142px;
    top: -15px;
}





 body {
        background: #f7f8fc;
        font-family: "Segoe UI", sans-serif;
    }

    /* Card */
    .plan-card {
        background: #fff;
        border-radius: 12px;
        padding: 20px;
        max-width: 350px;
        margin: 30px auto;
        text-align: center;
        box-shadow: 0 4px 15px rgba(0,0,0,0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        width: 100%;
    }
    .plan-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    }

    /* Header Section */
    .plan-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
        width: 100%;
    }
    .plan-icon img {
    width: 110px;
    height: 30px;
}
    .plan-price {
        font-weight: bold;
        color: #000;
        text-align: right;
        width: 100%;
    }
    .plan-price .currency {
        font-size: 20px;
        vertical-align: top;
    }
    .plan-price .amount {
        font-size: 32px;
    }
    .plan-price .duration {
        font-size: 15px;
        color: #666;
        font-weight: 500;
    }

    /* Title */
    .plan-title {
        font-size: 22px;
        font-weight: 700;
        margin: 10px 0;
        color: #222;
        width: 100%;
    }

    /* Subtitle */
    .plan-subtitle {
        font-size: 16px;
        color: #555;
        margin-bottom: 20px;
        width: 100%;
    }

    /* Button */
    .btn-buy {
        display: block;
        width: 100%;
        padding: 14px;
        background: #ff5a00;
        color: #fff !important; /* force white */
        font-size: 18px;
        font-weight: 700; /* bold */
        border-radius: 8px;
        text-decoration: none;
        transition: background 0.3s ease;
        text-align: center;
    }
    .btn-buy:hover {
        background: #e14e00;
        color: #fff !important; /* hover pe bhi white */
    }
    .btn-buy span {
        margin-right: 6px;
    }

    /* Divider */
    .divider {
        height: 1px;
        background: linear-gradient(to right, transparent, #ddd, transparent);
        margin: 20px 0;
        width: 100%;
    }

    /* Features */
    .plan-features {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: left;
        width: 100%;
    }
    .plan-features li {
        font-size: 16px;
        padding: 12px 12px;
        border-bottom: 1px solid #f0f0f0;
        color: #333;
        display: flex;
        align-items: center;
        transition: all 0.3s ease;
        width: 100%;
    }
    .plan-features li:hover {
        background: #fafafa;
        padding-left: 18px;
    }
    .plan-features li:last-child {
        border-bottom: none;
    }

    /* Responsive */
    @media (max-width: 420px) {
        .plan-card {
            padding: 18px;
            max-width: 95%;
        }
        .btn-buy {
            font-size: 16px;
        }
        .plan-features li {
            font-size: 15px;
        }
    }
   