* {
    letter-spacing: 0.4px;
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    background-color: #fff;
    color: #313131;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
}

.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-17 {
    font-size: 17px;
}

.font-23 {
    font-size: 23px;
}

.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-30 {
    margin-top: 30px !important;
}
.m-t-40 {
    margin-top: 40px !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-0 {
    margin-bottom: 0;
}
.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 !important;
}
.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-5 {
    margin-left: 5px;
}
.m-l-10 {
    margin-left: 10px;
}
.m-l-15 {
    margin-left: 15px;
}
.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;
}
.p-10 {
    padding: 10px;
}
.p-15 {
    padding: 15px;
}
.p-20 {
    padding: 20px;
}
.p-30 {
    padding: 30px;
}
.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.p-b-10,
.py-20 {
    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;
}

.font-weight-thin {
    font-weight: 300
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-medium {
    font-weight: 500
}

.font-weight-semi {
    font-weight: 600
}

.font-weight-bold {
    font-weight: 700
}

.common-main-title {
    font-size: 17px;
}

.color-white {
    color: #ffffff;
}

.color-green {
    color: #219c52;
}

.line-height-20 {
    line-height: 20px;
}

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.border-bottom {
    border-bottom: 1px solid #f0f0f4;
}

header.main-header {
    padding: 10px 0;
    background: #fff;
}

.main-header .logo img {
    width: 160px;
    height: auto;
}


.hero-area .slide-item {
   height: 95px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -ms-border-radius: 10px;
   -o-border-radius: 10px;
   border-radius: 10px;
   margin: 10px 0 20px 0;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   position: relative;
   box-shadow: 0px 6px 6px 0px rgba(136, 133, 144, 0.20);
   -webkit-box-shadow: 0px 6px 6px 0px rgba(136, 133, 144, 0.20);
   -moz-box-shadow: 0px 6px 6px 0px rgba(136, 133, 144, 0.20);
   -ms-box-shadow: 0px 6px 6px 0px rgba(136, 133, 144, 0.20);
   -o-box-shadow: 0px 6px 6px 0px rgba(136, 133, 144, 0.20);
}

/* .hero-area .slide-item::before {
  position: absolute;
  content: "";
  box-shadow: 0px 0px 16px 0px rgba(136, 133, 144, 0.14);
}

.hero-area .slide-item::after {
    position: absolute;
    content: "";
    box-shadow: 0px 6px 6px 0px rgba(136, 133, 144, 0.14);
} */

.hero-area .slide-item .caption {
  margin-left: 15px;
}

.hero-area .slide-item .caption .caption-badge {
    padding: 2px 8px;
    border-radius: 30px;
}

.hero-area .slide-item.slide-1 .caption .caption-badge {
    background: rgb(246,207,191);
    background: -moz-linear-gradient(8deg, rgba(246,207,191,1) 0%, rgba(255,228,217,1) 100%);
    background: -webkit-linear-gradient(8deg, rgba(246,207,191,1) 0%, rgba(255,228,217,1) 100%);
    background: linear-gradient(8deg, rgba(246,207,191,1) 0%, rgba(255,228,217,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6cfbf",endColorstr="#ffe4d9",GradientType=1);
    color: #541919;
}

.hero-area .slide-item.slide-3 .caption .caption-badge {
    background: rgb(206,206,183);
    background: -moz-linear-gradient(8deg, rgba(206,206,183,1) 0%, rgba(241,241,218,1) 100%);
    background: -webkit-linear-gradient(8deg, rgba(206,206,183,1) 0%, rgba(241,241,218,1) 100%);
    background: linear-gradient(8deg, rgba(206,206,183,1) 0%, rgba(241,241,218,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ceceb7",endColorstr="#f1f1da",GradientType=1);
    color: #646555 ;
}

.hero-area .slide-item.slide-2 .caption .caption-badge {
    background: rgb(199,246,252);
    background: -moz-linear-gradient(8deg, rgba(199,246,252,1) 0%, rgba(221,249,253,1) 100%);
    background: -webkit-linear-gradient(8deg, rgba(199,246,252,1) 0%, rgba(221,249,253,1) 100%);
    background: linear-gradient(8deg, rgba(199,246,252,1) 0%, rgba(221,249,253,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c7f6fc",endColorstr="#ddf9fd",GradientType=1);
    color: #001842;
}


.hero-area .owl-dots {
    margin-top: 0 !important;
    position: relative !important;
    top: -10px !important;
}

.hero-area .owl-dot span {
    width: 6px !important;
    height: 6px !important;
}

/* Starts Just Consult Section */

.jc-section {
    padding: 0 0 20px 0;
}

.jc-section .avatar-tile {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-right: 10px;
}

.jc-section .jc-description h4 {
    color: rgba(49,49,49,0.6);
    line-height: 20px;
}

.jc-section  .rating-star img {
    width: 15px !important;
    height: 15px !important;
    margin-right: 2px;
}

.jc-section .avatars-online .img-circle {
    /* border: 1px solid #fff; */
    height: 20px;
    overflow: hidden;
    position: relative;
    width: 20px;
    box-shadow: 2px 3px 5px 0 rgba(78, 79, 81, 0.47);
    -webkit-box-shadow: 2px 3px 5px 0 rgba(78, 79, 81, 0.47);
    -moz-box-shadow: 2px 3px 5px 0 rgba(78, 79, 81, 0.47);
    -ms-box-shadow: 2px 3px 5px 0 rgba(78, 79, 81, 0.47);
    -o-box-shadow: 2px 3px 5px 0 rgba(78, 79, 81, 0.47);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.jc-section .avatars-online .img-circle img {
    height: 100%;
    width: 100%;
}
.jc-section .avatars-online .img-circle:nth-child(1) {
    z-index: 3;
}
.jc-section .avatars-online .img-circle:nth-child(2) {
    left: -5px;
    z-index: 2;
}
.jc-section .avatars-online .img-circle:nth-child(3) {
    left: -10px;
    z-index: 1;
}
.jc-section .avatars-online .img-circle:nth-child(4) {
    left: -13px;
    z-index: -1;
    background: #fff;
}
.jc-section .avatars-online .pulse {
    margin-left: 0;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #388e3c;
    cursor: pointer;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    transform: translateZ(0);
    will-change: transform, opacity, box-shadow;
}
.jc-section .avatars-online .pulse:hover {
    -webkit-animation: none;
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(56, 142, 60, 0.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, 0.4);
        box-shadow: 0 0 0 0 rgba(56, 142, 60, 0.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;
    }
}

/* Ends Just Consult Section */


/* Starts Concern Area Section */

.concern-area-section h2 {
    margin-bottom: 10px;
}

.concern-area-section .col-8 {
    /* padding-left: 0; */
}

.concern-area-section .col-4 {
    /* padding-right: 0; */
}

.concern-area-main {
    padding: 0 10px;
}

.concern-area-section {
    /* padding-right: 15px;
    padding-left: 15px; */
}

.concern-area-section a.view-more {
    color: #313131;
    font-size: 14px;
    margin-top: 2px;
    display: block;
}

.concern-area-section .col-6 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.concern-tile-card {
    /* background-color: #093d9d; */
    border-radius: 10px;
    box-shadow: 9px 3px 19px 0px rgb(123 116 144 / 41%);
    -webkit-box-shadow: 9px 3px 19px 0px rgb(123 116 144 / 41%);
    -moz-box-shadow: 9px 3px 19px 0px rgb(123 116 144 / 41%);
    -ms-box-shadow: 9px 3px 19px 0px rgb(123 116 144 / 41%);
    -o-box-shadow: 9px 3px 19px 0px rgb(123 116 144 / 41%);
    padding: 15px 10px;
    background-image: url(../paytmminiapp/img/transparent-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 15px;
}

.concern-tile-card.active span.active-img {
    right: 8px;
    top: 8px;
    display: block;
}

.concern-tile-card span.active-img {
    display: none;
}

.concern-tile-card .card-body {
    padding: 0;
}

.concern-tile-card .card-body .icon-circle {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #ffffff;
    margin-bottom: 17px;
    justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.concern-area-section button {
    text-decoration: none !important;
    color: #ffffff;
    cursor: pointer;
    padding: 2px 14px;
    outline: 0;
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    font-size: 12px;
    text-transform: capitalize;
    border: 1px solid #ffffff;
    background: transparent;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: all 0.5s linear;
    box-shadow: 0px 8px 12.96px 3.04px rgb(39 140 243 / 10%);
    -webkit-box-shadow: 0px 8px 12.96px 3.04px rgb(39 140 243 / 10%);
    -moz-box-shadow: 0px 8px 12.96px 3.04px rgba(39, 140, 243, 0.10);
    -ms-box-shadow: 0px 8px 12.96px 3.04px rgba(39, 140, 243, 0.10);
    -o-box-shadow: 0px 8px 12.96px 3.04px rgba(39, 140, 243, 0.10);
    font-weight: 400;
    margin-top: 5px;
}

.concern-area-section button:hover {
    background: #ffffff;
    color: #313131;
}

.down-arrow-open,
.up-arrow-open {
    cursor: pointer;
    display: table;
    float: right;
}

/* Ends Concern Area Section */

/* Starts On How Talk To Lawyer Section */

.how-talk-section {
    padding-top: 20px;
    border-bottom: 6px solid #f6f6f6;
    border-top: 6px solid #f6f6f6;
    margin-top: 20px;
}

.how-sec-item .icon-circle {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #f7f7f7;
    margin-right: 24px;
}

.how-description {
    width: 70%;
}

.how-sec-item .how-description p {
    margin-bottom: 4px;
}

/* Ends On How Talk To Lawyer Section */

/* Starts Other Products */

.other-products-section {
    /* margin-top: 30px; */
    border-bottom: 6px solid #f6f6f6;
    padding-bottom: 30px;
    /* border-top: 6px solid #f6f6f6; */
    padding-top: 20px;
}

.other-category {
    padding: 20px 0 0;
}

.other-category a {
    color: #313131;
}

.other-category a:hover {
    text-decoration: none;
}

.other-products-section .icon-circle {
    width: 51px;
    height: 51px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #f6f6f6;
    margin-bottom: 17px;
    justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    margin: 0 auto;
}

.other-products-section p {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 0;
    max-width: 90px;
    margin: 0 auto;
    margin-top: 10px;
}

/* Ends Other Products */

/* Starts on Frequently Asked Question Section */

.frequently-section .sub-heading {
    position: relative;
    display: inline-block;
}

.frequently-section {
    padding: 20px 0 0 0;
}

.frequently-section .accordion-sec .accordion {
    width: 100%;
    padding-bottom: 5px;
    border-top: 1px solid #f0f0f4;
}

.frequently-section .accordion-sec .accordion-header.active {
    color: #248f98;
}

.frequently-section .accordion-sec .accordion-header {
    margin: 0;
    font-size: 14px;
    cursor: pointer;
    padding: 15px 35px 15px 15px;
    position: relative;
    font-weight: normal;
    color: #313131;
    line-height: 20px;
}

.frequently-section .accordion-header.active::after {
    color: #fff;
    display: flex;
    content: "";
    background-image: url(../paytmminiapp/img/up-arrow.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 10px;
}

.frequently-section .accordion-header.closed::after {
    color: #fff;
    background-image: url(../paytmminiapp/img/down-arrow.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 10px;
    content: "";
}

.frequently-section .accordion-header::after {
    color: #313131;
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 18px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    line-height: 17px;
}

.frequently-section .accordion-sec .panel {
    display: none;
    padding-left: 15px;
    padding-right: 15px;
    /* border-top: 1px solid #f0f0f4; */
    padding-top: 15px;
}

.frequently-section .accordion-sec .accordion .panel p, .accordion-sec .accordion .panel ul li {
    color: rgba(49,49,49,0.9);
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

.frequently-section .accordion-sec .accordion .panel ul li {
    line-height: 16px;
}

.frequently-section .frequentqa-sec .panel ul {
    list-style-image: url(../layout-optim/doc-review-consult/bullet-tick.png);
    margin-left: 20px;
    margin-right: 20px;
}

/* Ends on Frequently Asked Question Section */

/* Starts On Customer Reviews Section */

.customer-reviews-section {

}

.customer-reviews-section .item {
    background: #fafafa;
    padding: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.customer-reviews-section .icon-circle {
    height: 46px;
    width: 46px;
    color: #fff;
    position: relative;
    top: -4px;
    border-radius: 50%;
    justify-content: center;
    text-align: center;
    align-items: center;
    display: flex;
    margin-right: 15px;
    font-size: 20px;
    font-weight: 500;
}

.rating-star img {
    width: 9px !important;
    height: 11px !important;
    margin-right: 2px;
}

.customer-reviews-section .item .name-title h4 {
    margin-bottom: 3px;
}

.customer-reviews-section .item .name-title p {
    margin-bottom: 5px;
}

.customer-reviews-section .item .description p {
    color: rgba(49,49,49,.9);
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
    max-width: 94%;
}

.customer-reviews-section .owl-nav button {
    background: #ffffff !important;
    box-shadow: 1px 0px 10px 0px rgb(88 84 102 / 18%);
    -webkit-box-shadow: 1px 0px 10px 0px rgb(88 84 102 / 18%);
    -moz-box-shadow: 1px 0px 10px 0px rgb(88 84 102 / 18%);
    -ms-box-shadow: 1px 0px 10px 0px rgb(88 84 102 / 18%);
    -o-box-shadow: 1px 0px 10px 0px rgb(88 84 102 / 18%);
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    outline: none !important;
}

.customer-reviews-section .owl-nav button:focus {
    outline: none !important;
}

.customer-reviews-section .owl-nav button img {
    width: 13px;
    height: 13px;
}

.customer-reviews-section .owl-nav button img:focus-visible {
    outline: none !important;
}

.customer-reviews-section .owl-nav button:hover {
    background: #ffffff !important;
}

.customer-reviews-section .owl-nav button:hover {
    background: #ffffff !important;
}

.testimonial-sec .owl-nav {
    margin-top: 0;
}

.testimonial-sec .owl-nav button.owl-next {
    position: absolute;
    right: -10px;
    bottom: 40%;
    background: #ffffff !important;
}

.testimonial-sec .owl-nav button.owl-prev {
    position: absolute;
    left: -10px;
    bottom: 40%;
    background: #ffffff !important;
}

/* Ends On Customer Reviews Section */


/* Starts On Pricing Section */

.pricing-section {
    margin-top: 30px;
}

.pricing-section .select-css {
    background-color: #f8f8f8;
    border: 0 none;
    padding: 0 35px 0 15px;
    height: 48px;
    font-size: 14px;
    -moz-appearance: none;
    appearance: none;
}

.pricing-section .select-css:focus {
    border: 0 none !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

.pricing-section .select-abs {
    right: 25px;
    top: 20px;
    width: 13px;
    height: 7px;
    z-index: 1;
}

.pricing-section .price-item {
    box-shadow: 0px 0px 4px 0px rgba(122, 117, 136, 0.24);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(122, 117, 136, 0.24);
    -moz-box-shadow: 0px 0px 4px 0px rgba(122, 117, 136, 0.24);
    -ms-box-shadow: 0px 0px 4px 0px rgba(122, 117, 136, 0.24);
    -o-box-shadow: 0px 0px 4px 0px rgba(122, 117, 136, 0.24);
    background: #ffffff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 15px 10px;
    border: 1px solid #ffffff;
}

.pricing-section .price-item.active {
    background: #f9f8fe;
    border: 1px solid #9198f0;
}

.pricing-section .price-item.active span.active-img {
    right: -18px;
    top: -20px;
    display: block;
}

.pricing-section .price-item span.active-img {
    display: none;
}

.pricing-section .minutes-head {
    margin-bottom: 10px;
}

.pricing-section .prc-tile {
    margin-top: 27px;
    padding-left: 10px;
    padding-right: 10px;
}

.pricing-section .row.prc-tile .col-6 {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 12px;
}

.pricing-section span.rupee {
    font-size: 14px;
    vertical-align: top;
}

.pricing-section h4.font-23.font-weight-bold {
    line-height: 14px;
}

.pricing-section .pricing-btn {
    background: #278cf3;
    padding: 15px 40px;
    border: 0;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #ffffff;
    margin: 0 auto;
    display: table;
    margin-top: 20px;
    margin-bottom: 90px;
}

.pricing-section img.img-fluid {
    margin: 0 auto;
    display: table;
    margin-top: 10px;
}


/* Ends On Pricing Section */


/* Starts Buy Lk Footer Sticky */

.buy-lk-footer {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    height: 58px;
}

.buy-lk-footer .buy-fixed a {
    background: #fbfcff!important;
    padding: 10px 25px!important;
    -webkit-box-shadow: 0px 0px 27px 0px rgba(136, 148, 160, 0.19);
    box-shadow: 0px 0px 27px 0px rgba(136, 148, 160, 0.19);
    -moz-box-shadow: 0px 0px 27px 0px rgba(136, 148, 160, 0.19);
    -ms-box-shadow: 0px 0px 27px 0px rgba(136, 148, 160, 0.19);
    -o-box-shadow: 0px 0px 27px 0px rgba(136, 148, 160, 0.19);
    display: block;
    color: #fff;
}

.buy-lk-footer .container {
    padding: 0;
}

.buy-lk-footer .col-8, 
.buy-lk-footer .col-4 {
    padding: 0 !important;
}

.buy-lk-footer .col-9, 
.buy-lk-footer .col-3 {
    padding: 0 !important;
}

.buy-lk-footer .left-side img {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 5px;
}

.buy-lk-footer .buy-fixed span.talk-expert-txt {
    display: block;
}

.buy-lk-footer .buy-fixed span {
    font-size: 14px;
    color: #313131;
}

.buy-lk-footer .common-action-btn {
    font-size: 12px;
    padding: 8px 15px;
    float: right;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #313131;
    cursor: pointer;
    background: #fcb539;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.buy-lk-footer .common-action-btn:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

.buy-lk-footer .for-mins {
    margin-left: 22px;
}

/* Ends Buy Lk Footer Sticky */


@media screen and (max-width: 575px) {
    .concern-area-section .col-sm-3.col-6 {
        /* margin-bottom: 10px; */
    }

    /* .concern-area-section .col-sm-3.col-6:nth-child(3),
    .concern-area-section .col-sm-3.col-6:nth-child(4) {
        margin-bottom: 0;
    } */
}

@media screen and (max-width: 330px) {
    .pricing-section h4.font-23 {
        font-size: 20px;
    }
    .jc-section span.reviews-text {
        font-size: 11px;
        margin-left: 4px;
    }
}