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
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-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
}

*,
::before,
::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 none;
    font-weight: 400
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    background-color: #fff;
    color: #333;
    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: 1170px;
    margin: 0 auto;
    padding: 0
}

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
}

.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
}

.font-50 {
    font-size: 50px
}

.font-40 {
    font-size: 40px
}

.font-30 {
    font-size: 30px
}

.font-24 {
    font-size: 24px
}

.font-18 {
    font-size: 18px
}

.font-16 {
    font-size: 16px
}

.font-10 {
    font-size: 10px
}

.font-12 {
    font-size: 12px
}

.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-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
}

.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:hover,
.common-action-btn:focus {
    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-center {
    text-align: center
}

.text-right {
    text-align: right
}

.border-radius-5 {
    border-radius: 5px
}

.border-radius-50p {
    border-radius: 50%
}

.common-shadow {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.08)
}

.alert-msg {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    line-height: 1.6
}

.common-border {
    border: 1px solid #b3baa9
}

.text-uppercase {
    text-transform: uppercase
}

.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-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

a,
a:focus,
a:active a:hover,
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-50 {
    margin-top: 50px
}

.m-tb-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.m-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.m-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.m-tb-45 {
    margin-top: 45px;
    margin-bottom: 45px
}

.m-b-5 {
    margin-bottom: 5px
}

.m-b-10 {
    margin-bottom: 10px
}

.m-b-20 {
    margin-bottom: 20px
}

.m-b-25 {
    margin-bottom: 25px
}

.m-b-30 {
    margin-bottom: 30px
}

.m-b-50 {
    margin-bottom: 50px
}

.m-l-10 {
    margin-left: 10px
}

.m-r-10 {
    margin-right: 10px
}

.m-r-20 {
    margin-right: 20px
}

.p-0 {
    padding: 0
}

.p-10 {
    padding: 10px
}

.p-20 {
    padding: 20px
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.common-header {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.common-header::before {
    position: absolute;
    content: "";
    background-image: url(./search-lawyer-dynamic/comon-divider.png);
    background-repeat: repeat-x;
    width: calc(50% - 180px);
    height: 9px;
    left: 0
}

.common-header::after {
    position: absolute;
    content: "";
    background-image: url(./search-lawyer-dynamic/comon-divider.png);
    background-repeat: repeat-x;
    width: calc(50% - 180px);
    height: 9px;
    right: 0;
    z-index: 999
}

.common-header h1 {
    max-width: 270px
}

.common-header-right {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 120px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.common-header-right::after {
    position: absolute;
    content: "";
    background-image: url(./search-lawyer-dynamic/comon-divider.png);
    background-repeat: repeat-x;
    width: 100px;
    height: 9px;
    right: 0
}

.common-divider {
    background-image: url(./search-lawyer-dynamic/comon-divider.png);
    background-repeat: repeat-x;
    height: 9px
}

.mob-get-legal-txt {
    display: none
}

.advice-just-txt span {
    color: #f1360a
}

.media-content .avatars-online .img-circle {
    border: 3px solid #f3e7d3;
    height: 35px;
    overflow: hidden;
    position: relative;
    width: 35px
}

.media-content .avatars-online .img-circle img {
    height: 100%;
    width: 100%
}

.media-content .avatars-online .img-circle:nth-child(1) {
    z-index: 3
}

.media-content .avatars-online .img-circle:nth-child(2) {
    left: -5px;
    z-index: 2
}

.media-content .avatars-online .img-circle:nth-child(3) {
    left: -10px;
    z-index: 1
}

.media-content .avatars-online .pulse {
    margin-left: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #388e3c;
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 rgba(56, 142, 60, 0.4);
    box-shadow: 0 0 0 rgba(56, 142, 60, 0.4);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite
}

.media-content .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 rgba(56, 142, 60, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(56, 142, 60, 0)
    }
}

@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 rgba(56, 142, 60, 0);
        box-shadow: 0 0 0 10px rgba(56, 142, 60, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(56, 142, 60, 0);
        box-shadow: 0 0 0 0 rgba(56, 142, 60, 0)
    }
}

a.rating {
    color: #234d94
}

.first-slider .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.first-slider {
    padding: 0;
}

.first-slider p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    max-width: 150px;
    top: 15px;
    left: 15px;
}

.info-section {
    border-bottom: 8px solid #eef0f0;
    padding-top: 23px;
    padding-bottom: 23px;
    padding-left: 10px;
    padding-right: 10px;
}

.info-section .col-4 {
    padding: 0;
}

.info-section .icon-circle {
    width: 42px;
    height: 42px;
    background: #a5d1ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 12px;
}

.info-section .d-flex.align-items-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.info-section .icon-circle img {
    width: 30px;
    height: 30px;
}

.buy-lk-footer {
    display: none;
}

.just-consult-img {
    width: 195px;
    height: 21px
}

.m-t-20 {
    margin-top: 20px;
}

.rate-section {
    border-bottom: 8px solid #eef0f0;
    padding-top: 23px;
    padding-bottom: 23px;
    padding-left: 10px;
    padding-right: 10px;
}

.rate-section .line-section label {
    display: inline-block;
}

.progress {
    margin: 0;
    padding: 0;
    width: 90%;
    height: 11px;
    overflow: hidden;
    background: #f2f1f6;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    display: inline-block;
  }
  
  .bar {
    position:relative;
    float:left;
    min-width:1%;
    height:100%;
    background:#ffb400;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
  }
  
  .percent {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    margin:0;
    font-family:tahoma,arial,helvetica;
    font-size:12px;
    color:white;
  }

  .reviews-mob {
    display: block;
}

.reviews-mob {
    padding-top: 35px;
    padding-bottom: 35px;
    display: block;
}

.reviews-mob .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.avatar-box .circle-name {
    background: #f2a52b;
    font-weight: 700;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
}

.avatar-box p {
    color: #545454;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
}

.reviews-mob .item .rating {
    display: inline-flex;
}

.second-slider.column-desktop {
    padding-right: 0;
    padding-left: 0;
}

.second-slider .content {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d6ae7b+7,eacda3+100 */
    background: #d6ae7b; /* Old browsers */
    background: -moz-linear-gradient(left,  #d6ae7b 7%, #eacda3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #d6ae7b 7%,#eacda3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #d6ae7b 7%,#eacda3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6ae7b', endColorstr='#eacda3',GradientType=1 ); /* IE6-9 */
    margin-right: 6px;
    margin-left: 6px;
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -ms-border-top-left-radius: 4px;
    -o-border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -ms-border-top-right-radius: 4px;
    -o-border-top-right-radius: 4px;
    min-height: 200px;
    overflow: hidden;
    padding: 15px;
}

.hero-image {
    margin: 0;
    display: block;
    right: 16px;
    top: 16px;
    position: absolute;
    width: 119px !important;
    height: 184px !important;
    overflow: hidden;
}

.second-slider .owl-dots {
    display: none;
}

.second-slider h2 {
    max-width: 250px;
}

/* .second-slider .owl-stage-outer {
    overflow: initial;
} */

.second-slider .content button {
    font-size: 14px;
}

.catg-info {
    padding: 18px 16px;
    font-size: 14px;
    align-items: center;
    background: #f1f9fa;
    color: #343333;
    margin-right: 5px;
    margin-left: 5px;
}

.catg-info p {
    border-bottom: 1px solid #dfe6e6;
    padding-bottom: 10px;
}

.catg-info p:last-child {
    border-bottom: 0 none;
    padding-bottom: 0;
    padding-top: 10px;
}

.catg-info img {
    float: left;
    width: 19px !important;
    height: 19px !important;
    margin-right: 5px;
    vertical-align: middle;
}

.simple-steps {
    border-top: 8px solid #eef0f0;
    border-bottom: 0 none;
    padding-top: 35px;
    padding-bottom: 5px;
    margin-top: 25px;
}



@media screen and (min-width: 992px) {
    
    
    

    
}

@media screen and (max-width: 991px) {

    .simple-steps  .desc h4 {
        text-align: center;
    }

    .just-consult-sec {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .just-consult-sec .just-consult-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 195px
    }

    .just-consult-sec p {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 5px !important
    }

    .just-consult-sec .rating {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .reviews-mob {
        padding-top: 35px;
        padding-bottom: 0;
        display: block;
    }

    .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: #eefbfe !important;
        padding: 10px 25px !important;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        display: block;
        color: #fff
    }

    .talk-expert-txt {
        font-size: 13px
    }

    .buy-lk-footer .col-9,
    .buy-lk-footer .col-3 {
        padding: 0
    }

    .buy-lk-footer .common-action-btn {
        font-size: 12px;
        padding: 7px 8px;
        float: right
    }

    .buy-lk-footer .left-side img {
        width: 25px;
        height: 25px;
        float: left;
        margin-right: 5px
    }

    .buy-lk-footer .buy-fixed span {
        text-transform: uppercase;
        font-size: 14px;
        color: #2d2d32
    }

    .buy-lk-footer .buy-fixed span.talk-expert-txt {
        display: block
    }

    .mob-buy-now {
        display: block
    }

    .desktop-buy-now {
        display: none
    }

    .accept-payment h1 {
        display: block
    }

    .cust-care {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 10px
    }

    .cust-care p {
        font-size: 13px !important;
        line-height: 1.6;
        color: #545454
    }

    .talk-cntctfooter {
        padding: 20px 20px 80px
    }

    .simple-steps ul:before {
        position: absolute;
        content: "";
        background: transparent;
        height: auto;
        width: calc(100% - 20px);
        top: 35px;
        left: 10px;
        border-top: 2px dashed #bbb
    }

    .simple-steps ul {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .simple-steps ul li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    footer.main-footer {
        margin-bottom: 58px
    }

    .sticky-secure p {
        font-size: 12px;
        color: #545454;
        line-height: 1.6
    }
}