.aboutus h5{font-size: 1.3rem;
    line-height: 2.3rem;
}

.simple-dropdown .dropdown-menu{
    width:300px;
    padding:20px 0pc;
}
.megamenu .dropdown-menu{
    left: 320px !important;
}
footer .footer-logo img {
    max-height: 60px;
}
header .navbar .navbar-brand img, header.side-menu .logo img, header .sidebar-nav-menu .navbar-brand img{max-height:60px;}
.pan-button{
    display: block;
    position: fixed;
    z-index: 999;
    top:50%;
    right: 0px;
    left: auto;
   margin: 0px;
  border-radius: 10px 0px 0px 10px ;
    padding: 10px 20px;
    line-height: 20px;
    /* transform: rotate(-90deg); */
    /* -ms-transform: rotate(-90deg); */
}
.pan-button a{
    color: white;
    font-weight: 400;
    font-size: 20px;
}

header .top-bar + .navbar.fixed-top{
    position: fixed;
}
.banner-sec{position: relative;}
.banner-titile{
    position: absolute;
    top: 80%;
    left: 150px;
    color:#09034a;

}
/* .line ul li{display:inline-block;width: 255px;} */
.sliding_contact {background-color: #000;border-radius: 10px 0 0 10px;width:100px;padding: 10px 10px;}
/* .sidenav_main{border-left: solid 10px #000000;} */
.banner-titiles{
    position: absolute;
    top: 65%;
    right: -40px;
    color: white;
} 
.banner-titile-contact{
  position: absolute;
    top: 70%;
    left: 36%;
    color: white;
}
/* .job_list  ul li a{float:right;} */
.banner-titile h1{font-size: 50px;}


.popout {
    position: fixed;
    top: 500px;
    right: 0px;
    z-index:9;
    

  }
  .popout .panel-header p{padding:0px;}
  .popout .pan-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    outline: none;
    user-select: none;
    cursor: pointer;
    width: 120px;
    height: 40px;
    /* line-height: 60px; */
    text-align: center;
    font-size: 16px;
    z-index: 9;
    /* background: #eee;
    color: #00a3dd; */
    /* border-radius: 50%; */
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); */
    transition: 0.2s opacity ease-in-out;
  }
  .popout .pan-button.active {
    visibility: hidden;
    opacity: 0;
  }
  .popout .pan-button:after {
    display: block;
    position: absolute;
    top: 0;
    content: "";
    border-radius: 50%;
    width: 60px;
    height: 60px;
    
    z-index: -2;
    transition: transform 0.2s, opacity 0.2s;
  }
  .popout .pan-button:active:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
  .latest-post-sidebar li figure{
    height: 250px !important;
    width: 250px !important;
    margin: 0;
  }
  .latest-post-sidebar li{margin-bottom: 20px;}
  .popout .panel {
    background-image: url(./images/pan-india.webp)!important;
    background-position:left top !important;
            background-repeat: no-repeat !important;
    /* background-color: white; */
    border-radius: 30px 0px 0px 30px ;
    border: 2px solid rgb(2, 2, 167);
    /* margin:10px; */
    position: absolute;
    bottom: 0;
    right: 0;
    width: 500px;
    text-align: left;
    overflow: hidden;
    visibility: hidden;
    transform: scale(0);
    transform-origin: 100% 100%;
    transition: all 0.2s;
    opacity: 0;
  }
  .popout .panel.active {
    
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: transform 0.2s, visibility 0s 0s, opacity 0.2s;
  }
  .popout .panel-header {
    
    padding: 20px;
    
    font-size: 15px;
   
    font-weight: 300;
    
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .popout .panel-body {
    padding: 1.5rem 2rem;
    background: url(./images/india-map-tech-blog.jpg);
    background-position:center;
    background-repeat: no-repeat;
    /* background-color: white; */
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 13px;
  }
  
  .sponsor 
    a {
      display: block;
      text-decoration: none;
      color: white;
      margin-top: 30px;
    }
.list-style-04 li:hover{background-color: blue; }
.list-style-04 li:hover a{color: #fff; }

@media only screen and (max-width:425px){
  /* .pan-button{display: none;} */
  .banner-titile{
      top:75%;
      left: 50px;
  }
  .banner-titiles{right:15px}
  .megamenu .dropdown-menu{
    left: 0px !important;
  }
  .banner-titile-contact {top:10%;left: 22%;}

  .simple-dropdown .dropdown-menu li{font-size: 14px; padding-left: 10px;}
  .nav-header-container{padding: 0px 15px !important;}
  .popout .panel{width: 250px;background-image: url(./images/mob-panindia.webp)!important;}
}

  
  