@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(56, 142, 60, .4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px transparent
    }

    to {
        -webkit-box-shadow: 0 0 0 0 transparent
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(56, 142, 60, .4);
        box-shadow: 0 0 0 0 rgba(56, 142, 60, .4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px transparent;
        box-shadow: 0 0 0 10px transparent
    }

    to {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 100%
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 100%
    }
}

@-webkit-keyframes shine-lines {
    0% {
        background-position: -100px
    }

    40%,
    to {
        background-position: 140px
    }
}

@keyframes shine-lines {
    0% {
        background-position: -100px
    }

    40%,
    to {
        background-position: 140px
    }
}

@-webkit-keyframes shine-avatar {
    0% {
        background-position: -32px
    }

    40%,
    to {
        background-position: 208px
    }
}

@keyframes shine-avatar {
    0% {
        background-position: -32px
    }

    40%,
    to {
        background-position: 208px
    }
}

@-webkit-keyframes shimmer {
    0% {
        background-position: -450px 0
    }

    to {
        background-position: 450px 0
    }
}

@keyframes shimmer {
    0% {
        background-position: -450px 0
    }

    to {
        background-position: 450px 0
    }
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

* {
    letter-spacing: .4px
}

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    background-color: #fff;
    color: #121127;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased
}

details {
    display: block
}

h1 {
    font-size: 2em
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio],
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

.startup-product-item .col-3 span.mobile,
[hidden],
template {
    display: none
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    font-weight: 400
}

.container-fluid {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

img[data-aload] {
    font-size: 0 !important;
    opacity: 0 !important;
    height: 0 !important;
    display: none !important
}

.d-inline {
    display: inline
}

.d-block,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

.d-inline-block {
    display: inline-block
}

.d-table {
    display: table
}

.d-table-cell {
    display: table-cell
}

.d-flex,
.media {
    display: flex
}

.flex-wrap {
    flex-wrap: wrap
}

.media {
    display: -ms-flexbox;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.justify-content-space {
    justify-content: space-between
}

.flex-dir-column {
    flex-direction: column
}

.font-italic {
    font-style: italic
}

.font-10 {
    font-size: 10px
}

.font-11 {
    font-size: 11px
}

.font-12 {
    font-size: 12px
}

.font-13 {
    font-size: 13px
}

.font-14 {
    font-size: 14px
}

.font-15 {
    font-size: 15px
}

.font-16 {
    font-size: 16px
}

.font-17 {
    font-size: 17px
}

.font-18 {
    font-size: 18px
}

.font-19 {
    font-size: 19px
}

.font-20 {
    font-size: 20px
}

.font-22 {
    font-size: 22px
}

.font-23 {
    font-size: 23px
}

.font-24 {
    font-size: 24px
}

.font-26 {
    font-size: 26px
}

.font-28 {
    font-size: 28px
}

.font-30 {
    font-size: 30px
}

.font-32 {
    font-size: 32px
}

.font-33 {
    font-size: 33px
}

.font-34 {
    font-size: 34px
}

.font-36 {
    font-size: 36px
}

.font-37 {
    font-size: 37px
}

.font-38 {
    font-size: 38px
}

.font-40 {
    font-size: 40px
}

.font-42 {
    font-size: 42px
}

.font-44 {
    font-size: 44px
}

.font-45 {
    font-size: 45px
}

.font-48 {
    font-size: 48px
}

.font-50 {
    font-size: 50px
}

.font-56 {
    font-size: 56px
}

.font-60 {
    font-size: 60px
}

.font-73 {
    font-size: 73px
}

.strike-through {
    text-decoration: line-through
}

.lh-1 {
    line-height: 1
}

.lh-18 {
    line-height: 18px
}

.lh-20 {
    line-height: 20px
}

.lh-22 {
    line-height: 22px
}

.lh-24 {
    line-height: 24px
}

.lh-25 {
    line-height: 25px
}

.lh-29 {
    line-height: 29px
}

.lh-34 {
    line-height: 34px
}

.lh-36 {
    line-height: 36px
}

.lh-48 {
    line-height: 48px
}

.lh-56 {
    line-height: 56px
}

.lh-60 {
    line-height: 60px
}

.lh-66 {
    line-height: 66px
}

.font-style-italic {
    font-style: italic
}

.line-through {
    text-decoration: line-through
}

.justify-content-end {
    justify-content: flex-end
}

.justify-content-center {
    justify-content: center
}

.justify-content-between {
    justify-content: space-between
}

.list-unstyled {
    list-style-type: none
}

.pos-rel {
    position: relative
}

.pos-abs {
    position: absolute
}

.width-100p {
    width: 100%
}

.height-100p {
    height: 100%
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.mx-auto {
    margin-right: auto;
    margin-left: auto
}

.vertical-line {
    background: #d1d2df;
    width: 2px;
    height: 45px
}

.text-ellipsis {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.clear {
    clear: both;
    overflow: hidden
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.border-radius-2 {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px
}

.border-radius-3 {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}

.border-radius-4 {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.border-radius-5 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.border-radius-6 {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px
}

.border-radius-8 {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px
}

.border-radius-10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.border-radius-12 {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px
}

.border-radius-15 {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px
}

.border-radius-16 {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px
}

.border-radius-18 {
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px
}

.border-radius-26 {
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    -o-border-radius: 26px
}

.border-radius-33 {
    border-radius: 33px;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    -ms-border-radius: 33px;
    -o-border-radius: 33px
}

.border-radius-50 {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.common-shadow {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .08)
}

.text-capitalize {
    text-transform: capitalize
}

.text-uppercase {
    text-transform: uppercase
}

.text-color {
    color: #121127
}

.text-color-1 {
    color: #000
}

.text-color-2 {
    color: #444bd3
}

.text-color-3 {
    color: #9d9caf
}

.text-color-4 {
    color: rgba(38, 38, 38)
}

.text-color-7 {
    color: #6c6b80
}

.text-color-8 {
    color: #5d5fef
}

.text-color-9 {
    color: rgba(18, 17, 39, .56)
}

.text-color-10 {
    color: #383751
}

.text-color-11 {
    color: rgba(70, 60, 116, .5)
}

.text-color-12 {
    color: #4c4b63
}

.text-color-13 {
    color: rgba(244, 92, 110)
}

.text-color-14 {
    color: rgba(18, 17, 39, .56)
}

.text-color-15 {
    color: rgba(255, 255, 255, .56)
}

.text-color-16 {
    color: rgba(38, 38, 38, .7)
}

.text-color-17 {
    color: rgba(18, 17, 39, .4)
}

.text-color-18 {
    color: #c9ccff
}

.text-color-19 {
    color: #121122
}

.text-color-20 {
    color: #3f43c8
}

.text-color-21 {
    color: #8c8c8c
}

.text-color-22 {
    color: #059669
}

.text-color-23 {
    color: rgba(18, 17, 39, .9)
}

.text-color-24 {
    color: #ffa113
}

.text-white {
    color: #fff
}

.color4 {
    color: #3237cf
}

.w-100 {
    width: 100% !important
}

.border-0 {
    border: 0 !important
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.text-decoration-underline {
    text-decoration: underline
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-medium {
    font-weight: 500 !important
}

.font-weight-thin {
    font-weight: 300 !important
}

.font-weight-semi {
    font-weight: 600 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-extrabold {
    font-weight: 800 !important
}

.border-bottom-none {
    border-bottom: 0 !important
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-10,
.col-11,
.col-12 {
    -webkit-box-flex: 0
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-7,
.col-8,
.col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-4,
.col-5,
.col-6 {
    -webkit-box-flex: 0
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-1,
.col-2,
.col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
    position: relative;
    width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important
}

a,
a:active a:hover,
a:focus,
a:visited {
    text-decoration: none
}

.align-middle {
    vertical-align: middle
}

.img-fluid {
    height: auto;
    max-width: 100%
}

.m-0 {
    margin: 0
}

.m-t-3 {
    margin-top: 3px
}

.m-t-5 {
    margin-top: 5px
}

.m-t-10 {
    margin-top: 10px
}

.m-t-15 {
    margin-top: 15px
}

.m-t-20 {
    margin-top: 20px
}

.m-t-30 {
    margin-top: 30px !important
}

.m-t-40 {
    margin-top: 40px !important
}

.m-t-45 {
    margin-top: 45px !important
}

.m-t-50 {
    margin-top: 50px
}

.m-t-60 {
    margin-top: 60px
}

.m-t-70 {
    margin-top: 70px
}

.m-t-80 {
    margin-top: 80px
}

.m-tb-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.m-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.m-tb-25 {
    margin-top: 25px;
    margin-bottom: 25px
}

.m-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.m-tb-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.m-tb-45 {
    margin-top: 45px;
    margin-bottom: 45px
}

.m-tb-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.m-b-5 {
    margin-bottom: 5px
}

.m-b-10 {
    margin-bottom: 10px
}

.m-b-12 {
    margin-bottom: 12px
}

.m-b-15 {
    margin-bottom: 15px
}

.m-b-20 {
    margin-bottom: 20px
}

.m-b-25 {
    margin-bottom: 25px
}

.m-b-30 {
    margin-bottom: 30px
}

.m-b-40 {
    margin-bottom: 40px
}

.m-b-50 {
    margin-bottom: 50px
}

.m-b-60 {
    margin-bottom: 60px
}

.m-b-70 {
    margin-bottom: 70px
}

.m-b-80 {
    margin-bottom: 80px
}

.m-l-auto {
    margin-left: auto
}

.m-l-5 {
    margin-left: 5px
}

.m-l-10 {
    margin-left: 10px
}

.m-l-20 {
    margin-left: 20px
}

.m-r-5 {
    margin-right: 5px
}

.m-r-8 {
    margin-right: 8px
}

.m-r-10 {
    margin-right: 10px
}

.m-r-15 {
    margin-right: 15px
}

.m-r-20 {
    margin-right: 20px
}

.m-r-30 {
    margin-right: 30px
}

.m-r-45 {
    margin-right: 45px
}

.breadcrumbs-sec ul,
.p-0,
.products-category-panel .ui-tabs .ui-tabs-panel,
input {
    padding: 0
}

.p-10 {
    padding: 10px
}

.p-15 {
    padding: 15px
}

.p-16 {
    padding: 16px
}

.p-20 {
    padding: 20px
}

.p-25 {
    padding: 25px
}

.p-30 {
    padding: 30px
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px
}

.pb-10 {
    padding-bottom: 10px
}

.p-b-20 {
    padding-bottom: 20px
}

.p-l-10 {
    padding-left: 10px
}

.p-l-20 {
    padding-left: 20px
}

.p-l-30 {
    padding-left: 30px
}

.p-r-10 {
    padding-right: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-25 {
    padding-top: 25px
}

.flex-block {
    flex: 1
}

.ml-auto {
    display: flex;
    align-items: flex-end;
    justify-content: end
}

header.main-header .container {
    padding: 0 15px !important
}

.blocker {
    z-index: 9999 !important;
    padding: 0 !important
}

#sortResults:focus,
.selector:focus {
    outline: 1px solid #d9dfee
}

.selector:hover {
    outline: 1px solid #d9dfee
}

.products-category-panel {
    padding-top: 100px;
    padding-bottom: 52px
}

.products-category-panel .all-prd-heading {
    margin-right: 60px
}

.products-category-panel .ui-tabs {
    border: 0 !important;
    padding: 0
}

.products-category-panel .ui-tabs .ui-tabs-nav {
    padding: 0;
    border-radius: 0 !important;
    border: 0;
    background: 0 0;
    color: inherit;
    font-weight: inherit;
    align-self: flex-start;
    margin-top: 5px
}

.products-category-panel .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0;
    padding-bottom: 0
}

.products-category-panel .ui-tabs .ui-tabs-nav li.ui-state-active a {
    color: #463c74 !important;
    border-bottom: 1px solid #3f43c8
}

.products-category-panel .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 9px 5px
}

.products-category-panel .ui-tabs .ui-tabs-nav li.ui-state-default {
    border: 0;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-right: 20px
}

.products-category-panel .ui-tabs .ui-tabs-nav li.ui-state-default a {
    color: rgba(70, 60, 116, .5);
    cursor: pointer
}

.products-category-panel .all-cate-products {
    margin-top: 70px;
    border-top: 1px solid #e3e3e5
}

.property-product-item {
    border-top: 1px solid #e3e3e5
}

.ui-widget {
    font-family: "Poppins", sans-serif !important
}

.startup-product-item {
    border-bottom: 1px solid #e3e3e5
}

.startup-product-item ul {
    padding-left: 40px !important
}

.startup-product-item ul li:before {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAARCAYAAADQWvz5AAAACXBIWXMAAAsTAAALEwEAmpwYAAAGymlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTA5LTI4VDE4OjMwOjQzKzA1OjMwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wOS0yOFQxODozNDoyNyswNTozMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMi0wOS0yOFQxODozNDoyNyswNTozMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpkZmQzZmE4NC0xNjhlLWJkNDQtOWNiZi1lNzA4ZTdkOTdiMTIiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplYmE0NGM1Ny1lNDdkLWYyNDgtYjBmNC1jNGU0YWQyYTc3MWUiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyMmFhMTg5Yi01ZGQ3LWEzNGUtYWY1OS0wMDUzNWQ3NzlhMjMiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjIyYWExODliLTVkZDctYTM0ZS1hZjU5LTAwNTM1ZDc3OWEyMyIgc3RFdnQ6d2hlbj0iMjAyMi0wOS0yOFQxODozMDo0MyswNTozMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpiYjU4YjNjMy0zMjQyLTg3NGUtOGE1YS02NWYxY2EyYTQzMWUiIHN0RXZ0OndoZW49IjIwMjItMDktMjhUMTg6MzE6NTErMDU6MzAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6ZGZkM2ZhODQtMTY4ZS1iZDQ0LTljYmYtZTcwOGU3ZDk3YjEyIiBzdEV2dDp3aGVuPSIyMDIyLTA5LTI4VDE4OjM0OjI3KzA1OjMwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Z9WSzQAAAaxJREFUOI2dk79u01AUxn/HseI6UiszIW9BCh2oIvUNSDckJAZegDxCq6iDYag7eQoRT0C6dICBCYkN9w0iVTAgpETtkHaqkwFjQ3wY0j84MWnKN57znd/9ru65QoF8v++UV+2mAY9V2FSIBKJM9cBICT3PHczOyGwhaJ/vAdugTtEhl2O+17q/Xwjy/b5jrdkfUBr/BtxIhV4q8Za/8yACMK4aK6uVzrIQAFE2razSySUK2sMmyNtlITlluuXtuuE0kciL/4IAlGQPQIJgWKUs/dv89Uc2T5+scfj+gpPTNNdLjPie8dukWjS4XrPmIKPxhNFoMuctTyoN0zTmQes1i+fPHI6/xJyc/rqGHL67YDSeB2mWOaaqEYlorvHte8Lx15j6hk19w14IATCEgZmWyqGVJXPNj5/GJD+VhzVrIQQAk8H0+V+ffb7LDuWuhR69bLmN6fNPdP8W/wIQXbjcbG/XDVE9uDtGuq9a7g0IICmtbCPSWz6JHiXGj51r5KwhaA99mG5rcQiJ0OyN13L9XLnIG3SGVTIaCk1BHEUdQXoKYWrE3asf/7f+ANfKo+UmwbiHAAAAAElFTkSuQmCC);
    width: 18px;
    height: 17px;
    position: absolute;
    left: -30px;
    top: 0
}

.startup-product-item .know-btn {
    height: 52px;
    min-width: 155px;
    background: #f2f3ff;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    color: #444bd3 !important;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.startup-product-item .know-btn:active,
.startup-product-item .know-btn:focus,
.startup-product-item .know-btn:hover {
    background: 0 0;
    border: 0 !important;
    background: #444bd3;
    color: #fff !important
}

.startup-product-item:hover .know-btn {
    background: #444bd3;
    color: #fff !important
}

.startup-product-item .talk-minutes select {
    background: #edeef4;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    height: 38px;
    min-width: 138px
}

.startup-product-item .talk-minutes select.customselect {
    background: #edeef4 url(../layout-optim/startup-landing-revamp/dropdown-icon.png)no-repeat center right !important;
    background-size: 29px !important
}

.frequently-questions {
    background: #fff;
    padding: 96px 0 80px
}

.frequently-questions .accordion-sec.content-card {
    max-width: 936px;
    margin: 48px auto 0
}

.frequently-questions .accordion-sec .accordion {
    width: 100%;
    padding-bottom: 7px;
    border-bottom: 1px solid #e3e2e5;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.frequently-questions .accordion-sec .accordion-header {
    margin: 0;
    font-size: 15px;
    cursor: pointer;
    padding: 25px 50px 16px 0;
    position: relative;
    font-weight: 600;
    color: #2f3857
}

.frequently-questions .accordion-sec .accordion-header p {
    font-size: 16px;
    font-weight: 700;
    color: #121127
}

.frequently-questions .accordion-header.closed::after,
.frequently-questions .accordion-header::after {
    content: "";
    color: #fff;
    background-image: url(../../client_base_web/layout-optim/new-doc-drafting-revamp/frequently-down-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent
}

.frequently-questions .accordion-header::after {
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 26px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    line-height: 17px;
    background-image: url(../../client_base_web/layout-optim/new-doc-drafting-revamp/frequently-up-arow.png)
}

.frequently-questions .accordion-sec .panel {
    display: none;
    padding-left: 0;
    padding-right: 15px;
    padding-top: 0
}

.frequently-questions .accordion-sec .accordion .panel p {
    color: rgba(18, 17, 39, .56);
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px
}

.chat-us-section .chat-content {
    background: #262852;
    padding-top: 60px;
    padding-bottom: 60px
}

.chat-us-section .chat-content .chat-btn {
    height: 40px;
    min-width: 122px;
    background: rgba(255, 255, 255, .12);
    border: 2px solid rgba(255, 255, 255, .2);
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.our-partners {
    background: #f9f9fd;
    padding: 50px;
    min-height: 288px
}

.partner-row {
    max-width: 900px
}

.our-partners ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #272738
}

.our-partners ul li a span {
    font-weight: 700;
    margin-top: 10px;
    visibility: hidden;
    font-size: 14px
}

.our-partners ul li a:hover span {
    visibility: visible
}

.error {
    display: block;
    margin: 8px 0 !important;
    font-size: 12px !important
}

header.main-header .container {
    max-width: 1280px !important;
    margin: 0 auto;
    box-shadow: none
}

.box-skeleton,
.line-skeleton {
    background-image: linear-gradient(90deg, #f4f4f4, #e5e5e5cc 40px, #f4f4f4 80px);
    background-size: 600px
}

.box-skeleton {
    background-color: #ccc;
    animation: shine-avatar 1s ease-out infinite;
    -webkit-animation: shine-avatar 1s ease-out infinite
}

.line-skeleton {
    border-radius: 6px;
    animation: shine-lines 1s ease-out infinite;
    -webkit-animation: shine-lines 1s ease-out infinite
}

.shimmer-anim {
    position: relative;
    background: #f4f4f4;
    overflow: hidden
}

.shimmer-anim:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(90deg, #f4f4f4 0, #0000000d 20%, #f4f4f4 40%, #f4f4f4);
    background-repeat: no-repeat;
    background-size: 450px 400px;
    -webkit-animation: shimmer 1s linear infinite;
    animation: shimmer 1s linear infinite
}

@media screen and (min-width:768px) and (max-width:1023px) {
    header.main-header .user-profile .avatar-img {
        margin-right: 0 !important
    }
}

@media screen and (max-width:991px) {
    .col-100p {
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-50p {
        flex: 0 0 50%;
        max-width: 50%
    }

    .order-2 {
        order: 2
    }

    .order-1 {
        order: 1
    }

    .products-category-panel {
        padding: 52px 25px
    }

    .products-category-panel .tabs-top-head .d-flex {
        flex-direction: column;
        align-items: flex-start !important
    }

    .products-category-panel .all-prd-heading {
        margin-right: 0;
        margin-bottom: 20px
    }

    .products-category-panel .all-prd-heading h2 {
        line-height: 42px
    }

    .products-category-panel .startup-product-item {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .products-category-panel .startup-product-item .col-3:nth-child(1) {
        margin-bottom: 20px
    }

    .products-category-panel .startup-product-item .col-2,
    .products-category-panel .startup-product-item .col-3,
    .products-category-panel .startup-product-item .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left
    }

    .products-category-panel .startup-product-item .col-2,
    .products-category-panel .startup-product-item .col-3 {
        margin-top: 20px
    }

    .products-category-panel .startup-product-item .col-3 span.font-40,
    .products-category-panel .startup-product-item .discount-rupee,
    .products-category-panel .startup-product-item .talk-minutes {
        padding-left: 10px
    }

    .products-category-panel .startup-product-item .discount-rupee .d-flex {
        justify-content: flex-start
    }

    .products-category-panel .startup-product-item .know-btn {
        margin-left: 10px
    }

    .frequently-questions .accordion-sec .accordion-header {
        line-height: 24px;
        padding: 25px 25px 16px 0
    }

    .frequently-questions h2 {
        font-size: 32px
    }

    .frequently-questions .accordion-sec .accordion {
        padding-left: 0;
        padding-right: 0
    }

    .our-partners {
        padding: 50px 0;
        min-height: initial
    }

    .our-partners h2 {
        margin-bottom: 30px
    }

    .our-partners .partner-row ul {
        flex-wrap: wrap;
        justify-content: space-evenly
    }

    .our-partners .partner-row ul li {
        margin-bottom: 20px;
        margin-right: 30px
    }

    .our-partners .partner-row ul li .img-fluid {
        max-width: 75px
    }

    .our-partners ul li a span {
        visibility: visible;
        font-size: 12px;
        max-width: 100px
    }

    .common-main-title {
        font-size: 30px
    }
}

@media screen and (max-width:767px) {
    .main-header .logo img {
        margin-left: 0 !important;
    }

    .mob-icon-nav {
        /* display: none !important; */
        right: 50px !important;
    }

    .mob-icon-nav.mob-icon-nav-right {
        right: 110px !important;
    }

    .products-category-panel {
        padding: 52px 0
    }

    .products-category-panel .all-cate-products {
        margin-top: 50px;
        border-top: 0
    }

    .products-category-panel .mobile-view-startup-product-item {
        margin-bottom: 30px
    }

    .products-category-panel .mobile-view-startup-product-item:last-child {
        margin-bottom: 0
    }

    .products-category-panel .startup-product-item {
        border: .771193px solid rgba(18, 17, 39, .12);
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        padding: 34px 0 0
    }

    .products-category-panel .startup-product-item h3 {
        font-size: 20px;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px
    }

    .products-category-panel .startup-product-item ul {
        margin: 0 auto;
        display: table;
        padding-right: 15px
    }

    .products-category-panel .startup-product-item .col-3 span.font-40 {
        text-align: center;
        color: #121127;
        border-top: 1px solid #eae9ec;
        padding-top: 30px;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 20px;
        padding-left: 0
    }

    .products-category-panel .startup-product-item .discount-rupee,
    .products-category-panel .startup-product-item .talk-minutes {
        padding-left: 0
    }

    .products-category-panel .startup-product-item .col-3 span.rupee {
        display: none
    }

    .startup-product-item .col-3 span.mobile {
        color: #3f43c8 !important;
        display: inline-block;
        margin-right: 5px
    }

    .products-category-panel .startup-product-item .discount-rupee .d-flex {
        justify-content: center
    }

    .products-category-panel .startup-product-item .talk-minutes {
        text-align: center
    }

    .products-category-panel .startup-product-item .know-btn {
        margin-left: 0;
        min-width: initial;
        width: 100%;
        border-radius: 0 0 8px 8px;
        -webkit-border-radius: 0 0 8px 8px;
        -moz-border-radius: 0 0 8px 8px;
        -ms-border-radius: 0 0 8px 8px;
        -o-border-radius: 0 0 8px 8px
    }

    .products-category-panel .startup-product-item .col-2 {
        margin-top: 20px
    }

    .products-category-panel .startup-product-item .col-3 {
        margin-top: 0
    }

    .startup-product-item ul li:before {
        content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAGymlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTA5LTI4VDE4OjMwOjQzKzA1OjMwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wOS0yOVQxMzo1MTo0NSswNTozMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMi0wOS0yOVQxMzo1MTo0NSswNTozMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3N2UyMmRmOC05OGRmLTAyNDgtYTM1Zi0yNGIzYzcxYWZlZDYiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplYzRjZDIzNy0zZTUyLWM4NGUtOGIwNy1jYzA4NDI3YjNmNzciIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyMmFhMTg5Yi01ZGQ3LWEzNGUtYWY1OS0wMDUzNWQ3NzlhMjMiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjIyYWExODliLTVkZDctYTM0ZS1hZjU5LTAwNTM1ZDc3OWEyMyIgc3RFdnQ6d2hlbj0iMjAyMi0wOS0yOFQxODozMDo0MyswNTozMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpiYjU4YjNjMy0zMjQyLTg3NGUtOGE1YS02NWYxY2EyYTQzMWUiIHN0RXZ0OndoZW49IjIwMjItMDktMjhUMTg6MzE6NTErMDU6MzAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NzdlMjJkZjgtOThkZi0wMjQ4LWEzNWYtMjRiM2M3MWFmZWQ2IiBzdEV2dDp3aGVuPSIyMDIyLTA5LTI5VDEzOjUxOjQ1KzA1OjMwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+XzpXlQAAAdFJREFUKJFtkj1rVGEQhZ+Z936txhgrC4NaaBE1IVFIFQikFkIkaOsPsBes0on/wNLGQgUD0T9gIYSEfBhtNIUIsQ0ak929e+99j8VuIgFnmG7OPBzO2NLSdxRFNlTg7nndq+fTIr0vNC5wYJtKyx7C+zpUBxUlhpFIYjBTFvx5WqTTkgAwALhGaouIDcQjmVYBkuxsDpHrHnxFiqP0NadLIOIdx9/ksZgzseshBEKePMPtlMgGuD+HkXYnYgaOjwYlT0yGq9K0pAXUX24i1I2IDXS7YuJWixtjBXUtYhQYD3tpOekxMH5MqmtxYSQwfC7w66Dh9uQZHtwb4dLFlF5PSCBE0uTTibuugBEjVJWYmmhxc6xg61OH2Zkhdr50+PDxiCwz3Ac2mjDqkWQPwB3MjfXNNp2OmJ0ZYmOrzdt3v/uUxP759/gjqUOyljclwihyY3+/5uXrfa5ezvi6W5ImEIIxSAghLPDZs6rcRnoBIEGr5RweRdY328TIaRJg+LKirbnMaQhPBT+PxVlqnB8OhMAJaUDba6x+3NDgZcgpQ/EtWlg04sZ/4sf6vd5YM9+z7m7tJYlx8l6rGHOguxILYFN9Z75TWfUqKKyAdQdH+AuAst03wyqFEgAAAABJRU5ErkJggg==);
        width: 14px;
        height: 13px;
        left: -24px;
        top: 2px
    }

    .products-category-panel .ui-tabs .ui-tabs-nav {
        flex-direction: column
    }

    .products-category-panel .ui-tabs .ui-tabs-nav li {
        border: 1px solid #e9ecef !important;
        width: 100%;
        margin-bottom: 10px !important
    }

    .products-category-panel .ui-tabs .ui-tabs-nav li:last-child {
        margin-bottom: 0 !important
    }

    .products-category-panel .ui-tabs .ui-tabs-nav li.ui-state-active a {
        color: #3f43c8;
        border-bottom: 1px solid #3f43c8;
        background: #f2f3ff
    }

    .products-category-panel .ui-tabs .ui-tabs-nav li a {
        color: rgba(70, 60, 116, .5);
        border-bottom: 0;
        width: 100%;
        background: #fff;
        padding: 9px
    }

    .chat-us-section .chat-content {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .chat-us-section .chat-content h4 {
        line-height: 24px
    }

    .chat-us-section .chat-content h2 {
        line-height: 42px
    }

    .frequently-questions .accordion-sec.content-card {
        margin: 28px auto 0
    }

    .frequently-questions {
        padding: 60px 5px 35px
    }

    .frequently-questions h2 {
        font-size: 24px;
        line-height: 33px
    }

    .mobile-sticky {
        position: fixed !important;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        z-index: 11;
        display: block !important
    }

    .sticky.left.mobile-sticky .cta-btn {
        background: #55b72e
    }

    .mobile-sticky a {
        width: 100%;
        display: block;
        text-align: center;
        border-radius: 0;
        border-top: 1px solid #fff
    }

    .main-menu-btn {
        right: 0 !important;
        left: auto !important
    }

    .nav-brand {
        margin-left: 0 !important
    }
}

@media screen and (max-width:530px) {
    .main-header .logo img {
        margin-left: 0
    }
}

@media screen and (max-width:420px) {
    .our-partners .partner-row ul li {
        margin-right: 0;
        width: 140px
    }
}

@media screen and (max-width:360px) {
    .products-category-panel .all-prd-heading h2 br {
        display: none
    }

    .chat-us-section .chat-content {
        padding-left: 20px;
        padding-right: 20px
    }

    .chat-us-section .chat-content h2 {
        line-height: 32px;
        font-size: 24px
    }

    .chat-us-section .chat-content h4 {
        font-size: 20px
    }
}

@media screen and (max-width:359px) {
    header.main-header .container {
        padding: 0 !important
    }
    header.main-header .user-profile {
        right: 50px !important;
    }
    .mob-icon-nav.mob-icon-nav-right {
        right: 100px !important;
    }
}