html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -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
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 none;
    font-weight: 400
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    background-color: #fff;
    color: #313131;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

.d-none {
    display: none
}

.d-inline {
    display: inline
}

.d-block {
    display: block
}

.d-inline-block {
    display: inline-block
}

.d-table {
    display: table
}

.d-table-cell {
    display: table-cell
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-dir-column {
    flex-direction: column;
}

.font-weight-thin {
    font-weight: 300
}

.font-weight-normal {
    font-weight: 400
}

.font-weight-medium {
    font-weight: 500
}

.font-weight-semi {
    font-weight: 600
}

.font-weight-bold {
    font-weight: 700
}

.secondary-font {
    font-family: 'Quicksand', sans-serif;
}

.font-12 {
    font-size: 12px
}

.font-14 {
    font-size: 14px
}

.font-15 {
    font-size: 15px
}

.font-16 {
    font-size: 16px
}

.font-18 {
    font-size: 18px
}

.font-20 {
    font-size: 20px
}

.font-22 {
    font-size: 22px
}

.font-24 {
    font-size: 24px
}

.font-34 {
    font-size: 34px
}

.font-36 {
    font-size: 36px
}

.font-40 {
    font-size: 40px
}

.font-50 {
    font-size: 50px
}

.font-55 {
    font-size: 55px
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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%;
}

.common-action-btn {
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    background-color: #234d94;
    border: 1px solid #234d94;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 2px 8px rgba(0, 0, 0, .1)
}

.common-action-btn:focus,
.common-action-btn:hover {
    color: #234d94;
    border-color: #234d94;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none
}

.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-5 {
    border-radius: 5px
}

.border-radius-10 {
    border-radius: 10px
}

.border-radius-50p {
    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
}

.color1 {
    color: #313131;
}

.color2 {
    color: #545454;
}

.color3 {
    color: #6d7e86;
}

.color4 {
    color: #3f3f3f;
}

.color5 {
    color: #eb3a3a;
}

.color6 {
    color: #e24bac;
}

.color7 {
    color: #3c3c3c;
}

.color8 {
    color: #09a591;
}

.color9 {
    color: #f96959;
}

.color10 {
    color: #ff4f5a;
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    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;
    padding-left: 15px
}

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-5 {
    margin-top: 5px
}

.m-t-10 {
    margin-top: 10px
}

.m-t-15 {
    margin-top: 15px
}

.m-t-20 {
    margin-top: 20px
}

.m-t-50 {
    margin-top: 50px
}

.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-b-5 {
    margin-bottom: 5px
}

.m-b-10 {
    margin-bottom: 10px
}

.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-l-5 {
    margin-left: 5px
}

.m-l-10 {
    margin-left: 10px
}

.m-r-5 {
    margin-right: 5px
}

.m-r-10 {
    margin-right: 10px
}

.m-r-20 {
    margin-right: 20px
}

.m-r-30 {
    margin-right: 30px
}

.p-0 {
    padding: 0
}

.p-10 {
    padding: 10px
}

.p-20 {
    padding: 20px
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-r-10 {
    padding-right: 10px;
}

.common-divider {
    background: #eaf0f5;
    height: 4px;
}

main.main-content {
    margin-bottom: 30px;
}

.hero-banner {
    margin-top: 60px;
}

.welcome-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 1050px;
}

.welcome-text p {
   line-height: 26px;
}

.how-it-works .tile-card {
}

.how-it-works .tile-card-body {
    flex: 1 1 auto;
    padding: 10px;
}

.how-it-works .title-block {
    min-height: 80px;
}

.how-it-works .title-block  .title-text {
    flex: 1;
}

.how-it-works .counter-num {
    width: 25px;
    height: 25px;
    border: 1px solid #313131;
    font-size: 14px;
}

.benefits .benefit-item .icon-circle {
    width: 55px;
    height: 55px;
    background: #cacaca;
}

.benefits .benefit-item1 .icon-circle {
    background: #fee9e9 !important;
}

.benefits .benefit-item2 .icon-circle {
    background: #dff6fc !important;
}

.benefits .benefit-item3 .icon-circle {
    background: #faf9d3 !important;
}

.benefits .benefit-item4 .icon-circle {
    background: #d1fad8 !important;
}

.benefits .benefit-item .description {
    flex: 1;
}

.service-card {
    padding: 30px;
}

.service-card ul li {
    position: relative;
}

.service-card ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    top: 6px;
    left: 0;
    position: absolute;
    border-radius: 50%;
}

.service-card.service-card1 {
    background: #fafafe;
}

.service-card.service-card1 h2 {
    color: #4b6990;
}

.service-card1 ul li {
   color: #354d72;
}

.service-card1 ul li:before {
    background-color: #274061;
}

.service-card.service-card2 {
    background: #fffafa;
}

.service-card.service-card5 {
    background: #f0f0ff;
}

.service-card.service-card5 h2 {
    color: #5652ff;
}

.service-card.service-card5 ul li {
    color: #5652ff;
 }

 .service-card.service-card5 ul li:before {
    background-color: #274061;
}



.service-card.service-card2 h2 {
    color: #f96c6c;
}

.service-card2 ul li {
   color: #7a5e5e;
}

.service-card2 ul li:before {
    background-color: #471414;
}

.service-card.service-card3 {
    background: #f4fef3;
}

.service-card.service-card3 h2 {
    color: #386035;
}

.service-card3 ul li {
   color: #495d47;
}

.service-card3 ul li:before {
    background-color: #495d47;
}

.service-card.service-card4 {
    background: #fffeee;
}

.service-card.service-card4 h2 {
    color: #cd990d;
}

.service-card4 ul li {
   color: #755625;
}

.service-card4 ul li:before {
    background-color: #655322;
}

.price-pkg-sec {
    position: sticky;
    position: -webkit-sticky;
    top: -15px;
    z-index: 999;
}


/* FAQ */

.frequentqa-sec .panel ul {
    list-style-image: url('../layout-optim/doc-review-consult/bullet-tick.png');
    margin-left: 20px;
    margin-right: 20px;
}

.accordion-sec .accordion {
    width: 100%;
    padding-bottom: 5px;
}

.accordion-sec .accordion:last-child {
    border-bottom: 0;
}

.accordion-sec .accordion-header {
    margin: 0;
    font-size: 16px;
    cursor: pointer;
    padding: 25px 20px 25px 50px;
    position: relative;
    font-weight: 500;
    color: #263238;
}
.accordion-sec .accordion-header.active {
    color: #4476bc;
}

.accordion-header.active::after {
    content: "\2212";
    color: #fff;
    display: flex;
    background: #4476bc;
}

.accordion-header.closed::after {
    content: '\002B';
    color: #fff;
}

.accordion-header::after {
    content: '\002B';
    color: #000;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 26px;
    background: #263238;
    color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    line-height: 17px;
}

.accordion-sec .panel {
    display: none;
    padding-left: 15px;
    padding-right: 15px;
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
}

.accordion-sec .accordion .panel p,
.accordion-sec .accordion .panel ul li
 {
    color: #6d7e86;
    font-size: 14px;
    line-height: 24px;
}

.accordion-sec .accordion .panel ul li
 {
    line-height: 16px;
}

/*... FAQ */

.review-item .avatar-block .name-symbol {
    height: 35px;
    width: 35px;
    color: #fff;
}

.review-item .avatar-block .name-title {
    flex: 1;
}

.review-item .avatar-block .name-title {
    flex: 1;
}

.review-item .avatar-block .name-title .name-title-verified img {
    width: 18px;
    height: 18px;
}

.review-item p {
    font-size: 15px;
    line-height: 25px;
    margin-left: 55px;
    margin-top: 10px;
}

.choose-select select {
    width: 100%;
    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);
    border: 0;
    height: 50px;
    padding: 0 20px;
    border-radius: 5px;
    border: 1px solid #dadada;
    margin-top: 20px;
}

.pricing-tile {
    margin-bottom: 10px;
}

.pricing-tile h4 span {
    display: block;
    margin-top: 0px;
}

.pricecard-item-top {
    border: 1px solid #cacaca;
    box-shadow: 0px 0px 23.25px 1.75px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 23.25px 1.75px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 23.25px 1.75px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 23.25px 1.75px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 23.25px 1.75px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    background: #ffffff;
    padding: 7px 15px;
    margin-top: 10px;
}

.pricecard-item-top .col-6 {
    padding-right: 10px;
    padding-left: 10px;
}

.imageFlameClass {
    vertical-align: sub;
    width: 40px;
    height: 40px;
}

.pricing-tile:nth-child(4) {
    border-bottom: 0;
}

.pricing-tile .price-item {
    border: 1px solid #e6e6e6;
    cursor: pointer;
    padding: 5px 10px;
}

.pricing-tile .price-item.active  {
    border: 1px solid #56b587;
}

.pricing-tile .price-item > h4 {
    margin-left: 5px;
}

.line-through {
    text-decoration: line-through;
}

span.extra-mis {
    font-weight: 500;
    color: #f1360a;
    font-size: 14px;
    text-align: left;
    margin-left: 5px;
}

img.imageFlameClass20 {
    width: 40px;
    height: 40px;
    position: relative;
    top: 6px;
}


.pricing-tile .price-item  .price-item-body {
    flex: 1 1 auto;
}

.pricing-tile .price-item .price-item-each img {
    height: 20px;
    width: 20px;
}

.pricing-tile .price-item .price-item-each p {
    flex: 1;
}

.secure-payment,
.accept-payment  h2,
.customer-care {
    display: none;
}

.pricing-card button.common-action-btn {
    display: block;
    outline: 0 none;
    text-decoration: none;
    border-radius: 5px;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 15px 40px;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    width: 100%;
}

.pricing-card button.common-action-btn {
    background-color: #278cf3;
    box-shadow: 0 6px #0659ae;
}

.pricing-card button.common-action-btn:active {
    box-shadow: 0 0 #0659ae;
    top: 6px;
}

.pricing-card button.common-action-btn:hover {
    box-shadow: 0 4px #0659ae;
    top: 2px;
}

.price-pkg-sec .selected-price h2 {
    line-height: 1;
}

.price-pkg-sec .selected-price  a.wa-help.pos-abs {
    top: 10px;
    right: 0px;
    border: 2px solid #386035;
    width: 40px;
    height: 40px;
    background-color: #f4fef3;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-pkg-sec .selected-price p {
    font-size: 12px;
    line-height: 1;
}

.price-pkg-sec .selected-price {
    margin-bottom: 10px;
}

.price-was-strike {
    display: inline-block !important;
    text-decoration: line-through;
}

a.scrollTo {
    text-decoration: none !important;
    color: #313131 !important;
    outline: 0 none !important;
}

/* Responsive styles */

@media screen and (min-width: 992px) {
    
    .content-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .pricing-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 35%;
        max-width: 35%;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 5%;
    }
    
}

@media screen and (max-width: 991px) { 
    .main-wrapper {
        flex-direction: column;
    }

    .how-it-works {
        order: 1;
    }

    .benefits {
        order: 2;
    }

    .services {
        order: 3;
    }

    .price-pkg-sec {
        order: 4;
    }

    .frequentqa-sec {
        order: 5;
    }

    .client-reviews {
        order: 6;
    }

    .col-100p {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hero-banner {
        margin-top: 46px;
    }

    .welcome-text {
        border-bottom: 4px solid #eaf0f5;
        padding-bottom: 30px;
        text-align: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .welcome-text p {
        font-size: 16px;
    }

    .how-it-works {
        border-bottom: 4px solid #eaf0f5;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

    .how-it-works .row {
        margin-bottom: 0;
    }

    .how-it-works .col-4 {
        margin-bottom: 15px;
    }

    .how-it-works .tile-card-body {
        padding: 10px 0;
        display: flex;
    }

    .how-it-works .tile-card-body img {
        margin-right: 20px;
        margin-bottom: 0;
        width: 60px;
        height: 60px;
    }

    .how-it-works .tile-card-body .title-block {
        flex: 1;
    }

    .how-it-works h3,
    .benefits h3
     {
        font-size: 20px;
    }

    .how-it-works p {
        font-size: 14px;
    }

    .benefits {
        border-bottom: 4px solid #eaf0f5;
        padding-bottom: 0;
        margin-bottom: 30px;
    }

    .benefits h3 {
        text-align: center;
    }

    .benefits .benefit-item .description h4 {
        font-size: 16px;
    }

    .benefits .benefit-item .description p {
        font-size: 14px;
        line-height: 26px;
    }

    .services {
        border-bottom: 4px solid #eaf0f5;
        padding-bottom: 30px;
        margin-bottom: 0;
    }

    

    .service-card.service-card4 {
        margin-bottom: 10px;
    }

    .service-card.service-card2 .col-8,
    .service-card.service-card4 .col-8,
    .service-card.service-card5 .col-8
     {
        order: 2;
    }
    
    .service-card.service-card2 .col-4,
    .service-card.service-card4 .col-4,
    .service-card.service-card5 .col-4
     {
        order: 1;
    }

    .service-card img {
        margin: 0 auto 20px;
        display: table;
    }

    .service-card h2 {
        font-size: 20px;
    }

    .accordion-sec .panel {
        padding-left: 0;
        padding-right: 0;
    }

    .accordion-sec .accordion-header {
        padding: 10px 0px 10px 35px;
        word-break: break-all;
        white-space: normal;
        word-break: break-all;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-word;
    }

    .accordion-sec .accordion .panel p, 
    .accordion-sec .accordion .panel ul li {
        line-height: 26px;
    }

    .frequentqa-sec h3,
    .client-reviews h3,
    .services h3
     {
        text-align: center;
        font-size: 20px;
    }

    .client-reviews .name-title-verified h4 {
        font-size: 14px;
    }

    .client-reviews .review-item p {
        font-size: 14px;
        line-height: 26px;
        margin-left: 0;
    }

    .price-pkg-sec {
        position: relative;
        top: auto;
    }

    .pricing-card {
        padding: 0;
        box-shadow: none;
    }

    .pricing-tile .price-item > h4,
    span.extra-mis 
    {
        margin-left: 0;
    }

    .secure-payment, 
    .accept-payment h2, 
    .customer-care {
        display: block;
    }

    .secure-payment h2,
     .accept-payment h2,
      .customer-care h2 {
        font-size: 16px;
    }

    .secure-payment {
        border: 1px solid #e6e6e6;
    }

    .price-additional .price-buy-now {
        order: 1;
    }

    .price-additional .secure-payment {
        order: 2;
    }

    .price-additional .accept-payment {
        order: 3;
    }

    .price-additional .customer-care {
        order: 4;
    }

    .price-additional .price-buy-now button.common-action-btn {
        margin-top: 5px;
        margin-bottom: 30px;
    }

    .choose-select h3 {
        font-size: 20px;
    }

    .common-divider {
        display: none;
    }
    
}

/*... Responsive styles */