
/*body {
  margin: 0px;
  padding: 0px;
  background: #f5f5f5;
  font-family: 'Segoe UI';
}
*/
ul.resp-tabs-list,
p {
  margin: 0px;
  padding: 0px;
}

.resp-tabs-list li {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
}

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  visibility: hidden;
}

.resp-tab-content {
  visibility: hidden;
  padding: 15px;
}

.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 12px 14px 14px 14px !important;
}

.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}

.resp-content-active,
.resp-accordion-active { display: block; }

.resp-tab-content { border: 1px solid #c1c1c1; }

h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/

.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content { border: none; }

.resp-vtabs li.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/

h2.resp-tab-active { background: #DBDBDB !important; }

.resp-easy-accordion h2.resp-accordion { display: block; }

.resp-easy-accordion .resp-tab-content { border: 1px solid #c1c1c1; }

.resp-easy-accordion .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active { display: block; }

h2.resp-accordion:first-child { border-top: 1px solid #c1c1c1 !important; }
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {

ul.resp-tabs-list { display: none; }

h2.resp-accordion { display: block; }

.resp-vtabs .resp-tab-content { border: 1px solid #C1C1C1; }

.resp-vtabs .resp-tabs-container {
  border: none;
  float: none;
  width: 100%;
  min-height: initial;
  clear: none;
}

.resp-accordion-closed { display: none !important; }

.resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }
}

/* ===================================================== */

.graph-section{
  background: #275243;
  position: relative;
  padding: 60px 0;
}

.graph-info {
  max-width: 480px;
  margin: auto;
  padding: 4px;
  background: #f7bc00;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.graph-info img{
  width: 100%;
  border-radius: 10px;
}

.graph-dtls h2 {
  color: white;
  font-weight: 500;
  line-height: 28px;
}

.new-row{
  margin-top: 50px;
}

.secnd-row{
  display: flex;
  align-items: center;
}

.graph-dtls span {
  color: #f7bc00;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

.graph-section::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  height: 100px;
  width: 100%;
  background: url(../images/curve-img.svg) no-repeat;
  z-index: 9;
  background-size: 100% 100%;
}

.map-section {
  padding: 100px 0 60px;
  position: relative;
  background: white;
  text-align: center;
}

#banner-categories#banner-categories {
  padding-bottom: 0;
}

.map-section h1 , .one-hdr{
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #275243;
}

.knw-btn {
  height: 40px;
  border: 1px solid #275243;
  font-size: 14px;
  border-radius: 50px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #275243;
  letter-spacing: 1px;
  font-weight: 600;
  transition: 0.4s all;
}

.knw-btn:hover{
  background: #275243;
  color: white;
}

.technolgy-info{
  border-radius: 9px;
  overflow: hidden;
 
}

.technolgy-info figure{
  overflow: hidden;
}

.technolgy-info figure img{
  width: 100%;
  transition: 0.4s all;
}

.technolgy-info-abtt{
  padding: 16px 12px;
  background: white;
}

.technolgy-info-abtt h3{
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.technolgy-info:hover  figure img{
  transform: scale(1.1) rotate(3deg);
}

.top-row{
  margin-bottom: 70px;
}

.one-hdr {
  color: #f7bc00;
  text-align: center;
  text-transform: uppercase;
}

.new-row .graph-info {
  margin-left: 0;
}

.middle-banner-section.middle-banner-section.middle-banner-section {
  height: initial;
}

video{
  display: block !important;
}

.plan-section{
  padding: 60px 0;
  position: relative;
  background: #275243;
}

.plan-section h2{
  color: white;
}

.plan-img {
  max-width: 400px;
  margin: auto;
  border-radius: 10px;
  padding: 4px;
  background: #f7bc00;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.plan-img img{
  width: 100%;
  border-radius: 10px;
}

.plan-section .one-hdr{
  text-align: left !important;
}

@media only screen and (max-width: 1560px) {
  .map-section h1, .one-hdr {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .technolgy-info-abtt h3 {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .knw-btn {
    height: 38px;
    font-size: 13px;
    padding: 0 20px;
  }

  .graph-info {
    max-width: 450px;
  }

  .plan-img {
    max-width: 330px;
  }

}