.colourchange {
    background-color: #fc6622;
    color: white;
    pointer-events: none;
    border: 0px;
}

a:hover {
    text-decoration: none;
    background-color: transparent;
}

.selection-wrap a {
    text-decoration: none !important;
}

.selection-wrap {
    padding: 50px 0 !important;
}

.colourchangebanner {
    pointer-events: none;
}

.ancorcolor {
    color: #00b0a1 !important;
}

.radiusmargin {
    border-radius: 0px !important;
    margin-bottom: 10px !important;
    background-color: white !important;
    color: purple !important;
    width: 23rem !important;
}

label.btn.radiusmargin.active {
    background-color: purple !important;
    color: white !important;
    box-shadow: none !important;
}

.selection-wrap-new-li li {
    flex: 0 0 49.8%;
    max-width: inherit !important;
    text-align: center;
}

.nav-tab-border .nav-link {
    border: 3px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    margin-bottom: 10px !important;
    color: #999999;
    background-color: #e2e7eb !important;

    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom: 0px;
}

.nav-tab-border .active {
    background-color: #fff !important;
    /* color: blue !important; */
    color: #612d8d !important;
}


/* .nav-tabs {
        border-bottom: 0px solid #dee2e6 !important;
    } */

/* .select-package {
box-shadow:none !important;

clip-path: inset(0px -10px -10px -10px);

} */


.selection-wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 35px;
    align-items: self-end;
    text-align: left;
    max-width: 752px;
    margin: auto;
}

.select-package {
    box-shadow: none;
    padding: 50px 20px;
    max-width: 751px;
    margin: 0 auto;
    border-radius: 0px !important;
    background-color: #fff;

    border: 3px solid #dee2e6;
    border-top: 0px;
    margin-top: 4px;
}

.nav-tabs .nav-item {
    margin-bottom: -14px;
}

.nav-tabs {
    border-bottom: none;
}
.font12{
    font-size: 12px;
    color: #ff680a;
}
.font13{
    font-size: 13px;
}

.nav-link{
position: relative;
}
.nav-link span.icons-re{
    left: 30px;
    top: 6px;
}

.nav-link.active .house-icon-blue
 {
    display: block
}

 .nav-link.active .house-icon-black,
.nav-link .house-icon-blue {
    display: none
}

.purplecolor a{
    color: #612d8d !important;
}

button#requestnow {
    max-width: 300px;
    width: 100%;
    font-weight: 400;
    font-size: .875rem;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%)
}

@media only screen and (max-width: 767px) {
    .slider .carousel-item img {
        object-fit: cover;
        margin-top: 35px;
    }

    .line2 {
        display: inline-block;
        width: 100%;
    }

    .nav-link span.icons-re {
        left: 40%;
        top: 6px;
    }
    .nav-tabs .nav-link.active {
        color: #495057;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #fff;
        /* min-height: 109px; */
    }

    .nav-tab-border .nav-link {
       
        /* min-height: 109px; */
    }

    .nav-item .nav-link {
        display: block;
        padding: .5rem 0rem;
    }

    li.nav-item .nav-link {
      
        font-size: 16px !important;
    }
    .banner-box-ship {
        justify-content: center;
        right: 0;
    }
    .linebreak {
        display: block;
        text-align: center;
    }

    .mobileline2{
        display: none;
    }
}

/* ////////// for hiding  icons in  safari browser////// */
.forsafari .icons-re img {
display: none;
}
