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: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    background-color: #fff;
    color: #3f3f3f;
    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 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
}

.font-weight-xs-thin {
    font-weight: 200
}

.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: 900
}

.font-weight-extra {
    font-weight: 900
}

.font-italic {
    font-style: italic;
}

.font-10 {
    font-size: 10px
}

.font-12 {
    font-size: 12px
}

.font-13 {
    font-size: 13px
}

.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-26 {
    font-size: 26px
}

.font-28 {
    font-size: 28px
}

.font-30 {
    font-size: 30px
}

.font-34 {
    font-size: 34px
}

.font-40 {
    font-size: 40px
}

.font-45 {
    font-size: 45px
}

.font-50 {
    font-size: 50px
}

.font-60 {
    font-size: 60px
}

.font-65 {
    font-size: 65px
}

.font-70 {
    font-size: 70px
}

.font-80 {
    font-size: 80px
}

.line-height34 {
    line-height: 34px;
}

.line-height66 {
    line-height: 66px;
}

.align-items-start {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: 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
}

.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, 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
}

.text-white {
    color: #fff
}

.text-dark {
    color: #313131
}

.color-primary {}


.color1 {
    color: #000000;
}


.color2 {
    color: #ff0000;
}

.color3 {
    color: #15b9a9;
}

.color4 {
    color: #646871;
}

.color5 {
    color: #333333;
}

.color6 {
    color: #3f3f3f;
}

.color7 {
    color: #999999;
}

.color8 {
    color: #616161;
}

.color9 {
    color: #254985;
}

.color10 {
    color: #f48c06;
}

.color11 {
    color: #15b9a9;
}

.height-100p {
    height: 100%
}

.width-100p {
    width: 100%
}

.common-btn-center {
    text-align: center;
    margin: 40px auto 0;
}

a.common-btn {
    display: inline-block;
    align-items: center;
    justify-content: center;
    color: #fff;
    outline: 0 none;
    padding: 15px 30px;
    text-decoration: none;
    min-width: 160px;
}



button.common-btn {
    display: inline-block;
    outline: 0 none;
    text-decoration: none;
    min-width: 170px;
    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;
}

.btn-color1 {
    background-color: #278cf3;
    box-shadow: 0 6px #0659ae;
}

.btn-color1:hover {
    box-shadow: 0 4px #0659ae;
    top: 2px;
}

.btn-color1:active {
    box-shadow: 0 0 #0659ae;
    top: 6px;
}

.btn-color2 {
    background-color:#27c1ff;;
    box-shadow: 0 6px #0683b8;
}

.btn-color2:hover {
    box-shadow: 0 4px #0683b8;
    top: 2px;
}

.btn-color2:active {
    box-shadow: 0 0 #0683b8;
    top: 6px;
}

.btn-color3 {
    background-color: #d2966d;
}

.btn-color4 {
    background-color: #c97387;
}

.btn-color5 {
    background-color: #15b9a9;
}

.btn-color6 {
    background-color: #ff0000;
    box-shadow: 0 6px #ca0404;
}

.btn-color6:hover {
    box-shadow: 0 4px #ca0404;
    top: 2px;
}

.btn-color6:active {
    box-shadow: 0 0 #ca0404;
    top: 6px;
}

.btn-color7 {
    background-color: #254985;
    box-shadow: 0 6px #0c2b5f;
}

.btn-color7:hover {
    box-shadow: 0 4px #0c2b5f;
    top: 2px;
}

.btn-color7:active {
    box-shadow: 0 0 #0c2b5f;
    top: 6px;
}

.btn-color8 {
    background-color:#f48c06;
    box-shadow: 0 6px #ca7302;
}

.btn-color8:hover {
    box-shadow: 0 4px #ca7302;
    top: 2px;
}

.btn-color8:active {
    box-shadow: 0 0 #ca7302;
    top: 6px;
}

.btn-color9 {
    background-color:#15b9a9;
    box-shadow: 0 6px #089a8c;
}

.btn-color9:hover {
    box-shadow: 0 4px #089a8c;
    top: 2px;
}

.btn-color9:active {
    box-shadow: 0 0 #089a8c;
    top: 6px;
}

.btn-color10 {
    background-color: #0f1b96;
    box-shadow: 0 6px #0a125f;
}

.btn-color10:hover {
    box-shadow: 0 4px #0a125f;
    -webkit-box-shadow: 0 4px #0a125f;
    -moz-box-shadow: 0 4px #0a125f;
    -ms-box-shadow: 0 4px #0a125f;
    -o-box-shadow: 0 4px #0a125f;
    top: 2px;
}

.btn-color10:active {
    box-shadow: 0 0 #0a125f;
    -webkit-box-shadow: 0 0 #0a125f;
    -moz-box-shadow: 0 0 #0a125f;
    -ms-box-shadow: 0 0 #0a125f;
    -o-box-shadow: 0 0 #0a125f;
    top: 6px;
}


.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.column-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

.column-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.column-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.column-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%
}

.column-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.column-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.column-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.column-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.column-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.column-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
}

.column-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.column-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.column-12,
.column-11,
.column-10,
.column-9,
.column-8,
.column-7,
.column-6,
.column-5,
.column-4,
.column-3,
.column-2,
.column-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 !important;
}

.m-t-5 {
    margin-top: 5px
}

.m-t-10 {
    margin-top: 10px
}

.m-t-20 {
    margin-top: 20px
}

.m-t-25 {
    margin-top: 25px
}

.m-t-30 {
    margin-top: 30px
}

.m-t-40 {
    margin-top: 40px
}

.m-t-50 {
    margin-top: 50px
}

.m-t-90 {
    margin-top: 90px
}

.m-t-120 {
    margin-top: 120px
}

.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-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-tb-70 {
    margin-top: 70px;
    margin-bottom: 70px
}

.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-b-100 {
    margin-bottom: 100px
}

.m-b-120 {
    margin-bottom: 120px
}

.m-l-10 {
    margin-left: 10px
}

.m-l-20 {
    margin-left: 20px
}

.m-l-100 {
    margin-left: 100px
}

.m-l-120 {
    margin-left: 120px
}

.m-l-160 {
    margin-left: 160px
}

.m-r-10 {
    margin-right: 10px
}

.m-r-100 {
    margin-right: 100px
}

.m-r-120 {
    margin-right: 120px
}

.m-r-160 {
    margin-right: 160px
}

.m-r-20 {
    margin-right: 20px
}

.m-r-30 {
    margin-right: 30px
}

.m-r-40 {
    margin-right: 40px
}

.m-auto {
    margin: 0 auto
}

.p-0 {
    padding: 0
}

.p-10 {
    padding: 10px
}

.p-20 {
    padding: 20px
}

.p-30 {
    padding: 30px
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.p-b-5 {
    padding-bottom: 5px
}

.overflow-hidden {
    overflow: hidden
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}



/* Mobile  Nav Menu */

.mobile-nav nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-nav .menu-toggle {
    display: none;
    opacity: 0.6;
    background-color: transparent;
    position: fixed;
    z-index: 999999;
    top: 17px;
    right: 20px;
    border: none;
    width: 30px;
    height: 25px;
    outline: none;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.mobile-nav .menu-toggle:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    right: auto;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#3f3f3f), color-stop(20%, #3f3f3f), color-stop(20%, transparent), color-stop(40%, transparent), color-stop(40%, #3f3f3f), color-stop(60%, #3f3f3f), color-stop(60%, transparent), color-stop(80%, transparent), color-stop(80%, #3f3f3f), to(#3f3f3f));
    background: linear-gradient(to bottom, #3f3f3f, #3f3f3f 20%, transparent 20%, transparent 40%, #3f3f3f 40%, #3f3f3f 60%, transparent 60%, transparent 80%, #3f3f3f 80%, #3f3f3f 100%);
    -webkit-transition: opacity 0.2s ease-out, width 0.2s 0.2s ease-out;
    transition: opacity 0.2s ease-out, width 0.2s 0.2s ease-out;
}

.mobile-nav .menu-toggle:after {
    opacity: 0;
    content: '×';
    color: white;
    position: absolute;
    top: 16px;
    left: -4px;
    font-family: Arial, sans-serif;
    font-size: 76px;
    line-height: 0;
    -webkit-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
}

.mobile-nav .menu-toggle:active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

.mobile-nav .menu-toggle:hover {
    opacity: 1;
}

.open .main-header {
    height: 0;
}

.open .menu-toggle {
    opacity: 1;
}

.open .menu-toggle.header-scrollUp {
    transform: translateY(0px);
}

.open .menu-toggle:before {
    opacity: 0;
    width: 0;
}

.open .menu-toggle:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
    transform: translate3d(0, 0, 0) rotate(360deg);
    -webkit-transition: opacity 0.4s 1s ease-out, -webkit-transform 0.4s 1s ease-out;
    transition: opacity 0.4s 1s ease-out, -webkit-transform 0.4s 1s ease-out;
    transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out;
    transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out, -webkit-transform 0.4s 1s ease-out;
}

.mobile-nav nav {
    z-index: 99999;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}


.mobile-nav nav:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #15b9a9;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
    -webkit-transform: scale(0.04), translateY(9999px);
    transform: scale(0.04), translateY(9999px);
    overflow: hidden;
}

.open .mobile-nav nav {
    top: 0;
}

.open .mobile-nav nav:before {
    -webkit-animation: menu-animation 0.8s ease-out forwards;
    animation: menu-animation 0.8s ease-out forwards;
}

.mobile-nav ul.menu {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    color: white;
}

.mobile-nav ul.menu li {
    opacity: 0;
    text-align: center;
    -webkit-transform: translate3d(0, 36px, 0);
    transform: translate3d(0, 36px, 0);
    margin-bottom: 50px;
}

.mobile-nav ul.menu li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    left: auto;
    background-color: white;
    height: 100%;
    width: 0;
    overflow: hidden;
    -webkit-transition: width 0.14s ease-out;
    transition: width 0.14s ease-out;
}

.mobile-nav ul.menu li:after {
    opacity: 0;
    content: attr(data-text);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #98B296;
    overflow: hidden;
    -webkit-transform: translate(-24px, 6px);
    transform: translate(-24px, 6px);
    -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
    transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
    transition: transform 0.1s ease-out, opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
}

.mobile-nav ul.menu li:hover:before {
    left: 0;
    right: auto;
    width: 100%;
}

.mobile-nav ul.menu li:hover:after {
    opacity: 1;
    padding: 0 20px;
    -webkit-transform: translate(0px, 6px);
    transform: translate(0px, 6px);
    -webkit-transition: opacity 0.2s 0.14s ease-out, -webkit-transform 0.2s 0.14s ease-out;
    transition: opacity 0.2s 0.14s ease-out, -webkit-transform 0.2s 0.14s ease-out;
    transition: transform 0.2s 0.14s ease-out, opacity 0.2s 0.14s ease-out;
    transition: transform 0.2s 0.14s ease-out, opacity 0.2s 0.14s ease-out, -webkit-transform 0.2s 0.14s ease-out;
}

.open .mobile-nav ul.menu li a {
    color: #fff;
    font-size: 18px;
}

.open .mobile-nav ul.menu li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.open .mobile-nav ul.menu li:nth-child(1) {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
}

.open .mobile-nav ul.menu li:nth-child(2) {
    -webkit-transition-delay: 0.85s;
    transition-delay: 0.85s;
}

.open .mobile-nav ul.menu li:nth-child(3) {
    -webkit-transition-delay: 0.95s;
    transition-delay: 0.95s;
}

.open .mobile-nav ul.menu li:nth-child(4) {
    -webkit-transition-delay: 1.05s;
    transition-delay: 1.05s;
}

.open .mobile-nav ul.menu li:nth-child(5) {
    -webkit-transition-delay: 1.10s;
    transition-delay: 1.10s;
}

@-webkit-keyframes menu-animation {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.04) translateY(300%);
        transform: scale(0.04) translateY(300%);
    }

    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
        -webkit-transition: ease-out;
        transition: ease-out;
    }

    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(0.02) translateY(0px);
        transform: scale(0.02) translateY(0px);
    }

    61% {
        -webkit-transform: scale(0.04);
        transform: scale(0.04);
    }

    99.9% {
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}

@keyframes menu-animation {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.04) translateY(300%);
        transform: scale(0.04) translateY(300%);
    }

    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
        -webkit-transition: ease-out;
        transition: ease-out;
    }

    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(0.02) translateY(0px);
        transform: scale(0.02) translateY(0px);
    }

    61% {
        -webkit-transform: scale(0.04);
        transform: scale(0.04);
    }

    99.9% {
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}


/* Mobile Nav Menu */

/* Main Header Section */

header.main-header {
    box-shadow: 3px 4px 5px 0px rgba(176, 176, 176, 0.08) !important;
    -webkit-box-shadow: 3px 4px 5px 0px rgba(176, 176, 176, 0.08);
    -moz-box-shadow: 3px 4px 5px 0px rgba(176, 176, 176, 0.08);
    -ms-box-shadow: 3px 4px 5px 0px rgba(176, 176, 176, 0.08);
    -o-box-shadow: 3px 4px 5px 0px rgba(176, 176, 176, 0.08);
    height: 60px;
    overflow: hidden;
}


.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999998;
    width: 100%;
    background: #fff;
}

.header-scrollUp {
    transform: translateY(-60px);
}


.navigation {
    margin-top: 10px;
}

.navigation ul li a {
    color: #999999;
    position: relative;
}

.navigation ul li a:hover {
    color: transparent;
}

.navigation ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 1px;
    background: #15b9a9;
    -webkit-transition: all ease .7s;
    -o-transition: all ease .7s;
    transition: all ease .7s;
}


.navigation ul li a:hover:before {
    width: 100%;
}

.navigation ul li a:after {
    content: attr(data-menu);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    white-space: nowrap;
    -webkit-transition: all .4s cubic-bezier(.49, .51, .53, .6);
    -o-transition: all .4s cubic-bezier(.49, .51, .53, .6);
    transition: all .4s cubic-bezier(.49, .51, .53, .6);
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    pointer-events: none;
}

.navigation ul li a:hover:after {
    color: #15b9a9;
}

.navigation ul li a:hover:after {
    -webkit-transition: all .4s cubic-bezier(.2, .59, .21, .6);
    -o-transition: all .4s cubic-bezier(.2, .59, .21, .6);
    transition: all .4s cubic-bezier(.2, .59, .21, .6);
}

.navigation ul li a:hover:after {
    width: 100%;
}

header.main-header .logo {
    margin-top: 10px;
}

/* Main Header Section */

/* Main Footer Section */
footer.main-footer {
    padding: 30px;
    border-top: 4px solid #f4f1f1;
}

/* Main Footer Section */


/* Body Bg Anim */


.loader-container {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    height: 100%;
    opacity: 1;
    background: #fff;

}

/* 
.loader-container.active
 {
    height: 0
} */
/* 
.loader-container.active:before,
.loader-container.active:after
 {
    animation: slideBgBottom 1s forwards;
    -webkit-animation: slideBgBottom 1s forwards;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
} */
/* 
.loader-container.active:after {
	background: rgba(9,9,12,1);
	-webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.loader-container.active:before {
	-webkit-transition-delay: .2s;
          transition-delay: .2s;
} */


.loader-container:before,
.loader-container:after {
    content: "";
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(20, 21, 26, 0.6);
    border-bottom-left-radius: 200%;
    z-index: -1;
    -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    -webkit-transform: translateX(100%) translateY(-100%);
    transform: translateX(100%) translateY(-100%);
}


.loader-container:before {
    background: rgba(200, 200, 200, 0.4);
}

.loader-container:after {
    background: rgba(250, 250, 250, 0.8);
}

.loader-container:before,
.loader-container:after {
    animation: slideBgTop 1s forwards;
    -webkit-animation: slideBgTop 1s forwards;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

@-webkit-keyframes slideBgTop {
    0% {
        -webkit-transform: translateX(100%) translateY(-100%);
        transform: translateX(100%) translateY(-100%);
        border-bottom-left-radius: 200%;
    }

    100% {
        -webkit-transform: translateX(0%) translateY(0%);
        transform: translateX(0%) translateY(0%);
        border-radius: 0;
    }
}

@keyframes slideBgTop {
    0% {
        -webkit-transform: translateX(100%) translateY(-100%);
        transform: translateX(100%) translateY(-100%);
        border-bottom-left-radius: 200%;
    }

    100% {
        -webkit-transform: translateX(0%) translateY(0%);
        transform: translateX(0%) translateY(0%);
        border-radius: 0;
    }
}

/* 
@-webkit-keyframes slideBgBottom {
    0% {
        -webkit-transform: translateX(0%) translateY(0%);
        transform: translateX(0%) translateY(0%);
        border-radius: 0;
    }
    
    100% {
        -webkit-transform: translateX(100%) translateY(-100%);
        transform: translateX(100%) translateY(-100%);
        border-bottom-left-radius: 200%;
    }
}

@keyframes slideBgBottom {
    0% {
        -webkit-transform: translateX(0%) translateY(0%);
        transform: translateX(0%) translateY(0%);
        border-radius: 0;
    }
    
    100% {
        -webkit-transform: translateX(100%) translateY(-100%);
        transform: translateX(100%) translateY(-100%);
        border-bottom-left-radius: 200%;
    }
} */


/* Body Bg Anim */


/* Hero Section */

.just-consult-logo {
    font-family: 'Della Respira', serif;
    /* padding-top: 80px; */
}

.hero-bg {
    position: relative;
    top: -40px;
}

.hero-sec h4 span.color2 {
    font-family: 'Della Respira', serif;
}

.hero-sec {
    margin-top: 3px;
    margin: 0;
    background-size: cover;
    background: url("http://legalkart.wrctpl.com/frontend/client_base_web/layout-optim/just-consult-new/banner-bg.jpg") no-repeat center center fixed;
    background-blend-mode: darken;
    -webkit-transition: 3s;
    transition: 3s;
    background-position: center center !important;
    background-size: cover !important;
}




.hero-sec h1 {
    line-height: 85px;
}



/*... Hero Section */

/* Hero  Banner Section */

.hero-banner .item {
    height: 520px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-banner .item .caption {
    padding-left: 80px;
    line-height: 1;
}

.hero-banner .item .border-divider {
    height: 2px;
    width: 80px;
    display: block;
    margin-top: 20px;
}

.hero-banner .item2 .border-divider {
    background-color: #254985;
}

.hero-banner .item3 .border-divider {
    background-color: #f48c06;
}

.hero-banner .item4 .border-divider {
    background-color: #15b9a9;
}

.hero-banner .item1 {
    background-image: url("../layout-optim/just-consult-new/just-consult-hero1.jpg");
}

.hero-banner .item2 {
    background-image: url("../layout-optim/just-consult-new/just-consult-hero2.jpg");
}

.hero-banner .item3 {
    background-image: url("../layout-optim/just-consult-new/just-consult-hero3.jpg");
}

.hero-banner .item4 {
    background-image: url("../layout-optim/just-consult-new/just-consult-hero4.jpg");
}


.hero-banner .item1 {
    padding: 70px 0;
}

.hero-banner .item1 h1 {
    line-height: 85px;
}

.hero-banner .item1 .just-consult-logo {
    font-family: 'Della Respira', serif;
}

.hero-banner .item1 h4 span.color2 {
    font-family: 'Della Respira', serif;
}

.hero-banner .active .item .caption {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0.8s;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}



/*... Hero  Banner Section */

/* Trusted Section */

.trusted-sec {
    padding: 60px 0;
}

.trusted-sec .rating-area {
    max-width: 365px;
    margin: 50px auto;
}

.trusted-sec .rating-progressbar {
    flex: 1;
}

.trusted-info {
    margin: 0 100px;
}



/* -----------------------------------------------------
	CSS Progress Bars
-------------------------------------------------------- */
.cssProgress {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 20px;
}

.cssProgress .progress1,
.cssProgress .progress2,
.cssProgress .progress3 {
    position: relative;
    overflow: hidden;
    width: 100%;
    font-family: "Roboto", sans-serif;
}

.cssProgress .cssProgress-bar {
    display: block;
    float: left;
    width: 0%;
    height: 100%;
    background: #15b9a9;
    box-shadow: inset 0px -1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: width 0.8s ease-in-out;
    transition: width 0.8s ease-in-out;
}

.cssProgress .cssProgress-label {
    position: absolute;
    overflow: hidden;
    left: 0px;
    right: 0px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 0.7em;
    text-align: center;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.3);
}

.cssProgress .cssProgress-info {
    background-color: #9575cd !important;
}

.cssProgress .cssProgress-danger {
    background-color: #ef5350 !important;
}

.cssProgress .cssProgress-success {
    background-color: #66bb6a !important;
}

.cssProgress .cssProgress-warning {
    background-color: #ffb74d !important;
}

.cssProgress .cssProgress-right {
    float: right !important;
}

.cssProgress .cssProgress-label-left {
    margin-left: 10px;
    text-align: left !important;
}

.cssProgress .cssProgress-label-right {
    margin-right: 10px;
    text-align: right !important;
}

.cssProgress .cssProgress-label2 {
    display: block;
    margin: 2px 0;
    padding: 0 8px;
    font-size: 0.8em;
}

.cssProgress .cssProgress-label2.cssProgress-label2-right {
    text-align: right;
}

.cssProgress .cssProgress-label2.cssProgress-label2-center {
    text-align: center;
}

.cssProgress .cssProgress-stripes,
.cssProgress .cssProgress-active,
.cssProgress .cssProgress-active-right {
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.125) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.125) 50%, rgba(255, 255, 255, 0.125) 75%, transparent 75%, transparent);
    background-size: 35px 35px;
}

.cssProgress .cssProgress-active {
    -webkit-animation: cssProgressActive 2s linear infinite;
    animation: cssProgressActive 2s linear infinite;
}

.cssProgress .cssProgress-active-right {
    -webkit-animation: cssProgressActiveRight 2s linear infinite;
    animation: cssProgressActiveRight 2s linear infinite;
}

@-webkit-keyframes cssProgressActive {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 35px 35px;
    }
}

@keyframes cssProgressActive {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 35px 35px;
    }
}

@-webkit-keyframes cssProgressActiveRight {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -35px -35px;
    }
}

@keyframes cssProgressActiveRight {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -35px -35px;
    }
}

/* -----------------------------------------------------
      Progress Bar 1
  -------------------------------------------------------- */
.progress1 {
    background-color: #EEE;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.progress1 .cssProgress-bar {
    height: 18px;
}

.progress1 .cssProgress-label {
    line-height: 18px;
}

/* -----------------------------------------------------
      Progress Bar 2
  -------------------------------------------------------- */
.progress2 {
    background-color: #f0f0f5;
    border-radius: 9px;
}

.progress2 .cssProgress-bar {
    height: 13px;
    border-radius: 9px;
}

.progress2 .cssProgress-label {
    line-height: 18px;
}



/*... Trusted Section */

.highlight-information {
    padding-left: 80px;
}

.highlight-item {
    padding-bottom: 70px;
}


.highlight-item:not(:last-child):before {
    content: "";
    position: absolute;
    background-color: #3f3f3f;
    width: 1px;
    height: 100%;
    top: 20px;
    left: -36px;
    z-index: 0;
}

.highlight-item .dot-circle {
    position: absolute;
    background-color: #3f3f3f;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    top: 8px;
    left: -42px;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    z-index: 1;
}

.dot-circle-active {
    background-color: #15b9a9 !important;
    width: 18px !important;
    height: 18px !important;
    -webkit-transition: all ease .2s !important;
    -o-transition: all ease .2s !important;
    transition: all ease .2s !important;
    left: -44px !important;
}

.highlight-information-right .dot-circle-active {
    background-color: #15b9a9 !important;
    width: 18px !important;
    height: 18px !important;
    -webkit-transition: all ease .2s !important;
    -o-transition: all ease .2s !important;
    transition: all ease .2s !important;
    left: auto !important;
    right: -44px !important;
}

.highlight-information-right {
    padding-right: 80px;
    padding-left: 0;
}

.highlight-information-right .highlight-item:not(:last-child):before {
    right: -36px;
    left: auto;
}

.highlight-information-right .highlight-item .dot-circle {
    right: -42px;
    left: auto;
}

.highlight-information-right .dot-circle.active {
    background-color: #3f3f3f;
    width: 18px;
    height: 18px;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    left: -32px
}



/* Pricing Plans Section */

.pricing-plans-sec {
    background-color: #f8f8fb;
    padding: 45px 0 15px 0;
}

.select-max {
    max-width: 350px;
    margin: 0 auto;
}

.select-css {
    display: block;
    line-height: 22px;
    padding: 15px 25px 15px 20px;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    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);
    -moz-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);
    -o-box-shadow: 0px 0px 23.25px 1.75px rgba(0, 0, 0, 0.1);
    border: 1px solid #d0d0d0;
    border-radius: 50px;
    background: rgba(239, 239, 239, 1);
    background: -moz-linear-gradient(left, rgba(239, 239, 239, 1) 0%, rgba(247, 247, 247, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(239, 239, 239, 1)), color-stop(100%, rgba(247, 247, 247, 1)));
    background: -webkit-linear-gradient(left, rgba(239, 239, 239, 1) 0%, rgba(247, 247, 247, 1) 100%);
    background: -o-linear-gradient(left, rgba(239, 239, 239, 1) 0%, rgba(247, 247, 247, 1) 100%);
    background: -ms-linear-gradient(left, rgba(239, 239, 239, 1) 0%, rgba(247, 247, 247, 1) 100%);
    background: linear-gradient(to right, rgba(239, 239, 239, 1) 0%, rgba(247, 247, 247, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#f7f7f7', GradientType=1);
    font-size: 20px;
    color: #3f3f3f;
    font-weight: 500;
    text-align: center;
}

.select-max {
    position: relative;
}

.select-max:before {
    position: absolute;
    content: url("../layout-optim/just-consult-new/drop-down-arrow.png");
    width: 17px;
    height: 10px;
    right: 20px;
    top: 19px;
}

.select-css::-ms-expand {
    display: none
}

.select-css:focus {
    outline: 0
}

.select-css option {
    font-weight: 500
}

/**
  Component
**/

label {
    width: 100%;
}


.card-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-input-body {
    flex: 1 1 auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}


.card-input-element {
    display: none;
}

.card-input {
    background-color: #fff;
    padding: 20px 20px 20px 55px;
    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);
    -moz-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);
    -o-box-shadow: 0px 0px 23.25px 1.75px rgba(0, 0, 0, 0.1);
    border: 1px solid #cacaca;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.card-input:hover {
    cursor: pointer;
}

.card-input .img-active,
.card-input .img-nonactive {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.card-input .img-active {
    display: none;
}

.card-input-element:checked+.card-input {
    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);
    -moz-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);
    -o-box-shadow: 0px 0px 23.25px 1.75px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 1px solid #cacaca;
    background: rgba(239, 239, 239, 1);
    background: -moz-linear-gradient(left, rgba(239, 239, 239, 1) 0%, rgba(247, 247, 247, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(239, 239, 239, 1)), color-stop(100%, rgba(247, 247, 247, 1)));
    background: -webkit-linear-gradient(left, rgba(239, 239, 239, 1) 0%, rgba(247, 247, 247, 1) 100%);
    background: -o-linear-gradient(left, rgba(239, 239, 239, 1) 0%, rgba(247, 247, 247, 1) 100%);
    background: -ms-linear-gradient(left, rgba(239, 239, 239, 1) 0%, rgba(247, 247, 247, 1) 100%);
    background: linear-gradient(to right, rgba(239, 239, 239, 1) 0%, rgba(247, 247, 247, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#f7f7f7', GradientType=1);
}

.card-input-element:checked+.card-input .img-nonactive {
    display: none;
}

.card-input-element:checked+.card-input .img-active {
    display: block !important;
}

.cta-btn button {
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.39);
    -webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.39);
    -ms-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.39);
    -o-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.39);
    background-image: url("../layout-optim/just-consult-new/cta-btn-bg.png");
    background-repeat: repeat-x;
    padding: 12px 54px;
    border-radius: 25px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 30px;
    border: 0 none;
    height: 54px;
}

/*... Pricing Plans Section */

/* How To Talk To Lawyer Section */

.talk-to-lawyer-sec {
    background-color: #f0efeb;
    padding: 60px 0;
}

.talk-to-lawyer-sec .highlight-information {
    margin-top: 150px;
}

/*... How To Talk To Lawyer Section */

/* Why Consult Section */

.why-consult-sec {
    background-color: #dbe7e4;
    padding: 60px 0;
}

.why-consult-sec .highlight-information-right {
    margin-top: 110px;
}


/*... Why Consult Section */

/* LegalKart Advantage Section */

.legalkart-advantage-sec {
    /* background-color: #f6f4d2; */
    background: #f1faee;
    padding: 60px 0;
}

.legalkart-advantage-sec .highlight-information {
    margin-top: 150px;
}

/*... LegalKart Advantage Section */

/*... Pricing Sticky Section */
/* html, body {
  height: 200%;
} */

.pricing-sticky-sec {
    display: none;
    background-color: #2A338E;
    padding: 10px 0;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    /* required */
    z-index: 999999;
}

.pricing-sticky-sec button.common-btn {
    font-size: 16px;
    border-radius: 100px;
    font-weight: bold;
    padding: 18px 40px;
    position: relative;
    top: -2px;
}

.pricing-sticky-sec .select-max {
    max-width: 100%;
    margin: 0 auto;
}

.pricing-sticky-sec .cta-btn button {
    box-shadow: none;
    background-image: url(../layout-optim/just-consult-new/stcky-btn-bg.png);
    margin-top: 20px;
}

.pricing-sticky-sec .select-css {
    line-height: 26px;
    padding: 15px 40px 15px 15px;
    font-size: 16px;
    font-weight: bold;
}

/*... Pricing Sticky Section */

/* Client Reviews Section */

.client-reviews-sec {
    padding: 60px 0;
}

.avatar-block img {
    height: 43px;
    width: 43px;
}

.avatar-block .avatar-desc {
    flex: 1;
}

.review-tile {
    padding: 20px;
    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);
    -moz-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);
    -o-box-shadow: 0px 0px 23.25px 1.75px rgba(0, 0, 0, 0.1);
    border: 1px solid #ececec;
}

.pagination-block a {
    background: #15b9a9;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    font-weight: 600;
}

.pagination-block i {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}

.pagination-block .right-chevron {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 10px;
}

.pagination-block .left-chevron {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-right: 10px;
}


/*... Client Reviews Section */

/* Starts Fixed Footer */

.jc-fixed-fixed-footer {
    display: none;
}

/* Ends Fixed Footer */

/* Start Sticky social_bar */

.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    background: #000000;
    z-index: 11111;
  }
  
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    background: #3f3f3f;
    margin-bottom: 1px;
  }

  .icon-bar a:last-child {
    margin-bottom: 0;
}
  
  .icon-bar a:hover {
    background-color: #000;
  }
  
  .call {
    background: #3B5998;
    color: white;
  }
  
  .mail {
    background: #55ACEE;
    color: white;
  }
  
  .whatsapp {
    background: #dd4b39;
    color: white;
  }

  /* Ends Sticky social_bar */

  /* Starts scrollup css */

  .scrollup {
    position: fixed;
    display: none;
    background: transparent;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -ms-transition: background 0.5s;
    -o-transition: background 0.5s;
    z-index: 11;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.scrollup img {
    width: 40px;
}

.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

/* Ends scrollup css */

/* Responsive Styles */


@media screen and (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}


@media screen and (min-width: 768px) {
    .container {
        max-width: 720px;
    }

    .order1 {
        order: 1;
    }

    .order2 {
        order: 2;
    }
}

@media screen and (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}



@media screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}



@media screen and (max-width: 1200px) {}

@media screen and (max-width: 991px) {

    .column-md-100 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .column-md-50 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .m-l-md-0 {
        margin-left: 0;
    }

    .m-r-md-0 {
        margin-right: 0;
    }

    .m-b-m-10 {
        margin-bottom: 10px;
    }

    .text-md-left {
        text-align: left;
    }

    .text-md-center {
        text-align: center;
    }

    .common-title {
        font-size: 30px;
    }

    .line-height66 {
        line-height: 40px;
    }

    .mobile-nav .menu-toggle {
        display: block;
    }

    .navigation {
        display: none;
    }

    footer.main-footer {
        padding: 30px 0 80px 0;
    }

    footer.main-footer ul {
        flex-wrap: wrap;
    }

    footer.main-footer ul li:last-child {
        flex: 0 0 100%;
        text-align: center;
        margin-top: 10px;
    }

    .trusted-sec.p-t-0 {
        border-top: 8px solid #eef0f0;
        padding-top: 50px !important;
    }

    .pricing-sticky-sec {
        position: relative;
        padding: 40px 0;
        display: none !important;
    }

    .pricing-sticky-sec button.common-btn {
        top: 0;
        margin-top: 30px;
    }

    .pricing-sticky-sec h1 {
        margin-bottom: 20px;
    }

    .trusted-info .column-3:nth-child(1) .tile-box,
    .trusted-info .column-3:nth-child(2) .tile-box {
        margin-bottom: 25px;
    }

    .card-input h4 {
        font-size: 18px;
    }

    .card-input .price-amt {
        font-size: 24px;
        flex-direction: column;
    }

    .card-input .price-amt img {
        display: table;
        margin: 0 auto;
    }

    .card-input .price-amt span {
        display: block;
        margin-left: 0;
        text-align: center;
    }

    .hero-banner .item .caption {
        padding-left: 20px;
    }

    .hero-banner .item1 {
        background-image: url(/frontend/client_base_web/layout-optim/just-consult-new/just-consult-xs-hero1.jpg) !important;
        height: 240px !important
    }

    .hero-banner .item2 {
        background-image: url(/frontend/client_base_web/layout-optim/just-consult-new/just-consult-xs-hero2.jpg) !important;
        height: 240px !important
    }

    .hero-banner .item3 {
        background-image: url(/frontend/client_base_web/layout-optim/just-consult-new/just-consult-xs-hero3.jpg) !important;
        height: 240px !important
    }

    .hero-banner .item4 {
        background-image: url(/frontend/client_base_web/layout-optim/just-consult-new/just-consult-xs-hero4.jpg) !important;
        height: 240px !important
    }

    .hero-banner .item1 .just-consult-logo {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .hero-banner .item1 h1 {
        line-height: 42px;
        font-size: 40px;
    }

    .hero-banner .item1 {
        padding: 10px 0;
    }

    .hero-banner .item1 h4 {
        margin-top: 10px;
        font-size: 16px;
    }

    .hero-banner .item1 h4 span.color2 {
        font-size: 16px;
    }

    .hero-banner .item2 .caption span.font-26 {
        font-size: 14px;
    }

    .hero-banner .item2 .caption span.font-26 {
        font-size: 14px;
        font-weight: normal !important;
    }

    .hero-banner .item2 .caption span.font-40 {
        font-size: 18px;
    }

    .hero-banner .item2 .caption span.font-65 {
        font-size: 24px;
    }

    .hero-banner .caption p.font-18 {
        font-size: 10px;
        margin-top: 10px;
    }

    .hero-banner .border-divider {
        margin-top: 10px !important;
    }

    .hero-banner .item3 .caption span.font-40 {
        font-size: 16px;
    }

    .hero-banner .item3 .caption span.font-50 {
        font-size: 16px;
    }

    .hero-banner .item3 .caption span.font-30 {
        font-size: 12px;
    }

    .hero-banner .item4 .caption span.font-30 {
        font-size: 12px;
        font-weight: normal !important;
    }

    .hero-banner .item4 .caption span.font-40 {
        font-size: 14px;
    }

    .hero-banner .item4 .caption span.font-45 {
        font-size: 22px;
    }

    .hero-banner .item4 .caption span.termination-block {
        display: block;
    }

    .jc-fixed-fixed-footer {
        display: block;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        height: 58px;
    }

    .alert-msg {
        color: #721c24;
        background-color: #f8d7da;
        border-color: #f5c6cb;
        line-height: 1.6;
        -moz-box-shadow: 0 3px 20px 0 rgba(0,0,0,.08);
        -ms-box-shadow: 0 3px 20px 0 rgba(0,0,0,.08);
        -o-box-shadow: 0 3px 20px 0 rgba(0,0,0,.08);
        box-shadow: 0 3px 20px 0 rgba(0,0,0,.08);
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        box-sizing: border-box;
    }

    .jc-fixed-fixed-footer .buy-fixed a {
        background: #15b9a9;
        padding: 10px 25px;
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
        box-shadow: 0 0 5px rgba(0,0,0,.5);
        display: block;
        color: #ffffff;
    }

    .jc-fixed-fixed-footer .left-side {
        clear: both;
        overflow: hidden;
    }

    .jc-fixed-fixed-footer .talk-phone {
        float: left;
        width: 4%;
        margin-top: 5px;
    }

    .jc-fixed-fixed-footer .talk-now-text {
        float: right;
        width: 96%;
    }

    .jc-fixed-fixed-footer .left-side img {
        width: 15px;
        height: 15px;
    }

    .jc-fixed-fixed-footer .buy-fixed span.talk-expert-txt {
        display: block;
    }

    .jc-fixed-fixed-footer button.common-btn {
        padding: 8px 15px;
        min-width: auto;
        font-size: 14px;
    }

    .hero-banner .text-center.m-t-20 {
        margin-top: 5px;
    }

    .hero-banner button.common-btn {
        min-width: auto;
        font-size: 14px;
        padding: 10px 10px;
    }

    .icon-bar a img {
        width: 20px;
        height: 20px;
    }

    .icon-bar a {
        padding: 10px;
    }

}

@media screen and (max-width: 767px) {
    .column-sm-100 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .column-sm-50 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .text-sm-left {
        text-align: left;
    }

    .text-sm-center {
        text-align: center;
    }

    footer.main-footer ul {
        justify-content: center;
    }

    footer.main-footer ul li {
        margin-bottom: 10px;
        margin-right: 20px;
        position: relative;
    }

    footer.main-footer ul li a {
        font-size: 14px;
    }

    footer.main-footer ul li {
        font-size: 14px;
    }

    /* footer.main-footer ul li:before {
        position: absolute;
        top: 9px;
        content: "";
        background: #c7c7c7;
        height: 4px;
        width: 4px;
        border-radius: 50%;
        left: -7px;
    }

    footer.main-footer ul li:last-child:before {
        width: 0;
        height: 0;
    } */

    .find-lawyer-sec .highlight-information,
    .just-consult-sec .highlight-information-right,
    .documents-sec .highlight-information,
    .business-sec .highlight-information-right {
        margin-top: 50px;
    }

    .highlight-item:last-child {
        padding-bottom: 0;
    }

    .hero-sec h1 {
        line-height: 75px;
        font-size: 60px;
    }

    .common-title {
        font-size: 30px;
    }

    .pricing-plans-sec h1 {
        font-size: 30px;
    }

    .card-input {
        padding: 20px 20px 20px 50px;
    }

    .card-input .img-active,
    .card-input .img-nonactive {
        left: 30px;
        top: 20px;
        transform: none;
    }

    .card-input .column-7,
    .card-input .column-5 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .card-input .price-amt {
        font-size: 26px;
        flex-direction: row;
        text-align: left;
        margin-top: 10px;
        justify-content: left;
    }

    .card-input .price-amt img {
        display: inline;
        margin: 0 10px 0 0;
        height: 24px;
        width: 20px;
    }

    .card-input .price-amt span {
        display: block;
        margin-left: 0;
        text-align: left;
    }

    .trusted-sec h2,
    .client-reviews-sec h1 {
        font-size: 24px;
    }

    .trusted-info {
        margin: 0;
    }

    .pricing-plans-sec {
        padding: 30px 0 15px 0;
    }

    .talk-to-lawyer-sec,
    .why-consult-sec,
    .legalkart-advantage-sec,
    .client-reviews-sec {
        padding: 40px 0;
    }

    .pagination-block ul {
        justify-content: center;
    }

    .pagination-block li {
        margin-right: 10px;
    }

    .pagination-block a {
        padding: 10px;
        font-size: 12px;
    }

    .jc-fixed-fixed-footer .talk-phone {
        width: 6%;
    }

    .jc-fixed-fixed-footer .talk-now-text {
        width: 94%;
    }

    .scrollup {
        right: 5px;
        bottom: 55px;
    }

}

@media screen and (max-width: 545px) {
    .hero-banner .item1 h1 {
        line-height: 34px;
        font-size: 28px;
    }

    .hero-banner .text-center.m-t-20 {
        margin-top: 10px;
    }
}

@media screen and (max-width: 480px) {
    .column-xs-100 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .m-b-xs-20 {
        margin-bottom: 20px;
    }

    .trusted-sec {
        padding: 30px 0;
    }

    .card-input {
        padding: 10px;
    }

    .card-input .img-active,
    .card-input .img-nonactive {
        left: auto;
        top: auto;
        transform: none;
        bottom: 15px;
        right: 20px;
    }

    .card-input h4 {
        font-size: 16px;
    }

    .card-input .price-amt {
        font-size: 22px;
    }

    .pricing-cards .cta-btn button {
        margin-top: 15px;
    }

    .pricing-cards .row+.m-t-10 {
        margin-top: 0;
    }

    .talk-to-lawyer-sec .highlight-information,
    .why-consult-sec .highlight-information-right,
    .legalkart-advantage-sec .highlight-information {
        margin-top: 50px;
    }

    .hero-banner .item .caption {
        padding-left: 10px;
    }

    .hero-banner .item {
        background-position: -50px 0 !important;
        background: #f8f8fb;
    }

    .select-css {
        font-size: 16px;
    }

    .jc-fixed-fixed-footer .talk-phone {
        width: 8%;
    }

    .jc-fixed-fixed-footer .talk-now-text {
        width: 92%;
    }

}

@media screen and (max-width: 420px) {
    /* .hero-sec {
       padding: 70px 0;
    } */

    .hero-sec h1 {
        line-height: 50px;
        font-size: 40px;
    }

    .highlight-information {
        padding-left: 50px;
    }

    .highlight-information-right {
        padding-right: 50px;
    }

    .trusted-sec .rating-area {
        max-width: 100%;
        margin: 20px 0 40px 0;
    }

    .trusted-sec .rating-area .d-flex.align-items-start {
        align-items: center;
        flex-direction: column;
    }

    .trusted-sec .rating-number {
        margin-right: 0;
    }

    .trusted-sec .rating-progressbar {
        flex: none;
        width: 100%;
        margin-top: 20px;
    }

    .trusted-sec .cssProgress {
        width: calc(100% - 20px);
    }

    .trusted-sec .rating-number .font-10 {
        font-size: 12px;
    }

    .hero-banner .item {
        background-position: -100px 0 !important;
        background: #f8f8fb;
    }

}

@media screen and (max-width: 380px) {
    .hero-banner .item {
        background-position: -130px 0 !important;
        background: #f8f8fb;
    }

    .hero-banner .item1 h1 {
        line-height: 28px;
        font-size: 24px;
    }

    .card-input .price-amt {
        font-size: 20px;
    }

    .jc-fixed-fixed-footer .talk-phone {
        width: 10%;
    }

    .jc-fixed-fixed-footer .talk-now-text {
        width: 90%;
    }
}

/*...Responsive Styles */