@import 'https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap';

:root {
    --lm-font: 'Roboto',
        sans-serif;
    --lm-font-alt: 'Lato',
        sans-serif;
    --lm-color-primary: #3E4B82;
    --lm-color-secondary: #11355f;
    --lm-color-light: #ffffff;
    --lm-color-lite-dark: #444444;
    --lm-color-dark: #000000
}

body {
    transition: all 3s ease-out;
    overflow-x: hidden;
    font-family: var(--lm-font-alt);
    font-weight: 400
}

* {
    margin: 0;
    padding: 0;
    transition: width .8s ease-in-out
}

.lm-main-wrapper {
    background: #f4f6ff
}

p {
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    padding: 10px 0;
    color: var(--lm-color-primary);
    font-family: var(--lm-font-alt)
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

li {
    list-style: none;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding: 15px 0 15px 30px;
    font-family: var(--lm-font-alt);
    color: var(--lm-color-primary)
}

h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-family: var(--lm-font);
    padding-bottom: 10px
}

h1 {
    font-size: 65px;
    line-height: 80px;
    font-weight: 400;
    margin: 0;
    font-family: var(--lm-font);
    padding-bottom: 15px;
    font-family: var(--lm-font)
}

h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: -1.68px;
    text-transform: capitalize;
    background: radial-gradient(70.71% 70.71% at 50% 50%, #679DDD 0%, #3E4B82 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    padding-bottom: 10px;
    color: var(--lm-color-primary)
}

h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: var(--lm-color-lite-dark)
}

h5 {
    font-size: 22px;
    line-height: 24px;
    color: var(--lm-color-lite-dark);
    padding-bottom: 10px;
    font-weight: 600
}

h6 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    padding: 10px 0;
    color: var(--lm-color-light)
}

ol,
ul,
dl {
    margin: 0 0 0;
    padding: 0
}

.text-light {
    color: var(--lm-color-light) !important
}

.img-fluid {
    width: 100%;
    max-width: 100%
}

.lm-sec-padding {
    padding: 4% 0
}

.lm-container-padding {
    padding: 70px 80px
}

.lm-row-padding {
    padding: 2% 0
}

.lm-col-right-padding {
    padding-right: 80px
}

.lm-col-left-padding {
    padding-left: 80px
}

.lm-right-padding {
    padding-right: 50px
}

.lm-left-padding {
    padding-left: 50px;
    padding-bottom: 50px;
}

.lm-main-wrapper ul li a {
    color: var(--lm-color-dark)
}

.color-text {
    color: #f36437
}

.btn {
    padding: 10px 40px;
    border-radius: 40px;
    border: 7px solid #eaebf1;
    background: radial-gradient(70.71% 70.71% at 50% 50%, #679DDD 0%, #3E4B82 100%);
    font-size: 18px;
    font-weight: 600;
    color: var(--lm-color-light);
    text-transform: uppercase
}

.btn:focus,
.btn:active {
    box-shadow: none
}

.btn:hover {
    border: 7px solid #e6edfc;
    color: var(--lm-color-light);
    background: linear-gradient(135deg, #E1AD59 0%, #F36437 89.83%)
}

.btn-two {
    padding: 13px 40px;
    background: 0 0;
    border: 2px solid var(--lm-color-light)
}

.btn-two:hover {
    color: var(--lm-color-light);
    border: 2px solid var(--lm-color-secondary);
    background: var(--lm-color-secondary)
}

.lm-btn {
    padding: 14px 45px;
    border: none;
    background: var(--lm-color-primary)
}

.lm-btn:hover {
    background: var(--lm-color-secondary);
    border: none
}

.btn-one {
    color: #002768;
    background: var(--lm-color-light);
    padding: 12px 50px
}

.gform_footer .ds-gf-submit-btn .c-btn.-normal.-primary.has-icon.icon-right {
    border-radius: 50px !important;
    background: #F36437 !important;
    color: #fff !important;
}

.lm-list {
    padding-bottom: 15px;
}

.lm-list li {
    padding: 10px 0 10px 50px;
    position: relative;
    font-size: 22px;
    font-weight: 500;
    transition: all .5s ease
}

.lm-list li:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--lm-color-primary);
    left: 25px;
    top: 18px;
    transition: all .5s ease
}

.lm-list-alt li {
    padding: 10px 0 10px 70px;
    position: relative;
    transition: all .5s ease
}

.lm-list-alt li:before {
    position: absolute;
    content: url(../img/lm-cd-bullet.png);
    left: 30px;
    top: 10px;
    transition: all .5s ease
}

h1.main-headline {
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: -1.68px;
    text-transform: capitalize;
    background: radial-gradient(70.71% 70.71% at 50% 50%, #679DDD 0%, #3E4B82 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 30px
}

/*.main-headline .sub-head {
    color: #f36437 !important;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -.96px;
    display: block;
    background: transparent;
    -webkit-text-fill-color: #f36437 !important
}
.sub-head {
    color: #f36437 !important;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -.96px;
    display: block;
    background: transparent;
    -webkit-text-fill-color: #f36437 !important
}
.sub-head-style {
    display: inline-block;
    margin-left: 5px;
    width: 100px;
    height: 3px;
    opacity: .3;
    background: #f36437
}
.sub-head.text-light{
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}*/

.bold-text {
    font-size: 24px;
    font-weight: 600
}

.margin-top-70 {
    margin-top: 70px
}

.lm-banner-sec {
    position: relative;
    background: #3E4B82 url(../img/lm-hero-sec-bg.jpg) no-repeat;
    background-position: left top;
    background-size: cover;
    background-blend-mode: multiply;
    padding: 0 0 3%;
    border-bottom: 8px solid transparent;
    border-image: linear-gradient(90deg, rgba(243,100,55,1) 0%, rgba(255,156,0,1) 35%, rgba(122,138,207,0.3981793400954131) 35%);
    border-image-slice: 1;
}

.lm-banner-sec-top {
    background: linear-gradient(180deg, rgba(0, 50, 109, 0.60) 0%, rgba(244, 246, 255, 0.00) 104.95%);
    margin-bottom: 3%
}

.lm-logo-sec {
    padding: 48px 29px;
    background: linear-gradient(180deg, #3E4B82 57.29%, rgba(122, 148, 179, 0.00) 100%)
}

.lm-banner-left .focustTxt {
    font-size: 58px;
    line-height: 88px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -2.46px;
    text-transform: capitalize;
    padding-bottom: 10px;
    -webkit-text-fill-color: white
}

.lm-banner-left .focustTxt .h2-altr {
    font-size: 58px;
    font-weight: 300;
    display: block;
}

.lm-banner-left p {
    color: #002768;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 60px
}

.lm-banner-right {
    position: relative
}

.lm-banner-right:after {
    position: absolute;
    content: '';
    top: 30px;
    left: -13px;
    border-radius: 6px;
    background: rgba(255, 255, 255, .6);
    width: 397px;
    height: 420px;
    z-index: 1
}

.lm-banner-form {
    position: relative;
    z-index: 11;
    padding: 25px 20px;
    border-radius: 6px;
    background: var(--lm-color-light);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
}

.lm-banner-form p {
    padding-bottom: 0;
    color: #f36437;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px
}

.lm-banner-form h4 {
    color: #3e4b82;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px
}

.lm-sec-two {
    position: relative;
    background: rgb(244, 246, 255);
    background: linear-gradient(0deg, rgba(244, 246, 255, 1) 95%, rgba(59, 71, 123, 0.4009804605435925) 100%)
}

.lm-sec-two-left {
    background: var(--lm-color-light);
    padding: 30px 40px;
    box-shadow: 0 0 30px rgba(51, 51, 51, .15)
}

.lm-sec-two-right {
    border-radius: 0 8px 0 0;
    background: #fff;
    box-shadow: 20px 20px 24px 0 rgba(62, 75, 130, .08)
}

.lm-service-area {
    padding: 25px 35px 0
}

.lm-sec-two-right h4 {
    text-transform: uppercase
}

.lm-sec-two-right ul li a {
    color: #6a6a6a
}

.lm-sec-two-right-btm {
    padding: 0 30px 25px 35px
}

.lm-sec-two-right ul li:hover {
    transform: translateX(5px)
}

.lm-sec-two ul li a:hover {
    color: var(--lm-color-primary)
}

.lm-sec-two-right ul li {
    font-size: 20px;
    line-height: 26px;
    padding: 10px 0 10px 40px;
    transition: all .5s;
    position: relative
}

.lm-sec-two-right ul li:before {
    position: absolute;
    content: url(../img/list-start.png);
    left: 5px;
    top: 11px
}

.service-area-navbar select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #fff;
    background-image: none;
    transition: all 2s ease-out
}

.service-area-navbar select::-ms-expand {
    display: none
}

.service-area-navbar {
    position: relative;
    display: flex;
    width: 95%;
    height: 50px;
    line-height: 1.5;
    border-radius: 27px;
    background: linear-gradient(180deg, rgba(62, 75, 130, 0.40) 0%, rgba(0, 0, 0, 0.10) 100%);
    overflow: hidden;
    transition: all 2s ease-out;
    margin: 0 0 20px
}

.service-area-navbar select {
    flex: 1;
    padding: 0 1.5em !important;
    cursor: pointer;
    background: 0 0 !important;
    transition: all 2s ease-out;
    font-size: 16px;
    line-height: 18px
}

.service-area-navbar::after {
    content: url(../img/pseudo.png);
    position: absolute;
    top: -3px;
    right: 5px;
    padding: 5px 20px;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    color: var(--lm-color-dark);
    transition: all 2s ease-out
}

.service-area-navbar:hover::after {
    color: var(--lm-color-dark);
    transition: all 2s ease-out
}

.lm-sec-three-img a {
    position: relative;
    margin-top: -35px
}

.lm-testmonial-sec {
    background: url(../img/lm-testmonial.jpg) no-repeat;
    height: 82vh;
    background-size: cover
}

.second-h2 {
    background: radial-gradient(70.71% 70.71% at 50% 50%, #679DDD 0%, #3E4B82 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 56px;
    font-style: normal;
    font-weight: 300;
    line-height: 54px;
    letter-spacing: -1.68px;
    text-transform: capitalize
}

.lm-sec-four-bef {
    position: relative;
    padding: 20px 0
}

.lm-sec-four-bef:before {
    position: absolute;
    content: '';
    display: flex;
    width: 1186px;
    height: 610px;
    padding: 580px 789.97px 0 54px;
    align-items: center;
    flex-shrink: 0;
    border-radius: 0 9999px 9999px 0;
    border-top: 1px solid #f36437
}

.lm-sec-four-ser {
    margin-top: 40px
}

.lm-sec-four-ser p {
    font-size: 18px;
    line-height: 26px
}

.lm-sec-five .nav {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #f36437;
    background: 0 0;
    border-bottom: 3px solid #e24e0e
}

.nav-link {
    color: #f36437
}

.nav-link:focus,
.nav-link:hover {
    color: var(--lm-color-primary)
}

.nav-pills .nav-link {
    text-align: left;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600
}

.lm-sec-five-panel {
    padding: 50px 40px;
    border-radius: 30px 30px 0 0;
    border-top: 1px solid #e24e0e;
    border-right: 1px solid #e24e0e;
    background: transparent;
    box-shadow: 0 -53px 105px -50px rgba(0, 0, 0, .24)
}

.lm-sec-five-panel h4 {
    color: #f36437;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    text-transform: capitalize
}

.lm-sec-five-inn {
    position: relative;
    margin-left: -53px
}

.lm-sec-six {}

.carousel-inner {
    overflow: inherit;
    margin-top: 80px;
    margin-bottom: 20px
}

.lm-sec-six-slider {
    padding: 20px 40px 45px;
    border-top: 7px solid #4d6aa4;
    border-radius: 6px;
    background: var(--lm-color-light);
    box-shadow: 0 4px 99px 0 rgba(103, 157, 221, .33)
}

.lm-sec-six-slider img {
    position: relative;
    margin-top: -100px
}

.carousel-control-prev-icon {
    background-image: url(../img/Previous.png)
}

.carousel-control-next-icon {
    background-image: url(../img/Next.png)
}

.carousel-control-next,
.carousel-control-prev {
    bottom: -18%;
    top: auto;
    width: 20%
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 3.5rem;
    height: 3.5rem
}

.carousel-control-prev {
    left: 35%
}

.carousel-control-next {
    right: 35%
}

.lm-sec-six-btn {
    position: relative;
    margin-top: 40px
}

.lm-sec-seven {
    padding: 6% 0;
    background: linear-gradient(180deg, rgba(103, 157, 221, 0.60) 0%, rgba(244, 246, 255, 0.00) 25%)
}

.accordion-item h2 {
    background: 0 0;
    background-clip: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: inherit
}

.accordion-item {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #ddd
}

.accordion-button:not(.collapsed) {
    color: #f36437;
    background: #fff;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .06), 0 14px 28px 0 rgba(0, 0, 0, .1)
}

.accordion-button {
    background-color: transparent;
    font-weight: 700;
    font-size: 32px;
    color: var(--lm-color-primary)
}

.accordion-body {
    background: linear-gradient(0deg, rgba(103, 157, 221, 0.30) 0%, rgba(244, 246, 255, 0.00) 100%);
    box-shadow: 0 40px 96px 0 rgba(0, 19, 112, .03), 0 40px 40px 0 rgba(0, 19, 112, .1), 0 20px 20px 0 rgba(0, 19, 112, .04), 0 11px 14px 0 rgba(0, 19, 112, .06), 0 5px 5.5px 0 rgba(0, 19, 112, .08), 0 2.7px 2.7px 0 rgba(0, 19, 112, .06);
    font-size: 20px;
    padding: 32px 33px;
    color: #6a6a6a;
    line-height: 28px
}

.lm-sec-eight {
    margin-top: 120px;
    background: #49629b;
    padding: 60px 0;
}

.lm-sec-eight h2 {
    background: 0 0;
    background-clip: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #fff;
    color: #fff
}

.lm-sec-eight img {
    position: relative;
    margin-top: -165px
}

.lm-sec-eight .sub-head-style {
    opacity: .3;
    background: #fff
}

.lm-sec-eight-last {
    position: relative;
    margin-top: -80px
}

.lm-sec-eight-last .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--lm-color-light);
    border-radius: 30px;
    background: #3e4b82;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    border-bottom: none
}

.lm-sec-eight-last .nav {
    background: 0 0;
    z-index: 111;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.lm-sec-eight-last .nav-link {
    color: #15447e;
    padding: 12px 55px
}

.lm-sec-eight-last .nav-item {
    color: #15447e;
    padding: 15px 2px;
}

.lm-sec-eight-last .nav-pills .nav-link {
    background: #eaf0f0;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600
}

.lm-sec-eight-panel {
    border-radius: 30px;
    position: relative;
    margin-top: -45px;
    padding: 60px 50px 50px;
    background: #fff;
    color: #3e4b82;
    font-size: 22px;
    line-height: 32px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    z-index: 1
}

.lm-sec-nine-ser {
    padding: 50px;
    border-radius: 0 51px 0 0;
    background: linear-gradient(2deg, #FFF 80.07%, rgba(255, 255, 255, 0.00) 111.94%);
    position: relative;
    margin-top: -230px
}

.lm-cta-sec {
    background: url(../img/lm-cta-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.lm-cta-sec-ser {
    padding: 45px 55px 0;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(73, 98, 155, 0.20) 0%, rgba(73, 98, 155, 0.00) 100%)
}

.lm-cta-sec-box {
    border-radius: 20px 20px 0 0;
    min-height: 365px;
    width: auto;
    background: #fff;
    padding: 63px 35px 10px;
    box-shadow: 20px -20px 24px 0 rgba(0, 0, 0, .05), 20px -20px 24px 0 rgba(0, 0, 0, .03) inset
}

.gform_heading {
    display: none !important;
}

.lm-cta-sec-btm {
    height: 6px;
    background: linear-gradient(90deg, #3E4B82 0%, #679DDD 100%)
}

.cta-sec-btm-alt {
    background: linear-gradient(90deg, #F36437 0%, #E1AD59 100%)
}

.lm-listing-container .lm-widget-title {
    font-size: 56px;
    margin-top: 56px;
    padding-left: 20px;
    font-family: var(--lm-font);
}

.lm-listing-container .lm-listing-title {
    font-size: 32px;
    font-family: var(--lm-font);
}

.lm-cta-sec-box span {
    color: #679ddd;
    font-size: 90px;
    font-style: normal;
    font-weight: 900;
    line-height: 100px;
    opacity: .3
}

.lm-cta {
    margin-top: 50px;
}

.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large {
    width: 100%;
    border-radius: 8px;
    border: 2px solid #b3ceee;
    color: #6776b5;
    font-size: 18px;
}

.gform_wrapper.gravity-theme.gravity-theme .gfield textarea.medium {
    border-radius: 8px;
    border: 2px solid #b3ceee;
    color: #6776b5;
    font-size: 18px;
}
:is(a, button, input, textarea, summary) {
  --outline-size: max(0px, 0em);
  --outline-style: solid;
  --outline-color: currentColor;
}
@media (min-width: 1112px) {
    .gform_wrapper.gravity-theme.gravity-theme .gfield textarea.medium {
        border-radius: 8px;
        border: 2px solid #b3ceee;
        color: #6776b5;
        font-size: 18px;
    }
}

.gform_wrapper.gravity-theme.gravity-theme .gfield textarea.medium {
    height: 8.7rem !important;
}

@media (min-width: 1112px) {
    .gform_wrapper.gravity-theme.gravity-theme .gfield textarea.medium {
        height: 8.7rem !important;
    }
}

@media only screen and (max-width:850px) {
    .lm-listing-container .lm-widget-title {
        font-size: 32px;
        margin-top: 32px;
        padding-left: 20px;
        font-family: var(--lm-font);
    }

    .lm-listing-container .lm-listing-title {
        font-size: 25px;
        font-family: var(--lm-font);
    }

    h1 {
        font-size: 52px;
        line-height: 60px
    }

    h2 {
        font-size: 42px;
        line-height: 40px
    }

    h1.main-headline {
        font-size: 42px;
        line-height: 42px;
    }

    .second-h2 {
        display: block;
        font-size: 42px
    }

    .sub-head {
        font-style: normal;
        font-size: 24px
    }

    h3 {
        font-size: 28px;
        line-height: 34px;
        font-weight: 800
    }

    h4 {
        font-size: 22px
    }

    p {
        font-size: 16px;
        line-height: 24px
    }

    .img-fluid {
        padding: 20px 0
    }

    .lm-list-alt li {
        font-weight: 400;
        line-height: 22px
    }

    .lm-list,
    .lm-list-alt {
        margin: 0 !important
    }

    .lm-banner-left .focustTxt {
        font-size: 38px;
        line-height: 50px;
        font-weight: 400;
        color: #fff;
        background: 0 0;
        opacity: 1;
        -webkit-text-fill-color: #fff
    }

    .lm-sec-two-right ul li {
        font-size: 18px;
        line-height: 24px
    }

    .lm-testmonial-sec {
        height: 16vh;
        background-size: fill
    }

    .lm-banner-left {
        padding: 20px
    }

    .lm-banner-sec:after,
    .lm-banner-right::after,
    .lm-sec-four-bef:before {
        display: none
    }

    .lm-sec-four-bef {
        padding: 0
    }

    .lm-sec-two-right {
        margin-top: 15px
    }

    .lm-container-padding,
    .lm-sec-seven {
        padding: 30px 0
    }

    .lm-sec-two,
    .lm-sec-three,
    .lm-sec-seven {
        margin: 0
    }

    .lm-sec-two-top {
        margin-top: 50px
    }

    .lm-sec-two-top-right {
        padding: 15px 10px
    }

    .lm-sec-four-box img {
        margin: 10px 0
    }

    .lm-sec-two-box:hover {
        transform: none
    }

    .lm-right-padding,
    .lm-left-padding {
        padding-right: 0;
        padding-left: 0
    }

    .lm-sec-five-inn {
        margin: 0
    }

    .nav-pills .nav-link {
        margin: 0
    }

    .nav-item {
        padding: 15px 0
    }

    .lm-sec-five .nav,
    .lm-sec-eight-last .nav {
        display: inherit;
        -webkit-justify-content: left;
        justify-content: left
    }

    .nav,
    .lm-sec-eight-last .nav {
        display: inherit
    }

    .lm-sec-eight-last .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active,
    .nav-link {
        padding: 0
    }

    .lm-sec-eight-last .nav-pills .nav-link {
        text-align: left;
        display: block;
        width: 100%
    }

    .lm-sec-eight-last .nav-pills .nav-link img {
        padding-bottom: 20px
    }

    .lm-sec-two-left,
    .lm-sec-eight-box,
    .lm-sec-seven-box {
        padding: 30px
    }

    .lm-sec-seven-box img,
    .lm-sec-eight-box img {
        padding-top: 0
    }

    .lm-sec-three-box img,
    .lm-sec-seven-ser {
        padding: 0
    }

    .lm-sec-four-box {
        padding: 30px
    }

    .lm-sec-three-panel,
    .lm-sec-seven-panel {
        padding: 30px 20px
    }

    .lm-sec-three-ser {
        padding: 40px
    }

    .lm-banner-left h4 {
        font-size: 19px
    }

    .container-fluid {
        height: auto;
        width: 95%
    }

    .lm-right-padding,
    .lm-container-padding,
    .lm-left-padding,
    .lm-col-left-padding,
    .lm-col-right-padding {
        padding-right: 0;
        padding-left: 0
    }

    .lm-sec-seven-ser,
    .lm-sec-two-ser,
    .sec-nine-box-last {
        padding: 40px 30px
    }

    .lm-sec-seven-alt,
    .lm-sec-eight-btm {
        margin-top: 0
    }

    .lm-sec-five-box img,
    .lm-sec-six-box img {
        margin-bottom: 15px
    }

    .lm-sec-seven-box {
        min-height: auto
    }

    .lm-sec-five-box,
    .lm-sec-nine-box {
        min-height: auto
    }

    .big-text {
        font-size: 30px;
        line-height: 38px
    }

    .margin-top-70 {
        margin-top: 30px
    }

    .lm-sec-five-ser,
    .lm-sec-two-ser {
        margin: 0
    }

    .lm-sec-eight img {
        margin-top: -70px
    }

    .lm-sec-nine-ser {
        margin: 0
    }

    .lm-sec-eight-last {
        margin-top: 0
    }

    .lm-sec-five-ser {
        padding: 40px 30px;
        margin: 0
    }

    .lm-cta-sec-box {
        border-radius: 0;
        margin-top: 25px;
        min-height: auto
    }

    .lm-sec-seven-right {
        padding: 40px 30px
    }

    .lm-sec-five-btm-ser {
        margin-top: 40px;
        padding: 50px
    }

    .lm-sec-five-alt {
        padding: 5% 0
    }

    .lm-sec-six-ser {
        min-height: auto
    }

    .lm-sec-six {
        padding: 4% 0 6%
    }

    .lm-sec-six-box {
        border-radius: 0
    }

    .lm-sec-four h2 .sub-head {
        color: #fff
    }

    .lm-sec-eight h2 .sub-head,
    .lm-sec-six h2 .sub-head,
    .lm-sec-three h2 .sub-head {
        color: var(--lm-color-lite-dark)
    }

    .lm-sec-seven h2 .sub-head {
        color: var(--lm-color-lite-dark)
    }

    .nav {
        display: block;
        padding: 20px
    }

    .nav li {
        padding-left: 0;
        width: 100%;
        display: block
    }

    .lm-form-main {
        margin-top: 40px
    }

    .lm-sec-seven-alt h3 {
        font-size: 26px;
        line-height: 32px
    }

    .lm-sec-four-box {
        margin-top: 40px
    }

    .lm-list li:before {
        top: 18px
    }

    .lm-banner-form {
        margin-top: 12px
    }
}


.lm-sec-two-right-top,
.lm-sec-two-right-btm1 {
    border-left: 8px solid transparent;
    border-image: linear-gradient(180deg, rgba(243, 100, 55, 1) 27%, rgba(225, 173, 89, 1) 100%);
    border-image-slice: 1;
    margin-bottom: 20px;
    border-radius: 15px;
    background: var(--lm-color-light);
    padding: 40px 30px 40px 40px;
    box-shadow: 20px 20px 24px rgba(62, 75, 130, 0.08);
    border-radius: 0px 8px 0px 0px;
}

@media only screen and (max-width:767px) {

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        width: auto
    }

    h1 {
        font-size: 34px;
        line-height: 42px;
        padding-bottom: 10px
    }

    h2 {
        font-size: 32px;
        line-height: 32px;
        padding-bottom: 10px
    }

    h1.main-headline {
        font-size: 32px;
        line-height: 32px;
    }

    .sub-head {
        font-size: 20px
    }

    .second-h2 {
        display: block;
        font-size: 32px
    }

    .fw-bold {
        font-weight: 500 !important
    }

    h3 {
        font-size: 22px;
        line-height: 32px;
        padding-bottom: 10px
    }

    h4 {
        font-size: 20px;
        line-height: 26px;
        padding-bottom: 10px
    }

    p,
    li {
        font-size: 18px;
        line-height: 26px
    }

    li {
        padding: 5px 0 5px 24px
    }

    .bold-text {
        font-size: 22px;
        line-height: 28px;
        font-weight: 600
    }

    .phone-number,
    .lm-right-arrow {
        max-width: 32px;
        height: auto
    }

    .btn {
        font-size: 13px;
        font-weight: 500;
        padding: 8px 20px
    }

    .btn-one {
        padding: 4px 5px;
        border: 4px solid #eaebf1;
    }

    .btn-two {
        padding: 8px 18px
    }

    .lm-list li {
        padding: 8px 0 8px 60px
    }

    .lm-container-padding {
        padding: 40px 0
    }

    .lm-banner-left .focustTxt {
        font-size: 38px;
        line-height: 50px;
        font-weight: 400
    }

    .h2-altr {
        font-size: 38px
    }

    .lm-banner-left {
        padding: 4% 10px 25px;
        background: rgb(179, 206, 238);
        background: linear-gradient(180deg, rgba(179, 206, 238, 1) 0%, rgba(244, 246, 255, 1) 100%);
        margin-top: 30%;
    }

    .lm-sec-two {
        background: none;
    }

    .lm-sec-two-right {
        box-shadow: none;
    }

    .lm-banner-left p {

        padding-bottom: 0;
    }

    .lm-service-area {
        padding: 50px 20px 0
    }

    .lm-sec-two-right-btm {
        padding: 5px 20px 40px 30px
    }

    .lm-sec-three-box {
        padding: 0
    }

    .lm-sec-five-alt p {
        line-height: 22px
    }

    .lm-sec-four-box {
        padding: 0 10px;
        margin-top: 10px
    }

    .lm-sec-three-ser {
        padding: 10px
    }

    .lm-sec-nine-ser {
        padding: 30px 10px
    }

    .lm-sec-five-panel {
        padding: 30px 10px;
        border-radius: 0;
        border-top: none;
        border-right: none
    }

    .lm-cta-sec-box {
        border-radius: 0;
        margin-top: 25px
    }

    .lm-sec-three-panel,
    .lm-sec-seven-panel {
        padding: 30px 10px
    }

    .lm-sec-four-ser {
        margin-top: 15px
    }

    .lm-sec-six-ser,
    .lm-sec-two-left,
    .lm-sec-eight-ser {
        padding: 30px 10px
    }

    .lm-sec-eight-panel {
        padding: 40px 20px 20px
    }

    .lm-sec-two-ser,
    .lm-sec-five-ser,
    .lm-sec-five-btm,
    .lm-sec-seven-ser,
    .lm-sec-nine-box,
    .lm-sec-ten-ser,
    .lm-sec-ten-faq {
        padding: 30px 15px
    }

    .lm-sec-nine-box img {
        padding-bottom: 10px
    }

    .carousel-control-next,
    .carousel-control-prev {
        bottom: -44px;
        width: 14%
    }

    .carousel-control-prev {
        left: 30%
    }

    .carousel-control-next {
        right: 30%
    }

    .accordion-button {
        font-size: 24px
    }

    .lm-sec-eight-ser p {
        color: var(--lm-color-dark)
    }

    .lm-cta-sec {
        padding: 0
    }

    .lm-cta-sec-ser {
        padding: 30px 10px;
        border-radius: 0
    }

    .lm-form-main h3 {
        font-size: 24px;
        padding-bottom: 15px
    }

    .lm-form-main {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        padding: 40px 20px;
        margin-top: 25px
    }

    .lm-sec-eight {
        padding: 0;
    }
}

/* Table Start */

.table {
    border-color: #AEAEAE;
}

.table> :not(caption)>*>* {
    padding: 10px 10px 10px 30px;
}

.table-bordered tr td {
    color: #6A6A6A;
    font-size: 20px;
    font-weight: 400;
}

.table-bordered-left tr td {
    font-weight: 400;
    border-right-width: 0;
}

.hight-big-table {
    height: 161px;
}

.education h3,
.Parks h3,
.Landmarks h3,
.Living h3 {
    padding: 8px 25px;
    background: var(--lm-color-primary);
}

.accordion-body ul li {
    padding: 15px 0 15px 60px;
}

.accordion-body ul li:before {
    background: none;
    top: 12px;
    left: 10px;
}

.education ul li:before {
    content: url(../img/GraduationCap.png);
}

.Parks ul li:before {
    content: url(../img/park.png);
}

.Landmarks ul li:before {
    content: url(../img/Landmarks.png);
}

.Living ul li:before {
    top: 7px;
    content: url(../img/Living.png);
}

.table-bordered> :not(caption)>* {
    border-width: 1px;
}

/* Table End */

/*Assisted Living Start*/
.lm-sec-assisted {
    background: #49629B url('../img/assisted-statistics.jpg') no-repeat bottom center;
    position: relative;
}

.lm-sec-assisted h2 {
    -webkit-text-fill-color: white;
}

.lm-assisted-panel {
    padding: 0 0 0 35px;
    border-radius: 0 0 10px 10px;
    background: var(--lm-color-light);
}

.lm-assisted-panel ul li {
    padding: 5px 0 5px 50px;
}

.lm-assisted-panel ul li:before {
    top: 14px;
    left: 20px;
}

.assi-panel-content {
    padding: 50px;
}

.lm-sec-assisted .nav-item {
    padding: 0;
}

.lm-sec-assisted .nav-pills {}

.lm-sec-assisted .nav-link {
    color: var(--lm-color-light);
}

.lm-sec-assisted .nav-item button {
    display: inline-flex;
    padding: 25px 15px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 10px 10px 0 0;
    height: 200px;
    width: 327px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.lm-sec-assisted .nav-item button.active {
    color: #49629B;
    border: none;
    background: #fff;

}

/* banner-style-start */

.lm-banner-sec-top,
.lm-logo-sec {
    background: none;
}

.lm-logo-sec {
    padding: 48px 0;
}

.lm-banner-left .focustTxt {
    font-size: 58px;
    font-weight: 800;
    line-height: normal;
}

.h2-altr {
    font-size: 58px;
    font-weight: 400;
}

.lm-banner-cta-btn .btn:hover {
    color: #3e4b82;
    background: #ddd;
}

/* banner-style-End */
@media only screen and (max-width:991px) {
    .lm-banner-sec {
  background-position: left top;
  background-size: contain;
}
.lm-logo-sec {
        padding: 15px 0;
        text-align: left;
    }

    .lm-logo-sec img {
        width: 200px;
    }
    .lm-banner-cta-btn{
        position: absolute;
  top: 30px;
  right: 30px;
    }
    .btn-one {
  color: #002768;
  padding: 6px 26px;
}
.lm-banner-left{
    margin-top: 45%;
}
}
@media only screen and (max-width:850px) {
    .lm-banner-sec {
        background-position: center;
        background: #fff url(../img/banner-bg-mb.png) no-repeat;
        background-blend-mode: normal;
        background-position: left top;
        background-size: contain;
        border: 0;

    }

    .table-bordered-left tr td {
        border-width: 0 1px;
    }

    .table-bordered-left tr td {
        font-size: 18px;
    }

    .lm-sec-two-right {
        margin-top: 15px
    }

    .lm-logo-sec {
        padding: 15px 0;
        text-align: left;
    }

    .lm-logo-sec img {
        width: 200px;
    }

    .lm-banner-cta-btn {
        position: absolute;
        top: 30px;
        right: 30px;

    }

    .btn-one {
        color: #002768;
        background: var(--lm-color-light);
        padding: 8px 30px;
    }

    .lm-banner-left {
        padding: 4% 30px 30px;
        background: rgb(179, 206, 238);
        background: linear-gradient(180deg, rgba(179, 206, 238, 1) 0%, rgba(244, 246, 255, 1) 100%);
        margin-top: 30%;
    }

    .lm-banner-left .focustTxt,
    .lm-banner-left p {
        color: #002768 !important;
        -webkit-text-fill-color: #002768;
        letter-spacing: normal;
    }
    .lm-banner-left {
    margin-top: 39.4%;
  }
}
@media only screen and (max-width:844px) {
    .lm-banner-left {
    margin-top: 42.4%;
  }
}
@media only screen and (max-width:812px) {
 .lm-banner-left {
    margin-top: 40.1%;
  }
}
@media only screen and (max-width:810px) {
 .lm-banner-left {
    margin-top: 40.2%;
  }
}
@media only screen and (max-width: 800px) {
  .lm-banner-left {
    margin-top: 39.4%;
  }
}
@media only screen and (max-width: 768px) {
  .lm-banner-left {
    margin-top: 37%;
  }
}
@media only screen and (max-width:767px) {
    .lm-assisted-panel {
        padding: 30px 20px;
    }

    .nav-pills {
        align-items: center;
    }

    .lm-sec-assisted .nav-item button {
        height: auto;
        width: 100%;
    }

    .lm-banner-left .focustTxt {
        font-size: 40px;
        color: #002768 !important;
        -webkit-text-fill-color: #002768;
        letter-spacing: normal;
    }

    .lm-banner-left p {
        font-size: 24px;
        color: #002768 !important;
        letter-spacing: normal;
    }

    .lm-banner-left .focustTxt .h2-altr {
        font-size: 42px;
        font-weight: 400;
    }

    .lm-banner-sec {
        background-position: center;
        background: #fff url(../img/banner-bg-mb.png) no-repeat;
        background-blend-mode: normal;
        background-position: left top;
        background-size: contain;
        border: 0;
    }

    .table-bordered-left tr td {
        border-width: 0 1px;
    }

    .table-bordered-left tr td {
        font-size: 18px;
    }

    .lm-sec-two-right {
        margin-top: 15px
    }

    .lm-container-padding,
    .lm-sec-seven {
        padding: 30px 0
    }

    .hight-big-table {
        height: auto;
    }

    .lm-logo-sec {
        padding: 15px 0;
        text-align: left;
    }

    .lm-logo-sec img {
        width: 120px;
    }

    .lm-banner-cta-btn {
        position: absolute;
        top: 15px;
        right: 15px;

    }

    .lm-sec-two-right-top,
    .lm-sec-two-right-btm1 {
        border-left: 0;
        padding: 0px 10px 0;
        box-shadow: none;
        border-radius: 0;
    }

    .lm-sec-two-right {
        margin-top: 15px;
        border: 1px solid #ddd;
    }

    .lm-sec-two-right-top,
    .lm-sec-two-right-btm1 {
        padding: 15px 15px 0;
    }

    .lm-sec-two-right-btm {
        padding: 0 15px 20px;
    }

    .img-fluid {
        padding: 0;
    }

    .lm-sec-three h2 {
        padding-top: 20px;
    }

    .lm-sec-four-ser {
        padding-bottom: 30px;
    }

    .lm-sec-four-ser {
        margin-top: 0px;
        padding-bottom: 0px;
    }

    .lm-sec-four-ser img {
        margin-top: 15px !important;
        width: 25px;
    }

    .lm-sec-four-ser {
        padding-bottom: 25px;
    }

    .nav {
        padding: 10px;
    }

    .nav-pills .nav-link {
        font-size: 21px;
        line-height: 24px;
    }

    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        padding-bottom: 10px;
    }

    .nav-item {
        padding: 15px 0 0;
    }

    .lm-sec-five-panel {
        padding: 15px;
    }

    .lm-list li {
        padding: 0px 0 8px 50px;
    }

    .lm-list li {
        font-size: 18px;
    }

    .lm-list li::before {
        top: 8px;
    }

    .lm-list {
        padding-bottom: 0px;
    }

    .lm-sec-six-slider {
        padding: 20px 20px 20px;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 3.5rem;
        height: 2.8rem;
    }

    .lm-sec-six-btn .m-4 {
        margin: 0 !important;
    }

    .lm-sec-six {
        padding: 0px 0 5px;
    }

    .accordion-button {
        font-size: 20px;
    }

    .accordion-body {
        padding: 10px 15px;
    }

    .lm-sec-eight {
        margin-top: 60px;
    }

    .lm-left-padding {
        padding-bottom: 40px;
    }

    .lm-sec-eight-last .nav-item {
        padding: 5px 0px;
    }

    .lm-sec-eight-last {
        margin-top: -52px;
    }

    .lm-sec-nine-ser {
        padding: 15px 10px;
    }

    .lm-sec-assisted .mt-4 {
        margin-top: 0 !important;
    }

    .lm-sec-assisted .nav-item button {
        padding: 15px;
        height: auto;
        width: 100%;
        line-height: 24px;
        border: 1px solid rgba(255, 255, 255, .2);
        border-radius: 0;
        margin-bottom: 5px;
    }

    .lm-assisted-panel .pe-5 {
        padding-right: 0 !important;
    }

    .lm-container-padding,
    .lm-sec-seven {
        padding: 30px 0 0;
    }

    .lm-assisted-panel {
        padding: 10px 20px;
        border-radius: 0;
    }

    .lm-cta-sec-ser {
        padding: 20px 15px 0px;
    }

    .lm-cta-sec-box {
        margin-top: 10px;
    }

    .lm-cta-sec-box {
        min-height: auto;
        padding: 10px 20px 10px;
    }

    .lm-cta-sec-last.lm-container-padding {
        padding: 10px 5px 0;
    }

    .lm-cta-sec-last .container-fluid.pe-0 {
        padding-right: 10px !important;
    }

    .lm-cta-sec-last .col-lg-4 img {
        margin-top: 30px;
    }

    .lm-sec-eight-last .nav-pills .nav-link {
        text-align: center;
    }

    .btn-one {
        padding: 4px 10px;
    }

    img.phone-number {
        max-width: 11px;
        margin-right: 4px;
    }

    img.lm-right-arrow {
        height: auto;
        max-width: 12px;
        margin-left: 4px;
    }

    img.phone-number.pe-3 {
        padding-right: 0 !important;
    }

    img.lm-right-arrow.ps-3 {
        padding-left: 0 !important;
    }
     .lm-banner-cta-btn {
    top: 20px;
    right: 120px;
  }
}

@media only screen and (max-width: 732px) {
  .lm-banner-left {
    margin-top: 53.4%;
  }
}
@media only screen and (max-width: 640px) {
  .lm-banner-left {
    margin-top: 40.5%;
  }
  .lm-banner-cta-btn {
    top: 20px;
    right: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .lm-banner-left {
    margin-top: 40.5%;
  }
}
@media only screen and (max-width:575px) {
    .lm-banner-cta-btn {
    top: 20px;
    right: 20px;
  }
   .lm-banner-left {
    margin-top: 35.4%;
  }
 
}

@media only screen and (max-width:430px) {
    .lm-banner-left {
        padding: 5% 30px 30px;
        margin-top: 32%;
    }
      .lm-logo-sec img {
        width: 98px;
    } 
     .lm-banner-cta-btn {
    top: 15px;
    right: 10px;
  }
}

@media only screen and (max-width: 412px) {
    .lm-banner-left {
        margin-top: 32%;
    }
}
@media only screen and (max-width: 393px) {
  .lm-banner-left {
    margin-top: 31%;
  }
}
@media only screen and (max-width: 390px) {
    .lm-banner-left {
        margin-top: 31%;
    }
}

@media only screen and (max-width: 375px) {
    .lm-banner-left {
        margin-top: 30%;
    }
}
@media only screen and (max-width: 360px) {
  .lm-banner-left {
    margin-top: 29.5%;
  }
}
@media only screen and (max-width: 320px) {
    .lm-banner-left {
        margin-top: 27%;
    }
}