
.colourchangebanner {
    pointer-events: none;
}

.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;
}

.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;
}
.font14{
    font-size: 14px;
}

.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
}

@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;
    }

    .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;
    }

    .whitebacgroundNoEffect{
       
     width: 200px !important;
    }

    .margin-left{
        margin-left: 10px !important;
    }
    
}

.classred {
    color: #dddddd !important;
    pointer-events: none !important;
}
.colourorange {
    color: orange;
}

.purplecolor {
    color: #612d8d !important;
}

.formbordars3 {
    border: 1px solid;
    border-radius: 5px;
    padding: 10px 10px 0px 10px;
}

div#newbuttontext h2 {
    color: #4d148c !important;
}

div#oldbuttontext h2 {
    color: #4d148c !important;
}

.modelcolorchange {
    background-color: white;
    color: #4d148c;
}

.modelcolorchange:hover {
    background-color: #4d148c;
    color: #fff;
}

.shipping-details-wrap optgroup {
    font-size: 12px !important;
    color: #4d148c !important;
}

.shipping-details-wrap option {
    font-size: 16px;
}

.switch.ios,
.switch-on.ios,
.switch-off.ios {
    border-radius: 20rem;
}

.switch.ios .switch-handle {
    border-radius: 20rem;
}

.surcharge_hide {
    display: none;
}

div#itemrelatedSec {
    padding: 0px !important;
}

div#itemrelatedSec h5 {
    margin-bottom: 0px !important;
}

div#cratHandSec {
    padding: 0px !important;
    margin-top: -10px;
    margin-bottom: -10px;
}

div#cratHandSec h5 {
    margin-bottom: 0px !important;
}

div#totalSec {
    padding: 0px !important;
}

div#totalSec h5 {
    margin-bottom: 0px !important;
}

/* #terms1 {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 70%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
    display: block;
background-color: white;
margin: 10% 10% 10% 10%;
overflow: scroll;
} */


#overlay {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    margin: auto;
    flex-direction: column;
    gap: 10px;
}

.spiner_font {
    color: white;
    font-size: 20px;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

.collaps-50-block {
    width: 51%;
    margin: auto;
    min-width: 300px;
}

.collaps-50-block ul li {
    width: 100%;
    margin: 0;
}

.collaps-50-block .float-form input {
    min-width: inherit;
    width: 100%;
}

.collaps-50-block .col-md-12.col-xs-12.p-0.email-input-wrap {
    padding: 20px !important;
}

.collaps-50-block .float-form .input-group {
    position: relative;
    margin: 0px 0 20px;
}

@media screen and (min-width:300px) and (max-width:767px) {

    .collaps-50-block {
        min-width: 100%;
    }

    button#requestnow {
        width: 200px;
    }
}

/*  .selection-wrap {
     padding: 50px 0 !important; 
}*/

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}

.displayinline {
    display: inline;
}

/* .tooltip-inner {
    max-width: 50% !important;
} */

.previewtogglebotton span {
    background-color: #785b9d;
}

#app-cover {

    counter-reset: button-counter;
}

#app-cover .row {
    display: table-row;
}

.toggle-button-cover {
    display: table-cell;
    position: relative;
    width: 200px;
    height: 140px;
    box-sizing: border-box;
}

.button-cover {
    height: 100px;
    margin: 20px;
    background-color: #fff;
    box-shadow: 0 10px 20px -8px #c5d6d6;
    border-radius: 4px;
}

.button-cover:before {
    counter-increment: button-counter;
    content: counter(button-counter);
    position: absolute;
    right: 0;
    bottom: 0;
    color: #d7e3e3;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
}

.button-cover,
.knobs,
.layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.button {
    position: relative;
    top: 50%;
    width: 74px;
    height: 36px;
    /* margin: -20px auto 0 auto; */
    overflow: hidden;
    float: right;
}

.button.r,
.button.r .layer {
    border-radius: 100px;
}

.button.b2 {
    border-radius: 2px;
}

.checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs {
    z-index: 2;
}

.layer {
    width: 100%;
    background-color: #ebf7fc;
    transition: 0.3s ease all;
    z-index: 1;
}

/* Button 1 */
#button-1 .knobs:before {
    content: "OFF";
    position: absolute;
    top: 3px;
    left: 4px;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    background-color: #b2b2b2;
    border-radius: 50%;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-1 .checkbox:checked+.knobs:before {
    content: "ON";
    left: 42px;
    background-color: #612d8d;
}

#button-1 .checkbox:checked~.layer {
    background-color: #ebf7fc;
}

#button-1 .knobs,
#button-1 .knobs:before,
#button-1 .layer {
    transition: 0.3s ease all;
}

/* Button 2 */
#button-2 .knobs:before,
#button-2 .knobs:after {
    content: "YES";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 20px;
    height: 10px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    background-color: #03a9f4;
    border-radius: 50%;
    transition: 0.3s ease all;
}

#button-2 .knobs:before {
    content: "YES";
}

#button-2 .knobs:after {
    content: "NO";
}

#button-2 .knobs:after {
    right: -28px;
    left: auto;
    background-color: #f44336;
}

#button-2 .checkbox:checked+.knobs:before {
    left: -28px;
}

#button-2 .checkbox:checked+.knobs:after {
    right: 4px;
}

#button-2 .checkbox:checked~.layer {
    background-color: #fcebeb;
}

/* Button 3 */
#button-3 .knobs:before {
    content: "YES";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 20px;
    height: 10px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    background-color: #03a9f4;
    border-radius: 50%;
    transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}

#button-3 .checkbox:active+.knobs:before {
    width: 46px;
    border-radius: 100px;
}

#button-3 .checkbox:checked:active+.knobs:before {
    margin-left: -26px;
}

#button-3 .checkbox:checked+.knobs:before {
    content: "NO";
    left: 42px;
    background-color: #f44336;
}

#button-3 .checkbox:checked~.layer {
    background-color: #fcebeb;
}


.date-heading{
    float:right; 
    /* padding-right: 31px;  */
    padding-top: 10px;
}
.date-heading h3{
   font-size: 14px !important;
}
.date-heading h5{
   font-size: 10px !important;
   display: flex;
   float: right;
}
.title-wrap h2{
text-transform: none !important;
}


.whitebacgroundNoEffect{
    background: white !important;
 color: #4d148c !important;
 width: 300px;
}

.margin-left{
    margin-left: 45px !important;
}

.greencolor_whatsapp{
    background: green;
    color: white;
    pointer-events: none;
}

@media screen and (max-width: 1024px) {
    .greencolor_whatsapp{
        margin-left: 10%;
    }
}

.borderbottom0{
    border-bottom: 0px !important;
}


@media screen and (max-width:767px) {

    .quotationbuttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .quotationbuttons a {
        flex: 0 0 100%;
        margin: 10px 0;
    }
    .quotationbuttons button {
        margin: 0;
    }
}

.lightbasictextcolor {
    font-style: italic;
}

.close{
    padding: 7px 7px 0px 0px !important;
}
