.multi-porpose-calculator-frame {
  background: url("../images/calulate-bg.jpg") no-repeat;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 44px;
  padding-bottom: 50px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.multi-porpose-calculator-frame h2 {
  font-size: 36px;
  color: #2857c6;
  font-family: "Hind", sans-serif;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.multi-porpose-calculator-frame h3 {
  font-size: 18px;
  line-height: 28px;
  color: #5b5b5b;
  font-family: "Hind", sans-serif;
  padding-bottom: 15px;
  text-align: center;
  box-sizing: border-box;
  font-weight: 400;
  margin: 0;
}
.multi-porpose-calculator-frame .multi-porpose-calculator {
  background: #fff;
  width: 100%;
  max-width: 1198px;
  margin: 0 auto;
}

.multi-porpose-calculator .alphabets {
  width: 100%;
}
.multi-porpose-calculator ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  border: 0px solid #cc9f00;
  width: 100%;
}
.multi-porpose-calculator ul.tabs li {
  float: left;
  margin: 0;
  padding: 0;
  border-left: none;
  overflow: hidden;
  position: relative;
  margin-right: -1px;
  width: 100%;
}
.multi-porpose-calculator ul.tabs li a {
  text-decoration: none;
  color: #5b5b5b;
  display: block;
  font-size: 12px;
  padding: 13px 25px;
  box-sizing: border-box;
  font-weight: 500;
  outline: none;
  line-height: 18px;
  text-align: center;
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.multi-porpose-calculator ul.tabs li a:hover {
  color: #0060c8 !important;
}
.multi-porpose-calculator ul.tabs li a:hover .cal-icon {
  color: #0060c8;
}
.multi-porpose-calculator ul.tabs li a .cal-icon {
  color: #003e80;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.multi-porpose-calculator ul.tabs li.active a {
  color: #0060c8 !important;
}
.multi-porpose-calculator ul.tabs li.active a .cal-icon {
  color: #0060c8;
}
.multi-porpose-calculator .tab_container {
  border-top: 1px solid #d9b740;
  clear: both;
  float: left;
  width: 100%;
  font-size: 12px;
  background: #fff;
  padding-top: 10px;
}
.multi-porpose-calculator .tab_content {
  padding: 30px;
  text-align: left;
}
.multi-porpose-calculator .tab_content .title {
  font-size: 24px;
  line-height: 28px;
  color: #5b5b5b;
  font-family: "Hind", sans-serif;
  padding-bottom: 5px;
  text-align: left;
  box-sizing: border-box;
  font-weight: 500;
}
.multi-porpose-calculator .tab_content .leftportion {
  width: 390px;
  float: left;
  margin-right: 20px;
}
.multi-porpose-calculator .tab_content .rightportion {
  float: right;
  padding: 10px;
  border: 1px solid #e1e1e1;
  width: 250px;
}
.multi-porpose-calculator .collection .toppart .alphabets .active {
  background-color: #f3f3f3;
  color: #ffffff;
}

#calculator-owl-tab .owl-prev {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(227, 227, 227, 0.51) url(../images/back.png);
  color: transparent;
  font-size: 0;
  width: 50px;
  height: 90px;
  padding: 0;
  margin: 0px;
  border-radius: inherit;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-left: 1px solid #ccc;
}
#calculator-owl-tab .owl-next {
  position: absolute;
  top: 0px;
  right: 0px;
  background: rgba(227, 227, 227, 0.51) url(../images/next.png);
  color: transparent;
  font-size: 0;
  width: 50px;
  height: 90px;
  padding: 0;
  margin: 0px;
  border-radius: inherit;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-right: 1px solid #ccc;
}
#calculator-owl-tab .owl-nav {
  margin-top: 0px !important;
}
#calculator-owl-tab .owl-nav .disabled {
  opacity: 0;
  cursor: default;
}
#calculator-owl-tab .owl-dots {
  display: none;
}

.outer_form {
  margin-top: 20px;
}
.outer_form .form_left {
  width: 21.5%;
  float: left;
  padding-right: 30px;
  box-sizing: border-box;
}
.outer_form .form_left input[type=text] {
  width: 100%;
  height: 42px;
  line-height: 40px;
  border: 1px solid #e3e3e3;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #5b5b5b;
  font-family: "Hind";
  background: #e3e3e3;
}
.outer_form .form_left select {
  width: 100%;
  height: 42px;
  line-height: 42px;
  border: 1px solid #e3e3e3;
  padding: 0px 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #5b5b5b;
  font-family: "Hind";
  background: #e3e3e3;
}
.outer_form .form_left .submit_form {
  padding-bottom: 25px;
}
.outer_form .form_left .submit_form button {
  background: #003e80;
  border: none;
  color: #fff;
  height: 42px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  width: 229px;
  font-size: 18px;
  font-family: "Hind";
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
}
.outer_form .form_left .submit_form button:hover {
  background: #3b81d0;
}
.outer_form .form_left p {
  font-size: 16px;
  color: #5b5b5b;
  font-family: "Hind", sans-serif;
  padding-bottom: 10px;
  text-align: left;
  box-sizing: border-box;
  font-weight: 400;
}
.outer_form .amt_invest {
  width: 40%;
  float: left;
  padding-right: 30px;
  box-sizing: border-box;
  font-size: 16px;
  color: #5b5b5b;
  font-family: "Hind", sans-serif;
}
.outer_form .amt_invest span {
  font-size: 30px;
  color: #5b5b5b;
  font-weight: 700;
  padding-left: 15px;
}

.graphimg1 {
  float: left;
  width: 35%;
  margin-top: 45px;
}

.graphimg2 {
  float: left;
  width: 65%;
  margin-top: 45px;
}

/*-- /MF Tools Calculator --*/
/*-- Pre Sales Calculator --*/
/*-- /Pre Sales Calculator --*/
/*-- pdf icon right --*/
/*-- /pdf icon right --*/
/*-- fundperfonmance-- */
/*-- fundperfonmance-- */
.cal-result .datesize {
  font-size: 18px !important;
  margin-bottom: 10px;
  padding-bottom: 0px;
}
.cal-result .summary .table {
  border: 1px solid #dddddd !important;
  border-collapse: collapse;
  font-size: 13px;
  font-family: arial;
  text-align: center;
  vertical-align: middle !important;
}
.cal-result .summary .table th {
  color: white;
  background: #3071a9;
}
.cal-result .summary .table tr:nth-child(even) {
  background-color: #f1f1f1;
}
.cal-result .sip-tg {
  margin-top: 10px;
  border: 1px solid #dddddd;
  overflow: hidden;
}
.cal-result .sip-tg .nav li {
  background: #3071a9;
  width: 50% !important;
  margin-left: 0px;
}
.cal-result .sip-tg .nav li a {
  padding: 10px 15px;
  border-radius: 0px;
  font-weight: bold;
  color: white;
  text-align: center;
}
.cal-result .nav > li > a:focus {
  background: rgba(238, 238, 238, 0) !important;
}
.cal-result .nav > li > a:hover {
  background: rgba(238, 238, 238, 0) !important;
}
.cal-result .nav-pills > li.active > a {
  background: #a4d035 !important;
}
.cal-result .nav-pills > li.active > a:focus {
  background: #a4d035 !important;
}
.cal-result .nav-pills > li.active > a:hover {
  background: #a4d035 !important;
}

.summary th {
  border: 1px solid #dddddd !important;
  border-collapse: collapse;
  font-size: 13px;
  font-family: arial;
  text-align: center;
  vertical-align: middle !important;
}
.summary td {
  border: 1px solid #dddddd !important;
  border-collapse: collapse;
  font-size: 13px;
  font-family: arial;
  text-align: center;
  vertical-align: middle !important;
  border: 1px solid #dddddd !important;
  border-collapse: collapse;
  font-size: 13px;
  font-family: arial;
  text-align: center;
  vertical-align: middle !important;
}

.show-note {
  margin: 0px;
  padding: 0px;
}

#graph-url {
  width: 100%;
}

#tableTrTd .sip {
  margin: 0px;
  padding: 0px;
}

.summary-subheading {
  font-size: 16px;
  margin: 5px 0px;
  text-align: center;
}

.loading_frm {
  margin-right: 157px;
}

.presales-cal {
  width: 100%;
}
.presales-cal .presales-container {
  margin-top: 15px;
  overflow: hidden;
}
.presales-cal .pre-inputbox {
  border-bottom: 1px solid #dddddd;
  padding: 20px 35px;
}
.presales-cal .pre-inputbox .btn.submit {
  background: #003e80;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  border: 0;
  padding: 7px 15px;
}
.presales-cal p {
  margin: 5px 0px 8px 0px;
  font-weight: bold;
  padding: 0px 0px;
  font-size: 1.25rem;
  color: #003e80;
}
.presales-cal input {
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #0060c8;
  padding: 7px;
  margin: 0 0 5px 0;
}
.presales-cal input:focus {
  outline: none;
  box-shadow: none;
}
.presales-cal textarea {
  border-radius: 0;
  border: 1px solid #d1d1d1;
  padding: 7px;
  margin: 0 0 5px 0;
}
.presales-cal select {
  border-radius: 0;
  border: 1px solid #d1d1d1;
  padding: 7px;
  margin: 0 0 5px 0;
}
.presales-cal .range {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 22px;
}
.presales-cal .nav-pills > li.active > a {
  background: #a4d035 !important;
}
.presales-cal .nav-pills > li.active > a:focus {
  background: #a4d035 !important;
}
.presales-cal .nav-pills > li.active > a:hover {
  background: #a4d035 !important;
}
.presales-cal .sip-tg {
  margin-top: 10px;
  border: 1px solid #dddddd;
  overflow: hidden;
}
.presales-cal .sip-tg .nav li {
  background: #3071a9;
  width: 50% !important;
  margin-left: 0px;
}
.presales-cal .sip-tg .nav li a {
  padding: 10px 15px;
  border-radius: 0px;
  font-weight: bold;
  color: white;
  text-align: center;
}
.presales-cal .nav > li > a:focus {
  background: rgba(238, 238, 238, 0) !important;
}
.presales-cal .nav > li > a:hover {
  background: rgba(238, 238, 238, 0) !important;
}
.presales-cal .summary table {
  border: 1px solid #dddddd !important;
  border-collapse: collapse;
  font-size: 13px;
  font-family: arial;
  text-align: center;
  vertical-align: middle !important;
}
.presales-cal .summary table th {
  color: white;
  background: #3071a9;
}
.presales-cal .summary table tr:nth-child(even) {
  background-color: #f1f1f1;
}
.presales-cal .summary th {
  border: 1px solid #dddddd !important;
  border-collapse: collapse;
  font-size: 13px;
  font-family: arial;
  text-align: center;
  vertical-align: middle !important;
}
.presales-cal table {
  margin-bottom: 20px;
}
.presales-cal table > tbody > tr > td {
  padding: 8px;
  line-height: 1.42857143;
}
.presales-cal table > tbody > tr > th {
  padding: 8px;
  line-height: 1.42857143;
}
.presales-cal table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
}
.presales-cal table > tfoot > tr > th {
  padding: 8px;
  line-height: 1.42857143;
}
.presales-cal table > thead > tr > td {
  padding: 8px;
  line-height: 1.42857143;
}
.presales-cal table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
}

.presales-result {
  float: left;
  width: 100%;
}
.presales-result .lc-box {
  background: #3071a9;
  color: white;
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  padding: 10px;
}
.presales-result .lc-text {
  font-size: 20px;
  color: white;
}

.summary-heading {
  font-size: 1.5rem;
  color: #0060c8;
}

.presales-container .ins-amt {
  color: #32a13c;
  padding: 5px;
  font-weight: bold;
  margin: 0px;
  border: 2px solid #32a13c;
}

.prewhightbg {
  background: white;
  padding: 10px;
  width: 100%;
}
.prewhightbg p {
  margin-bottom: 0px;
}

.amount-text {
  font-size: 16px;
  color: #32a13c !important;
}

#sippiechart {
  float: left;
  height: 170px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

#emipiechart {
  float: left;
  height: 170px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

.sip-o-meter {
  margin-top: 15px;
  text-align: center;
  float: left;
  width: 100%;
}

.pre-inputbox .goal-text {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}
.pre-inputbox .goal-text span {
  font-size: 14px;
  font-weight: normal;
}
.pre-inputbox #TextBoxContainer {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.pre-inputbox #btnAdd {
  float: left;
}
.pre-inputbox #btnAdd > span {
  background: #a4d035;
  font-size: 19px;
  font-weight: 400;
  padding: 6px 20px;
  vertical-align: top;
  color: #ffffff;
}
.pre-inputbox #removeButton {
  float: left;
}
.pre-inputbox #removeButton > span {
  background: #3071a9;
  font-size: 19px;
  font-weight: 400;
  padding: 6px 20px;
  vertical-align: top;
  color: #ffffff;
}
.pre-inputbox #TextBoxDiv1 {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.pre-inputbox #TextBoxDiv2 {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.pre-inputbox #TextBoxDiv3 {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.pre-inputbox #TextBoxDiv4 {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.pre-inputbox #TextBoxDiv5 {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.pre-inputbox #TextBoxesGroup label {
  display: inline-block;
  vertical-align: middle;
}
.pre-inputbox #TextBoxesGroup .form-control {
  display: inline-block;
  vertical-align: middle;
  max-width: 250px;
}
.pre-inputbox .pre-addmore {
  border: 1px solid #dddddd;
  box-shadow: 0 0 4px rgba(206, 203, 203, 0.54);
  margin-bottom: 10px;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  background: #f5f5f5;
  font-weight: bold;
}

.stick_option {
  width: 45px;
  height: auto;
  position: fixed;
  top: 35%;
  right: 0px;
  z-index: 999999999;
}

.fundperfonmance {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 15px 0px;
  background: url("https://my-eoffice.com/images/upper-shade1.gif") top repeat-x;
  border: 1px solid #e2e2e2;
  border-bottom: 1px solid #d4d4d4;
  overflow: hidden;
  font-family: "Roboto Condensed";
}
.fundperfonmance .one-4 {
  width: 33.33333333%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
.fundperfonmance .one-1 {
  width: 7.33333333%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.fundperfonmance .opendetail {
  padding-top: 15px;
}
.fundperfonmance .grawhover {
  border-bottom: 1px solid #dddddd;
}
.fundperfonmance .grawhover:hover {
  background: #f9f9f9;
}

.lb {
  background: #e7f3ff;
}

.fund span {
  padding-top: 5px;
  display: inline-block;
  font-weight: bold;
}
.fund select {
  width: 150px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  vertical-align: top;
  margin-left: 5px;
}

.blue {
  color: #337ab7;
}
.blue a:link {
  color: #337ab7 !important;
}
.blue > a {
  color: #337ab7 !important;
}

.fund-detail {
  padding: 8px 0px;
  border-bottom: 1px solid #dddddd;
}
.fund-detail:nth-child(2n+1) {
  background: rgba(173, 216, 230, 0.64) none repeat scroll 0 0 !important;
}
.fund-detail:nth-child(2n) {
  background: #ffffff !important;
}

.fund-detailouter {
  padding: 8px 0px;
  border-bottom: 1px solid #dddddd;
}

.fundname {
  position: relative;
}
.fundname:hover .whythismf {
  display: block;
  color: #337ab7;
  border: 1px solid #337ab7;
  padding: 2px 4px;
  position: absolute;
  right: 0;
  top: -3px;
  font-weight: normal;
  border-radius: 2px;
  background: white !important;
}
.fundname:hover .closewhythismf {
  display: none;
  color: #337ab7;
  border: 1px solid #337ab7;
  padding: 2px 4px;
  position: absolute;
  right: 0px;
  top: 0px;
  font-weight: normal;
  border-radius: 2px;
}

.whythismf {
  display: none;
}

.closewhythismf {
  display: none;
}

.mt-10 {
  margin-top: 10px;
}

.opendetail .extrainfo {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.tooltip1 {
  cursor: help;
  text-decoration: none;
  position: inherit;
}
.tooltip1 span {
  margin-left: -999em;
  position: absolute;
}
.tooltip1:hover span {
  border-radius: 5px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  font-family: Calibri, Tahoma, Geneva, sans-serif;
  position: absolute;
  left: 1em;
  top: 2em;
  z-index: 99;
  margin-left: 0;
  width: 230px;
}
.tooltip1:hover img {
  border: 0;
  margin: -10px 0 0 -55px;
  float: left;
  position: absolute;
}
.tooltip1:hover em {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  padding: 0.2em 0 0.6em 0;
}

.classic {
  background: #ffffaa;
  border: 1px solid #ffad33;
  width: 287px !important;
  padding: 0.8em 1em;
}

@media screen and (min-width: 991px) {
  .fundperfonmance {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  #mobileshow {
    display: none;
  }
  .cal-result .appshow {
    display: none;
  }
  .n1 {
    display: none;
  }
  .n2 {
    display: none;
  }
  .fundperfonmance .one-1 {
    width: 9.04%;
  }
}
@media (max-width: 767px) {
  .cal-result .apphide {
    display: none;
  }
}
@media (max-width: 550px) {
  .n3 {
    display: none;
  }
  .n4 {
    display: none;
  }
  .n5 {
    display: none;
  }
  .fundperfonmance .one-4 {
    width: 43%;
  }
  .fundperfonmance .one-1 {
    width: 14%;
    padding-right: 6px;
    padding-left: 6px;
  }
}
@media (max-width: 430px) {
  .slider-container .scale ins {
    font-size: 11px !important;
  }
}/*# sourceMappingURL=calculator.css.map */