@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    --color-1: #1c7b44;
    --color1-rgb: rgba(28, 123, 68, 0.8);
    --color-2: #28285c;
    --color-2-rgb: rgb(40  40  92 / 80%);
    --bs-blue: var(--color-1);
    --color-3: #fff;
    --bs-secondary-rgb: var(--color-3);
    --color-branch-card-bg:var(--color1-rgb);
    --color-branch-map: var(--color-2);
    --color-branch-map-default: #efefef;
    --color-branch-map-licensed: var(--color-1);
    --color-branch-map-branch: #787878;
    --color-4: #2a2a2c;
    --color-5: #e5e5e5;
}
#mainNavbar {
    z-index: 10;
}
body {
    font-family: Lora, sans-serif;
}
h1, h2, h3, h4, h5, h6, a {
    font-family: Montserrat, sans-serif;
}
h1 , h2 {
    font-size: 30px;
    color: var(--color-1);
    font-weight: 700;
}

.btn-primary:hover {
    background-color: var(--color1-rgb);
}
.btn-secondary {
    color: #fff;
    background-color: var(--color-2);
    border-color: var(--color-2);
}
.btn-secondary:hover {
    color: #fff;
    background-color: var(--color-2-rgb);
    border-color: var(--color-2-rgb);
}

.btn-outline-secondary {
    color: var(--color-2);
    border-color: var(--color-2);
}
.btn {
    border-radius: 0;
    /*font-size: 15px;*/
    font-weight: 600;
}

.btn-flat {
    border-radius: 0 !important;
}
.theme_max_hma_card-link {
    color: var(--color-2);
    text-decoration: none;
}

.dropdown-menu-center {
    right: -150%;
    left: auto !important;
}

.theme_max_hma_social_list_hma{
    height: 27px;
    position: relative;
    top: -3px;
}

.text-color-4 {
    color: var(--color-4);
}

/** Menu **/
@media(min-width:1200px){


    .mega_class {
        border-top: 4px solid var(--color-2);
        margin-top: 0.5rem !important;
    }

}
@media(max-width:1199px){
    .theme_max_hma-right-nav {
        margin: 1rem;
        padding-bottom: 2rem;
    }
}
h6.title.mh_class {
    /*color: #fff;*/
    padding: 0.3rem 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.mul_class li.mli_class {
    padding: 0.3rem;
    font-size: 0.8rem;
}

.mul_class li.mli_class:last-child {
    border-bottom:none;
}


.mul_class li.mli_class a {
    text-decoration: none;
    /*color:#fff;*/
}
.submenu_head.theme_max_hma-footer-h6 {
    text-transform: none !important;
    font-size: 0.8rem;
    font-weight: 400;
}
.col-6 > .theme_max_hma-footer--navLinks {
    /*color: #fff;*/
    padding-bottom: 0.3rem;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 0.8rem;
    text-decoration: none;
}
.theme_max_hma-footer-ul {
    margin-bottom: 0;
}
.theme_max_hma-footer .dli_class a {
    text-decoration: none;
    /*color: #fff;*/
    padding: 0.3rem 0;
    font-size: 0.8rem;
}

.mega_class .col:first-child {
    border-right: 1px solid #dcdadb;
}
.theme_max_hma_menu_icon {
    font-size: 25px !important;
    line-height: 24px;
}
.theme_max_hma_menu_icon:after{
    display:none;
}
a.nav-link.theme_max_v2-arrow.theme_max_hma_menu_icon:hover {
    color:silver !important;
}

/** Menu end **/

/***Start Header css***/
.theme_max_hma-logo img {
    width: 375px;
}

.theme_max_hma-topheader-text {

}

.theme_max_hma-logo {
    margin-top: -32px;
}

.theme_max_hma-topheader {
    background-color: var(--color-5);
    padding: 15px 0px;

}

.theme_max_hma-mainheader .navbar-nav .nav-link {
    display: block;
    color: var(--color-4);
    font-size: 15px;
    font-weight: 700;
    padding: 0px 8px 0 8px;
    text-transform: uppercase;
}

.theme_max_hma-mainheader .navbar-nav .nav-link:hover {
    color: var(--color-2);
}

.theme_max_hma-right-nav .nav-item .nav-link {
    color: var(--color-2);
    padding: 1px 12px;
}

.theme_max_hma-right-nav .nav-item .nav-link.border-start {
    border-left: 1px solid #e2e2e2 !important;
}

.theme_max_hma-arrow.dropdown-toggle::after {
    content: '';
    background-image: url(/dev/themes/max_hma/image/arrow-down.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    width: 13px;
    height: 12px;
    position: relative;
    top: 6px;
    left: 1px;
}

.theme_max_hma-dropbox {
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 8px;
    color: var(--color-1);
    font-size: 18px;
    left: -180% !important;
}

.theme_max_hma-mainheader {
}

.theme_max_hma-footer-address {
    color: #fff;
}

.theme_max_hma-navigation {
    background-color: rgb(255 255 255 / 88%);
    padding: 44px 0px 25px;
}

.theme_max_hma-applybtn {
    background-color: var(--color-2);
    border-radius: 9px;
    height: 40px;
    font-size: 14px;
    color: #ffffff !important;
    padding: 13px 15px;
    line-height: 37px;
    font-weight: 700;
}

.theme_max_hma-applybtn {
    background-color: var(--color-2);
    border-radius: 9px;
    font-size: 14px;
    color: #ffffff !important;
    padding: 9px 12px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
}

/***Close Header css***/

/**start theme nova service****/
.theme_max_hma-service-outer {
    background-color: var(--color-1);
    padding: 20px;
    border-radius: 10px;
    max-width: 452px;
    border: 5px solid transparent;
    transition: all ease 0.2s;
}

.theme_max_hma-service-outer.active {
    border-color: var(--color-2);
    background: var(--color-1);
    box-shadow: 0px 0 8px rgb(0 0 0 / 80%);
    transition: all ease 0.2s;
}

.theme_max_hma-service-text {
    font-size: 26px;
    font-weight: 300;

}

.theme_max_hma-service-icon {
    background-color: var(--color-2);
    border-radius: 6px;
    padding: 10px 14px;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(max-width:400px){
    .theme_max_hma-service-icon {
        max-width: 60px;
        height:60px
    }
    .theme_max_hma-service-search img{
        max-width: initial !important;
        width: 42px;
    }
}
.theme_max_hma-service {
    padding: 60px 0px 100px;
}

.theme_max_hma-service-content {
    padding-left: 25px;
}

.theme_max_hma-service-paratext {
    line-height: 20px;
}

.theme_max_hma-service-clickbtn {
    color: var(--color-3);
    font-size: 14px;
    font-weight: 600;
}

.theme_max_hma-service-clickbtn:hover {
    color: #ffffff;
}

.theme_max_hma-service-box1 {
    background-color: rgb(255 255 255 / 94%);
    border-radius: 8px;
    padding: 60px 40px;
    box-shadow: 0px 0 16px rgb(0 0 0 / 10%);
}

.theme_max_hma-service-rside-heading {
    color:var(--color-1);
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}

.theme_max_hma-service-bluebtn {
    background-color: var(--color-1);
    width: 100%;
    border: 1px solid var(--color-1);
    border-radius: 8px;
    padding: 6px 15px;
}

.theme_max_hma-service-propertybtn {
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.theme_max_hma-service-bluebtn:hover {
    background-color: var(--color-2);
    border: 1px solid var(--color-2);
    box-shadow: none;
    outline: 0px;
}

.theme_max_hma-service-bluebtn:active,
.theme_max_hma-service-bluebtn:focus,
.theme_max_hma-service-bluebtn:active:focus {
    background-color: var(--color-2);
    border: 1px solid var(--color-2);
    box-shadow: none;
    outline: 0px;
}

.theme_max_hma-service-orangebtn {
    background-color: var(--color-2);
    border: 1px solid var(--color-2);
}

.theme_max_hma-service-orangebtn:hover {
    background-color: var(--color-1);
    border: 1px solid var(--color-1);
}

.estimated-input-box .form-control {
    background-color: transparent;
}

.estimated-input-box .input-group-text {
    border-radius: 8px;
}

.estimated-input-box .form-control {
    background-color: transparent;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.theme_max_hma-thankubox-heading {
    color: var(--color-2);
    font-size: 39px;
    font-weight: 600;
}

.theme_max_hma-thankubox-text {
    color: var(--color-1);
    font-size: 18px;
    line-height: 26px;
}

.theme_max_hma-service-search img {
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
}

.theme_max_hma-service-outer.active .theme_max_hma-service-search img {
    background-color: #BBBFCB;
}

.theme_max_hma-service-finder-list .list-group-item {
    position: relative;
    display: block;
    padding: 0px 25px 8px;
    color: var(--color-1);
    background-color: #c5c9d6;
    border: none;
    cursor: pointer;
}

.theme_max_hma-service-fide-textname {
    font-size: 12px;
    line-height: 11px;
}

.theme_max_hma-service-finde-icon {
    font-size: 10px;
}

.theme_max_hma-service-finder .list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
}

.theme_max_hma-service-finder .list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
}

.theme_max_hma-service-finder-list {
    border-radius: 10px;
}

.theme_max_hma-service-finder .list-group-horizontal>.list-group-item.active {
    background-color: #fff;
    color: var(--color-2);
}

/** close theme nova service****/

/**start customer experience**/
.theme_max_hma-customerexp {
    padding: 1rem 0px;
    background: rgb( 247, 247, 247 );
    width: 100%;
    display: table;
    /*min-height: 500px;*/
    /*padding: 100px 0px 100px 0px;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}
.theme_max_hma-customerexp .signature {
    font-weight: 700;
}
.theme_max_hma-heading {
    font-weight: 300;
    font-size: 48px;
}


.owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    background: #fff;
    margin-right: 1rem;
}

.owl-carousel button.owl-dot:active {
    width: 10px;
    height: 10px;
    background: #fff;
    margin-right: 1rem;
    border:1px solid var(--color-1);
}

.theme_max_hma-customerexp .owl-nav button {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    top: 0;
}

.theme_max_hma-customerexp .owl-theme.cutomer-slider .item {
    max-width: 600px;
    margin: 0 auto;
}

.theme_max_hma-customerexp .owl-nav button span {
    display: none;
}

.theme_max_hma-customerexp .owl-nav button.owl-next {
    right: -50px;
}

.theme_max_hma-customerexp .owl-nav button.owl-prev {
    left: -50px;
}

.theme_max_hma-customerexp .owl-nav button.owl-prev:after,
.theme_max_hma-customerexp .owl-nav button.owl-next:before {
    position: relative;
    content: "";
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;

}

.theme_max_hma-customerexp .owl-nav button.owl-prev:after {
    background-image: url("/dev/themes/max_hma/image/left-arrow.png");
}

.theme_max_hma-customerexp .owl-nav button.owl-next:before {
    background-image: url("/dev/themes/max_hma/image/right-arrow.png");

}

.theme_max_hma-customerexp-content {
    font-size: 18px;
    line-height: 25px;
    margin-top: 22px;
}

.theme_max_hma-ratingpoint {
    background-color: var(--color-2-rgb);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid #FFF;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;

}

.theme_max_hma-ratingpoint:after {
    position: absolute;
    content: "";
    background-image: url("/dev/themes/max_hma/image/star.png");
    background-repeat: no-repeat;
    width: 90px;
    height: 85px;
    z-index: -1;
}

.theme_max_hma-rating-text {
    color: #fff;
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 40px;
}

.theme_max_hma-avgrating {
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
    line-height: 14px;
}

.theme_max_hma-customerexp-loc {
    line-height: 20px;
    font-weight: 500;
}

.theme_max_hma-customerexp-date {
    font-weight: 400;
}

/**close customer experience**/
/**start about nova**/
.theme_max_hma-aboutsec {
    padding: 60px 0px;
}

.theme_max_hma-aboutsec-heading {
    color:var(--color-1);
    font-weight: 300;
    font-size: 44px;
}

.theme_max_hma-tablist {
    margin-top: 40px;
}

.theme_max_hma-tablist-link {
    padding: 20px 60px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    color: var(--color-1);
}

.theme_max_hma-tablist-link.active:after {
    position: absolute;
    bottom: -3px;
    border-bottom: 5px solid var(--color-2);
    content: "";
    width: 100%;
    border-radius: 6px;
    left: 0;
}

.theme_max_hma-tablist.nav-tabs .nav-item.show .nav-link,
.theme_max_hma-tablist.nav-tabs .nav-link.active {
    color: var(--color-2);
    background-color: transparent;

}

.theme_max_hma-tablist .nav-link:hover,
.theme_max_hma-tablist .nav-link:focus {
    color: var(--color-1);

}

.theme_max_hma-colorimg {
    display: none;
}

.theme_max_hma-tablist.nav-tabs .nav-link.active .theme_max_hma-blueimg {
    display: none;
}

.theme_max_hma-tablist.nav-tabs .nav-link.active .theme_max_hma-colorimg {
    display: inline-block;
}

.theme_max_hma-tab-heading {
    font-size: 30px;
    color:var(--color-1);
    font-weight: 300;
    line-height: 32px;
}

.theme_max_hma-tabcontent {
    color: #78796d;
}

p.theme_max_hma-tabtext {
    font-weight: 500;
    font-size: 18px;
    color: #78797d;
}

.theme_max_hma-orange-btn {
    background-color: var(--color-2);
    color: #ffff;
    padding: 17px 34px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid var(--color-2);
}

.theme_max_hma-orange-btn:hover {
    background-color: var(--color-1);
    color: #ffffff;
    border: 1px solid var(--color-1);
}

/**close about nova**/
/**start  why wait**/
.theme_max_hma-whysec {
    background-image: url(/dev/themes/max_hma/image/qualifybg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
    width: 100%;
}

.theme_max_hma-whysec-heading {
    font-weight: 400;
    font-size: 40px;
    color: var(--color-1);
    line-height: 44px;
}

h4.theme_max_hma-whysec-text {
    font-size: 50px;
    font-weight: bold;
    color: var(--color-1);
}

.theme_max_hma-orange-btn.theme_max_hma-freebtn {
    padding: 12px 45px;
    font-size: 20px;
}

/**close  why wait**/

/***start footer area***/
.theme_max_hma-footer {
    background-color: #fff;
    padding: 80px 0px 40px;
}
/*footer.theme_max_hma-footer a */
.theme_max_hma-footer-link, .theme_max_hma-footer-para a{
    color: var(--color-3) !important;
    text-decoration: none;
}
/*.theme_max_hma-footer a:hover */
.theme_max_hma-footer-link:hover, .theme_max_hma-footer-para a:hover
{
    color: var(--color-3) !important;
}
.theme_max_hma-footer-heading {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    line-height: 28px;
}

.theme_max_hma-footer-text {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 24px;
}

.theme_max_hma-footer-list > a {
    color: #ffffff;
    padding-left: 17px;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

.theme_max_hma-footer-novatext {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}

.border-bottom-2 {
    border-bottom: 2px solid #fff;
}

.theme_max_hma-footer-para {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}

.theme_max_hma-footer-sociallink {
    text-align: right;
}

.theme_max_hma-footer-list {
    display: inline-block;
}

.theme_max_hma-footer-sociallink li {
    display: inline-block;
    padding-left: 15px;
}
.theme_max_hma-footer-logo img {
    width: 170px;
}
.theme_max_hma-footer-loctext {
    font-size: 18px;
}

.theme_max_hma-footer .menu {
    display: block;
}

.theme_max_hma-footer-list {
    margin-right: 1rem;
}

footer {
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 0 !important;
}

.bg_1 {
    background-color: #f7f7f7;
}

.theme_max_hma_footer_bottom {
    background: var(--color-2);
    color:#fff;
}
/***close footer area***/
.calculators .form-group.dollars label:after {
    bottom: -35px!important;
}
.mw-form .form-label {
    font-size: 1rem;
}

.mw-form select, .mw-form input {
    font-size: 1rem;
    height: 3rem !important;
}

.mw-form .mw-input-icon.mw-icon-percent:before {
    font-size: 1rem;
    top: 0.8rem;
}

.mw-form .mw-input-icon.mw-icon-year:before {
    font-size: 1rem;
    top: 0.8rem;
}
.font-35-um {
    font-size: 2rem;
}

.font-80-um {
    font-size: 4rem;
}

.calc-total-label {
    font-size: 1.3rem;
}

.calc-apply-text {
    font-size: 1.8rem;
}
.mw-form input[type=button] {
    background-color: var(--color-1);
}

div#MonthlyTotal {
    color: var(--color-1);
}
/**
Lo
 */

.theme_max_hma-officers {
    padding: 30px 12px;
}

@media (min-width:768px) {
    .theme_max_hma-officers {
        padding: 60px 12px;
    }
}

.theme_max_hma-officer--box {
    background: var(--color1-rgb);
    padding: 15px;
}

.theme_max_hma-officer--heading {
    font-size: 26px;
    line-height: 28px;
}

.theme_max_hma-officer--text.mb-0 {
    font-size: 27px;
    line-height: 28px;
}

.theme_max_hma-officer-overlay {
    background: var(--color1-rgb);
    top: calc(-100% - 94px);
    height: calc(100% - 94px);
    transition: all ease 0.5s;
    padding: 15px 40px 0px;
}

.theme_max_hma-officer-overlay:after {
    content: '';
    width: calc(100% - 80px);
    height: 2px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
}

.theme_max_hma-officer--area:hover .theme_max_hma-officer-overlay {
    top: 0;
    transition: all ease 0.5s;
}

.theme_max_hma-officer-text {
    font-size: 19px;
    font-family: "Lora";
    line-height: 24px;
}

.theme_max_hma-officer-btn {
    padding: 30px 0px 40px;
}

.theme_max_hma-officer-hoverbtn {
    border: 3px solid #ffffff;
    display: block;
    width: 160px;
    height: 42px;
    line-height: 37px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    background-color: var(--color-1);
    margin: 0 auto;
}

.theme_max_hma-officer-hoverbtn:hover {
    color: var(--color-1);
    border: 3px solid var(--color-1);
    background-color: #ffffff;
}

.theme_max_hma-viewbtns {
    padding-top: 60px;
}



@media(max-width:1199px) {
    .theme_max_hma-officer-btn {
        padding: 10px 0px 20px;
    }
}


@media(max-width:991px) {
    .theme_max_hma-officer-btn {
        padding: 10px 0px 20px;
    }
}


/**
from custom
 */
.theme_max_hma-officer--area img {
    max-height: 415px;
    object-fit: cover;
    object-position: top center;
    min-height: 415px;
}
/**
Lo
 */

.theme_max_hma-officers {
    padding: 30px 12px;
}

@media (min-width:768px) {
    .theme_max_hma-officers {
        padding: 60px 12px;
    }
}

.theme_max_hma-officer--box {
    background: var(--color1-rgb);
    padding: 15px;
}

.theme_max_hma-officer--heading {
    font-size: 26px;
    line-height: 28px;
}

.theme_max_hma-officer--text.mb-0 {
    font-size: 27px;
    line-height: 28px;
}

.theme_max_hma-officer-overlay {
    background: var(--color1-rgb);
    top: calc(-100% - 94px);
    height: calc(100% - 94px);
    transition: all ease 0.5s;
    padding: 15px 40px 0px;
}

.theme_max_hma-officer-overlay:after {
    content: '';
    width: calc(100% - 80px);
    height: 2px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
}

.theme_max_hma-officer--area:hover .theme_max_hma-officer-overlay {
    top: 0;
    transition: all ease 0.5s;
}

.theme_max_hma-officer-text {
    font-size: 19px;
    font-family: "Lora";
    line-height: 24px;
}

.theme_max_hma-officer-btn {
    padding: 30px 0px 40px;
}



.theme_max_hma-officer-hoverbtn:hover {
    color: var(--color-1);
    border: 3px solid var(--color-1);
    background-color: #ffffff;
}

.theme_max_hma-viewbtns {
    padding-top: 60px;
}



@media(max-width:1199px) {
    .theme_max_hma-officer-btn {
        padding: 10px 0px 20px;
    }
}


@media(max-width:991px) {
    .theme_max_hma-officer-btn {
        padding: 10px 0px 20px;
    }
}

/**
end lo custom
 */


/**
 branch
 */
span.state.licensed {
    display: inline-block;
    width: 10px;
    height: 10px;
}
.theme_max_hma_card-link-site {
    margin-top: 1rem;
}
.theme_max_hma_card-text a {
    text-decoration: none;
}
.card-body.theme_arc_card-body {
    min-height: 230px;
    background: var(--color-branch-card-bg);
    color: #FFF;
    border-radius: 10px;
}
.theme_max_hma-lo-title {
    padding: 0 1rem;
    text-align: center;
}

.card.theme_arc_card {
    margin-bottom: 2rem;
}

h6.card-subtitle.theme_arc_card-subtitle.mb-2.text-muted {
    color: #bcbcbc !IMPORTANT;
}

a.card-link.theme_arc_card-link a {
    color: #fff !IMPORTANT;
}

.theme_arc_card-body a {
    color: var(--color-3);
}

i.fa.fa-globe.pr-1 {
    margin-right: 0.3rem;
}
.theme_max_hma_card {
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.2);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.theme_max_hma_card-title {
    font-weight: 600;
    font-size: 1.1rem;
}
/**
end branch
 */

.calculators .form-group.dollars label:after {
    top: 34px;
}

.calculators .form-group.dollars label:after {
    top: 34px;
}

.calculators .form-group.percent label:after {
    top: 36px;
}

.theme_max_v2-logo {
    max-width: 250px;
}

/*
Autocomlete LO
 */
.list_item_container {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.list_item_container .image-a {
    width: 100px;
    margin: 1rem;
}

.list_item_container .image-a img {
    max-width: 100px;
}

.list_item_container .labels {
    margin: 1rem;
}

.list_item_container .label-a {
    background: none;
    color: #000 !important;
}

.auto-search-wrapper .auto-results-wrapper.auto-is-active {
    margin-top: -3px;
}


.calculators a:hover, .calculators a:focus {
    color: #FFF;
}
.calculators a:hover, .calculators a:focus {
    color: #FFF !important;
}

.calculators button.close {
    border: none;
    background: none;
    font-size: 2rem;
}
@media(max-width:991px) {

    /***start theme topheader responsive***/
    .theme_max_hma-topheader-text img {
        width: 24px;
    }

    .theme_max_hma-logo {
        margin-top: 0;
    }

    .theme_max_hma-mainheader button:focus:not(:focus-visible) {
        outline: 0;
        box-shadow: none;
    }

    .theme_max_hma-right-nav {
        flex-direction: column;
    }

    .theme_max_hma-right-nav .nav-item .nav-link.border-start {
        border-left: 0px solid #bcbbbb !important;
    }

    .theme_max_hma-applybtn {
        position: relative;
        top: 10px;
    }

    .theme_max_hma-service-text {
        font-size: 22px;

    }

    .theme_max_hma-customerexp .owl-nav button.owl-prev {
        left: -24px;
    }

    .theme_max_hma-customerexp .owl-nav button.owl-next {
        right: -24px;
    }
}


@media(max-width:767px) {
    .theme_max_hma-customerexp .owl-nav button.owl-prev {
        left: 30%;
    }

    .theme_max_hma-customerexp .owl-nav button.owl-next {
        right: 30%;
    }

    .theme_max_hma-customerexp .owl-nav button {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: end;
        height: 100%;
        bottom: 0;
        margin-top: 48px;
    }

    .theme_max_hma-footer {

        padding: 30px 15px;
    }

    .theme_max_hma-footer-sociallink {
        margin-top: 20px;
    }

    .theme_max_hma-footer-sociallink {
        text-align: center;
    }

    .theme_max_hma-footer-list {
        display: block;
        margin-bottom: 10px;
    }

    .theme_max_hma-footer-list > a {
        padding-left: 0;
    }

    .theme_max_hma-whysec-heading {
        font-weight: 400;
        font-size: 22px;
        color: var(--color-1);
        line-height: 22px;
    }

    h4.theme_max_hma-whysec-text {
        font-size: 32px;

    }

    .theme_max_hma-orange-btn.theme_max_hma-freebtn {
        padding: 11px 27px;
        font-size: 18px;
    }

    .theme_max_hma-whysec {
        padding: 60px 0px;
    }

    .theme_max_hma-aboutsec {
        padding: 30px 0px;
    }

    .theme_max_hma-customerexp {
        padding: 60px 0px 100px;

    }

    .theme_max_hma-heading {
        font-size: 36px;
        line-height: 40px;
    }

    .theme_max_hma-service {
        padding: 40px 0px 50px;
    }

    .theme_max_hma-service-content {
        padding-left: 12px;
    }

    .theme_max_hma-service-text {
        font-size: 22px;

    }

    .theme_max_hma-service-box1 {
        margin-top: 35px;
    }

    .theme_max_hma-service-box1 {

        padding: 30px 30px;
    }

    .theme_max_hma-service-outer {
        max-width: 100%;
    }
}


@media(max-width:575px) {
    .theme_max_hma-logo img {
        width: 184px !important;
    }
    .theme_max_hma-service-finder-list .list-group-item {
        padding: 0px 12px 8px;

    }
}

@media(min-width:992px) {
    #mainNavbar {
        padding-top: 10px;
    }
}

.cursor-pointer {
    cursor: pointer;
}

@media (max-width:991px) {
    .theme_max_hma-service-rside {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 99;
    }
}

.theme_max_hma-service-box1 .close_btn {
    position: absolute;
    top: -9px;
    right: 0;
    font-size: 30px;
}

@media (max-width:1199px) {
    .theme_max_hma-tablist-link {
        padding: 20px 50px;
    }

    .theme_max_hma-tgglebar i {
        color: var(--color-2);
        font-size: 23px;
    }

    .theme_max_hma-mainheader .navbar-toggler {
        padding: 10px 15px;
        line-height: 0;
        background-color: transparent;
        border: 2px solid var(--color-2);

    }

    .theme_max_hma-mainheader .navbar-toggler-icon {
        width: auto;
        height: auto;
    }

    #mainNavbar {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
    }

    .theme_max_hma-mainheader .navbar-nav .nav-link {
        padding: 8px 15px;
        border-bottom: 1px solid #ddd;
    }

    .theme_max_hma-navigation {
        padding: 15px 0px 15px;
    }
}

@media (max-width:991px) {
    .theme_max_hma-tablist-link {
        padding: 20px;
    }
}

@media(min-width:1200px) {
    .theme_max_hma-logo img {
        width: 250px;
    }
}

@media(min-width:1400px) {
    .theme_max_hma-logo img {
        width: 375px;
    }
}
.theme_max_hma_branch_index .theme_max_hma_card {
    padding-left: 2rem;
    min-height: 287px;
}
.theme_max_hma-search--box-wrap {
    border-radius: 18px;
    padding: 30px 25px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0 16px rgb(0 0 0 / 10%);
}

.theme_max_hma-search_btn {
    background: var(--color-2);
    margin-left: 10px;
}

.theme_max_hma-search--box {
    position: absolute;
    top: 20%;
    left: calc(100% + 20px);
    max-width: 420px;
    width: 100%;
}

.theme_max_hma-dropbox .dropdown-item {
    color: var(--color-1);
    font-size: 22px;
    background: none;
    padding: 10px 15px;
}

.theme_max_hma-dropbox .dropdown-item:hover {
    color: var(--color-2);
}

.theme_max_hma-dropbox li {
    border-bottom: 1px solid #dcdcdc;
}

.theme_max_hma-dropbox li:last-child {
    border: none;
}

.theme_max_hma-modal_button {
    background: var(--color-1);
    margin-right: 1rem;
    color: #fff;
}

.theme_max_hma-modal_button.active {
    background: var(--color-2);
    color: var(--color-3);
}


@media (min-width:1200px) {
    .theme_max_hma-mainheader .nav-item.dropdown:hover .theme_max_hma-dropbox{
        display: block;
    }
}
@media (max-width:991px) {
    .theme_max_hma-search--box{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 99;
        max-width: 100%;
    }
    .theme_max_hma-search--box-wrap{
        width: 80%;
    }
}
/* Reviews block */
.review-images img {
    transition: 0.3s all ease;
    filter: grayscale();
}

.review-images img:hover {
    filter: unset;
}

.header-contact {
    margin-left: auto;
    margin-bottom: 10px;
}

.testimonial-title {
    font-size: 32px;
}



.testimonials_body {

    background-repeat: no-repeat;
    background-position: right bottom;
    /* max-width: 600px; */
    max-width: 800px;
}

.testimonial-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

@media(max-width: 991px) {
    .testimonial-wrapper {
        text-align: center;
        justify-content: center;
    }
}


.testimonial-rating {
    border: 3px solid #39c364;
    text-align: center;
    width: 325px;
    margin: 0 auto;
    min-height: 330px;
    padding: 25px;
    border-radius: 50%;
}

p.rating {
    font-size: 100px;
    color: #013a74;
}

.testimonial-rating p.test-information {
    color: #013a74;
}

@media(max-width: 1220px) {
    .testimonial-rating {
        display: none;
    }
}

@media(max-width: 991px) {
    .testimonials_body {
        max-width: 500px;
    }
    img.media-object.img-polaroid.pull-left.blog-image-detail {
        float: none;
        width: 100%;
        margin-left: 0 !IMPORTANT;
        margin-right: 0 !important;
        margin-bottom: 1rem;
    }

    .theme_default_blog_content_area.mb-5 {
        max-width: 100%;
    }
    .sidebar {
        display:none;
    }
}

@media(max-width: 512px) {
    .testimonials_body {
        max-width: 300px;
    }
}

.rating-stars i {
    color: #dc783f;
}

.testimonials .testimonials_body div .testimonial-text {
    font-size: 16px;
    color: var(--color-4);
}
.rating-stars {
    padding-bottom: 1rem;
}
span.signature {
    font-size: 20px;
    font-family: ff-tisa-sans-web-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.theme_max_hma-heading_reviews {
    color: var(--color-2);
    font-weight: 600;
}


/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu li{ position: relative; 	}
    .nav-item .submenu{
        display: none;
        position: absolute;
        left:100%; top:0px;
    }
    .nav-item .submenu-left{
        right:100%; left:auto;
    }
    /*.dropdown-menu > li:hover{ background-color: #f1f1f1 }*/
    .dropdown-menu > li:hover > .submenu{ display: block; }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu{
        margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
    }
}
/* ============ small devices .end// ============ */


.dropdown-menu.dul_class.theme_max_hma-header--dropdown-menu.show, .submenu.dropdown-menu   {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
}
li {
}
.theme_max_hma-header--dropdown-menu li {
    background-color: var(--color-1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.theme_max_hma-header--dropdown-menu li a:hover {
    background-color: #115c2d;
    color:#fff
}
.theme_max_hma-header--dropdown-menu li a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Montserrat;
    font-weight: 700;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    transition: all .2s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.theme_max_hma-header--dropdown-menu li a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Montserrat;
    font-weight: 700;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

/* homepage */

.theme_max_hma_ul_li_iconn {
    color: var(--color-1);
    margin-right: 0.5rem;
}

.theme_max_hma_ul_li {
    color: var(--color-1);
    margin-bottom: 0.5rem;
    font-size: 16px;
}

.theme_max_hma_title {
    font-size: 40px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    line-height: 40px;
}
.theme_max_hma_ul {
    list-style: none;
    padding-left: 0;
}
.theme_max_hma_bg_3 {
    background-image: url(/dev/themes/max_hma/image/Core-Values-Image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.theme_max_hma_bg_4 {
    background-image: url(/dev/themes/max_hma/image/home-bottom.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}

.theme_max_hma_bg_5 {
    background-image: url(/uploads/sites/20471/public/HMA_Connect_phone.png);
    background-repeat: no-repeat;
    background-size: cover;
}



.theme_max_hma_container {
    width: 1140px;
}


.theme_max_hma_card_title {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    font-family: Montserrat, sans-serif;
    color: var(--color-4);
    margin-bottom: 1.5rem;
}

.on_page_text {
    font-size:18px;
}
.on_page_text a:not(.btn) {
    color: var(--color-2);
    font-family: Lora, sans-serif;
}

.theme_max_hma_banner_title {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}


.accordion-item:first-of-type .accordion-button {
}
.accordion-button:not(.collapsed) {
    background-color: var(--color-1);
    color: #fff;
    outline: none !important;;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.theme_max_hma-header--topBar-searchBtn {
    font-size: 1.2rem;
}
.theme_max_hma_banner_subtitle {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 2rem;
}
.theme_max_hma_banner_blog {
    background: url(/dev/themes/max_hma/image/news.jpg) no-repeat;
}
.theme_max_hma_banner {
    background: url(/dev/themes/max_hma/image/news.jpg) no-repeat;
    min-height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

    position: relative;
}
.hero-section-overlay {
    background: rgba(42, 42, 44, 0.5);
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    text-align: center;
}
.hero-section-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.theme_max_hma_lo_name {
    font-size: 2.6rem;
    color: var(--color-4);
    margin-bottom: 1.5rem;
}

.theme_max_hma_lo_title {
    font-size: 1.6rem;
    color: var(--color-4);
    margin-bottom: 1.5rem;
}

.theme_max_hma_lo_bio {
    font-size: 18px;
}


.event-title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    font-family: Montserrat, sans-serif;
    margin-bottom: 1rem;
    max-width: 260px;
}

.event-box {
    background: #cadfd2;
    padding: 3rem 2.5rem;
    width: calc(100% - 1rem);
    position: relative;
}

.event-box-f {
    background: #cadfd2;
    padding: 3rem 2.5rem;
    position: relative;
}

.event-box-col {
    position: relative;
    margin-bottom:1rem;
}

.event-place {
    margin-bottom: 1rem;
    max-width: 260px;
}

.event-address {
    margin-bottom: 1rem;
    max-width: 260px;
}


.events-block-heading3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.events-block-list {
    font-size: 1.2rem;
}

.events-block-heading1 {
    font-weight: 700;
    text-transform: uppercase;
}

.events-block-heading2 {
    color: var(--color-4);
    margin-bottom: 1rem;
}

.events-block-list li {
    margin-bottom: 0.6rem;
}
.events-form-col {
    padding: 2rem 3rem;
}

.events-block-heading4 {
    margin-bottom: 1rem;
}
.theme_max_hma_contact_lines {
    display: flex;
    flex-direction: column;
}
h6.title.mh_class.theme_max_hma-footer-h6 {
    display: none;
}


.theme_max_hma_hire_banner .col-md-4 {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.theme_max_hma_hire_banner {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background: var(--color-1);
}

.theme_max_hma_hire_banner_title {
    color: #fff;
}

.theme_max_hma_hire_banner_subtitle {
    color: #fff;
    font-size: 1.1rem;
}

.theme_max_hma_banner_line .hero-section-overlay {
    background: var(--color1-rgb);
}

.theme_max_hma_banner_line {
    min-height: 250px !IMPORTANT;
}

.theme_max_hma_banner_hire_separator {
    border-bottom: 2px solid var(--color-4);
    height: 2px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.theme_max_hma_banner_hire_title {
    color: var(--color-4);
}

.theme_max_hma_banner_hire_text {
    font-size: 1.1rem;
}
.theme_max_hma_container {
    max-width: 100%;
}
.theme_max_hma_app_btn {
    width: 200px;
    max-width: 100%;
}

.theme_max_hma_title {
    color: var(--color-1);
    font-size: 4rem;
    line-height: 4rem;
}

.theme_max_hma_bg_5 {
    background-size: 100%;
    background-position: center;
}
.theme_max_hma_logo_5 {
    width: 70px;
}


/* new lo index */

.theme_hma_lo_index_img {
    aspect-ratio: 10/11;
    object-fit: cover;
}

.theme_hma-officer--heading {
    color: var(--color-1);
    font-weight: 600;
    font-size: 1.1rem;
    margin-top: 0.6rem;
    font-family: Montserrat;
}

.theme_hma_lo_index_box_st {
    display: flex;
    justify-content: flex-start;
    border-top: 1px solid #f0ecec;
    padding-top: 0.4rem;
    align-items: center;
}

.theme_hma-officer-states {
    color: var(--color-1);
    font-size: 0.9rem;
    font-weight: 600;
}

.theme_hma-officer--text {
    color: #797979;
    margin-top: 0.2rem;
    font-size: 0.8rem;
}

.theme_hma-officers-sidebar {
    padding: 0.75rem 1rem;
    background: #fff;
    box-shadow: 0 0.3125rem 1.25rem 0 rgba( 0, 0, 0, 0.10 );
}

.theme_hma-officers-sidebar-st-item {
    display: block;
    position: relative;
    padding: 1.125rem 1rem;
    color: #000;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 500ms;
}
.theme_hma-officers-sidebar-st-item i {
    color: #e5e5e5;
}

.theme_hma-officers-sidebar-st-item:hover, .theme_hma-officers-sidebar-st-item:hover i, .theme_hma-officers-sidebar-st-item.active i, .theme_hma-officers-sidebar-st-item.active  {
    color: var(--color-1);
}

.theme_hma-officers-sidebar a + a {
    border-top: 1px solid #e5e5e5;
}

.theme_hma-officers a {
    text-decoration: none;
}


.theme_default_blog_title {
    color: var(--color-1);
    font-size: 1.6rem;
    font-weight: 600;
}

.theme_default_blog_taxonomy {
    color: #28285c;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
    margin-bottom: 0.8rem;
}
.theme_default_blog_date {
    color: #28285c;
    margin-bottom: 0.8rem;
    margin-top: 0.8rem;
    font-weight: 700;
}

.theme_default_blog_link {
    text-decoration: none;
    font-weight: 500;
    color: #28285c;
}
.theme_default_blog_box {
    margin-bottom: 5rem !important;
}
.theme_default_blog_arrow {
    font-size: 0.5rem;
    width: 15px;
}