@import url('https://fonts.googleapis.com/css2?family=Hind+Vadodara:wght@300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root{
    --color-1: #556187;
    --color1-rgb: rgba(30, 50, 109, 0.8);
    --color-2: #ec8d55;
    --color-2-rgb: rgb(255 197 164 / 80%);
    --bs-blue: var(--color-1);
    --color-3: #fff;
    --color-branch-map: #ec8d55;
    --bs-secondary-rgb: var(--color-3);
    --color-branch-card-bg:rgba(30, 50, 109, 0.8);
}
#mainNavbar {
    z-index: 10;
}
body {
    font-family: 'Hind Vadodara', sans-serif;
}

/** 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_v7-right-nav {
        margin: 1rem;
        padding-bottom: 2rem;
    }
}
h6.title.mh_class {
    display: none;
}

.mul_class li.mli_class {
    border-bottom: 1px solid #dcdadb;
    padding: 1rem;
}

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


.mul_class li.mli_class a {
    text-decoration: none;
}

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

/** Menu end **/

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

.theme_max_v7-topheader-text {
    font-size: 14px;
}

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

.theme_max_v7-topheader {
    background-color: var(--color-2);
    padding: 8px 0px;
    letter-spacing: 1px;
}

.theme_max_v7-mainheader .navbar-nav .nav-link {
    display: block;
    color: var(--color-1);
    font-size: 16px;
    font-weight: 500;
    padding: 0px 8px 0 8px;
}

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

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

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

.theme_max_v7-arrow.dropdown-toggle::after {
    content: '';
    background-image: url(/dev/themes/max_v7/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_v7-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_v7-mainheader {
}

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

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

.theme_max_v7-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_v7-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_v7-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_v7-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_v7-service-text {
    font-size: 26px;
    font-weight: 300;

}

.theme_max_v7-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_v7-service-icon {
        max-width: 60px;
        height:60px
    }
    .theme_max_v7-service-search img{
        max-width: initial !important;
        width: 42px;
    }
}
.theme_max_v7-service {
    padding: 60px 0px 100px;
}

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

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

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

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

.theme_max_v7-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_v7-service-rside-heading {
    color:var(--color-1);
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}

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

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

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

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

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

.theme_max_v7-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_v7-thankubox-heading {
    color: var(--color-2);
    font-size: 39px;
    font-weight: 600;
}

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

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

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

.theme_max_v7-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_v7-service-fide-textname {
    font-size: 12px;
    line-height: 11px;
}

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

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

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

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

.theme_max_v7-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_v7-customerexp {
    padding: 60px 0px;
    background-color: rgb(33 45 71 / 50%);
}

.theme_max_v7-heading {
    font-weight: 300;
    font-size: 48px;
}

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

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

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

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

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

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

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

}

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

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

}

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

.theme_max_v7-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_v7-ratingpoint:after {
    position: absolute;
    content: "";
    background-image: url("/dev/themes/max_v7/image/star.png");
    background-repeat: no-repeat;
    width: 90px;
    height: 85px;
    z-index: -1;
}

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

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

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

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

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

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

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

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

.theme_max_v7-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_v7-tablist.nav-tabs .nav-item.show .nav-link,
.theme_max_v7-tablist.nav-tabs .nav-link.active {
    color: var(--color-2);
    background-color: transparent;

}

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

}

.theme_max_v7-colorimg {
    display: none;
}

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

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

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

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

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

.theme_max_v7-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_v7-orange-btn:hover {
    background-color: var(--color-1);
    color: #ffffff;
    border: 1px solid var(--color-1);
}

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

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

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

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

/**close  why wait**/

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

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

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

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

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

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

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

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

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

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

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

/***close footer area***/


/**
Lo
 */

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

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

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

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

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

.theme_max_v7-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_v7-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_v7-officer--area:hover .theme_max_v7-officer-overlay {
    top: 0;
    transition: all ease 0.5s;
}

.theme_max_v7-officer-text {
    font-size: 19px;
    font-family: "Hind Vadodara";
    line-height: 24px;
}

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

.theme_max_v7-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_v7-officer-hoverbtn:hover {
    color: var(--color-1);
    border: 3px solid var(--color-1);
    background-color: #ffffff;
}

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



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


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


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

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

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

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

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

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

.theme_max_v7-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_v7-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_v7-officer--area:hover .theme_max_v7-officer-overlay {
    top: 0;
    transition: all ease 0.5s;
}

.theme_max_v7-officer-text {
    font-size: 19px;
    font-family: "Hind Vadodara";
    line-height: 24px;
}

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



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

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



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


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

/**
end lo custom
 */


/**
 branch
 */
span.state.licensed {
    display: inline-block;
    width: 10px;
    height: 10px;
}

.card-body.theme_arc_card-body {
    min-height: 230px;
    background: var(--color-branch-card-bg);
    color: #FFF;
    border-radius: 10px;
}

.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;
}

/**
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_v7-topheader-text img {
        width: 24px;
    }

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

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

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

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

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

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

    }

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

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


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

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

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

    .theme_max_v7-footer {

        padding: 30px 15px;
    }

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

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

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

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

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

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

    }

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

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

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

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

    }

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

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

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

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

    }

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

    .theme_max_v7-service-box1 {

        padding: 30px 30px;
    }

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


@media(max-width:575px) {
    .theme_max_v7-logo img {
        width: 184px;
    }
    .theme_max_v7-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_v7-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_v7-service-box1 .close_btn {
    position: absolute;
    top: -9px;
    right: 0;
    font-size: 30px;
}

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

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

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

    }

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

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

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

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

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

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

@media(min-width:1400px) {
    .theme_max_v7-logo img {
        width: 375px;
    }
}

.theme_max_v7-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_v7-search_btn {
    background: var(--color-2);
    margin-left: 10px;
}

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

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

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

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

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

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

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


@media (min-width:1200px) {
    .theme_max_v7-mainheader .nav-item.dropdown:hover .theme_max_v7-dropbox{
        display: block;
    }
}
@media (max-width:991px) {
    .theme_max_v7-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_v7-search--box-wrap{
        width: 80%;
    }
}