	/* Custom style */
    .accordion-button::after {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
        transform: scale(.7) !important;
      }
      .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
      }

      .txtcentre{
        text-align: center;
      }
      .txtright{
        text-align: right;
        float: right;
      }




      /* faq */
      #ath_tabs_accordion #accordionExample {
        position: relative;
    }

    #ath_tabs_accordion .accordion-button.collapsed {
        background-color: #ededed;
        color: #1d3557;
        border: none;
        border-radius: 5px;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 1px;
        padding: 10px 30px 10px 60px;
        text-align: left;
        position: relative;
        margin-bottom: 15px;
    }

    #ath_tabs_accordion .accordion-button:not(.collapsed) {
        color: #ffffff;
        background-color: #0a70a3;
        padding: 10px 30px 10px 60px;
        border-radius: 5px;

    }

    #ath_tabs_accordion .accordion-button::after {
        display: none;
    }

    #ath_tabs_accordion .accordion-button::before {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        width: 40px;
        height: 104%;
        line-height: 40px;
        font-size: 17px;
        color: #fff;
        text-align: center;
        background: #df8d12;
        border-radius: 3px;
        border: 1px solid #df8d12;
        position: absolute;
        top: -1px;
        left: -1px;
        transition: all 0.3s ease 0s;
        z-index: 9;
    }


    #ath_tabs_accordion .accordion-button.collapsed::before {
        content: "\f105";
        color: #000;
        background: #fff;
        border: 1px solid #6e8898;
        z-index: 9;
    }

    #ath_tabs_accordion .accordion-body {
        padding: 20px 0px 10px;
        margin-left: 40px;
        border: none;
        font-size: 15px;
        line-height: 28px;
        letter-spacing: 1px;
    }

    #ath_tabs_accordion .accordion-collapse {
        border: none;
    }

    #ath_tabs_accordion .accordion-item {
        border: 0px;
    }

    #ath_tabs_accordion .accordion-item:before {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        border: 1px dashed #6e8898;
        top: 25px;
        left: 18px;
        position: absolute;
    }

    #ath_tabs_accordion .accordion-button:focus {
        box-shadow: none;
        border: none;
    }

    #ath_tabs_accordion .tab-style3 .nav-tabs .nav-item a.active {
        border-bottom-color: #0a70a3;
        color: #0a70a3;
    }

    #ath_tabs_accordion .nav-tabs {
        margin-bottom: 25px;
        border: 0;
    }

    #ath_tabs_accordion .tab-style3 .nav-tabs li.nav-item a {
        background-color: transparent;
        display: block;
        padding: .5rem 1rem;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 2px solid rgba(0, 0, 0, 0);
        text-align: center;
        text-transform: uppercase;
        border-radius: 0;
        color: #232323;
    }

    #ath_tabs_accordion .nav-tabs .nav-link:first-child {
        margin-left: 0 !important;
    }
/* form */
/* .btn-color{
    background-color: #0e1c36;
    color: #fff;

  } */

  .profile-image-pic{
    height: 200px;
    width: 200px;
    object-fit: cover;
  }



  .cardbody-color{
    background-color: #ebf2fa;
  }


/* Basic Rules */
.switch input {
    display:none;
}
.switch {
    display:inline-block;
    width:60px;
    height:30px;
    margin:8px;
    transform:translateY(50%);
    position:relative;
}
/* Style Wired */
.sliderstatus {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    border-radius:30px;
    box-shadow:0 0 0 2px #777, 0 0 4px #777;
    cursor:pointer;
    border:4px solid transparent;
    overflow:hidden;
     transition:.4s;
}
.sliderstatus:before {
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    background:#777;
    border-radius:30px;
    transform:translateX(-30px);
    transition:.4s;
}

input:checked + .sliderstatus:before {
    transform:translateX(30px);
    background:limeGreen;
}
input:checked + .sliderstatus {
    box-shadow:0 0 0 2px limeGreen,0 0 2px limeGreen;
}

/* Style Flat */
.switch.flat .sliderstatus {
 box-shadow:none;
}
.switch.flat .sliderstatus:before {
  background:#FFF;
}
.switch.flat input:checked + .sliderstatus:before {
 background:white;
}
.switch.flat input:checked + .sliderstatus {
  background:limeGreen;
}
.dispnone{
    display: none;
}
/* infor color */
.infobtnstyle{
    --bs-bg-opacity: 1;
    /* background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; */
    background-color: #054c85;

}
/* twitter */
.twitternewicon{
    display: inline-block;
    /* background-image: url("assets/sabi_abhi/x-twitter.svg" ); */
    /* background-image: url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 200'%3E%3Cpath d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'/%3E%3C/svg%3E" ) no-repeat center center fixed; */
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" viewBox="0 0 512 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2023 Fonticons, Inc.--><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"/></svg>');
    background-size: cover;
}
/* gallery */
#lightbox-modal{
    top:100px;
}
/* :root {
    --lightbox: rgb(0 0 0 / 0.75);
    --carousel-text: #fff;
  } */
.gallery-item {
    display: block;
  }

  .gallery-item img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s;
  }

  .gallery-item:hover img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
  }

  .lightbox-modal .modal-content {
    background-color: var(--lightbox);
  }

  .lightbox-modal .btn-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 1.25rem;
    z-index: 10;
    filter: invert(1) grayscale(100);
  }

  .lightbox-modal .modal-body {
    display: flex;
    align-items: center;
    padding: 0;
  }

  .lightbox-modal .lightbox-content {
    width: 100%;
  }

  .lightbox-modal .carousel-indicators {
    margin-bottom: 0;
  }

  .lightbox-modal .carousel-indicators [data-bs-target] {
    background-color: var(--carousel-text) !important;
  }

  .lightbox-modal .carousel-inner {
    width: 75%;
  }

  .lightbox-modal .carousel-inner img {
    animation: zoomin 10s linear infinite;
  }

  .lightbox-modal .carousel-item .carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 2rem;
    background-color: var(--lightbox);
    color: var(--carousel-text) !important;
  }

  .lightbox-modal .carousel-control-prev,
  .lightbox-modal .carousel-control-next {
    width: auto;
  }

  .lightbox-modal .carousel-control-prev {
    left: 1.25rem;
  }

  .lightbox-modal .carousel-control-next {
    right: 1.25rem;
  }

  @media (min-width: 1400px) {
    .lightbox-modal .carousel-inner {
      max-width: 60%;
    }
  }

  [data-bs-theme = "dark"] .lightbox-modal .carousel-control-next-icon,
  [data-bs-theme = "dark"] .lightbox-modal .carousel-control-prev-icon {
      filter: none;
  }

  .btn-fullscreen-enlarge,
  .btn-fullscreen-exit {
    position: absolute;
    top: 1.25rem;
    right: 3.5rem;
    z-index: 10;
    border: 0;
    background: transparent;
    opacity: .6;
    font-size: 1.25rem;
  }

  .bi {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.035em;
    fill: currentcolor;
  }


  /* budgetbox */

  /* top */
  .martopsection{
    margin-top: 6em;
  }
  .accordionfaqfont{
    font-family: var(--creote-family-two) !important;
    font-weight: 400 !important;
  }
/* alerts  */
.growl-notice {
    display:block;
    font-family:Helvetica,Verdana,sans-serif;
    width: 300px;
    height: 65px;
    padding: 5px 10px;
    border-radius: 4px;
    opacity: .97;
    font-size: 14px;
    color: #fff;
    background: #BF0025;
    position: fixed;
    left: 100%;
    top: -220px;
    z-index: 9;
    line-height:60px;
    position: relative;
    -webkit-animation: bounce 0.5s linear 0s infinite alternate;
    -moz-animation: bounce 0.5s linear 0s infinite alternate;
    -ms-animation: bounce 0.5s linear 0s infinite alternate;
    -o-animation: bounce 0.5s linear 0s infinite alternate;
    animation: bounce 0.5s linear 0s infinite alternate;
}
#activator {
  text-decoration:none;
  font-family:Helvetica,Verdana,sans-serif;
  font-size:16px;
  letter-spacing:1px;
  color:#fff;
  background:#57bcea;
  padding:30px 50px;
  -webkit-border-radius:6px;
  border-radius:6px;
  border-bottom:4px solid #1578A9;
  border-inset:outside;
  margin-top:330px;
  display:inline-block;
  transition:all .1s ease;
}
#activator:hover {
  border-bottom:0px;
  margin-top:333px;
  border-bottom:1px solid #1578A9;
}
#activator:active {
  background:#BF1347;
  border-bottom:0px;
  margin-top:333px;
  border-bottom:1px solid #1578A9;
}

.service_post.style_three .text_box .text_box_inner {
    padding: 15px 20px!important;
}
.three_column .grid_show_case .notix{
    width: 100%;
}
.service_post.style_three .text_box .text_box_inner .read__more{
float: right;
}
.service_post.style_three {
    border-radius: 0px 0px 20px 5px;
}
.chat_botx{
    box-shadow: none!important;
    top: 4px!important;
    right: 20px!important;
    height: 110px!important;
    width: 110px!important;
}
.chat_botx img{
    border-radius: 0px!important;
}
/* social share */

@charset "UTF-8";
.share-wrapper {
  position: absolute;
  right: 10%;
  z-index: 9;
}
.share-wrapper .share {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  color: #fff;
  background-color: #ca902e!important;
  text-align: center;
  line-height: 2.1;
  font-size: 25px;
  cursor: pointer;
  margin-bottom: 15px;
  transition: background-color 0.4s;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.28);
}
.share-wrapper .share.active {
  background-color: #000;
}
.share-wrapper .share.active:before {
  content: "";
}
.share-wrapper .share.active + .social li {
  transform: scale(1);
}
.share-wrapper .share.active + .social li:hover {
  transform: scale(1.1);
}
.share-wrapper ul.social {
  opacity: 0;
  visibility: hidden;
  list-style-type: none;
  padding: 0;
  margin: 0;
  transform: translate(-3rem, 3rem);
  transition: visibility 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.share-wrapper ul.social.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}
.share-wrapper ul.social li {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  color: #fff;
  background-color: #fff;
  text-align: center;
  line-height: 2.1;
  font-size: 25px;
  cursor: pointer;
  margin-bottom: 15px;
  box-shadow: 0.5px 0.87px 4px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.4s;
  transform: scale(0.4);
}
.share-wrapper ul.social li .facebook {
  color: #3a589e;
}
.share-wrapper ul.social li .twitter {
  color: #5fa9dd;
}
.share-wrapper ul.social li .linkedin {
  color: #0d77b7;
}
.share-wrapper ul.social li .google {
  color: #df4b38;
}
.share-wrapper ul.social li .pinterest {
  color: #cd2129;
}
.share-wrapper ul.social li .youtube {
  color: #cf2227;
}
.share-wrapper ul.social li .instagram {
  color: #305c85;
}

/* media text */
.textright_publicrelation{
  float: right;
}
.textright_publicrelation1{
  float: right;
}

/* battery status */
#cardcontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* height: 100vh; */
  }
  .cardbox {
    width: 100%;
    /* max-width: 600px; */
    padding: 15px;
  }
  .cardbox h1 {
    margin: 10px 0;
    color: inherit;
    font-size: 2.5rem;
    letter-spacing: 2px;
    text-align: center;
  }
  .cardcards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .cardcard {
    width: 32%;
    padding: 15px 10px;
    background-color: #ceac3a;
    border-radius: 3px;
    transition: transform .3s;
  }
  .cardcard a {
    color: inherit;
    text-decoration: none;
  }
  .cardcard-thumb {
    width: 100%;
    text-align: center;
  }
  .cardcard-thumb img {
    width: 80px;
  }
  .cardcard-title {
    margin: 5px 0;
    font-size: 1.25rem;
    letter-spacing: 1px;
    text-align: center;
  }
  .cardcard-excerpt {
    font-size: .75rem;
    letter-spacing: 1px;
    text-align: center;
  }
  .cardcard:hover {
    box-shadow:  0px 0px 20px -5px rgb(243 184 7);
      transform: translateY(-4px);
  }
  @media screen and (max-width: 540px) {
    #cardcontainer {
      height: auto;
    }
    .cardbox {
      padding: 20px;
    }
    .cardcard {
      width: 49%;
    }
  }
  @media screen and (max-width: 480px) {
    .cardbox h1 {
      font-size: 1.5rem
    }
    .cardcards {
      justify-content: center;
    }
    .cardcard {
      margin-bottom: 20px;
      width: 80%;
    }
  }



  /* badge */
  .cardcontainer{
    /* width: 100vw; */
    /* height: 100vh; */
    display: flex;
    justify-content: left;
    align-items:left;
    background: white;
  }

  .cardcard{
    width: 25rem;
    border-radius: 1rem;
    background: white;
    box-shadow: 4px 4px 15px rgba(#000, 0.15);
    position : relative;
    color: #434343;
  }

  .cardcard .cardcard__container{
    padding : 2rem;
    width: 100%;
    height: 100%;
    background: #e9cd99;
    border-radius: 1rem;
    position: relative;
  }

  .cardcard .cardcard__header{
    margin-bottom: 1rem;
    font-family: 'Playfair Display', serif;
  }

  .cardcard .cardcard__body{
    font-family: 'Roboto', sans-serif;
  }

  .cardcard::before{
    position: absolute;
    top:2rem;
    right:-0.5rem;
    content: '';
    background: #283593;
    height: 28px;
    width: 28px;
    transform : rotate(45deg);
  }

  .cardcardstatus_success::after{
    position: absolute;
    content: attr(data-label);
    top: 11px;
    right: -14px;
    padding: 0.5rem;
    width: 10rem;
    background: #3949ab;
    color: white;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
  }

  .cardcardstatus_warning::after{
    position: absolute;
    content: attr(data-label);
    top: 11px;
    right: -14px;
    padding: 0.5rem;
    width: 10rem;
    background: #cef6f1;
    color: rgb(0, 0, 0);
    text-align: center;
    font-family: 'Roboto', sans-serif;
    box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
  }
/* highlight */

  .highlight {
    background-color: yellow;
}

/* status headline */
.statushead{
    font-size: 25px !important;
    line-height: 24px !important;
}
.btnmarg{
    margin-bottom: 10px !important;
    background-color: #02579a !important;
    color: #fff !important;
}
/* status height */
.containerstatusheight{
    height: 260px !important;
}
/* contact us */
.Contact_accordian{
    margin-left: 5% !important;
    width: 20rem;
    height: auto;
    /* max-height: 35rem; */
    margin: 0 auto;
    margin-top: 3rem;
    border-radius: 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background: #02579a;
    gap: 1.2rem;
    color: white !important;
}

.acc-header{
    /* font-family: 'Gaegu', cursive; */
    color: white;
    text-align: center;
    box-shadow: -1px -1px 2px 0 rgba(0,0,0,0.25), 2px 2px 5px 0 rgba(255, 255, 255, 0.3) inset;
    background: var(--bg);
}

.acc-drawer:first-of-type{
    margin-top: 1rem;
}

.acc-drawer:last-of-type{
    margin-bottom: 1rem;
}

.acc-drawer{
    display: flex;
    flex-direction: column;
    background-color: #65647C;
    width: 90%;
    border-radius: 2%;
    align-items: stretch;
    justify-content: center;
    font-size: 1.2rem;
    gap: 0.5rem;
    /* border: 1px solid white; */
    box-shadow: var(--bxsd);
    background: var(--bg);
    user-select: none;
    /* font-family: 'Gaegu', cursive; */
}

.acc-handle{
    text-align: left;
    color: var(--tc);
    text-shadow: var(--txsd);
    padding-left: 0.2rem;
    padding-top: 0.2rem;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0.2rem;
}

.acc-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    padding-left: 1rem;
    color: var(--tc);
    background-color: #ca902e;
    border-bottom-right-radius: 1rem;
    transition: all 0.4s ease-out;
    transform-origin: 0px 0px;
    animation-name: openPanel;
    animation-duration: 0.15s;
}

.acc-box p::first-letter{
    text-transform: uppercase;
}

.roast-src{
    width: 100%;
    text-align: right;
    padding-right: 1rem;
}

.arr-down{
    font-size: 0.8rem;
    text-align: center;
    line-height: 1rem;
    cursor: pointer;
}

/* Book Flipping Animation
    100 % => 90deg
    1% => 0.9deg
*/

@keyframes openPanel {
    0% {
        rotate: x -90deg;
    }

    25% {
        rotate: x -67.5deg;
    }

    50% {
        rotate: x -45deg;
    }

    75% {
        rotate: x -22.5deg;
    }

    100% {
        rotate: x -0deg;
    }
}


@keyframes closePanel {
    0% {
        rotate: x 0deg;
    }

    25% {
        rotate: x 22.5deg;
    }

    50% {
        rotate: x 45deg;
    }

    75% {
        rotate: x 67.5deg;
    }

    80% {
        rotate: x 90deg;
    }

    90%{
        visibility: hidden;
    }

    100%{
        display: none;
    }
}


/* JS-control panel */

.hide-box {
    animation-name: closePanel;
    animation-duration: 0.2s;
    display: none;
}
/* contact us */



/* gallery */
.ml12 .letter {
    display: inline-block;
    line-height: 1em;
  }




  /* The Modal (background) */
  #myModal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 14%;
    top: 15%;
    width: 73%;
    height: 100%;
    /* overflow: auto; */
    background-color: black;
  }

  /* Modal Content */
  #myModal .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
  }

  /* The Close Button */
  .closesearch {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }

  .closesearch:hover,
  .closesearch:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }

  .mySlides {
    display: none;
  }

  .mySlides img {
      opacity: 1;
      border-radius: 0;
  }

  .mySlides img:hover {
      opacity: 1;
  }


  .cursor {
    cursor: pointer;
  }

  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }

  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 24px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }


  /* img {
    width: 462px;
    margin-bottom: -4px;
    border-radius: 5px;
    opacity: 0.6;
    cursor: pointer;

  } */


  img:hover {
    opacity: 1;
  }


  .demo {
    opacity: 0.6;
  }

  .active,
  .demo:hover {
    opacity: 1;
  }

  img.hover-shadow {
    transition: 0.3s;
  }

  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(224, 219, 219, 0.2), 0 6px 20px 0 rgba(243, 237, 237, 0.19);
  }
  @media only screen and (max-width: 600px) {
    .numbertext {font-size:14px;}
    .ml12 {font-size:12px;}
  }
  /* Small devices (portrait tablets and large phones, 600px and up) */
  @media only screen and (max-width: 768px) {
    .numbertext {font-size:17px;}
    .ml12 {font-size:32px;}
  }
/* gallery */


/* media search */
.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .inputsearch {
    width: 60px !important;
    height: 60px !important;
    background: none !important;
    border-radius: 50% !important;
    border: 4px solid #bab5b5 !important;
    box-sizing: border-box !important;
    outline: none !important;
    transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out,
      padding 0.2s !important;
    transition-delay: 0.4s !important;
    color: rgb(0, 0, 0) !important;
    font-size: 20px !important;
    text-transform: uppercase !important;
  }

  .inclicked {
    width: 360px !important;
    border-radius: 0 !important;
    padding: 0 15px !important;
    padding-right: 40px !important;
  }

  .btnsearch {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    box-sizing: border-box;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
  }

  .btnsearch::before {
    content: "";
    width: 4px;
    height: 25px;
    background: #c8b1b1;
    position: absolute;
    transform: rotate(-45deg);
    bottom: -16px;
    right: -6px;
    transition: 0.3s;
  }

  .closesearch::before,
  .closesearch::after {
    content: "";
    width: 4px;
    height: 34px;
    background: #fff;
    position: absolute;
    bottom: 12px;
    right: 28px;
  }

  .closesearch::before {
    transform: rotate(-45deg);
  }

  .closesearch::after {
    transform: rotate(45deg);
  }





/* media search */
/* minicalender  */


  #draggable {
    /* background: #eee; */
    display:flex;
    align-items: center;
    justify-content:center;
    /* position: fixed; */
    left:0;top: 0;
    /* width: 200px; */
    /* height:200px; */
    /* font-size:2rem; */
  }

  .no-select {
    user-select: none;
  }
/* minicalender  */


/* footer */
.footcontainer{
    margin-left: 17%;
}
/* footer */
/* amchart globe */
#chartdiv {
    width: 50%;
    height: 100px;
    max-width: 100%;
  }
  /* .am5-layer-0{
    display: none;
  }
  .am5-layer-30{
    display: none;
  } */
  /* amchart globe */
/* headlable slogan */
.slogancolor{
    color:#02579a !important;
    margin-top: 17px;
}
/* map */
#map { position: absolute; top: 0; bottom: 0; width: 100%; }
.globe{
    position: relative;
    /* margin-left: 300px;
    margin-top: 200px; */
    height: 50px;
    width: 50px;

  }
  .go{
    position: absolute;
    height: inherit;
    width: inherit;
    background: url('https://apnrts.ap.gov.in/apnrts/assets/images/world.png');
    border-radius: 50%;
    /* box-shadow: inset 25px 0px 35px 3px black; */
    background-size: 350px;
    animation-name: rotate;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transform: rotate(-10deg);
  }

  .hand{
    position: absolute;
    height: 10px;
    width: 120px;
    background: black;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    transform: translatex(41px) translatey(205px)
  }
  .hand1{
    position: absolute;
    height: 5px;
    width: 10px;
    background: black;
    transform: translatex(95px) translatey(200px)
  }

  @keyframes rotate {
    from{ background-position: 0px;}
    to{ background-position: 350px;}
  }


  .mediaspandiv{
    background-color: #e7e7e7;
    font-size: 28px;
    font-weight: 600;
    padding: 5px 17px;
  }
.imgboxaboutus{
    margin-top: 35px;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; */
}
/* toast */
.toastpushmsg {

    position: absolute;
    top: 50%;
    right: 30px;
    border-radius: 12px;
    background: #fff;
    padding: 20px 35px 20px 25px;
    box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: translateX(calc(100% + 30px));
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
  }

  .toastpushmsg.active {
    transform: translateX(0%);
  }

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

  .toastpushmsg-content .check {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    min-width: 35px;
    background-color: #2770ff;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
  }

  .toastpushmsg-content .message {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
  }

  .message .text {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
  }

  .message .text.text-1 {
    font-weight: 600;
    color: #333;
  }

  .toastpushmsg .toastclose {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 5px;
    cursor: pointer;
    opacity: 0.7;
  }

  .toastpushmsg .toastclose:hover {
    opacity: 1;
  }

  .toastpushmsg .progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;

  }

  .toastpushmsg .progress:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #2770ff;
  }

  .progress.active:before {
    animation: progress 5s linear forwards;
  }

  @keyframes progress {
    100% {
      right: 100%;
    }
  }
  .toastpushmsg.active ~ button {
    pointer-events: none;
  }

/* toast */
.toastbackgrounddiv {
    /* width: 500px; */
    /* font-size: 1em;
    padding: 1em;
    background-color: #ffffffab;
    color: #000000;
    border-radius: 10px;
    border: none;
    position: absolute;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s; */
    /* box-shadow: 0 2px 25px rgba(255, 0, 130, 0.5); */
    /* top: 200px;
    right: 50px;
    z-index: 99; */
}
/* .toastbackgrounddiv{ */
    /* background-color: #FFF; */
    /* width: 650px;
    height: 150px;
    position: absolute;
    opacity: 0.8;
    border-radius: 12%; */
    /* background-image: url('http://via.placeholder.com/50x50'); */
    /* background-size: 350px;
    background-repeat: no-repeat;
    background-position: 50%; */

      /* top: 16%;
      left: calc(50% + 260px); */
      /* background: #444; */
      /* z-index: 9; */
    /* } */
.spinningIcon{
    width: 13px;
    height: 13px;
    background-color: #ca902e;
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

/* toast akhil */
.particle-button {
    width: 500px;
font-size: 1em;
padding: 1em;
background-color: #ffffff;
color: #000000;
border-radius: 10px;
border: none;
position: absolute;
transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
/* box-shadow: 0 2px 25px rgba(255, 0, 130, 0.5); */
top: 200px;
right: 50px;
z-index: 99;
border:  1px solid #bdbdbd;
}
.particle-button span i{
 position: absolute;
top: -12px;
right: -8px;
background: white;
font-size: 23px;
padding: 1px 3px;
border-radius: 21px;
}
.particle-button:focus {
 outline: 0;
}
.particle-button:before, .particle-button:after {
 position: absolute;
 content: '';
 display: block;
 width: 80%;
 height: 100%;
 left: 20%;
 z-index: -1000;
 transition: all ease-in-out 0.5s;
 background-repeat: no-repeat;
}
.particle-button:before {
 display: none;
 top: -85%;
 background-image: radial-gradient(circle, #ca902e 20%, transparent 20%), radial-gradient(circle, transparent 20%, #ca902e 20%, transparent 30%),
  radial-gradient(circle, #ca902e 20%, transparent 20%), radial-gradient(circle, #02579a 20%, transparent 20%),
   radial-gradient(circle, transparent 10%, #1155cc 15%, transparent 20%), radial-gradient(circle, #02579a 20%, transparent 20%),
   radial-gradient(circle, #ca902e 20%, transparent 20%), radial-gradient(circle, #02579a 20%, transparent 20%),
   radial-gradient(circle, transparent 10%, #1155cc 15%, transparent 20%), radial-gradient(circle, #02579a 20%, transparent 20%),
    radial-gradient(circle, #ca902e 20%, transparent 20%), radial-gradient(circle, #02579a 20%, transparent 20%), radial-gradient(circle, #ca902e 20%, transparent 20%);
 background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}
.particle-button:after {
 display: none;
 bottom: -75%;
 background-image: radial-gradient(circle, #ca902e 20%, transparent 20%), radial-gradient(circle, #ca902e 20%, transparent 20%),
  radial-gradient(circle, transparent 10%, #ca902e 15%, transparent 20%), radial-gradient(circle, #ca902e 20%, transparent 20%),
   radial-gradient(circle, #02579a 20%, transparent 20%), radial-gradient(circle, #ca902e 20%, transparent 20%),
   radial-gradient(circle, transparent 10%, #ca902e 15%, transparent 20%), radial-gradient(circle, #ca902e 20%, transparent 20%),
   radial-gradient(circle, #02579a 20%, transparent 20%), radial-gradient(circle, #ca902e 20%, transparent 20%),
    radial-gradient(circle, #02579a 20%, transparent 20%);
 background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}
/* .particle-button:active {
 transform: scale(0.9);
 background-color: #02063d;
 box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
} */
.particle-button.animate:before {
 display: block;
 animation: topParticles ease-in-out 0.75s forwards;
}
.particle-button.animate:after {
 display: block;
 animation: bottomParticles ease-in-out 0.75s forwards;
}

@keyframes topParticles {
 0% {
   background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
 }
 50% {
   background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
 }
 100% {
   background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
   background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%;
 }
}
@keyframes bottomParticles {
 0% {
   background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
 }
 50% {
   background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
 }
 100% {
   background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
   background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%;
 }
}
.toastclose {
    position: absolute;
    top: 192px;
    right: 40px;
    z-index: 99;
    background: white;
    font-size: 20px;
    padding: 0px 6px;
    border-radius: 50%;
}

.parenttoast1{
    position: absolute;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    /* box-shadow: 0 2px 25px rgba(255, 0, 130, 0.5); */
    top: 40px;
    right: 50px;
    z-index: 99;

}
.parenttoast2{
    position: absolute;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    /* box-shadow: 0 2px 25px rgba(255, 0, 130, 0.5); */
    top: 110px;
    right: 50px;
    z-index: 99;
}
.topmargingalslide{
    margin-top: -50px !important;
    text-align: right;
    /* background-color: #e7e7e7; */
}
/* contactus */

#myUL {
    list-style-type: none;
    width: 100%;
    padding: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.01);
  }

  #myUL li span {
    cursor: pointer;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    border: 1px solid lightgrey;
    margin-top: -1px;
    padding: 10px 0px 10px 0px;
    margin: 0;
    text-decoration: none;
    font-size: 16px;
    color: #565555;
    display: block;
  }

  #myUL li span:hover:not(.header) {
      background-color: #e4ecf9;
      border: 1px solid grey;
  }

  .filterDiv {
    display: none; /* Hidden by default */
    transition: all 0.3s;
    margin-bottom: 4px;
    margin-top: 10px;
  }

  .show {
    display: block;

  }

  .myliaccordion-thumb {
    font-weight: bold;
    background: white;
  }

  /* Active answer */
  .filterDiv.is-active .myliaccordion-thumb::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .myliaccordion-thumb::before {
    content: '';
    display: inline-block;
    height: 7px;
    width: 7px;
    margin-right: 1rem;
    margin-left: .5rem;
    vertical-align: middle;
    border-right: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  }

  .myliaccordion-panel {
    padding: 10px 20px 10px 20px;
    display: none;
    color: black;
    font-size: 14px;
    font-weight: normal;
    background: white;
    border: 1px solid #c1c1c1;
    border-top: 0;

  }

  .mlifaq-header {
    /* background: #ca902e; */
    /* background: #ca902e; */
   background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);


    padding: 17px 12px 23px 12px;
    text-align: center;
    color: white;
    margin-top: 22px;
  }
/* contactus */


.boxmediacat{
    flex: 0 1 24%; /* Adjust the width of each box */
    /* background-color: lightblue; */
    margin: 10px 0; /* Optional: Adds some space at the top and bottom */
    padding: 20px;
    text-align: center;
    box-sizing: border-box; /* Ensures padding is included in the width */
}
.containerbocmedia{
    display: flex;
    flex-direction: column; /* Aligns children in a column */
    align-items: center; /* Center-aligns items horizontally */
}
