@charset "UTF-8";
body{
    margin: 0;
    padding: 0;
    background: #153e7c;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.outer-calculator-wrapper{
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%!important;
}
.calculater-range-slider{
    width: 100%;
    max-width: 960px;
    margin: 0px auto;
    display: -webkit-box;      
    display: -moz-box;        
    display: -ms-flexbox;      
    display: -webkit-flex;    
    display: flex;
    background: #1c3a77;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 45px -15px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 45px -15px;
 
}
.calculater-range-slider .left-calculae-area{
    width: 100%;
    max-width: 100%;
    padding: 55px 130px 55px 100px;
    background:  #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.calculater-range-slider .right-calculae-area{
    width: 100%;
    max-width: 275px;
    height: 100%;
    padding: 60px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
}
.right-calculae-area .total-price-list h3{
    color: #FFF;
    font-size: 17px!important;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 0;
    padding-top: 0px;
    padding-bottom: 0;
    line-height: inherit;
}
.right-calculae-area .total-price-list:first-child h3{
    padding-top: 0;
}
.right-calculae-area p{
    color: #FFF!important;
    font-size: 14px!important;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-align: center;
    max-width: 180px;
    margin: auto;
    line-height: 19px;
    padding-top: 0!important;
    padding-bottom: 0!important;

}
.right-calculae-area h4{
    color: #FFF!important;
    font-size: 21px!important;
    font-family: 'Lato', sans-serif;
    font-weight: 300!important;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-bottom: 15px!important;
    padding-left: 20px!important;
    padding-right: 20px!important;
    position: relative;
    line-height: 1.67em!important;
}
.right-calculae-area h4 b{
    font-size: 25px!important;
    display: inline-block;
    position: relative;
    -moz-user-select: none; 
    -ms-user-select: none; 
        user-select: none; 
}
.right-calculae-area h4::before{
    display: none;
}
.total-price-list{
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding: 30px 0;
}
.total-price-list.saved-amount{
    padding-top: 0;
}
a.amount-selected-btn{
   font-size: 16px;
   font-weight: 400;
   text-align: center;
   height: 37px;
   line-height: 37px;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   fill:  #FFF!important;
   color: #FFF!important;
   width: 135px;
   background: linear-gradient(to right, #143d7b   , #0b73dd);
   display: block;
   margin: auto;
   text-decoration: none;
   margin-top: 25px;
   margin-bottom: 25px;
   -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-family: 'Lato', sans-serif;
    text-decoration: none!important;
}
a.amount-selected-btn:hover{
    background: linear-gradient(to right, #0b73dd   , #143d7b);
    color: #FFF!important;

}
.right-calculae-area .total-price-list:last-child {
    border-bottom: none;
}
.left-calculae-area p{
    font-size: 14px!important;
    color: #7385a0;
    font-family: 'Lato', sans-serif;
    text-align: center;
    display: block;
    margin: 0;
    line-height: 19px;
    padding-bottom: 0!important;
}
.range-separator{
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.calculater-range-slider .range-separator:last-child {
    margin-bottom: 0;
}

.right-calculae-area .total-price-list.saved-amount h3{

    font-size: 28px!important;
    font-weight: 600;
}
.right-calculae-area .total-price-list.saved-amount h3 span{

    text-decoration: underline;
}
input.no-of-employees-count{
    width: auto;
    min-height: 40px;
    border: 1px solid #e1e7f0;
    padding-left: 15px;
    outline: none;
    box-sizing: border-box;
    text-align: center;
    margin: 0 15px;
    color: #003c7b;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 28px;
    max-width: 230px;
    padding-top: 0!important;
    padding-bottom: 0!important;
    line-height: 1;
}
.handle-counter {
    text-align: center;
    display: -webkit-box;      
    display: -moz-box;        
    display: -ms-flexbox;      
    display: -webkit-flex;    
    display: flex;
    justify-content: center;
    align-items: center;
}
.counter-minus, .counter-plus{
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    min-width: 25px;
    border: 2px solid #686868;
    background: #FFF;
    font-size: 24px;
    padding: 0;
    font-weight: 600;
    color: #686868;
    line-height: 0;
    outline: none;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
}
.counter-minus:hover, .counter-plus:hover{
    background: #FFF;
}
.counter-minus:focus, .counter-plus:focus{
    background: #FFF;
    outline: none;
}
.left-calculae-area .text-counter p{
    margin-bottom: 18px;
}
.irs--flat .irs-handle>i:first-child {
	top: -4px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.irs--flat .irs-handle>i:first-child::before {
    width: 8px;
    height: 8px;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.irs--flat .irs-handle.state_hover>i:first-child, .irs--flat .irs-handle:hover>i:first-child{
	background: #d3ddeb;
}
.irs--flat .irs-handle.state_hover>i:first-child:before, .irs--flat .irs-handle:hover>i:first-child:before{
	width: 100%;
    height: 100%;
} 
.hover_yyy hr{
    background: transparent;
    background-color: transparent;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.5);
    padding: 0;
    margin: 0;
    height: 0px;
}
.tooltip_block {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-weight: normal;
    border-bottom: 1px dashed rgba(255,255,255,.8);
    /* border-bottom: 1px dotted #143d7b; */
  }
  
 .tooltip__content {
    background-color: #143d7b;
    border-radius: 4px;
    bottom: -85px;
    color: #FFF;
    left: 50%;
    right: auto;
    opacity: 0;
    padding: 5px 0.5rem;
    position: absolute;
    text-align: center;
    transition: opacity 0.5s;
    visibility: hidden;
    min-width: 250px;
    z-index: 1;
    font-size: 15px;
    font-weight: 400;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important;
    line-height: inherit;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: rgb(0 0 0 / 15%) 0px 15px 45px -15px;
    box-shadow: rgb(0 0 0 / 15%) 0px 15px 45px -15px;
  }
  
 .tooltip__content::after {
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #143d7b transparent;
    content: "";
    left: 20%;
    margin-left: -5px;
    position: absolute;
    top: -10px;
  }
  
  .total-price-list.saved-amount .tooltip_block:hover .tooltip__content {
    opacity: 1;
    visibility: visible;
  }
  .cal1, .cal2{
      display: block;
      line-height: 32px;
  }
  .tooltip__content .separator {
    display: block;
    width: 100%;
    position: relative;
    border-top: 1px solid #7385a0;
    padding-top: 1px;
    border-bottom: 1px solid #7385a0;
    margin-bottom: 2px;
}
/*    Media Queries    */


@media screen and (max-width: 768px) {
    .calculater-range-slider {
        flex-wrap: wrap;
        margin: 25px auto;
    }
    .calculater-range-slider .left-calculae-area {
        width: 100%;
        max-width: 100%;
        height: 100%; 
        -webkit-box-ordinal-group: 1;  
        -moz-box-ordinal-group: 1;      
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .calculater-range-slider .right-calculae-area {
        width: 100%;
        max-width: 100%;
        height: auto;   
        -webkit-box-ordinal-group: 1;  
        -moz-box-ordinal-group: 1;     
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        display: -webkit-box;      
        display: -moz-box;        
        display: -ms-flexbox;      
        display: -webkit-flex;    
        display: flex;
        align-items: center;
        padding: 0;
        flex-wrap: wrap;
    }
    .right-calculae-area .total-price-list h3 {
        font-size: 15px!important;
        padding-top: 0;
        width: 100%;
    }
    .right-calculae-area p {
        font-size: 11px;
        width: 100%;
    }
    .total-price-list {
        border-bottom: none;
        width: 30%;
        height: 100%;
        border-right: 1px solid rgba(255,255,255,.5);
        display: -webkit-box;      
        display: -moz-box;        
        display: -ms-flexbox;      
        display: -webkit-flex;    
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 20px 12px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box!important;
        box-sizing: border-box!important;
    }
    .total-price-list.saved-amount {
        padding-top: 20px;
        width: 70%;
    }
    .right-calculae-area h4 {
        margin-top: 10px;
        margin-bottom: 0;
        width: 100%;
        padding-bottom: 5px!important;
    }
    .outer-calculator-wrapper {
        padding: 0 0;
    }
    a.amount-selected-btn {
        margin-top: 0;
        margin-bottom: 0;
    }
    .right-calculae-area .total-price-list.saved-amount h3 {
        font-size: 20px!important;
        font-weight: 900;
        margin-bottom: 0;
    }
    .tooltip__content {
        bottom: -85px;
    }
}

@media screen and (max-width: 600px) {
.total-price-list {
    width: 50%;
    height: auto;
    border-bottom: 1px solid rgba(255,255,255,.5);
    min-height: 150px;
}
.total-price-list:nth-child(even) {
    border-right: none;
}
.total-price-list.saved-amount {
    padding-top: 20px;
}
.right-calculae-area .total-price-list:last-child {
    border-right: none;
    width: 100%;
    min-height: auto;
}
.calculater-range-slider .left-calculae-area {
    padding: 55px 60px 55px 60px;
}
.right-calculae-area .total-price-list.saved-amount h3 {
    font-size: 18px!important;
    margin-bottom: 0;
}
input.no-of-employees-count {
    max-width: 170px;
    font-size: 22px;
}
.right-calculae-area h4 {
    color: #FFF!important;
    font-size: 19px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
   }
   .total-price-list.saved-amount {
    width: 100%;
}
.right-calculae-area h4 b {
    font-size: 20px!important;
    position: static;
}
   .total-price-list{
   	align-content: center;
   }
.irs-max {
    right: auto;
    left: 100%;
    margin-left: 15px;
}
.irs-min {
    left: auto;
    right: 100%;
    margin-right: 15px;
}
.irs--flat .irs-handle>i:first-child {
    top: -6px;
    width: 20px;
    height: 20px;
   }
}


@media screen and (max-width: 380px) {
.total-price-list {
    min-height: 160px;
}
}


@media screen and (max-width: 320px) {
    .outer-calculator-wrapper {
        padding: 0 0px;
    }

}
