
html,body{
    overflow-x:hidden;
}

.sub-header {
  background-color: #185581;
}
.sub-header a {
  color: white;
  text-decoration: none;
}

#webservice {
  behavior: url(webservice.htc);
  -moz-binding: url(bindings.xml#webservice.htc);
}
.mainheading {
  font-family: arial, verdana;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  color: #ff5200;
}

.tdh1 {
  font-family: Arial;
  font-weight: bold;
  font-size: 12pt;
}
.tdh2 {
  font-family: Arial;
  font-weight: bold;
  font-size: 10pt;
  padding-left: 20px;
}
.tdh3 {
  font-family: Arial;
  font-weight: bold;
  font-size: 10pt;
  padding-left: 40px;
}
.paddingright {
  padding-right: 10px;
}
.trbgcolor1 {
  background-color: #fffff4;
}
/* .trbgcolor2
    {
        background-color:#a2d5ff;
    } */
.trbgcolor {
  background-color: #9cc69c;
  font-weight: bold;
}
.txtleft {
  text-align: left;
  width: 110px;
}
.txtright {
  text-align: right;
  width: 110px;
  height: 13px;
}
.txtcenter {
  text-align: center;
  width: 110px;
}
.txtleftR {
  text-align: left;
  width: 110px;
  background-color: #eaeaea;
}
.txtrightR {
  text-align: right;
  width: 110px;
  background-color: #eaeaea;
}
.txtcenterR {
  text-align: center;
  width: 110px;
  background-color: #eaeaea;
}

#yourTableIframe input,
#yourTableIframe select {
  font-size: 13px;
}
#yourTableIframe .tdh1 input {
  font-size: 16px;
  font-weight: bold;
}


@media screen and (max-width: 767px) {
  #HomepagecontentControl_C {
    overflow: scroll !important;
  }
}

/* TDS Calculator */
#container,
#sliders {
  min-width: 310px;
  max-width: 800px;
  margin: 0 auto;
}

svg {
  background-color: transparent !important;
}
.highcharts-container {
  background-color: transparent !important;
}

#container {
  height: 400px;
}
@media only screen and (max-width: 450px) {
  #drp_Section_description {
    width: 100%;
  }
}

#HomepagecontentControl_C {
  overflow: auto !important;
}

.ui-slider-horizontal .ui-slider-handle {
  z-index: 99 !important;
}

#container,
#sliders {
  min-width: 310px;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

svg {
  background-color: transparent !important;
}

.highcharts-container {
  background-color: transparent !important;
}

#container,
#sliders {
  min-width: 310px;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}

.highcharts-legend {
  display: none;
}
svg {
  background-color: transparent !important;
}
.highcharts-container {
  background-color: transparent !important;
}

#container,
#sliders {
  min-width: 310px;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}

.highcharts-legend {
  display: none;
}
svg {
  background-color: transparent !important;
}
.highcharts-container {
  background-color: transparent !important;
}
div.ui-tooltip {
  max-width: 600px;
}
@media (max-width: 769px) {
  input {
    width: 99% !important;
  }
  .accor_div div[dir="ltr"] {
    width: 100% !important;
  }
}

.headerHRA {
  position: absolute;
  top: 0;
  width: 100%;
}

#tbl td {
  padding: 5px;
}

.highcharts-legend {
  display: none;
}

svg {
  background-color: transparent !important;
}
.highcharts-container {
  background-color: transparent !important;
}

#btnEMI {
  display: inline-block;
  padding: 5px 15px;
  background: #18427d;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  margin: 0px -30px !important;
  font-size: 16px;
}

.ncontainer,
#container,
#sliders {
  min-width: 310px;
  max-width: 400px;
  margin: 0 auto;
}
sliders {
  min-width: 400px;
  max-width: 960px;
  margin: 0 auto;
  height: 400px;
}
.highcharts-legend {
  display: none;
}

svg {
  background-color: transparent !important;
}
.highcharts-container {
  background-color: transparent !important;
}
.accord {
  width: 100%;
  cursor: pointer;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  padding: 0px 0px;
  border: 0px solid #aaa;
  background: url(images/plus.png) no-repeat right 10px center;
  margin: 0 auto;
}

/* service pages */

.service_h2 {
  font-size: 30px;
  font-family: roboto;
  font-weight:300 !important;
}

.service_h1{
    font-size:42px
}

.service_h3{
    font-size:32px
}

.service_p{
    font-size:15px;
    font-family:poppins;
}

.contact_box{
    padding: 50px;
    
}

.get-in-touch{
   padding: 50px;
}

.service_section{
  width: 100%;
  height: 100vh;
  
}

.cta_btn{
    font-size: 15px;
    font-family: poppins;
    font-weight:800;
    background-color: white;
    color: #185581;
    padding: 2px 5px;
}

.cta_main_div{
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box{
  min-width:200px;
  max-width:200px;
  
}

.tool-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tool-icon{
  border-radius: 30%;
  padding: 5px 0px 5px 5px;
  
}

.tool_h4{
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}

.tools_section{
  margin-top: 100px;
}

footer .footer-link ul li {
   padding-top: 7px;
}

.carousal_headings{
    font-size: 48px;
  }

.carousal_paragraph{
    font-size:22px;
}

.menu-icon {
  font-size: 30px;
  display: none;

  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.responsive-menu {
  width: 300px;
  height: 100vh;
  background-color: #185581;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999999;
  transform: translateX(100%);
  transition: 0.5s ease-in-out;
}

/* mobile-header-css-start */
.menu-item {
  border-bottom: 1px solid #eee;
  list-style-type: none;
  
}

#cross{
  cursor: pointer;
  font-size: 28px;
}

.menu-link {
  width: 100%;
  padding: 15px;
  background: none;
  border: none;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}

.menu-link .arrow {
  transition: transform 0.3s ease;
}

.submenu {
  max-height: 0;
  overflow: hidden;
  color: white;
  transition: max-height 0.4s ease;
  
  height: 300px;
  overflow-y: auto;

}

.submenu li a {
  display: block;
  padding: 12px 15px;
  font-size: 15px;
  color:#ffff;
  text-decoration: none ;
  
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    
  .carousal_headings{
    font-size: 24px;
  } 
  
  .menu-icon {
    font-size: 25px;
    display: flex;
  }

  .mobile-header {
    display: none;
  }

  .header-btn {
    display: none;
  }
  
  .mobile-header{
    display: none;
  }
  
  .main-header{
      --bs-gutter-x:0.5rem !important ; 
  }
  
  .custom-btn{
      display:none !important;
  }
  
  .carousal_paragraph{
    font-size:14px;
  }
   
   
  .service_h2 {
    font-size: 24px;
  }

  .service_h1 {
    font-size: 32px;
  }

  .service_h3 {
    font-size: 24px;
    padding: 10px 0px;
  }

  .intro{
    margin-top: 100px;
  }

  .service_row{
    margin-top: 80px;
  }

  .service_p{
    font-size:14px
    
  }

  .service_dir{
    flex-direction: column-reverse;
  }

  .cta_main_div{
    display: flex;
    align-items: center;
    justify-content: start;
  }

  .transparent-box{
    display:none;
  }

  .icon-box{
    min-width: 350px;
  }

  .icon-container{
    align-items: center;
    justify-content: center;
  }

  .tools_section{
    margin-top: 50px;
  }

  .form-box{
    margin-top: 50px;
  }
}

.icon-box:hover{
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.tool-box-2:hover{
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.box:nth-child(odd){
  background: #ffff;
}

.blog__item{
    background-color:#185581;
    border-radius:8px;
}

.read-more-btn{
    background-color:#ffff;
    border-radius:25px;
    text-decoration:none;
    margin-top:20px;
}

#mobile-home{
    display:none;
}

