@-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
}

[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,
.other-products-section .other-prd-tile a {
    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
}

.lh-1 {
    line-height: 1
}

.lh-18 {
    line-height: 18px
}

.lh-20,
.lh-21 {
    line-height: 20px
}

.lh-22 {
    line-height: 22px
}

.lh-24 {
    line-height: 24px
}

.lh-25 {
    line-height: 25px
}

.lh-29 {
    line-height: 29px
}

.lh-32 {
    line-height: 32px
}

.lh-34 {
    line-height: 34px
}

.lh-36 {
    line-height: 36px
}

.lh-48 {
    line-height: 48px
}

.lh-56 {
    line-height: 56px
}

.lh-67 {
    line-height: 67px
}

.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
}

.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-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: #595959
}

.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-16 {
    margin-top: 16px
}

.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-16 {
    margin-bottom: 16px
}

.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,
.main-product-section .main-prd-tile .star-rating img {
    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,
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
}

.main-product-section {
    margin-top: 54px
}

.main-product-section .main-prd-tile {
    background: #fff;
    border: 2.08081px solid #e5e5eb;
    padding: 33px 28px
}

.main-product-section .main-prd-tile .head-content {
    margin-bottom: 18px
}

.main-product-section .main-prd-tile .doc-info .per-pages {
    margin-right: 60px
}

.main-product-section .main-prd-tile .doc-info .per-pages .doc-icon {
    margin-right: 10px;
    align-self: end
}

.main-product-section .main-prd-tile .download-month {
    margin-top: 15px
}

.main-product-section .main-prd-tile .star-rating {
    margin-left: 60px
}

.main-product-section .main-prd-tile .doc-pricing-section {
    border: 1px solid #9d9caf;
    padding: 14px 34px;
    background: #fff;
    margin-top: 20px
}

.active {
    background: #dee0fa !important;
    border: 1px solid #6068db !important;
}

.main-product-section .main-prd-tile .doc-pricing-section .doc-tile {
    background: #f3f3f6;
    border: 1px solid #9d9caf;
    padding: 20px 16px;
    cursor: pointer;
    margin-bottom: 16px
}

.main-product-section .main-prd-tile .doc-pricing-section .doc-tile:last-child {
    margin-bottom: 0
}

.main-product-section .main-prd-tile .doc-pricing-section .doc-tile span {
    padding-left: 24px;
    margin-top: 3px
}

.main-product-section .main-prd-tile .doc-pricing-section .doc-tile.active [type=radio]:checked+label:before {
    border: 1px solid #6068db
}

[type=radio]:checked,
[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

[type=radio]:checked+label,
[type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    display: inline-block
}

[type=radio]:checked+label:before,
[type=radio]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #d9d9d9;
    border-radius: 100%;
    background: #fff
}

[type=radio]:checked+label:after,
[type=radio]:not(:checked)+label:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #6068db;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

[type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.main-product-section .main-prd-tile .doc-pricing-section .doc-rupee-tile {
    padding-left: 30px
}

.main-product-section .main-prd-tile .doc-pricing-section .use-tile {
    padding-left: 50px
}

.main-product-section .main-prd-tile .doc-pricing-section .use-tile p {
    max-width: 299px
}

.main-product-section .main-prd-tile .doc-pricing-section .use-tile h6 {
    margin-top: 25px;
    margin-bottom: 15px
}

.main-product-section .main-prd-tile .doc-rupee-tile .price-cta-btn .buy-now {
    width: 100%;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #444bd3;
    cursor: pointer;
    border: 0
}

.main-product-section .main-prd-tile .doc-rupee-tile .price-cta-btn .cart-btn {
    width: 100%;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f2f3ff;
    cursor: pointer;
    border: 1px solid #9aa1ff;
    color: #444bd3;
    
}

.common-product-tile {
    padding-top: 50px
}

.common-product-tile .prd-common-panel {
    padding-left: 29px;
    padding-bottom: 56px
}

.common-product-tile .prd-common-panel h2 {
    margin-bottom: 24px
}

.common-product-tile .prd-common-panel p {
    /* max-width: 745px; */
    font-size: 16px;
    line-height: 29px;
    color: #000;
    font-weight: 400;
    margin-bottom: 12px;
}

.common-product-tile .prd-common-panel p:last-child {
    margin-bottom: 0;
}

.common-product-tile .prd-common-panel:last-child {
    padding-bottom: 0
}

.other-products-section {
    padding-top: 80px
}

.other-products-section .other-prd-tile {
    margin-top: 54px
}

.other-products-section .other-prd-tile .col-3 {
    padding-right: 5px !important;
    padding-left: 5px !important
}

.other-products-section .other-prd-tile .product-item {
    border: 1px solid #e5e5eb;
    padding: 25px 15px 15px;
    background: #fff;
    max-width: 305px;
    transition-property: transform;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    cursor: pointer
}

.other-products-section .other-prd-tile .product-item:hover {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px)
}

.other-products-section .other-prd-tile .product-item .prd-price-sec .price {
    margin-left: auto
}

.common-badge {
    height: 21px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.startup {
    min-width: 62px;
    background: #3f43c8;
    border: 1px solid #575bcf
}

.fund-raising {
    min-width: 97px;
    background: #ff9e2a;
    border: 1px solid #ff9e2a
}

.property {
    min-width: 67px;
    background: #059669;
    border: 1px solid #059669
}

.recommend-section {
    margin-top: 53px;
    margin-bottom: 56px
}

.recommend-section .rec-doc-sec {
    background: #f2f3ff;
    border: 1px solid #dee0fa;
    overflow: hidden;
    position: relative;
    padding-top: 70px;
    padding-bottom: 90px
}

.recommend-section .rec-doc-sec:after,
.recommend-section .rec-doc-sec:before {
    content: "";
    position: absolute;
    width: 286px;
    height: 286px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: 0 0;
    border: 34px solid #b4b7f0;
    z-index: 1
}

.recommend-section .rec-doc-sec:after {
    right: 20px;
    top: -210px
}

.recommend-section .rec-doc-sec:before {
    left: 10px;
    bottom: -180px
}

.recommend-section .rec-doc-sec .search-box {
    margin-top: 24px
}

.recommend-section .rec-doc-sec .search-box input {
    background: #fff;
    border: 0;
    height: 71px;
    min-width: 468px;
    margin-right: 27px;
    padding: 23px 30px
}

.recommend-section .rec-doc-sec .search-box .search-btn {
    min-width: 158px;
    height: 71px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #3f43c8;
    cursor: pointer;
    border: 0
}

.recommend-section .rec-doc-sec .search-box input::placeholder {
    color: rgba(70, 60, 116, .5);
    opacity: 1
}

.recommend-section .rec-doc-sec .search-box input:-ms-input-placeholder {
    color: rgba(70, 60, 116, .5)
}

.recommend-section .rec-doc-sec .search-box input::-ms-input-placeholder {
    color: rgba(70, 60, 116, .5)
}

.drc-payment-summary .drc-cart-panel {
    padding: 40px 40px 21px;
    background: #fff;
    border: 2.08081px solid #e5e5eb
}

.drc-payment-summary .drc-cart-panel .payment-head {
    background: #444bd3;
    padding: 10px 36px;
    height: 46px
}

.drc-payment-summary .drc-cart-panel .payment-body {
    border-bottom: 1px solid #d1d1db;
    padding: 35px 0 24px;
    margin-left: 35px;
    margin-right: 35px
}

.drc-payment-summary .drc-cart-panel .payment-body .common-part .heading-tile .custom-document {
    background: #f5f5f5;
    border: 1px solid #d9d9d9;
    min-width: 157px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
    cursor: default;
    align-self: flex-start
}

.drc-payment-summary .drc-cart-panel .payment-body .common-part .heading-tile h2 {
    max-width: 345px
}

.drc-payment-summary .drc-cart-panel .payment-body .common-part .body-part {
    margin-top: 15px
}

.drc-payment-summary .drc-cart-panel .payment-body .common-part .body-part p {
    max-width: 495px
}

.drc-payment-summary .drc-cart-panel .payment-body .common-part .heading-tile .quantity {
    padding-left: 52px;
    align-self: flex-start
}

.drc-payment-summary .drc-cart-panel .payment-body .common-part .heading-tile .price {
    margin-left: auto
}

.drc-payment-summary .drc-cart-panel .cart-pay-btn {
    margin-top: 28px;
    text-align: right
}

.drc-payment-summary .drc-cart-panel .cart-pay-btn .pay-btn {
    min-width: 321px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #444bd3;
    cursor: pointer;
    border: 0
}

.drc-payment-summary .drc-cart-panel .cart-pay-btn .pay-btn span {
    margin-left: 5px
}

.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
}

.main-product-section .main-prd-tile .doc-rupee-tile .price-cta-btn .cart-btn:disabled,
.main-product-section .main-prd-tile .doc-rupee-tile .price-cta-btn .cart-btn[disabled] {
  background: #F3F3F6;
  border: 1px solid #9D9CAF;
  color: #000000;
}



@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
    }

    .main-product-section {
        margin-top: 20px
    }

    .main-product-section .main-prd-tile .star-rating {
        margin-left: 10px
    }

    .common-product-tile .prd-common-panel h2,
    .main-product-section .main-prd-tile .head-content h1,
    .other-products-section h2.font-33 {
        font-size: 32px
    }

    .main-product-section .main-prd-tile .doc-pricing-section {
        padding: 15px
    }

    .main-product-section .main-prd-tile .doc-pricing-section .col-4 {
        margin-bottom: 20px
    }

    .main-product-section .main-prd-tile .doc-pricing-section .col-4:last-child {
        margin-bottom: 0
    }

    .main-product-section .main-prd-tile .doc-pricing-section .use-tile p {
        max-width: initial
    }

    .main-product-section .main-prd-tile .doc-pricing-section .use-tile {
        padding-left: 5px
    }

    .main-product-section .main-prd-tile .doc-pricing-section .doc-rupee-tile {
        padding-left: 0
    }

    .main-product-section .main-prd-tile {
        padding: 20px
    }

    .common-product-tile {
        padding-top: 30px
    }

    .common-product-tile .prd-common-panel p {
        max-width: initial;
        font-size: 16px;
        line-height: 28px
    }

    .other-products-section {
        padding-top: 50px
    }

    .other-products-section .other-prd-tile {
        margin-top: 35px
    }

    .other-products-section .other-prd-tile .col-3 {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-bottom: 22px
    }

    .other-products-section .other-prd-tile .product-item {
        max-width: initial
    }

    .recommend-section {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .recommend-section .rec-doc-sec h2 {
        font-size: 32px;
        line-height: 40px
    }

    .recommend-section .rec-doc-sec .search-box input {
        z-index: 1
    }

    .other-products-section .other-prd-tile a {
        display: block
    }

    .common-main-title {
        font-size: 30px
    }
}

@media screen and (max-width:767px) {

    .main-header .logo img {
        margin-left: 0 !important;
    }

    .mob-icon-nav {
        right: 50px !important;
    }

    .mob-icon-nav.mob-icon-nav-right {
        right: 110px !important;
    }

    .recommend-section .rec-doc-sec:after,
    .recommend-section .rec-doc-sec:before {
        display: none
    }

    .recommend-section .rec-doc-sec .search-box input {
        min-width: 330px;
        height: 50px;
        padding: 8px 12px
    }

    .recommend-section .rec-doc-sec {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .recommend-section .rec-doc-sec h2 {
        font-size: 22px;
        line-height: 30px
    }

    .recommend-section .rec-doc-sec .search-box .search-btn {
        height: 50px
    }

    .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:575px) {
    .main-product-section .main-prd-tile .doc-pricing-section .col-4.btn-block {
        margin-bottom: 0;
    }
    .main-product-section .main-prd-tile {
        padding: 20px 10px
    }

    .main-product-section .main-prd-tile .head-content h1 {
        font-size: 24px;
        line-height: 33px;
    }

    .main-product-section .main-prd-tile .doc-pricing-section {
        padding: 0;
        border: 0
    }

    .main-product-section .main-prd-tile .doc-info>.d-flex,
    .main-product-section .main-prd-tile .download-month>.d-flex {
        flex-direction: column;
        align-items: flex-start !important
    }

    .main-product-section .main-prd-tile .star-rating {
        margin-left: 0;
        margin-top: 15px
    }

    .main-product-section .main-prd-tile .star-rating img:last-child {
        margin-right: 0
    }

    .main-product-section .main-prd-tile .doc-pricing-section .doc-rupee-tile .price-info span {
        font-size: 32px
    }

    .common-product-tile .prd-common-panel h2 {
        font-size: 24px;
        margin-bottom: 20px
    }

    .other-products-section h2.font-33 {
        font-size: 24px
    }

    .main-product-section .main-prd-tile .doc-info .per-pages {
        margin-right: 0;
        margin-bottom: 15px
    }

    .common-product-tile .prd-common-panel {
        padding-left: 0;
        padding-bottom: 30px
    }

    .other-products-section .other-prd-tile .col-3 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .other-products-section .other-prd-tile .col-3:last-child {
        margin-bottom: 0
    }

    .other-products-section .other-prd-tile .product-item h2 {
        font-size: 15px
    }

    .recommend-section .rec-doc-sec .search-box {
        padding-left: 25px;
        padding-right: 25px
    }

    .recommend-section .rec-doc-sec .search-box .d-flex {
        flex-direction: column
    }

    .recommend-section .rec-doc-sec .search-box input {
        min-width: initial;
        margin-right: 0;
        width: 100%;
        font-size: 14px
    }

    .recommend-section .rec-doc-sec .search-box .search-btn {
        width: 100%;
        margin-top: 15px
    }
}

@media screen and (max-width:535px) {
    .recommend-section .rec-doc-sec {
        padding-left: 25px;
        padding-right: 25px
    }

    .footer-bottom span,
    .recommend-section .rec-doc-sec h2 {
        max-width: 300px;
        margin: 0 auto
    }
}

@media screen and (max-width:530px) {
    .recommend-section .rec-doc-sec .search-box {
        padding-left: 0;
        padding-right: 0
    }

    .main-header .logo img {
        margin-left: 0
    }
}

@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;
    }
}