.active
{
  color:white;
  font-size: 16px !important;
  border-bottom: 2px solid;
}
.active .form-check-label{
  color: #fff!important;
}
.active .form-check-input{
  background-color: #fff!important;
}

.section-header-navigation
{
     box-shadow: 0px 3px 5px var(--navigation);
}
.dsp-none{
  display: none!important;
}
.row {
  margin-left: -8px;
  margin-right: -8px;
}
img{max-width: 100%;}
[class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.navigation-row .navbar {
  width: 100%;
  /* border-bottom: 1px solid var(--navbar-border-bottom); */
  /* border-top: 3px solid var(--navbar-border-top); */
  /* border-top: 1px solid var(--navbar-border-top); */
}
.navigation-row
{justify-content: center;}
.bg-dark {
  background: transparent!important;
}

.navbar-dark .navbar-nav .nav-item {
  /* padding: 10px 15px; */
  padding: 8px 13px;
  white-space: nowrap;
  
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
  font-size: 16px;
  font-weight: 700;
  padding: 0px;
}


.search-group {
  position: relative;
  display: inline-block;
 /* margin: 0px 2rem;*/
 margin: 0px 10rem;
      margin-right: 0px;
}

.search-icon {
  position: absolute;
  height: 100%;
  left: 10px;
  font-size: 16px;
  line-height: 32px;
}

.search-input input {
  border-radius: 15px;
  border: 1px solid var(--light-gray);
  width: 100%;
  padding: 3px 4px;
  padding-left: 32px;
}

.search-input input:focus {
  outline: none;
}

.main-row {
  align-items: center;
  justify-content: flex-end;
}

.logo-wrapper {
  text-align: center;
}
.logo-wrapper img{
  /* width: 75%; */
  width: 60%;
    margin-top: 5px;
        margin-bottom: 3px;
}

.navbar-expand-md .navbar-nav {
     justify-content: space-between;
    width: 100%;
    padding-left: 30px;
}

.navbar-expand-md .navbar-collapse {
  width: 100%;
  justify-content: center;
  background-color: RGB(0,0,140);
}

.section-header-logo {
  padding: 0px 0px;
}

.navbar-nav .nav-link {
  position: relative;
}

.navbar-nav .nav-link:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
/*  background: var(--navlink-after);*/
background: white;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -2px;
  transition: all .5s;
}

.navbar-nav .nav-link:hover {
/*  color: var(--navlink-after)!important;*/
color: white !important;
}

.navbar-nav .nav-link:hover:after {
  width: 100%;
}


/*footer css*/

.footer-tabs {
  justify-content: center;
      border-top: 1px solid var(--lighten-gray);
      align-items: center;
}

.footer-tabs ul li {
  display: inline;
  font-size: 16px;
  padding: 0px 6px;
  position: relative;
}
.footer-tabs ul li:after{
    content: '';
    position: absolute;
    top: 4px;
    right: -3px;
    height: 16px;
    width: 0.1px;
    background: var(--black-light);
}
/* .footer-tabs ul li:last-child:after{
  display: none;
  } */

.footer-tabs ul li a:hover {
  text-decoration: none;
}

.footer-tabs ul li a {
  color:var(--black-lighten);
/*  font-size: 14px;
  font-weight: 700;
  padding: 15px 12px;*/
}

.footer-tabs ul {
  margin-bottom: 0px;
   /* padding: 10px 0px;*/
  text-align: center;
}

.footer-social .fa-linkedin-square{
  color: var(--link-in);
}
.footer-social .fa-twitter{
  color: var(--twitter);
}
.footer-social ul {
  width: 100%;
  margin-bottom: 0px;
}

.footer-social p {
  width: 100%;
  margin-bottom: 0px;
}

.footer-social ul {
  padding-left: 0px;
  text-align: right;
}

.footer-social ul li {
  display: inline;
}
.footer-social ul li:last-child:after {
  display: none;
}

.footer-social {
  text-align: center;
  margin-left: 6px;
  margin-top: auto;
}

.footer-social p {
  color: var(--social-para);
  font-size: 13px;
}

.footer-social ul li a {
color: var(--social-a);
    /* font-size: 40px; */
    font-size: 20px;
    /* padding-right: 10px; */
    line-height: 10px;
}
.footer-social ul li a img{
  height: 100%;
  width: 14px;
}
.footer-link-in{
  position: relative;
  top: 2px;
}
/* .footer-social ul li:last-child a {
  padding-right: 0;
  }
.footer-social ul li:first-child a{
  padding-left: 0px;
} */

/*.footer-wrapper {
  border-top: 1px solid var(--lighten-gray);
}*/

.company-name {
  font-size: 1rem;
  color: var(--primary);
}

.description {
  color: var(--primary);
}
/*.description:last-child{
  margin-bottom: 0;
}*/
.msg-with-img .description:last-child{
  /* margin-bottom: 12px; */
  margin-bottom: 14px;
}
.title {
  /* font-size: 21px; */
  font-size: 18px;
    margin-bottom: 4px;
  font-weight: 700;
  color: var(--primary);
}
.sidebar-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary);
}

p {
  /* font-size: 16px; */
  /*font-size: 14px;*/
  font-size: 12px;
}
.innercontent{
  border-right: 1px solid var(--border-light-gray);
}
.innercontent .image-wrapper img {
  width: 100%;
  /*width:88%;*/
}

.section-home {
  padding: 14px 0;
  box-shadow: 0px 3px 5px var(--navigation);
}

a:hover {
  text-decoration: none;
}

a {
  display: inline-block;
}

.content-wrapper a:hover {
  opacity: 0.8!important;
}
.innercontent-wrapper{
  /*margin-bottom: -10px;*/
      position: relative;
}

.content-with-image .image-wrapper {
  padding-bottom: 10px;
}

/*.content-with-image .content-wrapper {
  padding-top: 10px;
}*/
.home-page-main-banner .content-wrapper .user-name{margin-bottom: 0px;}

.home-page-main-banner .image-wrapper a{
  text-align: center;
}
.home-page-main-banner .content-wrapper a{
  padding: 0px 40px;
  text-align: center;
}
.date-wrapper {
    color: var(--date);
    font-size: 11px;
    background: whitesmoke;
    display: inline-block;
    padding: 0px;
    border-radius: 2px;
}

.user-name {
  color: var(--user-name);
  text-transform: capitalize;
}

.info {
  background-color: var(--info);
  padding: 8px 20px;
  font-weight: 500;
  line-height: normal;
  position: relative;
  padding-left: 38px;
  margin-bottom: 0;
  margin-top: 20px;
}

.info:after {
  padding-right: 6px;
  content: '\f06a';
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 18px;
  color: var(--info-after);
  font-family: FontAwesome;
}

.section-common-banner img {
  width: 100%;
}

.banner-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
  /*left: 13%;*/
  /*left: 200px;*/
   left: 0px;
    padding: 12px 20px 10px;
}

.common-banner-title-wrapper {
  position: relative;
}

ol.breadcrumb {
  border-radius: 0;
  background-color: var(--bread-crumb);
  padding: 12px 20px 10px;
  display: inline-flex;
  position: absolute;
  bottom: -16px;
  /*left: 13%;*/
  /*left: 200px;*/
  left: 0px;
}


/*ol.breadcrumb:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -12px;
    border-width: 0px 3px 10px 9px;
    border-style: solid;
    border-color: rgb(30 32 33 / 0%) rgb(30 32 33 / 0%) #1e202100 rgb(148 148 148);
}*/

.section-category-tabs ul li {
  display: inline-block;
  padding: 14px;
  /*margin-top: 10px;*/
  position: relative;
}

.section-category-tabs ul li a {
  font-size: 18px;
  color: var(--primary);
}

.section-category-tabs ul li a:hover {
  color: var(--navlink-after)!important;
}

.section-category-tabs ul li:after {
  content: '';
  border-right: 2px solid var(--lighten-gray);
  height: 100px;
  position: relative;
  left: 17px;
}

.section-category-tabs ul li:last-child:after {
  display: none;
}

.section-category-tabs ul {
  border-bottom: 1px solid var(--lighten-gray);
}

ul {
  margin-bottom: 0px;
  padding-left: 0px;
}

.image-wrapper a {
  width: 100%;
}

.date-text-image-row {
  padding-top: 20px;
  border-top: 1px solid var(--lighten-gray);
}

.date-text-image-row:last-child {
  padding-bottom: 0px;
}
.main-heading-row{
  display: flex;
align-items: center;
    justify-content: space-between;
    position: relative;
        padding: 18px 0px;
}
.main-heading-row h1{
    margin-bottom: 0;
    font-size: 20px;
    position: relative;
    z-index: 1;
    background: white;
    padding-right: 8px;
        color: var(--primary);
}
.main-heading-row h6{
  margin-bottom: 0;
      padding-top: 3px;
      position: relative;
    z-index: 1;
     background: white;
    padding-left: 8px;
    cursor: pointer;
        color: var(--primary);
}

.main-heading-row:after{
    content: '';
    position: absolute;
    top: 34px;
    width: 100%;
    height: 1px;
    background: var(--heading-row);
    z-index: 0;
}
img{max-width: 100%;}

.sidebar-content .content-wrapper
{/*
      border-bottom: 1px dashed var(--content-gray);*/
    margin-bottom: 10px;
}
.big-image-and-title
{
      border-bottom: 1px solid var(--content-gray);
      margin-bottom: 0!important;
}
.sidebar-content .content-wrapper:nth-last-child(1){
 border-bottom: none;
}
/*.sidebar-content .content-wrapper a{
  width: 100%;
}*/
.mbl-toggle-bar{
  max-width: 52px;
    float: right;
}
.social-icon li{
  display: inline;
}
.social-icon
{
    padding-top: 5px;
   /* padding-bottom: 15px;*/
}
.social-icon li a i{
    color: var(--white);
    border-radius: 4px;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    margin-right: 2px;
}
.social-icon li a .fa-facebook{
  background: var(--fa-facebook);
  }
  .social-icon li a .fa-twitter
  {
    background: var(--fa-twitter);
  }
  .social-icon li a .fa-linkedin
  {
    background: var(--fa-linkedin);
  }
  .social-icon li a .fa-whatsapp
  {
    background: var(--fa-whatsapp); 
  }
   .social-icon li a .fa-link,.fa-envelope-o,.fa-print
  {
    background: var(--fa-print);
  }
  .details-content-wrapper .user-name{
        margin-bottom: 5px;
    color: var(--black);
    font-weight: 600;
  }

  .btn-back{
    font-size: 17px;
    position: absolute;
    top: 5px;
    right: 10px;
    color: gray;
    font-weight: 600;
  }
.button-back{
  font-size: 17px;
    color: gray;
    font-weight: 600;
}
.justify-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
    .sidebar-content .content-wrapper a{
   display: flex;
    align-items: center;
    margin-bottom: 10px;
    }
      .sidebar-content .content-wrapper:last-child a{
         margin-bottom: 0px;
      }
  .section-home .sidebar-content .content-wrapper .sidebar-title{
      margin-bottom: 5px;
    border-bottom: 1px dashed var(--content-gray);
    padding-bottom: 5px;
  }
  .main-home-side-img a:last-child .sidebar-title{
    border-bottom: none!important;
  }
  .side-image{width: 100%;}
  /*.corporate-row, .related-row img{width: 100%;}*/

 .sidebar-content .main-heading-row:after {

    top: 81%;
    background: var(--border-light-gray);
}
.category-main-heading .sidebar-title-row h1{
margin-bottom: 0;
    font-size: 20px;
    position: relative;
    z-index: 1;
    background: white;
    padding-right: 8px;
    color: var(--primary);
}
.category-main-heading .sidebar-title-row
{
      padding-bottom: 6px;
    margin-bottom: 5px;
    border-bottom: 1px solid var(--border-light-gray);
        margin-top: 12px;
}
.home-main-heading .sidebar-title-row h1{
   margin-bottom: 8px;
    margin-top: 15px;
    font-size:22px;
    position: relative;
    z-index: 1;
   /* background: white;*/
    padding-right: 8px;
    color: var(--primary);
    font-weight: bold;
    line-height: 28px;
}
.home-main-heading .sidebar-title-row
{
      padding-bottom: 0;
     /*   margin-bottom: 10px;*/

    /*border-bottom: 1px solid var(--border-light-gray);*/
}
/*.div
{
  margin-bottom: 20px;
}*/
.section-top-bar{position: relative;}
.section-top-bar .topbar-list li{
display: inline;
    padding: 0px 10px;
    border-right: 1px solid;
}
.section-top-bar .topbar-list li a
{
      color: var(--list-color);
}
.section-top-bar .topbar-list li:last-child{
  border-right: 0px;
  }
.section-top-bar{
  background: var(--main-dropdown);
    color: var(--list-color);
    padding: 5px 0px;
    font-size: 13px;
    position: relative;
}

.dropdown-sidebar-wrapper
{
  padding: 20px;
    background: var(--dropdown-sidebar-wrapper);
    color: var(--dropdown-side-color);
    margin-bottom: 20px;
}
/*.dropdown-sidebar-wrapper h4{
    color: var(--list-color);
    border-bottom: 2px solid var(--dropdown-side-color);
    padding-bottom: 5px;
    font-size: 20px;
}*/
.dropdown-sidebar-wrapper h5 a{
    border-bottom: 2px solid var(--dropdown-side-color);
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
    padding: 2px 5px;
    color: var(--dropdown-side-color);
    font-size: 18px;
}
.dropdown-sidebar-wrapper h5 a:hover{
  color: var(--content-gray);
  }
.dropdown-sidebar-wrapper h5:last-child a{
  border-bottom: 0px;
  }
  .dropdown-title{
        color: var(--list-color);
    border-bottom: 2px solid var(--dropdown-side-color);
    padding-bottom: 5px;
    font-size: 18px;
  }
  .main-dropdown-details .dropdown-list a{
       color: var(--dropdown-side-color);
    font-size: 16px;
    margin-bottom: 8px;
  }
   .main-dropdown-details .dropdown-list{
    list-style-type: none;
   }
     .main-dropdown-details .dropdown-list a:hover{
      color: var(--content-gray);
     }
     .menu-wrapper{
      margin-bottom: 30px;
     }
     .main-dropdown-details{
          padding-left: 90px;
     }
     .main-dropdown{
      padding: 30px 10px;
      display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    width: 100%;
    background: var(--main-dropdown);
    top: 29px;

     }
     .open-dropdown{
      display: block;
     }
     .dropdown-logo{
      text-align: center;
     }
.dropdown-link{
  cursor: pointer;
}
.manage-width{
      max-width: 1140px;
    margin: 0 auto;
    padding: 0px 18px;
}
.leftbar
{
  padding: 5px 0px 5px 10px;
  border-left: 4px solid var(--leftbar);
  font-family: "Times New Roman", Times, serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.main-header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: white;
}

.big-banner-image{
  /*width: 724px;
  height: 300px;*/
/*  height: 300px;*/
}

.big-banner-image img{
  width: 100%;
  height: 100%;
  object-fit: contain;

}
.normal-image{
  /* height: 160px; */
  height: 114px;
  margin-bottom: 6px;
}
.normal-image img{
  width: 100%;
  height: 90%;
 /* object-fit: cover;*/
}
.medium-image{
  height: 200px;
}
.medium-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.details-title{
      white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    margin-bottom: 0px;
    font-size: 24px;
}
.details-title-anchor{
  width: 100%;
}
.desingnation{
      font-size: 16px;
    font-weight: 500;
}
.profile-image{    width: 150px!important;
    height: 150px;}
.profile-image img {    
  border-radius: 50%;
    object-fit: contain;
    border: 2px solid gray;
    padding: 1px;
    width: auto;}
.profile-wrapper{
  text-align: right;
}
.main-profile{
      justify-content: center;
    border-bottom: 1px dashed var(--navigation);
    margin-bottom: 20px;
}
.main-profile .message_box{
  position: relative;
}
.main-profile .message_box:after
{
    content: '\f0dd';
    font-family: FontAwesome;
    font-size: 40px;
    position: absolute;
    bottom: -28px;
    width: 100%;
    text-align: center;
    color: var(--navigation);
}
.toggle-header{
      overflow-y: auto;
    height: 100%;
    background: var(--main-dropdown);
}
/*start scroll*/
 .toggle-header::-webkit-scrollbar {
    width: 8px; 
/*    height: 6px; */   
}



/* Track */
.toggle-header::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8); 
    -webkit-border-radius: 10px;
    background-color:var(--white);
    border-radius: 10px;
}


/* Handle */
.toggle-header::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background:var(--toggle-header); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    border:1px solid white;

}
 /*end scroll*/

 .details-big-banner{
  height: auto;
  margin-top: 10px;
      width: 380px;
    float: right;
    padding: 0px 0px 8px 8px;
 }
 .credited-name{
  font-size: 12px;
 }
 .credited-name strong{font-weight: 600;}
 .top-bar-wrapper{
      display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
 }
 .dropdown ul
 {
position: absolute;
    background: RGB(0,0,140);
    list-style-type: none;
    box-shadow: 0px 1px 6px var(--drop-ul);
    min-width: 150px;
    margin-top: 13px;
    margin-left: -65px;
 }
  .dropdown ul li
 {padding: 7px 8px;border-bottom: 1px dashed var(--content-gray);}

   .dropdown ul li:last-child{border-bottom: none;}
/* Nilesh */
 .dropdownLogin ul
 {
position: absolute;
    background: RGB(0,0,140);
    list-style-type: none;
    box-shadow: 0px 1px 6px var(--drop-ul);
    min-width: 160px;
    margin-top: 13px;
    margin-left: -140px;
 }
  .dropdownLogin ul li
 {padding: 7px 8px;border-bottom: 1px dashed var(--content-gray);}

   .dropdownLogin ul li:last-child{border-bottom: none;}
/* Nilesh */


/*   .nav-item:first-child{
    padding-left: 15px!important;
   }
   .nav-item:last-child{
    padding-right: 15px!important;
   }*/
   .category-dropdown{cursor: pointer;}
   .category-dropdown-wrapper{display: none;}
   .open-dropdown-wrapper{display: block;}
   .category-dropdown-wrapper a{    color:  #fff; }
      .category-dropdown-wrapper li:hover a{ color: #fff; }

.main-home-side-img{display: block;}

.main-home-side-img .side-image{
  height: 51px;
}

.main-home-side-img .side-image img{
height: 100%;
width: 100%;
object-fit: cover;

}
.social-iframe
{
  height:350px;
  overflow-y: scroll;
 margin-top: 5em;
}
.error
{
  color: red;
}
.slug{
       text-transform: uppercase;
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 2px;
}
.slug:hover{color: var(--primary);}
.divider{
    padding: 0px 5px;
    position: relative;
    top: -1px;
}
.author_title
{
  font-size: 13px;
}

.section-banner{
  margin-top: 20px;
}
.section-banner .carousel-item{
  position: relative;
}
.section-banner .carousel-item:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 70%;
    width: 100%;
    background: linear-gradient(to bottom, transparent 0, #000 80%);
    z-index: 1;
    pointer-events: none;
}
.slider-title{
  position: absolute;
    bottom: 0;
    z-index: 2;
    padding: 18px;
    text-align: left;
}
.slider-title p{

    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    color: var(--white);
    margin-bottom: 0px;
}
.slide-arrow{
  position: relative;
  z-index: 5;
}
.carousel-control-prev,.carousel-control-next {
  z-index: 2;
  }
  .sidebar
  {
/*    height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;*/
	margin-bottom:30px;
  }
  .sidebar::-webkit-scrollbar {
  display: none;
}
  .scroll-up{
    overflow: visible;
    height: 140px;
  }
  .main-marquee{
        border: 1px solid var(--light-gray);
        padding: 10px;
  }

  /*start scroll css*/
  /* width */
::-webkit-scrollbar {
  width: 10px;

}

/* Track */
::-webkit-scrollbar-track {
  background: var(--scrollbar-track);
    border-radius: 5px; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb); 
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbar-thumb-hover); 
}

.static-footer-wrapper li{

}

/*toggle switch*/
.toggle-switch .switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 19px;
    margin-bottom: 0;
}

.toggle-switch .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    border: 3px solid;
    bottom: 0;
    /* background-color: var(--content-gray); */
    -webkit-transition: .4s;
    transition: .4s;
}

.toggle-switch .slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 1px;
    bottom: 0px;
    background-color: var(--main-dropdown);
    -webkit-transition: .4s;
    transition: .4s;
}

.toggle-switch input:checked + .slider {
background-color: transparent;
    border: 3px solid;
}

.toggle-switch input:focus + .slider {
  box-shadow: 0 0 1px var(--toggle-color);
}

.toggle-switch input:checked + .slider:before {
  transform: translateX(17px);
}

/* Rounded sliders */
.toggle-switch .slider.round {
  border-radius: 34px;
}

.toggle-switch .slider.round:before {
  border-radius: 50%;
}
.header-icons-wrapper ul{
  display: flex;
  align-items: center;
}

.header-icons-wrapper li{
    display: inline-flex;
    margin-right: 30px;
}
.header-icons-wrapper li:last-child{
  margin-right: 0px;
}
.header-icons-wrapper li{
  font-size: 25px;
  cursor: pointer;
}

.toggle-form{
  position: absolute;
  margin-top: 22px;
  background: var(--content-gray);
  width: 50%;
  z-index: 2;
  padding: 15px;
  left: 19px;
  font-size: 14px;
  border: 2px solid var(--toggle-after);
  z-index: 1;
  margin-left: -4px;
}
.select-wrapper{
  padding: 0;
  width: 79%;
}
.select-wrapper{
  width: 100%;
/*    padding: 0px 5px;*/
/*    height: 36px;*/
    border-radius: 5px;
    /*border: 1px solid var(--select-wrapper);*/
}
.dropdown-toggle::after {
  display: none;
  }
.toggle-form label
{
    margin-bottom: 2px;
    font-weight: 600;
    margin-right:15px;
    font-size: 18px;
    width: 22%;
    flex: 0 0 22%;
    line-height: 20px;
}
.select-wrapper{
 /*background: url(../../assets/images/br_down.webp) no-repeat right var(--light-gray);*/
    -webkit-appearance: none;
    background-position-x: 98%;
    /* font-size: 14px; */
    background-size: 12px;
    /*padding-right: 28px;*/
    height: 38px;
    position: relative;
}
.section-search-box{
  position: relative;
  border-bottom: 1px dashed var(--search-box);
  margin-bottom: 0px;
}
.section-search-box label{
  margin-bottom: 6px;
}
.m-search-icon{
    line-height: 35px;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0px;
    font-size: 20px;
    background-color: #051d41;
    width: 35px;
    height: 100%;
    text-align: center;
    border-radius: 2px 5px 5px 0px;
}
.m-search-icon a{
  color: #fff; 
}
.search-type 
{
/* padding-left: 40px;*/
  background-color:white;
}
.searrch-btn-wrapper{
  text-align: center;
}
.searrch-btn-wrapper label{
      width: 22%;
    display: inline-block;
}
.searrch-btn-wrapper .btn-search{
  width: 60%;
}
.advance-search
{
      font-size: 18px;
    text-align: right;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 0;
    text-decoration: underline;
    cursor: pointer;
}
/*.from-date, .to-date{
  background-color:var(--light-gray);
}*/
.btn-search{
 /*     background-color: var(--btn-search);*/
    margin-top: 20px;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
   /* border:1px solid var(--btn-border);*/
    border:1px solid #051d41;
    background-color: #051d41;
  color: #fff;
}
.btn-search:hover{
  background-color: transparent;
  color: #000;
  }
.form-check-label{
 font-size: 16px!important;
 font-weight: 400!important;
}
.dropdown-item {
    padding: 0px 12px!important;
}


.multiselect-option .form-check-input {
    margin-top: 6px;
    width: 14px;
    height: 14px;
}
.multiselect-search:focus{
  box-shadow: none;
}
.form-control:focus {
      border-color: #000;
    box-shadow: none;
    background-color: #fff;
  }
  .form-control
  {
    background-color: #fff;
    border: 1px solid #000;
  }
.multiselect-container .multiselect-filter > .fa-search {
    display: none;
}
.multiselect-container .multiselect-filter > input.multiselect-search {
    padding-left: 10px!important;
    margin-left: 0!important;
    }
/*.toggle-form:after{
    content: '\f0d8';
    position: absolute;
    top: -11px;
    left: 0px;
    font-family: FontAwesome;
    z-index: 0;
    font-size: 33px;
    line-height: 10px;
    color: var(--content-gray);
}*/
.toggle-form,.main-form-inputs{
  display: none;
}
.show-form{
  display: block;
}
.main-form-inputs{
  margin-top: 10px;
}
.dates-details p{
    margin-bottom: 0;
    font-weight: 600;
}
.big-image-and-title a{
  display: block!important;
}
.big-image-and-title img{
 margin-bottom: 10px;
}
.upper-title h2{
  font-size: 16px;
    font-weight:600;
    color: var(--primary);
    text-transform: uppercase;
    line-height: 16px;
   margin-bottom: 2px;
    /* margin-top:5px; */
}
.main-search{
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: white;
}

.main-form-inputs .form-group{
  display: flex;
  align-items: center;
}
.from-date{
  width: 38%;
  margin-right: 20px;
}
.from-date input{
  background-color: #fff;
      border-radius: 5px;
    border: 1px solid #000;
  }
  .to-date input{
    background-color: #fff;
      border-radius: 5px;
    border: 1px solid #000;
  }
.to-date{
  width: 38%;
}
.top-text{
  font-size:15px;
}
.page-name{
  margin-bottom: 8px;
    font-size: 34px;
    position: relative;
    z-index: 1;
    background: white;
    padding-right: 8px;
    color: var(--primary);
    font-weight: bold;
}
.social-media-wrapper p{
  font-size: 16px;
  margin-bottom: 0;
}
.social-media-wrapper{
  padding: 0;
}
table{
  width: 100%;
  border-color: var(--content-gray);
}
th,td{
 padding: 5px 10px;
}
th,td p{
  margin-bottom: 0;
}
/*.msg-details{
  margin-top: 5px;
}*/
.message_box {
  margin-bottom: 12px;
}
.msg-details .description:last-child{
  margin-bottom: 4px;
}
.mb-15{
 margin-bottom:10px;
}
/*.page-home .innercontent-wrapper p:last-child{
margin-bottom: 0;
}*/
.heading-wrapper{
      margin: 20px 0px;
      text-align: center;
}
.search-icon-list{
  z-index: 2;
  position: relative;
    left: 10px;
}

.toggle-form:after{
  content: '';
  position: absolute;
  top: -56px;
  left: 0;
  background: var(--content-gray);
  width: 30px;
  height: 56px;
  z-index: 2;
  border: 2px solid var(--toggle-after);
  border-bottom: none;
  margin-left: -1.2px;
  border-radius: 4px 4px 0px 0px;
}

.multiselect-container{
  display: none!important;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
}
button.multiselect{
  padding: 6px 12px;
  text-align: left!important;
    padding-right: 28px;
    background-color: white;
}
.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    position: relative;
    z-index: 1;
    background-color: #fff;
}
.custom-select{
  background-position-x: 98%;
    background-position-y: 5px;
  background-size: auto;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}
.date-input:focus {
color: #495057;
    background-color: #fff;
    box-shadow: none;
    border-color: #000;
  }

.select-wrapper .btn-group{
  width: 100%!important;
}
.multiselect-container li{
  display: block!important;
  margin-right: 0!important;
  padding: 0px 5px;
  line-height: normal;
}
.multiselect-container label{
  width: 100%;
  }


  .overflow-dropdown
{
   position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 2;
    border: 1px solid #000;
    border-radius: 5px;
}

.show-dropdown .dropdown-menu{
  display: block!important;
}
.msg-with-img .innercontent-wrapper{
	
  /* margin-bottom: 16px; */
}
/*.page-category .content-wrapper{
  border-bottom: 1px dashed var(--sidebar-stories);
}*/
.main-sidebar-stories{
  border-bottom: 1px solid var(--sidebar-stories);
}
.main-sidebar-stories:last-child{
  border-bottom: none;
}
.main-sidebar-stories:first-child .home-main-heading .sidebar-title-row h1{
  margin-top: 0px;
}
.load-data-wrap:last-child:after{
  border-bottom: none;
} 



.padd-0
{
  padding: 0px;
}
.single-title{
  border-bottom: none!important;
}
.load-data-wrap{
  position: relative;
  
}
.load-data-wrap:after{
    content: '';
    border-bottom: 1px dashed var(--sidebar-stories);
    width: 100%;
    margin-left: 8px;
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.group-author select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

/* For IE10 */
.group-author select::-ms-expand {
  display: none;
}
.group-author .form-control{
  background-color: white;
  outline: none;
  box-shadow: none;
}
/*.icon-bar
{
  background-color: var(--white)!important;
  }*/

.dtls-0{
  padding-bottom: 0!important;
}
/*.btn-search:hover{
  background-color: transparent;
}*/
.custom-select-wrapper option{
  position: relative;
}
.custom-select-wrapper option:after{
  content: '';
  position: absolute;
  left: 0;
  background-color: darkgrey;
  height: 100%;
  width: 100%;
  }
.multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active, .multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active, .multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active {
    background-color: #a3a3a3!important;
  }

  select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
 background-position-x: 98%;
    background-position-y: 5px;
  margin-right: 2rem;
  
}
select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}
select::-ms-expand {
    display: none;
}

/* 02/02/2024 */
.team-upper-title h2
{
  font-size: 18px;
    font-weight: 700;
    color: var(--primary);
    text-transform: uppercase;
    line-height: 18px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.team-title
{
  font-size: 15px;
    font-weight: 500;
    color: var(--primary);
}
.contact-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary);
    font-weight: 700;
}
.about_btn {
    
  text-decoration: none;
  width: auto;
  background-color: #051d41;
  padding: 4px 10px;
  border: 1px solid black;
  color: white;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 10px;
  font-size: 18px;
  font-weight: bold;
  }
  .about_btn:hover
  {
    color: white;
   cursor: pointer;
  }
.show{
  display: block;
}
  .hidden
  {
    display: none;
  }

  .address-title {
    font-size: 18px;
   /* font-weight: 600;*/
    color: var(--primary);
    font-weight: normal;
    margin: 0px;
}
.address p {
    font-size:17px;
    }

  .nse p{
    text-align: justify;
  }
  .team_btn
  {
    text-decoration: none;
    width: auto;
    background-color: #051d41;
    padding: 4px 10px;
    border: 1px solid black;
    color: white;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 10px;
    font-size: 18px;
    font-weight: bold;
  }
  .team_btn:hover
  {
    color: white;
   cursor: pointer;
  }
  .nse:after
  {
    background: none !important;
  }

  .top {
  text-decoration: none;
  padding: 10px;
  font-family: sans-serif;
  color: #fff;
  background:#031632;
  border-radius: 100px;
   position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
}
.top:hover
{
  text-decoration: none;
   color: #fff;
}
.abt-profile-img{
  width:233px;
  height:190px;
  /*object-fit: cover;
  object-position: 0px -4px;*/
}
.navigation-search-wrapper{
  padding-left: 12px;
  list-style: none;
}
.navigation-search-wrapper .search-icon-list{
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}
.transbtn{
  box-shadow: none!important;
}

.section-footer
{
      position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
}

.main-sidebar-stories{
  padding-top: 0px;
  display: flex;
  flex-direction: column;
}
.c_200{
  color: rgb(0,0,200);
  font-weight: 700;
}
.f-22{
  font-size: 20px;
  font-weight: 900;
}
.d-first{
  order: 1;
}
.d-second{
  order: 2;
}
.d-mob{
  display: none;
}
 .date-wrapper {
    color: #505050;
    font-size: 13px;
    background: whitesmoke;
    display: inline-block;
    padding:0px; 
    border-radius: 2px;
}

.transbtn
{
  font-size: 14px;
    border: 1px solid #00008c;
    background-color: #00008c;
    color: #fff;
    border-radius: 20px;
}
.transbtn:hover
{
  color:#fff;
}
.text-right
{
  text-align: right;
}
.register_btn
{
  float:right;
  color: blue;
}



/* new add  */

/*news-panel:end*/
/*real-time-customise:start*/
.real-time-customise .action-buttons {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-start;
  }
  .real-time-customise .action-buttons .custom-button {
    width: 248px;
    margin-left: 56px;
  }
  
  /*real-time-customise:end*/
  /*customise-container:start*/
  .customise-container {
    display: flex;
  }
  .customise-container .customise {
    padding: 40px 48px;
    width: 60%;
    height: 100vh;
  }
  .customise-container .customise h2 {
    display: flex;
    justify-content: space-between;
  }
  .customise-container .customise .layout-form-wrap {
    margin-top: 40px;
    max-width: 469px;
    padding-right: 50px;
  }
  .customise-container .customise .layout-form .form-group {
    padding-top: 40px;
  }
  .customise-container .customise .layout-form .main-label {
    font-size: 2rem;
    padding-bottom: 8px;
  }
  .customise-container .customise .layout-form .headline-options {
    background: #f5f5f5;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0px 2px 4px rgba(33, 56, 113, 0.1);
    margin-top: -12px;
    position: relative;
    z-index: 2;
    padding: 20px 16px;
    display: none;
  }
  .customise-container .customise .layout-form .headline-options .select-headline {
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px #abb2bd;
    display: flex;
    justify-content: space-between;
  }
  .customise-container .customise .layout-form .headline-options .select-headline label {
    font-size: 2rem;
    line-height: 28px;
    color: #2c4975;
    width: 50%;
  }
  .customise-container .customise .layout-form .headline-options .select-headline #dd-select-headlines-button {
    width: 163px;
  }
  .customise-container .customise .layout-form .additional-topic {
    padding-top: 40px;
  }
  .customise-container .customise .layout-form .additional-topic .title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 2rem;
  }
  .customise-container .customise .layout-form .additional-topic .title-wrap .arrow {
    width: 18px;
    margin-right: 17px;
    cursor: pointer;
  }
  .customise-container .customise .layout-form .additional-topic .custom-tab-accordion > .custom-accordion-item {
    border-top: solid 1px #abb2bd;
    margin-top: 8px;
    padding: 8px 0 0 0;
  }
  .customise-container .customise .layout-form .additional-topic .custom-tab-accordion > .custom-accordion-item > .custom-accordion-header > .custom-accordion-button {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
  }
  .customise-container .customise .layout-form .additional-topic .custom-tab-accordion > .custom-accordion-item:first-child {
    border-top: none;
    margin-top: 0;
  }
  .customise-container .preview {
    background: #F2F8FF;
    width: 40%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 0;
  }
  .customise-container .preview img {
    margin-top: -150px;
    max-width: 70%;
  }
  
  .customise-container-mobile {
    display: none;
  }
  
  /*customise-container:end*/
  /*modal:start*/
  .highZIndex {
    z-index: 1056;
  }
  
  .modal-backdrop {
    --bs-backdrop-bg: #1F2021;
    --bs-backdrop-opacity: 0.7;
  }
  
  /*modal-content-style1:start*/
  .modal-content-style1 {
    background: #051D41;
    box-shadow: 0px 2px 4px rgba(33, 56, 113, 0.1);
    border-radius: 8px;
    padding: 30px 40px;
  }
  .modal-content-style1 .modal-body {
    text-align: center;
    padding: 0;
  }
  .modal-content-style1 h2 {
    color: #FFFFFF;
    padding-top: 32px;
    font-size: 3.2rem;
  }
  .modal-content-style1 .description {
    color: #84a7da;
    font-size: 1.6rem;
    padding-top: 8px;
  }
  .modal-content-style1 .illustrator {
    padding-top: 32px;
  }
  .modal-content-style1 .action-buttons {
    padding-top: 32px;
  }
  .modal-content-style1 .action-buttons .custom-button {
    width: 100%;
  }
  
  /*modal-content-style1:end*/
  /*modal-content-style2:start*/
  .modal-content-style2 {
    background: #F2F8FF;
    box-shadow: 0px 2px 4px rgba(33, 56, 113, 0.1);
    border-radius: 8px;
    width: 100%;
    max-width: 496px;
  }
  .modal-content-style2 .modal-body {
    padding: 56px 40px 40px;
  }
  .modal-content-style2 .modal-body .custom-tab-wrap {
    height: 260px;
    padding-right: 24px;
    margin-top: 32px;
  }
  .modal-content-style2 .modal-footer {
    padding: 24px 40px;
    background: #FFFFFF;
    box-shadow: -2px 0px 4px rgba(33, 56, 113, 0.1);
    border: none;
    width: 100%;
    text-align: center;
  }
  .modal-content-style2 .modal-footer .custom-button {
    width: 100%;
    height: 48px;
    font-size: 1.6rem;
    line-height: 20px;
  }
  .modal-content-style2 .modal-footer p {
    padding-bottom: 16px;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #1f2021;
    width: 100%;
  }
  .modal-content-style2 .modal-footer.remove-bg {
    background: none;
    box-shadow: none;
    padding-top: 0;
  }
  
  /*modal-content-style2:end*/
  /*modal-content-style3:start*/
  .modal-content-style3 {
    background: #F2F8FF;
    box-shadow: 0px 2px 4px rgba(33, 56, 113, 0.1);
    border-radius: 8px;
    width: 100%;
    max-width: 496px;
  }
  .modal-content-style3 h2 {
    text-align: center;
    font-size: 2.4rem;
    line-height: 133%;
  }
  .modal-content-style3 .modal-body {
    padding: 56px 40px 40px;
  }
  .modal-content-style3 .modal-body .custom-tab-wrap {
    height: 260px;
    padding-right: 24px;
    margin-top: 32px;
  }
  .modal-content-style3 .modal-body p {
    padding-top: 24px;
    text-align: center;
    color: #494c50;
  }
  .modal-content-style3 .modal-footer {
    padding: 24px 40px;
    border: none;
    width: 100%;
    text-align: center;
  }
  .modal-content-style3 .modal-footer .custom-button {
    width: 100%;
    height: 48px;
    font-size: 1.6rem;
    line-height: 20px;
  }
  .modal-content-style3 .modal-footer .text-link {
    padding-top: 16px;
    font-size: 2rem;
    line-height: 25px;
    width: 100%;
  }
  
  /*modal-content-style3:end*/
  /*formModal:start*/
  .formModal .form label {
    padding-bottom: 8px;
  }
  .formModal .form .textarea-form-control {
    font-size: 1.6rem;
  }
  
  /*formModal:end*/

  /*news-panel:start*/
.news-panel {
    display: flex;
  }
  
  .pinned-news {
    background: #D4E1F5;
    box-shadow: 0px 2px 4px rgba(33, 56, 113, 0.1);
    border-radius: 0px;
    width: 100%;
    padding: 0 28px 0 48px;
    position: relative;
    height: 160px;
    overflow: hidden;
    z-index: 2;
    max-height: calc(50vh - 72px);
  }
  .pinned-news .drag-handle {
    position: absolute;
    left: 50%;
    border-bottom: 4px solid #1f2021;
    border-radius: 8px;
    width: 30px;
    height: 1px;
    cursor: move;
    z-index: 2;
  }
  .pinned-news .custom-scroll {
    max-height: calc(50vh - 140px);
  }
  .pinned-news.pinned-top::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 7px solid #bbceeb;
    border-radius: 8px;
    width: 100%;
    height: 1px;
  }
  .pinned-news.pinned-top .drag-handle {
    bottom: 1px;
  }
  .pinned-news.pinned-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .pinned-news.pinned-bottom::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: 7px solid #bbceeb;
    border-radius: 8px;
    width: 100%;
    height: 1px;
  }
  .pinned-news.pinned-bottom .drag-handle {
    top: 0;
  }
  .pinned-news .cat-name {
    padding: 20px 0 0 16px;
    color: #051D41;
    letter-spacing: 0.04em;
    font-family: "Inter", sans-serif;
    font-size: 1.4rem;
    line-height: 18px;
    font-weight: 700;
    padding-bottom: 24px;
  }
  .pinned-news li {
    position: relative;
    width: 100%;
  }
  .pinned-news li:after {
    content: "";
    position: absolute;
    left: 16px;
    top: 0;
    width: calc(100% - 44px);
    border: 1px solid #E9EFF8;
  }
  .pinned-news li:first-child, .pinned-news li.b-none {
    padding-top: 0;
  }
  .pinned-news li:first-child::after, .pinned-news li.b-none::after {
    content: none;
  }
  .pinned-news li .nav-link {
    display: flex;
    align-items: flex-start;
    color: #2c4975;
    padding: 20px 16px;
    width: 100%;
  }
  .pinned-news li .nav-link.active {
    background: #F2F8FF;
    box-shadow: 0px 2px 4px rgba(33, 56, 113, 0.1);
  }
  .pinned-news li .nav-link.disabled {
    color: #494c50;
  }
  .pinned-news li .time {
    color: #818790;
    padding-right: 16px;
    font-size: 1.4rem;
    line-height: 22px;
  }
  .pinned-news li .news-title {
    font-family: "Inter", sans-serif;
    font-size: 1.6rem;
    line-height: 22px;
    font-weight: 700;
  }
  .pinned-news .three-dots {
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer;
  }
  
  .news-list-section {
    width: 50%;
    position: relative;
  }
  .news-list-section .audio-player {
    width: 60%;
  }
  
  .news-list-container {
    width: 100%;
    padding: 32px 0 0 48px;
  }
  
  .filter-tabs {
    display: flex;
    overflow-x: scroll;
  }
  .filter-tabs > li {
    margin-left: 8px;
  }
  .filter-tabs > li a {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    height: 33px;
    color: #051D41;
    border: solid 1px #051D41;
    border-radius: 40px;
    min-width: 80px;
    font-size: 1.4rem;
    line-height: 17px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .filter-tabs > li a svg {
    margin-right: 6px;
  }
  .filter-tabs > li a.active {
    background-color: #051D41;
    color: #FFFFFF;
  }
  .filter-tabs > li a.active svg path {
    fill: #FFFFFF;
  }
  .filter-tabs > li:first-child {
    margin-left: 0;
  }
  .filter-tabs > li .more-categories-dropdown .dropdown-toggle::after {
    border-width: 7px;
  }
  .filter-tabs > li .more-categories-dropdown .dropdown-toggle.show::after {
    transform: rotate(180deg);
  }
  .filter-tabs > li .more-categories-dropdown .dropdown-menu {
    left: -100px !important;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 6px rgba(175, 175, 175, 0.2);
    border-radius: 8px;
    border: none;
    width: 289px;
    height: 452px;
    padding: 16px;
    overflow-y: auto;
  }
  .filter-tabs > li .more-categories-dropdown .dropdown-menu .dropdown-item {
    padding: 8px;
    color: #2c4975;
    border-top: solid 1px #E9EFF8;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    display: flex;
    justify-content: space-between;
  }
  .filter-tabs > li .more-categories-dropdown .dropdown-menu .dropdown-item:first-child {
    padding-top: 0;
    border-top: none;
  }
  .filter-tabs > li .more-categories-dropdown .dropdown-menu .dropdown-item .option-add-button {
    background: #D4E1F5;
    border-radius: 4px;
    width: 59px;
    height: 23px;
    font-size: 1.2rem;
    line-height: 15px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .filter-tabs > li .more-categories-dropdown .dropdown-menu .dropdown-item:hover {
    background: #FFFFFF;
  }
  
  .news-categories {
    display: flex;
    justify-content: space-between;
    padding-right: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
    flex-wrap: wrap;
    align-items: center;
  }
  .news-categories .categories-wrap {
    display: flex;
  }
  .news-categories.news-categories-desktop .categories-wrap {
    width: calc(100% - 154px);
    position: relative;
  }
  .news-categories .categories {
    display: flex;
    overflow-x: auto;
    padding-bottom: 2px;
  }
  .news-categories .categories > li {
    margin-left: 8px;
  }
  .news-categories .categories > li a {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    height: 33px;
    color: #051D41;
    border: solid 1px #051D41;
    border-radius: 40px;
    min-width: 50px;
    font-size: 1.4rem;
    line-height: 17px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .news-categories .categories > li a.noborder {
    border: none;
    padding: 0 4px;
  }
  .news-categories .categories > li a svg {
    margin-right: 6px;
  }
  .news-categories .categories > li a.active {
    background-color: #051D41;
    color: #FFFFFF;
  }
  .news-categories .categories > li a.active svg path {
    fill: #FFFFFF;
    stroke: #FFFFFF;
  }
  .news-categories .categories > li a.active.noborder {
    padding: 0 12px;
  }
  .news-categories .categories > li .plus-icon {
    width: 12px;
    margin-right: 5px;
  }
  .news-categories .categories > li .dropdown-toggle::after {
    border-width: 7px;
  }
  .news-categories .categories > li .dropdown-toggle.show::after {
    transform: rotate(180deg);
  }
  .news-categories .categories > li:first-child {
    margin-left: 0;
  }
  .news-categories .more-dropdown-menu {
    right: 0;
    top: 40px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 6px rgba(175, 175, 175, 0.2);
    border-radius: 8px;
    border: none;
    width: 289px;
    height: 452px;
    padding: 16px;
    overflow-y: auto;
  }
  .news-categories .more-dropdown-menu .dropdown-item {
    padding: 8px;
    color: #2c4975;
    border-top: solid 1px #E9EFF8;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .news-categories .more-dropdown-menu .dropdown-item:first-child {
    padding-top: 0;
    border-top: none;
  }
  .news-categories .more-dropdown-menu .dropdown-item .option-add-button {
    background: #D4E1F5;
    border-radius: 4px;
    width: 59px;
    height: 23px;
    font-size: 1.2rem;
    line-height: 15px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .news-categories .more-dropdown-menu .dropdown-item:hover {
    background: #FFFFFF;
  }
  .news-categories .upsell-categories {
    width: 100%;
    display: flex;
    margin-bottom: 16px;
  }
  .news-categories .upsell-categories li a {
    border: none;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.04em;
    min-width: auto;
  }
  .news-categories .upsell-categories li a.selected {
    background-color: #051D41;
    color: #FFFFFF;
    min-width: 80px;
  }
  .news-categories .upsell-categories li a.selected .plus-icon {
    display: none;
  }
  .news-categories .actions {
    display: flex;
    width: 144px;
    position: relative;
    z-index: 2;
  }
  .news-categories .actions > li {
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .news-categories .actions > li.active {
    background-color: #D4E1F5;
  }
  .news-categories.news-categories-mobile {
    width: calc(100% + 16px);
    padding: 16px 0;
    margin-left: -16px;
  }
  .news-categories.news-categories-mobile .categories-wrap {
    width: 100%;
    overflow-x: scroll;
  }
  .news-categories.news-categories-mobile .categories {
    padding: 0 16px;
  }
  .news-categories.news-categories-mobile .categories > li a .chevron {
    width: 10px;
    margin-left: 3px;
  }
  .news-categories.news-categories-mobile .categories > li .add-icon-wrap {
    width: 32px;
    padding: 0;
    height: 32px;
    border: none;
    min-width: auto;
  }
  .news-categories.digest-news-categories {
    padding-bottom: 0;
  }
  .news-categories.digest-news-categories .categories-wrap {
    width: 100%;
  }
  
  .news-list {
    height: calc(100vh - 250px);
    width: calc(100% + 16px);
    margin-left: -16px;
  }
  .news-list .news-date {
    margin: 20px 0;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .news-list .news-date:after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: calc(100% - 27px);
    border: 1px solid #abb2bd;
  }
  .news-list .news-date span {
    background: #FFFFFF;
    color: #abb2bd;
    padding: 0 20px;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 15px;
    position: relative;
    z-index: 2;
  }
  .news-list li {
    position: relative;
    width: 100%;
  }
  .news-list li:after {
    content: "";
    position: absolute;
    left: 16px;
    top: 0;
    width: calc(100% - 44px);
    border: 1px solid #E9EFF8;
  }
  .news-list li:first-child, .news-list li.b-none {
    padding-top: 0;
  }
  .news-list li:first-child::after, .news-list li.b-none::after {
    content: none;
  }
  .news-list li .nav-link {
    display: flex;
    align-items: flex-start;
    color: #2c4975;
    padding: 8px 16px;
    width: 100%;
  }
  .news-list li .nav-link.highligtht::before {
    content: "";
    width: calc(100% - 28px);
    background: #f0f0f0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
  }
  .news-list li .nav-link.active {
    background: #F2F8FF;
    box-shadow: 0px 2px 4px rgba(33, 56, 113, 0.1);
  }
  .news-list li .nav-link.disabled {
    color: #494c50;
  }
  .news-list li .time {
    color: #818790;
    padding-right: 16px;
    font-size: 0.8rem;
    line-height: 22px;
  }
  .news-list li .news-title {
    font-family: "Inter", sans-serif;
    font-size: 0.8rem;
    line-height: 22px;
    font-weight: 700;
  }
  .news-list li .news-short-description {
    font-size: 1.6rem;
    line-height: 26px;
    padding-top: 8px;
    color: #1f2021;
  }
  .news-list.featured-news-list {
    height: calc(100vh - 160px);
    margin-top: 24px;
  }
  .news-list.featured-news-list li .nav-link {
    flex-wrap: wrap;
    padding-right: 78px;
  }
  .news-list.featured-news-list li .nav-link .news-title {
    padding-right: 24px;
    font-size: 2rem;
    line-height: 28px;
  }
  .news-list.featured-news-list li .nav-link .news-short-description {
    padding-right: 24px;
  }
  .news-list.digest-news-list {
    height: calc(100vh - 250px);
  }
  
  .full-news-container {
    width: 50%;
    background: #F2F8FF;
    border-left: solid 1px #D4E1F5;
    padding: 32px 16px 32px 40px;
    position: relative;
  }
  .full-news-container .custom-scroll {
    height: calc(100vh - 190px);
  }
  
  .audio-player {
    position: fixed;
    bottom: -20px;
    left: auto;
    z-index: 2;
    display: none;
    text-align: center;
  }
  
  .news-top-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
    width: 100%;
  }
  .news-top-details .back-button {
    display: none;
  }
  .news-top-details .news-tag {
    display: flex;
    align-items: center;
  }
  .news-top-details .news-tag .tag {
    border: solid 1px #2c4975;
    color: #2c4975;
    padding: 6px 8px;
    border-radius: 4px;
    font-size: 1.2rem;
  }
  .news-top-details .news-tag .date {
    padding-left: 12px;
    font-size: 1.2rem;
    color: #818790;
  }
  .news-top-details .actions {
    display: flex;
  }
  .news-top-details .actions li {
    cursor: pointer;
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .news-top-details .actions li.active {
    background-color: #D4E1F5;
  }
  
  .news-details .news-top-details {
    padding-right: 24px;
  }
  .news-details .news-title {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 133%;
    color: #2d2d2d;
    padding-right: 24px;
  }
  .news-details .news-description {
    padding-top: 24px;
    font-size: 1.1rem;
    line-height: 171%;
    color: #2d2d2d;
    letter-spacing: 0.03em;
    font-style: italic;
    padding-right: 24px;
  }
  .news-details .full-news {
    padding-top: 32px;
    padding-right: 24px;
  }
  .news-details .full-news p {
    padding-top: 24px;
    font-size: 1rem;
    line-height: 162%;
    color: #2d2d2d;
    letter-spacing: 0.03em;
  }
  .news-details .full-news p:first-child {
    padding-top: 0;
  }
  .news-details .feedback-links {
    margin-top: 32px;
  }
  .news-details .feedback-links .custom-button {
    width: auto;
    height: 48px;
    padding: 0 16px;
    font-size: 1.6rem;
    box-shadow: none;
  }
  .news-details .feedback-links .custom-button img {
    margin-right: 10px;
  }
  .news-details .text-link-wrap {
    padding-top: 32px;
    font-size: 1.4rem;
  }
  .news-details .related-topics {
    margin-top: 40px;
    padding-bottom: 16px;
  }
  
  .tag-list {
    display: flex;
    margin-top: 16px;
  }
  .tag-list .tag {
    margin-left: 8px;
    border: solid 1px #2c4975;
    color: #2c4975;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 1.2rem;
  }
  .tag-list .tag:first-child {
    margin-left: 0;
  }

  
  
/*faq-section:end*/
/*faqs-accordion:start*/
.faqs-accordion {
    margin: 0;
    width: 100%;
    padding-top: 16px;
    display: flex;
    flex-wrap: wrap;
  }
  .faqs-accordion .custom-accordion-item {
    background: #F2F8FF;
    box-shadow: 0px 2px 4px rgba(33, 56, 113, 0.1);
    border-radius: 8px;
    margin: 8px 0;
    width: 100%;
  }
  .faqs-accordion .custom-accordion-button {
    padding: 24px 40px;
  }
  .faqs-accordion .custom-accordion-button::after {
    width: 18px;
    height: 12px;
    background-size: cover;
    right: 32px;
    top: 32px;
  }
  .faqs-accordion .accordion-body {
    padding: 0 40px 24px;
  }
  
  /*faqs-accordion:end*/

  /*testimonial-section:end*/
/*faq-section:start*/
.faq-section .faq-container {
    max-width: 760px;
  }
  .faq-section .left-bar {
    display: flex;
    justify-content: space-between;
  }
  
  .text-link-wrap {
    display: flex;
    align-items: center;
  }
  .text-link-wrap .text-link {
    font-size: 1.1rem;
    line-height: 20px;
  }
  .text-link-wrap .arrow {
    width: 6px;
    margin-left: 8px;
  }

  /*why-section:end*/
/*testimonial-section:start*/
.testimonial-section #testimonialSwiper {
    margin-top: 16px;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }
  .testimonial-section #testimonialSwiper .swiper-slide {
    width: 400px;
    margin: 0 10px;
    padding: 5px;
  }
  .testimonial-section .custom-card {
    display: flex;
    width: 100%;
    height: 232px;
    padding: 40px 40px 24px 32px;
    flex-wrap: wrap;
    align-content: space-between;
    position: relative;
  }
  .testimonial-section .custom-card .qoute {
    position: absolute;
    left: -16px;
    top: -16px;
    width: 40px;
    z-index: -1;
  }
  .testimonial-section .custom-card p {
    color: #2d2d2d;
    font-size: 2rem;
    line-height: 140%;
    letter-spacing: 0.03em;
    position: relative;
    z-index: 2;
    font-style: italic;
    font-weight: 700;
  }
  .testimonial-section .custom-card .author {
    padding-top: 16px;
    color: #2d2d2d;
  }
  .testimonial-section .custom-card .author .designation {
    font-size: 1.2rem;
  }

  /*custom-accordion:start*/
.custom-accordion {
    margin: -8px;
    width: calc(100% + 16px);
    padding-top: 24px;
  }
  .custom-accordion.pt2 {
    padding-top: 16px;
  }
  .custom-accordion .custom-accordion-item {
    margin: 8px;
    background: #D4E1F5;
    box-shadow: 0px 2px 4px rgba(33, 56, 113, 0.1);
    border-radius: 4px;
  }
  .custom-accordion .custom-accordion-button {
    font-weight: 700;
    font-size: 2rem;
    line-height: 26px;
    color: #051D41;
    padding: 20px 15px;
    width: 100%;
    position: relative;
    text-align: left;
  }
  .custom-accordion .custom-accordion-button::after {
    content: "";
    background-image: url(../images/arrow-down-dd.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 9px;
    position: absolute;
    right: 20px;
    top: 28px;
    transform: rotate(180deg);
  }
  .custom-accordion .custom-accordion-button.collapsed::after {
    transform: rotate(0);
  }
  .custom-accordion .custom-accordion-button .custom-checkbox label {
    text-align: left;
  }
  .custom-accordion .custom-accordion-button .custom-checkbox label .price {
    display: block;
    font-size: 1.6rem;
    line-height: 22px;
    margin-top: 8px;
    font-weight: 400;
  }
  .custom-accordion.custom-1 {
    padding-top: 0px;
    margin-top: 24px;
    border-top: 1px solid #E9EFF8;
  }
  .custom-accordion.custom-1 button {
    padding: 18px 18px 18px 0px;
    color: #051D41;
  }
  .custom-accordion.custom-1 .custom-accordion-item {
    background: white;
    box-shadow: none;
    border-bottom: 1px solid #E9EFF8;
  }
  .custom-accordion.custom-1 .accordion-body {
    padding-bottom: 14px;
  }
  .custom-accordion.custom-1 .accordion-body .custom-accordion {
    padding-top: 0px;
    margin: 0px 0px 0px 16px;
    width: calc(100% - 16px);
  }
  .custom-accordion.custom-1 .accordion-body .custom-accordion .custom-accordion-item {
    margin: 0px;
  }
  .custom-accordion.custom-1 .accordion-body .custom-accordion .custom-accordion-item button {
    color: #2B4D9F;
  }
  .custom-accordion.custom-1 .accordion-body .custom-accordion .custom-accordion-item:last-child {
    border-bottom: 0px;
  }
  .custom-accordion.custom-1 .custom-accordion-item {
    margin: 0px 0px 0px 8px;
  }
  
  .custom-accordion-body {
    border-radius: 0 0 4px 4px;
    padding: 20px 15px;
  }
  
  /*custom-accordion:end*/
  /*topics-accordion:start*/
  .topics-accordion {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .topics-accordion .custom-accordion-item {
    width: calc(25% - 16px);
  }
  .topics-accordion .custom-accordion-body {
    padding: 0 20px 20px 44px;
    max-height: 400px;
    border-top: solid 1px transparent;
  }
  .topics-accordion .main-dropdown-list li {
    padding: 8px 0;
    position: relative;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 28px;
  }
  .topics-accordion .main-dropdown-list li .list-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .topics-accordion .main-dropdown-list li .arrow {
    width: 15px;
    height: 9px;
    cursor: pointer;
    display: flex;
  }
  .topics-accordion .main-dropdown-list li .custom-checkbox {
    padding-right: 10px;
    width: 100%;
  }
  .topics-accordion .main-dropdown-list li .custom-checkbox label {
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
  }
  .topics-accordion .main-dropdown-list li .custom-checkbox label .price {
    padding-right: 0;
  }
  .topics-accordion .main-dropdown-list li .sublist-level-one {
    display: none;
    padding-left: 30px;
    padding-top: 8px;
  }
  .topics-accordion .main-dropdown-list li .sublist-level-one li {
    font-size: 1.4rem;
    line-height: 26px;
  }
  .topics-accordion .main-dropdown-list li .sublist-level-one li .custom-checkbox label .price {
    padding-right: 28px;
  }
  .topics-accordion .main-dropdown-list li.has-sublist.active::after {
    transform: rotate(180deg);
  }
  .topics-accordion .main-dropdown-list li.active .arrow {
    transform: rotate(180deg);
  }
  
  /*topics-accordion:end*/
  /*custom-tab-accordion:start*/
  .custom-tab-accordion > .custom-accordion-item {
    padding: 24px 0 0 0;
  }
  .custom-tab-accordion > .custom-accordion-item > .custom-accordion-header > .custom-accordion-button {
    font-size: 2rem;
    line-height: 22px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    padding-right: 30px;
    color: #051D41;
  }
  .custom-tab-accordion > .custom-accordion-item > .custom-accordion-header > .custom-accordion-button::after {
    content: "";
    background-image: url(../images/arrow-down-dd.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 9px;
    position: absolute;
    right: 0;
    top: 7px;
    transform: rotate(180deg);
  }
  .custom-tab-accordion > .custom-accordion-item > .custom-accordion-header > .custom-accordion-button.collapsed::after {
    transform: rotate(0);
  }
  .custom-tab-accordion > .custom-accordion-item > .custom-accordion-collapse .accordion-body {
    padding-top: 16px;
    padding-left: 10px;
  }
  .custom-tab-accordion > .custom-accordion-item > .custom-accordion-collapse .accordion-body .custom-radio {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .custom-tab-accordion > .custom-accordion-item > .custom-accordion-collapse .accordion-body .custom-radio:first-child {
    margin-top: 0;
  }
  .custom-tab-accordion > .custom-accordion-item > .custom-accordion-collapse .accordion-body .custom-radio label {
    padding-left: 28px;
  }
  .custom-tab-accordion > .custom-accordion-item > .custom-accordion-collapse .accordion-body .custom-radio .price {
    padding-right: 30px;
  }
  
  /*custom-tab-accordion:end*/
  /*custom-tab-level2-accordion:start*/
  .custom-tab-level2-accordion > .custom-accordion-item {
    padding: 24px 0 0 0;
  }
  .custom-tab-level2-accordion > .custom-accordion-item > .custom-accordion-header > .custom-accordion-button {
    font-size: 1.6rem;
    line-height: 22px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    padding-right: 30px;
  }
  .custom-tab-level2-accordion > .custom-accordion-item > .custom-accordion-header > .custom-accordion-button::after {
    content: "";
    background-image: url(../images/arrow-down-dd.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 9px;
    position: absolute;
    right: 0;
    top: 7px;
    transform: rotate(180deg);
  }
  .custom-tab-level2-accordion > .custom-accordion-item > .custom-accordion-header > .custom-accordion-button.collapsed::after {
    transform: rotate(0);
  }
  .custom-tab-level2-accordion > .custom-accordion-item > .custom-accordion-collapse .accordion-body {
    padding-top: 10px;
    padding-left: 10px;
  }
  .custom-tab-level2-accordion > .custom-accordion-item > .custom-accordion-collapse .accordion-body .custom-radio {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .custom-tab-level2-accordion > .custom-accordion-item > .custom-accordion-collapse .accordion-body .custom-radio:first-child {
    margin-top: 0;
  }
  .custom-tab-level2-accordion > .custom-accordion-item > .custom-accordion-collapse .accordion-body .custom-radio label {
    padding-left: 28px;
  }
  .custom-tab-level2-accordion > .custom-accordion-item > .custom-accordion-collapse .accordion-body .custom-radio .price {
    padding-right: 30px;
  }
  
  /*custom-tab-level2-accordion:end*/
  /*custom-tab-level3-accordion:start*/
  .custom-tab-level3-accordion > .custom-accordion-item {
    padding: 12px 0;
  }
  .custom-tab-level3-accordion > .custom-accordion-item > .custom-accordion-header > .custom-accordion-button {
    font-size: 1.6rem;
    line-height: 22px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    padding-right: 30px;
  }
  .custom-tab-level3-accordion > .custom-accordion-item > .custom-accordion-header > .custom-accordion-button::after {
    content: "";
    background-image: url(../images/arrow-down-dd.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 9px;
    position: absolute;
    right: 0;
    top: 7px;
    transform: rotate(180deg);
  }
  .custom-tab-level3-accordion > .custom-accordion-item > .custom-accordion-header > .custom-accordion-button.collapsed::after {
    transform: rotate(0);
  }
  
  /*custom-tab-level3-accordion:end*/
  /*free-trial-summary-section:start*/
  .free-trial-summary-section .custom-scroll {
    height: 250px;
    padding-right: 16px;
  }
  .free-trial-summary-section .action-buttons {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-start;
  }
  .free-trial-summary-section .action-buttons .custom-button {
    width: 400px;
    margin-left: 56px;
  }
  
  /*free-trial-summary-section:end*/
  /*free-trial-section:start*/
  .free-trial-section .custom-scroll {
    height: 290px;
  }
  .free-trial-section .action-buttons {
    display: flex;
    align-items: center;
  }
  .free-trial-section .action-buttons .custom-button {
    width: 174px;
  }
  
  /*free-trial-section:end*/
  /*final-calculation:start*/
  .final-calculation {
    margin-top: 16px;
  }
  .final-calculation .group {
    border-top: 1px solid #D4E1F5;
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
  }
  .final-calculation .group.bnone {
    border-top: none;
    padding-top: 0;
  }
  .final-calculation .group label,
  .final-calculation .group .price {
    font-size: 1.6rem;
    line-height: 110%;
    letter-spacing: -0.02em;
  }
  .final-calculation .group label.small,
  .final-calculation .group .price.small {
    font-size: 1.6rem;
  }
  .final-calculation .group label {
    padding-left: 24px;
  }
  .final-calculation .group .price {
    padding-right: 40px;
  }
  
  /*final-calculation:end*/
  /*selected-wire-list:start*/
  .selected-wire-list {
    margin-top: 40px;
    max-width: 380px;
    /*style2:start*/
    /*style2:end*/
  }
  .selected-wire-list .main-title {
    font-weight: 700;
    font-size: 2.4rem;
    padding-bottom: 16px;
  }
  .selected-wire-list .main-title i {
    width: 27px;
    margin-right: 10px;
    display: inline-block;
  }
  .selected-wire-list.style2 {
    max-width: 100%;
  }
  .selected-wire-list.style2 .custom-scroll {
    max-height: 160px;
  }
  .selected-wire-list.style2 .selection-title {
    font-size: 1.4rem;
    line-height: 18px;
    padding-bottom: 8px;
    display: flex;
    justify-content: space-between;
  }
  .selected-wire-list.style2 .selection-title span:first-child {
    padding-left: 46px;
  }
  .selected-wire-list.style2 .selection-title span:last-child {
    padding-right: 46px;
  }
  .selected-wire-list.style2 .main-title {
    display: flex;
    justify-content: space-between;
  }
  .selected-wire-list.style2 .main-title .price {
    padding-right: 56px;
    font-weight: 400;
  }
  .selected-wire-list.style2 .custom-card {
    display: flex;
    padding: 24px 40px;
    align-items: flex-start;
  }
  .selected-wire-list.style2 .custom-card .selected-list-with-price {
    width: 40%;
    padding-right: 24px;
  }
  .selected-wire-list.style2 .custom-card .selected-list-with-price .final-calculation {
    padding-left: 46px;
  }
  .selected-wire-list.style2 .custom-card .select-package {
    width: 60%;
    border-left: solid 1px #D4E1F5;
    padding-left: 48px;
    padding-top: 24px;
  }
  .selected-wire-list.style2 .custom-card .select-package .custom-radio {
    margin-top: 45px;
  }
  .selected-wire-list.style2 .custom-card .select-package h2 {
    display: none;
    padding-bottom: 14px;
  }
  
  .selected-topic-accordion {
    margin-left: 56px;
    /*style2:start*/
    /*style2:end*/
  }
  .selected-topic-accordion > .accordion-item {
    position: relative;
    padding: 12px 0;
  }
  .selected-topic-accordion > .accordion-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-left: 1px solid #D4E1F5;
    height: calc(100% + 30px);
  }
  .selected-topic-accordion > .accordion-item:last-child::before {
    content: none;
  }
  .selected-topic-accordion > .accordion-item .accordion-header {
    cursor: pointer;
    padding-left: 24px;
    font-size: 2rem;
    position: relative;
  }
  .selected-topic-accordion > .accordion-item .accordion-header::before {
    content: "";
    width: 17px;
    height: 1px;
    border-top: solid 1px #D4E1F5;
    position: absolute;
    left: 0;
    top: 18px;
  }
  .selected-topic-accordion > .accordion-item .accordion-header::after {
    content: "";
    background-image: url(../images/arrow-down-dd.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 9px;
    position: absolute;
    right: 16px;
    top: 14px;
    transform: rotate(0);
    z-index: 1;
  }
  .selected-topic-accordion > .accordion-item .accordion-header.active::after {
    transform: rotate(180deg);
  }
  .selected-topic-accordion > .accordion-item .selected-topic-accordion {
    margin-left: 24px;
  }
  .selected-topic-accordion > .accordion-item .selected-topic-accordion .accordion-item::before {
    height: calc(100% + 24px);
  }
  .selected-topic-accordion > .accordion-item .selected-topic-accordion .accordion-item .accordion-header {
    font-size: 1.6rem;
  }
  .selected-topic-accordion > .accordion-item .selected-topic-accordion .accordion-item .accordion-header::before {
    top: 12px;
  }
  .selected-topic-accordion > .accordion-item .selected-topic-accordion .accordion-item .accordion-header::after {
    top: 8px;
  }
  .selected-topic-accordion > .accordion-item .selected-topic-accordion .accordion-item .accordion-content {
    padding-left: 28px;
  }
  .selected-topic-accordion > .accordion-item .selected-topic-accordion .accordion-item .accordion-content .sublist-level-one li {
    position: relative;
    padding: 8px 0 8px 24px;
    font-size: 1.4rem;
  }
  .selected-topic-accordion > .accordion-item .selected-topic-accordion .accordion-item .accordion-content .sublist-level-one li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-left: 1px solid #D4E1F5;
  }
  .selected-topic-accordion > .accordion-item .selected-topic-accordion .accordion-item .accordion-content .sublist-level-one li:last-child::after {
    height: 50%;
  }
  .selected-topic-accordion > .accordion-item .selected-topic-accordion .accordion-item .accordion-content .sublist-level-one li::before {
    content: "";
    width: 17px;
    height: 1px;
    border-top: solid 1px #D4E1F5;
    position: absolute;
    left: 0;
    top: 18px;
  }
  .selected-topic-accordion > .accordion-item .accordion-content {
    display: none;
    transition: all 0.2s ease;
  }
  .selected-topic-accordion.style2 {
    margin-left: 46px;
  }
  .selected-topic-accordion.style2 > .accordion-item {
    padding: 10px 0;
  }
  .selected-topic-accordion.style2 > .accordion-item .accordion-header {
    font-size: 1.6rem;
    line-height: 22px;
    display: flex;
    justify-content: space-between;
  }
  .selected-topic-accordion.style2 > .accordion-item .accordion-header::before {
    top: 12px;
  }
  .selected-topic-accordion.style2 > .accordion-item .accordion-header::after {
    top: 8px;
  }
  .selected-topic-accordion.style2 > .accordion-item .accordion-header .price {
    padding-right: 40px;
  }
  .selected-topic-accordion.style2 > .accordion-item .selected-topic-accordion .accordion-item {
    padding: 10px 0;
  }
  .selected-topic-accordion.style2 > .accordion-item .selected-topic-accordion .accordion-item .accordion-header {
    font-size: 1.4rem;
    line-height: 20px;
  }
  .selected-topic-accordion.style2 > .accordion-item .selected-topic-accordion .accordion-item .accordion-header::before {
    top: 10px;
  }
  .selected-topic-accordion.style2 > .accordion-item .selected-topic-accordion .accordion-item .accordion-header::after {
    top: 6px;
  }
  .selected-topic-accordion.style2 > .accordion-item .selected-topic-accordion .accordion-item .accordion-content .sublist-level-one li {
    font-size: 1.2rem;
    display: flex;
    justify-content: space-between;
  }
  .selected-topic-accordion.style2 > .accordion-item .selected-topic-accordion .accordion-item .accordion-content .sublist-level-one li .price {
    padding-right: 40px;
  }
  
  /*selected-wire-list:end*/
  /*select-paid-wire:start*/
  .select-paid-wire {
    padding-top: 40px;
  }
  .select-paid-wire .custom-card {
    max-width: 750px;
    padding: 24px 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .select-paid-wire .custom-card .group {
    display: flex;
  }
  .select-paid-wire .custom-card .group .icon {
    display: inline-block;
    width: 32px;
    margin-right: 10px;
  }
  .select-paid-wire .custom-card .label-title {
    display: block;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 28px;
    letter-spacing: -0.02em;
  }
  .select-paid-wire .custom-card .label-description {
    font-size: 1.4rem;
    line-height: 20px;
    padding-top: 10px;
    display: block;
  }
  .select-paid-wire .custom-card .action-btns {
    display: flex;
  }
  .select-paid-wire .custom-card .action-btns .custom-button {
    white-space: normal;
    flex-direction: column;
    box-shadow: none;
  }
  .select-paid-wire .custom-card .action-btns .custom-button span {
    display: block;
  }
  .select-paid-wire .custom-card .action-btns .custom-button span.service {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 20px;
  }
  .select-paid-wire .custom-card .action-btns .custom-button span.price {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 16px;
    margin-top: 4px;
  }
  
  /*select-paid-wire:end*/
  /*why-section:start*/
  .why-section #whySwiper {
    margin-top: 16px;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }
  .why-section #whySwiper .swiper-slide {
    width: 400px;
    margin: 0 10px;
    padding: 5px;
  }
  .why-section .custom-card-2 {
    display: flex;
    width: 100%;
    height: 193px;
    align-items: center;
  }
  .why-section .custom-card-2 .content {
    width: 242px;
    padding-left: 12px;
  }
  .why-section .custom-card-2 h4 {
    color: #f6faff;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.02em;
  }
  .why-section .custom-card-2 p {
    color: #bbceeb;
    padding-top: 16px;
    font-size: 1.6rem;
    line-height: 138%;
    letter-spacing: -0.02em;
  }
  
  /*why-section:end*/


@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) {
    .image-wrapper .thumbnail-image{
        
        width: 100%;  
        height: auto;
		
    }


}

.market_content_1{
    display: none;
  }

  @media only screen and (min-width: 1024px) {
    .pr{
      padding-right: 15px;
    }
    .pl{
      padding-left: 15px;
    }
  }

  @media only screen and (max-width: 991px) {
    .market_content{
      display: none !important;
    }
    .market_content_1{
      display: flex;
    }
    .market_content_1 .sidebar-title{
      border-bottom: 1px dashed var(--content-gray); 
      width: 100%; 
      padding-bottom: 5px;
    }
    .more_story_content{
      display: flex;
      flex-direction: column-reverse;
    }
  }
  
  #video {
    position: relative;
    width: 99.99%;
    padding-top: 52.25%;
    overflow: hidden;
  }
  #video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none;
      background: transparent;
  }
  .content-wrapper.details-content-wrapper p{
    font-size: 14px;
  }