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


:root{

    --color-1: #016093;
    --color-1-hover: var(--color-1);
    --color-1-rgb: rgba(30, 50, 109, 0.8);

    --color-2: #e7a369;
    --color-2-hover: var(--color-2);
    --color-2-rgb: rgb(244, 214, 187);

    --bs-primary: var(--color-1);
    --bs-blue: var(--color-1);
    --color-3: #fff;
    --color-branch-map: var(--color-1);
    --bs-secondary-rgb: rgb(255 197 164 / 80%);
    --bs-secondary-light: var(--color-2)
}


.btn-primary {
    background-color: var(--color-1);
}
.btn-primary:hover {
    background-color: var(--color-1-hover);
}

body {
    font-family: 'Lato', sans-serif;
}

/***Start Header css***/
.theme_max_v1-logo img {
    width: 268px;
}

.theme_max_v1-topheader-text {
    background-color: var(--color-2-rgb);
    padding: 12px 40px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    margin-left: auto;
    color: var(--color-1);
    font-size: 14px;
}

.theme_max_v1-navigation-list a {
    color: #fff;
    font-size: 16px;
    padding: 0px 0px 0px 23px;
}

.theme_max_v1-learn {
    color: var(--color-1);
}

.theme_max_v1-learn a {
    color: var(--color-2);
}

.theme_max_v1-mainheader {
    background-color: var(--color-2);
}

.theme_max_v1-mainheader .navbar-nav .nav-link {
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    padding: 0px 14px 0 8px;
    text-transform: uppercase;
}

.theme_max_v1-right-nav .nav-item .nav-link {
    color: #ffffff;
}

.theme_max_v1-navlist {
    position: relative;
    z-index: 999;
}

.theme_max_v1-right-nav .nav-item .nav-link.border-start {
    border-left: 1px solid rgb(255 255 255 / 60%) !important;
}

.theme_max_v1-arrow.dropdown-toggle::after {
    display: inline-block;
    border: none;
    vertical-align: 0px;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    color: #ffffff;
}

.theme_max_v1-dropbox {
    background-color: #ffffff;
    padding: 30px 20px;
    box-shadow: 0px 0px 9px #dfe3e6;
    border: none;
    border-radius: 0px;
    color: #23314b;
    font-size: 18px;
    font-weight: 800;
    max-width: 360px;
    width: 100%;
}

.theme_max_v1-right-navlist a {
    font-size: 12px;
    padding: 0px 14px;
}

.theme_max_v1-dropbox-item:hover {
    background-color: transparent;
}

.theme_max_v1-dropbox-icon i {
    background-color: var(--bs-primary);
    color: #ffff;
    padding: 5px 12px;
    border-radius: 8px;
    text-align: right;
}

span.theme_max_v1-dropbox-icon {
    float: right;
}

.theme_max_v1-dropbox-item {
    border-bottom: 1px solid #e3e3e3;
    padding: 0px 0 12px 0px;
    margin-bottom: 12px;
}

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

.theme_max_v1-dropbox-item {
    border-bottom: 1px solid #e3e3e3;
    padding: 0px 0 12px 0px;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 18px;
    color: var(--bs-primary);
}

/***Close Header css***/

.theme_max_v1-search-field {
    display: flex;
}

.theme_max_v1-search-field input,
.theme_max_v1-search-field button {
    height: 36px;
}

.theme_max_v1-search-field input {
    width: 390px;
    padding: 0 10px;
    border: 1px solid #ddd;
    font-size: 12px;
}

.theme_max_v1-search-field input:focus-visible {
    outline: 0;
}

.theme_max_v1-search-field button {
    border-radius: 10px;
    background-color: var(--color-1-rgb);
    border-color: var(--color-1);
    padding: 0 10px;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.theme_max_v1-search-field button i {
    font-size: 16px;
    font-weight: 600;
}

.theme_max_v1-searchbox {
    padding: 12px;
    border: none;
    box-shadow: 0px 1px 23px rgb(207 202 202 / 52%);
    border-radius: 8px;
    width: 295px;

}

.theme_max_v1-searchbox.dropdown-menu[data-bs-popper] {
    right: 0;
    left: auto;
}

.dropdown-toggle.theme_max_v1-search-list:after {
    display: none;
}


/***start banner section***/
.nova-home-bannerimg {
    width: 334px;
}

.theme_max_v1-textcolor {
    color: var(--color-2);
    font-weight: 600;
}

.theme_max_v1-banner-heading {
    color: var(--color-1);
    font-weight: 300;
    font-size: 39px;

}

.theme_max_v1-banner-content {
    padding: 66px 120px 300px 0;
    position: relative;
    z-index: 99;
}
.theme_max_v1-banner-content-lo address.theme_max_v1-location {
    font-size: 1.2rem;
}


.theme_max_v1-banner-content-lo {
    padding-top: 2rem;
    position: relative;
    z-index: 99;
    padding-bottom: 10rem;
}
.theme_max_v1-lo-img-box img {
    width: 250px;
    max-width: 90%;
    border: 2px solid var(--color-2);
    border-radius: 150px;
}
.theme_max_v1-bluebtn:hover {
    background-color: var(--color-2);
    border: 1px solid var(--color-2);
}

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

.theme_max_v1-bannersec {
    background-image: url(/dev/themes/max_v1/image/banner-img.png);
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;


}

.theme_max_v1-bannerimg {
    position: absolute;
    width: 860px;
    left: -16px;
    bottom: 0;
    /* top: -49px; */
    z-index: 1;
}

.theme_max_v1-bluebtn {
    width: 186px;
    height: 55px;
    border-radius: 12px;
    background-color: var(--color-1);
    border: 1px solid var(--color-1);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

h2.theme_max_v1-banner-heading-second {
    color: var(--bs-primary);
    font-size: 38px;
    max-width: 460px;
}

.z-index-2 {
    z-index: 2;
}

#officerAgentBanner .theme_max_v1-banner-content {
    padding: 66px 120px 236px 0;
}

.theme_max_v1-custombtn {
    background-color: #e3e3e3;
    color: #b3b3b3;
    padding-top: 4px;
    border: 0;
    border-radius: 0;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.theme_max_v1-custombtn i {
    font-size: 12px;
    margin-bottom: -3px;
    display: none;
}

.theme_max_v1-dropbox-item i.fa-check {
    display: none;
}

.theme_max_v1-dropbox-item.active i.fa-check {
    display: block;
}

.theme_max_v1-dropbox-item.active {
    background-color: #ffffff;
    color: var(--color-2);
}

.theme_max_v1-dropbox-item.active i.fa-long-arrow-alt-right {
    background: var(--color-2);
}

.theme_max_v1-dropbox-item {
    display: flex;
    justify-content: space-between;
}

.theme_max_v1-dropbox-item:hover span.theme_max_v1-dropbox-icon i {
    background: var(--color-2);
}

.theme_max_v1-custombtn.active i {
    display: block;
}

.theme_max_v1-custombtn:hover,
.theme_max_v1-custombtn.active {
    background-color: var(--color-1);
}

.theme_max_v1-banner-jointbn {
    display: flex;
    border: 2px solid #fff;
    width: 220px;
    border-radius: 50px;
    overflow: hidden;
}

/***close banner section***/

/*** start features ****/
.theme_max_v1-feature-box {
    background-color: var(--color-1);
    padding: 20px;
    width: 100%;
    border-radius: 12px;
}

.theme_max_v1-feature {
    max-width: 695px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: rgb(255 255 255 / 60%);
    padding: 20px;
    border-radius: 12px;
    z-index: 99;
    position: absolute;
    top: -135px;
    align-items: center;
    left: 0;
    right: 0;
}

.theme_max_v1-form-field {
    display: flex;
}

.theme_max_v1-form-field input,
.theme_max_v1-form-field button {
    height: 46px;
}

.theme_max_v1-form-field input {
    width: 390px;
    padding: 0 10px;
    border: 1px solid #ddd;
}

.theme_max_v1-form-field input:focus-visible {
    outline: 0;
}

.theme_max_v1-form-field button {
    border-radius: 10px;
    background-color: var(--color-1);
    border-color: var(--color-1);
    padding: 0 15px;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.theme_max_v1-form-field button i {
    font-size: 20px;
    font-weight: 600;
}

.theme_max_v1-feature-box.active {
    background-color: #e1a068;
    border: 2px solid #fff;
    transform: scale(1.25);
    z-index: 9;
    box-shadow: -2px 12px 16px -10px #d1d1d1;
}

.theme_max_v1-feature-box img {
    width: 48px;
}

.theme_max_v1-feature-box h4 {
    font-size: 18px;
}

.cursor-pointer {
    cursor: pointer;
}

/*** start features ****/


/***start accordian****/
.theme_max_v1-accordion-btn {
    font-size: 16px;
    color: var(--bs-secondary) !important;
    font-weight: bold;
}

.theme_max_v1-accordion .accordion-item {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 8px !important;
    padding: 30px 30px;
    box-shadow: 0px 1px 23px rgb(207 202 202 / 52%);
}


.theme_max_v1-accordion .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    border-radius: 0px;
}

.theme_max_v1-accordion-btn {
    padding: 0px;
}

.theme_max_v1-accordion .accordion-button:focus {
    border-color: #dbdbdb;
    box-shadow: none;
}

.theme_max_v1-accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.theme_max_v1-accordion-text {
    font-size: 14px;
    font-weight: 400;
    color: #565656;
    line-height: 22px;
    margin-bottom: 10px;
}

.theme_max_v1-accordion-btn:after {
    content: '\f067';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 17px;
    color: #63656a;
    transition: all ease 0.4s;
    background-image:
            none !important;
}

.theme_max_v1-accordion-head {
    color: var(--color-1);
    font-size: 15px;
    font-weight: 600;
}

.theme_max_v1-accordion-btn[aria-expanded="true"]:after {

    transition: all ease 0.4s;
    content: '\f068';
    background-image: none !important;

}

.theme_max_v1-accordion-btn.accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}

.theme_max_v1-readbtn {
    color: var(--color-1);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

/***close accordian****/


/**start customer experience**/
.theme_max_v1-customerexp {
    padding: 120px 0px 60px;
    background-color: #f6f5f5;
}

.theme_max_v1-heading {
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    color: var(--color-1);
}

.theme_max_v1-customerexp .owl-nav.disabled {
    display: block;
}

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

.theme_max_v1-customerexp .theme_max_v1-review {
    max-width: 987px;
    margin: 0 auto;
    background-color: #ffff;
    padding: 40px 30px;
}

.theme_max_v1-review-quote {
    position: absolute;
    top: -27px;
    left: 0;
    right: 0;
    max-width: 80px;
    margin: 0 auto;
}

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

.theme_max_v1-customerexp .owl-nav button.owl-next {
    right: 0px;
}

.theme_max_v1-customerexp .owl-nav button.owl-prev {
    left: 0px;
}

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

}

.theme_max_v1-ratingstart span {
    color: var(--color-1);
    font-size: 20px;
}

.cutomer-slider .item {
    max-width: 800px;
    margin: 0 auto;
}

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

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

}

.theme_max_v1-customerexp-content {
    font-size: 18px;
    line-height: 25px;
    margin-top: 22px;
    color: #565656;
    font-weight: 300;
}

.theme_max_v1-ratingpoint {
    background-color: var(--bs-secondary);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: -63px;
    left: -33px;
    box-shadow: 0px 1px 26px rgb(183 188 191);
}

.theme_max_v1-ratingpoint:after {
    position: absolute;
    content: "";
    background-image: url("/dev/themes/max_v1/image/review-star.png");
    background-repeat: no-repeat;
    width: 122px;
    height: 115px;
    top: 14px;
}

.theme_max_v1-rating-text {
    color: #ffffff;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 0px;
    line-height: 69px;
    position: relative;
    z-index: 999;
}

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

.theme_max_v1-customerexp-loc {
    line-height: 20px;
    font-weight: 600;
    font-size: 14px;
    color: var(--color-1);
}

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

/**close customer experience**/

/**start about setion**/
.theme_max_v1-about-heading {
    color: var(--color-1);
    font-size: 44px;
    font-weight: bold;
}

.theme_max_v1-about-text {
    font-size: 18px;
    font-weight: 400;
    color: #565656;
    line-height: 26px;
}

.theme_max_v1-about-info {
    padding: 60px 60px;
    flex-wrap:
            wrap;
}

.theme_max_v1-about-img {
    height: 100%;
    object-fit: cover;
}


/**close about setion**/


/**start  why wait**/
.theme_max_v1-whysec {
    background-image: url("/dev/themes/max_v1/image/qualifybg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
    width: 100%;
    background-position: center;
}

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

.theme_max_v1-whysec-text {
    font-size: 53px;
    font-weight: bold;
    color: var(--color-2);
    line-height: 64px;
}

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

.theme_max_v1-freebtn {
    background-color: var(--color-1);
    border: 1px solid var(--color-1);
    color: #ffff;
    font-weight: bold;
    border-radius: 12px;
    padding: 8px 9px;
    width: 190px;
    height: 59px;
    font-size: 20px;
}

.theme_max_v1-freebtn:hover,
.theme_max_v1-freebtn:focus {
    background-color: var(--color-2);
    color: #ffffff;
    border: 1px solid var(--color-2);
    box-shadow: none;
}

/**close  why wait**/


/**start career section****/
.theme_max_v1-careersec {
    padding: 60px 0px;
}

.theme_max_v1-career-heading {
    font-size: 44px;
    color: var(--color-1);
    font-weight: bold;
    line-height: 48px;
}

.theme_max_v1-career-loc {
    color: var(--color-2);
    font-weight: 600;
    font-size: 20px;
}

.theme_max_v1-career-date {
    font-size: 18px;
    font-weight: 400;
    color: var(--color-2);
}

.theme_max_v1-career-text {
    font-size: 24px;
    font-weight: 400;
    color: #565656;
    line-height: 34px;
}

.theme_max_v1-career-quote {
    padding-left: 46px;
}

.theme_max_v1-career-quote:before {
    position: absolute;
    content:            "";
    left: 0;
    background-image: url("/dev/themes/max_v1/image/comma.png");
    width: 38px;
    height: 36px;
    top: -10px;
}

.theme_max_v1-careerimg {
    background-color: #ffff;
    padding: 30px;
    box-shadow: 0px 0px 23px rgb(199 197 197 / 89%);
    border-radius: 12px;
}

/**close career section****/


/***start footer area***/
.theme_max_v1-footer-address {
    color: #fff;
}
.theme_max_v1-footer {
    background-color: var(--color-1);
    padding: 80px 0px;
    border-bottom: 36px solid var(--color-2);
}

.theme_max_v1-footer-heading {
    font-size: 24px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    line-height: 28px;
}

.theme_max_v1-footer-loc {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}

.theme_max_v1-footer-text {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    line-height: 20px;
}



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

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

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

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

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

.theme_max_v1-footer-sociallink li {
    display: inline-block;
    padding-left: 15px;
}

.theme_max_v1-footer-logo {
    width: 250px;
}

.theme_max_v1-footer-loctext {
    font-size: 18px;
}

/***close footer area***/


@media(min-width: 992px) and (max-width:1200px) {
    .theme_max_v1-logo img {
        width: 160px;
    }

    .theme_max_v1-mainheader .navbar-nav .nav-link {
        font-size: 13px;

    }

    .theme_max_v1-topheader-text {
        padding: 12px 25px;

    }

    .theme_max_v1-career-text {
        font-size: 20px;
        line-height: 29px;
    }
}


@media(min-width: 768px) and (max-width:992px) {
    .theme_max_v1-bannerimg {
        left: -128px;

    }

    .theme_max_v1-bannerimg {
        width: 653px;
    }

    .theme_max_v1-banner-content {
        padding: 66px 48px 128px 0;
    }
}

@media(max-width:992px) {
    .theme_max_v1-about-info {
        padding: 30px 14px;

    }

    .theme_max_v1-whysec-heading {
        font-size: 36px;
        line-height: 45px;

    }

    .theme_max_v1-whysec-text {
        font-size: 45px;
        line-height: 50px;
    }

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


    .theme_max_v1-tgglebar i {
        color: #ffffff;
        font-size: 23px;
    }

    .theme_max_v1-mainheader .navbar-toggler {
        padding: 10px 15px;
        line-height: 0;
        background-color: transparent;
        border: 2px solid #ffffff;
    }

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

    }

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

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

    .theme_max_v1-right-nav .nav-item .nav-link.border-start {
        border-left: 0px solid #bcbbbb !important;
        padding: 8px 0px;
        border-bottom: 1px solid rgb(255 255 255 / 40%);
        font-size: 16px;
    }


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


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

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

    .theme_max_v1-mainheader .navbar-nav .nav-link {
        padding: 8px 0px;
        border-bottom: 1px solid rgb(255 255 255 / 40%);
    }

    .theme_max_v1-mainheader {
        background-color: var(--color-2);
        padding: 12px 0px;
    }

    .theme_max_v1-topheader-text {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        padding: 12px 15px;

    }

    /***close theme topheader responsive***/
    .theme_max_v1-career-heading {
        font-size: 32px;
        color: var(--color-1);
        font-weight: bold;
        line-height: 7px;
    }

    .theme_max_v1-banner-content {
        padding: 66px 48px 173px 0;
    }

    .theme_max_v1-searchbox.dropdown-menu[data-bs-popper] {
        left: 0;
        right: auto;
    }

    #officerAgentBanner .theme_max_v1-banner-content {
        padding: 66px 0px 160px 0;
    }
}


@media(min-width:480px) and (max-width:767px) {
    .theme_max_v1-bannerimg {
        width: 460px;
        top: 0;
    }
}

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

    .theme_max_v1-customerexp .owl-nav button.owl-next {
        right: 36%;
    }

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

    .theme_max_v1-footer {

        padding: 30px 15px;
    }

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

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

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

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

    .theme_max_v1-whysec-heading {
        font-weight: 400;
        font-size: 22px;
        color: #556286;
        line-height: 22px;
    }

    .theme_max_v1-whysec-text {
        font-size: 34px;
        line-height: 50px;
    }

    .theme_max_v1-whysec {
        padding: 60px 0px;
        background-position: 80% 100%;
    }

    .theme_max_v1-customerexp {
        padding: 50px 0px 60px;

    }

    .theme_max_v1-feature-box.active {
        transform: scale(1.1);

    }

    .theme_max_v1-dropbox {
        max-width: 295px;
    }

    .theme_max_v1-dropbox {
        padding: 15px 12px;

    }

    .theme_max_v1-dropbox-item {
        font-size: 16px;

    }

    .theme_max_v1-career-heading {
        font-size: 28px;
        line-height: 12px;
        text-align: center;
    }

    .theme_max_v1-career-text {
        font-size: 18px;
        font-weight: 400;
        color: #565656;
        line-height: 30px;
    }

    .theme_max_v1-careerimg {
        margin-top: 40px;
    }

    .theme_max_v1-careersec {
        padding: 50px 0px;
    }

    .theme_max_v1-freebtn {
        width: 154px;
        height: 52px;
        font-size: 16px;
    }

    .theme_max_v1-about-info {
        padding: 30px 0px;
    }

    .theme_max_v1-about-heading {
        font-size: 32px;
    }

    .theme_max_v1-banner-content {
        padding: 40px 0px 60px 0;
        position: relative;
        z-index: 99;
    }

    h2.theme_max_v1-banner-heading-second {
        font-size: 28px;

    }

    .theme_max_v1-feature {
        position: initial;
        margin-bottom: 50px;

    }

    .theme_max_v1-form-field input {
        font-size: 12px;
    }

    .theme_max_v1-feature-box {
        margin-bottom: 20px;
    }

    .theme_max_v1-accordion .accordion-item {
        padding: 20px 20px;

    }

    .theme_max_v1-customerexp .theme_max_v1-review {
        padding: 20px 20px;
    }

    .theme_max_v1-bluebtn {
        width: 142px;
        height: 46px;
        position: relative;
        z-index: 999;
        margin-bottom: 10px;
        font-size: 16px;
    }
}

@media(max-width: 575px) {
    .theme_max_v1-logo img {
        width: 200px;
    }

    .theme_max_v1-ratingpoint {
        width: 80px;
        height: 80px;
        top: -43px;
        left: 0;
    }

    .theme_max_v1-rating-text {
        color: #ffffff;
        font-size: 30px;
        line-height: 32px;

    }

    .theme_max_v1-ratingpoint:after {
        width: 72px;
        height: 70px;
        top: 4px;
        background-size: 100%;
    }

    .theme_max_v1-banner-heading {
        font-size: 28px;
    }

    #officerAgentBanner .theme_max_v1-banner-content {
        padding: 50px 0px 40px 0;
    }
}




.theme_max_v1-careerimg--video-icon {
    width: 100px;
    height: 100px;
    border: 5px solid var(--color-2);
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    cursor: pointer;
    transition: all ease 0.4s;
}

.theme_max_v1-careerimg--video-icon i {
    color: #e1a26a;
    font-size: 40px;
    transition:all ease 0.4s;
}

.theme_max_v1-careerimg--video-icon:hover {
    background: var(--color-2);
    transition:all ease 0.4s;
    animation: leaves 0.5s ease-in-out infinite alternate;
}

@keyframes leaves {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.2);
    }
}

.theme_max_v1-careerimg--video-icon:hover i {
    color: #fff;
}

.theme_max_v1-careerimg .inner.played .theme_max_v1-careerimg--video-icon {
    opacity: 0;
    transition: all ease 0.4s;
}

.theme_max_v1-careerimg .inner.played:hover .theme_max_v1-careerimg--video-icon {
    opacity: 1;
    transition: all ease 0.4s;
}

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


.theme_max_v1-footer .menu.nav .theme_max_v1-footer-link {
    color: #ffffff;
    padding-left: 17px;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

.theme_max_v1-footer-para a {
    color: #FFF;
}

footer.theme_max_v1-footer {}

.theme_max_v1-footer .menu.nav {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

.theme_max_v1-bluebtn-a {
    /* width: 186px; */
    /* height: 55px; */
    border-radius: 12px;
    background-color: var(--color-1);
    border: 1px solid var(--color-1);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    padding:1rem 2rem;
}
.theme_max_v1-social {
    font-size: 2rem;
}

.theme_max_v1-lo-info-nmls {
    color: var(--color-1);
    font-size: 1.2rem;
}

.theme_max_v1-lo-info {
    color: var(--color-1);
    font-size: 1.2rem;
}

.theme_max_v1-lo-info a {
    text-decoration: none;
}
h2.theme_max_v1-banner-heading.mt-2 {
    margin-bottom: 1rem;
    font-weight: 600;
}

.theme_max_v1-contact-info {
    color: var(--color-2);
    font-weight: 600;
}

.search-box {
    max-width: 100%;
}


section.theme_max_v1-officers.container.mt-5 {
    max-width: 100%;
}


@media (max-width:900px) {
    .theme_max_v1-officers-search {
        margin-bottom: 1rem;
    }
}