@font-face {
    font-family: '2MASS J1808';
    src: url('../fonts/2MASSJ1808-Heavy.eot');
    src: url('../fonts/2MASSJ1808-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/2MASSJ1808-Heavy.woff2') format('woff2'),
        url('../fonts/2MASSJ1808-Heavy.woff') format('woff'),
        url('../fonts/2MASSJ1808-Heavy.ttf') format('truetype'),
        url('../fonts/2MASSJ1808-Heavy.svg#2MASSJ1808-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: '2MASS J1808';
    src: url('../fonts/2MASSJ1808-Normal.eot');
    src: url('../fonts/2MASSJ1808-Normal.eot?#iefix') format('embedded-opentype'),
        url('../fonts/2MASSJ1808-Normal.woff2') format('woff2'),
        url('../fonts/2MASSJ1808-Normal.woff') format('woff'),
        url('../fonts/2MASSJ1808-Normal.ttf') format('truetype'),
        url('../fonts/2MASSJ1808-Normal.svg#2MASSJ1808-Normal') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Keep Calm Med';
    src: url('../fonts/KeepCalm-Medium.eot');
    src: url('../fonts/KeepCalm-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/KeepCalm-Medium.woff2') format('woff2'),
        url('../fonts/KeepCalm-Medium.woff') format('woff'),
        url('../fonts/KeepCalm-Medium.ttf') format('truetype'),
        url('../fonts/KeepCalm-Medium.svg#KeepCalm-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Keep Calm';
    src: url('../fonts/KeepCalm-Light.eot');
    src: url('../fonts/KeepCalm-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/KeepCalm-Light.woff2') format('woff2'),
        url('../fonts/KeepCalm-Light.woff') format('woff'),
        url('../fonts/KeepCalm-Light.ttf') format('truetype'),
        url('../fonts/KeepCalm-Light.svg#KeepCalm-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin:0;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], /* 1 */
input[type="reset"], input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

button[disabled], html input[disabled] {
    cursor: default;
    color: #777;
    border: 1.5px solid #e6e6e6;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #000;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #ffffff;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
        http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    color: rgba(0, 0, 0, 0.77);
    font-size: 14px;
    font-weight: normal;
    font-family: '2MASS J1808';
    line-height: 27px;
    margin: 0;
    padding: 0;
}

a, a:link  {
    text-decoration: none;
    font-weight: inherit;
    color: #187DC1;
}
a:hover,a:active, a:visited{
    color: #187DC1;
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: 500;
    font-family: 'Keep Calm Med';
}

h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

h4{
    font-size: 26px;
    margin-top: 25px;
    margin-bottom: 10px;
    padding-bottom: 0;
    line-height: 38px;
}
h5, h6 {
   margin-top: 15px;
margin-bottom: 3px;
    padding-bottom: 0;
}
h1 {
    font-size: 36px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
    line-height: 40px;
}

h5 {
    font-size: 21px;
	line-height: 36px;
}

h6 {
    font-size: 18px;
    line-height: 26px;
}

p {
    color: rgba(0, 0, 0, 0.77);
    font-size: 14px;
    font-weight: normal;
    font-family: '2MASS J1808';
    line-height: 27px;
    margin: 0;
    padding: 0 0 20px 0;
}
.article-content p {
    padding: 0 0 15px 0;
}
.widget-snippet p {
    color: rgba(0, 0, 0, 0.77);
    font-size: 14px;
    font-weight: normal;
    font-family: '2MASS J1808';
    line-height: 27px;
    margin: 0;
    padding: 0 0 20px 0;
}

.widget-snippet p a {
    color: #187DC1;
}

.widget-snippet h1, .widget-snippet h2, .widget-snippet h3, .widget-snippet h4, .widget-snippet h5, .widget-snippet h6 {
    margin-top: 0;
    margin-bottom: 8px;
    padding-bottom: 0;
}

.widget.widget-pageHeading {
    padding: 45px 0;
    text-align: left;
    max-width: 1400px;
    margin: 0 auto;
}
.widget.widget-pageHeading h1, .widget.widget-pageHeading h2 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 36px;
    line-height: 75px;
    text-align: left;
    text-transform: none;
    font-weight: 700;
    font-family: 'Keep Calm Med';
	padding-left: 0;
}
.widget.widget-pageHeading h1:before {
    content: '';
    position: absolute;
    background: #187DC1;
    left: 0;
	width: 3px;
	height: 30px;
	top: 23px;
    display: none;
}
.page-faqs .widget.widget-pageHeading h1::before {
	display:none;
}
/*.page-faqs .widget.widget-pageHeading {
    text-align: center;
}
.page-faqs .widget.widget-pageHeading h1 {
    left:0;
}
.page-faqs .widget.widget-breadcrumb{
	display:none;
}*/
/*start:breadcum*/
.widget.widget-breadcrumb {
    position: absolute;
    text-align: center;
    right: 13.3%;
    top: 40%;
    z-index: 1;
}
.widget.page-heading + .widget.widget-breadcrumb{
    top:  -164px;
}
.widget.widget-breadcrumb span {
    position: relative;
    color: rgba(255,255,255,1.0);
    font-family: 'Keep Calm';
    font-weight: 300;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}

.breadcrumb-item.root .icon:before {
    content: 'Home';
    color: #187dc1;
    background-image: none;
    position: absolute;
    left: 0;
    font-family: 'Keep Calm';
    font-weight: 300;
    font-size: 14px;
}
.breadcrumb-item.root a:hover .icon:before {
    color: #0098FF;
}
.breadcrumb-item.root .icon {
    background: none;
}
.widget.widget-breadcrumb span a span {
  color: rgba(0, 0, 0, 0.6);
}
.widget.widget-breadcrumb span a:hover span{
color: #187DC1;
}
.widget.widget-breadcrumb .separator {
    padding: 0;
    font-size: 0;
    width: 14px;
    height: 20px;
    display: inline-block;
    position: relative;
    margin: 0 0 0 10px;
    vertical-align: top;
    top: 3px;
}
.widget.widget-breadcrumb span:nth-of-type(1) .separator {
    margin: 0 0 0 40px;
}
.breadcrumb-item .separator:before {
    content:'';
    position:absolute;
    left:0;
    top: 7px;
    width: 16px;
    height: 20px;
    background-image: url(../images/separator-breadcrumb.png);
    background-repeat: no-repeat;
}
span.breadcrumb-item.current {
    color: rgba(0, 0, 0, 0.6);
    font-family: 'Keep Calm';
    font-weight: 300;
    font-size: 14px;
    position: relative;
    display: inline-block;
}
/*end:breadcum*/
body > div.body {
    padding: 0 0 90px 0;
    min-height: 500px;
}

body.page-home > div.body {
    padding: 0;
}

/* Common Styles */
p, code, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, input[type=submit], input, input[type=text], textarea, select, input[type=password], address, input[type=file], input[type=hidden], button, input[type=image], blockquote {
    color: rgba(0, 0, 0, 0.77);
    font-size: 14px;
    font-weight: normal;
    font-family: '2MASS J1808';
    line-height: 27px;
}
.widget-snippet i, .widget-article i {
    color: rgba(0, 0, 0, 0.77);
}
body.widget-snippet i, body.widget-article i {
    color: rgba(0, 0, 0, 0.77);
}
input[type="submit"], input[type="button"], button, .button, a.button {
    background: #fff;
    border: 0;
    box-sizing: border-box;
    text-align: center;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    font-size: 16px;
    color: #187DC1;
    padding: 15px 48px;
    line-height: 20px;
    font-family: '2MASS J1808';
    letter-spacing: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border: 1.5px solid #187DC1;
    text-transform: uppercase;
}

input[type=submit]:hover, input[type=button]:hover, button:hover, a.button:hover, .button:hover {
background: #187dc1;
color: #fff;
border-color: #187dc1;
border: 1.5px solid #187DC1;
}

input[type=text], input[type=password], select {
    height: 40px;
}

input[type=text], input[type=password], select, textarea {
    font-family: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    height: 50px;
    border-radius:0;
}

textarea {
    height: 90px;
}


input[type=text].validation-error, input[type=password].validation-error {
    border: 1px solid #e64343;
}

button.Zebra_DatePicker_Icon {
    background-position: right center;
}

table {
    max-width: 100%;
    margin-bottom: 20px;
}

table th {
    font-weight: 700;
    background: #eee;
}

table, th, td {
    text-align: left;
    border: 1px solid #d9d9d9;
    padding: 8px;
    color: rgba(0, 0, 0, 0.77);
    font-size: 14px;
    font-weight: normal;
    font-family: '2MASS J1808';
    line-height: 27px;
}

table tr:nth-child(2n) {
    background: #f8f8f8;
}

.widget-snippet td,
.widget-snippet th {
    padding: 8px;
}

.widget-snippet {
    color: rgba(0, 0, 0, 0.77);
    font-size: 14px;
    font-weight: normal;
    font-family: '2MASS J1808';
    line-height: 27px;
}

.widget-snippet a {
    color: #187DC1;
}

.widget-snippet a:hover {
    color: #187DC1;
}

.widget-snippet ul, ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.widget-snippet ul li,
.widget-snippet ol li, ul li, ol li {
    position: relative;
    margin: 0;
    padding: 0 0 10px 22px;
    list-style-type: none;
    color: rgba(0, 0, 0, 0.77);
    font-size: 14px;
    font-weight: normal;
    font-family: '2MASS J1808';
    line-height: 27px;
}

.widget ul li a, .widget ol li a {
    color: rgba(0, 0, 0, 0.77);
}

.widget ul li a:hover, .widget ol li a:hover {
    color: #187DC1;
}

.widget-snippet ol li, ol li {
    list-style-type: decimal;
    padding: 0 0 6px 10px;
}

.article-content ul li::before,
.widget-snippet ul li::before {
    content: '\f00c';
    position: absolute;
    left: -1px;
    top: 10px;
    width: 8px;
    height: 8px;
    z-index: 1;
    font: normal normal normal 14px/1 FontAwesome;
    color: transparent;
    font-size: 5px;
    border: none;
    border-radius: 6px;
    text-align: center;
    line-height: 15px;
    background: rgb(24, 125, 193);
}


ul, ol, .widget-snippet ul, .widget-article ul, .widget-snippet ol, .widget-article ol {
    margin-bottom: 15px;
}

ol, .widget-article ol, .widget-snippet ol {
    padding-left: 19px;
}
.widget-form input[type="text"], .widget-form textarea, .widget-form select{
    border:1px solid rgba(0, 0, 0, 0.12);
    height:50px;
    padding:3px 14px;
    color: rgba(0, 0, 0, 0.77);
    font-size: 14px;
    font-weight: normal;
    font-family: '2MASS J1808';
    line-height: 50px;
    margin:0;
    width:100%
}
.widget-form textarea {
    height: 170px;
    padding: 7px 14px;
    line-height: 27px;
}
.widget-form .form-row label {
    color: rgba(0, 0, 0, 0.77);
    font-size: 14px;
    font-weight: normal;
    width: auto;
    font-family: '2MASS J1808';
    display: block;
}
.widget-form  .errorlist.after {
    font-size: 10px;
    line-height: 15px;
    position: absolute;
    margin-left: 0;
    padding: 0;
}
.widget-form {
    max-width: 950px;
    width: 100%;
}


/* Webcommander Base */
.page-content .v-split-container > .v-split {
    margin: 0 auto;
    width: 1400px;
    max-width: 100%;
}
.auto-page .page-content {
    margin: 0 auto;
}

.widget > .widget-title {
    padding: 0 0 5px 0;
    margin: 0;
    font-size: 25px;
    text-align: left;
    color: #187DC1;
    font-weight: 500;
    text-transform: none;
    line-height: 36px;
    font-family: 'Keep Calm Med';
}
/*start:manu*/
.widget-navigation.main-menu {
    text-align: left;
}
.widget-navigation.main-menu .nav-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.widget-navigation.main-menu .navigation-item.has-child {
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span {
    position: relative;
}

.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span::after {
    content: '\f107';
    display: inline-block;
    color: #000000;
    font-size: 18px;
    font-family: "FontAwesome";
    right: 0;
    margin-left: 5px;
  vertical-align: -1px;
}

.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a:hover span::after {

}

.widget-navigation.main-menu .navigation-item.first a {
    padding-left: 0;
}

.widget-navigation.main-menu .navigation-item {
    padding-left: 14px;
}

.widget-navigation.main-menu .navigation-item a {
    color: #000000;
    font-size: 14px;
  line-height: 27px;
    font-weight: normal;
    font-family: '2MASS J1808';
    padding: 28px 0;
    margin: 0 15px;
    text-transform:uppercase;
    text-decoration: none;
}
.widget-navigation.main-menu .navigation-item.active a{
    position: relative;
}
/*.widget-navigation.main-menu .navigation-item.active a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #187DC1;
    bottom: -22px;
    left: 0;
    right: 0;
    transition: height .2s;
    -webkit-transition: height .2s;
}
*/
.widget-navigation.main-menu .navigation-item.has-child a:hover,
.widget-navigation.main-menu .navigation-item.active a,
.widget-navigation.main-menu .navigation-item a:hover, .widget-navigation.main-menu .navigation-item a:focus {
    color: #187DC1;
}

.widget-navigation .horizontal .navigation-item.last a {
    padding-right: 0;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child:hover > a span::after {
    color: #187DC1;
  	content: '\f106';
}
/** Sub Menu **/
.fee .horizontal .navigation-item:hover > .navigation-item-child-container {
    display: none;
}
.main-menu .navigation-item .navigation-item-child-container {
    width: 268px;
    top: 93px;
    background: #fff;
    text-align: center;
    padding: 0px;
    left: 50%;
    box-shadow: 5px 0px 32px rgba(0, 0, 0, 0.12);
    margin: -10px 0 0 -122px;
    position: absolute;
    border-radius: 0;
}

.main-menu .navigation-item-child-container .navigation-item.first a::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 0px;
    height: 0px;
    border-color: #fff transparent #fff transparent;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    transition: all 0.5s ease 0s;
    margin-left: -10px;
    z-index: 1;
}

.main-menu .navigation-item-child-container .navigation-item.first a:hover::before {
    border-color: #187DC1 transparent #187DC1 transparent;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    margin-right: 0;
    margin-left:0;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    border: none;
    padding: 12px 6px;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000000;
    text-transform: none;
    font-weight: 500;
    transition: all 0.5s ease 0s;
    margin: 0;
    width: auto;
    border-bottom: 1px solid #eee;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.last a {
    padding-right: 24px;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child a {
    border-bottom: 0;
    background-color:#fff;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
    background: #187DC1;
    color: #fff;
    z-index: 2;
    display: block;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:focus::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.active a::after {
    display: none;
}

.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    padding: 0px;
}

/*end:menu*/
.main-menu .horizontal .navigation-item.first {
    padding-left: 0;
}
.main-menu .horizontal .navigation-item.first a{
    padding-left: 0;
    margin-left:0;
}
@media (min-width: 991px) {
    .widget-navigation.main-menu .navigation-item:nth-last-child(1) {
        padding-left: 0;
        margin-left: -2px;
    }
    .widget-navigation.main-menu .navigation-item:nth-last-child(2) a, .widget-navigation.main-menu .navigation-item:nth-last-child(1) a {
        color: #187DC1;
        border: 2px solid #187DC1;
        margin: 0;
        width: 165px;
        text-align: center;
        padding: 9px 0;
        position:relative;
    }
    .widget-navigation.main-menu .navigation-item:nth-last-child(1) a {
        color: #fff;
        background-color:#187DC1;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .widget-navigation.main-menu .navigation-item:nth-last-child(1) a:hover {
        color: #fff;
        background-color:#0098FF;
        border-color:#0098FF;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
   .widget-navigation.main-menu .navigation-item:nth-last-child(2) a:hover{
        color: #fff;
        background-color:#187DC1;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
   }
  .widget-navigation.main-menu .navigation-item:nth-last-child(2) a:hover:after {
        content: '';
        width: 1px;
        height: 15px;
        position: absolute;
        right: 0;
        top: 15px;
        background: #fff;
    }


}




/*start:Page not faund */
.page-page-not-found .page-content {
    text-align: center;
}

.page-page-not-found .page-content .article-content h1 {
    color: #f00;
    text-align: center;
    padding: 0;
    margin: 50px 0 0;
}

.page-page-not-found .page-content .article-content h2 {
    color: #000;
    font-size: 30px;
    text-align: center;
    padding: 12px 0;
    margin: 0;
}

.page-page-not-found .page-content .article-content p {
    text-align: center;
    padding: 0;
    margin: 0;
}

/*end:Page not faund */



/*start:search form*/
.widget.widget-search .search-form {
    background: rgba(196, 196, 196, 0.2);
    width: 327px;
    height: 43px;
    margin-left: auto;
}
.widget.widget-search .search-form form{
    position: relative;
}
.widget.widget-search .search-form button {
    background-color: transparent;
    padding: 0;
    position: absolute;
    right: 0;
    border-radius: 0px;
    top: 0;
    width: 110px;
    border: none;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin: 0;
    height: 42px;
    font-size: 14px;
    font-family: '2MASS J1808';
    color: #000;
    line-height: 20px;
    letter-spacing: normal;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget.widget-search .search-form button:hover {
    color: #187dc1;
}
.widget.widget-search .search-form input {
    border: medium none;
    height: 35px;
    padding: 5px 40px 5px 20px;
    width: 220px;
    background-color: transparent;
    margin: 4px 0 0 25px;
    font-size: 14px;
    font-family: '2MASS J1808';
    color: #000;
}
.widget.widget-search .search-form form:before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    left: 13px;
    top: 14px;
    background: url(/template/2e962568/images/serach-icon.png) no-repeat;
}

/*end:search form*/





/*start:footer*/
.footer {
    background: #F2F2F2;
}
.footer .widget > .widget-title {
    padding: 0 0 15px 0;
    margin: 0;
    font-size: 18px;
    text-align: left;
    color: #000;
    font-weight: 700;
    text-transform: none;
    line-height: 36px;
    font-family: 'Keep Calm Med';
    font-style: normal;
}
.footer .navigation-item {
    padding-bottom: 11px;
}
.footer .widget-navigation .nav-wrapper.vertical .navigation-item {
    display: inline-block;
    width: 50%;
}
.footer .navigation-item a {
    border: none;
    padding: 0;
    display: inline-block;
    color: rgba(0, 0, 0, 0.77);
    font-size: 14px;
    font-weight: normal;
    font-family: '2MASS J1808';
    line-height: 27px;
    font-style:normal;
    text-decoration: none;
}
.footer .vertical .navigation-item.active>a {
    color: rgba(0, 0, 0, 0.77);
}
.footer .navigation-item a:hover {
    color: #187DC1;
}
.footer .vertical .navigation-item.active>a:hover {
    color: #187DC1;
}
.footer .footer-logo-list:before {
    content: '';
    width: 1px;
    height: 255px;
    background: rgba(0, 0, 0, 0.08);
    position: absolute;
    left: 0;
    top: 0;
}
.footer .spacer {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.copyright-text .article-content,
.copyright-text .article-content p{
    color: rgba(0, 0, 0, 0.51);
    font-size: 13px;
    font-weight: normal;
    font-family: '2MASS J1808';
    line-height: 20px;
    font-style:normal;
    margin:0;
    padding:0;
}
.footer .footer-links .navigation-item:before {
    content: '';
    width: 1px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 7px;
    background: rgba(0, 0, 0, 0.51);
}
.footer .footer-links .navigation-item {
    margin: 0;
    padding: 0 28px;
    position: relative;
}
.footer .footer-links .navigation-item a{
    color: rgba(0, 0, 0, 0.51);
    font-size: 13px;
    font-weight: normal;
    font-family: '2MASS J1808';
    line-height: 27px;
    font-style:normal;
}
.footer .footer-links .navigation-item a:hover{
    color: #187DC1;
    text-decoration:none;
}
.website-designed-text .article-content,
.website-designed-text .article-content p{
    color: rgba(0, 0, 0, 0.51);
    font-size: 13px;
    font-weight: normal;
    font-family: '2MASS J1808';
    line-height: 20px;
    font-style:normal;
    margin:0;
    padding:0;
    text-align:right;
}
.website-designed-text .article-content a,.website-designed-text .article-content p a{
    color: rgba(0, 0, 0, 0.51);
    text-decoration:none;
}
.website-designed-text .article-content a:hover,.website-designed-text .article-content p a:hover{
     color: #187DC1;
    text-decoration:none;
}

.company-text .article-content {
    max-width: 910px;
}
.company-text .article-content,
.company-text .article-content p{
    color: rgba(0, 0, 0, 0.51);
    font-size: 11px;
    font-weight: normal;
    font-family: '2MASS J1808';
    line-height: 22px;
    font-style:normal;
    margin:0;
    padding:0;
 }

/*end:footer*/



/*Start:FAQs page*/

/*.page-faqs  .page-content .v-split-container > .v-split {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}*/
.page-faqs .accordion-panel > .label-bar.expanded {
    background: none repeat scroll 0 0 #fff;
    color: #187dc1;
    margin: 0;
    padding-left: 0;
    border-bottom-color: transparent;
	padding-bottom: 30px;
}
.accordion-panel>.label-bar {
    background-color: #fff;
    border-left: none;
    border-right: none;
    border-top: none;
    padding-left: 0;
    padding-bottom: 55px;
    padding-top: 20px;
    font-size: 18px;
    font-weight: normal;
    color: #494949;
}
.accordion-panel>.label-bar .toggle-icon {
    left: auto;
    right: 0;
    background-image: url(../images/tab-plus-icon.png);
    background-position: 0 0;
    width: 20px;
    height: 20px;
    top: 25px;
}
.accordion-panel>.label-bar.expanded .toggle-icon {
    background-image: url(../images/tab-minus-icon.png);
    background-position: 0 0;
}
.accordion-panel .accordion-item {
    border: 0 !important;
    padding:12px 0 20px 0 !important ;
}
.page-faqs .accordion-panel > .accordion-item.expanded {
    border-bottom: 1px solid #e6e6e6 !important;
}
.filter-profile .form-row .accordion-panel .accordion-item {
    padding-top: 10px !important;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;

}
.widget.widget-tabAccordion .widget-title {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 35px 0 0 0;
}
.accordion-panel > .accordion-item.expanded {
    border: none;
}
.page-faqs .accordion-panel {
    padding: 0;
}
.page-faqs .widget.widget-html h4{
    margin-bottom: 20px;
    margin-top: 0;
}

/*end:FAQs page*/

.widget.widget-html.cta-banner {
    width: 100%;
    text-align: left;
    margin-top: 30px;
}
.widget.widget-html.cta-banner p{
  font-family: '2MASS J1808';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  color:background: rgba(0, 0, 0, 0.77);
}
.widget.widget-html.cta-banner a.button{
margin-top: 5px;
text-decoration:none;  
}

/*Start Search Page*/
.entire-search .total-result {
    text-align: center;
    color: #187DC1;
    padding-bottom: 60px;
    padding-top: 15px;
    font-family: '2MASS J1808';
}
.entire-search .search-result > .title {
  text-align: left;
  padding: 0 0 30px 15px;
  border-top: 0;
  border-bottom: 0;
  font-family: '2MASS J1808';
}

.entire-search h2 .title {
    font-weight: bold;
}
.entire-search .total-result {
    font-weight: 400;
    color: #187DC1;
    text-align: left;
    font-size: 15px;
    line-height: 18px;
}
.entire-search .search-result>.title {
    font-weight: bold;
	font-size: 22px;
}
.search-results .title {
    color: #000;
    font-weight: bold;
}
.search-results .page-read-more{
    color: #187DC1;
    font-weight: bold;
}

.search-result.products .pagination span.prev:before {
  top: -7px;
}
.search-result.products .pagination span.next:before {
  top: -7px;
}
.entire-search .search-results .search-result {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.entire-search .search-result.pages .title.page {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #f0f3ed;
}
.entire-search .search-results .page a {
    margin-bottom: 5px;
	font-size: 14px;
	font-weight: 400;
	line-height: 27px;
    font-family: '2MASS J1808';
}
.entire-search .search-results .page .title {
  margin-right: 14px;
  font-family: '2MASS J1808';
  font-size: 15px;
}
.entire-search h2 {
    font-size: 25px;
    padding-bottom: 0;
    color: #000;
    text-align: left;
    margin: 0;
}
.entire-search .search-results .search-result .title.product {
  font-size: 24px;
  color: #333;
}
.search-result .pagination-literal-status, .search-result .pagination {
  font-size: 16px;
  margin-top: 5px;
}
.page-search-result .block-content-wrap .btn-add .add-to-cart-button.button.et_pdp_add_to_cart:before {
  margin-top: -9px;
}
.page-search-result .page-content .footer {
    background: none;
    border-top: 1px solid rgba(112,112,112,0.10);
    padding-top: 0;
    text-align: left;
    clear: both;
    padding: 20px 0 40px;
    margin-top: 40px;
}
.entire-search .search-results .page a:hover {
    color: #187DC1;
}
.search-results .page .page-read-more {
    color: #187DC1;
}
.search-results .page .page-read-more:hover {
    color: #187DC1;
    text-decoration: underline;
}
.search-results .page .summary {
	color: rgba(0, 0, 0, 0.77);
	font-size: 14px;
	font-weight: 400;
	line-height: 27px;
    font-family: '2MASS J1808';
}
.entire-search .search-results .page a:hover {
    color: #0098FF;
    text-decoration:none;
}
.entire-search .search-results .page a.page-read-more:hover {
    color: #0098FF;
    text-decoration: underline;
}
.entire-search span.search-result-type {
    font-family: '2MASS J1808';
}
.search-result .pagination-literal-status, .search-result .pagination {
    font-size: 16px;
    margin-top: 0;
    font-family: '2MASS J1808';
}
.entire-search .page-result-footer {
    border-top:1px solid #f0f3ed;
    padding-top:20px;
}
.pagination span {
    border: none;
    cursor: pointer;
    margin: 0 5px;
    padding: 3px 8px;
    box-shadow: none;
    display: inline-block;
    background-image: none;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
.pagination span.first, .pagination span.last {
    display: none;
}
.pagination span.page-number.current {
    color: #187DC1;
    background: none;
    border: 0;
}
.pagination span.prev {
    position: relative;
    margin: 0 15px 0 0;
    padding: 0;
    font-size: 0 !important;
}
.pagination span.prev:before {
    content: "\f104";
    position: absolute;
    left: 0;
    top: -7px;
    color: #000;
    font-size: 18px;
    font-family: 'FontAwesome';
}
.pagination span.next {
    position: relative;
    margin: 0 0 0 10px;
    padding: 0;
    font-size: 0 !important;
}
.pagination span.next:before {
    content: "\f105";
    position: absolute;
    left: -8px;
    top: -7px;
    color: #000;
    font-size: 18px;
    font-family: 'FontAwesome';
}
/*End Search Page*/
.page-family-law .widget.widget-html.cta-banner {
	margin-top: 108px;
	background: transparent;
	padding:0;
    text-align: center;
}
.page-family-law .widget.widget-html.cta-banner p{
	font-size: 17px;
	line-height: 32px;
}
.page-family-law .widget.widget-html.cta-banner button{
	margin-top: 10px;
}
.widget.widget-article  figure img{
    max-width: 100%;
    float: right;
    padding-left: 20px;
}
.widget.widget-article .col-md-12.col-sm-12{
    margin-top: 40px;
}
/******Contact Us ***********/
.widget.widget-form.contact-us {
    padding: 10px 0px 0 110px;
    height: auto;
    margin-bottom: 60px;
    border-left: 1px solid #eee;
}
.widget-form .double-input-row .form-row {
    padding: 15px 15px 0;
}
.widget-form .form-row {
    padding-bottom: 15px;
    padding-top: 15px;
}
.widget.widget-form.contact-us .widget-title {
    color: #0C0C0C;
}
.widget.widget-form.contact-us .sub-title p {
  padding: 0;
}
.message-block.info-message, .message-block.success {
    background-color: #f2fef2;
    border: 0px solid #c2e7c2;
    color: #008000;
display:none;
}

.message-block.error-message, .message-block.error {
    background-color: #fee;
    border: 0;
    color: #f00;
    padding: 0;
    font-size: 10px;
    margin-bottom: 0;
}
/***************************/
.widget-blogPost .blog-post-content {
  display: flex;
  flex-wrap: wrap;
  max-width: 1440px;
  margin: 0 -20px;
}
.widget-blogPost .blog-post-content .blog-post-item, .blog-category-details .blog-posts .blog-post-item {
  width:calc(100%/4 - 40px);
  margin:0 20px 30px;
  overflow: hidden;
  border-bottom: 0;
  padding-bottom: 0;
  background: #fff;
}
.page-articles .body {
background: #187DC10D;
}
.widget-blogPost .blog-post-content .blog-post-item .post-description {
  padding: 25px 24px 20px 25px;
  min-height: 220px;
  position: relative;
  overflow: hidden;
}
.widget-blogPost .blog-post-content .blog-post-item  .post.post-list-view-width, .widget-blogPost .blog-post-content .blog-post-item .post.post-list-view-height {
  width: 100%;
  height: auto;
}
.widget-blogPost .blog-post-content .blog-post-item .post-description h4.title{
  color: #000000;
font-size: 20px;
font-weight: normal;
line-height: 28px;
text-align: left;
margin: 0;
padding: 0 0 10px 0;
}
.widget-blogPost .blog-post-content .blog-post-item .post-description h4.title a{
  color: #000000;
  text-decoration: none;
  font-size: 17px;
    line-height: 27px;
  font-family: 'Keep Calm Med';
}
.widget-blogPost .blog-post-content .blog-post-item .post-description .blog-post-info{
  position: absolute;
  top: -10px;
  font-size: 13px;
  font-weight: 300;
  color: #666;
}
.widget-blogPost .blog-post-content .blog-post-item .post-description .blog-post-info span.date{
  background: none;
  padding:0;
    line-height: 30px;
}
.widget-blogPost .blog-post-content .blog-post-item .post-description > a {
  position: absolute;
  bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  margin: 0 -20px;
  padding: 20px 25px 20px 25px;
  width:100%;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-family: '2MASS J1808';

}
.widget-blogPost .blog-post-content .blog-post-item .post-description > a:after {
  position: absolute;
  content: "";
  right:30px;
  bottom: 25px;
  background: url(../images/sprite-readmore-arrow.png) no-repeat right 9px;
  width: 23px;
  height: 25px;
}


.widget-blogPost .blog-post-content .blog-post-item:hover .post-description > a {
color: #187DC1

}
.widget-blogPost .blog-post-content .blog-post-item:hover .post-description > a:after {
    -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: url(../images/sprite-readmore-arrow.png) no-repeat right -21px;
}
.widget-blogPost .blog-post-content .blog-post-item  a, .blog-category-details .blog-posts .blog-post-item a, .widget-blogPost .blog-post-content .blog-post-item  a img, .blog-category-details .blog-posts .blog-post-item a img {
  width: 100%;
  display: block;
  max-width: 100%
}
 .widget-blogPost .blog-post-content .blog-post-item  a img, .blog-category-details .blog-posts .blog-post-item a img {
  height: 200px;
  overflow: hidden;
}
.blog-post-details .social-media-share a span g {
  line-height: 22px;
}
.widget-blogPost .blog-post-content .footer {
  width: 100%;
background: transparent;
text-align: center;
}
.blog-post-details .social-media-share-bar .social-media-share a svg {
  position: absolute;
}
.widget-blogPost .blog-post-content .footer .pagination {
  text-align: center;
  float: unset;
}

.widget-blogPost .blog-post-content .footer .pagination span {
  margin: 0 15px;
font-size: 18px;
line-height: 30px;
background-color: transparent;
}
.widget-blogPost .blog-post-content .footer .pagination span.current {
  background-color: transparent;
}
.widget-blogPost .blog-post-content .footer .pagination span.prev::before, .widget-blogPost .blog-post-content .footer .pagination span.next::before {
  font-size: 22px;
}
.widget-blogPost .blog-post-content .footer .pagination span:hover, .widget-blogPost .blog-post-content .footer .pagination span.prev:hover::before, .widget-blogPost .blog-post-content .footer .pagination span.next:hover::before {
  color: #187DC1;
}
/***************************/

.blog-post-details {
  padding: 0;
  margin: 70px auto 0;
  max-width: 1170px;
  position: relative
}
.page-content .blog-post-details .title {
  color: #000;
  font-size: 32px;
  line-height: 54px;
  padding-bottom: 0;
}
.blog-post-details .blog-post-info {
  padding-bottom: 10px;
  display: block;
  position: relative;
  text-align: left;
}
.blog-post-details .blog-post-info span.date {
  font-size: 16px;
  line-height: 36px;
  display: block;
  color: #757575;
  margin-top: 0;
  padding: 2px 15px 2px 0;
  background: none;
}
.blog-post-details .blog-post-info span.categories {
  margin: 0;
    margin-left: 0px;
  margin-left: 0px;
  display: inline-block;
  padding-left: 20px;
  border-left: 1px solid #ccc;
  margin-left: 8px;
}
.blog-post-details .blog-post-info span.categories a {
  position: relative;
  display: block;
  left: 0;
  top: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
}
.blog-post-details .image {
  padding-bottom: 45px;
  max-width: 1400px;
  margin: 10px auto 0;
}
.blog-post-details .image img {
  width: 100%;
}
.blog-post-details .content {
margin: 0 auto;
position: relative;
padding-top: 10px;
max-width: 980px;
}

.blog-post-details .post-description .content p {
	color: rgba(0, 0, 0, 0.77);
	font-size: 14px;
	font-weight: 400;
	line-height: 27px;
  color: #000000;
  opacity: 0.8;
  padding: 0 0 20px 0;
}
.blog-post-details .content h2{
  padding-bottom: 10px;
  font-size: 28px;
}
.blog-post-details .content figure {
    margin: 0;
}
.blog-post-details .content figure img {
  width: 100%;
}
.blog-post-details ul li::after {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #272727;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 100px;
}

.blog-post-details .post-description .content h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 46px;
  color: #000000;
  margin: 0;
  padding: 18px 0 10px 0;
}

.blog-post-details .social-media-share a::after {
  color: #000 !important;
}
.blog-post-details .social-media-share-bar {
  margin: 0 auto;
  padding-left: 88px;
  position: relative;
  padding-top: 0;
  max-width: 980px;
}
.blog-post-details .social-media-share a.facebook-share-icon::after {
  margin-top: 0;
}

.blog-post-details .social-media-share-bar::before {
    content: 'Share:';
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 20px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.77);
  font-weight: 500;
  
}
.blog-post-details .social-media-share-bar .social-media-share {
  margin-right: 12px;
}
/** Blog Social ***/
.blog-post-details .social-media-share a {
background-color:transparent !important;
border-color:transparent !important;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
    color: #000 !important;
  text-decoration:none;
}

.blog-post-details .social-media-share a svg,
.blog-post-details .social-media-share a span {
background-color:transparent !important;
border-color:transparent !important;
  color: #000 !important;
}
.blog-post-details .social-media-share a .at-icon{
   fill: #000 !important;
}
.blog-post-details .social-media-share a:hover .at-icon{
   fill: #187dc1 !important;
}
.blog-post-details .social-media-share a:hover {
background-color:  transparent !important;
border-color:  transparent !important;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.blog-post-details .social-media-share a.facebook-share-icon:hover::after,
.blog-post-details .social-media-share a.twitter-share-icon:hover::after {
    color:#187dc1 !important;
}

.blog-post-details .social-media-share a:hover svg,
.blog-post-details .social-media-share a:hover span{
color: #ce9b5b !important;
}
.blog-post-details .social-media-share a:hover svg,
.blog-post-details .social-media-share a:hover span{
background-color: transparent !important;
color: #187dc1 !important;
}
.widget-snippet .service-read-more {
  padding-left: 35px !important;
}

.widget-snippet .service-read-more::after {
  display: none;
}

.blog-post-details .social-media-share a::after {
  color: #000 !important;
}

.blog-post-details .social-media-share a.facebook-share-icon::after {
  margin-top: 0;
}

.blog-post-details .social-media-share-bar::before {
    content: 'Share:';
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 20px;
    line-height: 24px;
    color: rgba(0, 0, 0, 1);
  font-weight: 500;

}
/*****/
.page-payments .widget.widget-article h5{
    margin-bottom: 8px;
}
span.goToTop:hover:after {
   filter: invert(0%) sepia(0%) saturate(2027.4%) hue-rotate(266deg) brightness(0%) contrast(0%);
}
span.goToTop:hover{
   filter: invert(0%) sepia(0%) saturate(2027.4%) hue-rotate(266deg) brightness(0%) contrast(0%);
}
span.goToTop {
top: 0;
cursor: pointer;
height: 32px;
position: absolute;
left: 50%;
text-align: center;
width: 104px;
font-family: '2MASS J1808';
font-size: 13px;
color: rgb(24, 125, 193);
margin-left: -70px;
text-align: left;
}
span.goToTop::after {
content: "";
transition: all 300ms ease 0s;
width: 41px;
height: 18px;
background: url(../images/back-to-top.png) no-repeat;
display: block;
position: absolute;
right: -40px;
top: 3px;
}
.widget.widget-snippet a:focus {
outline: 0;
outline: 0;
outline-offset: 0;
-moz-outline-style: none;
}
body.widget-snippet a:focus {
color: #23527c;
text-decoration: underline;
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.fee .widget-snippet .social-links {
    padding: 0 0 0 0;
}
.fee .widget-snippet .social-links a {
    padding: 5px;
}
.fee .widget-snippet .contact-info-area .social-links a {
    padding: 10px;
}
.fee .widget-snippet .family-law-inner-area .family-law-inner-container .right-area .right-link {
    padding: 10px;
}
/*Section Full-wide*/
.page-content > .v-split-container > .v-split.fee-fixed-width-content,
.widget-container > .v-split-container .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content {
    width: auto;
}
.fee-fixed-width-content {
    padding-left: calc(50% - 700px) !important;
    padding-right: calc(50% - 700px) !important;
}

@media screen and (max-width: 980px) {
    body > .body {
        padding: 0;
    }
}

.fee-widget-product-scroll-view .product-view.scrollable-view .current-price.price .tax-message,
.fee-widget-product-image-view .product-view.image-view .current-price.price .tax-message,
.fee-widget-product-list-view .current-price.price .tax-message, .fee-widget-product-tabular-view .current-price.price .tax-message {
    color: #999;
    font-size: 10px;
    font-weight: 400;
    width: 100%;
    display: block;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name{
    padding-left: 15px;
    padding-right: 15px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .block-content-wrap > .price-waper {
    margin: 7px 15px 0;
}

/*Section Full-wide*/
div.widget-snippet .welcome-container,
div.widget-snippet .whychooseus-container{
    padding-left: 0px;
    padding-right: 0px;
}
div.widget-snippet .social-links a {
    padding: 0 !important;
}
