@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
.calc-container{
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    /* font-family: proximanova, Arial, Helvetica, sans-serif; */
    box-sizing: border-box;
    /* box-shadow: 0 0 30px 1px rgba(0,0,0,.15); */
    /* border-radius: 10px; */
    padding: 10px;
    /* background-color: #3c3c3b; */
}
.calc-container * {
    box-sizing: border-box;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

.calc-main-row,
.calc-row{
    /* display: flex; */
    width: 100%;
}
.calc-heading{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0;
    color: #2FB44B;
    
}
.section-heading{
    color: #2FB44B;
    font-weight: bold;
    font-size: 22px;
    margin: 10px 0 0 0;
    text-align: left !important;
}
.section-sub-heading{
    color: #2FB44B;
    font-weight: bold;
    font-size: 16px;
    margin: 5px 0;
    text-align: left !important;
}
.section-heading-info{
    color: #000;
    font-weight: bold;
    font-size: 15px;
    text-align: left !important;
}
.calc-form-section{
    width:100%;
    padding: 0 15px;
    background: #F8F8F8;
    border-radius: 5px;
    border: 2px solid #2FB44B;
}
.calc-form-section-container{
    /* border: .5px solid #ccc; */
    /* border-radius: 10px; */
    padding: 20px;
}
/* .calc-result-section{
    width: 45%;
    padding: 0 0 0 25px;
} */
.calc-form-group{
    border-bottom: 1px solid #cccccc4a;
    padding: 10px 0;
    text-align: left !important;
}

.control-label{
    display: flex;
    /* flex-direction: column; */
    
    font-size: 18px;
    justify-content: space-between;
    align-items: center;
    
}
.calc-label-group{
    width: 50%;
    /* font-weight: 600; */
    color: #222;
    font-size: 15px;
    text-align: left !important;
}
.calc-input-group{
    margin-top: 3px;
    width: 50%;
    text-align: right;
    position: relative;
    max-width: 350px;
}
.ui-datepicker-trigger{
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -12px;
    margin-left: -35px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #f5f5f5 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    
}
.calc-form-group input,
.calc-form-group select{
    width: 100%;
    height: 37px;
    padding: 5px 8px;
    box-sizing: border-box;
    border: .5px solid #ccc;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 600;
    color: #211B50;
}
.calc-form-group input:focus,
.calc-form-group select:focus{
    outline: 0;
    
}
.calc-form-group input{
    padding: 3px 8px;
}

.getStarted,
.submit-field{
    text-align: center;
    margin: 10px 0;
}
.shipping-info{
    font-size: 12px;
    text-align: right;
}
.calc-btn{
    font-size: 1.5rem;
    border: 0px;
    padding: 16px 18px;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5;
    /* box-shadow: 20px 20px 0px 0px rgb(0 0 0 / 80%); */
    transition: box-shadow 200ms ease-in-out;
    margin-top: 30px;
    background-color: #211B50 !important;
    margin: 0!important;
}
.calc-btn:focus{
    outline: 0;
}
.calc-btn:hover{
    background-color: #c9c9c9 !important;
    color: #ffffff;
    /* box-shadow: 8px 8px 0px 0px rgb(0 0 0 / 80%);
    transition: box-shadow 200ms ease-in-out; */
}
.red-font{
    color: red!important;
}
.green-font{
    color: #211B50!important;
}
.calc-info{
    font-size: 16px;
    margin: 10px 0;
}
.calc-info a{
    color: #211B50;
    font-size: 17px;
}
.calc-result-section{

}
.calc-result-section h1,
.calc-result-section h2{
    margin: 0;
    text-align: center;
    color: #1277BD;
    margin-bottom: 10px;
    font-size: 30px;
}
.va-res-box-container{
    
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
    flex-direction: column;
}
.va-res-rows{
    padding: 15px 0;
    margin: 0;
    width: 100%;
    border-radius: 5px;
    flex-direction: column;
    background: rgba(25,50,60,0.9);
    margin-bottom: 25px;
}
.total-va-res-box{

}
.va-res-rows label {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
    display: block;
}
.va-res{
    display: flex;
    justify-content: center;
}
.va-res span{
    font-size: 30px;
    color: #fff;
}
.calc-info-res{
    color: #fff;
    font-size: 13px;
    text-align: center;
}
.result-label{
    font-size: 18px;
    color: #222;
    font-weight: 600;
}
.result-text{
    font-size: 25px;
    font-weight: bold;
    color: #211B50;
}
.breakdown{
    margin: 15px 0;
    border-bottom: .5px solid #d8d3d3;;
}
.breakdown .calc-row{
    justify-content: space-around;
    margin: 20px;
}
.estimate-info{
    margin-top: 20px;
}
.legend-area{
    text-align: center;
    text-transform: uppercase;
    color: #666;
}
.legend-area span{
    font-weight: bold;
    font-size: 20px;
    color: #000;
}
.res-cl-box{
    width: 12px;
    height: 12px;
    background: gray;
    display: inline-block;
    margin-right: 5px;
}
.calc-summary {
    /* margin-top: 50px; */
    
}
.calc-summary h3{
    text-align: center;
    color: #211B50;
    font-size: 20px;
    margin: 0;
    margin-bottom: 10px;
}
.calc-summary .calc-row{
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #cccccc4a;
}
.calc-summary .calc-row:first-child{
    border-bottom: none;
}
.calc-note{
    font-size: 15px;
    color: #000;
    text-align: left;
    font-weight: 600;
    display: inline-block;
    width: 100%;
}
.calc-note-text{
    font-size: 15px;
    color: #000;
    text-align: left;
    display: inline-block;
    width: 100%;
    text-indent: 15px;
    /* font-weight: 600; */
}



.calc-table-title{
    font-size: 25px;
    margin-top: 20px;
    text-align: center;
}

.calc-table{
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 15px 0;
}

.calc-table tr{
    border: none;
}
.calc-table th,
.calc-table td{
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    text-align: center;
    
}
.calc-table td:first-child{
    text-indent: 30px;
}
/* .calc-table th:first-child, */
.calc-table tbody td:first-child{
    text-align: left;
    
}
.calc-table thead th{
    background: #0072D2;
    color: #fff;
}
.calc-table .thead td{
    font-weight: bold;
    color: #2FB44B;
    text-indent: 0;
}
.calc-table .thead td:first-child{
    text-align: left !important;
    color: #2FB44B;
}
.calc-table .thead th:first-child{
    text-align: center !important;
    text-indent: 0;
    /* background-color: #2FB44B; */
    /* color: #fff; */
}
.calc-table tfoot td{
    text-align: center;
    background: #222;
    color: #fff;
}


.hide-elem{
    display: none !important;
}






/* input append/prepend group styles */
.append-input-group,
.prepend-input-group{
    display: flex;
}
.append-input-group input{
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
}
.prepend-input-group input{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0!important;
}
.append-input-group span,
.prepend-input-group span{
    background-color: #F3A500;
    color: #ffff;
    font-weight: 600;
    /* border: .5px solid #ccc; */
    border: none;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
    padding: 0 8px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 37px;
    margin-bottom: 0 !important;
}
.append-input-group span{
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.prepend-input-group span{
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
/* ///////////////////// */
.rhw-tooltip {
    position: relative;
    display: inline;
    
  }
  .rhw-tooltip-icon{
    font-family: 'Poppins', sans-serif;
    width: 16px;
    height: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    font-weight: normal;
    font-size: 14px !important;
    margin-left: 3px;
    padding-right: 0.5px;
    margin-left: 3px;
    background: #fff;
    color: #222;
    border: 1px solid #222;
    /* content:'i' */
  }
 
  
  
  .rhw-tooltip .rhw-tooltiptext {
    visibility: hidden;
    display: none;
    width: auto;
    min-width: 200px;
    background-color: #fff;
    box-shadow: 0 0 3px grey;
    color: #000;
    font-weight: normal;
    text-align: center;
    border-radius: 2px;
    padding: 8px;
    position: absolute;
    /* z-index: 5; */
    transition: 0.5s;
    font-size: 13px !important;
    left: 0;
    right: 0;
    margin: auto;
    /* width: fit-content;  */
    /* To adjust the height as well */ 
    height: fit-content;
    /* width: intrinsic; */
  }
  
  .rhw-tooltip-icon:hover+.rhw-tooltiptext {
    visibility: visible;
    display: block;
  }
  /* .rhw-tooltiptext:hover{
    visibility: hidden !important;
  } */

  /* ////////////////////////// */


/* ///////////////////////////////////////////////////////////// */
/* 
  You want a simple and fancy tooltip?
  Just copy all [data-tooltip] blocks:
*/
[data-tooltip] {
    position: relative;
    /* z-index: 1; */
  }
  
  /* Positioning and visibility settings of the tooltip */
  [data-tooltip]:before,
  [data-tooltip]:after {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 50%;
    bottom: calc(100% + 5px); /* 5px is the size of the arrow */
    pointer-events: none;
    transition: 0.2s;
    z-index: 10000;
    /* will-change: transform; */
  }
  
  /* The actual tooltip with a dynamic width */
  [data-tooltip]:before {
    content: attr(data-tooltip);
    padding: 10px 18px;
    min-width: 50px;
    max-width: 350px;
    width: max-content;
    width: -moz-max-content;
    border-radius: 6px;
    font-size: 14px;
    background-color: rgba(59, 72, 80, 0.9);
    background-image: linear-gradient(30deg,
      rgba(59, 72, 80, 0.44),
      rgba(59, 68, 75, 0.44),
      rgba(60, 82, 88, 0.44));
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    white-space: pre-wrap;
    transform: translate(-50%, -5px) scale(0.5);
  }
  
  /* Tooltip arrow */
  [data-tooltip]:after {
    content: '';
    border-style: solid;
    border-width: 5px 5px 0px 5px; /* CSS triangle */
    border-color: rgba(55, 64, 70, 0.9) transparent transparent transparent;
    transition-duration: 0s; /* If the mouse leaves the element, 
                                the transition effects for the 
                                tooltip arrow are "turned off" */
    transform-origin: top;   /* Orientation setting for the
                                slide-down effect */
    transform: translateX(-50%) scaleY(0);
  }
  
  /* Tooltip becomes visible at hover */
  [data-tooltip]:hover:before,
  [data-tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
  }
  /* Scales from 0.5 to 1 -> grow effect */
  [data-tooltip]:hover:before {
    transition-delay: 0.3s;
    transform: translate(-50%, -5px) scale(1);
  }
  /* 
    Arrow slide down effect only on mouseenter (NOT on mouseleave)
  */
  [data-tooltip]:hover:after {
    transition-delay: 0.5s; /* Starting after the grow effect */
    transition-duration: 0.2s;
    transform: translateX(-50%) scaleY(1);
  }
  /*
    That's it.
  */
  
  
  
  
  
  
  /*
    If you want some adjustability
    here are some orientation settings you can use:
  */
  
  /* LEFT */
  /* Tooltip + arrow */
  [data-tooltip-location="left"]:before,
  [data-tooltip-location="left"]:after {
    left: auto;
    right: calc(100% + 5px);
    bottom: 50%;
  }
  
  /* Tooltip */
  [data-tooltip-location="left"]:before {
    transform: translate(-5px, 50%) scale(0.5);
  }
  [data-tooltip-location="left"]:hover:before {
    transform: translate(-5px, 50%) scale(1);
  }
  
  /* Arrow */
  [data-tooltip-location="left"]:after {
    border-width: 5px 0px 5px 5px;
    border-color: transparent transparent transparent rgba(55, 64, 70, 0.9);
    transform-origin: left;
    transform: translateY(50%) scaleX(0);
  }
  [data-tooltip-location="left"]:hover:after {
    transform: translateY(50%) scaleX(1);
  }
  
  
  
  /* RIGHT */
  [data-tooltip-location="right"]:before,
  [data-tooltip-location="right"]:after {
    left: calc(100% + 5px);
    bottom: 50%;
  }
  
  [data-tooltip-location="right"]:before {
    transform: translate(5px, 50%) scale(0.5);
  }
  [data-tooltip-location="right"]:hover:before {
    transform: translate(5px, 50%) scale(1);
  }
  
  [data-tooltip-location="right"]:after {
    border-width: 5px 5px 5px 0px;
    border-color: transparent rgba(55, 64, 70, 0.9) transparent transparent;
    transform-origin: right;
    transform: translateY(50%) scaleX(0);
  }
  [data-tooltip-location="right"]:hover:after {
    transform: translateY(50%) scaleX(1);
  }
  
  
  
  /* BOTTOM */
  [data-tooltip-location="bottom"]:before,
  [data-tooltip-location="bottom"]:after {
    top: calc(100% + 5px);
    bottom: auto;
  }
  
  [data-tooltip-location="bottom"]:before {
    transform: translate(-50%, 5px) scale(0.5);
  }
  [data-tooltip-location="bottom"]:hover:before {
    transform: translate(-50%, 5px) scale(1);
  }
  
  [data-tooltip-location="bottom"]:after {
    border-width: 0px 5px 5px 5px;
    border-color: transparent transparent rgba(55, 64, 70, 0.9) transparent;
    transform-origin: bottom;
  }
  

  
  /* Thumbnail settings */
  @media (max-width: 750px) {
    
    [data-tooltip]:after {
      bottom: calc(100% + 3px);
    }
    [data-tooltip]:after {
      border-width: 7px 7px 0px 7px;
    }
  }
  /* ////////////////////////// */
@media screen and (max-width: 992px){
    .calc-container{
        width: 100%;
        padding: 0;
    }
     
    .calc-result-section h1{
        font-size: 22px;
    }
    /*
    .calc-main-row{
        flex-direction: column;
    }
    .calc-form-section{
        width: 100%;
        margin-right: 0px;
    }
    .calc-result-section{
        width: 100%;
        padding: 0px;
    }
     */
   
}
@media screen and (max-width: 992px){
    .calc-container{
        width: 100%;
        padding: 10px 0;
    }
    .calc-main-row{
        flex-direction: column;
    }
    .calc-form-section{
        width: 100%;
    }
    .calc-result-section {
        width: 100%;
        margin: 20px 0 10px 0px;
        padding: 0;
    }
    .calc-result-section h1{
        font-size: 20px;
    }
    /*
    .calc-main-row{
        flex-direction: column;
    }
    .calc-form-section{
        width: 100%;
        margin-right: 0px;
    }
    .calc-result-section{
        width: 100%;
        padding: 0px;
    }
     */

}
@media screen and (max-width: 768px){
    .section-heading {
        font-size: 18px;
    }
    .section-sub-heading {
        font-size: 15px;
    }
    .section-heading-info {
        font-size: 14px;
    }
    .calc-label-group {
        font-size: 13px;
    }

}
@media screen and (max-width: 600px){
    .calc-container{
        width: 100%;
        padding: 10px 0;
    }
    .calc-main-row{
        flex-direction: column;
    }
    .calc-result-section h1{
        font-size: 20px;
    }
    .calc-form-section-container{
        padding: 15px;
    }
    .calc-form-section{
        width: 100%;
        margin-right: 0px;
        padding: 0;
    }
    .section-heading {
        font-size: 16px;
    }
    .section-heading-info {
        font-size: 13px;
    }
    .calc-result-section{
        width: 100%;
        padding: 0px;
    }
    .calc-form-group input, .calc-form-group select {
        height: 30px;
        padding: 5px 8px;
        font-size: 14px;
    }
    
    .append-input-group span, .prepend-input-group span{
        font-size: 12px;
        height: 30px;
    }

    .result-text {
        font-size: 30px;
    }
   
    .control-label {
        flex-direction: column;
        align-items: flex-start;
    }
    .calc-label-group{
        margin-bottom: 5px;
    }
    .calc-label-group,
    .calc-input-group{
        width: 100%;
        max-width: 100%;
    }
    .calc-btn{
        padding: 10px;
    }
    .calc-table th,
    .calc-table td{
        font-size: 10px;
        padding: 5px 3px;
    }
}










