@font-face {
    font-family: 'SourceSansProRegular';
    src: url('../fonts/SourceSansPro-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansProBold';
    src: url('../fonts/SourceSansPro-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansProItalic';
    src: url('../fonts/SourceSansPro-It.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}


/* @font-face {
        font-family: '"SourceSansProRegular"';
        src: url('../fonts/GEInspira.eot?#iefix') format('embedded-opentype'), url('../fonts/GEInspira.woff') format('woff'), url('../fonts/GEInspira.ttf') format('truetype'), url('../fonts/GEInspira.svg#GEInspira') format('svg');
        font-weight: normal;
        font-style: normal;
    } */
    /*  @font-face {
                        font-family: '"SourceSansProRegular"';
                        src: url('../fonts/GEInspira.eot?#iefix') format('embedded-opentype'), url('../fonts/GEInspira.woff') format('woff'), url('../fonts/GEInspira.ttf') format('truetype'), url('../fonts/GEInspira.svg#GEInspira') format('svg');
                        font-weight: normal;
                        font-style: normal;
    }

    @font-face {
            font-family: '"SourceSansProRegular"';
            src: url('../fonts/GEInspira.eot?#iefix') format('embedded-opentype'), url('../fonts/GEInspira.woff') format('woff'), url('../fonts/GEInspira.ttf') format('truetype'), url('../fonts/GEInspira.svg#GEInspira') format('svg');
            font-weight: normal;
            font-style: normal;
        }
            */
    /*@font-face {
                    font-family: '"SourceSansProRegular"';
                    src: url(Inspira-Sans-and-Serif/Inspira Sans and Serif/GEInspiraSans-Regular-v02.ttf);
                    }
            
            @font-face {
                    font-family: 'GEInspiraBold';
                    src: url(Inspira-Sans-and-Serif/Inspira Sans and Serif/GEInspiraSans-Bold-v02.ttf);
                    }
            
            @font-face {
                    font-family: 'GEInspiraItalic';
                    src: url(Inspira-Sans-and-Serif/Inspira Sans and Serif/GEInspiraSans-Italic-v02.ttf);
                    }
                
            */

    html{
        font-family:"SourceSansProRegular" !important;
    }
    body{
        font-family:"SourceSansProRegular" !important;
    }
       

    /* .div1 { */

        /* background: #e1e1e5; */
        /* width: 980px; */
        /* height: 670px; */
        /* position: fixed; */
        /*left: 15%;*/
        /*  top: 5%;*/
    /* } */

    .div1{
        background-color: white;
    }

    .header {

        height: 75px;
        /* background: rgb(96, 34, 166); */
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        border-bottom: 1px solid #D7D8DB;
    }

    .logolabel{
        font-size: 18px;
        /* position: absolute; */
        font-family: "SourceSansProRegular";
        color: Black;
        /* vertical-align: middle; */
    }
    /* .headersection1{
        display: inline-block;
        width: 45%;
    } */

    .headerLabel {
        font-weight: 500;
        font-size: 22px;
        color: Black;
        font-family: "SourceSansProRegular";
    }

    .headerImg {
        height: 50px;
        width: auto;
        /* margin-top: 4px;*/
    }

    .lbl {
        padding-top: 2px;
        color: white;
    }

    .header a img {

        margin-top: -2px;
    }

    .sectionDiv {
        /* overflow-x: hidden;
        height: 72%; */
        /* background: white;
        border-radius: 5px;
        border: 1px solid #cfd0d3; */
        /* width: 49%; */
        padding-left: 0px;
        padding-right: 0px;
        /* overflow-y: scroll; */
    }

    .calDiv{
        float:right;
        margin-top: 10px;
    }

    .calculateBtn:focus,
    button:focus,
    #contactSubmitBtn:focus{
        outline:none;
    }

    #download,
    #assessmentBtnLabel{
        font-size: 16px;
        font-family: "SourceSansProRegular";
        margin-bottom:0 !important;
        font-weight: Bold;
    }
    
    #download{
        color: rgb(96, 34, 166);
    }
    .calculateBtn,
    #contactSubmitBtn{
       /*border-radius: 26px;*/
       height: 50px;
       width: 255px;
       background-color: rgb(96, 34, 166) !important;
       /*background: #00ad62;*/
       /*border: none;*/
       /*color: white;*/
       /* padding: 5px; */
       /* padding-left: 8px; */
       /* padding-right: 5px; */
       padding: 5px 10px;
    }

    .calculateBtn label,
    #contactSubmitBtn label{
       font-family: "SourceSansProRegular";
       font-size: 18px;
        margin-bottom: 0rem;
        letter-spacing: 0.5px;
        font-weight: 600;
    }
    
    form[name="myForm2"]{
        margin-bottom: 0;
    }

    .btnDiv {
        /* position: fixed;
        margin-left: 33vw;
        margin-top: 35vh; */
        /*top: 43%;
                left: 48.5%;*/
        /* z-index: 9; */
    }

    .inputSpan {
        margin-bottom: 0.1rem;
        font-weight: 600;
    }

    .overlay {
        /*position: fixed;
                width: 100%;
                height: 100%;
                background: black;
                opacity: 0.5;
                z-index: 99;*/
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        background: rgba(0, 0, 0, 0.32);
    }

    .selectionPopup{
        float: right;
        border: none;
        background: white;
    }

    .selectionPopup .arrowImg{
        width: 18px;
        height: 8px;
    }
    .popupDiv {
        /*width: 45%;
                height: 70%;
                background: white;
                position: fixed;
                top: 9%;
                left: 28%;
                z-index: 999;
                border-radius: 5px;*/
        width: 45vw;
        height: 70vh;
        background: white;
        margin-left: 58vh;
        margin-top: 9vh;
        z-index: 999;
        border-radius: 5px;
    }

    .popupDiv2 {
        /*width: 20%;
                height: 28%;
                background: white;
                position: fixed;
                top: 33%;
                left: 41%;
                z-index: 999;
                border-radius: 5px;*/
        width: 30%;
        height: 28%;
        background: white;
        position: fixed;
        top: 33%;
        left: 34%;
        z-index: 999;
        border-radius: 5px;
    }

    .updateNPV {
        border-radius: 26px;
        height: 30px;
        width: 125px;
        background: #00ad62;
        border: none;
        color: white;
        margin-right: 13vw;
        /* margin-left: 34%;
                        margin-top: 5%*/
    }



    .popupHeader {
        height: 28px;
        background: rgb(96, 34, 166);
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        padding-left: 10px;
        padding-top: 2px;
        color: white;
    }

    
    .popupBody {

        padding: 15px;
    }

    .selectDiv {

        width: 45%;
    }

    .selectStyle {

        width: 95%;
        border-radius: 5px;
        height: 28px;
        background: #f5f5f5;
        font-family: "SourceSansProRegular";
        color: #858585;
        font-size: 13px;
    }

    .selectStyleSetting {

        width: 95%;
        border-radius: 5px;
        height: 28px;
        background: #f5f5f5;
        font-family: "SourceSansProRegular";
        color: #858585;
        font-size: 13px;
    }

    .modalityDiv {
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .disclaimer {
        font-size: 14px;
        margin-top: 76px;
        padding: 10px;
    }

    .acceptBtn {
        border-radius: 26px;
        /*  height: 41px;
                width: 215px;*/
        height: 6vh;
        width: 16vw;
        background: #00ad62;
        border: none;
        color: white;
        /*margin-left: 31%;*/
        margin-left: 28vh;
        margin-top: 2vh;
    }

    button,
    button label {
        font-family: "SourceSansProRegular";
        cursor: pointer;
    }

    .footer {
        text-align: center;
        color: Black;
        font-size: 12px;
        clear: right;
        word-break: word-wrap;
        overflow-wrap: break-word;
        font-family: "SourceSansProRegular";
        /* line-height: 16px; */
        text-align: left;
        padding:20px 0;
    }
    .resultLabel{
        color: Black;
        font-family: "SourceSansProRegular";
        font-weight:Bold;
    }
    .footer p {

        width: 70%;
    }

    .highchartDiv{
        border:1px solid rgb(96, 34, 166);
    }
    .section1 {
        padding-left: 0px;
        padding-top: 5px;
        /*height: 17%;*/
        /* display: inline-block; */
        padding-bottom: 5px;
    }

    .downloadImg img{
        height: 15px;
        margin-left: 10px;
        vertical-align: middle;
    }

    .downloadPDFBtn{
        border: 2px solid rgb(96, 34, 166);
        border-radius: 100px;
        font-family: "SourceSansProRegular";
        font-weight: Bold;
        font-size: 18px;
        padding: 5px 10px;
        margin-right: 10px;
        vertical-align: top;
        text-align: center;
        background: none;
    }

    .form-control{
        color: Black !important;
        font-family: "SourceSansProRegular";
        /* font-size: 18px; */
        
    }

    .selectStyle{
        height: 45px !important;
        /* padding-left: 2px !important;
        line-height: 22px; */
    }
    .form-control:focus,
    .focus-radio {
        /* color: #464a4c; */
        /* background-color: #fff; */
        border: 2px solid rgb(96, 34, 166) !important;
        /* outline: none; */
    }

    .section2 {
        /* padding-top: 10px; */
        /* padding-bottom: 10px; */
        /* border-bottom: 1px solid #eeeeee;*/
        /* border-top: 1px solid #eeeeee; */
        /* display: inline-block; */
        /*  padding-bottom: 5px;*/
        padding-left: 0px;
    }

    input[type="radio"]:not(old):checked {

        border: 0px solid #00bf6f;
        /* background: #00bf6f; */
        background-image: url(../Icons/NewIcons/ico-money-32.svg);
        background-size: 19px 19px;
        background-repeat: no-repeat;
    }

    input[type="radio"] {
        appearance: none;
        width: 100%;
        height: 100%;
        border: 1px solid #a2a2a2;
        border-radius: 50%;
        outline: 0;
        left: 0;
        top: 0;
    }

    label {
        font-size: 16px;
    }

    .loanInputDiv {

        display: inline-block;
        padding-top: 10px;
        padding-left: 0px;
    }

    .inputsectionLabel{
       
        font-family: "SourceSansProRegular";
        font-weight:Bold;
        /* font-weight: bold; */
        color: Black;
        font-size: 34px;
        line-height: 37px;
    
    }
   
    .MainLabel {
        font-family: "SourceSansProRegular";
        /* font-weight: bold; */
        color:Black;
    }

    .SubLabel{
        font-family: "SourceSansProRegular";
        color: Black;
        font-size:30px;

    }

    .inputLabel {
        font-family: "SourceSansProRegular";
        font-size: 14px;
        color: Black;
        width: 230px;
        word-break: break-word;
    }

    .firstField{
        width:100%;
    }
    /* Turn on a 13x13 scrollbar */

    ::-webkit-scrollbar {
        width: 20px;
    }
    /* Place The scroll down button at the bottom */

    ::-webkit-scrollbar-button:vertical:increment {

        /* background-image: url(../Icons/icons/12_Scroll-Bar-Arrow.png); */
        background-size: 20px 20px;
    }
    /* Place The scroll up button at the up */

    ::-webkit-scrollbar-button:vertical:decrement {
        /* background-image: url(../Icons/icons/Scroll-Bar-ArrowUp.png); */
        background-size: 20px 20px;
    }
    /* Track below and above */

    ::-webkit-scrollbar-track-piece {
        background-color: #f0f0f0;
        border: 1px solid #b8b8b8;
    }
    /* The thumb itself */

    ::-webkit-scrollbar-thumb:vertical {
        height: 20px;
        background-color: #626569;
        border-radius: 20px;

        border-style: solid;
        border-color: transparent;
        border-width: 3px;
        background-clip: padding-box;
    }


    input[type="text"],
    input[type="number"],
    .selectStyle{
        width: 100%;
        border-radius: 2px;
        border: 1px solid #A5A6A8;
        background: none;
        padding-left: 20px;
        height: 45px;
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /*mindtree*/
    [type=radio] { 
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
      }
      
      .resultLabel{
        margin-left: 15px;
      }

      /* IMAGE STYLES */
      [type=radio]{
        cursor: pointer;
      }
      
      /* CHECKED STYLES */
      [type=radio]:checked + img + span{
        /* outline: 2px solid rgb(96, 34, 166); */
      }
    /*---end---*/
      .termLoanFields label{
        margin-left: 15px;
      }
      .termLoanFields input{
        margin-left: 30px;
      }

      .termLoanFields .closeIconImg{
        bottom: 9%;
        left: 17%;
      }
    .loanSelectTermDropdown {
        /* width: 46%;
        position: relative;
        bottom: 45px;
        left: 120px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px; */
    }

    .LeaseSelectTermDropdown {

        width: 55%;
        position: relative;
        bottom: 28px;
        left: 65px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        font-size: 13px;
    }

    .unit {
        position: absolute;
        display: none;
        left: 5px;
        z-index: 9;
        width: 7%;
        font-size: 18px;
    }

    .unitLeft {
        position: relative;
        display: block;
        left: 25vh;
        bottom: 26px;
        z-index: 9;
        width: 7%;
    }

    .selectLabel {
        display: block;
    }

    .infoIcon:focus,
    .closeIcon:focus {
        outline: none;
    }

    #selectEquipment{
        padding-left:5px;
    }

    .infoIcon {
        height: 13px;
        
    }

    .chartInfoDiv img {
        position: absolute;
        bottom: 1px;
        left: 3px;
    }


    .greenBtn {
        border-radius: 26px;
        background: #00ad62;
        color: white;
        border: none;
        padding-top: 2px;
    }

    .whiteBtn {
        border-radius: 26px;
        background: white;
        color: black;
        border: 1px solid grey;
        height: 9%;
    }

    .moreAssessmentBtn {
        background-color: rgb(96, 34, 166);
        color: white;
        font-size: 18px;
        font-family: "SourceSansProRegular";
        font-weight:Bold;
        border-radius: 100px;
        /* font-family: "SourceSansProRegular" Bold; */
        font-size: 18px;
        padding: 5px 10px;
        margin-right: 10px;
        vertical-align: top;
        text-align: center;
        /* background: none;*/

    }

    #resultPDF .containerResult{
        /* margin-top: 48px; */
        /* margin-left:20px; */
        border:2px solid rgb(96, 34, 166);
        border-bottom:none;
        /* height: 45% !important; */
        padding-top:20px;
    }

    .resultInfo{
        /* margin-left:20px; */
        border:2px solid rgb(96, 34, 166);
        border-top:none;
        height: auto;
        /* padding-top:20px; */
        /* padding-bottom:30px; */
    }

    .resultInfo .row{
        
        width: 100%;
        margin-left: 0;
    }
    .chartInfoDiv:nth-child(even) {
        text-align:right;
        border-top-left-radius:3px;
        border-bottom-left-radius:3px;
        border-top: 1px solid rgb(96, 34, 166);
        border-left: 1px solid rgb(96, 34, 166);
    }
    .chartInfoDiv:nth-child(odd) {
      text-align:left;
      border-top-right-radius:3px;
      border-bottom-right-radius:3px;
      border-top: 1px solid rgb(96, 34, 166);
      border-right: 1px solid rgb(96, 34, 166);
      /* padding-right:20px; */
    }

    .resultInfo .col-4,
    .resultInfo .col-2{
        /* padding-right:0;
        padding-left:0; */
        word-break: break-word;
    }

    #container .highcharts-title{
        color: Black !important;
        font-size: 28px !important;
        /* fill: #333333; */
        /* font-style: italic; */
        font-weight: 600 !important;
        font-family: "SourceSansProRegular" !important;
        margin-top:10px;
    }


    #resetButton {
        /*width: 16%;*/
        /* font-size: 14px;
        height: 3.5%;
        padding-top: 3px;
        float: right;*/
        /* margin-top: 8%; */
    }


    #resetButton img {
        height: 18px;
    }
    /****************************************** TOOLTIP CSS *********************************************/

    .wrapper {
        padding: 0px 1px;
        position: relative;
        text-align: center;
        /* width: 200px; */
        -webkit-transform: translateZ(0);
        -webkit-font-smoothing: antialiased;
    }

    .wrapper .tooltip {
        /* background: red;
        bottom: 100%;
        color: #fff;
        display: block;
        /* left: -25px;*/
        /*margin-bottom: -105px;
        opacity: 0;
        padding: 20px;
        pointer-events: none;
        position: absolute;
        width: 100%;
        z-index: 99999;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); */
    }
    /* This bridges the gap so you can mouse into the tooltip without it disappearing */

    .tooltip:before {
        /* bottom: -20px;
        content: " ";
        display: block;
        height: 20px;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 9999999; */
    }
    /* CSS Triangles - see Trevor's post */

    .wrapper .tooltip:after {
        /* border-left: solid transparent 10px;
        border-right: solid transparent 10px;
        border-bottom: solid #1496bb 10px;
        bottom: 89px;
        content: "";
        height: 0;
        left: 50%;
        margin-left: -13px;
        position: absolute;
        width: 0;
        z-index: 9999999; */
    }

    .wrapper:hover .tooltip {
        /* opacity: 1;
        pointer-events: auto;
        z-index: 9999999;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); */
    }
    /* IE can just show/hide with no transition */

    .lte8 .wrapper .tooltip {
        display: none;
    }

    .lte8 .wrapper:hover .tooltip {
        display: block;
    }
    /**********************************************TOOLTIP CSS END**************************************************/

    .disclaimer label {
        font-size: 16px;
    }

    .disclaimer p {
        font-size: 11px;
    }

    .mainDivMobile {
        display: none;
    }


    .plusMinusImg {
        margin-top: 36%;
        margin-left: 35%;
    }

    .perUnit {
        left: 20%;
    }

    .error {
        border: 2px solid #D0021B !important;
    }

    .errorLabel{
        color: #D0021B !important;
        margin-bottom: 0 !important;
    }

    .requiredLabel,
    .optionalLabel{
        float: right;
        font-size: 12px;
        color: Black;
        font-family: "SourceSansProRegular";
        font-style: italic;
        text-align: right;
        margin-top: 4px;
    }

    #myModalLabel button{
        position: absolute;
        right: -5%;
        top: -100%;
    }

    .errorMsg {
        color: D0021B !important;
        font-size: 13px;
    }

    .errorMsgPosition {
        /* position: relative;
        bottom: 25px; */
        display: block;
    }
    .errorWrapper{
        position: absolute;
    }
    .spanPos {

        bottom: 53px;
    }

    .closeIcon {

        float: right;
        margin-top: 4px;
        margin-right: 5px;
        height: 13px;
    }

    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        /* display: none; <- Crashes Chrome on hover */
        -webkit-appearance: none;
        margin: 0;
        /* <-- Apparently some margin are still there even though it's hidden */
    }


    .asterisk {
        font-family: "SourceSansProRegular";
        font-size: 15px;
        color: Black;
    }

    .errorLabel .asterisk{
        color:#D0021B;

    }

    /* .chartInfoDiv {
       
        border:1px solid rgb(96, 34, 166);
    } */
    
    .rightPointer{
        width: 0;
        height: 0;
        border-top: 56px solid transparent;
        border-bottom: 65px solid transparent;
        /* margin-right: 1px; */
        border-left: 94px solid rgb(96, 34, 166);
    }

    .leftPointer{
        width: 0;
        height: 0;
        border-top: 56px solid transparent;
        border-bottom: 65px solid transparent;
        /* margin-right: 1px; */
        border-right: 94px solid rgb(96, 34, 166);
        }

    .chartInfoDiv label{
        font-size: 18px;
        font-family: "SourceSansProRegular";
        font-weight: Bold;
        padding: 0 10px;
        margin-bottom:0;
        color:Black;
        font-size: 22px;
    }

    .chartInfoDiv h4{
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 20px;
        color: rgb(96, 34, 166);
        font-weight: bold;
        font-family: 'SourceSansProRegular';
        font-size: 30px;
    }

    .mandatoryErrorspan {

        font-size: 15px !important;
    }

    .avgVariableCostInp {

        /*margin-top: 3px;*/
    }

    .totalDailProcedureInp {
        margin-top: 21px;
    }
    /********************* my tooltip css*******************************/

    /* .tooltipPopup {
        width: 60%;
        position: relative;
        z-index: 99999;
    } */

    /* .tooltipHeader {
        padding: 1px;
        padding-left: 5px;
        background: rgb(96, 34, 166);
        opacity: 1;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        color: white;
        font-size: 14px;
        text-align: left;
    }

    .tooltipBody {
          /* height: 100px; */
        /* background: #ffffff;
        word-break: break-word;
        padding: 5px;
        font-size: 12px; */
        /* border-bottom-left-radius: 4px; */
        /* border-bottom-right-radius: 4px; */
       /* font-size: 14px;
        color: Black;
        border: 1px solid #4A90E2;
        border-radius: 2px;
        font-family: "SourceSansProRegular";
    } */

    /* .tooltipPosition {

        position: absolute;
        width: 100%;
    } */

    .triangle {
        /* width: 0px;
        height: 0px;
        position: relative;
        left: 10.8%;
        z-index: 9999999999;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 10px solid rgb(96, 34, 166); */
    }
    /*******************************  Angular Material Tooltip CSS   ***************************/

    .md-button {
        min-width: 21px;
        min-height: 23px;
        padding: 0 0px;
        margin: 0 0px;
        z-index: 99999999 !important;
    }

    /* .tooltipMain {
        font-family: "SourceSansProRegular";
        background: white !important;
        height: 100px;
        padding: 0px;
        width: 45%;
        border: 1px solid gray;
        opacity: 1 !important;
        font-size: 0.6rem;
        z-index: 99999999 !important;
    }


    .tooltipContent {

        padding: 1px;
        padding-left: 5px;
        background: white;
        color: black;
        opacity: 1;
        z-index: 99999999 !important;
    } */

    .percentage {
        left: 16%;
    }


    .optionFontSize {

        font-size: 14px !important;
        color: red !important;
    }

    .disclaimerSelect {
        height: 35px;
        color: #575757;
        border: 1px solid #b8b8b8;
        font-size: 15px;
        width: 100%;
    }


    .disclaimerP {
        font-size: 13px !important;
    }

    .popupHeader label {
        font-weight: bold;
    }

    .chartInfoDiv label {
        /* font-size: 11px; */
    }

    select[disabled] {
        cursor: not-allowed;
    }

    .warning {
        display: none;
    }

    /* .NPVRateInp {
         width: 50% !important; 
    } */

    /* .NPVRateInp .unit.percentage{
        left:22%;
    } */

    .geFooter {
        display: inline-block;
        font-size: 10px;
        height: 4.3vh;
        padding-left: 0px;
        padding-right: 0px;
        background: #f5f5f5;
        color: #858585;
    }
    /************************************** loader ************************************/

    .loader {
        border: 16px solid #f3f3f3;
        border-radius: 50%;
        border-top: 16px solid rgb(96, 34, 166);
        width: 120px;
        height: 120px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
        margin-left: 41%;
        margin-top: 20%;
    }

    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }




    table {
        width: 41%;
    }

    .greyDiv {
        background: #e5e5e5;
    }

    .whiteDiv {
        background: white;
    }


    #pdfContainer {
        /* height: 55vh;
                    width:31.3vw;*/
    }

    .chartBlocks {
        width: 32vw;
    }

    .chartBlocks table {
        height: 36vh;
        width: 32vw;
    }

    .chartBlocks table label {
        font-size: 13px;
    }

    chartBlocks table h4 {
        font-size: 15px;
    }

    
    .radioButtonDiv {
        max-width: 29% !important;
        /* display: inline-block; */
        /* width: 60%; */
        text-align: center;
        vertical-align: top;
        border: 2px solid #DEDEDF;
        height: 110px;
        padding: 10px 20px;
        margin: 10px 10px;
    
       
    }

    .radioButtonDiv:first-child{
        margin-left: 15px;
    }

    .fntSize {
        font-size: 14px;
    }

    .lblFinanceEn {
        /* width: 2.5vw; */
    }

    .lblFinanceFn {
        /* width: 2vw; */
    }

    .lblFinanceGer {
        width: 3vw;
    }

    .lblFinanceItln {
        width: 3.6vw;
    }

    .lblFinancePrt {
        width: 5.6vw;
    }

    .lblFinanceSp {
        width: 4.5vw;
    }


    .lblLeaseEn {
        width: 2.8vw;
    }

    .lblLeaseFn {
        width: 2.8vw;
    }

    .lblLeaseGer {
        width: 3.7vw;
    }

    .lblLeaseItln {
        width: 3.7vw;
    }

    .lblLeasePrt {
        width: 3.6vw;
    }

    .lblLeaseSp {
        width: 7vw;
    }

    .radioLease {
        width: 11vw;
    }

    .tdWidth {
        width: 80%;
    }

    .pdfTable {
        margin-left: 3%;
        height: 60%;
    }

    .pdfCashflowTable {
        width: 34%;
    }

    .pdfFotter {

        width: 80%;
    }

    .pdfFotter p {
        width: 35vw;
        font-size: 10px;
    }

    .pdfResultDiv {

        width: 40vw;
    }

    .pdfContainerDivClass {
        height: 55vh;
        width: 31.3vw;
    }


    .pdfFooter2 {
        font-size: 10px;
    }

    .rightsReserved {

        font-size: 9px;
    }

    /* .modal-header {
        padding: 0px;
        background: rgb(96, 34, 166);
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    } */

    button.close {
        padding-right: 7px;
        padding-bottom: 6px;
    }

    .close span {

        color: white;
    }

    .modal-footer {
        /* padding: 6px; */
    }

    .contactUsNew .contactUsModal{
        width: 100%;
        max-width: 60%;
    }

    .contactUsNew #myModalLabel{
        /* padding-left:0; */
        height:auto;
    }
    .contactUsNew .modal-header{
        padding:20px 30px 0 30px;
        border:none;
    }
    .contactUsNew .modal-body .row{
        padding:20px 30px;
    }

    .contactUsNew .modal-body .row label{
        font-family: "SourceSansProRegular";
        color: Black;
    }
    .contactUsNew #myModalLabel label{
        font-family: "SourceSansProRegular";
        font-weight: bold;
        font-size: 30px;
        margin-bottom: 0;
    }

    .contactUsNew .modal-body{
        border:none;
        padding-top: 0;
    }

    .contactUsNew .modal-body p{
        font-family: "SourceSansProRegular";
        color: Black;
        font-size: 16px;
        padding-bottom: 20px;
    }

    .contactUsNew .modal-footer{
        border:none;
    }
    .NPVInfoPos {
        margin-top: 3px;
        margin-left: 5px;
    }

    .contactUsNew{
        padding-right: 0;
    }
    .contactUsInputs {
        /* width: 100%; */
    }
    .closeIconImg{
        height: 18px;
        /* position: relative;
        bottom: 33%;
        left: 85%;
        display: inline-block; */

    }

    .symWrapper{
        position: relative;
        bottom: 48%;
    }
    .clear{
       position: absolute;
        left: 85%;
        /* display: inline-block; */
        display: none;
    }

    .form2Wrapper{
        bottom: 44%;
    }

    .termLoanFields .symWrapper{
        top: 12%;  
        right: 33%;
    }

    .termLoanFields .errorWrapper{
        top: 100%;
        left: 10%;

    }

    .revenueOperationDivContainer .row{
        margin-bottom: 25px;
       
    }

    .radioButtonDiv img{
        vertical-align: top;
    }

    .radioButtonDiv .selectLabel{
        display: block;
        width: auto;
        line-height: 15px;
        /* word-break: break-word; */
        word-wrap: break-word !important;
    }
    
    #resultPDF{
        height:100%;

    }

    #selectEquipment{
        margin-top: .5rem;
    }

    .daysOperation img,
    .totDailyProcedures img{
        bottom: 25%;
    }
    .clear{
        /* position: relative; */
       
    }
    #showonipaddiv{
        display: none;
    }
    #termLoanId{
        float: left;
        width: 58%;
        margin-left: 15px;
    }

    
    .loanSelectTermDropdown{
        width: 35%;
    }
    .contactUsModal {
        /* width: 27vw; */
    }

    #contactSubmitBtn {
        margin-right: 30px;
    }

    .contactUsNew .modal-body .lineHeight{
        margin-bottom: 20px;
    }

    .contactUsNew .modal-footer{
       padding-bottom: 30px;
    }

    .faDown {
        display: none !important;
    }

    .faDownSetting {
        display: none !important;
    }


.settingAlert{
            background: white;
width: 30vw;
margin-left: 35vw;
margin-top: 30vh;
font-size: 1rem;
border-radius: 5px;
        }
        
        .alertModal-header{
            padding-left: 10px;
/* padding-top: 0px; */
background: rgb(96, 34, 166);
border-top-left-radius: 3px;
border-top-right-radius: 3px;
height: 5vh;
        }
        
        .alertModal-header label{
            font-size: 1.5rem;
    color: white;
        }
        
        .alertBtn{
                width: 15vw;
    background: white;
    border: none;
    
        }
        
        .alertBtn label{
            font-size: 1rem;
        
        }
.settingAlertBtn{
    border-top: 1px solid gray;
background: white;
display: inline-block;
width: 30vw;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;

}

.contactUsInputs{
    margin-top: .5rem;
}
.contactUsFirstField{
    width: 100%;
}

.loanInputDiv label{
    width: auto;
}

.loanInputDiv .col-md-3,
.loanInputDiv .col-md-4,
.loanInputDiv .col-md-5{
    padding-right: 0;
    
}

.termLoanFields{
    padding-left: 0;
}

form .form-control::-webkit-input-placeholder,
form .form-control::-moz-placeholder,
form .form-control:-ms-input-placeholder,
form .form-control:placeholder{ 
    font-family: "SourceSansProRegular"  !important;
       color: #A5A6A8;
      /*color:red;*/
       font-size: 15px !important;
    }

    .selectdiv1:after {
        content: '\f078';
        font: normal normal normal 17px/1 FontAwesome;
        color: rgb(96, 34, 166);
        right: 11px;
        top: 28px;
        height: 34px;
        padding: 15px 12px 0px 8px;
        /*border-left: 1px solid #0ebeff;*/
        position: absolute;
        pointer-events: none;
        }
        select::-ms-expand {
        display: none;
        }
        
        .selectdiv1 select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        /* Add some styling */
        display: block;
        /* width: 100%; */
        float: right;
        /*margin: 5px 0px;*/
        padding: 0px 24px;
        font-size: 16px;
        line-height: 1.75;
        color: #333;
        background-color: #ffffff;
        background-image: none;
        -ms-word-break: normal;
        word-break: normal;
        }

    .termLoanFields.selectdiv1:after{
        right: 0px;
        top: 32px;
    }

    .termLoanFields .symWrapper{
            bottom: -10%;
        }

    .termLoanFields .selectStyle {
        padding-left: 10px;
    }

form[name="contactUsForm"] .close{
    opacity: 1.75;
    position: absolute;
    top: -25%;
    left: 101%;
}

.closePopup{
    height: 25px;
}

form[name="contactUsForm"] .modal-content{
    border-radius: none;
}

.otherBtnDiv{
    padding-top: 15px;
    /* text-align: center; */
    /* padding-left: 0;
    padding-right: 0; */
}

.otherBtnDiv button{
    width: 100%;
}

.otherBtnDiv .col-md-6{
    display: inline-block;
    /* padding-left: 0;
    padding-right: 0; */
}

/* .form2Wrapper{
    bottom: 40%;
} */

.npvDiscountRateIdWrapper .clear,
.annualFixedOperationalCostidWrapper .clear,
.annualMaintenanceCostidWrapper .clear{
    display: inline-block;
}

.closePopupmobile{
    display: none;
}

.cashMobileOption,
.loanMobileOption,
.leaseMobileOption {
    display: none;
}

.div1 .container-fluid .mainParts{
    margin-top: 25px;
}

.div1 .container-fluid .MainLabel {
    margin-bottom: 20px;
    margin-top: 20px;
}

.radiobtnWrapper{
    /* margin-top: 10px; */
}

/* tooltip */

.tooltip-inner {
    max-width: 400px;
    padding: 3px 8px;
    color:Black;
    border-radius : 2px;
    border: 1px solid rgb(96, 34, 166);
    text-align: center;
    background-color: #FFF;
    border-radius: .25rem;
}
    
.tooltip.show {
    opacity: 1;
}
    
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
    border-top-color: rgb(96, 34, 166);
    /* border-width: 0 5px 5px 5px; */
    
}

/* .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
    border-top-color: transparent;
    border-bottom-color: #4A90E2;
    border-left-color: transparent;
    border-right-color: #4A90E2;
    border-width: 2px;   
    padding:3px;
    transform: rotate(45deg);
} */

.resetButtonDiv{
    margin-top:5%;
}

.calculate_clicked{
    background-color: white !important;
    border: 2px solid rgb(96, 34, 166);
    color: rgb(96, 34, 166);
}

.desc{
    color: Black;
    width: 500px;
    margin-left: 20px;
    font-size: 14px;
}

#contactUsThankyouModal .modal-content{
    border: 1px solid rgb(96, 34, 166) !important;
}

.closethankyou{
    opacity: 1.75;
    position: absolute;
    top: -113%;
    left: 101%;
}

button.closethankyou {
    padding-right: 7px;
    padding-bottom: 6px;
}

button.closethankyou {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.closethankyou {
    float: right;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
   opacity: 1.5;
}

.closepopupthankyou{
    height: 25px;
}

.closepopupthankyoumobile{
    display: none;
}

.thankyoudiv{
    text-align:center;
    font-family: 'SourceSansProRegular';
}
.completeimg{
    width: 10%;
}
.thankyou{
    margin-top: 20px;
    height:36px;
    font-size: 34;
    color:#004080;
    text-align:center;
    
}
.secondmsg{
    width:465px;
    height:26px;
    color:Black;
    margin-top: 10px;
}
.thirdmsg{
    width:465px;
    height:26px;
    color:Black;
}

.contactUsModal .modal-content{
    border:2px solid rgb(96, 34, 166) !important;
}

#selectEquipmentId {
    margin-top: .5rem;
}
.firstField {
    margin-bottom: 0;
}

/* 
@media only screen 
and (min-device-width : 1500) 
and (max-device-width : 2000px) 
and (orientation : portrait) {
    .radiobtnWrapper label{
        display: block;
    }
} */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
    .div1{
        overflow-y: scroll;
        height:50%;
    }

   .calDiv,
   .resetButtonDiv,
   .otherBtnDiv{
        text-align: center;
        float: none;
        max-width: 100%;

    }
    
    #resetButton {
        margin-top: 3%;
        margin-bottom: 3%;
    }

    .rightPointer{
        border-left: 146px solid rgb(96, 34, 166);
    }
    .leftPointer{
        border-right: 146px solid rgb(96, 34, 166);
    }

   .resultLabel{
        width: 100%;
        text-align: center;
   }

   .downloadPDFBtn,
   .moreAssessmentBtn{
    padding: 10px 10px;
   }
   .acceptBtn{
    height: 4vh;
   }

   .chartInfoDiv label{
    font-size: 20px;
   }

   .chartInfoDiv h4{
       font-size: 32px;
   }

   .closethankyou{    
        position: initial;
        margin-top: -20px;
        margin-right: -30px;
    }

    .radioButtonDiv .selectLabel{
        text-align: center;
        width: 220px;
        margin-top: 2px;
    }
    
    .desc{
        font-size: 14px;
    }
 }

@media  only screen and (min-device-width: 320px) and (max-device-width: 736px){

    .col-sm-12 {
       -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-top:10px;
        margin-bottom: 10px;
    }
   
    .container-fluid{
        height:100%;
    }

    .container-fluid > .row{
        height: 100%;
    }

    .clear {
        left: 95%;
    }
    
    input[type="text"], input[type="number"], .selectStyle,
    .selectdiv1 select{
        height: 75px !important;
        font-size: 35px;
    }

    .inputLabel {
        
        font-size: 35px;
        width:auto;
    }

    .SubLabel{
        font-size: 46px;
        margin-top:20px;
    }

    .requiredLabel, .optionalLabel{
        font-size: 32px;
    }

    .unit{
        font-size: 35px;
    }

    .closeIconImg,
    .infoIcon,
    .closeIcon,
    .downloadImg img{
        height: 30px !important;
    }

    .downloadImg{
        margin-right: 30px;
    }
    
    .inputsectionLabel{
        font-size: 45px;
    }

    .firstField {
        width: 100%;
    }

    #calculateBtnId,
    #resetButton{
        width:100%;
    }

    .radiobtnWrapper{
        margin-right: 15px;
    }

    .radiobtnWrapper .radioButtonDiv {
        height: 150px;
    }

    .radiobtnWrapper .radioButtonDiv input{
        float: left;
        margin-left: 5%;
        height: 120px;
        width: 100%;
    }

    .radiobtnWrapper .radioButtonDiv img{
        width: 115px;
        float: left;
        margin-left: 5%;
        height: 120px;
    }

    .radiobtnWrapper .radioButtonDiv .selectLabel{
        float: left;
        /* right: 5%; */
        margin-top: 5%;
        font-size: 45px;
        width: 210px;
        text-align: center;
        margin-left: 5%;
    }

    form .form-control::-webkit-input-placeholder,
    form .form-control::-moz-placeholder,
    form .form-control:-ms-input-placeholder,
    form .form-control:placeholder { 
        font-family: "SourceSansProRegular"  !important;
        color: #A5A6A8;
        /*color:red;*/
        font-size: 32px !important;
    }
    
    #myForm2Id{
        margin-top: 35px;
    }

    .revenueOperationDivContainer .firstRow,
    .revenueOperationDivContainer .secondRow,
    .revenueOperationDivContainer .thirdRow{
        margin-bottom: auto;
    }
    .calDiv {
        margin-top: 25px;
    }

    .errorMsg {
        font-size: 25px;
        
    }
    
    .asterisk,
    .tooltipBody,
    .chartInfoDiv label,
    .chartInfoDiv h4,
    #download, #assessmentBtnLabel,
    #resetButton label{
        font-size: 35px;
    }

    .tooltipPopup{
        width:60vw !important;
    }
    
    .footer,
    .resultLabel{
        display: none;
    }

    .downloadPDFBtn,
    .moreAssessmentBtn,
    #resetButton{
        padding: 25px;
    }

    .contactUsNew .modal-body .row label{
        font-size:32px;
    }

    .contactUsNew .modal-body .requiredLabel, 
    .contactUsNew .modal-body .optionalLabel{
        font-size: 25px;
    }

    .contactUsNew #myModalLabel label{
        font-size: 42px;
        font-weight: 800;

    }

    .contactUsNew .modal-body p{
        font-size: 32px;
    }

    .rightPointer
    {
        border-left: 147px solid rgb(96, 34, 166);
        border-top: 105px solid transparent;
        border-bottom: 106px solid transparent;
    }
    .leftPointer{
        border-right: 147px solid rgb(96, 34, 166);
        border-top: 105px solid transparent;
        border-bottom: 106px solid transparent;
    }

    input[type="text"], input[type="number"], .selectStyle{
        padding-left: 35px;
    }
    .symWrapper{
        bottom:47%;
    }
   
    .selectdiv1:after{
        right: 25px;
        top: 75px;
        height: 100px;
    }

    .headerImg {
        height: 50px;
        width: 50px;
    }

    .logolabel {
        font-size: 25px !important;
    }

    .languageSymbol img{
        width:25px;
        height: 25px;
    }

    #currentLanguage{
        display:none;
    }
    #currencySymbol{
        font-size: 25px;
        vertical-align:middle;
    }

    #currencyValue{
        display: none;
    }

    .acceptBtn{
        height: auto;
        width: auto;
        padding:15px 20px;
    }

    .disclaimer p{
        font-size: 25px;
    }

    .contactUsNew .contactUsModal{
        max-width: 95%;
    }

    .closePopup{
        display: none;
    }
    .closePopupmobile{
        display: block;
        height: 35px;
        position: absolute;
        right: 20px;
        top: 35px;
    }

    .radiobtnWrapper .infoIcon{
        display: none;
    }

    .radioButtonDiv label{
        width:50%;
    }
    .cashMobileOption,
    .loanMobileOption,
    .leaseMobileOption {
        display: block;
        width: 80%;
        font-size: 30px;
        line-height: 32px;
        margin-top:10px;
        word-break: break-word;
    }

    .header{
        height:6%;
        border-bottom: 2px solid #D7D8DB;
        padding-top: 0;
    }
    .headersection1{
        margin-top:3%;
    }

    .headerImg {
        height:60px;
        width:60px;
    }

    .headerLabel{
        font-size: 32px !important;
    }

    #languageSymbol img{
        height: 30px;
        width: 30px;
    }

    #currencySymbol{
        font-size: 34px !important;
    }

    .arrowImg{
        height: 10px;
        width: 24px;
    }

    .tooltip-inner{
        font-size: 22px;
    }

    .desc{
        font-size: 22px;
    }

    #tooipcash,
    #tootipLoan,
    #tootipLease{
        display: none;
    }

    #resetButton,
    #calculateBtnId{
        width: 100%;
        border-radius: 100px;
        padding: 35px 35px 90px 35px;
    }

    #resetButton label,
    #calculateBtnId label{
        font-size: 42px;
    }
}