/*
Theme Name: MJ
Theme URI:
Description: MJ WordPress theme.
Author: A
Author URI:
Template: oceanwp
Version: 1.0
*/


/* Parent stylesheet should be loaded from functions.php not using @import */

.quform input[type=radio]:checked:before,
input[type=checkbox]:checked:before {
    font-weight: 900;
}

.quform-inner-recaptcha .quform-error-inner {
    display: none!important;
}

.quform ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ccc;
}

.quform ::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
}

.quform :-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc;
}

.quform :-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
}

.quform-label-text,
.quform-option-text {
    color: #333333;
}

body .sidr-class-dropdown-toggle:before {
    font-family: 'Font Awesome 5 free';
    content: '\f067';
}

body .sidr-class-dropdown-menu li.active>a>.sidr-class-dropdown-toggle:before {
    content: '\f068';
}

body .sidr-class-dropdown-menu ul a:before {
    font-family: 'Font Awesome 5 free';
    font-weight: bold;
}

body .sidr-class-dropdown-menu ul a:before {
    font-family: 'Font Awesome 5 free';
    font-weight: bold;
}

#sidr li.sidr-class-social-icon {
    width: 20%;
    float: left;
}

#menu-header-buttons a:hover i {
    color: #ff7006;
}

.topbar-content {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}


/*Top Bar Language Switcher*/

#top-bar-nav ul .select-lang:first-child {
    margin-right: 6px;
}

#top-bar-nav ul .select-lang:nth-child(2) {
    margin-right: 40px;
}

#top-bar-nav ul .select-lang a {
    background: #ffffff1c;
    padding: 3px 7px;
    min-width: 50px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
}

#top-bar-nav ul .select-lang a {
    font-size: 14px;
}

#top-bar-nav ul .select-lang.current a {
    opacity: .4;
}

.blog-entry-comments {
    display: none;
}

.quform .quform-field-textarea {
    max-height: 100px;
}

.mj-list li {
    position: relative;
    list-style: none;
}

.mj-list li::before {
    content: '\f101';
    position: absolute;
    top: 1em;
    left: -2.7em;
    font-size: 7px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    vertical-align: middle;
    zoom: 1;
}


/* google reviews */

.wp-star svg {
    display: inline;
}

.gb-g-reviews .wp-google-reviews {
    display: flex;
    overflow-x: auto!important;
    scrollbar-color: #c1cedf;
}

.wp-google-review {
    flex: 1 0 calc(25% - 20px);
}

.wp-gr span.wp-google-text {
    height: 110px;
    display: block;
    overflow-y: scroll!important;
    scrollbar-color: #c1cedf;
    padding-right: 5px!important;
    margin-top: 10px!important;
    color: #959595!important;
}

body .wp-gr.wpac .wp-google-list .wp-google-review .wp-google-left {
    float: left!important;
    vertical-align: top!important;
    display: block!important;
    position: absolute!important;
    right: 0!important;
}

.wp-gr .wp-google-review {
    position: relative!important;
}

.wp-gr .wp-google-review {
    padding: 10px!important;
    margin: 10px!important;
    border: 1px solid #eee!important;
    background-color: #fafafa!important;
}

.wp-google-time {
    display: none!important;
}

.wp-gr span.wp-google-text::-webkit-scrollbar,
.gb-g-reviews .wp-google-reviews::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.wp-gr span.wp-google-text::-webkit-scrollbar-track,
.gb-g-reviews .wp-google-reviews::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.wp-gr span.wp-google-text::-webkit-scrollbar-thumb,
.gb-g-reviews .wp-google-reviews::-webkit-scrollbar-thumb {
    background-color: #c1cedf!important;
    outline: 1px solid #f1f1f1;
    border-radius: 10px;
}

.gb-g-reviews .wp-gr.wpac .wp-google-list div.wp-google-place {
    text-align: center!important;
}

@media (max-width:1025px) {
    .wp-google-review {
        flex: 1 0 calc(50% - 20px);
    }
    #top-bar-nav {
        display: block!important;
        margin-right: 0!important;
    }
    #top-bar-nav li.menu-item:not(.select-lang) {
        display: none;
    }
}

@media (max-width:700px) {
    .wp-google-review {
        flex: 1 0 calc(100% - 20px);
    }
    #menu-header-buttons {
        display: flex;
        justify-content: center;
    }
    #top-bar-nav ul .select-lang:nth-child(2) {
        margin-right: 0;
    }
    #top-bar-content div {
        font-size: 16px!important;
    }
}

@media (max-width:600px) {
    #top-bar-content {
        flex-direction: column;
    }
}


/* end google reviews */

.advocate-daily-feed {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 10px;
}

.advocate-daily-article {
    flex-basis: 48%;
}

.advocate-daily-article-title {
    color: #003866;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 0.5em;
    text-transform: capitalize;
}

a.advocate-daily-article-link {
    display: block;
    margin-bottom: 2em;
    margin-top: 0.5em;
}

a.advocate-daily-link {
    margin-top: 1em;
    display: block;
}

@media (max-width: 767px) {
    .advocate-daily-article {
        flex-basis: 100%;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}

.img-box-content h3 {
    padding-top: 1em;
}

.quform {
    font-size: 16px;
}

.quform-button-submit {
    text-align: center;
}

.quform-submit,
.button {
    border-radius: 5px;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.25);
    max-width: 310px;
    font-size: 16px;
}

.quform-label-5_10 {
    width: 39%;
    float: left;
    line-height: 1.2em;
}

.video .video-container {
    position: relative;
    padding-bottom: 51%;
}

.video .video-container iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
}

h2:not(.elementor-heading-title) {
    margin-top: 2em;
}

.crs-calculator.disabled,
.crs-calculator.disabled:hover {
    background: #777;
    cursor: wait;
}

.elementor-testimonial__text {
    max-height: 100px;
    overflow-y: auto;
    padding-right: 5px;
}

.elementor-testimonial__text::-webkit-scrollbar {
    width: 5px;
}

.elementor-testimonial__text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.elementor-testimonial__text::-webkit-scrollbar-thumb {
    background-color: #7fb7be;
    outline: 1px solid #f1f1f1;
    border-radius: 10px;
}

body .fa-google-plus:before {
    content: "\f1a0";
}

.inner-special-class {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin: 20px 0;
    background: #d3e1ea;
    flex-wrap: wrap;
}

.inner-special-class li {
    list-style: none;
}

.fancybox-close {
    top: 0;
    right: 0;
}

.footer-locations .elementor-post__title a:before {
    content: "\f3c5";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.1s ease;
    width: 15px;
}

.footer-locations .elementor-post__title a:hover:before {
    color: #ff7006;
}

.quform-form-5 .quform-element-submit {
    margin: 0;
}

.quform-js .quform-error {
    display: block;
}

.quform.quform-5 .quform-error {
    display: none!important;
}

.quform.quform-5 .quform-has-error input {
    border-color: red;
}

.icon-magnifier {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 12px 12px;
    border-radius: 4px;
    background-color: #d3e1ea;
    color: #fff;
    line-height: 58px;
}

.icon-magnifier:before {
    content: "\f002";
}

body #site-navigation-wrap .dropdown-menu>li>a.site-search-toggle {
    padding: 0;
}


/*menu*/

body #site-navigation-wrap ul.dropdown-menu>li.small-sub-menu {
    position: relative;
}

body #site-navigation-wrap ul.dropdown-menu>li.small-sub-menu .sub-menu {
    flex-wrap: wrap;
    background: #d3e1ea;
}

body #site-navigation-wrap ul.dropdown-menu>li.small-sub-menu .sub-menu>li {
    flex-basis: 100%;
}

.menu-h>a>span {
    text-transform: uppercase;
}

#menu-main ul.sub-menu:first-child {
    border-top: 5px solid #003866;
}

.dropdown-menu svg {
    margin: 1em auto;
    width: 50px;
    height: 50px;
    fill: currentColor;
}

#sidr svg {
    fill: currentColor;
    height: 2em;
    width: 2em;
    float: left;
    margin-right: 1em;
}

.sidr-class-mega-col-7>ul>li>a:before {
    content: none;
}

body #site-navigation-wrap {
    position: static;
}

body #site-navigation-wrap .dropdown-menu>li {
    position: static;
}

body .sf-menu li.menu-item {
    position: static;
}

body .sf-menu ul.sub-menu {
    width: 100%;
}

body .sf-menu ul.sub-menu ul {
    top: 100%;
    left: 0;
}

body .sf-menu>li>ul>li>ul.sub-menu {
    padding: 10px;
}

/** submenu - Info **/
body .sf-menu ul.sub-menu .mega-col>ul>li,
#menu-item-23554,
#menu-item-23555,
#menu-item-23556,
#menu-item-23557  {
    flex: 1 1 0 !important;
    align-self: flex-start;
    width: 25%;
}

/** submenu - Immigration Services **/

body .sf-menu ul.sub-menu .mega-col>ul>li,
#menu-item-30507,
#menu-item-32104,
#menu-item-41497,
#menu-item-34233,
#menu-item-62286,
#menu-item-62297  {
    flex: 1 1 0 !important;
    align-self: flex-start;
    width: 16.6%;
}



/* OLD SUB MENU UNDER INFO 

body .sf-menu ul.sub-menu .mega-col>ul>li,
#menu-item-23522,
#menu-item-23526,
#menu-item-23531,
#menu-item-23533 {
    flex: 1 1 0;
    align-self: flex-start;
}

*/

body .sf-menu li.mega-col-4>.sub-menu {
    border-top: 5px solid #003866;
    padding: 0 3px;
}

body .sf-menu li.mega-col-4>ul.sub-menu>li {
    padding: 4px 0;
}

body ul.sf-menu .mega-col-4>ul {
    flex-wrap: wrap;
}

body ul.sf-menu .mega-col-4>ul>li {
    flex-basis: 20%;
}

body ul.sf-menu .mega-col-4>ul>li a {
    max-width: 262px;
    margin: auto;
}

body ul.sf-menu .mega-col-4>ul>li a:hover {
    color: #003866;
}

body .sf-menu ul.sub-menu ul ul {
    position: static;
    box-shadow: none;
}

body .sf-menu ul.sub-menu li:hover ul.sub-menu {
    display: flex;
    justify-content: center;
    background: #acccdd;
}

.dropdown-menu ul li a.menu-link:hover {
    background-color: #d3e1ea;
}

body .sf-menu ul.sub-menu li:hover ul.sub-menu ul.sub-menu {
    display: block;
}

body .sf-menu li.mega-col-7>.sub-menu {
    border-top: 5px solid #003866;
    padding: 0 3px;
}

body .sf-menu li:hover>ul {
    display: flex;
}

.dropdown-menu ul li a.menu-link {
    height: 100%;
    text-align: center;
    color: rgba(96, 121, 135, 1);
}

.dropdown-menu ul li a.menu-link:hover {
    color: #003866;
}

body .sf-menu li.mega-col-7>ul.sub-menu>li {
    width: 100%;
    float: left;
    padding: 4px 0;
}

.dropdown-menu li.mega-sub-icons>ul>li>a.menu-link {
    background: #d3e1ea;
    margin: 0 2px;
}

.dropdown-menu li.mega-sub-icons>ul>li.menu-item-has-children:hover>a.menu-link:after {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f107";
    position: absolute;
    top: calc(100% - 7px);
    left: calc(50% - 5px);
    z-index: 99999;
    font-size: 20px;
}

.dropdown-menu li.mega-sub-icons>ul>li:hover>a.menu-link {
    background-color: #ACCCDD;
    color: #003866;
}

.dropdown-menu li.mega-sub-icons>ul>li>ul>li:hover>a.menu-link {
    color: #003866;
    background: #d3e1ea;
}

body .dropdown-menu ul li.menu-item {
    border: none;
}


/*end menu*/


/*mobile menu*/

.hamburger {
    width: 40px;
    text-align: center;
}

.sidr-class-sf-menu .sidr-class-btn {
    outline: 1px solid #ff7006;
}

#site-logo {
    max-width: calc(100% - 40px);
}

.sidr-class-dropdown-toggle:before {
    background: #d3e1ea;
    color: #fff;
    border-radius: 50%;
}

.sidr-class-dropdown-toggle:before {
    font-weight: bold;
}

.sidr-class-dropdown-menu li.active>a>.sidr-class-dropdown-toggle:before {
    background: #ff7006;
}

.map-overlay {
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


/*end mobile menu*/

.logos-line>div {
    animation: logos-run-line 30s linear infinite;
}

@keyframes logos-run-line {
    100% {
        background-position-x: 300%;
    }
}

.underline h1:after,
.underline h2:after,
h3.underline:after,
h2.underline:after {
    content: "";
    height: 3px;
    background-color: #607987;
    width: 100%;
    max-width: 320px;
    display: block;
    margin-top: 5px;
}

.tabs-content-title {
    font-size: 29px;
    text-transform: uppercase;
}

.mj-tabs-content {
    display: flex;
    flex-wrap: wrap;
}

.mj-tabs-content .tabs-col {
    flex: 1 0 48%;
}

.mj-tabs-content .tabs-col:not(:last-child) {
    margin-right: 2%;
}

#archives-dropdown-2 {
    display: inline-block;
    min-height: 40px;
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
    padding: 6px 12px;
    vertical-align: middle;
    background-color: transparent;
    color: #333;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer,
.footer #s {
    color: #fff;
}

.footer form input {
    color: #fff!important;
}

.footer ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ccc;
}

.footer ::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
}

.footer :-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc;
}

.footer :-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
}

.footer .spacer {
    height: 10px;
}

.footer .custom-menu-widget .oceanwp-custom-menu>ul#menu-footer-main>li a {
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 20px;
}

.footer .footer-main .elementor-column {
    width: 300px;
    margin: 0 auto;
}

.footer-main a {
    color: #fff;
}

.footer-main h5 {
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}
.footer .forH4 .elementor-heading-title {
    font-size: 20px; 
}
.forH4 .elementor-heading-title:after,
.underline .elementor-heading-title:after,
.footer h4:after,
.underline h3:after {
    content: "";
    height: 3px;
    background-color: #FF7006;
    width: 100%;
    max-width: 120px;
    display: block;
    margin-top: 5px;
}
.forH4 {
    margin: 0 0 20px;
}

.footer-main .oceanwp-custom-menu>ul>li>a {
    color: #fff;
}

body .oceanwp-custom-menu>ul>li>a:hover {
    color: #FF7006;
}

.footer-bottom {
    text-align: center;
    color: #fff;
}

.footer .inline-menu ul {
    display: grid;
    grid: auto / 1fr 1fr 1fr;
    margin: 0;
}

.footer .inline-menu li {
    list-style: none;
}

.footer .inline-menu li a {
    padding: 0 10px;
}

.footer .inline-menu.light li a {
    color: #fff;
}

.footer .inline-menu li a:hover {
    color: #FF7006;
}

.footer .inline-menu.light li:not(:last-child) a {
    border-right: 1px solid #fff;
}

.footer .inline-menu.light ul {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

#menu-locations i {
    padding-right: 10px;
}

#menu-locations li {
    padding: 10px;
    font-size: 18px;
}

.services-tabs .elementor-tabs-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

body .services-tabs .elementor-tabs-wrapper .elementor-tab-title {
    display: flex;
    background-color: #D3E1EA;
    margin: 1px;
}

body .services-tabs.noicon .elementor-tabs-wrapper .elementor-tab-title {
    align-items: center;
}

.services-tabs .elementor-accordion .elementor-tab-title {
    padding-left: 0;
}

.services-tabs .elementor-tab-mobile-title {
    display: flex;
    justify-content: flex-start;
    background-color: #D3E1EA;
    position: relative;
    margin: 3px;
}

.services-tabs .elementor-widget-tabs .elementor-tab-desktop-title {
    padding: 15px;
}

.services-tabs .elementor-tab-mobile-title i {
    font-size: 45px;
    color: #dedede;
}

.services-tabs .elementor-tab-mobile-title span {
    margin: auto;
}

.services-tabs .elementor-tab-mobile-title:not(.elementor-active) svg {
    fill: rgba(96, 121, 135, 0.7);
}

.services-tabs .elementor-tabs-wrapper svg {
    fill: rgba(96, 121, 135, 1);
    width: 100%;
    height: 70px;
}

.services-tabs .elementor-tabs-wrapper i {
    position: relative;
    font-size: 40px;
    color: rgba(0, 112, 127, 0.1);
    margin-bottom: 15px;
}

.services-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active i {
    color: #003866;
}

.services-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active svg {
    fill: #003866;
}

.services-tabs .elementor-tabs-wrapper .elementor-tab-title {
    text-align: center;
    flex: 1 0 33%;
    transition: all 0.3s;
}

.services-tabs.tabs7 .elementor-tabs-wrapper .elementor-tab-title {
    flex: 1 0 14%;
}

@media (max-width: 1200px) {
    .services-tabs.tabs7 .elementor-tabs-wrapper .elementor-tab-title {
        flex: 1 0 20%;
    }
}

.services-tabs .elementor-tabs-wrapper .elementor-tab-title a {
    display: block;
    width: 100%;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.services-tabs .elementor-tabs-wrapper .elementor-tab-title a:hover {
    color: inherit;
}

.services-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active,
.services-tabs .elementor-tab-mobile-title.elementor-active {
    background-color: #ACCCDD;
    color: #003866;
}

.services-tabs .elementor-tab-mobile-title svg {
    width: 90px;
    height: 77px;
}

.services-tabs .elementor-tab-mobile-title span {
    margin: auto 15px;
    width: 61%;
}

form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="url"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="week"],
form input[type="number"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
form select,
form textarea {
    font-size: 16px;
}

.searchform input {
    max-width: 300px;
}

img.alignnone,
img.alignleft {
    margin-bottom: 1em;
}

@media only screen and (max-width: 1200px) {
    .container,
    body.content-full-screen .elementor-section-wrap>.elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 90%;
    }
}

.call-now-button {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 15px;
    z-index: 99999;
}

@media (min-width: 767px) {
    .quform {
        min-width: 350px;
    }
}

@media (max-width: 767px) {
    .call-now-button {
        display: block!important;
    }
    .mj-tabs-content .tabs-col {
        flex: 1 0 100%;
    }
    .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .intextimg,
    img.alignleft {
        width: 100%;
        margin-bottom: 1em;
        display: block;
    }
    .quform-form.quform-form-5 .quform-spacer {
        padding-bottom: 5px;
        margin-bottom: 2px;
    }
    .quform-form-5 .quform-element-submit {
        margin: 0;
    }
    .quform .quform-form-5 .quform-field-text,
    .quform .quform-form-5 .quform-field-email,
    .quform .quform-form-5 .quform-field-textarea {
        padding-top: 0;
        padding-bottom: 0;
        min-height: 30px;
    }
    .quform .quform-form-5 .quform-upload-button {
        padding: 3px 7px;
    }
    #fancybox-content .quform-form-inner,
    .fancybox-inner .quform-form-inner {
        padding: 5px;
    }
    form.quform-form-5 .quform-field-textarea {
        min-height: 50px;
        height: 50px;
    }
}

@media (max-width: 480px) {
    form.quform-form-5 input[type="text"] {
        min-height: 30px;
    }
}

.elementor-location-footer li.menu-item-11620 a{
	color: #ff0e3e!important;
}
.elementor-location-footer li.menu-item-11620 a:hover{
	color:#ff7006!important;
}
.elementor-location-footer li.menu-item-11620 a.elementor-item-active{
	color: #ff7006!important;
}
.forH3 {
    font-size: 22px;
    color: #333;
    font-weight: 600;
    margin: 0 0 20px !important;
    color: #333;
    line-height: 1;
}
.forH2 {
    margin: 0 0 20px !important;
}
.vedioPage .elementor-post__title {line-height: 1 !important;}

.sry h1{
    font-size: 4.9rem;
    color: #000;
    font-weight: 700;
}
.sry h1 span{
    display: block;
    font-size: 2rem;
    color: #0b7cac;
    font-weight: 400;
    text-transform: capitalize;
}
.sry p a:hover {
  text-decoration: underline;
  color: #ff7006;
}
.sry p a{
    color:#0b7cac;
}
.sry p img {
    max-width: 250px;
}
@media (max-width: 767px) {
.sry p br {
    display: none;
}
}
.maintitle h1{
  font-size: 39px !important;
  font-family: "Roboto Slab", Sans-serif;
  font-weight: 600;
  color: #000 !important;
  margin:30px 0px !important;
}

.theme-heading {
    font-weight: 600;
    color: #333;
}

 .siteMapLst{
margin-top: 20px;
margin-bottom: 20px;
}
.siteMapLst ul{
list-style: none;
margin-left: 30px;
padding: 0;
}
.siteMapLst ul li{
margin-top: 15px;
}
.siteMapLst ul li a{
color: #000;
text-decoration: none;
font-size: 14px;
position: relative;
}
.siteMapLst ul li a:hover {
color: #ff7006;
}
.siteMapLst ul li a:before {
position: absolute;
content: "";
background-color: #13aff0;
width: 6px;
height: 6px;
border-radius: 50%;
transition-duration: .3s;
top:7px;
left: -20px;
}
.siteMapLst ul li a:hover:before {
background-color:  #ff7006  ;
transition-duration: .3s;
}
.elementor-top-section.mj-phones-section{
    display: none;
}


/* GENERAL STYLES */
.white {
    color: white;
}

.par-emph {
    font-size: 1.4em;
    line-height: 1.5em;
}

.anchor::before {
    content:"";
    display:block;
    height:140px; /* fixed header height*/
    margin:-140px 0 0; /* negative fixed header height */
  }



/* SPOUSAL SPONSORSHIP LANDING PAGE */
.banner-intro-par {
    font-size: 1.5em;
    color: white !important;
}

.spousal-sponsorship-tabs .elementor-tab-title {
   text-align: center;
   background-color: #D3E1EA;
   margin: 0 30px 15px 30px;
   font-size: 1.2em;
   padding: 25px 10px 10px 10px;
   border-radius: 7px;
}



/* APPEALS LANDING PAGE */
#appeals-services .services-tabs .elementor-tabs-wrapper .elementor-tab-title {
    text-align: center;
    flex: 1 0 30%;
    transition: all 0.3s;
}

