/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./src/styles/tools.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
/* .bg-section-emi {
  background-color: #eef6fecb;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' x2='0' y1='1' y2='0'%3E%3Cstop offset='0' stop-color='%230FF'/%3E%3Cstop offset='1' stop-color='%23CF6'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%230078B1'/%3E%3Cstop offset='1' stop-color='%23EEF6FE'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='%23FFF' fill-opacity='0' stroke-miterlimit='10'%3E%3Cg stroke='url(%23a)' stroke-width='2'%3E%3Cpath transform='translate(0 0)' d='M1409 581 1450.35 511 1490 581z'/%3E%3Ccircle stroke-width='4' transform='rotate(0 800 450)' cx='500' cy='100' r='40'/%3E%3Cpath transform='translate(0 0)' d='M400.86 735.5h-83.73c0-23.12 18.74-41.87 41.87-41.87S400.86 712.38 400.86 735.5z'/%3E%3C/g%3E%3Cg stroke='url(%23b)' stroke-width='4'%3E%3Cpath transform='translate(0 0)' d='M149.8 345.2 118.4 389.8 149.8 434.4 181.2 389.8z'/%3E%3Crect stroke-width='8' transform='rotate(0 1089 759)' x='1039' y='709' width='100' height='100'/%3E%3Cpath transform='rotate(0 1400 132)' d='M1426.8 132.4 1405.7 168.8 1363.7 168.8 1342.7 132.4 1363.7 96 1405.7 96z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  backdrop-filter: blur(3px);
}

.container-emi {
  height: auto;
  width: 860px;
  border-radius: 20px;
  padding: 20px;
  margin: 50px 50px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  /* background-image: linear-gradient(to bottom left, #e4dfec, white, white); */
/* } */

.sub-container {
  display: flex;
  width: 100%;
  gap: 50px;
  height: max-content;
}

.emi-details {
  margin-bottom: 20px;
}

.header {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.header button {
  height: max-content;
  width: max-content;
  padding: 10px;
  border: none;
  background-color: transparent;
  font-size: 35px;
  color: #0078b1;
}

.header button:hover {
  cursor: pointer;
}

.view,
.breakup {
  width: 50%;
}

.details input {
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #0078b1;

  /* background-color: #eaf4ff; */
  color: rgba(0, 0, 0, 0.699);
}

input:focus {
  outline: 1px solid #0078b1;
}

.detail {
  display: flex;
  justify-content: space-between;
}

.loan-details {
  width: 90%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.maincontainer-emi {
  margin: 50px;
}

.emi-info {
  letter-spacing: 0.5px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.emi-heading {
  margin-bottom: 20px;
  margin-top: 20px;
}

.maincontainer-emi p {
  margin-bottom: 25px;
}

.mybutton {
  padding: 12.5px 30px;
  border: 0;
  border-radius: 100px;
  background-color: #2ba8fb;
  color: #ffffff;
  font-weight: Bold;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  margin: 20px 0;
}

.mybutton:hover {
  background-color: #6fc5ff;
  box-shadow: 0 0 20px #6fc5ff50;
}

.mybutton:active {
  background-color: #3d94cf;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  box-shadow: none;
}

/* =Phone view 320= */

@media screen and (min-width: 320px) and (max-width: 374px) {
  .container-emi {
    width: 300px;
    height: 800px;
    margin-left: 12px;
    height: 972px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .header h1 {
    margin-left: 0px;
    font-size: 20px;
    margin-bottom: 0;
  }

  .details {
    width: 200%;
  }

  .loan-details {
    text-align: center;
    width: 100%;
    font-size: 11px;
  }

  .breakup {
    position: absolute;
    left: 4%;
    top: 62%;
    width: 92%;
    height: 39%;
    margin-top: 41px;
  }

  .mybutton {
    padding: 12.5px 71px;
  }

  .loan-details {
    font-size: 13px;
    min-width: 274px;
    margin-left: -13px;
  }

  .maincontainer-emi {
    margin: 13px;
  }
}

/* =Phone View 375px= */

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .container-emi {
    width: 355px;
    height: 830px;
    margin-left: 12px;
    height: 1012px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .header h1 {
    margin-left: 0px;
    font-size: 24px;
    margin-bottom: 0;
  }

  .details {
    width: 200%;
  }

  .loan-details {
    text-align: center;
    width: 100%;
    font-size: 11px;
  }

  .breakup {
    position: absolute;
    left: 4%;
    top: 59%;
    width: 92%;
    margin-top: 52px;
    height: 40%;
  }

  .mybutton {
    padding: 12.5px 99px;
  }

  .loan-details {
    font-size: 14px;
    min-width: 337px;
    margin-left: -13px;
  }

  .maincontainer-emi {
    margin: 13px;
  }
}

/* =Phone View 420px= */

@media only screen and (min-width: 420px) and (max-width: 767px) {
  .container-emi {
    width: 403px;
    height: 1062px;
    margin-left: 12px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .header h1 {
    margin-left: 0px;
    font-size: 28px;
    margin-bottom: 0;
  }

  .details {
    width: 200%;
  }

  .loan-details {
    text-align: center;
    width: 100%;
    font-size: 11px;
  }

  .breakup {
    position: absolute;
    left: 10%;
    top: 59%;
    margin-top: 31px;
    width: 85%;
    height: 40%;
  }

  .mybutton {
    padding: 12.5px 121px;
  }

  .loan-details {
    font-size: 15px;
    min-width: 386px;
    margin-left: -13px;
  }

  .maincontainer-emi {
    margin: 20px;
  }
}

@media only screen and (min-width: 765px) and (max-width: 1023px) {
  .container-emi {
    height: auto;
    width: 670px;
    border-radius: 20px;
    padding: 20px;
    margin: 50px 50px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /* background-image: linear-gradient(to bottom left, #e4dfec, white, white); */
  }
}

/* =FAQ EMI= */

.faqs {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px;
}

.faqs .faq {
  margin: 15px;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.faqs .faq .faq-question {
  position: relative;
  font-size: 17px;
  padding-right: 80px;
  transition: all 0.4s ease;
}

.faqs .faq .faq-question::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  transition: all 0.2s ease;
}

.faqs .faq .faq-answer {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease;
}

.faqs .faq.open .faq-question {
  margin-bottom: 15px;
}

.faqs .faq.open .faq-question::after {
  content: "-";
}

.faqs .faq.open .faq-answer {
  max-height: 1000px;
  opacity: 1;
}

.faq-emi {
  width: 100%;
  height: 100%;
  position: relative;
}

.faq-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #606060;
  margin: 50px;
}

.faq-body {
  color: hsl(238, 29%, 16%);
  line-height: 18px;
  padding-right: 25px;
  font-weight: 400;
  font-size: 15px;
  background-color: #eef6fecb;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' x2='0' y1='1' y2='0'%3E%3Cstop offset='0' stop-color='%230FF'/%3E%3Cstop offset='1' stop-color='%23CF6'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%230078B1'/%3E%3Cstop offset='1' stop-color='%23EEF6FE'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='%23FFF' fill-opacity='0' stroke-miterlimit='10'%3E%3Cg stroke='url(%23a)' stroke-width='2'%3E%3Cpath transform='translate(0 0)' d='M1409 581 1450.35 511 1490 581z'/%3E%3Ccircle stroke-width='4' transform='rotate(0 800 450)' cx='500' cy='100' r='40'/%3E%3Cpath transform='translate(0 0)' d='M400.86 735.5h-83.73c0-23.12 18.74-41.87 41.87-41.87S400.86 712.38 400.86 735.5z'/%3E%3C/g%3E%3Cg stroke='url(%23b)' stroke-width='4'%3E%3Cpath transform='translate(0 0)' d='M149.8 345.2 118.4 389.8 149.8 434.4 181.2 389.8z'/%3E%3Crect stroke-width='8' transform='rotate(0 1089 759)' x='1039' y='709' width='100' height='100'/%3E%3Cpath transform='rotate(0 1400 132)' d='M1426.8 132.4 1405.7 168.8 1363.7 168.8 1342.7 132.4 1363.7 96 1405.7 96z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .faqs .faq .faq-question {
    position: relative;
    font-size: 13px;
    padding-right: 33px;
    transition: all 0.4s ease;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .faqs .faq .faq-question {
    position: relative;
    font-size: 15px;
    padding-right: 30px;
    transition: all 0.4s ease;
  }
}

@media only screen and (min-width: 420px) and (max-width: 767px) {
  .faqs .faq .faq-question {
    position: relative;
    font-size: 16px;
    padding-right: 30px;
    transition: all 0.4s ease;
  }
}

/* ---------------------------------------------------------- Calculator Tool UI------------------------------------------------------------------- */

.tool-container {
  width: 100%;
  background-color: var(--color-6);
  display: flex;
  margin: 50px auto;
}
.tool-container-inner {
  text-align: center;
  margin: auto;
  padding: 2rem;
}
.tools-section {
  max-width: 1024px;
}
.tool-section-inner {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.tool-section-main-heading {
  font-size: 3rem;
}
.tool-section-main-heading p {
  line-height: 2.9rem;
}
.emi-tool,
.rentalYeild-tool,
.mortgage-tool {
  padding-right: 1rem;
  width: 33.33333%;
  padding: 10px;
}
.mortgage-tool {
  margin-right: 0;
}

.tool-img {
  width: 8rem;
  padding: 0 0 1.5rem;
}
.tool-img-wrap {
  height: 200px;
  width: 100%;
}
.tool-heading {
  font-size: 1.5rem;
  font-weight: 500;

  text-align: start;
  padding: 1rem 1rem 1rem 0;
  /* height: 30%; */
}
.tool-heading-icon {
  width: 1.2rem;
  height: 1.2rem;
}
.tool-description {
  font-size: 1rem;
  line-height: 1.3rem;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .tool-section-main-heading {
    display: block;
    width: 100%;
  }
  .emi-tool,
  .rentalYeild-tool,
  .mortgage-tool {
    width: 100%;
    margin-top: 4rem;
    margin-right: 2rem;
  }
  .mortgage-tool {
    width: 100% !important;
  }
  .tools-section {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .tool-container {
    display: block;
  }
  .tool-section-main-heading {
    display: block;
    /* width: 50%; */
    text-align: center;
  }
  .tools-section {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
@media screen and (max-width: 320px) {
  .tool-section-main-heading p {
    font-size: 2.5rem;
  }
}

/* --------------------------------------------------------end Calculator UI-------------------------------------------------------------- */

.home-mortgage {
  font-size: 50px;
  margin-right: 20px;
  margin-left: 215px;
  margin-bottom: -40px;
}
.Mortage-text {
  font-size: 40px;
  font-weight: bold;
  font-family: sans-serif;
}
.container-mortgage-calculator {
  height: 800px;
  width: 1100px;
  margin-left: 200px !important;
  /* margin-bottom: 900px !important; */
  margin-top: 50px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.button-calculate-mortgage {
  height: 40px;
  width: 300px;
  border: 0;
  margin-right: 1220px !important;
  margin-top: 320px;
  position: absolute;
  right: -10%;
  /* border-radius: 100px; */
  background-color: #0078b1;
  color: #ffffff;
  font-weight: Bold;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.form-mortgage-1 {
  padding: 125px;
  margin-top: -40px;

  /* margin-right: -77px; */
  margin-left: -50px;
}
/* .Loan-1{
    width: 500px;
  } */
.Outlined-Input-mortgage {
  margin-top: 20px;
}
.Outlined-Input-1-mortgage {
  margin-top: 20px;
}

.loan-duration-1 {
  margin-top: 200px;
  width: 310px;
  margin-right: -300px;
  /* background-color: red; */
  height: 100px;
}
.loan-2 {
  margin-top: 200px;
  margin-right: -100px;
  margin-left: 455px;
  width: 310px;
}
.second-phase-mortgage {
  margin-left: -1450px;
  margin-top: 10px;
  width: 100%;
  margin-right: -496px;

  left: -21%;
}
.Interest-Rate-1 {
  margin-top: 0px;
  margin-left: -60px;
  width: 310px;
}
.info-mortgage {
  margin-left: 60px;
  font-size: 15px;
  font-family: sans-serif;
}
.information {
  margin-top: 30px;
}
.title-mortgage {
  margin-left: 290px;
}

.send-title-mortgage {
  margin-left: 60px;
  font-size: 15px;
  font-family: sans-serif;
  position: absolute;
  bottom: 19%;
}
.click-send-mortgage {
  margin-left: 400px;
  /* font-size: 18px; */
  font-weight: bold !important;
}
.input-group-mortgage {
  display: flex;
  align-items: center;
}
.House-magic-mortgage {
  margin-right: 237px;
  width: 300px;
}

.email-mortgage-1input {
  min-height: 50px;
  width: 200px;
  padding: 0 1rem;
  color: black !important;
  font-size: 15px;
  border: 1px solid #0078b1;
  border-radius: 6px 0 0 6px;
  background-color: transparent;
}

.button-submit-mortgage {
  min-height: 50px;
  padding: 0.5em 1em;
  border: none;
  border-radius: 0 6px 6px 0;
  background-color: #0078b1;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.button-submit-mortgage:hover {
  background-color: #0078b1;
}

.email-mortgage-1:focus,
.email-mortgage-1:focus-visible {
  border-color: #3898ec;
  outline: none;
}
.email-input-mortgage {
  position: absolute;
  right: 30%;
  top: 200%;
}
.loan-amount-mortgage {
  margin-top: 80px;
  margin-left: 155px;
  width: 310px;
}
.monthly-payment-mortgage {
  margin-top: 80px;
  margin-left: 65px;
  width: 320px;
}
.mortgage-monthly {
  margin-left: -1000px;
  margin-top: 290px;
  position: relative;
  left: -21%;
}
@media only screen and (min-width: 320px) and (max-width: 857px) {
  .container-mortgage-calculator {
    height: 1100px;
    width: 331px;
    margin-left: 8px !important;
    /* margin-bottom: 900px !important; */
    margin-top: 50px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .home {
    font-size: 50px;
  }
  .Mortage-text {
    font-size: 20px;
    font-family: sans-serif;
    margin-left: 10px;
  }
  .title {
    margin-left: 14px;
  }

  .information {
    margin-top: 31px;
    font-size: 9px;
    width: 300px;
  }
  .form-mortgage-1 {
    flex-direction: column;
    width: 200px;
    margin-left: -100px;
  }
  .Interest-Rate-1 {
    width: 100%;
    margin-left: -8px;
    margin-top: 10px;
  }
  .loan-2 {
    width: 200px;
    margin-left: -200px;
    /* background-color: red; */
  }
  .monthly-payment-mortgage {
    margin-top: 10px;
    width: 200px;
    margin-left: 20px;
    /* background-color: red; */
  }
  .loan-duration-1 {
    margin-top: 10px;
    margin-left: 20px;
    width: 200px;
  }
  .label-info-mortgage {
    width: 200px;
    margin-right: 30px;
  }
  .loan-amount-mortgage {
    position: relative;
    left: -109%;
    margin-top: 105px;
  }
  .send-title-mortgage {
    margin-bottom: -383px;
    width: 311px;
    margin-left: 7px;
  }
  .click-send-mortgage {
    margin-top: 100px;
    margin-left: 100px;
  }
  .email-input-mortgage {
    margin-top: -40px;
    /* margin-left: 72px; */
    margin-right: -78px;
  }

  .info-mortgage {
    margin-bottom: -383px;
    width: 311px;
    margin-left: 7px;
    font-size: 14px;
  }

  @media only screen and (min-width: 375px) and (max-width: 856px) {
    .container-mortgage-calculator {
      width: 900px;
    }
  }
}

.ag-title_link {
  display: block;
  padding: 30px 0;

  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #007fff;
}

.ag-title {
  padding: 30px 0;

  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #000;
}

.ag-format-container {
  width: 1142px;
  margin: 0 auto;
}

/* rangeslider */
.ag-calculator_input-wrap .rangeslider--horizontal {
  display: inline-block;
  height: 8px;
  margin-top: 20px;
  background-color: #9099a3;
  border-radius: 4px;
}

.ag-calculator_input-wrap .rangeslider__fill {
  background-color: #78bc1e;
  border-radius: 4px;
}

.ag-calculator_input-wrap .rangeslider__handle {
  height: 24px;
  width: 24px;
  border: 1px solid #e6e9eb;
  background-image: none;

  z-index: 5;
  top: -7px;
  -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}

.ag-calculator_input-wrap .rangeslider__handle:after {
  display: none;
}

.ag-calculator_second-level-wrap .rangeslider--horizontal {
  display: block;
  float: right;
  width: 90%;
}

/* /rangeslider */

.ag-base_btn-wrap {
  /* width: 50%; */
  /* display:flex; */
  display: none;
  gap: 30px;
  justify-content: center;
  /* padding: 18px 0 0; */

  background-color: #f6f8f9;
}

.ag-base_btn {
  display: inline-block;
  line-height: 0.92;
  padding: 20px 40px;
  border: 0;
  background-color: #78bc1e;

  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  color: #fff;
  border-radius: 4px;
}

.ag-base_btn:hover,
.ag-base_btn:focus {
  background-color: #5c9017;

  text-decoration: none;
  color: #fff;
}

.ag-calculators-block {
  padding: 60px 0;

  text-align: center;
}

.ag-calculator-block {
  flex-direction: column;
  gap: 8px;
  display: flex;
  /* max-width: 528px; */
  min-width: 486px;
  width: 42%;
  background-color: #fff;
  border: 1px solid #e6e9eb;
  -o-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

@media (max-width: 640px) {
  .ag-calculator-block {
    min-width: 345px;
    width: auto !important;
    gap: 0px;
  }

  .ag-base_btn-wrap {
    /* width: 50%; */
    /* display:flex; */
    display: none;
    gap: 5px;
  }

  /* .clac-con{
      width:100%
  } */
}

.ag-calculator_title {
  display: inline-block;
  line-height: 1.33;
  width: 100%;
  padding: 19px 24px;
  border-bottom: 1px solid #e6e9eb;

  font-weight: bold;
  text-align: left;
  font-size: 18px;
  color: #4b545c;
  box-sizing: border-box;
}

.ag-calculator_input-wrap {
  display: inline-block;
  width: 100%;
  padding: 15px 24px;
  text-align: left;
  box-sizing: border-box;

  position: relative;
}

.ag-calculator_label {
  line-height: 1.29;
  margin-bottom: 0;

  font-weight: 800;
  font-size: 14px;
  color: #000000;
}

.ag-calculator_label-2 {
  margin-left: 50px;
}

.ag-calculator_text-input {
  float: right;
  line-height: 1.5;
  width: 60px;
  padding: 9px 8px;
  border: 1px solid #d3d8dc;
  background-color: #fff;

  outline: 0;

  font-size: 16px;
  color: #4b545c;
  -o-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

.ag-calculator_percent {
  display: inline-block;
  line-height: 1.43;

  font-size: 14px;
  color: #9099a3;

  position: absolute;
  left: 24px;
  bottom: 8px;
}

.ag-calculator_second-level-wrap {
  display: none;
}

.ag-calculator_more-levels {
  display: inline-block;
  line-height: 1.5;
  width: 100%;
  padding: 10px 24px;

  cursor: pointer;

  text-decoration: none;
  text-align: left;
  font-size: 14px;
  color: #149ecc;
  box-sizing: border-box;
}

.ag-calculator_more-levels:hover .ag-calculator_levels {
  background-color: #f5f5f5;
}

.ag-calculator_levels {
  display: inline-block;
  line-height: 24px;
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #e6e9eb;

  font-size: 16px;
  box-sizing: border-box;
  border-radius: 4px;
}

.ag-calculator_levels:before {
  display: inline-block;
  line-height: 22px;
  margin-right: 10px;

  vertical-align: top;
  text-align: center;
  font-size: 22px;
}

.ag-calculator_removed-levels:before {
  content: "-";
}

.ag-calculator_added-levels:before {
  content: "+";
}

.ag-calculator_removed-levels {
  display: none;
}

.js-ag-opened .ag-calculator_removed-levels {
  display: inline-block;
}

.js-ag-opened .ag-calculator_added-levels {
  display: none;
}

.ag-calculator_radio-box {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  margin-top: 12px;

  position: relative;
}

.ag-calculator_radio-box input[type="radio"] {
  visibility: hidden;

  position: absolute;
}

.ag-calculator_radio-box input[type="radio"]:checked + label {
  background-color: #4b545c;
  color: #fff;
}

.ag-calculator_radio-label {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-basis: 0;
  -webkit-flex-basis: 0;
}

.ag-calculator_radio-label {
  line-height: 0.92;
  padding: 16px 10px;
  border: 1px solid #d3d8dc;
  background-color: #e6e9eb;

  cursor: pointer;

  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  color: #9099a3;
}

.ag-calculator_radio-label:nth-last-of-type(1) {
  border-radius: 0 5px 5px 0;
}

.ag-calculator_radio-label:nth-of-type(1) {
  border-radius: 5px 0 0 5px;
}

.ag-calculator_results-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: #f6f8f9;
  display: -webkit-flex;
  width: 100%;
  padding: 25px 8px;
  box-sizing: border-box;
}

.ag-calculator_results-info {
  display: inline-block;
  padding: 12px 0 0;
  background-color: #f6f8f9;

  text-align: center;
}

.ag-calculator_results-title {
  text-align: left;
  line-height: 1.99;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
}

.ag-calculator_results-sum {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;

  font-size: 36px !important;
  gap: 40px;
  color: #4b545c;
}

.ag-calculator_results-currency {
  display: inline-block;
  margin-left: 5px;

  vertical-align: top;
  font-size: 28px;
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }

  .ag-calculator_results-currency {
    font-size: 18px;
    font-weight: 700;
  }
}

@media only screen and (max-width: 639px) {
  .ag-calculator_results-box {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 479px) {
}

@media (min-width: 768px) and (max-width: 979px) {
  .ag-format-container {
    width: 750px;
  }
}

@media (min-width: 980px) and (max-width: 1161px) {
  .ag-format-container {
    width: 960px;
  }
}

.clac-con {
  width: 80%;
  margin: 60px auto;
}

.clac-wrap {
  align-items: center;
  width: 90%;
  gap: 90px;
  margin-top: 50px;
  display: flex;
  margin: auto;
  justify-content: center;

  flex-wrap: wrap;
}

.pie-chart {
  width: 26%;
  min-width: 292px;
}

.value-input {
  display: none;
}
.calc-input-mob {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.email-h1 {
  margin-bottom: 1rem;
  color: #111827;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
}

.email-p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.email-flex {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #e5e7eb;
  color: #6b7280;
  /* flex-direction: column;  */
  border-radius: 1rem;
}

.email-com-wrap {
  display: flex;

  justify-content: center;
}

@media (min-width: 1280px) {
  .email-flex {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    flex-direction: row;
  }
}

.email-flex1 {
  margin-bottom: 1.5rem;
}

@media (max-width: 640px) {
  .email-flex1 {
    text-align: center;
  }

  .email-com-wrap {
    flex-direction: column;
  }
}

@media (min-width: 1280px) {
  .email-flex1 {
    margin-bottom: 0;
  }
}

.email-input-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  gap: 1rem;
}

@media (min-width: 640px) {
  .email-input-wrap {
    flex-direction: row;
  }
}

.email-input-text {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 640px) {
  .email-input-text {
    text-align: center;
  }
}

.email-input-ul {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.email-input-ul :hover {
  color: #374151;
}

.email-input {
  padding: 0.75rem;
  color: #111827;
  height: 3rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: #d1d5db;
  border-style: solid;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

@media (min-width: 640px) {
  .email-input {
    width: 50%;
  }
}

.email-sub-btn {
  background-color: #7c3aed;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: #ffffff;
  height: 3rem;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.email-sub.btn:hover {
  background-color: #6d28d9;
}
@media (min-width: 640px) {
  .email-sub-btn {
    width: 25%;
  }
}

.email-w-full {
  /* width: 100%;  */
}

.mort-p {
  text-align: center;
  color: #000;
}

.input-cal-price {
  width: 150px;
}
/* style={{width:`${typeIs === 'price' ? "26%" : "15%"}`}} */
.input-cal-percent {
  width: 100px;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./node_modules/react-toastify/dist/ReactToastify.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  /* webkit only issue #791 */
  z-index: 0;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  margin: auto 0;
  flex: 1 1 auto;
  padding: 6px;
  display: flex;
  align-items: center;
}
.Toastify__toast-body > div:last-child {
  word-break: break-word;
  flex: 1 1;
}
.Toastify__toast-icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 20px;
  flex-shrink: 0;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=ReactToastify.css.map */
