*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Neue Helvetica® W01';
}

/* Price Table */

.side-val select{
    position: relative;
    z-index: 99;
    border: 1px solid #ffffff00;
    outline: none;
    margin-left: -2px;
    display: block;
    background-color: transparent;
    font-weight: 600;
    color: #3F3E5E;
}
.pricing-cal{
    padding: 90px 0;
    background-color: white;
    min-height: 100vh;
}
.pricing-cal .heading{
    text-align: center;
    max-width: 800px;
    margin: auto;
}
.pricing-cal .heading h1,.pricing-cal .heading h2{
    font-size: 39px;
    color: #333333;font-family: 'Neue Helvetica® W01';
    font-weight: 500;
}
.pricing-cal .heading p{
    color: #44546c;
    font-size: 17px;
    font-weight: 500;
    line-height: normal;
    font-family: 'Neue Helvetica® W01';
}
.pricing-cal .calculator {
    margin-top: 46px;
}
.pricing-cal .calculator .right{
    background-color: #fff;    box-shadow: 0 0 10px 0 rgba(0, 0, 00, .4);
    border-radius: 20px;padding: 28px;
}
.calculator .right .head{
    text-align: center;
}
.calculator .right .head h5{
    font-weight: 700;
    color: #3F3E5E;
}
.calculator .right .head p{
    color:  #3F3E5E;
    font-weight: 700;
}



/* General Rules For Range Slider */

.custom-rangeslider {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.custom-rangeslider label{

}
.custom-rangeInput {
    width: 72%;
    background: transparent;
    appearance: none;
    box-sizing: border-box;
    cursor: pointer;
    outline: 0;
    border: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
    height: 20px;
}
.custom-rangeInput::-webkit-slider-thumb {
    appearance: none;
    box-sizing: border-box;
    background-color: #ffffff;
    width: 25px;
    height: 25px;
    border: none;
    border-radius: 50%;
    border: 2px solid #B6B0D3;
    cursor: move;
   /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    margin-top: -8px;
}
.custom-rangeInput::-webkit-slider-thumb:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.custom-rangeInput::-moz-range-thumb {
    appearance: none;
    box-sizing: border-box;
    background-color: #B6B0D3;
    width: 25px;
    height: 25px;
    border: none;
    border-radius: 50%;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.custom-rangeInput::-moz-range-thumb:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.custom-rangeInput::-ms-thumb {
    appearance: none;
    box-sizing: border-box;
    background-color: #B6B0D3;
    width: 25px;
    height: 25px;
    border: none;
    border-radius: 50%;
    cursor: move;
   /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    margin: auto;
}
.custom-rangeInput::-ms-thumb:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.custom-rangeInput::-webkit-slider-runnable-track {
    appearance: none;
    box-sizing: border-box;
    height: 8px;
    width: 100%;
    cursor: pointer;
    border: none;
    padding: 0;
    margin: 0;
    background: grey;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 2px inset , rgba(50, 50, 93, 0.151) -0px -2px 2px inset;
}
.custom-rangeInput::-moz-range-track {
    appearance: none;
    box-sizing: border-box;
    height: 3px;
    width: 100%;
    cursor: pointer;
    border: none;
    padding: 0;
    margin: 0;
    background: grey;
}
.custom-rangeInput::-ms-track {
    appearance: none;
    box-sizing: border-box;
    height: 3px;
    width: 100%;
    cursor: pointer;
    border: none;
    padding: 0;
    margin: 0;
    background: grey;
    color: transparent;
    border: none;
    outline: none;
}
.custom-rangeInput:focus, .custom-rangeInput:active {
    outline: none;
}
.custom-rangeInput::-ms-tooltip {
    display: none;
}
.custom-rangeslider__tooltip {
    line-height: 20px;
    position: absolute;
    height: 25px;
    width: 30px;
    background-color: #38AB00;
    padding: 20px 35px;
    top: 40px;
    left: 0;
    text-align: center;
    transform: translate(-26%, 0);
    border-radius: 3px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-rangeslider__tooltip::after{
    content: "";
    width: 10px;
    height: 10px;
    background-color: #38ab00;
    position: absolute;
    top: -5px;
    transform: rotate(45deg);
    border-radius: 1px;
}
.custom-rangeslider__label{
    font-size: 20px;
    font-weight: 500;
    color: #00193180;
}
.custom-rangeslider__label {
    width: 100%;
    display: block;
}
.custom-rangeslider__label span {
    display: block;
}
.custom-rangeslider__label-min {
    white-space: nowrap;
    font-size: 20px;
}
.custom-rangeslider__label-max {
    white-space: nowrap;
    font-size: 20px;
}
.custom-rangeslider__label:after {
    content: "";
    display: table;
    clear: both;
}

/* Main Css */

/* ---------- */

.price-top{
    display: flex;
    align-items: start;
    padding: 40px 0;
    gap: 10px;
    flex-direction: column;
    margin-bottom: 30px;
}
.price-top{
    border: 1px solid #DDDCE0;
    padding: 20px;
    border-radius: 10px;
}
.calculator h4{
    color: #3F3E5E;
    font-weight: 600;
}
.price-top h5{
    font-size: 14px;
    color: #3F3E5E;
    font-weight: 600;
}
.total-price{
    background-color: #313553;
}
.price-top .side-price label{
    font-size: 18px;
    font-weight: 600;
}
.price-top .side-price{
    display: none;
}
.price-top .side-val{
    min-width: 130px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DDDCE0;
    border-radius: 10px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.pricing-cal .total-price{
    padding: 40px;
    border-radius: 20px;
    background: linear-gradient(90deg, rgb(36, 57, 73) 0%, rgb(81, 127, 164) 100%) ;
}
.pricing-cal-2 .total-price{
    background: #ffffff;    box-shadow: 0 0 10px 0 rgba(0, 0, 00, .4);
}
.pricing-cal .total-price .head{
    text-align: center;
}
.pricing-cal .total-price h3{
    color: #fff;
}
.pricing-cal-2 .total-price h3 {
    color: #44546C;
    font-weight: 700;
}
.total-price .total-box img{
    width: 55px;
    object-fit: contain;
    margin-left: 20px;
    height: auto !important;
}
.total-price .total-box{
    display: flex;
    justify-content: space-between;
    background-color: #7A7A7A;
    position: relative;
    padding: 10px;
    border-radius: 10px;
    min-height: 90px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    margin-bottom: 15px;
}
.pricing-cal-2 .total-price .total-box{
    background-color: #fff;
    border: 1px solid #DDDCE0;
}
.total-price .head{
    margin-bottom: 20px;
}
.total-price .total-box .incre-price{
    text-align: center;
}
.total-price .total-box .incre-price p{
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}
.pricing-cal-2 .total-price .total-box .incre-price p{
    color: #44546C;
}
.total-price .total-box .incre-price span{
    font-size: 23px;
    color: #fff;
    font-weight: 500;
}
.pricing-cal-2 .total-price .total-box .incre-price span{
    color: #44546C;
    font-weight: 700;
}
.total-price .total-box .discount{
    font-size: 10px;
    color: #ffffffc4;
    font-weight: 300;
    margin-top: auto;
    text-align: end;
}
.pricing-cal-2  .total-price .total-box .discount{
    color: #3A3A3A;
}
.info-box {
    padding: 10px 20px;
    background: linear-gradient(90deg, rgb(36, 57, 73) 0%, rgb(81, 127, 164) 100%);
    border-radius: 10px;
    margin-top: 20px;
}
.pricing-cal-2 .info-box{
    background: #DDDCE0;
}
.pricing-cal-2 .info-box-2{
    background-color: #fff;
}
.info-box h5{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.info-box p{
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}
.pricing-cal-2 .info-box p,
.pricing-cal-2 .info-box h5{
    color: #44546C;
}
.info-box .info-btn{
    padding: 12px 50px;
    border-radius: 14px 7px 14px 7px !important;
    background-color: #517fa4;
   
    color: #fff;
    text-decoration: none;
    transition: .3s;
    border: 1px solid #fff;
}
.pricing-cal-2 .info-box .info-btn{
    background-color: #B1333D;
    min-width: 130px;
    text-align: center;
    font-size: 12px;
}
.info-box .info-btn:hover{
    background-color: #fff;
    color: #201D38;
    border: 1px solid  #201D38;
}
.total-price hr{
    color: #ffffff65;
}
.total-price .side-btn{
    width: 100%;
    padding: 20px 10px;
    text-align: center;
    margin-bottom: 20px;
    display: block;
    background-color: #517fa4;
    border-color: #ffffff;
    border-radius: 14px 7px 14px 7px !important;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    transition: .3s;
}
.pricing-cal-2 .total-price .side-btn{
    background-color: #DDDCE0;
    color: #44546C;
    font-weight: 600;
    border: 1px solid transparent;
}
.total-price .side-btn:hover{
    background-color: #fff;
    color: #201D38;
    border: 1px solid #201D38;
}
.price-top{
    position: relative;
}
.side-val{
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #3F3E5E;
    padding-right: 20px;
    padding-left: 10px;
}
@media (max-width: 1200px) {
    .pricing-cal .heading h1 {
        font-size: 60px;
    }
}
@media (max-width: 767px) {
    .pricing-cal .heading h1 {
        font-size: 40px;
    }
    .pricing-cal .calculator {
        margin-top: 30px;
    }
    .pricing-cal .heading p{
        font-size: 17px;
    }
    .pricing-cal .heading p br{
        display: none;
    }
    .price-top .side-val::after {
        min-width: 106px;
    }
    .custom-rangeInput {
        width: 64%;
    }
}

/* Select Tab */

.select-menu {
    max-width: 330px;
    width: 100%;
  }
  .select-menu .select-btn {
    display: flex;
    height: 44px;
    /* width: 320px; */
    background: #fff;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    align-items: center;
    color: #727272;
    cursor: pointer;
    justify-content: space-between;
    border: 1px solid #DDDCE0;
  }
  .select-menu .select-btn .sBtn-text i{
    color: #727272;
    font-size: 16px;
    margin-right: 7px;
    margin-top: 4px;
    transform: rotate(0) !important;
  }
  .select-menu .options {
    position: absolute;
    width: 330px;
    overflow-y: auto;
    max-height: 295px;
    padding: 10px;
    display: none;
    margin-top: 10px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-duration: 0.35s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.35s;
    -webkit-animation-fill-mode: both;
  }
  .select-menu .options .option {
    display: flex;
    height: 49px;
    cursor: pointer;
    padding: 0 16px;
    border-radius: 8px;
    align-items: center;
    background: #fff;
  }
  .select-menu .options .option:hover {
    background: #f2f2f2;
  }
  .select-menu .options .option i {
    font-size: 16px;
    margin-right: 12px;
    color: #727272;
  }
  .select-menu .options::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}
  .select-menu .options .option .option-text {
    font-size: 15px;
    color: #333;
  }

  .select-btn i {
    font-size: 16px;
    transition: 0.3s;
    color: #000;
}

  .select-menu.active .select-btn i {
    transform: rotate(-180deg);
  }
  .select-menu.active .options {
    display: block;
    opacity: 0;
    z-index: 10;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
  }
  .price-top .toggal-switch{
    gap: 15px;
    margin-right: 70px;
  }
  .price-top .toggal-switch button{
    padding: 10px 15px;
    color: #A3A3A3;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #D6D6D6;
    background-color: #fff;
    white-space: nowrap;
  }
  .price-top .toggal-switch button.active{
    background-color: #fff;
    background-color: #D6D6D6;
  }
  .info-box-2{
    align-items: start !important;
  }
  .info-box-2 .contant h5{
    margin-top: 10px;
  }
  .info-box-2 .contant span{
    display: flex;
    gap: 10px;
    text-align: center;
  }
  .info-box-2 .contant span p{
    font-size: 14px;
    font-weight: 500;
    color: #000;
  }
  .info-box-2 .contant span p b{
    font-weight: 300;
  }
  .info-box-2 .contant{
    display: flex;
    flex-direction: column;
    gap: 17px;
  }
  .modal .btn-close{
    float: right;
  }
  .modle-cont-1 .modal-content{
    width: 100%;
  }
  .modle-cont-1 .modal-dialog{
    max-width: 900px;
    width: 100%;
  }
  .modle-cont-1 .modal-dialog .contant{
    height: 100%;
    overflow: auto;
    height: 80vh;
  }
  .modle-cont-2 .modal-dialog .contant{
    height: 100%;
    overflow: auto;
    height: 60vh;
  }
  .modle-cont-1 .modal-dialog h3{
    text-align: center;
    font-size: 36px;
    margin-top: 20px;
    font-weight: 600;
    color: #44546C;
  }
  .modle-cont-1 .modal-dialog .contant{
    padding: 30px 40px;
  }
  .modle-cont-1{
    left: -100%;
    transition: .3s;
    top: 0 !important;
    padding: 0 !important;
  }
  .modle-cont-1 .modal-dialog{
    transition: none !important;
  }
  .modle-cont-1.show{
    left: 0%;
    top: 0 !important;
    margin: 0 !important;
  }
  .modle-cont-1 .modal-dialog .contant li,
  .modle-cont-1 .modal-dialog .contant p{
    font-weight: 500;
    font-size: 17px;
    color: #000000;
    margin-bottom: 0;
  }
  .modle-cont-1 .modal-dialog .contant ul{
    margin-bottom: 0;
  }
  .modle-cont-1 .modal-dialog .contant h6{
    margin-top: 35px;
    font-weight: 600;
    color: #000;
  }
  .modle-cont-1 .modal-dialog .contant::-webkit-scrollbar-track{
    width: 2px;
    background-color: #fff;
    }

    .modle-cont-1 .modal-dialog .contant::-webkit-scrollbar{
        width: 10px;
        background-color: #44546C;
    }

    .modle-cont-1 .modal-dialog .contant::-webkit-scrollbar-thumb{
        background-color: #44546C;
        border-radius: 10px;
        height: 100px;
    }

  @keyframes fadeInUp {
    from {
      transform: translate3d(0, 30px, 0);
    }
    to {
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  @keyframes fadeInDown {
    from {
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
    to {
      transform: translate3d(0, 20px, 0);
      opacity: 0;
    }
  }

  /* Chart */

  .chart-container {
        position: relative;
        height: 100%;
        width: 100%;
        margin: auto;
    }
    .chart-tooltip {
        background: #fff;
        border: 1px solid #ccc;
        padding: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    #performanceChart{
        width: 100% !important;
        height: auto !important;
    }

/* .modal-header{
    position: relative;
    background:transparent;
    border: none;

}
.modal-header .btn-close {
    position: absolute;
    top: 50px;
    right: 30px;
    z-index: 1;
} */


@media (max-width:1399px){
    .pricing-cal .heading h1,.pricing-cal .heading h2{
        font-size: 39px;
    }
    .total-price .total-box .incre-price {
        max-width: 155px;
    }
}
@media (max-width:1299px){

    
    .calculator .right .head p {
        font-size: 14px;
      }
}

  @media (max-width:1199px){
  .pricing-cal .heading h1,.pricing-cal .heading h2 {
      font-size: 38px;
  }
  .calculator h4 {
    font-size: 20px;
  }

  .price-top {
    padding: 16px 12px 21px;
}
  .price-top {
    margin-bottom: 26px;
  }
.custom-rangeInput {width: 57%;}
.pricing-cal-2 .total-price h3 {font-size: 24px;}

.side-val {font-size: 16px;}
.price-top .toggal-switch {gap: 9px;margin-right: 20px;}
.price-top h5 {margin-bottom: 13px;}
.select-menu .select-btn {
    font-size: 12px;    padding: 8px 10px;
}
.total-price .total-box .incre-price span {
    font-size: 20px;
}

.total-price .total-box .incre-price p {
    font-size: 14px;
}
.total-price .side-btn {font-size: 16px;}
.pricing-cal .total-price {
    padding: 22px;
}
.select-menu .select-btn .sBtn-text i {font-size: 13px;}

}


@media (max-width:991px){
    .pricing-cal .heading h1,.pricing-cal .heading h2 {
        font-size: 36px;
    }
    .pricing-cal .calculator {
        margin-top: 32px;
    }

    .pricing-cal .heading p {
        font-size: 16px;
        line-height: 28px;
    }
    .info-box p {
        max-width: 350px;
    }
    .modle-cont-1 .modal-content {
        max-width: 95%;
    }

}


@media (max-width:767px){
    .pricing-cal .heading h1,.pricing-cal .heading h2 {
        font-size: 36px;
    }
    .pricing-cal-2 .total-price h3 {
        font-size: 21px;
    }
    .select-menu .options {width: 260px;}


}
@media (max-width:575px){
    .select-menu .options {
        width: 241px;
    }
    .select-menu .options .option {
        height: 40px;
        padding: 0 10px;
    }
    .select-menu .options .option i {font-size: 14px; margin-right: 7px;}
.select-menu .options .option .option-text {
    font-size: 13px;
}
.info-box p {
    font-size: 14px;
    max-width: 325px;
}
.total-price .side-btn {
    font-size: 14px;
    padding: 12px 10px;
}
.pricing-cal {
    padding: 68px 0;
}
.pricing-cal .calculator .right {
    border-radius: 10px;
    padding: 20px;
}
.pricing-cal .total-price {
    padding: 22px;
    border-radius: 10px;
}
.pricing-cal .heading p {
    font-size: 14px;
    line-height: 22px;
    max-width: 400px;
    margin: auto;
}
 .info-box {
    flex-direction: column;
    text-align: center;
    gap: 14px;
}
.info-box.info-box-2{

    flex-direction: row;
    gap: 0;
}
.info-box.info-box-2 h5 {
    font-size: 14px;
    margin-top: 0;

}

.info-box.info-box-2 .contant span p {
    font-size: 10px;
    font-weight: 500;
}
}




@media (max-width:500px){
    .select-menu .options {
        width: 234px;
    }
    .select-menu .options .option {
        padding: 0 5px;
    }
    .pricing-cal-2 .info-box .info-btn {
        min-width: 106px;
    }
    .info-box {
        margin-top: 18px;
    }
    .info-box p {
        font-size: 13px;
        max-width: 259px;
    }
    .pricing-cal .heading h1 {
        font-size: 34px;
    }

}
@media (max-width:450px){
.select-menu .options {width: 100%;left: 0;}
.asset-box {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.price-top .toggal-switch {
    gap: 10px;
    margin-right: 0;
}
.info-box h5 {
    font-size: 17px;
}
.pricing-cal .calculator {
    margin-top: 20px;
}
.total-price .total-box img {
    width: 41px;
    margin-left: 5px;
    height: auto !important;
}
.total-price .total-box .incre-price p {
    margin-bottom: 3px;
    font-size: 12px;
}
.total-price .total-box .incre-price {
    max-width: 125px;
}


.pricing-cal .heading h1 ,.pricing-cal .heading h2{
    font-size: 29px;
}

}
@media (max-width:390px){

    .custom-rangeInput {
        width: 52%;
    }
    .price-top {
        margin-bottom: 15px;
    }

        .side-val {
        font-size: 15px;
        padding-right: 10px;
        min-width: 108px;
        height: 40px;
    }


}