body {
  margin: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}

/*********** 28-Sept 2022  css start here ***************/

.toggle {
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin: 0;
}
.toggle-switch {
  display: inline-block;
  background: rgba(73, 80, 246, 0.5);
  border-radius: 16px;
  width: 30px;
  height: 16px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
  float: left;
  margin-top: 15px;
}
.controls-section .toggle-label {
  width: auto;
  float: left;
  margin-left: 15px;
  top: 5px;
}
.toggle-switch:before, .toggle-switch:after {
  content: "";
}
.toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: left 0.25s;
}
.toggle:hover .toggle-switch:before {
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.toggle-checkbox:checked + .toggle-switch {
  background: rgb(73, 80, 246);
}
.toggle-checkbox:checked + .toggle-switch:before {
  left: 15px;
}

.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

.toggle-label {
  margin-left: 5px;
  position: relative;
  top: 2px;
}

/*********** 28-Sept 2022  css end here ***************/

/*********** 27-Sept 2022  css start here ***************/
cl_hide{
  display: :none;
}

video::-webkit-media-controls-volume-slider {
  display:none;
}

video::-webkit-media-controls-mute-button {
  display:none;
}

.controls-section .icon {
  width: 20px;
  height: 20px;
  border-radius: 0px;
  margin-top: -11px;
  display: inline-block !important;
  vertical-align: middle;
  line-height: 20px;
}
.controls-section {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 5px auto;
}
.controls-section .icon, .controls-section span {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  vertical-align: bottom;
  font-size: 14px;
  line-height: 32px;
  cursor: pointer;
}
.controls-section .active_blue {
  width: 32px;
  height: 32px;
  display: inline-block;
  padding: 0;
  text-align: center;
  background: rgb(28, 16, 232);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 5px;
  color: #fff;
}
.controls-section .play-icon {
  width: 20px;
  height: 20px;
  border-radius: 0px;
  margin-top: -12px;
  display: inline-block;
  vertical-align: middle;
}
.controls-section .pause-icon {
  width: 20px;
  height: 20px;
  border-radius: 0px;
  margin-top: -12px;
  display: inline-block;
  vertical-align: middle;
  display: none;
}

/*********** 27-Sept 2022  css end here ***************/

ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: relative;
  border: 0;
}
ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  float: left;
  margin-bottom: -2px;
  border: 1px solid #ddd;
  margin-right: -1px;
}
ul.tabs li.current {
  background: #fff;
  color: #222;
  border-bottom: 1px solid #fff;
  border-top: 2px solid #002ae8;
}
ul.tabs li a {
  text-decoration: none;
  color: #535353;
}
ul.tabs li.current {
  background: #fff;
  color: #222;
  border-bottom: 1px solid #fff;
}
.tab-content{
  display: none;
  background: #fff;
  padding: 15px;
}
.tabs-outer-area {
  width: 100%;
  display: inline-block;
  border: 1px solid #ddd;
  background-color: #fff;
  padding-bottom: 50px;
}
.tab-content.current {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  margin-top: 20px !important;
  background-color: #fff;
  box-shadow: 0 4px 20px 1px rgb(0 0 0 / 6%), 0 1px 4px rgb(0 0 0 / 8%);
  padding: 10px 30px;
  position: relative;
  overflow: hidden;
}
.tab-content.current::before {
  border-top: 10px solid #002aea;
  top: 0px;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  content: "";
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
}
.content-area {
  margin-top: 20px;
  width: 100%;
  display: inline-block;
  margin-bottom: 50px;
}
.border-bottom-heading {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  color: #666;
  font-size: 22px;
  width: 100%;
  float: left;
  margin-top: 20px;
}
.tab-content p {
  color: #666;
  margin-bottom: 2px;
}
.logo-image {
  text-align: right;
}
.logo-image img {
  width: 100%;
  max-width: 200px;
}
.full-width-content {
  width: 100%;
  float: left;
  color: #7d7d7d;
}
    .full-width-content span {
  float: right;
}
.custom-button a {
background-color: #002aea;
color: #fff;
font-weight: bold;
padding: 10px 15px;
text-decoration: none;
float: right;
font-size: 13px;
}
.custom-button a:hover {
background-color: #0324bd;
}
.custom-button {
width: 25%;
float: right;
margin-top: 18px;
}
.full-width-content.pehra-graph {
width: 70%;
float: left;
}
/*.cl_clear {
  clear: both;
  margin-top: 20px;
}*/

@media (max-width: 1024px) {
.custom-menu-list ul li:last-child a {
    border: none !important;
    border-radius: 0 !important;
    padding: 10px 20px !important;
    color: #4F5255 !important;
  }
}

@media (max-width: 767px) {
  .logo-image {
    text-align: center;
    margin-top: 10px;
  }
  .custom-button {
    width: 100%;
    float: left;
    margin-top: 18px;
  }
  .full-width-content.pehra-graph {
    width: 100%;
    float: left;
  }
  .custom-button a {
    float: left;
  }
  .tab-content h3 {
    font-size: 24px;
  }
}
