body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #747474;
    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;
}

* {
    outline: 0 none !important;
}


/* ==========================================================================
Margin Styles
========================================================================== */


/*! jQuery UI - v1.8.24 - 2012-09-28
* https://github.com/jquery/jquery-ui
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.tabs.css, jquery.ui.theme.css
* Copyright (c) 2012 AUTHORS.txt; Licensed MIT, GPL */


/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    zoom: 1;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}


/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
    cursor: default !important;
}


/* Icons
----------------------------------*/


/* states and images */

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/


/* Overlays */

.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* IE/Win - Fix animation bug - #4615 */

.ui-accordion {
    width: 100%;
}

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    margin-top: 1px;
    zoom: 1;
}

.ui-accordion .ui-accordion-li-fix {
    display: inline;
}

.ui-accordion .ui-accordion-header-active {
    border-bottom: 0 !important;
}

.ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 1em;
    padding: .5em .5em .5em .7em;
}

.ui-accordion-icons .ui-accordion-header a {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    margin-top: -2px;
    position: relative;
    top: 1px;
    margin-bottom: 2px;
    overflow: auto;
    display: none;
    zoom: 1;
}

.ui-accordion .ui-accordion-content-active {
    display: block;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
}


/* workarounds */

* html .ui-autocomplete {
    width: 1px;
}


/* without this, the menu expands to 100% in IE6 */


/*
 * jQuery UI Menu 1.8.24
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    float: left;
}

.ui-menu .ui-menu {
    margin-top: -3px;
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: .2em .4em;
    line-height: 1.5;
    zoom: 1;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    margin-right: .1em;
    text-decoration: none !important;
    cursor: pointer;
    text-align: center;
    zoom: 1;
    overflow: visible;
}


/* the overflow property removes extra width in IE */

.ui-button-icon-only {
    width: 2.2em;
}


/* to make room for the icon, a width needs to be set here */

button.ui-button-icon-only {
    width: 2.4em;
}


/* button elements seem to need a little more width */

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}


/*button text element */

.ui-button .ui-button-text {
    display: block;
    line-height: 1.4;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}


/* no icon support for input elements, provide padding by default */

input.ui-button {
    padding: .4em 1em;
}


/*button icon element(s) */

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}


/*button sets*/

.ui-buttonset {
    margin-right: 7px;
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em;
}


/* workarounds */

button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/* reset extra padding in Firefox */

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}


/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0em;
}


/* RTL support */

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}


/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */

.ui-datepicker-cover {
    position: absolute;
    /*must have*/
    z-index: -1;
    /*must have*/
    filter: mask();
    /*must have*/
    top: -4px;
    /*must have*/
    left: -4px;
    /*must have*/
    width: 200px;
    /*must have*/
    height: 200px;
    /*must have*/
}

.ui-dialog {
    position: absolute;
    padding: .2em;
    width: 300px;
    overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 16px .1em 0;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
    padding: 0;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
    zoom: 1;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin: .5em 0 0 0;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-se {
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-tabs {
    position: relative;
    padding: .2em;
    zoom: 1;
}


/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 1px;
    margin: 0 .2em 1px 0;
    border-bottom: 0 !important;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    margin-bottom: 0;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor: text;
}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer;
}


/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tabs .ui-tabs-hide {
    display: none !important;
}


/* Component containers
----------------------------------*/

.ui-widget {
    font-family: Verdana,
    Arial,
    sans-serif/*{ffDefault}*/
    ;
    font-size: 1.1em/*{fsDefault}*/
    ;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Verdana,
    Arial,
    sans-serif/*{ffDefault}*/
    ;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #aaaaaa/*{borderColorContent}*/
    ;
    background: #ffffff/*{bgColorContent}*/
    url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/
    50%/*{bgContentXPos}*/
    50%/*{bgContentYPos}*/
    repeat-x/*{bgContentRepeat}*/
    ;
    color: #222222/*{fcContent}*/
    ;
}

.ui-widget-content a {
    color: #222222/*{fcContent}*/
    ;
}

.ui-widget-header {
    border: 1px solid #aaaaaa/*{borderColorHeader}*/
    ;
    background: #cccccc/*{bgColorHeader}*/
    url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/
    50%/*{bgHeaderXPos}*/
    50%/*{bgHeaderYPos}*/
    repeat-x/*{bgHeaderRepeat}*/
    ;
    color: #222222/*{fcHeader}*/
    ;
    font-weight: bold;
}

.ui-widget-header a {
    color: #222222/*{fcHeader}*/
    ;
}


/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3/*{borderColorDefault}*/
    ;
    background: #e6e6e6/*{bgColorDefault}*/
    url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/
    50%/*{bgDefaultXPos}*/
    50%/*{bgDefaultYPos}*/
    repeat-x/*{bgDefaultRepeat}*/
    ;
    font-weight: normal/*{fwDefault}*/
    ;
    color: #555555/*{fcDefault}*/
    ;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555555/*{fcDefault}*/
    ;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #999999/*{borderColorHover}*/
    ;
    background: #dadada/*{bgColorHover}*/
    url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/
    50%/*{bgHoverXPos}*/
    50%/*{bgHoverYPos}*/
    repeat-x/*{bgHoverRepeat}*/
    ;
    font-weight: normal/*{fwDefault}*/
    ;
    color: #212121/*{fcHover}*/
    ;
}

.ui-state-hover a,
.ui-state-hover a:hover {
    color: #212121/*{fcHover}*/
    ;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa/*{borderColorActive}*/
    ;
    background: #ffffff/*{bgColorActive}*/
    url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/
    50%/*{bgActiveXPos}*/
    50%/*{bgActiveYPos}*/
    repeat-x/*{bgActiveRepeat}*/
    ;
    font-weight: normal/*{fwDefault}*/
    ;
    color: #212121/*{fcActive}*/
    ;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121/*{fcActive}*/
    ;
    text-decoration: none;
}

.ui-widget :active {
    outline: none;
}


/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1/*{borderColorHighlight}*/
    ;
    background: #fbf9ee/*{bgColorHighlight}*/
    url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/
    50%/*{bgHighlightXPos}*/
    50%/*{bgHighlightYPos}*/
    repeat-x/*{bgHighlightRepeat}*/
    ;
    color: #363636/*{fcHighlight}*/
    ;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636/*{fcHighlight}*/
    ;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a/*{borderColorError}*/
    ;
    background: #fef1ec/*{bgColorError}*/
    url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/
    50%/*{bgErrorXPos}*/
    50%/*{bgErrorYPos}*/
    repeat-x/*{bgErrorRepeat}*/
    ;
    color: #cd0a0a/*{fcError}*/
    ;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a/*{fcError}*/
    ;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a/*{fcError}*/
    ;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}


/* Icons
----------------------------------*/


/* states and images */

.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/
    ;
}

.ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/
    ;
}

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png)/*{iconsHeader}*/
    ;
}

.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_888888_256x240.png)/*{iconsDefault}*/
    ;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(images/ui-icons_454545_256x240.png)/*{iconsHover}*/
    ;
}

.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_454545_256x240.png)/*{iconsActive}*/
    ;
}

.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/
    ;
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/
    ;
}


/* positioning */

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-off {
    background-position: -96px -144px;
}

.ui-icon-radio-on {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}


/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}


/* Misc visuals
----------------------------------*/


/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    -moz-border-radius-topleft: 4px/*{cornerRadius}*/
    ;
    -webkit-border-top-left-radius: 4px/*{cornerRadius}*/
    ;
    -khtml-border-top-left-radius: 4px/*{cornerRadius}*/
    ;
    border-top-left-radius: 4px/*{cornerRadius}*/
    ;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    -moz-border-radius-topright: 4px/*{cornerRadius}*/
    ;
    -webkit-border-top-right-radius: 4px/*{cornerRadius}*/
    ;
    -khtml-border-top-right-radius: 4px/*{cornerRadius}*/
    ;
    border-top-right-radius: 4px/*{cornerRadius}*/
    ;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/
    ;
    -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/
    ;
    -khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/
    ;
    border-bottom-left-radius: 4px/*{cornerRadius}*/
    ;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    -moz-border-radius-bottomright: 4px/*{cornerRadius}*/
    ;
    -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/
    ;
    -khtml-border-bottom-right-radius: 4px/*{cornerRadius}*/
    ;
    border-bottom-right-radius: 4px/*{cornerRadius}*/
    ;
}


/* Overlays */

.ui-widget-overlay {
    background: #aaaaaa/*{bgColorOverlay}*/
    url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/
    50%/*{bgOverlayXPos}*/
    50%/*{bgOverlayYPos}*/
    repeat-x/*{bgOverlayRepeat}*/
    ;
    opacity: .3;
    filter:Alpha(Opacity=30)/*{opacityOverlay}*/
    ;
}

.ui-widget-shadow {
    margin: -8px/*{offsetTopShadow}*/
    0 0 -8px/*{offsetLeftShadow}*/
    ;
    padding: 8px/*{thicknessShadow}*/
    ;
    background: #aaaaaa/*{bgColorShadow}*/
    url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/
    50%/*{bgShadowXPos}*/
    50%/*{bgShadowYPos}*/
    repeat-x/*{bgShadowRepeat}*/
    ;
    opacity: .3;
    filter:Alpha(Opacity=30)/*{opacityShadow}*/
    ;
    -moz-border-radius: 8px/*{cornerRadiusShadow}*/
    ;
    -khtml-border-radius: 8px/*{cornerRadiusShadow}*/
    ;
    -webkit-border-radius: 8px/*{cornerRadiusShadow}*/
    ;
    border-radius: 8px/*{cornerRadiusShadow}*/
    ;
}

.m-0 {
    margin: 0 !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-t-3 {
    margin-top: 3px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-7 {
    margin-top: 7px !important;
}

.m-t-9 {
    margin-top: 9px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-35 {
    margin-top: 35px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-45 {
    margin-top: 45px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-t-55 {
    margin-top: 55px !important;
}

.m-t-60 {
    margin-top: 60px !important;
}

.m-t-65 {
    margin-top: 65px !important;
}

.m-t-70 {
    margin-top: 70px !important;
}

.m-t-75 {
    margin-top: 75px !important;
}

.m-t-80 {
    margin-top: 80px !important;
}

.m-t-85 {
    margin-top: 85px !important;
}

.m-t-90 {
    margin-top: 90px !important;
}

.m-t-95 {
    margin-top: 95px !important;
}

.m-t-100 {
    margin-top: 100px !important;
}

.m-t-110 {
    margin-top: 110px !important;
}

.m-t-120 {
    margin-top: 120px !important;
}

.m-t-130 {
    margin-top: 130px !important;
}

.m-t-140 {
    margin-top: 140px !important;
}

.m-t-150 {
    margin-top: 150px !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-b-2 {
    margin-bottom: 2px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-7 {
    margin-bottom: 7px !important;
}

.m-b-9 {
    margin-bottom: 9px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-16 {
    margin-bottom: 16px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-35 {
    margin-bottom: 35px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-b-45 {
    margin-bottom: 45px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.m-b-55 {
    margin-bottom: 55px !important;
}

.m-b-60 {
    margin-bottom: 60px !important;
}

.m-b-65 {
    margin-bottom: 65px !important;
}

.m-b-70 {
    margin-bottom: 70px !important;
}

.m-b-75 {
    margin-bottom: 75px !important;
}

.m-b-80 {
    margin-bottom: 80px !important;
}

.m-b-85 {
    margin-bottom: 85px !important;
}

.m-b-90 {
    margin-bottom: 90px !important;
}

.m-b-95 {
    margin-bottom: 95px !important;
}

.m-b-100 {
    margin-bottom: 100px !important;
}

.m-l-m-10 {
    margin-left: -10px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-7 {
    margin-left: 7px !important;
}

.m-l-9 {
    margin-left: 9px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-l-25 {
    margin-left: 25px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

.m-l-35 {
    margin-left: 35px !important;
}

.m-l-40 {
    margin-left: 40px !important;
}

.m-l-45 {
    margin-left: 45px !important;
}

.m-l-50 {
    margin-left: 50px !important;
}

.m-l-55 {
    margin-left: 55px !important;
}

.m-l-60 {
    margin-left: 60px !important;
}

.m-l-65 {
    margin-left: 65px !important;
}

.m-l-70 {
    margin-left: 70px !important;
}

.m-l-75 {
    margin-left: 75px !important;
}

.m-l-80 {
    margin-left: 80px !important;
}

.m-l-85 {
    margin-left: 85px !important;
}

.m-l-90 {
    margin-left: 90px !important;
}

.m-l-95 {
    margin-left: 95px !important;
}

.m-l-100 {
    margin-left: 100px !important;
}

.m-l-250 {
    margin-left: 250px !important;
}

.m-r-m-10 {
    margin-right: -10px !important;
}

.m-r-0 {
    margin-right: 0 !important;
}

.m-r-3 {
    margin-right: 3px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-7 {
    margin-right: 7px !important;
}

.m-r-9 {
    margin-right: 9px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-r-25 {
    margin-right: 25px !important;
}

.m-r-30 {
    margin-right: 30px !important;
}

.m-r-35 {
    margin-right: 35px !important;
}

.m-r-40 {
    margin-right: 40px !important;
}

.m-r-45 {
    margin-right: 45px !important;
}

.m-r-50 {
    margin-right: 50px !important;
}

.m-r-55 {
    margin-right: 55px !important;
}

.m-r-60 {
    margin-right: 60px !important;
}

.m-r-65 {
    margin-right: 65px !important;
}

.m-r-70 {
    margin-right: 70px !important;
}

.m-r-75 {
    margin-right: 75px !important;
}

.m-r-80 {
    margin-right: 80px !important;
}

.m-r-85 {
    margin-right: 85px !important;
}

.m-r-90 {
    margin-right: 90px !important;
}

.m-r-95 {
    margin-right: 95px !important;
}

.m-r-100 {
    margin-right: 100px !important;
}

.m-r-110 {
    margin-right: 110px !important;
}

.margin-auto {
    margin: 0 auto;
    display: table;
}


/* ==========================================================================
  Padding Styles
  ========================================================================== */

.p-0 {
    padding: 0 !important;
}

.p-10 {
    padding: 10px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-t-2 {
    padding-top: 2px !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-t-8 {
    padding-top: 8px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-t-25 {
    padding-top: 25px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-t-35 {
    padding-top: 35px !important;
}

.p-t-40 {
    padding-top: 40px !important;
}

.p-t-45 {
    padding-top: 45px !important;
}

.p-t-50 {
    padding-top: 50px !important;
}

.p-t-55 {
    padding-top: 55px !important;
}

.p-t-60 {
    padding-top: 60px !important;
}

.p-t-65 {
    padding-top: 65px !important;
}

.p-t-70 {
    padding-top: 70px !important;
}

.p-t-75 {
    padding-top: 75px !important;
}

.p-t-80 {
    padding-top: 80px !important;
}

.p-t-85 {
    padding-top: 85px !important;
}

.p-t-90 {
    padding-top: 90px !important;
}

.p-t-95 {
    padding-top: 95px !important;
}

.p-t-100 {
    padding-top: 100px !important;
}

.p-t-110 {
    padding-top: 110px !important;
}

.p-t-120 {
    padding-top: 120px !important;
}

.p-t-130 {
    padding-top: 130px !important;
}

.p-t-140 {
    padding-top: 140px !important;
}

.p-t-150 {
    padding-top: 150px !important;
}

.p-t-160 {
    padding-top: 160px !important;
}

.p-t-170 {
    padding-top: 170px !important;
}

.p-t-180 {
    padding-top: 180px !important;
}

.p-t-190 {
    padding-top: 190px !important;
}

.p-t-200 {
    padding-top: 200px !important;
}

.p-t-210 {
    padding-top: 210px !important;
}

.p-t-220 {
    padding-top: 220px !important;
}

.p-b-2 {
    padding-bottom: 2px !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.p-b-8 {
    padding-bottom: 8px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-b-25 {
    padding-bottom: 25px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.p-b-35 {
    padding-bottom: 35px !important;
}

.p-b-40 {
    padding-bottom: 40px !important;
}

.p-b-45 {
    padding-bottom: 45px !important;
}

.p-b-50 {
    padding-bottom: 50px !important;
}

.p-b-55 {
    padding-bottom: 55px !important;
}

.p-b-60 {
    padding-bottom: 60px !important;
}

.p-b-65 {
    padding-bottom: 65px !important;
}

.p-b-70 {
    padding-bottom: 70px !important;
}

.p-b-75 {
    padding-bottom: 75px !important;
}

.p-b-77 {
    padding-bottom: 77px !important;
}

.p-b-80 {
    padding-bottom: 80px !important;
}

.p-b-85 {
    padding-bottom: 85px !important;
}

.p-b-90 {
    padding-bottom: 90px !important;
}

.p-b-95 {
    padding-bottom: 95px !important;
}

.p-b-100 {
    padding-bottom: 100px !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.p-l-8 {
    padding-left: 8px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-l-15 {
    padding-left: 15px !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-l-25 {
    padding-left: 25px !important;
}

.p-l-30 {
    padding-left: 30px !important;
}

.p-l-35 {
    padding-left: 35px !important;
}

.p-l-40 {
    padding-left: 40px !important;
}

.p-l-45 {
    padding-left: 45px !important;
}

.p-l-50 {
    padding-left: 50px !important;
}

.p-l-55 {
    padding-left: 55px !important;
}

.p-l-60 {
    padding-left: 60px !important;
}

.p-l-65 {
    padding-left: 65px !important;
}

.p-l-70 {
    padding-left: 70px !important;
}

.p-l-75 {
    padding-left: 75px !important;
}

.p-l-80 {
    padding-left: 80px !important;
}

.p-l-85 {
    padding-left: 85px !important;
}

.p-l-90 {
    padding-left: 90px !important;
}

.p-l-95 {
    padding-left: 95px !important;
}

.p-l-100 {
    padding-left: 100px !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-r-8 {
    padding-right: 8px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-r-15 {
    padding-right: 15px !important;
}

.p-r-20 {
    padding-right: 20px !important;
}

.p-r-25 {
    padding-right: 25px !important;
}

.p-r-30 {
    padding-right: 30px !important;
}

.p-r-35 {
    padding-right: 35px !important;
}

.p-r-40 {
    padding-right: 40px !important;
}

.p-r-45 {
    padding-right: 45px !important;
}

.p-r-50 {
    padding-right: 50px !important;
}

.p-r-55 {
    padding-right: 55px !important;
}

.p-r-60 {
    padding-right: 60px !important;
}

.p-r-65 {
    padding-right: 65px !important;
}

.p-r-70 {
    padding-right: 70px !important;
}

.p-r-75 {
    padding-right: 75px !important;
}

.p-r-80 {
    padding-right: 80px !important;
}

.p-r-85 {
    padding-right: 85px !important;
}

.p-r-90 {
    padding-right: 90px !important;
}

.p-r-95 {
    padding-right: 95px !important;
}

.p-r-100 {
    padding-right: 100px !important;
}


/* ==========================================================================
Font Styles
========================================================================== */

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: normal !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

.weight-600 {
    font-weight: 600 !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-36 {
    font-size: 36px !important;
}

.font-40 {
    font-size: 40px !important;
}

.font-50 {
    font-size: 50px !important;
}

.font-60 {
    font-size: 60px !important;
}

.font-72 {
    font-size: 72px !important;
}


/* ==========================================================================
Line Height Styles
========================================================================== */

.lh-14 {
    line-height: 14px !important;
}

.lh-16 {
    line-height: 16px !important;
}

.lh-18 {
    line-height: 18px !important;
}

.lh-20 {
    line-height: 20px !important;
}

.lh-22 {
    line-height: 22px !important;
}

.lh-24 {
    line-height: 24px !important;
}

.lh-26 {
    line-height: 26px !important;
}

.lh-28 {
    line-height: 28px !important;
}

.lh-30 {
    line-height: 30px !important;
}

.lh-32 {
    line-height: 32px !important;
}

.lh-34 {
    line-height: 34px !important;
}

.lh-36 {
    line-height: 36px !important;
}

.lh-38 {
    line-height: 38px !important;
}

.lh-40 {
    line-height: 40px !important;
}


/* ==========================================================================
  Colour Styles
  ========================================================================== */

.color1 {
    color: #82b440 !important;
}

.color2 {
    color: #747474 !important;
}

.color3 {
    color: #f03333 !important;
}

.color4 {
    color: #656565 !important;
}

.color5 {
    color: #2e2e2e !important;
}

.color7 {
    color: #0f0601 !important;
}


/* ==========================================================================
Border Radius Styles
========================================================================== */

.border-radius-5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.border-radius-10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.border-radius-15 {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}

.border-radius-20 {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.border-radius-40 {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
}

.border-radius-50p {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.border-bottom {
    border: 0 none !important;
}


/* ==========================================================================
 Width Styles
========================================================================== */

.width-13 {
    width: 13px !important;
}

.width-17 {
    width: 17px !important;
}

.width-20 {
    width: 20px !important;
}

.width-22 {
    width: 22px !important;
}

.width-25 {
    width: 25px !important;
}

.width-30 {
    width: 30px !important;
}

.width-30 {
    width: 30px !important;
}

.width-40 {
    width: 40px !important;
}

.width-50 {
    width: 50px !important;
}

.width-60 {
    width: 60px !important;
}

.width-70 {
    width: 70px !important;
}

.width-80 {
    width: 80px !important;
}

.width-90 {
    width: 90px !important;
}

.width-100 {
    width: 100px !important;
}

.width-110 {
    width: 110px !important;
}

.width-120 {
    width: 120px !important;
}

.width-130 {
    width: 130px !important;
}

.width-150 {
    width: 150px !important;
}

.width-200 {
    width: 200px !important;
}

.width-100p {
    width: 100% !important;
}

.minwidth-50 {
    min-width: 50px !important;
}

.minwidth-100 {
    min-width: 100px !important;
}

.minwidth-115 {
    min-width: 115px !important;
}

.maxwidth-200 {
    max-width: 200px !important;
}


/* ==========================================================================
   Height Styles
  ========================================================================== */

.height-13 {
    height: 13px !important;
}

.height-17 {
    height: 17px !important;
}

.height-20 {
    height: 20px !important;
}

.height-22 {
    height: 22px !important;
}

.height-25 {
    height: 25px !important;
}

.height-30 {
    height: 30px !important;
}

.height-35 {
    height: 35px !important;
}

.height-40 {
    height: 40px !important;
}

.height-44 {
    height: 44px !important;
}

.height-45 {
    height: 45px !important;
}

.height-50 {
    height: 50px !important;
}

.height-60 {
    height: 60px !important;
}

.height-70 {
    height: 70px !important;
}

.height-80 {
    height: 80px !important;
}

.height-90 {
    height: 90px !important;
}

.height-100 {
    height: 100px !important;
}

.height-110 {
    height: 110px !important;
}

.height-120 {
    height: 120px !important;
}

.height-130 {
    height: 130px !important;
}

.height-150 {
    height: 150px !important;
}

.height-200 {
    height: 200px !important;
}

.height-100p {
    height: 100% !important;
}

.minheight-40 {
    min-height: 40px !important;
}

.minheight-113 {
    min-height: 113px !important;
}


/* ==========================================================================
Common Styles
========================================================================== */

.clear {
    clear: both !important;
    overflow: hidden !important;
}

input:focus,
textarea:focus,
select:focus {
    border: 1px solid #82b440 !important;
}

.common-heading:before {
    position: absolute;
    content: "";
    width: 125px;
    height: 2px;
    background: #82b440;
    bottom: -10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    overflow: hidden;
}

.allblog-heading:before {
    margin: 0;
}

.common-left-heading:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    background: #82b440;
    bottom: -10px;
    left: 0;
    right: 0;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    overflow: hidden;
}

a {
    text-decoration: none !important;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

a:hover {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

.vertical-middle {
    vertical-align: middle !important;
}

.common-action-btn-fill {
    color: #ffffff;
    background-color: #82b440;
    border-color: #82b440;
    font-size: 18px;
    padding: 6px 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 {
    color: #ffffff;
    background-color: #234d94;
    border-color: #234d94;
    font-size: 22px;
    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-fill:hover,
.common-action-btn-fill:focus {
    color: #ffffff;
    background-color: #82b440 !important;
    border-color: #82b440 !important;
    box-shadow: none !important;
}

.common-action-btn:hover,
.common-action-btn:focus {
    color: #234d94;
    border-color: #234d94 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
}

.common-action-sec-btn {
    color: #fff;
    background-color: transparent;
    border-color: #82b440;
}

.common-action-sec-btn:hover,
.common-action-sec-btn:focus {
    color: #fff;
    background-color: #1e212b !important;
    border-color: #1e212b !important;
    box-shadow: none !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.font-weight-600 {
    font-weight: 600;
    ;
}

.mob-navs {
    display: none;
}

.mob-navs ul li a img {
    /* width: 40px;
    height: 40px; */
    width: 100%;
    /* margin-top: 10px; */
}

.menu-bar img {
    height: 25px !important;
    width: 25px !important;
}

.searchproblem-box {
    background: #3E4960;
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin: 30px 0;
}

.searchproblem-box .select-search {
    clear: both;
    overflow: hidden;
    border: 1px solid #9a9a9a;
    padding: 0;
    border-top-left-radius: 5px;
    height: 60px;
    border-bottom-left-radius: 5px;
    background: #eceae6;
}

.searchproblem-box .select-search select {
    float: left;
    width: 180px;
    margin-right: 10px;
    border: 0;
    background: #eceae6;
    height: 100%;
    margin-left: 10px;
}

.searchproblem-box .select-search textarea {
    float: left;
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: -ms-calc(100% - 200px);
    width: -o-calc(100% - 200px);
    width: calc(100% - 200px);
    border: 0;
    background: none;
    padding-left: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    resize: none;
}

.searchproblem-box .common-action-btn {
    height: 60px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.searchproblem-box .row {
    margin: 0;
}

.searchproblem-box .row [class*="col"] {
    padding: 0;
}


/* ==========================================================================
Home Page
========================================================================== */


/* toggle-menu */

.lan-toggle span.head-toggle {
    margin-right: 15px;
}

.lan-toggle {
    display: none;
}

.main-header input[type="checkbox"].toggle {
    opacity: 0;
    position: absolute;
    left: -99999px;
}

.main-header input[type="checkbox"].toggle+label {
    height: 20px;
    line-height: 20px;
    background-color: #4d4d4d;
    padding: 0 10px;
    border-radius: 16px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: all 0.25s ease-in;
    font-size: 16px;
    font-weight: bold;
    top: 2px;
    margin: 0 !important;
}

.main-header+span {
    top: 0px;
    left: 4px;
}

.main-header input[type="checkbox"].toggle+label:before,
.main-header input[type="checkbox"].toggle+label:hover:before {
    content: ' ';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: #fff;
    z-index: 2;
    transition: all 0.25s ease-in;
    border-radius: 14px;
}

.main-header input[type="checkbox"].toggle+label .off,
.main-header input[type="checkbox"].toggle+label .on {
    color: #fff;
}

.main-header input[type="checkbox"].toggle+label .off {
    margin-left: 10px;
    display: inline-block;
}

.main-header input[type="checkbox"].toggle+label .on {
    display: none;
}

.main-header input[type="checkbox"].toggle:checked+label .off {
    display: none;
}

.main-header input[type="checkbox"].toggle:checked+label .on {
    margin-right: 10px;
    display: inline-block;
}

.main-header input[type="checkbox"].toggle:checked+label,
.main-header input[type="checkbox"].toggle:focus:checked+label {
    background-color: #82b440;
}

.main-header input[type="checkbox"].toggle:checked+label:before,
.main-header input[type="checkbox"].toggle:checked+label:hover:before,
.main-header input[type="checkbox"].toggle:focus:checked+label:before,
.main-header input[type="checkbox"].toggle:focus:checked+label:hover:before {
    background-position: 0 0;
    top: 5px;
    left: 100%;
    margin-left: -15px;
}


/* toggle-menu */

.main-header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 111;
}

.main-header {
    padding: 18px 0;
    background: #ffffff;
    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);
}

.main-header .logo img {
    width: 225px;
    display: block;
}

.main-header .top-links ul li:not(.not-margintop) {
    margin-top: 5px;
}

.main-header .top-links ul li:last-child {
    margin-right: 0 !important;
}

.main-header .top-links ul li.law a {
    border: 1px solid #82b440;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 5px 10px;
}

.main-header .top-links ul li.law a {
    color: #82b440;
    -webkit-transition: all 180ms;
    -moz-transition: all 180ms;
    -ms-transition: all 180ms;
    -o-transition: all 180ms;
    transition: all 180ms;
    display: block;
}

.main-header .top-links ul li.law a:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}

.main-header .top-links ul li a {
    font-size: 16px;
    color: #747474;
}

.main-header .top-links ul li a:hover {
    color: #82b440;
}

.main-header .top-links ul li select {
    border: 0 none;
    padding-top: 0;
    padding-bottom: 0;
    height: 24px;
    background: transparent;
    padding-left: 5px;
}

.main-header .top-links ul li select:focus {
    border: 0 none !important;
}

.main-header .top-links ul div img {
    width: 25px;
}

img.navber {
    display: none;
}

.banner {
    padding: 20px 0;
}

.banner .left-side {
    padding: 100px 0 0 130px;
}

.banner .left-side h2 {
    font-size: 28px;
    line-height: 38px;
    color: #82b440;
    font-weight: 600;
}

.banner .left-side p {
    font-size: 24px;
    line-height: 32px;
    color: #747474;
    margin-top: 45px;
}

.banner .right-side img {
    width: 100%;
}

.looking-for .common-heading span {
    font-weight: 600;
}

.looking-for p {
    margin-top: 50px;
}

.legal-talk .part-text {
    margin-top: 25px;
}

.legal-ask .part-text {
    margin-top: 25px;
}

.legal-ask img {
    width: 100%;
}

.legal-talk img {
    width: 100%;
}

.legal-expert .expert-tile {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    height: 100%;
}

.legal-expert .number-count {
    background: #e9e9e9;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    right: -3px;
    top: -3px;
}

.legal-expert .number-count span {
    line-height: 40px;
    font-size: 22px;
}

.about-legal {
    border-top: 1px solid #d6d7dd;
    border-bottom: 1px solid #d6d7dd;
}

.testimonials-say .testimonial-content {
    /* position: relative;
    min-height: 190px;
    margin-left: 210px;
    padding-left: 100px; */
    padding-right: 50px;
}

.testimonials-say .testimonial-content h4 {
    font-weight: 600;
    z-index: 2;
    position: relative;
    top: 5px;
    left: 50px;
    line-height: 34px;
}

.testimonials-say .quote-icon {
    top: 0px;
    left: 20px;
}

.testimonials-say .quote-icon img {
    width: 100px !important;
    /* height: 50px !important; */
}

.testimonials-say .avatar-circle {
    height: 190px;
    width: 190px;
    position: absolute;
    left: -200px;
    top: 0;
}

.testimonials-say .avatar-circle img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.testimonials-say p {
    line-height: 32px;
    position: relative;
    left: 55px;
    top: 15px;
    border-top: 1px solid #ccc;
    display: table;
    padding: 15px 0;
}

.testimonial-carousel button.owl-next,
.testimonial-carousel button.owl-prev {
    padding: 0 !important;
    margin: 0 !important;
}

.testimonial-carousel button:hover {
    background: transparent !important;
}

.testimonial-carousel .owl-nav:hover {
    background: transparent !important;
}

.testimonial-carousel button.owl-prev {
    position: absolute;
    left: -60px;
    top: 50px;
}

.testimonial-carousel button.owl-next {
    position: absolute;
    right: -60px;
    top: 50px;
}

.testimonial-carousel button img {
    width: 20px;
}

.featured-in .cmp-logo {
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 20px; */
}

.featured-in-carousel .item {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
    margin: 10px;
}

.featured-in .cmp-logo img {
    width: auto;
    display: table;
    margin: 0 auto;
}

.featured-in-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -40px;
    top: 40%;
    margin: 0 !important;
}

.featured-in-carousel .owl-nav .owl-next {
    position: absolute;
    right: -40px;
    top: 40%;
    margin: 0 !important;
}

.featured-in-carousel .owl-nav img {
    width: 10px;
}

.featured-in-carousel .owl-nav .owl-next:hover,
.featured-in-carousel .owl-nav .owl-prev:hover {
    background: transparent;
}


/* .featured-in-carousel .owl-nav {
    display: none;
} */

.main-footer .footertop-links {
    background: #202020;
}

.main-footer .footer-copyright {
    background: #414141;
}

.main-footer .footer-copyright ul li a img {
    width: 26px;
    height: 26px;
}

.footertop-links ul li a:hover {
    color: #82b440 !important;
}

.foot-contact ul li a:hover {
    color: #82b440;
}


/* Starts on Modal */

.category-panel {
    overflow: hidden;
    clear: both;
}

.category-panel ul li {
    line-height: 32px;
    text-align: center;
    width: 33.3333333333%;
    float: left;
    margin-bottom: 20px;
}

.category-panel ul li:nth-child(4),
.category-panel ul li:nth-child(5),
.category-panel ul li:nth-child(6) {
    margin-bottom: 0;
}

.category-panel ul li img {
    display: block;
    margin: 0 auto;
    background: #ffffff;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    width: 50%;
}

.category-panel ul li a:hover {
    color: #82b440;
}

.frb-group {
    margin: 15px 0;
}

.frb~.frb {
    margin-top: 15px;
}

.frb input[type="radio"]:empty,
.frb input[type="checkbox"]:empty {
    display: none;
}

.frb input[type="radio"]~label,
.frb input[type="checkbox"]~label {
    position: relative;
    cursor: pointer;
    width: 100%;
    margin-bottom: 0;
}

.frb input[type="radio"]:checked~label,
.frb input[type="checkbox"]:checked~label {
    color: #fafafa;
}

.frb input[type="radio"]:checked~label,
.frb input[type="checkbox"]:checked~label {
    background-color: #f2f2f2;
}

.frb.frb-success input[type="radio"]:checked~label,
.frb.frb-success input[type="checkbox"]:checked~label {
    /* background-color: #82b440; */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border-color: #234d94 !important;
    color: #234d94;
    /* background: transparent !important; */
    background-color: #fff;
}

.frb.frb-info input[type="radio"]:checked~label,
.frb.frb-info input[type="checkbox"]:checked~label {
    background-color: #5bc0de;
}

.frb input[type="radio"]:empty~label span,
.frb input[type="checkbox"]:empty~label span {
    display: inline-block;
}

.frb input[type="radio"]:empty~label span.frb-title,
.frb input[type="checkbox"]:empty~label span.frb-title {
    font-size: 14px;
    font-weight: 600;
    /* color: #82b440; */
    padding: 8px;
}

.frb input[type="radio"]:empty~label span.frb-description,
.frb input[type="checkbox"]:empty~label span.frb-description {
    font-weight: normal;
    color: #ffffff;
    margin: 5px 5px 5px 50px;
}

.frb input[type="radio"]:empty:checked~label span.frb-description,
.frb input[type="checkbox"]:empty:checked~label span.frb-description {
    color: #fafafa;
}

.frb.frb-default input[type="radio"]:empty:checked~label span.frb-description,
.frb.frb-default input[type="checkbox"]:empty:checked~label span.frb-description {
    color: #999;
}

.gradient-button:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.gradient-button-1 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    text-align: center;
    width: 40%;
    border: 1px solid #234d94;
    overflow: hidden;
    background: #234d94;
    color: #ffffff;
}

.gradient-button-1:hover {
    background-position: right center;
}


/* Ends on Modal */


/* Starts Legal Talk */

.legal-ask.talk .part-text {
    margin-top: 10px;
}

.looking-for.talk .common-heading.font-30,
.featured-in.talk .common-heading.font-30 {
    font-size: 24px !important;
}

.about-legal.talk .font-30.text-uppercase {
    font-size: 24px !important;
}

.talk-advice {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}

.talk-advice:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.lk-steps img.img-fluid {
    width: 80%;
}

.why-should .recharge-mins {
    overflow: hidden;
    clear: both;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 20px 20px 20px;
    border-top: 3px solid #82b440;
}

.why-should.m-t-50.m-b-50.header.sticky .recharge-mins {
    padding: 20px 20px;
    /* height: 68vh; */
    overflow-y: auto;
}

.why-should .disc_price:nth-child(1) {
    border: 0;
}

.why-should .disc_price {
    width: 46%;
    float: left;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(2, 3, 3, 0.29);
    -moz-box-shadow: 0px 0px 9px 0px rgba(2, 3, 3, 0.29);
    -ms-box-shadow: 0px 0px 9px 0px rgba(2, 3, 3, 0.29);
    -o-box-shadow: 0px 0px 9px 0px rgba(2, 3, 3, 0.29);
    box-shadow: 0px 0px 9px 0px rgba(2, 3, 3, 0.29);
    padding: 16px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    margin-right: 10px;
}

.why-should .disc_price span {
    display: block;
    line-height: 18px;
}

.why-should .disc_price span.disc {
    text-decoration: line-through;
}

.why-should .disc_price:nth-child(1) {
    border: 0;
}

.why-should button {
    display: table;
    margin: 0 auto;
}

.why-should [type="radio"]:checked,
.why-should [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.why-should [type="radio"]:checked+label,
.why-should [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.why-should [type="radio"]:checked+label:before,
.why-should [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #afafaf;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: #fff;
}

.why-should [type="radio"]:checked+label:after,
.why-should [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #82b440;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.why-should [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.why-should [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.faq-acc .card,
.faq-acc .card:last-child .card-header {
    border: none;
}

.faq-acc .card-header {
    /* border-bottom-color: #EDEFF0; */
    background: transparent;
}

.faq-acc .square {
    background: #82b440;
    height: 15px;
    width: 15px;
    float: left;
    margin-right: 20px;
    position: relative;
    top: 2px;
}

.faq-acc .text-para {
    float: left;
    width: -webkit-calc(100% - 35px);
    width: -moz-calc(100% - 35px);
    width: -ms-calc(100% - 35px);
    width: -o-calc(100% - 35px);
    width: calc(100% - 35px);
}

.faq-acc h4.clearfix {
    width: 100%;
}

.faq-acc .card-body p.m-l-40.m-r-40.text-left {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.faq-acc span.fa-icon {
    position: absolute;
    right: 0px;
    top: 12px;
}


/* Style */

.why-should [type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.why-should [type="checkbox"]:checked+label,
.why-should [type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.why-should [type="checkbox"]:checked+label:before,
.why-should [type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #afafaf;
    background: #fff;
}

.why-should [type="checkbox"]:checked+label:after,
.why-should [type="checkbox"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #82b440;
    position: absolute;
    top: 3px;
    left: 3px;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.why-should [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.why-should [type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.why-should.sticky {
    position: fixed;
    top: 0;
    width: 33%;
}

.why-should.m-t-50.m-b-50.header.sticky {
    margin: 0 !important;
    margin-top: 10px !important;
}

.item-price {
    overflow: hidden;
    clear: both;
    margin-bottom: 0;
}

.testi-panel {
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 30px;
}

.talk-testi-carousel .item {
    padding: 0 30px;
    overflow: hidden;
}

.testi-panel .talk-testi-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 90px;
    top: -38px;
    margin: 0 !important;
}

.testi-panel .talk-testi-carousel .owl-nav .owl-next {
    position: absolute;
    right: 90px;
    top: -38px;
    margin: 0 !important;
}

.testi-panel .talk-testi-carousel .owl-nav img {
    width: 10px;
}

.testi-panel .talk-testi-carousel .owl-nav .owl-next:hover,
.testi-panel .talk-testi-carousel .owl-nav .owl-prev:hover {
    background: transparent;
}

.looking-for.talk.text-center.m-t-50.m-b-50 {
    margin-bottom: 30px !important;
}


/* .top-price span.offertext {
    background: #82b440;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
    color: #fff;
    font-size: 20px;
    height: 56px;
    line-height: normal;
    padding: 8px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 56px;
}

.offertext span.off {
    display: block;
    font-size: 14px;
} */

.top-price span.offertext {
    background: #ed3d47;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
    color: #fff;
    font-size: 18px;
    height: 70px;
    line-height: normal;
    padding: 5px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    left: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border: 2px solid #fff;
}

.offertext span.off {
    display: block;
    font-size: 11px;
}

.buy-lk-footer {
    display: none;
}


/* Ends Legal Talk */


/* Starts ask page */

.faq-accordion ul {
    margin: 0;
    list-style-type: none;
    text-align: left;
    clear: both;
}

.faq-accordion ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    border-right: 1px solid #ccc;
    padding-right: 5px;
}

.faq-accordion ul li:last-child {
    display: inline-block;
    border-right: 0;
    padding-right: 0;
}

ul.lk-talk-faq li {
    border-right: 0;
    font-weight: 500;
}

.faq-accordion.ask ol li {
    text-align: left;
}

.faq-accordion.ask ul li p {
    margin-left: 0;
}


/* Ends ask page */


/* Starts About Page */

.banner.about-page p {
    line-height: 26px;
}

.banner.about-page .right-side img {
    width: auto;
}

.banner.about-page .left-side {
    padding: 160px 20px 0px 130px;
}

.legal-ask.abt-mid p {
    line-height: 26px;
}

.abt-tile {
    background: #fcfcfc;
    box-shadow: 10px 60px 35px -64px hsla(0, 0%, 73.3%, .5);
    -webkit-box-shadow: 10px 60px 35px -64px hsla(0, 0%, 73.3%, .5);
    -moz-box-shadow: 10px 60px 35px -64px hsla(0, 0%, 73.3%, .5);
    -ms-box-shadow: 10px 60px 35px -64px hsla(0, 0%, 73.3%, .5);
    -o-shadow: 10px 60px 35px -64px hsla(0, 0%, 73.3%, .5);
    padding: 20px;
    margin-bottom: 20px;
    transition: margin-top 1s;
    -webkit-transition: margin-top 1s;
    -moz-transition: margin-top 1s;
    -ms-transition: margin-top 1s;
    -o-transition: margin-top 1s;
    cursor: default;
}

.abt-tile:hover {
    margin-top: -10px;
}

span.text {
    display: none;
}

span.text1 {
    display: none;
}

span.text2 {
    display: none;
}

.abt-tile button {
    border: 0 none;
    color: #82b440;
    margin-top: 20px;
    background: transparent;
}

.leader-left img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    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);
    border: 1px solid #cccccc;
    padding: 5px;
    width: 150px;
    height: 150px;
    overflow: hidden;
    display: table;
    margin: 0 auto;
    background: #fff;
}

.common-heading.font-30.display-block.text-uppercase.text-center.font-weight-600.position-relative {
    display: none;
}

.looking-for.leader-ship.m-t-50.m-b-50 {
    overflow: hidden;
}


/* Ends About Page */


/* Starts on Buy-Lk-Minutes */

.minutes-tile .card {
    border: 0 none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    height: 100% !important;
    min-height: 340px;
}

.price-table {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.price-middle-box {
    padding-top: 20px;
}

.price-table img {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.price-middle-box {
    padding-top: 20px;
    text-transform: uppercase;
}

.price-last {
    padding-top: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.price-table img.img-fluid {
    width: 80%;
}

.minutes-tile .card-header {
    background: transparent;
}

.price-table select {
    border: 0 none;
    color: #82b440;
    padding: 6px 0;
    font-weight: 600;
}

.price-table select:focus {
    color: #82b440;
    border: 0 none !important;
}


/* Ends on Buy-Lk-Minutes */


/* Starts Blog Page */

.all-blog .common-heading:before {
    margin: 0;
}

.featured-in.all-blog {
    /* overflow: hidden; */
}

.looking-for.blog .search-box {
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #d3d3d3;
    margin-top: 50px;
}

.looking-for.blog .search-box input {
    float: left;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: -ms-calc(100% - 100px);
    width: -o-calc(100% - 100px);
    width: calc(100% - 100px);
    /* border: 0; */
    background: none;
    height: 50px;
    border: 1px solid #234d94;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
}

.looking-for.blog .search-box input:focus {
    border: 1px solid #234d94 !important;
}

.looking-for.blog .search-box .common-action-btn {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #234d94;
}

.looking-for.blog .search-box .common-action-btn:hover,
.looking-for.blog .search-box .common-action-btn:focus {
    color: #234d94 !important;
    background: #234d94 !important;
}

.looking-for.blog .search-box .common-action-btn .fas {
    color: #fff;
}

.looking-for.blog .search-box button {
    float: left;
    width: 100px;
}

.all-blog .blog-tile {
    margin-bottom: 40px;
}

.blog-tile h3 {
    font-size: 28px;
    line-height: 38px;
    color: #82b440;
    font-weight: 600;
}

.blog-tile h3 a {
    color: #82b440 !important;
}

.blog-tile ul {
    padding: 0;
    list-style-type: none;
}

.blog-tile ul li {
    display: inline-block;
    font-size: 14px;
    /* border-right: 1px solid #ccc; */
    padding-right: 5px;
}

.blog-tile ul li:last-child {
    padding-right: 0;
    border-right: 0 none;
}

.blog-tile a.blog-more {
    right: 15px;
    bottom: 10px;
}

.recenttag-sec .recent-topics ul li {
    margin-bottom: 10px;
    clear: both;
    overflow: hidden;
}

.recenttag-sec .recent-topics ul li a:hover {
    color: #82b440;
}

.recenttag-sec .recent-topics ul li a span.left {
    float: left;
    width: 20px;
    margin-right: 10px;
}

.recenttag-sec .recent-topics ul li a span.right {
    float: left;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: -ms-calc(100% - 30px);
    width: -o-calc(100% - 30px);
    width: calc(100% - 30px);
}

.practice-tags .row {
    margin-left: 0px;
    margin-right: 0px;
}

.practice-tags .col-md-6,
.practice-tags .col-md-2 {
    padding-left: 5px;
    padding-right: 5px;
}

.practice-tags a {
    border: 1px solid #9a9a9a;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: center;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    line-height: 40px;
}

.practice-tags a:hover {
    border: 1px solid #234d94;
    color: #ffffff !important;
    background: #234d94;
}

.blog-banner img.img-fluid {
    margin-top: 50px;
}

.looking-for.blog .search-box {
    margin-top: 30px;
}

.blog-banner img.img-fluid {
    margin-top: 20px;
}

.font-30.text-uppercase.font-weight-600 {
    margin-top: 0;
}

.all-blog .blog-tile h2 {
    font-size: 20px;
}

.all-blog .blog-tile h1 {
    font-size: 20px;
}

.all-blog .blog-tile {
    margin-bottom: 40px;
    /* height: 550px !important; */
    overflow: hidden;
}

.cnt-ellipsis {
    height: 100px;
    overflow: hidden;
    position: relative;
}


/* 
.cnt-ellipsis::after {
        content: "...";
        position: absolute;
        right: 0;
        width: 1rem;
        bottom: 0;
        background: inherit;
        margin-right: 1.0rem;
        text-align: right;
} */

.all-blog .blog-tile img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #ccc;
    height: 200px;
    min-height: 200px;
    min-width: 100%;
    width: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    padding: 0;
}

.jssocials-share {
    margin-right: 20px !important;
}


/* Ends Blog Page */


/* Starts Blog Details Page */

.featured-in.blog-details.m-t-50.m-b-20.position-relative {
    margin-top: 20px !important;
}

.blog-details .common-heading:before {
    margin: 0;
}

.blog-details .blog-tile ul.blog-list li {
    border-right: 1px solid #ccc;
}

.blog-details .blog-tile h3 {
    font-size: 20px;
    line-height: 30px;
}

.blog-details .blog-tile ul.blog-list li:last-child {
    border-right: 0;
    padding-left: 10px;
}

.blog-details .blog-tile ul li {
    display: inline-block;
    font-size: 14px;
    padding-right: 10px;
}

.blog-details .blog-tile ul.share li {
    border: 0 none;
    display: inline-block;
}

.blog-details .blog-tile ul.share {
    margin-top: 20px !important;
}

.blog-details img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.blog-details ul li:last-child {
    padding-right: 0;
    border-right: 0 none;
}

.blog-details ul li a img {
    width: 26px;
    height: 26px;
}

.blog-details ul li p {
    color: #747474;
    margin-top: 5px;
    max-width: 100%;
}

.blog-details .blog-tile {
    margin-bottom: 25px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 25px;
}

.blog-details p {
    margin-bottom: 0;
    margin-top: 10px;
}

.blog-details .blog-tile h2 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.blog-details .blog-tile h1 {
    font-size: 20px;
}

.recenttag-sec.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    padding: 10px;
}


/* Ends Blog Details Page */


/* Starts Contact Us Page */

.contact-form .card {
    border: 0 none;
}

.address-tile .card {
    border: 0 none;
    margin-top: 25px;
}

.address-tile p.font-weight-600.font-18.position-relative:after {
    position: absolute;
    content: "";
    border: 1px solid #82b440;
    width: 50px;
    height: 2px;
    margin: 0 auto;
    left: -50%;
    top: 30px;
    right: -50%;
}

.address-tile img.img-fluid.position-absolute.one {
    width: 18px;
    left: 14px;
    top: 2px;
}

.address-tile img.img-fluid.position-absolute.two {
    width: 18px;
    left: 32px;
    top: 2px;
}

.address-tile img.img-fluid.position-absolute.three {
    width: 18px;
    left: 22px;
    top: 2px;
}

.address-tile img.img-fluid.position-absolute.fore {
    width: 18px;
    left: 34px;
    top: 2px;
}

.contact-banner input {
    height: 42px;
    border: 1px solid #82b440;
    color: #82b440;
}

.contact-banner textarea {
    border: 1px solid #82b440;
}

.contact-banner input::placeholder,
.contact-banner textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #82b440;
    opacity: 1;
    /* Firefox */
}

.contact-banner input:-ms-input-placeholder,
.contact-banner textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #82b440;
}

.contact-banner input::-ms-input-placeholder,
.contact-banner textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #82b440;
}

.banner.about-page.contact-banner .left-side {
    padding: 0 20px 0px 130px;
}


/* Ends Contact Us Page */


/* Starts Home Modal Css */

.modal-header {
    padding: 8px 16px;
}

.function .form-group select {
    width: 40%;
    border: 1px solid #82b440;
    height: 42px;
    /* -moz-appearance: none;
    -webkit-appearance: none; */
    color: #82b440;
    font-weight: 600;
    font-size: 14px;
}

.function .col-md-6 .form-group .fas {
    position: absolute;
    left: 200px;
    top: 9px;
    color: #82b440;
}

.function .form-group input {
    /* width: 40%; */
    border: 1px solid #82b440;
    height: 42px;
    color: #82b440;
    font-weight: 600;
    font-size: 14px;
}

.function .form-group input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #82b440;
    opacity: 1;
    /* Firefox */
}

.function .form-group input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #82b440;
}

.function .form-group input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #82b440;
}

.function .col-md-6 input,
.function .col-md-6 select {
    width: 100%;
}

.form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

.function .form-group .fas {
    position: absolute;
    left: 170px;
    top: 9px;
    color: #82b440;
    display: none;
}

.date-picker .gj-datepicker-bootstrap [role=right-icon] button .gj-icon,
.gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    position: absolute;
    font-size: 21px;
    top: 9px;
    left: 9px;
    color: #82b440 !important;
}

input#datepicker,
input#datepicker1,
input#datepicker2,
input#datepicker3 {
    border: 1px solid #82b440;
}

.date-picker .gj-datepicker-bootstrap [role=right-icon] button .gj-icon,
.gj-datepicker-bootstrap [role=right-icon] button:hover .material-icons {
    color: #ffffff !important;
}

.date-picker .gj-datepicker-bootstrap [role=right-icon] button {
    width: 38px;
    position: relative;
    border: 1px solid #82b440 !important;
    background: #82b440 !important;
}

.date-picker .btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff !important;
    background-color: #82b440 !important;
    border-color: #82b440 !important;
}

.date-picker .gj-datepicker-bootstrap [role=right-icon] button:hover {
    color: #ffffff !important;
    background-color: transparent;
}

.date-picker .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}


/* Ends Home Modal Css */


/* Sidebar Menu */

.w3-sidebar {
    width: 90% !important;
}

.w3-overlay {
    background-color: #787887 !important;
}


/* Starts on success Page */

.banner.success .left-side.check {
    padding: 0 0 0 130px;
}

.banner.success .left-side.check p {
    font-size: 28px;
}

.bottom-success img {
    width: 24px;
    margin-right: 5px;
}

.bottom-success .common-action-btn:hover img,
.bottom-success .common-action-btn:focus img,
.bottom-success .common-action-btn:visited img {
    filter: invert(100%);
    -webkit-filter: invert(100%);
}

.bottom-success .common-action-btn-success:hover img,
.bottom-success .common-action-btn-success:focus img,
.bottom-success .common-action-btn-success:visited img {
    filter: invert(100%);
    -webkit-filter: invert(100%);
}

.modal.success .modal-header {
    border: 0 none;
    padding: 5px 10px;
}

.modal.success .modal-body .category-panel input {
    border: 1px solid #82b440 !important;
    color: #82b440;
}

.modal.success .modal-body .category-panel .btn-outline-secondary {
    color: #82b440;
    border-color: #82b440;
}

.modal.success .modal-body .category-panel .btn-outline-secondary:hover {
    color: #fff;
    background-color: #82b440;
    border-color: #82b440;
}

.modal.success .modal-body .category-panel .btn-outline-secondary:not(:disabled):not(.disabled).active,
.modal.success .modal-body .category-panel .btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #82b440;
    border-color: #82b440;
}

.modal.success .modal-body .category-panel .gj-datepicker-bootstrap [role=right-icon] button:hover {
    color: #82b440;
    background-color: transparent;
}

.modal.success .modal-body .category-panel .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.modal.success .modal-body .category-panel .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.modal.success .modal-body .category-panel .gj-datepicker-bootstrap [role=right-icon] button .gj-icon,
.modal.success .modal-body .category-panel .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    color: #82b440;
}


/* Ends on success Page */


/* Starts Ask Question Form */

.ask-question-form textarea {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
}

.modal.ask-question input {
    border: 1px solid #82b440;
    color: #82b440;
}

.modal.ask-question select {
    border: 1px solid #82b440;
    color: #82b440;
}

.modal.ask-question input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #82b440;
    opacity: 1;
    /* Firefox */
}

.modal.ask-question input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #82b440;
}

.modal.ask-question input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #82b440;
}

.ask-question-form textarea {
    border: 1px solid #82b440;
}

.ask-question-form select {
    border: 1px solid #82b440;
    color: #82b440;
    height: 55px;
}

.ask-question-form select:focus {
    color: #82b440;
}

.ask-question-form select::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #82b440;
    opacity: 1;
    /* Firefox */
}

.ask-question-form select:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #82b440;
}

.ask-question-form select::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #82b440;
}

.faq-accordion.ask p {
    margin-left: 40px;
    margin-right: 40px;
    text-align: left;
}

.faq-accordion.ask ul li {
    display: list-item;
    border-right: 0;
    font-weight: 400;
}

.faq-accordion.ask ul {
    list-style-type: initial;
}

.faq-accordion.ask ul.qstn li {
    display: inline-block;
    border-right: 1px solid #ccc;
    font-weight: 600;
}

.faq-accordion.ask ul.qstn {
    list-style-type: none;
}

.faq-accordion.ask ul.qstn li:last-child {
    border-right: 0;
}


/* Ends Ask Question Form */


/* Starts LK Pay Page */

.benefits ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.benefits ul li {
    line-height: 32px;
}

.benefits ul li .fas {
    color: #82b440;
    margin-right: 8px;
    font-size: 13px;
}

.faq-acc.lk-pay .text-para {
    float: left;
    width: -webkit-calc(100% - 35px);
    width: -moz-calc(100% - 35px);
    width: -ms-calc(100% - 35px);
    width: -o-calc(100% - 35px);
    width: calc(100% - 35px);
}

.dose-work {
    position: relative;
}

.dose-work img {
    width: 40%;
}

.dose-work .fas {
    font-size: 30px;
    color: #ff9800;
    position: absolute;
    right: 0;
    top: 45px;
    border: 2px solid #ff9800;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 42px;
    height: 42px;
    padding: 5px;
}


/* Ends LK Pay Page */


/* Starts Login Page Css */

.login-panel {
    height: calc(100vh);
    width: 100%;
}

.login-wrap {
    padding-top: 200px;
}

.login-panel input {
    height: 50px;
}

.login-text h2 {
    color: #fff;
    text-transform: uppercase;
    line-height: 110px;
    border-left: 1px solid #fff;
    padding-left: 15px;
    font-size: 42px;
    text-align: center;
}

.login-panel .btn-primary {
    color: #fff;
    background-color: #ff9800;
    border-color: #ff9800;
}

.login-panel .btn-primary:active {
    color: #fff;
    background-color: #ff9800 !important;
    border-color: #ff9800 !important;
}

.login-panel .btn-primary:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
}

.tile {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
    border: 2px solid #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: #82b440;
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #82b440 1%, #6fc300 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%, #82b440), color-stop(100%, #6fc300));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #82b440 1%, #6fc300 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #82b440 1%, #6fc300 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #82b440 1%, #6fc300 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, #82b440 1%, #6fc300 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#82b440', endColorstr='#6fc300', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}


/* Ends Login Page Css */


/* Starts My Account Summary page */

.my-account .common-heading:before {
    margin: 0;
}

.summary-table .table th {
    text-transform: uppercase;
    /* color: #747474; */
    font-weight: 500;
}

.summary-table .table td.color5 {
    font-weight: 500;
}

.summary-table .common-heading:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background: #82b440;
    bottom: -10px;
    margin: 0;
    left: 0;
    right: 0;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    overflow: hidden;
}

.buy-tile hr {
    margin: 40px 0;
}

.summary-table .table td {
    /* border-bottom: 0 none; */
    border-top: 0 none;
}

.summary-table .table thead th,
.summary-table .table th {
    border-bottom: 1px solid;
    border-top: 0 none !important;
}

.my-account .common-action-btn {
    width: 200px;
}

.my-account .table span.color5 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 320px;
    margin-top: 0;
    display: block;
    font-weight: 500;
}

.my-account .table span.color1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 170px;
    display: inline-block;
    font-weight: 500;
}

.my-account .table span.more {
    display: inline-block;
    margin-left: 5px;
    font-weight: 500;
    vertical-align: text-bottom;
}

.my-account .table thead {
    background: #82b440;
    color: #ffffff;
}

.my-account .common-action-btn {
    width: auto;
}


/* Ends My Account Summary page */


/* Starts Contact Footer */

.contact-footer {
    background: #202020;
    padding: 10px 0;
    text-align: center;
}

.contact-footer .foot-contact ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.contact-footer .foot-contact ul li {
    display: inline-block;
    margin-right: 20px;
    color: #ffffff;
}

.contact-footer .foot-contact ul li:last-child {
    margin-right: 0;
}

.contact-footer .foot-contact ul li img {
    width: 18px;
    margin-right: 5px;
}

.contact-footer p {
    color: #ffffff;
    margin-top: 5px;
}


/* Ends Contact Footer */


/* Starts Terms & Condition */

.looking-for.terms p {
    margin-top: 15px;
}

.looking-for.terms h3 {
    margin-top: 20px;
    font-size: 22px;
}

.looking-for.terms .common-heading:before {
    margin: 0;
}


/* Ends Terms & Condition */


/* Starts Question Answar Details Page */

.shared-on ul li a img {
    width: 26px;
    height: 26px;
}

.ask-content .left-part {
    margin-top: 200px !important;
}

.label-info .border-vertical {
    height: 16px;
    background: #747474;
    width: 2px;
    display: inline-block;
    border-left: 1px solid #747474;
    vertical-align: middle;
    border-radius: 50px;
    margin: 0 10px;
}

.qa-sec p {
    margin-top: 10px;
}


/* Ends Question Answar Details Page */


/* Starts Chat Widget Box */

.chatbox {
    position: fixed;
    bottom: 0;
    right: 30px;
    width: 300px;
    height: 400px;
    background-color: #fff;
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 999;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.chatbox--tray {
    bottom: -350px;
}

.chatbox--closed {
    bottom: -400px;
}

.chatbox .form-control:focus {
    border-color: #1f2836;
}

.chatbox__title,
.chatbox__body {
    border-bottom: none;
}

.chatbox__title {
    min-height: 50px;
    padding-right: 10px;
    background-color: #1f2836;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.chatbox__title h5 {
    height: 50px;
    margin: 0 0 0 15px;
    line-height: 50px;
    position: relative;
    padding-left: 20px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.chatbox__title h5 a {
    color: #fff;
    max-width: 195px;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.chatbox__title h5:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    background: #4CAF50;
    border-radius: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.chatbox__title__tray,
.chatbox__title__close {
    width: 24px;
    height: 24px;
    outline: 0;
    border: none;
    background-color: transparent;
    opacity: 0.5;
    cursor: pointer;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
}

.chatbox__title__tray:hover,
.chatbox__title__close:hover {
    opacity: 1;
}

.chatbox__title__tray span {}

.chatbox__title__tray span .fas {
    color: #fff;
}

.chatbox__title__close svg {
    vertical-align: middle;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.2px;
}

.chatbox__body,
.chatbox__credentials {
    padding: 15px;
    border-top: 0;
    background-color: #ffffff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.chatbox__credentials {
    display: none;
}

.chatbox__credentials .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.chatbox__body {
    overflow-y: auto;
}

.chatbox__body__message p {
    padding: 15px;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
    box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
}

.chatbox--empty {
    height: 262px;
}

.chatbox--empty.chatbox--tray {
    bottom: -212px;
}

.chatbox--empty.chatbox--closed {
    bottom: -262px;
}

.chatbox--empty .chatbox__body,
.chatbox--empty .chatbox__message {
    display: none;
}

.chatbox--empty .chatbox__credentials {
    display: block;
}

.chat_set_height {
    height: 40px;
    margin-top: 1px;
}

.chatbox22 .form-control:focus {
    border-color: #DCDCDC;
}

.chat_field.chat_message {
    height: 30px;
    resize: none;
    font-size: 13px;
    font-weight: 400;
    width: 80%;
    border: 0 none;
    padding: 0;
    line-height: 28px;
}

.chat_field.chat_message:focus {
    border: 0 none !important;
}

.panel-footer {
    border-top: 1px solid #dcdcdc;
    padding: 10px 0;
}

.panel-footer span.input-group-btn .btn {
    background: #fff;
    border: 0;
}

.panel-footer span.input-group-btn .btn:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

.panel-footer span.input-group-btn .btn .fas {
    color: #82b440;
}


/*======================Chat Box Ends=====================================================*/


/*======================Message=====================================================*/

.message_check {
    padding-top: 10px;
}

.messsade_date {
    text-align: left;
    padding-top: 9px;
}

.messsade_date a {
    color: #000;
}

.padleftright0 {
    padding-left: 0px;
    padding-right: 0px;
}

.message_box_area {
    color: #000;
    cursor: pointer;
}

.create_m {
    border: 1px solid #ccc !important;
}

.fileinput-button {
    float: left;
    margin-right: 4px;
    overflow: hidden;
    position: relative;
}

.fileinput-button {
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #e6e6e6;
    margin-top: 15px;
}

.fileinput-button {
    float: left;
    margin-right: 4px;
    overflow: hidden;
    position: relative;
}

.fileinput-button input {
    cursor: pointer;
    direction: ltr;
    font-size: 23px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-300px, 0px) scale(4);
}

.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}

.create_m:focus {
    border-color: #66afe9 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
}

.col-lg-3.control-label {
    text-align: left;
}

.status2 {
    margin: -10px 20px 0 0;
    float: right;
    display: block;
    font-size: 11px;
    opacity: 0.6;
}

.chat_converse .chat_msg_item.chat_msg_item_admin {
    margin-left: 60px;
    float: left;
    background: rgba(0, 0, 0, 0.03);
    color: #666;
    font-size: 13px;
}

.chat_converse .chat_msg_item {
    position: relative;
    margin: 8px 0 15px 0;
    padding: 8px 10px;
    max-width: 60%;
    display: block;
    word-wrap: break-word;
    border-radius: 3px;
    -webkit-animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
    animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
    clear: both;
    z-index: 999;
}

.chat_converse .chat_msg_item.chat_msg_item_admin:before {
    content: '';
    position: absolute;
    top: 15px;
    left: -12px;
    z-index: 998;
    border: 6px solid transparent;
    border-right-color: rgba(255, 255, 255, .4);
}

.chat_converse .chat_msg_item.chat_msg_item_admin .chat_avatar {
    left: -52px;
    background: rgba(0, 0, 0, 0.03);
}

.chat_converse .chat_msg_item .chat_avatar,
.chat_avatar img {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
}

.chat_converse .chat_msg_item .chat_avatar {
    position: absolute;
    top: 0;
}

.chat_converse .chat_msg_item .chat_avatar,
.chat_avatar img {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
}

.chat_converse .chat_msg_item.chat_msg_item_user {
    margin-right: 20px;
    float: right;
    background: #82b440;
    color: #eceff1;
    font-size: 13px;
}

.status {
    margin: 50px -50px 0 0;
    float: right;
    font-size: 11px;
    opacity: 0.6;
}

.panel-footer span.input-group-btn {
    width: 10%;
}

.main-header .top-links ul li.law a p {
    margin-right: 5px;
}


/* Custom CSS */


/*... Custom CSS */


/* Ends Chat Widget Box */


/* Starts LK Money Back Guarantee */

.moneyback-gurantee .flex-grid {
    display: flex;
}

.moneyback-gurantee .flex-grid .col-30 {
    width: 30%;
}

.moneyback-gurantee .flex-grid .col-70 {
    width: 70%;
}

.moneyback-gurantee .flex-grid .col-70 img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    cursor: pointer;
}

.money-back {
    padding: 10px;
    border: 1px solid #e3e1bd;
    text-align: left;
    padding: 10px;
    border: 1px solid #e3e1bd;
    text-align: left;
    cursor: pointer
}

.money-back h4 {
    color: #c55b21
}

.money-back .fas {
    right: 10px;
    border: 1px solid #234d94;
    color: #234d94;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 24px;
    cursor: pointer;
    top: 15px
}

.modal.money-back .modal-body ul {
    padding: 0 0 0 20px;
    margin: 0;
    list-style: none
}

.modal.money-back .modal-body ul li {
    margin-bottom: 10px
}

.modal.money-back .modal-body ul li:last-child {
    margin-bottom: 0
}

.modal.money-back .modal-body ul li:before {
    content: "\2022";
    color: #82b440;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 24px
}

.moneyback-clear {
    clear: both;
    overflow: hidden
}

.moneyback-clear .left-cnt {
    float: left;
    width: 70px;
    margin-right: 10px
}

.moneyback-clear .center-cnt {
    float: left;
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: -ms-calc(100% - 120px);
    width: -o-calc(100% - 120px);
    width: calc(100% - 120px)
}

.moneyback-clear .right-cnt {
    float: left;
    width: 30px;
    margin-left: 10px
}

.sticky-accept-payment h2 {
    display: none
}

.sticky-cust-care,
.sticky-secure {
    display: none;
}


/* Ends LK Money Back Guarantee */


/* Starts All Breadcrumb */

.all-breadcrumbs .breadcrumb {
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); */
    background-color: #ffffff;
    padding-left: 0;
    padding-right: 0;
}

.all-breadcrumbs .breadcrumb-item+.breadcrumb-item::before {
    padding: 0 5px;
    color: #515050;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-size: 12px;
    font-weight: bold;
}

.all-breadcrumbs .breadcrumb>.breadcrumb-item.active {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
    width: 50%;
    text-align: left;
}

.all-breadcrumbs .breadcrumb .breadcrumb-item {
    float: left;
    padding-left: 0px;
}

.all-breadcrumbs .breadcrumb a {
    color: #7b7d82;
    font-size: 14px;
}

.all-breadcrumbs .breadcrumb>.breadcrumb-item.active:before {
    padding-right: 10px;
    padding-top: 4px;
}

.all-breadcrumbs ol li a:hover {
    color: #4CAF50;
}


/* Starts All Breadcrumb */

.money-back-guarantee {
    display: none;
}

.money-back-guarantee .money-back-info {
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.money-back-guarantee .money-back-info img {
    width: 30px;
    height: 30px;
}

.sweet-alert p.lead.text-muted {
    margin-bottom: 10px;
}

.chat-fc-form-outer div.fc-form ul li input {
    padding: 8px !important;
}

.chat-fc-form-outer div.fc-form ul li {
    margin-bottom: 25px !important;
}


/* Chatbox Area */

.all-chatboat-aleart {
    word-break: break-all;
}

.chatbox-area .all-chat-bot-comments {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

.chatbox-area {
    position: fixed !important;
    right: 100px;
    top: 5%;
    width: 400px;
    height: 90%;
    background: #fff;
    border-radius: 10px;
    padding: 20px 5px 20px 20px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
    -ms-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
    z-index: 999999;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 60px;
    display: none;
}

.chatbox-close {
    position: fixed !important;
    background: #82b440;
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999999;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
    -ms-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
    display: none;
}

.chatbox-close img {
    width: 20px;
    height: 20px;
}

.chatbox-close .blackclose-icon {
    display: none;
}

.chatbox-top {
    min-height: 150px;
}

.chat-textarea {
    position: fixed !important;
    right: 120px;
    width: 360px;
    background: #f1f1f1;
    border-radius: 30px;
    padding: 10px 20px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
    -ms-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
    z-index: 999999;
    bottom: 40px;
}

.chatbox-alert {
    position: fixed !important;
    right: 100px;
    width: 400px;
    z-index: 999999;
    bottom: 28px;
}

.chatbox-alert .alert {
    position: relative;
    padding: 30px 20px !important;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 0;
    outline: 0 !important;
    border: 0 !important;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -ms-border-bottom-left-radius: 10px;
    -o-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -ms-border-bottom-right-radius: 10px;
    -o-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.chatbox-active {
    background: #ffffff;
}

.chat-textarea input[type="text"] {
    float: left;
    width: 85%;
    border: 0 !important;
    background: transparent;
    font-size: 14px;
}

.chat-textarea button {
    float: left;
    width: 15%;
    border: 0;
    background: transparent;
}

.chatbox-options {
    margin-top: 20px;
    /* height: 280px; */
    overflow: auto;
}

.radiobtn {
    position: relative;
    display: block;
}

.radiobtn label {
    display: block;
    background: #82b440;
    color: #ffffff;
    border-radius: 5px;
    padding: 8px 20px;
    border: 2px solid #82b440;
    margin-bottom: 5px;
    cursor: pointer;
    text-transform: capitalize;
    text-align: center;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.radiobtn label:after,
.radiobtn label:before {
    content: "";
    position: absolute;
    right: 11px;
    top: 11px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background: #fdcb77;
    opacity: 0;
}

.radiobtn label:before {
    background: transparent;
    -webkit-transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
    transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
    z-index: 2;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center;
    width: 0;
    height: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
}

.radiobtn input[type="radio"] {
    display: none;
    position: absolute;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.radiobtn input[type="radio"]:checked+label {
    background: #fdcb77;
    -webkit-animation-name: blink;
    animation-name: blink;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    border-color: #fcae2c;
}

.radiobtn input[type="radio"]:checked+label:after {
    background: #fcae2c;
}

.radiobtn input[type="radio"]:checked+label:before {
    width: 20px;
    height: 20px;
    opacity: 1;
}

@-webkit-keyframes blink {
    0% {
        background-color: #fdcb77;
    }
    10% {
        background-color: #fdcb77;
    }
    11% {
        background-color: #fdd591;
    }
    29% {
        background-color: #fdd591;
    }
    30% {
        background-color: #fdcb77;
    }
    50% {
        background-color: #fdd591;
    }
    45% {
        background-color: #fdcb77;
    }
    50% {
        background-color: #fdd591;
    }
    100% {
        background-color: #fdcb77;
    }
}

@keyframes blink {
    0% {
        background-color: #fdcb77;
    }
    10% {
        background-color: #fdcb77;
    }
    11% {
        background-color: #fdd591;
    }
    29% {
        background-color: #fdd591;
    }
    30% {
        background-color: #fdcb77;
    }
    50% {
        background-color: #fdd591;
    }
    45% {
        background-color: #fdcb77;
    }
    50% {
        background-color: #fdd591;
    }
    100% {
        background-color: #fdcb77;
    }
}

.question-end {
    background-color: #f1f1f1;
    color: #555555;
    text-align: left;
    height: auto;
    padding: 10px;
    font-size: 11.2pt;
    border-top-right-radius: 1.3em;
    border-bottom-left-radius: 1.3em;
    border-bottom-right-radius: 1.3em;
    line-height: 1.2;
    clear: both;
    margin-top: 5px;
    margin-bottom: 5px;
    word-break: break-word;
    width: fit-content;
}

.reply-end {
    border-color: #f5f5f5 transparent;
    background-color: #82b440;
    color: #fff;
    text-align: justify;
    height: auto;
    padding: 10px;
    font-size: 11.2pt;
    width: fit-content;
    float: right!important;
    display: block;
    border-bottom-left-radius: 1.3em;
    border-top-left-radius: 1.3em;
    border-bottom-right-radius: 1.3em;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 3px;
    line-height: 1.2;
    word-break: break-all;
}

.chatbox-hello {
    display: block;
    cursor: pointer;
}

.chatbox-hello .chat-text {
    background: #fff;
    width: 135px;
    right: 100px;
    position: fixed;
    bottom: 40px;
    padding: 8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
    -ms-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
    z-index: 111;
}

.chatbox-hello .chat-text p {
    line-height: 17px;
    font-size: 12px;
}

.chatbox-hello .chat-text:after {
    content: "";
    width: 1px;
    height: 1px;
    position: absolute;
    bottom: 15px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    right: -7px;
    border-left: 7px solid #fff;
}

.chatbox-hello .chat-avatar {
    right: 20px;
    position: fixed;
    bottom: 30px;
    padding: 10px;
    z-index: 111;
}

.chatbox-hello .chat-avatar img {
    height: 60px;
    width: 60px;
    object-fit: cover;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
    -ms-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
}

.chatbox-hello .chat-avatar .chat-badge {
    background: #e62117;
    top: 5px;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 7px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


/*... Chatbox Area */

.minutes-tile .common-action-btn .fa,
.minutes-tile .common-action-btn .fas {
    font-size: 16px;
    vertical-align: 2px;
}

.accept-payment {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.cust-care {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.whatsapp-anchor {
    display: none;
}

.orphan-ctg .span-price {
    color: #ed3d47
}

.orphan-ctg ul li {
    line-height: 25px;
    font-weight: 400 !important;
    font-size: 16px !important
}

.resendotp-link,
.faqreadmore-link {
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 8px 10px;
    color: #82b440;
    font-size: 12px;
    font-weight: bold;
}

.faqreadmore-link {
    display: none !important;
}

.chatDotTyping span {
    width: 8px;
    height: 8px;
    background-color: #82b440;
    display: inline-block;
    margin: 1px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.chatDotTyping span:nth-child(1) {
    -webkit-animation: bounce 1.4s infinite;
    -moz-animation: bounce 1.4s infinite;
    -ms-animation: bounce 1.4s infinite;
    -o-animation: bounce 1.4s infinite;
    animation: bounce 1.4s infinite;
}

.chatDotTyping span:nth-child(2) {
    -webkit-animation: bounce 1.4s infinite .3s;
    -moz-animation: bounce 1.4s infinite .3s;
    -ms-animation: bounce 1.4s infinite .3s;
    -o-animation: bounce 1.4s infinite .3s;
    animation: bounce 1.4s infinite .3s;
}

.chatDotTyping span:nth-child(3) {
    -webkit-animation: bounce 1.4s infinite .6s;
    -moz-animation: bounce 1.4s infinite .6s;
    -ms-animation: bounce 1.4s infinite .6s;
    -o-animation: bounce 1.4s infinite .6s;
    animation: bounce 1.4s infinite .6s;
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -o-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -o-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-moz-keyframes bounce {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -o-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-ms-keyframes bounce {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -o-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-o-keyframes bounce {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -o-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}


/*-------------------------*/

.frequent-topics .widget-box {
    padding: 15px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    overflow: hidden;
}

.frequent-topics .col-md-6:nth-last-child(1) a,
.frequent-topics .col-md-6:nth-last-child(2) a {
    margin-bottom: 0 !important;
}

.suggested-articles .widget-box ul {
    padding: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    overflow: hidden;
}

.suggested-articles .widget-box ul li {
    list-style-type: none;
    background-color: #fff;
    margin: 0;
    padding: 0;
    min-height: 68px;
    line-height: 1.5rem;
    height: inherit;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.suggested-articles .widget-box ul li:hover {
    background-color: #eeeeee;
}

.suggested-articles .widget-box ul li a {
    color: #424242;
    text-decoration: none;
    display: block;
}

.suggested-articles .widget-box ul li a:hover {
    color: #212121;
}

.suggested-articles .widget-box ul li a .row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.suggested-articles .widget-box ul li img {
    width: 40px;
    height: 40px;
    vertical-align: middle;
}


/* -----------------------------------------
  =Default css to make the demo more pretty
-------------------------------------------- */

.spinner {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 0 auto;
}

.bubble-1,
.bubble-2 {
    position: absolute;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #B91228;
}

.bubble-2 {
    top: auto;
    bottom: 0;
}

.load-9 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.load-9 .spinner {
    animation: loadingI 2s linear infinite;
}

.load-9 .bubble-1,
.load-9 .bubble-2 {
    animation: bounceSpinner 2s ease-in-out infinite;
}

.load-9 .bubble-2 {
    animation-delay: -1.0s;
}

@keyframes loadingI {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes bounceSpinner {
    0%,
    100% {
        transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
    }
}

@keyframes loadingJ {
    0%,
    100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(80px, 0);
        background-color: #f5634a;
        width: 25px;
    }
}


/* cccc */

.ui-autocomplete {
    position: fixed !important;
    cursor: default;
    height: 220px;
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
    top: auto !important;
    left: auto !important;
    right: 120px;
    width: 360px !important;
    bottom: 90px;
}

.payment-selection-list {
    display: table;
    margin: 0 auto
}

.payment-selection-list .m-r-10 {
    margin-right: 10px;
}

.payment-selection-list button {
    min-height: 70px;
    background: transparent;
    border: 1px solid #a1a1a1;
    padding: 0 12px;
    font-size: 16px;
    color: #234d94;
    font-weight: 600;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    -moz-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    -ms-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    -o-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    outline: 0;
}

.payment-selection-list button img {
    width: 80px;
    height: 27px;
}


/* Starts 15-05-2020 landding */

.money-back-guarantee {
    display: block;
}

.money-back-guarantee .banner {
    padding: 50px 16px 50px 16px;
    background-color: #f8e9e6;
    position: relative;
}

.money-back-guarantee .banner .heading {
    font-size: 32px;
    font-weight: 600;
    color: #254985;
}

.money-back-guarantee .banner .heading h1 {
    font-size: inherit;
    font-weight: 700;
    color: #2d2d32;
}

.money-back-guarantee .banner p.font-16 {
    color: #3f3f40;
    font-size: 24px !important;
}

.money-back-guarantee .banner .description span {
    color: #f52424 !important;
    font-size: 32px !important;
    font-weight: 600;
}

.money-back-guarantee .banner .cta-btn {
    border: none;
    text-align: center;
    outline: none;
    overflow: hidden;
    position: relative;
    background: #254985;
    display: inline-block;
    line-height: 1.56;
    padding: 10px 32px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
}

.money-back-guarantee .banner p.font-16 {
    color: #3f3f40 !important;
    font-size: 24px !important;
}

.money-back-guarantee .banner .catg-info.mw-border-0 p {
    font-size: 13px;
    color: #343333;
}

.money-back-guarantee .banner .catg-info img {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.money-back-guarantee .banner .hero-image {
    margin: 0;
    display: block;
    height: 320px;
    right: 0;
    bottom: 0;
    position: absolute;
}

.avatars-online .img-circle {
    border: 3px solid #fff;
    height: 35px;
    overflow: hidden;
    position: relative;
    width: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.avatars-online .img-circle:nth-child(3) {
    left: -10px;
    z-index: 1;
}

.avatars-online .img-circle:nth-child(2) {
    left: -5px;
    z-index: 2;
}

.avatars-online .img-circle:nth-child(1) {
    z-index: 3;
}

.avatars-online .img-circle img {
    height: 100%;
    width: 100%;
}

.avatars-online .pulse {
    margin-left: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgb(56, 142, 60);
    cursor: pointer;
    box-shadow: 0 0 0 rgba(56, 142, 60, 0.4);
    animation: pulse 2s infinite;
}

.avatars-online .pulse:hover {
    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% {
        -moz-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% {
        -moz-box-shadow: 0 0 0 10px rgba(56, 142, 60, 0);
        box-shadow: 0 0 0 10px rgba(56, 142, 60, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(56, 142, 60, 0);
        box-shadow: 0 0 0 0 rgba(56, 142, 60, 0);
    }
}

.why-should.m-t-50.m-b-50.header.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    padding: 0;
    width: 100%;
}

.catg-info.mw-d-none {
    display: none;
}

.looking-for.talk.display-none {
    display: none;
}

.legal-ask.talk.display-none {
    display: none;
}

.testi-panel.text-center.web-view {
    margin-bottom: 110px!important;
}

.testi-panel.text-center.web-view .talk-testi-static {
    height: 100%;
}

.testi-panel .talk-testi-static {
    box-shadow: 0 0 10px 0 rgba(85, 47, 47, .15);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    padding: 20px;
    margin-top: 60px;
    background: #fdfaf2;
    border: 1px solid #e3e1bd;
    position: relative;
}

.testi-panel .talk-testi-static img {
    width: 80px;
    margin-bottom: 15px;
    position: absolute;
    top: 10px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    left: 50%;
    right: 50%;
}

.testi-panel.text-center.web-view .talk-testi-static p {
    line-height: 32px;
    margin-top: 50px;
}

.accept-payment {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.price-offer-block {
    margin-bottom: 10px;
}

.sticky-accept-payment h2 {
    display: none;
}

.price-offer-block .discountoffer {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #b91228;
    line-height: 16px;
}

.price-offer-block .discountoffer .covid-dashedline {
    border-bottom: 1px dashed #fff;
    padding-bottom: 2px;
    margin-left: -5px;
    margin-right: -5px;
}

.price-offer-block h1.heading-color {
    display: none;
}

.covid-text,
.orphan-ctg p.color1.font-24 {
    color: #747474 !important;
}

.sticky-cust-care,
.sticky-secure {
    display: none;
}

.buy-btn.display-none {
    display: none;
}

.why-talk-to-lawyer-sec.p-16 {
    display: none;
}

.how-it-works-sec.bg-color1.mw-bg-transparent {
    display: none;
}

.recharge-mins .clear.d-flex.align-items-center.justify-content-center {
    margin-bottom: 10px;
    overflow: visible !important;
}


/* Ends 15-05-2020 landding */


/* Starts New Home Page Css */

.color6 {
    color: #313131;
}

.font-weight-semi {
    font-weight: 600;
}

.home-banner {
    background: #f7feee;
}

.left-home-content {
    padding: 100px 0;
}

.main-category {
    margin-top: 40px;
}

.home-category-carousel .owl-carousel .owl-item img {
    width: auto;
    display: table;
    margin: 0 auto;
}

.home-category-carousel h2 {
    font-weight: 400;
}

.home-category-carousel {
    box-shadow: 0px 10px 57px 0px rgba(49, 56, 78, 0.08);
    -webkit-box-shadow: 0px 10px 57px 0px rgba(49, 56, 78, 0.08);
    -moz-box-shadow: 0px 10px 57px 0px rgba(49, 56, 78, 0.08);
    -ms-box-shadow: 0px 10px 57px 0px rgba(49, 56, 78, 0.08);
    -o-box-shadow: 0px 10px 57px 0px rgba(49, 56, 78, 0.08);
    padding: 20px;
    overflow: hidden;
}

.home-category-carousel button.owl-next {
    position: absolute;
    right: 0;
    top: 120px;
    background: #ededed !important;
    padding: 10px !important;
    margin: 0 !important;
}

.home-category-carousel button.owl-prev {
    position: absolute;
    right: 40px;
    top: 120px;
    background: #ededed !important;
    padding: 10px !important;
    margin: 0 !important;
}

.home-category-carousel button.owl-prev img,
.home-category-carousel button.owl-next img {
    width: 8px;
    margin: 10px;
}

.home-category-carousel .owl-theme .owl-nav {
    margin-top: 0;
}

.home-category-carousel .right-cate-side {
    margin-top: 35px;
}

.lockdown-offer {
    margin-top: 40px;
}

.offer-content {
    background: #003145;
    padding: 30px;
    position: relative;
    box-shadow: 0px 10px 57px 0px rgba(49, 56, 78, 0.08);
    -webkit-box-shadow: 0px 10px 57px 0px rgba(49, 56, 78, 0.08);
    -moz-box-shadow: 0px 10px 57px 0px rgba(49, 56, 78, 0.08);
    -ms-box-shadow: 0px 10px 57px 0px rgba(49, 56, 78, 0.08);
    -o-box-shadow: 0px 10px 57px 0px rgba(49, 56, 78, 0.08);
}

.offer-content:after {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    width: 97%;
    height: 85%;
    top: 12px;
    left: 18px;
}

.lockdown-offer .offer-content h2 {
    color: #5fe0a0;
    text-transform: uppercase;
    font-size: 24px;
}

.lockdown-offer .left span.percent {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
    line-height: 100px;
}

.lockdown-offer .offer-content .right h2 {
    color: #fff;
}

.lockdown-offer .offer-content .right h1 {
    color: #fff;
    font-weight: 700;
}

.lockdown-offer .offer-content .right p {
    color: #5fe0a0;
}

.middle-problems {
    margin-top: 20px;
}

.middle-problems .left-wrap h3 {
    line-height: 38px;
}

.middle-problems .beni-head {
    background: #f8ba26;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.middle-problems .left-wrap button {
    display: table;
    margin: 0 auto;
    margin-top: 10px !important;
}

.middle-problems .left-wrap img {
    display: table;
    margin: 0 auto;
}

.middle-problems .right-wrap .beni-tile {
    margin-top: 25px;
}

.middle-problems .right-wrap .beni-tile img {
    width: 70px;
    display: table;
    margin: 0 auto;
}

.middle-problems .right-wrap .beni-text {
    padding: 8px 15px;
}

.middle-problems .right-wrap .beni-text p {
    line-height: 23px;
}

.how-talk-section {
    margin-top: 10px;
    padding-top: 30px;
}

.how-talk-section .how-it-works-content {
    z-index: 1;
    position: relative;
    display: flex;
    margin-top: 40px;
}

.how-talk-section .common-item {
    z-index: 1000;
    position: relative;
    display: block !important;
    text-align: center;
    width: 20%;
}

.how-talk-section .how-it-works-content:before {
    position: absolute;
    content: "";
    background: #ded9e2;
    height: 1px;
    width: 80%;
    top: 30px;
    left: 10%;
}

.how-talk-section .common-item .icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    margin-right: 0;
    float: none;
    line-height: 80px;
    background: #e1dce5;
    margin: 0 auto;
}

.how-talk-section .common-item .icon-circle img {
    height: 30px;
    width: 30px;
}

.how-talk-section h3 {
    font-size: 15px !important;
    font-weight: 700;
}

.lawyers-online-section {
    background: #fafafa;
    margin-top: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.lawyers-online-section .lk-online-part {
    display: table;
    margin: 0 auto;
    margin-top: 25px;
}

.lawyers-online-section .avatars-online .img-circle {
    border: 3px solid #fff;
    height: 45px;
    overflow: hidden;
    position: relative;
    width: 45px;
}

.lawyers-online-section .avatars-online .img-circle img {
    height: 100%;
    width: 100%;
}

.lawyers-online-section .avatars-online .img-circle:nth-child(1) {
    z-index: 3;
}

.lawyers-online-section .avatars-online .img-circle:nth-child(2) {
    left: -5px;
    z-index: 2;
}

.lawyers-online-section .avatars-online .img-circle:nth-child(3) {
    left: -10px;
    z-index: 1;
}

.lawyers-online-section .avatars-online .pulse {
    margin-left: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: rgb(56, 142, 60);
    cursor: pointer;
    box-shadow: 0 0 0 rgba(56, 142, 60, 0.4);
    -webkit-box-shadow: 0 0 0 rgba(56, 142, 60, 0.4);
    -moz-box-shadow: 0 0 0 rgba(56, 142, 60, 0.4);
    -ms-box-shadow: 0 0 0 rgba(56, 142, 60, 0.4);
    -o-box-shadow: 0 0 0 rgba(56, 142, 60, 0.4);
    animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    -ms-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
}

.lawyers-online-section .avatars-online .pulse:hover {
    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% {
        -moz-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% {
        -moz-box-shadow: 0 0 0 10px rgba(56, 142, 60, 0);
        box-shadow: 0 0 0 10px rgba(56, 142, 60, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(56, 142, 60, 0);
        box-shadow: 0 0 0 0 rgba(56, 142, 60, 0);
    }
}

.home-blog-section {
    padding-top: 50px;
}

.home-blog-section .home-blog-content {
    margin-top: 30px;
}

.home-blog-section .home-blog-content .blog-part h4 {
    font-size: 28px;
    line-height: 38px;
    color: #82b440;
    font-weight: 600;
}

.home-blog-section .home-blog-content .blog-part ul {
    padding: 0;
    list-style-type: none;
}

.home-blog-section .home-blog-content .blog-part ul li {
    display: inline-block;
    font-size: 14px;
    padding-right: 5px;
}

.home-blog-section .home-blog-content .blog-part ul li:last-child {
    padding-right: 0;
    border-right: 0 none;
}

.home-blog-section .home-blog-content .blog-part img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #ccc;
    height: 200px;
    min-height: 200px;
    min-width: 100%;
    width: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    padding: 0;
}

.home-blog-section .home-blog-content .blog-part .cnt-ellipsis {
    height: 100px;
    overflow: hidden;
    position: relative;
}

.what-our-testi {
    padding: 50px 0;
    margin-top: 50px;
    background: #f2f1ef;
}

.what-our-testi .item p {
    max-width: 660px;
    display: table;
    margin: 0 auto;
    margin-top: 25px;
}

.what-our-testi .item .name-tile {
    margin: 40px auto 0;
    display: table;
}

.what-our-testi .item .name-tile .name-avatar {
    display: inline-block;
    background: #dadada;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}

.what-our-testi .item .name-tile span {
    line-height: 1.4px;
}

.what-our-testi .home-slider-carousel button img,
.category-area .owl-carousel button img {
    width: 20px;
}

.what-our-testi .home-slider-carousel button.owl-prev,
.category-area .owl-carousel button.owl-prev {
    position: absolute;
    left: -60px;
    top: 40px;
}

.what-our-testi .home-slider-carousel button.owl-next,
.category-area .owl-carousel button.owl-next {
    position: absolute;
    right: -60px;
    top: 40px;
}

.what-our-testi .home-slider-carousel button.owl-prev:hover,
.what-our-testi .home-slider-carousel button.owl-next:hover,
.category-area .owl-carousel button.owl-prev:hover,
.category-area .owl-carousel button.owl-next:hover {
    background: transparent;
}

.category-area .owl-carousel button.owl-prev,
.category-area .owl-carousel button.owl-next {
    top: 95px;
}

.category-area .owl-carousel button.owl-prev {
    left: 20px;
}

.category-area .owl-carousel button.owl-next {
    right: 20px;
}


/* Ends New Home Page Css */


/* 
footer.main-footer {
    padding-bottom: 125px;
    background: #414141;
} */

.talktolawyer-container .container,
.talktolawyer-container .container-lg,
.talktolawyer-container .container-md,
.talktolawyer-container .container-sm,
.talktolawyer-container .container-xl {
    max-width: 1220px;
}


/* Desktop How It works */

.desktop-how-it-works-sec {
    margin: 80px 0 40px 0;
    overflow: hidden;
    clear: both;
    color: #232323 !important;
}

.desktop-how-it-works-sec .heading-color,
.desktop-why-talk-to-lawyer-sec .heading-color {
    color: #232323 !important;
    display: block !important;
    font-size: 24px;
}

.desktop-how-it-works-sec h3 {
    font-size: 15px;
    margin-top: 20px;
    font-weight: 700;
    margin-left: 30px;
}

.desktop-how-it-works-sec .how-it-works-content {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    z-index: 1;
}

.desktop-how-it-works-sec .how-it-works-content:before {
    position: absolute;
    content: "";
    background: #ded9e2;
    height: 1px;
    width: 80%;
    top: 30px;
    left: 10%;
}

.desktop-how-it-works-sec .how-it-works-content .common-item {
    z-index: 1000;
    position: relative;
    display: block !important;
    text-align: center;
    width: 25%;
}

.desktop-how-it-works-sec .how-it-works-content .common-item .icon-circle {
    background-color: #e1dce5;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    align-items: center;
    margin-right: 0;
    float: none;
    justify-content: center;
    margin: 0 auto;
    line-height: 80px;
}

.desktop-how-it-works-sec .how-it-works-content .common-item .text-content {
    float: none;
    width: 100%;
    margin-top: 10px;
}

.desktop-how-it-works-sec .how-it-works-content .common-item .text-content p {
    font-size: 14px;
}

.desktop-how-it-works-sec .how-it-works-content .common-item .icon-circle img {
    height: 30px;
    width: 30px;
}

.desktop-how-it-works-sec .font-semi,
.desktop-why-talk-to-lawyer-sec .font-semi {
    font-weight: 600 !important;
}


/*... Desktop How It works */


/* Why Talk To A Lawyer */

.desktop-why-talk-to-lawyer-sec {
    color: #232323 !important;
    padding: 16px;
}

.desktop-why-talk-to-lawyer-sec .why-talk-to-lawyer-sec-content .circle-img img {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.desktop-why-talk-to-lawyer-sec .why-talk-to-lawyer-sec-content .d-flex {
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px;
}

.desktop-why-talk-to-lawyer-sec .why-talk-to-lawyer-sec-content .col-50 {
    -ms-flex: 50%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 16px;
    padding-right: 16px;
}

.desktop-why-talk-to-lawyer-sec .why-talk-to-lawyer-sec-content .col-50 p {
    line-height: 20px;
    font-size: 18px !important;
}

.desktop-why-talk-to-lawyer-sec .why-talk-box {
    display: flex;
    height: 100%;
    -webkit-box-shadow: 0 3px 6px 0 rgba(45, 45, 51, .08);
    -moz-box-shadow: 0 3px 6px 0 rgba(45, 45, 51, .08);
    -ms-box-shadow: 0 3px 6px 0 rgba(45, 45, 51, .08);
    -o-box-shadow: 0 3px 6px 0 rgba(45, 45, 51, .08);
    box-shadow: 0 3px 6px 0 rgba(45, 45, 51, .08);
    border: 1px solid #f0f0f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    flex-direction: column;
    padding: 20px 10px;
}

.desktop-why-talk-to-lawyer-sec .why-talk-box-body {
    flex: 1 1 auto;
}


/*... Why Talk To A Lawyer */

.talkalwyer-price-offer .discountoffer {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #b91228;
    line-height: 16px;
    width: 80%;
    padding: 15px !important;
    margin: 0 auto;
    display: table;
}

.talkalwyer-price-offer .discountoffer span {
    font-size: 22px !important;
}

.talkalwyer-price-offer .discountoffer .covid-dashedline {
    border-bottom: 1px dashed #fff;
    padding-bottom: 2px;
    margin: 0 0 10px 0 !important;
    font-size: 16px !important;
    padding-bottom: 10px;
}

.talkalwyer-pricetext h2,
.talkalwyer-pricetext span {
    color: #234d94;
}

.why-should .disc_price {
    margin-top: 20px;
    margin-bottom: 20px;
}

.strike-off {
    text-decoration: line-through;
}

.talklawyer-priceamt .color9 {
    color: #747474;
}

.home-blog-section .home-blog-content .blog-part .cnt-ellipsis * {
    font-size: 16px;
    color: #747474;
}

.home-blog-section .home-blog-content .blog-part .cnt-ellipsis p * {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    font-weight: 400;
    color: #747474;
    line-height: 1.5;
}

.blog-part>a {
    display: block;
}

.category-area .item {
    background: #cccccc;
    margin: 30px 0;
}

.category-area .item-1 {
    background: #ffc8b5 !important;
}

.category-area .item-2 {
    background: #d9edf4 !important;
}

.category-area .item-3 {
    background: #bbdab3 !important;
}

.category-area .item-4 {
    background: #f2e1c1 !important;
}

.category-area .item-5 {
    background: #e6daf3 !important;
}

.category-area .item-6 {
    background: #cadcdc !important;
}

.category-area .item img {
    display: table;
    height: 180px;
    margin: 0 auto;
    width: auto;
}

.category-area .item .content-block {
    margin-right: 40px;
}

.offer-main {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.lockdown-disc {
    border: 1px solid #0f0601;
    max-width: 300px;
    margin: 0 auto;
}

.lockdown-abs {
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 100;
    background: #fdb022;
    width: 90px;
    color: #0f0601;
}

.lockdown-disc span.font-100 {
    font-size: 80px;
    color: #0f0601;
}

.lockdown-disc span.font-72 {
    font-size: 72px;
    color: #0f0601;
}

.lockdown-was p {
    line-height: 1;
}

.lockdown-was span.font-65 {
    font-size: 65px;
    vertical-align: sub;
}

.lockdown-was span.limited-badge {
    background: #f14213;
    padding: 5px 10px;
    font-size: 18px;
}

.home-blog-section .home-blog-content .blog-part ul li {
    display: block;
    font-size: 12px;
}

.category-area {
    margin-top: 30px;
}

.middle-problems .left-wrap .common-action-btn {
    display: table;
    margin: 20px auto 0;
}

.middle-problems .right-wrap {
    position: relative;
}

.middle-problems .right-wrap:before {
    position: absolute;
    height: 100%;
    content: "";
    width: 1px;
    background: #dcdcdc;
    left: -50px;
}

span.name-text {
    max-width: 120px;
    display: inline-block;
    vertical-align: middle;
}

a.cntus-link {
    background-color: transparent !important;
    color: #ff7e00 !important;
    font-size: 20px;
    border-right: 2px solid #ff7e00 !important;
    padding-right: 15px;
    text-decoration: none !important;
    outline: 0 !important;
    margin-right: 0px;
}

.colordiff4 {
    color: #232323 !important
}

.colordiff5 {
    color: #f52424 !important;
}

.disc_price.card-active {
    border: 1px solid #82b440 !important;
}

.price-offer-block .price-txt {
    position: relative;
    margin-right: 70px;
}

.price-offer-block .price-txt .disc-percent-50,
.price-offer-block .price-txt .disc-percent-70 {
    position: absolute;
    right: 20px;
    top: 0;
}

.price-offer-block .price-txt .disc-percent-50 img,
.price-offer-block .price-txt .disc-percent-70 img {
    width: 70px;
    height: 70px;
}

.resend-otp {
    background: #234d94 !important;
    border-color: #234d94 !important;
    font-size: 14px;
}

.resend-otp:active {
    background: #234d94 !important;
    border-color: #234d94 !important;
}


/* 
.toast.show {
    display: block !important;
    opacity: 1 !important;
} */

.toast.bg-success {
    background-color: #8BC34A !important;
    border: 0 !important;
    z-index: 99;
}

.modal .modal-body a.ask-resendotp-link {
    border: 1px solid #cccccc;
    color: #234d94 !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 8px 10px;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 700;
}

.modal .modal-body a.ask-resendotp-link:hover {
    color: #82b440 !important;
}


/* Starts on Find A Lawyer Css */

.right-find-form::after {
    content: "";
    background: url(../images/find-lawyer-form-bg.jpg);
    opacity: 0.7;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
}

.right-find-form .lw-find-form .card {
    border: 0 none;
    background: transparent;
}

.right-find-form {
    padding: 50px 70px 30px;
}

.right-find-form .lw-find-form input,
.right-find-form .lw-find-form select {
    height: 44px;
    border: 0 none;
}

.right-find-form .lw-find-form textarea {
    border: 0 none;
    resize: none;
}

.right-find-form .lw-find-form input:focus,
.right-find-form .lw-find-form textarea:focus,
.right-find-form .lw-find-form select:focus {
    border: 0 none !important;
}

.right-find-form h4 {
    max-width: 320px;
    display: table;
    margin: 0 auto;
}

.right-find-form .lw-find-form .form-group {
    margin-bottom: 22px;
}

.all-lawyers-links-panel {
    background: #f5f5f5;
    padding: 30px 0;
}

.all-lawyers-links-panel ul li {
    position: relative;
}

.all-lawyers-links-panel ul li::after {
    content: "";
    background: url(../images/all-lawyers-links-panel-arrow.png);
    top: 11px;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-repeat: no-repeat;
    width: 8px;
    height: 10px;
}

.all-lawyers-links-panel ul li a {
    padding-left: 15px;
}

.right-find-form .lw-find-form button {
    text-transform: uppercase;
    font-size: 16px;
}

.find-lawyer-panel .left-find-content a {
    font-size: 16px;
}

.top-review-panel .review-image {
    width: 74px;
    height: 74px;
    background: #eceef2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    box-shadow: 0px 1px 10px 0px rgba(124, 141, 158, 0.15);
    -webkit-box-shadow: 0px 1px 10px 0px rgba(124, 141, 158, 0.15);
    -moz-box-shadow: 0px 1px 10px 0px rgba(124, 141, 158, 0.15);
    -ms-box-shadow: 0px 1px 10px 0px rgba(124, 141, 158, 0.15);
    -o-box-shadow: 0px 1px 10px 0px rgba(124, 141, 158, 0.15);
}

.top-review-panel .review-image span {
    line-height: 74px;
}

.top-review-panel .entry-content {
    box-shadow: -1px 1px 5px rgba(207, 207, 207, 0.65);
    -webkit-box-shadow: -1px 1px 5px rgba(207, 207, 207, 0.65);
    -moz-box-shadow: -1px 1px 5px rgba(207, 207, 207, 0.65);
    -ms-box-shadow: -1px 1px 5px rgba(207, 207, 207, 0.65);
    -o-box-shadow: -1px 1px 5px rgba(207, 207, 207, 0.65);
    padding: 20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.top-review-panel .entry-content p {
    clear: both;
    overflow: hidden;
}

.top-review-panel .rate-tile {
    clear: both;
    overflow: hidden;
}

.top-review-panel .date {
    display: inline-block;
    font-size: 14px;
    line-height: 38px;
    font-style: italic;
}

.top-review-panel .rate {
    float: left;
    height: 46px;
    padding: 0 15px 0 0;
}

.top-review-panel .rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.top-review-panel .rate:not(:checked)>label {
    float: right;
    width: 20px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 24px;
    color: #ccc;
}

.top-review-panel .rate:not(:checked)>label:before {
    content: '★ ';
}

.top-review-panel .rate>input:checked~label {
    color: #fc9835;
}

.top-review-panel .rate:not(:checked)>label:hover,
.top-review-panel .rate:not(:checked)>label:hover~label {
    color: #ffc700;
}

.top-review-panel .rate>input:checked+label:hover,
.top-review-panel .rate>input:checked+label:hover~label,
.top-review-panel .rate>input:checked~label:hover,
.top-review-panel .rate>input:checked~label:hover~label,
.top-review-panel .rate>label:hover~input:checked~label {
    color: #ffc700;
}


/* Ends on Find A Lawyer Css */

@media screen and (max-width: 1200px) {
    .why-should [type="radio"]:checked+label,
    .why-should [type="radio"]:not(:checked)+label {
        padding-left: 18px;
    }
    .testi-panel .talk-testi-carousel .owl-nav .owl-prev {
        left: 0;
    }
    .testi-panel .talk-testi-carousel .owl-nav .owl-next {
        right: 0;
    }
    .why-should .recharge-mins {
        padding: 30px 10px;
    }
    .why-should [type="radio"]:checked+label:before,
    .why-should [type="radio"]:not(:checked)+label:before {
        width: 15px;
        height: 15px;
    }
    .why-should [type="radio"]:checked+label:after,
    .why-should [type="radio"]:not(:checked)+label:after {
        top: 3px;
        left: 3px;
        width: 9px;
        height: 9px;
    }
    .why-should .disc_price label {
        font-size: 14px;
    }
    .why-should [type="radio"]:checked+label,
    .why-should [type="radio"]:not(:checked)+label {
        line-height: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .banner .left-side {
        padding: 60px 0 0 130px;
    }
    .about-legal.question .font-30.text-uppercase.font-weight-600.m-t-140 {
        margin-top: 120px !important;
        font-size: 24px !important;
    }
    .about-legal.question .common-action-btn.btn.m-t-140 {
        margin-top: 120px !important;
    }
    .blog-section.m-b-50.m-t-50 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .featured-in.all-blog.m-t-50.m-b-20.position-relative {
        margin-top: 20px !important;
    }
    .blog-tile ul li {
        display: block;
        border-right: 0;
    }
    .price-table p {
        font-size: 14px;
    }
    .money-back.m-b-20 .fas {
        top: 0;
    }
}

@media screen and (max-width: 991px) {
    .talk-cntctfooter {
        padding: 20px 20px 120px 20px;
    }
    a.cntus-link {
        border: 2px solid #ff7e00 !important;
        margin-bottom: 10px !important;
        display: inline-block;
        padding: 10px 20px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
    }
    .contact-footer .foot-contact ul li {
        display: block;
        margin-right: 0;
        color: #ffffff;
        margin-bottom: 5px;
    }
    .desk-waicon {
        display: none !important;
    }
    .talkalwyer-price-offer .discountoffer {
        margin: 0 !important;
        width: auto !important;
        padding: 10px !important;
    }
    .talkalwyer-price-offer .discountoffer .covid-dashedline {
        font-size: 12px !important;
    }
    .desktop-how-it-works-sec,
    .desktop-why-talk-to-lawyer-sec {
        display: none;
    }
    /* new-home-page */
    .home-banner .right-home-content img {
        width: 100%;
    }
    .home-banner .left-home-content {
        padding: 30px 0;
    }
    .home-banner .left-home-content h1 {
        font-size: 30px !important;
    }
    .home-banner .left-home-content h2 {
        font-size: 24px;
    }
    .lockdown-offer .offer-content:after {
        top: 14px;
        left: 10px;
    }
    /* new-home-page */
    .common-action-btn {
        padding: 10px 15px;
    }
    .middle-problems .common-action-btn {
        margin-top: 10px !important;
        margin-bottom: 20px;
    }
    .whatsapp-anchor {
        display: block;
    }
    .money-back-guarantee {
        display: block;
    }
    .lan-toggle {
        display: block;
    }
    .main-header .top-links ul li:first-child {
        display: none !important;
    }
    .main-header ul li.d-inline-block.m-r-10:nth-child(1) {
        display: none !important;
        padding: 0 !important;
    }
    .main-header .top-links ul li select {
        padding-left: 10px;
    }
    .main-header .top-links ul {
        display: none;
        position: absolute;
        top: 75px;
        background: rgba(255, 255, 255);
        width: 100%;
        right: 0;
        padding: 15px;
        z-index: 111;
        box-shadow: 0 8px 8px rgba(0, 0, 0, .1);
        -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, .1);
        -ms-box-shadow: 0 8px 8px rgba(0, 0, 0, .1);
        -o-box-shadow: 0 8px 8px rgba(0, 0, 0, .1);
        text-align: center;
        border-top: 1px solid #cccc;
        left: 0;
    }
    .main-header .top-links ul li {
        margin-right: 30px !important;
    }
    .main-header .text-right.top-links.m-t-5 ul li.d-inline-block.m-r-10 a {
        text-align: left !important;
        align-items: baseline !important;
        justify-content: normal !important;
        display: block !important;
    }
    .main-header img.navber {
        display: block;
        margin-left: 15px;
        height: 30px;
    }
    .main-header {
        position: relative;
    }
    .main-header .col-6.col-md-3,
    .main-header .col-6.col-md-9 {
        position: static;
    }
    .main-header .top-links {
        display: flex;
        justify-content: flex-end;
    }
    .main-header .top-links ul li.law a img {
        /* margin-right: 0; */
    }
    .main-header .top-links ul li.law {
        padding: 0;
    }
    .main-header .top-links ul li a {
        /* font-size: 0; */
    }
    .testimonial-carousel button.owl-prev {
        left: -40px;
    }
    .testimonial-carousel button.owl-next {
        right: -40px;
    }
    .about-legal.question .font-30.text-uppercase.font-weight-600.m-t-140 {
        margin-top: 60px !important;
    }
    .about-legal.question .common-action-btn.btn.m-t-140 {
        margin-top: 80px !important;
        padding: 6px 20px;
    }
    .leaderhhip .leader-left img {
        width: auto;
    }
    .banner.about-page .right-side img {
        width: 100%;
    }
    .common-heading.display-none {
        display: none;
    }
    .banner.about-page .left-side {
        padding: 0 20px 0px 20px;
    }
    .banner.about-page .left-side p.font-16.m-t-20.m-r-80 {
        margin-right: 0 !important;
    }
    .leaderhhip .leader-right {
        margin-top: 0;
    }
    .common-heading.font-30.display-block {
        display: block !important;
    }
    .banner.about-page .col-md-12.p-0 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .blog-tile a.blog-more {
        right: 25px;
    }
    .featured-in.blog-details .blog-tile h1 {
        font-size: 24px !important;
        margin-bottom: 20px !important;
    }
    .featured-in.blog-details .blog-tile ul.blog-list {
        border-left: 2px solid #82b440;
        padding-left: 10px;
    }
    .featured-in.blog-details .blog-tile ul.blog-list li {
        margin-bottom: 5px;
        font-size: 16px !important;
    }
    .featured-in.blog-details .blog-tile li {
        word-break: break-all;
    }
    .featured-in.blog-details .blog-tile a {
        word-break: break-all;
    }
    .why-should .disc_price span {
        display: block;
        /* font-size: 12px !important; */
    }
    .why-should .disc_price .price-details span {
        line-height: 14px;
    }
    .why-should [type="radio"]:checked+label,
    .why-should [type="radio"]:not(:checked)+label {
        font-size: 12px !important;
    }
    /* .summary-table .table-responsive-block tbody tr {
        display: block;
        border: 1px solid rgba(230, 230, 230, 0.7);
        margin-bottom: 15px;
        margin-top: 25px;
    }
    .table-responsive-block tr {
        border: 1px solid rgba(230, 230, 230, 0.7);
        margin-bottom: 15px;
    }
    .table-responsive-block table,
    .table-responsive-block thead,
    .table-responsive-block tbody,
    .table-responsive-block th,
    .table-responsive-block td,
    .table-responsive-block tr {
        display: block;
    }
    .table-responsive-block td {
        border-bottom: 1px solid #eee;
    } */
    .testimonial-carousel .item {
        padding: 0 25px;
    }
    .money-back-guarantee .banner {
        padding: 30px 16px 0 16px;
    }
    .money-back-guarantee .banner .heading {
        line-height: 1.42;
        font-size: 24px;
        font-weight: 700;
    }
    .money-back-guarantee .banner p.font-16 {
        font-size: 16px !important;
    }
    .money-back-guarantee .banner .description span {
        font-size: 22px;
    }
    .money-back-guarantee .banner .cta-btn {
        background: #254985;
        display: inline-block;
        line-height: 1.56;
        padding: 10px 32px;
        border-radius: 4px;
        color: #fff;
        text-decoration: none;
    }
    .money-back-guarantee .banner p.font-16 {
        font-size: 16px !important;
    }
    .catg-info.mw-border-0 {
        display: none;
    }
    .money-back-guarantee .banner .hero-image {
        margin: 31px auto 0;
        display: table;
        height: 150px;
        position: relative;
    }
    .catg-info.mw-d-none {
        display: block;
    }
    .catg-info {
        padding: 18px 16px;
        font-size: 14px;
        align-items: center;
        background: #fbf2f0;
        color: #343333;
        margin-bottom: 20px;
    }
    .catg-info p.m-r-10 {
        margin-right: 10px;
    }
    .catg-info img {
        float: left;
        width: 20px;
        height: 20px;
        margin-right: 5px;
        vertical-align: middle;
    }
    .testi-panel.text-center.web-view {
        display: none;
    }
    .about-legal.talk {
        display: none;
    }
    .featured-in.talk {
        display: none;
    }
    .price-offer-block h1.heading-color {
        display: block;
        color: #232323;
        font-size: 16px!important;
        margin-bottom: 20px;
        margin-top: 20px;
        font-weight: 600;
        text-align: left;
    }
    .why-should .recharge-mins {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        border-top: 0;
    }
    .why-should .disc_price {
        width: 48%;
        border: 0 none;
        border-left: 0 none;
        min-height: 140px;
        padding: 10px;
        margin-bottom: 10px;
        margin-left: 5px;
        -webkit-box-shadow: 0 0 9px 0 rgba(2, 3, 3, .29);
        -moz-box-shadow: 0 0 9px 0 rgba(2, 3, 3, .29);
        -ms-box-shadow: 0 0 9px 0 rgba(2, 3, 3, .29);
        -o-box-shadow: 0 0 9px 0 rgba(2, 3, 3, .29);
        box-shadow: 0 0 9px 0 rgba(2, 3, 3, .29);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
    }
    span.font-12.covid-text {
        /* color: #eb0202!important; */
        font-weight: 600;
    }
    .price-offer-block h2 {
        color: #234d94;
        font-weight: 600;
        font-size: 40px!important;
    }
    .price-offer-block .col-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .price-offer-block .offset-2 {
        margin-left: 0;
    }
    .price-offer-block .discountoffer {
        display: table;
        margin: 0 auto;
        padding: 10px 20px!important;
    }
    .price-offer-block span.color2.font-12 {
        color: #234d94!important;
    }
    .price-offer-block {
        margin-bottom: 15px;
    }
    .clear.d-flex.align-items-center.justify-content-center {
        /* margin-top: 10px !important; */
        margin-bottom: 20px;
        overflow: visible!important;
        clear: initial;
    }
    .sticky-cust-care,
    .sticky-secure {
        display: block;
    }
    .recharge-mins .money-back {
        display: none;
    }
    .buy-btn.display-block {
        display: none;
    }
    .buy-btn.display-none {
        display: block;
        margin-bottom: 20px;
    }
    .why-talk-to-lawyer-sec.p-16 {
        display: block;
        text-align: left;
    }
    .why-talk-to-lawyer-sec h1 {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 16px;
        font-weight: 600;
        color: #232323;
        text-align: left;
    }
    .why-talk-box-body {
        margin-top: 30px;
    }
    .why-talk-box-body img {
        width: 50px;
        height: 50px;
        margin-right: 5px;
    }
    .why-talk-box-body p {
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        color: #343333;
    }
    .how-it-works-sec.bg-color1.mw-bg-transparent {
        text-align: left;
        background: #f3f1ee;
        position: relative;
        padding: 20px 25px 30px;
        width: 100%;
        display: block;
        margin-top: 30px;
    }
    .how-it-works-content:before {
        position: absolute;
        content: "";
        background: #ded9e2;
        height: 70%;
        width: 1px;
        top: 80px;
        left: 55px;
    }
    .how-it-works-sec .common-item {
        position: relative;
        margin-bottom: 40px;
    }
    .how-it-works-sec .common-item .icon-circle {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        margin-right: 20px;
        float: left;
        background-color: #e1dce5;
    }
    .how-it-works-sec .common-item .icon-circle img {
        height: 30px;
        width: 30px;
    }
    .how-it-works-sec .common-item .text-content {
        float: left;
        width: -webkit-calc(100% - 80px);
        width: -moz-calc(100% - 80px);
        width: -ms-calc(100% - 80px);
        width: -o-calc(100% - 80px);
        width: calc(100% - 80px);
    }
    .how-it-works-sec .common-item .text-content p {
        color: #141212;
        font-weight: 400;
        font-size: 14px;
    }
    .how-it-works-sec h3 {
        font-size: 15px;
        margin-top: 20px;
        font-weight: 700;
        margin-left: 82px !important;
    }
    .how-it-works-sec h3 span {
        position: absolute;
        left: 98px;
    }
    .how-it-works-sec h1.heading-color {
        display: block;
        color: #232323;
        font-size: 16px !important;
        margin-bottom: 20px;
        margin-top: 20px;
        font-weight: 600;
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    body {
        padding-bottom: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .middle-problems .right-wrap:before {
        display: none;
    }
    .offer-main {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .lockdown-disc span.font-100 {
        font-size: 50px;
    }
    .lockdown-disc span.font-60 {
        font-size: 40px !important;
    }
    .offer-area .lockdown-was {
        margin-top: 0 !important;
    }
    .lockdown-was p {
        line-height: 1;
        font-size: 20px !important;
    }
    .lockdown-disc span.font-72 {
        font-size: 24px !important;
    }
    .lockdown-abs {
        top: -10px;
        width: 65px;
        font-size: 12px !important;
    }
    .lockdown-was .font-36 {
        font-size: 16px !important;
    }
    .lockdown-was .font-40 {
        font-size: 20px !important;
    }
    .lockdown-was span.font-65 {
        font-size: 30px;
    }
    .lockdown-was span.limited-badge {
        padding: 5px 3px;
        font-size: 10px;
    }
    .category-area {
        margin-top: 20px;
    }
    .category-area .owl-nav {
        display: none;
    }
    .category-area .item {
        padding: 10px;
        min-height: 110px;
        display: flex;
        align-items: center;
    }
    .category-area .item .content-block {
        margin-right: 0;
    }
    .category-area .item .content-block h1 {
        font-size: 14px !important;
    }
    .category-area .item .content-block h2 {
        font-size: 12px !important;
    }
    .category-area .item img {
        height: auto;
    }
    .home-blog-section .home-blog-content .common-action-btn {
        margin-top: 20px !important;
    }
    .home-blog-section .blog-part {
        border: 1px solid #dcdcdc;
        padding: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        margin-bottom: 20px;
        text-align: left;
    }
    .home-blog-section .home-blog-content .blog-part h4 {
        font-size: 16px !important;
    }
    .home-blog-section .home-blog-content .blog-part img {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border: 0;
        box-shadow: none;
    }
    .home-blog-section .home-blog-content .blog-part ul li {
        display: block;
        font-size: 12px;
    }
    .legal-expert.m-b-50.m-t-50 {
        border-bottom: 10px solid #f4f4f4;
        margin-bottom: 25px !important;
        padding-bottom: 30px !important;
    }
    /* new-home-page */
    .how-talk-section h3 {
        text-align: left !important;
        margin-left: 82px;
    }
    .home-banner .left-home-content button {
        margin-top: 20px !important;
    }
    .home-banner .left-home-content .common-action-btn {
        padding: 10px;
        font-size: 20px;
    }
    .home-category-carousel {
        text-align: center;
    }
    .home-category-carousel h2 {
        font-size: 24px;
    }
    .home-category-carousel button.owl-prev {
        left: 0px;
        top: 105px;
    }
    .home-category-carousel button.owl-next {
        right: 0;
        top: 105px;
    }
    .lockdown-offer .offer-content:after {
        top: 9px;
        left: 8px;
        height: 93%;
    }
    .lockdown-offer .left span.percent {
        line-height: initial;
        font-size: 40px;
    }
    .lockdown-offer .offer-content .right h1 {
        font-size: 30px !important;
    }
    .middle-problems {
        margin-top: 30px;
    }
    .middle-problems .right-wrap {
        background: #fafafa;
        margin-top: 40px;
        margin-left: -15px;
        margin-right: -15px;
        overflow: hidden;
        padding: 30px 15px;
    }
    .middle-problems .right-wrap .beni-text {
        margin-top: 10px;
    }
    .lawyers-online-section .common-action-btn {
        margin-top: 20px !important;
        margin-bottom: 10px;
    }
    .middle-problems .left-wrap {
        text-align: center;
    }
    .middle-problems .left-wrap h3 {
        line-height: 30px;
        font-size: 20px !important;
    }
    .middle-problems .right-wrap .beni-tile .col-3 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .middle-problems .right-wrap h3 {
        text-align: center;
    }
    .middle-problems .right-wrap .beni-tile .col-9 {
        flex: 0 0 80%;
        max-width: 80%;
    }
    .home-blog-section {
        padding-top: 20px;
    }
    /* new-home-page */
    .faqreadmore-link {
        display: inline-block !important;
    }
    .faqreadmore-link.d-none {
        display: none !important;
    }
    .orphan-ctg {
        margin-top: 20px !important
    }
    .orphan-ctg .common-heading {
        font-size: 24px !important;
        margin-bottom: 30px !important
    }
    .orphan-ctg h2 {
        font-size: 20px !important
    }
    .orphan-ctg p {
        font-size: 20px !important
    }
    .orphan-ctg ul {
        font-size: 16px !important
    }
    .buy-lk-footer .common-action-btn {
        background-color: #254985;
        border-color: #254985;
    }
    .buy-lk-footer .common-action-btn:hover,
    .buy-lk-footer .common-action-btn:focus {
        color: #254985;
        background-color: transparent!important;
        border-color: #254985!important;
    }
    .lan-toggle {
        padding-top: 3px;
    }
    .main-header .text-right.top-links.m-t-5 ul {
        width: 500px;
        right: 15px;
    }
    .main-header img.navber {
        margin-top: 5px;
    }
    .mob-navs {
        display: block;
    }
    .mob-navs ul li a img {
        margin-top: 0;
    }
    .logo {
        display: none;
    }
    .banner .right-side img {
        width: 100%;
        max-width: 500px;
        display: table;
        margin: 0 auto;
    }
    .banner .left-side {
        padding: 10px 20px;
    }
    .banner.success .left-side h2 {
        font-size: 16px;
    }
    .banner.success .left-side p {
        margin-top: 5px !important;
    }
    .banner .container-fluid .col-md-7.p-0 {
        padding: 0 15px !important;
    }
    .banner .container-fluid .col-md-5.p-0 {
        padding: 0 15px !important;
    }
    .column-image {
        order: 1 !important;
    }
    .column-text {
        order: 2;
    }
    .banner {
        text-align: center;
    }
    .banner .left-side h1 {
        font-size: 24px !important;
        line-height: 32px !important;
    }
    .banner .left-side h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .banner button.common-action-btn.btn.m-t-50 {
        margin-top: 20px !important;
    }
    .banner .left-side p {
        /* font-size: 20px;
        line-height: 28px;
        margin-top: 20px; */
    }
    .looking-for.text-center.m-t-50.m-b-50,
    .legal-talk.m-t-50.m-b-50,
    .legal-ask.m-t-50.m-b-50,
    .why-legal.text-center.m-t-50.m-b-50,
    .legal-expert.m-t-50.m-b-50,
    .about-legal.text-center.p-t-40.p-b-40.m-t-50.m-b-50,
    .featured-in.text-center.m-t-50.m-b-80,
    .testimonials-say.p-t-30.p-b-30.m-t-50.m-b-50 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        text-align: center;
        padding-bottom: 15px !important;
        padding-top: 0 !important;
        overflow: hidden !important;
        overflow-x: hidden !important;
    }
    /* .common-heading.font-30 {
        font-size: 18px !important;
        margin-bottom: 0 !important;
    } */
    .featured-in h1 {
        font-size: 24px !important;
        margin-bottom: 0 !important;
    }
    .looking-for p {
        margin-top: 30px;
    }
    .font-30.text-uppercase.font-weight-600 {
        font-size: 24px !important;
        margin-top: 25px;
    }
    .legal-talk .part-text,
    .legal-ask .part-text {
        margin-top: 10px;
    }
    .legal-expert .expert-tile {
        height: auto;
        margin-bottom: 20px !important;
    }
    .why-legal .col-md-10.offset-1 {
        margin-left: 0 !important;
    }
    .testimonials-say .testimonial-content {
        position: relative;
        min-height: 190px;
        margin-left: 0;
        padding-left: 0px;
        padding-right: 0px;
        overflow: hidden;
    }
    .testimonials-say .avatar-circle {
        position: relative;
        left: auto;
        top: 40px;
        display: table;
        margin: 30px auto;
    }
    .testimonials-say h4.font-36.font-wight-600 {
        font-size: 18px !important;
    }
    .testimonials-say .testimonial-content h4 {
        left: 0;
    }
    .testimonials-say .quote-icon {
        left: 10px;
    }
    .testimonials-say p {
        left: auto;
        display: table;
        margin: 0 auto;
    }
    .main-footer .footertop-links ul li {
        position: relative;
        border-bottom: 1px solid #424856;
    }
    .main-footer .footertop-links ul {
        flex-direction: column;
    }
    .main-footer .footertop-links ul li a {
        padding: 10px 15px 10px 0px;
        font-size: 16px;
        display: block;
    }
    .main-footer .footertop-links ul li a {
        padding: 10px 15px 10px 0px;
        font-size: 16px;
        display: block;
    }
    .main-footer .footertop-links ul li::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f105";
    }
    .main-footer .footertop-links ul li::before {
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    }
    .main-footer .footertop-links ul li::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f105";
        position: absolute;
        right: 0px;
        top: 10px;
    }
    .footer-copyright {
        text-align: center;
    }
    ul.list-unstyled.m-0.d-flex.justify-content-end.text-white {
        justify-content: center !important;
    }
    .footer-copyright p {
        font-size: 14px;
    }
    .footer-copyright p.text-white {
        margin-bottom: 5px;
    }
    .testimonial-carousel button.owl-prev {
        display: none !important;
    }
    .testimonial-carousel button.owl-next {
        display: none !important;
    }
    .why-middle-section.m-t-50 {
        margin-top: 20px !important;
    }
    .divorce.m-t-50.m-b-50 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        overflow: hidden !important;
        overflow-x: hidden !important;
    }
    .divorce .col-md-8.offset-2 {
        margin-left: 0;
    }
    .divorce .font-30.text-uppercase.font-weight-600 {
        font-size: 18px !important;
        margin-top: 0;
    }
    .talk-advice {
        margin-bottom: 0;
    }
    .legal-ask.m-t-50.m-b-50.aos-init.aos-animate {
        margin-bottom: 0 !important;
    }
    .why-should.m-t-50.m-b-50 {
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }
    .why-should .btn.m-t-50 {
        margin-top: 20px !important;
    }
    .featured-in.text-center.m-t-50.m-b-20 {
        margin-top: 20px !important;
    }
    .faq-accordion.m-t-50 {
        margin-top: 20px !important;
    }
    img.faq-icon {
        width: 65%;
    }
    .about-legal.question .font-30.text-uppercase.font-weight-600.m-t-140 {
        margin-top: 0 !important;
        font-size: 18px !important;
    }
    .about-legal.question .col-md-4.col-sm-12.col-12.text-left {
        text-align: center !important;
    }
    .about-legal.question .common-action-btn.btn.m-t-140 {
        margin-top: 20px !important;
        padding: 6px 45px;
    }
    .looking-for.leader-ship.m-t-50.m-b-50 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .featured-in.all-blog.m-t-50.m-b-20.position-relative {
        margin-top: 0 !important;
    }
    .featured-in.all-blog .common-heading.font-30.m-b-40 {
        margin-bottom: 25px !important;
        text-align: center;
    }
    .blog-tile h3 {
        line-height: 24px;
        font-size: 16px !important;
        margin-bottom: 10px !important;
    }
    .common-left-heading:before {
        margin: 0 auto;
    }
    .common-left-heading {
        text-align: center;
        margin-top: 20px;
    }
    .all-blog .blog-tile {
        margin-bottom: 20px;
    }
    .blog-tile a.blog-more {
        right: 15px;
        bottom: 0px;
    }
    .why-should.m-t-50.m-b-50.header.sticky .recharge-mins {
        height: auto;
        overflow-y: initial;
    }
    .why-should.sticky {
        position: relative;
        top: auto;
        width: 100%;
    }
    .why-should .recharge-mins {
        margin-bottom: 25px;
    }
    .why-should [type="radio"]:checked+label:before,
    .why-should [type="radio"]:not(:checked)+label:before {
        width: 18px;
        height: 18px;
    }
    .why-should [type="radio"]:checked+label:after,
    .why-should [type="radio"]:not(:checked)+label:after {
        top: 3px;
        left: 3px;
        width: 12px;
        height: 12px;
    }
    .why-should [type="radio"]:checked+label,
    .why-should [type="radio"]:not(:checked)+label {
        padding-left: 28px;
        font-size: 16px !important;
        line-height: 20px;
    }
    .blog-details .common-heading.text-center.font-30.m-b-40 {
        margin-top: 0;
        margin-bottom: 20px !important;
    }
    .address-tile img.img-fluid.position-absolute.one {
        left: 8px;
    }
    .address-tile img.img-fluid.position-absolute.two {
        left: 22px;
    }
    .address-tile img.img-fluid.position-absolute.three {
        left: 12px;
    }
    .address-tile img.img-fluid.position-absolute.fore {
        left: 24px;
    }
    .banner.about-page.contact-banner .left-side {
        padding: 0;
    }
    .featured-in.blog-details.m-t-50.m-b-20.position-relative {
        margin-top: 20px !important;
    }
    .blog-details .blog-section.m-b-50.m-t-50 {
        margin-top: 0 !important;
    }
    .blog-details .common-heading.font-30.m-b-40 {
        margin-top: 0;
        margin-bottom: 20px !important;
    }
    .blog-details img {
        margin: 20px 0 !important;
        width: 100%;
    }
    .blog-details .blog-tile ul li {
        display: block;
        font-size: 20px;
        border-right: 0 none;
        padding-right: 0;
    }
    .blog-details .blog-tile ul li {
        font-size: 14px;
        border: 0 none;
        border-right: 0 !important;
    }
    .blog-details .blog-tile ul li a {
        display: block;
        word-break: break-all;
        margin-bottom: 10px;
        color: #82b440;
    }
    .blog-details .blog-tile {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .blog-details .blog-tile ol {
        padding-left: 15px;
    }
    .blog-details .blog-tile ul.blog-list li:last-child {
        border-right: 0;
        padding-left: 0;
    }
    .recenttag-sec .common-left-heading {
        text-align: left;
        margin-top: 20px;
    }
    .recenttag-sec .common-left-heading:before {
        margin: 0;
    }
    .blog-details ul.list-unstyled.m-0.d-flex.text-white.share {
        display: table !important;
        margin: 0 auto !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .function .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .looking-for.buy-lk-minutes.m-t-50.m-b-50 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .buy-lk-footer {
        display: block;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 8;
    }
    .buy-lk-footer .buy-fixed span {
        text-transform: uppercase;
        display: block;
        font-size: 14px;
        color: #2d2d32;
    }
    .buy-lk-footer .buy-fixed a {
        background: #f8e9e6;
        display: block;
        /* text-align: center; */
        padding: 10px;
        color: #fff;
    }
    .buy-lk-footer .left-side img {
        width: 25px;
        float: left;
        margin-right: 5px;
    }
    .buy-lk-footer .common-action-btn {
        font-size: 14px;
        padding: 6px 12px;
        float: right;
    }
    .buy-lk-minutes .common-heading.font-30.text-center {
        margin-bottom: 30px !important;
    }
    .minutes-tile .card-header {
        text-align: center;
    }
    /* .minutes-tile .price-table .col-md-2.p-r-0 {
        padding-right: 15px !important;
    }
    .minutes-tile .price-table .col-md-6.p-l-0,
    .minutes-tile .price-table .col-md-4.p-l-0 {
        padding-left: 15px !important;
    } */
    .price-table p {
        font-size: 16px;
    }
    .price-customer {
        margin-bottom: 20px;
    }
    .buy-lk-minutes .common-action-btn-fill.btn.m-t-20 {
        margin-top: 0 !important;
        font-size: 16px;
    }
    .contact-form.m-t-50 {
        margin-top: 25px !important;
    }
    /* success */
    .banner.success .common-heading.font-30.text-center.font-weight-600.text-uppercase.position-relative.m-b-20 {
        margin-bottom: 30px !important;
        margin-top: 0px;
    }
    .banner.success .left-side.check {
        padding: 0 0 20px 0;
    }
    .banner.success .col-md-7.text-left {
        text-align: center !important;
        margin-top: 20px;
    }
    .banner.success .left-side.check {
        padding: 0;
    }
    .bottom-success.m-t-30.m-b-50 {
        margin-top: 10px !important;
        margin-bottom: 0 !important;
    }
    .banner.success .left-side.check p {
        font-size: 24px;
    }
    /* ask-question-form */
    .ask-question-form.m-t-40 {
        margin-top: 20px !important;
    }
    .ask-question-form .common-action-btn {
        font-size: 14px;
    }
    .benefits ul {
        margin-top: 20px;
    }
    .ask-lawyer .left-side p {
        margin-top: 20px;
    }
    .dose-work img {
        width: 30%;
    }
    .dose-work .fas {
        display: none;
    }
    .dose-work .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 15px;
    }
    .dose-work.m-t-50 {
        margin-top: 25px !important;
    }
    .login-wrap {
        padding-top: 50px;
    }
    .login-panel .col-md-8.offset-2 {
        margin-left: 0;
    }
    .login-text h2 {
        border-left: 0;
        padding-left: 0;
    }
    .login-panel .btn-primary {
        display: inline-block;
    }
    .login-btn-tile {
        text-align: center;
    }
    .common-heading.font-22 {
        font-size: 18px !important;
        margin-bottom: 0 !important;
        text-align: center;
    }
    .summary-table .common-heading:before {
        margin: 0 auto;
    }
    .table-responsive.m-t-40 {
        margin-top: 25px !important;
    }
    .buy-tile hr {
        margin: 20px 0;
    }
    .my-account .common-heading.font-30 {
        text-align: center;
        margin-bottom: 20px !important;
    }
    .my-account .common-heading:before {
        margin: 0 auto;
    }
    .common-heading.lkbalance {
        text-align: center;
    }
    .my-account button.common-action-btn.btn.m-t-20 {
        margin-top: 0 !important;
        display: table;
        margin: 0 auto;
    }
    .summary-table.m-t-50 {
        margin-top: 20px !important;
    }
    .looking-for.my-account.m-t-50.m-b-50 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .common-heading.font-30.display-block.text-uppercase.text-center.font-weight-600.position-relative {
        margin-bottom: 25px !important;
    }
    .about-page .left-side h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .about-page .left-side h2 {
        font-size: 18px;
    }
    .why-should.m-t-50.m-b-50.header.sticky {
        margin: 0 !important;
        margin-top: 0 !important;
    }
    .looking-for.terms .common-heading:before {
        margin: 0 auto;
    }
    .looking-for.terms {
        text-align: center;
    }
    .looking-for.terms.m-t-50.m-b-50 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .terms-panel.m-t-50 {
        margin-top: 20px !important;
    }
    .question .ask-content.m-t-50 {
        margin-top: 20px !important;
    }
    .question .qa-sec.text-left.m-t-50.m-b-50 {
        margin-top: 20px !important;
        margin-bottom: 0 !important;
        /* text-align: center !important; */
    }
    .question .qa-sec h4 {
        font-size: 18px !important;
        line-height: 24px;
    }
    .question .label-info.m-t-20.m-b-20 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .question .qa-item {
        margin-bottom: 0 !important;
    }
    .question .qa-item p {
        margin-top: 10px;
    }
    .question .qa-item ul li p {
        text-align: left;
    }
    .shared-on.m-t-50.m-b-50 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
        display: table;
        margin: 0 auto;
    }
    .question .practice-tags .row.m-b-50 {
        margin-bottom: 0 !important;
    }
    .question .qa-sec h4 a.common-action-btn.btn.m-l-20 {
        margin-left: 0 !important;
        margin-top: 15px;
    }
    .question .ask-content .left-part {
        margin-top: 0 !important;
    }
    .question .ask-content .left-part h3 {
        font-size: 22px;
        text-align: center !important;
    }
    .question .ask-content .left-part h4 {
        text-align: center !important;
        font-size: 22px !important;
        margin-top: 10px !important;
    }
    .success .bottom-success .col-md-6.text-left {
        text-align: center !important;
        margin-top: 10px;
    }
    .minutes-tile .price-table .form-group {
        margin-bottom: 0;
    }
    .minutes-tile .price-table {
        padding: 15px 0;
    }
    .minutes-tile .card {
        min-height: auto;
        box-shadow: none;
    }
    .minutes-tile .card .card-body {
        padding: 0;
    }
    .price-table .col-md-6.col-sm-6.col-6.mint {
        padding-right: 10px;
    }
    .common-heading.lkbalance.font-20.text-center.text-uppercase.position-relative.m-b-20 {
        margin-top: 30px;
    }
    .col-md-3.text-right a.common-action-btn.btn.m-t-20 {
        display: table;
        margin: 0 auto;
        margin-top: 0 !important;
    }
    .foot-contact {
        margin-bottom: 60px;
    }
    .talk .lk-steps p {
        margin-bottom: 10px;
    }
    .faq-acc .card-body p {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .recenttag-sec.sticky {
        padding: 0;
    }
    .featured-in .cmp-logo img {
        width: 100%;
    }
    .testimonial-carousel .owl-nav {
        display: none;
    }
    .featured-in-carousel .owl-nav {
        display: none;
    }
    /* .featured-in-carousel .owl-nav .owl-prev {
        top: -75px;
    }
    .featured-in-carousel .owl-nav .owl-next {
        top: -75px;
    } */
    .question .common-heading {
        text-align: left;
    }
    .question .common-heading:before {
        margin: 0;
    }
    .all-breadcrumbs .breadcrumb>.breadcrumb-item.active {
        /* width: 170px; */
    }
    .all-blog .common-heading:before {
        margin: 0 auto;
    }
    .legal-ask.talk h1 {
        margin-top: 20px;
    }
    .legal-ask.talk h1 {
        margin-top: 20px;
        font-size: 24px !important;
    }
    .about-legal.talk h1 {
        margin-top: 10px;
    }
    .about-legal.question .lk-steps h2 {
        font-size: 24px !important;
        margin-top: 10px !important;
    }
    .talk-minits h1 {
        font-size: 24px !important;
        margin-bottom: 0 !important;
    }
    .buy-lk-minutes h1 {
        font-size: 24px !important;
    }
    .question h1 {
        font-size: 24px !important;
    }
    .legal-talk h1,
    .legal-ask h1,
    .why-legal h1 {
        font-size: 24px !important;
        margin-top: 20px;
    }
    .about-legal h2 {
        font-size: 24px !important;
        margin-top: 15px;
    }
    .featured-in.text-center.m-t-50.m-b-80 {
        margin-bottom: 30px !important;
    }
    .featured-in h2 {
        font-size: 24px !important;
        margin-top: 30px;
        margin-bottom: 0px !important;
    }
    .looking-for h2 {
        font-size: 24px !important;
    }
    .looking-for .mission h1,
    .looking-for.product h1 {
        font-size: 24px !important;
    }
    .looking-for.leader-ship .common-heading {
        font-size: 24px !important;
    }
    .looking-for.terms h1 {
        font-size: 24px !important;
    }
    .looking-for.blog .common-heading {
        font-size: 24px !important;
    }
    .sticky-accept-payment h2 {
        display: block;
    }
    .sticky-cust-care,
    .sticky-secure {
        display: block;
    }
    .mobprice-sticky {
        display: flex;
        flex-direction: column
    }
    .mobprice-sticky .item-price {
        order: 1
    }
    .mobprice-sticky .money-back {
        order: 3
    }
    .mobprice-sticky .price-last {
        order: 4
    }
    .mobprice-sticky .accept-payment {
        order: 5
    }
    .mobprice-sticky .cust-care {
        order: 6
    }
    .mobprice-sticky .buy-btn {
        order: 2;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .price-offer-block {
        margin-bottom: 15px
    }
    .price-offer-block .offset-2 {
        margin-left: 0
    }
    .price-offer-block .col-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .price-offer-block .discountoffer {
        display: table;
        margin: 0 auto;
        padding: 10px 20px!important
    }
    .price-offer-block .discountoffer .font-14 {
        font-size: 16px!important
    }
    .price-offer-block .discountoffer .covid-dashedline {
        padding-bottom: 5px;
        margin-bottom: 10px!important
    }
    .why-should .disc_price {
        width: 48%
    }
    .moneyback-clear {
        display: block!important
    }
    .moneyback-clear .left-cnt {
        width: 100%;
        text-align: center;
        float: none
    }
    .moneyback-clear .center-cnt {
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: -ms-calc(100% - 40px);
        width: -o-calc(100% - 40px);
        width: calc(100% - 40px)
    }
    .sticky-accept-payment h2 {
        display: block
    }
    .sticky-cust-care,
    .sticky-secure {
        display: block
    }
    .satisfactory-text p {
        padding-left: 0!important;
        font-size: 14px!important
    }
    .modal.money-back {
        margin-bottom: 0;
        margin-top: 0 !important;
    }
    .money-back {
        margin-bottom: 20px!important;
        margin-top: 20px!important
    }
    .price-offer-block h2 {
        color: #234d94;
        font-weight: 600;
        font-size: 40px!important
    }
    .price-offer-block span.color2.font-12 {
        color: #234d94!important
    }
    .price-last {
        border-bottom: 0;
    }
    .accept-payment {
        border-bottom: 0;
        border-top: 0;
    }
    .moneyback-gurantee .flex-grid .col-70 h1 {
        text-align: left;
        margin-left: 15px;
    }
    .full-border {
        border-top: 10px solid #f4f4f4;
        position: relative;
        margin-right: -15px;
        margin-left: -15px;
    }
    .find-lawyer-panel a {
        display: table;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .right-find-form {
        padding: 20px 20px 20px;
    }
    .right-find-form button {
        margin-top: 0 !important;
    }
    .find-lawyer-panel .left-find-content {
        text-align: center;
        margin-top: 20px !important;
    }
    .find-lawyer-panel .left-find-content p {
        padding-top: 10px !important;
    }
    .find-lawyer-panel .left-find-content h3 {
        font-size: 20px !important;
        line-height: 28px !important;
    }
    .top-review-panel .review-image {
        width: 60px;
        height: 60px;
    }
    .top-review-panel .review-image span {
        line-height: 60px;
    }
    .top-review-panel h2 {
        font-size: 20px !important;
    }
    .top-review-panel .row.m-t-30 {
        margin-top: 20px !important;
    }
    .all-lawyers-links-panel {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
}

@media screen and (max-width: 575px) {
    .featured-in.text-center.m-t-50.m-b-80 {
        margin-bottom: 30px !important;
        margin-top: 0 !important;
    }
    .featured-in h2 {
        margin-top: 10px;
        margin-bottom: 30px !important;
    }
    /* new-home-page */
    .home-banner .right-home-content img {
        height: 400px;
        display: table;
        margin: 0 auto;
        width: auto;
    }
    .how-talk-section {
        margin-top: 0;
    }
    .lawyers-online-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .legal-expert .expert-tile {
        margin-top: 5px;
    }
    .home-blog-section h2 {
        font-size: 24px !important;
    }
    .home-blog-section button {
        margin-top: 20px !important;
    }
    .what-our-testi {
        padding: 30px 0;
        margin-bottom: 30px;
    }
    .what-our-testi h2 {
        font-size: 24px !important;
    }
    .what-our-testi .home-slider-carousel button img {
        width: 10px;
    }
    .what-our-testi .home-slider-carousel button.owl-next {
        right: 0;
    }
    .what-our-testi .home-slider-carousel button.owl-prev {
        left: 0;
    }
    /* new-home-page */
    .main-header .top-links ul li a img {
        /* margin-right: 0; */
    }
    .leader-right {
        margin-top: 20px !important;
    }
    .legal-ask.abt-mid p {
        line-height: 26px;
        font-size: 18px !important;
    }
    .looking-for.leader-ship.m-t-50.m-b-50 {
        text-align: center;
    }
    .blog-tile h3 {
        margin-bottom: 10px !important;
    }
    .blog-tile a.blog-more {
        right: 12px;
    }
    .blog-details .blog-tile {
        padding-bottom: 0;
    }
    .contact-address .col-md-3.col-sm-6.col-12 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .function .col-md-6 .form-group .fas {
        left: 224px;
    }
    .price-table .col-md-6.col-sm-6.col-6.mint {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    /* ask-question-form */
    .ask-question-form .dropdown {
        margin-bottom: 20px;
    }
    .ask-question-form .col-md-3.col-sm-3 .common-action-btn {
        margin-top: 20px;
    }
    .ask-question-form select {
        margin-bottom: 20px;
    }
    .my-account .table span.color5 {
        width: 90px;
    }
    .summary-table .table th,
    .summary-table .table td {
        font-size: 12px;
    }
    .my-account .table span.color1 {
        width: 100px;
    }
    .testimonials-say .testimonial-content h4 {
        font-size: 18px !important;
        line-height: 28px;
    }
    .looking-for.terms h3 {
        font-size: 18px;
    }
    .banner.terms-condition p {
        margin-top: 5px !important;
    }
    .price-table .col-md-6.col-sm-6.col-6.mint {
        padding-right: 15px;
    }
    .featured-in .cmp-logo img {
        width: auto;
    }
    .featured-in-carousel.m-t-50 {
        margin-top: 20px !important;
    }
}

@media screen and (max-width: 560px) {
    .main-header .top-links ul li {
        margin-right: 0px !important;
        margin-bottom: 20px;
        display: block !important;
    }
    .main-header .top-links ul {
        top: 66px;
        text-align: left;
        /* background: #fff; */
    }
    .main-header .top-links ul li.law {
        text-align: center;
    }
    .main-header .top-links ul li a {
        display: block;
    }
}

@media screen and (max-width: 530px) {
    .main-footer .footer-copyright {
        padding-bottom: 8px !important;
    }
    .talk-to-ctg-footer-copyright {
        padding-bottom: 140px !important;
    }
    .lockdown-disc {
        padding: 20px !important;
    }
    .lockdown-disc span.font-100 {
        display: block;
        line-height: 1;
        margin-bottom: 5px;
    }
    .lockdown-disc span.font-36 {
        display: block;
        line-height: 1;
    }
    .legal-expert h2 {
        margin-top: 40px;
        font-size: 18px !important;
    }
    .featured-in h2 {
        font-size: 18px !important;
    }
    .avatars-online-home {
        position: absolute;
        bottom: 0;
        flex-wrap: wrap;
    }
    .avatars-online-home .avatars-text {
        flex: 0 0 100%;
    }
    .avatars-online-home .avatars-text p {
        width: 100% !important;
    }
    .avatars-online-home .img-circle {
        /* flex: 1; */
    }
    .home-banner .left-home-content .common-action-btn {
        padding: 10px;
        font-size: 20px;
        margin-top: 20px !important;
        margin-bottom: 55px;
    }
    .lockdown-offer .offer-content .right h2 {
        font-size: 16px;
    }
    /* new-home-page */
    .how-talk-section .how-it-works-content:before {
        height: 90%;
        width: 1px;
        top: 30px;
        left: 10%;
    }
    .how-talk-section .how-it-works-content {
        display: block;
    }
    .middle-problems .left-wrap h3 {
        font-size: 18px !important;
    }
    .middle-problems .right-wrap h3 {
        font-size: 18px !important;
    }
    .how-talk-section h2 {
        font-size: 18px !important;
        margin-top: 15px;
    }
    .lawyers-online-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .lawyers-online-section .tile-sec p {
        font-size: 18px !important;
    }
    .lawyers-online-section .lk-online-part p {
        font-size: 18px !important;
    }
    .lawyers-online-section button {
        margin-top: 20px !important;
    }
    .what-our-testi .home-slider-carousel button.owl-next,
    .what-our-testi .home-slider-carousel button.owl-prev {
        display: none;
    }
    .home-blog-section h2 {
        font-size: 18px !important;
        margin-bottom: 40px;
    }
    .home-blog-section .home-blog-content {
        margin-top: 10px;
    }
    .what-our-testi h2 {
        font-size: 18px !important;
    }
    .lockdown-offer .offer-content:after {
        left: 7px;
    }
    /* new-home-page */
    .lan-toggle {
        padding-top: 0;
    }
    .main-header img.navber {
        position: absolute;
        margin: 0;
        left: 15px;
        top: 22px;
    }
    .main-header .text-right.top-links.m-t-5 ul {
        width: 400px;
        top: 50px;
    }
    .banner .right-side img {
        width: 75%;
    }
    .banner .left-side h2 {
        /* font-size: 18px;
        line-height: 24px; */
    }
    .banner .left-side p {
        /* font-size: 16px;
        line-height: 20px; */
    }
    .legal-talk img,
    .legal-ask img {
        width: 75%;
    }
    .legal-expert .col-md-3.co-sm-3.col-6 {
        margin-top: 0;
        margin-bottom: 30px !important;
    }
    .legal-expert .expert-tile {
        height: 100%;
        margin-bottom: 0 !important;
    }
    .legal-expert .col-md-3.co-sm-3.col-6:nth-child(3),
    .legal-expert .col-md-3.co-sm-3.col-6:nth-child(4) {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .looking-for.text-center.m-t-50.m-b-50,
    .legal-talk.m-t-50.m-b-50,
    .legal-ask.m-t-50.m-b-50,
    .why-legal.text-center.m-t-50.m-b-50,
    .legal-expert.m-t-50.m-b-50,
    .about-legal.text-center.p-t-40.p-b-40.m-t-50.m-b-50,
    .featured-in.text-center.m-t-50.m-b-80,
    .testimonials-say.p-t-30.p-b-30.m-t-50.m-b-50 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 8px !important;
    }
    .featured-in.text-center.m-t-50.m-b-80 {
        margin-bottom: 30px !important;
        margin-top: 0 !important;
    }
    .featured-in-carousel .item {
        padding: 0;
        margin: 0;
        box-shadow: none;
    }
    .featured-in .cmp-logo {
        /* margin-bottom: 20px; */
    }
    .testimonials-say .testimonial-content h4 {
        left: 0;
        font-size: 18px !important;
        line-height: 28px;
    }
    .part-text span {
        display: block;
    }
    .divorce h4.font-18.color3.m-b-30 {
        margin-bottom: 10px !important;
    }
    .function .form-group.m-b-10 {
        margin-bottom: 0 !important;
    }
    .category-panel ul li a {
        font-size: 13px;
    }
    .category-panel ul li {
        line-height: normal;
    }
    .looking-for.talk .common-heading {
        margin-top: 20px;
    }
    .about-legal.question.text-center.p-t-40.p-b-40.m-t-50.m-b-50 {
        margin-bottom: 20px !important;
    }
    .about-legal.question .common-action-btn.btn.m-t-140 {
        margin-bottom: 20px;
    }
    .faq-accordion ul li {
        font-size: 14px;
        display: block;
        border-right: 0;
    }
    .faq-accordion ul {
        padding-top: 10px;
    }
    .looking-for.blog.m-t-50.m-b-50 {
        margin-top: 20px !important;
    }
    .blog-section.m-b-50.m-t-50 {
        margin-top: 0 !important;
        margin-bottom: 0px !important;
    }
    .blog-section .col-md-6.col-sm-6.col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .blog-tile img {
        width: 100%;
    }
    .blog-tile ul li {
        display: inline-block;
        border-right: 1px solid #ccc;
    }
    .all-blog .blog-tile p.m-t-20.position-relative {
        display: none;
    }
    .all-blog .col-md-12.text-center.m-t-20 {
        margin-top: 0 !important;
    }
    .all-blog .col-md-12.text-center.m-t-20 button.common-action-btn.btn.m-t-20 {
        margin-top: 0 !important;
    }
    .practice-tags .row.m-t-30.m-b-30 {
        margin-bottom: 0 !important;
    }
    .recent-topics ul.list-unstyled.p-0.m-0.m-t-30.m-b-30 {
        margin-bottom: 0 !important;
    }
    .function .col-md-6 .form-group .fas {
        left: 200px;
    }
    .looking-for.talk-minits.text-center.m-t-50.m-b-50 {
        margin-top: 20px !important;
    }
    .price-table .col-md-6.col-sm-6.col-6.mint {
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
    }
    /* success */
    .banner.success .left-side.check p {
        font-size: 18px;
    }
    .testimonials-say .testimonial-carousel {
        margin-top: 20px;
    }
    .summary-table .table thead th,
    .summary-table .table td,
    .summary-table .table th {
        white-space: nowrap;
    }
    .contact-footer .foot-contact ul li {
        display: block;
        margin-right: 0;
    }
    .looking-for.question.text-center.m-t-50.m-b-50 {
        margin-top: 20px !important;
        margin-bottom: 30px !important;
    }
    .faq-accordion.ask ul.qstn li {
        border-right: 0;
    }
    .faq-acc span.fa-icon {
        position: absolute;
        right: 0px;
        top: 12px;
    }
    .all-blog .blog-tile {
        margin-bottom: 40px;
    }
    .blog-tile a.blog-more {
        bottom: 15px;
    }
    .how-talk-section .how-it-works-content:before {
        top: 30px;
        left: 30px;
    }
    .how-talk-section .common-item {
        width: 100%;
        clear: both !important;
        overflow: hidden !important;
        display: flex !important;
        align-items: center !important;
        margin-bottom: 40px;
    }
    .how-talk-section .common-item:last-child {
        margin-bottom: 0;
    }
    .how-talk-section .common-item .icon-circle {
        float: left;
        margin-right: 20px;
    }
    .how-talk-section .common-item .text-content {
        float: left;
        width: -webkit-calc(100% - 80px);
        width: -moz-calc(100% - 80px);
        width: -ms-calc(100% - 80px);
        width: -o-calc(100% - 80px);
        width: calc(100% - 80px);
        text-align: left;
    }
    .how-talk-section .common-item .text-content p {
        margin-top: 0 !important;
    }
    .what-our-testi .item {
        margin: 0;
    }
    /* .main-category .owl-nav {
        position: absolute;
        bottom: -60px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .main-category .owl-nav button {
        left: auto;
        right: auto;
        position: static;
        margin: 0 10px !important;
    } */
    .main-category .home-category-carousel .owl-theme .owl-nav {
        margin-top: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }
    .main-category .home-category-carousel button.owl-prev {
        left: -25px;
        top: 36px;
        position: absolute;
    }
    .main-category .home-category-carousel button.owl-next {
        right: -25px;
        position: absolute;
        top: 36px;
    }
    .main-category .home-category-carousel .item {
        margin: 0 10px;
    }
    .home-banner {
        overflow: hidden;
    }
    .right-home-content {
        position: absolute;
        top: -200px;
        right: -30px;
    }
    .home-banner .right-home-content img {
        height: 200px;
        display: table;
        margin: 0 auto;
        width: auto;
    }
    .home-banner .left-home-content h1 {
        font-size: 18px !important;
        margin-bottom: 5px !important;
    }
    .home-banner .left-home-content h2 {
        font-size: 16px;
        margin-bottom: 10px !important;
    }
    .home-banner .left-home-content p {
        font-size: 14px !important;
        width: 180px;
    }
    .main-category {
        margin-top: 0px;
    }
    .main-category .container {
        padding: 0;
    }
    .home-category-carousel .right-cate-side {
        margin-top: 24px;
    }
    .home-category-carousel {
        text-align: left;
    }
    .home-category-carousel h2 {
        font-size: 16px;
    }
    .mob-navs ul li a img {
        margin-top: 0px !important;
        width: 130px;
        margin-left: 30px;
    }
    .main-header img.navber {
        position: absolute;
        margin: 0;
        left: 15px;
        top: 20px;
        width: 20px !important;
        height: 20px !important;
    }
    .lan-toggle span.head-toggle {
        margin-right: 8px;
    }
    .whatsapp-anchor {
        margin-right: 8px !important;
    }
    .whatsapp-anchor img {
        height: 25px !important;
        width: 25px !important;
    }
    .lockdown-offer {
        margin-top: 30px;
    }
    .middle-problems {
        margin-top: 20px;
    }
    .chatbox-hello .chat-text {
        bottom: 62px;
    }
    .chatbox-hello .chat-avatar {
        bottom: 45px;
    }
    .lockdown-was p.m-b-20 {
        margin-bottom: 5px !important;
    }
    .how-talk-section h3 span {
        position: absolute;
        left: 88px;
    }
}

@media screen and (max-width: 520px) {
    .chatbox-area {
        right: auto;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
        padding: 20px;
        padding-bottom: 60px;
    }
    .chatbox-close {
        right: 20px;
        bottom: auto;
        top: 10px;
        background: transparent;
        box-shadow: none;
        width: 30px;
        height: 30px;
    }
    .chatbox-close .whiteclose-icon {
        display: none;
    }
    .chatbox-close .blackclose-icon {
        display: block;
    }
    .chat-textarea {
        right: auto;
        width: 100%;
        left: 0;
        border-radius: 0;
        bottom: 0;
        border-top: 2px solid #82b440;
    }
    .chatbox-alert {
        right: auto;
        width: 100%;
        bottom: 0;
    }
    .ui-autocomplete {
        top: auto !important;
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        bottom: 50px !important;
    }
}

@media screen and (max-width: 480px) {
    .price-offer-block .price-txt .disc-percent-50,
    .price-offer-block .price-txt .disc-percent-70 {
        right: -20px;
    }
    .why-should .disc_price span:not(.covid-text) {
        font-size: 14px!important;
    }
    /* .main-header .top-links ul li {
        margin-right: 5px !important;
    } */
    .looking-for.talk p.font-18 {
        font-size: 14px !important;
    }
    .expert-tile img {
        width: 50%;
    }
    .legal-expert .expert-tile {
        padding: 10px !important;
    }
    .expert-tile p.font-20.m-t-20 {
        font-size: 16px !important;
    }
    .why-should .disc_price {
        border-left: 0 none;
        min-height: 140px;
        /* padding: 20px; */
        margin-bottom: 10px;
        margin-left: 5px;
        margin-right: 0;
    }
    .why-should .disc_price:nth-child(1) {
        /* border: 1px solid #d6d7dd; */
        margin-left: 0;
    }
    .lk-steps .col-md-4.col-sm-4.col-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .lk-steps img {
        width: 50% !important;
    }
    .why-should .recharge-mins {
        /* box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none; */
        /* margin-bottom: 20px !important; */
    }
    .why-should .disc_price span {
        /* font-size: 14px !important; */
    }
    .banner.about-page p.font-16 {
        line-height: 26px;
    }
    .blog-tile a.blog-more {
        /* right: 0;
        left: 0;
        position: relative !important;
        text-align: center;
        display: table;
        margin: 0 auto;
        margin-top: 20px; */
        right: 15px;
        /* bottom: -5px; */
    }
    .blog-tile {
        margin-bottom: 0;
    }
    .all-blog .blog-tile {
        /* margin-bottom: 10px; */
    }
    .why-should .recharge-mins {
        padding: 0;
    }
    .address-tile img {
        display: none;
    }
    .address-tile p.font-weight-600.font-18 {
        font-size: 16px !important;
    }
    .address-tile .card p {
        font-size: 16px;
    }
    .contact-address .col-md-3.col-sm-6.col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .address-tile {
        border: 1px solid #ccc;
        margin-bottom: 25px;
        padding: 10px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }
    .why-should [type="radio"]:checked+label,
    .why-should [type="radio"]:not(:checked)+label {
        padding-left: 22px;
    }
    .why-should .recharge-mins {
        margin-bottom: 0;
    }
    .why-should.m-t-50.m-b-50.header.sticky .recharge-mins {
        padding: 0 0 20px 0;
    }
    .function .form-group select {
        width: 100%;
    }
    /* .function .form-group .fas {
        left: auto;
        right: 12px;
    } */
    .gradient-button-1 {
        width: 100%;
    }
    .function .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .function .col-md-6 .form-group .fas {
        left: auto;
    }
    .function button.common-action-btn-fill.btn.m-t-20 {
        margin-top: 0 !important;
    }
    h4.modal-title.font-18 {
        font-size: 16px !important;
    }
    .date-picker .gj-datepicker.gj-datepicker-bootstrap.gj-unselectable.input-group {
        width: 100% !important;
    }
    .price-table .col-md-6.col-sm-6.col-6.mint {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    /* success */
    .bottom-success button.common-action-btn.btn.m-r-20 {
        margin-right: 0 !important;
    }
    .bottom-success button.common-action-btn.btn {
        padding: 6px 20px;
    }
    .bottom-success button.common-action-btn-success.btn {
        padding: 6px 20px;
    }
    .modal.success h4.font-20.font-weight-600.m-b-20 {
        font-size: 16px !important;
        margin-bottom: 10px !important;
    }
    .modal.success .common-action-btn {
        padding: 6px 20px;
    }
    /* ask-question-modal */
    .modal.ask-question .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ask-lawyer .left-side p {
        font-size: 20px;
        line-height: 28px;
    }
    .all-blog .blog-tile {
        /* height: 530px !important; */
    }
    .blog-details .blog-tile ul.share li {
        margin-right: 10px !important;
    }
    .price-customer {
        text-align: center;
    }
    .buy-lk-footer .common-action-btn {
        margin-top: 5px;
    }
    .talk .m-t-20 span {
        margin-bottom: 10px;
        display: block;
    }
    .money-back.m-b-20 {
        margin-left: 5px;
        margin-right: 4px;
    }
    .question .qa-sec h4.font-24.font-weight-600 {
        text-align: center;
        display: block;
        line-height: normal;
        font-size: 20px !important;
    }
    .looking-for.talk .common-heading.font-30,
    .featured-in.talk .common-heading.font-30 {
        font-size: 20px !important;
        margin-top: 0;
    }
    .legal-ask.talk h1 {
        font-size: 20px !important;
    }
    .about-legal.talk .font-30.text-uppercase {
        font-size: 20px !important;
    }
    .looking-for.talk .common-heading.font-30,
    .featured-in.talk .common-heading.font-30 {
        font-size: 20px !important;
        margin-top: 0;
    }
    .legal-ask.talk h1 {
        font-size: 20px !important;
    }
    .about-legal.talk .font-30.text-uppercase {
        font-size: 20px !important;
    }
    .banner .left-side h1 {
        font-size: 20px !important;
        line-height: 28px !important;
    }
    .banner .left-side h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .featured-in h1 {
        font-size: 20px !important;
    }
    .about-legal.question .lk-steps h2 {
        font-size: 20px !important;
    }
    .talk-minits h1 {
        font-size: 20px !important;
    }
    .buy-lk-minutes h1 {
        font-size: 20px !important;
    }
    .question h1 {
        font-size: 20px !important;
    }
    .legal-talk h1,
    .legal-ask h1,
    .why-legal h1 {
        font-size: 20px !important;
    }
    .about-legal h2 {
        font-size: 20px !important;
    }
    .looking-for h2 {
        font-size: 20px !important;
    }
    .about-legal h2 span.color1 {
        display: block;
    }
    .looking-for .mission h1,
    .looking-for.product h1 {
        font-size: 20px !important;
    }
    .looking-for.leader-ship .common-heading {
        font-size: 20px !important;
    }
    .font-30.text-uppercase.font-weight-600 {
        font-size: 20px !important;
    }
    .looking-for.terms h1 {
        font-size: 20px !important;
    }
    .looking-for.terms h3 {
        font-size: 20px;
    }
    .looking-for.blog .common-heading {
        font-size: 20px !important;
    }
    .why-should .disc_price {
        width: 48%;
        -webkit-box-shadow: 0 0 9px 0 rgba(2, 3, 3, .29);
        -moz-box-shadow: 0 0 9px 0 rgba(2, 3, 3, .29);
        -ms-box-shadow: 0 0 9px 0 rgba(2, 3, 3, .29);
        -o-box-shadow: 0 0 9px 0 rgba(2, 3, 3, .29);
        box-shadow: 0 0 9px 0 rgba(2, 3, 3, .29);
        border-left: 0 none;
        min-height: 140px;
        padding: 10px;
        margin-top: 10px;
        margin-left: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px
    }
    .why-should .disc_price:nth-child(1) {
        -webkit-box-shadow: 0 0 9px 0 rgba(2, 3, 3, .15);
        -moz-box-shadow: 0 0 9px 0 rgba(2, 3, 3, .15);
        -ms-box-shadow: 0 0 9px 0 rgba(2, 3, 3, .15);
        -o-box-shadow: 0 0 9px 0 rgba(2, 3, 3, .15);
        box-shadow: 0 0 9px 0 rgba(2, 3, 3, .15)
    }
    .why-should .disc_price:nth-child(1) {
        margin-left: 0
    }
    .why-should .clear.d-flex.align-items-center.justify-content-center {
        overflow: visible!important;
        clear: initial
    }
    span.font-12.covid-text {
        /* color: #eb0202!important; */
        font-weight: 600
    }
    .mobprice-sticky .buy-btn {
        order: 2;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .offer-area .lockdown-was {
        margin-top: 20px !important;
    }
    .lockdown-was p.m-b-20 {
        margin-bottom: 10px !important;
    }
}

@media screen and (max-width: 460px) {
    .mob-navs ul li a img {
        margin-top: 3px;
    }
    .all-blog .blog-tile {
        /* height: 510px !important; */
    }
    .money-back.m-b-20 .fas {
        right: 10px;
    }
}

@media screen and (max-width: 450px) {
    .price-table .col-md-6.col-sm-6.col-6.mint {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }
    .my-account .table span.color5 {
        width: 60px;
    }
    .my-account .table span.color5 {
        width: 60px;
    }
}

@media screen and (max-width: 440px) {
    .price-table .col-md-6.col-sm-6.col-6.mint {
        -ms-flex: 0 0 68%;
        flex: 0 0 68%;
        max-width: 68%;
    }
    .all-blog .blog-tile {
        /* height: 500px !important; */
    }
    .all-breadcrumbs.quest ol li:last-child {
        padding-left: 0;
    }
    .all-breadcrumbs .breadcrumb>.breadcrumb-item.active {
        /* width: 145px; */
    }
}

@media screen and (max-width: 420px) {
    .main-header .text-right.top-links.m-t-5 ul {
        width: 350px;
    }
    .address-tile img.img-fluid {
        display: none;
    }
    .price-table .col-md-6.col-sm-6.col-6.mint {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    .all-blog .blog-tile {
        /* height: 500px !important; */
    }
    .question .label-info span.color1.font-18.font-weight-600 {
        display: block;
    }
    .question .label-info span.border-vertical {
        display: none !important;
    }
    .buy-lk-footer .common-action-btn {
        margin-top: 3px;
    }
    .money-back .fas {
        right: 10px !important;
        top: 0 !important;
    }
    .home-category-carousel .right-cate-side {
        margin-top: 14px;
    }
    .main-category .home-category-carousel button.owl-next,
    .main-category .home-category-carousel button.owl-prev {
        top: 25px;
    }
    .middle-problems .left-wrap h3 {
        font-size: 18px !important;
        line-height: 24px;
    }
    .legal-expert .expert-tile h2 {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .top-review-panel .review-tile .col-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .top-review-panel .review-tile .col-10 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
}

@media screen and (max-width: 408px) {
    /* .why-should .disc_price {
        min-height: 158px;
    } */
    .blog-details .blog-tile ul li {
        font-size: 14px;
    }
    .price-table .col-md-6.col-sm-6.col-6.mint {
        /* -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%; */
    }
    .question .ask-content .left-part h4 a.common-action-btn.btn.m-l-20 {
        margin-left: 0 !important;
        margin: 10px auto 0 !important;
        text-align: center;
        display: table;
    }
    .buy-lk-footer .buy-fixed span {
        font-size: 12px;
    }
    .buy-lk-footer .buy-fixed span {
        display: block;
    }
    .buy-lk-footer .col-8 {
        padding: 0;
    }
    .buy-lk-footer .col-4 {
        padding: 0;
    }
    .buy-lk-footer .left-side img {
        width: 20px;
    }
    .buy-lk-footer .common-action-btn {
        margin-top: 1px;
    }
}

@media screen and (max-width: 380px) {
    .main-header .text-right.top-links.m-t-5 {
        margin-top: 2px !important;
    }
    .main-header .text-right.top-links.m-t-5 ul {
        width: 300px;
    }
    .font-30.text-uppercase.font-weight-600 {
        font-size: 16px !important;
        margin-top: 25px;
    }
    .talk-advice {
        min-height: 200px;
    }
    .about-legal.question .font-30.text-uppercase.font-weight-600.m-t-140 {
        font-size: 16px !important;
    }
    .about-legal.question .common-action-btn.btn.m-t-140 {
        margin-bottom: 10px;
        margin-top: 10px !important;
    }
    .blog-tile ul li {
        border-right: 0;
        display: block;
    }
    .blog-details .blog-tile ul li {
        /* font-size: 12px; */
    }
    .banner .left-side h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .about-page .left-side h2 {
        font-size: 18px;
    }
    .banner .left-side p {
        font-size: 18px;
        line-height: 24px;
    }
    .all-blog .blog-tile {
        /* height: 470px !important; */
    }
    /* .mob-navs ul li a img {
        margin-top: 6px;
    } */
    .price-table .col-md-6.col-sm-6.col-6.mint {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .buy-lk-footer .common-action-btn {
        margin-top: 0;
    }
    .money-back.m-b-20 {
        margin-left: 5px;
        margin-right: 2px;
    }
    .guarantee-tile.m-t-20 {
        margin-top: 2px !important;
    }
    .banner .left-side p {
        margin-top: 30px;
    }
    .question .ask-content .left-part a {
        margin-left: 0 !important;
        display: table;
        margin: 0 auto !important;
        margin-top: 10px !important;
    }
    .question .ask-content .left-part h1 {
        text-align: center !important;
    }
    .home-category-carousel .right-cate-side {
        margin-top: 8px;
    }
    .lockdown-offer .offer-content:after {
        left: 5px;
        top: 8px;
    }
    .lockdown-offer .offer-content h2 span {
        display: block;
    }
    .lockdown-offer .offer-content h2 span.font-32 {
        font-size: 18px !important;
    }
    .lawyers-online-section .lk-online-part p {
        font-size: 16px !important;
    }
    .lawyers-online-section .avatars-online .img-circle {
        height: 35px;
        width: 35px;
    }
    .main-category .home-category-carousel button.owl-next,
    .main-category .home-category-carousel button.owl-prev {
        top: 18px;
    }
    .top-review-panel .common-action-btn {
        font-size: 14px !important;
    }
    .top-review-panel .review-image {
        width: 55px;
        height: 55px;
    }
    .top-review-panel .review-image span {
        line-height: 55px;
    }
}

@media screen and (max-width: 360px) {
    .all-blog .blog-tile {
        /* height: 460px !important; */
    }
    .price-table .col-md-6.col-sm-6.col-6.mint {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
    .money-back .fas {
        top: 0 !important;
    }
    .blog-details .d-flex.align-items-center.m-t-30 {
        display: block !important;
    }
    .blog-details .jssocials-share {
        margin-top: 0;
        margin-bottom: 0;
    }
    .blog-details .jssocials-share img.jssocials-share-logo {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .question .d-flex.align-items-center.m-t-30 {
        display: block !important;
    }
    .banner .left-side h1 {
        font-size: 20px !important;
        line-height: 28px !important;
    }
    .category-area {
        margin-top: 10px;
    }
    .category-area .item {
        margin: 0 0 30px 0;
    }
    .login-wrap {
        padding-top: 20px;
    }
}

@media screen and (max-width: 359px) {
    .lockdown-abs {
        width: 103px;
    }
    .lockdown-disc span.font-100 {
        font-size: 40px;
    }
    .category-area .item {
        min-height: 122px;
    }
    .common-action-btn {
        padding: 10px;
        font-size: 20px;
    }
    .minutes-tile .common-action-btn .fa,
    .minutes-tile .common-action-btn .fas {
        font-size: 12px;
        vertical-align: 2px;
    }
    .mob-navs ul li a img {
        width: 100px;
    }
    .top-review-panel .rate label {
        margin-bottom: 0 !important;
    }
    .top-review-panel .date {
        line-height: normal;
    }
}

@media screen and (max-width: 345px) {
    .why-should .disc_price {
        margin-left: 0;
        min-height: auto;
        width: 100%;
    }
    .price-table .col-md-6.col-sm-6.col-6.mint {
        /* -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%; */
    }
    /* success */
    .modal.success h4.font-20.font-weight-600.m-b-20 {
        font-size: 14px !important;
    }
    .all-blog .blog-tile {
        /* height: 460px !important; */
    }
    .main-header ul li.m-r-20 {
        margin-right: 5px !important;
    }
    .main-header .top-links ul li {
        margin-right: 2px !important;
    }
    .main-header .col-3 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .main-header .col-9 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
    .money-back.m-b-20 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .banner .left-side h1 {
        font-size: 18px !important;
        line-height: 24px !important;
    }
    .banner .left-side p {
        margin-top: 10px;
    }
    .home-category-carousel .right-cate-side {
        margin-top: 0;
    }
}

@media screen and (max-width: 320px) {
    .main-header .text-right.top-links.m-t-5 ul {
        width: 280px;
    }
    .talk-advice {
        min-height: 180px;
    }
    .price-table .col-md-6.col-sm-6.col-6.mint {
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
    }
    .looking-for.talk .common-heading.font-30,
    .featured-in.talk .common-heading.font-30 {
        font-size: 20px !important;
        margin-top: 0;
    }
    .lawyers-online-section .lk-online-part p {
        font-size: 13px !important;
    }
    .lockdown-was p {
        line-height: 22px;
        font-size: 18px !important;
    }
    .offer-area .lockdown-was {
        margin-top: 0 !important;
    }
}