@font-face {
  font-family: 'Gotham Black';
  src: url('../fonts/Gotham-Black_F.eot');
  src: url('../fonts/Gotham-Black_F.ttf') format('truetype'),
    url('../fonts/Gotham-Black_F.woff') format('woff'),
    url('../fonts/Gotham-Black_F.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Bold';
  src: url('../fonts/Gotham Bold_8.eot');
  src: url('../fonts/Gotham Bold_8.ttf') format('truetype'),
    url('../fonts/Gotham Bold_8.woff') format('woff'),
    url('../fonts/Gotham Bold_8.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Medium';
  src: url('../fonts/Gotham-Medium_1B.eot');
  src: url('../fonts/Gotham-Medium_1B.ttf') format('truetype'),
    url('../fonts/Gotham-Medium_1B.woff') format('woff'),
    url('../fonts/Gotham-Medium_1B.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book_3D.eot');
  src: url('../fonts/Gotham-Book_3D.ttf') format('truetype'),
    url('../fonts/Gotham-Book_3D.woff') format('woff'),
    url('../fonts/Gotham-Book_3D.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body, html {
  font-family: "Gotham Book", sans-serif;
  overflow-x: hidden;
  position: relative;
  height: 100%;
  color: #151515;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

:root {
  font-size: .0521333333333336vw;
}

svg:not(:root) {
  overflow: hidden;
}

.container {
  max-width: 100% !important;
  padding-left: 50rem !important;
  padding-right: 50rem !important;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Gotham Bold", sans-serif;
  padding: 0;
  margin: 0;
}

button:focus {
  outline: none;
}

p {
  color: #151515;
  font-size: 16rem;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Gotham Book", sans-serif;
  padding: 0;
  margin: 0;
}

button, a, li, span, ul {
  border: none;
  background: none;
  outline: none;
  font-family: "Gotham Book", sans-serif;
}

a:hover {
  color: #ff6d07;
  text-decoration: none;
  transition: 0.3s;
}

.text-orange {
  color: #FF7E24;
}

.text-black {
  color: #151515 !important;
}

.heading-h3 {
  font-size: 46rem;
  font-family: "Gotham Bold", sans-serif;
  line-height: 1.1em;
  color: #151515;
  font-weight: 700;
  margin-bottom: 20rem;
}

.heading-h4 {
  font-size: 24rem;
  font-family: "Gotham Bold", sans-serif;
  line-height: 1.1em;
  color: #151515;
  font-weight: 700;
  margin-bottom: 20rem;
}

.heading-20 {
  font-size: 20rem;
  font-family: "Gotham Bold", sans-serif;
  line-height: 1.1em;
  color: #151515;
  font-weight: 700;

}

.para-16 {
  font-family: "Gotham Book", sans-serif;
  font-size: 16rem;
  line-height: 1.4em;
  font-weight: 400;
  padding-bottom: 20rem;
}

.para-20 {
  font-family: "Gotham Book", sans-serif;
  font-size: 20rem;
  line-height: 1.4em;
  font-weight: 400;
}

.para-14 {
  font-family: "Gotham Book", sans-serif;
  font-size: 14rem;
  line-height: 1.4em;
  font-weight: 500;
}

.para-12 {
  font-family: "Gotham Book", sans-serif;
  font-size: 13rem;
  line-height: 1.4em;
  font-weight: 500;

}

b {
  font-weight: 500;
  font-family: "Gotham Medium", sans-serif;
}

.heading-h1 {
  font-size: 76rem;
  line-height: 1.1em;
  font-weight: 900;
  font-family: "Gotham Bold", sans-serif;
}

.grad-blue-bg {
  background: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ht-bg {
  min-height: 100vh;
  padding: 10rem 0 20rem;
  align-items: start;
  display: flex;
}
.width-fitcontent{
  width: fit-content;
}
.pb-15 {
  padding-bottom: 15rem;
}

.pb-10 {
  padding-bottom: 8rem;
}

.pt-10 {
  padding-top: 15rem;
}

.pb-40 {
  padding-bottom: 30rem;
}

.mr-20 {
  margin-right: 20rem;
}

.pr-15 {
  padding-right: 15rem;
}
.pl-20{
  padding-left: 20rem;

}

.pl-50 {
  padding-left: 50rem;
}

.pr-10 {
  padding-right: 10rem;
}

.mr-15 {
  margin-right: 15rem;
}

.checkbox-wrapper .form-check .form-check-input {
  width: 17rem;
  height: 17rem;
  margin-right: 7rem;
  border-radius: 2rem;
}
.logo-section {
  padding-bottom: 12rem;
  background: #FFF;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.10);
  margin-bottom: 25rem;
}
.filter-ddlist .para-14 {
  color: #3d86c6;
  font-weight: 500;
  font-family: "Gotham Medium", sans-serif;
  width: auto !important;
  font-size: 15rem;
}

.checkbox-wrapper label.form-check-label {
  font-size: 14rem;
  color: #151515;
  line-height: 1.4em;
  font-weight: 500;
  font-family: "Gotham Medium", sans-serif;
  opacity: 0.42;
  transition: all 0.3s ease-in-out;
}

.checkbox-wrapper .active-check label.form-check-label {
  opacity: 1;
}

.checkbox-wrapper .form-check {
  margin-top: 10rem;
}

.checkbox-wrapper .form-check-input {
  --bs-form-check-bg: transparent;
  background-color: transparent;
}

.check-white .form-check-input {
  border: 1rem solid #3D86C6;
}

.check-white.active-check .form-check-input {
  background-color: #3D86C6;
}

.check-yellow .form-check-input {
  border: 1rem solid #FFCD00;
}

.check-yellow.active-check .form-check-input {
  background-color: #FFCD00;
}

.check-orange .form-check-input {
  border: 1rem solid #AF328A;
}

.check-orange.active-check .form-check-input {
  background-color: #AF328A;
}

.checkbox-wrapper .active-check.form-check {
  border-color: transparent;
}

.check-blue .form-check-input {
  border: 1rem solid #09BDDD;
}

.check-blue.active-check .form-check-input {
  background-color: #09BDDD;
}
.checkbox-wrapper label {
  display: flex;
}
.form-check-input:checked[type=checkbox] {
  background-image: url(../images/check-arrow.svg) !important;
  background-position: 3rem 4rem;
  background-repeat: no-repeat;
  background-size: 9rem;
}

.checkbox-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 10rem;
}

.content-inner1 {
  padding-right: 10rem;
}

/* range slider ****************** */
.range-slider {
  width: 100%;
  padding-bottom: 20rem;
  position: relative;
  margin-bottom: 15rem;
}

.range-slider__range {
  -webkit-appearance: none;
  width: 100%;
  height: 4rem;
  border-radius: 5rem;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 0;
}

.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20rem;
  height: 20rem;
  border: 3rem solid #fff;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
  border-radius: 50%;
  background: #3D86C6;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

.range-slider__range::-webkit-slider-thumb:hover {
  background: #3D86C6;
}

.range-slider__range:active::-webkit-slider-thumb {
  background: #3D86C6;
}

.range-slider__range::-moz-range-thumb {
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  border: 3rem solid #fff;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
  background: #3D86C6;
  cursor: pointer;
  -moz-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

.range-slider__range:focus::-webkit-slider-thumb {
  width: 26rem;
  height: 26rem;
}

.range-slider__value {
  color: #151515;
  text-align: center;
  float: right;
  font-family: "Gotham Medium", sans-serif;
  font-size: 14rem;
  line-height: 1.4em;
  font-weight: 500;
  padding: 5rem 10rem;
  text-align: left;
  border: 1px solid #C5C5C5;
  border-radius: 4rem;
  width: 100rem;
  height: 30rem;
}
input#wfOfficeEmpInput {
  padding-right: 30rem;
}
.pos-relative{
  position: relative;
}
  .label-percent{
    position: absolute;
    right: 1rem;
    height: 28rem;
    top: 1rem;
    width: 24rem;
    display: flex;
    align-items: center;
    background-color: #EBEBEB;
    justify-content: center;
    border-radius: 0 4rem 4rem 0;
    font-weight: 600;
  }
:focus-visible {
    outline: none;
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}

.btn-download {
  background-color: #fff;
  padding: 8rem 20rem;
  color: #3D86C6;
  font-size: 16rem;
  font-family: "Gotham Medium", sans-serif;
  font-weight: 500;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #3D86C6;
  width: 100%;
}

.btn-download:hover {
  background-color: #3D86C6;
  transition: all 0.3s ease-in-out;
  
  color: #fff;
}
.btn-orange.btn-download:hover{
  border: 1px solid #B85E1C;
  background-color: #B85E1C;
}

.bg-faint {
  border-radius: 4rem;
  border: 1px solid rgba(197, 197, 197, 0.5);
  padding: 5rem 0 5rem;
  margin-right: 15rem;
}

.bg-faint1 {
  border-radius: 4rem;
  border: 1px solid rgba(197, 197, 197, 0.5);
 margin-top: 20rem;
  padding: 20rem 20rem 5rem; 
  /* width: 40.3%; */
}

/* .chart-wrapper {
  padding-top: 20rem;
} */

.img-top img {
  width: 100%;
  height: 100%;
}
.col-md-7.bg-faint1 {
  margin: 20px 10px 0 0;
}

.col-md-5.bg-faint {
  margin: 20px 0px 0 10px;
}

.content.content5 .para-14 {
  margin-right: 20rem;
}
.costing-content.bg-faint .content5 .para-14{
  width: auto;
 }
 .heading-h4.totalcost {
  font-size: 24rem;
  font-family: "Gotham Bold", sans-serif;
  line-height: 1.1em;
  color: #151515;
  font-weight: 700;
  margin-bottom: 20rem;
}
.chart-container {
  align-items: flex-end;
  padding-top: 25rem;
}

.percentage-heading-div {
  margin-inline-end: 30rem;
  margin-bottom: -20rem;
}

.labels {
  padding-top: 40rem;
}

.label {
  margin-bottom: 15rem;
  font-size: 14rem;
  font-family: "Gotham Book", sans-serif;
  font-weight: 400;
  line-height: 1.4em;
  display: flex;
  align-items: baseline;
}

.label span {
  width: 15rem;
  height: 15rem;

  display: block;
  margin-right: 10rem;
}

.box-white {
  background-color: #3D86C6;
}

.box-yellow {
  background-color: #FFCD00;
}

.box-orange {
  background-color: #AF328A;
}

.box-seagreen {
  background-color: #09BDDD;
}

img.quill-info {
  width: 25rem;
  height: 25rem;
  margin-left: 5rem;
}

.btn-download img {
  width: 20rem;
  height: 20rem;
  object-fit: cover;
  object-position: 0 -2rem;
  transition: all 0.3s ease-in-out;
  margin-left: 5rem;
}

.btn-download:hover img {
  object-position: 0 -22rem;
  transition: all 0.3s ease-in-out;
}


.btn-orange{
    border: 1px solid #EA7926;
  background: #EA7926;
  color: #fff;
}

.range-slider .para-16 {
  display: flex;
  align-items: center;
}

.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
  visibility: visible;
  background-color: transparent !important;
  z-index: 2;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 188rem;
  background-color: #fff;
  color: #151515;
  text-align: center;
  border-radius: 3px;
  padding: 10rem;
  position: absolute;
  z-index: 1;
  bottom: 137%;
  left: 50%;
  margin-left: -91rem;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 16rem;
  filter: drop-shadow(0px 1px 18px rgba(0, 0, 0, 0.10));
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7rem;
  border-width: 7rem;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.img-top-mobile, .btn-wrap-tab {
  display: none;
}

.costing-content .content {
  padding: 12rem 15rem;
  margin: 20rem 22rem;
}

.costing-content .content.content1, .costing-content .content.content2,
.costing-content .content.content3, .costing-content .content.content4 {
  background: #F6F6F6;
}

.costing-content .heading-h4 {
  color: #3D86C6;
}

.costing-content .content5 .para-14 {
  font-family: "Gotham Book", sans-serif;
  font-weight: 400;
}

.costing-content p.para-14 {
  font-size: 16rem;
}

img.rapido-icon {
  width: 270rem;
  margin-bottom: 20rem;
}
/* .Sources-wrap{
padding-top: 10rem;

} */
.Sources-wrap a {
  text-decoration: none;
  color: #151515;
  font-family: "Gotham Medium", sans-serif;
  font-weight: 500;
}
.underline{
  text-decoration: underline;
}

.content.dropdown-content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15rem !important;
}

.dropdown-select {
  width: 140rem;
  font-size: 14rem;
  font-weight: 400;
  font-family: "Gotham Book", sans-serif;
  padding: 5rem;
  height: 40rem;
  border-radius: 4rem;
  color: #151515;
  border: 1.5px solid #3d85c4;
  background-image: url('../images/select-arrow.svg');
  background-repeat: no-repeat;
  background-position: right 9rem center;
  background-size: 13rem 20rem;
}
.form-select:focus {
  border-color: #EA7926;
  outline: 0;
  box-shadow: none;
}
.display-report {
  background: #fff;
  padding: 7rem 10rem;
  border-radius: 4rem;
  width: 170rem;
  font-size: 20rem;
  font-weight: 500;
  font-family: "Gotham Medium", sans-serif;
}

/* .form-select.dropdown-select {
  background-size: 25rem 12rem;
} */

.form-select.dropdown-select option:hover {
  background: #ECF3FA !important;
}


.color-block-group {

  padding-bottom: 5rem;
}

.color-block-blue {
  background-color: #3D86C6;
}

.color-block-yellow {
  background-color: #FFCD00;
}

.color-block-purpul {
  background-color: #AF328A;
}

.color-block-seablue {
  background-color: #09BDDD;
}

.blue-text {
  color: #3d86c6;
}

::selection, select:focus::-ms-value {
  background-color: #ECF3FA;
  color: #3D86C6;
}

.dropdown-select option:checked {
  background-color: #ECF3FA;
  color: #3D86C6;
}

option:checked:hover, select:focus option:checked:hover {
  background-color: #ECF3FA;
  color: #3D86C6;
}

/* Style the select options */
#ddlCostCondition option {
  min-height: 10rem !important;
  padding: 0 5px 5px !important;
}

/* Style the select options when hovering */
#ddlCostCondition option:hover {
  background-color: transparent;
  color: #3D86C6;
  cursor: pointer !important;
}
.Schedule-wrap{
  padding-left: 10rem;
}
.contact-div {
  margin-bottom: 15rem;
  padding: 10rem;
  background-color: #F6F6F6;
  border-radius: 4rem;
}
.contact-div .para-14{
  font-family: "Gotham Book", sans-serif;
  font-weight: 400;
  color: #151515;
}
/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal .modal-content {
  background-color: #fff;
  padding: 40rem 30rem 30rem;
  border: 1rem solid #888;
  width: 50%;
  position: relative;
  margin: auto;
  align-items: center;
  transform: translate(0%, 2%);
}

.modal .close {
  color: #aaa;
  float: left;
  font-size: 30rem;
  font-weight: 500;
  position: absolute;
  right: 30rem;
  top: 10rem;
}

.modal .close:hover {
  color: black;
  cursor: pointer;
}
.modal #leadinfo_form label {
  font-size: 15rem;
  color: #151515;
  margin-bottom: 5rem;
  max-width: 100%;
  font-family: "Gotham Book", sans-serif;
  font-weight: 400;
}

#leadinfo_form input, #leadinfo_form select, .modal select {
  font-size: 15rem;
  width: 100%;
  padding: 8rem 5rem;
  border: 1rem solid rgba(197, 197, 197, 0.5);
  border-radius: 3px;
}

.modal .mdl-textfield.mdl-js-textfield.mdl-textfield--floating-label {
  padding-bottom: 15rem;
}

.modal input#GDPRCompliance_emailPhone {
  width: 15rem;
  top: 3rem;
  height: 15rem;
  position: absolute;
  display: block;
}

.modal .mdl-checkbox.mdl-js-checkbox {
  justify-content: flex-start;
  margin-top: 10rem;
  position: relative;
}

.modal label.mdl-checkbox__label.GDPRCompliance {
  font-family: "Gotham Book", sans-serif;
  font-weight: 400;
  font-size: 13rem !important;
  margin-left: 25rem;
}

.modal .mdl-checkbox.mdl-js-checkbox.has-error .help-block.form-error {
  margin-left: 25rem;
}

.modal button {
  font-size: 15rem;
  display: block;
  text-align: center;
  text-decoration: none;
  margin-top: 15rem;
  font-family: "Gotham Medium", sans-serif;
  font-weight: 500;
  border-radius: 2px;
  padding: 10rem 60rem !important;
  transition: all 0.3s ease-in-out;
}
.modal button:hover {
  border: 1px solid #B85E1C;
  background-color: #B85E1C;
}
div#wait-wrap {
  display: none;
}
.modal input[type="checkbox"i] {
  background-color: #3D86C6 !important;
}

.modal .form-select {
  background-position: right 3rem center;
  background-size: 16rem 12rem;
}

.modal input:focus-visible {
  outline: none !important;
  border-color: #3D86C6 !important;
}

.modal .nextPrev-wrap {
  display: flex;
  justify-content: center;
}

span.help-block.form-error {
  font-size: 13rem;
  color: #d75f5f;
  display: block;
  width: 100%;
}

#selectedtextddl {
  opacity: 0 !important;
  font-size: 1px !important;
  visibility: hidden !important;
  line-height: 1px;
  margin: 0 !important;
  padding: 0 !important;
}


/* custome chart ******************** */
.pie-chart-wrapper {
  justify-content: center;
  display: flex;
  width: 100%;
}

.pie-canvas-wrap {
  width:350rem !important;
  margin: auto;
  height: 277rem !important;
  opacity: 1;
  transition: all 0.3s ease-in;
  display: flex;
  align-items: center;
}
.tab-content{
  display: none;
}
canvas#pie-container {
  width: 100% !important;
  height: 100% !important;
}
/* .submit {
  padding: 10rem 40rem !important;
} */
.costing-content.bg-faint .para-14{
  margin-right: 15px;
  width: 68%;
}
.pie-canvas-wrap.hide{
  opacity: 0;
  transition: all 0.3s ease-in;
}
.total-percentage{
  padding: 20rem 0 0rem;
  border-top: 1px solid #E7E7E7;
  margin-top: 20rem;
}
.tc-logo{
  width: 220rem;
  height: 100%;
}
.tata-logo{
  width: 50rem;
  height: 100%;
}
.percent.show{
  opacity: 1;
  transition: all 0.3s ease-in;
}
.percent{
  opacity: 0;
  transition: all 0.3s ease-in;
}
.piechart-container {
  position: relative;
  align-items: center;
  display: flex;
}
.show-percentage {
  display: none;
  height: 250rem;
  width: 250rem;
  position: absolute;
  margin: auto;
  /* text-align: center; */
  transform: translate(40%, 0%);
}
.percent1 img{
position: absolute;
right: 48rem;
top: -10rem;
width: 70rem;
}
.zero-slice{
  color: #fff;
}

.button-div{
  padding-top: 20rem;
}
p.errormessage {
  position: absolute;
  bottom: 0;
  color: #ea7926 !important;
  font-family: "Gotham Medium", sans-serif;
  font-weight: 500;
}
/* .slider-wrapper {
  position: relative;
  padding-bottom: 10rem;
} */
.labelpercent{
  height: 0.1px;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0.1px !important;
  opacity: 0;
  visibility: hidden;
}
a.source {
  display: block;
  color: #535353;
  transition: all 0.3s ease-in;
}
a.source img{
  opacity: 0;
  transition: all 0.3s ease-in;
  width: 14rem;
 margin-left: 5rem;
}
a.source:hover img{
opacity: 1;

}
a.source:hover {
text-decoration: underline;
color: #151515;
  }